/* ========================================================================== 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 {
    background: #ebfaf4;
    color: #3d352c;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    font-size: calc(17 / 1920 * 100vw);
font-family: fot-tsukuardgothic-std, 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(16 / 1000 * 100vw);}
	}
	
	@media (min-width: 501px) and (max-width: 767px){
	body {
		font-size: calc(16 / 767 * 100vw);}
	}
	
	@media (min-width: 300px) and (max-width: 500px){
		body {
			font-size: 4vw;
		line-height: 1.8;}
	}



/*  header */
#js-header {
    height: 70px;
    line-height: 70px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 999;
	width: 100%;
    background: #fff;
}
.l-header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 1100px;
}


.righr_head {
    float: right;
    margin: 0 0 0 auto;
}
.rh_txt {
    font-size: 86%;
    font-weight: 600;
    color: #288325;
}
@media only screen and (max-width: 767px) {
#js-header {
    height: 60px;
	background: #fff !important;
    line-height: 60px;        
	background: unset;}
.rh_txt {
    font-size: 2.4vw;
    margin-right: 5px;
}
}

/*========= 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 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    max-width: 250px;
}
.header_logo a {
    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: 100%;
    position: relative;
}
.header_logo img {
    vertical-align: middle;
    width: 100%;
    height: auto;
}

.logo_whi {
    display: block;
}






/* END */


 /*** global nav*/

nav {
    margin: 0 30px 0 auto;
}

.p-global-nav {
    font-size: 105%;
	float: right;
	margin-top: 17px;
}

.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: 25px;
    padding-right: 25px;
}

.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;
}
.p-global-nav img {
    width: 23px;
    vertical-align: middle;
}
span.gl_spa {
    font-family: futura-pt, sans-serif;
    color: #EFA6A6;
    font-size: 80%;
    letter-spacing: 0.05em;
    font-weight: 400;
}
.tel_img_bl img {
    vertical-align: middle;
}

.tel_img_bl {
    width: 14%;
    margin-right: 140px;
}
.form_bl a img {
    vertical-align: middle;
    width: 100%;
}
.form_bl a {
    display: block;
    position: relative;
    padding: 0 15px 15px 15px;
}
.form_bl {
    background: rgb(255, 97, 97);
    background: -moz-linear-gradient(45deg, rgba(255, 97, 97, 1) 0%, rgba(255, 153, 115, 1) 50%, rgba(255, 147, 209, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(255, 97, 97, 1) 0%, rgba(255, 153, 115, 1) 50%, rgba(255, 147, 209, 1) 100%);
    background: linear-gradient(45deg, rgba(255, 97, 97, 1) 0%, rgba(255, 153, 115, 1) 50%, rgba(255, 147, 209, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff6161",endColorstr="#ff93d1",GradientType=1);
    position: absolute;
    right: 0;
    width: 120px;
    height: 120px;
    border-radius: 0 0 0 10px;
    transition: all 0.3s ease 0s;
}

.form_bl:hover{
	opacity:0.8;
}




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



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

.p-global-nav .menu-item-has-children:hover > .sub-menu { opacity: 1; top: 0; visibility: visible; }
.p-global-nav .sub-menu {
    line-height: 1.2;
    opacity: 0;
    position: absolute;
    top: 90px;
    left: 0;
    transition: 0.3s;
    visibility: hidden;
    z-index: 99;
    background: #EFA6A6;
}
.p-global-nav .sub-menu .menu-item-has-children > a { position: relative; }
.p-global-nav .sub-menu li:before{display:none !important}
.p-global-nav .sub-menu li:hover {
    background: #e09191;
}
.p-global-nav .sub-menu li {
    margin: 0;
    padding: 0;
}
#menu-item-254 a {
    cursor: unset !important;
    color: #ddd !important;
}
.p-global-nav .sub-menu .menu-item-has-children > a::after { content: "\e910"; font-family: "design_plus"; position: absolute; right: 16px; }
.p-global-nav .sub-menu a {
    box-sizing: border-box;
    padding: 10px 5px 10px 15px;
    width: 240px;
    color: #fff !important;
    font-size: 90%;
    text-shadow: unset;
    border-bottom: solid 1px #fff;
    line-height: 1.5;
    text-align: left;
}

.p-global-nav .sub-menu li a:after{display:none}



/* sp_menu */


#g-nav {
    position: fixed;
    z-index: 999;
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh;
    transition: all 0.6s;
    overflow: hidden;
    background: rgb(255, 247, 250);
    background: -moz-linear-gradient(129deg, rgba(255, 247, 250, 1) 0%, rgba(255, 218, 232, 1) 20%, rgba(255, 227, 216, 1) 40%, rgba(255, 207, 233, 1) 60%, rgba(253, 243, 218, 1) 80%, rgba(255, 181, 208, 1) 100%);
    background: -webkit-linear-gradient(312deg, rgba(255, 247, 250, 1) 0%, rgba(255, 218, 232, 1) 20%, rgba(255, 227, 216, 1) 40%, rgba(255, 207, 233, 1) 60%, rgba(253, 243, 218, 1) 80%, rgba(255, 181, 208, 1) 100%);
    background: linear-gradient(129deg, rgba(255, 247, 250, 1) 0%, rgba(255, 218, 232, 1) 20%, rgba(255, 227, 216, 1) 40%, rgba(255, 207, 233, 1) 60%, rgba(253, 243, 218, 1) 80%, rgba(255, 181, 208, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff7fa",endColorstr="#ffb5d0",GradientType=1);
}
#g-nav.panelactive{
    top: 0;
}
#g-nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#g-nav ul {
    position: relative;
    z-index: 999;
	width:100%;
	display:table;
}
.g-nav-in_block {
    width: 100%;
    display: table;
    margin: 100px auto 0;
}
.g-nav-in_flex {
    width: 46%;
    margin: 0 1% 0 3%;
    position: relative;
    float: left;
}
#g-nav li{
	list-style: none;
    text-align: center; 
}
#g-nav li a{
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.sp_gl_img {
	width: 80%;
    margin: 30px auto 0;
    line-height: 1;
}
.sp_gl_txt {
    line-height: 1.7;
    font-size: 86%;
    text-align: center;
    margin-top: 15px;
    color: #000;
}
.sp_gl_img img {
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {
    #g-nav li a {
		font-size: 90%;
        font-weight: 500;
        text-align: left;
        line-height: 1.5;
        display: block;
        position: relative;
        padding: 10px 0 7px 5px;
    }

#g-nav li {
    list-style: none;
    text-align: center;
    font-size: 105%;
    margin-bottom: 10px;
    border-bottom: solid 1px #989898;
}
}





