@charset "UTF-8";
/*! ==================================================
※※※※※※※※※※※※※※※※※※※※※※※※※※※
  このCSSファイルはSassから生成されていますので、
  編集しないようご注意ください。
※※※※※※※※※※※※※※※※※※※※※※※※※※※
=================================================== */
/*! ==================================================
　リセットCSS
=================================================== */
div, ul, li, dl, dt, dd, table, tr, th, td, address, p {
  margin: 0;
  padding: 0; }

/*! ==================================================
　共通モジュールやパーツ
=================================================== */
a:hover {
  opacity: 0.8; }

.center {
  text-align: center; }

.font-S {
  font-size: 0.7rem; }

.font-M {
  font-size: 1.0rem; }

.font-L {
  font-size: 1.2rem; }

.alert {
  font-size: 0.9em; }

.object-fit-img {
  object-fit: contain;
  font-family: "object-fit: contain;"; }

.link {
  position: relative; }

.link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 30000; }

/* googlemap レスポンシブ*/
.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

table {
  margin-top: 15px;
  width: 100%;
  border: 1px solid #ccc; }
  table td p {
    padding-top: 0 !important; }

.cycle-slideshow a {
  display: block; }

/* JavaScriptが有効な場合、対象を隠す */
html.enable-javascript .cycle-slideshow {
  visibility: hidden; }
html.enable-javascript .slider, html.enable-javascript .slider-spnavi {
  visibility: hidden; }

/* 画像すべてを読み終えたら、対象を表示する */
html.enable-javascript.window-load .cycle-slideshow {
  visibility: visible; }
html.enable-javascript.window-load .slider, html.enable-javascript.window-load .slider-spnavi {
  visibility: visible; }

input[type=radio] {
  width: 25px;
  height: 25px;
  vertical-align: middle;
  padding: 25px 0; }

input[name=zipcode] {
  width: 150px;
  margin-bottom: 2px; }

input[type=checkbox] {
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 10px 0;
  vertical-align: middle; }

/*テーブルスクロール*/
.scroll {
  overflow: auto !important;
  /*tableをスクロールさせる*/
  white-space: nowrap;
  /*tableのセル内にある文字の折り返しを禁止*/
  margin-bottom: 30px; }

.scroll::-webkit-scrollbar {
  /*tableにスクロールバーを追加*/
  height: 15px;
  background-color: #0099cc !important;
  width: 100px !important; }

.scroll::-webkit-scrollbar-track {
  /*tableにスクロールバーを追加*/
  background-color: #efefef; }

.scroll::-webkit-scrollbar-thumb {
  /*tableにスクロールバーを追加*/
  background-color: #0099cc !important;
  width: 100px !important; }

.scroll table {
  margin-bottom: 15px; }

.scroll2 {
  overflow: auto;
  /*tableをスクロールさせる*/
  white-space: nowrap;
  /*tableのセル内にある文字の折り返しを禁止*/
  margin-bottom: 15px; }

.scroll2::-webkit-scrollbar {
  /*スクロールバーを追加しない*/
  height: 0; }

.card {
  padding: 0;
  border: none;
  margin: 0; }

.card-header {
  background: none;
  padding: 0;
  border: none;
  margin: 0; }

.card .card-header a[data-toggle="collapse"] {
  display: block; }

.card .card-header a[data-toggle="collapse"]:active,
.card .card-header a[data-toggle="collapse"]:hover,
.card .card-header a[data-toggle="collapse"]:focus {
  text-decoration: none; }

.card-body {
  padding: 10px 20px 20px;
  border-left: 5px solid #f9eaa9;
  border-right: 5px solid #f9eaa9;
  border-bottom: 5px solid #f9eaa9;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px; }
  @media print, screen and (max-width: 767px) {
    .card-body {
      padding: 10px 10px 20px; } }

/*fuwat.js*/
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  -ms-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important; }

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.flexH [class^=col] {
  display: flex;
  flex-direction: column; }

.flexH [class^=col] div {
  flex-grow: 1; }

/* zoomしながらスライド画像を動かす */
/*
@keyframes fadezoom{
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.sliderbox{
	animation-name:  fadezoom;
  	animation-duration: 10s;
	/*animation: fadezoom 8s 0s forwards;
}
*/
.animated {
  opacity: 0; }

/* ロゴフェードイン*/
.logo_fadein {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 20000; }

.logo_fadein p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 30000;
  width: 280px; }
  @media print, screen and (max-width: 767px) {
    .logo_fadein p {
      width: 150px; } }

#loading-container {
  display: none; }

/*! ==================================================
　メインのスタイル
=================================================== */
/*body{
	font-family:$font-base,-apple-system;
	color:$color;

}*/
body {
  letter-spacing: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: "a-otf-ryumin-pr6n", serif;
  letter-spacing: 0; }
  @media print, screen and (min-width: 992px) {
    h1, h2, h3, h4, h5, h6 {
      letter-spacing: 5px; } }

@media print, screen and (min-width: 992px) {
  .spbr {
    display: none; } }

@media print, screen and (min-width: 1200px) {
  .spbr2 {
    display: none; } }

@media print, screen and (min-width: 1200px) {
  .container {
    max-width: 1400px !important; } }

