﻿@charset "UTF-8";
/* CSS Document */

.mt30 {	margin-top: 30px!important; }
br.pc { display:inline-block; }
br.sp { display:none; }
#content .content-1-column {
    width: inherit;
    max-width: inherit;
	margin-top: 0;
}
.mod-main{
	font-size: 16px;
}
.wrapper img{
	width: 100%;
	height: auto;
}

.wrapper a:link,.wrapper a:visited,.wrapper a:hover,.wrapper a:active {
	text-decoration: none;
	border-bottom: 1px dotted;
	/*color:#333;*/
}
.wrapper em,.wrapper i{
	font-style: normal;
}
.fadein,.fadeinfooter{
	opacity:0;
}
.fadein.is-active,.fadeinfooter.is-active{
	opacity: 1;
	animation-name:bottom;
	animation-duration:0.5s;
}
@keyframes bottom {
  0% {
	opacity: 0;
	transform: translateY(30px);
  }
  100%{
    opacity: 1;
    transform: translateY(0);
  }
}
.wrapper {
	padding-bottom: 20px;
    box-sizing: border-box;
}
h2{
	font-size: 30px;
	text-align: center;
	line-height: 2;
}
h2 span{
	position: relative;
	display: inline-block;
}
h2 span::before{
	content: "";
	width: 77px;
	height: 90px;
	background: url("../images/travelback.svg") no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -112px;
	margin: auto;
}
h2 span::after{
	content: "";
	width: 66px;
	height: 51px;
	background: url("../images/sunglasses.svg") no-repeat;
	position: absolute;
	top: 30px;
	bottom: 0;
	right: -101px;
	margin: auto;
}
h3.underline{
	text-align: center;
}
h3.underline span{
	display: inline-block;
	font-size: 18px;
	text-align: center;
	border-bottom: solid 6px #b29809;
	margin-top: 50px;
	
}
.spblock{
		display: none;
	}
.tabblock{
		display: none;
	}
/* 共通 end */
/* メインビジュアル */

.wrapper header {
    position: relative;
	font-feature-settings: "palt";
   max-width: 980px;
margin: 20px auto 0;
}
.wrapper header .balloon{
	/*width: 150px;*/
	width: 250px;
	position: absolute;
	top: 5%;
	left: 18%;
	transform: translate(-78%, -9%);
	/*top: 12%;
	right: 69.5%;
	transform: translate(-69.5%, -12%)rotate(-25deg);*/
}
.wrapper header .balloon.animate__animated {
    animation-delay: 1.5s;
}
.wrapper header .ttl{
	/*width: 603px;*/
	width: 64.631%;
	font-size: 24px;
	text-align: center;
	line-height: 2;
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	margin: auto;
	transform: translate(0, -20%);
	font-size:34px;
}
.wrapper header .read{
	font-size: 18px;
	text-align: center;
	color: #ffffff;
	line-height: 1.8;
	position: absolute;
	top: 75%;
	left: 0;
	right: 0;
	margin: auto;
	transform: translate(0, -75%);
}

.wrapper nav {
    max-width: 980px;
    margin: -20px auto 0;
}
.wrapper nav ul{
	font-size: 0;
	text-align: center;
	/*position: absolute;
	top: 93%;
	left: 0;
	right: 0;*/
	margin: auto;
	/*transform: translate(0, -93%);*/
}
.wrapper nav ul li{
	display: inline-block;
	margin-left: 20px;
    font-feature-settings: "palt";
}
.wrapper nav ul li:first-child{
	margin-left: 0;
}
.wrapper nav ul li a{
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #b99d02 !important;
	background:#ffffff;
	/* background:rgba(0,0,0,0.5); */
	border: solid 5px #b99d02 !important;
	padding: 10px 20px;
	box-sizing: border-box;
    transition: 1.0s ;
}
.wrapper nav ul li a:hover{
	text-decoration: none;
     background:#b99d02;
    color: #ffffff!important;
/* opacity: .65;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
*/}

