@charset "utf-8";

/*
Theme Name: アドダス
Author: アドダス
Author URI: https://addas.jp
Description: Bootstrap5@Webpack
*/

/*　H-02style  ================================================================================= */

body {
	font-family: YakuHanMP, "Boston","Zen Old Mincho", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", sans-serif, serif;
	padding-top: 0!important;
	font-weight: normal;
	color: #756552;
}

.libre-regular {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}

a {
	color: #756552;
}
a:hover {
    color: #756552;
}

article.post {
    color: #756552;
} 

.page-link:hover {
    border-color: #c2b8b9;
    background-color: #d9d9d9;
}

.lh-03 {line-height: 0.3;}
.lh-04 {line-height: 0.4;}
.lh-05 {line-height: 0.5;}
.lh-06 {line-height: 0.6;}
.lh-07 {line-height: 0.7;}
.lh-08 {line-height: 0.8;}
.lh-09 {line-height: 0.9;}
.lh-10 {line-height: 1;}
.lh-11 {line-height: 1.1;}
.lh-12 {line-height: 1.2;}
.lh-13 {line-height: 1.3;}
.lh-14 {line-height: 1.4;}
.lh-15 {line-height: 1.5;}
.lh-16 {line-height: 1.6;}
.lh-17 {line-height: 1.7;}
.lh-18 {line-height: 1.8;}
.lh-19 {line-height: 1.9;}
.lh-20 {line-height: 2.0;}
.lh-21 {line-height: 2.1;}
.lh-22 {line-height: 2.2;}
.lh-23 {line-height: 2.3;}
.lh-24 {line-height: 2.4;}
.lh-25 {line-height: 2.5;}
.lh-26 {line-height: 2.6;}
.lh-27 {line-height: 2.7;}
.lh-28 {line-height: 2.8;}
.lh-29 {line-height: 2.9;}
.lh-30 {line-height: 3.0;}

.ls-1 {letter-spacing: 1px;}
.ls-2 {letter-spacing: 2px;}
.ls-3 {letter-spacing: 3px;}
.ls-4 {letter-spacing: 4px;}
.ls-5 {letter-spacing: 5px;}
.ls-6 {letter-spacing: 6px;}
.ls-7 {letter-spacing: 7px;}
.ls-8 {letter-spacing: 8px;}
.ls-9 {letter-spacing: 9px;}
.ls-10 {letter-spacing: 10px;}

/* =============  角丸 ============ */
.rounded05 {border-radius:5px}
.rounded10 {border-radius:10px}
.rounded15 {border-radius:15px}
.rounded20 {border-radius:20px}
.rounded25 {border-radius:25px}
.rounded30 {border-radius:30px}
.rounded35 {border-radius:35px}
.rounded40 {border-radius:40px}
.rounded45 {border-radius:45px}
.rounded50 {border-radius:50px}

/* =============  上だけ角丸 ============ */
.rounded05-up {border-radius:5px 5px 0 0}
.rounded10-up {border-radius:10px 10px 0 0}
.rounded15-up {border-radius:15px 15px 0 0}
.rounded20-up {border-radius:20px 20px 0 0}
.rounded25-up {border-radius:25px 25px 0 0}
.rounded30-up {border-radius:30px 30px 0 0}
.rounded35-up {border-radius:35px 35px 0 0}
.rounded40-up {border-radius:40px 40px 0 0}
.rounded45-up {border-radius:45px 45px 0 0}
.rounded50-up {border-radius:50px 50px 0 0}

/* =============  下だけ角丸 ============ */
.rounded05-down {border-radius: 0 0 5px 5px}
.rounded10-down {border-radius: 0 0 10px 10px}
.rounded15-down {border-radius: 0 0 15px 15px}
.rounded20-down {border-radius: 0 0 20px 20px}
.rounded25-down {border-radius: 0 0 25px 25px}
.rounded30-down {border-radius: 0 0 30px 30px}
.rounded35-down {border-radius: 0 0 35px 35px}
.rounded40-down {border-radius: 0 0 40px 40px}
.rounded45-down {border-radius: 0 0 45px 45px}
.rounded50-down {border-radius: 0 0 50px 50px}

/* =============  左だけ角丸 ============ */
.rounded05-left {border-radius:5px 0 0 5px}
.rounded10-left {border-radius:10px 0 0 10px}
.rounded15-left {border-radius:15px 0 0 15px}
.rounded20-left {border-radius:20px 0 0 20px}
.rounded25-left {border-radius:25px 0 0 25px}
.rounded30-left {border-radius:30px 0 0 30px}
.rounded35-left {border-radius:35px 0 0 35px}
.rounded40-left {border-radius:40px 0 0 40px}
.rounded45-left {border-radius:45px 0 0 45px}
.rounded50-left {border-radius:50px 0 0 50px}

/* =============  右だけ角丸 ============ */
.rounded05-right {border-radius:0 0 5px 5px}
.rounded10-right {border-radius:0 0 10px 10px}
.rounded15-right {border-radius:0 0 15px 15px}
.rounded20-right {border-radius:0 0 20px 20px}
.rounded25-right {border-radius:0 0 25px 25px}
.rounded30-right {border-radius:0 0 30px 30px}
.rounded35-right {border-radius:0 0 35px 35px}
.rounded40-right {border-radius:0 0 40px 40px}
.rounded45-right {border-radius:0 0 45px 45px}
.rounded50-right {border-radius:0 0 50px 50px}

/* ====================================================

       　               色（ポジ)　

==================================================== */

/* ============= 背景色 ============= */
.bg-base {
	background-color: #fff;
}
.text-orange {
	color: #e87124;
}
.bg-orange {
	background-color: #e87124;
}

.bg-deepgreen {
  background-color:#6F9B3F;
}


.text-ao {
	color: #212a63;
}
.bg-ao {
	background-color: #212a63;
}
.text-pink {
	color: #fc8ea7;
}
.bg-pink {
	background-color: #fc8ea7;
}
.text-kin {
	color: #ae8e5a;
}
.bg-kin {
	background-color: #ae8e5a;
}
.text-sanka {
	color: #5ba8e3;
}
.bg-sanka {
	background-color: #5ba8e3;
}
.bg-subsanka {
	background-color: #dcecf8;
}
.text-fujinka {
	color: #ae8e5a;
}
.bg-fujinka {
	background-color: #ae8e5a;
}
.bg-subfujinka {
	background-color: #fff5e4;
}
.text-lightgray {
	color: #eee;
}
.bg-lightgray {
	background-color: #eee;	
}
.bg-usupink {
	background-color: #ffdae3;
}

.bg-hadairo {
	background-color: #ffecdf;
}
.bg-lightyellow {
	background-color: #fff9db;
}
.bg-brown {
	background-color: #4c413c;
}

.text-green {
	color: #00c185;
}
.bg-green {
	background-color: #00c185;
}

/* ============= 文字の色 ============ */
/*　ヘッダーの文字の色　*/
#area-header #menu-global .menu-item .nav-link {
    color: #756552;
}

/*　文章の色　*/
p {
	color: #756552;	
}

/* ============ 見出しの色 ============ */
h1,h2,h3,h4,h5 {
	color: #756552;
}

/* ============ ボタンの色 ============ */
/*　ボタンの中の文字の色　*/
.link-btn1 span {
    color: #fff!important;
}

/*　ボタンの中の文字の色(ホバー時の色)　*/
.link-btn1:hover span{
  	color: #fc8ea7!important;
}

.link-btn1.sanka:hover span{
  	color: #5ba8e3!important;
}

.link-btn1.kin:hover span{
  	color: #ae8e5a!important;
}

/*　ボタンの中の背景の色　*/
.link-btn1 {
	background-color: #fc8ea7!important;
	border: 1px solid #fa8ea7!important;
}

/*　ボタンの中の背景の色(ホバー時の色)　*/
.link-btn1:before {
	background-color: #fff!important;
}


/* ====================================================

       　               色（ネガ)　
       
==================================================== */

/* ========== 背景色(ネガ) =========== */
.bg-nbase {
	background-color: #000;
}

/* ============= 文字の色 ============ */
/*　ヘッダーの文字の色(ネガ)　*/
#area-header.nega #menu-global .menu-item .nav-link {
    color: #fff;
}
/*　文章の文字の色(ネガ)　*/
.nega p {
	color: #fff;	
}

/* ========= 見出しの色(ネガ) ========== */
/*　見出しの色(白色の文字)　*/
.nega h1,.nega h2,.nega h3,.nega h4,.nega h5 {
	color: #fff;
}

/* ========== ボタンの色(ネガ) ========== */
.link-btn1n span {
    color: #000!important;
}

/*　ボタンの中の文字の色(ホバー時の色)(ネガ)　*/
.link-btn1n:hover span{
  	color: #fff!important;
}

/*　ボタンの中の背景の色(ネガ)　*/
.link-btn1n {
	background-color: #fff!important;
}
.link-btn1n:before {
	background-color: #000!important;
  	border: 2px solid #fff!important;
}


@media (max-width: 992px) {
	.h-02 #area-header {
		height: 70px;
	}
}

/*　ヘッダーお問い合わせボタンの文字の色　*/
.h-01 #area-header #menu-global .btn-contact.menu-item a.nav-link {
	color: #fff!important;
}

a.tel-link {
	color: #000!important;
}

a.tel-link a {
	color: #000!important;
}

.nega a.tel-link {
	color: #fff!important;
}

.nega a.tel-link a {
	color: #fff!important;
}

/*  ページナビ  */
.pagination .page-link.active, .active>.page-link {
    background-color: #000;
    border-color: #000;
}
.pagination .page-link {
    border: 1px solid #000;
    color: #000;
}
.pagination .page-link.current {
	color: #fff;
}

/*　文字調整　*/
h2.h2 {
	font-weight: bold;
	font-size: clamp(1.5rem, 1.35rem + 0.75vw, 2.25rem);
	letter-spacing: clamp(0.15rem, 0.08rem + 0.35vw, 0.5rem);
	line-height: clamp(2.188rem, 2rem + 0.94vw, 3.125rem);
}

.midashieigo {
	font-family: 'Oswald', sans-serif;
	font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
}


h4 {
	font-size: calc(1.275rem + 0.3vw);
	line-height: 2rem;
}

.indent-1 {
	padding-left:1em;
	text-indent:-1em;
}

h1,h2,h3,h4,h5,p {
	word-break: break-all;
}


/* 幅 */
/*60px-150px*/
.py-haba01 {
	padding-top: clamp(3.75rem, 2.679rem + 5.36vw, 9.375rem);
	padding-bottom: clamp(3.75rem, 2.679rem + 5.36vw, 9.375rem);
}
.pt-haba01 {
	padding-top: clamp(3.75rem, 2.679rem + 5.36vw, 9.375rem);
}
.pb-haba01 {
	padding-bottom: clamp(3.75rem, 2.679rem + 5.36vw, 9.375rem);
}

