@charset "UTF-8";

.pc,
.tablet,
.pcTablet {
	display: none !important;
}

/* --- Base Color --- */

/*#003E79;*//*cyan*/
/*#70AFC6;*//*pastel dark blue*/
/*#4DB675;*//*light green*/

/* --- Base Color end --- */

body,
html {
	width: 100vw;
  font-family: "Sawarabi Mincho";
}

#container {
  display: none;
	width: 100%;
	min-height: calc(100vh - 50px);
	margin: 0px auto;
}

/* --- header --- */

header{
	width: 100%;
	height: 110px;
	margin: 0px auto -20px;
	border-top: 10px solid #003E79;/*cyan*/
	box-shadow: 0px 0px 7px 0px #cacac9;
}

h1{
	width: 70%;
	height: auto;
	margin: 20px 0px 0px 20px;
}

h1 a{
	display: block;
}

/* --- header end --- */

/*-----hide menu-----*/
.overlay{
	width: 100vw;
	height: calc(100vh - 116px);
	
	background-image: url(../img/common/gradation_top.png) ,url(../img/common/gradation_bottom.png);
	background-repeat: repeat-x , repeat-x;
	background-size: 300px , 300px;
	background-position: top , bottom;
	background-color: #fff;
	/*background: rgba(255,255,255,1);*/
	
	box-shadow: 0px -9px 4px -7px #cacac9;
	position: absolute;
	z-index: 100;
	top: 116px;
}

ul.mobMenu{
	width: 40px;
	height: 50px;
	margin: -58px 20px 0px 0px;
	padding: 0px;
	float: right;
}

/*スムーススクロール競合のためa削除*/
ul.mobMenu li.menuBtn{
	display: block;
	width: 40px;
	height: 50px;
	cursor: pointer;
}

.mobNav{
	width: 280px;
	height: 158px;
	margin: auto;
	position: fixed !important;
	z-index: 5000;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
/* --- object of menu --- */

/* --- nav --- */

.mobNav ul {
	width: 280px;
	height: auto;
	margin: 60px auto 0px;
}

.mobNav ul li{
	width: 280px;
	height: 46px;
	margin: 0px auto 10px;
	background: #fff;
}

.mobNav ul li a{
	display: block;
	width: 280px;
	height: 46px;
	line-height: 46px;
	font-size: 116%;
	letter-spacing: 0.2em;
	text-indent: 1em;
	color: #003E79;/*cyan*/
	border-left: 3px solid #8CECB1;/*bibit light green*/
	box-shadow:0px 0px 8px -1px rgba(96,98,93,0.16);
}

.mobNav ul li.hvr a,
.mobNav ul li a:hover{
	color: #91C979;/*light green*/
	background: #f5fdf4;/*light lime*/
}
/* --- nav end --- */
/*----- hide menu end -----*/

/* mainImg */
#main_img {
  width: 100%;
  height: 208px;
  margin: 0px auto;
  position: relative
  }
  /* slide show jquery for js */
  #main_img h3 {
    width: 100%;
    height: 208px;
    margin: 0px auto;
    }
    #main_img h3 img {
      display: none;
      width: 100%;
      height: auto;
      margin: 20px auto;
      position: absolute;
      z-index: 1;
}

/* --- topNav --- */

section#topNav{
	width: 100%;
	height: 60px;
	margin: 0px auto;
	box-shadow: 0px -9px 4px -7px #cacac9;
	background: url(../img/common/topNav_bar.png) no-repeat bottom right;
  background-size: 70% 30px;
	background-color: #E1F4FF;/*light blue*/
}

nav.navList{
	width: 100%;
	height: 30px;
	background: #fff;
}
/* --- topNav end --- */

/* --- content --- */

#content{
	width: 100%;
	height: auto;
	/*background: #E1F4FF;*//*light blue*/
	background-image: url(../img/common/gradation_top.png);
	background-repeat: repeat-x;
	background-position: top;
	background-size: 180px;
}

h2.catch{
	width: 81%;
	height: auto;
	margin: 0px auto;
	padding: 90px 0px 0px;
	line-height: 2.5em;
	letter-spacing: 0.2em;
	font-weight: normal;
	font-size: 116%;
	color: #0E579D;/*dark blue*/
	
	text-shadow:0 0 10px #fff;
	background: url(../img/index/catch_back_sp.png) no-repeat center center;
	background-size: contain;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;/*webフォントではbug*/
}

/*装飾の為に設置*/
.sSpace{
	width: 100%;
	height: 80px;
	background-image: url(../img/common/gradation_bottom.png);
	background-repeat: repeat-x;
	background-position: top;
	background-size: 180px;
}
#about{
	width: 100%;
	height: auto;
	background-image: url(../img/common/content_bar.png);
	background-position: top left;
	background-repeat: no-repeat;
  background-size: 70% 30px;
	background-color: #E1F4FF;/*light blue*/
	position: relative;
}

section.about_space{
	width: 100%;
	height: auto;
	padding-top: 60px;/*section.cont h3用*/
	background: #fff;
	position: relative;
	top: 30px;
}
/*装飾の為に設置 end*/

section.cont{
	width: 100%;
	height: auto;
	margin: 0px auto;
}