/*.common-btn{
			margin:10px auto 0;
			text-align: center;
			a{
				padding:20px;
				display: inline-block;
				color:#fff;
				font-family: $font-1;
			 	background-image:url(../imgs/bk_commonbtn.png);
				background-size:100%;
				background-repeat: no-repeat;
				width:300px;
				height:64px;
				text-decoration: none;
				text-align: center;
				
			}
			span{
				padding:5px 15px;
				display: block;
				color:#fff;
				font-weight: bold;
			  	border-radius: 10px;
			 	background-color: $color;
				text-decoration: none;
				text-align: center;
			}
		

		}


.pankuzu{
	font-size:0.9rem;
	a{
		color:#c00;
		text-decoration: underline;
		
	}
}
.pagetop{
	position:fixed;
	bottom:0;
	right:5%;
	 width: 157px;
	@include media(xs-md){
				display: none;
			}
			
	a{
		border-top:2px solid #fff;
		border-left:2px solid #fff;
		border-right:2px solid #fff;
		font-weight: bold;
		background-color:$color;	
		  border-radius: 10px 10px 0 0;  
		text-decoration: none;
		padding:10px 15px;
		display: block;
		color:#fff;
		font-size:0.9rem;
		float:right;
		text-align: center;
		
	}
	a:hover{

		  

	}
}*/
/*! ==================================================
　header
=================================================== */
/*#header-fixed{
	header{
		z-index: 10000;
		position: -webkit-sticky;
		position: sticky;
		position: fixed;
		top: 0;
		background-color: #fff;
		height:80px;
		width:100%;
		padding:10px 10px 10px;
		@include media(xs-md){
			height:60px;
			padding:0 15px 12px;
			text-align: left;
		}
		h1.sitetitle{
			margin-top:10px;
			img{
				width:200px;
				@include media(xl){
					width:250px;
				}
			}
			
		}
		.headmenuarea{
			position: absolute;
			top:5px;
			right:10px;
			@include media(xs-md){
				display: none;
			}
			ul{
				margin-top:5px;
				li{
					text-align: center;
					list-style: none;
					padding:20px 10px;
					margin:auto;
					float:left;
					font-size: 0.9rem;
					@include media(lg){
						font-size: 0.8rem;
					}
					a{
						text-align: center;
						color:$color;
						text-decoration: none;
						span{
							color:#E66d3c;
						}
					}
				}
				
			}
		}
	}
		
	.is-animation {
		/*position: fixed;
		display: block!important;
		
		
	}
}
#header-fixed.home{
	header{
		z-index: 10000;
		position: -webkit-sticky;
		position: sticky;
		position: fixed;
		top: 0;
		background-color: rgba(72,48,36,0.7);
		height:80px;
		width:100%;
		padding:10px 10px 10px;
		@include media(xs-md){
			height:60px;
			padding:0 15px 12px;
			text-align: left;
		}
		h1.sitetitle{
			margin-top:10px;
			img{
				width:200px;
				@include media(xl){
					width:250px;
				}
			}
			
		}
		.headmenuarea{
			position: absolute;
			top:5px;
			right:10px;
			@include media(xs-md){
				display: none;
			}
			ul{
				margin-top:5px;
				li{
					text-align: center;
					list-style: none;
					padding:20px 10px;
					margin:auto;
					float:left;
					font-size: 0.9rem;
					@include media(lg){
						font-size: 0.8rem;
					}
					a{
						text-align: center;
						color:#fff;
						text-decoration: none;
						span{
							color:#E66d3c;
						}
					}
				}
				
			}
		}
	}
		
	
	.is-animation {
		/*position: fixed; 
		display: block!important;
		
		
	}
}

#spnavi{
	@include media(lg-xl){
		display:none;
	}
	position: absolute;
	right:0;
	top:10px;
	z-index:10000;
	span{
		color:$color2;
	}
}*/
/*! ==================================================
　content
=================================================== */
/*#contenttop{
	padding-top:150px;
	margin-top:-150px;
}*/
/*! ==================================================
　HOME
=================================================== */
/*#home{
	#homeheadtitle{
		@include media(xs-md){
			display: none;
		}
		background-color:#ccc;
		height:60px;
		h1{
			font-size:2.0rem;
			padding:10px;
		}
	}
	#homehead{
		background-image:url(../imgs/headback.jpg);
		background-repeat: no-repeat;
		background-size:100%;
		background-position: top;
		position: relative;
		padding-bottom: 50px;
		#topslide{
			overflow: hidden;
			

			.sliderbox img{
				padding:150px 50px 10px;
				@include media(xs){
				padding:100px 50px 10px;
				width:200px;
				height:350px;
				object-fit: cover;
				margin: 0 auto;
				}
				@include media(xl){ 
					width:100vw;
					object-fit: contain;
				}
				
				@include media(xl1600){

				position: relative;
				width:100vw;
				max-height:800px;
				overflow: hidden;

				}
				
			}

		}
		.sumaiphoto{
			padding-top:150px;
			@include media(xs-md){
				padding-top:30px;
			}
			img{
				@include media(xs){
					padding-top:60px;
					width:100%;
					height:190px;
					object-fit: cover;
					margin: 0 auto;
				}
				@include media(sm){
					padding-top:60px;
					width:100%;
					height:200px;
					object-fit: cover;
					margin: 0 auto;
				}
				@include media(md){
					padding-top:60px;
					width:100%;
					height:350px;
					object-fit: cover;
					margin: 0 auto;
				}
				@include media(xl){ 
					width:100vw;
					object-fit: contain;
				}
				
				@include media(xl1600){

				position: relative;
				width:100vw;
				overflow: hidden;

				}
			}
		}
		.headtxt1{
			position: absolute;
			top:70px;
			left:20px;
			@include media(sm-md){
				left:120px;
			}
			@include media(lg-xl){
				top:100px;
				left:80px;
			}
			@include media(xl1600){
					top:100px;
					left:300px;
				}
			img{
				width:50%;
				@include media(lg){
					width:70%;
				}
				@include media(xl){
					width:80%;
				}
				@include media(xl1600){
					width:100%;
				}
			}
			
		}
		.headtxt2{
			font-size:2.4rem;
			text-align: center;
			@include media(xs-md){
				font-size:1.6rem;
			}
			p{
				padding-top:5px;
			}
			.txt1{
				margin-top:20px;
				font-weight: bold;
				@include media(xs-md){
					margin-top:30px;
				}
			}
			.txt2{
				font-weight: bold;
			}
			span{
				font-size:1.4rem;
				font-weight: normal;
				@include media(xs-md){
					font-size:1.0rem;
				}
			}
			.txt3{
				font-weight: bold;
			}
		}
		.headtxt3{
			text-align: center;
			margin:20px 20px 5px;
			@include media(xs-md){
				margin:20px 50px 5px;
			}
			
		}
		.headtxt4{
			text-align: center;
		}
		
		
		.homemenuarea{
			opacity: 0;
			margin-bottom: 60px;
			background-color:$color;
			padding:20px 15px 20px;
			height:60px;
			@include media(xs-md){
				display: none;
			}
			ul{
				
				li{
					text-align: center;
					list-style: none;
					padding:1px!important;
					margin:auto;
					@include media(xs-sm){
						font-size: 0.7rem;
					}
					a{
						text-align: center;
						color:#fff;
						text-decoration: none;
						
					}
					a:hover{
						opacity: 1;
						
					}
				}
				
			}
			
			
		}
	}
	#contents1{
		background-color:$color;
		padding-top:50px;
		padding-bottom: 0;
		color:#fff;
		text-align: center;
		h2{
			text-align: center;
			width:100%;
			border:1px solid #fff;
			padding:10px;
			font-size:1.6rem;
			letter-spacing: 15px;
			@include media(xl){			
				width:1200px;
				margin:auto;
			}
			@include media(xs){	
				font-size:1.4rem;
			}
		}
		p.txt1{
			font-size:1.4rem;
			padding:30px 5px;
			line-height: 2.0;
			@include media(xs-sm){			
				font-size:0.9rem;
			}
			span{
				font-size:2.4rem;
				@include media(xs-sm){			
					font-size:1.2rem;
				}
			}
		}
		p.txt2{
			font-size:1.4rem;
			padding:0 5px 30px;
			line-height: 2.0;
			@include media(xs-sm){			
				font-size:0.9rem;
			}
			span{
				font-size:2.4rem;
				@include media(xs-sm){			
					font-size:1.2rem;
				}
			}
		}
	}
	#contents2{
		background-color:$color3;
		padding-top:150px;
		padding-bottom: 0;
		text-align: center;
		
		p.txt1{
			font-weight: bold;
			font-size:2.4rem;
			padding:50px 5px;
			line-height: 2.0;
			@include media(xs-sm){			
				font-size:1.4rem;
			}
			@include media(md-lg){
				font-size:1.8rem;
			}
			span{
				font-size:3.0rem;
				color:$color2;
				@include media(xs-sm){			
					font-size:1.8rem;
				}
			}
		}
		
	}

	#contents1.triangle {
	  position: relative;
	}

	#contents1.triangle:after {
		content: "";
		position: absolute;
		top: 100%;
	 	right: 50%;
		transform: translatex(50%);
		box-sizing: border-box;
		border-right: 50vw solid transparent;
		border-right: calc(50vw) solid transparent;
		border-left: calc(50vw) solid transparent;
  		border-top: 100px solid $color1;
	}
	#contents1.sec,#contents2.sec {
	  	padding: 50px 0px 30px;
	}
	#contents2.sec02 {
	  	padding-top: 150px;
	  	background-color: $color3;
	}
	
	#contents3{
		background-color: $color2;
		color:#fff;
		.box1{
			background-color:$color1;
			padding:30px 15px;
			max-width:1000px;
			margin:auto;
			text-align: center;
			h2{
				font-size:3.0rem;
				@include media(xs-md){
					font-size:2.6rem;
				}
				span{
					font-size:1.8rem;
				}
			}
			p{
				padding-top:20px;
				line-height: 2.5;
			}
		}
		h2.title1{
			margin-top:30px;
			text-align: center;
			font-size:3.0rem;
			line-height: 1.5;
			@include media(xs-sm){
				font-size:1.6rem;
			}
			@include media(md-lg){
				font-size:2.4rem;
			}
		}

		.meritbox{
			margin-top:30px;
			h3{
				font-size:2.6rem;
				padding-left:150px;
				padding-bottom:30px;
				padding-top:20px;
				margin-top:70px;
				@include media(xs-md){
					font-size:1.6rem;
					margin-top:20px;
					padding-bottom:10px;
				}
				
			}
			h3.merit1{
				background-image:url(../imgs/1.png);				
				background-repeat: no-repeat;
				background-position: left top;
				background-size:140px;
				@include media(xs-lg){
					background-size:80px;
					padding-left:80px;
				}
				
			}
			h3.merit2{
				background-image:url(../imgs/2.png);
				background-repeat: no-repeat;
				background-position: left top;
				background-size:140px;
				@include media(xl){
					margin-left:100px;
				}
				@include media(xs-lg){
					background-size:80px;
					padding-left:80px;
				}
			}
			h3.merit3{
				background-image:url(../imgs/3.png);
				background-repeat: no-repeat;
				background-position: left top;
				background-size:140px;
				@include media(xs-lg){
					background-size:80px;
					padding-left:80px;
				}
				span{
					font-size:1.0rem;
				}
			}
			.meritimg{
				margin-top:30px;
			}
			.meritimg.merit1,.meritimg.merit3{
				float:right;
			}
			p{
				color:$color1;
				padding-left:150px;
				@include media(xs-md){
					padding-left:80px;
				}
			}
			p.txt1{
				@include media(lg-xl){
					margin-left:80px;
				}
			}
		}
	}
	#contents4{
		background-image:url(../imgs/bkimg1.png);
		background-position: bottom;
		background-repeat: no-repeat;
		h2{
			text-align: center;
			font-size:3.0rem;
			line-height: 1.5;
			font-weight: bold;
			@include media(xs-sm){
				font-size:1.4rem;
			}
			@include media(md-lg){
				font-size:2.4rem;
			}
			span{
				font-size:5.0rem;
			}
		}
		.sisanbox{
			max-width:800px;
			margin:auto;
			.box1{
				background-image:url(../imgs/bk1.png);
				background-repeat: no-repeat;
				background-size: 500px;
				background-position: center center;
				padding-bottom: 200px;
				padding-top:50px;
				@include media(xs-md){
					padding-bottom: 170px;
				}
				h3{
					font-size:2.0rem;
					color:$color2;
					text-align: center;
					margin-top:30px;
					font-weight:bold;
				}
				p{
					text-align: center;
					padding:15px;
				}
			}
		}
		
	}
	
	#contents3.triangle {
	  position: relative;
	}

	#contents3.triangle:after {
		content: "";
		position: absolute;
		top: 100%;
	 	right: 50%;
		transform: translatex(50%);
		box-sizing: border-box;
		border-right: 50vw solid transparent;
		border-right: calc(50vw) solid transparent;
		border-left: calc(50vw) solid transparent;
  		border-top: 100px solid $color2;
	}
	#contents3.sec,#contents4.sec {
	  	padding: 50px 0px 30px;
	}
	#contents4.sec02 {
	  	padding-top: 150px;
	  	background-color: transparent;
	}

	
	#contents5{
		background-image:url(../imgs/bkimg2.png);
		background-position: top;
		background-repeat: no-repeat;
		margin-top:-100px;
		padding-bottom:50px;
		@include media(xs-md){
				background-size:1000%;
			}
		h2{
				text-align: center;
				font-size:3.0rem;
				line-height: 1.5;
				padding-top:100px;
				color:#fff;
				@include media(xs-md){
					font-size:1.4rem;
				}
				span{
					font-size:5.0rem;
				}
			}
		.teianbox{
			max-width:1000px;
			margin:auto;
			
		}
		
	}
	
	#homenews{
		margin:auto;
		background-color:#fff;
		border-radius: 30px;
		border:5px solid $color;
		padding:40px 20px 20px;
		@include media(lg-xl){			
			width:80%;
		}
		@include media(xs-sm){			
			margin-top:20px;
		}
		h2{
			font-size: 2.2rem;
			color:$color;
			text-align: center;
			line-height: 0.5;
			margin-bottom: 30px;
			
			span{
				font-size:0.8rem;
				border-bottom: 3px solid $color;
				padding:10px 50px
			}
		}
		.newstitlelink{
			border-bottom: 2px dotted $color;
			padding:10px 0;
			a{
				text-decoration: none;
			}
			time{
				font-size:0.8rem;
				margin-bottom: 5px;
				color:#333;
				display: inline-block;
			}
			h3{
				font-size: 1.4rem;
				font-weight: bold;
				@include media(xs-sm){
					font-size: 1.2rem;
				}
			}
		}
		
	}
}*/
/*! ==================================================
　#news
=================================================== */
/*#news{
	padding-top:60px;
	padding-bottom: 20px;
	h2{
		background-color:$color;
		color:#fff;
		text-align: center;
		padding-top:60px;
		padding-bottom: 60px;		
		margin-bottom:50px;
		position: relative;
		span{
			font-size:0.8rem;
		}
		@include media(xs-md){
			font-size:1.6rem;
			margin-bottom:0;
		}
	}
	#newsList{
		margin-top:30px;
		background-color:#fff;
		border-radius: 30px;
		padding:15px 50px 0;
		min-height: 300px;
		@include media(xs-sm){
			padding:15px 20px 30px;
		}
		.newstitlelink{
			border-bottom: 1px solid #ddd;
			padding:10px 0;
			a{
				text-decoration: none;
			}
			time{
				font-size:0.8rem;
				margin-bottom: 5px;
				color:#333;
				display: inline-block;
			}
			h3{
				font-size: 1.4rem;
				font-weight: bold;
				@include media(xs-sm){
					font-size: 1.2rem;
				}
			}
		}
	}

	#newsDetail{
		margin-top:30px;
		background-color:#fff;
		border-radius: 30px;
		padding:30px 50px 0;
		@include media(xs-sm){
			padding:10px 20px 10px;
		}
		h3{
			font-size: 1.6rem;
			font-weight: bold;
			border-bottom: 1px solid #ddd;
			padding:10px 0;
			@include media(xs-sm){
				font-size: 1.2rem;
			}
		}
		.content{
			padding:5px 0 20px;
			min-height: 300px;
			p{
				padding-top:15px;
				font-size: 1.2rem;
				@include media(xs-sm){
					font-size: 1.0rem;
				}
			}
		}
	}
	.pagelink{
			text-align: center;
			padding-top:30px;
			font-size:0.8rem;
	}
}*/
/*! ==================================================
　#er
=================================================== */
/*#er{
	padding-top:60px;
	padding-bottom: 20px;
	
	.titleback{
		position: relative;
		.titleimg{
			position: absolute;
			img{
				object-fit: contain;
				@include media(xs-md){
					object-fit: cover;
					height:200px;
				}
				@include media(lg-xl){
					object-fit: cover;
					height:410px;
				}
			}
		}
		h2{
			position: absolute;
			color:#fff;
			text-align: center;
			padding-top:150px;
			position: relative;
			font-size:3.0rem;
			line-height: 1.5;
			@include media(xs-md){
				padding-top:50px;
				font-size:1.6rem;
				margin-bottom:0;
			}
			span{
				font-size:1.6rem;
				@include media(xs-md){
					font-size:1.2rem;
				}
			}
		}
	}
	
	#contents1{
		background-image: url(../imgs/er_back1.png);
		background-position: center;
		padding-top:150px;
		padding-bottom: 80px;
		@include media(xs-md){
			padding-top:100px;
			padding-bottom: 50px;
		}
		
		.maparea{
			position: relative;
			text-align: center;
			.mapimg{
				width:60%;
				margin:100px auto;
				@include media(xs-sm){
					width:90%;
					margin:250px auto 300px;
				}
				@include media(md){
					width:85%;
					margin:150px auto 150px;
				}
				@include media(lg){
					width:70%;
					margin:300px auto;
				}
			}
			.txt1box{
				position: absolute;
				text-align: left;				
				top:15px;
				left:15px;
				font-weight: bold;
				@include media(xs-sm){
					top:0;
					left:20px;
					
				}
				@include media(md){
					left:5px;
				}
				.txt1-1{
					line-height: 1.6;
					font-size:2.0rem;
					letter-spacing: 5px;
					@include media(xs-sm){
						letter-spacing: 3px;
						line-height: 1.8;
						font-size:1.2rem;
					}
					@include media(md){
						line-height: 1.8;
						font-size:1.4rem;
					}
					span{
						color:$color2;
						font-size:3.6rem;
						@include media(xs-md){
							font-size:2.0rem;
						}
					}
				}
				.txt1-2{
					line-height: 2.0;
					font-size:1.2em;
					letter-spacing: 2px;
					@include media(xs-md){
						line-height: 1.8;
						font-size:0.8rem;
					}
				}
			}
			.txt2box{				
				text-align: left;
				position: absolute;
				bottom:150px;
				right:15px;
				font-weight: bold;
				@include media(xs-sm){
					bottom:10px;
					left:50px;
				}
				@include media(md){
					right:5px;
					bottom:10px;
				}
				@include media(xl){
					right:150px;
					bottom:50px;
				}
				.txt2-1{
					letter-spacing: 5px;
					line-height: 2.0;
					color:$color2;
					font-size:1.6rem;
					@include media(xs-md){
						font-size:1.2rem;
						line-height: 1.8;
					}
					span{
						color:$color2;
					}
				}
				.txt2-2{
					margin-top:15px;
					letter-spacing: 2px;
					font-size:1.0rem;
					line-height: 2.0;
					@include media(xs-md){
						line-height: 1.8;
						font-size:0.8rem;
					}
					
				}
			}
			
		}
		
		
	}
	#contents2{
		background-color: $color3;
		position: relative;
		.backimg1{
			@include media(xs-lg){
				display: none;
			}
			z-index:0;
			position: absolute;
			left:0;
			top:55%;
			@include media(xl1600){
					top:50%;
				}
			img{
				width:450px;
				@include media(xl1600){
					width:800px;
				}
			}
		}
		.backimg2{
			@include media(xs-lg){
				display: none;
			}
			z-index:0;
			position: absolute;
			right:0;
			bottom:1%;
			img{
				width:450px;
				@include media(xl1600){
					width:800px;
				}
			}
			
		}
		h3{
			background-color: $color2;
			color:#fff;
			font-size:2.8rem;
			padding:50px 15px;
			text-align: center;
			font-weight: bold;
			line-height: 1.6;
			margin:0;
			@include media(xs-sm){
				font-size:1.2rem;
			}
			@include media(md){
				font-size:1.8rem;
			}
		}
		
		h4{
			text-align: center;
			margin:-30px auto 0;
			font-size:2.6rem;
			@include media(xs-sm){
				font-size:1.4rem;
				margin:-20px auto 0;
			}
			@include media(md){
				font-size:1.8rem;
				margin:-20px auto 0;
			}
			span{
				background-color: $color1;
				color:#fff;
				padding:5px 30px;
			}
		}
		h5{
			margin-top:100px;
			padding:0 0 15px 160px;
			font-size:4.0rem;
			font-weight: bold;
			letter-spacing: 5px;
			@include media(xs-sm){
				margin-top:50px;
				font-size:2.0rem;
				line-height: 1.0;
				background-size:50px;
				padding:0 0 15px 70px;
			}
			@include media(md){
				font-size:3.0rem;
				line-height: 1.0;
				background-size:70px;
				padding:0 0 15px 90px;
			}
			@include media(lg){
				background-size:90px;
				padding:0 0 15px 140px;
			}
			span.color2{
				color:$color2;
			}
			span.font1{
				font-size:2.0rem;
				@include media(xs-sm){
					font-size:0.9rem;
					letter-spacing: 2px;
				}
				@include media(md-lg){
					font-size:1.6rem;
				}
				@include media(xl1600){
					font-size:2.6rem;
				}
			}
			span.font2{
				color:$color2;
				border:2px solid $color2;
				padding:5px 15px;
				display: inline-block;
				line-height: 1.0;
				font-size:2.0rem;
				font-family: $font-1;
				@include media(xs-sm){
					font-size:1.4rem;
				}
			}
			span.font3{
				font-size:0.8rem;
				@include media(xs-md){
					font-size:0.7rem;
				}
			}
			span.font4{
				font-weight: bold!important;
				@include media(md){
					font-size:2.0rem;
				}
				@include media(xs-sm){
					font-size:1.3rem;
					letter-spacing: 0;
				}
			}
		}
		h5.title1{
			background-image:url(../imgs/er_num1.png);
			background-position: left top;
			background-repeat: no-repeat;
			line-height: 1.2;
			@include media(xs-lg){
				line-height: 1.2;
			}
		}
		h5.title2{
			background-image:url(../imgs/er_num2.png);
			background-position: left 30px;
			background-repeat: no-repeat;
			line-height: 1.4;
			@include media(xs-md){
				letter-spacing: 2px;
			}
		}
		h5.title3{
			background-image:url(../imgs/er_num3.png);
			background-position: left top;
			background-repeat: no-repeat;
			line-height: 1.6;
			letter-spacing: 2px;
			@include media(xs-lg){
				line-height: 1.4;
			}
		}
		h5.title3-1{
			margin-top:0!important;
			padding:0 0 15px 10px!important;
			@include media(xs-lg){
				line-height: 1.4;
			}
		}
		.txt1{
			margin-top:50px;
			text-align: center;
			@include media(xs-md){
				margin:30px auto 0;
				img{
					margin:auto;
				}
			}
		}
		.kouhou{
			margin:50px auto;
			text-align: center;
			img{
				margin:auto;
			}
		}
		#merit{
			margin-top:50px;
			.merittxt{
				text-align: center;
				img{
					margin:auto;
					@include media(lg-xl){
						float:right;
					}
				}
				clear: both;
			}
			ol.meritlist{
				margin-left:15px;
				li{
					font-size:1.4rem;
					font-weight: bold;
					padding:10px;
					@include media(xs-md){
						font-size:1.0rem;
						letter-spacing: 2px;
					}
				}
			}
			
		}
		p.txt2{
			font-size:1.8rem;
			font-weight: bold;
			padding:10px 0;
			line-height: 1.5;
			margin-top:20px;
			@include media(xs-md){
				font-size:1.0rem;
				letter-spacing: 2px;
				line-height: 1.8;
			}
			@include media(lg){
				font-size:1.4rem;
			}
		}
		.txt3{
			margin:100px auto;
			text-align: center;
			@include media(xs){
				margin:10px auto;
			}
			img{
				margin:auto;
				@include media(xs){
					width:50%;
				}
			}
		}
		.txt4{
			margin:50px auto;
			text-align: center;
			@include media(xs){
				margin:10px auto;
			}
			img{
				margin:auto;
			}
		}
	}
	#contents3{
		background-color: $color2;
		color:#fff;
		p.txt5{
			font-size:4.0rem;
			font-weight: bold;
			padding:10px;
			line-height: 1.5;
			text-align: center;
			@include media(xs-sm){
				font-size:1.4rem;
			}
			@include media(md){
				font-size:3.0rem;
			}
		}
		.txt6,.txt7{
			margin:50px auto;
			text-align: center;
			img{
				margin:auto;
				@include media(xs-lg){
					width:90%;
				}
			}
		}
	}

	#contents2.triangle {
	  position: relative;
	}

	#contents2.triangle:after {
		content: "";
		position: absolute;
		top: 100%;
	 	right: 50%;
		transform: translatex(50%);
		box-sizing: border-box;
		border-right: 50vw solid transparent;
		border-right: calc(50vw) solid transparent;
		border-left: calc(50vw) solid transparent;
  		border-top: 100px solid $color3;
	}

	#contents3.sec {
	  	padding: 50px 0px 30px;
	}
	#contents3.sec03 {
	  	padding-top: 150px;
	  	background-color: $color1;
	}
	
}*/
/*! ==================================================
　#fs
=================================================== */
#fs {
  padding-top: 60px;
  padding-bottom: 0;
  color: #000;
  font-family: "a-otf-ryumin-pr6n", serif;
  /*.titleback{
  	position: relative;
  	.titleimg{
  		position: absolute;
  		img{
  			object-fit: contain;
  			@include media(xs-md){
  				object-fit: cover;
  				height:200px;
  			}
  			@include media(lg-xl){
  				object-fit: cover;
  				height:410px;
  			}
  		}
  	}
  	h2{
  		position: absolute;
  		color:#fff;
  		text-align: center;
  		padding-top:150px;
  		position: relative;
  		font-size:3.0rem;
  		line-height: 1.5;
  		@include media(xs-md){
  			padding-top:50px;
  			font-size:1.6rem;
  			margin-bottom:0;
  		}
  		span{
  			font-size:1.6rem;
  			@include media(xs-md){
  				font-size:1.2rem;
  			}
  		}
  	}
  }*/ }
  #fs #contents1 {
    padding-top: 30px;
    padding-bottom: 80px; }
    @media print, screen and (max-width: 991px) {
      #fs #contents1 {
        padding-top: 30px;
        padding-bottom: 50px; } }
    #fs #contents1 h3.headtxt {
      font-size: 4.0rem;
      font-weight: bold;
      margin-top: 50px;
      line-height: 1.5; }
      @media print, screen and (max-width: 991px) {
        #fs #contents1 h3.headtxt {
          font-size: 1.6rem;
          text-align: center;
          margin-top: 20px; } }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #fs #contents1 h3.headtxt {
          font-size: 3.0rem; } }
    @media print, screen and (max-width: 767px) {
      #fs #contents1 .txt1 {
        text-align: center;
        margin: auto; } }
    @media print, screen and (max-width: 767px) {
      #fs #contents1 .txt1 img {
        margin: 30px auto 0;
        width: 60%; } }
    #fs #contents1 h3.title1 {
      color: #3c5e5b;
      text-align: center;
      font-weight: bold;
      font-size: 4.2rem;
      letter-spacing: 20px;
      margin-top: 50px;
      line-height: 1.5; }
      @media print, screen and (max-width: 767px) {
        #fs #contents1 h3.title1 {
          font-size: 1.6rem;
          letter-spacing: 10px; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #fs #contents1 h3.title1 {
          font-size: 3.0rem;
          letter-spacing: 10px; } }
      #fs #contents1 h3.title1 span.title1txt {
        font-size: 2.0rem;
        letter-spacing: 3px; }
        @media print, screen and (max-width: 767px) {
          #fs #contents1 h3.title1 span.title1txt {
            letter-spacing: 0px;
            font-size: 1.2rem; } }
      #fs #contents1 h3.title1 span.txt2 {
        font-size: 2.6rem;
        letter-spacing: 3px;
        color: #483024; }
        @media print, screen and (max-width: 767px) {
          #fs #contents1 h3.title1 span.txt2 {
            letter-spacing: 5px;
            font-size: 1.2rem; } }
        @media print, screen and (min-width: 768px) and (max-width: 991px) {
          #fs #contents1 h3.title1 span.txt2 {
            font-size: 1.8rem; } }
    #fs #contents1 .txt2 {
      text-align: center;
      margin: 50px auto; }
      #fs #contents1 .txt2 img {
        margin: auto; }
        @media print, screen and (max-width: 991px) {
          #fs #contents1 .txt2 img {
            width: 80%; } }
    #fs #contents1 .txt3 {
      text-align: center;
      margin: 250px auto 0; }
      @media print, screen and (max-width: 767px) {
        #fs #contents1 .txt3 {
          margin: 80px 30px 0 0; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #fs #contents1 .txt3 {
          margin: 150px auto 0; } }
      #fs #contents1 .txt3 img {
        margin: auto; }
        @media print, screen and (max-width: 767px) {
          #fs #contents1 .txt3 img {
            width: 100%; } }
        @media print, screen and (min-width: 768px) and (max-width: 991px) {
          #fs #contents1 .txt3 img {
            width: 70%; } }
    #fs #contents1 ul {
      text-align: center; }
      #fs #contents1 ul li {
        display: inline-block;
        padding: 15px; }
        @media print, screen and (max-width: 767px) {
          #fs #contents1 ul li {
            padding: 5px; } }
        #fs #contents1 ul li span {
          font-size: 2.0rem;
          background-color: #00ab4c;
          color: #fff;
          padding: 10px 30px;
          border-radius: 15px;
          font-weight: bold; }
          @media print, screen and (max-width: 767px) {
            #fs #contents1 ul li span {
              font-size: 1.0rem;
              padding: 10px 20px; } }
  #fs #contents2 {
    background-color: #00ab4c;
    padding: 20px 10px 50px; }
    #fs #contents2 h3 {
      font-size: 4.0rem;
      font-weight: bold;
      margin-top: 30px;
      line-height: 1.5;
      color: #fff;
      text-align: center;
      letter-spacing: 5px; }
      @media print, screen and (max-width: 767px) {
        #fs #contents2 h3 {
          font-size: 2.0rem; } }
      #fs #contents2 h3 span {
        font-size: 3.0rem; }
        @media print, screen and (max-width: 767px) {
          #fs #contents2 h3 span {
            font-size: 1.6rem; } }
    #fs #contents2 .tokucho {
      text-align: center;
      margin: 20px auto; }
      #fs #contents2 .tokucho img {
        margin: auto; }
  #fs #contents3 {
    background-color: #3c5e5b;
    padding: 50px 10px 60px;
    color: #fff; }
    @media print, screen and (min-width: 1200px) {
      #fs #contents3 .contentsbox {
        width: 80%;
        margin: auto; } }
    #fs #contents3 h3 {
      font-size: 3.0rem;
      font-weight: bold;
      margin-top: 30px;
      line-height: 1.5;
      color: #fff;
      text-align: center; }
      @media print, screen and (max-width: 767px) {
        #fs #contents3 h3 {
          font-size: 1.6rem; } }
      #fs #contents3 h3 span {
        font-size: 4.0rem; }
        @media print, screen and (max-width: 767px) {
          #fs #contents3 h3 span {
            font-size: 1.8rem; } }
        @media print, screen and (min-width: 768px) and (max-width: 1199px) {
          #fs #contents3 h3 span {
            font-size: 3.2rem; } }
    #fs #contents3 ul li {
      padding: 15px;
      font-size: 1.6rem;
      background-color: #00ab4c;
      color: #fff;
      padding: 5px 50px;
      text-align: center;
      border-radius: 30px;
      list-style: none;
      margin: 10px;
      font-weight: bold; }
      @media print, screen and (max-width: 767px) {
        #fs #contents3 ul li {
          font-size: 1.0rem;
          padding: 5px 15px; } }
    #fs #contents3 .txt2 {
      margin-top: 10px !important; }
    #fs #contents3 .illust1, #fs #contents3 .illust2 {
      margin: 50px auto 0;
      text-align: center; }
      #fs #contents3 .illust1 img, #fs #contents3 .illust2 img {
        margin: auto; }
    #fs #contents3 .box1 {
      background-color: #fff;
      padding: 50px 50px 15px;
      color: #483024;
      margin-top: 100px; }
      @media print, screen and (max-width: 767px) {
        #fs #contents3 .box1 {
          padding: 50px 20px 15px; } }
      #fs #contents3 .box1 .kadaitxt {
        margin-top: -100px; }
        @media print, screen and (max-width: 767px) {
          #fs #contents3 .box1 .kadaitxt {
            margin-top: -80px; } }
      #fs #contents3 .box1 h4 {
        letter-spacing: 5px;
        font-weight: bold;
        font-size: 2.8rem;
        margin-top: 10px;
        font-size: 1.6rem; }
      #fs #contents3 .box1 p {
        line-height: 1.5;
        padding: 15px 0 30px;
        font-weight: bold; }
      #fs #contents3 .box1 .photo2, #fs #contents3 .box1 .photo3, #fs #contents3 .box1 .photo4 {
        text-align: center;
        margin: 20px auto 0; }
        #fs #contents3 .box1 .photo2 img, #fs #contents3 .box1 .photo3 img, #fs #contents3 .box1 .photo4 img {
          margin: auto; }
      #fs #contents3 .box1 .photo4 {
        position: relative; }
        #fs #contents3 .box1 .photo4 .photo4-txt {
          position: absolute;
          top: -100px;
          right: -100px; }
          @media print, screen and (max-width: 767px) {
            #fs #contents3 .box1 .photo4 .photo4-txt {
              top: -30px;
              right: -30px; } }
          @media print, screen and (max-width: 767px) {
            #fs #contents3 .box1 .photo4 .photo4-txt img {
              width: 100px; } }
      #fs #contents3 .box1 .txt6 {
        margin-top: 25px; }
    #fs #contents3 .txt8 {
      font-size: 1.6rem;
      margin-top: 15px;
      font-weight: bold; }
      @media print, screen and (max-width: 767px) {
        #fs #contents3 .txt8 {
          font-size: 1.2rem; } }
      #fs #contents3 .txt8 span {
        font-size: 1.0rem; }
  #fs #contents4 {
    padding: 50px 15px; }
    @media print, screen and (max-width: 767px) {
      #fs #contents4 {
        padding: 30px 15px; } }
    #fs #contents4 h3 {
      font-size: 3.0rem;
      font-weight: bold;
      margin-top: 30px;
      line-height: 1.5;
      text-align: center;
      letter-spacing: 5px; }
      @media print, screen and (max-width: 767px) {
        #fs #contents4 h3 {
          font-size: 1.8rem; } }
      #fs #contents4 h3 span {
        font-size: 4.0rem;
        color: #3c5e5b; }
        @media print, screen and (max-width: 767px) {
          #fs #contents4 h3 span {
            font-size: 2.4rem; } }
    #fs #contents4 .txt1 {
      letter-spacing: 5px;
      font-weight: bold;
      font-size: 3.8rem;
      margin-top: 30px;
      text-align: center;
      font-family: "a-otf-ryumin-pr6n", serif; }
      @media print, screen and (max-width: 767px) {
        #fs #contents4 .txt1 {
          font-size: 2.4rem;
          letter-spacing: 0px; } }
      @media print, screen and (max-width: 767px) {
        #fs #contents4 .txt1 span {
          font-size: 1.4rem;
          letter-spacing: 0px; } }
    #fs #contents4 .kouhou {
      text-align: center;
      margin: 50px auto; }
      #fs #contents4 .kouhou img {
        margin: auto; }
    #fs #contents4 .zukai1 {
      text-align: center;
      margin: 50px auto; }
      #fs #contents4 .zukai1 img {
        margin: auto; }
  #fs #contents5 {
    background-color: #e8f3dc;
    padding: 20px 10px 60px; }
    @media print, screen and (min-width: 1200px) {
      #fs #contents5 .contents5area {
        width: 80%;
        margin: 30px auto; } }
    #fs #contents5 h3 {
      font-size: 3.0rem;
      font-weight: bold;
      margin-top: 30px;
      line-height: 1.5;
      text-align: center;
      letter-spacing: 5px; }
      @media print, screen and (max-width: 767px) {
        #fs #contents5 h3 {
          font-size: 1.8rem; } }
      #fs #contents5 h3 span {
        font-size: 4.0rem;
        color: #3c5e5b; }
        @media print, screen and (max-width: 767px) {
          #fs #contents5 h3 span {
            font-size: 2.4rem; } }
    #fs #contents5 h4 {
      color: #00ab4c;
      font-size: 2.6rem;
      border-bottom: 2px dotted #00ab4c;
      padding: 15px 0;
      font-weight: bold;
      position: relative;
      line-height: 1.5; }
      @media print, screen and (max-width: 767px) {
        #fs #contents5 h4 {
          text-align: center;
          font-size: 1.2rem;
          margin-top: 15px; } }
      @media print, screen and (min-width: 768px) and (max-width: 1199px) {
        #fs #contents5 h4 {
          margin-top: 30px;
          font-size: 1.6rem; } }
      @media print, screen and (max-width: 767px) {
        #fs #contents5 h4 .txt7 {
          margin: 30px auto;
          text-align: center; } }
      @media print, screen and (min-width: 768px) {
        #fs #contents5 h4 .txt7 {
          position: absolute;
          right: 0;
          top: -30px; } }
      @media print, screen and (max-width: 767px) {
        #fs #contents5 h4 .txt7 img {
          margin: auto; } }
      @media print, screen and (min-width: 768px) and (max-width: 1199px) {
        #fs #contents5 h4 .txt7 img {
          width: 80%; } }
    #fs #contents5 h5 {
      font-weight: bold;
      font-size: 3.0rem;
      margin: 50px 0 30px;
      line-height: 2.0; }
      @media print, screen and (max-width: 767px) {
        #fs #contents5 h5 {
          font-size: 1.5rem; } }
      @media print, screen and (min-width: 768px) and (max-width: 1199px) {
        #fs #contents5 h5 {
          font-size: 2.4rem; } }
      #fs #contents5 h5 span {
        background-color: #00ab4c;
        padding: 5px 10px;
        display: inline-block;
        color: #fff;
        font-size: 2.0rem; }
        @media print, screen and (max-width: 767px) {
          #fs #contents5 h5 span {
            padding: 2px 10px;
            font-size: 1.4rem; } }
    #fs #contents5 .txt1 {
      font-weight: bold;
      padding: 15px 0;
      line-height: 1.8; }
    #fs #contents5 .photo5 {
      margin: 30px auto;
      text-align: center; }
      #fs #contents5 .photo5 img {
        margin: auto; }
    #fs #contents5 .zukai4 {
      margin-top: 30px; }
    #fs #contents5 .photo6, #fs #contents5 .photo7 {
      margin: 15px auto 0;
      text-align: center; }
      #fs #contents5 .photo6 img, #fs #contents5 .photo7 img {
        margin: auto; }
  #fs #contents6 {
    padding-top: 30px;
    padding-bottom: 80px; }
    @media print, screen and (max-width: 767px) {
      #fs #contents6 {
        padding-top: 20px; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #fs #contents6 {
        padding-top: 100px;
        padding-bottom: 50px; } }
    #fs #contents6 h3 {
      text-align: center;
      font-weight: bold;
      font-size: 3.0rem;
      letter-spacing: 20px;
      margin-top: 50px;
      line-height: 1.5; }
      @media print, screen and (max-width: 767px) {
        #fs #contents6 h3 {
          font-size: 1.4rem;
          letter-spacing: 3px; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #fs #contents6 h3 {
          font-size: 2.0rem; } }
      #fs #contents6 h3 span {
        font-size: 4.0rem;
        letter-spacing: 3px;
        color: #3c5e5b; }
        @media print, screen and (max-width: 767px) {
          #fs #contents6 h3 span {
            font-size: 2.4rem; } }
    #fs #contents6 .txt2 {
      text-align: center;
      margin: 50px auto; }
      #fs #contents6 .txt2 img {
        margin: auto; }
        @media print, screen and (max-width: 991px) {
          #fs #contents6 .txt2 img {
            width: 80%; } }
    #fs #contents6 .txt9 {
      text-align: center;
      margin: 50px auto 0; }
      #fs #contents6 .txt9 img {
        margin: auto; }
        @media print, screen and (max-width: 991px) {
          #fs #contents6 .txt9 img {
            width: 90%; } }
    #fs #contents6 .txt10 {
      text-align: center;
      margin: 50px auto 0; }
      #fs #contents6 .txt10 img {
        margin: auto; }
        @media print, screen and (max-width: 991px) {
          #fs #contents6 .txt10 img {
            width: 70%; } }
  #fs #contents7 {
    background-color: #3c5e5b;
    padding: 50px 10px 80px;
    background-image: url(../imgs/fs_illust3.png);
    background-position: center bottom 50px;
    background-repeat: no-repeat; }
    @media print, screen and (max-width: 991px) {
      #fs #contents7 {
        padding-bottom: 350px;
        background-size: 200px; } }
    @media print, screen and (min-width: 992px) {
      #fs #contents7 .contentsbox {
        width: 70%;
        margin: auto; } }
    #fs #contents7 h3 {
      font-size: 3.0rem;
      font-weight: bold;
      margin-top: 30px;
      line-height: 1.5;
      color: #fff;
      text-align: center; }
    #fs #contents7 .qabox {
      margin-top: 60px;
      background-color: #fff;
      padding: 30px;
      border-radius: 30px;
      position: relative; }
      @media print, screen and (max-width: 1199px) {
        #fs #contents7 .qabox {
          padding: 15px; } }
      #fs #contents7 .qabox .question {
        position: absolute;
        top: -10px;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        /* Safari用 */
        transform: translate(-50%, -50%); }
      #fs #contents7 .qabox h4 {
        color: #00ab4c;
        font-size: 1.2rem;
        line-height: 2.0;
        font-weight: bold;
        text-align: center; }
        @media print, screen and (max-width: 1199px) {
          #fs #contents7 .qabox h4 {
            margin-top: 30px; } }
        @media print, screen and (min-width: 992px) and (max-width: 1199px) {
          #fs #contents7 .qabox h4 {
            font-size: 1.0rem;
            letter-spacing: 0; } }
      #fs #contents7 .qabox p {
        padding: 20px 0;
        font-weight: bold; }