/*30px-75px*/
.py-haba02 {
	padding-top: clamp(1.875rem, 1.313rem + 2.81vw, 4.688rem);
	padding-bottom: clamp(1.875rem, 1.313rem + 2.81vw, 4.688rem);
}
.pt-haba02 {
	padding-top: clamp(1.875rem, 1.313rem + 2.81vw, 4.688rem);
}
.pb-haba02 {
	padding-bottom: clamp(1.875rem, 1.313rem + 2.81vw, 4.688rem);
}

/*90px-180px*/
.py-haba03 {
	padding-top: clamp(5.625rem, 4.5rem + 5.63vw, 11.25rem);
	padding-bottom: clamp(5.625rem, 4.5rem + 5.63vw, 11.25rem);
}
.pt-haba03 {
	padding-top: clamp(5.625rem, 4.5rem + 5.63vw, 11.25rem);
}
.pb-haba03 {
	padding-bottom: clamp(5.625rem, 4.5rem + 5.63vw, 11.25rem);
}

.mt-haba01 {
	margin-top: clamp(3.75rem, 2.679rem + 5.36vw, 9.375rem);
}

.mt-30-90 {
	margin-top: clamp(1.875rem, 1.125rem + 3.75vw, 5.625rem);
}

.py-haba02 {
    padding-top: clamp(1.87rem, 1.3395rem + 2.68vw, 4.8675rem);
    padding-bottom: clamp(1.87rem, 1.3395rem + 2.68vw, 4.8675rem);
}

.py-haba03 {
	padding-top: clamp(6.25rem, 4.375rem + 9.38vw, 15.625rem);
	padding-bottom: clamp(6.25rem, 4.375rem + 9.38vw, 15.625rem);
}
.pt-haba03 {
	padding-top: clamp(6.25rem, 4.375rem + 9.38vw, 15.625rem);
}
.pb-haba03 {
	padding-bottom: clamp(6.25rem, 4.375rem + 9.38vw, 15.625rem);
}


/* ヘッダーロゴ設定 */
.h-02 .header-logo {
	width: 220px;
}
@media (min-width: 576px) {
	.h-02 .header-logo {
		width: 240px;
	}
}
@media (min-width: 992px) {
	.h-02 .header-logo {
		padding-top: 0;
    	padding-bottom: 0;
	}
}
@media (min-width: 1200px) {
	.h-02 .header-logo {
		width: 360px;
	}
}
.h-02 #area-header .navbar-brand {
    margin-right: 20px;
    width: auto;
}

/* ヘッダーナビ　ホバー処理 */
.h-02 #area-header #menu-global .menu-item:hover {
    background-color: #fff;
}
.h-02 #area-header #menu-global .btn-contact.menu-item:hover a.nav-link {
    color: #000;
}
.h-02 #area-header #menu-global .btn-contact.menu-item:hover {
    background-color: #fff;
}
.h-02 #area-header #header-sub li:hover a {
	background-color: #fff;
	color: #000;
}

/* ヘッダーナビ設定 */
.h-02 #area-header #menu-global .menu-item .nav-link a {
	color: #000;
}
.h-02 #area-header #menu-global .menu-item {
    background-color: transparent;
}

.h-02 #area-header #menu-global {
	margin-top: 60px;
	padding: 6%;
}
@media (min-width: 768px) {
	.h-02 #area-header #menu-global {
		margin-top: 70px;
	}
}
@media (min-width:992px) {
	.h-02 #area-header #menu-global {
		padding: 0;
	}
}

.h-02 #area-header #menu-global .menu-item {
	margin-top: 20px;
}

.h-02 #area-header #menu-global .menu-item:last-child:hover {
	background-color: transparent;
}

@media (min-width: 992px) {
	#area-header #menu-global .menu-item .nav-link {
		font-size: 16px;
		font-weight: normal;
		padding-left: 20px;
		padding-right: 20px;
	}

	.h-02 #area-header .navbar-nav.globalMenuSp {
    	display: flex;
    	justify-content: center;
    	width: 100%;
  	}

  	.h-02 #area-header .navbar-nav.globalMenuSp > .nav-item {
    	text-align: center;
 	}

	.h-02 #area-header #menu-global .menu-item {
		margin-top: 0px;
	}
}

.h-02 #area-header.navbar {
	padding: 0;
}
@media (min-width: 992px) {
    .h-02 #area-header.navbar {
        padding: 10px 20px;
    }
}

.h-02 #area-header #menu-global .dropdown-menu li:last-child {
	padding: 0;
}


/*　ハンバーガーメニューボタン　*/
@media (max-width: 576px) {
	.h-02 #area-header .hamburger {
		position: absolute;
	    right: 0;
	    z-index: 100;
	}
}
@media (max-width: 992px) {
	.h-02 #area-header .hamburger {
	    right: 5px;
	}
}
@media (max-width: 992px) {
	.h-02 #area-header .globalMenuSp {
	  	position: fixed;
		z-index: -1;
		top: 0;
		left: 0;
		background: #fff;
		text-align: center;
		width: 100%;
		transform: translateX(100%);
		height: 100vh;
	}

	.h-02 #area-header .globalMenuSp ul {
	  margin: 0 auto;
	  padding: 0;
	  width: 100%;
	}

	.h-02 #area-header .globalMenuSp ul li {
	  list-style-type: none;
	  padding: 0;
	  width: 100%;
	}
	.h-02 #area-header .globalMenuSp ul li:first-child {
		padding-top: 0px;
	}
	.h-02 #area-header .globalMenuSp ul li:last-child {
	  padding-bottom: 0;
	}
	.h-02 #area-header .globalMenuSp ul li:hover{
	  background :#ddd;
	}

	.h-02 #area-header .globalMenuSp ul li a {
	  display: block;
	  color: #fff;
	  padding: 0.5em;
	  text-decoration :none;
	  font-weight: normal!important;
	}

	.h-02 #area-header .globalMenuSp.active {
	  opacity: 100;
	  display: block;
	  transform: translateY(0%);
	  max-height: 100vh;
      overflow-y: auto;
	}

	.h-02 #area-header .globalMenuSp.active #menu-global {
	  background-color: #e87124;
	}

	.h-02 #area-header .globalMenuSp .btn-english a {
		display: inline-block;
		margin-top: 25px;
		padding: 15px 30px;
		background-color: #fff;
	}

	.h-02 #area-header .logo-box {
		height: 70px;
    	padding: 10px !important;
    	background-color: #fff;
	}
}

.h-02 #area-header #menu-global li:hover .dropdown-menu {
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	flex-direction: column;
	position: absolute;
    top: 0;
    transform: translate(0, 20%);
}

.h-02 #area-header .openbtn {
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 70px;
    height: 70px;
	background-color: #e87124;
}

.h-02 #area-header .openbtn .openbtn-area{
    transition: all .4s;
}

.h-02 #area-header .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 18px;
    height: 2px;
    border-radius: 2px;
    background: #ffffff;
    width: 45%;
}

.h-02 #area-header .openbtn span:nth-of-type(1) {
	top:23px;	
}

.h-02 #area-header .openbtn span:nth-of-type(2) {
	top:31px;
}

.h-02 #area-header .openbtn span:nth-of-type(3) {
	top:39px;
}

.h-02 #area-header .openbtn.active .openbtn-area{
	transform: rotateY(-360deg);
}

.h-02 #area-header .openbtn.active span:nth-of-type(1) {
    top: 26px;
    left: 22px;
    transform: translateY(6px) rotate(-135deg);
    width: 40%;
}

.h-02 #area-header .openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.h-02 #area-header .openbtn.active span:nth-of-type(3){
    top: 38px;
    left: 22px;
    transform: translateY(-6px) rotate(135deg);
    width: 40%;
}

.h-02 #area-header {
	padding: 16px;
}
.h-02 #area-header #header-sub {
	 display: flex;
	 justify-content: right;
	 margin: 12px 0px 8px 12px;
}
@media (min-width: 992px) {
	.h-02 #area-header #navbarNav {
        margin: 15px 0px 0px 10px;
	}
}
.h-02 #area-header #header-sub li {
	list-style: none;
	margin-right: 10px;
}

.h-02 #area-header #header-sub li:nth-child(1) a {
    background-color: #ffdae3;
    color: #555;
    border-radius: 0 0 10px 10px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 7px;
    padding-bottom: 7px;
    position: fixed;
    top: 0;
    right: 310px;
}
.h-02 #area-header #header-sub li:nth-child(1) a:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    background-image: url(img/SVG/icon-access.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.h-02 #area-header #header-sub li:nth-child(2) a {
    background-color: #ffdae3;
    color: #555;
    border-radius: 0 0 10px 10px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 7px;
    padding-bottom: 7px;
    position: fixed;
    top: 0;
    right: 80px;
}
.h-02 #area-header #header-sub li:nth-child(2) a:before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 25px;
    margin-right: 10px;
    background-image: url(img/SVG/icon-contact.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
}

.h-02 #area-header #header-sub li:nth-child(1) a:hover,
.h-02 #area-header #header-sub li:nth-child(2) a:hover  {
   background-color: #fb6688!important;
   color: #fff;
   transition: 0.8s;
}

@media (min-width: 992px) {
	.icon-instagram {
		width: 22px;
	}
	.h-02 #area-header #header-sub li:nth-child(3) a {
		position: fixed;
	    top: 3px;
	    right: 20px;
	    background-color: #fc8ea7;
		padding: 8px;
		border-radius: 50%;
	}
	.h-02 #area-header #header-sub li:nth-child(3) a:hover {
		background-color: #212a63;
		transition: 0.8s;
	}
}

.h-02 #area-header #menu-global .menu-item.btn-contact {
	display: inline-block;
	background-color: #000;
}
.h-02 #area-header #menu-global .menu-item.btn-contact a {
	color: #fff;
}
@media (max-width: 992px) {
	.h-02 #area-header #menu-global .menu-item.btn-contact {
		background-color: #000;
	}
	.h-02 #area-header #menu-global .menu-item.btn-contact a {
		padding-top: 15px;
	    padding-bottom: 15px;
	}

	.h-02 #area-header .header_btn01 a,.h-02 #area-header .header_btn02 a {
		display: inline-block;
	    float: left;
	    width: 32%;
	    background-color: #000;
	    color: #fff!important;
	    border-radius: 15px;
	    margin-right: 2%;
	    padding-top: 10px!important;
	    padding-bottom: 10px!important;
	}
	.h-02 #area-header .header_btn03 a {
		display: inline-block;
	    float: left;
	    width: 32%;
	    background-color: #000;
	    color: #fff!important;
	    border-radius: 15px;
	    padding-top: 10px!important;
	    padding-bottom: 10px!important;
	}
}

