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



/****************************************************************************************************
20241031追加：Gタイプの設備
****************************************************************************************************/
.eq-block {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 30px;
}
.eq-block.center {
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}
.eq-anchor + .eq-block {
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px solid #DDD;
}
.eq-box {
	width: 380px;
	text-align: left;
}
.eq-box-sub {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
    -ms-flex-direction:column;
    flex-direction:column;
	gap: 30px;
	width: 380px;
}
.eq-box .img-box + .txt-box {
	margin-top: 1.2rem;
}
.eq-box .img-box + .txt-box.cap {
	margin-top: 0.4rem;
}
.eq-box .img-box {
	position: relative;
}
.eq-box .img-box figure {
	position: relative;
}
.eq-box .img-box figure figcaption.cap-in {
	position: absolute;
	right: 0.8em;
	bottom: 0.8em;
	font-size: 0.866rem;
	line-height: 1.2;
}
.eq-box .img-box figure figcaption.cap-in.white {
	color: #FFF;
	font-weight: bold;
	text-shadow:
		0px 0px 5px rgba(0,0,0,0.5),
		0px 0px 5px rgba(0,0,0,0.5);
}
.eq-box .txt-box h4 {
	color: #A38358;
	font-size: 1.466rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
}
.eq-box .txt-box h4.sub {
	color: #000;
}
.eq-box .txt-box h4 + p {
	margin-top: 0.4rem;
}
#contents .eq-box .txt-box p {
	color: #000;
	font-size: 1.066rem;
	line-height: 1.8;
}
.eq-box .txt-box p .small {
	display: inline-block;
	font-size: 0.866rem;
	line-height: 1.6;
}



/****************************************************************************************************
タイトル共通
****************************************************************************************************/
.ttl-box {
	position: relative;
	z-index: 10;
}
.ttl-box div {
	color: #85312C;
	font-size: 1.733rem;
	line-height: 1.4;
}
.ttl-box div + h2 {
	margin-top: 0.6em;
}
.ttl-box h2 {
	color: #A38358;
	font-size: 2.533rem;
	line-height: 1.6;
}
.ttl-box h2.large,
.ttl-box h2 .large {
	font-size: 3.066rem;
}
.ttl-box h2 + p {
	margin-top: 0.8em;
}
#contents .ttl-box p {
	font-size: 1.2rem;
	line-height: 2.2;
}
#contents .ttl-box p.large {
	font-size: 1.6rem;
	line-height: 1.8;
}
.col1 {
	color: #85312C;
}
.movie-box {
	margin: 1.5rem 0 2rem 0;
}



/****************************************************************************************************
共通
****************************************************************************************************/

.ttl-box + .col-box,
.col-box + .col-box {
	margin-top: 1rem;
}
.col-box + .col-box.mt0rem {
	margin-top: 0rem;
}
.ttl-box + .col-box.mt05rem,
.col-box + .col-box.mt05rem {
	margin-top: 0.5rem;
}
.ttl-box + .col-box.mt1rem,
.col-box + .col-box.mt1rem {
	margin-top: 1rem;
}
.ttl-box + .col-box.mt15rem,
.col-box + .col-box.mt15rem {
	margin-top: 1.5rem;
}
.ttl-box + .col-box.mt2rem,
.col-box + .col-box.mt2rem {
	margin-top: 2rem;
}
.ttl-box + .col-box.mt25rem,
.col-box + .col-box.mt25rem {
	margin-top: 2.5rem;
}
.ttl-box + .col-box.mt3rem,
.col-box + .col-box.mt3rem {
	margin-top: 3rem;
}
.ttl-box + .col-box.mt35rem,
.col-box + .col-box.mt35rem {
	margin-top: 3.5rem;
}
.ttl-box + .col-box.mt4rem,
.col-box + .col-box.mt4rem {
	margin-top: 4rem;
}
.ttl-box + .col-box.mt5rem,
.col-box + .col-box.mt5rem {
	margin-top: 5rem;
}
.ttl-box + .col-box.mt6rem,
.col-box + .col-box.mt6rem {
	margin-top: 6rem;
}



/****************************************************************************************************
header
****************************************************************************************************/
#header {
	background: rgba(0,0,0,.9);
}