section.cont h3{
	width: 85%;
	height: auto;
	margin: 0px auto 60px;
	padding: 15px 0px;
	font-size: 138%;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.2em;
	color: #003E79;/*cyan*/
	border-top: 2px solid #003E79;/*cyan*/
	border-bottom: 2px solid #003E79;/*cyan*/
}

section.about_cont{
	width: 100%;
	height: auto;
}

section.about_cont table{
	width: 90%;
	height: auto;
	margin: 60px auto 70px;
}

/*調整*/
section.about_cont table:nth-of-type(3){
	width: 90%;
	height: auto;
	margin: 60px auto 0px;
}
/*調整 end*/

section.about_cont table th img{
	display: block;
}

section.about_cont table td h4{
	width: 100%;
	margin: 15px auto 8px;
	font-size: 124%;
	letter-spacing: 0.1em;
	color: #4DB675;/*light green*/
	font-weight: normal;
}

/*調整*/
section.about_cont table:nth-of-type(1) td,
section.about_cont table:nth-of-type(2) td{
	border-bottom: 1px dotted #ccc;
}
section.about_cont table:nth-of-type(1) td p,
section.about_cont table:nth-of-type(2) td p{
	margin-bottom: 60px;
}
/*調整 end*/

section.about_cont table td p{
	width: 100%;
	line-height: 2em;
	font-size: 108%;
	letter-spacing: 0.1em;
	text-align: justify;
	color: #003E79;/*cyan*/
}

section.about_cont table td p span{
	color: #E85298;/*light pink*/
}

section.about_cont table td a{
	display: block;
	width: 180px;
	padding: 10px 0px;
	margin: 25px 0px 50px;
	text-align: center;
	font-size: 108%;
	letter-spacing: 0.1em;
	color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #4DB675;/*light green*/
	border-radius: 3px;
}

a.linkPage{
	display: block;
	width: 220px;
	padding: 15px 10px;
	margin: 0px auto 100px;
	text-align: center;
	font-size: 124%;
	letter-spacing: 0.2em;
	color: #fff;
	background: #137BDD;/*bibit blue*/
	border-radius: 3px;
}


/*装飾用*/
section.obi{
	width: 100%;
	height: 50px;
	margin: 0px auto 60px;/*※100*/
	clear: both;
	
	background: url(../img/common/topNav_bar.png) no-repeat bottom right;
  background-size: 30% 30px;
	background-color: #E1F4FF;/*light blue*/
}
section.obi_space{
	width: 100%;
	height: 60px;/*※100*/
	clear: both;
	background-color: #E1F4FF;/*light blue*/
}

section.obi_space img {
	display: block;
	width: 60px;
	margin: -60px auto 0px;
}

section.obi_under{
	width: 100%;
	height: 30px;
	margin: 0px auto 0px;
	clear: both;
	
	background: url(../img/common/content_bar.png) no-repeat top left;
  background-size: 30% 30px;
	background-color: #E1F4FF;/*light blue*/
}
/*装飾用 end*/


/* --- footer --- */

footer{
	width: 100%;
	height: auto;
	background: #fff;
}

.ads:nth-of-type(1){
	width: 100%;
	height: auto;
	margin: 80px auto 0px;
}

.ads:nth-of-type(2){
	width: 100%;
	height: auto;
	margin: 30px auto 380px;
	padding-bottom: 20px;
}

.ads dl{
	width: 95%;
	height: auto;
	margin: 0px auto;
	background: #ccc;
}

/*社屋 and Map*/
.ads dl dt{
	width: 100%;
	height: auto;
}
.ads dl dt ul{
	width: 100%;
	height: auto;
}

.ads dl dt ul li{
	width: 50%;
	float: left;
}

/*社屋*/
.ads dl dt ul li.bild{
	width: 50%;
	max-height: 180px;
	overflow: hidden;
}
.ads dl dt ul li.bild img{
	display: block;
	width: 100%;
	min-height: 180px;
}
/*社屋*/

/*map*/
.ads dl dt ul li iframe{
	width: 100%;
	min-height: 180px;
	overflow: hidden;
}
/*map end*/
/*社屋 and Map end*/

.ads dl dd{
	margin-left: 20px;
	float: left;
}

.ads dl dd ul{
	padding-top: 20px;
}

.ads dl dd ul li:nth-of-type(1){
	font-size: 116%;
	letter-spacing: 0.1em;
	color: #4DB675;/*light green*/
	font-weight: normal;
}

.ads dl dd ul li{
	margin-bottom: 15px;
	line-height: 1.6em;
	font-size: 116%;
	color: #003E79;/*cyan*/
	letter-spacing: 0.1em;
}

.ads dl dd ul li span{
	display: block;
	font-size: 88%;
}

.ads dl dd ul li span.blue{
	display: block;
	font-size: 100%;
	color: #76a1e6;/*light blue*/
}
.ads dl dd ul li b{
	font-weight: normal;
	font-size: 100%;
	color: #76a1e6;/*light blue*/
}
.ads dl dd ul li span.gray{
	display: block;
	font-size: 88%;
	color: #918f8f;/*light gray*/
}

/* --- footer end --- */

small{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	letter-spacing: 0.2em;
	font-size: 100%;
	color: #fff;
	background: #003E79;/*cyan*/
	clear: both;
}
