@charset "utf-8";
/* 
Theme Name: 陽の木あけぼの保育室
Theme URI: https://hinoki-hoiku.com/
Author: 陽の木あけぼの保育室
Author URI: https://hinoki-hoiku.com/
Description: 陽の木あけぼの保育室のWordPressテーマ
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: home-nursery
*/

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 {
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS Pgothic","Osaka",sans-serif,Helvetica, Helvetica Neue, Arial, Verdana;
	vertical-align:baseline;
	background:transparent;
	list-style-type:none;
	font-size: 16px;
	font-weight:500;
	font-style:normal;
	line-height: 1.83em;
	text-align:left;
	color: #333;
	margin:0;
	padding:0;
	border:0;
	outline:none;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-text-size-adjust: 100%
	max-height: 100%;
	-webkit-appearance: none;
	letter-spacing:0;
}

a{
	transition:all 0.5s;
	text-decoration:none;
	color:#E40111;
}

h1,h2,h3,h4,h5,dt,th,strong{
	font-weight:500;
}

.sp{
	display:none;
}

body,
html{
	position:relative;
	overflow-x:hidden;
}


img{
	display:block;
}

.clearboth{
	clear:both;
}

body{
	max-width:1920px;
	margin:auto;
	background:#fff;
	position:relative;
	z-index:+2;
}

header{
	width:100%;
	margin:auto;
	max-width:1920px;
	position:fixed;
	left:50%;
	transform: translateX(-50%);
	top:0;
	z-index:3;
	background:rgba(255,255,255,0.8);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(4px);
	overflow:hidden;
	box-shadow:0 1px 5px #eee;
}

header .header_inner{
	width:calc(100% - 80px);
	margin:auto;
	padding:15px 0;
	overflow:hidden;
	position:relative;
}

header .header_inner h1{
	width: 200px;
	position:absolute;
	left:0;
	top:50%;
	transform: translateY(-50%);
}

header .header_inner h1 img{
	width:100%;
}

#CloseMenu,
#OpenMenu{
	display:none;
}

header .header_inner nav{
	width:calc(100% - 250px);
	float:right;
}

header .header_inner nav ul{
	text-align:right;
}

header .header_inner nav ul li{
	display:inline-block;
	vertical-align:top;
	margin-right:30px;
}

header .header_inner nav ul li a{
	display:block;
	padding:3px 0;
	color:#221815;
	line-height:1;
	transition-duration: 1s;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	padding-top:7px;
}

header .header_inner nav ul li a.telNo{
	font-size:22px;
	padding-top:0;
}

header .header_inner nav ul li a.on,
header .header_inner nav ul li a:hover{
	border-bottom:solid 2px #aaa;
}

header .header_inner nav ul li a span{
	font-size:16px;
	vertical-align:middle;
	line-height:1;
	color:#e08000;
	margin-right:10px;
}

main.page .firstview,
.firstview{
	overflow:hidden;
	position:relative;
	z-index:2;
	background:#fff;
	margin-bottom:35px;
}


main.page .firstview .firstview_inner,
.swiper-slide ,
.swiper {
	height: 100vh;
	width: 100%;
	position:relative;
	overflow:hidden;
}

main.page .firstview .firstview_inner{
	height: 60vh;
}


main.page .firstview .firstview_inner img,
.swiper-slide img {
	width: 100%;
	height: 100%;
	max-height: none;
	object-fit: cover;
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

main.page .firstview .firstview_inner h2,
.slider-caption {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 1.4rem;
	font-weight: 400;
	text-align: center;
	line-height: 1.6;
	padding: 16px 24px;
	max-width: 90%;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 8px;
	box-shadow: 0 0 60px 30px rgba(0, 0, 0, 0.4);
	pointer-events: none;
}

main.page .firstview .firstview_inner h2{
	width:400px;
	font-size: 2rem;
	letter-spacing:4px;
	border:solid 2px #fff;
}

.firstview .swiper-pagination-bullet-active{
	background:#E40111;
}

#intro-video {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff; /* 背景白 */
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}

.video-wrapper {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 20px;
	text-align: center;
}

.video-wrapper video {
	display: block;
	margin: 0 auto;
}

#skipButton {
	margin-top: 12px;
	color: #aaa;
	font-size: 14px;
	cursor: pointer;
	text-decoration: underline;
	user-select: none;
	border:none;
	background:none;
}

#skipButton:hover {
	color: #888;
}



