/* html5doctor.com Reset Stylesheet v1.6.1 Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; vertical-align:baseline; background:transparent; } body { /* プロジェクトによって変動 */  color: #000; line-height: 1.6; font-weight: 400; font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'YuGothic', '游ゴシック', 'メイリオ', Meiryo, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif; width: 100%; font-smoothing: antialiased; font-variant-numeric: tabular-nums; /* safari hover対策 */ -webkit-font-smoothing: antialiased; } article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { display:block; } ul, ol { list-style:none; } blockquote, q { quotes:none; } blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; } a { margin:0; padding:0; vertical-align:baseline; text-decoration: none; color: inherit; } /* change colours to suit your needs */ ins { background-color:#ff9; color:#000; text-decoration:none; } /* change colours to suit your needs */ mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; } del { text-decoration: line-through; } abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; } table { border-collapse:collapse; border-spacing:0; } /* change border colour to suit your needs */ hr { display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0; } input, select { vertical-align:middle; } img { vertical-align: bottom; line-height: 1.0; } button { line-height: 1.0; background-color: transparent; border: none; cursor: pointer; outline: none; padding: 0; appearance: none; } 
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
iframe{
	border: none;
}
html{
	scroll-behavior: smooth;
}
body{
	 font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	     text-align: center;
	     width: 100%;
	     line-height: 1.8;
}
main{
	background: url(img/img02.jpg) no-repeat top;
    background-size: cover;
}
h2{
	margin-bottom: 20px;
}
section{
	text-align: center;
	padding: 40px 0; 
}

dl.list{
	padding: 30px 10px;
	background:#fff;
	width: 90%;
	max-width: 700px;
	margin:0 auto;
	border-radius: 10px;
}
dl.list dt{
	background: linear-gradient(to right, #f8c6bc, #ffe5e0);
	font-weight: 600;
	font-size: 20px;
	color: #be483a;
	text-align: left;
	padding: 10px;
}
dl.list dd{
	padding: 20px;
	text-align: left;
}
p.message{
	width: 90%;
	max-width: 700px;
    margin: 0 auto;
    text-align: left;
}
p.red,
span.red{
	font-size: 20px;
	color: #d95a5a;
	font-weight: 600;
	margin-bottom: 20px;
}
a.btn{
	display: block;
	box-sizing: content;
	margin-top: 5px;
	margin-bottom: 14px;
	filter: drop-shadow(1px 1px 1px #aaa);
}
img.imgsp{
	display: none;
}
span.blue{
	    color: #dc1340;
    font-size: 22px;
}
h2{
	    font-size: 28px;
    border-bottom: 2px solid;
    color: #1988c3;
    display: inline-block;
        margin: 20px auto 10px;
}
header nav{
    background: rgb(100 182 241 / 90%);
    position: fixed;
    width: 100%;
    color: #fff;
    padding: 10px 0;
    z-index: 2;
}
header nav ul{
	display: flex;
	font-size: 18px;
	justify-content: center;
}
header nav ul li{
    border-right: 1px solid #bfe4ff;
    padding: 10px;
}
header nav ul li:last-child{
	border-right:none;
}
img.topimg{
	width: 100%;
	max-width: 1200px;
}

img.contentsimg{
	width: 100%;
	max-width: 700px;
}
header div.sp{
	display: none;
}

.infomation{
	    display: flex;
    padding: 100px 2% 40px;
    justify-content: space-between;
    max-width: 1800px;
    margin: 0 auto;
       width: 96%;
}

.infomation ul{
    font-size: 30px;
    line-height: 1.4;
    margin-top: 14px;
    text-align: right;
    color: #1b94ec;
    font-weight: 600;
}
.infomation img{
	max-width: 400px;
	width: 90%;
}
.mainvisual{
	background: url(img/main_bg.jpg) no-repeat 50% 70%;
	background-size: cover;
	padding: 40px 0;
}
.mainvisual img{
	max-width: 400px;
	margin:0 auto;
}
.mainvisual p{
    font-weight: 600;
    padding: 60px 2%;
    font-size: 20px;
    line-height: 2;
    background: rgba(255 255 255 / 60%);
    width: 90%;
    margin: 0 auto;
    max-width: 700px;
    text-align: left;
}
p.pagebtn a{
	display: block;
	background:#3b96d8;
	color: #fff;
	padding: 10px;
	text-align: center;
	width: 90%;
	max-width: 240px;
	margin:20px auto;
	border-radius: 30px;
	font-weight: 600;
}
#room ul{
	display: flex;
	flex-wrap: wrap;
	width: 90%;
	margin:0 auto;
	    max-width: 800px;
}
#room ul li{
	width: 49%;
}
#room ul li:first-child{
	margin-right: 2%;
}
#system{
	background: url(img/img03.jpg) no-repeat;
	background-size: cover;
	background-position: bottom;
}
#system table{
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    font-size: 20px;
    background: rgba(255 255 255 / 88%);
    padding: 20px;
}
#system table tr{
	    border-bottom: 1px solid #0467af;
}
#system table th,#system table td{
	padding: 10px;
}
#system table th{
	background: #cce9ff;
    color: #0467af;
}
#system table td{
	    font-size: 22px;
    color: #d83b50;
}
#access{
	    max-width: 700px;
    margin: 0 auto;
    width: 100%;
}
#system.systempage{
	background:unset;
}
#system.systempage p{
    text-align: left;
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
}
#system.systempage table{
margin-bottom: 20px;	
}
#system.systempage p span{