.h-02 #area-header ul li.dropdown::before {
    content: '';
    position: absolute;
    right: 5px;
    bottom: 12px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #4c413c;
    border-right: 2px solid #4c413c;
    transform: rotate(135deg);
}
@media (min-width: 1200px) {
	.h-02 #area-header ul li.dropdown::before {
	    right: 5%;
	}
}

.h-02 #area-header #navbarNav li.dropdown ul{
	position: absolute;
	left:0;
	top:62px;
	z-index: 4;
	background:#28BFE7;
	width:180px;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
}

.h-02 #area-header #navbarNav ul ul li.dropdown::before{
	content:'';
	position: absolute;
	left:6px;
	top:17px;
	width:6px;
	height:6px;
    border-top: 2px solid #fff;
    border-right:2px solid #fff;
    transform: rotate(45deg);
}

.h-02 #area-header #navbarNav li.dropdown ul{
    left: 0;
    top: 36px;
    z-index: 4;
    background: #fff;
    width: 120%;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    border-radius: 0;
    width: 150%;
}

.h-02 #area-header #navbarNav li.dropdown ul li {
	width: 100%;
}

.h-02 #area-header #navbarNav li.dropdown:hover > ul,
.h-02 #area-header #navbarNav li.dropdown ul li:hover > ul,
.h-02 #area-header #navbarNav li.dropdown:active > ul,
.h-02 #area-header #navbarNav li.dropdown ul li:active > ul{
  visibility: visible;
  opacity: 1;
}

.h-02 #area-header #navbarNav li.dropdown ul li a{
	color: #fff;
	border-bottom: solid 2px #eeeeee;
	border-top: 0;
}

.h-02 #area-header #navbarNav li.dropdown ul li:last-child a{
	border-bottom:none;
}

.h-02 #area-header #navbarNav li.dropdown ul li a:hover,
.h-02 #area-header #navbarNav li.dropdown ul li a:active{
	background: #212a63;
}


@media screen and (max-width:992px) {
	.h-02 #area-header #navbarNav{
		padding: 0;
	}
	
	.h-02 #area-header #navbarNav ul{
		display: block;
		padding-left: 25px!important;
		padding-right: 25px!important;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	
	.h-02 #area-header #navbarNav li.dropdown ul,
	.h-02 #area-header #navbarNav li.dropdown ul ul{
	  	position: relative;
		left:0;
		top:0;
		width:95%;
		visibility:visible;
		opacity:1;
		display: none;
		transition:none;
	}

	.h-02 #area-header #navbarNav ul li.dropdown::before{
		right:20px;
		top: 22px !important;
	}

	.h-02 #area-header #navbarNav ul ul li.dropdown::before{
	    transform: rotate(135deg);
		left:20px;
	}
	    
	.h-02 #area-header #navbarNav ul li.dropdown.active::before{
	    transform: rotate(-45deg);
	}
}

@media (min-width: 992px) {
	.h-02 #area-header #menu-global li:hover .dropdown-menu li a {
	   	background-image: none!important;
	}
}

.h-02 #area-header #menu-global li:hover .dropdown-menu {
	padding: 15px;
}

.h-02 #area-header #menu-global li:hover .dropdown-menu li a {
	color: #000;
	display: block;
	padding: 15px 10px;
	width:  100%;
}

.h-02 #area-header #menu-global li .dropdown-menu li a:hover {
	color: #fff!important;
}

@media (max-width: 992px) {
	.h-02 #area-header #navbarNav ul li.dropdown::before {
	    right: 20px;
	    top: 30px!important;
	}

	.h-02 #area-header #menu-global .menu-item:hover {
	    background-color: transparent;
	}

	.h-02 #area-header #menu-global li:hover .dropdown-menu {
	    padding: 10px;
	}

	.h-02 #area-header #menu-global li .dropdown-menu > li {
		margin-top: 0;
	}
}

/*スマホナビ調整*/
@media (max-width: 992px) {
	.h-02 #area-header #menu-global li a {
		text-align: left;
	}

	#area-header #menu-global .menu-item .nav-link {
	    color: #fff;
	    font-size: 15px;
	}

	.h-02 #area-header ul li.dropdown::before {
	    content: '';
	    position: absolute;
	    right: 5px;
	    top: 12px;
	    width: 8px;
	    height: 8px;
	    border-top: 2px solid #4c413c;
	    border-right: 2px solid #4c413c;
	    transform: rotate(-45deg);
	    z-index: 10;
	}
	.h-02 #area-header ul li.dropdown.show::before {
		 transform: rotate(135deg);
	} 

	.h-02 #area-header #navbarNav li.dropdown ul {
		background: transparent;
		border: 0;
	}

	.h-02 #area-header #menu-global li .dropdown-menu li a {
		text-align: left;
		padding: 1rem!important;
		font-size: 14px;
		 border-bottom: 1px solid #e87124;
	}

	.h-02 #area-header #navbarNav ul li.dropdown::before {
	    display: none;
	}

	.h-02 #area-header #menu-global .btn-contact {
	    display: block;
	    width: 100%;
	    margin: 20px auto 20px 0;
	    padding-left: 10px;
	    padding-right: 10px;
	}

	.h-02 #area-header #menu-global {
	    margin-top: 70px;
	}

	.h-02 #area-header #menu-global {
		padding: 30px;
	}

	.h-02 #area-header #navbarNav li.dropdown ul li a{
		color: #000;
		border-bottom: 0;
	}

	.h-02 #area-header #navbarNav li.dropdown ul li a:hover, .h-02 #area-header #navbarNav li.dropdown ul li a:active {
	    background: transparent;
	}

	.h-02 #area-header #menu-global li .dropdown-menu li a:hover {
	    color: #000!important;
	}

	.h-02 #area-header #menu-global li:hover .dropdown-menu {
	    padding: 0px;
	}

	.h-02 #area-header #menu-global .dropdown-menu li:last-child a.nav-link:hover {
		background-color: transparent;
	}
	
	.h-02 #area-header #menu-global li a:hover {
		background-color:#202b64;
		color:#fff;
		transition: .5s ease-in-out;
	}
	    .h-02 #area-header #navbarNav li.dropdown ul li a:hover {
		background-color:#202b64;
		color:#fff!important;
		transition: .5s ease-in-out;
	}
	
	.h-02 #area-header #navbarNav ul li:last-child  {
		margin-bottom:200px;
	}
	
	.h-02 #area-header #navbarNav li.dropdown ul li:last-child {
		margin-bottom:30px;
	}

	.h-02 #area-header #menu-global .menu-item.spbtn-tel {
		display: inline-block;
  		vertical-align: middle;
  		width: 49%;
  		margin-top: 0;
  		height: 70px;
	}
	.h-02 #area-header #menu-global .menu-item.spbtn-tel a {
		text-align: center;
		background-color: #fff;
		color: #e87124;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		text-align: center;
		padding: 10px;
		box-sizing: border-box;
	}
	.h-02 #area-header #menu-global .menu-item.spbtn-tel a p {
		color: #e87124;
	}

	.h-02 #area-header #menu-global .menu-item.spbtn-webapo {
		display: inline-block;
  		vertical-align: middle;
  		width: 49%;
  		margin-top: 0;
  		height: 70px;
	}
	.h-02 #area-header #menu-global .menu-item.spbtn-webapo a {
		text-align: center;
		background-color: #4c413c;
		color: #fff;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		text-align: center;
		padding: 10px;
		box-sizing: border-box;
	}

	.h-02 #area-header #menu-global li .dropdown-menu  {
	  position: static !important;
	  border: none;
	  box-shadow: none;
	  padding: 0;
	  margin-bottom: 50px;
      margin-top: -25px;
      border-radius: 0;
	}

	.h-02 #area-header ul li.dropdown::before {
		border-top: 2px solid #ffffff;
    	border-right: 2px solid #ffffff;
	}
}

@media (min-width: 1200px) {
    #area-header #menu-global .menu-item .nav-link {
		padding-left: 15px;
		padding-right: 15px;
    }
}

@media (min-width: 1400px) {
    #area-header #menu-global .menu-item .nav-link {
         padding-left: 30px;
        padding-right: 30px;
    }
}

.h-02 #area-header #menu-global li a:hover {
	background-color: #e87124;
	color:#fff;
	transition: .5s ease-in-out;
}
.h-02 #area-header #menu-global li.sankanavi a:hover {
	background-color: #5ba8e3;
}
.h-02 #area-header #navbarNav li.sankanavi.dropdown ul li a:hover {
    background-color: #5ba8e3;
}
.h-02 #area-header #menu-global li.fujinkanavi a:hover {
	background-color: #ae8e5a;
}
.h-02 #area-header #navbarNav li.fujinkanavi.dropdown ul li a:hover {
    background-color: #ae8e5a;
}

#area-header:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: solid 2px #e87123;
	animation: border_anim 3s linear forwards;
}
@keyframes border_anim {
	0%{
		width: 0%;
	}
	100%{
		width: 100%;
	}
}

#area-header.scroll {
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}

