@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


/* スマートフォン用CSS */
@media screen and (max-width: 639px) {
 
/*キーフレームアニメーション開始*/
@keyframes RightToLeft {
0% {
    opacity: 0;/* 透明 */
    transform: translateX(50px);/* X軸方向に50px */
}
100% {
    opacity: 1;/* 不透明 */
    transform: translateX(0);/* X軸方向に0px */
}
}
/*キーフレームアニメーション終了*/
	
	
img{
max-width: 100%;
height: auto;
width /***/:auto;
}
	

body{
	font-family: 'Noto Sans Japanese', sans-serif;
	width:100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	color: #343434;
	background:#fff;
	line-height: 0;}

	a{
		color: #343434;
		text-decoration: none;
	}

#wrap{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
	
	.pc{
		display: none;
	}
	
	.breadcrumb{
		display: none;
	}
	.cp_navi{
		display: none;
	}
	
	
	.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #00996E;
	border-radius: 50px;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
	
#menu-btn-check:checked ~ .menu-btn span {
    background-color: #00996E;/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
	
#menu-btn-check {
    display: none;
}

.menu-content {
	padding-top: 70px;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color:  #00996E;
    transition: all 0.5s;/*アニメーション設定*/
}
	
	.parentsmenu{
		line-height: 0;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 20px;
		text-align: center;
		color: #01996E;
		list-style: none;
		font-weight: 600;
		padding:20px 0px 20px;
		width: 80%;
		background: #fff;
		border-radius: 50px;
	}
	
	.parentsmenu a{
		color: #01996E;
		text-decoration: none;
	}
	
	.childmenu{
		color: #fff;
		list-style: none;
		padding-left: 0;
		padding-bottom: 0;
 	    line-height: 30px;
		display: none;
		font-weight: 400;
		margin-top: 40px;
		font-size: 13px;
		transition: all 0.5s;/*アニメーション設定*/

	}
	
	.childmenu a{
		color: #01996E;
		list-style: none;
		padding-left: 0;
	}
	
	.parentsmenu:hover .childmenu{
display: block;
transition: all 0.5s;/*アニメーション設定*/

	}
	

#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}

#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}	header .header_contact{
		font-size: 0.8em;
		color: #fff;
		text-align: center;
		line-height: 1em;
		margin-top: 2em;
	}
	
	.header_contact a{
		color: #fff;
		text-decoration: none;
	}

	
	.contents2{
	padding: 1em 2em;
		margin-right: auto;
		margin-left: auto;
		text-align: center;		
	}
	
	.contents2-2 h3{
		line-height: 1em;
		margin-bottom: 0;
		padding-bottom: 0.5em;
		font-size: 1em;
	}
	
	.contents2-2 h1{
		line-height: 1em;
		margin-top: 0;
		font-size: 1.6em;
	}
	
	.contents2-2 p{
		line-height: 1.3em;
		text-align: left;
	}
	


.contents3{
	padding: 1em 2em;
		margin-right: 2em;
		margin-left: 2em;
		text-align: center;	
	background:#FFF4D0;
	line-height: 1em;
}
	
	.contents3 h3{
		line-height: 1.5em;
		font-size: 1em;
	}

.contents4{
	padding: 1em 2em;
		margin-right: 2em;
		margin-left: 2em;
	margin-top: 2em;
		text-align: center;	
	background:#FFF4D0;
	line-height: 1em;
}

	.contents4 h2{
line-height: 1.3em;		
	}
	
.howtoreserve{
	padding: 1em 2em;
		margin-right: 2em;
		margin-left: 2em;
	margin-top: 2em;
		text-align: center;	
	line-height: 1em;
}
	
	.howto01 {
		margin-top: 3em;
	}
	
	.howto01 h3{
	font-weight: 300;
	text-align: left;
		line-height: 1.5em;

}

	.contents4 h2{
line-height: 1.3em;		
	}
	
	.namelist p{
		line-height: 1.5em;
		margin-bottom: 0;
		margin-top: 0;
	}
	
		.contents5{
	padding: 1em 2em 1em 1em;
		margin-right: auto;
		margin-left: auto;
		text-align: center;		
	}
	
	.contents5 li{
		line-height: 1.3em;
		padding-top: 1em;
		text-align: left;
	}
	
	
	