main{
	position:relative;
	z-index:1;
}

main h1.index_h1,
.index h2,
main .content_block{
	width:90%;
	margin:10px auto;
	position:relative;
	z-index:2;
}

main h1.index_h1,
main h2{
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	letter-spacing:1px;
	font-size:30px;
	padding-left:75px;
	position:relative;
	max-width:100%;
	vertical-align:middle;
}

main h1.index_h1{
	text-align:center;
	color:#F7B62D;
	margin-bottom:40px;
	padding-left:0;
}

main h1.index_h1 strong{
	color:#F7B62D;
	font-size:40px;
	margin:auto 5px;
	position:relative;
}

main h1.index_h1 strong::before{
	content:"・・・";
	font-size:40px;
	position:absolute;
	left:0;
	top:-10vw;
	top:-2.5rem;
}

.index h2{
	padding-left:45px;
	padding-bottom:15px;
	border-bottom:solid 1px #ccc;
}

.index h2 img{
	display:block;
	width:32px;
	height:auto;
	position:absolute;
	left:0;
	top:15px;
}

main .content_block{
	margin-bottom:80px;
}

main .info_list{
	background:#ff1f5417;
	padding:20px 3%;
	max-height:200px;
	overflow:auto;
}

main .info_list li{
	margin-bottom:20px;
}

main .info_list li:last-child{
	margin-bottom:0;
}


main .info_list li time,
main .info_list li a{
	color:#ff1f54;
	text-decoration:none;
	position:relative;
	display:block;
}

main .info_list li a::after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 8px;
	height: 8px;
	border-top:solid #ff1f54;
	border-right:solid #ff1f54;
	transform: rotate(45deg);
}

main .info_list li a:hover{
	opacity:0.5;
}

main .info_list li time{
	display:inline;
	margin-right:10px;
}

main .info_list li a{
	padding-right:20px;
}

.toOsiraseAll{
	text-align:right;
}

.toOsiraseAll::before{
	content:">";
	margin-right:5px;
	color:#E40111;
}

main .main_menu ul{
	background:#F7F5F2;
	padding:20px 3%;
	overflow:hidden;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
	gap: 20px;
	margin-bottom: 40px;
}

/*
main .main_menu ul li{
	width:32%;
	margin-bottom:10px;
	float:left;
}

main .main_menu ul li:nth-child(3n+2){
	margin-left:2%;
	margin-right:2%;
}
*/

main .main_menu ul li a{
	display:block;
	width:90%;
	margin:10px auto;
	background:#fff;
	box-shadow: 8px 8px 20px rgba(0, 0, 0, .1);
	transition: box-shadow 0.2s ease;
	text-decoration:none;
	padding-left:80px;
	position:relative;
	height:60px;
	line-height:60px;
	color:#333;
	box-sizing:border-box;
}

main .main_menu ul li a:hover{
	box-shadow: none;
}

main .main_menu ul li img{
	position:absolute;
	left:15px;
	top:50%;
	transform: translateY(-50%);
	width:50px;
	height:auto;
}

main .main_menu ul li a::before{
  content: '';
  position: absolute;
  right:10px;
  top:50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #333;
  border-radius: 50%;
  box-sizing: border-box;
}

main .main_menu ul li a::after{
  content: '';
  position: absolute;
  right:14px;
  top:50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  margin-bottom:40px;
}

.gallery-grid .gallery-item{
	border:solid 1px #ccc;
	padding:3% 4%;
	transition:all .5s;
}

.gallery-grid .gallery-item:hover{
	background:#eee;
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
}

.gallery-meta {
  margin-top: 8px;
  text-align: center;
}

.gallery-meta time {
  display: block;
  font-size: 0.85em;
  color: #666;
}

.gallery-meta h3 {
  font-size: 1em;
  margin: 5px 0 0;
}

footer{
	background:#443024;
	padding:80px 0;
}

footer .footer_wrapper{
	position:relative;
	overflow:hidden;
	width:100%;
	margin:auto;
	width:90%;
	margin:auto auto 80px;
}

footer .footer_wrapper .footer_wrapper_right,
footer .footer_wrapper .footer_wrapper_left{
	width:50%;
	float:left;
}

footer .footer_wrapper .footer_wrapper_left{
	padding:10px 0;
	position:relative;
}

footer .footer_wrapper .footer_wrapper_left::before{
	content:"";
	position:absolute;
	width:0;
	height:100%;
	top:0;
	right:5px;
	border-right:solid 2px #fff;
	
}