.contact-box {
  display: none;
}
@media (min-width: 992px) {
  .contact-box {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 10px;
  }
   .contact-box .webapo-box {
	  width: auto;
	  position: relative;
	  z-index: 3;
	}

	.contact-box .webapo-box a {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  width: 100%;
	  height: 100%;
	  overflow: hidden;
	  position: relative;
	  transition-duration: .4s;
	   isolation: isolate; /* ← 追加 */
	}

	.contact-box .webapo-box a::after {
	  background: #00c185;
	  border-radius: 50%;
	  content: "";
	  display: block;
	  margin: auto;
	  opacity: 0;
	  pointer-events: none;
	  position: absolute;
	  top: 50%;
	  left: 0;
	  right: 0;
	  width: 100%;
	  padding-top: 100%;
	  height: 0;
	  z-index: -1; /* aタグの背面に */
	  transform: translateY(-50%) scale(0.1);
	  transition: opacity .5s, transform 0s;
	  transition-delay: 0s, .4s;
	}

	.contact-box .webapo-box a:hover {
	  color: #fff;
	}

	.contact-box .webapo-box a:hover::after {
	  opacity: 1;
	  transform: translateY(-50%) scale(1.1);
	  transition-delay: 0s;
	  transition: opacity .8s, transform .6s ease-in-out;
	}



  .contact-box .access-box {
	  width: auto;
	  position: relative;
	  z-index: 3;
	}

	.contact-box .access-box a {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  width: 100%;
	  height: 100%;
	  overflow: hidden;
	  position: relative;
	  transition-duration: .4s;
	   isolation: isolate; /* ← 追加 */
	}

	.contact-box .access-box a::after {
	  background: #00c185;
	  border-radius: 50%;
	  content: "";
	  display: block;
	  margin: auto;
	  opacity: 0;
	  pointer-events: none;
	  position: absolute;
	  top: 50%;
	  left: 0;
	  right: 0;
	  width: 100%;
	  padding-top: 100%;
	  height: 0;
	  z-index: -1; /* aタグの背面に */
	  transform: translateY(-50%) scale(0.1);
	  transition: opacity .5s, transform 0s;
	  transition-delay: 0s, .4s;
	}

	.contact-box .access-box a:hover {
	  color: #fff;
	}

	.contact-box .access-box a:hover::after {
	  opacity: 1;
	  transform: translateY(-50%) scale(1.1);
	  transition-delay: 0s;
	  transition: opacity .8s, transform .6s ease-in-out;
	}


  .contact-box .access-box {
    width: auto;
  }

  .webapo-box a {
  	height: 100%;
  	display: flex;
  	align-items: center;
  	background-color: #e87124;
  	color: #fff;
  	padding-left: 30px;
  	padding-right: 30px;
  }

  .access-box a {
  	height: 100%;
  	display: flex;
  	align-items: center;
  	background-color: #4c413c;
  	color: #fff;
  	padding-left: 30px;
  	padding-right: 30px;
  }



  .header-tel {
  padding-bottom: 5px;
  position: relative;
}
a.header-tel:hover {
	color: #e87124!important;
}
.header-tel::before {
  background: #e87124;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.header-tel:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
}
/* =================================================================================　H-02style  */

/*　S-02style  ================================================================================= */
.s-02 {
	position: fixed;
	width: 100%;
	z-index: 0;
}
.slider {
  max-width: 500px;
  width: 80%;
}
.slick-img img {
  height: auto;
  width: 100%;
}
.slick-list {
  position: relative;
}
.slick-next.slick-arrow {
  position: absolute;
  top: 50%;
  right: 1%;
  z-index: 10;
  width: 30px;
  -webkit-transform: translate(0%,0%);
    -moz-transform: translate(0%,0%);
    -ms-transform: translate(0%,0%);
    -o-transform: translate(0%,0%);
    transform: translate(0%,0%);
}
.slick-prev.slick-arrow {
  position: absolute;
  top: 50%;
  left: 1%;
  z-index: 10;
  width: 30px;
  -webkit-transform: translate(0%,0%);
    -moz-transform: translate(0%,0%);
    -ms-transform: translate(0%,0%);
    -o-transform: translate(0%,0%);
    transform: translate(0%,0%);
}
.s-02 .slide-dots {
  margin: 15px 0 0 0;
  padding: 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.slide-dots li {
  display: inline-block;
  margin: 0 10px;
}
.slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
.slide-dots li button::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  height: 13.5px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 24px;
  width: 13.5px;
}
.slide-dots button {
  background: none;
  border: none;
  outline: none;
  width: 13px;
  height: 13px;
  background-color: #fff;
}
.slide-dots li.slick-active button {
  background-color: #000;
}
.slick-list .slick-slide {
  padding-right: 2px;
}
.slick02 img {
  width: 100%;
}
.slick02 div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
}
@media (min-width: 992px) {
	.slick02 div {
  		/*height: calc(100vh - 130px);*/
	}
}

.slick02 div.img01 {
  background-image: url(img/slider01s.jpg);
  background-position: center top;
}
.slick02 div.img02 {
  background-image: url(img/slider02s.jpg);
  background-position: center top;
}
.slick02 div.img03 {
  background-image: url(img/slider03s.jpg);
  background-position: center bottom;
}
@media (min-width: 768px) {
  .slick02 div.img01 {
    background-image: url(img/slider01.jpg);
    background-position: center center;
  }
  .slick02 div.img02 {
    background-image: url(img/slider02.jpg);
    background-position: center center;
  }
  .slick02 div.img03 {
    background-image: url(img/slider03.jpg);
    background-position: center center;
  }
}
.slick02 .slick-dots {
  bottom: 4%;
  z-index: +1;
}
.s-02 .text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}
.s-02 h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 50px;
  text-align: center;
  color: #fff;
}
@media (min-width: 992px) {
  .s-02 h1 {
    font-size: 70px;
  }
}
.slide-arrow.slick-next.slick-arrow {
  z-index: 11;
}

.slick02 .img01,.slick02 .img02,.slick02 .img03, {
  width: 100%;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

.slide-text {
  position: absolute;
  z-index: 1000;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%);
}

.slide-text-item {
  display: none;
  opacity: 0;
  transition: opacity .5s ease;
}

.slide-text-item.active {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: center;
  gap: 15px;
  opacity: 1;
}
@media (min-width: 768px) {
	.slide-text {
	  top: 55%;
	}
	.slide-text-item.active {
		gap: 25px;
	}
}

.slide-text-item p {
  margin: 0;
  display: flex;
  align-items: flex-start;
  letter-spacing: 1.5px;
}

.slide-text-item.active p span {
	display: inline-block;
	background-color: rgb(232 113 35 / 100%);
	padding: 15px 8px;
	line-height: 1.7;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #fff;
	mix-blend-mode: multiply;
}

.fv-news {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
  z-index: 1001;
  width: min(85%, 680px);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  overflow: hidden;
}
@media (min-width: 768px) {
	.fv-news {
		width: min(90%, 680px);
	}
}

.fv-news-link {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px 18px;
  color: #333;
  text-decoration: none;
}

.fv-news-label {
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 700;
  background: #756552;
  color: #fff;
  border-radius: 999px;
  padding: 4px 12px;
}

.fv-news-marquee {
  position: relative;
  overflow: hidden;
  flex: 1;
  white-space: nowrap;
}

.fv-news-title {
  display: inline-block;
  padding-left: 100%;
  animation: fvNewsMarquee 14s linear infinite;
  font-size: 14px;
  color: #756552;
}

@media (min-width: 768px) {
	.fv-news-label,.fv-news-title  {
  		font-size: 16px;
  	}
}

@keyframes fvNewsMarquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.fv-news-link:hover .fv-news-title {
  animation-play-state: paused;
}


.fv-svg {
  position: absolute;
  left: 50%;
  bottom: 8%;
  transform: translate(-50%,-50%);
  width: 30%;
  height: auto;
  z-index: 2;
  display: block;
  pointer-events: none;
}
@media (min-width: 576px) {
	.fv-svg {
		width: 200px;
		left: 10%;
		bottom: 5%;
		transform: translate(0%,-50%);
	}
}
@media (min-width: 768px) {
	.fv-svg {
		width: 250px;
		left: 5%;
		bottom: 0%;
	}
}
@media (min-width: 992px) {
	.fv-svg {
		width: 280px;
		left: 5%;
	}
}
@media (min-width: 1200px) {
	.fv-svg {
		bottom: -7%;
	}
}

/***************************************************
 * Generated by SVG Artista on 5/8/2026, 11:51:21 AM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

svg .svg-elem-1{stroke-dashoffset:42.628456115722656px;stroke-dasharray:42.628456115722656px;fill:transparent;-webkit-transition:stroke-dashoffset 1s cubic-bezier(0.47,0,0.745,0.715) 0s,fill 0.7s cubic-bezier(0.47,0,0.745,0.715) 0.8s;transition:stroke-dashoffset 1s cubic-bezier(0.47,0,0.745,0.715) 0s,fill 0.7s cubic-bezier(0.47,0,0.745,0.715) 0.8s}svg.active .svg-elem-1{stroke-dashoffset:0;fill:rgb(144,74,49)}svg .svg-elem-2{stroke-dashoffset:51.30200958251953px;stroke-dasharray:51.30200958251953px;fill:transparent;-webkit-transition:stroke-dashoffset 1s cubic-bezier(0.47,0,0.745,0.715) 0.12s,fill 0.7s cubic-bezier(0.47,0,0.745,0.715) 0.9s;transition:stroke-dashoffset 1s cubic-bezier(0.47,0,0.745,0.715) 0.12s,fill 0.7s cubic-bezier(0.47,0,0.745,0.715) 0.9s}svg.active .svg-elem-2{stroke-dashoffset:0;fill:rgb(144,74,49)}svg .svg-elem-3{stroke-dashoffset:2504.232177734375px;stroke-dasharray:2504.232177734375px;fill:transparent;-webkit-transition:stroke-dashoffset 1s cubic-bezier(0.47,0,0.745,0.715) 0.24s,fill 0.7s cubic-bezier(0.47,0,0.745,0.715) 1s;transition:stroke-dashoffset 1s cubic-bezier(0.47,0,0.745,0.715) 0.24s,fill 0.7s cubic-bezier(0.47,0,0.745,0.715) 1s}svg.active .svg-elem-3{stroke-dashoffset:0;fill:rgb(233,125,16)}svg .svg-elem-4{stroke-dashoffset:79.5523681640625px;stroke-dasharray:79.5523681640625px;fill:transparent;-webkit-transition:stroke-dashoffset 1s cubic-bezier(0.47,0,0.745,0.715) 0.36s,fill 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.1s;transition:stroke-dashoffset 1s cubic-bezier(0.47,0,0.745,0.715) 0.36s,fill 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.1s}svg.active .svg-elem-4{stroke-dashoffset:0;fill:rgb(227,127,24)}svg .svg-elem-5{stroke-dashoffset:48.72914123535156px;stroke-dasharray:48.72914123535156px;fill:transparent;-webkit-transition:stroke-dashoffset 1s cubic-bezier(0.47,0,0.745,0.715) 0.48s,fill 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.2000000000000002s;transition:stroke-dashoffset 1s cubic-bezier(0.47,0,0.745,0.715) 0.48s,fill 0.7s cubic-bezier(0.47,0,0.745,0.715) 1.2000000000000002s}svg.active .svg-elem-5{stroke-dashoffset:0;fill:rgb(218,123,30)}


.c-btn {
  background: #ff701e;
  border: 2px solid #ff701e;
  border-radius: 60px;
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 15px 40px;
  text-align: center;
}
 
.c-btn.circle {
  background: #fff;
  color: #ff701e;
  border: 2px solid #ff701e;
  overflow: hidden;
  position: relative;
  transition-duration: .4s;
  z-index: 2;
  width: 400px;
}
@media (max-width: 576px) {
	.c-btn.circle {
		width: 100%;
	}
}
.c-btn.circle::after {
  background: #ff701e;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity .5s, transform 0s;
  transition-delay: 0s, .4s;
}
.c-btn.circle:hover {
  color: #fff;
  border: 2px solid #ff701e;
}
.c-btn.circle:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity .8s, transform .6s ease-in-out;
}

.about-logo {
	display: block;
	margin: 0 auto 30px;
	width: 80%;
}
@media (min-width: 768px) {
	.about-logo {
		width: 550px;
		margin: 0 auto 60px;
	}
}

.title-mark {
	width: 80px;
}

h2.midashi {
	font-size: clamp(1.625rem, 1.489rem + 1.2vw, 2.5rem);
	line-height: 1.5;
}
h3.komidashi {
	font-size: clamp(1.375rem, 1.239rem + 0.68vw, 1.75rem);
	line-height: 1.5;
}

.bg-shinryouannai {
	background-image: -webkit-linear-gradient(60deg, rgb(219 251 255) 0%, rgb(255 255 255) 50%, rgb(223 241 255) 100%);
}

.bg-shinryouannai img {
	height: 150px;
	/*width: fit-content!important;*/
}

