/* ========================================================================== 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: #000;
    line-height: 2;
    -webkit-font-smoothing: antialiased;
    font-size: calc(16 / 1920 * 100vw);
font-family: "Zen Kaku Gothic New", sans-serif;
    letter-spacing: 0.05em;
}


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(16 / 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(15 / 1000 * 100vw);}
	}
	@media only screen and (max-width: 767px) {
		body {
			font-size: 3.6vw;
		line-height: 1.7;}
}




/*  header */
#js-header {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 340px;
    height: 100%;
    background-color: rgb(255, 255, 255);
    z-index: 999;
}
.l-header__inner {
    height: 100svh;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.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_main内*/
.header_main h1 {
    font-size: 12px;
    text-align: center;
    color: #333;
}
.header_main {
    position: relative;
    padding: 12px 20px 20px 25px;
}

.header_right {
    display: none;
}
.ac_ul li img {
    width: 30px;
    margin-bottom: 4px;
}
.ac_ul li:nth-child(2) {
    border-left: solid 1px #a9a9a9;
    border-right: solid 1px #a9a9a9;
}
.ac_ul li {
    width: 33%;
    padding: 0 4px;
    position: relative;
    text-align: center;
    font-size: 75%;
    line-height: 1.6;
}
.ac_ul {
    width: 100%;
    display: flex;
    position: relative;
    margin: 23px auto;
}
.global_pc li{
    background: #F7F7F7;
    float: left;
    transition: all 0.3s ease 0s;
}

.global_pc li:hover{
    background: #f1f1f1;
}
.global_pc {
    margin: 30px auto 25px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px 5px;
}
.global_pc li a {
    display: block;
    position: relative;
    padding: 7px 10px;
}
.global_pc li span {
    font-weight: 600;
    font-size: 95%;
}
span.sho_tt {
    font-size: 90% !important;
    letter-spacing: 0;
}

.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;
}
span.shor_spa {
    font-size: 80%;
    letter-spacing: 0;
}
span.jost_spa {
    font-family: "Jost", sans-serif;
    letter-spacing: 0.02em;
}
span.ins_spa:before{
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/insta_ico.svg) center no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    left: -6px;
    top: 10px;
}

span.ins_spa {
    position: relative;
    letter-spacing: 0.05em;
    font-weight: 300;
    padding-left: 25px;
}
.in_btn a:hover{
	opacity:0.8}
.in_btn a {
    background: #BD3EB4;
    background: -webkit-linear-gradient(45deg, rgba(189, 62, 180, 1) 0%, rgba(238, 0, 19, 1) 100%);
    background: -moz-linear-gradient(45deg,rgba(189, 62, 180, 1) 0%, rgba(238, 0, 19, 1) 100%);
    background: linear-gradient(45deg, rgba(189, 62, 180, 1) 0%, rgba(238, 0, 19, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#BD3EB4", endColorstr="#EE0013", GradientType=0 );
    text-align: center;
    color: #fff;
    position: relative;
    display: block;
    padding: 5px 0;
    border-radius: 100px;
    font-size: 170%;
    font-family: "Jost", sans-serif;
    transition: all 0.3s ease 0s;
}
.in_btn {
    position: relative;
    display: block;
}



/*========= 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: 15px auto 0;
}

.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 {
    background: #F1683E;
    position: relative;
}
.f_inner {
    display: flex;
    align-items: stretch;
}
.f_inner_left_inner {
    padding: 40px 9% 8%;
    position: relative;
}
.f_inner_right {
    width: 55%;
}
.f_inner_left {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.f_inner_right iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.footer-menu {
    font-size: 95%;
    display: table;
    line-height: 2;
    margin: 45px auto 0;
}
.footer-menu li:before {
    position: absolute;
    content: "";
    background: #fff;
    height: 3px;
    width: 3px;
    top: 50%;
    transform: rotate(30deg);
    left: 0px;
}

.footer-menu li a {
    position: relative;
    display: block;
    color: #fff;
}
.footer-menu li {
    margin: 0 30px 10px 0;
    position: relative;
    float: left;
    padding-left: 15px;
}
.f_add {
    text-align: center;
    font-size: 100%;
    color: #fff;
}
.f_tel {
    max-width: 300px;
    margin: 18px auto;
}
.f_txt {
    text-align: center;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 4px;
}

.fcoinnner {
    padding: 8px 0;
    background:#755107;
}
.copy_txt {
    text-align: center;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.1em;
}



/* sp_menu */
#g-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -100%;
    width: 40%;
    height: 100vh;
    background: rgb(121 85 46 / 90%);
    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: 70px auto 20px;
    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: #ffffff;
    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;
        background: #ff6c00;
}

.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;
}

