/* ========================================================================== Foundation ========================================================================== */
/* Reset  ----------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; font-weight: normal; vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

audio, canvas, video { display: inline-block; max-width: 100%; }

html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; scroll-behavior: smooth;}

ul, ol { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

a:focus { outline: none; }

ins { text-decoration: none; }

mark { font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; width: 100%; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

button, input, select, textarea { outline: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size: 16px; }

input, textarea { background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); -webkit-appearance: none; border-radius: 0; /* Removing the inner shadow, rounded corners on iOS inputs */ }

input[type="checkbox"] { -webkit-appearance: checkbox; }

input[type="radio"] { -webkit-appearance: radio; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

img { -ms-interpolation-mode: bicubic; }

/* clearfix */
.clearfix:after { content: "."; display: block; clear: both; height: 0; font-size: 0.1em; line-height: 0; visibility: hidden; overflow: hidden; }

.clearfix { display: inline-block; }

/* exlude MacIE5 \*/
* html .clearfix { height: 1%; }

.clearfix { display: block; }

/* end MacIE5 */
/* Base ----------------------------------------------------------------- */
body {
    color: #413126;
    line-height: 2;
    -webkit-font-smoothing: antialiased;
	font-size: calc(17 / 1920 * 100vw);
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.05em;
    background: #FDF8EE;
}


a { color: #000; text-decoration: none; }

b, strong { font-weight: 700; }

big { font-size: larger; }

small { font-size: 80%; }

sub { vertical-align: sub; font-size: smaller; }

sup { vertical-align: super; font-size: smaller; }

i, cite, em, var, address, dfn { font-style: italic; }

tt, code, kbd, samp { font-family: monospace; }

u, ins { text-decoration: underline; }

img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
}

input { border: 0; margin: 0; padding: 0; }

select { background: none transparent; border: 0; border-radius: 0; margin: 0; padding: 0; -moz-appearance: none; -webkit-appearance: none; appearance: none; }

/* for IE */
select::-ms-expand { display: none; }

a, a:before, a:after, input { -moz-transition-property: background-color, color; -moz-transition-duration: 0.2s; -moz-transition-timing-function: ease; -o-transition-property: background-color, color; -o-transition-duration: 0.2s; -o-transition-timing-function: ease; -webkit-transition-property: background-color, color; -webkit-transition-duration: 0.2s; -webkit-transition-timing-function: ease; transition-property: background-color, color; transition-duration: 0.2s; transition-timing-function: ease; }

/* infinite scroll */
#infscr-loading { color: #525252; font-size: 14px; text-align: center; width: 100%; }
#infscr-loading img { margin-right: 8px; vertical-align: middle; }
#infscr-loading div { display: inline; }


/**************************
フォント調整
**********************************************************************************/

@media (min-width: 1401px) and (max-width: 1599px){
	body {
		font-size: calc(17 / 1599 * 100vw);}
	}
	
	@media (min-width: 1200px) and (max-width: 1400px){
	body {
		font-size: calc(16 / 1400 * 100vw);}
	}
	
	@media (min-width: 1001px) and (max-width: 1199px){
	body {
		font-size: calc(16 / 1199 * 100vw);}
	}
	
	@media (min-width: 768px) and (max-width: 1000px){
	body {
		font-size: calc(16 / 1000 * 100vw);}
	}
	@media only screen and (max-width: 767px) {
		body {
			font-size: 4vw;
		line-height: 1.7;}
}




/*  header */
#js-header {
    width: 100%;
    height: 140px;
    line-height: 140px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 999;
}
.l-header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 96%;
    height: 100%;
}
.header_img {
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    overflow: hidden;
    word-wrap: break-word;
    width: 27%;
    position: relative;
    margin: 0 5px;
}
.header_logosp {
    display: none;
}


/*header_main内*/


#gpc-list {
    margin: 0 0 0 auto;
    position: relative;
    width: 60%;
}
.gpc-ul li {
    font-size: 105%;
    margin-right: 8px;
    float: left;
    letter-spacing: 0.1em;
}

.gpc-ul {
    font-size: 100%;
    float: right;
    line-height: 60px;
    height: 60px;
    margin-top: 20px;
}
.gpc-ul li a {
    transition: all 0.3s ease 0s;
    display: block;
    position: relative;
    padding: 0 15px;
    font-weight: 600;
}
.gl_con a {
    background: #007E43;
    color: #fff;
    border-radius: 100px;
    padding: 0 18px 0 40px !important;
}
.gl_con span:before {
    position: absolute;
    content: "";
}
.gl_con span:before {
    background: url(/wp-content/uploads/ico_mail.svg) center no-repeat;
    background-size: contain;
    height: 100%;
    width: 18px;
    position: absolute;
    content: "";
    bottom: 0;
    left: -24px;
}
.gl_con span {
    position: relative;
    vertical-align: middle;
}
.gl_con a:hover {
    color: #fff !important;
background: #154f34;
}

.gpc-ul li a:after {
 position: absolute;
        content: '';
        bottom: 8px;
        left: 0;
        width: 0;
        height: 2px;
        background: #007e43;
        transition: all 0.3s ease 0s;
        right: 0;
        margin: 0 auto;
}

.gpc-ul li a:hover:after {
width: 50%;
}

.gl_con a:after{display:none}



.global_pc li a:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/arrow_ico.svg) center no-repeat;
    background-size: contain;
    width: 20px;
    height: 8px;
    right: 7px;
    top: 45%;
    transition: transform 0.3s ease
}
.global_pc li a:hover::before {
	transform: translateX(4px);
}
.tel_btn a {
    background: #F1683E;
    position: relative;
    display: block;
    border-radius: 0 16px 0 16px;
    text-align: center;
    color: #fff;
    padding: 8px 0 1px;
    height: 65px;
    line-height: 1.5;
    transition: all 0.3s ease 0s;
}

.tel_btn {
    margin: 0 auto 14px;
    position: relative;
    display: block;
}
span.sh_txt {
    display: block;
    font-size: 80%;
}
.web_btn {
    position: relative;
    margin: 0 auto 15px;
}
.web_btn a {
    background: #755107;
    position: relative;
    display: block;
    border-radius: 0 16px 0 16px;
    text-align: center;
    color: #fff;
    padding: 8px 0 1px;
    height: 65px;
    line-height: 1.8;
    transition: all 0.3s ease 0s;
}
.web_btn a:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/arrow_icowh.svg) center no-repeat;
    background-size: contain;
    width: 23px;
    height: 10px;
    right: 14px;
    top: 52%;
    transition: transform 0.3s ease;
}
.web_btn a:hover::before {
	transform: translateX(4px);
}


span.tel_spa:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/tel_ico.svg) center no-repeat;
    background-size: contain;
    width: 26px;
    height: 26px;
    left: -33px;
    top: 10px;
}

span.tel_spa {
    font-family: "Jost", sans-serif;
    font-size: 190%;
    left: 20px;
    position: relative;
}
span.web_spa:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/web_ico.svg) center no-repeat;
    background-size: contain;
    width: 20px;
    height: 26px;
    left: -28px;
    top: 1px;
}