footer .footer_wrapper .footer_wrapper_left h1{
	width:100%;
	margin-bottom:10px;
}

footer .footer_wrapper .footer_wrapper_left h1 img{
	display:block;
	width:90%;
	max-width:300px;
}

footer .footer_wrapper .footer_wrapper_left p{
	color:#fff;
	font-size:14px;
}

footer .footer_wrapper .footer_wrapper_right{
	width:50%;
	padding:8px 0;
}

footer .footer_wrapper .footer_wrapper_right ul{
	width:80%;
	margin-top:15px;
	margin-left:20%;
}

footer .footer_wrapper .footer_wrapper_right ul li{
	display:inline-block;
	margin-right:30px;
	margin-bottom:15px;
}

footer .footer_wrapper .footer_wrapper_right ul li a{
	display:block;
	color:#fff;
	text-decoration:none;
}

footer address{
	text-align:center;
	color:#fff;
	font-weight:500;
	font-size:80%;
}

main.page .content_block,
main.single .content_block{
	margin:0 auto 40px;
	padding:40px 5%;
	overflow:hidden;
	background:#fff;
}

main.page h2,
main.single h2{
	text-align:center;
	color:#60a630;
	padding-left:0;
	margin-bottom:40px;
	border-bottom:solid 1px #ccc;
}

main.page h2{
	font-size:36px;
	color:#333;
}

main.page h3,
main.single h3{
	font-optical-sizing: auto;
	font-weight: 900;
	font-style: normal;
	letter-spacing:1px;
	font-size:24px;
	position:relative;
	margin-bottom:40px;
	text-align:center;
	color:#F7B62D;
}

main.single .content_block img{
	display:inline-block;
}
main.page .nenkan_gyouji,
main.page .staff_list{
	width:100%;
	margin:80px auto;
}

main.page .nenkan_gyouji{
	width:100%;
	max-width:1200px;
}


main.page .nenkan_gyouji>li,
main.page .staff_list li{
	overflow:hidden;
	clear:both;
	margin-bottom:120px;
}

main.page .nenkan_gyouji>li{
	margin-bottom:80px;
}

main.page .nenkan_gyouji li img,
main.page .staff_list li .staff_left{
	width:27%;
	float:left;
	padding-top:8px;
}

main.page .nenkan_gyouji li img{
	padding-top:0;
	width:40%;
}

main.page .staff_list li .staff_left img{
	display:block;
	width:100%;
}

main.page .nenkan_gyouji li dl,
main.page .staff_list li .staff_right{
	width:69%;
	float:right;
}

main.page .nenkan_gyouji li dl{
	width:55%;
}

main.page .nenkan_gyouji li dl dt,
main.page .staff_list li dl dt{
	font-size:32px;
	line-height:100%;
	font-weight:400;
	margin-bottom:15px;
	line-height:1.8rem
}

main.page .nenkan_gyouji li dl dt{
	font-size:26px;
}

main.page .staff_list li dl dt span{
	margin-right:15px;
	margin-bottom:10px;
	font-size:16px;
	background:#fec;
	padding:2px 10px;
	display:inline-block;
}

main.page .nenkan_gyouji li dl dd,
main.page .staff_list li dl dd{
	line-height:1.8rem;
	font-size:20px;
}

main.page .nenkan_gyouji li dl dd{
	padding-left:10px;
}

main.page .nenkan_gyouji li dl dd li{
	font-size:20px;
	line-height:200%;
}

main.page .gaiyou_dl,
main.page .hoiku_housin,
main.page .rinenList{
	overflow:hidden;
	margin:0 auto 80px;
	width:90%;
}

main.page .gaiyou_dl,
main.page .hoiku_housin{
	width:73%;
	float:left;
	margin:0 0 80px;
}


main.page .rinenList li{
	position:relative;
	margin-bottom:20px;
	text-align:center;
}

main.page .gaiyou_dl dt,
main.page .hoiku_housin dt{
	font-weight:900;
	font-size:120%;
	color:#443024;
}

main.page .gaiyou_dl dd,
main.page .hoiku_housin dd{
	width:95%;
	margin:0 auto 30px;
}

main.page .gaiyou_img_area,
main.page .housin_img_area{
	float:right;
	width:25%;
}

main.page .gaiyou_img_area img,
main.page .housin_img_area img{
	display:block;
	width:100%;
}

main.page .gaiyou_dl{
}

