@charset "utf-8";

@import url("assets/css/base.css");
@import url("assets/css/page.css");
@import url("assets/css/custom_parts.css");

.reset-margin .content-repeat-box + .content-repeat-box {
	margin-left: 0 !important;
}

/* ---------------------------

ヘッダー　-共通CSS

---------------------------*/
/*　「ヘッダータイプ　-ナビ左：縦並び　-メニュー固定」以外のロゴ、電話番号（ナビ）部分　　*/
.header-face {
	padding: 30px 25px 25px;
}
.header-face-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/*　スマホ用ヘッダー　　*/
.mobile-header {
	position: relative;
}
.drawer--a-type1.drawer-open .drawer-contain {
    z-index: 9998;
}
.icon-hamburger {
    transition: all .4s;
    box-sizing: border-box;
    position: relative;
    top: unset;
    right: unset;
    z-index: unset;
    cursor: pointer;
}
@media only screen and (min-width: 1101px) {
    header.header_kinds2 .icon-hamburger {
        position: fixed;
        width: 50px;
        height: 50px;
        /* box-shadow: unset; */
    }
    .sp-navi-position--left header.header_kinds2 .icon-hamburger {
        top: 1%;
        left: 1%;
    }
    .sp-navi-position--right header.header_kinds2 .icon-hamburger {
        top: 1%;
        right: 1%;
    }
    .sp-navi-position-bottom-left header.header_kinds2 .icon-hamburger {
        bottom: 1%;
        left: 1%;
    }
    .sp-navi-position-bottom-right header.header_kinds2 .icon-hamburger {
        bottom: 1%;
        right: 1%;
    }
}
.icon-hamburger span:not(:last-child) {
	position: absolute;
	width: 30px;
	height: 2px;
	background-color: #222;
	border-radius: 4px;
	transition: all 0.4s;
}
.icon-hamburger .menu {
	font-size: 1.0rem;
	position: absolute;
    top: 31px;
    left: 9px;
	opacity: 1;
}
.icon-hamburger span:nth-of-type(1) {top: 14px;left: 10px;}
.icon-hamburger span:nth-of-type(2) {top: 24px;left: 10px;}
.icon-hamburger span:nth-of-type(3) {
    position: absolute;
    top: 34px;
    left: 10px;
    width: 30px;
    height: 2px;
    background-color: #222;
    border-radius: 4px;
    transition: all 0.4s;
}

.drawer-open .icon-hamburger span:nth-of-type(1) {
	transform: translate3d(-5px, 15px, 0) rotate(45deg);
}
.drawer-open .icon-hamburger span:nth-of-type(2) {
	transform: translate3d(13px, 0, 0) rotate(0);
	width: 0;
}
.drawer-open .icon-hamburger span:nth-of-type(3) {
	transform: translate3d(-5px, -5px, 0) rotate(-45deg);
}
.drawer-open .icon-hamburger span.bottom {opacity: 1.0;}

.drawer-contain .logo {margin: 20px;}
.drawer-contain .logo img {width: auto;}
.mobileNav a {
	display: block;
	padding: 15px;
	position: relative;
	transition: 0.5s;
}
.mobileNav a:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border: 1px solid;
	border-color: #565656 #565656 transparent transparent;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -3px;
}
.mobileNav a:hover:after {
	border-color: #fff #fff transparent transparent;
}
.mobileNav li {
	border-top: 1px solid #F5F5F5;
}
.mobileNav .sub-menu a {
	padding-left: 45px;
}

@media screen and ( max-width: 767px) {

	.drawer-contain .logo img {max-width: 150px;}

	.header-face {padding: 20px 15px 15px;}

	.header-face-inner > * {max-width: 100%;}
	.header-face-inner .tel {display: none;}
	.header-face-inner img {width: 100%;}

}

/* ---------------------------

メイン画像　-基本設定-

---------------------------*/
/* ヒーローヘッダー時の下層メイン画像の表示領域 */
body:not(.page-home) header.navi_position1.hero-image-base .main-image-hero::before,
body:not(.page-home) header.navi_position2.hero-image-base .main-image-hero::before,
body:not(.page-home) header.navi_position3.hero-image-base::before {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
}
/* ヒーローヘッダー時、ナビゲーション位置がメイン画像上もしくはコンタクトバナーと置き換えのいずれかの時の下層メイン画像の高さ */
body:not(.page-home) header.navi_position1.hero-image-base .main-image-hero::before,
body:not(.page-home) header.navi_position3.hero-image-base::before {
    height: calc(100% - (20px + 1.8em));
}

/* ヒーローヘッダー時、ナビゲーション位置がメイン画像下の時の下層メイン画像の高さ */
body:not(.page-home) header.navi_position2.hero-image-base .main-image-hero::before {
    height:100%;
}

/*  横：コンテンツ幅（max-width：1100px）  */
.main-image-content-fix .main-image-inner,
.main-image-content-fix .main-image-text-inner {
	max-width: 1100px;
	margin: 0 auto;
}

/*  横：ウィンドウ幅（max-width：2200px）・ヒーローヘッダー（max-width：2200px）  */
.main-image-window-fix .main-image-inner,
.main-image-hero .main-image-inner ,
.main-image-window-fix .main-image-text-inner,
.main-image-hero .main-image-text-inner {
	max-width: 2200px;
	margin: 0 auto;
}

/*  ヒーローヘッダー（max-width：2200px）時の重なり調整  */
.main-image-hero .header-face,
.main-image-hero .globalNav {
	position: relative;
	z-index: 10;
}

/* ---------------------------

メイン画像　-下層ページ-

---------------------------*/

.lower-main-image .main-image-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	max-height: 200px;
}
.lower-main-image .title-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: rgba(255, 255, 255,0.7);
    transform: translateY(-50%) translateX(-50%);
    width: 80%;
    max-width: 1000px;
    height: 130px;
    text-align: center;
    font-size: 3.0rem;
    letter-spacing: 0.08em;
    vertical-align: middle;
    line-height: 130px;
	color: #222;
}
/*  ヒーローヘッダー（max-width：2200px）  */
.hero-image-base {
	position: relative;
}
.navi_position1.hero-image-base .hero-header,
.navi_position2.hero-image-base .header-face,
.navi_position3.hero-image-base .header-face {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
} 
body:not(.page-home) .navi_position1.hero-image-base .hero-header,
body:not(.page-home) .navi_position2.hero-image-base .main-image-hero,
body:not(.page-home) .hero-image-base .header-face {
    position: relative;
}
.main-image-hero .main-image-inner {
    max-height: none;
}
.main-image-hero .main-image-inner img {
    object-fit: cover;
}
.main-image-hero .lower-main-image .title-wrapper {
    position:relative;
    transform:translateY(0) translateX(0);
    height:auto;
    line-height:1;
    top:unset;
    left:unset;
    bottom:unset;
    margin-inline:auto;
    max-width:1100px;
    margin-bottom:50px;
    padding-block:50px;
}
body:not(.page-home) .navi_position1.hero-image-base .main-image {
    margin-top:50px;
}

@media screen and ( max-width: 767px) {
	.header-wrapper:not(.main-image-hero) .lower-main-image .main-image-inner  {
		max-height: 100px;
	}
	.lower-main-image .title-wrapper {
		font-size: 2.0rem;
		line-height: 60px;
		height: 60px;
	}
}

/* ---------------------------

グローバルナビ　-共通CSS

---------------------------*/
.globalNav {
	position: relative;
	z-index: 100;
}
.globalNav li a {
	display: block;
	height: 100%;
	transition: 0.5s;
}

.globalNav .sub-menu li {
	transition: 1s;
	overflow: hidden;
}

.globalNav-wrapper > li > a,
.globalNav-fixed > li > a,
.globalNav-tel > li > a {
    line-height: 1;
    font-size: 1.6rem;
    font-weight: bold;
	padding: 20px;
}

.globalNav-wrapper > li > a span,
.globalNav-fixed > li > a span,
.globalNav-tel > li > a span {
    font-size: 1.2rem;
    font-weight: normal;
}

@media screen and ( max-width: 767px) {
	.align-vertical.navi_position3 .globalNav {
		display: none;
	}
}
@media screen and ( max-width: 1100px) {
	header:not(.align-vertical.navi_position3) .globalNav {
		display: none;
	}
}

.globalNav li li {
	background-color: rgba(255,255,255,0.8);
}


/* ---------------------------

パンくずリスト

---------------------------*/
.header_type1.navi_position2 .main-image-hero .breadcrumb,
.header_type1.navi_position3 .main-image-hero .breadcrumb,
.header_type2.navi_position3 .main-image-hero .breadcrumb {background: none!important;}