span.web_spa {
    font-size: 130%;
    position: relative;
    font-weight: 500;
}
.tel_btn a:hover {
    opacity: 0.8;
}
.web_btn a:hover {
    opacity: 0.8;
}
.gl_ttl {
    display: inline-block;
    background: #DDD4B4;
    font-weight: 500;
    padding: 2px 10px;
    border-radius: 0 10px 0 10px;
    margin: 10px 0 2px;
font-size: 95%;
}
.gl_txt {
    font-size: 95%;
    line-height: 1.4;
    font-family: "Roboto", sans-serif;
    margin: 15px 0 0 auto;
    text-align: right;
}
span.mar_spa:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/marker.svg) center no-repeat;
    height: 100%;
    width: 10px;
    background-size: contain;
    bottom: 0;
    left: 0;
}

span.mar_spa {
    padding: 0 14px 0 0;
    position: relative;
    vertical-align: middle;
}
span.tel_spa01:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/tel_ico.svg) center no-repeat;
    height: 100%;
    width: 16px;
    background-size: contain;
    bottom: 0;
    left: 0;
}

span.tel_spa01 {
    padding: 0 16px 0 0;
    position: relative;
    vertical-align: middle;
    margin: 0 5px 0 13px;
}
span.space_spa {
    margin: 0 8px;
}



/*========= header 上部固定させるためのCSS ===============*/
#js-header.fixed {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    animation: DownAnime 0.5s forwards;
    box-shadow: 0 0 15px #ebebeb;
}

@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-100px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}


#js-header.fixed .p-global-nav li a {
    color: #000;
    text-shadow: unset;
}


#js-header.fixed .contact_btn a
{background: rgb(235,228,205);
background: -moz-linear-gradient(90deg, rgba(235,228,205,1) 0%, rgba(56,176,185,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(235,228,205,1) 0%, rgba(56,176,185,1) 100%);
background: linear-gradient(90deg, rgba(235,228,205,1) 0%, rgba(56,176,185,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebe4cd",endColorstr="#38b0b9",GradientType=1);}


#js-header.fixed .contact_btn a:hover {
background: rgb(229,214,166);
background: -moz-linear-gradient(90deg, rgba(229,214,166,1) 0%, rgba(204,138,132,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(229,214,166,1) 0%, rgba(204,138,132,1) 100%);
background: linear-gradient(90deg, rgba(229,214,166,1) 0%, rgba(204,138,132,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5d6a6",endColorstr="#cc8a84",GradientType=1);
	color:#fff;
}





/**********************/


/* header_logo */
.header_logo a {
    display: block;
    position: relative;
}
.header_logo {
    width: 90%;
    position: relative;
    text-align: center;
    margin: 0px auto 0 0;
    max-width: 260px;
}
.header_logo img {
    vertical-align: middle;
    width: 100%;
    height: auto;
}

.logo_whi {
    display: block;
}
.logo_bli {
    display: none;
}


/* END */


 /*** global nav*/



.p-global-nav {
    font-size: 100%;
	float: right;
}

#home .p-global-nav {
	display:none;
}

#js-header.fixed .p-global-nav {
	display:block;
}

@media only screen and (min-width: 768px) {
    .p-global-nav {
        margin-top: 23px;
    }
}

.p-global-nav li {
    float: left;
    line-height: 2;
    text-align: center;
	position:relative;
}
.p-global-nav li.menu-item-has-children:hover > .sub-menu { top: 100%; }
.p-global-nav li a {
    padding-left: 20px;
    padding-right: 20px;
}

.p-global-nav li sub-menu { top: 75%; left: 0; }
.p-global-nav a {
    display: block;
    letter-spacing: 1px;
    position: relative;
    transition: all 0.3s ease 0s;
    font-weight: 700;
}
span.gr_spa {
    font-size: 85%;
    color: #c3c3c3;
    font-weight: 500;
}




/* pageごとでglobal color変更*/
.bl_header .p-global-nav a {
    color: #000;
    text-shadow: unset;
}
.bl_header .logo_whi {
    display: none;
}
.bl_header .logo_bli {
    display: block;
}

/* p-global-nav hover 設定-調整*/
@media only screen and (min-width: 768px) {
    .p-global-nav li a:after {
        position: absolute;
        content: '';
        bottom: -5px;
        left: 0;
        width: 0;
        height: 3px;
		background: #ffb486;
        transition: all 0.3s ease 0s;
        right: 0;
        margin: 0 auto;
    }
    .p-global-nav li a:hover:after {
        width: 30%;
    }
.p-global-nav li a:hover {
    cursor: pointer;
}
}

.h_tel_block img {
    vertical-align: middle;
}

.h_tel_block {
    width: 30%;
    max-width: 270px;
    margin: 0 130px 0 0px;
}


/*submenu 着地点調整*/
.p-global-nav .menu-item-has-children {
    position: relative;
    padding-bottom: 15px;
}

/***/




/* footer */
.l-footer {
    position: relative;
}
.f_inner {
    display: flex;
    align-items: stretch;
}
.f_inner_left iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.f_inner_left {
    width: 40%;
}
.f_inner_right {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
}
.fr_inner {
    padding: 100px 0 130px;
    position: relative;
    display: table;
    width: 86%;
    margin: 0 auto;
}
.f_logo {
    width: 80%;
    max-width: 250px;
    margin-bottom: 40px;
}
.fr_left {
    width: 40%;
    float: left;
    margin-right: 5%;
    position: relative;
}
.fr_right {
    float: left;
    width: 55%;
    position: relative;
}
.fl_menu {
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 9;
    width: 100%;
}
.footer-menu {
    font-size: 95%;
    display: table;
    line-height: 2;
    width: 100%;
}
.footer-menu li:before {
    position: absolute;
    content: "";
    background: #2b2b2b;
    height: 4px;
    width: 4px;
    top: 13px;
    transform: rotate(30deg);
    left: 0px;
    border-radius: 10px;
}

.footer-menu li a:hover {
    opacity: 0.8;
    text-decoration: underline;
}

.footer-menu li a {
    position: relative;
    display: block;
    color: #413126;
    transition: all 0.3s ease 0s;
}
.footer-menu li {
    margin: 0 0 15px 0;
    position: relative;
    float: left;
    padding-left: 12px;
    width: 46%;
}

.ico_ul li img {
    width: auto;
    height: 85px;
}

.ico_ul li {
    width: 18%;
    margin: 0 1% 0 0;
    text-align: center;
}
.ico_ul {
    width: 100%;
    display: table;
    position: relative;
    margin-top: 10px;
}


.add_txt01 {
    font-family: "Roboto", sans-serif;
    font-size: 120%;
    margin-bottom: 4px;
}

.add_txt span {
    font-family: "Roboto", sans-serif;
}
.add_txt {
    font-size: 100%;
    line-height: 1.5;
    margin-bottom: 4px;
}
.add_txt01 span:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/tel_ico.svg) center no-repeat;
    height: 100%;
    width: 20px;
    background-size: contain;
    bottom: 0;
    left: 0;
}

.add_txt01 span {
    padding: 0 26px 0 0;
    position: relative;
    vertical-align: middle;
}

.copy_txt {
    text-align: center;
    font-size: 13px;
    color: #fff;
    letter-spacing: 0.1em;
}
.fcoinnner {
    background: #007E43;
    padding: 5px 0;
}


@media only screen and (max-width: 767px) {
    .footer-menu li {
        margin: 0 0 10px 0;
    }
.ico_ul li img {
    height: 60px;
}
.f_inner {
    display: block;
}
    .f_inner_left {
        width: 100%;
        position: relative;
        padding-bottom: 50%;
        padding-top: 0px;
        height: 0;
        overflow: hidden;
    }
.f_inner_right {
    width: 100%;
    display: block;
    flex-direction: unset;
    justify-content: unset;
}
}


/* sp_menu */
#g-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -100%;
    width: 40%;
    height: 100vh;
background: rgb(255 255 255 / 95%);
    transition: all 0.6s;
    max-width: 600px;
}
#g-nav.panelactive{
    right: 0;
}
#g-nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 999; 
    width: 40%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 600px;
}
.g-navul {
    position: relative;
    z-index: 999;
    width: 80%;
    margin: 80px auto 30px;
    left: 0;
    right: 0;
    display: table;
}
.g-navul li {
    list-style: none;
    margin-bottom: 20px;
	position:relative;
line-height: 2;
}