/****************************************************************************************************
contents
****************************************************************************************************/
#wrap {
	overflow: hidden;
}
#contents {
	padding: 0;
}
#contents .inner {
	width: 1200px;
	margin: auto;
	padding: 100px 0 100px 0;
}
#contents .inner.plan-detail {
	padding-top: 180px;
}
.sec-block + .sec-block {
	margin-top: 100px;
}

figure.img-box figcaption {
	margin-top: 0.8em;
	font-size: 0.866rem;
	line-height: 1.4;
	text-align: right;
}
.caption {
	margin: 100px 0 0 0;
	padding: 1em 0 0 0;
	border-top: 1px solid #DDD;
	font-size: 0.866rem;
	line-height: 1.6;
	text-align: left;
}

figure {
	position: relative;
}
.cap-in {
	position: absolute;
	left: 0.8em;
	bottom: 0.8em;
	font-size: 0.866rem;
}
.cap-in.right {
	left: auto;
	right: 0.8em;
}
.cap-in.white {
	color: #FFF;
	text-shadow:
		0px 0px 10px rgba(0,0,0,1),
		0px 0px 10px rgba(0,0,0,1);
}
.cap-out {
	font-size: 0.866rem;
	text-align: right;
}
.cap-out.bg {
	padding: 0.6em 0.8em;
	background: #D68703;
	color: #FFF;
	line-height: 1.4;
}
.cap-out.bg.green {
	background: #96BB58;
}
.cap-nomal {
	margin-top: 0.8em;
	font-size: 0.866rem;
	line-height: 1.4;
	text-align: left;
}
.cap-nomal.right {
	text-align: right;
}

.full-img {
	width: 100%;
}
.full-img > figure {
	width: 100%;
}
.full-img > figure > img,
figure.full-img > img {
	width: 100%;
}

.main {
	position: relative;
}
.main-img figure figcaption {
	position: absolute;
	right: 1em;
	bottom: 1em;
	font-size: 0.866rem;
}
.main-img.town-guide {
	position: absolute;
	width: 100%;
	height: 100%;
}
.main-img.town-guide figure {
	width: 100%;
	height: 100%;
}
.main-img.town-guide img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.main-txt.town-guide {
	position: static;
	padding: 210px 0 100px 0;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.main-txt.town-guide h2 {
	margin-bottom: 60px;
	color: #000;
	font-size: 2.533rem;
	line-height: 1.4;
}
#map {
	padding: 0 20px;
}
#map img {
	width: 100%;
	max-width: 1500px;
	box-shadow: 0 0 10px rgba(0,0,0,.25);
}



/****************************************************************************************************
stop
****************************************************************************************************/
#stop {
	position: relative;
	color: #000;
	line-height: 1.8;
}
#stop-img .photo {
	position: relative;
}
#stop-img .photo img {
	object-fit: cover;
	width: 100%;
	height: 860px;
}
#stop-img .photo figcaption {
	position: absolute;
	left: 15px;
	bottom: 15px;
	color: #FFF;
	font-size: 0.8rem;
}
#stop .stop-title h2 {
	color: rgba(0,133,178,1);
	font-size: 1.6rem;
}
#stop .stop-box {
	position: absolute;
	top: 60%;
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	padding: 80px 100px;
	background: rgba(255,255,255,.95);
	z-index: 2000;
	font-size: 1.2rem;
}
.stop-btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 40px;
}
.stop-btn div a {
	width: 260px;
	padding: 0.6em;
	display: block;
	background: #999;
	color: #FFF;
	font-size: 1.4rem;
	font-weight: bold;
}
.stop-btn div + div {
	margin-left: 20px;
}



/****************************************************************************************************
facility
****************************************************************************************************/
#list {
	margin-top: 20px;
	padding: 0 20px;
}
#list ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1500px;
	margin: auto;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	box-shadow: 0 0 10px rgba(0,0,0,.25);
}
#list ul li {
	width: 25%;
	text-align: left;
	font-size: 0.933rem;
	line-height: 1.6;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	background: #FFF;
}
#list ul li a {
	display: block;
	padding: 1em;
}
#list ul li a h3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 0.2em;
	line-height: 1.2;
}
#list ul li a h3 .num {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 1.1rem;
	height: 1.1rem;
	vertical-align: text-top;
	background: #8A7934;
	border-radius: 50%;
	color: #FFF;
	font-size: 0.866rem;
	font-weight: bold;
	line-height: 0.9;
}
#list ul li a h3 .name {
	flex: 1;
}

