/* ========================================================================== 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: #2b2727;
    line-height: 2;
    -webkit-font-smoothing: antialiased;
    font-size: calc(17 / 1920 * 100vw);
	font-family: "Zen Kaku Gothic Antique", 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(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: 33.3333%;
    position: fixed !important;
    left: 0px;
    top: 0px;
    height: 100%;
    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_logosp {
    display: none;
}


/*header_main内*/
.header_main h1 {
    font-size: 13px;
    color: #333;
    margin-bottom: 8px;
    position: absolute;
    top: -40px;
}
.header_main {
    position: relative;
    margin: 22% 0 auto 13%;
}

.header_right {
    position: fixed;
    right: 3%;
    bottom: 6%;
}
.header_right .btn_01 {
    margin: 0 0 20px;
    max-width: 280px;
    width: 100%;
}
.header_right .btn_01 a {
    padding: 23px 20px;
    border-radius: 100px;
    font-size: 95%;
    font-weight: 600;
}
.header_right .btn_02 {
    margin: 0 0 20px;
    max-width: 280px;
    width: 100%;
}
.header_right .btn_02 a {
    padding: 23px;
    border-radius: 100px;
    font-size: 95%;
    font-weight: 600;
}
.header_right .btn_03 {
    margin: 0 0 20px;
    width: 100%;
    max-width: 280px;
}
.header_right .btn_03 a {
    padding: 23px;
    border-radius: 100px;
    font-size: 95%;
    font-weight: 600;
}

.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;
}
.gpc-ul li {
    font-size: 110%;
    margin-right: 8px;
    writing-mode: vertical-rl;
    float: left;
    letter-spacing: 0.15em;
}
.gpc-ul li a:hover {
    color: #dd9b9b;
}
.gpc-ul {
    display: table;
    position: relative;
    width: 100%;
    margin: 12% auto 0 0;
}
.gpc-ul li a {
    transition: all 0.3s ease 0s;
    display: inline-block;
    position: relative;
    padding: 2px 5px 2px 0;
}
/*
.gpc-ul li a:after {
    position: absolute;
    content: '';
    bottom: 5px;
    left: 0;
    width: 0;
    height: 1px;
    background: #aba79c;
    transition: all 0.4s ease 0s;
    margin: 0 auto;
}

.gpc-ul li a:hover:after {
    width: 100%;
}
*/
.gpc-ul li span {
}
span.gnum {
    font-size: 110%;
    color: #957c34;
    margin-right: 10px;
}
#g-nav-list span.gnum{
    color: #fff;	
}
span.gspa {
    font-size: 70%;
    margin-left: 23px;
    color: #c7c1af;
}
.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: 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 {
    padding: 50px 0 70px;
    background-size: cover;
    top: 0;
    left: 0;
    width: 580px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: rgb(250 248 255);
    box-shadow: 0 5px 20px #e5e5e5;
}
.f_inner {
    position: relative;
    width: 90%;
    margin: 0 auto;
}
.fl_btn a:before {
    background: #f98080;
    position: absolute;
    content: "";
    width: 100%;
    height: 80%;
    bottom: 0;
    left: 0;
}

.fl_btn a {
    position: relative;
    display: block;
    padding: 0 0 15px;
    text-align: center;
    color: #fff;
    font-size: 105%;
}
.fl_btn img {
    width: 60%;
    position: relative
}
.fl_btn {
    width: 100%;
    opacity: revert;
    display: block;
}
.fl_menu {
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 9;
    width: 100%;
}
.footer-menu {
    font-size: 95%;
    display: table;
    line-height: 2;
    margin: 0x auto 0;
}
.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: #333;
    transition: all 0.3s ease 0s;
}
.footer-menu li {
    margin: 0 0 10px 0;
    position: relative;
    float: left;
    padding-left: 12px;
    width: 46%;
}
.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;
}


.copy_txt {
    text-align: center;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.1em;
}

.fun_ul {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px auto 0;
    border-top: solid 1px #8f8f8f;
    padding-top: 10px;
}
.fun_ul li:before {
    position: absolute;
    content: "";
    background: #2b2b2b;
    height: 4px;
    width: 4px;
    top: 13px;
    transform: rotate(30deg);
    left: 0px;
    border-radius: 10px;
}

.fun_ul li {
    font-size: 95%;
    position: relative;
    float: left;
    padding-left: 12px;
    margin: 0 20px 0 0;
}
.fun_ul li a {
    position: relative;
    display: block;
    color: #333;
    transition: all 0.3s ease 0s;
}

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

@media only screen and (max-width: 767px) {
	.footer-menu li {
    width: 96%;}
.f_inner {
    width: 86%;
}
}


/* sp_menu */
#g-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -100%;
    width: 40%;
    height: 100vh;
    background: rgb(247 152 160 / 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: 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;
    border-radius: 500px;
    display: none;
    background: #CDB482;
    background: -webkit-linear-gradient(0deg, rgba(205, 180, 130, 1) 0%, rgba(238, 100, 169, 1) 100%);
    background: -moz-linear-gradient(0deg,rgba(205, 180, 130, 1) 0%, rgba(238, 100, 169, 1) 100%);
    background: linear-gradient(0deg, rgba(205, 180, 130, 1) 0%, rgba(238, 100, 169, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#CDB482", endColorstr="#EE64A9", 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:20px;	
}
.openbtn span:nth-of-type(2) {
	top:35px;
width: 50%;
}
.openbtn span:nth-of-type(3) {
	top:48px;
width: 40%;
}
.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: 15px;
    right: 10px;
    cursor: pointer;
    width: 70px;
    height: 70px;
}
#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;
}
	.openbtn {display:block}
}