.max-250 {
	max-width: 250px!important;
}

.btn-itiran .c-btn.circle {
	border-top: 0;
	border-left: 0;
	border-right: 0;
    border-bottom: 3px solid #ff701e;
    border-radius: 0;
    background-color: transparent;
}

.news-tab button{
  color: #756552;
  background:#eee;
  border:none;
  padding:10px 20px;
  border-radius:999px;
}

.news-tab button.is-active{
  background: #e87123;
  color:#fff;
}

ul.news-tab {
	list-style: none;
	position: relative;
  z-index: 10;
}

.news-hide{
  display:none !important;
}


/* =================================================================================　S-02style  */


.mainmoji {
	position: absolute;
	bottom: 0;
	width: 100%;
}
@media (min-width: 1400px) {
	.mainmoji {
		width: 90%;
		left: 50%;
		-webkit-transform: translate(-50%, 0%);
	    -moz-transform: translate(-50%, 0%);
	    transform: translate(-50%, 0%);
	}
}

.cls-1 {
    fill: #fff!important;
}
.cls-2 {
    fill: #756552!important;
}

.home .setsumeibox {
	position: relative;
    z-index: 1;
    background-color: rgba(255, 255, 255, 1);
}

.nami {
	position: relative;
    z-index: 1;
    margin-top: 200vh;
    height: 200px;
	background-image: url(img/SVG/repeat-nami.svg);
	background-repeat: repeat-x;
	background-repeat: no-repeat;
}
@media (min-width: 768px) {
	.nami {
	    margin-top: 100vh;
	}
}

.sankabox {
	display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dcecf8;
    padding: 20px;
    border-radius: 20px 20px 0 0;
}
.sankabox:hover {
	background-color: #5ba8e3;
	transition : all 1s ease 0s;
}
.sankabox:hover h3 {
	color: #fff;
	transition : all 1s ease 0s;
}
.fujinkabox {
	display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff5e4;
    padding: 20px;
    border-radius: 20px 20px 0 0;
}
.fujinkabox:hover {
	background-color: #ae8e5a;
	transition : all 1s ease 0s;
}
.fujinkabox:hover h3 {
	color: #fff;
	transition : all 1s ease 0s;
}
.icon-sanka,.icon-fujinka {
	width: 80px;
	margin: 0;
}

.yajirushi-pink {
	font-size: 20px;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.sankakamokubtn {
	border-bottom: 1px dashed #aaa;
}
.sankakamokubtn:hover {
	background-color: #5ba8e3;
	color: #fff;
	transition : all 1s ease 0s;
}
.sankakamokubtn:hover .yajirushi-pink {
	color: #fff;
}

.fujinkakamokubtn {
	border-bottom: 1px dashed #aaa;
}
.fujinkakamokubtn:hover {
	background-color: #ae8e5a;
	color: #fff;
	transition : all 1s ease 0s;
}
.fujinkakamokubtn:hover .yajirushi-pink {
	color: #fff;
}

.t-03 {
	width: 100%;
	line-height: 1.5;
	/*background-color: #fff;*/
}

.t-03 tr td:nth-child(1) {
	background-color: #fff;
}
.t-03 tr td {
	background-color: #fff;
}

.t-03 tr th:nth-child(1) {
	width: 10%;
}

.t-03 tr th:nth-child(2),
.t-03 tr th:nth-child(3) {
	width: 45%;
}

.t-03 th {
	text-align: center;
	background: #fff;
	border: solid 1px #000;
	color: #3f3f3f;
	padding: 10px;
}
.t-03 td {
	text-align: center;
	border: solid 1px #3f3f3f;
	padding: 10px;
}

.t-03 tr td:nth-child(1) {
	color: #3f3f3f;
}
.t-03 tr td:nth-child(2) {
	color: #e87124;
}
.t-03 tr td:nth-child(3) {
	color: #e87124;
}

@media (min-width: 768px) {
	.t-03 tr th:nth-child(1),
	.t-03 tr th:nth-child(2),
	.t-03 tr th:nth-child(3) {
		width: 100%;
	}

  .t-03 tr {
    display: block;
    float: left;
  }
  .t-03 tr td, 
  .t-03 tr th {
    border-left: none;
    display: block;
    height: 60px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .t-03 thead {
    display: block;
    float: left;
    width: 30%;
  }
  .t-03 thead tr {
    width: 100%;
  }
  .t-03 tbody {
    display: block;
    float: left;
    width: 70%;
  }
  .t-03 tbody tr {
    width: 14.2857%;
  }
  .t-03 tr td + td {
    border-left: none;
  }
  .t-03 tbody td:last-child {
    border-bottom: solid 1px #000;
  }

  .t-03 thead tr th {
  	border-bottom: 1px solid #fff;
  }
  .t-03 thead tr th:last-child {
  	border-bottom: 0px;
  }

  .t-03 tr td:nth-child(1) {
  	color: #3f3f3f;
  }
  .t-03 tr td:nth-child(2) {
  	color: #e87124;
  }
  .t-03 tr td:nth-child(3) {
  	color: #e87124;
  }

  .t-03 thead tr th:nth-child(3) {
  	border-bottom: solid 1px #3f3f3f;
  }

  .t-03 tbody tr td:nth-child(1),
  .t-03 tbody tr td:nth-child(2) {
  	border-bottom: 0;
  }

  .t-03 tbody tr.last td {
  	border-right: 0;
  }
}

@media (max-width: 768px) {
	.t-03 thead tr th {
		border-right: 1px solid #fff;
	}
	.t-03 thead tr th:last-child {
		border-right: 0;
	}

	.t-03 thead tr th {
		border-right: solid 1px #3f3f3f!important;
	}
}

@media (max-width: 768px) {
  /* 既存のボーダースタイル（略） */

  /* ▼ 追加：テーブル構造を明示的にリセット */
  .t-03 {
    display: table;
    table-layout: fixed;
    overflow-x: auto;
    width: 100%;
  }
  .t-03 thead,
  .t-03 tbody {
    display: table-header-group;
  }
  .t-03 tbody {
    display: table-row-group;
  }
  .t-03 tr {
    display: table-row;
    float: none;
  }
  .t-03 th,
  .t-03 td {
    display: table-cell;
    height: auto;
  }

  /* ▼ 小さい画面でのカラム幅調整 */
  .t-03 tr th:nth-child(1) {
    width: 24%;
  }
  .t-03 tr th:nth-child(2),
  .t-03 tr th:nth-child(3) {
    width: 38%;
  }
}

.icon-tel,.icon-appoitment {
	width: 80px;
}

.telbox {
	background-color: #fa8ea7;
}
.telbox:hover {
	background-color: #f9f7f3;
	transition: all 1s ease 0s;
}
.telbox .texboxinner p {
	color: #fff;
}
.telbox:hover .texboxinner p {
	color: #555;
	transition: all 1s ease 0s;
}


.appoitmentbox {
	background-color: #5bc88a;
}
.appoitmentbox:hover {
	background-color: #f9f7f3;
	transition: all 1s ease 0s;
}
.appoitmentbox .appoitmentboxinner p {
	color: #fff;
}
.appoitmentbox:hover .appoitmentboxinner p {
	color: #555;
	transition: all 1s ease 0s;
}

@media (max-width:767px){
    a.webapo {
        position: fixed;
        z-index: 100;
        bottom: 0;
        left: 0.5em;
        display: flex;
        justify-content:center;
        background-color: #5bc88a;
        border: 2px solid #5bc88a;
        color: #fff;
        font-size: 15px;
        padding: 5px;
        width: calc(100% - 69px);
        border-radius:10px 10px 0 0;
    }

    .icon-appoitmentkotei {
        width: 20px;
        margin-right:10px;
        margin-left:0px;
    }

    .webapo .text-combine {
        writing-mode: horizontal-tb; /* 横書きに設定 */
        text-orientation: mixed;
    }
}
@media (min-width: 768px) {
	a.webapo {
		position: fixed;
        z-index: 100;
        top: 16%;
        right: 0%;
        display: flex;
        background-color: #5bc88a;
        border: 2px solid #5bc88a;
        color: #fff;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        border-radius: 10px 0 0 10px;
        font-size: 20px;
        padding: 15px;
        height: 190px;
	}

	.icon-appoitmentkotei {
		width: 35px;
        padding-bottom:10px;
	}
}
a.webapo:hover {
	background-color: #fff;
	color: #5bc88a;
	transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.text-combine {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.home #news {
	position: relative;
    z-index: 1;
    background-image: -webkit-linear-gradient(0deg, rgb(241, 251, 255) 0%, rgb(249, 240, 255) 50%, rgb(249, 247, 222) 100%);
}

#indexStaff .cards {
    margin: 0 0 0 38vw;
}

@media (orientation: portrait) {
    #indexStaff .cards {
        transform: scale(2);
        transform-origin: top center;
        margin: 0 0 0 0;
        padding: 0 0 0 38vw;
    }
}

#indexStaff .cards .swiper-slide {
    transform-origin: center 100vh;
    margin: 0 0 4vw 0;
}

#indexStaff .cards .swiper-slide.swiper-slide-active {
    transform: translateY(-4vw);
}

#indexStaff .cards .swiper-slide a {
    display: block;
    position: relative;
    margin: 2vw;
    transition: all 0.1s ease-in-out; /* $tr10を置き換え */
    border-radius: 10px;
    overflow: hidden;
    border: none;
    padding: 2px;
    background: #ffffff;
}

#indexStaff .cards .swiper-slide a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #ffffff;
    left: 0;
    top: 0;
    transition: all 0.1s ease-in-out; /* $tr10を置き換え */
    border-radius: 10px;
}

#indexStaff .cards .swiper-slide a figure {
    margin: 0;
    padding: 0;
    position: relative;
    transition: all 0.1s ease-in-out; /* $tr10を置き換え */
    height: 0;
    overflow: hidden;
    padding: 125% 0 0 0;
    border-radius: 8px;
}

#indexStaff .cards .swiper-slide a figure img {
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: all 0.1s ease-in-out; /* $tr10を置き換え */
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    object-fit: cover;
}

#indexStaff .cards .swiper-slide a:hover {
    box-shadow: 0 0.5vw 1vw 0 rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}