span.gm_spa {
    background: unset;
    color: #fff;
    text-align: center;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
    top: 69px;
    line-height: 1;
}
.openbtn.active {
    position: fixed;
}
.openbtn span:nth-of-type(1) {
	top:20px;	
}
.openbtn span:nth-of-type(2) {
	top:35px;
}
.openbtn span:nth-of-type(3) {
	top:50px;
}
.openbtn.active span:nth-of-type(1) {
    left: 0;
    transform: translateY(15px) rotate(-35deg);
    width: 60%;
    right: 0;
    margin: 0 auto;
}

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

.openbtn.active span:nth-of-type(3) {
    left: 0;
    transform: translateY(-15px) rotate(35deg);
    width: 60%;
    right: 0;
    margin: 0 auto;
    top: 50px;
}
#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;
}

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

@media only screen and (max-width: 1200px) {
	.openbtn {
    top: 0px;
    right: 0px;
    cursor: pointer;
    width: 70px;
    height: 70px;
}
.openbtn span:nth-of-type(2) {
    top: 28px;
}
.openbtn span:nth-of-type(3) {
    top: 43px;
}
.openbtn span:nth-of-type(1) {
    top: 13px;
}
.openbtn.active span:nth-of-type(3) {
    top: 43px;
}
span.gm_spa {
    font-size: 90%;
    top: 53px;
}
#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%;
    }
.g-navul {
    width: 88%;
}
.g-navul li {
    margin-bottom: 13px;
}
}

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


/*****メインビジュアル******/
#wrapper{
    overflow: hidden;
    position: relative;
    padding-left: 340px;
    background: #FFF9F2;
}

/*mv_sec*/
.image {
    height: 100% !important;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.mv_img .image {
    padding-top: 50%;
}
.mv_img {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}
#mv_sec {
    position: relative;
}
.catch01 {
    position: absolute;
    top: 50%;
    z-index: 1;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-size: 300%;
    font-weight: 700;
    color: #fff;
	text-shadow: 0 4px 15px #000;
    line-height: 1.7;
    letter-spacing: 0.1em;
}

/**sec_01*/
.banner_img {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
}
#sec_01 {
    padding: 60px 0;
}

/**sec_01*/
#sec_post {
    position: relative;
    padding: 70px 0 50px;
    background: url(/wp-content/uploads/haikei01.jpg) center no-repeat;
    background-size: cover;
}
.inner {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

#sec_post .inner {
	max-width:1200px;
}
.pos_li_left {
    width: 45%;
    margin: 0 0 0 4%;
    float: left;
	position:relative
}
.pos_li {
    width: 46%;
    margin: 0 4% 0 0;
    float: left;
    position: relative;
}
.pos_ul {
    width: 100%;
    position: relative;
    margin: 0 auto;
    display: table;
}
.post_m_block_inner a {
    position: relative;
    display: block;
    border: solid 1px #F1683E;
    border-radius: 0 13px 0 13px;
    padding: 12px 4%;
}

.post_m_block_inner {
    background: #fff;
    margin-bottom: 25px;
    border-radius: 0 15px 0 15px;
    padding: 8px;
    transition: all 0.3s ease 0s;
}
.post_m_block_inner:hover {
    opacity: 0.7;
}
.news_date {
    line-height: 1.5;
    font-size: 90%;
    color: #555;
}
.news_ttl {
    font-size: 105%;
    line-height: 1.4;
    padding: 7px 0;
    font-weight: 500;
}
.post_m_ttl {
    font-size: 140%;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}