.breadcrumb a {
	color: #222;
	text-decoration: underline;
}
.breadcrumb a:hover {
	text-decoration: none;
}
.breadcrumb ul {
	max-width: 1100px;
	margin: 0 auto;
	padding: 10px 0;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li:first-child {
	font-weight: bold;
}
.breadcrumb li:first-child:before {
	font-family: "Font Awesome 5 Free";
	content: "\f015";
	font-weight: 900;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	margin-right: 10px;
}
.breadcrumb li:not(:first-child):before {
	content: '>';
	margin: 0 10px;
}

/* ---------------------------

フッター

---------------------------*/
footer {
	text-align: center;
	padding: 50px 12.5px 10px;
	margin-top: 50px;
}
.footer-wrapper {margin-bottom: 30px;}
.footerNav {margin-bottom: 40px;}
.footerNav-inner {
	display: flex;
	justify-content: space-between;
	text-align: left;
	width: 70%;
	max-width: 1100px;
	margin: 0 auto;
	line-height: 1;
}
.footerNav-inner a {
	transition: 0.5s;
	opacity: 1;
}
.footerNav-inner a:hover {
	opacity: 0.7;
}
.footerNav-inner > li > a {
    line-height: 1;
    font-size: 1.6rem;
}
.footerNav-inner > li > a span {
    font-size: 1.2rem;
    font-weight: normal;
}
.footerNav-inner .sub-menu {
    line-height: 2.3;
    margin-top: 20px;
}

.footer-logo {font-size: 1.6rem;}
.footer-logo img {width: auto;}
.footer_info {
    font-size: 1.2rem;
    opacity: 0.8;
}
.footer_copy {
    text-align: center;
    opacity: 0.5;
}

.mobile-footer-menu {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: rgba(255,255,255,0.7);
    z-index: 5000;
}

.mobile-footer-menu li {
    height: 50px;
    flex:1;
    text-align: center;
    align-self: center;
    font-size: 1.1rem;
}
.mobile-footer-menu li + li {
    border-left: 1px solid #d8d8d8;
}

.mobile-footer-menu a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 9px;
}
.mobile-footer-menu li.share-icon a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f1e0";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 2.0rem;
}
.mobile-footer-menu li.tel-icon a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 2.0rem;
}
.mobile-footer-menu li.mail-icon a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 2.0rem;
}

@media screen and (min-width: 768px) and ( max-width: 1100px) {
	.footerNav-inner {
		width: 100%;
	}
}
@media screen and ( max-width: 767px) {
	.mobile-footer-menu {
        display: flex;
	}
	footer {
		padding: 0 0 50px;
	}
	.footerNav {margin-bottom: 20px;}
	.footerNav-inner {
		flex-wrap: wrap;
		justify-content: flex-start;
		width: 100%;
		text-align: center;
	}
	.footerNav-inner li:nth-child(2n) {border-left: 1px solid #d1d1d1;}
	.footerNav-inner .sub-menu {display: none;}

	.footerNav a {
		display: block;
		/* width: 50%; */
		padding: 15px;
	}
	.footerNav li {
		width: 50%;
		border-bottom: 1px solid #d1d1d1;
	}
}

/* ---------------------------

ブログ　サイドバナー

---------------------------*/
.blog-side-nav .sub-menu li a {
	padding-left: 30px;
}
.blog-side-nav .sub-menu .sub-menu li a {
	padding-left: 45px;
}




/* ---------------------------
SNSバナー
--------------------------- */
.bnr-area {
	border-top: 1px solid #bfbfbf;
	background-color: #ddd;
	padding: 30px;
/*	margin-top: 50px;*/
	}

.blog-wrapper {
	margin-bottom: 50px!important;
}

.bnr-area_inner {
	max-width: 1100px;
	margin: 0 auto;
	}

.bnr-area ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

footer {
	margin-top: 0;
}


@media screen and (max-width: 767px) {

	.bnr-area ul {
		display: block;
	}

	.bnr-area ul li {
		margin-bottom: 20px;
	}

	.bnr-area ul li:last-child {
		margin-bottom: 0px;
	}
}

.bnr-area ul li:first-child:nth-last-child(4),
.bnr-area ul li:first-child:nth-last-child(4) ~ li {
    width: 24%;
}

@media screen and (max-width: 767px) {
    .bnr-area ul li:first-child:nth-last-child(4),
    .bnr-area ul li:first-child:nth-last-child(4) ~ li {
        width: 100%;
    }
}





/* ---------------------------
インスタバナー
--------------------------- */

.insta .insta_sp {
	display: none;
	}

.drawer-contain .insta img {
	width: auto;
	}

.drawer-contain .insta .insta_pc {
	padding: 10px;
	}


@media screen and (max-width: 767px) {
	.insta .insta_sp {
		display: block;
		}

	.insta .insta_sp img {
		width: 100%;
		}

	.insta .insta_pc {
		display: none;
		}

	.drawer-contain .insta.insta_sp {
		text-align: center;
		padding-bottom: 2%;
		width: auto;
		}

	.drawer-contain .insta.insta_sp img {
		width: auto;
		}
	}



/* ---------------------------
PCとSPで画像を切り分け
--------------------------- */
.sp_disp {
	display:none;
}

@media only screen and (max-width: 767px){
	.pc_disp {
		display:none;
	}

	.sp_disp {
		display:block;
	}
}



/* ---------------------------
スマホのグローバルメニューがスクロールできるように
--------------------------- */
@media only screen and (max-width: 767px){
	.mobile-header .drawer-contain {
		touch-action: auto !important;
		overflow-y: scroll !important;
	}
}

/* ---------------------------
プライバシーポリシー
--------------------------- */
.inline_box {
    width: 100%;
    height: 200px;
    overflow: auto;
    background: #ffffff;
    border: 1px solid #cccccc;
    padding: 15px;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.inline_box .privacy_001_txt {
    margin-top: 25px;
}
.inline_box .privacy_001_txt span {
    font-weight: bold;
}
.inline_box ul {
    margin-top: 15px;
    margin-bottom: 15px;
}
.inline_box ul li {
    text-indent: -20px;
    padding-left: 25px;
}

/* ---------------------------
reCAPTCHAのロゴ表示位置調整
--------------------------- */
@media only screen and (max-width: 767px) {
    .grecaptcha-badge {
        bottom: 140px !important;
    }
}

/* ---------------------------
スマホ横ゆれ防止
--------------------------- */
@media only screen and (max-width: 767px) {
html {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
}
body {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

/* フッタータップボタン（LINE） */
.fa-line {
    font-size: 20px;
    display: block !important;
    color: #06c755 !important;
}

/* ---------------------------
スマートフォンのハンバーガーメニューの短冊型のアニメーションのスクロール時の背景色修正
--------------------------- */
.drawer-open .drawer-contain {
    background-color: #fff !important;
    transition-property: background-color,color !important;
    transition-delay: 1s !important; /*--1秒後に効果が開始されます--*/
}

/* フッタータップボタン（Instagram） */
.fa-inst {
    font-size: 24px;
    display: block !important;
}
.fa-inst:before {
    content: "\f16d";
    background: linear-gradient(150deg, rgb(247, 166, 12) 10%, rgb(255, 34, 87) 40%, rgb(154, 39, 238) 68%, rgb(35, 102, 247) 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}
.inst-icon a {
    padding-top: 6px;
}

/* 送信完了ページのコンテンツ下部のマージン設定 */
#thanks {
    margin-bottom: 50px;
}


/* ---------------------------
新ヘッダー
--------------------------- */

/* 背景色ありのヘッダーデザイン */
.header_kinds1 .content-width {
    padding: 15px 25px;
    background-color: #fff;
    max-width: 100%;
    width: 100%;
    box-shadow: 0px 2px 4px #999;
}
.header_kinds1 .globalNav {
    margin-left: auto;
    margin-right: 10px;
}
@media screen and (min-width: 768px) {
    .header_kinds1 #h_hold.fixed001 .header-face {
        height: unset;
        background-color: unset;
        padding: 15px 20px;
    }
    .header_kinds1 #h_hold.fixed001 .header-face .header-face-inner {
        height: 65px;
    }
    .header_kinds1.hero-image-base #h_hold.fixed001 .main-image {
        margin-top: 0;
    }
    .header_kinds1 .logo img {
        max-height: 80px;
    }
}
.header_kinds1 .header-face {
    padding: 30px 40px;
    animation: fadeIn001 1s ease 2s 1 normal backwards;
}
@keyframes fadeIn001 {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media screen and (max-width: 767px) {
    .header_kinds1 .logo img {
        max-height: 60px;
    }
    .header_kinds1 .header-face {
        padding: 20px;
    }
}

/* ハンバーガーメニューのみ */
.header_kinds2 .drawer-contain .logo img {
    max-height: 80px;
}
@media screen and (min-width: 1101px) {
    .header_kinds2 .icon-hamburger {
        display: inline-block !important;
    }
}
@media screen and (min-width: 768px) {
    .header_kinds2 #menu-global {
        max-width: 600px;
        margin: 0 auto;
    }
    .header_kinds2 .drawer-contain .logo {
        max-width: 600px;
        margin-left: auto !important;
        margin: 20px auto;
    }
    .header_kinds2 .drawer-open .drawer-contain {
        height: 100%;
    }
    .header_kinds2 .drawer-open .mobileNav li a {
        font-size: 2.0rem;
    }
    .sp-navi-position--left .header_kinds2 .header-face-inner {
        justify-content: flex-end;
    }
    .header_kinds2 .header-face-inner.content-width {
        max-width: 100%;
    }
}
.header_kinds2 .icon-hamburger {
    z-index: 9999;
}
.header_kinds2 .drawer--top .drawer-contain {
    z-index: 9998;
}
.header_kinds2 .header-snsicons, .header_kinds2 nav.globalNav {
    display: none;
}
.header_kinds2 .main-image {
    margin-top: 0 !important;
}
/* .header_kinds2 .icon-hamburger {
    background: none;
} */
@media screen and (max-width: 767px) {
    .header_kinds2 .drawer-contain .logo img {
        width: auto;
    }
}

/* ロゴが中央のヘッダーデザイン */
.header_kinds3 .header-face {
    background-color: #fff;
}
@media screen and (min-width: 768px) {
    .header_kinds3 .globalNav > ul > li:nth-child(3) {
        margin-right: 120px;
    }
    .header_kinds3 .globalNav > ul > li:nth-child(4) {
        margin-left: 120px !important;
    }
    .header_kinds3 .globalNav > ul {
        margin-top: -135px;
    }
    .header_kinds3 .logo {
        width: 220px;
        margin: 0 auto;
        line-height: 220px;
        background-color: #fff;
        border-radius: 50%;
    }
    .header_kinds3 .logo img {
        vertical-align: middle;
        padding: 20px;
        width: 100%;
    }
    .header_kinds3 .header-face-inner {
        display: block;
    }
    .header_kinds3 .align-writing.globalNav .globalNav-tel {
        justify-content: center;
    }
    .header_kinds3 .header-face-inner {
        margin-bottom: -50px;
    }
    .header_kinds3 .main-image {
        z-index: -1;
    }
    .header_kinds3 .align-writing.globalNav .globalNav-tel > li > a:after {
        content: unset;
    }
    .header_kinds3 .align-writing.globalNav .globalNav-tel > li > a {
        font-size: 1.2em;
    }
    .header_kinds3 .align-writing.globalNav .globalNav-tel > li:hover > a {
        color:#da382b;
        padding-bottom: 25px;
    }
    .header_kinds3 .header-face {
        padding: 0 25px 10px;
    }
    .header_kinds3 .align-writing.globalNav a {
        padding: 15px 0;
        min-width: 150px;
    }
    .header_kinds3 #h_hold:not(.fixed001) .header-face .header-face-inner {
        height: 230px !important;
    }
    .header_kinds3 #h_hold.fixed001 .header-face .header-face-inner {
        height: 180px !important;
        max-height: unset !important;
    }
    .header_kinds3 #h_hold.fixed001 .header-face .header-face-inner .logo {
        width: 180px;
        line-height: 180px;
    }
    .header_kinds3 #h_hold.fixed001 .header-face .header-face-inner .logo img {
        max-height: 100%;
        width: 100%;
        margin-left: 0;
    }
    .header_kinds3 #h_hold.fixed001 .header-face {
        height: unset;
        background-color: #fff;
        transition: unset;
    }
    .header_kinds3 .header-face .content-width {
        max-width: 1200px;
    }
}
@media screen and (max-width: 767px) {
    .header_kinds3 .logo {
        margin: 0 auto;
        width: 100px;
        line-height: 100px;
        background-color: #fff;
        border-radius: 50%;
    }
    .header_kinds3 .main-image {
        z-index: -1;
    }
    .header_kinds3 .header-face {
        padding: 0;
        max-height: 80px;
    }
    .header_kinds3 .logo img {
        max-width: 100px;
        width: unset;
        padding: 10px;
        vertical-align: middle;
    }
    .header_kinds3 .header-face-inner {
        width: 100%;
    }
    .sp-navi-position--left .header_kinds3 .header-face-inner {
        margin-left: 0;
    }
    .sp-navi-position--left .header_kinds3 .drawer-contain-inner .logo {
        margin-left: auto;
    }
    .lower-main-image > div > p > img {
        height: 100px;
    }
}