#indexStaff {
    margin-top: 50px;
    margin-bottom: 150px;
}
@media (min-width: 576px) {
    #indexStaff {
        margin-bottom: 220px;
    }
}
@media (min-width: 768px) {
    #indexStaff {
        margin-bottom: 260px;
    }
}
@media (min-width: 913px) {
    #indexStaff {
        margin-bottom: 0px;
    }
}

.sp-headertelbtn {
	width: 40px;
	position: fixed;
    right: 80px;
    top: 14px;
}


/*　N-01style  ================================================================================= */

.n-01 .list-news .item-title {
  display: block;
  padding-top: 10px;
  padding-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .n-01 .list-news .item-title {
    display: inline-block;
    padding-top: 0;
    padding-right: 80px;
    margin-left: 20px;
  }
}

.item-arw {
  	width: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.n-01 .list-news {
    border-top: 0px;
    border-bottom: 0px;
}

.n-01 .list-news li {
     margin-bottom: 15px;
}
@media (min-width: 768px) {
  .n-01 .list-news li+li {
      border-top: 0px;
  }
}

.n-01 .list-news .item-new {
  width: 40px;
    position: absolute!important;
    top: 50%;
    left: 15px;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}


.n-01 ul.list-news li {
	background-color: #fff;
}
.n-01 ul.list-news li:hover {
	background-color: #fddae3;
}

.newskoumoku {
	display: flex;
	align-items: center;
}

.list-news a li {
	border-bottom: 2px dotted #cccccc!important;
}
.list-news a:last-child li {
	border-bottom: 0!important;
}
.list-news a:hover {
	background-color: #fff9db;
}

@media (min-width: 768px) {
    .list-news li {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .medical_hours .shinrhyou-time {
		display: flex;
	    align-items: center;
	    text-align: center;
	    justify-content: center;
	}
}

.bb-1sen {
	border-bottom: 1px solid #756552;
}
.bb-2sen-orange {
	border-bottom: 2px solid #e87124;
}

.icon-webapo {
	display: block;
	margin: 0 auto;
	height: 80px;
}

.shinryotime-webapo .c-btn.circle {
	border-radius: 10px;
	background-color: #e87124;
	color: #fff;
	border: 0;
	padding: 30px 10px 30px 10px;
}
.shinryotime-webapo .c-btn.circle::after {
    background: #00c185;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 140%;
}

.shinryotime-tel .c-btn.circle {
	border-radius: 10px;
	background-color: #4c413c;
	color: #fff;
	border: 0;
	padding: 30px 10px 30px 10px;
}
.shinryotime-tel .c-btn.circle::after {
    background: #00c185;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 140%;
}
@media (max-width: 576px) {
	.shinryotime-webapo .c-btn.circle,
	.shinryotime-tel .c-btn.circle {
		height: 210px!important;
	}
}

.calendar-wrap{
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    background:#f8f5ef;
}

#yDmH0d {
	background-color: #ffe3d2!important;
}

.footer-logo {
	width: 320px;
	display: block;
	margin: 0 auto;
}
@media (min-width: 576px) {
	.footer-logo {
		width: 50%;
		max-width: 500px;
	}
}

.footer-nav {
	border-top: 1px solid #756552;
}

.footer-nav > div > ul {
    display: grid;
    grid-template-columns: repeat(3, max-content);
    justify-content: center;
    gap: 20px 80px;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* --------------------
   1列目
-------------------- */

/* 診療案内 */
.footer-nav > div > ul > li:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / 6;
}

/* --------------------
   2列目
-------------------- */

/* クリニック紹介 */
.footer-nav > div > ul > li:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}

/* ご来院の方へ */
.footer-nav > div > ul > li:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
}

/* よくある質問 */
.footer-nav > div > ul > li:nth-child(4) {
    grid-column: 2;
    grid-row: 3;
}

/* お知らせ */
.footer-nav > div > ul > li:nth-child(5) {
    grid-column: 2;
    grid-row: 4;
}

/* --------------------
   3列目
-------------------- */

/* お問い合わせ */
.footer-nav > div > ul > li:nth-child(6) {
    grid-column: 3;
    grid-row: 1;
}

/* 採用情報 */
.footer-nav > div > ul > li:nth-child(7) {
    grid-column: 3;
    grid-row: 2;
}

/* プライバシーポリシー */
.footer-nav > div > ul > li:nth-child(8) {
    grid-column: 3;
    grid-row: 3;
}

/* --------------------
   共通
-------------------- */

.footer-nav li {
    list-style: none;
}

.footer-nav a {
    display: block;
    text-decoration: none;
    line-height: 1.8;
    font-size: 13px;
}
@media (min-width: 992px) {
	.footer-nav a {
		font-size: 16px;
	}
}

/* 子メニュー */
.footer-nav .children {
    margin-top: 10px;
    padding-left: 0;
    list-style: none;
}

.footer-nav .children li {
    margin-top: 6px;
}

/* --------------------
   SP（576px以下）
-------------------- */

@media (max-width: 576px) {
    .footer-nav > div > ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px 24px;
    }
    .footer-nav > div > ul > li {
        grid-column: auto !important;
        grid-row: auto !important;
    }
}

/* 通常メニュー */
.footer-nav > div > ul > li > a::before {
    content: "▶︎";
    margin-right: 8px;
    font-size: 0.8em;
}

/* 子メニュー */
.footer-nav .children li a::before {
    content: "・";
    margin-right: 6px;
}

#toPageTop a {
    display: block;
    width: 45px;
    height: 45px;
    font-size: 30px;
    background-color: #756553;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: transform 0.3s ease, background-color 0.3s ease;
}
#toPageTop a:hover {
    background-color: #e87124;
    transform: scale(1.2);
}

#area-footer .nav-link {
    padding-top: 0em;
    padding-bottom: 0em;
    font-weight: 700;
}

/* =================================================================================　N-01style  */

.breadcrumb {
	background-color: #e87124;
	color: #fff;
	margin-top: 70px;
	padding-left: 15px;
	padding-right: 15px;
}

.breadcrumb a {
	color: #fff;
}
@media (min-width: 576px) {
	.breadcrumb {
		padding-left: 5%;
		padding-right: 5%;
	}
}
@media (min-width: 992px) {
	.breadcrumb {
		margin-top: 138px;
	}
}
@media (min-width: 1200px) {
	.breadcrumb {
		margin-top: 160px;
		padding-left: 10%;
		padding-right: 10%;
	}
}

.page-title-haba {
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 576px) {
	.page-title-haba {
		padding-left: 5%;
		padding-right: 5%;
	}
}
@media (min-width: 1200px) {
	.page-title-haba {
		padding-left: 10%;
		padding-right: 10%;
	}
}

.l-page-title.p-04n .bg-pagetitle_img {
    min-height: clamp(25rem, 14.31rem + 40.49vw, 32.5rem);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
}

#about  .l-page-title.p-04n .bg-pagetitle_img {
    background-position: right center;
}

.l-page-title.p-04n .l-page-titlebox01 {
    position: relative;
}

#skin .l-page-title h1 span:before {
  content: '';
  display: inline-block;
  width: 70px;
  height: 70px;
  background-image: url(img/SVG/icon-hifuka.svg);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}
@media (min-width: 992px) {
	#skin .l-page-title h1 span:before {
		  width: 100px;
		  height: 100px;
		  margin-right: 15px;
	}
}

.img-wrap-en {
  animation: img-wrap-en 2.4s ease-out forwards;
  transform-origin: center;
}

.img-wrap-en img {
  display: block;
  width: 100%;
  height: auto;
  animation: img-wave 2.4s ease-out forwards;
}

@keyframes img-wrap-en {
  0% {
    clip-path: circle(0% at 50% 50%);
    -webkit-clip-path: circle(0% at 50% 50%);
  }

  40% {
    clip-path: circle(45% at 50% 50%);
    -webkit-clip-path: circle(45% at 50% 50%);
  }

  70% {
    clip-path: circle(85% at 50% 50%);
    -webkit-clip-path: circle(85% at 50% 50%);
  }

  100% {
    clip-path: circle(120% at 50% 50%);
    -webkit-clip-path: circle(120% at 50% 50%);
  }
}

@keyframes img-wave {
  0% {
    transform: scale(1.08) rotate(0deg);
    filter: url(#none);
  }

  35% {
    transform: scale(1.04) rotate(1deg) skew(1deg, -1deg);
  }

  60% {
    transform: scale(1.02) rotate(-1deg) skew(-1deg, 1deg);
  }

  100% {
    transform: scale(1) rotate(0deg) skew(0deg, 0deg);
  }
}


.img-wrap-en2 {
  animation: none;
  transform-origin: center;
}
.img-wrap-en2 img {
  display: block;
  width: 100%;
  height: auto;
  animation: none; 
}

.img-wrap-en2.is-animated {
  animation: img-wrap-en2 2.4s ease-out forwards;
}
.img-wrap-en2.is-animated img {
  animation: img-wave2 2.4s ease-out forwards;
}

@keyframes img-wrap-en2 {
  0% {
    clip-path: circle(0% at 50% 50%);
    -webkit-clip-path: circle(0% at 50% 50%);
  }
  40% {
    clip-path: circle(45% at 50% 50%);
    -webkit-clip-path: circle(45% at 50% 50%);
  }
  70% {
    clip-path: circle(85% at 50% 50%);
    -webkit-clip-path: circle(85% at 50% 50%);
  }
  100% {
    clip-path: circle(120% at 50% 50%);
    -webkit-clip-path: circle(120% at 50% 50%);
  }
}
@keyframes img-wave2 {
  0% {
    transform: scale(1.08) rotate(0deg);
  }
  35% {
    transform: scale(1.04) rotate(1deg) skew(1deg, -1deg);
  }
  60% {
    transform: scale(1.02) rotate(-1deg) skew(-1deg, 1deg);
  }
  100% {
    transform: scale(1) rotate(0deg) skew(0deg, 0deg);
  }
}


.hifuka-number {
	width: 120px;
	border-right: 1px solid #4c413c;
	border-bottom: 1px solid #4c413c;
}
.hifuka-featuretitle {
	border-bottom: 1px solid #4c413c;
}

@media (max-width: 576px) {
	.hifuka-number {
		width: 70px;
		border-right:0;
		border-bottom: 0;
		display: block;
		margin: 0 auto;
	}
}

.shinryou-bottom .shinryou-webapo a.c-btn.circle {
	border-radius: 0;
	border: 0;
	background-color: #e87123;
	padding: 5%;
}
.shinryou-bottom .shinryou-webapo a.c-btn.circle::after {
	background-color: #00c185;
}

.shinryou-bottom .shinryou-webapo a.c-btn.circle img {
	height: 50px;
}
@media (min-width: 992px) {
	.shinryou-bottom .shinryou-webapo a.c-btn.circle img {
		height: 70px;
	}
}

.shinryou-bottom .shinryou-webmonshin a.c-btn.circle {
	border-radius: 0;
	border: 0;
	background-color: #fff;
	padding: 5%;
}
.shinryou-bottom .shinryou-webmonshin a.c-btn.circle::after {
	background-color: #00c185;
}

.shinryou-bottom .shinryou-webmonshin a.c-btn.circle img {
	height: 50px;
}
@media (min-width: 992px) {
	.shinryou-bottom .shinryou-webmonshin a.c-btn.circle img {
		height: 70px;
	}
}

#internal .l-page-title h1 span:before {
  content: '';
  display: inline-block;
  width: 70px;
  height: 70px;
  background-image: url(img/SVG/icon-naika.svg);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}