/*! ==================================================
　#geo
=================================================== */
#geo {
  padding-top: 60px;
  padding-bottom: 0;
  color: #000;
  font-family: "a-otf-ryumin-pr6n", serif;
  /*.titleback{
  	position: relative;
  	.titleimg{
  		position: absolute;
  		img{
  			object-fit: contain;
  			@include media(xs-md){
  				object-fit: cover;
  				height:200px;
  			}
  			@include media(lg-xl){
  				object-fit: cover;
  				height:410px;
  			}
  		}
  	}
  	h2{
  		position: absolute;
  		color:#fff;
  		text-align: center;
  		padding-top:150px;
  		position: relative;
  		font-size:3.0rem;
  		line-height: 1.5;
  		@include media(xs-md){
  			padding-top:50px;
  			font-size:1.6rem;
  			margin-bottom:0;
  		}
  		span{
  			font-size:1.6rem;
  			@include media(xs-md){
  				font-size:1.2rem;
  			}
  		}
  	}
  }*/ }
  #geo .bottomimg {
    margin-top: 100px; }
    @media print, screen and (max-width: 991px) {
      #geo .bottomimg {
        margin-top: 70px; } }
  #geo #contents1 {
    padding-top: 30px;
    padding-bottom: 0; }
    @media print, screen and (max-width: 991px) {
      #geo #contents1 {
        padding-top: 30px;
        padding-bottom: 30px; } }
    #geo #contents1 h3.headtxt {
      font-size: 4.0rem;
      font-weight: bold;
      margin-top: 50px;
      line-height: 1.5; }
      @media print, screen and (max-width: 991px) {
        #geo #contents1 h3.headtxt {
          font-size: 1.6rem;
          text-align: center;
          margin-top: 20px; } }
      @media print, screen and (min-width: 992px) and (max-width: 1199px) {
        #geo #contents1 h3.headtxt {
          font-size: 3.0rem; } }
    @media print, screen and (max-width: 767px) {
      #geo #contents1 .txt1 {
        text-align: center;
        margin: auto; } }
    @media print, screen and (max-width: 767px) {
      #geo #contents1 .txt1 img {
        margin: 30px auto 0;
        width: 60%; } }
    #geo #contents1 h3.title1 {
      color: #3c5e5b;
      text-align: center;
      font-weight: bold;
      font-size: 4.2rem;
      letter-spacing: 20px;
      margin-top: 50px;
      line-height: 1.0; }
      @media print, screen and (max-width: 767px) {
        #geo #contents1 h3.title1 {
          font-size: 1.6rem;
          letter-spacing: 10px; } }
      #geo #contents1 h3.title1 span.title1txt {
        font-size: 2.0rem;
        letter-spacing: 3px; }
        @media print, screen and (max-width: 767px) {
          #geo #contents1 h3.title1 span.title1txt {
            letter-spacing: 0px;
            font-size: 1.2rem; } }
    #geo #contents1 .contentstxt {
      margin-top: 50px;
      line-height: 2.0;
      text-align: center;
      font-size: 1.4rem;
      padding-bottom: 50px;
      border-bottom: 1px solid #000;
      font-weight: bold; }
      @media print, screen and (max-width: 767px) {
        #geo #contents1 .contentstxt {
          letter-spacing: 0px;
          font-size: 1.0rem; } }
      #geo #contents1 .contentstxt .font-1 {
        font-size: 1.2rem;
        margin-top: 30px; }
        @media print, screen and (max-width: 767px) {
          #geo #contents1 .contentstxt .font-1 {
            letter-spacing: 0px;
            font-size: 1.0rem; } }
    #geo #contents1 .font-2 {
      font-size: 2.4rem;
      margin-top: 50px;
      text-align: center;
      font-weight: bold; }
      @media print, screen and (max-width: 767px) {
        #geo #contents1 .font-2 {
          letter-spacing: 0px;
          font-size: 1.4rem; } }
    #geo #contents1 .font-3 {
      font-size: 1.6rem;
      margin-top: 30px;
      text-align: center; }
      @media print, screen and (max-width: 767px) {
        #geo #contents1 .font-3 {
          letter-spacing: 0px;
          font-size: 1.0rem; } }
  #geo #contents2 {
    padding: 20px 0 0; }
    #geo #contents2 h3 {
      font-size: 4.0rem;
      font-weight: bold;
      margin-top: 30px;
      line-height: 1.5;
      color: #3c5e5b;
      text-align: center;
      letter-spacing: 5px; }
      @media print, screen and (max-width: 767px) {
        #geo #contents2 h3 {
          font-size: 2.0rem; } }
      #geo #contents2 h3 span {
        font-size: 3.0rem; }
        @media print, screen and (max-width: 767px) {
          #geo #contents2 h3 span {
            font-size: 1.6rem; } }
    #geo #contents2 .jisinbox {
      margin-top: 50px; }
      #geo #contents2 .jisinbox .jisintxt {
        margin-left: 100px; }
        @media print, screen and (max-width: 991px) {
          #geo #contents2 .jisinbox .jisintxt {
            margin-left: 20px; } }
        #geo #contents2 .jisinbox .jisintxt dl dt {
          font-size: 2.0rem;
          letter-spacing: 5px;
          font-weight: normal; }
          @media print, screen and (max-width: 991px) {
            #geo #contents2 .jisinbox .jisintxt dl dt {
              font-size: 1.0rem; } }
          @media print, screen and (max-width: 991px) {
            #geo #contents2 .jisinbox .jisintxt dl dt {
              font-weight: bold; } }
        #geo #contents2 .jisinbox .jisintxt dl dd {
          font-size: 1.8rem; }
          @media print, screen and (max-width: 991px) {
            #geo #contents2 .jisinbox .jisintxt dl dd {
              font-size: 0.9rem; } }
          @media print, screen and (max-width: 991px) {
            #geo #contents2 .jisinbox .jisintxt dl dd {
              font-weight: bold; } }
        #geo #contents2 .jisinbox .jisintxt p {
          font-size: 1.2rem;
          line-height: 2.0;
          margin-top: 30px; }
          @media print, screen and (max-width: 991px) {
            #geo #contents2 .jisinbox .jisintxt p {
              font-size: 0.9rem; } }
          @media print, screen and (max-width: 991px) {
            #geo #contents2 .jisinbox .jisintxt p {
              font-weight: bold; } }
      #geo #contents2 .jisinbox .jisintxt1 {
        margin-top: -50px; }
        @media print, screen and (max-width: 767px) {
          #geo #contents2 .jisinbox .jisintxt1 {
            margin-top: 0; } }
      #geo #contents2 .jisinbox .jisintxt2 {
        text-align: center;
        margin: 50px auto; }
        #geo #contents2 .jisinbox .jisintxt2 img {
          margin: auto; }
      @media print, screen and (min-width: 1200px) {
        #geo #contents2 .jisinbox .jisinphotobox {
          width: 80%;
          margin: auto; } }
      #geo #contents2 .jisinbox .jisinphotobox .jisinphoto {
        margin-top: 30px; }
      #geo #contents2 .jisinbox .jisinphotobox .line1 {
        margin-top: 50px; }
      #geo #contents2 .jisinbox .jisinmap {
        position: relative;
        height: 650px; }
        @media print, screen and (max-width: 767px) {
          #geo #contents2 .jisinbox .jisinmap {
            height: 850px; } }
        @media print, screen and (min-width: 768px) and (max-width: 991px) {
          #geo #contents2 .jisinbox .jisinmap {
            height: 950px; } }
        #geo #contents2 .jisinbox .jisinmap .mapimg {
          position: absolute;
          right: 0;
          top: 0; }
          @media print, screen and (max-width: 991px) {
            #geo #contents2 .jisinbox .jisinmap .mapimg {
              top: 100px; } }
        #geo #contents2 .jisinbox .jisinmap .textarea {
          position: absolute;
          left: 0;
          top: 0; }
          #geo #contents2 .jisinbox .jisinmap .textarea h4 {
            margin: 50px 0;
            line-height: 1.5;
            font-size: 2.4rem;
            font-weight: bold; }
            @media print, screen and (max-width: 767px) {
              #geo #contents2 .jisinbox .jisinmap .textarea h4 {
                font-size: 1.2rem; } }
          #geo #contents2 .jisinbox .jisinmap .textarea p {
            margin-top: 50px;
            letter-spacing: 2px; }
            @media print, screen and (min-width: 992px) {
              #geo #contents2 .jisinbox .jisinmap .textarea p {
                width: 30%; } }
            @media print, screen and (max-width: 767px) {
              #geo #contents2 .jisinbox .jisinmap .textarea p {
                font-size: 0.9rem;
                margin: 500px 10px 50px;
                width: 100%; } }
            @media print, screen and (min-width: 768px) and (max-width: 991px) {
              #geo #contents2 .jisinbox .jisinmap .textarea p {
                font-size: 0.9rem;
                margin: 600px 10px 50px;
                width: 100%; } }
            @media print, screen and (max-width: 991px) {
              #geo #contents2 .jisinbox .jisinmap .textarea p {
                font-weight: bold; } }
            #geo #contents2 .jisinbox .jisinmap .textarea p a {
              word-break: break-all; }
  #geo #contents3 {
    padding: 20px 0 60px; }
    @media print, screen and (min-width: 1200px) {
      #geo #contents3 .contentsbox {
        width: 80%;
        margin: auto; } }
    #geo #contents3 h3 {
      font-size: 3.6rem;
      font-weight: bold;
      margin-top: 30px;
      line-height: 1.5;
      color: #3c5e5b;
      text-align: center; }
      @media print, screen and (max-width: 767px) {
        #geo #contents3 h3 {
          font-size: 1.6rem; } }
    #geo #contents3 .txt1 {
      font-size: 1.8rem;
      text-align: center;
      margin-top: 30px;
      line-height: 1.8;
      font-weight: bold; }
      @media print, screen and (max-width: 767px) {
        #geo #contents3 .txt1 {
          font-size: 0.9rem; } }
      #geo #contents3 .txt1 span {
        display: inline-block;
        background-color: #f29600;
        padding: 1px 5px;
        text-align: center; }
    #geo #contents3 .txt2 {
      font-weight: bold;
      margin-top: 20px;
      font-size: 1.0rem;
      text-align: center; }
      @media print, screen and (max-width: 767px) {
        #geo #contents3 .txt2 {
          font-size: 0.9rem; } }
    #geo #contents3 .txt3 {
      font-weight: bold;
      margin-top: 30px;
      font-size: 2.6rem;
      text-align: center;
      background-color: #f29600;
      color: #fff;
      padding: 5px 30px;
      border-radius: 30px; }
      @media print, screen and (max-width: 991px) {
        #geo #contents3 .txt3 {
          font-size: 1.2rem; } }
    #geo #contents3 h4 {
      margin-top: 30px;
      font-size: 3.0rem;
      text-align: center;
      font-weight: bold; }
      @media print, screen and (max-width: 767px) {
        #geo #contents3 h4 {
          font-size: 1.6rem; } }
      @media print, screen and (min-width: 768px) and (max-width: 1199px) {
        #geo #contents3 h4 {
          font-size: 1.8rem; } }
      #geo #contents3 h4 span {
        font-size: 4.0rem; }
        @media print, screen and (max-width: 767px) {
          #geo #contents3 h4 span {
            font-size: 2.0rem; } }
        @media print, screen and (min-width: 768px) and (max-width: 1199px) {
          #geo #contents3 h4 span {
            font-size: 2.6rem; } }
    #geo #contents3 .kouhouimg {
      margin-top: 40px; }
    #geo #contents3 .pointcontents {
      margin-top: 50px;
      border: 5px solid #00ab4c;
      border-radius: 30px;
      padding: 15px 30px 60px; }
      #geo #contents3 .pointcontents .contents-1 {
        margin-top: 30px; }
        @media print, screen and (max-width: 767px) {
          #geo #contents3 .pointcontents .contents-1 {
            margin-top: 10px; } }
        #geo #contents3 .pointcontents .contents-1 h5 {
          font-weight: bold;
          font-size: 1.6rem;
          letter-spacing: 2px; }
          @media print, screen and (max-width: 767px) {
            #geo #contents3 .pointcontents .contents-1 h5 {
              margin-top: 15px;
              text-align: center;
              font-size: 1.2rem;
              line-height: 1.5; } }
          #geo #contents3 .pointcontents .contents-1 h5 span {
            font-size: 2.4rem;
            color: #f29600; }
            @media print, screen and (max-width: 767px) {
              #geo #contents3 .pointcontents .contents-1 h5 span {
                font-size: 2.0rem; } }
        #geo #contents3 .pointcontents .contents-1 p {
          padding: 15px 15px 0 0;
          line-height: 1.8;
          font-size: 1.2rem; }
          @media print, screen and (max-width: 767px) {
            #geo #contents3 .pointcontents .contents-1 p {
              font-size: 0.9rem;
              padding: 15px 10px; } }
          @media print, screen and (max-width: 991px) {
            #geo #contents3 .pointcontents .contents-1 p {
              font-weight: bold; } }
        #geo #contents3 .pointcontents .contents-1 .point1 {
          margin: 0 auto;
          text-align: center; }
          #geo #contents3 .pointcontents .contents-1 .point1 img {
            margin: auto; }
            @media print, screen and (max-width: 767px) {
              #geo #contents3 .pointcontents .contents-1 .point1 img {
                width: 80px; } }
      #geo #contents3 .pointcontents .pointillust {
        margin: 30px auto 10px;
        text-align: center; }
        #geo #contents3 .pointcontents .pointillust img {
          margin: auto; }
        @media print, screen and (max-width: 767px) {
          #geo #contents3 .pointcontents .pointillust {
            margin-bottom: 30px; } }
  #geo #contents4 {
    padding: 30px 0 80px; }
    @media print, screen and (max-width: 767px) {
      #geo #contents4 {
        padding: 30px 0; } }
    #geo #contents4 h3 {
      font-size: 4.0rem;
      font-weight: bold;
      margin-bottom: 30px;
      line-height: 1.5;
      text-align: center;
      letter-spacing: 5px;
      color: #3c5e5b; }
      @media print, screen and (max-width: 767px) {
        #geo #contents4 h3 {
          font-size: 1.5rem;
          letter-spacing: 3px; } }
    #geo #contents4 .merittxt {
      margin: 30px auto;
      text-align: center; }
      #geo #contents4 .merittxt img {
        margin: auto; }
    #geo #contents4 h4 {
      font-size: 4.0rem;
      font-weight: bold;
      margin-bottom: 30px;
      line-height: 1.5;
      text-align: center;
      letter-spacing: 5px; }
      @media print, screen and (max-width: 767px) {
        #geo #contents4 h4 {
          font-size: 1.4rem; } }
      @media print, screen and (min-width: 768px) and (max-width: 1199px) {
        #geo #contents4 h4 {
          font-size: 2.8rem; } }
    #geo #contents4 p {
      padding: 15px 15px;
      line-height: 1.8;
      font-size: 1.6rem;
      text-align: center; }
      @media print, screen and (max-width: 767px) {
        #geo #contents4 p {
          font-size: 1.0rem; } }
      @media print, screen and (max-width: 991px) {
        #geo #contents4 p {
          font-weight: bold; } }
    #geo #contents4 .buzaibox .buzaiimg, #geo #contents4 .buzaibox .buzaitokucho {
      margin: 40px auto;
      text-align: center; }
      #geo #contents4 .buzaibox .buzaiimg img, #geo #contents4 .buzaibox .buzaitokucho img {
        margin: auto; }
    #geo #contents4 .buzaibox p {
      padding: 15px 15px;
      line-height: 1.8;
      font-size: 1.2rem;
      text-align: left; }
      @media print, screen and (max-width: 767px) {
        #geo #contents4 .buzaibox p {
          font-size: 1.0rem; } }
  #geo #contents5 {
    background-color: #e8f3dc;
    padding: 20px 0 0; }
    #geo #contents5 h3 {
      font-size: 4.0rem;
      font-weight: bold;
      margin-top: 30px;
      line-height: 1.5;
      text-align: center;
      letter-spacing: 5px; }
      @media print, screen and (max-width: 767px) {
        #geo #contents5 h3 {
          font-size: 1.5rem;
          letter-spacing: 1px; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #geo #contents5 h3 {
          font-size: 2.4rem; } }
      #geo #contents5 h3 span.font1 {
        font-size: 2.6rem; }
        @media print, screen and (max-width: 767px) {
          #geo #contents5 h3 span.font1 {
            font-size: 1.0rem; } }
        @media print, screen and (min-width: 768px) and (max-width: 991px) {
          #geo #contents5 h3 span.font1 {
            font-size: 1.6rem; } }
      #geo #contents5 h3 span.font2 {
        color: #3c5e5b; }
    @media print, screen and (min-width: 1200px) {
      #geo #contents5 .contentsbox {
        width: 90%;
        margin: auto; } }
    #geo #contents5 .taisakubox {
      margin-top: 30px; }
      #geo #contents5 .taisakubox h4 {
        color: #3c5e5b;
        font-size: 1.4rem;
        padding: 0;
        font-weight: bold;
        line-height: 1.5;
        letter-spacing: 2px; }
        @media print, screen and (max-width: 767px) {
          #geo #contents5 .taisakubox h4 {
            text-align: center;
            font-size: 1.0rem;
            letter-spacing: -1px; } }
        @media print, screen and (min-width: 768px) and (max-width: 1199px) {
          #geo #contents5 .taisakubox h4 {
            margin-top: 30px;
            font-size: 1.6rem; } }
      #geo #contents5 .taisakubox p {
        padding-top: 10px; }
        @media print, screen and (max-width: 767px) {
          #geo #contents5 .taisakubox p {
            font-size: 0.8rem; } }
  #geo #contents6 {
    padding-top: 30px; }
    @media print, screen and (max-width: 767px) {
      #geo #contents6 {
        padding-top: 20px; } }
    @media print, screen and (min-width: 768px) and (max-width: 991px) {
      #geo #contents6 {
        padding-top: 100px;
        padding-bottom: 50px; } }
    @media print, screen and (min-width: 1200px) {
      #geo #contents6 .contentsbox {
        width: 80%;
        margin: auto; } }
    #geo #contents6 h3 {
      text-align: center;
      font-weight: bold;
      font-size: 4.0rem;
      letter-spacing: 10px;
      margin-top: 50px;
      line-height: 1.5;
      color: #3c5e5b; }
      @media print, screen and (max-width: 767px) {
        #geo #contents6 h3 {
          font-size: 1.6rem;
          letter-spacing: 3px; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #geo #contents6 h3 {
          font-size: 2.4rem; } }
      #geo #contents6 h3 span {
        font-size: 3.0rem;
        letter-spacing: 3px; }
        @media print, screen and (max-width: 767px) {
          #geo #contents6 h3 span {
            font-size: 1.2rem; } }
        @media print, screen and (min-width: 768px) and (max-width: 991px) {
          #geo #contents6 h3 span {
            font-size: 1.6rem; } }
    #geo #contents6 .koukatxt {
      margin: 30px auto 0;
      text-align: center; }
      #geo #contents6 .koukatxt img {
        margin: auto; }
    #geo #contents6 h4 {
      font-size: 2.8rem;
      padding: 15px 15px;
      font-weight: bold;
      position: relative;
      line-height: 1.5;
      letter-spacing: 5px; }
      @media print, screen and (max-width: 767px) {
        #geo #contents6 h4 {
          text-align: center;
          font-size: 1.2rem;
          margin-top: 15px;
          letter-spacing: 2px; } }
      @media print, screen and (min-width: 768px) and (max-width: 1199px) {
        #geo #contents6 h4 {
          margin-top: 30px;
          font-size: 1.6rem; } }
    #geo #contents6 p {
      padding: 15px 15px;
      line-height: 1.8;
      font-size: 1.2rem;
      text-align: left; }
      @media print, screen and (max-width: 767px) {
        #geo #contents6 p {
          font-size: 1.0rem;
          font-weight: bold; } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #geo #contents6 p {
          font-size: 1.0rem; } }
    #geo #contents6 .koukaphoto {
      margin-top: 50px; }
    #geo #contents6 .qr {
      margin: 50px 10px 0; }
    #geo #contents6 .shoumei {
      margin: 40px auto;
      text-align: center; }
      @media print, screen and (max-width: 767px) {
        #geo #contents6 .shoumei {
          margin: 40px auto 0; } }
      #geo #contents6 .shoumei img {
        margin: auto; }
  #geo #contents7 {
    padding: 50px 0 0; }
    @media print, screen and (min-width: 992px) {
      #geo #contents7 .contentsbox {
        width: 70%;
        margin: auto; } }
    #geo #contents7 h3 {
      font-size: 4.0rem;
      font-weight: bold;
      margin-top: 30px;
      line-height: 1.5;
      text-align: center;
      color: #3c5e5b; }
      @media print, screen and (max-width: 991px) {
        #geo #contents7 h3 {
          font-size: 1.4rem; } }
      @media print, screen and (min-width: 768px) and (max-width: 1199px) {
        #geo #contents7 h3 {
          font-size: 2.8rem; } }
    #geo #contents7 .chigai {
      margin: 40px auto;
      text-align: center; }
      @media print, screen and (max-width: 991px) {
        #geo #contents7 .chigai {
          margin: 40px auto 0; } }
      #geo #contents7 .chigai img {
        margin: auto; }
  #geo #contents8 {
    padding: 50px 0 0; }
    @media print, screen and (max-width: 991px) {
      #geo #contents8 {
        padding: 30px 0 0; } }
    @media print, screen and (min-width: 992px) {
      #geo #contents8 .contentsbox {
        width: 70%;
        margin: auto; } }
    #geo #contents8 h3 {
      font-size: 4.0rem;
      font-weight: bold;
      margin-top: 30px;
      line-height: 1.5;
      text-align: center;
      color: #3c5e5b; }
      @media print, screen and (max-width: 991px) {
        #geo #contents8 h3 {
          font-size: 1.4rem; } }
    #geo #contents8 .chigai {
      margin: 40px auto;
      text-align: center; }
      #geo #contents8 .chigai img {
        margin: auto; }
  #geo #contents9 {
    padding: 50px 10px 80px;
    background-color: #3c5e5b;
    color: #fff; }
    @media print, screen and (min-width: 992px) {
      #geo #contents9 .contentsbox {
        width: 70%;
        margin: auto; } }
    #geo #contents9 h3 {
      font-size: 4.0rem;
      font-weight: bold;
      margin-top: 30px;
      line-height: 1.5;
      text-align: center;
      color: #fff; }
    #geo #contents9 .hosho {
      margin: 40px auto;
      text-align: center; }
      #geo #contents9 .hosho img {
        margin: auto; }
  #geo #contents10 {
    background-color: #e8f3dc;
    padding: 20px 10px 80px;
    overflow: hidden; }
    #geo #contents10 h3 {
      font-size: 2.8rem;
      font-weight: bold;
      margin-top: 30px;
      line-height: 1.5;
      text-align: center;
      letter-spacing: 5px;
      color: #3c5e5b; }
      @media print, screen and (max-width: 767px) {
        #geo #contents10 h3 {
          font-size: 1.4rem; } }
      #geo #contents10 h3 span {
        font-size: 4.0rem;
        color: #3c5e5b; }
        @media print, screen and (max-width: 767px) {
          #geo #contents10 h3 span {
            font-size: 2.4rem; } }
    @media print, screen and (max-width: 767px) {
      #geo #contents10 .contentsbox {
        padding-bottom: 30px; } }
    @media print, screen and (min-width: 1200px) {
      #geo #contents10 .contentsbox {
        width: 90%;
        margin: 10px auto 50px; } }
    #geo #contents10 .qaarea {
      background-color: #fff;
      padding: 30px;
      border-radius: 30px;
      margin-top: 30px; }
      @media print, screen and (max-width: 767px) {
        #geo #contents10 .qaarea {
          padding: 15px; } }
      @media print, screen and (min-width: 992px) {
        #geo #contents10 .qaarea .qaborder {
          border-right: 2px dotted #00ab4c; } }
      #geo #contents10 .qaarea .qabox {
        padding: 10px; }
        #geo #contents10 .qaarea .qabox h4 {
          margin-top: 15px;
          color: #f29600;
          background-image: url(../imgs/geo_question.png);
          background-position: top center;
          background-repeat: no-repeat;
          padding-top: 55px;
          font-size: 1.2rem;
          font-weight: bold;
          text-align: center;
          line-height: 1.6;
          letter-spacing: 2px; }
          @media print, screen and (max-width: 767px) {
            #geo #contents10 .qaarea .qabox h4 {
              font-size: 1.1rem; } }
        #geo #contents10 .qaarea .qabox p {
          margin-top: 15px;
          font-size: 1.0rem; }
          @media print, screen and (max-width: 767px) {
            #geo #contents10 .qaarea .qabox p {
              font-size: 0.9rem; } }
          @media print, screen and (max-width: 991px) {
            #geo #contents10 .qaarea .qabox p {
              font-weight: bold; } }
        #geo #contents10 .qaarea .qabox .merit h5 {
          background-color: #8dc552;
          color: #fff;
          border-radius: 5px;
          padding: 2px;
          text-align: center;
          margin-top: 10px; }
        #geo #contents10 .qaarea .qabox .merit p {
          line-height: 1.6; }
          #geo #contents10 .qaarea .qabox .merit p span {
            color: #8dc552; }
        #geo #contents10 .qaarea .qabox .line2 {
          margin: auto;
          text-align: center; }
          #geo #contents10 .qaarea .qabox .line2 img {
            margin: auto; }
        #geo #contents10 .qaarea .qabox .demerit h5 {
          background-color: #888888;
          color: #fff;
          border-radius: 5px;
          padding: 2px;
          text-align: center;
          margin-top: 10px; }
        #geo #contents10 .qaarea .qabox .demerit p span {
          color: #888888; }
      #geo #contents10 .qaarea .qaboxlast {
        background-image: url(../imgs/geo_qaback.png);
        background-repeat: no-repeat;
        background-position: bottom center;
        padding-bottom: 200px; }
    #geo #contents10 .voicearea .voicebox {
      background-color: #fff;
      padding: 15px;
      border-radius: 15px;
      margin-top: 30px; }
    #geo #contents10 .voicearea .voicebox.voice1 .voiceimg {
      float: right;
      clear: both;
      margin-left: 10px; }
    #geo #contents10 .voicearea .voicebox.voice1 .voiceimg img {
      width: 100%;
      height: auto;
      vertical-align: top; }
      @media print, screen and (max-width: 991px) {
        #geo #contents10 .voicearea .voicebox.voice1 .voiceimg img {
          width: 70px; } }
      @media print, screen and (min-width: 992px) {
        #geo #contents10 .voicearea .voicebox.voice1 .voiceimg img {
          width: 100px; } }
      @media print, screen and (min-width: 1600px) {
        #geo #contents10 .voicearea .voicebox.voice1 .voiceimg img {
          width: 100%; } }
    #geo #contents10 .voicearea .voicebox.voice1 .space {
      float: right; }
      @media print, screen and (max-width: 767px) {
        #geo #contents10 .voicearea .voicebox.voice1 .space {
          height: 5em;
          /* 仮の高さ */ } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #geo #contents10 .voicearea .voicebox.voice1 .space {
          height: 3em;
          /* 仮の高さ */ } }
      @media print, screen and (min-width: 992px) {
        #geo #contents10 .voicearea .voicebox.voice1 .space {
          height: 7em;
          /* 仮の高さ */ } }
      @media print, screen and (min-width: 1600px) {
        #geo #contents10 .voicearea .voicebox.voice1 .space {
          height: 5em;
          /* 仮の高さ */ } }
    #geo #contents10 .voicearea .voicebox.voice1 .clear-after {
      display: none;
      clear: both;
      height: 0; }
    #geo #contents10 .voicearea .voicebox.voice2 .voiceimg {
      float: left;
      clear: both;
      margin-left: -40px; }
      @media print, screen and (max-width: 991px) {
        #geo #contents10 .voicearea .voicebox.voice2 .voiceimg {
          margin-left: -20px; } }
    #geo #contents10 .voicearea .voicebox.voice2 .voiceimg img {
      height: auto;
      vertical-align: top; }
      @media print, screen and (max-width: 991px) {
        #geo #contents10 .voicearea .voicebox.voice2 .voiceimg img {
          width: 70px; } }
      @media print, screen and (min-width: 992px) {
        #geo #contents10 .voicearea .voicebox.voice2 .voiceimg img {
          width: 100px; } }
      @media print, screen and (min-width: 1600px) {
        #geo #contents10 .voicearea .voicebox.voice2 .voiceimg img {
          width: 80%; } }
    #geo #contents10 .voicearea .voicebox.voice2 .space {
      float: left;
      height: 10em;
      /* 仮の高さ */ }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #geo #contents10 .voicearea .voicebox.voice2 .space {
          height: 4em;
          /* 仮の高さ */ } }
      @media print, screen and (min-width: 992px) {
        #geo #contents10 .voicearea .voicebox.voice2 .space {
          height: 15em;
          /* 仮の高さ */ } }
      @media print, screen and (min-width: 1600px) {
        #geo #contents10 .voicearea .voicebox.voice2 .space {
          height: 10em;
          /* 仮の高さ */ } }
    #geo #contents10 .voicearea .voicebox.voice2 .clear-after {
      display: none;
      clear: both;
      height: 0; }
    #geo #contents10 .voicearea .voicebox.voice3 .voiceimg {
      float: left;
      clear: both;
      margin-left: -40px; }
      @media print, screen and (max-width: 991px) {
        #geo #contents10 .voicearea .voicebox.voice3 .voiceimg {
          margin-left: -20px; } }
    #geo #contents10 .voicearea .voicebox.voice3 .voiceimg img {
      height: auto;
      vertical-align: top; }
      @media print, screen and (max-width: 991px) {
        #geo #contents10 .voicearea .voicebox.voice3 .voiceimg img {
          width: 70px; } }
      @media print, screen and (min-width: 992px) {
        #geo #contents10 .voicearea .voicebox.voice3 .voiceimg img {
          width: 120px; } }
      @media print, screen and (min-width: 1600px) {
        #geo #contents10 .voicearea .voicebox.voice3 .voiceimg img {
          width: 100%; } }
    #geo #contents10 .voicearea .voicebox.voice3 .space {
      float: left;
      height: 5em;
      /* 仮の高さ */ }
      @media print, screen and (max-width: 767px) {
        #geo #contents10 .voicearea .voicebox.voice3 .space {
          height: 10em;
          /* 仮の高さ */ } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #geo #contents10 .voicearea .voicebox.voice3 .space {
          height: 5em;
          /* 仮の高さ */ } }
      @media print, screen and (min-width: 992px) {
        #geo #contents10 .voicearea .voicebox.voice3 .space {
          height: 8em;
          /* 仮の高さ */ } }
      @media print, screen and (min-width: 1600px) {
        #geo #contents10 .voicearea .voicebox.voice3 .space {
          height: 5em;
          /* 仮の高さ */ } }
    #geo #contents10 .voicearea .voicebox.voice3 .clear-after {
      display: none;
      clear: both;
      height: 0; }
    #geo #contents10 .voicearea .voicebox.voice4 .voiceimg {
      float: right;
      clear: both;
      margin-left: 10px; }
    #geo #contents10 .voicearea .voicebox.voice4 .voiceimg img {
      height: auto;
      vertical-align: top; }
      @media print, screen and (max-width: 991px) {
        #geo #contents10 .voicearea .voicebox.voice4 .voiceimg img {
          width: 70px; } }
      @media print, screen and (min-width: 992px) {
        #geo #contents10 .voicearea .voicebox.voice4 .voiceimg img {
          width: 120px; } }
      @media print, screen and (min-width: 1600px) {
        #geo #contents10 .voicearea .voicebox.voice4 .voiceimg img {
          width: 100%; } }
    #geo #contents10 .voicearea .voicebox.voice4 .space {
      float: right; }
      @media print, screen and (max-width: 767px) {
        #geo #contents10 .voicearea .voicebox.voice4 .space {
          height: 7em;
          /* 仮の高さ */ } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #geo #contents10 .voicearea .voicebox.voice4 .space {
          height: 5em;
          /* 仮の高さ */ } }
      @media print, screen and (min-width: 992px) {
        #geo #contents10 .voicearea .voicebox.voice4 .space {
          height: 8em;
          /* 仮の高さ */ } }
      @media print, screen and (min-width: 1600px) {
        #geo #contents10 .voicearea .voicebox.voice4 .space {
          height: 4em;
          /* 仮の高さ */ } }
    #geo #contents10 .voicearea .voicebox.voice4 .clear-after {
      display: none;
      clear: both;
      height: 0; }
    #geo #contents10 .voicearea .voicebox.voice5 .voiceimg {
      float: right;
      clear: both;
      margin-right: -50px; }
      @media print, screen and (max-width: 991px) {
        #geo #contents10 .voicearea .voicebox.voice5 .voiceimg {
          margin-right: -30px; } }
    #geo #contents10 .voicearea .voicebox.voice5 .voiceimg img {
      width: 100%;
      height: auto;
      vertical-align: top; }
      @media print, screen and (max-width: 991px) {
        #geo #contents10 .voicearea .voicebox.voice5 .voiceimg img {
          width: 70px; } }
      @media print, screen and (min-width: 992px) {
        #geo #contents10 .voicearea .voicebox.voice5 .voiceimg img {
          width: 120px; } }
      @media print, screen and (min-width: 1600px) {
        #geo #contents10 .voicearea .voicebox.voice5 .voiceimg img {
          width: 100%; } }
    #geo #contents10 .voicearea .voicebox.voice5 .space {
      float: right; }
      @media print, screen and (max-width: 767px) {
        #geo #contents10 .voicearea .voicebox.voice5 .space {
          height: 10em;
          /* 仮の高さ */ } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #geo #contents10 .voicearea .voicebox.voice5 .space {
          height: 5em;
          /* 仮の高さ */ } }
      @media print, screen and (min-width: 992px) {
        #geo #contents10 .voicearea .voicebox.voice5 .space {
          height: 7em;
          /* 仮の高さ */ } }
      @media print, screen and (min-width: 1600px) {
        #geo #contents10 .voicearea .voicebox.voice5 .space {
          height: 3em;
          /* 仮の高さ */ } }
    #geo #contents10 .voicearea .voicebox.voice5 .clear-after {
      display: none;
      clear: both;
      height: 0; }
    #geo #contents10 .voicearea .voicebox.voice6 .voiceimg {
      float: right;
      clear: both;
      margin-right: -50px; }
      @media print, screen and (max-width: 991px) {
        #geo #contents10 .voicearea .voicebox.voice6 .voiceimg {
          margin-right: -20px; } }
    #geo #contents10 .voicearea .voicebox.voice6 .voiceimg img {
      height: auto;
      vertical-align: top; }
      @media print, screen and (max-width: 991px) {
        #geo #contents10 .voicearea .voicebox.voice6 .voiceimg img {
          width: 70px; } }
      @media print, screen and (min-width: 992px) {
        #geo #contents10 .voicearea .voicebox.voice6 .voiceimg img {
          width: 120px; } }
      @media print, screen and (min-width: 1600px) {
        #geo #contents10 .voicearea .voicebox.voice6 .voiceimg img {
          width: 100%; } }
    #geo #contents10 .voicearea .voicebox.voice6 .space {
      float: right; }
      @media print, screen and (max-width: 767px) {
        #geo #contents10 .voicearea .voicebox.voice6 .space {
          height: 5em;
          /* 仮の高さ */ } }
      @media print, screen and (min-width: 768px) and (max-width: 991px) {
        #geo #contents10 .voicearea .voicebox.voice6 .space {
          height: 5em;
          /* 仮の高さ */ } }
      @media print, screen and (min-width: 992px) {
        #geo #contents10 .voicearea .voicebox.voice6 .space {
          height: 8em;
          /* 仮の高さ */ } }
      @media print, screen and (min-width: 1600px) {
        #geo #contents10 .voicearea .voicebox.voice6 .space {
          height: 6em;
          /* 仮の高さ */ } }
    #geo #contents10 .voicearea .voicebox.voice6 .clear-after {
      display: none;
      clear: both;
      height: 0; }
    #geo #contents10 .voicearea h4 {
      background-color: #8dc552;
      color: #fff;
      padding: 2px;
      text-align: center;
      font-size: 1.2rem;
      margin-top: 30px;
      border-radius: 15px; }
    @media print, screen and (max-width: 991px) {
      #geo #contents10 .voicearea p {
        font-weight: bold; } }

