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

* {
	box-sizing: border-box;
}
html {
	font-size: clamp(12px, 2.0vw, 20px);
	-webkit-text-size-ajust: 100%;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	width: 100%;
}
body {
	width: 100%;
	line-height: 1.6;
	background: url("../images/bg.jpg");
	margin: 0;
}
img {
	vertical-align: bottom;
	max-width: 100%;
}
figure {
	margin: 0;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: clamp(16px, 2.0vw, 24px);
	margin: 0;
}
h2 {
	position: relative;
	padding: 0 55px;
	text-align: center;
	width: 90%;
    max-width: 300px;
	margin: 0 auto 50px;
}
h2 span {
	position: absolute;
	font-size: clamp(16px, 2.0vw, 20px);
	color: #cccccc;
	top: 120%;
	left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
h2:before, h2:after {
	content: '';
	position: absolute;
	top: 60%;
	display: inline-block;
	width: 45px;
	height: 2px;
	border-top: solid 1px #ffa100;
	border-bottom: solid 1px #ffa100;
}
h2:before {
	left:0;
}
h2:after {
	right: 0;
}
h3 {
	text-align: center;
}
p {
	margin: 0;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	opacity: 0.5;
}
main {
	background: url("../images/wagara.gif") no-repeat,url("../images/wagara.gif") no-repeat ;
	background-size: 40%,30%;
	background-position: -20% 50%, 110% 100%;
	margin: 0 auto 100px;
}
section {
	margin: 0 auto;
	padding: 100px 0 0;
}
.flex_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.link_btn {
	text-align: center;
	width: 100%;
	max-width: 130px;
	margin: 20px auto 0;
	border-bottom: 1px solid #cccccc;
}
.attention {
	font-size: clamp(10px, 2.0vw, 14px);
}
.reserve {
	background: #ffa100;
	color: #ffffff;
	padding: 5px 25px;
	border-radius: 10px;
}
header {
	position: fixed;
	top: 0;
	width: 100%;
	background: rgba(255,255,255,0.9);
	margin: 0 auto;
	padding: 0.5% 1%;
	z-index: 99999;
	transition: all 0.5s ease-out;
}
header.header_active {
    top: 0!important;
}
header h1 {
	width: 20%;
	max-width: 180px;
}
header ul {
	width: 78%;
	max-width: 800px;
}

header ul li.reserve a {
	color: #ffffff;
}
.openbtn {
	display: none;
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    z-index: 999999999;
}
.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background: #111111;
    width: 45%;
}
.openbtn span:nth-of-type(1) {
    top: 15px;
}
.openbtn span:nth-of-type(2) {
    top: 23px;
}
.openbtn span:nth-of-type(3) {
    top: 31px;
}

.slider{
	overflow: hidden;
    margin: 0 auto;
    width: 100%;
}
.slider p {
	width: 100%;
	text-align: center;
	color: #ffffff;
	-moz-text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.61);
	-webkit-text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.61);
	-ms-text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.61);
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.61);
}
.slider img {
	opacity: 0;
    height: 100vh;
    width: auto;
}