/***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_sub_catch p, .mv_catch, .t_ttl01, .po_txt, .po_ttl, .po_txt01, .plan_ttl, .pr_koi, .con_ttl, .flow_ttl, .flow_des01, .flow_des02, .blog_ttl{font-family: "Zen Kaku Gothic Antique", sans-serif;}

#wrapper{
    overflow: visible;
    position: relative;
}



.l-main {
    width: 580px;
    margin: 40px auto 0;
    position: relative;
    overflow: hidden;
    background: #fff;
    z-index: 0;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 5px 20px #e5e5e5;
}
.mv_img .image {
    padding-top: 134%;
}
.image {
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#mv_sec {
    position: relative;
}
.mv_img {
    position: relative;
    display: block;
    z-index: 1;
    overflow: hidden;
    background: #F8F2F2;
}

.kcd{background:#faf8ff !important}

.mv_sub_catch p {
    font-size: 140%;
    letter-spacing: 0.2em;
    line-height: 1.5;
    font-weight: 500;
}
.mv_sub_catch_in:after {
    position: absolute;
    content: "";
    height: 30%;
    border-right: solid 1px #9d9d9d;
    right: 0;
    bottom: -10px;
}
.mv_sub_catch:after {
    position: absolute;
    content: "";
    height: 30%;
    border-left: solid 1px #9d9d9d;
    left: 0;
    top: -10px;
}
.mv_sub_catch_in {
    position: relative;
    padding: 15px;
}
.mv_sub_catch_in:before {
    position: absolute;
    content: "";
    width: 30%;
    border-bottom: solid 1px #9d9d9d;
    right: -10px;
    bottom: 0;
}
.mv_sub_catch:before {
    position: absolute;
    content: "";
    width: 30%;
    border-top: solid 1px #9d9d9d;
    left: -10px;
    top: 0;
}
.mv_sub_catch {
    position: absolute;
    z-index: 9;
    top: 60px;
    writing-mode: vertical-rl;
    left: 45px;
}
.mv_catch span {
    color: #CE325C;
    font-weight: 500;
}
.mv_catch {
    text-align: center;
    font-size: 240%;
    line-height: 1.5;
    font-weight: 500;
    color: #4F3131;
    position: absolute;
    z-index: 1;
    text-shadow: 0 0 10px #fff;
    bottom: -95px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/**sec_01*/
#sec_01 {
    position: relative;
    background: #F8F2F2;
    padding: 125px 0 0;
}
.txt_cen {
    text-align: center;
    color: #474747;
    font-size: 110%;
    margin-bottom: 15px;
}
.ha_img01 {
    position: relative;
    margin-top: 90px;
}
.txt_block01 {
    position: absolute;
    z-index: 1;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 10px;
}
.g_txt {
    font-size: 95%;
    color: #79937C;
}
.g_iimg {
    width: 80%;
    margin: 19px auto 0;
}


/**sec_02*/

.rea_img {
    height: 300px;
    position: relative;
    display: block;
    overflow: hidden;
    width: 90%;
    margin: 0 0 0 auto;
    border-radius: 500px 0 0 500px;
}

