@charset "UTF-8";
body {
	background: #FFF;
	font-family: "minion-pro", "Noto Serif JP", serif;
	font-display: swap;
	color: #272728;
	font-size:1.4rem;
	letter-spacing: 0;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
}
a.link {
	color: #8d6d2b;
}
a.link:hover {
	opacity: .8;
}
@media screen and (max-width:768px) {
	body{
		font-size: 1rem;
	}
}
*{box-sizing: border-box;}
	main {
		overflow-x: hidden;
	}

/* area */
	/* heading */
	.heading-block {
		display: flex;
		justify-content: center;
	}

/* Conents ------------------------------------------*/

	main{
		margin-top:0;
		clear:both;
		display:block;
	}

	#wrapper {
		margin-top: 0;
		background-color:#FFF;
	}
	@media only screen and (min-width:768px) {	/* PC Layout �� */

		#wrapper {
			margin-top: 0;
/*			background	: url("../images/bg/bgsym01.jpg") repeat-y;	*/
			background-size:100%;
		}
	}
	/* Tablet Layout �� */
	@media only screen and (min-width: 768px) and (max-width: 992px) {

		#wrapper {
			margin-top: 0;
		}
	}

/* �� MainConents about facebook timeline -----*/

	#sns {
		margin: 0 auto 0 auto;
		width: 100%;
		border-top: 2px solid #E5E5E5;
		border-bottom: 2px solid #E5E5E5;
	}
	#sns h1,h2,h3,h4,h5,h6{
		font-size:100%;
		font-weight:normal;
	}

	#sns .cont01 {
		margin: 0 auto 0 auto;
		width: 100%;
		background-color: #FFF;
		padding-bottom:30px;
		background	: url("../images/com/subtle_dots.png") repeat;
	}
	#sns .cont01 h3 {
		display:block;
	}
	#sns .cont01 .h3 {
		display:block;
		margin: 20px auto 20px auto;
		width: 90%;
		height: 30px;
		font-size:14px;
		color:#444;
		padding-top:5px;
		padding-left:25px;
		border-left: 5px solid #1F518E; 		/* bf-blue01 */
		border-bottom: 1px solid #BDC3C7;	/* Siver */
	}
	#sns .cont01 .left {
		width: 100%;
	}
	#sns .cont01 .right {
		width: 100%;
	}
	#sns .cont01 .right .fb-page {
		margin: 0 auto 0 auto;
		width: 100%;
		max-width: 320px;
	}
	#sns .cont01 .right p {
		padding-left:20px;
		padding-right:20px;
		padding-bottom:20px;
	}
	#sns .cont01 .left p {	/* Title SNS */
		margin: 20px auto 20px 50px;
		width: 61px;
		height:61px;
		text-indent: -99999px;	/* �e�L�X�g��\�� */
		background	: url("../images/sns/facebook.png") no-repeat;
		background-size:61px 61px;
	}
	/* SP ex Layout �� */
	@media only screen and (min-width: 414px) and (max-width: 768px) {

		#sns .cont01 .right p {
			padding-left:13%;
			padding-right:0px;
			padding-bottom:20px;
		}

	}

	@media only screen and (min-width:768px) {	/* PC Layout �� */

		#sns {
			margin: 0 auto 0 auto;
			width: 100%;
			border-top: 3px solid #E5E5E5;
			border-bottom: 1px solid #F5F5F5;
		}
		#sns .cont01 {
			margin: 50px auto 30px auto;
			width: 100%;
			max-width: 1100px;
			height:700px;
			padding-bottom:60px;
			padding-top:50px;
		}
		#sns .cont01 h3 {
			display:block;
		}
		#sns .cont01 .h3 {
			display:block;
			margin: 0 auto 60px auto;
			width: 65%;
			width: 90%;
			height: 40px;
			font-size:22px;
			color:#555;
			padding-top:5px;
			padding-left:40px;
			border-left: 5px solid #1F518E; 		/* bf-blue01 */
			border-bottom: 1px solid #BDC3C7;	/* Siver */
		}
		#sns .cont01 .left {
			float:left;
			margin-left:17%;
			width: 20%;
			position: relative;
		}
		#sns .cont01 .right {
			float:left;
			width: 60%;
		}
		#sns .cont01 .right .fb-page {
			margin: 0 auto 0 auto;
			width: 700px;
		}
		#sns .cont01 .right p {
			float:left;
			padding-left:0;
			padding-right:30px;
			padding-bottom:30px;
		}
		#sns .cont01 .left p {	/* Title SNS */
			margin: 0 auto 0 0;
			width: 94px;
			height:100px;
		}
	}

	/* Tablet Layout �� */
	@media only screen and (min-width: 768px) and (max-width: 992px) {

		#sns .cont01 {
			margin: 30px auto 30px auto;
			width: 100%;
			height:670px;
			padding-bottom:30px;
			padding-top:30px;
		}
		#sns .cont01 .h3 {
			display:block;
			margin: 0 auto 60px auto;
			width: 90%;
			height: 30px;
			font-size:17px;
			padding-top:5px;
			padding-left:20px;
		}
		#sns .cont01 .left {
			float:left;
			margin-left:8%;
			width: 20%;
			position: relative;
		}
		#sns .cont01 .right {
			float:left;
			width: 70%;
		}
		#sns .cont01 .right .fb-page {
			margin: 0 auto 0 auto;
			width: 400px;
		}
	}

	#sns .cont01 p img {
		-webkit-transition: opacity 0.3s ease-out;
		-moz-transition: opacity 0.3s ease-out;
		-ms-transition: opacity 0.3s ease-out;
		-o-transition: opacity 0.3s ease-out;
		transition: opacity 0.3s ease-out;
	}
	#sns .cont01 p:hover img {
		-webkit-opacity: 0.5;
		-moz-opacity: 0.5;
		-o-opacity: 0.5;
		filter: alpha(opacity=50);	/* IE lt 8 */
		-ms-filter: "alpha(opacity=50)"; /* IE 8 */
		opacity: 0.5;
	}

	#sns a{
		text-decoration: none;
	}
	#sns .ease a {
			transition: 0.4s ease-in-out;
			-webkit-transition: 0.4s ease-in-out;	/* Ease in-out */
			-moz-transition: 0.4s ease-in-out;
			-o-transition: 0.4s ease-in-out;
	}
	#sns .ease a:hover {
			transition: 0.4s ease-in-out;
			-webkit-transition: 0.4s ease-in-out;	/* Ease in-out */
			-moz-transition: 0.4s ease-in-out;
			-o-transition: 0.4s ease-in-out;
	}