.blog_btn a:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/arrow_icowh.svg) center no-repeat;
    background-size: contain;
    width: 17px;
    height: 100%;
    right: 17px;
transition: transform 0.3s ease;
}
.blog_btn a:hover::before {
	transform: translateX(4px);
}
.blog_btn a {
    position: relative;
    display: block;
    background: #755107;
    color: #fff;
    padding: 2px 70px 3px 16px;
    border-radius: 100px;
    font-weight: 500;
    transition: all 0.3s ease 0s;
    font-size: 90%;
}
.blog_btn a:hover {
    background: #4b3406;
}
.blog_btn {
    position: absolute;
    right: 0;
    top: 10px;
    display: inline-block;
}

/*sec_02*/
.har_bl {
    width: 55%;
    position: relative;
}
#sec_02 {
    position: relative;
    padding: 70px 0 100px;
}
.image {
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.w_img_img {
    display: block;
    position: absolute;
    z-index: 0;
    overflow: hidden;
    height: 480px;
    width: 40%;
    margin: 0 0 0 auto;
    right: 0;
}

.en_ttl01:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/tico01.svg) center no-repeat;
    background-size: contain;
    width: 9%;
    height: 100%;
    left: -3%;
}
.en_ttl:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/tico02.svg) center no-repeat;
    background-size: contain;
    width: 9%;
    height: 100%;
    left: -3%;
}

.en_ttl, .en_ttl01 {
    font-family: "Jost", sans-serif;
    font-size: 140%;
    padding-left: 15px;
    font-weight: 500;
    position: relative;
    color: #DFD0B0;
}

.en_ttl span, .en_ttl01 span {
    position: relative;
    z-index: 1;
    font-weight: 500;
}

.t_ttl01 span {
    color: #F1683E;
    font-weight: 700;
}
.txt01 {
    margin-bottom: 20px;
    line-height: 1.8;
}
.t_ttl01 {
    font-size: 190%;
    line-height: 1.8;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}

.btn_01 a {
    position: relative;
    display: inline-block;
    background: #755107;
    color: #fff;
    padding: 6px 70px 8px 23px;
    border-radius: 100px;
    font-weight: 500;
    transition: all 0.3s ease 0s;
    font-size: 100%;
}
.btn_01 a:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/arrow_icowh.svg) center no-repeat;
    background-size: contain;
    width: 20px;
    height: 100%;
    right: 17px;
    top: 3px;
    transition: transform 0.3s ease;
}
.btn_01 a:hover {
    background: #4b3406;
}
.btn_01 a:hover::before {
    transform: translateX(4px);
}
.btn_01 {
    width: auto;
    display: inline-block;
    margin: 20px 0 0;
}

/*sec_03**/
.t_ul01 li {
    position: relative;
    flex: 1 1 calc(50% - 4%);
    box-sizing: border-box;
}
.t_ul01 {
    width: 100%;
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 4%;
    justify-content: space-between;
    list-style: none;
}
.t_ttl02 {
    color: #755107;
    font-size: 160%;
    font-weight: 700;
    margin: 17px 0 11px;
    line-height: 1.2;
}
.cenbtn {
    margin: 35px auto 0;
    display: block;
    text-align: center;
}
#sec_03 {
    position: relative;
    padding: 0 0 70px;
}

/*sec_04**/
#sec_04 {
    background: #F2EDE2;
    padding: 70px 0;
    position: relative;
}
.contents {
    position: relative;
    width: 100%;
    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;
    margin: 0 auto 70px;
    background: #fff;
}
.con_sp_img {
    display: none;
    position: relative;
    z-index: 0;
    overflow: hidden;
    height: 200px;
    width: 100%;
    margin: 0 auto;
}
.con_txt {
    width: 60%;
    float: left;
    position: relative;
}
.con_img {
    position: relative;
    z-index: 0;
    overflow: hidden;
    min-height: 300px;
    width: 40%;
    float: left;
}
.con_txt .t_ttl01 {
    line-height: 1.5;
    margin-bottom: 20px;
}