#sec_02 {
    position: relative;
    margin-top: 140px;
}
.rea_ttl {
    color: #4F3131;
    font-size: 200%;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    margin: 30px auto;
}
.rea_sub_ttl span {
    display: inline-block;
    font-weight: 600;
    padding: 0 20px;
    position: relative;
    line-height: 1;
}
.rea_sub_ttl span:after {
    content: "";
    position: absolute;
    -webkit-transform: rotate(-23deg);
    -moz-transform: rotate(-23deg);
    -o-transform: rotate(-23deg);
    transform: rotate(23deg);
    border-left: solid 1px #59A88E;
    height: 27px;
    right: 0;
    bottom: 0;
}
.rea_sub_ttl span:before {
    content: "";
    position: absolute;
    -webkit-transform: rotate(-23deg);
    -moz-transform: rotate(-23deg);
    -o-transform: rotate(-23deg);
    transform: rotate(-23deg);
    border-left: solid 1px #59A88E;
    height: 27px;
    left: 0;
    bottom: 0;
}
.txt01 {
    width: 90%;
    margin: 0 auto 20px;
    font-size: 100%;
}
.rea_sub_ttl {
    font-size: 140%;
    color: #59A88E;
    text-align: center;
    margin: -22px auto 30px;
}
.txt01 span {
    background: linear-gradient(transparent 60%, #FFD9D9 60%);
}
.ten_ttl {
    font-size: 430%;
    line-height: 1;
    text-align: center;
    color: #FFCBD3;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
    font-family: "Jost", sans-serif;
}
.t_ttl01 {
    text-align: center;
    color: #533B3B;
    font-size: 120%;
    font-weight: 600;
    margin-bottom: 20px;
}
.rea_block {
    position: relative;
    margin: 100px 0;
}
.rea_img02 {
    height: 300px;
    position: relative;
    display: block;
    overflow: hidden;
    width: 90%;
    margin: 0 auto 0 0;
    border-radius: 0 500px 500px 0;
}
.rea_block02 {
    margin: 0 auto 40px;
    position: relative;
}
.rea_imgbl {
    position: relative;
}
.ch_img02 {
    position: absolute;
    z-index: 1;
    width: 25%;
    right: 20px;
    top: -29px;
}
.ch_img {
    position: absolute;
    z-index: 1;
    width: 25%;
    left: 20px;
    top: -29px;
}
/*sec_haikei*/
#sec_haikei {
    position: relative;
}
.haikei02_txt {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 84%;
    opacity: 0.9;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.haikei02 {
    position: relative;
    padding-bottom: 60px;
}

/*sec_03***/
.inner {
    width: 90%;
    margin: 0 auto;
    position: relative;
}
.point_flex {
    width: 100%;
    margin: 40px auto 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
}

.point_con {
    position: relative;
    flex: 1 1 calc(50% - 20px);
    box-sizing: border-box;
    text-align: center;
    background: #FFD6E4;
    background: -webkit-linear-gradient(135deg, rgba(255, 214, 228, 1) 0%, rgba(255, 209, 169, 1) 100%);
    background: -moz-linear-gradient(135deg,rgba(255, 214, 228, 1) 0%, rgba(255, 209, 169, 1) 100%);
    background: linear-gradient(135deg, rgba(255, 214, 228, 1) 0%, rgba(255, 209, 169, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FFD6E4", endColorstr="#FFD1A9", GradientType=0 );
    position: relative;
    padding: 10px;
    color: #4F3131;
    border-radius: 10px 0 10px 0;
}
.point_con:after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 10px;
    bottom: 7px;
    right: 10px;
}
.point_con:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 10px;
    top: 10px;
    left: 10px;
}
.point_con_in:before {
    position: absolute;
    content: "";
    width: 96%;
    height: 96%;
    border: dashed 2px #fff;
    top: 2%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.point_con_in {
    position: relative;
    padding: 14px 0 10px;
    min-height: 88px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.po_txt {
    font-size: 110%;
    font-weight: 600;
    line-height: 1.5;
}
span.short_01 {
    font-size: 80%;
    font-weight: 600;
    margin: 0px -7px;
}

.po_ttl span {
    color: #F23A59;
    font-size: 150%;
    font-weight: 700;
    line-height: 1.2;
}

.po_ttl {
    font-size: 130%;
    font-weight: 700;
    line-height: 1.5;
}
.po_txt01 {
    font-size: 65%;
    font-weight: 600;
}
.plan_box {
    border-radius: 10px;
    margin: 50px auto;
    position: relative;
    padding: 30px 5% 30px;
    text-align: center;
    color: #3f3434;
    background: #fffddd;
}

.plan_txt01 {
    font-size: 95%;
    line-height: 1.8;
    text-align: center;
    color: #533B3B;
}


.plan_btl {
    font-size: 280%;
    color: #75acd7;
    line-height: 1;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    font-family: "Jost", sans-serif;
    top: -20px;
    left: 0;
    right: 0;
}

.plan_ttl {
    font-size: 120%;
    text-align: center;
    color: #533B3B;
    font-weight: 700;
}
.plan_txt span {
    position: relative;
    padding: 0 10px;
}

.plan_txt {
    line-height: 1.5;
    color: #2b2525;
    text-align: center;
    position: relative;
    margin-bottom: 12px;
}
.plan_txt span:after {
    content: "";
    position: absolute;
    -webkit-transform: rotate(-23deg);
    -moz-transform: rotate(-23deg);
    -o-transform: rotate(-23deg);
    transform: rotate(23deg);
    border-left: solid 1px #533B3B;
    height: 40px;
    right: 0;
    bottom: 0;
}

.plan_txt span:before {
    content: "";
    position: absolute;
    -webkit-transform: rotate(-23deg);
    -moz-transform: rotate(-23deg);
    -o-transform: rotate(-23deg);
    transform: rotate(-23deg);
    border-left: solid 1px #533B3B;
    height: 40px;
    left: 0px;
    bottom: 0;
}
.plan_txt span {
    position: relative;
    padding: 0 26px;
    display: inline-block;
}

.pr_koi {
    font-size: 270%;
    text-align: center;
    color: #ff6b7f;
    font-weight: 600;
    margin: 0 auto;
    display: inline-block;
    position: relative;
}

span.fd_spa {
    font-weight: 900;
    position: absolute;
    font-size: 33%;
    right: -8px;
    line-height: 1;
    top: 18%;
}
span.big02 {
    font-size: 220%;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -2px;
    margin: 0 6px 0 0;
    font-family: "Jost", sans-serif;
}
.btn_02 a {
background: #89333f;
    position: relative;
    display: block;
    line-height: 1;
    padding: 35px;
    border-radius: 100px;
    text-align: center;
    font-size: 140%;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.1em;
	transition: all 0.3s ease 0s;
}

.btn_02 {
    position: relative;
    width: 80%;
    margin: 30px auto;
    max-width: 400px;
}
.btn_01 a {
    background: #f98080;
    position: relative;
    display: block;
    line-height: 1;
    padding: 35px;
    border-radius: 100px;
    font-size: 140%;
    font-weight: 600;
    color: #fff;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.btn_01 {
    position: relative;
    width: 80%;
    margin: 30px auto;
    max-width: 400px;
}
.btn_01 span {
    position: relative;
    padding-left: 53px;
}

.btn_01 span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    pointer-events: none;
    background: url(/wp-content/uploads/line_ico.svg) center no-repeat;
    background-size: contain;
}
.con_inner {
    padding: 40px 0 20px;
    background: #f6f6f6;
}
.con_ttl {
   text-align: center;
    font-size: 130%;
    font-weight: 600;
    color: #533B3B;
}
#sec_04 {
    position: relative;
    padding: 20px 0 0;
}
.btn_01 a:hover {
    opacity: 0.7;
}
.btn_02 a:hover {
    opacity: 0.7;
}

/**sec_04**/
.txt02 {
    width: 90%;
    margin: 0 auto 20px;
    font-size: 90%;
}
.fea_img {
    height: 240px;
    position: relative;
    display: block;
    overflow: hidden;
    width: 92%;
    margin: 0px 0 26px auto;
    border-radius: 500px 0 0 500px;
}
.space {
    height: 40px;
}
.fea_flex {
    width: 90%;
    margin: 0 auto;
    display: table;
    height: 110px;
}
.fea_num {
    display: table-cell;
    vertical-align: middle;
    font-size: 610%;
    line-height: 1;
    color: #c9e1f1;
    width: 23%;
    font-family: "Jost", sans-serif;
    letter-spacing: 0;
    padding-right: 20px;
}
.fea_ttl {
    display: table-cell;
    vertical-align: middle;
    color: #4F3131;
    font-size: 160%;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.1em;
}


.haikei_g:before {
    position: absolute;
    content: "";
    background: #FFE1E1;
    background: -webkit-linear-gradient(0deg, rgba(255, 225, 225, 1) 0%, rgba(238, 245, 255, 1) 100%);
    background: -moz-linear-gradient(0deg,rgba(255, 225, 225, 1) 0%, rgba(238, 245, 255, 1) 100%);
    background: linear-gradient(0deg, rgba(255, 225, 225, 1) 0%, rgba(238, 245, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FFE1E1", endColorstr="#EEF5FF", GradientType=0 );
    height: 94%;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.haikei_g {
    position: relative;
}
.date_block {
    width: 90%;
    margin: 0 auto 30px;
    background: #fff;
    border-radius: 12px;
    padding-bottom: 1px;
}
.dc_ttl {
    background: #88D0DB;
    border-radius: 12px 12px 0 0;
    text-align: center;
    font-size: 110%;
    font-weight: 600;
    color: #fff;
    padding: 5px 0;
}

table.dc_table td span {
    font-size: 130%;
    font-weight: 600;
}
table.dc_table th span {
    font-weight: 600;
    font-size: 85%;
}

table.dc_table th {
    width: 40%;
    color: #533B3B;
    line-height: 1.2;
    font-weight: 600;
    vertical-align: middle;
    border-bottom: dashed 1px #ddd;
    padding: 10px 0;
}
table.dc_table td {
    color: #E86262;
    vertical-align: middle;
    text-align: right;
    font-size: 110%;
    font-weight: 600;
    border-bottom: dashed 1px #ddd;
    padding: 13px 0 3px;
}
table.dc_table {
    width: 90%;
    margin: 3px auto 30px;
}
.dc_txt {
    text-align: center;
    color: #533B3B;
    font-size: 90%;
    margin-bottom: 20px;
}
.haikei5 {
    position: relative;
    margin-top: 60px;
}
.tt_img {
    width: 70%;
    margin: 25px auto 30px;
    position: relative;
}
.data_img01 {
    width: 54%;
    margin: 20px auto 5px;
}
.data_img02 {
    width: 94%;
    margin: 20px auto 5px;
    position: relative;
}


/*swiper　部分**/
.swiper-slide img {
	width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 15px;
}
.swiper {
    width: 90%;
    padding: 0 5% !important;
    margin-bottom: 60px;
}
/***END***/

.flow_ttl {
    font-size: 120%;
    font-weight: 600;
    color: #533B3B;
    margin: 10px 0 2px;
}

.flow_txt {
    color: #533B3B;
    font-size: 95%;
    line-height: 1.8;
}

.flow_ttl span {
    color: #E1C67E;
    font-size: 110%;
    margin-right: 10px;
}
.blee {
    color: #B9D9E9;
}

.flow_des01:before {
    position: absolute;
    content: '';
    right: -25px;
    top: 0;
    border: none;
    border-left: solid 25px #88D0DB;
    border-bottom: solid 50px transparent;
    z-index: -2;
}

.flow_des01 {
    display: inline-block;
    background: #88D0DB;
    padding: 0px 14px;
    margin-bottom: 25px;
    color: #fff;
    font-size: 120%;
    font-weight: 600;
    position: relative;
    height: 50px;
    line-height: 50px;
}

.flow_des02:before {
    position: absolute;
    content: '';
    right: -25px;
    top: 0;
    border: none;
    border-left: solid 25px #A8A06C;
    border-bottom: solid 50px transparent;
    z-index: -2;
}

.flow_des02 {
    display: inline-block;
    background: #A8A06C;
    padding: 0px 14px;
    margin-bottom: 25px;
    color: #fff;
    font-size: 120%;
    font-weight: 600;
    position: relative;
    height: 50px;
    line-height: 50px;
}


/***sec_06***/

#sec_06 {
    position: relative;
    background: #F6F6F6;
    z-index: 0;
    margin-top: 100px;
}

.haikei6 {
    position: relative;
    margin-bottom: -34px;
    z-index: -1;
}

/**アコーディオン***/
.ac-box {
    width: auto;
    margin: 0px auto 30px;
}
span.actxt {
    position: relative;
    width: 100%;
    font-weight: 600;
}
span.sub_span {
    position: relative;
    width: 50px;
    color: #fff;
    align-items: center;
    display: flex;
    margin-right: 6px;
}

.ac-box label {
    max-width: 100%;
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
    padding: 0 35px 25px 0;
    font-size: 130%;
    color: #533B3B;
    font-weight: 600;
    display: flex;
    line-height: 1.5;
}
span.sub_span:before {
    position: absolute;
    content: "";
    background: #533B3B;
    width: 46px;
    height: 46px;
    border-radius: 100px;
    z-index: -1;
    left: -8px;
    align-items: center;
    display: flex;
}

.ac-box input{
display: none;
}

.ac-box label:after {
    position: absolute;
    content: "\002B";
    display: block;
    right: 0;
    top: 0;
    font-weight: 100;
    font-size: 130%;
}

.ac-box input:checked ~ label::after {
    position: absolute;
    content: "\2212";
    display: block;
}
.ac-box div{
height: 0px;
padding: 0px;
overflow: hidden;
opacity: 0;
transition: 0.5s;
}

.ac-box input:checked ~ div {
    height: auto;
    padding: 0;
    opacity: 1;
}
.ac-box div p {
    text-align: justify;
    width: auto;
    font-size: 100%;
    line-height: 1.8;
}
.ac-small p{
margin-bottom: 0px;
}
.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;
}
.small_txt {
    margin: 0 auto;
    color: #333;
    margin-bottom: 5px !important;
}

span.qa_span {
    font-size: 120%;
    color: #333;
    margin-right: 25px;
    font-weight: 400;
    position: relative;
    z-index: 0;
}
.ac-box input:checked ~ div.padbox {
    padding: 18px 4% !important;
}
/**END***/
.p-faq__list li span {
    font-size: 110%;
    color: #533b3b;
    margin-right: 5px;
}

.p-faq__list li {
    margin: 0 0 6px;
    line-height: 1.6;
    font-size: 90%;
    color: #333;
}
.p-faq__list {
    width: 100%;
    display: table;
    position: relative;
    margin: 0 auto 25px;
}
.small_txt span {
    background: #b57474;
    color: #fff;
    padding: 1px 5px 2px;
    margin-right: 5px;
    border-radius: 5px;
    font-size: 110%;
}
.btn_03 a:hover {
    opacity: 0.7;
}
.btn_03 a {
    background: #C6A574;
    position: relative;
    display: block;
    line-height: 1;
    padding: 30px 0;
    border-radius: 100px;
    font-size: 130%;
    font-weight: 600;
    color: #fff;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.btn_03 {
    width: 80%;
    position: relative;
    margin: 30px auto;
    max-width: 400px;
}
#sec_06 .inner {
    width: 84%;
    margin: 0 auto 100px;
}

#sec_voice {
    margin-top: 120px;
}