/* メインビジュアル end */
/* メインコンテンツ */
.wrapper section{
    width: 100%;
	max-width: 980px;
    margin: 90px auto 0;
}
.corona{
	font-size: 14px;
	text-align: center;
	margin-top: 30px;
}

.wrapper #campaign{
	margin-top: 115px;
}
#campaign .circle{
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
}
#campaign .circle li{
	width: 18.5%;
	font-size: 18px;
	text-align: center;
	color: #fff;
	line-height: 1.6;
	border-radius: 50%;
	/*margin-left: 6%;*/
	padding: 5.3% 1%;
}
#campaign .circle li span{
	font-weight: bold;
	font-size:105%;
}
#campaign .circle li:first-child{
	background: #2c91b7;
	margin-left: 0;
}
#campaign .circle li:nth-child(2){
	background: #b72c91;
}
#campaign .circle li:nth-child(3){
	background: #e77c1c;
}
#campaign .circle li:nth-child(4){
	background: #7ab72c;
	font-size:95%;
}
.mt20{
	margin-top: 20px;
}
.note li{
	font-size: 14px;
	text-indent: -15px;
	line-height: 1.8;
	padding-left: 16px;
}
.note li.Surprised{
	color: #b00c00;
}
.note li.Surprised i{
	display: inline;
}
.note li.Surprised a{
	color: #b00c00;
}
#campaign h3{
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	color: #ffffff;
	line-height: 1;
	background: #333333;
	padding: 6px 0;
	margin-top: 50px;
}
#campaign .overview_diagram{
	/*width: 780px;*/
	width: 79.592%;
	margin: 30px auto 0;
}
#campaign .for_example{
	width: 80px;
	height: 80px;
	display: table;
	font-size: 16px;
	text-align: center;
	line-height: 1;
	background: #dadada;
	border-radius: 50%;
	box-sizing: border-box;
	margin: 2rem auto 0;
	position: relative;
}
#campaign .for_example span{
	display: table-cell;
	vertical-align: middle;
}
#campaign .for_example::after{
	content: "";
	width: 15px;
	height: 15px;
	display: block;
	background: #dadada;
	border-radius: 50%;
	box-sizing: border-box;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: auto;
}
#campaign .for_example + p{
	margin-top: 40px;
	text-align: center;
}
#campaign .view{
	/*display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;*/
	max-width: 880px;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px auto 0;
}
#campaign .view li{
	/*width: 275px;*/
	width: 31.25%;
}
#campaign .overview_diagram2{
	
	/*width: 780px;*/
	width: 79.592%;
	margin: 50px auto 0;
	position: relative;
}
#campaign .overview_diagram2 .zu2images{
	/*width: 621px;*/
	width: 79.616%;
}
#campaign .overview_diagram2 .zu2balloon{
	/*width: 187px;*/
	width: 20%;
	position: absolute;
	top: -17px;
	right: -28px;
	opacity: 0;
	background: #7ab72c;
color: #fff;
padding: 1rem 1.5rem;
font-size: 14px;
border-radius: 5px;
}
#campaign .overview_diagram2 .zu2balloon:before {
  content: "";
  position: absolute;
  top: 80%;
  left: -27px;
  margin-top: -15px;
  border: 10px solid transparent;
  border-right: 20px solid #7ab72c;
}
#campaign .overview_diagram2 .zu2balloon strong {
	font-size: 140%;
	border-bottom: 2px solid #ffffff;
	margin: 0 5px;
}