/* �� to ���� download  Banner�@----------------------------------*/

	#toPamphlet {
		position: fixed;
		bottom: 5px;
		right: 15%;
		z-index:9;
	}
	#toPamphlet a {
		display: block;
		width: 319px;
		background: url(../images/menu/pamphlet_ov.png) no-repeat;
			transition: 0.8s ease-in-out;
			-webkit-transition: 0.8s ease-in-out;	/* Ease in-out */
			-moz-transition: 0.8s ease-in-out;
			-o-transition: 0.8s ease-in-out;
	}
	#toPamphlet a:hover img {
		visibility: hidden;
			transition: 0.8s ease-in-out;
			-webkit-transition: 0.8s ease-in-out;	/* Ease in-out */
			-moz-transition: 0.8s ease-in-out;
			-o-transition: 0.8s ease-in-out;
	}
	@media only screen and (min-width: 768px) and (max-width: 992px) {

		#toPamphlet {
			display:none;
		}
	}
	@media only screen and (max-width: 768px) {

		#toPamphlet {
			position: fixed;
			bottom: 10px;
			left:0px;
			right:0px;
			margin:auto;
			width: 256px;
			height:42px;
			z-index:9;
		}
		#toPamphlet img {
			zoom:0.8;
		}
		#toPamphlet a {
			display: block;
			width: 256px;
			background: url(../images/com/pamphlet.png ) no-repeat;
			background-size:256px 42px;
		}
		#toPamphlet a:hover {
			display: block;
			width: 256px;
			background: url(../images/com/pamphlet_ov.png ) no-repeat;
			background-size:256px 42px;
		}
	}

/* �� facebook�@-------------------------------------------------------*/

	#toFacebook {
		position: fixed;
		bottom: 300px;
		right: 18px;
		z-index:9999;
	}
	#toFacebook a {
		display: block;
		width: 39px;
		background: url(../images/sns/facebook.png) no-repeat;
	}
	#toFacebook a:hover img {
		visibility: hidden;
	}
	@media only screen and (min-width: 768px) and (max-width: 992px) {

		#toFacebook {
			position: fixed;
			bottom: 250px;
			right: 0px;
			z-index:9999;
		}
	}
/*	@media only screen and (max-width: 768px) {*/
	@media only screen and (max-width: 992px) {

		#toFacebook {
			display:none;
			position: fixed;
			bottom: 150px;
			right: 0px;
			z-index:99;
		}
	}

/* �� Instagram�@-------------------------------------------------------*/

	#toInstagram {
		position: fixed;
		bottom: 220px;
		right: 8px;
		z-index:9999;
	}
	#toInstagram a {
		display: block;
		width: 57px;
		background: url(../images/sns/instagram.png) no-repeat;
	}
	#toInstagram a:hover img {
		visibility: hidden;
	}
	@media only screen and (min-width: 768px) and (max-width: 992px) {

		#toInstagram {
			position: fixed;
			bottom: 250px;
			right: 0px;
			z-index:9999;
		}
	}
/*	@media only screen and (max-width: 768px) {*/
	@media only screen and (max-width: 992px) {

		#toInstagram {
			display:none;
			position: fixed;
			bottom: 150px;
			right: 0px;
			z-index:99;
		}
	}


/* �� to START PLANNNING Banner�@----------------------------------*/

	/* ��PC */
	#toPlanning {
		/* display: block; */
		display: none;
		position: fixed;
		bottom: 0;
		right:8%;
		z-index:9;
	}
	#toPlanning a {
		display: block;
		width: 281px;
		background: url(../images/menu/planning_ov.png) no-repeat;
		background-size:281px 61px;
			transition: 0.8s ease-in-out;
			-webkit-transition: 0.8s ease-in-out;	/* Ease in-out */
			-moz-transition: 0.8s ease-in-out;
			-o-transition: 0.8s ease-in-out;
	}
	#toPlanning a:hover img {
		visibility: hidden;
			transition: 0.8s ease-in-out;
			-webkit-transition: 0.8s ease-in-out;	/* Ease in-out */
			-moz-transition: 0.8s ease-in-out;
			-o-transition: 0.8s ease-in-out;
	}
	@media only screen and (max-width: 768px) {

		#toPlanning {
			position: fixed;
			bottom: 0px;
			left:0px;
			right:0px;
			margin:auto;
			width: 226px;
			height:50px;
			z-index:9;
		}
		#toPlanning img {
			zoom:0.8;
		}
		#toPlanning a {
			display: block;
			width: 226px;
			background: url(../images/menu/reserve.png) no-repeat;
			background-size:281px 61px;
			background-size:226px 50px;	/* 80% */
		}
		#toPlanning a:hover {
			display: block;
			width: 226px;
			background: url(../images/menu/reserve_ov.png) no-repeat;
			background-size:226px 50px;	/* 80% */
		}
	}
	@media only screen and (min-width:768px) {

		#toPlanning {
		}
	}

/* �� ���₢���킹�@----------------------------------------------*/

	#toContact {
		position: fixed;
		bottom: 0;
		left:10%;
		z-index:9999;
	}
	#toContact a {
		display: block;
		width: 281px;
		background: url(../images/menu/inquiry_ov.png) no-repeat;
			transition: 0.2s ease-in-out;
			-webkit-transition: 0.2s ease-in-out;	/* Ease in-out */
			-moz-transition: 0.2s ease-in-out;
			-o-transition: 0.2s ease-in-out;
	}
	#toContact a:hover img {
		visibility: hidden;
			transition: 0.2s ease-in-out;
			-webkit-transition: 0.2s ease-in-out;	/* Ease in-out */
			-moz-transition: 0.2s ease-in-out;
			-o-transition: 0.2s ease-in-out;
	}
	@media only screen and (min-width: 768px) and (max-width: 992px) {

		#toContact {
			position: fixed;
			bottom: 250px;
			right: 0px;
			z-index:9999;
		}
	}
	@media only screen and (max-width: 992px) {

		#toContact {
			display:none;
			position: fixed;
			bottom: 150px;
			right: 0px;
			z-index:99;
		}
	}

/* �� ToPageTop -----------------------------------------------------*/

	#toPageTop {
		position: fixed;
		bottom: 18px;
		right: 14px;
		z-index:9999;
	}
	#toPageTop a {
		display: block;
		width: 44px;
		background: url(../images/com/toTop_ov.png) no-repeat;
			transition: 0.8s ease-in-out;
			-webkit-transition: 0.8s ease-in-out;	/* Ease in-out */
			-moz-transition: 0.8s ease-in-out;
			-o-transition: 0.8s ease-in-out;
	}
	#toPageTop a:hover img {
		visibility: hidden;
			transition: 0.8s ease-in-out;
			-webkit-transition: 0.8s ease-in-out;	/* Ease in-out */
			-moz-transition: 0.8s ease-in-out;
			-o-transition: 0.8s ease-in-out;
	}
	@media only screen and (min-width: 768px) and (max-width: 992px) {

		#toPageTop {
			position: fixed;
			bottom: 30px;
			right: 0px;
			z-index:9999;
		}
	}
	@media only screen and (max-width: 768px) {
		#toPageTop {
			position: fixed;
			bottom: 30px;
			right: 1px;
			z-index:9999;
		}
		#toPageTop img {
			zoom:0.8;
		}
		#toPageTop a {
			display: block;
			width: 35px;
			background: url(../images/com/toTop.png) no-repeat;
			background-size:35px 35px;
		}
	}
	/* Tablet Layout �� */
	@media only screen and (min-width: 768px) and (max-width: 992px) {

		#toPageTop {
			position: fixed;
			bottom: 5px;
			right: 5px;
			z-index:9999;
		}
	}

/* �� side symbole ----------------------------------------------*/

	#FG {
		position: fixed;
		bottom: 100px;
		left: 10px;
		z-index:99;
	}
	#FG a {
		display: block;
		width: 15px;
		background: url(../images/com/logo09.png) no-repeat;
	}
	#FG a:hover img {
		visibility: hidden;
	}
	@media only screen and (min-width: 768px) and (max-width: 992px) {

		#FG {
			position: fixed;
			bottom: 130px;
			left: 0;
			z-index:99;
		}
	}
	@media only screen and (max-width: 768px) {

		#FG {
			display:none;
		}
	}