#facility {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 1px;
}
.facility-box {
		width: calc(calc(100% - 3px) / 4);
	background: rgba(0,0,0,.75);
}
.facility-box img {
	width: 100%;
}
.facility-img {
	position: relative;
}
.bx-prev,
.bx-next {
	position: absolute;
	display: inline-block;
	top: 50%;
	width: 24px;
	height: 36px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 2000;
	text-indent: -9999px;
}
.bx-prev {
	left: 20px;
	background: url(../img/town-guide/prev.png) no-repeat center center;
	background-size: cover;
}
.bx-next {
	right: 20px;
	background: url(../img/town-guide/next.png) no-repeat center center;
	background-size: cover;
}
.facility-txt {
	padding: 25px;
	color: #FFF;
	text-align: left;
}
.facility-txt .category {
	font-size: 1.066rem;
	line-height: 1.4;
}
.facility-txt h3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.2em;
	color: #DCC14A;
	font-size: 1.466rem;
	line-height: 1.4;
}
.facility-txt h3 .num {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 1.466rem;
	height: 1.466rem;
	vertical-align: text-top;
	background: #DCC14A;
	border-radius: 50%;
	color: #3F3F3F;
	font-size: 1.133rem;
	line-height: 1.0;
	letter-spacing: -1px;
}
.facility-txt h3 .name {
	flex: 1;
}
.facility-txt p {
	margin-top: 0.4em;
	font-size: 1.066rem;
	line-height: 1.6;
}
.facility-txt ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0.6em 1em;
	margin-top: 1em;
	padding-top: 1.6em;
	border-top: 1px solid rgba(255,255,255,.5);
	font-size: 0.866rem;
}
.sub-img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
#facility17,
#facility18,
#facility19 {
	display: none;
}
@media screen and (max-width: 1800px) {
	.facility-box {
		width: calc(calc(100% - 2px) / 3);
	}
	#facility17,
	#facility18 {
		display: block;
	}
	#facility19 {
		display: none;
	}
}
@media screen and (max-width: 1200px) {
	.facility-box {
		width: calc(calc(100% - 1px) / 2);
	}
	#facility17,
	#facility18,
	#facility19 {
		display: none;
	}
}



/****************************************************************************************************
plan
****************************************************************************************************/
#contents.plan .inner {
	padding: 240px 0 100px 0;
}
#plan-block {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	margin: auto;
	width: 1200px;
	gap: 30px;
}
#point-block ul {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
}
#point-block ul li {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 380px;
	padding: 1.3em 1em;
	background-image: linear-gradient(135deg, rgba(255,255,255,1), rgba(203,213,219,1));
	color: #000;
	font-size: 1.2rem;
	line-height: 1.8;
}
#point-block ul li + li {
	margin-left: 30px;
}
#point-block ul li:nth-of-type(3n+1) {
	margin-left: 0;
}
#point-block ul li:nth-of-type(n+4) {
	margin-top: 30px;
}
#point-block ul li::before {
	position: absolute;
	content: "";
	display: block;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	left: 5px;
	top: 5px;
	border: 1px solid rgba(0,133,178,.50);
}
#point-block ul li em {
	display: block;
	margin-bottom: 0.2em;
	color: #0085B2;
	font-size: 1.866rem;
	font-style: normal;
	line-height:1.4;
}
.plan-link {
	width:800px;
	margin:0 auto;
	margin-top:100px;
}
.plan-link select {
	width:100%;
	height:auto;
	padding:1.0em;
	background:#DDD;
	font-size:1.2rem;
}



/****************************************************************************************************
mg
****************************************************************************************************/
#contents.mg .inner {
	padding: 200px 0 100px 0;
}
#contents.mg h2 {
	color: rgb(163,131,89);
	font-size: 2.4rem;
	line-height: 1.4;
}
.information {
	margin-top: 60px;
	margin-bottom: 40px;
}
.information h3 {
	padding: 1.2em;
	background: rgb(163,131,89);
	color: #FFF;
	font-size: 1.266rem;
	line-height: 1.8;
}
.information div {
	padding: 1.2em;
	background: #F6F6F6;
	border: 1px solid #CCCCCC;
	color: #000;
	font-size: 1.266rem;
	line-height: 1.8;
}