#campaign .overview_diagram2 + .note{
	margin-top: 50px;
}
#howtouse{
	text-align: center;
}
#howtouse h3 + p{
	margin-top: 30px;
}
#howtouse h4{
	font-size: 18px;
	color: #b29809;
	margin-top: 20px;
}
.mt0{ margin-top:0px!important;}
#howtouse span.gold {
		color: #a99004;
		font-weight:bold;
		font-size:110%;

}
#howtouse p,#howtouse a{
	/*margin-top: 20px;*/
	line-height: 2;
}
.marker{
	display: inline;
	background:linear-gradient(transparent 60%, #f5e2e1 60%);
}
.fa-exclamation-circle{
	color: #b00c00;
	background: #ffffff;
	margin-right: 5px;
}
#howtouse .flow{
	font-size: 0;
	text-align: left;
	margin-top: 10px;
}
#howtouse .flow.first{
	margin-top: 20px;
}
#howtouse .flow dt{
	/*width: 180px;*/
	width: 17%;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #b29809;
	vertical-align: top;
	text-align: right;
	padding-right: 1%;
}
#howtouse .flow dd{
	/*width: 800px;*/
	width: 80%;
	display: inline-block;
	font-size: 16px;
	vertical-align: top;
	padding-left: 2%;
	position: relative;
}
#howtouse .flow dd::before{
	content: "";
	width: 3px;
	height: 100%;
	background: #b29809;
	position: absolute;
	top: 0;
	left: 0;
}
#howtouse .flow dd::after{
	content: "";
    width: 3px;
    height: 13px;
    background: #b29809;
    position: absolute;
    bottom: -1px;
    left: 4px;
    transform: rotate(40deg);
}
#howtouse .flow.first dd{
	padding-bottom: 60px;
}
#howtouse .flow dd li{
	margin-left: 20px;
	line-height: 2;
	position: relative;
}
#howtouse .flow dd li::before{
	content: "";
	width: 16px;
	display: inline-block;
	/*background: #333333;*/
	border-radius: 50%;
	box-sizing: border-box;
	font-size: 14px;
	/*color: #ffffff;*/
	line-height: 1.2;
	position: absolute;
	top: 7px;
    left: -20px;
    /*padding: 0 4px;*/
}
#howtouse .flow dd li.first::before{
	content: "01.";
	white-space: pre;
}
#howtouse .flow dd li.second::before{
	content: "02.";
}
#howtouse .flow dd li.third::before{
	content: "03.";
}
#howtouse .flow dd li .box{
	display: inline-block;
	background: #f5e2e1;
	border-radius: 5px;
	padding: 10px;
	margin-top: 10px;
}
#howtouse .note,
#howtouse .note2{
	text-align: left;
}
#howtouse .note2 li {
	padding-left:0px;
		text-indent: -15px;
}
#lodging .view{
	max-width: 810px;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	margin: 65px auto 0;
}

#lodging .view li{
	width: 29.507%;
}
#lodging h3{
	margin-top: 70px;
}
#lodging h3 + p{
	text-align: center;
	margin-top: 35px;
}
#lodging .hotels{
    display:flex;
    flex-wrap:wrap;
	margin-top: 15px;
}
#lodging .hotels li{
	width: 29.592%;
	margin-top: 30px;
	margin-left: 5.6%;
	position: relative;
}
#lodging .hotels li:nth-child(1),#lodging .hotels li:nth-child(4),#lodging .hotels li:nth-child(7),#lodging .hotels li:nth-child(10){
	margin-left: 0;
}
#lodging .hotels li .txt{
	font-size: 14px;
	line-height: 2;
	margin-top: 10px;
}
#lodging .hotels li .txt span {
	display:block;
}
#lodging .hotels li .txt strong{
	font-size: 16px;
}
#lodging .hotels li .btn{
	display: block;
	text-align: center;
	line-height: 1;
	border: solid 1px;
	border-radius: 5px;
	margin-top: 10px;
	padding: 15px;
}
#lodging .hotels li .place_name{
	font-size: 12px;
	color: #ffffff;
	line-height: 1;
	background: #666666;
	padding: 5px;
	position: absolute;
	top: 0;
	left: 0;
}