.g-navul li a span {
    font-size: 90%;
    font-family: "Jost", sans-serif;
    line-height: 1;
    margin-right: 16px;
}


.g-navul li a {
    color: #000;
    text-decoration: none;
    padding: 0 20px 0 10px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-size: 110%;
    transition: all 0.3s ease 0s;
    position: relative;
}
.g-navul li a:after {
	position: absolute;
	content: '';
	bottom: -5px;
	left: 0;
	width: 0;
	height: 1px;
	background: #fff;
	transition: all 0.3s ease 0s;
	margin: 0 auto;
    }
.g-navul li a:hover:after {
        width: 100%;
    }
.g-navul li a:hover {        
	cursor: pointer;
}
.openbtn {
    position: fixed;
    z-index: 9999;
    top: 0px;
    right: 0px;
    cursor: pointer;
    width: 100px;
    height: 100px;
    transition: all 0.4s ease;
    border-radius: 500px;
    display: none;
    background: #AF9A06;
    background: -webkit-linear-gradient(0deg, rgba(175, 154, 6, 1) 0%, rgba(0, 126, 67, 1) 100%);
    background: -moz-linear-gradient(0deg,rgba(175, 154, 6, 1) 0%, rgba(0, 126, 67, 1) 100%);
    background: linear-gradient(0deg, rgba(175, 154, 6, 1) 0%, rgba(0, 126, 67, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#AF9A06", endColorstr="#007E43", GradientType=0 );
}
.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    width: 60%;
    right: 0;
    margin: 0 auto;
}


.openbtn.active {
    position: fixed;
}
.openbtn span:nth-of-type(1) {
	top:18px;	
}
.openbtn span:nth-of-type(2) {
	top:30px;
width: 40%;
}
.openbtn span:nth-of-type(3) {
	top:42px;
width: 30%;
}
.openbtn.active span:nth-of-type(1) {
left: 0;
    transform: translateY(15px) rotate(-35deg);
    width: 50%;
    right: 0;
    margin: 0 auto;
    top: 14px;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
left: 0;
    transform: translateY(-15px) rotate(35deg);
    width: 50%;
    right: 0;
    margin: 0 auto;
    top: 44px;
}
#g-nav-list .tel_btn {
    width: 80%;
}
#g-nav-list .web_btn {
    width: 80%;
	margin-bottom:20px;
}
#g-nav-list .tel_btn a {
    border-radius: 100px;
    padding: 4px 0 !important;
}
#g-nav-list .web_btn a {
    border-radius: 100px;
    padding: 4px 0 !important;
    background: #593434;
}
#g-nav-list .gl_ttl {
    display: block;
    background: unset;
    color: #fff;
    padding: 0;
    text-align: center;
    font-size: 90% !important;
}
#g-nav-list .gl_txt {
    text-align: center;
    font-size: 90%;
    color: #fff;
}
#g-nav-list .in_btn a {
    padding: 10px 0;
}

#g-nav-list .in_btn {
    width: 80%;
    margin: 18px auto 0;
}
.gl_logo {
    width: 60%;
    margin: 0 auto 20px;
}
.glsp_txt {
    line-height: 1.5;
    text-align: center;
    font-size: 95%;
}
.glsp_tel {
    font-size: 110%;
    text-align: center;
    line-height: 2;
    margin: 5px auto;
}


/*==== respon ===*/

@media only screen and (max-width: 1200px) {
    .openbtn {
        top: 10px;
        right: 5px;
        cursor: pointer;
        width: 60px;
        height: 60px;
    }
#g-nav{
        width: 90%;
    }
#g-nav.panelactive #g-nav-list {
        width: 90%;
    }
}


@media only screen and (max-width: 767px) {
span.gm_spa {
    font-size: 11px;
    text-align: center;
	}
    #g-nav {
        width: 90%;
	        line-height: initial;
    }
.g-navul {
    width: 80%;
}
.g-navul li {
    margin-bottom: 10px;
}
	.openbtn {display:block}
.g-navul li a {
    padding: 5px 0;
    display: block;
    font-size: 100%;
	}
.g-navul li a span {
    display: none;
}
.gl_con a {
    background: unset;
    color: #000;
    border-radius: unset;
    padding: 5px 0 !important;
    text-align: left;
}
}

/***END*****/

/********* fadeUp *************************************/
.delay-time{
	opacity: 0;
}
.delay-time02{
animation-delay: 0.2s;
}
.delay-time04{
animation-delay: 0.4s;
}
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(50px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger{
    opacity: 0;
}


/*****メインビジュアル******/
#mv_sec {
    position: relative;
}
.mv_contents {
    width: 96%;
    margin: 0 auto;
    position: relative;
    display: table;
}
.mv_img {
    width: 55%;
    float: left;
    position: relative;
}
.mv_img .image {
    padding-top: 70%;
    border-radius: 25px;
}
.image {
    height: 100% !important;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.mv_catch {
    width: 41%;
    float: left;
    position: relative;
    padding: 10% 0% 0 4%;
}
.mv_catch:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/logo_ico.svg) center no-repeat;
    background-size: contain;
    width: 64%;
    height: 80%;
    right: 10%;
    top: 6%;
    z-index: -1;
}
.mvc_ttl span {
    color: #F3A022;
    font-weight: 800;
}
.mvc_txt01 {
    font-size: 140%;
    color: #007E43;
    font-weight: 700;
    margin-bottom: 20px;
}
.mvc_ttl {
    font-size: 310%;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-bottom: 25px;
}
.mvc_txt02 {
    font-weight: 600;
    font-size: 105%;
    margin-bottom: 25px;
}

.mvc_txt03 span {
    background: #413126;
    color: #fff;
    padding: 3px 12px 6px;
    border-radius: 6px;
    display: inline-block;
    font-weight: 600;
}

.mvc_txt03 {
    font-size: 105%;
}


/**sec_01**/
.inner {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}
#sec_01 {
    position: relative;
    margin: 80px auto 100px;
}
.txt_10 {
    font-size: 130%;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}
.sp {
    display: none;
}
.cl_img.pc {
    margin: 0 auto;
    width: 100%;
}
/**sec_02*/

.ul_01 {
    width: 100%;
    position: relative;
    display: table;
}
.li_txt {
    width: 55%;
    float: left;
}

.li_right {
    width: 40%;
    float: right;
    margin: 0 0 0 5%;
}
.t_img {
    width: 80%;
    margin: 0 auto;
}
.t_ttl01 {
    font-size: 220%;
    line-height: 1.7;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}
.txt_01 {
    margin-bottom: 25px;
}
#sec_02 {
    position: relative;
    margin: 0 auto 150px;
}


/**sec_03***/

#sec_03 {
    position: relative;
    margin-bottom: 150px;
}
#sec_03 .inner {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.con_inner {
    position: relative;
    top: 0;
    width: 70%;
    margin: 0 0 0 auto;
    right: 0;
    background: #fff;
    border-radius: 25px 0 0 25px;
}