/* ロゴ中央のみ */
@media screen and (min-width: 1101px) {
    .header_kinds4.navi_position3 #h_hold.fixed001 .header-face {
        height: 100px;
    }
    .header_kinds4.navi_position3 #h_hold:not(.fixed001) .header-face .header-face-inner {
        height: calc(100% + 56px) !important;
    }
}
@media screen and (min-width: 768px) {
    .header_kinds4 .header-face-inner {
        display: block;
    }
    .header_kinds4 h1.logo {
        text-align: center;
    }
    .header_kinds4 h1.logo > a > img {
        max-width: 100%;
        width: unset;
        max-height: 150px;
    }
    .header_kinds4 .align-writing.globalNav .globalNav-tel {
        justify-content: space-around;
    }
    .header_kinds4 #h_hold.fixed001 .header-face .logo img {
        width: unset;
    }
    .header_kinds4 #h_hold .header-face, .header_kinds4 #h_hold .navWrapper {
        background-color: unset;
    }
    .header_kinds4 .header-face-inner .tel {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .header_kinds4 .header-face-inner > * {
        margin: 0 auto;
    }
    .header_kinds4 .drawer-contain .logo {
        text-align: center;
    }
    .sp-navi-position--left .header_kinds4 .header-face-inner {
        margin-left: 0;
    }
    .sp-navi-position--left .header_kinds4 .drawer-contain-inner .logo {
        margin-left: 0;
    }
    .header_kinds4  .logo img,
    .header_kinds4 .drawer-contain .logo img {
        max-height: 100px;
    }
}

/* グローバルメニュー縦書きでスクロール時の調整 */
.globalNav.vertical-writing {
    margin-left: auto;
    margin-right: 10px;
    text-orientation: upright;
}
#h_hold.fixed001 .vertical-writing > ul {
    display: flex;
    justify-content: space-between;
}
#h_hold.fixed001 .vertical-writing {
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
}
.globalNav.vertical-writing li li {
    background-color: rgba(255, 255, 255);
}
.vertical-writing .globalNav-tel .sub-menu li:before {
    text-orientation: mixed;
}
#h_hold.fixed001 .vertical-writing .globalNav-tel .sub-menu li:before {
    content: none;
    top: 0;
}
#h_hold.fixed001 .vertical-writing ul li ul {
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
}
#h_hold.fixed001 .vertical-writing .globalNav-tel li:hover .sub-menu li {
    width: 150px;
}
#h_hold.fixed001 .vertical-writing .globalNav-tel li .sub-menu li a {
    padding: 10px 0;
    text-align: center;
    margin: 2px;
}
@media screen and (max-width: 767px) {
    #h_hold .globalNav.vertical-writing .menu-image {
        max-width: 40px;
        height: auto;
        padding-bottom: 5px;
    }
    #h_hold.fixed001 .globalNav.vertical-writing .menu-image {
        padding-right: 0;
    }
    .sp-navi-position--left .header_kinds4 .drawer-contain-inner .logo {
        margin-left: 20px;
    }
}



/* ---------------------------
多言語化プラグイン使用時のヘッダー種類ごとのデフォルト位置調整
--------------------------- */
/* 共通 */
#google_language_translator > div.goog-te-gadget > span > a > img {
    padding-right: 3px;
    max-width: 140px;
    height: auto;
    width: unset;
}
#google_language_translator > div.goog-te-gadget {
    text-shadow: 0px 0px 3px #fff;
    font-weight: bold;
    color: #222;
}
#google_language_translator > div.goog-te-gadget > span > a {
    color: #222;
}