.szlock img {
    margin-bottom: 18px;
    border: solid 1px #e5e5e5;
}
.vo_txt {
    font-size: 90%;
    line-height: 1.7;
}

#sec_ad {
    background: #ff5f7b;
    margin: 100px auto 0;
    padding: 50px 0 1px;
}
.dhee {
    color: #fff;
}
.ad_img01 {
    width: 80%;
    margin: 0 auto;
}
.ad_ttl01 {
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 110%;
    margin: 5px auto;
}
table.table_ad th {
    width: 30%;
    font-size: 90%;
    text-align: left;
    color: #fff;
    border-bottom: solid 1px #fff;
    padding: 0 1px 5px;
    vertical-align: middle;
}

table.table_ad td {
    font-size: 90%;
    line-height: 1.6;
    padding: 10px 0;
    color: #fff;
    border-bottom: solid 1px #fff;
}
table.table_ad {
    margin: 0 auto 50px;
    width: 80%;
}
/***sec_07****/
#sec_07 {
    position: relative;
    margin-bottom: 120px;
}
.post_block li {
    flex: 1 1 calc(50% - 30px);
    box-sizing: border-box;
    position: relative;
    color: #4F3131;
    border-radius: 10px 0 10px 0;
}
.post_block li:last-child {
    max-width: calc(50% - 15px);
}