@media (min-width: 992px) {
	#internal .l-page-title h1 span:before  {
		  width: 100px;
		  height: 100px;
		  margin-right: 15px;
	}
}

.title-bdr01 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    color: #756552;
}
.title-bdr01::before {
    margin-right: 20px;
    content: '';
    flex-grow: 1;
    height: 1px;
    display: inline-block;
    background-color: #756552;
}
.title-bdr01::after {
    margin-left: 20px;
    content: '';
    flex-grow: 1;
    height: 1px;
    display: inline-block;
    background-color: #756552;
}

.bg-kanpouimg {
	background-image: url(img/kanpouimg.jpg);
	background-size: cover;
	background-position: center center;
	min-height: 350px;
}

#pediatrics .l-page-title h1 span:before {
  content: '';
  display: inline-block;
  width: 70px;
  height: 70px;
  background-image: url(img/SVG/icon-syounika.svg);
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}
@media (min-width: 992px) {
	#pediatrics .l-page-title h1 span:before  {
		  width: 100px;
		  height: 100px;
		  margin-right: 15px;
	}
}

:root {
  --header-bg: #a88879;
  --header-text: #ffffff;
  --row-bg: #ffffff;
  --row-alt-bg: #ffedccf7;
  --border-color: #e2e5ea;
  --text-main: #333740;
  --text-sub: #555b66;
  --shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.nyuyoujikenshintable-wrapper {
  width: 100%;
  max-width: 900px;
  overflow: hidden;
  background: #fff;
  margin: 0 auto;
  border: 1px solid #a88879;
}

.tabletyusyaku {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.nyuyoujikenshintable-wrapper table {
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
}

.nyuyoujikenshintable-wrapper thead tr {
  background-color: var(--header-bg);
}

.nyuyoujikenshintable-wrapper thead th {
  color: var(--header-text);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.04em;
  padding: 10px 15px;
  text-align: left;
  white-space: nowrap;
}

.nyuyoujikenshintable-wrapper thead th:first-child {
  width: 22%;
}

.nyuyoujikenshintable-wrapper thead th:nth-child(2) {
  width: 28%;
}

.nyuyoujikenshintable-wrapper thead th:last-child {
  width: 50%;
}

.nyuyoujikenshintable-wrapper tbody tr {
  background-color: var(--row-bg);
  border-bottom: 1px solid var(--border-color);
  transition: background 0.15s ease;
}

.nyuyoujikenshintable-wrapper tbody tr:last-child {
  border-bottom: none;
}

.nyuyoujikenshintable-wrapper tbody tr:nth-child(even) {
  background-color: var(--row-alt-bg);
}



.nyuyoujikenshintable-wrapper tbody td {
  color: var(--text-main);
  padding: 16px 24px;
  vertical-align: middle;
  line-height: 1.6;
}

.nyuyoujikenshintable-wrapper tbody td:first-child {
  font-weight: 500;
  color: var(--text-sub);
  white-space: nowrap;
}

.nyuyoujikenshintable-wrapper tbody td:nth-child(2) {
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}

@media (max-width: 540px) {
  .nyuyoujikenshintable-wrapper table, thead, tbody, tr, th, td {
    display: block;
    width: 100%;
  }

  .nyuyoujikenshintable-wrapper thead {
    display: none;
  }

  .nyuyoujikenshintable-wrapper tbody tr {
    padding: 14px 18px;
    border-bottom: 2px solid var(--border-color);
    position: relative;
  }

  .nyuyoujikenshintable-wrapper tbody tr:last-child {
    border-bottom: none;
  }

  .nyuyoujikenshintable-wrapper tbody td {
    padding: 10px 0 10px 110px;
    position: relative;
    min-height: 28px;
    font-size: 18px;
  }

  .nyuyoujikenshintable-wrapper tbody td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    top: 4px;
    width: 100px;
    font-weight: 600;
    color: #fff;
    background: #756552;
    padding: 2px 8px;
    white-space: nowrap;
    text-align: center;
    font-size: 15px;
  }
}

.doctor01 {
	background-image: url(img/doctor01.jpg);
	background-size: cover;
	background-position: center top;
}
@media (max-width: 992px) {
	.doctor01 {
		aspect-ratio: 1000 / 1500;
	}
}

.bb-1dotted {
	border-bottom: 1px dotted #756552;
	padding-bottom: 16px;
}

.about-gaikan {
	background-image: url(img/about-gaikan.jpg);
	background-size: cover;
	background-position: center center;
}
@media (max-width: 992px) {
	.about-gaikan {
		aspect-ratio: 4 / 3;
	}
}

.bb-2sen-orange {
	border-bottom: 2px solid #e87124;
}
.bb-2sen {
	border-bottom: 2px solid #756552;	
}

.bg-aboutpayment {
	background-image: url(img/about-payment.jpg);
	background-size: cover;
	background-position: center center;
}
@media (max-width: 992px) {
	.bg-aboutpayment {
		aspect-ratio: 4 / 3;
	}
}

.creditmei {
	font-family: YakuHanMP, "游ゴシック体", "Yu Gothic";
	letter-spacing: 0.3px;
}


.aboutpagetable .t-03 tr td:nth-child(1),.aboutpagetable .t-03 tr th:nth-child(1)  {
	background-color: #ffede2;
}
.aboutpagetable .t-03 thead {
	width: 20%;
}
.aboutpagetable .t-03 tbody {
	width: 80%;
}
.aboutpagetable .t-03 tr th,.aboutpagetable .t-03 tr td {
	height: 80px;
	font-size: 18px;
}
.aboutpagetable .t-03 thead tr th:nth-child(3),.aboutpagetable .t-03 tr td {
        border-bottom: 0;
}
.aboutpagetable .t-03 tbody td:last-child  {
    color: #e87124;
    border-bottom: 1px solid #000;
}
.aboutpagetable .t-03 thead th:last-child {
	border-bottom: 1px solid #000;
}
@media (min-width: 1400px) {
	.aboutpagetable .t-03 tr th,.aboutpagetable .t-03 tr td {
		font-size: 20px;
	}
}
@media (max-width: 992px) {
	.aboutpagetable .t-03 tr th:nth-child(1) {
		width: 10%;
	}
	.aboutpagetable .t-03 tr th:nth-child(2),.aboutpagetable .t-03 tr th:nth-child(3),.aboutpagetable .t-03 tr th:nth-child(4) {
	    width: 30%;
	}
	.aboutpagetable {
	  overflow-x: auto;
    -webkit-overflow-scrolling: touch;
	}

	.aboutpagetable .t-03 {
		display: table;
    	table-layout: auto;
    	min-width: 480px;
    	border-collapse: collapse;
    	width: 100%;
	}

	.aboutpagetable .t-03 thead {
	    display: table-header-group;
	    float: none;
	    width: auto;
	  }

	  .aboutpagetable .t-03 tbody {
	    display: table-row-group;
	    float: none;
	    width: auto;
	  }

	  .aboutpagetable .t-03 tr {
	    display: table-row;
	    float: none;
	    width: auto;
	  }

	  .aboutpagetable .t-03 tr th,.aboutpagetable .t-03 tr td {
	    display: table-cell;
	    height: auto;
	    width: auto;
	    padding: 10px;
	    font-size: 15px;
	  }

	  .aboutpagetable .tategaki {
	  	-ms-writing-mode: tb-rl;
	    writing-mode: vertical-rl;
	  }

	  .aboutpagetable .t-03 thead tr th:nth-child(1),
	  .aboutpagetable .t-03 tbody tr td:nth-child(1) {
	    position: sticky;
	    left: 0;
	    z-index: 1;
	    background-color: #ffede2;
	  }

	  .aboutpagetable .t-03 thead tr th {
	    border-bottom: 1px solid #000;
	  }
	  .aboutpagetable .t-03 tbody tr.last td {
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
	   }
	   .aboutpagetable .t-03 tbody tr td:nth-child(1), .aboutpagetable .t-03 tbody tr td:nth-child(2) {
	        border-bottom: 1px solid #000;
	   }
	   .aboutpagetable .t-03 tr {
	   		border-left: 1px solid #000;
	   }
}

.tyuusyajyomei {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #756552;
	color: #fff;
	padding: 10px 20px;
}

.facility-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}

.facility-table-wrap table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  background: #fff9db;
}

.facility-table-wrap thead tr {
  background-color: #766553;
}

.facility-table-wrap thead th {
  color: #fff;
  text-align: left;
  padding: 14px 20px;
  font-weight: 500;
  letter-spacing: 0.03em;
  white-space: nowrap;
}

.facility-table-wrap tbody tr {
  border-bottom: 1px solid #766553;
}

.facility-table-wrap tbody tr:last-child {
  border-bottom: none;
}

.facility-table-wrap tbody td {
  padding: 18px 20px;
  color: #444;
  vertical-align: middle;
  line-height: 1.6;
}

.facility-table-wrap th:nth-child(1),
.facility-table-wrap td:nth-child(1) { width: 30%; }
.facility-table-wrap th:nth-child(2),
.facility-table-wrap td:nth-child(2) { width: 35%; }
.facility-table-wrap th:nth-child(3),
.facility-table-wrap td:nth-child(3) { width: 35%; }

.facility-scroll-badge {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 11px;
  padding: 5px 12px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
  pointer-events: none;
  z-index: 2;
  animation: facilityBadgeFade 2s ease-in-out infinite;
  transition: opacity 0.4s;
}

.facility-scroll-badge.hidden {
  opacity: 0;
}

@keyframes facilityBadgeFade {
  0%, 100% { opacity: 0.9; }
  50%       { opacity: 0.4; }
}

@media (max-width: 542px) {
  .facility-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .facility-table-wrap table {
    display: table !important;
    table-layout: auto !important;
    min-width: 560px !important;
    width: 100% !important;
    float: none !important;
    border-collapse: collapse !important;
  }

  .facility-table-wrap thead {
    display: table-header-group !important;
    float: none !important;
    width: auto !important;
  }

  .facility-table-wrap tbody {
    display: table-row-group !important;
    float: none !important;
    width: auto !important;
  }

  .facility-table-wrap tr {
    display: table-row !important;
    float: none !important;
    width: auto !important;
  }

  .facility-table-wrap th,
  .facility-table-wrap td {
    display: table-cell !important;
    height: auto !important;
    width: auto !important;
    float: none !important;
    white-space: normal !important;
  }
}