/*リストのレイアウト設定*/
.in_gsp_ul {
    position: relative;
    width: 90%;
    display: table;
    padding: 8px 0;
    margin: 0 auto;
    line-height: 56px;
    height: 56px;
}


.openbtn {
    position: fixed;
    z-index: 9999;
    top: 0px;
    right: 0px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    background: #6a94e4;
    top: 5px;
    right: 5px;
    border-radius: 5px;
}
.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    width: 50%;
    right: 0;
    margin: 0 auto;
}

.openbtn span:nth-of-type(1) {
	top:17px;	
}
.openbtn span:nth-of-type(2) {
	top:27px;
}
.openbtn span:nth-of-type(3) {
	top:37px;
}
span.mmtxt {
    top: 10px;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    background: unset;
}

.openbtn.active span:nth-of-type(1) {
    left: 0;
    transform: translateY(6px) rotate(-40deg);
    width: 50%;
    right: 0;
    margin: 0 auto;
	top:21px;
}
.openbtn.active span:nth-of-type(2){
	display:none;
}
.openbtn.active span:nth-of-type(3) {
    left: 0;
    transform: translateY(6px) rotate(40deg);
    width: 50%;
    right: 0;
    margin: 0 auto;
    top: 21px;
}


.openbtn.active {
    position: fixed;
    top: 5px;
    right: 5px;
}
.gsp_ul {
    position: relative;
    width: 90%;
    display: table;
    padding: 8px 0;
    margin: 0 auto;
    line-height: 56px;
    height: 56px;
}
.opmn {
    font-size: 14px;
    color: #baa45d;
    font-weight: 400;
}
.gsp_ul_right {
    width: 100%;
    position: relative;
    display: table;
}
.gsp_ul_right li {
    width: 40%;
    float: left;
    margin: 0 5%;
	text-align:center;
}
.contact_li_img {
    width: 50% !important;
    position: relative;
    margin: 0 !important;
}
.contact_li_img img {
    vertical-align: middle;
}
.gsp_ul li img {
    height: auto;
    vertical-align: middle;
    min-width: 88px;
    width: 88px;
}
.gsp_ul li a {
    display: block;
    position: relative;
}
.glsp_li_img img {
    vertical-align: middle;
}
.glsp_li_img {
    max-width: 82px;
    width: 30%;
    float: left;
    position: relative;
}
.glsp_left {
    width: 40%;
    float: right;
    position: relative;
    max-width: 170px;
	    margin-right: 12px;
}
#g-nav-list_inner {
    width: 240px;
    margin: 55px auto 0;
}
.g-nav_list {
    font-size: 14px;
    text-align: center;
    margin: 0 auto 25px;
}
.g-nav_tag {
    color: #BAA45D;
    text-align: center;
    font-size: 14px;
    margin-bottom: 13px;
    font-weight: bold;
}