#safety .safetybox{
	text-indent: -16px;
	padding-left: 16px;
	margin-top: 50px;
	line-height: 2;
}
#safety .safetybox .safetylist em{
	color: #b29809;
}
/*#safety .safetybox .safetylist ul{
	margin-left: 25px;
}*/
#safety .safetybox .safetylist ul li{
	margin-left: 18px;
}
/*　ビデオ　*/
video {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.videos {
    position: relative;
    /*width: 53%;*/
	width: 430px;
	height: auto;
    margin: 70px auto 0;
}
.videos img {
	width: 100%;
	height: auto;
	object-fit:cover;
}
.videos em {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 8;
	background: url("../images/slide_video.jpg") center/ cover no-repeat;
}
.videos em:before {
	content: "";
	display: block;
	position: absolute;
	width: 9%;
	height: 22%;
	background: url("../images/play.png") center/ 100% no-repeat;
	z-index: 9;
	left: 50%;
	top: 55%;

}
.videos p {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	cursor: pointer;			
}
.videos-on em,
.videos-on p{
	display: none;
}
/*　ビデオ end　*/

#qa h2 + p{
	text-align: center;
	margin-top: 60px;
}
/*　アコーディオン　*/
#qa .qa_area{
	margin-top: 5px;
}
#qa .qa_area{
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
#qa .qa_area li{
	width: 48%;
	margin-top: 30px;
	position: relative;
}
#qa .qa_area li dt{
	color: #ffffff;
	background: #b29809;
	cursor: pointer;
	padding: 25px 45px 25px 70px;
	position: relative;
}
#qa .qa_area li dt::before{
	content:"";
	width: 20px;
	height: 2px;
	border-top: solid 2px #ffffff;
	position: absolute;
	/*top: 35px;*/
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
}
#qa .qa_area li dt::after{
	content:"";
	width: 2px;
	height: 20px;
	border-left: solid 2px #ffffff;
	position: absolute;
	/*top: 26px;
	right: 9px;*/
	top: 0;
    bottom: 0;
    right: 27px;
	margin: auto;
}

#qa .qa_area li dt.active::after{
	display: none;
}
/*#qa .qa_area li dt span{
	position: relative;
}*/
#qa .qa_area li dt span::before{
	content: "Q";
	width: 40px;
	height: 40px;
	display: inline-block;
	font-size: 18px;
	color: #b29809;
	text-align: center;
    line-height: 2.2;
	vertical-align: middle;
	background: #ffffff;
	border-radius: 50%;
	/*margin-right: 20px;*/
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	margin: auto;
}

#qa .qa_area li dd{
	display: none;
	line-height: 2;
	background: #ffffff;
	border: solid 1px #b29809;
	box-sizing: border-box;
	padding: 25px 20px;
	position: absolute;
	top: 74px;
	z-index: 1;
}
/*　アコーディオン end　*/
/*最新情報*/
.informationarea{
	background: #f0eeee;
	margin:60px auto 0;
	/* padding:50px 50px 20px; */
	padding:50px
}
.informationarea h3{
	font-size:32px;
	font-weight: bold;
	text-align:center;
}
.informationarea .cf{
	overflow: hidden;
	margin-top:40px;
}
.informationarea dl{
	width:48.5%;
}
.informationarea dl.left{
	float:left;
}
.informationarea dl.right{
	float:right;
}
.informationarea dt a{
	display:inline-block;
	border-bottom:dotted 1px;
}
.informationarea dd{
	display:inline-block;
	margin-top:10px;
}
.informationarea dd.txt{
	width:36.5%;
	margin-right:4.5%;
}
.informationarea dd.img{
	width:56.716%;
	vertical-align:top;
}
/*最新情報 end*/
#qa .note{
	margin-top: 40px;
}


/*.spblock{
	display: none;
}*/
/*　メインコンテンツ end */
nav.sp_nav {
    display: none;
}

.limit{
	width: 100%;
    max-width: 980px;
	margin: 30px auto 40px;
}

.limit-block{
    margin: 30px 0 40px;
    padding: 25px 30px;
    border: 1px solid #b00c00;
    *zoom: 1;
}

.limit-block .headLv3-A{
text-align:center;
color:#b00c00;

}
.limit-block .headLv3-A span {
font-weight:normal;}