.slider li.main_image_01 {
	font-size: clamp(20px, 3.0vw, 40px);
	position: relative;
	background: url("../images/main_image_05.jpg") no-repeat 0 0 /auto 100vh;
}
.slider li.main_image_01 p {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.slider li.main_image_02 {
	font-size: clamp(20px, 3.0vw, 40px);
	position: relative;
	background: url("../images/main_image_02.jpg") no-repeat 0 0 /auto 100vh;
}
.slider li.main_image_02 p {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.slider li.main_image_03 {
	font-size: clamp(20px, 3.0vw, 40px);
	position: relative;
	background: url("../images/main_image_03.jpg") no-repeat 0 0 /auto 100vh;
}
.slider li.main_image_03 p {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.slider li.main_image_04 {
	font-size: clamp(20px, 3.0vw, 40px);
	position: relative;
	background: url("../images/main_image_04.jpg") no-repeat 0 0 /auto 100vh;
}
.slider li.main_image_04 p {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.slider li.main_image_05 {
	font-size: clamp(20px, 3.0vw, 40px);
	position: relative;
	background: url("../images/main_image_01.jpg") no-repeat 0 0 /auto 100vh;
}
.slider li.main_image_05 p {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.slider li.main_image_06 {
	font-size: clamp(20px, 3.0vw, 40px);
	position: relative;
	background: url("../images/main_image_06.jpg") no-repeat 0 0 /auto 100vh;
}
.slider li.main_image_06 p {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.slider li.main_image_07 {
	font-size: clamp(20px, 3.0vw, 40px);
	position: relative;
	background: url("../images/main_image_07.jpg") no-repeat 0 0 /auto 100vh;
}
.slider li.main_image_07 p {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#news ul {
	background: #ffffff;
	width: 90%;
	max-width: 700px;
	box-shadow: 0px 0px 10px -5px #777777;
	border-radius: 10px;
	margin: 15px auto;
	padding: 10px 20px;
}
#news ul li.flex_box {
	justify-content: flex-start;
	gap: 20px;
	margin: 10px 0;
	border-bottom: 1px solid #f5f5f5;
	padding: 0 0 5px;
}
#concept h2 {
	width: 90%;
}
#concept h3 {
	margin: 0 0 30px;
}
#concept h3 img {
	width: 100px;
}
#concept .flex_box {
	width: 90%;
	gap: 20px;
	margin: 15px auto;
	padding: 0 0 20px;
}
#concept .flex_box figure {
	width: 50%;
	margin: 0 auto
}
#concept .flex_box .flex_txt{
	width: 50%;
	text-align: center;
	margin: 0 auto
}
#contents ul {
	width: 90%;
    max-width: 700px;
	gap: 10px;
    margin: 15px auto;
}
#contents ul li {
	text-align: center;
	background: #ffffff;
	box-shadow: 0px 0px 10px -5px #777777;
	border-radius: 10px;
}
#contents ul li img {
	border-radius: 0 0 10px 10px;
}

footer {
	background: #f3f2ee;
	text-align: center;
	font-size: clamp(8px, 2.0vw, 16px);
}
footer p:first-of-type {
	padding: 20px 0 0;
}
footer p {
	padding: 20px 0;
}
footer .copy {
	background: #111111;
	color: #ffffff;
	padding: 10px;
}
.main_image {
    font-size: clamp(20px, 3.0vw, 40px);
    position: relative;
    background: url(../images/main_image_03.jpg) no-repeat 0 0 /100% auto;
	width: 100%;
	height: 700px;
}
#shinkyuu .flex_box {
	width: 90%;
	gap: 20px;
	margin: 15px auto;
}
#shinkyuu .flex_box figure {
	width: 50%;
}
#shinkyuu .flex_box .flex_txt {
	width: 50%;
}
#shinkyuu .shikkan {
	width: 90%;
	text-align: center;
	margin: 10px auto;
}
#shinkyuu .shikkan ul {
	gap: 20px;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 20px auto;
}
#shinkyuu .shikkan ul li {
	width: 30%;
}
#shinkyuu .shikkan .shikkan_title {
	font-size: clamp(10px, 2.0vw, 14px);
	background: #ffffff;
	width: 105px;
	height: 105px;
	border-radius: 60px;
	text-align: center;
	line-height: 105px;
	box-shadow: 0px 0px 10px -5px #777777;
	margin: 0 auto;
}
#shinkyuu .shikkan p:nth-of-type(n+2) {
	font-size: clamp(8px, 2.0vw, 10px);
	margin: 5px auto 0;
}
#shinkyuu h3 {
	margin: 30px 0 10px;
}
#syounisinn .flex_box {
	width: 90%;
	gap: 20px;
	margin: 15px auto;
}
#syounisinn .flex_box figure {
	width: 50%;
}
#syounisinn .flex_box .flex_txt {
	width: 50%;
}
#syounisinn .shikkan {
	width: 90%;
	text-align: center;
	margin: 10px auto;
}
#syounisinn .shikkan ul {
	gap: 20px;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 20px auto;
}
#syounisinn .shikkan ul li {
	width: 30%;
}
#syounisinn .shikkan .shikkan_title {
	font-size: clamp(12px, 2.0vw, 14px);
	background: #ffffff;
	width: 105px;
	height: 105px;
	border-radius: 60px;
	text-align: center;
	line-height: 105px;
	box-shadow: 0px 0px 10px -5px #777777;
	margin: 0 auto;
}
#syounisinn .shikkan p:nth-of-type(n+2) {
	font-size: clamp(8px, 2.0vw, 10px);
	margin: 5px auto 0
}
#syounisinn h3 {
	margin: 30px 0 10px;
}
#director .flex_box,#staff .flex_box {
	width: 90%;
	gap: 20px;
	margin: 15px auto;
}
#director .flex_box figure,#staff .flex_box figure {
	width: 50%;
}
#director .flex_box .flex_txt,#staff .flex_box .flex_txt {
	width: 50%;
}
#director h3 span,#staff h3 span {
    font-size: clamp(10px, 2.0vw, 16px);
    color: #cccccc;
	margin: 0 0 0 10px;
}
#director .flex_box p,#staff .flex_box p {
    text-align: center;
}
#fee .fee_shinnkyuu {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 50px 50px 50px 50px 50px;
	width: 70%;
	max-width: 500px;
	background: #ffffff;
	box-shadow: 0px 0px 10px -5px #777777;
    border-radius: 10px;
	align-items: center;
	margin: 0 auto;
}
#fee .fee_fujinnka {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 50px 50px 50px;
	width: 70%;
	max-width: 500px;
	background: #ffffff;
	box-shadow: 0px 0px 10px -5px #777777;
    border-radius: 10px;
	align-items: center;
	margin: 0 auto;
}
#fee [class*="fee_"]  div {
	text-align: center;
	line-height: 50px;
	border-bottom: 1px dotted #cccccc;
}
#fee [class*="fee_"] div:nth-child(odd) {
	text-align: left;
	padding: 0 0 0 20%;
}
#fee .fee_shinnkyuu div:nth-of-type(n+9),#fee .fee_fujinnka div:nth-of-type(n+5) {
	border-bottom: none;
}