/* �� CONTACT conents -----*/

/* ��Relate Company contents  */

	#relation {
		margin: 0 auto 0 auto;
		width: 100%;
		padding-top:10px;
		padding-bottom:50px;
		background-color:#FFF;
/*		background:linear-gradient(180deg,white 0%,white 37%,#F5F5F5 37%,#F5F5F5 100%);	*/	/* �� */
	}
	#relation ul {
		margin: 0 auto 0 auto;
		width: 100%;
	}
	#relation ul li {
		margin: 20px auto 0 auto;
		width :160px;
	}

	@media only screen and  (max-width: 360px) {
	}

	@media only screen and (min-width:768px) {

		#relation {
			margin: 80px auto 0 auto;
			width: 100%;
			padding-top:0;
			padding-bottom:30px;
			background-color:#FFF;
		}
		#relation ul {
			margin: 30px auto 30px auto;
			display:flex;
			flex-wrap:nowrap;
			justify-content: space-between;	/* ���[�̃A�C�e����]�����󂯂��ɔz�u���A���̗v�f�͋ϓ��ɊԊu���󂯂Ĕz�u */
			width: 60%;
		}
		#relation ul li {
			margin: 0 auto 0 auto;
			width :160px;
			padding-bottom:0;
		}
		#relation ul li a {
			display:block;
			width :160px;
			height:52px;
		}
		@media only screen and (min-width: 993px) and (max-width: 1400px) {	/*�� PC-S */
		}
	}
	/* Tablet Layout �� */
	@media only screen and (min-width: 768px) and (max-width: 992px) {

		#relation {
			margin: 0 auto 0 auto;
			width: 100%;
			padding-bottom:0px;
			background-color:#FFF;
		}
	}

/* ��Banner contents  */

	#banner {
		margin: 0 auto 0 auto;
		width: 100%;
		padding-bottom:30px;
		background-color:#FFF;
		background:linear-gradient(180deg,white 0%,white 37%,#F5F5F5 37%,#F5F5F5 100%);	/* �� */
	}
	#banner h1,h2,h3,h4,h5,h6{
		font-size:100%;
		font-weight:normal;
	}
	#banner ul.bn01 {
		margin: 0 auto 0 auto;
		width: 100%;
	}
	#banner ul.bn01 li {
		margin: 20px auto 0 auto;
		width :301px;
	}
	#banner ul.bn01 li img {
		max-width:100%;
		height:auto;
	}
	#banner ul.bn02 {
		margin: 0 auto 0 auto;
		width: 100%;
	}
	#banner ul.bn02 li {
		margin: 20px auto 0 auto;
		width :301px;
	}
	#banner ul.bn02 li a img {
		margin: 0 auto 0 auto;
		display:block;
		max-width:85%;
		height:auto;
	}

	@media only screen and  (max-width: 360px) {
	}

	@media only screen and (min-width:768px) {

		#banner {
			margin: 0 auto 0 auto;
			width: 100%;
			padding-bottom:0px;
			background-color:#FFF;
			background:linear-gradient(180deg,white 0%,white 25%,#F5F5F5 25%,#F5F5F5 100%);	/* �� */
		}
		#banner ul.bn01 {
			margin: 30px auto 30px auto;
			display:flex;
			flex-wrap:nowrap;
			justify-content: space-between;	/* ���[�̃A�C�e����]�����󂯂��ɔz�u���A���̗v�f�͋ϓ��ɊԊu���󂯂Ĕz�u */
			width: 70%;
		}
		#banner ul.bn01 li {
			margin: 0 auto 0 auto;
			width :301px;
			padding-bottom:0px;
		}
		#banner ul.bn01 li a {
			display:block;
			width :301px;
			height:91px;
		}
		#banner ul.bn01 li img {
			width :281px;
			height:auto;
			height:91px;
		}
		#banner ul.bn01 li img:hover {
		}
		#banner ul.bn02 {
			margin: 80px auto 40px auto;
			display:flex;
			flex-wrap:nowrap;
			justify-content: space-between;	/* ���[�̃A�C�e����]�����󂯂��ɔz�u���A���̗v�f�͋ϓ��ɊԊu���󂯂Ĕz�u */
			width: 65%;
		}
		#banner ul.bn02 li {
			margin: 0 auto 0 auto;
			width :301px;
			padding-bottom:0px;
		}
		#banner ul.bn02 li a {
			display:block;
		}
		#banner ul.bn02 li a img {
			display:block;
			max-width:100%;
			height:auto;
		}
		@media only screen and (min-width: 993px) and (max-width: 1400px) {	/*�� PC-S */

			#banner ul.bn02 {
				margin: 80px auto 40px auto;
				width: 70%;
			}

		}
	}
	/* Tablet Layout �� */
	@media only screen and (min-width: 768px) and (max-width: 992px) {

		#banner {
			margin: 0 auto 0 auto;
			width: 100%;
			padding-bottom:0px;
			background-color:#FFF;
			background:linear-gradient(90deg,#F5F5F5 0%,#F5F5F5 40%,white 40%,white 100%);	/* �� */
		}
		#banner ul.bn02 {
			margin: 80px auto 40px auto;
			width: 80%;
		}
	}