.toreserve{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 50px;
	width: 80%;
}

.toreserve a h1{
	font-size: 1.6em;
	background: #D14242;
	padding: 30px;
	color: #FFF;
	border-radius: 2em;
}

.toreserve a h1:hover{
		background: #205AC8;
	color: aliceblue;
}
	
	.toreserve h4{
		line-height: 1.4em;
	}


	.bullet{
		line-height: 1.5em;
		font-size: 0.9em;
		list-style: square;
		font-weight: 400;
		padding-left: 1em;

	}
	
	.bullet li{
		text-align: left;
		padding:0.4em 0em;



	}

	.bullet img{
		margin-top: 1em;
	}


	.center{
		line-height: 1.5em;
		font-size: 14px;
		text-align: center;

	}
	
	.center p{
				margin-bottom: 0em;
				text-align: center;

	}
	
.center_link a{
color: #205AC8;
	border-bottom: solid 1px #205AC8;
	display: inline-block;
	line-height: 1.5em;
}



	
	.link{
		margin-bottom: 3em;

	}
	.link a{
		background: #F7C624;
		padding: 0.5em 1em;
		border-radius: 5em;
		font-weight: 600;
	line-height: 3em;}
	
	
	.link h3{
		line-height: 1.4em;
	}
	
	.link_img h3{
		line-height: 1.5em;
		font-size: 16px;
	}
	
	
	.link2{
		margin-bottom: 3em;

	}
	.link2 a{
		background: hsla(219,72%,45%,1.00);
		color: #fff;
		padding: 0.5em 1em;
		border-radius: 5em;
		font-weight: 600;
	line-height: 3em;
	font-size: 0.8em;}
	
	
	.link2 h3{
		line-height: 1.4em;
	}
	
	
	.red{
	color: red;}
	
	
	.right p{
		text-align: right;
	}
	

.youtube iframe{
			margin-right: auto;
		margin-left: auto;
		text-align: center;
	width: 100%;
	height: 14em;
}
	
	
	.BackToArchive {
		padding: 0em 2em 0em;
		margin: 2em 0em 4em;
		text-align: right;
		
	}
	
	.BackToArchive a{
				border-bottom: solid 1px #343434;
	}
	
	.bg{
	background:  hsla(219,72%,45%,0.16);
	padding:2px 5px;
	margin:0;
}

.bg p{
		text-align: left;

	font-weight: 600;
	margin-bottom: 1em;
	margin-right: 1em;
	line-height: 1.3em;
}


.ud p{
	font-weight: 600;
	text-decoration: underline;
		margin-bottom: 1em;
		margin-right: 1em;
}

	
	
	#footer_m{
		background: #343434;
		color: #fff;
		margin-right: auto;
		margin-left: auto;
		text-align:center;
		padding: 2em;
		line-height: 2em;
		font-size: 0.9em;
		font-weight: 600;

	}
	
	#footer_m a{
		color: #fff;

	}
	
	#footer_m .footer_m_nav ul{
	list-style: none;
	padding-left: 0;
		line-height: 1.5em;
		margin-bottom: 2em;
}
	
	#footer_m .footer_m_nav ul li{
		margin: 0.7em;
		font-weight: 300;
	}
	
	#footer_m .SNS{
		padding: 0em;
	}
	
	#footer_m .SNS a p{
		background: #fff;
		color: #343434;
		line-height: 2em;
		margin: 1em;
		border-radius: 3em;
	}
	
	#footer_m .copyright{
		margin-top: 1em;
		font-weight: 300;
		font-size: 0.5em;
	}
	
	

	
	
	
	
/* フェードイン用のCSS */

/* 上からフェードイン */
.slide-top {
	opacity: 0;
	transform: translate(0, -20px);
	transition: all 1s ease-out;
 }

/* 下からフェードイン */
.slide-bottom {
	opacity: 0;
	transform: translate(0, 30px);
	transition: all 0.5s ease-out;
 }

 /* 左からフェードイン */
.slide-left {
	opacity: 0;
	transform: translate(-20px, 0);
	transition: all 1s ease-out;
 }

/* 右からフェードイン */
.slide-right {
	opacity: 0;
	transform: translate(20px, 0);
	transition: all 1s ease-out;
 }


	