.ser_flex {
    margin: 0 auto;
    display: table;
}
.ser_img {
    display: table-cell;
    vertical-align: middle;
    width: 28%;
    padding-right: 15px;
}
.ser_txtblock {
    display: table-cell;
    vertical-align: middle;
}
.menu_ul {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.menu_ul li {
    width: 30.333%;
    float: left;
    margin: 0 3% 50px 0;
    position: relative;
}
.ser_ttl {
    font-size: 120%;
    font-weight: 600;
    line-height: 1.6;
}
.ser_txt {
    font-size: 90%;
    line-height: 1.7;
}
.ser_ttl {
    font-size: 130%;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 5px;
}

.con_block {
    position: relative;
    padding: 60px 1% 30px 5%;
}
.sub_ttl {
    font-size: 150%;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #007E43;
}
.t_ttl02 {
    font-size: 200%;
    font-weight: 700;
    letter-spacing: 0.1em;
}
.btn_01 a:hover{
	background: #154f34;
}

.btn_01 a {
    position: relative;
    display: block;
    text-align: center;
    background: #007E43;
    padding: 13px 0;
    font-size: 110%;
    font-weight: 600;
    color: #fff;
    border-radius: 100px;
    transition: all 0.3s ease 0s;
}

.btn_01 {
    width: 230px;
    margin-top: 50px;
}

/****sec_04****/
#sec_04 {
    background: #fff;
    padding: 70px 0;
    position: relative;
}
.rea_img img
 {
    height: 170px;
    width: auto;
}

.rea_img {
    margin: 0 auto -10px;
    position: relative;
    top: -40px;
    text-align: center;
}
.ul_02 li:last-child {
    margin: 0;
}
.ul_02 li {
    width: 26%;
    margin: 0 5% 0 0;
    float: left;
    position: relative;
    box-shadow: 0 4px 20px #d5d5d5;
    border-radius: 19px;
    padding: 0 2% 30px;
}
.ul_02 {
    width: 100%;
	margin-top: 80px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.rea_ttl {
    font-size: 160%;
    line-height: 1.6;
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
}
.rea_txt {
    font-size: 95%;
}


/*sec_05*/

#sec_05 {
    position: relative;
    margin: 80px auto;
}
.flex_inner {
    width: 100%;
    position: relative;
    display: table;
}
.flex_right {
    width: 70%;
    float: left;
    position: relative;
}
.flex_left {
    width: 30%;
    float: left;
    position: relative;
}

.fk p {
    font-size: 120%;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    padding: 0 20px;
}

.fk:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 78%;
    border-style: solid;
    border-width: 14.8px 0 0 17.8px;
    border-color: #ffffff transparent transparent;
    translate: calc(-50% + 0.6px) 100%;
    transform: skew(7deg);
    transform-origin: top;
}
.fk:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 78%;
    border-style: solid;
    border-width: 16px 0 0 20px;
    border-color: #000000 transparent transparent;
    translate: -50% 100%;
    transform: skew(7deg);
    transform-origin: top;
}
.fk {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    padding: 18px 0;
    border: 1px solid #000000;
    border-radius: 8px;
    background-color: #ffffff;
    width: 100%;
}
.fk p span {
    color: #007E43;
    font-weight: 600;
}
.ul_03 {
    width: 100%;
    position: relative;
    display: table;
}
.ul_03 li {
    float: left;
    width: auto;
    margin: 0 5% 2% 0;
    position: relative;
}
.mar_ds {
    margin: 0 5% 2% !important;
}

.txt_11 {
    font-weight: 600;
}

/*sec_06**/

#sec_06 {
    overflow: hidden;
    position: relative;
    padding: 50px 0;
    margin-bottom: 100px;
    background: #fff;
}
.swiper {
    overflow: unset !important;
}
.blog_thumb {
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    margin-bottom: 5px;
    border-radius: 12px;
    box-shadow: 0px 5px 10px #e5e5e5;
}
.blog_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.news_date {
    font-family: "Roboto", sans-serif;
    font-size: 90%;
}
.blog_cat {
    background: #007E43;
    display: inline-block;
    color: #fff;
    font-size: 80%;
    line-height: 1;
    padding: 5px 8px;
    border-radius: 100px;
}
.blog_ttl {
    font-weight: 600;
    line-height: 1.7;
}
#sec_06 .t_ttl02 {
    margin-bottom: 60px;
}
#sec_06 .btn_01 {
    margin: 70px 0 0 auto;
}

/*contact_sec**/
#contact_sec {
    position: relative;
    padding: 70px 0;
    background: url(/wp-content/uploads/haikei01.jpg) center no-repeat;
    background-size: cover;
}
#contact_sec:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(255 255 255 / 10%);
}
.c_inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
.cwh_box {
    background: rgb(255 255 255 / 90%);
    border-radius: 20px;
    padding: 40px 0;
    position: relative;
}
.co_ttl span {
    font-weight: 600;
    display: inline-block;
    padding: 0 10px;
    position: relative;
}

.co_ttl {
    position: relative;
    color: #007E43;
    font-size: 130%;
    text-align: center;
    margin-bottom: 10px;
}
.co_ttl span:after {
    content: "";
    position: absolute;
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
    border-left: solid 1px #007E43;
    height: 105%;
    right: 0;
    bottom: 0;
}

.co_ttl span:before {
    content: "";
    position: absolute;
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    transform: rotate(-25deg);
    border-left: solid 1px #007E43;
    height: 105%;
    left: 0;
    bottom: 0;
}
.co_txt {
    text-align: center;
    font-weight: 600;
    font-size: 110%;
}
.btn_02 a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 120%;
    font-weight: 600;
    color: rgb(255, 255, 255);
    background: rgb(0, 126, 67);
    padding: 16px 0px;
    border-radius: 100px;
    transition: 0.3s;
}
.btn_02 span {
    position: relative;
    vertical-align: middle;
}
.btn_02 {
    width: 320px;
    margin: 30px auto 0;
}
.btn_02 span:before {
    background: url(/wp-content/uploads/ico_mail.svg) center no-repeat;
    background-size: contain;
    height: 100%;
    width: 22px;
    position: absolute;
    content: "";
    bottom: 0;
    left: -37px;
}
.btn_02 a:hover {
    background: #154f34;
}

.kai_sp {
    display: none;
}



/*******top respon************/
@media only screen and (max-width: 1600px) {
	.mvc_txt01 {
    font-size: 130%;
}
}

@media only screen and (max-width: 1400px) {
.mv_img .image {
    padding-top: 80%;
}
.ul_03 li {
    margin: 0 3% 2% 0;
}
.mvc_txt01 {
        font-size: 120%;
    }
.mvc_ttl {
	font-size: 260%;}
.mv_catch {
    padding: 5% 0% 0 4%;
}
.con_block {
    padding: 40px 1% 5px 4%;
}
}

@media only screen and (max-width: 1200px) {
.ul_03 li {margin: 0 2% 2% 0;}.menu_ul li {width: 44%;float: left;margin: 0 6% 35px 0;}.header_logo {width: 20%;}.gl_txt {font-size: 10px;margin: 5px 0 0 auto;}#gpc-list {width: 75%;}.gpc-ul {line-height: 45px;height: 45px;margin-top: 14px;}#js-header {height: 100px;line-height: 100px;}.mv_img .image {padding-top: 100%;}.mvc_txt02 br {display: none;}.mar_ds {margin: 0 2% 2% 0 !important;}.fk p {padding: 0 10px;}.rea_ttl {font-size: 135%;}.rea_img img {height: 120px;}.mv_catch:before {width: 80%;right: 0%;top: -3%;}
}


