/******************************************************************
Theme Name: CUBE GAMMA THEME
Theme URI: http://cube096.com
Description: CUBEが自信をもってお届けするレスポンシブウェブデザインテーマ
Author: CUBE CO.,LTD.
Author URI: http://cube096.com
Version: beta
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support
*/
*, *::before, *::after {
	box-sizing: border-box;
}
* {
	margin: 0;
}
html, body {
	height: 100%;
}
img, picture, video, canvas, svg {
	display: block;
	max-width: 100%;
}
input, button, textarea, select {
	font: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
	overflow-wrap: break-word;
}
#root, #__next {
	isolation: isolate;
}
ol, ul {
	list-style-type:none;
	margin:0;
}
legend, menu, ol, ul {
	padding:0
}
a {
	text-decoration:none;
	color: var(--font-color);
}
p,li,dd {
	overflow-wrap: break-word;
	text-align: justify;
	line-height: 2;
}
body {
	/*--- ▼ゴシック ---*/
	font-family:"Zen Kaku Gothic New", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	
	/*--- ▼明朝 ---*/
	/*font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";*/
	
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	color: var(--font-color);
	font-weight: 500;
	font-style: normal;
	font-size: var(--fontsize-16);
}
body img {
	max-width:100%;
	height:auto;
}
h1,h2,h3,h4,h5,h6{
	/*--- ▼英字見出し、数字 ---*/
	/*font-family: 'Cinzel', serif;*/	
	/*font-family: 'Open Sans', sans-serif;*/
	/*font-family: 'Lato', sans-serif;*/
	/*font-family: 'Gilda Display', serif;*/
	/*font-family: 'Cinzel', serif;*/
	
	/*--- ▼日本語見出し ---*/
	/*font-family: 'Noto Sans JP', sans-serif;*/
    /*font-family: 'Noto Serif JP', serif;*/
	/*font-family: 'Zen Maru Gothic', sans-serif;*/
	/*font-family: 'Zen Old Mincho', serif;*/
	
	font-weight: 500;
	line-height: 1.3;
	font-style: normal;
}
table{
	border-collapse: collapse;
}
:root {
	--main-color: #81B42F;
	--sub-color: #F4A366;
	--sub-bg: #EDF8DC;
	--sub-bg2: #E3F5C6;
	--sub-bg3: #EBF8D7;
	--sub-bg4: #FFEBDD;
	--color-g: #A1C764;
	--font-color: #483E33;
	--padding-130: clamp(50px, 6.8vw, 130px);
	--padding-95: clamp(40px, 4.9vw, 95px);
	--padding-80: clamp(40px, 4.1vw, 80px);
	--padding-65: clamp(40px, 3.4vw, 65px);
	--fontsize-25: clamp(19px, 1.3vw, 25px);
	--fontsize-22: clamp(18px, 1.1vw, 22px);
	--fontsize-20: clamp(17px, 1vw, 20px);
	--fontsize-18: clamp(16px, 0.94vw, 18px);
	--fontsize-16: 16px;
	--fontsize-15: 15px;
}
/* recaptcha badge
----------------------------------------------------------- */
.grecaptcha-badge{
    z-index:10000;
	bottom: 75px !important;
}
/* ページネーション
----------------------------------------------------------- */
/*アーカイブ用*/
.nav-links{
	display: -webkit-flex;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.nav-links .page-numbers{
	display: block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #fff;
	transition: all ease 0.5s;
	border-radius: 3px;
	margin: 0 5px;
}
.nav-links .page-numbers.current,
.nav-links .page-numbers:hover{
	background-color: #C2E092;
}
.nav-below {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}
.next.page-numbers,.prev.page-numbers{
	padding: 0 5px;
}
/*シングル用*/
.single .nav-below {
	display: inherit;
	margin-top: 45px;
}
.single .nav-below:after {
	content: "";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.single .nav-below a {
	background-color: #FFF;
	text-decoration: none;
	padding: 5px;
	font-size: 0.9em;
	line-height: 1.5;
	transition: all ease 0.5s;
	border: 1px solid #D5D5D5;
}
.single .nav-below a:hover {
	background-color: #f8fcf1;
}
.single .nav-below .prev {
	padding-left: 65px;
	position: relative;
}
.single .nav-below .next {
	padding-right: 65px;
	position: relative;
}
.single .nav-below .prev::before,
.single .nav-below .next::before{
	content: "";
	width: 40px;
	height: 40px;
	background-color: var(--main-color);
	border-radius: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.single .nav-below .prev::before{
	left: 10px;
}
.single .nav-below .next::before{
	right: 10px;
}
.single .nav-below .prev::after,
.single .nav-below .next::after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
.single .nav-below .prev::after{
	left: 25px;
	border-right: 7px solid #fff;
	border-left: 0;
}
.single .nav-below .next::after{
	right: 25px;
	border-left: 7px solid #fff;
	border-right: 0;
}
.prev {
	width: 48%;
	float: left;
}
.next {
	width: 48%;
	float: right;
	text-align: right;
}
.prev_title,
.next_title {
	font-size: 12px;
}
.next p{
	text-align: right;
}
.next p,
.prev p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1;
	margin-top: 5px;
}
.prev img {
	float: left;
	margin-right: 10px;
}
.next img {
	float: right;
	margin-left: 10px;
}
.prevAndNextLeft a:before {
	content: "\f053";
	margin-right: 5px;
	font-family: FontAwesome;
}
.prevAndNextRight a:after {
	content: "\f054";
	margin-left: 10px;
	font-family: FontAwesome;
}
.prevAndNextLeft {
	width: 50%;
	float: left;
}
.prevAndNextRight {
	width: 50%;
	float: left;
}
.prevAndNextLeft {
	text-align: left;
}
.prevAndNextRight {
	text-align: right;
}
/* 
 animation
----------------------------------------------------------- */  
.fadein {
	opacity:0.1;
	transition:all ease 1s;
	-webkit-transition:all ease 1s;
	-moz-transition:all ease 1s;
}
.on .fadein,
.on.fadein {
	opacity:1;
}
.totop{
	opacity:0.1;
	transform: translateY(30px);
	transition: all 1s;
}
.on .totop,
.on.totop{
	opacity: 1;
	transform: translateY(0);
}
.fadeinleft {
	opacity:0.1;
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
	transition: all ease 1s;
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
}
.on .fadeinleft,
.on.fadeinleft {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.fadeinright {
	opacity:0.1;
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
	transition: all ease 1s;
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
}
.on .fadeinright,
.on.fadeinright {
	opacity: 1;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
.no2{
	transition-delay: .3s;
}
.no3{
	transition-delay: 0.6s;
}
.no4{
	transition-delay: 0.9s;
}
.no5{
	transition-delay: 1.2s;
}
/* 
 Head
----------------------------------------------------------- */  
.header {
	width:100%;
}
/* 
 gNavi
----------------------------------------------------------- */ 
.navwrap {
	width: 95%;
	background-color: #fff;
	border-radius: 10px;
	position: fixed;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 998;
	transition: all ease 0.5s;
	box-shadow: 0px 3px 5px 0px rgba(72, 62, 51, 0.08);
}
.navwrap p img,
.navwrap h1 img{
	height: clamp(40px, 3.6vw, 70px);
	width: auto;
	margin-left: clamp(15px, 2vw, 40px);
}
.navwrap > ul {
	display:flex;
	justify-content:flex-end;
	flex-wrap:wrap;
	align-items: center;
}
.navwrap > ul > li{
	margin: 0 clamp(8px, 1.6vw, 30px);
	text-align: center;
	transition:all ease 0.5s;
	position: relative;
}
.navwrap > ul > li > a,
.navwrap > ul > li > p{
	display: inline-block;
	padding: 20px 0;
}
.navwrap > ul > li:hover > a,
.navwrap > ul > li:hover > p{
	color: var(--sub-color);
}
.navwrap ul li.open_btn{
	position: relative;
}
.navwrap ul li.open_btn > a{
	cursor:pointer;
	padding-right: clamp(20px, 1.1vw, 22px);
	position: relative;
}
.navwrap ul li.open_btn > a::before{
	content: "+";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: var(--sub-color);
	transition:all ease 0.5s;
}
.navwrap ul li.open_btn:hover > a::before{
	transform: translateY(-50%) rotate(45deg);
}
.navwrap ul li ul {
	position: absolute;
	top: 80px;
	left: 50%;
	transform: translateX(-50%) scaleY(0);
	transform-origin: center top;
	z-index: 8999;
	display:block;
	background-color: #fff;
	transition:all ease 0.5s;
	padding: clamp(15px, 1.3vw, 25px) clamp(15px, 1.6vw, 30px);
	box-shadow: 0px 3px 5px 0px rgba(72, 62, 51, 0.08);
	border-radius: 10px;
	width: 200px;
}
.navwrap ul li:hover ul {
	transform: translateX(-50%) scaleY(1);
}
.navwrap ul li ul li {
	transition:all ease 0.5s;
	white-space: nowrap;
}
.navwrap ul li ul li a{
	width: 100%;
	transition:all ease 0.5s;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.navwrap ul li ul li .link_arrow::before,
.navwrap ul li ul li .link_arrow::after {
	color: var(--sub-color);
}
.navwrap ul li ul li a:hover{
	color: var(--sub-color);
}
.navwrap * {
	transition:all ease 0.5s;
}
.tel_list{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-right: 12px;
}
.tel_list a{
	background-color: rgba(244,163,102,1);
	transition: all ease 0.5s;
	padding: 3px;
	border-radius: 3px;
	color: #fff;
	display: flex;
	align-items: center;
}
.tel_list a:hover{
	background-color: rgba(244,163,102,0.7);
}
.tel_list a:nth-of-type(2){
	background-color: rgba(129,180,47,1);
}
.tel_list a:nth-of-type(2):hover{
	background-color: rgba(129,180,47,0.7);
}
.tel_list a:not(:last-of-type){
	margin-right: 5px;
}
.tel_list a p{
	font-size: var(--fontsize-20);
	line-height: 1.1;
	margin: 0 clamp(10px, 1vw, 20px);
	letter-spacing: 0.1em;
}
.tel_list a p span{
	font-size: var(--fontsize-16);
	display: block;
	letter-spacing: 0;
}
.tel_list a .arrow{
	width: clamp(35px, 2.6vw, 50px);
	height: clamp(35px, 2.6vw, 50px);
	background-color: #FFC191;
	border-radius: 3px;
}
.tel_list a:nth-of-type(2) .arrow{
	background-color: var(--color-g);
}
.tel_list a .link_arrow{
	width: 18px;
	height: 18px;
}
.tel_list a .link_arrow:before,
.tel_list a .link_arrow:after {
	content:"";
	background-image: url("./library/images/tel_w.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	padding: 9px;
}
.top_back{
	height: 45px;
	width: 45px;
	border-radius: 25px;
	background-color: var(--main-color);
	position: fixed;
	right: 15px;
	bottom: 15px;
	display: grid;
	place-content: center;
	z-index: 10000;
	opacity: 0;
	transition:all ease 0.5s;
}
.top_back.view{
	opacity: 1;
}
.top_back img{
	height: 13px;
	width: auto;
}
/* パンくずリスト
----------------------------------------------------------- */
.breadcrumb__list {
    display: flex;
	width: min(90%,1200px);
    margin-inline: auto;
    flex-wrap: wrap;
	font-size: 14px;
	margin-top: 5px;
	position: relative;
	z-index: 3;
}
.breadcrumb__item:not(:last-child)::after {
    content: '─';
    margin: 0 0.3rem;
    color: #8F8479;
}
.breadcrumb__item a {
    color: #8F8479;
}
.breadcrumb__item:last-child a {
    color: var(--font-color);
}
/* 
共通
----------------------------------------------------------- */ 
.pc {
	display:block;
}
br.pc{
	display: inherit;
}
.sp {
	display:none;
}
br.sp{
	display: none;
}
.pc1100{
	display: block;
}
br.pc1100{
	display: inherit;
}
.sp1100{
	display: none;
}
br.sp1100{
	display: none;
}
.pc640{
	display: block;
}
br.pc640{
	display: inherit;
}
.sp640{
	display: none;
}
br.sp640{
	display: none;
}
.inner{
	width: min(90%,1200px);
	margin-inline:auto;
	padding: var(--padding-95) 0;
}
.flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex .img img{
	width: 100%;
	height: auto;
}
#main{
	overflow: hidden;
}
#container{
	position: relative;
}
.more_btn{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: min(100%,230px);
	color: #fff;
	transition:all ease 0.5s;
	font-weight: 500;
	font-size: var(--fontsize-18);
	border-radius: 3px;
	position: relative;
	padding: 3px 3px 3px clamp(15px, 1.6vw, 30px);
	border: 1px solid var(--main-color);
	background-color: var(--main-color);
}
.more_btn:hover{
	color: var(--main-color);
	background-color: transparent;
}
.more_btn .arrow{
	width: clamp(35px, 2.6vw, 50px);
	height: clamp(35px, 2.6vw, 50px);
	background-color: var(--color-g);
	border-radius: 3px;
}
.more_btn .link_arrow::before,
.more_btn .link_arrow::after{
	color: #fff;
}
.arrow{
	position: relative;
	display: block;
	width: 1em;
	height: 1em;
}
.link_arrow {
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	bottom: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	transform: translate(-50%, -50%);
}
.link_arrow::before,
.link_arrow::after {
	content: "→";
	position: absolute;
	top: 0;
	left: 0;
	animation-fill-mode: both;
	animation-duration: 0.3s;
	color: #6D5D52;
}
.link_arrow:after {
	transform: translateX(-100%);
}
.link_arrow.is-hover:before {
	animation: transformLeftRight 0.3s both;
	animation-delay: 0.1s;
}
.link_arrow.is-hover:after {
	animation: transformRightLeft 0.3s both;
}
.link_arrow.is-leave:before {
	animation: transformLeftRightReverse 0.3s both;
}
.link_arrow.is-leave:after {
	animation: transformRightLeftReverse 0.3s both;
	animation-delay: 0.1s;
}
@keyframes transformLeftRight {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(0);
	}
}
@keyframes transformRightLeft {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(100%);
	}
}
@keyframes transformLeftRightReverse {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}
@keyframes transformRightLeftReverse {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(0);
	}
}
.anchor{
	padding-top: clamp(80px, 7.8vw, 150px);
    margin-top: calc(clamp(80px, 7.8vw, 150px) * -1);
}
.tac{
	text-align: center;
}
.tal{
	text-align: left;
}
.tar{
	text-align: right;
}
.taj{
	text-align: justify;
}
.linkbox{
	position: relative;
	z-index: 5;
}
.linkbox.tac a{
	margin: 0 auto;
}
.linkbox.tar a{
	margin: 0 0 0 auto;
}
.no_link{
	pointer-events: none !important;
}
.pt0{
	padding-top: 0 !important;
}
.pb0{
	padding-bottom: 0 !important;
}
.txt_only{
	width: 100% !important;
}
.txt_link{
	text-decoration: underline;
	transition: all ease 0.5s;
}
.txt_link:hover{
	opacity: 0.7;
}
.img_hover {
	overflow: hidden;
}
.img_hover img{
	transition:all ease 0.5s;
}
.img_hover:hover img{
	transform:scale(1.2,1.2);
}
.js-accordion > li{
	position: relative;
}
.js-accordion .ttl{
	padding-right: clamp(30px, 1.8vw, 35px);
	position: relative;
}
.js-accordion .ttl::before,
.js-accordion .ttl::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: clamp(20px, 1.3vw, 25px);
	height: 2px;
	transition: all ease 0.5s;
	background-color: var(--font-color);
}
.js-accordion .ttl::after {
	transform: rotate(-90deg);
}
.js-accordion .open .ttl::after {
	transform: rotate(0);
}
.js-accordion > li .btn{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 1;
}
.js-accordion .box {
	display: none;
}
.js-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10005;
    backface-visibility: hidden;
}
.js-modal .wrap {
    width: 100%;
    height: 100%;
}
.js-modal .wrap_box {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(57,53,42,0.7);
}
.js-modal .scloll_area {
	transform: scale(.5);
	transition: all ease 1s;
}
.js-modal.open .scloll_area {
	transform: scale(1);
}
.js-modal .content {
    width: 100%;
    height: auto;
    max-height: 85vh;
    padding: clamp(20px, 1.6vw, 30px);
    position: relative;
	overflow-y: auto;
	overflow-x: hidden;
	background-color: #fff;
}
.js-modal .js-sclollarea {
    width: auto;
	height: auto;
	max-width: 95%;
	margin: clamp(15px, 1.6vw, 30px);
    max-height: 90%;
	position: relative;
}
.js-modal .js-modalclose {
    cursor: pointer;
    z-index: 100000;
    position: absolute;
    top: calc(clamp(25px, 1.8vw, 35px) * -1);
    right: 0;
	width: clamp(20px, 1.5vw, 28px);
	height: clamp(20px, 1.5vw, 28px);
	background-image: url('./library/images/modal_close.svg');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all ease 0.5s;
}
.js-modal .js-modalclose:hover {
    transform: rotate(90deg);
}
.js-tabcontent{
	display: none;
}
.illust img{
	height: 100%;
	width: auto;
}
.illust.sway img{
    transform-origin: center top;
    animation: sway 5s linear infinite;
}
@keyframes sway {
  0% , 100%{
      transform: rotate(10deg);
  }
  50%{
      transform: rotate(-10deg);
  }
}
.illust.sway_b img{
    transform-origin: center bottom;
    animation: sway_b 5s linear infinite;
}
@keyframes sway_b {
  0% , 100%{
      transform: rotate(5deg);
  }
  50%{
      transform: rotate(-5deg);
  }
}
.illust.fuwa img{
	animation: fuwa-y 3s ease-in-out infinite alternate-reverse;
}
@keyframes fuwa-y {
  0% {
    transform: translateY(10%);
  }
  100% {
    transform: translateY(-10%);
  }
}
.fix_link{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: fixed;
	right: clamp(15px, 1.6vw, 30px);
	bottom: 60px;
	z-index: 10;
}
.fix_link li{
	transition: all ease 0.5s;
}
.fix_link li:hover{
	animation: hurueru 0.5s forwards;
}
@keyframes hurueru {
    0% {transform: rotateZ(0deg)}
    25% {transform: rotateZ(5deg)}
    50% {transform: rotateZ(0deg)}
    75% {transform: rotateZ(-5deg)}
    100% {transform: rotateZ(0deg)}
}
.fix_link li:not(:last-child) img{
	margin-right: 10px;
}
.fix_link li img{
	height: clamp(60px, 4.1vw, 80px);
	width: auto;
}
/* 
 TOP
----------------------------------------------------------- */ 
.home .sub_wave{
	display: none;
}
.fv{
	width:100%;
	height:100vh;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	padding: clamp(120px, 6.8vw, 130px) 2.5% clamp(15px, 1.6vw, 30px);
}
.fv .fv_slider{
	width: 70%;
	margin-bottom: 0 !important;
	position: relative;
	z-index: 1;
}
.fv .fv_slider .slick-list{
	height: 100%;
	border-radius: 5px;
	overflow: hidden;
}
.fv .fv_slider .slick-track{
	height: 100%;
}
.fv .fv_slider .slick-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.fv .txt{
	width: 27%;
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center start;
}
.fv .maru{
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	z-index: -1;
	transform: var(--fly-transform, none);
}
.fv .maru1 {
	right: 30px;
	top: 140px;
	background-color: #C9F7D8;
	box-shadow: #C9F7D8 0 0 150px 150px;
}
.fv .maru2 {
	left: 60px;
	bottom: 150px;
	background-color: #FFB677;
	box-shadow: #FFB677 0 0 80px 80px;
}
.fv .txt p{
	font-family: "Shippori Mincho", serif;
	font-size: clamp(22px, 2vw, 40px);
	line-height: 1.4;
	position: relative;
	z-index: 3;
}
.fv .txt .illust.sway{
	position: absolute;
	left: 0;
	top: 0;
	height: clamp(120px, 11.5vw, 220px);
}
.fv .txt .illust.fuwa{
	position: absolute;
	right: 0;
	bottom: clamp(35px, 3.6vw, 70px);
	height: clamp(90px, 7.8vw, 150px);
}
.topmain_bg{
	background: linear-gradient(to bottom, #FFFFFF, #EDF8DC);
}
.top_h2{
	margin-bottom: clamp(25px, 2.6vw, 50px);
	color: var(--main-color);
	font-weight: 500;
	font-size: var(--fontsize-20);
}
.top_h2 span{
	font-family: "Marcellus", serif;
	font-size: clamp(28px, 2.6vw, 50px);
	line-height: 1.2;
	letter-spacing: 0.05em;
	display: block;
}
.top_h3{
	margin-bottom: clamp(20px, 2.3vw, 45px);
	font-size: clamp(22px, 1.7vw, 33px);
	font-family: "Shippori Mincho", serif;
}
.top_news .inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.top_news .txt{
	width: 230px;
	background-image: url('./library/images/top_news_flower.png');
	background-size: auto clamp(60px, 5.2vw, 100px);
	background-position: left bottom;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}
.top_news .txt .illust.fuwa{
	position: absolute;
	right: -10%;
	top: 0;
	z-index: -1;
	height: clamp(35px, 2.6vw, 50px);
	width: auto;
}
.top_news .txt .illust.fuwa img{
	animation: fuwa-y 1s ease-in-out infinite alternate-reverse;
}
.top_news ul {
	width: min(100%,800px);
}
.top_news ul li:not(:last-child){
	margin-bottom: 15px;
}
.top_news ul li a{
	padding: clamp(15px, 1.3vw, 25px) clamp(40px, 2.6vw, 50px) clamp(15px, 1.3vw, 25px) clamp(15px, 2vw, 40px);
	transition: all ease 0.5s;
	background-color: #ECF8D7;
	border-radius: 5px;
	box-shadow: 0 2px #CCE895;
	position: relative;
	top: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.top_news ul li:hover a {
	top: 2px;
	box-shadow: none;
}
.top_news ul li a .arrow{
	position: absolute;
	right: clamp(15px, 1.3vw, 25px);
	top: 50%;
	transform: translateY(-50%);
}
.top_news ul li .link_arrow::before,
.top_news ul li .link_arrow::after{
	color: var(--sub-color);
}
.top_news ul li .date {
	width: 115px;
	color: #88B245;
	letter-spacing: 0.1em;
	font-weight: 500;
}
.top_news ul li h3 {
	width: calc(100% - 115px);
	font-size: var(--fontsize-16);
	font-weight: 500;
}
.line_wave{
	height: clamp(40px, 2.9vw, 55px);
	width: 100%;
	position: relative;
	z-index: 1;
}
.line_wave .line{
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.line_wave::before,
.line_wave::after,
.line_wave .line::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: auto 100%;
	background-position: center right;
	background-repeat: repeat-x;
	z-index: -1;
}
.line_wave::before{
	background-image: url('./library/images/line_wave_g.svg');
	animation: move_txt 120s infinite linear;
}
.line_wave::after{
	background-image: url('./library/images/line_wave_o.svg');
	animation: move_txt 90s infinite linear;
}
.line_wave .line::before{
	background-image: url('./library/images/line_wave_lg.svg');
	animation: move_txt 60s infinite linear;
}
@keyframes move_txt {
	0% {
		background-position: center right;
	}
	100% {
		background-position: center right 3000px;
	}
}
.line_wave .illust.sway{
	position: absolute;
	right: clamp(15px, 1.6vw, 30px);
	bottom: calc(clamp(15px, 1.6vw, 30px) * -1);
	height: clamp(100px, 9.9vw, 190px);
	width: auto;
	z-index: 2;
}
.line_wave .illust.sway img{
	animation: sway 13s linear infinite;
}
.fiximg_area{
	position: relative;
	z-index: 1;
}
.fix_img::before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:45%;
	height:100%;
	background-size:45% auto;
	background-position:left center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	border-radius: 0 5px 5px 0;
}
.fiximg_area .txt{
	width: 55%;
	margin-left: auto;
	padding: var(--padding-95) var(--padding-65);
}
.time_tbl dl {
	display: flex;
	text-align: center;
	overflow: hidden;
	background-color: #fff;
	padding: clamp(10px, 0.8vw, 15px) 0;
	box-shadow: 3px 3px 5px 0px rgba(72, 62, 51, 0.08);
	border-radius: 5px;
}
.time_tbl dl:not(:first-of-type) {
	min-height: clamp(60px, 3.9vw, 75px);
}
.time_tbl dl:not(:last-of-type) {
	margin-bottom: 5px;
}
.time_tbl dl:first-of-type {
	padding: clamp(13px, 1vw, 20px) 0;
	color: #fff;
	font-size: var(--fontsize-16);
	font-weight: 600;
}
.time_tbl dl:last-of-type{
	margin-bottom: clamp(10px, 1vw, 20px);
}
.time_tbl dl dt {
	width: 200px;
	line-height: 1.3;
	display: grid;
	place-content: center;
	place-items: center center;
}
.time_tbl dl dd {
	width: calc((100% - 200px) / 6);
	text-align: center;
	line-height: 1.3;
	display: grid;
	place-content: center;
	place-items: center center;
}
.time_tbl dl dt span,
.time_tbl dl dd span {
	display: block;
	font-size: 14px;
}
.pediatrics_schedule.time_tbl dl:first-of-type {
	background-image: url('./library/images/top_pediatrics_tbl.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.gynecology_schedule.time_tbl dl:first-of-type {
	background-image: url('./library/images/top_gynecology_tbl.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.time_tbl_sub {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 5px;
}
.time_tbl_sub li{
	background-color: #D6EAB8;
	border-radius: 5px;
	padding: clamp(8px, 0.8vw, 15px);
	text-align: center;
	font-size: var(--fontsize-15);
	display: grid;
	place-content: center;
	place-items: center start;
	line-height: 1.5;
}
.time_tbl_sub li:nth-child(1){
	grid-column: 1/2;
	grid-row: 1/2;
}
.time_tbl_sub li:nth-child(2){
	grid-column: 2/3;
	grid-row: 1/2;
}
.time_tbl_sub li:nth-child(3){
	grid-column: 1/3;
	grid-row: 2/3;
}
.fiximg_area .flex{
	margin-bottom: clamp(20px, 2.3vw, 45px);
	justify-content: flex-start;
	position: relative;
	align-items: flex-end;
	z-index: 1;
}
.fiximg_area .flex img{
	height: clamp(120px, 11.7vw, 225px);
	width: auto;
	margin-left: clamp(15px, 1.6vw, 30px);
}
.fiximg_area .top_h3{
	margin-bottom: 0;
}
.fiximg_area .time_tbl{
	margin-top: clamp(15px, 1.6vw, 30px);
}
.fiximg_area .linkbox{
	margin-top: clamp(25px, 2.6vw, 50px);
}
.top_pediatrics,
.top_gynecology{
	padding: var(--padding-95) 0;
}
.top_pediatrics .fix_img::before{
	background-image: url('./library/images/top_pediatrics_img.jpg');
}
.top_gynecology{
	background-color: var(--sub-bg2);
}
.top_gynecology .fix_img::before{
	background-image: url('./library/images/top_gynecology_img.jpg');
}
.top_gynecology .fiximg_area .flex img{
	margin-left: clamp(30px, 3.4vw, 65px);
}
.top_pediatrics_wave{
	background-color: #EDF8DC;
	position: relative;
	z-index: 3;
}
.top_pediatrics_wave > img{
	width: 100%;
	height: auto;
}
.top_pediatrics_wave .illust.fuwa{
	position: absolute;
	left: clamp(50px, 9.9vw, 190px);
	top: 50%;
	transform: translateY(-50%);
	height: clamp(100px, 10.4vw, 200px);
	width: auto;
}
/* 
 subpage共通
----------------------------------------------------------- */
.sub{
	background-color: var(--sub-bg);
}
.blog .home_wave,
.single .home_wave,
.page:not(.home) .home_wave,
.error404 .home_wave{
	display: none;
}
.sub .inner{
	position: relative;
	z-index: 3;
}
.sub .inner.first{
	padding-top: var(--padding-95);
}
.sub_fv {
	background-color: var(--sub-bg);
	position: relative;
}
.sub_fv::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 700px;
	background-image: url('./library/images/sub_fv_bg.png');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	pointer-events: none;
}
.sub_fv > img{
	width: 100%;
	height: auto;
}
.sub_fv .bg{
	background-color: #fff;
}
.sub_fv h1 {
	padding: clamp(90px, 14.3vw, 275px) 0 0;
	line-height: 1.3;
	color: var(--main-color);
	position: relative;
	z-index: 3;
	width: min(90%,1200px);
	margin-inline: auto;
}
.sub_fv h1 span{
	font-size: clamp(16px, 1.3vw, 25px);
	letter-spacing: 0.05em;
	font-family: "Marcellus", serif;
	line-height: 1.3;
	display: block;
}
.sub_fv h1{
	font-weight: 500;
	font-size: clamp(23px, 1.7vw, 33px);
}
.sub_fv small{
	font-size: var(--fontsize-16);
	color: #fff;
	display: inline-block;
	width: fit-content;
	padding: 2px 10px;
	background-color: var(--main-color);
	border-radius: 5px;
	margin-left: clamp(10px, 1vw, 20px);
}
.sub_h2{
	margin-bottom: clamp(25px, 2.6vw, 50px);
}
.sub_h2{
	font-family: "Shippori Mincho", serif;
	text-align: center;
	font-size: clamp(21px, 1.5vw, 28px);
	padding-top: clamp(20px, 1.3vw, 25px);
	background-image: url('./library/images/sub_h2.png');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto clamp(20px, 1.3vw, 25px);
}
.sub_h2 span{
	text-align: center;
	font-size: var(--fontsize-20);
	color: var(--main-color);
	letter-spacing: 0.05em;
	font-family: "Marcellus", serif;
	line-height: 1.3;
	display: block;
}
.reaf_h4{
	font-size: var(--fontsize-20);
	padding-left: clamp(25px, 1.8vw, 35px);
	margin-bottom: clamp(10px, 0.94vw, 18px);
	background-image: url('./library/images/reaf_h4.svg');
	background-position: center left;
	background-repeat: no-repeat;
	background-size: auto clamp(20px, 1.3vw, 25px);
	font-weight: 500;
}
.tree_ttl{
	font-size: var(--fontsize-25);
	padding-left: clamp(25px, 1.6vw, 30px);
	margin-bottom: clamp(15px, 1.3vw, 25px);
	background-image: url('./library/images/tree_ttl.svg');
	background-position: center left;
	background-repeat: no-repeat;
	background-size: auto clamp(25px, 1.8vw, 35px);
	color: var(--main-color);
}
.luna_ttl{
	font-size: var(--fontsize-18);
	padding-left: clamp(25px, 1.6vw, 30px);
	margin-bottom: 5px;
	background-image: url('./library/images/luna_ttl.png');
	background-position: center left;
	background-repeat: no-repeat;
	background-size: auto clamp(20px, 1.3vw, 25px);
	color: var(--main-color);
	min-height: clamp(15px, 1.3vw, 25px);
}
.page_link{
	margin-bottom: var(--padding-65);
}
.page_link ul{
	display: grid;
	gap: clamp(15px, 1vw, 20px);
	grid-template-columns: repeat(5, 1fr);
}
.page_link.tac ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.page_link.tac ul li{
	width: calc((100% - (clamp(15px, 1vw, 20px) * 4)) / 5);
}
.page_link ul li a{
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 5px;
	padding: 15px clamp(15px, 1vw, 20px);
	transition: all ease 0.5s;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.page_link ul li a:hover{
	background-color: var(--main-color);
	color: #fff;
}
.page_link ul li a span{
	width: calc(100% - 22px);
	line-height: 1.5;
	display: block;
}
.page_link ul li a svg{
	margin-left: 10px;
	height: auto;
	width: 12px;
}
.page_link ul li a path{
	transition: all ease 0.5s;
}
.page_link ul li a:hover path{
	fill: #fff;
}
.page_wrap:not(:last-of-type){
	margin-bottom: var(--padding-65);
}
.page_box{
	background-color: #fff;
	border-radius: 5px;
	padding: clamp(20px, 3.1vw, 60px) clamp(20px, 6.2vw, 120px) clamp(20px, 5.2vw, 100px);
	background-image: url('./library/images/page_box_top.png'),url('./library/images/page_box_btm.png');
	background-position: left top,right bottom;
	background-repeat: no-repeat;
	background-size: auto clamp(50px, 4.4vw, 85px);
}
.line_box:not(:last-of-type){
	padding-bottom: clamp(52px, 3.9vw, 77px);
	margin-bottom: var(--padding-65);
	background-image: url('./library/images/dot.svg');
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: auto 12px;
}
.g_btn{
	border: 1px solid var(--main-color);
	background-color: var(--main-color);
	width: min(100%,350px);
	color: #fff;
	transition: all ease 0.5s;
	position: relative;
	padding: 15px clamp(40px, 2.6vw, 50px) 15px 15px;
	border-radius: 5px;
	text-align: center;
	display: grid;
	place-content: center;
	place-items: center center;
	margin: clamp(20px, 2.6vw, 50px) auto 0;
	font-size: var(--fontsize-18);
	line-height: 1.3;
}
.g_btn.tel{
	padding: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: var(--fontsize-20);
	letter-spacing: 0.1em;
	font-weight: 600;
}
.g_btn.tel i{
	margin-right: 10px;
}
.g_btn:hover{
	background-color: transparent;
	color: var(--main-color);
}
.g_btn .arrow{
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.g_btn .link_arrow::before,
.g_btn .link_arrow::after{
	color: #fff;
	transition: all ease 0.5s;
}
.g_btn:hover .link_arrow::before,
.g_btn:hover .link_arrow::after{
	color: var(--main-color);
}
.o_btn{
	border: 1px solid var(--sub-color);
	background-color: var(--sub-color);
	width: min(100%,350px);
	color: #fff;
	transition: all ease 0.5s;
	position: relative;
	padding: 15px clamp(40px, 2.6vw, 50px) 15px 15px;
	border-radius: 5px;
	text-align: center;
	display: grid;
	place-content: center;
	place-items: center center;
	margin: clamp(20px, 2.6vw, 50px) auto 0;
	font-size: var(--fontsize-18);
	line-height: 1.3;
}
.o_btn.tel{
	padding: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: var(--fontsize-20);
	letter-spacing: 0.1em;
	font-weight: 600;
}
.o_btn.tel i{
	margin-right: 10px;
}
.o_btn:hover{
	background-color: transparent;
	color: var(--sub-color);
}
.o_btn .arrow{
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.o_btn .link_arrow::before,
.o_btn .link_arrow::after{
	color: #fff;
	transition: all ease 0.5s;
}
.o_btn:hover .link_arrow::before,
.o_btn:hover .link_arrow::after{
	color: var(--sub-color);
}
.g_box{
	margin-top: clamp(20px, 2.6vw, 50px);
	background-color: var(--sub-bg3);
	padding: 30px clamp(20px, 2.6vw, 50px);
	border-radius: 5px;
}
.g_box .ttl{
	font-size: var(--fontsize-16);
	text-align: center;
	color: var(--main-color);
	margin-bottom: clamp(10px, 0.8vw, 15px);
	font-weight: 600;
}
.maru_list > li{
	padding-left: clamp(10px, 0.8vw, 15px);
	position: relative;
}
.maru_list > li::before{
	content: "";
	position: absolute;
	left: 0;
	top: 14px;
	padding: 3px;
	background-color: var(--main-color);
	border-radius: 3px;
}
.maru_list > li:not(:last-child){
	margin-bottom: 3px;
}
.maru_list > li > span{
	font-weight: 400;
	display: block;
}
.maru_list > li > ul{
	font-weight: 400;
}
.maru_list > li > ul > li{
	position: relative;
	padding-left: 1em;
}
.maru_list > li > ul > li::before{
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}
.line_box .flex{
	align-items: flex-start;
}
.line_box .flex img{
	width: 350px;
	height: auto;
}
.line_box .flex .txt{
	width: calc(97% - 350px);
}
.hyo{
	overflow-x: auto;
}
.hyo dl {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #CFE6D2;
	padding: 6px 0;
}
.hyo dl:first-child {
	border-top: 1px solid #CFE6D2;
}
.hyo dl dt {
	background-color: var(--sub-bg3);
	padding: clamp(10px, 0.73vw, 14px);
	display: grid;
	place-content: center;
	place-items: center center;
	width: clamp(200px, 14.6vw, 300px);
	border-radius: 5px;
}
.hyo dl dd {
	padding: clamp(10px, 0.8vw, 15px) clamp(10px, 1.6vw, 30px);
	width: calc(100% - clamp(200px, 14.6vw, 300px));
}
.g_link {
	display: grid;
	grid-row-gap: clamp(20px, 1.6vw, 30px);
	grid-column-gap: clamp(20px, 1vw, 20px);
	grid-template-columns: repeat(2, 1fr);
}
.g_link li a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px clamp(50px, 4.1vw, 80px) 15px clamp(20px, 2.6vw, 50px);
	border-radius: 5px;
	border: 1px solid var(--sub-bg3);
	background-color: var(--sub-bg3);
	transition: all ease 0.5s;
	position: relative;
}
.g_link li a:hover{
	background-color: transparent;
}
.g_link li a::before{
	content: "";
	position: absolute;
	right: clamp(20px, 2.6vw, 50px);
	top: 50%;
	transform: translateY(-50%);
	padding: 10px;
	background-image: url('./library/images/g_arrow.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.g_link li h4,
.g_link li p{
	line-height: 1.5;
}
.g_link li h4{
	font-size: var(--fontsize-18);
	margin-bottom: 3px;
	color: var(--main-color);
}
.g_link li h4 span{
	font-size: var(--fontsize-15);
}
.o_link{
	margin-bottom: clamp(30px, 3.1vw, 60px);
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, 1fr);
}
.o_link li a{
	width: 100%;
	height: 100%;
	background-color: var(--sub-bg4);
	border-radius: 5px;
	padding: 15px clamp(20px, 2.3vw, 45px);
	transition: all ease 0.5s;
	line-height: 1.5;
	text-align: center;
	position: relative;
	display: block;
	display: grid;
	place-content: center;
	place-items: center start;
}
.o_link li a:hover{
	background-color: var(--sub-color);
	color: #fff;
}
.o_link a svg{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: clamp(15px, 1.3vw, 25px);
	margin-left: 10px;
	height: auto;
	width: 12px;
}
.o_link li a path{
	transition: all ease 0.5s;
	fill: var(--sub-color);
}
.o_link li a:hover path{
	fill: #fff;
}
.box_2col{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: clamp(20px, 2.6vw, 50px);
}
.box_2col .left,
.box_2col .right{
	width: 48.5%;
	padding: clamp(20px, 1.6vw, 30px) clamp(20px, 1.8vw, 35px);
	border-radius: 5px;
}
.box_2col .left{
	border: 1px solid var(--color-g);
}
.box_2col .right{
	background-color: var(--sub-bg3);
}
.box_2col .left .g_btn,
.box_2col .right .g_btn,
.box_2col .left .o_btn,
.box_2col .right .o_btn{
	width: min(100%,300px);
	margin-top: clamp(10px, 1vw, 20px);
}
.line_ttl {
	font-size: var(--fontsize-18);
	padding-left: 14px;
	padding-bottom: clamp(10px, 1vw, 20px);
	margin-bottom: clamp(10px, 1vw, 20px);
	border-bottom: 1px solid var(--color-g);
	color: var(--main-color);
	position: relative;
}
.line_ttl::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: calc(100% - clamp(10px, 1vw, 20px));
	background-color: #D2E4B5;
}
.line_ttl::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: calc((100% - clamp(10px, 1vw, 20px)) / 2);
	background-color: var(--main-color);
}
/* 
 pediatric-care
----------------------------------------------------------- */
.pediatriccare #infant .right p {
	margin-top: clamp(10px, 0.8vw, 15px);
}
/* 
 gynecology
----------------------------------------------------------- */
.gynecology #vaccine .right > p{
	margin-bottom: clamp(10px, 0.8vw, 15px);
}
/* 
 pediatrics
----------------------------------------------------------- */
.pediatrics #personal .luna_ttl{
	margin-top: clamp(15px, 1.3vw, 25px);
}
.pediatrics #developmental .hyo{
	margin-top: clamp(15px, 1.3vw, 25px);
}
.pediatrics #medical .g_link{
	margin: clamp(20px, 2.6vw, 50px) 0;
}
/* 
 about
----------------------------------------------------------- */
.about_greetings .sub_h2{
	margin-bottom: clamp(40px, 4.1vw, 80px);
}
.doctor_wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.doctor_wrap:not(:last-of-type) {
	margin-bottom: var(--padding-130);
}
.doctor_wrap img{
	width: 35%;
	height: auto;
	border-radius: 5px;
	overflow: hidden;
}
.doctor_wrap .txt{
	width: 58%;
	background-color: #fff;
	border-top: 8px solid #B0CA4F;
	border-bottom: 8px solid #B0CA4F;
	border-radius: 10px;
	padding: clamp(20px, 2vw, 40px) clamp(20px, 3.1vw, 60px);
	background-image: url('./library/images/doctor_wrap.svg');
	background-position: right bottom -1px;
	background-repeat: no-repeat;
	background-size: auto clamp(35px, 2.6vw, 50px);
}
.doctor_wrap .name{
	margin-bottom: clamp(15px, 1.6vw, 30px);
}
.doctor_wrap .name p{
	font-size: var(--fontsize-18);
	margin-bottom: clamp(8px, 0.83vw, 16px);
	line-height: 1.3;
}
.doctor_wrap .name h3{
	font-weight: 500;
	font-size: clamp(22px, 1.5vw, 28px);
	line-height: 1.3;
}
.doctor_wrap .name h3 span{
	display: block;
	font-size: clamp(24px, 2.6vw, 50px);
	color: var(--main-color);
	letter-spacing: 0.1em;
	font-family: "Marcellus", serif;
	margin-bottom: 8px;
}
.doctor_wrap .comment{
	padding-bottom: clamp(25px, 2.3vw, 45px);
	background-image: url('./library/images/dot.svg');
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: auto 12px;
}
.doctor_wrap .reaf_h4{
	margin-top: clamp(15px, 1.6vw, 30px);
}
.about_schedule{
	background-color: #fff;
}
.about_schedule .box{
	background-color: var(--sub-bg);
	border-radius: 5px;
	padding: clamp(20px, 4.1vw, 80px);
}
.about_schedule .box > div{
	width: min(100%,870px);
	margin-inline: auto;
}
.about_schedule .gynecology_schedule{
	margin-top: clamp(20px, 3.4vw, 65px);
}
.about_outline .flex{
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: clamp(15px, 1.6vw, 30px);
}
.about_outline .map,
.about_outline .box{
	width: 50%;
}
.about_outline iframe{
	height: 100%;
}
.about_outline .box{
	background-color: var(--main-color);
	padding: clamp(20px, 2.6vw, 50px) clamp(20px, 3.1vw, 60px);
	color: #fff;
}
.about_outline .box h3{
	font-size: var(--fontsize-25);
	margin-bottom: clamp(10px, 1vw, 20px);
}
.about_outline .tel_btn{
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, 1fr);
	margin: clamp(15px, 1.6vw, 30px) 0;
}
.about_outline .tel_btn li{
	border: 1px solid #A7CC6A;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
	font-size: 14px;
	color: #D9E8C0;
	line-height: 1.5;
}
.about_outline .tel_btn li a{
	color: #fff;
	font-size: var(--fontsize-20);
	text-decoration: underline;
	transition: all ease 0.5s;
}
.about_outline .tel_btn li a:hover{
	opacity: 0.7;
}
.about_outline .item_list{
	padding-bottom: clamp(15px, 1.6vw, 30px);
	border-bottom: 1px solid #A7CC6A;
	margin-bottom: clamp(15px, 1.6vw, 30px);
}
.about_outline .item_list li{
	justify-content: space-between;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.about_outline .item_list li:not(:last-child){
	margin-bottom: 20px;
}
.about_outline .item_list li span{
	width: clamp(110px, 7vw, 135px);
	display: block;
}
.about_outline .item_list li p{
	width: calc(100% - clamp(110px, 7vw, 135px));
	font-size: 14px;
}
.about_outline .item_list li p{
	width: calc(100% - clamp(110px, 7vw, 135px));
	font-size: 14px;
}
.about_outline .box > p{
	display: flex;
	align-items: center;
}
.about_outline .box > p img{
	width: clamp(25px, 1.6vw, 30px);
	height: auto;
	margin-right: 10px;
}
.about_outline .inner > ul {
	display: grid;
	gap: clamp(20px, 1.6vw, 30px);
	grid-template-columns: repeat(3, 1fr);
}
.about_outline .inner > ul > li{
	background-color: #fff;
	border-radius: 5px;
	padding: clamp(20px, 1.6vw, 30px);
}
.about_outline .inner > ul > li h4{
	text-align: center;
	font-weight: 500;
	color: var(--main-color);
	margin-bottom: clamp(10px, 1vw, 20px);
	font-size: var(--fontsize-20);
}
.about_outline .inner > ul > li h5{
	font-size: var(--fontsize-16);
	font-weight: 600;
	line-height: 2;
	margin-top: clamp(10px, 1vw, 20px);
}
.about_outline .inner > ul > li p{
	font-size: 14px;
}
/* 
 news index-archives page（サイドバー無し）
----------------------------------------------------------- */
.news .inner{
	width: min(90%,1000px);
}
.news_info{
	margin-bottom: 30px;
}
.news_info .date{
	margin-right: 5px;
	font-weight: normal;
	font-size: 14px;
}
.cat a{
	color:#fff;
	padding:3px 10px;
	font-size:12px;
	white-space: nowrap;
	margin: 3px 5px 3px 0;
	font-weight: normal;
	transition: all ease 0.5s;
	display: inline-block;
	line-height: 1.3;
	background-color: var(--main-color);
	border-radius: 3px;
	font-weight: 500;
}
.cat a:hover{
	background-color:var(--main-color);
	color:#fff;
}
.ttl_maru{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 12px;
	color: var(--main-color);
	position: relative;
	padding-left: 18px;
}
.ttl_maru::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	padding: 5px;
	border-radius: 10px;
	background-color: var(--main-color);
	transform: translateY(-50%);
}
.list_wrap{
	display:flex;
    justify-content:flex-start;
	flex-wrap:wrap;
}
.l_cotent{
	width:70%;
	margin-right:5%;
}
.news_list{
	margin-bottom: clamp(30px, 2.3vw, 45px);
}
.news_list > li{
	background-color: #fff;
	padding: 20px;
	border-left: 6px solid var(--main-color);
	margin-bottom:20px;
	position: relative;
	transition:all ease 0.5s;
	border-radius: 5px;
}
.news_list > li:hover{
	background-color: #f8fcf1;
}
.news_list > li > a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.news_list .news_info{
	margin-bottom: 0;
}
.news_list > li .news_info{
	padding-top: 10px;
	border-top: 1px solid #D5D5D5;
	margin-bottom: 0;
}
.news_list > li h3{
	font-size:20px;
	background: none;
	padding-left: 0;
	text-align: justify;
	margin-bottom: 5px;
	font-weight: 500;
}
.news_list > li p{
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
	color: #555;
	font-size: var(--fontsize-16);
	line-height: 1.5;
}
.sidebar {
	width: 25%;
}
.widgettitle {
	padding:0 0 5px 18px;
	margin-bottom: 10px;
	border-bottom: 1px solid #E3E3E3;
	position: relative;
	font-weight: 600;
	color: var(--main-color);
}
.widgettitle::before{
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	padding: 5px;
	border-radius: 6px;
	background-color: var(--main-color);
}
.widget ul:not(.children) {
  margin-bottom: 30px;
}
.widget ul li:not(:last-child) a {
	margin-bottom: 10px;
}
.widget ul li a {
	width: 100%;
	font-size: 0.9rem;
	display: block;
	padding-left: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position:relative;
	transition:all ease 0.5s;
	-webkit-transition:all ease 0.5s;
	-moz-transition:all ease 0.5s;
}
.widget ul li a::before{
	content:"▶";
	font-size:10px;
	position:absolute;
	top:50%;
	left:0;
	transform:translateY(-50%);	
}
.widget ul li a:hover{
	color: var(--main-color);
}
#archives-dropdown-2 {
	width: 100%;
	font-size: 0.9rem;
	padding: 10px 15px;
	border: 0px;
	background-color: #fff;
}
/* news single page
----------------------------------------------------------- */
.stitle {
	font-size:var(--fontsize-22);
	font-weight: 500;
	line-height: 1.3;
	color: var(--main-color);
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	position: relative;
	text-align: justify;
}
.stitle::before{
	content: "";
	background-color: var(--main-color);
	bottom:-1px;
	position: absolute;
	left:0;
	width: 50px;
	height: 1px;
}
.singlecont a {
	text-decoration: underline;
	color: inherit;
	font-weight: inherit;
}
.singlecont h1,
.singlecont h2,
.singlecont h3,
.singlecont h4,
.singlecont h5,
.singlecont h6{
	line-height: inherit;
	font-weight: bold;
}
/* 
 contact
----------------------------------------------------------- */ 
.cont_list {
	display:flex;
    justify-content:center;
	flex-wrap:wrap;
	margin-bottom: 60px;
}
.cont_list li {
	width:32%;
	text-align:center;
	background-color: #BEBEBE;
	color:#FFF;
	padding:10px;
	border-radius:5px;
	font-weight:bold;
}
.cont_page {
	background-color: var(--main-color) !important;
}
.cont_list li:nth-of-type(2) {
	margin:0 2%;
}
.wpcf7 dl, .mw_wrap dl {
	width:100%;
	margin-bottom:30px;
}
.wpcf7 dt, .mw_wrap dt {
	width:100%;
	margin-bottom: 3px;
}
.wpcf7 dt span, .mw_wrap dt span {
	color:#E43836;
	padding-left: 1em;
	font-size: 11px;
}
.wpcf7 dd, .mw_wrap dd {
	width:100%;
}
.wpcf7 dl.form_sub, .mw_wrap dl.form_sub {
	margin-bottom:10px;
}
.wpcf7 dl.form_sub dt p, .mw_wrap dl.form_sub dt p {
	font-size: 16px;
}
.wpcf7 dt.form_sub_ttl, .mw_wrap dt.form_sub_ttl {
	margin-bottom: 5px;
}
.wpcf7-list-item{
	margin: 0 1em 0 0;
	display: block;
	margin-bottom: 5px;
}
.wpcf7-date{
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #D9E2E9;
	padding:5px;
	font-size:0.9rem;
	min-height: 38px;
}
.wpcf7 .subbtn, .mw_wrap .subbtn {
	width: fit-content;
	margin:30px auto 0;
}
.wpcf7 .flex, 
.mw_wrap .flex {
	justify-content: center;
}
.wpcf7 .flex .subbtn, 
.mw_wrap .flex .subbtn {
	margin:30px 15px 0;
}
.subbtn input {
	width:300px;
	padding:10px;
	color: #FFF;
	border-style: none;
	background-color:var(--main-color);
	border-radius: 5px;
	transition:all ease 0.5s;
}
.subbtn input:hover {
	opacity: 0.7;
}
.wpcf7 .flex .subbtn:first-of-type input, 
.mw_wrap .flex .subbtn:first-of-type input {
	background-color:#f8fcf1;
	color: var(--font-color);
}
.wpcf7-text, .mw_txt {
	width: 100%;
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #D9E2E9;
	padding:5px;
	font-size:0.9rem;
	min-height: 38px;
}
.wpcf7-text:focus, .wpcf7-textarea:focus {
	background-color:#fafeff;
}
.wpcf7-select, .mw_select,
.wpcf7-file, .me_file{
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #D9E2E9;
	padding:5px 10px;
	font-size:0.9rem;
	min-height: 38px;
}
.wpcf7-textarea, .mw_area {
	width: 100%;
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #D9E2E9;
	padding:5px;
	font-size:0.9rem;
}
.wpcf7 dd .sub, .mw_wrap dd .sub {
	font-size:14px;
}
.shonin .wpcf7-list-item{
	margin: 15px auto 0;
	text-align: center;
	display: block;
	font-size: 14px;
}
.wpcf7 .flex, 
.mw_wrap .flex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.wpcf7 .flex .subbtn, 
.mw_wrap .flex .subbtn {
	margin:30px 15px 0;
}
.wpcf7 .flex .subbtn:first-of-type input, 
.mw_wrap .flex .subbtn:first-of-type input {
	background-color:#cccccc;
}
.priva {
	margin-top:30px;
	font-size: 14px;
}
.priva p {
	text-align:left;
}
.priva h3 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}
.priva h3 span {
	font-size:14px;
	margin-left:15px;
	display:inline-block;
}
.priva ul {
	width:100%;
	overflow-y:scroll;
	height:250px;
	border: 1px solid #D9E2E9;
	background:#FFF;
	padding: 20px;
}
.priva li:not(:last-child) {
	margin-bottom: 20px;
}
.priva li h4 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom:1px solid #2B1A02;
	font-size:14px;
	font-weight: 500;
}
.privabtn {
	text-align:center;
	margin-top:30px;
	font-weight:bold;
}
/* 
 エントリー
----------------------------------------------------------- */ 
.entry_area .inner{
	width: min(90%,1000px);
	margin-inline: auto;
	padding: 100px 0;
}
.entry_fi {
	padding: 80px 100px;
	background-color: #F7FAFC;
}
.entry_fi .wpcf7{
	width:auto;
	margin:0;
	max-width:100%;
}
.entry_fi .wpcf7 dt p, 
.entry_fi .mw_wrap dt p,
.entry_fi .address p{
	font-size: 15px;
}
.entry_fi .address > div > p,
.wpcf7 .sub_ttl p,
.mw_wrap .sub_ttl p{
	font-size: 15px;
}
.entry_fi .wpcf7-list-item{
	display: inline-block;
}
.entry_fi .birth > p{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.entry_fi .birth > p .wpcf7-select{
	width: 150px;
}
.entry_fi .birth > p small{
	padding: 0 10px;
}
.entry_fi .address,
.entry_fi .check .wpcf7-checkbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.entry_fi .address > div{
	width: 49%;
}
.entry_fi .address > div .wpcf7-select{
	width: 100%;
}
.entry_fi .check .wpcf7-list-item{
	width: 49%;
	display: block;
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #D9E2E9;
	font-size: 0.9rem;
	margin-right: 0;
}
.entry_fi .check .wpcf7-list-item label{
	width: 100%;
	height: 100%;
	display: block;
	padding: 5px 10px;
}
.entry_fi .file .sub{
	font-size: 14px;
}
.entry_fi .wpcf7-file{
	width: 100%;
	margin-bottom: 5px;
}
/* 
 foot
----------------------------------------------------------- */
.footer_wave{
	position: relative;
	z-index: 1;
	top: -1px;
}
.footer_wave > img{
	width: 100%;
	height: auto;
}
.footer_wave .illust.fuwa{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: clamp(100px, 10.9vw, 210px);
	width: auto;
}
.footer_access_img{
	height: clamp(200px, 20.8vw, 400px);
}
.footer_access_img::before{
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -10;
	width: 100%;
	height: 100vh;
	background-image: url('./library/images/footer_access_img.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.footer_access{
	background: linear-gradient(to bottom, rgba(227,245,198,0) 0, rgba(227,245,198,0) clamp(30px, 3.1vw, 60px), #E3F5C6 clamp(10px, 3.1vw, 60px), #E3F5C6 100%);
}
.footer_access .inner{
	padding-top: 0;
}
.footer_access .box{
	background-color: var(--sub-bg2);
	border-radius: 5px;
	border: 1px solid var(--color-g);
	padding: clamp(20px, 2.6vw, 50px);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer_access .box iframe{
	width: 37%;
}
.footer_access .box ul{
	display: grid;
	gap: clamp(20px, 2.6vw, 50px);
	grid-template-columns: repeat(3, 1fr);
	width: 63%;
	background-color: var(--color-g);
	border-radius: 0 5px 5px 0;
	padding: clamp(20px, 2.6vw, 50px);
}
.footer_access .box ul li a{
	width: 100%;
	height: 100%;
	background-color: var(--main-color);
	border-radius: 5px;
	display: grid;
	place-content: center;
	place-items: center start;
	color: #fff;
	transition: all ease 0.5s;
	border: 1px solid var(--main-color);
	padding: 20px;
}
.footer_access .box ul li a:hover{
	background-color: transparent;
}
.footer_access .box ul li a img{
	height: clamp(40px, 3.6vw, 70px);
	width: auto;
	margin: 0 auto;
}
.footer_access .box ul li a p{
	font-size: var(--fontsize-18);
	width: fit-content;
	padding-right: clamp(25px, 1.6vw, 30px);
	position: relative;
	margin: 8px auto 0;
}
.footer_access .box ul li a p::before{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 10px;
	background-image: url('./library/images/w_arrow.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.footer {
	background-color: #CBE89C;
}
.footer a{
	transition:all ease 0.5s;
}
.footer a:hover{
	opacity: 0.7;
}
.footer .inner {
	padding:var(--padding-80) 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	line-height: 1.5;
}
.footer .info img{
	height: clamp(100px, 10.4vw, 200px);
	width: auto;
	margin-bottom: clamp(20px, 2vw, 40px);
}
.footer .info p{
	font-size: 14px;
}
.footer .info p a{
	text-decoration: underline;
}
.footer .info p i{
	color: #81B42F;
	margin-right: 5px;
}
.footer .sitemap > ul{
	display: flex;
	justify-content: flex-end;
}
.footer .sitemap > ul > li:not(:last-child){
	margin-right: clamp(30px, 4.1vw, 80px);
}
.footer .sitemap > ul > li > a{
	padding-left: clamp(25px, 1.6vw, 30px);
	position: relative;
}
.footer .sitemap > ul > li > a::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 10px;
	background-image: url('./library/images/g_arrow.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.footer .sitemap > ul > li > ul{
	padding-left: clamp(15px, 1vw, 20px);
}
.footer .sitemap > ul > li > ul > li{
	margin-top: 5px;
}
.footer .sitemap > ul > li > ul > li > a{
	padding-left: clamp(10px, 0.8vw, 15px);
	position: relative;
	font-size: 14px;
}
.footer .sitemap > ul > li > ul > li > a::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 3px;
	background-color: var(--main-color);
	border-radius: 3px;
}
.cop {
	width:100%;
	padding:4px;
	background-color: var(--main-color);
	color:#FFF;
	font-size:14px;
	text-align:center;
	font-family: "Marcellus", serif;
	letter-spacing: 0.1em;
}
/* 
 smartphone menu btn
----------------------------------------------------------- */
.spnavbtn {
	position:fixed;
	top:4%;
	right:2%;
	z-index:999;
	text-align:center;
	padding:12px 10px 5px 11px;
	cursor:pointer;
	display:none;
}
.nav-trigger, .nav-trigger span {
	display: inline-block;
	transition: all ease 0.5s;
	box-sizing: border-box;
}
.nav-trigger {
	position: relative;
	width: 30px;
	height: 18px;
}
.nav-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: var(--main-color);
	border-radius: 20px;
}
.nav-trigger span:nth-of-type(1) {
	top: 0;
}
.nav-trigger span:nth-of-type(2) {
	top: 8px;
}
.nav-trigger span:nth-of-type(3) {
	bottom: 0;
}
/* 
 smartphone menu btn click
----------------------------------------------------------- */
.spnavbtn .activete {
	font-size:0.9em;
	opacity:0;
}
.spnavbtn .activete:before {
	content:"";
}
.nav-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
.nav-trigger.active span:nth-of-type(2) {
	left: 60%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
.nav-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}
/* 
 smartphone menu btn click area
----------------------------------------------------------- */
.spnav {
	position:relative;
	z-index:999;
}
.sp_close{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	height: 100dvh;
	z-index: 998;
	display: none;
}
.sp_close.open{
	display: inherit;
}
.spnav .trigger {
	width:300px;
	height:100%;
	transition:all ease 0.5s;
	position:fixed;
	top:0;
	left:-300px;
	overflow-y:scroll;
}
.spnav .open {
	width:250px;
	max-width:80%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	overflow-y:scroll;
	-webkit-backdrop-filter: saturate(140%) blur(20px) brightness(130%);
	backdrop-filter: saturate(140%) blur(20px) brightness(130%);
	background: rgba(255,255,255,0.8);
}
.spnav .trigger > p {
	width:100%;
	padding:15px;
	text-align:center;
}
.spnav .trigger > p img {
	height: 40px;
	width: auto;
	margin:0 auto;
}
.spnav .trigger > ul li:first-child {
	border-top:1px solid rgba(244,163,102,0.5);
}
.spnav .trigger > ul li {
	border-bottom:1px solid rgba(244,163,102,0.5);
	font-size:0.9rem;
	transition:all ease 0.5s;
	line-height: 1.2;
}
.spnav .trigger > ul li a,
.spnav .trigger > ul li p{
	padding: 15px;
	display: block;
	position: relative;
	z-index: 1;
}
.spnav .trigger > ul > li span {
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border-left: solid 1px rgba(244,163,102,0.5);
	z-index: 2;
	cursor: pointer;
}
.spnav .trigger > ul > li:not(.sp_accordion) span::before {
	content: '';
	display: block;
	position: absolute;
	inset: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent var(--main-color);
	border-width: 4.5px 0px 4.5px 7.79px;
}
.spnav .trigger > ul > li.sp_accordion > a{
	margin-right: 40px;
}
.spnav .trigger > ul > li.sp_accordion > a > span{
	right: -40px;
}
.spnav .trigger > ul > li.sp_accordion span::before,
.spnav .trigger > ul > li.sp_accordion span::after {
	content: '';
	display: block;
	position: absolute;
	inset: 50%;
	transform: translate(-50%, -50%);
	background-color: var(--main-color);
	border-radius: 50vh;
	transition: all ease .2s;
}
.spnav .trigger > ul > li.sp_accordion span::before {
	width: 50%;
	height: 1px;
}
.spnav .trigger > ul > li.sp_accordion span::after {
	height: 50%;
	width: 1px;
}
.spnav .trigger > ul > li.sp_accordion.sp_accordion_open span::before,
.spnav .trigger > ul > li.sp_accordion.sp_accordion_open span::after {
	transform: translate(-50%, -50%) rotate(45deg);
	background-color: var(--main-color);
}
.spnav .trigger > ul > li:last-child {
	border-bottom:1px solid rgba(244,163,102,0.5);
}
.spnav ul li ul li {
	border-top:1px solid rgba(244,163,102,0.2);
}
.spnav ul li ul li:last-child {
	border-bottom:none;
}
.sp_accordionbox{
	width: 100%;
	background: rgba(255,255,255,0.5);
	display: none;
}
.sp_accordionbox li a{
	padding-left: 35px !important;
}
.sp_accordionbox li a::before {
	content: '';
	display: block;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent var(--main-color);
	border-width: 4.5px 0px 4.5px 7.79px;
	margin-right: 10px;
}
@media screen and (max-width: 1800px) {
	/* 
	 sub
	----------------------------------------------------------- */
	.sub_fv h1{
		width: min(60%,900px);
	}
}
@media screen and (max-width: 1400px) {
	/* 
	 header
	----------------------------------------------------------- */
	.navwrap > ul > li{
		margin: 0 8px;
	}
	.tel_list a p span{
		font-size: 14px;
	}
	.tel_list a p{
		font-size: 16px;
		margin: 0 5px;
	}
	.navwrap > ul > li > a,
	.navwrap > ul > li > p{
		padding: 15px 0;
		font-size: 15px;
	}
	.navwrap ul li ul li a{
		font-size: 15px;
	}
	.navwrap ul li ul {
		top: 70px;
		width: 170px;
		padding: 10px 20px 10px 10px;
	}
	/* 
	 top
	----------------------------------------------------------- */
	.fv{
		padding-top: 100px;
	}
	.time_tbl dl dt {
		width: 160px;
	}
	.time_tbl dl dd {
		width: calc((100% - 160px) / 6);
	}
}
@media screen and (max-width: 1200px) {
	/* 
	 top
	----------------------------------------------------------- */
	.top_news ul {
		width: 700px;
	}
}
@media screen and (max-width: 1100px) {
	.pc1100{
		display: none;
	}
	br.pc1100{
		display: none;
	}
	.sp1100{
		display: block;
	}
	br.sp1100{
		display: inherit;
	}
	/* 
	 header
	----------------------------------------------------------- */ 
	.navwrap {
		height: 60px;
		top: 10px;
		padding-right: 50px;
	}
	.navwrap ul {
		display: none;
	}
	/* 
	 top
	----------------------------------------------------------- */ 
	.fv .fv_slider{
		width: 65%;
	}
	.fv .txt{
		width: 32%;
	}
	.top_news ul {
		width: calc(95% - 230px);
	}
	.fiximg_area .fix_img::before{
		display: none;
	}
	.fiximg_area .sp1100{
		width: 100%;
		height: auto;
	}
	.fiximg_area .txt{
		width: 100%;
		padding: var(--padding-95) 5%;
	}
	/* 
	 subpage共通
	----------------------------------------------------------- */ 
	.page_link ul{
		grid-template-columns: repeat(3, 1fr);
	}
	.page_link.tac ul li{
		width: calc((100% - (clamp(15px, 1vw, 20px) * 2)) / 3);
	}
	.line_box .flex img{
		width: 48.5%;
	}
	.line_box .flex .txt{
		width: 48.5%;
	}
	.o_link{
		grid-template-columns: repeat(2, 1fr);
	}
	/* 
	 news
	----------------------------------------------------------- */ 
	.news_list > li h3{
		font-size:18px;
	}
	.news_list > li p{
		margin-bottom: 15px;
	}
	.news_list > li .info{
		padding-top: 15px;
	}
	/* 
	 エントリー
	----------------------------------------------------------- */ 
	.entry_area .inner{
		padding: 70px 0;
	}
	.entry_fi {
		padding: 40px 50px;
	}
	/* 
	 smartphone menu btn
	----------------------------------------------------------- */
	.spnavbtn {
		top:20px;
		right:25px;
		padding:10px 10px 5px 11px;
		display:block;
	}
	.nav-trigger {
		width: 30px;
	}
	.trigger .tel_list{
		display: block;
		margin: 10px;
	}
	.trigger .tel_list a:not(:last-of-type){
		margin-right: 0;
		margin-bottom: 10px;
	}
	/* 
	 footer
	----------------------------------------------------------- */
	.footer_access .box iframe{
		width: 100%;
		height: 250px;
	}
	.footer_access .box ul{
		width: 100%;
		border-radius: 0 0 5px 5px;
	}
	.footer .inner {
		display: grid;
		place-content: center;
		place-items: center center;
	}
	.footer .inner .info{
		margin-bottom: 20px;
	}
	.footer .inner .info img{
		margin-inline: auto;
	}
}
@media screen and (max-width:820px) {
	:root {
		--fontsize-16: 0.9rem;
		--fontsize-15: 14px;
	}
	.pc {
		display:none;
	}
	br.pc{
		display: none;
	}
	.sp {
		display:block;
	}
	br.sp{
		display: inherit;
	}
	.flex-prev {
		display:none!important;
	}
	.flex-next {
		display:none!important;
	}
	/* 
	 header
	----------------------------------------------------------- */
	.navwrap > .tel_list{
		display: none;
	}
	/* 
	 top
	----------------------------------------------------------- */
	.fv{
		height: auto;
		padding: clamp(100px, 6.8vw, 130px) 5% clamp(15px, 1.6vw, 30px);
	}
	.fv .fv_slider{
		width: 100%;
	}
	.fv .txt{
		width: 100%;
		margin-bottom: 30px;
		display: grid;
		place-content: center;
		place-items: center center;
	}
	.fv .txt .illust.fuwa{
		bottom: 0;
	}
	.top_news .inner{
		display: block;
	}
	.top_news .txt{
		width: 100%;
	}
	.top_news ul {
		width: 100%;
	}
	.top_news .linkbox{
		margin-top: 30px;
	}
	.top_news .linkbox a{
		margin: 0 auto;
	}
	.top_news .txt .illust.fuwa{
		right: 10px;
		top: -20px;
	}
	.top_news .txt{
		background-position: right bottom;
	}
	/* 
	 subpage共通
	----------------------------------------------------------- */ 
	.line_box .flex img{
		width: 100%;
		margin-bottom: 15px;
	}
	.line_box .flex .txt{
		width: 100%;
	}
	.hyo dl dt {
		width: 170px;
	}
	.hyo dl dd {
		width: calc(100% - 170px);
	}
	.box_2col .left,
	.box_2col .right{
		width: 100%;
	}
	.box_2col .left{
		margin-bottom: 20px;
	}
	.maru_list > li::before{
		top: 10px;
	}
	.page_box{
		padding-top: 64px;
	}
	/* 
	 about
	----------------------------------------------------------- */ 
	.doctor_wrap img{
		width: min(100%,250px);
		margin: 0 auto;
	}
	.doctor_wrap .txt{
		width: 100%;
		margin-top: 20px;
	}
	.about_outline .map{
		height: 250px;
	}
	.about_outline .map,
	.about_outline .box{
		width: 100%;
	}
	.about_outline .inner > ul {
		grid-template-columns: repeat(2, 1fr);
	}
	/* 
	 news
	----------------------------------------------------------- */
	.bcontwrap ul{
		grid-template-columns: repeat(2, 1fr);
	}
	/* news single page
	----------------------------------------------------------- */
	.l_cotent {
		width: 100%;
		margin: 0;
	}
	.sidebar {
		width: 100%;
		margin-top: 40px;
	}
	/* 
	 ページネーション
	----------------------------------------------------------- */
	.prev, .next {
		width:100%;
		margin:0 0 5px;
	}
	.next {
		float:right;
	}
	.single .nav-below {
		margin-top: 40px;
	}
	/* 
	 contact
	----------------------------------------------------------- */
	.cont_list {
		margin-bottom: 30px;
	}
	.cont_list li {
		font-size: 0.9rem;
		padding: 5px;
		line-height: 25px;
	}
	.wpcf7 dl, .mw_wrap dl {
		width:100%;
		display:block;
		border-top:0px dashed #CCC;
		margin-bottom:15px;
	}
	.mwform-tel-field input[type="text"], .mwform-zip-field input[type="text"] {
		display: inline-block;
		width: 26%;
	}
	.priva ul {
		font-size:0.9rem;
	}
	.priva li p,
	.priva li h4{
		font-size:0.9rem !important;
	}
	/* 
	 エントリー
	----------------------------------------------------------- */ 
	.entry_area .inner{
		padding: 50px 0;
	}
	.entry_fi {
		padding: 30px;
	}
	.entry_fi .birth > p .wpcf7-select{
		width: 130px;
	}
	/* 
	 footer
	----------------------------------------------------------- */
	.footer .inner .info{
		margin-bottom: 0;
	}
	.footer .sitemap > ul{
		display: none;
	}
}
@media screen and (max-width:640px) {
	p,li,dd{
		line-height: 1.8;
	}
	.pc640{
		display: none;
	}
	br.pc640{
		display: none;
	}
	.sp640{
		display: block;
	}
	br.sp640{
		display: inherit;
	}
	/* 
	 header
	----------------------------------------------------------- */
	.top_back{
		display: none;
	}
	.fix_link{
		bottom: 10px;
	}
	/* 
	 top
	----------------------------------------------------------- */
	.fv .txt{
		display: block;
	}
	.fv .txt .illust.sway{
		right: 30px;
		left: auto;
		height: 100px;
	}
	.fv .txt .illust.fuwa{
		height: 80px;
	}
	.top_news ul li .date {
		width: 100%;
		color: #88B245;
		letter-spacing: 0.1em;
		font-weight: 500;
	}
	.top_news ul li h3 {
		width: 100%;
	}
	.fiximg_area .flex img{
		margin-left: 0 !important;
		position: absolute;
		right: 0;
		top: -20px;
		z-index: -1;
		height: 100px;
	}
	.time_tbl dl:first-of-type {
		font-size: 13px;
	}
	.time_tbl dl {
		font-size: 13px;
	}
	.time_tbl_sub li:nth-child(1){
		grid-column: 1/3;
		grid-row: 1/2;
	}
	.time_tbl_sub li:nth-child(2){
		grid-column: 1/3;
		grid-row: 2/3;
	}
	.time_tbl_sub li:nth-child(3){
		grid-column: 1/3;
		grid-row: 3/4;
	}
	.time_tbl dl dt {
		width: 100px;
	}
	.time_tbl dl dd {
		width: calc((100% - 100px) / 6);
	}
	.time_tbl dl dt span,
	.time_tbl dl dd span {
		font-size: 12px;
	}
	/* 
	 subpage共通
	----------------------------------------------------------- */ 
	.page_link ul{
		grid-template-columns: repeat(2, 1fr);
	}
	.page_link.tac ul li{
		width: calc((100% - (clamp(15px, 1vw, 20px) * 1)) / 2);
	}
	.g_box{
		padding: 20px;
	}
	.hyo dl dt {
		width: 100%;
	}
	.hyo dl dd {
		width: 100%;
	}
	.g_link {
		grid-template-columns: repeat(1, 1fr);
	}
	.maru_list > li:not(:last-child){
		margin-bottom: 10px;
	}
	.o_link{
		grid-template-columns: repeat(1, 1fr);
	}
	.page_box{
		padding-top: 32px;
	}
	/* 
	 about
	----------------------------------------------------------- */ 
	.about_outline .inner > ul {
		grid-template-columns: repeat(1, 1fr);
	}
	.about_outline .item_list li span{
		width: 100%;
		font-weight: 600;
	}
	.about_outline .item_list li p{
		width: 100%;
	}
	.about_outline .tel_btn li a{
		display: block;
	}
	/* 
	 news
	----------------------------------------------------------- */
	.bcontwrap ul{
		grid-template-columns: repeat(1, 1fr);
	}
	.news_list > li h3 {
	  font-size: 17px;
	}
	.news_list > li{
		padding: 15px;
	}
	.news_list > li dt {
		width: 100%;
		margin: 0 auto 15px;
	}
	.news_list > li {
		width: 100%;
	}
	.news_list > li p{
		margin-bottom: 10px;
	}
	.news_list > li .info{
		padding-top: 10px;
	}
	/* 
	 エントリー
	----------------------------------------------------------- */ 
	.entry_area .inner{
		padding: 40px 0;
	}
	.entry_fi {
		padding: 20px;
	}
	.entry_fi .birth > p small{
		padding: 0 5px;
	}
	.entry_fi .birth > p .wpcf7-select{
		width: 75px;
	}
	.entry_fi .check .wpcf7-list-item{
		width: 100%;
	}
	/* 
	 footer
	----------------------------------------------------------- */
	.footer_access .box ul{
		grid-template-columns: repeat(1, 1fr);
	}
	/* 
	 spnavbtn
	----------------------------------------------------------- */
	.spnavbtn {
		right:15px;
	}
}