.post_block {
    width: 100%;
    margin: 0 auto 70px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

.blog_thumb {
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    margin-bottom: 5px;
}

.blog_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blog_cat {
    line-height: 1;
    font-size: 80%;
    color: #fff;
    background: #ed5a7d;
    display: inline-block;
    padding: 5px 10px 3px 10px;
}
.blog_ttl {
    font-size: 105%;
    font-weight: 600;
    color: #333;
    line-height: 1.6;
}

.sp_kai{display:none}

.btn_04 {
    width: 100%;
    margin: 0 auto 25px;
    position: relative;
    display: block;
}
.btn_05 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
}
.btn_06 {
    width: 88%;
    margin: 0 auto;
    position: relative;
    display: block;
}
.btn_04 a, .btn_05 a {
    position: relative;
    display: block;
    color: #fff;
    padding: 12px 0;
    text-align: center;
    border-radius: 100px;
    transition: all 0.3s ease 0s;
    font-size: 14px;
}
.btn_04 a {
    background: #d74a4a;
}
.btn_05 a {
    background: #C6A574;
}

.btn_04 a:hover, .btn_05 a:hover, .btn_06 a:hover{
	opacity:0.7
}
.btn_06 a {
    position: relative;
    display: block;
    color: #f98080;
    padding: 12px 0;
    text-align: center;
    border-radius: 100px;
    transition: all 0.3s ease 0s;
    font-size: 14px;
    background: #fff;
    font-weight: 500;
}
.g-navul_btn {
    width: 88%;
    margin: 0 auto;
    display: table;
    position: relative;
}
.g-navul_btn li {
    width: 48%;
    margin: 0 4% 0 0;
    float: left;
    position: relative;
}
.liright {
    margin: 0 !important;
}

/**top respon**/
@media only screen and (max-width: 1700px) {
	.l-main, #k_main {
    width: 580px;
        margin: 40px auto 0px 33.33% !important;
}
.l-footer {
    margin: 0px auto 0px 33.33%;
}
}

@media only screen and (max-width: 1400px) {
	.header_right {
    right: unset;
    bottom: 2%;
    left: 5%;
}
.l-main, #k_main {
    margin: 40px auto 0px 45% !important;
}
	.l-footer {    margin: 0px auto 0px 45%}
}

@media only screen and (max-width: 1200px) {
.header_right {
    position: fixed;
    left: 4%;
    right: unset;
    bottom: 0;
}
    .l-main, #k_main {
        width: 580px !important;
        max-width: 54% !important;
    margin: 40px 0 0px auto !important;
    }
	.l-footer{margin: 0 0 0px auto}
#js-header {
	width: 44%;}
}

@media only screen and (max-width: 1000px) {
	    .l-main, #k_main{
        max-width: 55% !important;
	}
	    #js-header{
        width: 45%;
    }
.l-footer {
    width: 55%;
}
.header_main {
    margin: 22% 0 auto 7%;
}
}

@media only screen and (max-width: 767px) {
	.fl_menu {
		display: block}
	.l-main, #k_main{
        width: 100% !important;
        margin: 0 auto !important;
        max-width: unset !important;
	border-radius: 0;
    }
.con_ttl {
	font-size: 120%;}
.sp_kai{display:block}
.mv_sub_catch {
    top: 7%;
	left: 6%;}
.header_main {
    display: none;
}
.header_right .btn_01, .header_right .btn_02, .header_right .btn_03 {
    display: none;
}
    #js-header {
        width: 100%;
        position: absolute !important;
        height: auto;
        z-index: 999 !important;
    }
.l-header__inner {
    height: auto;
    overflow-y: unset;
    -ms-overflow-style: unset;
    scrollbar-width: unset;
}
.header_right {
    position: relative;
    left: unset;
    right: unset;
    bottom: unset;
}
.l-footer {
    width: 100%;
padding: 50px 0 100px;
        margin: 0 auto;
}
.header_logosp {
    display: block;
    height: 70px;
    line-height: 70px;
    background: #fff;
}
    .sp_logo {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 55%;
        padding-left: 20px;
        max-width: 130px;
    }
.sp_logo a {
    display: block;
    position: relative;
}
.sp_logo img {
    vertical-align: middle;
}
.mv_catch {
    font-size: 200%;
    bottom: -77px;
}
.rea_ttl {
    font-size: 180%;
    margin: 20px auto 30px;
}
.rea_sub_ttl span:after {
    height: 16px;
}
.rea_sub_ttl span:before {
    height: 16px;
}
.rea_sub_ttl {
    font-size: 120%;
    color: #59A88E;
    text-align: center;
    margin: -22px auto 19px;
}
#sec_02 {
    margin-top: 80px;
}
.rea_img {
    height: 210px;
}
.ten_ttl {
    font-size: 360%;
}
.g_txt {
	font-size: 85%;}
	.txt_cen {
    font-size: 105%;
}
.rea_img02 {
	height: 210px;}
#sec_01 {
    padding:110px 0 0;
}
.rea_block {
    margin: 50px 0 70px;
}
.point_con_in {
    min-height: 80px;
}
.plan_txt span:before, .plan_txt span:after {
height: 70%;
}
.plan_txt span {
    padding: 0 30px;
}
.plan_txt {
    font-size: 100%;
}
.plan_txt01 {
	font-size: 80%;}
