@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: 25px;
}
.header-face-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-face img {width: auto;}

/*　スマホ用ヘッダー　　*/
.mobile-header {
	position: relative;
}

.icon-hamburger {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: fixed;
	right: 20px;
	width: 60px;
	height: 60px;
	top: 20px;
    z-index: 9999;
	background: #fff;
	cursor: pointer;
}
.icon-hamburger span:not(:last-child) {
	position: absolute;
	width: 30px;
	height: 3px;
	background-color: #222;
	border-radius: 4px;
	transition: all 0.4s;
}
.icon-hamburger .menu {
	font-size: 1.0rem;
	position: absolute;
	top: 36px;
	left: 14px;
	opacity: 1;
}
.icon-hamburger span:nth-of-type(1) {top: 15px;left: 15px;}
.icon-hamburger span:nth-of-type(2) {top: 24px;left: 15px;}
.icon-hamburger span:nth-of-type(3) {top: 33px;left: 15px;}

.drawer-open .icon-hamburger span:nth-of-type(1) {
	width: 65%;
	transform: translate3d(-5px, 13px, 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) {
	width: 65%;
	transform: translate3d(-5px, -5px, 0) rotate(-45deg);
}
.drawer-open .icon-hamburger span:last-child {opacity: 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: 15px;}

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

}

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

メイン画像　-基本設定-

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

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

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

/*  ヒーローヘッダー（max-width：2200px）時の重なり調整  */
.main-iamge-hero .header-face,
.main-iamge-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%;	
}

.main-iamge-hero .main-image-inner {
	max-height: none;
}
.main-iamge-hero .main-image-inner img {
	object-fit: cover;
}
.main-iamge-hero .lower-main-image .title-wrapper {
	top: auto;
	bottom: 20px;
	transform: translateY(0) translateX(-50%);
}

@media screen and ( max-width: 767px) {
	.header-wrapper:not(.main-iamge-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: 999;
}
.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) {
	.globalNav {
		display: none;
	}
}

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


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

パンくずリスト

---------------------------*/
.header_type1.navi_position2 .main-iamge-hero .breadcrumb,
.header_type1.navi_position3 .main-iamge-hero .breadcrumb,
.header_type2.navi_position3 .main-iamge-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:auto;
    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;
}

.modalwin {
	position: fixed;
	width: 90%;
    z-index: 9997;
}
.modalwin.show {display: block;}
.modalwin.hide {display: none;}

.modalwin ul {
    display: flex;
    justify-content: center;
}

.modalwin ul li + li {margin-left: 5px;}

.modalwin button {
    font-size: 3.0rem;
    display: inline-block;
    color: #fff;
}

#shade {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #222;
	opacity: 0.7;
    z-index: 9996;
}
@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 10px;
		margin-bottom: 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;
	}
}







/* ---------------------------
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;
}
}

/* ---------------------------
固定バナー位置調整
--------------------------- */
.fixed-menu {
    bottom: 260px;
    top: unset;
}
.fixed-menu a {	
    color: inherit;	
}
@media only screen and (min-width: 768px){
    #page-top {
        bottom: 100px !important;
    }
    .bottom_nav img {	
        z-index: 9995 !important;	
    }
}
.footer-snsicons-list {
    justify-content: center !important;
}
#page-top {
    right: 0;
}
.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秒後に効果が開始されます--*/
}
.drawer--top .drawer-contain {	
    z-index: 9998;	
}


.page-thanks .single-main {
    margin-bottom:50px;
}