.con_txt div {
    padding: 30px 6% 20px;
}
table.table_f td {
    line-height: 1.5;
    padding: 15px 10px;
    color: #fff;
    border-bottom: solid 1px #fff;
}

table.table_f th {
    width: 20%;
    text-align: left;
    padding: 15px 0;
    color: #fff;
    border-bottom: solid 1px #fff;
}

.spv{display:none}
.header_logosp {
    display: none;
}
.fl02 {
    background: #755107;
}

.fl01 {
    background: #ff6c00;
}
.fl01 img, .fl02 img {
    height: 36px;
    vertical-align: middle;
}
.fl01 a, .fl02 a {
    line-height: 57px;
    height: 57px;
    display: block;
    position: relative;
    padding-bottom: 3px;
}
.fl01, .fl02 {
    width: 50%;
    float: left;
}
.fl_menu ul {
    width: 100%;
    display: table;
    position: relative;
}

.fl_menu {
	display:none;
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
}


/***top respon******/
@media only screen and (max-width: 1600px) {
	.header_main h1 {
    font-size: 70%;
}
.header_logo {
    margin: 7px auto 0;
}
.global_pc {
    margin: 25px auto 21px;
}
#js-header {
    width: 290px;
}
#wrapper {
    padding-left: 290px;
}
.global_pc li a:before{
    width: 15px;
    height: 6px;
    right: 5px;
    top: 50%;
}
.global_pc li {
    font-size: 90%;
}
.global_pc li a {
    padding: 5px 7px;
}
span.web_spa {
	font-size: 120%;}
span.tel_spa {
    font-size: 165%;
}
span.sh_txt {
    font-size: 70%;
}
.tel_btn a, .web_btn a {
    height: auto;
    padding: 3px 0 1px;
}
.web_btn a {
    line-height: 1.8;
}
span.web_spa:before {
    width: 11%;
    height: 100%;
    left: -18%;
}
.gl_txt {
    font-size: 80%;
    line-height: 1.3;
}
span.ins_spa:before {
    width: 14%;
    height: 100%;
    left: 0;
    top: 0;
}
.in_btn a {
    font-size: 140%;
}
.header_main {
    padding: 6px 17px 20px 17px;
}
.ac_ul {
    margin: 20px auto;
}
.ac_ul li {
    font-size: 60%;
}
.web_btn {
    margin: 0 auto 7px;
}
.gl_ttl {
    font-size: 74%;
    padding: 0px 9px;
    border-radius: 0 7px 0 7px;
    line-height: 1.7;
}
span.tel_spa:before {
    width: 12%;
    height: 100%;
    left: -16%;
    top: 0;
}
}

@media only screen and (max-width: 1200px) {
	#js-header {
    width: 25%;
}
    .global_pc {
        margin: 15px auto;
    }
    .header_logo {
        margin: 3px auto 0;
    }
#wrapper {
    padding-left: 25%;
}
.header_logo {
	width: 84%;}
}


@media only screen and (max-width: 1000px) {
.header_main {
    display: none;
}
#js-header {
    width: auto;
}
.mv_img .image {
    padding-top: 60%;
}
#wrapper {
    padding: 0;
}
.header_right {
    display: block;
}
}

@media only screen and (max-width: 767px) {
	.pcv{display:none}
	.spv{display:block}
    .mv_img .image {
        padding-top: 148%;
    }
#sec_01 {
    padding: 30px 0;
}
.catch01 {
    font-size: 220%;
}
.fl_menu {
	display:block;}
.pos_li {
    width: 100%;
    margin: 0 auto 50px;
    float: unset;
	}