#fs .ptitle, #geo .ptitle {
  font-family: "source-han-sans-jp-variable", sans-serif !important;
  font-weight: bold;
  letter-spacing: 5px;
  font-variation-settings: "wght" 400; }
  @media print, screen and (max-width: 991px) {
    #fs .ptitle, #geo .ptitle {
      font-variation-settings: "wght" 500; } }

/*! ==================================================
　#company
=================================================== */
/*#company{
	padding-top:60px;
	padding-bottom: 20px;
	
	.titleback{
		position: relative;
		.titleimg{
			position: absolute;
			img{
				object-fit: contain;
				@include media(xs-md){
					object-fit: cover;
					height:200px;
				}
				@include media(lg-xl){
					object-fit: cover;
					height:410px;
				}
			}
		}
		h2{
			position: absolute;
			color:#fff;
			text-align: center;
			padding-top:150px;
			position: relative;
			font-size:3.0rem;
			line-height: 1.5;
			@include media(xs-md){
				padding-top:50px;
				font-size:1.6rem;
				margin-bottom:0;
			}
			span{
				font-size:1.6rem;
				@include media(xs-md){
					font-size:1.2rem;
				}
			}
		}
	}
	
	.messagebox{
		padding-top:150px;
		padding-bottom: 80px;
		@include media(xs-md){
			padding:100px 15px 80px;
		}
		h3{
			color:$color2;
			font-size:1.8rem;
		}
		h4{
			font-size:2.0rem;
			line-height: 1.5;
			@include media(xs-md){
				font-size:1.2rem;
				padding-bottom: 15px;
				
			}
		}
		p{
			line-height: 2.0;
			@include media(xs-md){
				line-height: 1.8;
			}
			
		}
		.daihyophoto{
			margin:auto;
			margin-top:50px;
			text-align: center;
			@include media(lg-xl){
				float:right;
				margin-top:0;
			}
		}
		p.daihyoname{
			text-align: right;
			img{
				width:200px;
				margin-bottom:30px;
				@include media(xs-md){
					width:100px;
				}
			}
		}
	}
	
	.infoback{
		background-color: $color3;
		padding:50px 0;
		@include media(xs-md){
			padding:50px 15px;
		}
		dl{
			background-color:#fff;
			padding:15px;
			border-bottom: 1px solid $color2;
			font-family: $font-1;
			dt{
				font-weight: normal;
			}
			ul{
				li{
					margin-left:20px;
				}
			}
		}
		h3{
			margin-top:100px;
			margin-bottom: 50px;
			color:$color2;
			font-size:1.8rem;
			@include media(xs-md){
					margin-top:50px;
				}
			span{
				font-size:1.0rem;
				color:$color;
				font-family: $font-bold;
				font-weight: bold;
			}
		}
		.btn1{
			text-align: right;
			padding:30px 0;
			a{
				background-color: $color2;
				display: inline-block;
				padding:2px 30px;
				color:#fff;
				border-radius: 3px;
				letter-spacing: 3px;
				text-decoration: none;
			}
			
		}
	}
}

/*! ==================================================
　contact
=================================================== */
/*#contact{
	padding-top:60px;
	padding-bottom: 20px;
	.titleback{
		position: relative;
		.titleimg{
			position: absolute;
			img{
				object-fit: contain;
				@include media(xs-md){
					object-fit: cover;
					height:200px;
				}
				@include media(lg-xl){
					object-fit: cover;
					height:410px;
				}
			}
		}
		h2{
			position: absolute;
			color:#fff;
			text-align: center;
			padding-top:150px;
			position: relative;
			font-size:3.0rem;
			line-height: 1.5;
			@include media(xs-md){
				padding-top:50px;
				font-size:1.6rem;
				margin-bottom:0;
			}
			span{
				font-size:1.6rem;
				@include media(xs-md){
					font-size:1.2rem;
				}
			}
		}
	}
	.formback{
		background-color: $color3;
		padding:50px 0;
	}
	.contactform{
		//お問い合わせフォーム共通
		padding:100px 15px;
		min-height: 400px;
		max-width:600px;
		margin:auto;
		@include media(xs-sm){
			padding:30px 0;
		}
		form{
			margin:20px 0;
			padding:10px 0;
		}
		.form-group{
			margin:5px 0;
			padding:0;			
			font-family: $font-1!important;
			label{
				font-family: $font-1;
				margin:15px;
			}
			input{
				font-family: $font-1!important;
				@include media(xs-sm){
				font-size: 1.0rem;
				}
			}
		}
		.formback{
			background-color:#fcfcfc;
			padding:15px 5px;
			margin-top:15px;
		}
		
		table{
			border:1px solid $color;
			th{
				width:30%;
				font-weight: normal;
				background-color: rgba(255,255,255,0.5);
				border:1px solid $color;
				font-family: $font-1;
				
			}
			td{
				width:70%;
				background-color: rgba(255,255,255,0.5);
				border:1px solid $color;
				font-family: $font-1;
			}
		}
		input{
			width:100%;
			padding:5px;
			margin:0;
			@include media(md-xl){
			margin:0 15px;
			}

		}
		input[type=radio]{
			width: 25px;
			height: 25px;
			vertical-align: middle;
			padding:25px 0;
		}
		input[name=zipcode]{
			width:40%;
			margin-bottom:2px;
		}
		input[name=age]{
			width:40%;
		}
		input[type=checkbox] {
			width:30px;
			height:30px;
			padding:0;
			margin:10px 15px 10px 15px;
			vertical-align: middle;
		}
		 textarea{
			width:100%;
			 margin:0;
			 font-family: $font-1!important;
			 @include media(xs-sm){
			 font-size: 1.0rem;
			 }
			 @include media(md-xl){
			margin:0 15px;
			}
		}
		
		p{
			padding:15px;
		}
		.btnInput{
			@include listCenter(1.0rem);
			margin-top:30px;
			outline: none;
			li{
				list-style: none;
				
				
			}
			input{
				@include btnInputBase2(50%);
				color: #fff;
				border:0;
				width:200px;
				height:43px;
				margin:auto;
				background-image:url(../imgs/bk_contactbtn.png);
				background-size: 100%;
				font-family: $font-1;
				-webkit-tap-highlight-color:rgba(0,0,0,0);
				@include media(xs-sm){
					width:100px;
					height:47px;
					background-image:url(../imgs/bk_contactbtn_sp.png);
				}
			}
			
		}
		.hissu,.alert{
			color:$color2;
			font-weight: bold;
		}
		span.alert{
			@include media(xs-sm){
				padding-left:0;
			}
		}
	}
	.footmsg{
		padding-top:30px;
		a{
			color:$color2;
			text-decoration: none;
		}
	}
}
/*! ==================================================
　banner
=================================================== */
/*#banner{
	padding-top:30px;
	margin-top:30px;
	li{
		list-style: none;
	}
}*/
/*! ==================================================
　footer
=================================================== */
/*footer{
	margin-top:30px;
	#footnavi{
		padding:10px 10px;		
		@include listCenter(0.8rem);
		li{
			padding-top:5px;
			padding-bottom:5px;
			
			a{
				color:$color;
				font-size:0.9rem;
				span{
					color:$color2!important;
				}
			}
			a:hover{
				text-decoration: none;
			}
			
		}
		@include media(xs-md){
			display: none;
		}
		@include media(lg-xl){
			display: block;
		}
	}
	#footer{
		padding-bottom:30px;
		padding-top:20px;
		
		.companyname{
			text-align: center;
			width:300px;
			margin:auto;
			@include media(lg-xl){
				float:right;
			}
		}
		address{
			padding-top:15px;
			
			font-size:0.9rem;
			text-align: center;
			@include media(lg-xl){
				padding-left:20px;
				padding-top:0;
				text-align: left;
				border-left:2px solid $color;
			}
			}
		
		}
	.copyright{
			text-align: center;
			font-size:0.8rem;
		padding-top:15px;
		padding-bottom:15px;
	}
}

/*! ==================================================
　privacy
=================================================== */
/*#privacy{
	
}*/
/*! ==================================================
　sitemap
=================================================== */
/*#sitemap,#link{
	
}*/
/*! ==================================================
　その他
=================================================== */
/*.menulink{
	margin-top:-110px;
	padding-top:110px;
}
*/