.limit-block p {
	font-size: 14px;
    line-height: 1.8;
margin-bottom:0;}
@media only screen and (max-width: 985px) {
	#howtouse .flow dt{
		font-size: 15px;
	}
}
@media only screen and (max-width: 920px) {
	.wrapper header ul li {
		display: inline-block;
		margin-left: 10px;
	}
	.wrapper header ul li a{
		font-size: 1.8vw;
	}
}
@media only screen and (max-width: 900px) {
	.tabblock{
	display: block;
}
}
@media only screen and (max-width: 905px) {
	#campaign .circle li{
		width: 20%;
		font-size: 16px;
	}
}
@media only screen and (max-width: 760px) {
	h2{
		font-size: 3.5vw;
	}
	h2 span::before {
		left: -60px;
	}
	h2 span::after{
		right: -55px;
	}
}
@media only screen and (max-width: 750px) {
br.pc { display:none; }
br.sp { display:inline-block; }
	#content .content-1-column{
		margin-top: 25px;
	}
	.spblock{
		display: block;
	}
	.mod-main {
		font-size: 14px;
	}
	/* メインビジュアル */
    
.wrapper nav {
    margin-top: 20px;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 15px;
}
.wrapper nav ul li a {
    font-size: 15px;
    font-weight: bold;
    border: solid 2px #b99d02 !important;
    padding: 3px 10px;
}
	.wrapper header .balloon {
		width: 65%;
		position: absolute;
		top: 0%;
		right: 77%;
		transform: translate(-75%, -15%);
		/*top: 9%;
		right: 67%;
		transform: translate(-67%, -9%)rotate(-20deg);*/
	}
	.wrapper header .ttl{
		width: 90%;
		top: 20%;
		font-size: 3.2vw;
		transform: translate(0, -29%);
	}
	.wrapper header .read{
		font-size: 3.5vw;
		text-shadow:0px 0px 3px #000000;
		line-height: 1.5;
	}
	.wrapper header ul li a {
		/*border-bottom: solid 3px #b99d02 !important;*/
		padding: 10px 10px 5px;
		font-weight: normal;
	}

	h2 {
		font-size: 4.5vw;
		line-height: 1.5;
	}
	h2 span::before {
		content: "";
		width: 48px;
		height: 57px;
		background-size: 100%;
	}
	h2 span::after {
		content: "";
		width: 44px;
		height: 34px;
		background: url(../images/sunglasses.svg) no-repeat;
		background-size: 100%;
	}
	.wrapper section {
		max-width: inherit;
		margin: 45px auto 0;
	}
	.corona{
		text-align: left;
	}
	.corona br{
		display: none;
	}
	.wrapper #campaign {
		margin-top: 50px;
	}
	#campaign h3{
		margin-top: 25px;
	}
	#campaign .circle {
		margin-top: 20px;
	}
	#campaign .circle li {
		width: 49%;
		font-size: 4vw;
		padding: 13% 0;
		margin-top: 10px;
	}
	#campaign .overview_diagram{
		width: 100%;
		margin-top: 20px;
	}
	#campaign .for_example{
		margin-top: 35px;
	}
	#campaign .view{
		margin-top: 20px;
	}
	#campaign .overview_diagram2{
		width: 100%;
	}
	#campaign .overview_diagram2 .zu2images {
    width: 100%;
}
#campaign .overview_diagram2 .zu2balloon {
    width: 100%;
    right: 0%;
	top: 0.5rem;
	box-sizing: border-box;
	position: relative;
	padding: 0.75rem 1rem;
}