/* ウィンド幅、通常ヒーローヘッダーのデフォルト位置調整 */
.header_type1.navi_position1 #google_language_translator,
.header_type1.navi_position2 #google_language_translator,
.header_type1.navi_position3 #google_language_translator  {
    max-width: 1100px;
    margin: 0 auto;
    text-align: right;
}
.hero-image-base.header_type1.navi_position1 #google_language_translator,
.hero-image-base.header_type1.navi_position2 #google_language_translator,
.hero-image-base.header_type1.navi_position3 #google_language_translator {
    position: absolute;
    top: 0;
    right: 45px;
    z-index: 10
}
@media screen and (min-width: 768px) {
    .header_type1.navi_position1 #h_hold.fixed001 #google_language_translator,
    .header_type1.navi_position2 #h_hold.fixed001 #google_language_translator,
    .header_type1.navi_position3 #h_hold.fixed001 #google_language_translator {
        position: fixed;
        z-index: 1001;
        top: 60px;
        right: 10px;
        transition: all 0.2s 0s ease-in-out;
    }
}
@media screen and (max-width: 767px) {
    .header_type1.navi_position1 #google_language_translator,
    .header_type1.navi_position2 #google_language_translator,
    .header_type1.navi_position3 #google_language_translator  {
        position: relative;
        top: 0px;
        text-align: left;
        margin-left: 10px;
    }
    .hero-image-base.header_type1.navi_position1 #google_language_translator,
    .hero-image-base.header_type1.navi_position2 #google_language_translator,
    .hero-image-base.header_type1.navi_position3 #google_language_translator {
        position: absolute;
        top: 180px;
        right: 10px;
        z-index: 10;
    }
    .frontpage .hero-image-base.header_type1.navi_position1 #google_language_translator,
    .frontpage .hero-image-base.header_type1.navi_position2 #google_language_translator,
    .frontpage .hero-image-base.header_type1.navi_position3 #google_language_translator {
        position: absolute;
        top: 70px;
        right: 45px;
        z-index: 10;
    }
    .sp-navi-position--left .header_type1.navi_position1 #google_language_translator,
    .sp-navi-position--left .header_type1.navi_position2 #google_language_translator,
    .sp-navi-position--left .header_type1.navi_position3 #google_language_translator {
        text-align: right;
        margin-right: 10px;
    }
    .frontpage.sp-navi-position--left .hero-image-base.header_type1.navi_position1 #google_language_translator,
    .frontpage.sp-navi-position--left .hero-image-base.header_type1.navi_position2 #google_language_translator,
    .frontpage.sp-navi-position--left .hero-image-base.header_type1.navi_position3 #google_language_translator {
        right: 10px;
    }

}

/* ナビ左：縦並びのデフォルト位置調整 */
@media screen and (min-width: 1101px) {
    .header_type2 #google_language_translator {
        margin-top: 15px;
        text-align: left;
    }
    .header_type2 #google_language_translator .goog-te-combo {
        display: inline-block;
        width: 100px;
    }
}
@media screen and (max-width: 1100px) {
    .header_type2 .header-wrapper {
        display: block;
    }
    .header_type2 .header-wrapper .header-fixed {
        position: unset;
        width: unset;
        height: unset;
        padding: unset;
        background: unset;
    }
    .header_type2 .header-wrapper .header-fixed-inner {
        display: none;
    }
    .header_type2 #google_language_translator {
        position: absolute;
        top: 0;
        left: 5px;
        z-index: 10;
    }
    .header_type2 .icon-hamburger {
        top: 30px;
    }
}

/* 背景色ありのヘッダーデザインのデフォルト位置調整 */
.hero-image-base.header_type1.navi_position3.header_kinds1 #google_language_translator {
    position: absolute;
    z-index: 100;
    top: 150px;
    right: 40px;
    left: unset;
}
@media screen and (min-width: 768px) {
    .header_type1.navi_position3.header_kinds1 #h_hold.fixed001 #google_language_translator {
        position: fixed;
        top: 100px;
        right: 20px;
        left: unset;
        transition: all 0.2s 0s ease-in-out;
    }
}
@media screen and (max-width: 767px) {
    .hero-image-base.header_type1.navi_position3.header_kinds1 #google_language_translator {
        top: 220px;
        right: 20px;
    }
    .frontpage .hero-image-base.header_type1.navi_position3.header_kinds1 #google_language_translator {
        top: 100px;
    }
}

/* ハンバーガーメニューのみのデフォルト位置調整 */
.hero-image-base.header_type1.navi_position3.header_kinds2 #google_language_translator {
    position: absolute;
    z-index: 100;
    top: 90px;
    right: 40px;
    left: unset;
}
@media screen and (max-width: 767px) {
    .hero-image-base.header_type1.navi_position3.header_kinds2 #google_language_translator {
        top: 180px;
        right: 20px;
        left: unset;
    }
    .frontpage .hero-image-base.header_type1.navi_position3.header_kinds2 #google_language_translator {
        top: 80px;
    }
}

/* ロゴが中央のヘッダーデザインのデフォルト位置調整 */
.header_type1.navi_position3.header_kinds3 #google_language_translator,
.header_type1.navi_position3.header_kinds4 #google_language_translator {
    position: absolute;
    z-index: 100;
    top: 10px;
    right: 10px;
    left: unset;
}
.header_type1.navi_position3.header_kinds3 #h_hold.fixed001 #google_language_translator,
.header_type1.navi_position3.header_kinds4 #h_hold.fixed001 #google_language_translator {
    position: fixed;
    z-index: 1001;
    top: 10px;
    right: 10px;
    left: unset;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
    .header_type1.navi_position3.header_kinds3 #google_language_translator {
        position: absolute;
        top: 70px;
    }
    .frontpage .header_type1.navi_position3.header_kinds3 #google_language_translator {
        position: absolute;
        top: 210px;
    }
    .header_type1.navi_position3.header_kinds3 #h_hold.fixed001 #google_language_translator {
        position: fixed;
        z-index: 1001;
        top: 70px;
        transition: all 0.2s 0s ease-in-out;
    }
    .frontpage .header_type1.navi_position3.header_kinds3 #h_hold.fixed001 #google_language_translator {
        position: fixed;
        z-index: 1001;
        top: 150px;
        transition: all 0.2s 0s ease-in-out;
    }
}
@media screen and (max-width: 767px) {
    .header_type1.navi_position3.header_kinds3 #google_language_translator,
    .header_type1.navi_position3.header_kinds3 #h_hold.fixed001 #google_language_translator {
        position: absolute;
        top: 220px;
    }
    .frontpage .header_type1.navi_position3.header_kinds3 #google_language_translator,
    .frontpage .header_type1.navi_position3.header_kinds3 #h_hold.fixed001 #google_language_translator {
        position: absolute;
        top: 85px;
    }
    .frontpage .header_type1.navi_position3.header_kinds3 #google_language_translator .goog-te-combo {
        display: block;
    }
}

/* ロゴ中央のみのデフォルト位置調整 */
@media screen and (max-width: 1100px) and (min-width: 768px) {
    .header_type1.navi_position3.header_kinds4 #google_language_translator {
        position: absolute;
        z-index: 1001;
        top: 80px;
        right: 10px;
        transition: all 0.2s 0s ease-in-out;
    }
    .header_type1.navi_position3.header_kinds4 #h_hold.fixed001 #google_language_translator {
        position: fixed;
        z-index: 1001;
        top: 80px;
        right: 10px;
        transition: all 0.2s 0s ease-in-out;
    }
}
@media screen and (max-width: 767px) {
    .header_type1.navi_position3.header_kinds4 #google_language_translator {
        position: absolute;
        z-index: 100;
        top: 220px;
        right: 10px;
        left: unset;
    }
    .header_type1.navi_position3.header_kinds4.hero-image-base #google_language_translator,
    .header_type1.navi_position3.header_kinds4.hero-image-base #h_hold.fixed001 #google_language_translator {
        position: absolute;
        top: 180px;
    }
    .frontpage .header_type1.navi_position3.header_kinds4 #google_language_translator,
    .frontpage .header_type1.navi_position3.header_kinds4 #h_hold.fixed001 #google_language_translator {
        position: absolute;
        top: 90px;
    }
}