#fee .attention,#hours .attention,#access .attention {
	text-align: center;
	margin: 20px auto 0;
}
.reserve_box .reserve:first-of-type a {
	padding: 0 1em;
}
.reserve_box .reserve {
	width: 100%;
	max-width: 150px!important;
	text-align: center;
    margin: 20px auto 0;
}
.reserve_box .reserve a {
	color: #ffffff;
}
.reserve_box {
	width: 90%;
	max-width: 400px;
	margin: 30px auto;
}
#hours .hours {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: 50px 50px;
	width: 90%;
	max-width: 700px;
	background: #ffffff;
	box-shadow: 0px 0px 10px -5px #777777;
    border-radius: 10px;
	align-items: center;
	margin: 0 auto;
}
#hours .hours div {
	text-align: center;
	line-height: 50px;
	border-bottom: 1px dotted #cccccc;
	margin: 0 5px;
}
#hours .hours div:nth-of-type(n+8) {
	border-bottom: none;
}

#access p+p {
	margin: 20px auto 0;
}

#access .flex_box {
    width: 90%;
    gap: 10px;
    margin: 15px auto;
}
#access .flex_box.flex_txt {
    width: 60%;
}
#access .flex_box figure {
    width: 40%;
}
#access .flex_box img {
	width: 100%;
}

#access .access {
	width: 90%;
	margin: 20px auto 0;
}
#blog h2 {
	margin: 50px auto;
}
#blog ul {
    width: 90%;
    max-width: 700px;
    gap: 2%;
	flex-wrap: wrap;
    margin: 15px auto;
}
#blog ul li {
	width: 60%;/*ブログが１個以上の場合48%にする*/
    text-align: center;
    background: #ffffff;
    box-shadow: 0px 0px 10px -5px #777777;
    border-radius: 10px;
	margin: 2% auto 0;/*ブログが１個以上の場合autoを0にする*/
}
#blog ul li img {
    border-radius: 10px 10px 0 0;
}
#blog .date {
	font-size: clamp(10px, 3.1vw, 14px);
	color: #666666;
	text-align: left;
	padding: 0 0 0.3em 1em;
	margin: 10px 1em;
	border-bottom: 1px solid #cccccc;
}
#blog .title {
	font-weight: bold!important;
	text-align: center;
	margin: 0 0 15px;
}
#blog .blog_detail {
	width: 90%;
    max-width: 1000px;
	background: #ffffff;
    margin: 15px auto;
    padding: 50px;
	border-radius: 30px;
}
#blog .blog_detail p {
	font-weight: 200;
}
#blog .blog_detail .blog_btn {
	margin: 50px auto;
}
#blog .blog_detail .blog_btn li {
	background: #cccccc;
	box-shadow: none;
	border-radius: 0;
	margin: 0;
}