font-size: 22px;
    color: #0467af;
    font-weight: 600;
}
#access p{
    text-align: left;
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
}

#access span{

font-size: 22px;
    color: #0467af;
    font-weight: 600;
}
#access dl dd{
	    font-size: 20px;
    color: #0467af;
    font-weight: 600;
    text-align: left;
}
#access dl dd span{
line-height: 1;
    font-size: 18px;
        display: block;
    margin: 0 auto;
    text-align: center;
}
#qa dl{
	text-align: left;
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
}
#qa dl dt{
    background: #7abef1;
    color: #fff;
    padding: 6px 10px;
    font-weight: 600;
    font-size: 18px;
}
#qa dl dd{
	margin-bottom: 20px;

}
#qa p{
    text-align: left;
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
}

#qa span{

font-size: 22px;
    color: #0467af;
    font-weight: 600;
}
#room dl {
	max-width: 600px;
	margin:0 auto;
	width: 90%;

}
#room dl dd{
	font-size: 18px;
	margin-bottom:30px;
	text-align: left;
}
#access dl{
	max-width: 400px;
	margin:0 auto 30px;
}
footer ul.footerbtn{
	position: fixed;
	bottom: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	z-index: 2;
}
footer ul.footerbtn li{
	text-align: center;
	width: calc(98%/3);
	margin-right: 1%;
	padding: 12px 0;
	color: #fff;
}
footer ul.footerbtn li:first-child{
	      background: #ffae71;
    color: #523600;
}
footer ul.footerbtn li:nth-child(2){
	    background: #c1f18b;
    color: #092d00;
}
footer ul.footerbtn li:last-child{
	margin-right: 0;
	background: #bfbfbf;
}
footer ul.footerbtn li a{
	display: block;
}
footer{
	padding: 40px 0 0;
	text-align: center;
	background:url(img/main_bg.jpg) no-repeat 50%;
	background-size: cover;
}
footer img{
	max-width: 300px;
	margin:0 auto 40px;
	width: 90%;

}
footer p{
	background: #6cbdf9;
    color: #fff;
    padding: 6px;
    margin-top: 20px;
}

@media screen and (max-width: 1020px) {
	h1{
		margin-top: 40px;
	}
	#section01 p{
		line-height: 2;
    width: 90%;
    margin: 0 auto;
    text-align: left;
	}
	header nav.pc{
		display: none;
	}
	header div.sp{
		display: block;
	}
	header div.sp .menu{
    height: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    z-index: 99;
}
header div.sp .menu__line{
    background: #1b94ec;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}
.menu__line--center{
    top: 9px;
}
.menu__line--bottom{
    bottom: 0;
}
.menu__line--top.active{
    top: 8px;
    transform: rotate(45deg);
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
}
/*gnav*/
header nav ul{
	display: unset;
    font-size: 18px;
    justify-content: unset;
}
header nav ul li{
	border:none;
}
.gnav{
        background: rgba(255 255 255 / 90%);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 1;
}
.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
}
.gnav li{
	color: #48a7f0;
}
.menu01{
	z-index: 3;
	    display: block;
    position: fixed;
    top: 6px;
    right: 6px;
    width: 68px;
    height: 68px;
    background: #fff;
    border-radius: 100px;
        box-shadow: 0px 0px 5px #8ec6e4;
}
.infomation{
	background:unset;
}
span.btnmenu{
	color: #1b94ec;
	position: absolute;
    bottom: -26px;
    right: -6px;
}
header nav ul li{
	padding: 6px;
}
.infomation{
	display: unset;
}
.infomation ul{
	    text-align: center;
    margin-top: 40px;
}
.infomation ul a{
	border: 2px solid #1b94ec;
    padding: 4px;
    margin-bottom: 20px;
    display: block;
    max-width: 300px;
    margin: 0 auto 4px;
    border-radius: 40px;
    width: 100%;
    background: rgba(255 255 255 / 0.8);
}
}

@media screen and (max-width: 700px) {
	img.imgpc{
	display: none;
	}
	img.imgsp{
	display: block;
	}
	.spbr{
		display: none;
	}
	#section07 p.red, span.red{
		text-align: left;
	}
	#section06 p.red{
		text-align: left;
		width: 90%;
		margin:20px auto;
	}

}