.g-nav_list a {
    font-weight: bold;
    color: #BAA45D;
    background: #fff;
    padding: 11px 0;
    position: relative;
    display: block;
    border-radius: 100px;
}

@media screen and (min-width: 768px) {
	#g-nav, .openbtn{
        display: none;
    }
}


@media only screen and (max-width: 767px) {
	nav {
		display: none;}
#g-nav{display:block}
}

@media screen and (max-width: 500px){
	.glsp_left {
    max-width: 180px;
    width: 80%;
}
.glsp_li_img {
    width: 82px;
}
#g-nav-list_inner {
    margin: 30px auto 55px;
}
}


/* header parts */
.g_info_block {
    width: 30%;
    max-width: 250px;
    line-height: normal;
    margin-right: 21px;
}
.gf_img {
    margin: 10px auto 8px;
}
.g_form_block {
    width: 20%;
    max-width: 150px;
}
.gf_txt {
    font-size: 12px;
    line-height: 1.5;
}
.gf_btn a {
    color: #fff;
    font-weight: 600;
    position: relative;
    display: block;
}
.gf_btn:hover{opacity:0.7}
.gf_btn {
    background: #FF9F00;
    text-align: center;
    font-size: 130%;
    transition: all 0.3s ease 0s;
}
/********* 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;
}

/* footer */




/** Contactform - お問い合わせフォーム */
/*
.wpcf7 { background: #fafafa; border: 1px solid #ddd; font-size: 100%; margin: 0 0 2.5em !important; padding: 0; width: 100%; box-sizing: border-box; }
.wpcf7 form { margin: 1.5em 1.5em 0; }
.wpcf7 p {
    margin-bottom: 15px;
    font-size: 95%;
}
.wpcf7 input, .wpcf7 textarea {
    border: 1px solid #ccc;
    box-sizing: border-box;
    line-height: 1.2;
    padding: 8px 12px;
    width: 100%;
    border-radius: 5px;
}

.wpcf7 select, .wpcf7 input[type=checkbox], .wpcf7 input[type=radio] { border: 1px solid #ccc; max-width: 97%; padding: 8px; width: auto; }
.wpcf7 select, .wpcf7 .wpcf7-list-item-label { font-size: 14px; line-height: 1.2; }
.wpcf7 .wpcf7-list-item { display: block; }
.wpcf7 textarea { height: 300px; }
.wpcf7 input:focus, .wpcf7 textarea:focus { border: 1px solid #bbb; box-shadow: inner 0 0 5px rgba(0, 0, 0, 0.5); outline: none; }
.wpcf7 .wpcf7-submit, .wpcf7 .wpcf7-previous {
    box-sizing: border-box;
    position: relative;
    display: block;
    width: 300px;
    margin: 30px auto 0;
    background-color: #C90500;
    cursor: pointer;
    border: none !important;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 100%;
    line-height: 1.5;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 20px 0;
    font-weight: 600;
    border-radius: 0;
}

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


.wpcf7 form {
    margin: 0 auto !important;
}
.wpcf7 {
    border: unset !important;
    margin: 0 auto !important;
}
.wpcf7 .wpcf7-list-item {
    display: inline-block !important;
	    margin: 0 10px;
}
.wpcf7 .wpcf7-list-item-label {
    font-size: 16px;
}
*/

/*reCAPTCHA*/
.pf_sds {
    border: solid 1px;
    background: #fff;
    padding: 15px;
    font-weight: 300;
    letter-spacing: 1px;
    width: 90%;
    margin: 0 auto;
}
.grecaptcha-badge {
    visibility: hidden;
}
.pf_sds a:hover {
    opacity: 0.7;
}
.pf_sds p {
    font-size: 90% !important;
    line-height: 1.3em !important;
    margin-bottom: 0 !important;
}
.pf_sds a {
    color: #f00;
    text-decoration: underline;
}