.pr_koi {
	font-size: 220%;}
.po_txt01 {
    font-size: 55%;
    letter-spacing: 0;
}
.po_ttl {
	font-size: 110%;}
.po_txt {
    font-size: 80%;
	letter-spacing: 0;}
.point_flex {
    gap: 10px;
}
table.table_ad th {
    width: 34%;
    padding: 10px 0;
}
table.table_ad {
    width: 90%;
}
.ad_img01 {
	width: 90%;}
.flow_ttl span {
    font-size: 95%;
    display: block;
}
.fea_flex {
    height: 80px;
    width: 96%;
    margin: 0 0 0 auto;
}
.fea_img {
    height: 180px;
}
.btn_01 a, .btn_02 a, .btn_03 a {
    padding: 24px 0;
    border-radius: 100px;
    font-size: 120%;
}
.fea_ttl {
        font-size: 140%;
        letter-spacing: 0;
}
span.sub_span {
    width: 40px;
}
.ac-box label {
    font-size: 110%;
    padding: 0 30px 25px 0px;
}
span.sub_span:before {
    width: 40px;
    height: 40px;
}
.fea_num {
        font-size: 500%;
        padding-right: 10px;
    }
#sec_06 .inner {
    width: 90%;
}
}


/**下層**/
.page_head_tittle, .su_ttl0, .hikaku_ttl, .f_ttl, .b_ttl01, .v_txt01, .v_ttl, .cf_ttl{font-family: dnp-shuei-gothic-gin-std, sans-serif;}

#k_main {
    width: 580px;
    margin: 40px auto 0;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 5px 20px #e5e5e5;
    border-radius: 20px 20px 0px 0px;
    z-index: 0;
}
#contents_header {
    position: relative;
    padding-top: 75%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-bottom: 180px;
}