/*==========================================
	�t�b�^�[ ���̈�
===========================================*/

	footer {
	}
	.footer01 {
		display:block;
		margin: -20px auto 0 auto;
		width:100%;
		height: 130px;
		background-color:#dfc77d;		/* tranquwell01 */
		position: relative;
	}
	.footer01 .flogo {	
		position: absolute;
		top: 25px;
		left:10%;
		width : 183px;
		height: 103px;
		display	: block;
		text-indent: -99999px;	/* �e�L�X�g��\�� */
		border	: 0px;
	}
	.footer01 .flogo a{
		overflow: hidden;	 /* ���e���\���ɂ���B*/
		width : 183px;
		height: 0 !important;
		height /**/:103px;
		padding-top: 103px;
		display	: block;
		background	: url("../images/com/logo01.svg") no-repeat;
		background-size:261px 147px;
		background-size:183px 103px;	/* 70% */
	}
	.footer01 .flogo a:hover{
		display	: block;
		background	: url("../images/com/logo01.svg") no-repeat;
		background-size:183px 103px;	/* 70% */
	}
	.footer01 dl,dt,dd {
		display:block;
	}
	.footer01 dl {
		position: absolute;
		top: 25px;
		top: 50px;
		left:22%;
		width :450px;
		text-align:left;
	}
	.footer01 dt {
		font-size:15px;
		font-weight:bold;
		font-weight:normal;
		font-weight:600;
		font-family: "Lora", "Noto Serif JP", serif;
		font-display: swap;
		color: #FFF;
		padding-bottom:10px;
	}
	.footer01 dd {
		font-size:13px;
		line-height:20px;
		font-weight:600;
		font-family: "Lora", "Noto Serif JP", serif;
		font-display: swap;
		color:#FFF;
	}
	.footer01 ul.ankbn {
		position: absolute;
		top: 50px;
		right:8%;
		width :45%;
		display: flex;
		justify-content:space-between;
		flex-wrap: wrap;
	}
	.footer01 ul.ankbn>li {
		padding:0 auto 0 auto;
		width :45%;
	}
	.footer01 ul.sns {
		display:block;
		position: absolute;
		top: 50%;
		right:7.5%;
		width :250px;
		display: flex;
		justify-content:space-between;
		flex-wrap: wrap;
		align-self: center;
	}
	.footer01 ul.sns>li {
		padding:0 auto 0 auto;
	}
	.footer01 ul.sns>li:first-child img {
		zoom:0.6;
	}
	.footer01 ul.sns>li:nth-child(2) img {
		zoom:0.5;
	}
	.footer01 ul.sns>li:nth-child(3) img {
		zoom:0.5;
	}
	.footer01 ul.sns>li {
		width: 25px;
		height: auto;
	}
	.footer01 ul.sns>li a img {
		width: 100%;
		height: auto;
		vertical-align: middle;
	}
	.footer01 li a {
		color:#666;
	}
	.footer01 li a:hover {
		color: #A4966A;		/* Gold01 */
	}

	@media screen and (max-width:768px) {
		.footer01 {
			display:none;
		}
	}

	.footer02sp {
		display:none;
	}
	/* PC footer menu */
	.fmenu {
		display:block;
		margin: 0 auto 0 auto;
		width:100%;
		padding-bottom:30px;
		background-color:#dfc77d;		/* tranquwell01 */
		border-top:1px solid #dfc77d;
	}
	.fmenu ul {
		margin:0 auto 0 auto;
		display:flex;
		flex-wrap:wrap;
		justify-content: flex-start;
		width: 100%;
	}
	.fmenu ul.fm01 {
		margin:30px auto 0 auto;
	}
	.fmenu ul.fm01 li {
		width: 25%;
		padding-bottom:0px;
		text-align:center;
		color:#FFF;
		font-weight:bold;
		letter-spacing: 0.1em;
		padding-bottom:0px;
		margin-bottom: 15px;
	}
	.fmenu ul.fm01 li.logo_company img {
		max-width: 120px;
	}
	/*
	.fmenu ul.fm01 li:first-child {
		margin-left:0px;
		width: 30%;
		padding-right:0px;
	}
	.fmenu ul.fm01 li:nth-child(3) {
		width: 15%;
		width: 13%;
	}
	.fmenu ul.fm01 li:nth-child(4) {
		width: 8%;
	}
	.fmenu ul.fm01 li:nth-child(5) {
		width: 12%;
	}
	.fmenu ul.fm01 li:last-child {
		width: 12%;
	}
	*/
	.fmenu ul li>a,
	.fmenu ul li {
		font-size:1.1rem;
		font-display: swap;
		color:#FFF;
	}
	.fmenu ul li>a:hover {
		color: #FAF8F1;		/* sopv-brown01 */
		color: #FAF8F1;		/* sopv-beige */
	}
	.fmenu .fm02 {
		margin: 0 auto;
		width:100%;
		padding-bottom:0px;
	}
	.fmenu .fm02 p {
		width:100%;
		font-size: 1rem;
		font-weight:normal;
		letter-spacing: 0.1em;
		line-height:1.3em;
		font-display: swap;
		padding-bottom:5px;
	}
	.fmenu .fm02 p a {
		color: #FFF;
	}
	.fmenu .fm02 p a:hover {
		color: #FAF8F1;		/* sopv-brown01 */
		color: #FAF8F1;		/* sopv-beige */
	}

	@media only screen and (max-width:767px) {	/* SP Layout �� */
		.fmenu {
			display:none;
		}
	}

	@media only screen and (min-width: 768px) and (max-width: 1400px) {	/*�� PC-S */

		.fmenu ul.fm01 {
		}
		.fmenu ul li>a,
		.fmenu ul li {
			font-size: 1.1rem;
		}
		/*
		.fmenu ul.fm01 li:first-child {
			margin-left:20px;
			width: 8%;
			padding-right:20px;
		}
		.fmenu ul.fm01 li:nth-child(3) {
			width: 12%;
		}
		.fmenu ul.fm01 li:last-child {
			padding-left:15px;
		}
		*/
		.fmenu .fm02 p {
			width:100%;
			font-size: 1rem;
			/*
			line-height:1.5em;
	 		padding-left:1.0em;
		 	text-indent:-1.0em;
			*/
		}
		.footer01 .flogo {	
			position: absolute;
			top: 25px;
			left:7.5%;
			width : 171px;
			height: 81px;
		}
	}
	@media only screen and (max-width:992px) {	/* SP Layout �� */
/*
		.footer01 {
			margin: 0 auto 0 auto;
			width:100%;
			height: 320px;
			background-color: #E5BA73;
			position: relative;
			border-Top: 1px solid #BDC3C7;
			position: relative;
		}
		.footer01 .flogo {	
			display	:block;
			position: absolute;
			top: 0;
			left:78%;
			width : 62px;
			height: 70px;
			text-indent: -99999px;
			border: 0;
		}
		.footer01 .flogo a{
			overflow: hidden;
			width : 62px;
			height: 0 !important;
			height:70px;
			padding-top: 70px;
			display	: block;
			background	: url("../images/com/logo.svg") no-repeat;
			background-size:309px 314px;
			background-size:62px 63px;
		}
		*/
		.footer01 .flogo a:hover{
			display	: block;
			background	: url("../images/com/logo.svg") no-repeat;
			background-size:62px 63px;		/* 20% */
		}
		.footer01 dl,dt,dd {
			display:block;
		}
		.footer01 dl {
			position: absolute;
			top: 20px;
			left:5%;
			width :95%;
			text-align:left;
		}
		.footer01 dt {
			font-size:14px;
			font-weight:bold;
			color:#FFF;
			padding-bottom:10px;
		}
		.footer01 dd {
			font-size:11.5px;
			color:#333;
			padding-bottom:3px;
		}
		.footer01 dd a.mapank {
			padding-left:10px;
			color: #BDC3C7;		/* Siver */
		}
		.footer01 dd a.mapank:hover {
			color: #A4966A;		/* Gold01 */
		}
		.footer01 ul.ankbn {
			display:block;
			position: absolute;
			top: 180px;
			right:0;
			left:0;
			margin:0 auto 0 auto;
			width:100%;
		}
		.footer01 ul.ankbn>li {
			margin:0 auto 20px auto;
			width :60%;
		}
		.footer01 ul.ankbn>li a {
			display:block;
			text-align:center;
		}
		.footer01 ul.ankbn>li a img {
			display:block;
			margin:0 auto 0 auto;
			width :100%;
		}
		.footer01 ul.sns {
			display:none;
		}
		.footer02sp {
			display:block;
			margin:0 auto 0 auto;
			width:100%;
			height: 30px;
			position: relative;
		}
		.footer02sp .ftanksp {
			position:absolute;
			top:68%;
			font-size:11px;
			color:#333;
		}
		.footer02sp #ftank03 {
			display:block;
			float: left;
			width:50%;
			padding:8px;
			padding-top:0;
			padding-left:30px;
		}
		.footer02sp #ftank04 {
			display:block;
			float: left;
			width:50%;
			padding:8px;
		}
		@media only screen and (min-width:414px) {

			.footer02sp {
				display:block;
				margin:0 auto 0 auto;
				width:100%;
				height: 30px;
				border-Top: 1px solid #BDC3C7;		/* Silver */
				background-color: #F5F5F5;
				position: relative;
			}
		}
		@media only screen and (max-width:320px) {

			.footer01 ul {
				position: absolute;
				top: 230px;
				left:-9%;
				width :100%;
				width :250px;
			}
			.footer02sp #ftank03 {
				width:40%;
				height: 30px;
				padding:8px;
			}
			.footer02sp #ftank04 {
				width:50%;
				height: 30px;
				padding:8px;
			}
		}
		/* Tablet Layout �� */
		@media only screen and (min-width: 768px) and (max-width: 992px) {
/*
			.footer01 {
				margin: 0 auto 0 auto;
				width:100%;
				height: 270px;
				position: relative;
				border-Top:1px solid #2D1210;
				position: relative;
			}
			.footer01 .flogo {	
				display	:block;
				position: absolute;
				top: 0;
				left:78%;
				width : 62px;
				height: 70px;
				text-indent: -99999px;
				border: 0;
			}
			.footer01 .flogo a{
				overflow: hidden;
				width : 62px;
				height: 0 !important;
				height :70px;
				padding-top: 70px;
				display	: block;
				background	: url("../images/com/logo.svg") no-repeat;
				background-size:309px 314px;
				background-size:62px 63px;
			}
			*/
			.footer01 .flogo a:hover{
				display	: block;
				background	: url("../images/com/logo.svg") no-repeat;
				background-size:62px 63px;		/* 20% */
			}
			.footer01 ul.ankbn {
				display:block;
				position: absolute;
				top: 180px;
				right:0;
				left:0;
				margin:0 auto 0 auto;
				width:75%;
				display: flex;
				justify-content:space-between;
				flex-wrap: wrap;
			}
			.footer01 ul.ankbn>li {
				padding:0 auto 0 auto;
				width :45%;
			}
			.footer02sp {
				display:block;
				margin:0 auto 0 auto;
				width:100%;
				height: 30px;
				border-Top: none;
				background-color: #FFF;
			}
			.footer02sp .ftanksp {
				position:absolute;
				top:0;
				font-size:13px;
				color:#333;
			}
			.footer02sp #ftank03 {
				display:block;
				float: left;
				width:50%;
				padding:8px;
				padding-top:0;
				padding-left:30px;
			}
		}
	}
	.footer02 .ftank {
		font-size:13px;
		color:#333;
	}
	.footer02 #ftank01 {
		position: absolute;
		top: 12px;
		right:15%;
		right:18%;
	}
	.footer02 #ftank02 {
		position: absolute;
		top: 10px;
		left:35%;
	}

	/* copy right ---------------------*/

	.footer03 {
		position: relative;
		width:100%;
		height: auto;
		background-color:#dfc77d;		/* sopv-brown01 */
	}
	.footer03 .copy {
		margin: 0 auto 0 auto;
		padding-top: 5px;
		text-align:center;
		font-size: 12px;
		color: #FFF;
		font-family: "Lora", "Noto Serif JP", serif;
		font-display: swap;
	}

	@media only screen and (max-width:992px) {	/* SP Layout �� */
		.footer03 {
			display:none;
		}
	}
	.footer03sp {
		margin-top:-80px;
		margin-bottom:0px;
		position: relative;
		width:100%;
		height: 30px;
/*		background-color:#A91117;*/		/* sopv-brown01 */
		z-index:1;
	}
	.footer03sp .copy {
		margin: auto;
		margin-top:0;
		width:100%;
		max-width:360px;
		height:20px;
		text-align:center;
		padding-top:5px;
		font-size: 10px;
		line-height:12px;
		color: #FFF;
/*		font-family: "���S�V�b�N��", YuGothic,"���S�V�b�N Medium", "Yu Gothic Medium", "���S�V�b�N", "Yu Gothic","�q���M�m�p�S Pro W3", "Hiragino Kaku Gothic Pro", 
					"NotoSans", "NotoSansCJKjp",Osaka, helvetica, arial, sans-serif;	*/
		font-family: "Lora", "Noto Serif JP", serif;
		font-display: swap;
	}
	/* Tablet Layout �� */
	@media only screen and (min-width: 768px) and (max-width: 992px) {

		.footer03sp .copy {
			padding-top:50px;
			color: #FFF;
		}
	}
	@media only screen and (max-width: 767px) {
		.footer03sp .copy {
			color: #333;
		}
		.footer03sp {
			padding-top: 20px;
			margin-top: 0!important;
			margin-bottom: 100px;
		}
		.footer03sp ul li.logo_company {
			text-align: center;
			margin: 0 auto 20px;
		}
		.footer03sp ul li.logo_company img {
			width: 100px;
			
		}
	}

	@media only screen and (min-width:992px) {	/* PC Layout �� */
		.footer03sp {
			display:none;
		}
		.Navsp ul {				/*  Block���ϓ��z�u ��*/
			width:100%;
			display:flex;
			justify-content: center;
			padding:0;
			padding-top:0px;
			list-style: none;
		}
	}