/* ---------------------------
メニューアイコン追加
--------------------------- */
/* アイコン追加時の調整（グローバル、ハンバーガーメニュー） */
.globalNav > ul > li > a span.menu-image-title,
.globalNav.vertical-writing > ul > li .sub-menu > li a span.menu-image-title {
    font-size: 1.6rem;
    font-weight: bold;
    vertical-align: middle;
}
.globalNav .menu-image-title-after .dashicons {
    font-size: 2.0rem;
    height: auto;
}
.globalNav .menu-image-title-after img.menu-image-title-after {
    width: auto;
    vertical-align: middle;
    padding: 0;
}
.drawer-contain .menu-image-title,
.menu-image-title-after.menu-image-title {
    padding-left: 5px;
}
.mobileNav > ul > li > a,
.mobileNav > ul > li .sub-menu > li a{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.mobileNav .menu-image-title-below.menu-image-not-hovered > img,
.mobileNav .below-menu-image-icons {
    margin: unset !important;
    padding-bottom: 0;
}
.mobileNav .menu-image-title-after.menu-image-not-hovered img {
    padding-right: 0;
}

.globalNav.vertical-writing > ul > li > a.menu-image-title-below {
    display: flex;
}
.globalNav.vertical-writing > ul > li > a > span.menu-image-title-below {
    margin: 0 auto;
}
#h_hold.fixed001 .globalNav.vertical-writing > ul > li > a.menu-image-title-below {
    display: block;
}
.globalNav > ul > li > a img.menu-image-title-below {
    max-width: 36px;
    height: auto;
    padding-bottom: 5px;
}
.globalNav .dashicons {
    padding-top: 2px;
    font-size: 34px;
    height: 34px;
    width: 34px;
    vertical-align: middle;
}
.globalNav .dashicons.below-menu-image-icons {
    margin: 3px 0;
}
.drawer-contain .dashicons {
    display: block;
    width: 34px;
    height: 34px;
}
.drawer-contain span.dashicons:before {
    font-size: 32px;
    padding-left: 3px;
}
.header_type2 .globalNav .dashicons.below-menu-image-icons {
    margin: 3px auto;
    display: block;
}
.globalNav.vertical-writing .menu-image-title {
    padding-left: 0;
    padding-top: 5px;
}
.globalNav.vertical-writing .dashicons {
    width: 36px;
}
header:not(.navi_position2) #h_hold.fixed001 .globalNav .dashicons {
    font-size: 24px;
    height: 24px;
    width: 24px;
}
#h_hold.fixed001 .globalNav.vertical-writing .globalNav-tel a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
header:not(.navi_position2) #h_hold.fixed001 .globalNav > ul > li > a span.menu-image-title {
    font-size: 1.2rem;
}
header:not(.navi_position2) #h_hold.fixed001 .globalNav img.menu-image {
    max-height: 28px;
    width: auto;
}
.blog-side-nav-wrapper .blog-side-nav li a span.dashicons {
    vertical-align: middle;
    font-size: 34px;
    width: 34px;
    height: 34px;
}
.blog-side-nav-wrapper .blog-side-nav li a img {
    padding-right: 0;
}

/* アイコン追加時の調整（フッターメニュー） */
.footerNav .menu-image-title-after.menu-image-not-hovered img {
    padding-right: 0;
}
.footerNav .menu-image-not-hovered img {
    padding-bottom: 0;
    margin: 0 5px 0 0 !important;
}
.footerNav-inner > li {
    text-align: center;
}
.footerNav-inner > li > a span.dashicons {
    font-size: 34px;
    height: 34px;
    width: 34px;
    margin: 0 5px 0 0;
    padding: 2px;
}
.footerNav-inner > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footerNav-inner > li > a span.menu-image-title {
    font-size: 1.6rem;
    vertical-align: middle;
}

.navi_children_drilldown .header-wrapper:not(.fixed001) .globalNav.vertical-writing > ul > li ul {
    position: unset;
}

/* ハンバーガーメニュー丸＋サイズ＋位置調整 */
.icon_bg_type2 .icon-wrap div:not(:first-child) img,
.icon_bg_type2 .icon-wrap02 > div img {
    object-fit: cover;
    border-radius: 50%;
}
a.mail_icon:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0e0";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}
a.tel_icon:before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}
a.mail_icon:before,
a.tel_icon:before {
    line-height: 4.2rem;
    font-size: 2.0rem;
}
.icon-wrap02 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.icon-wrap div:not(:first-child),
.icon-wrap02 > div,
header .icon-hamburger {
    width: 40px;
    height: 40px;
}
.drawer-open .h_icon {
    display: none;
}
.drawer-contain {
    padding-top: 30px;
}
.icon_bg_type2 .icon-wrap div:not(:first-child),
.icon_bg_type2 .icon-wrap02 > div,
.icon_bg_type2 .icon-hamburger {
    border-radius: 50%;
}
header .icon-wrap div:not(:first-child),
.icon-wrap02 > div {
    text-align: center;
}
.bottom_nav02,
.bottom_nav {
    animation-name: fadeIn1500ms;
    animation-delay: 2s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translatey(20px);
    opacity: 0;
}
@media only screen and (max-width: 1100px) {
    .icon-wrap {
    animation-name: fadeIn1500ms;
    animation-delay: 2s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translatey(20px);
    opacity: 0;
    }
}
@media only screen and (min-width: 1101px) {
    header:not(.header_kinds2) .icon-wrap,
    header.header_kinds2 .icon-wrap > div {
    animation-name: fadeIn1500ms;
    animation-delay: 2s;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translatey(20px);
    opacity: 0;
    }
}
.drawer-open .icon-wrap02 {
    animation-name: fadeIn1500ms;
    animation-delay: 300ms;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    transform: translateY(50px);
    opacity: 0;
    margin: 20px 0 40px;
}
@keyframes fadeIn1500ms {
    0% {
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
@media only screen and (min-width: 1101px) {
    header:not(.navi_position3.align-vertical) .icon-wrap {
        position: fixed;
        z-index: 9999;
        right: 5px;
        display: unset;
        top: unset;
        bottom: 450px;
        left: unset;
    }
    header:not(.navi_position3.align-vertical) .icon-wrap > div,
    header:not(.navi_position3.align-vertical) .icon-wrap02 > div {
        margin: 8px 2px 0;
    }
    header:not(.navi_position3.align-vertical) .pc_none,
    header:not(.navi_position3.align-vertical) .drawer-open .mobile-header .icon-wrap .h_icon {
        display: none;
    }
    .drawer-open .icon_bg_type1 .icon-wrap02 > div:not(:has(a img)) {
        text-align: center;
    }
    .sp-navi-position-bottom-right .bottom_nav_po .bottom_nav,
    .sp-navi-position-bottom-right .bottom_nav_po .bottom_nav02 {
        right: 80px;
    }
    .grecaptcha-badge {
        bottom: 180px !important;
    }
    .drawer-open .header_kinds2 .icon-hamburger span:nth-of-type(1) {
        top: 10px;
        left: 15px;
    }
    .drawer-open .header_kinds2 .icon-hamburger span:nth-of-type(3) {
        top: 30px;
        left: 15px;
    }
    .drawer-open .icon_bg_type2 .icon-wrap02 > div:not(:has(a img)) {
        text-align: center;
        border-radius: 50%;
    }
}
@media only screen and (max-width: 1100px) {
header .icon-wrap div:not(:first-child),
.icon-wrap02 > div {
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.sp-navi-position--left .icon-vertical .icon-wrap .icon-hamburger {
    right: unset;
    left: unset;
}
.sp-navi-position--left .icon-vertical .icon-wrap {
    top: 3px;
    left: 3px;
    flex-direction: column;
    max-width: 45px;
}
.sp-navi-position--left .icon-horizontal .icon-wrap {
    top: 3px;
    left: 3px;
}
.sp-navi-position--right .icon-vertical .icon-wrap {
    top: 3px;
    right: 3px;
    flex-direction: column;
}
.sp-navi-position--right .icon-horizontal .icon-wrap {
    top: 3px;
    right: 3px;
    flex-direction: row-reverse;
}
.sp-navi-position-bottom-right .icon-vertical .icon-wrap {
	bottom: 3px;
    right: 3px;
    flex-direction: column-reverse;
}
.sp-navi-position-bottom-right .icon-horizontal .icon-wrap {
	bottom: 3px;
    right: 3px;
	flex-direction: row-reverse;
}
.sp-navi-position-bottom-left .icon-vertical .icon-wrap {
	bottom: 3px;
    left: 3px;
    flex-direction: column-reverse;
}
.sp-navi-position-bottom-left .icon-horizontal .icon-wrap {
	bottom: 3px;
    left: 3px;
}
header:not(.navi_position3.align-vertical) .sp_none {
        display: none;
    }
    .icon-wrap {
        position: fixed;
        z-index: 9999;
        display: flex;
    }
    .icon-wrap > div,
    .icon-wrap02 > div {
        margin: 2px;
    }
    .icon-hamburger span:nth-of-type(1) {top: 13px;left: 8px;width: 24px;}
    .icon-hamburger span:nth-of-type(2) {top: 20px;left: 8px;width: 24px;}
    .icon-hamburger span:nth-of-type(3) {top: 27px;left: 8px;width: 24px;}
    .drawer-open header:not(.header_kinds2)  .icon-hamburger span:nth-of-type(2) {
        width: 0;
    }
    .drawer-open .icon-hamburger span:nth-of-type(1) {
        left: 13px;
        top: 9px;
        transform: translate3d(-5px, 12px, 0) rotate(45deg);
    }
    .drawer-open .icon-hamburger span:nth-of-type(2) {
        width: 0;
    }
    .drawer-open .icon-hamburger span:nth-of-type(3) {
        top: 26px;
        left: 13px;
        transform: translate3d(-5px, -5px, 0) rotate(-45deg);
    }
    .sp-navi-position-bottom-right .bottom_nav,
    .sp-navi-position-bottom-right .bottom_nav02 {
        left: 0;
        right: unset;
    }
    .header_type2 .icon-hamburger {
        top: unset;
    }
    .sp-navi-position--left .header_type2.icon-vertical #google_language_translator {
        left: 50px;
    }
    .sp-navi-position--left .header_type2.icon-horizontal #google_language_translator {
        left: 5px;
        top: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .grecaptcha-badge {
        bottom: 190px !important;
    }
    #page-top {
        bottom: 125px;
    }
    .sp-navi-position--left header.icon-vertical:not(.header_kinds1):not(.header_kinds2):not(.header_kinds3):not(.header_kinds4) .logo {
        margin-left: 45px;
    }
    .sp-navi-position--left header.icon-horizontal:not(.header_kinds1):not(.header_kinds2):not(.header_kinds3):not(.header_kinds4) .logo {
        margin-top: 15px;
    }
}
@media only screen and (min-width: 768px) {
    .navi_position3.align-vertical .icon-wrap {
        position: fixed;
        z-index: 9999;
        right: 5px;
        display: unset;
        top: unset;
        bottom: 450px;
        left: unset;
    }
    .navi_position3.align-vertical .pc_none,
    .navi_position3.align-vertical .drawer-open .mobile-header .icon-wrap .h_icon {
        display: none;
    }
    .navi_position3.align-vertical .icon-wrap > div,
    .navi_position3.align-vertical .icon-wrap02 > div {
        margin: 8px 2px 0;
    }
}
@media only screen and (max-width: 767px) {
    .sp-navi-position-bottom-right .bottom_nav.icon-vertical-po,
    .sp-navi-position-bottom-right .bottom_nav02.icon-vertical-po {
        right: unset;
        left: 0;
        width: 85%;
    }
    .sp-navi-position-bottom-left .bottom_nav.icon-vertical-po,
    .sp-navi-position-bottom-left .bottom_nav02.icon-vertical-po {
        width: 85%;
    }
    .sp-navi-position-bottom-right .bottom_nav.icon-horizontal-po,
    .sp-navi-position-bottom-right .bottom_nav02.icon-horizontal-po {
        width: 63%;
    }
    .sp-navi-position-bottom-left .bottom_nav.icon-horizontal-po,
    .sp-navi-position-bottom-left .bottom_nav02.icon-horizontal-po {
        width: 63%;
    }
    .sp-navi-position-bottom-right .bottom_nav.icon-horizontal-po,
    .sp-navi-position-bottom-right .bottom_nav02.icon-horizontal-po {
        right: unset;
        left: 0;
    }
    .sp-navi-position--left header:not(.header_kinds1) .header-face-inner {
        justify-content: flex-end;
    }
    .navi_position3.align-vertical .sp_none {
        display: none;
    }
}
@media only screen and (min-width: 641px) and (max-width: 767px) {
    .bottom_nav,
    .bottom_nav02 {
        max-width: 100%;
        width: unset !important;
    }
}
@media only screen and (max-width: 480px) {
    .header_kinds1 .header-face-inner {
        justify-content: center;
    }
}

/* お問い合わせ項目で日付の項目がある場合、スマホ表示だと空白になるため、「タップして日付を選択する」の文言が表示されるよう追加 */
@media only screen and (max-width: 767px) {
    .wpcf7-date::before{
    content: 'タップして日付を選択する';
    font-size: 12px;
    display: block;
    width: 150px;
    color: #666;
    }
}

/* 新着一覧用1 */
.top-blog-wrapper02 ul li span.blog-cat {
    display: inline-block;
    border: 1px solid #222;
    padding: 0px 10px;
    font-size: 1.2rem;
    min-width: 120px;
    text-align: center;
    margin-left: 20px;
}
.top-blog-wrapper02 ul li {
    border-bottom: 1px dashed #000000;
    padding: 10px 5px 10px;
}

/* スライダーチラつき防止 */
.slick-slide{
    height: auto!important;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}

/* ブログ画像ギャラリー */
.blog-wrapper .gallery_list_outer:not(:has(div)),
.gallery_list_outer.blog_gallery_type1,
.gallery_list_outer.blog_gallery_type2 {
	margin-bottom: 0;
}
.caption_txt {
    text-align: center;
    margin: 5px 0;
}
.blog_gallery_type2 .gallery_list_wrapper02 .normal_list,
.blog_gallery_type1 .gallery_list_wrapper01 .normal_list > div {
    margin-bottom: 20px;
}
.blog_gallery_type2 .gallery_list_wrapper02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blog_gallery_type2 .gallery_list_wrapper02 .normal_list {
    width: 48%;
}
.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}
.blog_gallery_type3 .contents-slider-wrap img,
.blog_gallery_type4 .contents-slider-wrap img,
.blog_gallery_type5 .gallery-slider img {
	height: 50vw;
	max-height: 500px;
	object-fit: contain !important;
}
.blog_gallery_type2 .modal01 img {
    aspect-ratio: 16 / 10.5;
    object-fit: cover;
}
.blog_gallery_type5 .gallery-slider {
    margin-bottom: 10px;
}
.blog-article .blog-image .object-fit-img {
	aspect-ratio: 37 / 20;
}
@media screen and (max-width: 767px) {
    .blog_gallery_type3 .contents-slider-wrap img,
    .blog_gallery_type4 .contents-slider-wrap img,
    .blog_gallery_type5 .gallery-slider img  {
	    height: 70vw;
    }
}
/* ---------------------------
25/05/11 saitou add
--------------------------- */
.sp-only{display:none;}
body{
font-size:1.6rem;
}
div,p,span,li,dt,dd,label{font-family: "Zen Old Mincho", serif;}
header{
	margin-bottom:0!important;
}
.header-face{padding-bottom:10px;}
.blog-content-wrapper h4{font-size:2rem;}
.article-wrapper h3:first-child{font-size:2.8rem;}
div.wpcf7 .wpcf7-submit{font-size:1.6rem; padding:1em;}
h3{
	color:#261513;
	font-size:3.4rem;
	line-height:1.7em;
	font-weight:400;
}
h4{
	font-size:2.4rem;
	line-height:1.4;
}