#campaign .overview_diagram2 .zu2balloon:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 80%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #7ab72c;
}
#campaign .overview_diagram2 .zu2balloon strong {
    font-size: 120%;
}
	#campaign .overview_diagram2 + .note {
		margin-top: 25px;
	}
	h3.underline span {
		font-size: 16px;
		border-bottom: solid 3px #b29809;
		margin-top: 25px;
	}
	#howtouse p, #howtouse a {
		line-height: 1.5;
		text-align: left;
	}
	#howtouse h3 + p {
		margin-top: 15px;
		/*padding-left: 14px;
		text-indent: -14px;*/
	}
	#howtouse h4 {
		font-size: 16px;
		margin-top: 20px;
	}
	.flow.first {
		margin-top: 30px;
	}
	#howtouse .flow.first dd{
	padding-bottom: 30px;
}
	#howtouse .flow dt {
		width: 100%;
		display: block;
		text-align: left;
		padding-right: 0;
	}
	#howtouse .flow dt br{
		display: none;
	}
	#howtouse .flow dd {
		width: 98%;
		font-size: 14px;
	}
	#howtouse .flow dd li{
		line-height: 1.5;
		margin-top: 10px;
	}
	#howtouse .flow dd li.first{
		margin-top: 0;
	}
	#howtouse .flow dd li::before{
		top: 2px;
	}
	#howtouse .note {
		margin-top: 25px;
	}
	#lodging .view {
		max-width: inherit;
		margin: 30px auto 0;
	}
	#lodging h3 {
		margin-top: 10px;
	}
	#lodging h3 + p {
		text-align: left;
		margin-top: 15px;
	}
	#lodging .hotels li {
		width: 48%;
		margin-top: 20px;
		margin-left: 0;
	}
	#lodging .hotels li:nth-child(even) {
		margin-left: 2% !important;
	}
	#lodging .hotels li .txt span {
			display:none;
		}
	#lodging .hotels li .txt strong {
		font-size: 14px;
	}
	#lodging .hotels li .btn {
		margin-top: 5px;
		padding: 10px;
	}
	
	#safety .safetybox {
		line-height: 1.5;
	}
	.videos {
		width: 100%;
		margin-top: 35px;
	}
	#qa h2 + p {
		margin-top: 30px;
	}
	#qa .qa_area li {
		width: 100%;
		margin-top: 20px;
	}
	#qa .qa_area li dt {
		color: #ffffff;
		background: #b29809;
		cursor: pointer;
		padding: 10px 20px 10px 50px;
		position: relative;
	}
	#qa .qa_area li dt span::before {
		content: "Q";
		width: 25px;
		height: 25px;
		font-size: 16px;
		line-height: 1.6;
	}
	#qa .qa_area li dd{
		padding: 10px;
		top: 41px;
	}
	
	.informationarea {
		margin: 60px 0 0;
		padding: 15px;
	}
	.informationarea .cf {
		margin-top: 0;
	}
	.informationarea h3 {
		font-size: 16px;
	}
	.informationarea dl.left,.informationarea dl.right {
		width:100%;
		float: none;
		margin-top: 20px;
	}
	.informationarea dd.txt {
		width: 47.5%;
		margin-right: 5%;
	}
	.informationarea dd.img {
		width: 47.5%;
		vertical-align: top;
	}
	#qa .note {
		margin-top: 20px;
	}
	/*メインコンテンツ end*/
	
	nav.sp_nav{
	  display: block !important;
	}
	/*.mainSection nav .fixed {
	  display: none !important;
	}*/

	.scroll{
	  overflow-x: scroll;
	  overflow-y: hidden;
	  -webkit-overflow-scrolling: touch;
	}
	nav.sp_nav .fixed{
	  position: fixed;
	  top: 56px;
	  bottom: inherit;
		left: -20px;
		right: 0;
		margin: auto;
		text-align: center;
	}
	nav.sp_nav ul{
	  width: 800px;
		font-size: 0;
	}
	nav.sp_nav ul li:first-child {
		margin-left: 0;
	}
	
	nav.sp_nav ul li {
		/*width: 170px;*/
		display: inline-block;
		margin-left: 5px;
		/*margin-top: 2%;*/
	}
	nav.sp_nav ul li a {
		display: block;
		font-size: 16px;
		font-weight: bold;
		color: #ffffff !important;
		background: rgba(0,0,0,0.5);
		border-bottom: solid 5px #b99d02 !important;
		padding: 10px 20px 5px;
		box-sizing: border-box;
	}
	
	.tel-link { border-bottom:#666 1px dotted; }
	
	
}
@media only screen and (max-width: 700px) {
	p {
		margin: 0 0 0;
	}
	a{
		border-bottom: none;
	}
}
@media only screen and (max-width: 506px) {
	/*.wrapper header ul li {
		display: inline-block;
		margin-left: 5px;
	}
	.wrapper header ul li a {
		font-size: 1vw;
		padding: 5px;
	}*/
	.wrapper header ul{
		top: 96%;
	}
	.wrapper header ul li{
		display: inline-block;
		margin-left: 5px;
		margin-top: 3%;
	}
	.wrapper header ul li a{
		font-size: 3.5vw;
		
		padding: 5px;
	}
}
@media only screen and (max-width: 430px) {
	.wrapper header .read{
		top: 73%;
	}
	
	
}
/***** toggle-fade *****/
.menu-toggle{
	width:60%;
	margin:auto;
	position:relative;
	display:inline;
}
.btn-toggle{
	/*width:128px;*/
	display:inline-block;
	position:relative;
	cursor: pointer;
	font-size: 16px;
	text-align:left;

}
.ml { margin-left:.8em; }
@media only screen and (max-width: 750px) {
	.btn-toggle{
	font-size: 14px;
	}
}
.btn-toggle span{
	border-bottom:#ccc 1px dotted;
}
.btn-toggle:before{
	content:"";
background-size:contain;
	width: 13px;
	height: 13px;
	display:inline-block;
	position:absolute;
	top: 3px;
	left:-2px;
	margin:auto;
}
.btn-toggle.active:before{
	content:"";
	width:13px;
	height:13px;
	display:inline-block;
}