/* �� MainConents gallery  */

	/* GALLERY  carousel --*/
	#gallery  {
		display:block;
		margin:0 auto 0 auto;
		width:100%;
		height:260px;
		background-image:
			url("../images/bg/brline02.svg"),
			url("../images/bg/brline01.svg");
		background-size:
			:contain,
			:contain;
		background-position:
			center top 15%,
			center top 19%;
		background-repeat:
			no-repeat,
			no-repeat;
		padding-bottom:30px;
	}
	#gallery .items {
		margin: 80px auto 0 auto;
		width: 85%;
		padding-top:0px;
		padding-bottom:0px;
	}
	#gallery .items ui.slider {
		margin:0;
		list-style-type:none;
		background-color:#F5F5F5;
	}
	#gallery .items ui.slider li {
	}
	#gallery .items ui.slider li img {
		display: block;
		max-width:100%;
		height:auto;
		padding-left:0;
	}
/*	#gallery .items ui.slider li img:hover {
		transform:scale(1.3,1.3);
			transition: 0.8s ease-in-out;
			-webkit-transition: 0.8s ease-in-out;
			-moz-transition: 1.8s ease-in-out;
			-o-transition: 1.8s ease-in-out;
	}	*/

	@media screen and (max-width:768px) {

		#gallery {
			display:none;
			margin:0 auto 50px auto;
			width:100%;
			height:820px;
			background-image:
				url("../images/bg/brline02.svg"),
				url("../images/bg/brline01.svg");
			background-size:
				:cover,
				:cover;
			background-position:
				center top 3%,
				center top 0%;
			background-repeat:
				no-repeat,
				no-repeat;
			padding-bottom:0px;
		}
		#gallery .items {
			margin: 0 auto 0 2.5%;
			width: 95%;
			padding-top:0px;
			padding-bottom:0px;
		}
		#gallery .items ui.slider {
			margin:0;
			padding:0;
			list-style-type:none;
		}
		#gallery .items ui.slider li img{
			max-width:100%;
			height:auto;
		}
	}

	/* PC GALLERY --*/
	#gallery-spl  {
		display:none;
	}
	#gallery-pc  {
		display:block;
		margin:50px auto 30px auto;
		width:100%;
		padding-top:20px;
		padding-bottom:30px;
	}
	#gallery-pc #sec01title {
		margin: 0 auto 70px auto;
		width: 80%;
		padding-bottom:0;
	}
	#gallery-pc #sec01title h2 {
		display:block;
		margin: 0 auto 0 auto;
		width: 90%;
		text-align:center;
		font-size:32px;
		font-family: "Lora", "Noto Serif JP", serif;
		font-display: swap;
		color:#333;
		padding-top:0px;
		padding-bottom:0;
	}
	#gallery-pc #sec01title .h2line {
		margin: 30px auto 0 auto;
		width: 70%;
		height:1px;
		text-indent: -99999px;	/* �e�L�X�g��\�� */
		background:linear-gradient(90deg,#CCCCCC 0%,#CCCCCC 98%,#BF0122 98%,#BF0122 100%);	/* mmts-red02 */
	}
	#gallery-pc ul {
		margin:0 auto 0 auto;
		width:80%;
	}

	/* ���C���摜���ɗ]��������*/
	#gallery-pc ul.gallery-pc {
		display:none;
		margin:0 auto 50px 35%;
		width: 30%;
	}
	#gallery-pc ul.gallery-pc li {
		margin:0 auto 0 auto;
		width: 100%;
	}
	/* �摜�̉�����100%�ɂ��ă��X�|���V�u��*/
	#gallery-pc ul.gallery-pc li img {
		margin:0 auto 0 auto;
		width: 100%;
		padding-left:0;
		vertical-align: bottom;	/* ���摜�̉��ɂł���]�����폜 */
	}
	#gallery-pc ul.gallery-pc .slick-prev {
		display:none;
	}
	#gallery-pc ul.choice-btn-pc li img {
		display:block;
		margin:0 auto 0 auto;
		width: 100%;
		height: auto;
	}

	@media screen and (max-width:768px) {

		#gallery-pc  {
			display:block;
			margin:50px auto 30px auto;
			width:100%;
			background-image:
				url("../images/bg/brline02.svg"),
				url("../images/bg/brline01.svg");
			background-size:
				:contain,
				:contain;
			background-position:
				center top 15%,
				center top 19%;
			background-repeat:
				no-repeat,
				no-repeat;
			padding-bottom:20px;
		}
		#gallery-pc ul {
			margin:20px auto 0 auto;
			width:90%;
		}
		/* ���C���摜���ɗ]��������*/
		#gallery-pc ul.gallery-pc {
			margin:0 auto 20px auto;
			width: 70%;
		}

		/* SP GALLERY --*/
		#gallery-spl {
			display:none;
			margin:0 auto 50px auto;
			width:100%;
			height:820px;
			background-image:
				url("../images/bg/brline02.svg"),
				url("../images/bg/brline01.svg");
			background-size:
				:cover,
				:cover;
			background-position:
				center top 3%,
				center top 0%;
			background-repeat:
				no-repeat,
				no-repeat;
			padding-bottom:0px;
		}
		#gallery-spl ul.galleryitem-sp {
			margin:0 auto 0 auto;
			display: block;
			width:95%;
			padding-bottom:0;
		}
		#gallery-spl ul.galleryitem-sp li {
			float:left;
			margin:0 auto 0 auto;
			width:50%;
			padding-bottom:5px;
			padding-right:0;
			text-align:center;
		}
		#gallery-spl ul.galleryitem-sp li img {
			width:95%;
		}
	}