main.page .gmap{
	width:100%;
	margin:auto;
	clear:both;
}

main.page .oneDay_dl{
	overflow:hidden;
	width:100%;
	max-width:1200px;
	position:relative;
	margin:20px auto;
	padding-bottom:70px;
}

main.page .oneDay_dl::before{
	content:"";
	position:absolute;
	left:24px;
	top:0;
	width:6px;
	height:99%;
	background:#ddd;
}

main.page .oneDay_dl::after{
	content:"";
	position:absolute;
	left:20px;
	bottom:1%;
	width:10px;
	height:10px;
	border-right:solid 5px #ddd;
	border-bottom:solid 5px #ddd;
	transform:rotate(45deg);
}

main.page .oneDay_dl dd,
main.page .oneDay_dl dt{
	padding:15px;
	margin-bottom:30px;
}

main.page .oneDay_dl dt{
	width:25%;
	border:solid 3px #fb7;
	border-radius:10px;
	float:left;
	clear:both;
	position:relative;
	color:#443024;
	z-index:1;
	font-size:120%;
	text-align:left;
	background:#fff;
}

main.page .oneDay_dl dt time{
	margin-right:10px;
}

main.page .oneDay_dl dd{
	border-radius:10px;
	position:relative;
}

main.page .oneDay_dl dd::before{
	content:"";
	width:65px;
	height:4px;
	position:absolute;
	left:-65px;
	top:30px;
	z-index:-1;
}

main.page .oneDay_dl dd::before,
main.page .oneDay_dl dt::before{
	background:#fb7;
}

main.page .oneDay_dl dd{
	border:solid 3px #fb7;
}

main.page .oneDay_dl dd{
	width:70%;
	float:right;
}

main.page .oneDay_dl dd ul{
	margin:0 auto;
}

main.page .oneDay_dl dd .img_area{
	width:60%;
	float:right;
}

main.page .oneDay_dl dd .img_area img{
	margin-left:10px;
	width:calc(50% - 10px);
	float:left;
}

.pagination{
	clear:both;
}

.pagination .nav-links{
	text-align:center;
}

.pagination .nav-links span,
.pagination .nav-links a{
	display:inline-block;
	border:solid 1px #ccc;
	color:#aaa;
	padding:2px 10px;
	margin:auto 5px;
	text-decoration:none;
}

.pagination .nav-links a:hover{
	background:#ccc;
	color:#fff;
}

.pagination .nav-links span{
	color:#fff;
	background:#aaa;
}

.single{
	margin-top:80px;
	position:relative;
}

.single .cat_name{
	position:absolute;
	top:0;
	right:0;
}

.single .cat_name a{
	display:block;
	border:solid 2px #E40111;
	border-radius:5px;
	padding:1px 10px;
	text-align:center;
	font-size:14px;
}

.single .cat_name a:hover{
	color:#fff;
	background:#E40111;
}


.single h1{
	text-align:center;
	font-size:26px;
	font-weight:500;
	color:#f70;
	margin-bottom:40px;
}

.single h1 time{
	display:block;
	text-align:center;
	border-top:solid 1px #aaa;
}

.single figure{
	margin-bottom:10px;
}

.single .wp-block-gallery.has-nested-images figure.wp-block-image,
.single figure figure{
	display:inline-block;
}

.single p{
	margin-bottom:20px;
}