#sec_02 {
    padding: 50px 0 70px;
}
#sec_post {
    padding: 50px 0 30px;
}
.news_ttl {
    padding: 4px 0 7px;
}
.post_m_block_inner {
    padding: 5px;
margin-bottom: 10px;
}
.post_m_block_inner a {
    padding: 8px 3%;
}
.post_m_ttl {
    font-size: 130%;
    margin-bottom: 22px;
}
.pos_li_left {
    width: 100%;
    margin: 0 auto;
    float: unset;
	}
.con_sp_img {
    display: block;
    height: 130px;
	}
.con_txt .t_ttl01 {
    font-size: 140%;
    margin-bottom: 10px;
}
.con_txt div {
    padding: 15px 5% 2px;
}
.con_txt {
    width: 100%;
    float: unset;
}
.pci {
    display: none;
}
.t_ul01 {
    display: block;
    gap: unset;
}
#sec_04 {
    padding: 50px 0;
}
.btn_01 {
    width: 90%;
    margin: 20px auto 0;
    display: block;
    text-align: center;
}
.t_ttl02 {
    font-size: 140%;
    margin: 13px 0 5px;
}
.t_ul01 li {
    flex: unset;
    margin: 0 auto 40px;
}
.t_ttl01 {
    font-size: 170%;
    margin-bottom: 25px;
}
.har_bl {
    width: 100%;
}
.contents {
    margin: 0 auto 35px;
}
.con_img {
    min-height: 130px;
    width: 100%;
    float: unset;
}
.w_img_img {
    height: 170px;
    width: 90%;
    margin: 0 auto 25px;
    right: unset;
    position: relative;
}
.f_inner_left {
    width: 100%;
    display: block;
    flex-direction: unset;
    justify-content: unset;
}
.f_inner {
    display: block;
    align-items: unset;
}
.f_inner_right {
    width: 100%;
}
.footer-menu li {
    margin: 0 30px 6px 0;
}
.f_inner_left_inner {
    padding: 15px 6% 7%;
}
.footer-menu {
    margin: 35px auto 0;
}
.f_inner_right {
    width: 100%;
    position: relative;
    padding-bottom: 65%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}
table.table_f td {
    padding: 10px;
}
.copy_txt {
    font-size: 10px;
}
.f_inner_right iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.header_logosp img {
    width: 90%;
}

.header_logosp {
    display: block;
    position: absolute;
    top: 0;
    z-index: 9;
    background: #fff;
    padding: 1px 0px 6px;
    width: 195px;
    text-align: center;
}
}


/**下層ページ**/
#contents_header {
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    width: 100%;
}
.p-page-header__inner {
    text-align: center;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 90%;
}
.page_head_tittle {
    font-size: 160%;
    line-height: 1.3;
    font-weight: 500;
    background: rgb(255 255 255 / 85%);
    display: inline-block;
    padding: 12px 48px 14px;
    border-radius: 0px 12px 0px 13px;
}
.k_ttl01 {
    font-size: 190%;
    line-height: 1.6;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}