@media only screen and (max-width: 1000px) {
	.mvc_ttl {
        font-size: 230%;
    }
.cl_img.pc {
    width: 100%;
}
.con_inner {
    width: 63%;
}
}

@media only screen and (max-width: 767px) {
	.gpc-ul {display: none;}.gl_txt {display: none;}#js-header {height: 70px;line-height: 70px;}.mv_contents {width: 100%;}.header_logo {width: 50%;}#mv_sec {margin-top: 10px;}.kai_sp {display: block;}.mv_catch {padding: 20px 0 0;width: 100%;float: unset;}.mv_catch:before {width: 64%;right: 0%;top: -16%;}.mvc_txt01 {text-align: center;}.sp {display: block;}.pc {display: none;}.mvc_txt03 {display:none}.li_txt {width: 100%;float: unset;}.t_ttl01 {font-size: 160%;margin-bottom: 25px;}.li_right {width: 100%;float: unset;margin: 0 auto 20px;}.t_img {width: 70%;}.txt_10 {font-size: 120%;margin-bottom: 20px;}#sec_02 {margin: 0 auto 70px;}#sec_03 .inner {position: relative;margin: 0 auto;}.t_ttl02 {font-size: 150%;}.sub_ttl {font-size: 110%;}.fk {padding: 12px 0;}.txt_11 {font-weight: normal;}.fk p {font-size: 90%;padding: 0 5px;}.flex_right {width: 100%;float: unset;position: relative;}.flex_left {width: 100%;float: unset;margin-bottom: 25px;}.rea_img {top: -26px;}.rea_txt {width: 90%;margin: 0 auto;}.btn_01 {margin: 40px auto 0px;}.ul_02 li {width: 100%;margin: 0 auto 72px;float: unset;}#sec_03 {margin-bottom: 70px;}.ser_ttl {font-size: 120%;}.con_block {padding: 40px 5% 5px;}.tlt_block {margin-bottom: 25px;}.menu_ul li {width: 100%;float: unset;margin: 0 auto 30px;}#sec_06 {margin-bottom: 70px;}#sec_06 .btn_01 {margin: 50px auto 0;}#sec_06 .t_ttl02 {margin-bottom: 40px;}#sec_06:before {top: 5%;width: 80%;}.con_inner {width: 96%;border-radius: 16px 0 0 16px;}.swiper-slide {margin-right: 25px !important;}.co_ttl {font-size: 100%;}.co_ttl span {padding: 0 17px;}.add_txt01 {text-align: center;}.fr_right {float: unset;width: 100%;}.add_txt {font-size: 90%;text-align: center;}.f_logo {margin: 0 auto 25px;width: 60%;}.fr_left {width: 100%;float: unset;margin: 0 auto 25px;}.fr_inner {padding: 50px 0;width: 90%;}.btn_02 a {font-size: 110%;padding: 13px 0;}.cwh_box {padding: 28px 0;}.co_ttl span:before, .co_ttl span:after {height: 90%;}.co_txt {font-size: 105%;}
#sec_01 {
    margin: 50px auto 80px;
}
.f_inner_left iframe {
    width: 100%;
    height: 100%;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
}
.mv_img {
        width: 94%;
        float: unset;
        margin: 0 auto;
    }
.mv_img .image {
    padding-top: 100%;
border-radius: 15px;
}
.btn_02 {
    width: 80%;
}
    .mvc_txt02 {
        font-weight: 500;
        font-size: 100%;
        width: 90%;
        margin: 0 auto;
    }
    .mvc_ttl {
        margin-bottom: 18px;
        text-align: center;
        font-size: 190%;
        letter-spacing: 0.05em;
        font-weight: 800;
        line-height: 1.4;
    }
#sec_06 {
    padding: 30px 0;
}
}


/*********下層*****/
.contents_header {
    position: relative;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 70%;
    margin: 0 0 0 auto;
    border-radius: 25px 0 0 25px;
}
.contents_header_01 {
    position: relative;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 60%;
    margin: 0 0 0 auto;
    border-radius: 25px 0 0 25px;
}
#header_outline {
    position: relative;
    height: 300px;
    margin-bottom: 5px;
}
.p-page-header__inner_01 {
    position: absolute;
    width: 32%;
    left: 8%;
    bottom: 30%;
}
.p-page-header__inner {
    position: absolute;
    width: 22%;
    left: 8%;
    bottom: 30%;
}
.p_en_txt {
    font-size: 140%;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #007E43;
}
.page_head_tittle_01 {
    font-size: 180%;
    font-weight: 700;
    line-height: 1.8;
    width: 94%;
}
.page_head_tittle {
	font-size: 220%;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.5;
    width: 94%;
}