@media (orientation: portrait){
	.slider li.main_image_01 {
		background: url("../images/main_image_05.jpg") no-repeat;
		background-size: cover;
		background-position: center;
		height: 100vh;
	}
	.slider li.main_image_02 {
		background: url("../images/main_image_02.jpg") no-repeat;
		background-size: cover;
		background-position: center;
		height: 100vh;
	}
	.slider li.main_image_03 {
		background: url("../images/main_image_03.jpg") no-repeat;
		background-size: cover;
		background-position: center;
		height: 70vh;
	}
	.slider li.main_image_04 {
		background: url("../images/main_image_04.jpg") no-repeat;
		background-size: cover;
		background-position: left;
		height: 70vh;
	}
	.slider li.main_image_05 {
		background: url("../images/main_image_01.jpg") no-repeat;
		background-size: cover;
		background-position: center;
		height: 70vh;
	}
	.slider li.main_image_06 {
		background: url("../images/main_image_06.jpg") no-repeat;
		background-size: cover;
		background-position: center;
		height: 70vh;
	}
	.slider li.main_image_07 {
		background: url("../images/main_image_07.jpg") no-repeat;
		background-size: cover;
		background-position: center;
		height: 70vh;
	}
	
}

@media screen and (max-width: 768px) {
	main {
		margin: 0 auto 50px;
		background-size: 50%;
	}
	section {
		margin: 0 auto;
		padding: 50px 0 0;
	}
	.openbtn {
		display: block;
	}
	header {
		position: fixed;
	}
	header ul li {
		margin: 20px 0;
	}
	header ul.flex_box {
		display: none;
		position: absolute;
		text-align: center;
		top: 0;
		right: 0;
		z-index: 99999999;
		width: 100vw;
		max-width: 100%;
		height: 100vh;
		background: rgba(255,255,255,0.9);
		padding: 50% 0;
	}
	header ul.panelactive {
		display: block;
	}
	header ul li.reserve {
		max-width: 130px;
		margin: 20px auto;
	}
	.openbtn.active span:nth-of-type(1) ,
	.openbtn.active span:nth-of-type(3){
		top: 23px;
	}
	.openbtn.active span:nth-of-type(2) {
		background: #ffffff;
	}
	.slider p {
		-moz-text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
		-webkit-text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
		-ms-text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
		text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
	#concept .flex_box {
		display: block;
	}
	#concept .flex_box figure {
		width: 100%;
	}
	#concept .flex_box .flex_txt {
		width: 100%;
		margin: 30px auto 0;
	}
	#shinkyuu .flex_box {
		display: block;
	}
	#shinkyuu .flex_box figure {
		width: 100%;
	}
	#shinkyuu .flex_box .flex_txt {
		width: 100%;
	}
	#shinkyuu .shikkan ul {
		display: flex;
		gap: 20px 0;
	}
	#shinkyuu .shikkan ul li {
		width: 46%;
	}
	#syounisinn .flex_box {
		display: block;
	}
	#syounisinn .flex_box figure {
		width: 100%;
	}
	#syounisinn .flex_box .flex_txt {
		width: 100%;
	}
	#syounisinn .shikkan ul {
		display: flex;
		gap: 20px 0;
	}
	#syounisinn .shikkan ul li {
		width: 46%;
	}
	#director .flex_box,#staff .flex_box {
		display: block;
	}
	#director .flex_box figure,#staff .flex_box figure {
		width: 100%;
	}
	#director .flex_box .flex_txt,#staff .flex_box .flex_txt {
		width: 100%;
	}
	#access .flex_box {
		display: block;
	}
	#access .flex_box .flex_txt {
		width: 70%;
		margin: 30px auto;
	}
	#access .flex_box figure {
		width: 70%;
		margin: 30px auto;
	}
	#blog .blog_detail {
		padding: 30px;
	}


}