.k_ttl01 span {
    color: #F1683E;
    font-weight: 700;
}
.k_inner {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}
.breadcrumbs {
    padding: 7px 3%;
    text-align: right;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs a, .breadcrumbs span {
    color: #333;
}
.txt02 {
    font-size: 120%;
    font-weight: 700;
}
.martop {
    margin-top: 50px;
}
.k_li_img {
    display: block;
    overflow: hidden;
    height: 500px;
    width: 100%;
    margin: 0;
}
.k_ul01 {
    width: 100%;
    position: relative;
    display: table;
    margin: 0 auto 70px;
}
.k_li30 {
    width: 30%;
    float: right;
    margin: 0 0 0 5%;
    position: relative;
}
.k_li70 {
    width: 65%;
    float: left;
    position: relative;
}
.entry_inner {
    position: relative;
    margin: 70px auto;
}
.k_ttl02 {
    font-size: 140%;
    color: #F1683E;
    margin: 35px 0 10px;
    font-weight: 700;
}
.k_ttl02 span {
    background: #8B6D6D;
    color: #fff;
    font-weight: 600;
    padding: 0 5px 3px;
    margin-right: 15px;
}
.k_ttl02_box {
    position: relative;
    padding: 0 2%;
    margin: -20px 0 70px;
}
.k_ttl03:before {
    position: absolute;
    content: "";
    background: #7A6B66;
    width: 13px;
    height: 13px;
    border-radius: 100px;
    left: 0;
    top: 40%;
}

.k_ttl03 {
    font-size: 170%;
    line-height: 1.6;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}
.box_01 {
    border: solid 2px #F1683E;
    border-radius: 0 30px 0 30px;
    padding: 25px 4% 20px;
    position: relative;
}

.list_ul li {
    float: left;
    width: 50%;
    margin: 0 0 10px;
    position: relative;
}
.list_ul {
    width: 100%;
    display: table;
    position: relative;
}
.list_ul li span:after {
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    width: 18px;
    height: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 8px;
    left: 0;
    content: '';
}

.list_ul li span:before {
    width: 12px;
    height: 12px;
    border: solid 1px #696969;
    display: block;
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
}
.list_ul li span {
    position: relative;
    font-weight: 600;
    font-size: 115%;
    padding-left: 25px;
}

.wh_inner {
    background: #fff;
    margin: 70px auto 0;
    padding: 70px 0;
}
.flow_ul {
    position: relative;
    width: 100%;
    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;
    margin: 0 auto 35px;
    background: #fff;
}
.flow_img_li {
    position: relative;
    z-index: 0;
    overflow: hidden;
    min-height: 200px;
    width: 25%;
    float: left;
}
.flow_txt_li {
    width: 75%;
    position: relative;
    float: left;
}
.flow_in {
    padding: 30px 5% 10px;
    position: relative;
}
.flow_ttl span {
    background: #F1683E;
    color: #fff;
    border-radius: 5px;
    padding: 0 5px 2px;
    margin-right: 10px;
}
.flow_ttl {
    font-size: 140%;
    margin: 0px 0 10px;
    font-weight: 700;
}

.gr_inner {
    background: #F2EDE2;
    margin: 0px auto 70px;
    padding: 70px 0;
}

.faq_ttl {
    font-size: 110%;
    font-weight: 700;
    color: #755107;
}
.k_ttl04:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background: #9d9090;
    border-radius: 20px;
    left: 5px;
    top: 39%;
}

.k_ttl04 {
    font-size: 130%;
    font-weight: 700;
    padding-left: 25px;
    border-bottom: solid 1px #cbbcbc;
    color: #553e3e;
    margin-bottom: 10px;
    position: relative;
}

table.price_table th {
    background: #876f3e;
    width: 20%;
    vertical-align: middle;
    font-size: 120%;
    font-weight: 700;
    color: #fff;
    border: solid 1px #bdad8b;
    line-height: 1.3;
    padding: 10px;
}
table.price_table td span {
    font-size: 85%;
    color: #212121;
}

table.price_table td {
    line-height: 1.5;
    font-size: 110%;
    padding: 10px 1% 10px 3%;
    background: #fff;
    border: solid 1px #bdad8b;
    font-weight: 500;
    vertical-align: middle;
}

td.prtd {
    width: 30%;
    vertical-align: middle;
    text-align: center;
    font-weight: 500;
}
td.prtd span {
    font-family: "Jost", sans-serif;
	font-size: 130% !important;
    color: #000 !important;
    margin-right: 2px;
}
table.price_table {
    margin-bottom: 70px;
}

.li50 {
    width: 50%;
    float: left;
    position: relative;
}

.li45 {
    width: 45%;
    float: right;
    margin: 0 0 0 5%;
    position: relative;
}
.k_ul02 {
    width: 100%;
    position: relative;
    display: table;
    margin: 0 auto 40px;
}
.li30 {
    width: 24%;
    margin: 0 4% 0 0;
    position: relative;
    float: left;
}
.li30 img {
    display: block;
    margin-bottom: 10px;
}