#present {
	margin-bottom: 40px;
}




@media screen and (max-width: 767px),
screen and (max-width: 960px) and (orientation: landscape) {

	
	
	/****************************************************************************************************
	20241031追加：Gタイプの設備
	****************************************************************************************************/
	.eq-block {
		gap: 4vw 2vw;
	}
	.eq-anchor + .eq-block {
		margin-top: 1rem;
		padding-top: 1rem;
	}
	.eq-box {
		width: 45vw;
	}
	.eq-box-sub {
		gap: 4vw;
		width: 45vw;
	}
	.eq-box .img-box + .txt-box {
		margin-top: 0.8rem;
	}
	.eq-box .img-box + .txt-box.cap {
		margin-top: 0.2rem;
	}
	.eq-box .img-box figure figcaption.cap-in {
		font-size: 0.533rem;
	}
	.eq-box .txt-box h4 {
		font-size: 1.066rem;
	}
	.eq-box .txt-box h4 + p {
		margin-top: 0.3rem;
	}
	#contents .eq-box .txt-box p {
		font-size: 0.866rem;
		line-height: 1.6;
	}
	#contents .eq-box .txt-box p .small {
		font-size: 0.666rem;
	}
	
	
	
	/****************************************************************************************************
	タイトル共通
	****************************************************************************************************/
	.ttl-box div {
		font-size: 1.2rem;
	}
	.ttl-box h2 {
		font-size: 1.4rem;
	}
	.ttl-box h2.large,
	.ttl-box h2 .large {
		font-size: 1.8rem;
	}
	#contents .ttl-box p {
		font-size: 0.866rem;
	}
	#contents .ttl-box p.large {
		font-size: 1.0rem;
		line-height: 1.8;
	}
	
	
	
	/****************************************************************************************************
	共通
	****************************************************************************************************/
	.ttl-box + .col-box,
	.col-box + .col-box {
		margin-top: calc(1rem * 0.75);
	}
	.col-box + .col-box.mt0rem {
		margin-top: calc(0rem * 0.75);
	}
	.ttl-box + .col-box.mt05rem,
	.col-box + .col-box.mt05rem {
		margin-top: calc(0.5rem * 0.75);
	}
	.ttl-box + .col-box.mt1rem,
	.col-box + .col-box.mt1rem {
		margin-top: calc(1rem * 0.75);
	}
	.ttl-box + .col-box.mt15rem,
	.col-box + .col-box.mt15rem {
		margin-top: calc(1.5rem * 0.75);
	}
	.ttl-box + .col-box.mt2rem,
	.col-box + .col-box.mt2rem {
		margin-top: calc(2rem * 0.75);
	}
	.ttl-box + .col-box.mt25rem,
	.col-box + .col-box.mt25rem {
		margin-top: calc(2.5rem * 0.75);
	}
	.ttl-box + .col-box.mt3rem,
	.col-box + .col-box.mt3rem {
		margin-top: calc(3rem * 0.75);
	}
	.ttl-box + .col-box.mt35rem,
	.col-box + .col-box.mt35rem {
		margin-top: calc(3.5rem * 0.75);
	}
	.ttl-box + .col-box.mt4rem,
	.col-box + .col-box.mt4rem {
		margin-top: calc(4rem * 0.5);
	}
	.ttl-box + .col-box.mt5rem,
	.col-box + .col-box.mt5rem {
		margin-top: calc(5rem * 0.5);
	}
	.ttl-box + .col-box.mt6rem,
	.col-box + .col-box.mt6rem {
		margin-top: calc(6rem * 0.5);
	}
	
	
	
	/****************************************************************************************************
	header
	****************************************************************************************************/
	#header {
		border-bottom: 1px solid #EEE;
	}
	
	
	
	/****************************************************************************************************
	contents
	****************************************************************************************************/
	#wrap {
	}
	#contents > .inner {
		width: 100%;
		padding: 15vw 4vw 10vw 4vw !important;
	}
	#contents .inner.plan-detail {
		padding-top: 14vw;
	}
	.sec-block + .sec-block {
		margin-top: 10vw;
	}
	
	figure.img-box figcaption {
		font-size: 0.533rem;
	}
	.caption {
		margin: 10vw 0 0 0;
		padding: 1em 0 0 0;
		font-size: 0.6rem;
	}
	
	.main-img figure figcaption {
		position: absolute;
		right: 1em;
		bottom: 1em;
		font-size: 0.533rem;
	}
	.main-txt.town-guide {
		padding: 20vw 0 10vw 0;
	}
	.main-txt.town-guide h2 {
		margin-bottom: 6vw;
		font-size: 1.0rem;
	}
	#map {
		padding: 0 4vw;
	}
	
	
	
	/****************************************************************************************************
	stop
	****************************************************************************************************/
	#stop-img .photo img {
		height: 150vw;
	}
	#stop-img .photo figcaption {
		left: 1em;
		bottom: 1em;
		font-size: 0.6rem;
	}
	#stop .stop-title h2 {
		font-size: 1.6rem;
	}
	#stop .stop-box {
		width: 92vw;
		padding: 10vw 5vw;
	}
	.stop-btn {
		margin-top: 5vw;
	}
	.stop-btn div a {
		width: 40vw;
	}
	.stop-btn div + div {
		margin-left: 2vw;
	}
	
	
	
	/****************************************************************************************************
	facility
	****************************************************************************************************/
	#list {
		margin-top: 4vw;
		padding: 0 4vw;
	}
	#list ul li {
		width: 50%;
		font-size: 0.866rem;
	}
	#list ul li a {
		display: block;
		padding: 0.8em;
	}
	#list ul li a h3 .num {
		width: 0.933rem;
		height: 0.933rem;
		font-size: 0.733rem;
	}

	#facility {
	}
	.facility-box {
		width: 100%;
	}
	.bx-prev,
	.bx-next {
		width: 6.0vw;
		height: 9.0vw;
	}
	.bx-prev {
		left: 3vw;
	}
	.bx-next {
		right: 3vw;
	}
	.facility-txt {
		padding: 5vw;
	}
	.facility-txt .category {
		font-size: 0.866rem;
	}
	.facility-txt h3 {
		font-size: 1.2rem;
	}
	.facility-txt h3 .num {
		width: 1.2rem;
		height: 1.2rem;
		font-size: 0.866rem;
	}
	.facility-txt p {
		font-size: 0.866rem;
	}
	.facility-txt ul {
		font-size: 0.8rem;
	}
	#facility17,
	#facility18,
	#facility19 {
		display: none;
	}
	
	
	
	/****************************************************************************************************
	plan
	****************************************************************************************************/
	#plan-block {
		gap: 2vw;
		width: 100%;
	}
	#plan-block div {
		width: 45vw;
	}
	
	#point-block ul {
		margin-top: 3vw;
		gap: 2vw;
	}
	#point-block ul li {
		width: 45vw;
		font-size: 0.933rem;
		line-height: 1.4;
	}
	#point-block ul li + li {
		margin-left: 0;
	}
	#point-block ul li:nth-of-type(2n+1) {
		margin-left: 0;
	}
	#point-block ul li:nth-of-type(n+3) {
		margin-top: 0;
	}
	#point-block ul li::before {
		width: calc(100% - 6px);
		height: calc(100% - 6px);
		left: 3px;
		top: 3px;
	}
	#point-block ul li em {
		font-size: 1.2rem;
	}
	.plan-link {
		width:100%;
		margin-top:10vw;
	}
	.plan-link select {
		font-size:0.8rem;
	}
	
	
	
	/****************************************************************************************************
	mg
	****************************************************************************************************/
	#contents.mg .inner {
		padding: 20vw 4vw 10vw 4vw;
	}
	#contents.mg h2 {
		font-size: 1.6rem;
		line-height: 1.6;
	}
	.information {
		margin-top: 5vw;
		margin-bottom: 5vw;
	}
	.information h3 {
		font-size: 1.0rem;
	}
	.information div {
		font-size: 1.0rem;
	}
	
	#present {
		margin-bottom: 5vw;
	}
}