.p-page-header__inner{
    text-align: center;
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.kp_txt {
    font-size: 13px;
    color: #333;
    margin-bottom: 8px;
    position: absolute;
    top: -40px;
}
.marff {
    margin-bottom: 80px !important;
}
.post-title {
    font-size: 160%;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 40px;
    color: #694b4b;
}
.p-page-header__inner {
    text-align: center;
    position: absolute;
    bottom: -88px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.p_en_txt {
    font-family: "Jost", sans-serif;
    font-size: 430%;
    line-height: 1;
    text-align: center;
    color: #ef9b9b;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
}
.page_head_tittle {
    font-size: 120%;
    font-weight: 700;
    color: #555555;
}
.k_ttl01 {
    font-size: 220%;
    text-align: center;
    color: #4F3131;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 35px;
}
.k_ttl01 span {
    font-weight: 700;
    font-size: 75%;
    letter-spacing: 0;
}
.txt {
    margin-bottom: 25px;
}
.k_haikei {
    margin: 70px auto 0px;
}
.mar_tt {
    margin: 0 auto 30px !important;
}
.txt span {
    background: linear-gradient(transparent 60%, #FFD9D9 60%);
}
.om_txt {
    position: relative;
    text-align: center;
    line-height: 1;
    font-size: 140%;
    color: #333;
    margin: 60px auto 20px;
}
.om_txt:before {
    position: absolute;
    content: "";
    width: 100%;
    border-top: solid 1px #dddddd;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
}
.om_txt span {
    background: #fff;
    padding: 0 30px;
    position: relative;
    z-index: 1;
    font-weight: 600;
}
.triangle {
    margin: 15px auto;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 16px solid #e5e5e5;
}
.su_ttl {
    font-size: 140%;
    text-align: center;
    background: #F193A0;
    font-weight: 600;
    color: #fff;
    padding: 7px 0;
    border-radius: 15px 15px 0 0;
}
.box_01 {
    border-radius: 0 0 15px 15px;
    background: #FFF6F6;
    padding-bottom: 40px;
    margin: 50px auto;
}
.su_ttl0 {
    width: 94%;
    margin: 30px auto 2px;
    text-align: center;
    font-size: 130%;
    font-weight: 700;
    color: #533B3B;
}
.su_txt {
    font-size: 95%;
    line-height: 1.8;
    color: #533B3B;
    width: 90%;
    margin: 0 auto;
}
.bhai {
    background: #F3FCFF;
    width: 100%;
}
.k_ttl02 {
    color: #eb8181;
    font-size: 160%;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    margin: 60px auto 20px;
}
.k_img img {
    border-radius: 10px;
}

.k_img {
    margin-bottom: 20px;
}
.haikei_inner {
    margin: 100px auto;
    padding: 50px 0;
    background: #FFE1E1;
    background: -webkit-linear-gradient(0deg, rgba(255, 225, 225, 1) 0%, rgba(238, 245, 255, 1) 100%);
    background: -moz-linear-gradient(0deg,rgba(255, 225, 225, 1) 0%, rgba(238, 245, 255, 1) 100%);
    background: linear-gradient(0deg, rgba(255, 225, 225, 1) 0%, rgba(238, 245, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FFE1E1", endColorstr="#EEF5FF", GradientType=0 );
    position: relative;
}
.hikaku_ttl {
    font-size: 200%;
    text-align: center;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}
.hikaku_txt01 {
    text-align: center;
    font-size: 90%;
    margin-bottom: 30px;
}
.hikaku_txt {
    font-size: 120%;
    text-align: center;
    font-weight: 700;
    color: #b99b27;
    margin-bottom: 10px;
}

table.hikaku_table {
    line-height: 1.3;
    text-align: center;
    border-collapse: separate;
    border-spacing: 3px 0px;
    font-weight: bold;
}
th.cor02 {
    width: 28%;
    background: #eb4242;
    font-size: 135% !important;
    z-index: 2;
    position: relative;
    padding: 0 0 8px !important;
}
th.cor02:before {
    position: absolute;
    content: "";
    background: #eb4242;
    height: 100%;
    top: -12px;
    left: 0;
    right: 0;
    z-index: -1;
}
th.cor02 span {
    display: block;
    font-size: 62%;
}
table.hikaku_table thead th {
    line-height: 1.3;
    text-align: center;
    padding: 0;
    font-size: 90%;
    font-weight: 500;
    color: #fff;
    vertical-align: middle;
}

th.cor01 {
    width: 22%;
}
table.hikaku_table thead {
    background: #878787;
}
th.cor02 span {
    display: block;
    font-size: 53%;
}
table.hikaku_table tbody th {
    font-size: 90%;
	color:#fff;
        background: #878787;
    vertical-align: middle;
    padding: 20px 0;
    border-top: solid 1px #fff;
    font-weight: 500;
}
table.hikaku_table tbody td {
    background: #fff;
    padding: 10px 1px;
    font-size: 80%;
    vertical-align: middle;
    border-left: solid 1px #b3b3b3;
    border-right: solid 1px #b3b3b3;
    border-bottom: solid 1px #d1d1d1;
}
span.c_mark {
    display: block;
    font-size: 150%;
    color: #a9a9a9;
}
td.short01 {
    font-size: 68% !important;
}
td.pr_td {
    color: #f34949;
    font-weight: 600;
    border-left: solid 1px #ff7e7e !important;
    border-right: solid 1px #ff7e7e !important;
    border-bottom: solid 1px #ff7e7e !important;
}
td.pr_td span.c_mark {
    color: #f34949 !important;
}
.sh_txt {
    text-align: right;
    font-size: 73%;
    margin-top: 4px;
}
.hikaku_box {
    background: #fff;
    margin: 0 auto 20px;
    padding: 15px 5%;
}
.hh_txt {
    font-size: 90%;
    line-height: 1.7;
}
.hh_ttl span {
    font-size: 80%;
    font-weight: 700;
}
.ks_inner {
    width: 90%;
    margin: 0 auto 150px;
    position: relative;
}
.hh_ttl {
    background: #ff7e7e;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    font-size: 120%;
    padding: 12px 0;
    font-weight: 600;
}
.sh_txt {
    text-align: right;
    font-size: 73%;
    margin: 4px 0 35px;
}
.hh_ttl02 {
    background: #41c6d5;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    font-size: 120%;
    padding: 10px 0;
    font-weight: 600;
}
.hikaku_flex {
    display: flex;
    position: relative;
}
.hikaku_flex_right {
    flex: 1;
    margin-left: 10px;
    background: #fff;
}
.hikaku_flex .hikaku_box {
    margin: 0 auto;
}
.hikaku_flex_left {
    flex: 1;
    margin-right: 10px;
    background: #fff;
}
.hh_txt span {
    background: linear-gradient(transparent 60%, #FFD9D9 60%);
    font-weight: 700;
}
.data_img03 {
    width: 54%;
    margin: 20px auto 20px;
}
.datein {
    width: 85%;
    margin: 20px auto;
    background: #fff;
    padding: 6px 2% 14px;
}
.s_inner {
    width: 82%;
    margin: 0 auto;
    position: relative;
}
.space_h {
    height: 100px;
}
.datein .dc_txt {
    margin-bottom: -12px;
}
.center_txt {
    text-align: center;
    margin-bottom: 25px;
}
.image {
    height: 100% !important;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.b_img {
    display: block;
    width: 90%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 190px;
    margin: 0 auto 20px;
}
.bl_inner {
    background: #eef5ff;
    margin: 0 auto;
    padding: 50px 0;
    position: relative;
}

.f_ttl {
    font-size: 150%;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
}
.f_ttl span {
    background: #c1b289;
    font-size: 80%;
    margin-right: 10px;
    color: #fff;
    padding: 2px 8px;
}
.b_ttl01 {
    background: #c1a673;
    padding: 3px 0;
    text-align: center;
    font-size: 130%;
    font-weight: 600;
    margin-bottom: 30px;
    color: #fff;
}

.triangle02 {
    margin: 30px auto;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 20px solid #cdbfa4;
}
span.line_num {
    background: unset;
    font-size: 80%;
    color: #000;
}

span.line_01 {
    background: unset;
    border-bottom: dashed 1px #818181;
}
.box_02 {
    background: #fff;
    padding: 10px 4% 15px;
    margin-bottom: 20px;
}
.txt_p {
    font-weight: 600;
}
.txt_s {
    font-size: 85%;
    line-height: 1.7;
    letter-spacing: 0.02em;
}
.pl_inner {
    background: #fff4f4;
    margin: 0 auto 100px;
    padding: 50px 0;
    position: relative;
}
span.short_s {
    background: unset;
    color: #333;
    padding: 0;
    border-radius: 0;
    font-size: 90%;
}
.small_txt a {
    text-decoration: underline;
    color: #d76c6c;
}
span.centspa {
    background: unset;
    color: #333;
    text-align: center;
    display: block;
    font-weight: 600;
    margin: 12px auto;
}
th.pr_th {
    background: #f34949 !important;
    font-size: 120% !important;
    color: #fff;
}
span.short {
    display: block;
    font-size: 60%;
}
span.en {
    font-size: 120%;
    font-family: Jost, sans-serif;
    letter-spacing: 0;
}
td.pr_td span.en {
    font-size: 150%;
}
.list_ul li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #777575;
    left: 0;
    top: 9px;
    border-radius: 10px;
}

.list_ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1.6;
}
.list_ul {
    width: 100%;
    display: table;
    position: relative;
}
.v_ttl {
    background: #7aa5af;
    text-align: center;
    color: #fff;
    font-size: 110%;
    padding: 1px 0;
    margin: 15px auto 10px;
}
.v_txt01 {
    text-align: center;
    font-size: 100%;
    font-weight: 500;
    color: #af8e0e;
}
.v_txt {
    font-size: 90%;
    line-height: 1.5;
    margin-bottom: 11px;
}
span.short_t {
    background: unset;
    font-size: 90%;
    line-height: 1.5;
    display: block;
    color: #a5770a;
}
.txt_01{
    font-size: 105%;
    font-weight: 600;
    color: #333;
}
.txt a:hover {
    opacity: 0.7;
}
.p-article02__content {
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
}
.txt a {
    position: relative;
    text-decoration: underline;
    color: #e36d6d;
}
.txt04 {
    font-size: 90%;
    line-height: 1.8;
    margin-bottom: 25px;
}
table.table01 th {
    width: 30%;
    font-size: 90%;
    border-bottom: solid 1px #6d6d6d;
    padding: 15px 0;
    vertical-align: middle;
}

table.table01 td {
    border-bottom: solid 1px #d3d3d3;
    padding: 15px 10px;
    vertical-align: middle;
    font-size: 90%;
    line-height: 1.5;
}
.cf_flex_ul li {
    width: 46%;
    margin: 0 2% 30px;
    float: left;
    position: relative;
}

.cf_flex_ul {
    width: 100%;
    display: table;
    position: relative;
    margin: 50px auto 0;
}
.cf_ttl02 {
    font-size: 110%;
    font-weight: 600;
    text-align: center;
    line-height: 1.5;
    margin: 5px auto;
    color: #9b8a32;
}
.cf_ttl {
    font-size: 160%;
    margin: 0 auto 15px;
    font-weight: 600;
    color: #6b3a3a;
    display: flex;
    line-height: 1.5;
}
.cf_ttl span {
    color: #b19549;
    font-size: 110%;
    margin-right: 20px;
}
.cf_line {
    border-left: solid 1px #b1b1b1;
    padding: 5px 0 55px 20px;
    margin-left: 15px;
}
.fv_s {
    padding: 5px 0 0px 20px;
}
.cf_box {
    background: #fbf8f0;
    padding: 10px 4% 5px;
}
.cf_txt {
    font-weight: 600;
    font-size: 110%;
    color: #448b82;
    margin-bottom: 5px;
}
.cf_box li span {
    font-size: 90%;
    color: #7f5e21;
}
.cf_box li:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #575353;
    border-radius: 10px;
    left: 0;
    top: 10px;
}
.cf_flex_ul li img {
    border-radius: 10px;
}
.cf_box li {
    font-size: 100%;
    line-height: 1.5;
    margin-bottom: 15px;
    font-weight: 600;
    color: #333;
    position: relative;
    padding-left: 10px;
}

.cf_box ul {
    width: 100%;
    display: table;
    position: relative;
}
.cf_box {
    background: #fbf8f0;
    padding: 10px 4% 5px;
}
.table_scroll {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding:12px 0 6px;
}
table.hikaku_table02 {
    line-height: 1.3;
    text-align: center;
    border-collapse: separate;
    border-spacing: 3px 0px;
    font-weight: bold;
    vertical-align: middle;
}

th.cor03 {
    padding: 10px 5px;
    font-size: 90%;
    background: #9f9999;
    color: #fff;
}
th.h_th {
    background: #eb4242 !important;
    padding: 6px 2px;
    color: #fff;
}
td.h_td {
    vertical-align: middle;
}
table.hikaku_table02 tbody th {
    padding: 10px 5px;
    background: #f1f1f1;
    border-bottom: solid 1px #ffffff;
    font-size: 90%;
    vertical-align: middle;
}
table.hikaku_table02 tbody td {
    vertical-align: middle;
    background: #fff;
    border-bottom: solid 1px #ebebeb;
    padding: 15px 6px;
    font-size: 85%;
}

.table_scroll::-webkit-scrollbar{
   height: 6px;
}
.table_scroll::-webkit-scrollbar-track{
   background-color: #fff;
}
.table_scroll::-webkit-scrollbar-thumb{
   background-color: #ddd;
}
td.col05 {
    padding: 8px 0;
    background: #accced;
    color: #fff;
}

td.col04 {
    padding: 8px 0;
    background: #edadad;
    color: #fff;
}

.news_pager a {
    background: #97d3c9;
    color: #fff;
}
span.page-numbers.current {
    background: #2b9f70;
    color: #fff;
}
.news_pager span, .news_pager a {
    float: left;
    width: 10%;
    margin: 0 1.2% 3%;
    text-align: center;
    font-weight: 600;
    font-size: 100%;
}
.news_pager {
    width: 100%;
    display: table;
    position: relative;
}


/**contactform*/
.p-contact__title span {
    font-size: 85%;
    background: #ffffff;
    color: #cb4141;
    font-weight: 500;
    padding: 0 5px 1px;
    margin-left: 10px;
}

.p-contact__title {
    background: #fde7e7;
    padding: 5px;
    text-align: center;
    font-weight: 600;
}
.p-contact__container {
    background: #f7f7f7;
    padding: 18px 4%;
    text-align: center;
}
input[type="text"], input[type="email"]{
    width: 100%;
    padding: 10px 3%;
    font-size: 100%;
}
.p-contact__container textarea {
    width: 100%;
    border: unset;
    padding: 10px 3%;
}
.p-contact__link {
    margin: 10px 0;
    text-decoration: underline;
}
.c-buttonA.c-buttonA--center.p-contact__send {
    margin: 40px auto 70px;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background: #f98080;
    position: relative;
    display: block;
    width: 340px;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 110%;
    font-weight: 600;
    color: #fff;
    border-radius: 100px;
}

/**下層 respon**/
@media only screen and (max-width: 767px) {
	.p-page-header__inner {
    bottom: -19%;
	}
.kai_sp {
    display: none;
}
.om_txt {
    margin: 30px auto 20px;
}
.k_ttl01 {
	font-size: 190%;}
#contents_header {
    margin-bottom: 140px;
}
.hikaku_flex {
    display: block;
}
.b_img {
    width: 100%;
    height: 150px;
}
.hikaku_flex_left {
    margin: 0 auto 20px;
	}
.p_en_txt {
    font-size: 360%;
}
.hikaku_flex_right {
    margin: 0;
}
#k_main {
    border-radius: 0;
}
.triangle02 {
    margin: 25px auto;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    border-top: 20px solid #cdbfa4;
}
table.hikaku_table thead th {
    font-size: 80%;
}
th.cor02 {
    font-size: 118% !important;
}
table.hikaku_table thead th {
    padding: 5px 10px;
}
table.hikaku_table tbody td {
    padding: 10px;
}
	th.cor02{
    padding: 8px 2px !important;
	}
table.hikaku_table tbody th {
    padding: 15px 5px;
}
.post-title {
    font-size: 140%;
    margin-bottom: 30px;
}
.marff {
    margin-bottom: 50px !important;
}
}




/***フッターメニュー表示バグ対応**/
.page_item.page-item-3047, .page_item.page-item-3045, .page_item.page-item-3500, .page_item.page-item-172, .page_item.page-item-3514, .page_item.page-item-3504{
    display: none;
}