.li330 img {
    width: 48%;
    float: left;
    padding: 0 1%;
    display: block;
    margin-bottom: 10px;
}
.li330 {
    width: 44%;
    float: left;
    position: relative;
}
.newsblock_inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.p-news-block {
    margin: 70px 0;
}
.p-article02__content {
    margin: 0 0 25px;
    border-bottom: solid 1px #d5d0d0;
    padding: 0 10px 10px;
    position: relative;
}
.date_cate_txt {
    font-family: "Jost", sans-serif;
    font-size: 95%;
    font-weight: 300;
}
.date_cate_txt span {
    font-weight: 300;
}
.p-article02__title {
    font-size: 105%;
    font-weight: 500;
}

.ks_inner {
    margin: 70px auto 100px;
    width: 90%;
    max-width: 1100px;
    position: relative;
}
.post-title {
    font-size: 170%;
    font-weight: 700;
    border-bottom: solid 1px #939393;
    padding: 0 5px 5px;
    margin-bottom: 26px;
}
.post-body p {
    font-size: 100%;
    margin-bottom: 20px;
}

.k_btn a:hover {
    opacity: 0.8;
}
.k_btn a {
    display: block;
    position: relative;
    background: #755107;
    padding: 15px 0;
    font-size: 110%;
    text-align: center;
    color: #fff;
    font-weight: 600;
    border-radius: 100px;
    transition: all 0.3s ease 0s;
}
.k_btn {
    margin: 40px auto 0;
    width: 90%;
    max-width: 340px;
    position: relative;
}



/***下層　respon***/

@media only screen and (max-width: 767px) {
	#contents_header {
    height: 250px;
}
.page_head_tittle {
    font-size: 130%;
    padding: 9px 25px 10px;
}
.txt02 {
	font-size: 110%;}
.k_ttl03:before {
    width: 8px;
    height: 8px;
}
.k_ttl03 {
    font-size: 130%;
    padding-left: 13px;
    margin-bottom: 10px;
}
td.prtd {
    width: 25%;
}
table.price_table td {
    font-size: 90%;
    line-height: 1.2;
    padding: 7px 2%;
}
td.prtd span {
    font-size: 105% !important;
}
.entry_inner {
    margin: 30px auto 70px;
}
.en_ttl, .en_ttl01 {
    font-size: 130%;
}
.list_ul li span {
    font-size: 105%;
padding-left: 20px;
	}
.li330 {
    width: 100%;
    float: left;
    position: relative;
}
.li30 {
    width: 44%;
    margin: 0 3% 0px;
}
.li50 {
    width: 100%;
	float: unset;}
.gr_inner {
    margin: 0px auto 50px;
    padding: 50px 0;
}
.li45 {
    width: 100%;
    float: unset;
	margin: 0 auto 20px;}
.flow_txt_li {
    width: 100%;
    float: unset;
	}
.flow_in {
    padding: 16px 4% 3px;
    position: relative;
}
.flow_img_li {
    min-height: 100px;
    width: 100%;
    float: unset;
}
.wh_inner {
    margin: 50px auto 0;
    padding: 50px 0;
}
.box_01 {
    border-radius: 0 20px 0 20px;
}
.list_ul li span:after {
    width: 12px;
    height: 5px;
    top: 5px;
}
.list_ul li span:before{
    width: 10px;
    height: 10px;
	 top: 5px;}
.list_ul li {
	width: 100%;}
.k_ttl02 span {
    margin-right: 8px;
}
.k_ttl02 {
    font-size: 125%;
	}
table.price_table th {
    width: 30%;
    vertical-align: baseline;
    padding: 10px 0;
        font-size: 85%;
}
.k_ttl01 {
    font-size: 170%;
}
.k_li_img {
    height: 200px;
}
.k_li30 {
    width: 100%;
    float: unset;
    margin: 0 auto 20px;
}
.k_li70 {
    width: 100%;
    float: unset;
}
.breadcrumbs {
    font-size: 11px;
}
.post-title {
	font-size: 140%;}
}