.btn-toggle.white:before{
	content:"";
background-size:contain;
	width: 13px;
	height: 13px;
	display:inline-block;
	position:absolute;
	top: 3px;
	left:-2px;
	margin:auto;
}

.btn-toggle.white.active:before{
	content:"";
	width:13px;
	height:13px;
	display:inline-block;
}
	ul.menu-child{
    width: 250%;
    display: none;
    position: absolute;
    top: 25px;
	left:-2px;
    z-index: 1;
    background: #FFF;
    padding: 8px;
    box-sizing: border-box;
	box-shadow: 10px 10px 11px 5px rgba(0,0,0,0.3), -10px 0 11px -1px rgba(0,0,0,0.3);
	text-align:left;
}

@media only screen and (max-width: 750px) {
	ul.menu-child{
    width: 40vmax;
	
}
	ul.menu-child li{
		line-height:1.6;
		font-size:15px;
		padding-bottom:.3em;
        text-indent: 0;
		
	}
    ul.details li a,
    ul.menu-child li a {
    text-decoration: underline;
    }
	ul.menu-child li.t-tit { font-weight:bold; margin-top:.5em; }
	ul.menu-child li.t-img { padding:1em; }
	ul.menu-child li.t-img img { width:100%; }
.bottombtn {text-align:center;}
.bottombtn img { width:15px;}

a.link { border-bottom:#53585a 1px dotted;}


ul.btn {
width:1100px;
}
ul.btn li {
float: left;
width:50%;
padding:auto;
}


ul.hosoku {
width:1000px;
margin:auto;
}
ul.hosoku li:nth-child(1) {
float: left;
width:750px;
padding-right:50px;
}
ul.hosoku li:nth-child(2) {
float: left;
width:200px;
}
ul.hosoku li:nth-child(2) img {
width:100%;
max-width: 200px;
height:auto;
}

ul.btn::after,
ul.hosoku::after{
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 750px) {
/***** toggle-fade *****/
.menu-toggle{
	width:100%;
	margin:auto;
	position:relative;
}
}

#footer-area	{
	text-align:center;
	margin-bottom:100px;
}