/* ��Other Style ---------------------------------*/

	/* �� Flexible Images ------------------------*/

	.img-responsive{
		max-width: 100%;
		height: auto;
	}

	/* �� placeholder ------------------------*/

	/*Webkit*/
	::-webkit-input-placeholder {color: #AAA}
	 
	/*Firefox 19�ȍ~*/
	::-moz-placeholder  {color: #AAA}
	 
	/*Firefox 18�ȑO*/
	:-moz-placeholder   {color: #AAA}
	 
	/*Windows IE*/
	:-ms-input-placeholder  {color: #AAA} 

	h1,h2,h3,h4,h5,h6{
		font-size:100%;
		font-weight:normal;
	}

	.h2invisible {
		display:none;
	}

/* ���v�f�̂͂ݏo������ -------------------------------------------------- */
	main {
		overflow-x: hidden;	/* �� �������͂ݏo�����������\���ɂ��� */
	}


/* �� Others --------------------------------*/

	a {
		color:#333;
	}
	a -hover {
		color: #A4966A;		/* Gold01 */
	}
	/* common effect */
	.ease  a{
			transition: 0.8s ease-in-out;
			-webkit-transition: 0.8s ease-in-out;	/* Ease in-out */
			-moz-transition: 0.8s ease-in-out;
			-o-transition: 0.8s ease-in-out;
	}
	 .ease a:hover {
			transition: 0.8s ease-in-out;
			-webkit-transition: 0.8s ease-in-out;	/* Ease in-out */
			-moz-transition: 0.8s ease-in-out;
			-o-transition: 0.8s ease-in-out;
	}
	.ease02  a{
			transition: 0.2s ease-in-out;
			-webkit-transition: 0.2s ease-in-out;	/* Ease in-out */
			-moz-transition: 0.2s ease-in-out;
			-o-transition: 0.2s ease-in-out;
	}
	 .ease02 a:hover {
			transition: 0.2s ease-in-out;
			-webkit-transition: 0.2s ease-in-out;	/* Ease in-out */
			-moz-transition: 0.2s ease-in-out;
			-o-transition: 0.2s ease-in-out;
	}

	a:hover img {
		-webkit-opacity: 0.5;
		-moz-opacity: 0.5;
		-o-opacity: 0.5;
		filter: alpha(opacity=50);	/* IE lt 8 */
		-ms-filter: "alpha(opacity=50)"; /* IE 8 */
		opacity: 0.5;
	}
	a img {
		-webkit-transition: opacity 0.5s ease-out;
		-moz-transition: opacity 0.5s ease-out;
		-ms-transition: opacity 0.5s ease-out;
		-o-transition: opacity 0.5s ease-out;
		transition: opacity 0.5s ease-out;
	}

/* �� Color material */

	.subt {
		color: #A4966A;		/* Gold01 */
		font-size:13px;
		text-align:center;
	}
	.subt01 {
		color: #A4966A;		/* Gold01 */
		font-size:15px;
	}
	@media only screen and (max-width:768px) {
		.subt01 {
			font-size:12px;
		}
	}

	/* ��local colors --------------------------------------------- */

	.tranquwell01 {
		color: #A91117;		/* tranquwell01 169:17:23 */
	}
	.tranquwell02 {
		color: #B82E2B;		/* tranquwell02 184:46:43 */
	}
	.tranquwell03 {
		color: #8B702C;		/* tranquwell03 139:112:44 */
	}
	.tranquwell04 {
		color: #C5B167;		/* tranquwell04 */
	}
	.tranquwell05 {
		color: #D6C57E;		/* tranquwell05 */
	}
	.tranquwell06 {
		color: #1F4175;		/* tranquwell06 dark brown */
	}
	.tranquwell-beige {
		color: #F0EDE4;		/* tranquwell-beigegray */
	}
	.tranquwell-gray01 {
		color: #280808;		/* tranquwell-base-black */
	}
	.smm2-gray01 {
		color: #DBDCDC;	/* smm2-gray01 */
	}
	.smm2-gray02 {
		color: #B5B9BA;		/* smm2-gray02 */
	}
	.smm2-gray03 {
		color: #909090;		/* smm2-gray03 */
	}
	.beige-gray {
		color: #E7DDD2;		/* Beige-gray */
	}

	.gold {
		color: #A4966A;		/* Gold01 */
	}
	.goldc02 {
		padding-left:20px;
		color: #B27C04;		/* Gold02 */
	}
	.goldc03 {
		font-weight:bold;
		color: #B27C04;		/* Gold02 */
	}
	@media only screen and (min-width:992px) {

		.goldc03 {
			font-weight:normal;
			font-family: "Lora", "Noto Serif JP", serif;
			font-display: swap;
			color: #B27C04;		/* Gold02 */
		}
	}

	.silver {
		color: #BDC3C7;		/* Siver */
	}
	.uline {
		border-bottom: 1px solid #B27C04;
	}
	.mtext {
		color: #666;
	}
	.beige {
		color: #E7DDD2;		/* beige */
	}

/* # =================================================================
   # Forms
   # ================================================================= */

input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto; /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"], /* Prevent a WebKit bug where (2) destroys native `audio` and `video`controls in Android 4 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */

img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */

/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */

/* Specify text selection background color and omit drop shadow */

::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

.grecaptcha-badge {
	z-index: 10;
}

/* Local Experts */
@media screen and (min-width:768px) {
	.experts_box {
		max-width: 1000px;
		padding: 0 10px;
		margin: 100px auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.experts_box .photo {
		width: 35%;
	}
	.experts_box .experts_info {
		width: 55%;
	}
	.experts_box .experts_info h3 {
		font-size: 2.5rem;
		font-weight: 900;
		line-height: 2.5rem;
		margin-bottom: 0;
		border-bottom: 1px solid #F0EDE4;
		text-align: center;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.experts_box .experts_info h4:first-child {
		margin: 0 0 20px;
	}
	.experts_box .experts_info h4 {
		font-size: 1.3rem;
    	font-weight: bold;
		margin: 30px 0 20px;
	}
	.experts_box ul.photo_slide {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin-top: 40px;
	}
	.experts_box ul.photo_slide li {
		width: 32%;
		margin-right: 1.33%;
	}
	.experts_box ul.photo_slide li img {
		width: 100%;
		height: 250px;
		object-fit: cover;
	}
	.experts_box ul.photo_slide li:last-child {
		margin-right: 0;
	}
	.experts_box .experts_info p.info {
		text-align: center;
		margin-bottom: 40px;
	}
	.article_pagenation a {
		background-color: #bdb095;
		display: inline-block;
		padding: 15px 15px 10px;
	}
	.experts_box .photo .article_pagenation a img {
		width: 30px;
		 height: auto;
	}
	.banner_box {
		margin: 50px auto 0 auto;
		width: 100%;
		text-align: center;
		padding: 50px 0 30px 0;
		background-color: #F0EDE4;
	}
	.banner_box #splan-btn {
		margin: 0 auto 0 auto;
		width: 25%;
		max-width: 250px;
		border: 1px solid #8d6d2b;
	}
	p.request_btn {
		margin: 100px auto 40px;
		width: 80%;
   		max-width: 400px;
	}
	p.request_btn.compare {
		margin: 20px auto;
		width: 100%;
		max-width: 600px;
		position: relative;
	}
	p.request_btn.compare:after {
		content: "\03009";
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		color: #fff;
		font-weight: bold;
	}
	p.request_btn.backtop {
		margin: 20px auto;
		width: 100%;
		max-width: 600px;
		position: relative;
	}
	p.request_btn.backtop:after {
		content: "\03009";
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%) rotate(-180deg);
		color: #fff;
		font-weight: bold;
	}
	p.request_btn.compare:hover:after,
	p.request_btn.backtop:hover:after {
		color: #8B702C;
	}
	p.request_btn a {
		padding: 15px 30px 15px 30px;
	}
	p.request_btn.compare a {
		font-size: 1.2rem;
	}
	.experts_box .name h3 {
		font-size: 1.8rem;
		font-weight: bold;
	}
	.article_pagenation.sp { display: none; }
}
@media screen and (max-width:767px) {
	#experts_sec {
		padding: 0 20px;
	}
	.experts_box {
		max-width: 768px;
		margin: 50px auto;
	}
	.experts_box .photo {
		width: 100%;
		margin: 0 auto 20px;
		text-align: center;
	}
	.experts_box .photo img {
		max-width: 200px;
	}
	.experts_box .experts_info h3 {
		font-size: 2rem;
		font-weight: 900;
		line-height: 2rem;
		margin-bottom: 0;
		border-bottom: 1px solid #F0EDE4;
		text-align: center;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.experts_box .experts_info h4:first-child {
		margin: 0 0 20px;
	}
	.experts_box .experts_info h4 {
		font-size: 1.3rem;
    	font-weight: bold;
		margin: 30px 0 20px;
	}
	.experts_box .experts_info p.info {
		text-align: center;
		margin-bottom: 20px;
	}
	.article_pagenation a {
		background-color: #bdb095;
		display: inline-block;
		padding: 10px 10px 0;
	}
	.article_pagenation a img {
		width: 15px;
		height: auto;
	}
	.banner_box {
		margin: 25px auto 0 auto;
		max-width: 100%;
		text-align: center;
		padding: 50px 20px 15px;
		background-color: #F0EDE4;
	}
	.banner_box #splan-btn {
		margin: 0 auto 0 auto;
		max-width: 100%;
		border: 1px solid #8d6d2b;
	}
	.experts_box .name h3 {
		font-size: 1.5rem;
		font-weight: bold;
	}
	.experts_box ul.photo_slide li img {
		width: 100%;
		margin: 10px auto;
	}
	.article_pagenation.pc { display: none; }
	p.request_btn {
		margin: 50px auto 20px;
		width: 90%;
   		max-width: 350px;
	}
	p.request_btn a {
		padding: 15px;
	}
}
.experts_box .name {
	text-align: center;
	margin: 40px auto 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #bdb095;
}
.experts_box .photo img {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.experts_box .profile h4 {
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 10px;
}
.experts_box .profile p {
	text-align: left;
}
.experts_box .experts_info p {
	margin-bottom: 1em;
}
.experts_box .experts_info p:last-child {
	margin-bottom: 0;
}
.article_pagenation {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 50px auto 0;
	padding: 0 10px;
	position: relative;
}
.article_pagenation a:hover:before {
	display: block;
	position: absolute;
	color: #8d6d2b;
	font-size: 1.3rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.article_pagenation a[rel="prev"]:hover:before {
	content: "Next Expert";
}
.article_pagenation a[rel="next"]:hover:before {
	content: "Before Expert";
}
.article_pagenation a[rel="prev"] {
	margin: 0 0 0 auto;
}
.banner_box #splan-btn a {
	display: block;
	padding: 15px 30px 15px 30px;
	text-align: center;
	font-weight: bold;
	font-family: "Lora", "Noto Serif JP", serif;
	font-display: swap;
	color: #FFF;
	background-color: #8d6d2b;
}
.banner_box #splan-btn a:hover {
	display: block;
	color: #8d6d2b;
	background-color: #F0EDE4;
}
.banner_box p.tailtxt {
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-family: "Lora", "Noto Serif JP", serif;
	font-family: "Lora", "Noto Serif JP", serif;
	font-display: swap;
	color: #333;
	padding-top: 30px;
	padding-bottom: 30px;
  }
p.request_btn {
	border: 1px solid #8d6d2b;
}
p.request_btn a {
	display: block;
	text-align: center;
	font-weight: bold;
	font-display: swap;
	color: #FFF;
	background-color: #8d6d2b;
}
p.request_btn a:hover {
	background-color: #fff;
	color: #8d6d2b;
}
.planning_button p.request_btn.multi a {
	background-color: #fff;
	color: #8d6d2b;
}
.planning_button p.request_btn.multi a:hover {
	color: #FFF;
	background-color: #8d6d2b;
}

/* Tour */
@media screen and (min-width:768px) {
	.tour_slides p.kv_catch {
		width: 80%;
		line-height: 2;
	}
	section.tour_catch {
		padding: 80px 0;
	}
	section.tour_catch h2 {
		max-width: 650px;
		font-size: 2rem;
		font-weight: 500;
		text-align: center;
		margin: 0 auto;
	}
	section.season_list .season {
		padding: 60px 0;
	}
	.season .season_tour {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 80%;
		margin: 60px auto 0;
	}
	.season .season_outline {
		width: 80%;
	}
	.season .season_tour > div {
		width: 47%;
		position: relative;
		margin-bottom: 60px;
	}
	.season .season_tour div .tour_info_box h4 {
		font-size: 1.5rem;
		margin-bottom: 20px;
	}
	.season .season_tour div .tour_info_box {
		padding: 20px;
		width: 80%;
	}
	section.season_list .season h3 span {
		padding: 0 10px 20px;
	}
	section.season_list .season h3 {
		font-size: 2rem;
		margin-bottom: 60px;
	}
	.season .season_tour div .tour_info_box {
		position: absolute;
		background-color: #fff;
		margin-top: -30px;
		z-index: 1;
		position: relative;
	}
}
@media screen and (max-width:767px) {
	.tour_slides p.kv_catch {
		width: 95%;
		line-height: 1.5;
	}
	section.tour_catch {
		padding: 40px 0;
	}
	section.tour_catch h2 {
		max-width: 650px;
		font-size: 1.5rem;
		font-weight: 500;
		text-align: center;
		margin: 0 auto;
	}
	section.season_list .season {
		padding: 30px 0;
	}
	.season .season_tour {
		width: 100%;
		margin: 30px auto 0;
		padding: 0 20px;
	}
	.season .season_outline {
		width: 100%;
	}
	.season .season_tour > div {
		width: 100%;
		position: relative;
		margin-bottom: 30px;
	}
	.season .season_tour div .tour_info_box h4 {
		font-size: 1.2rem;
		margin-bottom: 10px;
	}
	.season .season_tour div .tour_info_box {
		padding: 10px 20px;
		width: 90%;
	}
	section.season_list .season h3 span {
		padding: 0 10px 10px;
	}
	section.season_list .season h3 {
		font-size: 1.4rem;
		margin-bottom: 40px;
	}
	.season .season_tour div .tour_info_box {
		position: absolute;
		background-color: #fff;
		margin-top: -20px;
		z-index: 1;
		position: relative;
	}
}
.tour_slides {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 0;
}
.tour_slides img {
	width: 100%;
	height: auto;
}
.tour_slides p.kv_catch {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 1;
}
section.tour_catch {
	text-align: center;
	background-color: #fff;
	background-image: none;
}
section.season_list .season {
	background-image: none;
}
section.season_list .season:nth-child(odd) {
	background-color: #f8f4e7;
}
section.season_list .season:nth-child(even) {
	background-color: #fff;
}
section.season_list .season h3 {
	text-align: center;
	color: #555;
	font-weight: 700;
}
section.season_list .season h3 span {
	border-bottom: 2px solid #dbc886;
}
section.season_list .season p.season_outline {
	margin: 0 auto;
    text-align: center;
    font-size: 1.2rem;
	padding: 0 20px;
}
.season .season_tour > div .sub_photo img {
	width: 100%;
	height: auto;
}
.season .season_tour div .tour_info_box h4 {
	color: #555;
	font-weight: 700;
}
.season .season_tour div .tour_info_box p.head_catch {
	font-size: 1rem;
	min-height: 45px;
}
.season .season_tour div a:hover .tour_info_box h4,
.season .season_tour div .tour_info_box p.head_catch {
	opacity: .8;
}
.trip_review_one {
	display: block;
	text-align: center;
	margin: 40px auto 0;
}
.trip_review_one > div {
	display: inline-block;
	margin: 0 auto;
	width: 100%;
}

/* QUIZ */
@media screen and (min-width:769px) {
	section.quiz {
		padding: 100px 0 80px;
		background-size: 28%, 17.7%;
	}
	section.quiz h2 {
		margin: 0 auto 100px;
	}
	.quiz_button p.catch {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1.5rem;
		text-align: center;
		margin: 0 auto 20px;
		color: #8d6e2c;
		font-weight: 600;
	}
	.quiz_button p.catch::before,
	.quiz_button p.catch::after {
		content: '';
		width: 2px;
		height: 30px;
		background-color: #8d6e2c;
	}
	.quiz_button p.catch::before {
		margin-right: 30px;
		transform: rotate(-35deg)
	}
	.quiz_button p.catch::after {
		margin-left: 30px;
		transform: rotate(35deg)
	}
	section.quiz .quiz_button p.btn {
		margin: 0 auto 0 auto;
		width: 80%;
		max-width: 450px;
		border: 1px solid #8d6d2b;
	}
	section.quiz .quiz_button p.btn a {
		display: block;
		padding: 15px 30px 15px 30px;
		text-align: center;
		font-weight: bold;
		font-display: swap;
		color: #FFF;
		background-color: #8d6d2b;
		font-size: 1.7rem;
		letter-spacing: 0.1rem;
	}
}
@media screen and (max-width:769px) {
	section.quiz {
		padding: 50px 0 80px;
		background-size: 40%, 37%;
	}
	section.quiz h2 {
		margin: 0 auto 50px;
	}
	.quiz_button p.catch {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 1rem;
		text-align: center;
		margin: 0 auto 20px;
		color: #8d6e2c;
		font-weight: 600;
	}
	.quiz_button p.catch::before,
	.quiz_button p.catch::after {
		content: '';
		width: 2px;
		height: 20px;
		background-color: #8d6e2c;
	}
	.quiz_button p.catch::before {
		margin-right: 10px;
		transform: rotate(-35deg)
	}
	.quiz_button p.catch::after {
		margin-left: 10px;
		transform: rotate(35deg)
	}
	section.quiz .quiz_button p.btn {
		margin: 0 auto 0 auto;
		width: 90%;
		max-width: 450px;
		border: 1px solid #8d6d2b;
	}
	section.quiz .quiz_button p.btn a {
		display: block;
		padding: 15px 5px 15px 5px;
		text-align: center;
		font-weight: bold;
		font-display: swap;
		color: #FFF;
		background-color: #8d6d2b;
		font-size: 1.2rem;
		letter-spacing: 0.1rem;
	}
}
section.quiz {
	position: relative;
	background-image: url("../images/top/quiz_bk_left.png"), url("../images/top/quiz_bk_right.png");
	background-position: left 30px, right 30px;
}
section.quiz .lead-desc p {
	text-align: center;
}
section.quiz .quiz_button p.btn a:hover {
    background-color: #fff;
    color: #8d6d2b;
}