.inner {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}
.ul_01 {
    width: 100%;
    display: table;
    margin: 0 auto;
    position: relative;
}
.li_right {
    width: 52%;
    float: left;
    position: relative;
}
.li_left {
    width: 45%;
    margin: 0 3% 0 0;
    float: left;
    position: relative;
}

.entry_inner {
    padding: 70px 0;
}
#sec_01 {
    position: relative;
    padding: 70px 0;
}



.co_up_img {
    margin: 0 auto 30px;
}
.co_up_txt {
    text-align: center;
    margin: 0 auto 20px;
    font-weight: 700;
    font-size: 17px;
}
.co_up_subtxt {
    font-size: 15px;
    margin: 20px 0 10px;
    font-weight: 700;
}

.subrev_flex {
    display: table;
    position: relative;
    width: 100%;
    margin: 30px auto 0;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    width: 100%;
    background: #fff;
    box-shadow: 2px 2px 10px #b2b2b2;
    padding: 20px;
    border-radius: 5px;
    background: url(/wp-content/uploads/squ.png) no-repeat right 10px center;
    background-size: 16px;
}


.prebtn input.wpcf7-form-control.wpcf7-previous {
    text-align: right;
    position: relative;
    display: block;
    width: 100%;
    padding: 6px 8px 6px 0;
    cursor: pointer;
    background: unset;
    font-size: 16px;
    color: #fff;
}
.prebtn:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 8px;
    top: 41%;
    z-index: 1;
    background: url(/wp-content/uploads/squa_left.png) left no-repeat;
    background-size: contain;
}
.prebtn:hover, .subbtn:hover {
    opacity: 0.7;
}
.prebtn {
    width: 80px;
    float: left;
    position: relative;
    display: block;
    max-width: 30%;
    background: #37742c;
    border-radius: 7px;
    transition: all 0.3s ease 0s;
}
.subbtn {
    width: 80px;
    margin: 0;
    float: right;
    position: relative;
    display: block;
    background: #e25555;
    transition: all 0.3s ease 0s;
    border-radius: 7px;
}
.subbtn:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    right: 8px;
    top: 41%;
    z-index: 1;
    background: url(/wp-content/uploads/squa.png) right no-repeat;
    background-size: contain;
}

.subbtn02 {
    width: 76%;
    float: right;
    position: relative;
    transition: all 0.3s ease 0s;
}
.subbtn02:hover {
    opacity: 0.7;
}
.subbtn02 input.wpcf7-form-control.wpcf7-submit.has-spinner {
    font-weight: 600;
    border-radius: 5px;
    background: url(/wp-content/uploads/btn_dsd.png) center no-repeat;
    background-size: cover;
    padding: 10% 0;
    color: transparent;
    text-shadow: none;
    font-size: 0;
}


input.wpcf7-form-control.wpcf7-submit.has-spinner {
    text-align: left;
    position: relative;
    display: block;
    width: 100%;
    padding: 6px 0 6px 8px;
    cursor: pointer;
    background: unset;
    font-size: 16px;
    color: #fff;
}

.subrev_flex .wpcf7-spinner {
    display: none;
}


/*ラジオボタン**/
.wpcf7-form-control-wrap {
    display: table;
    width: 100%;
    position: relative;
}

.wpcf7-list-item {
    width: 46%;
    float: left;
    box-sizing: border-box;
    margin: 0 2% 4% !important;
}

.wpcf7-list-item input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}


.wpcf7-list-item label {
    display: block;
    align-items: center;
    gap: 10px;
    background: #fff;
    cursor: pointer;
    padding: 12px 0;
    border: 3px solid #ffffff;
    border-radius: 8px;
    transition: background 0.3s, border 0.3s;
    width: 100%;
    text-align: center;
    box-shadow: 2px 2px 10px #b2b2b2;
}


.wpcf7-list-item input[type="radio"]:checked ~ label {
  background: #f0f8ff !important;
  border-color: #007bff !important;
}


.wpcf7-list-item label:hover {
    border-color: #3daf39;
}


.wpcf7-list-item.checked label {
    border-color: #3daf39 !important;
}
.wpcf7-list-item.checked {
    border-color:  #3daf39 !important;
    border-radius: 8px;
    transition: background 0.3s, border 0.3s;
}
span.wpcf7-list-item-label {
    font-size: 16px;
    font-weight: 700;
}