.title-wrapper{background:none!important;}
.button{padding:16px 0;}

table.original-table{border:20px solid #f2e8e7; border-collapse:separate;}
table.original-table th{background-color:#c9a6a2!important; color:#ffffff!important; border-bottom:1px solid #f2e8e7;}
table.original-table td{border-bottom:1px solid #f2e8e7;}

.design_button_type1 .button{border-radius:30px; border-color:#ffffff; box-shadow: 3px 5px 3px 0px rgba(201, 166, 162, 0.2);}
.design_button_type1 .button:hover{background:#261513!important; color:#ffffff!important; border-color:#261513;}
.mt40{margin-top:40px;}
.mb40{margin-bottom:40px;}
.ttl-center{text-align:center;}
.button-50{width:50%;}
.button-80{width:80%;}
.pt40 .content-wrapper{padding-top:40px;}
.pb40 .content-wrapper{padding-bottom:40px;}
.pt50 .content-wrapper{padding-top:50px;}
.pb50 .content-wrapper{padding-bottom:50px;}
.pt80 .content-wrapper{padding-top:80px;}
.pb80 .content-wrapper{padding-bottom:80px;}
.pt100 .content-wrapper{padding-top:100px;}
.pb100 .content-wrapper{padding-bottom:100px;}
.pb120 .content-wrapper{padding-bottom:120px;}
.pb150 .content-wrapper{padding-bottom:150px;}

.midashi-style{border-top:1px solid #ffffff; border-bottom:1px solid #ffffff; padding:0.5em; text-align:center; font-size:2.4rem;}
#home01{background: url("/wp-content/uploads/2025/05/001_bk.png") center bottom/cover; padding-top:50px;}
#home01 p{color:#ffffff;}
#home01 .section-child-num1{padding-top:50px;}
#home01 .section-child-num1 img{margin-bottom:30px;}
#home03{background: url("/wp-content/uploads/2025/05/003_bk.jpg") center bottom/cover; margin-bottom:0;}
.design_button_type1 .button{background:#ffffff!important; color:#000000!important; border-color:#ffffff;}
#home03 .content-wrapper{padding-top:50px; padding-bottom:50px;}
#home03 img{margin-top:20px;}
#home04{background: url("/wp-content/uploads/2025/05/004_bk.png") center bottom/cover; position:relative;}
#home04 .content-repeat-box,#home05 .content-repeat-box,#home06 .content-repeat-box,#home07 .content-repeat-box,#concept02 .content-repeat-box,#concept03 .content-repeat-box,#concept04 .content-repeat-box,#menu01 .content-repeat-box,#menu02 .content-repeat-box,#menu03 .content-repeat-box,#menu04 .content-repeat-box{
  display: flex;
  justify-content: center;
}
#home04 .section-child-num1,#home05 .section-child-num0{color:#3c3c3c;}
#home04 .content-child-button,#home05 .content-child-button{margin-top:20px;}
#home05{background: url("/wp-content/uploads/2025/05/005_bk.png") center bottom/cover; margin-top:-200px; z-index:-20;}
#home05 .content-wrapper{padding-top:150px;}
#home05 .button{position:relative;}
#home07{padding-left:0; padding-right:0; background-color:#c9a6a2;}
#home07 .content-wrapper{max-width:100%;}
#home07 .section-child-num1 img{width:90%; height:auto;}
#home07 p{font-size:2.6rem; color:#261513; line-height:1.5;}
#home10 ul{
	display: flex;
	flex-wrap: wrap;
}
#home10 ul li{
margin-bottom:30px;
}
#home10 li{width:50%;}
#concept01 .content-wrapper{background: url("/wp-content/uploads/2025/05/001_bk1-e1746962637544.png") no-repeat center top; position:relative; max-width:880px; padding-top:60px; color:#3c3c3c; margin-bottom:150px;}
#concept01 .content-wrapper::after{
	content:"";
	display:block;
	width: 100%;
	height: 548px;
	background: url("/wp-content/uploads/2025/05/001_bk2.png") no-repeat 0 0/contain;
	position:absolute;
	left:-80px;
	bottom:-150px;
	z-index:-10;
}
#concept01 h3{margin-bottom:40px;}
#concept02,#concept03{margin-bottom:0;}
#concept02,#concept03,#concept04{background-color:#c9a6a2; padding-left:0; padding-right:0;}
#concept02 img,#concept03 img,#concept04 img{width:100%;}
#concept02 .section-child-num1,#concept03 .section-child-num0,#concept04 .section-child-num1{color:#3c3c3c; padding-top:50px; padding-bottom:50px;}
#concept02 .button,#concept04 .button{width:90%;}
#concept05 .content-wrapper{background-color:#c9a6a2; border-radius:30px; padding:3em;}
#concept05 dl{max-width:600px; margin:0 auto;}
#concept05 dt,#concept05 dd{color:#ffffff;}
#concept05 dd{margin-bottom:25px;}
#concept06 .content-wrapper{max-width:1100px;}
#concept06 h3,#concept06 p{max-width:600px;}
#concept05 dt{position:relative; font-size:1.8rem;}
#concept05 dt,#concept05 dd{padding-left:50px; }
#menu01 .content-wrapper{background: url("/wp-content/uploads/2025/05/001_bk.jpg") no-repeat center top/cover;}
#menu01,#menu04{margin-bottom:100px;}
#menu02 .content-repeat-wrapper,#menu03 .content-repeat-wrapper,#menu04 .content-repeat-wrapper{background-color:#c9a6a2; border-radius:30px; padding:3em;}
#menu09 .content-repeat-wrapper{background-color:#a4acbb; border-radius:30px; padding:3em;}
#menu02 h3,#menu02 p,#menu03 h3,#menu03 p,#menu04 h3,#menu04 p,#menu05 h3,#menu07 h3,#menu08 h3,#menu09 h3{color:#ffffff;}
#menu05 .content-repeat-wrapper,#menu07 .content-repeat-wrapper,#menu08 .content-repeat-wrapper{background-color:#c1b4b3; border-radius:30px; padding:3em;}
#menu05 p,#menu07 p,#menu08 p,#menu09 p{color:#261513;}
/*#menu05 td span{font-size:10px;}*/
#menu09,#menu11{margin-bottom:80px;}
#menu10{background-color:#c1b4b3;}
h3.line-title{
    text-align: center;
    margin-bottom: 60px;
	letter-spacing:.2em;
}
h3.line-title span{
    border-top: 2px solid #222;
    border-bottom: 2px solid #222;
    padding:16px 24px;
	display:inline-block;
}
#menu02 h3.line-title,#menu05 h3.line-title{color:#222;}
.menu-wrap{display:grid; grid-template-columns: repeat(4,1fr); gap:12px;}
.menu-box{background-color:#ffffff; border-radius:12px; padding:1.2em; text-align: center;}
.menu-ttl{font-size:2.0rem; line-height:1.2; margin-bottom:10px; min-height:60px;}
.menu-price{color:#261513; font-size:1.8rem; line-height:1.5em; padding:16px 0;}
.menu-box .menu-price.second{border-top: 1px dotted; margin-top: 24px; padding-top: 24px;}
.menu-text{color:#261513; text-align: left;}
.product-wrap{display:grid; grid-template-columns: repeat(3,1fr); gap:12px;}
.product-box{background-color:#ffffff; border-radius:12px; padding:1.5em;}
.product01{background: url("/wp-content/uploads/2025/05/011_bk1-1.jpg") no-repeat center top/cover;}
.product02{background: url("/wp-content/uploads/2025/05/011_bk2-1.jpg") no-repeat center top/cover;}
.product03{background-color:#ffffff; border:2px solid #a61e32;}
.product-box img{margin-bottom:10px;}
.product-price{text-align:center; color:#261513; font-size:2.2rem; line-height:1.2; padding-top:10px; padding-bottom:10px;}
.product-text{color:#261513; text-align:center; margin-bottom:20px;}
#menu10{position:relative;}
#menu10::before{
	content:"";
	display:block;
	width: 100%;
	height: 500px;
	background: url("/wp-content/uploads/2025/05/010_bk.png") no-repeat center top/cover;
	position:absolute;
	left:0;
	top:-100px;
	z-index:-10;
}
#menu09,#menu10{margin-bottom:160px;}
#menu10::after{
	content:"";
	display:block;
	width: 100%;
	height: 500px;
	background: url("/wp-content/uploads/2025/05/010_bk.png") no-repeat center bottom/cover;
	position:absolute;
	left:0;
	bottom:-100px;
	z-index:-10;	
}
.size-auto h3 img{width:auto; height:auto;}
.list1::before{
	content:"";
	display:block;
	width: 100%;
	height: 53px;
	background: url("/wp-content/uploads/2025/05/005_img1.png") no-repeat left top/contain;
	position:absolute;
	left:0px;
	top:3px;
}
.list2::before{
	content:"";
	display:block;
	width: 100%;
	height: 43px;
	background: url("/wp-content/uploads/2025/05/005_img2.png") no-repeat left top/contain;
	position:absolute;
	left:-15px;
	top:3px;
}
.list3::before{
	content:"";
	display:block;
	width: 100%;
	height: 40px;
	background: url("/wp-content/uploads/2025/05/005_img3.png") no-repeat left top/contain;
	position:absolute;
	left:-10px;
	top:3px;
}
.list4::before{
	content:"";
	display:block;
	width: 100%;
	height: 35px;
	background: url("/wp-content/uploads/2025/05/005_img4.png") no-repeat left top/contain;
	position:absolute;
	left:-15px;
	top:3px;
}
div.concept-list{
    color: #fff;
    width: 70%;
    margin-inline:auto ;
}
div.concept-list h4{
    font-size: 1.5em;
    line-height: 50px;
    margin-bottom: 0;
	font-weight: 400;
}
div.concept-list div{
    background-repeat: no-repeat;
    background-size:auto 50px;
    background-position: left top;
    padding:0 0 24px 60px;
    margin-bottom: 24px;
    border-bottom: 1px dotted #fff;
}
div.concept-list div.list001{background-image: url(/wp-content/uploads/2025/05/concept005-01.png);}
div.concept-list div.list002{background-image: url(/wp-content/uploads/2025/05/concept005-02.png);}
div.concept-list div.list003{background-image: url(/wp-content/uploads/2025/05/concept005-03.png);}
div.concept-list div.list004{background-image: url(/wp-content/uploads/2025/05/concept005-04.png);}
#information01{padding-left:0; padding-right:0;}
#information01 .content-wrapper{max-width:100%;}
#information02 h3{margin-bottom:10px;}
#contact01 .cta,#contact01 .cta-box{
  display: flex;
  justify-content: center;
}
.label-box{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:10px;
}
.label-box span{background-color:#ffffff; border-radius:10px; padding:3px 10px; display:inline-block;}

table.table-column.service_table{
	border-collapse:separate;
}
table.table-column.service_table th,
table.table-column.service_table td{
	background:none;
	border-width:0 0 1px;
	border-color:#ffffff;
    text-align: right;
    color:#ffffff;
	box-sizing: border-box;
}
table.table-column.service_table th{width:30%;}
table.table-column.service_table td{width:70%;}
table.table-column.service_table.min_menu th{width:65%;}
table.table-column.service_table.min_menu td{width:35%;}
table.table-column.service_table.min_menu th.none-line,
table.table-column.service_table.min_menu td.none-line{border:none;}
table.table-column.service_table.min_menu td.caption{font-size:1.4rem; padding-top:0;}
table.table-column.service_table.min_menu td.pt-none{padding-top:0;}
table.table-column.service_table.min_menu th.dot-line,
table.table-column.service_table.min_menu td.dot-line{border-bottom:1px dotted #fff;}
ul.menu-option{
	margin-top:0;
	border-bottom:1px solid #fff;
}
ul.menu-option li{
	border-top:1px dotted #fff;
	padding:12px;
	font-size:1.4rem;
	text-align:right;
	color:#fff;
}
span.tax,
ul.menu-option li span.tax{font-size: 12px;}

@media screen and (max-width: 768px) {
    table.table-column.service_table th,
    table.table-column.service_table td{
        display: inline-block;
		padding-left:2px;
		padding-right:0;
    }
    table.table-column.service_table th{width:20%;}
    table.table-column.service_table td{width:80%;}
    table.table-column.service_table.min_menu th{width:62%;}
    table.table-column.service_table.min_menu td{width:38%;}
    table.table-column.service_table.min_menu td.caption{width:100%;}
}
.single-pager{background-color:#ffffff;}
.slick-track li img{border-radius:30px;}

.sp-img{display: none;}

/* ---------------------------
25/05/11 saitou add mobile
--------------------------- */
@media only screen and (max-width: 767px){
.pc-img{display: none;}
.sp-img,
.sp-only{display: inherit;}
body{font-size: 1.4rem;}
.content-child-button{
width:80%;
}
h3{
	font-size:2.3rem;
	line-height:1.5em;
}
h4{
	font-size:2.0rem;
	line-height:1.5em;
}
.content-child-button{
	width:100%!important;
}
.pt40 .content-wrapper{padding-top:20px;}
.pb40 .content-wrapper{padding-bottom:20px;}
.pt50 .content-wrapper{padding-top:30px;}
.pb50 .content-wrapper{padding-bottom:30px;}
.pt80 .content-wrapper{padding-top:40px;}
.pb80 .content-wrapper{padding-bottom:40px;}
.pt100 .content-wrapper{padding-top:50px;}
.pb100 .content-wrapper{padding-bottom:50px;}
.pb120 .content-wrapper{padding-bottom:60px;}
.pb150 .content-wrapper{padding-bottom:100px;}
	#home01{padding-top:20px;}
#home01 .section-child-num1{padding-top:0px; margin-bottom:0;}
	
	.midashi-style{font-size:1.8rem;}
	#home02{margin-top:-20px; margin-bottom:20px;}
	
	#home10 li{width:100%;}
	#home04 .content-wrapper{padding-bottom:120px;}
	#home05{margin-bottom:0px;}
	#home05 .content-wrapper{padding-top:100px; padding-bottom:120px;}
	#home07 .content-wrapper{padding-bottom:50px;}
	#home07 p{font-size:2.0rem;}
	#home08 .contents-num0 img{max-width:60%;}
	#home01 .content-repeat-wrapper,#home05 .content-repeat-wrapper,#concept03 .content-repeat-wrapper{
	flex-direction: column-reverse;
	}
#home01 .section-child-num0,#home05 .section-child-num0,#concept03 .section-child-num0{
	padding-top:0;
	padding-right:0;
	margin-top:25px;
	}
	#concept01 .content-wrapper{padding-top:40px; margin-bottom:150px;}
#concept01 .content-wrapper::after{
	background: url("/wp-content/uploads/2025/05/001_bk2.png") no-repeat left bottom/contain;
	height: 700px;
	left:-10px;
	bottom:-70px;
}
#concept01 h3{margin-bottom:20px;}
	#concept02 .section-child-num1,#concept03 .section-child-num0,#concept04 .section-child-num1{padding:0 12.5px 30px;}
	#concept02 .button{width:100%;}
	#concept03 .section-child-num1{margin-top:0;}
	.product-wrap{gap:10px;}
	#concept05 .content-wrapper{padding:2em;}
.list1::before{
	height: 43px;
	left:5px;
	top:3px;
}
.list2::before{
	height: 33px;
	left:-5px;
	top:3px;
}
.list3::before{
	height: 30px;
	left:-5px;
	top:3px;
}
.list4::before{
	height: 25px;
	left:-5px;
	top:3px;
}
div.concept-list{
    width: 100%;
}
div.concept-list h4{
    font-size: 1.3em;
    line-height: 30px;
	margin-bottom:16px;
}
div.concept-list div{
    background-size:auto 30px;
    padding:0 0 24px 40px;
}
	#menu01{margin-bottom:50px;}
	#menu05,#menu06{margin-bottom:20px;}
	#menu06{padding-left:0; padding-right:0;}
	#menu06 img{width:130%;}
	#menu02 .content-repeat-wrapper, #menu03 .content-repeat-wrapper, #menu04 .content-repeat-wrapper, #menu05 .content-repeat-wrapper, #menu06 .content-repeat-wrapper, #menu07 .content-repeat-wrapper, #menu08 .content-repeat-wrapper, #menu09 .content-repeat-wrapper{padding:2rem;}
	#menu10 .content-wrapper{padding-top:0px; padding-bottom:0px;}
	.menu-wrap{grid-template-columns: repeat(2,1fr); gap:6px;}
	.menu-box{border-radius:6px; padding:1em ;}
	.menu-box img,.product-box img{margin:0 auto; display:block;}
.menu-ttl{font-size:1.6rem; margin-bottom:16px; min-height:auto;}
.menu-price{text-align:center; color:#261513; font-size:1.5rem; line-height:1.2; padding-top:10px; padding-bottom:10px;}
.product-wrap{display:grid; grid-template-columns: repeat(1,1fr); gap:12px;}
.product-text{margin-top:20px;}
.product-box{ border-radius:6px; padding:.8em;}
.size-auto h3 img{width:80%;}


}

/* CTA */
section.section-wrapper.cta-block .content-repeat-box{
	text-align:center;
	padding:50px 0;
	position:relative;
}
section.section-wrapper.cta-block .content-repeat-box::before{
	content:"";
	display:block;
	width: 100%;
	height: 98px;
	background: url("/wp-content/uploads/2025/05/cta_img1.png") no-repeat 0 0/contain;
	position:absolute;
	left:-16px;
	top:-16px;
}
section.section-wrapper.cta-block ul.cta-bnr{
	gap:24px;
}
ul.cta-bnr li{margin-bottom:20px;}
.cta-box1{width:50%; text-align:left;}
.cta-box1 p{margin-bottom:1.5em;}
.cta-box2{width:50%; text-align:center;}
.cta-box {
  display: flex;
	padding-left:50px;
	padding-right:50px;
}
.cta-block{margin-bottom:50px;}
.cta-block .content-repeat-box{background-color:#ffffff;}
/* CTAレスポンシブ*/
@media only screen and (max-width: 767px) {
		section.section-wrapper.cta-block{
		padding:0px 5%;
	}
	section.section-wrapper.cta-block .content-repeat-box{
	text-align:center;
	padding:20px 0;
	position:relative;
}
		section.section-wrapper.cta-block ul.cta-bnr{
		flex-direction: column;
		gap:10px;
	}
	.cta-box {
  display: flex;
		flex-direction:column;
	padding-left:20px;
	padding-right:20px;
}
	section.section-wrapper.cta-block .content-repeat-box::before{
	width: 100%;
	height: 58px;
	left:-14px;
	top:-14px;
}
	.cta-box1,.cta-box2{width:100%;}
}

/* コンテンツ幅：width100%*/
@media only screen and (min-width: 1100px) {
		main.single-main .contents-width100 div.content-repeat-wrapper{
			justify-content: flex-start;
			align-items: center;
		}
		main.single-main .contents-width100 div.content-wrapper{
			max-width: 100%;
		}
		/* 左右の余白削除 */
		main.single-main .section-wrapper.contents-width100{
			padding-left:0;
			padding-right:0;
		}
		main.single-main .contents-width100 div.allocation-two-blocks div.content-repeat-box.img-area{
			width: 50%;
		}
		/* テキスト部分のみwidthサイズ指定 */
		main.single-main .contents-width100 div.allocation-two-blocks div.content-repeat-box.text-width{
			max-width: 40%;
			margin-inline:auto;
		}
}
/* スマホ時順序入れ替え */
@media only screen and (max-width: 767px) {
	section.sp-reverse div.content-repeat-wrapper {
		flex-direction: column-reverse;
	}
	section.sp-reverse div.content-repeat-wrapper div.content-repeat-box {
		margin-bottom: 24px;
		margin-top: 0;
	}
}
/* アンカーリンクずれ対応 */
@media screen and (min-width: 768px) {
 	html {scroll-padding-top: 120px;}
	_::-webkit-full-page-media, _:future, :root .contents-slider-wrap{aspect-ratio: 16 / 12;}
}