@media screen and (max-width: 768px) {
	.sp{
		display:block;
	}

	.pc{
		display:none;
	}

	h1,h2,h3,h4,h5,dt,th,strong{
		font-weight:700;
	}

	body{
		padding-top:51px;
	}

	main h2,
	main .content_block,
	body,
	header .header_inner,
	header .header_inner nav,
	main .kijun,
	main .aisatsu dl,
	main .news .content_block,
	main .about_inner .content_block ,
	main .nagare,
	main .dekirukoto,
	main .member .content_block,
	main .member .member_wrapper,
	main .uketuke,
	main .access,
	footer .footer_wrapper{
		margin:auto;
		width:100%;
	}

	header .header_inner nav,
	main .dekirukoto .renkei,
	main .dekirukoto .renkei ul li,
	main .nagare ul li,
	footer .footer_wrapper .footer_wrapper_right,
	footer .footer_wrapper .footer_wrapper_left,
	main .access .uketuke .uketuke_wrapper .uketuke_right,
	main .access .uketuke .uketuke_wrapper .uketuke_left,
	footer .footer_wrapper .footer_wrapper_left h1{
		float:none;
	}

	main .content_block{
		width:95%;
	}

	header{
		overflow:visible;
		height:51px;
	}

	header .header_inner{
		width:100%;
		height:100%;
		padding:0;
		background:#fff;
	}

	.hamburger {
		position:absolute;
		z-index:9999;
		right:2%;
		top:50%;
		transform: translateY(-50%);
		width:4vw;
		height:3vw;
		min-width:30px;
		min-height:20px;
		cursor:pointer;
		text-align:center;
		display:block;
	}

	header.fixed .hamburger {
		position:fixed;
		top:17px;
	}

	.hamburger span {
		display:block;
		position: absolute;
		height:2px;
		background:#f75a;
		-webkit-transition:0.3s ease-in-out;
		-moz-transition:0.3s ease-in-out;
		transition:0.3s ease-in-out;
		width:75%;
		left:10%;
	}
	
	.hamburger.active::after{
		content:none;
	}

	.hamburger span:nth-child(1) {
		top:10%;
	}
	.hamburger span:nth-child(2) {
		top:50%;
	}
	.hamburger span:nth-child(3) {
		top:90%;
	}

	.hamburger.active span:nth-child(1),
	.hamburger.active span:nth-child(2),
	.hamburger.active span:nth-child(3) {
		top:50%;
		left:5%;
		width:80%;
	}

	.hamburger.active span:nth-child(1) {
		-webkit-transform:rotate(-45deg);
		-moz-transform:rotate(-45deg);
		transform:rotate(-45deg);
	}

	.hamburger.active span:nth-child(2),
	.hamburger.active span:nth-child(3) {
		-webkit-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		transform:rotate(45deg);
	}

	header .header_inner #global-nav{
		display:none;
		transition:all .5s;
	}

	header .header_inner #global-nav.View{
		display:block;
		position:fixed;
		width:100%;
		height:calc(100dvh - 50px);
		background:rgba(255,255,255,0.95);
		left:0;
		top:50px;
		transition:all .5s;
	}

	header .header_inner #global-nav.View .index_menu{
		width:100%;
		margin-top:30px;
	}

	header .header_inner #global-nav.View .index_menu li{
		display:block;
		width:100%;
	}

	header .header_inner #global-nav.View .index_menu li a{
		display:block;
		width:100%;
		padding:20px 0;
		position:relative;
		text-align:center;
		font-size:min(4.5vw , 18px);
	}

	header .header_inner #global-nav.View .index_menu li a:hover{
		border-bottom:none;
	}


	header .header_inner #global-nav.View .index_menu li a::before{
		content:"";
		position:absolute;
		bottom:0;
		left:0;
		width:100%;
		height:1px;
		background:#ddd;
	}

	header .header_inner #global-nav.View .index_menu li a::after{
		content:"";
		position:absolute;
		top:calc(50% - 4px);
		right:5%;
		width:8px;
		height:8px;
		border-top:solid 2px #ddd;
		border-right:solid 2px #ddd;
		transform:rotate(45deg);
	}

	header .header_inner h1{
		max-width:200px;
		width:60%;
		left:10px;
	}
	
	header .header_inner nav{
		position:fixed;
		width:100%;
		height:calc(100vh - 60px);
		top:51px;
		left:0;
		float:none;
		background:rgba(255,255,255,0.7);
		backdrop-filter: blur(12px);
		-webkit-backdrop-filter: blur(12px);
		display:none;
	}

	header .header_inner nav.View{
		display:block;
	}

	header .header_inner nav ul li:last-child a{
		background:#EB8700;
		text-align:center;
		color:#fff;
		padding:15px 0 25px;
		font-size:24px;
	}

	footer .footer_wrapper .footer_wrapper_right,
	footer .footer_wrapper .footer_wrapper_left{
		width:95%;
		margin:10px auto;
	}

	footer .footer_wrapper .footer_wrapper_left::before{
		width:90%;
		left:5%;
		bottom:-10px;
		top:unset;
		height:0;
		border-bottom:solid 2px #ccc;
		border-right:none;
	}
	
	footer .footer_wrapper .footer_wrapper_left h1{
		max-width:300px;
		width:80%;
		display:block;
		margin:auto auto 20px;
	}
	
	footer .footer_wrapper .footer_wrapper_left{
		margin-bottom:20px;
		padding-bottom:20px;
	}
	
	footer .footer_wrapper .footer_wrapper_right ul,
	footer .footer_wrapper .footer_wrapper_left p{
		margin-left:auto;
		text-align:center;
		width:100%;
	}

	footer .footer_wrapper .footer_wrapper_right ul li{
		margin-left:15px;
		margin-right:15px;
	}

	footer .footer_wrapper .footer_wrapper_right ul li a{
		text-align:center;
	}

	.swiper-slide img {
		width: auto;
		height: 100%;
		position: absolute;
		left: 50%;
		top: 0;
		transform: translateX(-50%);
	}

	.video-wrapper video {
		width:70%;
	}

	.slider-caption {
		width: 95%;
		max-width: 95%;
		font-size: min(5.5vw , 22px);
		line-height: 2;
		padding: 12px 16px;
	}

	main h1.index_h1,
	.index h2,
	main .content_block{
		width:95%;
	}

	main h1.index_h1{
		font-size: min(5vw , 24px);
	}

	main h1.index_h1 strong,
	main h1.index_h1 strong::before{
		font-size: min(8.5vw , 32px);
	}

	main h1.index_h1 strong::before{
		top: max(-8.2vw , -1.8rem);
	}

	main.page .nenkan_gyouji>li,
	main.page .staff_list li,
	main .access,
	main .instagram,
	main .photo-gallery,
	main .main_menu,
	main .info{
		margin-bottom:60px;
		width:100%;
	}

	main.page .nenkan_gyouji,
	main.page .staff_list{
		margin:0 auto;
	}
	
	

	main.page .content_block,
	main.single .content_block{
		padding:2% 0;
	}

	main .info_list li{
		border-bottom:solid 1px #fff;
		padding:10px 0;
		margin-bottom:0;
	}

	main .info_list li time{
		display:block;
		color:#aaa;
	}

	main .main_menu ul{
		padding:20px 3%;
		grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
		gap: 3px;
	}

	main.page .gaiyou_img_area,
	main.page .housin_img_area{
		height:300px;
		position:relative;
		width:100%;
		float:none;
		overflow:hidden;
	}

	main.page .gaiyou_img_area img,
	main.page .housin_img_area img{
		position:absolute;
		width:100%;
		top:0;
		left:0;
	}

	main.page .gaiyou_img_area img{
		top:50%;
		transform: translateY(-50%);
	}

	main.page .gaiyou_dl,
	main.page .hoiku_housin{
		width:100%;
		float:none;
		margin-bottom:40px;
	}

	main .oneDay_dl{
		width:100%;
	}
	
	main.page .oneDay_dl dt,
	main.page .oneDay_dl dd{
		float:none;
	}
	
	main.page .oneDay_dl dt{
		width:50%;
		margin-bottom:-20px;
		margin-left:10px;
		background:#f4f4f4;
		padding:5px 14px;
		vertical-align:middle;
	}
	
	main.page .oneDay_dl dd{
		width:100%;
		background:#fff;
		padding-top:30px;
		overflow:hidden;
	}
	
	main.page .nenkan_gyouji li img,
	main.page .nenkan_gyouji li dl{
		float:none;
		width:90%;
		margin:10px auto;
	}
	
	main.page .nenkan_gyouji>li,
	main.page .nenkan_gyouji li dl{
		margin-bottom: 20px;
	}
	
	main.page .staff_list li dl dt,
	main.page .nenkan_gyouji li dl dt{
		font-size:min(5.8vw , 24px);
		margin-bottom:5px;
	}

	main.page .staff_list li dl dt span,
	main.page .staff_list li dl dd,
	main.page .nenkan_gyouji li dl dd ul li{
		font-size:min(4.3vw , 18px);
	}
	
	main.page h2{
		font-size:min(6.8vw , 32px);
	}
	
	.fm_thanks p, form>p,
	main.page .nenkan_gyouji li dl,
	main.page .staff_list li .staff_right,
	main.page .nenkan_gyouji li img,
	main.page .staff_list li .staff_left{
		float:none;
		width:95%;
		margin:10px auto;
	}

	.fm_thanks p, form>p{
		font-size:min(3.8vw , 14px);
		font-weight:300;
	}

	.single{
		margin-top:10px;
	}
	
	main.single .content_block{
		padding-top:60px;
	}
	
	.single .cat_name a{
		font-size:12px;
	}