/***画像****/
.wpcf7-list-item label::before {
    content: "";
    width: 75px;
    height: 83px;
    display: block;
    background-size: contain !important;
    left: 0;
    right: 0;
    transition: background 0.3s;
    margin: 0 auto 8px;
}
.wpcf7-list-item:first-child label::before {
    background: url(/wp-content/uploads/nu01_.png) no-repeat center;
}
.wpcf7-list-item:nth-child(2) label::before {
	background: url(/wp-content/uploads/nu02.png) no-repeat center;
}

.wpcf7-list-item:nth-child(3) label::before {
    background: url(/wp-content/uploads/nu03.png) no-repeat center;
}

.wpcf7-list-item:last-child label::before {
    background: url(/wp-content/uploads/nu04.png) no-repeat center;
}



.secondradio .wpcf7-list-item label::before {
    width: 66px;
}

.secondradio .wpcf7-list-item:first-child label::before {
    background: url(/wp-content/uploads/3mon.png) no-repeat center;
}

.secondradio .wpcf7-list-item:nth-child(2) label::before {
    background: url(/wp-content/uploads/6mon.png) no-repeat center;
}

.secondradio .wpcf7-list-item:nth-child(3) label::before {
    background: url(/wp-content/uploads/1year.png) no-repeat center / cover;
}

.secondradio .wpcf7-list-item:last-child label::before {
    background: url(/wp-content/uploads/1year_01.png) no-repeat center / cover;
}




/***名前年齢****/

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
    background: #fff;
    box-shadow: 2px 2px 10px #b2b2b2;
    padding: 20px;
    border-radius: 5px;
    background-size: 16px;
}
input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number {
    width: 100%;
    background: #fff;
    box-shadow: 2px 2px 10px #b2b2b2;
    padding: 20px;
    border-radius: 5px;
    background-size: 16px;
}



/* Chrome, Safari, Edge, Opera */
.wpcf7-form-control.wpcf7-number::-webkit-outer-spin-button,
.wpcf7-form-control.wpcf7-number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.wpcf7-form-control.wpcf7-number {
    -moz-appearance: textfield;
}


input.wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email {
    width: 100%;
    border-bottom: solid 1px #ddd;
    padding: 20px;
    margin-bottom: 20px;
    background-size: 16px;
}

article.step02 .wpcf7-form-control-wrap {
    background: #fff;
}

article.step03 span.wpcf7-form-control-wrap {
    background: #fff;
}
.bir_flex {
    width: 100%;
    display: table;
    position: relative;
}
.bir_70 {
    width: 50%;
    float: left;
}
.bir_20 {
    width: 20%;
    float: left;
    margin-left: 5%;
}
.bir_20s {
    width: 20%;
    float: left;
    margin-left: 5%;
}

/*サンクスページ*/

.th_ttl {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    color: #2f908b;
    font-weight: 600;
}
.th_txt {
    font-size: 15px;
    text-align: center;
    margin-bottom: 10px;
}
.box_01 {
    border: solid 1px #cacaca;
    padding: 30px 3%;
    margin: 40px auto;
    background: #fff;
}

.btn_01 a:hover{opacity:0.7}
.btn_01 a {
    position: relative;
    display: block;
    background: #2a765e;
    text-align: center;
    padding: 10px 0;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
transition: all 0.3s ease 0s;
}

.btn_01 {
    width: 90%;
    max-width: 300px;
    margin: 0 auto;
    position: relative;
}


.sp_kai{display:none}





/*ポップアップ**/
#popup {
  display: none; 
}

.popup-open {
  cursor: pointer; 
}
.popup-open:hover {
    text-decoration: underline;
}

.popup-open {
    margin: 0 auto 0;
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 2px 5px;
    font-size: 14px;
    transition: all 0.3sease 0s;
	color:#fff;
}
.popup-overlay {
  display: none; 
}

#popup:checked ~ .popup-overlay {
  display: block;
  z-index: 99999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.popup-window {
  width: 90vw;
  max-width: 700px;
  background-color: #ffffff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.popup-text {
  margin: 0;
}

.popup-text:not(:last-of-type) {
  margin-bottom: 1em
}

.popup-close {
  cursor: pointer;
  position: absolute;
  top: -45px;
  right: 0;
}
.popup-close img {
    width: 30px;
    height: 30px;
}



#popup01 {
  display: none; 
}

.popup-open01 {
  cursor: pointer; 
}
.popup-open01:hover {
    text-decoration: underline;
}