@media screen and (min-width: 768px) {
    .hero-image-base #h_hold.fixed001 .main-image {
        margin-top: 0;
    }
}
/* ---------------------------
22/04/17 saitou add
--------------------------- */
body{
font-size:1.6rem;
}
p,div,span,li,label{font-family: "Shippori Mincho", serif;}
header{
	margin-bottom:0!important;
}
.globalNav ul{margin:10px auto;}
.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{
	font-size:3.2rem;
	line-height:1.4;
	font-weight:500;
}
h4{
	font-size:2.4rem;
	line-height:1.4;
	font-weight:500;
}
.mb30{margin-bottom:30px!important;}
.mb50{margin-bottom:50px;}
.mb100{margin-bottom:100px;}
@media screen and (min-width: 769px) {
.img-sp{display:none;}
#about02 .contents-num2,#about02 .contents-num3{padding-left:10px; padding-right:10px;}
}
.title-wrapper{background:none!important;}
.title-wrapper p{color:#ffffff;}
.button{padding:16px 0; border:1px solid #1f1d1b!important;}
.design_button_type3 .button{
position: relative;
}
.design_button_type3 .button::after{
font-family: "Font Awesome 5 Free";
content: "\f054";
font-weight: 900;
position: absolute;
top: 25%;
right: 5%;
}
.main-iamge-hero .lower-main-image .title-wrapper{bottom:50px;}
.globalNav li li{background-color:rgba(244,162,38,0.3)!important;}
.align-writing.globalNav a{min-width:120px!important;}
table.original-table{border:20px solid #ffeccb; border-collapse:separate;}
table.original-table th{background-color:#f4a226!important; color:#1f1d1b!important; border-bottom:1px solid #ffeccb;}
table.original-table td{border-bottom:1px solid #ffeccb;}

#home02 h3,#about03 h3{margin-bottom:130px; z-index:0;}
#home02 .section-child-num0 h3,#about03 .section-child-num0 h3{position:relative;}
#home02 .section-child-num0 h3 img,#about03 .section-child-num0 h3 img{position:absolute; right:0; top:0; max-width:inherit;}
#home02 .section-child-num0 h4,#about03 .section-child-num0 h4{padding-top:50px;}
#home05 .contents-num1{
max-height:250px;
	text-align:center;
}
#home05 .contents-num1 p{padding-left:8px; padding-right:8px;}
#home05 .contents-num1 p span{text-combine-upright: all;}
#home05 .tate-box{
	display:inline-block;
	text-align: initial;
  -ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
	text-orientation: upright;
}
#home05 h4{margin-left:10px;}
#home05 .contents-num1 p{margin-top:0;}
.home07 h3{margin-bottom:10px;}
#about02{margin-top:-200px;}
#about02 h4{font-size:2.0rem; margin-top:-20px;}
#about04 .content-wrapper,#about06 .content-wrapper{background-color:#ffeccb; padding:3em;}
#about05 .section-child-num1{padding-top:230px;}
#about06 h4{margin-bottom:10px;}
#variety01 h4,#variety02 h4,#variety03 h4,#variety04 h4{font-size:3.4rem;}
#variety01 h4 span,#variety02 h4 span,#variety03 h4 span,#variety04 h4 span{margin-left:16px; font-size:2.2rem;}
#variety01 .content-repeat-box p strong,#variety02 .content-repeat-box p strong,#variety03 .content-repeat-box p strong,#variety04 .content-repeat-box p strong{font-size:2.4rem; font-weight:500;}
#variety01 .section-child-num1{padding-top:60px;}
#variety02 .section-child-num0,#variety03 .section-child-num1,#variety04 .section-child-num0{padding-top:80px;}
#information02 .content-repeat-box{
  display: flex;
  justify-content: center;
}
.information04 h3{text-align:center; margin-bottom:10px;}
#information05 .box-style{border-radius:20px; background-color:#fff4e2; padding:2em;}
#contact02 .content-repeat-box > div{background-color:#fff4e2; padding:2em;}

.service_table{
	border-collapse:separate;
}
.service_table th,.service_table td{
	background:none!important;
	border-width:0 0 1px!important;
	border-color:#1f1d1b!important;
}
.service_table th
{
	width:30%;
}
.service_table td
{
	text-align:right!important;
	width:70%;
}

@media screen and (max-width: 768px) {
.service_table th,.service_table td{display:table-cell;}
	}

/* ---------------------------
22/04/17 saitou add mobile
--------------------------- */
@media only screen and (max-width: 767px){
.img-pc{display:none;}
.logo img{width:80%; height:auto;}
.content-child-button{
width:80%;
}
h3{
	font-size:2.3rem;
	line-height:1.4;
}
h4{
	font-size:2.0rem;
	line-height:1.4;
}
.mb100{margin-bottom:30px;}
.content-child-button{
	width:100%!important;
	}
		#home02 .section-child-num0 h3 img, #about03 .section-child-num0 h3 img{width:350%; height:auto; right:-10px;}
#home02 .section-child-num0 h4,#about03 .section-child-num0 h4{padding-top:0px;}
	#home04{background-position:center top;}
#home05 .contents-num1{
max-height:200px;
	}
	#home05 h4{font-size:2.2rem;}
#about01{background-position:right top;}
#about02{margin-bottom:0px;}
#about02 .contents-num3{margin-bottom:50px;}
#about02 h4{font-size:1.8rem; margin-top:-10px; margin-bottom:10px;}
#about04 .content-wrapper,#about06 .content-wrapper{padding:1.5em;}
	#about05{background-size:250%;}
#about05 .content-wrapper{padding-top:100px;}
#about05 .section-child-num1{padding-top:25px;}
	#variety01 h4,#variety02 h4,#variety03 h4,#variety04 h4{font-size:2.5rem; margin-bottom:20px;}
#variety01 h4 span,#variety02 h4 span,#variety03 h4 span,#variety04 h4 span{
	font-size:1.6rem;}
#variety01 .content-repeat-box p strong,#variety02 .content-repeat-box p strong,#variety03 .content-repeat-box p strong,#variety04 .content-repeat-box p strong{font-size:2.0rem;}
#variety01 .section-child-num0 img,#variety02 .section-child-num1 img,#variety03 .section-child-num0 img,#variety04 .section-child-num1 img{max-width:90%;}
#variety01 .section-child-num1{padding-top:0px;}
#variety02 .section-child-num0,#variety03 .section-child-num1,#variety04 .section-child-num0{padding-top:0px;}
#variety02 .content-repeat-box,#variety04 .content-repeat-box,#about06 .content-repeat-box{margin-top:0;}
#variety02 .content-repeat-wrapper,#variety04 .content-repeat-wrapper,#about06 .content-repeat-wrapper{
	flex-direction: column-reverse;
	}
#variety02 .section-child-num0,#variety04 .section-child-num0,#about06 .section-child-num0{
	padding-top:0;
	padding-right:0;
	margin-top:25px;
	}
#information05 .box-style{padding:1.5em;}
#variety04,#information01,#information05,#contact01,#contact02{margin-bottom:0;}
	#information02 img{max-width:80%;}
	#contact02 .content-repeat-box > div{padding:1.5em;}
}

/* CTA */
section.section-wrapper.cta-block{
	background: url("/wp-content/uploads/2024/06/cta_bk.jpg") no-repeat center bottom/cover;
	text-align:center;
	padding:50px 0 70px;
}

section.section-wrapper.cta-block ul.cta-bnr{
	display:flex;
	gap:24px;
	margin-top:24px;
}
section.section-wrapper.cta-block h3,section.section-wrapper.cta-block p{color:#ffffff;}
.section-wrapper.cta-block p{margin-bottom:1.5em;}
/* CTAレスポンシブ*/
@media only screen and (max-width: 767px) {
		section.section-wrapper.cta-block{
		padding:40px 5%;
	}
		section.section-wrapper.cta-block ul.cta-bnr{
		flex-direction: column;
		gap:10px;
	}
}