/*

	main .about h3,
	main .news h2,
	main .kijun h2,
	main h2{
		font-size:20px;
		padding-left:55px;
		margin-bottom:20px;
		font-weight:700;
	}

	main .news h2 img,
	main .kijun ul li img,
	main h2 img{
		width:35px;
		left:10px;
		top:4px;
	}

	main .about p,
	main .about h3,
	main .about h2{
		margin-bottom:10px;
	}

	main .about p br{
		display:none;
	}
	
	main .about_inner{
		padding:5px 0;
	}
	main .nagare h2::before,
	main .dekirukoto h2::before {
		width: 18vw;
	}
	main .info .info_list li a,
	main .info .info_list li time{
		display:block;
		font-size:14px;
		font-weight:500;
	}

	main .kijun {
		width:95%;
		border-radius:20px;
	}
	
	main .kijun h2{
		font-size:18px;
		padding-left:0;
		text-align:center;
		font-weight:500;
	}

	main .cost,
	main .about_inner .content_block,
	main .aisatsu dl,
	main .news .content_block,
	main .kijun ul{
		width:95%;
	}
	
	main .kijun ul li {
		font-size: 18px;
		padding-left: 35px;
		margin-bottom: 20px;
	}

	main .kijun ul li img{
		width:25px;
		left:0;
		top:calc(50% - 20px);
	}

	main .news .content_block ul{
		width:90%;
		margin-left:8%;
	}

	main .news .content_block ul li a{
		font-size:16px;
		padding-right:35px;
	}
	
	main .about h3{
		padding-left:0;
		font-size:18px;
	}
	
	main .about h3 br{
		display:none;
	}

	main .about,
	main .nagare,
	main .dekirukoto{
		width:85%;
	}

	main .nagare,
	main .dekirukoto{
		border-radius:0;
	}

	main .cost{
		border-radius:20px;
		width:90%;
	}
	
	main .cost .content_block{
		padding:20px 0;
	}
	
	main .cost .content_block h2{
		margin-bottom:15px;
	}

	main .cost .content_block h2 img{
		top:-5px;
		width:20px;
	}
	
	main .cost .content_block p{
		font-size:16px;
	}
	
	main .cost .content_block ul{
		margin-bottom:5px;
	}
	
	main .cost .content_block ul li:last-child,
	main .cost .content_block ul li{
		width:100%;
		float:none;
		margin-bottom:20px;
		padding-left:0;
		display:block;
	}
	
	main .cost .content_block ul li:last-child img{
		width:69.5%;
	}

	
	main .cost .content_block .hosoku p{
		margin-top:10px;
		font-size:16px;
	}

	main .dekirukoto table.sp,
	main .dekirukoto table.sp tbody tr,
	main .dekirukoto table.sp tbody{
		width:100%;
		display:block;
		overflow:hidden;
	}
	
	main .dekirukoto table.sp{
		margin-bottom:10px;
	}
	
	main .dekirukoto table td,
	main .dekirukoto table th{
		width:50%;
		font-size:12px;
		padding:3px;
		display:block;
		float:left;
	}

	main .dekirukoto table th.min{
		font-size:10px;
		line-height:1.37rem;
	}

	
	main .nagare h2::after,
	main .dekirukoto h2::after{
		width:80%;
	}
	
	main .nagare h2::after{
		width:70%;
	}

	main .nagare,
	.scroll_contents{
		overflow:hidden;
	}
	
	main .dekirukoto .renkei,
	main .dekirukoto .renkei.kouhou{
		width:100%;
	}
	
	main .nagare h3 span,
	main .dekirukoto h3{
		width:auto;
		clear:both;
		margin-bottom:5px;
		font-size:16px;
	}

	main .dekirukoto .renkei ul{
		width:90%;
		margin: 0 auto 10px;
		line-height:1.2rem;
	}
	
	main .dekirukoto .renkei ul li{
		font-size:12px;
		margin-bottom:0;
		line-height:1.2rem;
	}
	
	main .nagare ul{
		width:95%;
		margin:10px auto;
	}

	main .nagare ul li,
	main .nagare ul li:nth-child(2n + 1){
		margin:auto auto 15px;
		padding:0;
		padding-left:50px;
		position:relative;
	}
	
	main .nagare ul li:nth-child(3)::before,
	main .nagare ul li::before{
		left:-23px;
		bottom:-25px;
		transform:rotate(90deg);
	}
	
	main .nagare ul li:nth-child(4)::before{
		content:none;
	}

	main .nagare ul li img{
		width:40px;
		top:10px;
	}

	main .nagare ul li dl dt{
		font-size:14px;
	}

	main .nagare ul li dl dd{
		font-size:12px;
		line-height:1.3rem;
	}
	
	main .nagare ul li dl dd br{
		display:none;
	}

	main .nagare h3 span,
	main .nagare h3{
		font-size:14px;
	}

	main .nagare h3 span{
		border-radius:10px;
		margin-right:10px;
	}

	main .aisatsu{
		padding-top:40px;
		margin-bottom:20px;
	}
	
	main .aisatsu dl{
		border-radius:10px;
		margin-bottom:20px;
		padding:10px 0;
	}
	
	main .aisatsu dl::before{
		content:none;
	}
	
	main .aisatsu dl dt{
		font-size:min(4.6vw, 20px);
		padding-left:50px;
	}

	main .aisatsu dl dt img{
		width:30px;
		left:10px;
		top:calc(50% - 15px);
	}
	
	main .aisatsu dl dt::after,
	main .aisatsu dl dt::before{
		right:10px;
		width:20px;
	}
	
	main .aisatsu dl dd{
		font-size:16px;
		padding:10px;
	}
	
	main .aisatsu .mezasu{
		margin-bottom:30px;
	}
	
	main .aisatsu .mezasu li,
	main .aisatsu .riyu li{
		font-size:16px;
		font-weight:700;
	}
	
	main .aisatsu .mezasu li{
		padding-left:40px;
	}
	
	main .aisatsu .mezasu li img,
	main .aisatsu .riyu li img{
		left:10px;
	}

	main .aisatsu .mezasu li img{
		width:20px;
		top:5px;
		left:15px;
	}
	
	main .member .member_back_1{
		width:55%;
		top:0;
	}
	
	main .member .member_back_2{
		top:170px;
		right:-5%;
		width:40%;
	}
	
	main .member .member_wrapper{
		margin-top:60px;
		overflow:hidden;
	}

	main .member .member_wrapper .member_right{
		margin-top:0;
		padding-top:0;
		padding-left:0;
	}

	main .member .member_wrapper .member_right h2{
		padding:50px 0 0 0;
		text-align:center;
		font-size:min(6vw, 30px);
	}

	main .member .member_wrapper .member_right h2 img{
		top:0;
		left:calc(50% - 17px);
	}

	main .member .member_wrapper .member_right a.btn{
		display:none;
	}
	
	main .member .content_block>p{
		clear:both;
		width:90%;
		margin:40px auto;
		font-size:16px;
	}

	main .member .content_block a.btn.sp{
		display:block;
		width:45%;
		margin:40px auto;
	}

	main .member .content_block a.btn.sp img{
		width:100%;
	}

	main .access .uketuke h2{
		width:90%;
		margin:auto;
	}


	footer .footer_wrapper .footer_wrapper_right,
	footer .footer_wrapper .footer_wrapper_left,
	main .access .uketuke .uketuke_wrapper .uketuke_right,
	main .access .uketuke .uketuke_wrapper .uketuke_left{
		width:95%;
		margin:10px auto;
	}
	
	main .access .uketuke .uketuke_wrapper .uketuke_right p{
		padding-left:0;
		width:100%;
		margin-top:20px;
	}
	

	main.page,
	main.single{
		padding:40px 20px;
	}

	main.page .content_block,
	main.single .content_block{
		width:100%;
	}

	main.page h2,
	main.single h2{
		font-size:28px;
	}

	main.page h2{
		text-align:center;
	}
	
	main.page h2 img.uchiwa_right,
	main.page h2 img.uchiwa_left{
		width:25px;
		height:auto;
		margin:auto;
	}

	main.page h2 img.uchiwa_left{
		margin-right:20px;
		margin-left:-20px;
	}
	
	main.single h2 img{
		margin-right:20px;
	}

	main.single h3{
		font-size:30px;
	}

	main.single h3 time{
		margin-left:0;
		display:block;
	}

	main.page .btn,
	main.single .btn{
		display:block;
		width:50%;
		float:none;
		margin:40px auto;
	}

	main.page .btn img,
	main.single .btn img{
		display:block;
		width:100%;
	}

	main.page .staff_list{
		width:95%;
		margin:40px auto;
	}

	.member_list li img{
		width:70%;
		margin:auto;
		float:none;
		margin-bottom:15px;
	}

	.member_list li dl{
		width:100%;
		float:none;
	}
*/
}