.popup-open01 {
    margin: 0 auto 0;
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 2px 5px;
    font-size: 14px;
    transition: all 0.3sease 0s;
color:#fff;
}
.popup-overlay01 {
  display: none; 
}

#popup01:checked ~ .popup-overlay01 {
  display: block;
  z-index: 99999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}



.popup-text {
  margin: 0;
}

.popup-text:not(:last-of-type) {
  margin-bottom: 1em
}

.popup-close01 {
  cursor: pointer;
  position: absolute;
  top: -45px;
  right: 0;
}
.popup-close01 img {
    width: 30px;
    height: 30px;
}




#popup02 {
  display: none; 
}

.popup-open02 {
  cursor: pointer; 
}
.popup-open02:hover {
    text-decoration: underline;
}

.popup-open02 {
    margin: 0 auto 0;
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 2px 5px;
    font-size: 14px;
    transition: all 0.3sease 0s;
color:#fff;
}
.popup-overlay02 {
  display: none; 
}

#popup02:checked ~ .popup-overlay02 {
  display: block;
  z-index: 99999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}


.popup-close02 {
  cursor: pointer;
  position: absolute;
  top: -45px;
  right: 0;
}
.popup-close02 img {
    width: 30px;
    height: 30px;
}

.popup-inbox {
    overflow: scroll;
    height: 400px;
    padding: 20px 5%;
}


.po_ttl {
    font-size: 17px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}
.po_txt01 b {
    font-weight: 700;
}

.po_txt01 {
    line-height: 1.5;
    font-size: 15px;
    margin-bottom: 15px;
	text-align:left;
}

/*footer*/
.fotinner {
    margin: 0px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footer_up_block {
    background: #eaeaea;
    padding: 5px 0;
}
.flex_con {
    position: relative;
    text-align: center;
    margin: 0 20px;
}
footer {
    background: #288325;
    padding: 30px 0;
    position: relative;
}

.pmark {
    max-width: 1000px;
    margin: 0 auto;
    width: 90%;
    position: relative;
    padding: 5px 0;
    color: #333;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pmark-pc-0 {
    justify-content: center;
}
.pc-none {
    display: none;
}
.pmark-pc-2 {
    font-size: 10px;
}
.pmark-image {
    height: 40px;
    margin-right: 10px;
    display: inline-block;
    width: auto;
}
.pmark-pc-1 {
    font-size: 12px;
    font-weight: bold;
}





/*respon*/
@media only screen and (max-width: 767px) {
	.th_ttl {
    font-size: 18px;
}
.box_01 {
    padding: 20px 5%;
    margin: 20px auto 30px;
}
#sec_01 {
    padding: 0;
}
.subrev_flex {
    margin: 10px auto 0;
}
span.wpcf7-list-item-label {
    font-size: 14px;
}
.wpcf7-list-item {
    width: 44%;
    float: left;
    margin: 0 3% 6% !important;
}
    .li_right {
        width: 90%;
        float: unset;
        margin: 0 auto;
    }
.entry_inner {
    padding: 0;
}
.prebtn input.wpcf7-form-control.wpcf7-previous {
    font-size: 14px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    font-size: 14px;
}
.subbtn02 {
    width: 100%;
    float: left;
    padding-top: 25px;
}
footer {
        margin-top: 70px;
}
.header_logo {
    width: 46%;
    padding-left: 5px;
}
.secondradio .wpcf7-list-item label::before {
    width: 56px;
}
.inner {
    width: 100%;
}


.wpcf7-list-item label::before {
    width: 60px;
    height: 74px;
}
.li_left {
    width: 100%;
    margin: 0 auto 30px;
    float: unset;
}
.th_txt {
	font-size: 14px;}
.sp_kai{display:block}
.pmark {
    display: block;
    align-items: unset;
    justify-content: unset;
}
.flex_con {
    margin: 0 8px 0 0;
}
.popup-open, .popup-open01, .popup-open02 {
    font-size: 12px;
}
.fotinner {
    display: table;
}
.pmark-sp-2 {
    font-size: 10px;
}
.pmark-sp-1 {
    font-size: 11px;
}
.pc-none {
    display: block;
}
.pmark-pc-0 {
    display: none;
}
.bir_70 {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.bir_20s {
    width: 45%;
    margin: 0;
}

.bir_20 {
    width: 45%;
    margin: 0 10% 0 0;
}
article.step02 .subrev_flex, article.step03 .subrev_flex {
        margin: 25px auto 0;
    }
}