.breadcrumbs-container {
    padding: 0 5%;
    text-align: right;
}
.breadcrumbs a, .breadcrumbs span {
    font-size: 85%;
    color: #413126;
    letter-spacing: 0.1em;
}
.entry_inner {
    margin: 70px auto 150px;
    position: relative;
}
.k_inner {
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.case_detail {
    margin: 70px auto 120px;
}
.centxt {
    text-align: center;
}
.txt02 span {
    font-size: 110%;
    font-weight: 700;
}
.txt02 {
    margin-bottom: 25px;
	text-align:center;
}
.k_ttl01 {
    font-size: 200%;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 40px;
}
.k_ttl_sub {
    font-size: 120%;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    color: #007E43;
    text-align: center;
    margin-bottom: 5px;
}

.txt01 {
    margin-bottom: 20px;
}

.k_ul01 {
    width: 100%;
    display: table;
    position: relative;
    margin: 0 auto;
}
.kli_left img {
    border-radius: 15px;
}
.kli_txt {
    width: 60%;
    float: left;
    position: relative;
}
.kli_left {
    width: 35%;
    margin: 0 5% 0 0;
    float: left;
    position: relative;
}
.k_ttl02 {
    font-size: 170%;
    line-height: 1.6;
    font-weight: 700;
    margin-bottom: 20px;
}
.space_line {
    border-top: solid 1px #c9b7b7;
	margin: 60px auto;
}
.kli_right img {
    border-radius: 15px;
}

.kli_right {
    width: 35%;
    margin: 0 0 0 5%;
    float: right;
    position: relative;
}

.wh_inner {
    background: #fff;
    margin: 80px auto -150px;
    padding: 60px 0 150px;
    position: relative;
}
table.table01 th {
    width: 25%;
    background: #007e43;
    border-bottom: solid 1px #fff;
    color: #fff;
    font-weight: 600;
    vertical-align: middle;
    padding: 20px 5px;
}
table.table01 td {
    padding: 20px 4%;
    border-bottom: solid 1px #007e43;
    font-weight: 500;
}
table.table01 td span {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

/** Contactform - お問い合わせフォーム */
.wpcf7 {
    font-size: 100%;
    margin: auto 0 2.5em !important;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}

.wpcf7 input, .wpcf7 textarea {
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 2px 9px #e7e7e7;
    border: unset;
}

.wpcf7 select, .wpcf7 input[type=checkbox], .wpcf7 input[type=radio] { border: 1px solid #ccc; max-width: 97%; padding: 8px; width: auto; }
.wpcf7 select, .wpcf7 .wpcf7-list-item-label { font-size: 100%; line-height: 1.2; }
.wpcf7 .wpcf7-list-item {
    display: inline-block;
}
.wpcf7 textarea {
    height: 250px;
    line-height: 1.8;
}
.wpcf7 input:focus, .wpcf7 textarea:focus { border: 1px solid #bbb; box-shadow: inner 0 0 5px rgba(0, 0, 0, 0.5); outline: none; }

.wpcf7 .wpcf7-submit, .wpcf7 .wpcf7-previous {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 300px;
    margin: 30px auto 0;
    background-color: #e60012;
    cursor: pointer;
    border: none !important;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 110%;
    line-height: 1.5;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 20px 0;
    font-weight: 600;
    border-radius: 10px;
}

.wpcf7 .wpcf7-submit:before, .wpcf7 .wpcf7-submit:after { box-sizing: border-box; }
.wpcf7 .wpcf7-submit:hover, .wpcf7 .wpcf7-previous:hover { background-color: #666666; }
.wpcf7 .wpcf7-submit .wpcf7-not-valid { background: pink; }
.wpcf7 .wpcf7-submit .wpcf7-response-output { margin: 10px 0 0; padding: 8px 35px 8px 14px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.wpcf7 .wpcf7-submit .wpcf7-validation-errors { color: #B94A48; background-color: #F2DEDE; border: 1px solid #EED3D7; }
.wpcf7 .wpcf7-submit .wpcf7-mail-sent-ok { color: #3A87AD; background-color: #D9EDF7; border: 1px solid #BCE8F1; }
.wpcf7 .wpcf7-previous + br { display: none; }
.wpcf7 form .wpcf7-response-output{ margin: 2em 0.5em 2em; padding:0; border: none; text-align:center; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{ color:#dc3232; font-size: 1em; }

table.rec_table02 td {
    padding: 20px;
}
table.rec_table02 th {
    font-size: 105%;
    width: 20%;
    vertical-align: middle;
    font-weight: 600;
    text-align: left;
}
span.required {
    background: #ff4d5b;
    color: #fff;
    margin-left: 6px;
    font-size: 80%;
    font-weight: 600;
    padding: 0 5px 2px;
    border-radius: 3px;
    vertical-align: middle;
}

span.wpcf7-form-control.wpcf7-acceptance {
    margin-right: 10px;
}
.pr_box {
    border-radius: 17px;
    padding: 20px 4%;
    height: 200px;
    overflow-y: scroll;
    position: relative;
    background: #fff;
    margin: 40px auto 30px;
}
.pr_txt {
    line-height: 1.7;
    margin-bottom: 13px;
}
.pr_ttl {
    font-size: 110%;
    font-weight: 600;
    margin-bottom: 2px;
}
.pr_ttl01 {
    font-weight: 600;
}
.rec_box {
    margin-top: 40px;
}



/******* 料金シュミレーション関連 ********/
/* ラジオボタン非表示 */
.plan-card input[type="radio"] {
  display: none;
}

/* カード全体 */
.plan-card {
    display: block;
    padding: 20px;
    margin-bottom: 17px;
    border: 2px solid #fafafa;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.25s ease;
    background: #fafafa;
    color: #686868;
    font-size: 115%;
    font-weight: 600;
    text-align: center;
}

/* hover */
.plan-card:hover {
    border-color: #f1f1f1;
    background: #f1f1f1;
    color: #232323;
    font-weight: 600;
}

/* 選択時 */
.plan-card input[type="radio"]:checked + .plan-title,
.plan-card input[type="radio"]:checked ~ .plan-desc {
  color: #222;
}

.plan-card input[type="radio"]:checked {
  /* ダミー（見た目用） */
}

/* 選択されたカード全体 */
.plan-card:has(input[type="radio"]:checked) {
    border-color: #dd1d1d;
    background: #fff;
    color: #232323;
    font-weight: 600;
}

/* テキスト */
.plan-title {
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
}

.plan-desc {
  display: block;
  font-size: 0.9rem;
  color: #666;
  margin-top: 4px;
}




/* -------------------------------
   人数セレクト全体
-------------------------------- */


.sim-people-select input[type="number"] {
    width: 100px;
    padding: 16px 5px;
    font-size: 1rem;
    border: 2px solid #ccc;
    border-radius: 8px;
    text-align: center;
    -moz-appearance: textfield;
    margin-top: 10px;
}

/* Chrome / Safari のスピンボタン */
.sim-people-select input[type="number"]::-webkit-inner-spin-button,
.sim-people-select input[type="number"]::-webkit-outer-spin-button {
  margin: 0;
}

/* -------------------------------
   セレクト本体スタイル（ベース）
-------------------------------- */
.sim-people-select select {
  width: 100%;
  padding: 10px 40px 10px 16px; /* 右に矢印スペース */
  appearance: none; /* ブラウザデフォルト矢印を消す */
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 2px solid #ccc;
  border-radius: 8px;
  background-color: #fff;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}



/* -------------------------------
   ホバー時
-------------------------------- */
.sim-people-select select:hover {
  border-color: #444;
}

/* -------------------------------
   フォーカス時
-------------------------------- */
.sim-people-select select:focus {
  border-color: #0073e6;
  box-shadow: 0 0 0 4px rgba(0,115,230,0.15);
  outline: none;
}

/* -------------------------------
   option のスタイル補助（フォールバック）
-------------------------------- */
.sim-people-select select option {
  padding: 6px 12px;
  font-weight: 400;
}

/*************************/

.k_ul02 {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}
.k_ul02 li {
    flex: 1;
    background: #fff;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0 3px 10px #dbdbdb;
}
.li_c_in {
    padding: 15px 5%;
}
.ko_ttl02 span {
    background: #007e43;
    color: #fff;
    padding: 9px 8px;
    font-size: 90%;
    line-height: 1;
    border-radius: 100px;
    font-weight: 500;
}
span.empty {
    background: #d3d3d3;
}
.ko_ttl02 {
    font-weight: 600;
    text-align: center;
    color: #272727;
    font-size: 100%;
    gap: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 15px;
}
.ko_ttl01 span {
    font-weight: 600;
    font-size: 140%;
    line-height: 1;
}

.ko_ttl01 {
    text-align: center;
    font-size: 150%;
    font-weight: 700;
    color: #533232;
    margin-bottom: 10px;
    background: #ffe378;
    padding: 11px 0 8px;
}

span.bigspa {
    font-family: "Roboto", sans-serif;
    font-size: 300%;
    font-weight: 600;
    margin: 0 3px 0 5px;
    letter-spacing: -2px;
}
span.shospa {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 120%;
    letter-spacing: 0;
}
.ko_price {
    line-height: 1;
    text-align: center;
    font-size: 120%;
    font-weight: 700;
    color: #dd1d1d;
    letter-spacing: 0.05em;
}
.ko_price01 {
    text-align: center;
    font-size: 90%;
    margin: 5px 0;
}
.ko_price02 {
    text-align: center;
    font-size: 110%;
    font-weight: 700;
}
.ko_fee {
    text-align: center;
    font-size: 90%;
    margin-bottom: 15px;
    line-height: 1.7;
}
.ko_txt {
    font-size: 80%;
    line-height: 1.6;
    margin-top: 5px;
}
.ko_fee span {
    font-size: 80%;
    letter-spacing: 0;
}
.ko_txt_right {
    text-align: right;
    margin-top: 10px;
    font-size: 95%;
}
.space {
    height: 70px;
}

.sim_out_line {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}
.sim_right {
    flex: 1;
    background: #fff;
    border-radius: 15px;
}
.sim_left {
    flex: 1;
}
.sim_ttl {
    font-size: 110%;
    font-weight: 700;
    text-align: center;
    margin-bottom: 14px;
    color: #007e43;
}
.sdede {
    margin: 0;
    text-align: left;
}
.sim_left_top {
    background: #fff;
    border-radius: 15px;
    padding: 20px 5%;
    margin-bottom: 20px;
}
.sim_left_down {
    background: #fff;
    border-radius: 15px;
    padding: 20px 5%;
}

.siflex {
    width: 100%;
    display: table;
    position: relative;
}
.siflex_left {
    width: 50%;
    float: left;
}
.siflex_right {
    position: relative;
    float: left;
    width: 50%;
}

.sim_right_inner {
    padding: 20px 8%;
}

#sim-plan{
    font-size: 110%;
    font-weight: 500;
}

span#sim-total {
    font-family: "Roboto", sans-serif;
    font-size: 300%;
    font-weight: 600;
    margin: 0 3px 0 0;
    letter-spacing: -1px;
    line-height: 1;
}
span.de_sp {
    background: #000;
    color: #fff;
    font-size: 85%;
    font-weight:600;
    padding: 1px 7px 3px;
    border-radius: 5px;
    margin-right: 14px;
}
table.sim_table th {
    width: 25%;
    text-align: left;
    font-weight: 500;
    padding: 10px 0;
    border-right: solid 1px #ddd;
}
table.sim_table td {
    font-size: 110%;
    font-weight: 500;
    padding: 0 0 0 20px;
}

span#sim-people {
    font-size: 120%;
    font-weight: 600;
    margin-right: 3px;
}
td.redtd {
    color: #dd1d1d;
}
.tatxt {
    font-size: 95%;
    line-height: 1.5;
}
table.sim_table {
    margin: 35px auto 20px;
}



/**アコーディオン***/
.ac-box {
    width: 100%;
    margin-bottom: 60px;
}
.ac-box label {
    max-width: 100%;
    margin: auto;
    position: relative;
    display: block;
    cursor: pointer;
    transition: all 0.5s;
    padding: 16px 0;
    font-size: 130%;
    text-align: center;
    background: #007e43;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.05em;
}
.ac-box input{
display: none;
}


.ac-box label:after {
    position: absolute;
    content: "";
    display: block;
    right: 37px;
    top: 26px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ac-box input:checked ~ label::after {
    position: absolute;
    content: "";
    display: block;
    right: 37px;
    top: 29px;
    border-left: none;
    border-bottom: none;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.ac-box div{
height: 0px;
padding: 0px;
overflow: hidden;
opacity: 0;
transition: 0.5s;
}

.ac-box input:checked ~ div {
    height: auto;
    padding: 30px;
    opacity: 1;
    border: solid 1px #a6c3b5;
}

.ac_an_tag {
    background: #000;
    color: #fff !important;
    text-align: center !important;
    padding: 5px !important;
    line-height: 2em !important;
}
.ac-box p {
    display: none;
}
.ac-small p {
    display: block;
}

.ac-box input:checked ~ div.padbox {
    padding: 18px 4% !important;
}


/**END***/


table.pri_table td span {
    font-size: 87%;
    color: #1c734a;
}
td.ba_lop {
    color: #dd1d1d;
    background: #fff2f0;
    font-size: 125% !important;
}
table.pri_table td {
    padding: 15px 4%;
    border: solid 1px #65a39f;
    line-height: 1.5;
    text-align: center;
    font-size: 105%;
    font-weight: 600;
    vertical-align: middle;
font-family: "Roboto", sans-serif;
}
table.pri_table th {
    width: 33%;
    padding: 15px;
    vertical-align: middle;
    border: solid 1px #65a39f;
    color: #1c734a;
    font-weight: 600;
}
td.cen_td {
    text-align: center !important;
}
span.col_01 {
    font-size: 120% !important;
}
.prta_ttl {
    font-weight: 600;
    font-size: 140%;
    text-align: center;
    margin-bottom: 12px;
    color: #633e27;
}
.martop {
    margin: 40px auto 12px;
}

.post-title {
    font-size: 150%;
    line-height: 1.7;
	margin-bottom:15px;
    padding: 0 2% 20px;
    border-bottom: solid 1px #837575;
    font-weight: 600;
}
.post-body p {
    font-size: 100%;
    line-height: 2;
    margin-bottom: 25px;
}
.post-body p a {
    text-decoration: underline;
    color: #f00;
}

.btn_03 a {
    position: relative;
    display: block;
    text-align: center;
    background: #007E43;
    padding: 13px 0;
    font-size: 110%;
    font-weight: 600;
    color: #fff !important;
    border-radius: 100px;
    transition: all 0.3s ease 0s;
    text-decoration: unset !important;
}

.btn_03 {
    width: 230px;
    margin: 50px auto;
    text-decoration: unset !important;
}
td.tdtxt {
    text-align: left !important;
    padding: 15px 2% !important;
    font-weight: 400 !important;
    font-size: 95% !important;
}
.btn_03 a:hover {
    background: #154f34;
}
.post-body {
    margin-top: 30px;
}
.kc_inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
.post_block li {
    width: 29%;
    margin: 0 2% 5%;
    float: left;
}

.post_block {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
}
.ds_block {
    border: solid 2px #dd1d1d;
    border-radius: 15px;
    padding: 30px;
}
.ds_ttl {
    font-weight: 600;
    font-size: 160%;
    text-align: center;
    margin-bottom: 12px;
    color: #dd1d1d;
}
table.pri_table01 td {
    padding: 15px 4%;
    border: solid 1px #dd1d1d;
    line-height: 1.5;
    text-align: center;
    font-size: 105%;
    font-weight: 600;
    vertical-align: middle;
    font-family: "Roboto", sans-serif;
}

table.pri_table01 th {
    padding: 20px 4%;
    background: #dd1d1d;
    border: solid 1px #dd1d1d;
    border-bottom: solid 1px #fff;
    line-height: 1.5;
    text-align: center;
    font-size: 105%;
    font-weight: 600;
    vertical-align: middle;
    color: #fff;
    width: 34%;
}
span.s_spa {
    margin: 0 5px;
}
span.pf_spa02 {
    font-size: 120%;
    font-weight: 600;
    text-decoration: line-through;
}
span.pf_spa01 {
    font-size: 140%;
    font-weight: 600;
}
span.pf_spa {
    font-size: 120%;
    font-weight: 600;
}
.txt01 a:hover {
    opacity: 0.7;
    text-decoration: unset;
}
.txt01 a {
    color: #dd1d1d;
    font-weight: 600;
    text-decoration: underline;
}
.cat_img {
    width: 70%;
    margin: 0px auto 15px;
    max-width: 230px;
}
.box_inner {
    border-top: solid 1px #7d6f6f;
    border-bottom: solid 1px #7d6f6f;
    margin: 40px auto 0;
    padding: 20px 0 0px;
    text-align: center;
}
.chat a {
    background: #f03748;
    padding: 20px 0;
    line-height: 1;
}

.chat {
    margin: 20px auto 30px;
}
.chat a:hover {
    background: #b30010;
}
.centbtn a {
    font-size: 100%;
}
.centbtn {
    margin: 50px auto;
}

/* 検索フォーム全体 */
.p-archive-search {
	max-width: 520px;
	margin: 0 auto 50px;
	display: flex;
	align-items: center;
	background: #fff;
	border-radius: 999px;
	padding: 6px 8px;
	box-shadow: 0 6px 20px rgba(0,0,0,0.08);
	border: 1px solid #e5e5e5;
}

/* テキスト入力 */
.p-archive-search input[type="text"] {
	flex: 1;
	border: none;
	outline: none;
	padding: 10px 14px;
	font-size: 14px;
	border-radius: 999px;
	background: transparent;
}

/* プレースホルダー */
.p-archive-search input::placeholder {
	color: #aaa;
}

/* 検索ボタン */
.p-archive-search button {
	border: none;
    background: #007e43;
	color: #fff;
	font-size: 14px;
	padding: 10px 18px;
	border-radius: 999px;
	cursor: pointer;
	transition: background .25s ease, box-shadow .25s ease;
}

/* hover */
.p-archive-search button:hover {
	background: #1a68d1;
	box-shadow: 0 4px 10px rgba(44,123,229,0.4);
}

/* focus時に全体を強調 */
.p-archive-search:focus-within {
	border-color: #2c7be5;
	box-shadow: 0 0 0 3px rgba(44,123,229,0.15);
}

/* スマホ調整 */
@media (max-width: 767px) {
	.p-archive-search {
		max-width: 100%;
	}
}
.search_count, .search_count01 {
    text-align: center;
    margin: 0 auto 20px;
}
.news_category_nav ul li a {
    padding: 4px 14px 6px;
    border-radius: 100px;
    background: #f5f5f5;
    border: solid 1px #000000;
}
.is-current a {
    background: #000000 !important;
    color: #fff;
}
.news_category_nav ul li {
    width: auto;
    float: left;
    margin: 0 14px 17px 0;
    font-size: 90%;
}
.news_category_nav {
    margin-bottom: 30px;
}

.form_flex {
    display: table;
    width: 100%;
    position: relative;
}
.form_flex_right {
    width: 53%;
    float: left;
    position: relative;
}

.form_flex_left {
    width: 43%;
    float: left;
    margin-right: 4%;
    position: relative;
}
.news_category_nav ul {
    width: 100%;
    display: table;
}

/**下層respon**/
@media only screen and (max-width: 767px) {
#header_outline {
    height: 250px;
    margin: 0px 0 15px;
	}
.contents_header, .contents_header_01 {
    width: 100%;
    margin: 0;
    border-radius: 0;
}
table.pri_table01 th {
    width: 40%;
    font-size: 90%;
    padding: 10px 2px;
}
span.pf_spa02 {
	font-size: 100%;}
span.pf_spa01 {
    font-size: 120%;
    font-weight: 600;
}
span.s_spa {
    display: block;
}
table.pri_table01 td {
    padding: 10px 2%;
    font-size: 95%;
}
.ko_price {
    font-size: 110%;
}
.ds_block {
    padding: 20px;
}
.ds_ttl {
    font-size: 120%;
}
.ko_txt {
    font-size: 11px;
    margin-top: 9px;
}
.sim_out_line {
    display: block;
    flex-wrap: unset;
}
.sim_left {
    margin-bottom: 20px;
}
.wh_inner {
    margin: 80px auto -100px;
    padding: 60px 0 50px;
}
table.rec_table02 td {
    padding: 10px 10px 25px;
}
.ac-box {
    margin-bottom: 40px;
}
table.rec_table02 th {
    font-size: 95%;
}
table.rec_table02 th, table.rec_table02 td {
    width: auto;
    display: block;
    text-align: center;
}
table.table01 td, table.table01 th {
    font-size: 95%;
    width: auto;
    display: block;
    padding: 15px 5px;
    text-align: center;
}
#contact_sec {
    padding: 40px 0;
}
td.ba_lop {
    color: #dd1d1d;
    background: #fff2f0;
    font-size: 100% !important;
}
.ko_ttl01 {
	font-size: 130%;}
.p-page-header__inner, .p-page-header__inner_01 {
        position: absolute;
        width: 95%;
        left: 5%;
        bottom: 15%;
    }
.k_ul02 li {
    flex: unset;
    margin: 0 auto 24px;
}
.k_ul02 {
    display: block;
}
.txt02 {
    text-align: left;
}
.k_ttl01 {
    font-size: 160%;
    margin-bottom: 30px;
}
.entry_inner {
    margin: 70px auto 100px;
    position: relative;
}
.k_ttl_sub {
	font-size: 100%;}
.p_en_txt {
    font-size: 90%;
    color: #fff;
}
.breadcrumbs {
    font-size: 10px;
}
.breadcrumbs a, .breadcrumbs span {
	font-size: 10px;}
.contents_header:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 25%);
}
.page_head_tittle, .page_head_tittle_01 {
    font-size: 120%;
    color: #fff;
}
.post-title {
    font-size: 120%;
}
.post_block li {
    width: 90%;
    margin: 0 auto 30px;
    float: unset;
}
.post-body {
    overflow-wrap: break-word;
}
.post-body p {
    line-height: 1.8;
}
    .contents_header_01:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 / 25%);
    }
.kli_right {
    width: 90%;
    margin: 0 auto 20px;
    float: unset;
}
.kli_left {
    width: 90%;
    margin: 0 auto 20px;
    float: unset;
}
.space_line {
    margin: 40px auto;
}
.k_ttl02 {
    font-size: 140%;
    line-height: 1.5;
}
.kli_txt {
    width: 100%;
    float: unset;
}
.siflex_right {
    width: 40%;
}
.sim_ttl {
    font-size: 105%;
}
table.sim_table th {
    padding: 15px 0 0px;
}
span#sim-total {
    line-height: 1.2;
}
span#sim-people {
    line-height: 1;
}
table.sim_table td {
    font-size: 100%;
    padding: 0;
}
.ac-box label {
    font-size: 105%;
}
.ac-box label:after {
    right: 20px;
    top: 24px;
    width: 8px;
    height: 8px;
}
.ac-box input:checked ~ div {
    padding: 0px;
    border: unset;
}
.prta_ttl {
    font-size: 115%;
}
table.pri_table th {
font-size: 80%;
        padding: 5px 2px 5px 5px;
        text-align: left;
    background: #effff7;
    color: #203f30;
        line-height: 1.4;
}
table.pri_table {
    border-bottom: solid 1px #65a39f;
}
table.sim_table th {
    border-right: unset;
}
table.pri_table td {
    font-size: 90%;
}
.ac-box input:checked ~ label::after {
    right: 20px;
    top: 24px;
    width: 8px;
    height: 8px;
}
table.sim_table {
    margin: 0px auto 20px;
}
.tatxt {
    font-size: 12px;
}
table.sim_table td, table.sim_table th {
    width: auto;
    display: block;
    text-align: center;
}
.sim-people-select input[type="number"] {
    padding: 12px 4px;
    border: 1px solid #ccc;
    margin-top: 7px;
}
.plan-card {
    padding: 20px 5px;
    margin-bottom: 10px;
    font-size: 105%;
}
.sim_right_inner {
    padding: 20px 5%;
}
.form_flex_left {
    width: 100%;
    float: unset;
    margin: 0;
}
.p-archive-search {
    margin: 0 auto 38px;
}
.news_category_nav {
    margin-bottom: 15px;
}
.form_flex_right {
    width: 100%;
    float: unset;
}
.news_category_nav ul li {
    font-size: 75%;
    margin: 0 10px 23px 0;
}
.siflex_left {
	width: 60%;}
}