.step-number {
	width: 80px;
}


.step01-naiyou .shinryou-bottom .shinryou-webmonshin a.c-btn.circle {
	border-radius: 0;
	border: 0;
	background-color: #4c413c;
	color: #fff;
	padding: 5%;
}

.bg-step01img {
	background-image: url(img/step01img.jpg);
	background-size: cover;
	background-position: center center;
	min-height: 250px;
}

.bg-step02img {
	background-image: url(img/step02img.jpg);
	background-size: cover;
	background-position: center center;
	min-height: 250px;
}

.bg-step03img {
	background-image: url(img/step03img.jpg);
	background-size: cover;
	background-position: center center;
	min-height: 250px;
}

.bg-step04img {
	background-image: url(img/step04img.jpg);
	background-size: cover;
	background-position: center center;
	min-height: 250px;
}

.flow-arrow {
  animation: blink 1.2s ease-in-out infinite;
}
@keyframes blink {
  0%, 100% { transform: translateY(0);  opacity: 1; }
  50%       { transform: translateY(8px); opacity: 0.2; }
}

.btn-haba {
	width: 50%!important;
}
@media (min-width: 768px) {
	.btn-haba {
		width: 100%!important;
	}
}

.btn-green.c-btn.circle {
	color: #00c185;
    border: 2px solid #00c185;
}
.btn-green.c-btn.circle:hover {
	color: #fff;
}
.btn-green.c-btn.circle::after {
    background: #00c185;
}

.bg-recruitimg03 {
	background-image: url(img/recruit08.jpg);
	background-size: cover;
	background-position: center center;
	min-height: 200px;
}
.bg-recruitimg04 {
	background-image: url(img/recruit07.jpg);
	background-size: cover;
	background-position: center center;
	min-height: 200px;
}
.bg-recruitimg05 {
	background-image: url(img/recruit05.jpg);
	background-size: cover;
	background-position: right center;
	min-height: 200px;
}

.bg-recruitimg07 {
	background-image: url(img/recruit04.jpg);
	background-size: cover;
	background-position: center center;
	min-height: 200px;
}

.bg-recruitimg08 {
	background-image: url(img/recruit06.jpg);
	background-size: cover;
	background-position: right center;
	min-height: 200px;
}
@media (min-width: 768px) {
	.bg-recruitimg03,.bg-recruitimg04,.bg-recruitimg05,.bg-recruitimg06,.bg-recruitimg07,.bg-recruitimg08 {
		min-height: 300px;
	}
}
@media (min-width: 992px) {
	.bg-recruitimg03,.bg-recruitimg04,.bg-recruitimg05,.bg-recruitimg06,.bg-recruitimg07,.bg-recruitimg08 {
		min-height: 200px;
	}
}
@media (min-width: 1200px) {
	.bg-recruitimg03,.bg-recruitimg04,.bg-recruitimg05,.bg-recruitimg06,.bg-recruitimg07,.bg-recruitimg08 {
		min-height: 230px;
	}
}

.img-wrap {
  overflow: hidden;
  position: relative;
}
.img-wrap::before {
  animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  animation-play-state: paused; /* 最初は一時停止 */
  background: #fff;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

/* 画面内に入ったら再生 */
.img-wrap.is-visible::before {
  animation-play-state: running;
}

@keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
}



.contact-wrap {
max-width: 740px;
margin: 0 auto;
padding: 48px 24px 80px;
}

.contact-tel-section {
margin-bottom: 56px;
}

.contact-tel-number {
font-size: clamp(2.25rem, 1.932rem + 1.59vw, 3.125rem);
font-weight: 500;
letter-spacing: 0.1em;
margin-bottom: 10px;
line-height: 1.0;
}

.contact-web-section {
margin-bottom: 48px;
}

.contact-notice-box {
background-color: #fff9db;
padding: 20px;
margin-top: 20px;
margin-bottom: 40px;
}

.contact-notice-label {
font-size: 15px;
margin-bottom: 12px;
}

.contact-notice-item {
display: flex;
gap: 8px;
font-size: 15px;
line-height: 1.7;
margin-bottom: 16px;
}

.contact-notice-item:last-child {
margin-bottom: 0;
}

.contact-notice-icon {
color: #888;
flex-shrink: 0;
margin-top: 2px;
}

.form-row {
display: flex;
align-items: flex-start;
margin-bottom: 50px;
gap: 20px;
}

.form-label-wrap {
display: flex;
align-items: center;
gap: 8px;
min-width: 140px;
padding-top: 10px;
flex-shrink: 0;
}
@media (min-width: 768px) {
.form-label-wrap {
  min-width: inherit;
  width: 28%;
}
}
@media (min-width: 992px) {
.form-label-wrap {
  min-width: inherit;
  width: 25%;
}
}

.form-label {
color: #333;
margin-bottom: 0;
}

.form-badge {
font-size: 11px;
color: #fff;
background: #c0392b;
padding: 1px 6px;
border-radius: 2px;
white-space: nowrap;
flex-shrink: 0;
}

.form-input-wrap {
flex: 1;
}

.form-input-pair {
display: flex;
gap: 12px;
}

.form-input-pair input {
flex: 1;
}

input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea {
width: 100%;
padding: 10px 14px;
border: 1px solid #756554;
border-radius: 0;
color: #333;
background: #fff;
appearance: none;
outline: none;
transition: border-color 0.2s;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
border-color: #3a6b5a;
}

input::placeholder,
textarea::placeholder {
color: #bbb;
font-size: 13px;
}

select {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 14px center;
padding-right: 36px;
cursor: pointer;
color: #aaa;
}

textarea {
height: 140px;
resize: vertical;
line-height: 1.7;
}

.form-checkbox-row {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
margin-bottom: 32px;
}

.form-checkbox-row input[type="checkbox"] {
width: 16px;
height: 16px;
border: 1px solid #ccc;
cursor: pointer;
flex-shrink: 0;
accent-color: #3a6b5a;
}

.form-checkbox-label {
font-size: 14px;
color: #444;
}

.form-checkbox-label a {
color: #3a6b5a;
text-decoration: underline;
}

.form-badge-inline {
font-size: 11px;
color: #fff;
background: #c0392b;
padding: 1px 6px;
border-radius: 2px;
margin-left: 6px;
}

/* 送信ボタン */
.form-submit-wrap {
text-align: center;
}

.form-submit-btn {
display: inline-block;
width: 200px;
padding: 14px 0;
background: #ddd;
color: #888;
font-size: 15px;
border: none;
cursor: pointer;
letter-spacing: 0.08em;
transition: background 0.2s, color 0.2s;
}

.form-submit-btn:hover {
background: #3a6b5a;
color: #fff;
}

/* レスポンシブ */
@media (max-width: 600px) {
.form-row {
  flex-direction: column;
  gap: 8px;
}

.form-label-wrap {
  padding-top: 0;
  min-width: unset;
}

.form-input-wrap {
  width: 100%;
}

.contact-tel-number {
  font-size: 28px;
}
}

.tel-circle {
background-color: #e87124;
border-radius: 50%;
width: 80px;
height: 80px;
}
.tel-circle img {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width: 80%;
}
@media (min-width: 992px) {
.tel-circle {
  width: 100px;
  height: 100px;
}
}

input.form-submit-btn {
  background: #ddd !important;
  color: #aaa !important;
  cursor: not-allowed;
  pointer-events: none;
}

input.form-submit-btn.is-active {
  background: #00c185!important;
  color: #fff !important;
  cursor: pointer;
  pointer-events: auto;
}

.contact-complete-title {
  font-size: 22px;
  font-weight: 500;
  color: #e87124;
  margin-bottom: 24px;
}
.contact-complete-text {
  line-height: 2;
  margin-bottom: 20px;
}
.contact-complete-tel {
  line-height: 2;
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #ddd;
  font-size: 20px;
}
.contact-complete-tel span {
  color: #888;
}

.pagination li.page-item {
    padding: 0!important;
}
@media (min-width: 768px) {
    .pagination li.page-item {
        border-top: 0!important;
    }
}

.pagination .page-link.active, .active>.page-link {
    background-color: #00c185;
}

.indent-15 {
	padding-left: 1.5em;
    text-indent: -1.5em;
}

.footer-nav #footerNav li a {
	padding-left: 1.5em;
    text-indent: -1.5em;
    line-height: 1.5;	
}
.footer-nav #footerNav ul li a:hover {
	background-color: #fff9db;
}

.footer-nav #footerNav ul.sub-menu li a {
	margin-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.footer-nav #footerNav ul.sub-menu li a:before{
  content: '・';
  padding-right: 5px;
}


.pagination li a span {
  background-color: #756552;
  border: 1px solid #756552;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  color:#fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.pagination li a span::after {
  background: #fff;
  border: 1px solid #756552;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.pagination li a span:hover {
  color: #756552;
}
.pagination li a span:hover::after {
  transform: scale(1, 1);
}

.scroll-dots {
  position: absolute;
  right: 5px;
  bottom: 0%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dot-line {
  width: 3px;
  height: 150px;
  background: linear-gradient(to bottom, transparent, #fff);
  overflow: hidden;
  position: relative;
}
.dot-line::after {
  content: '';
  position: absolute;
  top: -100%; left: 0;
  width: 3px; height: 100%;
  background: #e87123;
  animation: slideLine 1.6s ease-in-out infinite;
}
@keyframes slideLine {
  0%   { top: -100%; opacity: 0; }
  20%  { opacity: 1; }
  100% { top: 100%; opacity: 0; }
}
.dot-circle {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: #e87123;
}
.scroll-label {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  margin: 0 0 5px 0;
}
@media (min-width: 576px) {
	.scroll-label {
		font-size: 16px;
	}
	.scroll-dots {
		right: 10px;
	}
}
@media (min-width: 992px) {
	.scroll-dots {
		right: 15px;
	}
}

.fade-slider .slick-slide {
  overflow: hidden;
}

.fade-slider .slick-slide img {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: transform 6s linear;
}

.fade-slider .slick-current img {
  transform: scale(1.1);
}

.bg-gra-green {
	background: linear-gradient(
  to bottom,
  rgba(255, 179, 71, 1) 0%,
  rgba(232, 113, 36, 1) 100%
);
}

.bg-gra-orange {
	background: linear-gradient(
  to bottom,
  rgba(232, 113, 36, 1) 0%,
  rgba(232, 113, 36, 0.2) 100%
);
}

.page-id-12 .breadcrumb,
.page-id-14 .breadcrumb,
.page-id-16 .breadcrumb {
  background-color:rgba(255, 179, 71, 1);
}

.zen-maru-gothic {
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
}