/* ========================================================================== 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: #f5f5f4;
    color: #3d352c;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    font-size: calc(17 / 1920 * 100vw);
	font-family: "BIZ UDPMincho", serif;
	letter-spacing: 0.1em;
}


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: 106px;
    line-height: 106px;
    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%;
}


@media only screen and (max-width: 767px) {
#js-header {
    height: 70px;
    line-height: 70px;        
	background: unset;}
}

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


@media only screen and (max-width: 767px) {
    #js-header.fixed, #js-header {
        animation: none;
        position: absolute;
    }
}

/* header_logo */
.header_logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
    max-width: 320px;
    padding-left: 30px;
}
.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;
}
.logo_bli {
    display: none;
}


@media only screen and (max-width: 767px) {
	.header_logo {
    max-width: 123px;
    padding-left: 8px;
    width: 50%;
}
}




/* END */


 /*** global nav*/

nav {
    margin: 0 30px 0 auto;
}

.p-global-nav {
    font-size: 105%;
    float: right;
    font-family: "Zen Kaku Gothic Antique", serif;
}

    .p-global-nav {
        margin-top: 38px;
}

.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: #57514a;
        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: #3d352c;
    border-radius: 10px;
    padding: 10px;
}
.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: #57514a;
}
.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;
    line-height: 1.5;
    text-align: left;
}

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



/*ヘッダー電話番号*/
.tel_imgf img {
    width: 94%;
    vertical-align: middle;
}
.tel_imgf {
    max-width: 300px;
    width: 20%;
    text-align: center;
}


@media only screen and (max-width: 1600px) {
	.header_logo {
    max-width: 260px;
    padding-left: 1%;
}
}
@media only screen and (max-width: 1400px) {
	.p-global-nav li a {
    padding-left: 15px;
    padding-right: 15px;
}
.header_logo {
    width: 20%;
    padding-left: 1%;
}
.tel_imgf {
    width: 17%;
}
.p-global-nav {
    margin-top: 40px;
}
nav {
    margin: 0 1% 0 auto;
}
}
@media only screen and (max-width: 1200px) {
	.p-global-nav {
        margin-top: 41px;
    }
	.p-global-nav li a {
    padding-left: 10px;
    padding-right: 10px;
}
.header_logo {
    width: 21%;
    padding-left: 10px;
}
nav {
    margin: 0 10px 0 auto;
}
.tel_imgf {
    margin-right: 5px;
}
.p-global-nav {
    font-size: 95%;
}
.header_logo {
    width: 17%;
}
}

@media only screen and (max-width: 1000px) {
.tel_imgf {
    display:none;
}
}



/* sp_menu */


#g-nav{
    position:fixed;
    z-index: 999;
	top:-120%;
    left:0;
	width:100%;
    height: 100vh;
	background: #fff;
	transition: all 0.6s;
    overflow: hidden;
}
#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: 20px auto 0;
	padding-bottom: 70px;
}
.g-nav-in_flex {
    width: 80%;
    margin: 0 auto 0;
    position: relative;
    font-family: "Zen Kaku Gothic Antique", serif;
}
.sp_gl_img {
    width: 50%;
    margin: 10px auto;
    line-height: 1;
}
.sp_gl_txt {
    font-size: 85%;
    text-align: center;
    line-height: 1.5;
    font-family: "Zen Kaku Gothic Antique", serif;
}
#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;
}

@media only screen and (max-width: 767px) {
    #g-nav li a {
        font-size: 100%;
        font-weight: 500;
        text-align: left;
        line-height: 1.5;
        display: block;
        position: relative;
		padding: 5px 0 5px 17px;
    }
#g-nav li a span {
    font-size: 90%;
    font-weight: 500;
}
.sub-menusp a {
    color: #fff;
}
.sub-menusp {
    background: #3d352c;
    margin: 10px 0 10px 4px;
    border-radius: 10px;
    padding: 10px;
}
#g-nav li {
        margin-bottom: 5px;
}
    #g-nav li a:before {
        position: absolute;
        content: "";
        width: 6px;
        height: 6px;
        border: 0px;
        border-top: solid 1px #676767;
        border-right: solid 1px #676767;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 0px;
        top: 40%;
        right: 0;
    }
.sub-menusp a {
    padding: 5px 0 5px 5px !important;
}
	.sub-menusp a:before{display:none !important} 
}





/*リストのレイアウト設定*/
.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;
}
.openbtn:before {
    content: '';
    position: absolute;
    bottom: 37%;
    right: 0;
    width: 170%;
    height: 250%;
    transform: skew(0, -128deg);
    z-index: -1;
    background: #3d352c;
}
.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:15px;	
}
.openbtn span:nth-of-type(2) {
	top:25px;
}
.openbtn span:nth-of-type(3) {
	top:35px;
}
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;
}
.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: 15px;
}


.openbtn.active {
    position: fixed;
    top: 0px;
    right: 0px;
}
.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 */
footer {
    position: relative;
    background: #d8d7d5;
    padding: 50px 0 25px;
}


.f_under_img {
    position: relative;
    margin: -150px auto 0;
}
.footer_left .logo {
    height: auto;
    width: 200px;
	    margin-bottom: 40px;
}
.f_under {
    position: relative;
    background: #0cce11;
    min-height: 150px;
}
.fo_txt {
    font-size: 95%;
}
.footer_right {
    width: 55%;
    float: left;
    position: relative;
    padding-top: 40px;
}

.f-logo {
    width: 90%;
    margin: 15px auto 30px;
    position: relative;
    max-width: 400px;
}
.p-footer-nav ul {
    display: table;
    position: relative;
    width: 97%;
}
.footer_ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 10px;
}
.f_u_txt {
    text-align: center;
    color: #000;
}
.footer_ul li {
    position: relative;
    margin: 0 10px;
}
.footer_ul li:before {
    position: absolute;
    content: "";
    height: 50%;
    border-left: solid 1px #000;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    top: 27%;
    right: -10px;
}

.fo_image {
	width: 100%;
    margin: 0 auto 50px;
    height: 350px;
    position: relative;
}


.copy_txt {
    font-size: 90%;
    text-align: center;
    color: #000;
    letter-spacing: 0px;
}
.footer_ul li a {
    position: relative;
    display: block;
    padding: 2px 10px;
transition: all 0.3s ease 0s;
}
.footer_ul li a:hover {
    text-decoration: underline;
    opacity: 0.7;
}
.f_logo_block:before {
    position: absolute;
    content: "";
    background: url(/wp/wp-content/uploads/t_img35.png) left no-repeat;
    background-size: contain;
    width: 120%;
    height: 150%;
    top: -23%;
}
.js_top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 65px;
    height: 65px;
    background: #514c47;
    z-index: 9;
}
.js_top a {
    display: block;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
}
.js_top img {
    width: auto;
    height: 55px;
}
.f_logo {
    position: relative;
    width: 60%;
    margin: 0 auto 10px 8%;
}
.f_logo_block {
    position: relative;
    top: -80px;
}
.f_logo_txt {
    position: relative;
    line-height: 1.5;
    width: 80%;
    margin: 0 0 0 10%;
}

.p-footer-nav a {
    color: #000;
    font-size: 95%;
    display: block;
    position: relative;
    padding-left: 15px;
}
.pf_ttl {
    font-family: "Jost", sans-serif;
    font-size: 130%;
}
.p-footer-nav a:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    left: 0;
    top: 14px;
    background: #222;
    border-radius: 100px;
}


.p-footer-nav ul li span {
    font-weight: 500;
    color: #000;
}
.p-footer-nav ul li a:hover {
    opacity: 0.7;
	text-decoration:underline;
}
.p-footer-nav ul li a {
	    transition: all 0.3s ease 0s;
}
.sub-menu li {
    margin: 17px 0 0;
    padding-left: 23px;
    position: relative;
}
.sub-menu li:before {
    position: absolute;
    content: "";
    width: 15px;
    border-top: solid 1px #898989;
    top: 17px;
    left: 0;
}
.link_le {
    color: rgb(255 255 255 / 50%);
}

.p-pagetop {
    line-height: 65px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 998;
    display: block !important;
}
.p-pagetop a:hover{opacity:0.7}
.p-pagetop a {
    display: block;
    position: relative;
    width: 100%;
    height: 65px;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.p-pagetop img {
    width: auto;
    height: 100%;
    display: block;
    vertical-align: middle;
}

.floating_menu {
    width: 100%;
    margin: 0 auto 0 0;
    left: 0;
    position: fixed;
    bottom: 0;
    background: #ffb933;
    z-index: 999;
    display: none;
}
.floating_menu ul li {
    float: left;
    position: relative;
    text-align: center;
}
.floating_con01 {
    width: 43%;
}
.floating_con {
	width: 42%;}
.floating_con02 {
    width: 15%;
    text-align: center;
    background: #514c47;
}
.floating_con02 img {
    width: auto;
    height: 44px;
    vertical-align: middle;
}

.floating_menu ul li a {
    display: block;
    position: relative;
    padding: 0;
    height: 54px;
    line-height: 55px;
}
.floating_menu ul li .side_b02 a span:before {
    background-size: contain;
    left: 5px;
    top: 25%;
}

@media screen and (max-width: 767px){
	.floating_menu{display:block}
.p-pagetop {
    bottom: 60px;
    right: 11px;
}
}



/** 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;
}
table.rec_table02 {
    width: 90%;
    margin: 0 auto !important;
}
table.rec_table02 th {
    padding: 10px 1px 10px 10px;
    border: unset;
    background: unset;
    vertical-align: middle;
    font-size: 16px;
    width: 30%;
    text-align: left;
}
table.rec_table02 td {
    padding: 20px 10px;
    border: unset;
    background: unset;
    vertical-align: middle;
    font-size: 16px;
}
.flex-box {
    display: table;
    width: 90%;
    margin: 15px auto;
}
.flex-block {
    width: 29%;
    float: left;
    margin: 0 2%;
}
span.wpcf7-form-control.wpcf7-acceptance {
    margin-left: 4%;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required, select.wpcf7-form-control.wpcf7-select{
    font-size: 16px;
    box-sizing: border-box;
    padding: 9px 8px;
    width: 100%;
    background: #fff;
}
span.required {
    background: #FF6363;
    color: #fff;
    font-size: 85%;
    padding: 0px 5px 1px;
    margin-left: 10px;
}
.rec_box {
    padding: 20px 0 40px;
    background: #f9f9f9;
    margin: 50px 0;
}
.wpcf7 textarea {
    height: 150px;
}
span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox span.wpcf7-list-item.first {
    margin: 0 16px 0 0;
}
.pry_box {
    border: solid 1px #ddd;
    padding: 2%;
    height: 200px;
    overflow-y: scroll;
    position: relative;
	background:#fff;
    margin: 10px auto 30px;
}
.c-inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
.p_txt_ttl {
    font-size: 120% !important;
    font-weight: 600;
    margin-bottom: 5px !important;
    line-height: 1.5 !important;
}
.con_f_txt a:hover {
    opacity: 0.7;
    text-decoration: unset;
}

.con_f_txt a {
    text-decoration: underline;
}

.con_f_txt {
    width: 90%;
    margin: 0 auto;
}

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


@media screen and (max-width: 767px) {
	.wpcf7 {
    margin: 0 !important;
}
table.rec_table02 {
    width: 100%;
}
table.rec_table02 td {
    padding: 10px 0 20px;
    font-size: 90%;
}

table.rec_table02 th {
    border: unset !important;
    padding: 5px 0 2px;
    font-size: 100%;
}
.pry_box {
    font-size: 90%;
}
.c-inner {
    width: 100%;
}
.flex-box {
    padding: 10px 2% 1px;
    background: #e5e4c1;
    width: 96%;
    margin: 0 auto 15px;
}
.rec_box {
    padding: 20px 5%;
}
.flex-block {
    float: unset;
    width: 100%;
    margin: 0 auto;    
	text-align: center;
}
select.wpcf7-form-control.wpcf7-select {
    font-size: 14px;
}
.pry_box {
    height: 150px;
}
table.rec_table02 th, table.rec_table02 td {
        width: auto;
        display: block;
        text-align: center;
        border: unset !important;
        font-size: 90%;
        padding: 5px 0 2px;
    }
}



/** toppage **/
.side_banner {
    position: fixed;
    top: 50%;
	right: 0;
	z-index: 999;
}
.side_b02 a {
    position: relative;
    display: block;
    background: #3d352c;
    padding: 17px 20px 17px 25px;
    color: #fff;
}
.side_b03 a span {
    color: #fff;
    padding-left: 20px;
}
.side_b03 a {
    background: #aa7e33;
}
.side_b03 a span:before {
    background: url(/wp/wp-content/uploads/cale_ico.png) center no-repeat;
    position: absolute;
    content: "";
    width: 24px;
    height: 23px;
    background-size: contain;
    left: 22px;
    top: 28%;
}
.side_b01 a span:before {
    background: url(/wp/wp-content/uploads/arrow03.png) center no-repeat;
    position: absolute;
    content: "";
    width: 31px;
    height: 31px;
    background-size: contain;
    right: 12px;
}
.side_b02 a span:before {
    background: url(/wp/wp-content/uploads/pc_tel.png) center no-repeat;
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    background-size: contain;
    left: 12px;
}
.side_b01 a span {
    padding-right: 16px;
}
.side_b02 a span {
    padding-left: 30px;
    font-size: 90%;
}
.image {
    height: 100% !important;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.mv_img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.mv_img .image {
    padding-top: 43%;
}
.mv_catch {
    position: absolute;
    z-index: 1;
    top: 18%;
    writing-mode: vertical-lr;
    left: 20%;
    font-size: 160%;
font-family: "Shippori Mincho B1", serif !important;
}
.mv_ttl span, .mv_ttl01 span {
    color: #3d352c;
    font-weight: 600;
}
.mv_ttl {
    margin: 105px 0 0;
    background: #fff;
    padding: 30px 6px 20px;
    letter-spacing: 0.1em !important;
    box-shadow: 3px 3px 7px #989898;
    display: inline-block;
    line-height: 1.6;
}
.mv_ttl01 {
    background: #fff;
    padding: 30px 6px 20px;
    margin: 0px 0 0 30px;
    letter-spacing: 0.1em !important;
    box-shadow: 3px 3px 7px #989898;
    display: inline-block;
    line-height: 1.6;
}
.mn_txt span {
    font-size: 65%;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 13px;
}

.mn_txt {
    font-size: 160%;
    color: #fff;
}
.mv_name {
    position: absolute;
    right: 0;
    bottom: 12%;
    background: #78726b;
    width: 32%;
    padding: 7px 0 7px 3%;
}
.inner {
    width: 90%;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}

/*sec_01**/

#sec_01 {
    position: relative;
    padding: 70px 0 100px;
}
.ttl_sub {
    text-align: center;
    font-size: 150%;
    font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    letter-spacing: 1px;
    color: #aeaeae;
    line-height: 1.5;
}
.t_ttl01 {
    font-size: 250%;
    text-align: center;
    letter-spacing: 0.1em;
    position: relative;
    margin: 0 auto 50px;
}
.t_ttl01 span:after {
    position: absolute;
    content: "";
    width: 40%;
    border-bottom: solid 2px #91c31f;
    height: 2px;
    bottom: 0;
    right: 10%;
}
.t_ttl01 span:before {
    position: absolute;
    content: "";
    width: 40%;
    border-bottom: solid 2px #3d352c;
    height: 2px;
    bottom: 0;
    left: 10%;
}
.side_b01 {
    max-width: 400px;
    margin: 0px auto 60px;
    box-shadow: 2px 2px 10px #ddd;
	    width: 84%;
}
.side_b01 a {
    padding: 17px 33px 17px 25px;
    background: #fff;
    font-size: 120%;
    position: relative;
    display: block;
    transition: all 0.3s ease 0s;
}
.side_b01:hover {
	opacity:0.7
}
.t_ttl01 span {
    position: relative;
    display: inline-block;
}
.con_ul li:last-child {
    margin: 0;
}
.con_ul li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.con_ul li a:hover{opacity:0.7}

.con_ul li {
    width: 31.333%;
    margin: 0 3% 0 0;
    float: left;
    position: relative;
    background: #fff;
    box-shadow: 3px 3px 10px #d3d3d3;
    border-top: solid 2px #3d352c;
}
.con_ul {
    width: 100%;
    display: table;
    position: relative;
    margin: 70px auto 0;
}
.con_ttl {
    writing-mode: tb-rl;
    margin: 40px auto 0;
    font-size: 160%;
    letter-spacing: 0.2em;
    line-height: 1.4;
    min-height: 270px;
}
.con_ttl span {
    writing-mode: rl-tb;
    text-align: center;
}
.con_txt {
    font-size: 100%;
    border-top: solid 1px;
    width: 80%;
    margin: 0 auto;
    padding: 20px 0 0;
}

/*sec_02**/
.w_inner {
    width: 94%;
    margin: 0 auto;
    position: relative;
    max-width: 1400px;
}
.fea_ul01 {
    margin: 50px auto 120px;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#sec_02 {
    padding: 70px 0;
    background: #ecebea;
}

.fea_li01_img {
    width: 60%;
    float: left;
    position: relative;
}
.fea_li01_img {
    width: 55%;
    float: left;
    position: relative;
    background: url(/wp/wp-content/uploads/t_img04.jpg) center no-repeat;
    min-height: 450px;
background-size: cover;
}

.fea_bl_ttl {
    color: #fff;
    font-size: 140%;
    letter-spacing: 0.2em;
}
.fea_bl01 {
    background: #3d352c;
    writing-mode: vertical-lr;
    padding: 25px 10px;
    position: relative;
    left: -3%;
    border-radius: 0 14px 14px 0;
}
.fea_bl_ttl span {
    writing-mode: horizontal-tb;
    letter-spacing: 0;
    line-height: 1;
    font-size: 110%;
}
span.sla_spa {
    margin-bottom: 20px;
}
.fea_li01_right {
    width: 45%;
    float: left;
    position: relative;
}
.fea_li01_right div {
    background: #fff;
    position: absolute;
    width: 90%;
    padding: 35px 10% 25px;
    bottom: -41px;
    border-radius: 15px;
    box-shadow: 3px 3px 10px #cbcbcb;
    left: -10%;
}

.fea_ttl {
    font-size: 140%;
    border-bottom: solid 1px;
    padding-bottom: 5px;
}
.btn_01 a:before {
    position: absolute;
    content: "";
    background: url(/wp/wp-content/uploads/arow.png) center no-repeat;
    width: 45px;
    height: 45px;
    background-size: contain;
    right: 0;
    top: -2px;
}
.btn_01 a:hover{opacity:0.7}
.btn_01 a {
    position: relative;
    display: inline-block;
    padding: 5px 55px 5px 5px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: all 0.3s ease 0s;
}
.btn_01 {
    font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    margin: 20px 0 0;
    text-align: right;
}
.fea_ul02 {
    margin: 50px auto 120px;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.fea_li02_img {
    width: 70%;
    float: right;
    margin: 0 10% 0 auto;
    min-height: 450px;
    background: url(/wp/wp-content/uploads/t_img05.jpg) center no-repeat;
    background-size: cover;
}

.fea_li02_right {
    width: 40%;
    position: absolute;
    right: 5%;
}

.fea_li02_right div {
    background: #fff;
    position: absolute;
    width: 90%;
    padding: 35px 10% 25px;
    bottom: -41px;
    border-radius: 15px;
    box-shadow: 3px 3px 10px #cbcbcb;
    left: -10%;
}
.fea_li02_right {
    width: 45%;
    position: absolute;
    right: 5%;
    bottom: 0;
}
.fea_ul03 {
    margin: 50px auto;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.fea_li03_img {
    width: 65%;
    float: left;
    position: relative;
    background: url(/wp/wp-content/uploads/t_img06.jpg) center no-repeat;
    min-height: 450px;
    background-size: cover;
}
.fea_li03_right {
    width: 35%;
	float:left;
	position:relative;
}

.fea_li03_right div {
    background: #fff;
    position: absolute;
    width: 100%;
    padding: 35px 10% 25px;
    bottom: -41px;
    border-radius: 15px;
    box-shadow: 3px 3px 10px #cbcbcb;
    left: -20%;
}
.sp_div {
    display: none;
}


.spbtn span:before {
    position: absolute;
    content: "";
    background: url(/wp/wp-content/uploads/arow.png) center no-repeat;
    width: 45px;
    height: 45px;
    background-size: contain;
    right: 0;
    top: -2px;
}
.spbtn span {
    position: relative;
    display: inline-block;
    padding: 5px 55px 5px 5px;
    font-weight: 600;
    letter-spacing: 1px;
}
.spbtn {
    padding-right: 5%;
}
#sec_01 .spbtn {
    margin: 10px 0 15px;
}

/*sec_back**/
#sec_back {
    background: url(/wp/wp-content/uploads/haikei_04.jpg) center no-repeat;
    background-size: cover;
    position: relative;
}
.obi_02 {
	position: relative;
    margin-bottom: 28vh;
}
.obi_01 {
    position: relative;
	    bottom: -1px;
}
#sec_back:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(237 242 247 / 65%);
}



/**sec_03*/
.menu_ul {
    width: 100%;
    position: relative;
    display: table;
    margin: 70px auto;
}
.menu_ul li {
    width: 47%;
    margin: 0 1.5% 3%;
    float: left;
    background: #fff;
    border-radius: 20px;
    box-shadow: 3px 3px 10px #8e8e8e;
    position: relative;
}
.menu_ttl span:after {
    border-right: solid 1px;
    right: 0;
}
.menu_ttl span:before {
    border-left: solid 1px;
    left: 0;
}
.menu_ttl span:before, .menu_ttl span:after {
    position: absolute;
    top: 0px;
    width: 8px;
    height: 100%;
    content: '';
    border-top: solid 1px;
    border-bottom: solid 1px;
}

.menu_ttl span {
    position: relative;
    padding: 4px 30px;
}
.menu_ttl {
    margin: 40px auto 28px;
    text-align: center;
    font-size: 150%;
    letter-spacing: 0.2em;
}
.menu_txt {
    font-size: 120%;
    text-align: center;
    margin: 25px auto;
}
.menu_ul li .btn_01 {
    margin: 20px 4% 35px 0;
}
.menu_sp {
    display: none;
}
#sec_03 {
    position: relative;
    background: #d9d7d5;
    padding: 1px 0 40px;
}

/**sec_04*/

#sec_04 {
    position: relative;
    padding: 70px 0;
}
.cl_ul li {
    width: 29%;
    margin: 0 2%;
    float: left;
}
.cl_ul {
    width: 100%;
    position: relative;
    display: table;
}
.btn_02 a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 110%;
    background: #3d352c;
    padding: 10px 0;
    color: #fff;
    transition: all 0.3s ease 0s;
}
.btn_02 a:hover{opacity:0.7}
.btn_02 {
    margin: 30px auto 0;
    position: relative;
    display: block;
}
.btn_10 a:hover{opacity:0.7}
.btn_10 a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 110%;
    background: #3d352c;
    padding: 20px 0;
    color: #fff;
    transition: all 0.3s ease 0s;
}
.btn_10 a {
    padding: 16px 0;
}
.btn_10 {
    margin: 50px auto 50px;
    position: relative;
    display: block;
    max-width: 380px;
    font-family: "BIZ UDPMincho", serif;
    width: 90%;
}



/*sec_news*/
.new_ul {
	position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.new_li_right {
    width: 65%;
    float: left;
    position: relative;
}

.new_li_left {
    width: 35%;
    float: left;
    position: relative;
}

.new_li_leftbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
}
.t_ttl02 {
    font-size: 200%;
    text-align: center;
    letter-spacing: 0.1em;
    position: relative;
    margin: 0 auto 50px;
}
.t_ttl02 span:before {
    width: 90%;
    border-bottom: solid 1px;
    position: absolute;
    content: "";
    bottom: -16px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.t_ttl02 span {
    position: relative;
}


.newbl02 {
    width: 75%;
    padding-left: 5%;
    float: left;
    font-size: 110%;
}
.newbl01 {
    width: 20%;
    float: left;
    position: relative;
}
.newbl_out {
    display: table;
    position: relative;
    width: 100%;
    border-bottom: solid 1px #7777;
    padding: 45px 10px 35px;
}
.news_block {
    position: relative;
    border-top: solid 1px #7777;
}
.new_label {
    position: absolute;
    top: -30px;
    color: #ffa25f;
    font-size: 90%;
}
.news_date {
    font-size: 90%;
    letter-spacing: 0;
}

#sec_05 {
    position: relative;
    margin: 20px auto 50px;
}

/*sec_06*/

#sec_06 {
    position: relative;
    z-index: 0;
    background-image: linear-gradient(transparent 95%, #e4e4e4 50%, #e4e4e4), linear-gradient(90deg, transparent 95%, #e4e4e4 50%, #e4e4e4);
    background-size: 20px 20px;
    background-repeat: repeat;
    padding: 70px 0px;
}

.blog_thumb {
    width: 100%;
    margin: 0 auto 10px;
    height: 200px;
    position: relative;
}
.blog_ul li:last-child {
    margin: 0;
}

.blog_ul li {
    width: 31%;
    margin: 0 3% 0 0;
    float: left;
    position: relative;
    background: #fff;
    border-radius: 20px;
    border: solid 1px #777;
}
.blog_ul {
    width: 100%;
    position: relative;
    display: table;
    margin: 30px auto 0;
}
.blog_thumb .image {
    border-radius: 20px 20px 0 0;
}
.blog_ttl {
    margin: 25px auto;
    width: 80%;
}
.blog_t_box:before {
    position: absolute;
    content: "";
    background: url(/wp/wp-content/uploads/midasi.png) center no-repeat;
    background-size: contain;
    width: 240px;
    height: 100px;
    right: 11%;
    bottom: 0;
}
.blog_t_box {
    position: relative;
}



/*sec_07**/

.r_img {
    max-width: 900px;
    margin: 0 auto;
}
#sec_07 {
    position: relative;
    background: #d8d7d5;
    padding: 70px 0 100px;
}
.r_img a:hover {
    opacity: 0.7;
}
.r_img a {
	    transition: all 0.3s ease 0s;
    display: block;
    position: relative;
}



/**sec_fo_top*/
.fot_ul {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 60px;
    border-radius: 15px;
    background: #fff;
    padding: 30px 0;
}
.fot_ul li {
    width: 46%;
    margin: 0 2%;
    float: left;
    position: relative;
}

.fw_inner {
    width: 94%;
    margin: 0 auto;
    position: relative;
    max-width: 1300px;
}

table.time_table td {
    border-bottom: solid 1px #777;
    padding: 17px 0;
}
table.time_table th {
    width: 30%;
    padding: 17px 0;
    text-align: center;
    border-bottom: solid 1px #777;
}

table.time_table thead th span {
    background: #000;
    color: #fff;
    padding: 6px 10px;
    border-radius: 100px;
    font-size: 95%;
}
.ta_txt {
    font-size: 95%;
    text-align: center;
    margin: 10px auto 15px;
}
.box_gr {
    background: #ecebea;
    padding: 15px 5px;
    text-align: center;
}
.ggmap iframe, .ggmap object, .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ggmap {
    position: relative;
    padding-bottom: 27%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    box-shadow: 2px 2px 10px #ddd;
}
#fo_top {
    padding: 70px 0;
}
.ft_ttl {
    font-size: 140%;
    margin: 50px auto 10px;
    text-align: center;
}
.tel_txt span:before {
    position: absolute;
    content: "";
    width: 35px;
    height: 120%;
    background: url(/wp/wp-content/uploads/tel_ico.png) center no-repeat;
    background-size: contain;
    top: -5px;
    left: -47px;
}

.tel_txt span {
    position: relative;
    color: #000;
}
.tel_txt {
    font-size: 180%;
    letter-spacing: 0;
    text-align: center;
	margin-bottom:5px
}
.ft_txt {
    text-align: center;
}
.ft_txt a {
    color: #f00;
    border-bottom: solid 1px #f00;
    padding: 5px 0;
}
.ft_txt01 {
    text-align: center;
    margin: 30px auto 0;
}

.sp_kai {
    display: none;
}

.ggcale {
    position: relative;
    overflow: hidden;
    margin: 0px auto 0;
    height: 400px;
}
.ggcale iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wh_se_box h2 {
    font-size: 105%;
    line-height: 2;
}
.wh_se_box {
    background: #fff;
    padding: 20px 2%;
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px;
}

/**case*/
.casettl span {
    display: block;
    font-size: 140%;
    letter-spacing: 0.1em;
}
.casettl {
    text-align: center;
    margin: 50px auto 30px;
    font-size: 120%;
    border-bottom: solid 1px #000;
    color: #000;
    line-height: 1.5;
    padding-bottom: 15px;
}
.case_block {
    background: #fff;
    padding: 30px 5%;
    position: relative;
    margin: 0 auto 40px;
}
.case_txtul {
    width: 100%;
    display: table;
    position: relative;
    margin: 0 auto 20px;
}
.case_li_left {
    width: 46%;
    margin: 0 8% 0 0;
    float: left;
    position: relative;
}
.case_t_ttl {
    background: #d9be7e;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    font-size: 180%;
    font-weight: 400;
    line-height: 1.7;
}
.case_li {
    width: 46%;
    float: left;
}
.case_ul {
    width: 100%;
    display: table;
    position: relative;
    margin: 0 auto 30px;
}
.case_img_li {
    width: 46%;
    margin: 0 8% 0 0;
    float: left;
    position: relative;
}
.arrow_li:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 18px solid #333;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    right: -11%;
    top: 4%;
    bottom: 0;
    margin: auto;
    border-left-color: #e2b95c;
}
.case_img_li:last-child {
    margin: 0;
}

table.del_table td {
    padding: 20px 20px;
    border: solid 1px #acacac;
    background: #ffffff;
}
table.del_table th {
    width: 30%;
    background: #5a4a4a;
    border: solid 3px #ffffff;
    vertical-align: middle;
    padding: 20px 5px;
    font-size: 105%;
    color: #fff;
}


/*アコーディオン*/

.ac-box{
width: auto;
	margin: 0px auto 30px;
}

.ac-box label {
    max-width: 320px;
    font-size: 110%;
    margin: auto;
    line-height: 65px;
    position: relative;
    display: block;
    height: 65px;
    cursor: pointer;
    transition: all 0.5s;
    padding: 0 30px;
    letter-spacing: 1px;
    text-align: center;
    border: solid 1px #252525;
    background: #fff;
}

.ac-box input{
display: none;
}

.ac-box label:after {
    position: absolute;
    content: "";
    display: block;
    right: 4%;
    top: 28px;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}



.ac-box .ac-small{
height: 0px;
padding: 0px;
overflow: hidden;
opacity: 0;
transition: 0.5s;
}

.ac-box input:checked ~ .ac-small {
    height: auto;
    padding: 20px 0;
    opacity: 1;
}
.ac-box div p {
    color: #333;
    line-height: 1.8em !important;
    font-size: 16px;
    text-align: justify;
    font-weight: 300;
	padding:0 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;
}


.ss_inner {
    width: 90%;
    margin: 0 auto;
    position: relative;
    max-width: 1000px;
}
#sec_case {
    position: relative;
    padding: 70px 0;
}



/***top respon*****/
@media screen and (max-width: 1600px) {.mv_catch {font-size: 150%;top: 14%;}}

@media screen and (max-width: 1400px) {.mv_ttl01 {margin: 0px 0 0 30px;}.mv_catch {top: 11%;}.mv_img .image {padding-top: 46%;}.mv_img .image {padding-top: 48%;}.mv_catch {font-size: 140%;}.fea_li01_img, .fea_li02_img, .fea_li03_img{min-height: 370px;}
.mv_ttl {
    margin: 60px 0 0;
}}

@media screen and (max-width: 1200px) {
.fea_li01_img, .fea_li02_img, .fea_li03_img{
    min-height: 330px;}
}

@media screen and (max-width: 1000px) {.mv_catch {font-size: 120%;}.blog_t_box:before {right: 2%;}table.time_table th {font-size: 85%;letter-spacing: 0;}
.mv_ttl {
    margin: 40px 0 0;
}
}

@media screen and (max-width: 767px) {.mv_img .image {padding-top: 120%;}#js-header.fixed {box-shadow: unset;}.mv_catch {top: 16%;left: 8%;}.sp_kai {display: block;}.mv_ttl {margin: 0px 0 0 0;}.mv_ttl01 {margin: 0px 0 0 23px;}.header_logo {max-width: 370px;width: 55%;filter: drop-shadow(0px 0px 4px #FFF) drop-shadow(0px 0px 4px #FFF) drop-shadow(0px 0px 4px #FFF) drop-shadow(0px 0px 10px #FFF) drop-shadow(0px 0px 15px #FFF);}.con_ul {margin: 50px auto 0;}.t_ttl01 {font-size: 180%;margin:0 auto 45px;}.ttl_sub {color: #3d352c;font-size: 120%;font-weight: 500;}.con_ul li {width: 100%;margin: 0 auto 50px;float: left;}.con_ttl {writing-mode: unset;text-align: center;min-height: unset;font-size: 150%;margin: 30px auto 0;}#sec_02 {padding: 30px 0 10px;}.menu_ul li {width: 100%;margin: 0 auto 30px;float: left;box-shadow: unset;}#sec_01 {padding: 40px 0 70px;}.con_txt br {display: none;}.fea_li01_right, .fea_li02_right, .fea_li03_right {width: 100%;float: unset;position:relative;}.fea_li02_img {margin: 0 auto;}.fea_li02_right {right: 0;}.fea_ttl:before {position: absolute;content: "";width: 80%;border-bottom: solid 1px;left: 0;right: 0;margin: 0 auto;bottom: 0;}.fea_li01_img, .fea_li02_img, .fea_li03_img {width: 100%;float: unset;min-height: 210px;}.fea_ttl {text-align: center;position: relative;border-bottom: unset;padding-bottom: 20px;}.fea_ul01, .fea_ul02, .fea_ul03 {margin: 0px auto 50px;}.fea_bl01 {position: absolute;white-space: nowrap;z-index: 1;min-height: auto;}.fea_li01_right div, .fea_li02_right div, .fea_li03_right div {left: 0;width: 100%;padding: 0;bottom: 0;position: relative;border-radius: 0px 0px 15px 15px;}.con_txt {border-top: unset;padding: 18px 0;}.obi_02 {margin-bottom: 9vh;}.menu_sp:before {position: absolute;content: "";width: 100%;height: 100%;background: rgb(57 45 45 / 30%);border-radius: 0px 0px 20px 20px;top: 0;left: 0;}.menu_c_img, .menu_txt, .menu_ul li .btn_01 {display: none;}.menu_btn_sp span:before {position: absolute;content: "";width: 30px;height: 30px;background: url(/wp/wp-content/uploads/arow01.png) center no-repeat;background-size: contain;right: -40px;top: -9px;}.menu_btn_sp span {position: relative;}.menu_btn_sp {text-align: right;padding-right: 50px;margin: 20px 0 0;position: relative;font-size: 90%;}.menu_sp a {color: #fff;z-index: 1;position: relative;}.menu_txt_sp {font-size: 110%;text-align: center;}.spmenu01 {background: url(/wp/wp-content/uploads/t_img07.jpg) center no-repeat;background-size: cover;}.spmenu02 {background: url(/wp/wp-content/uploads/t_img081.jpg) center no-repeat;background-size: cover;}.spmenu03 {background: url(/wp/wp-content/uploads/t_img09.jpg) center no-repeat;background-size: cover;}.spmenu04 {background: url(/wp/wp-content/uploads/t_img10.jpg) center no-repeat;background-size: cover;}#sec_04 {padding: 15px 0 0;}.cl_ul li {width: 100%;margin: 0 auto 40px;float: unset;}.menu_ttl {margin: 16px auto 13px;text-align: center;font-size: 140%;}.menu_sp {display: block;border-radius: 0px 0px 20px 20px;position: relative;padding: 40px 0px 20px;}.menu_ul {margin: 0px auto;}.new_li_left {width: 100%;float: unset;margin-bottom: 20px;}.new_li_right {width: 100%;float: unset;}.news_block a {display: block;position: relative;}.newbl_out {padding: 20px 5%;width: 90%;}.newbl01 {width: 100%;float: unset;}.newbl02 {width: 100%;padding-left: 0;float: unset;font-size: 100%;}.t_ttl02 {font-size: 180%;}.new_li_leftbox {position: relative;}.blog_slide_box {overflow: scroll;}#sec_06 {padding: 50px 0px;}#sec_07 {padding: 40px 0 30px;}.blog_ul {width: 1000px;margin: 0 auto;}#sec_06 .blog_t_box {left: -2.5%;}#sec_06 .inner {width: 95%;margin: 0 0 0 auto;}.blog_t_box:before{display:none}.fot_ul li {width: 100%;margin: 0 auto;float: unset;}.ft_ttl {font-size: 120%;}#fo_top {padding: 40px 0;}.box_gr {border-radius: 15px;padding: 10px 5px;margin-bottom: 30px;}footer {padding: 40px 0 80px;}.f-logo {width: 70%;margin: 10px auto 15px;}.copy_txt {font-size: 80%;}.footer_ul li a {padding: 2px 0 2px 15px;}.footer_ul {width: 100%;display: table;position: relative;}.footer_ul {margin: 0 auto;}.footer_ul li {float: left;width: 49%;margin: 0 0 3px;}.footer_ul li:before {position: absolute;content: "";width: 6px;height: 6px;border: 0px;border-top: solid 1px #676767;border-right: solid 1px #676767;-ms-transform: rotate(45deg);-webkit-transform: rotate(45deg);transform: rotate(45deg);left: 0px;top: 35%;right: 0;}.side_banner {display: none;}.sp_news .side_b01 a {font-size: 120%;text-align: center;}
.fs_img {height: 200px;}
.mv_ttl {
    margin: 30px 0 0;
}
.ggmap {
    padding-bottom: 60%;
}
.fea_bl_ttl {
        font-size: 130%;
    }
.f_u_txt {
    margin-top: 35px;
}
.fea_bl01 {
    height: 210px;
}
.wh_se_box {
    padding: 20px 5%;
    text-align: left;
    margin: 0 auto 30px;
}
.wh_se_box h2 {
    font-size: 100%;
    line-height: 1.8;
}
	.kai_sp{display:none}
.feheght01{
    height: 210px;
}
.feheght02{
    height: 180px;
}
.js_top {
    display: none;
}
.fot_ul {
    display: table;
    position: relative;
    background: #fff;
    padding: 20px 5%;
    border-radius: 15px;
    margin: 0 auto 35px;
}
.sp_div a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 35px 0 25px;
}
.pc_div {
    display: none;
}
.sp_div {
    display: block;
}
.side_b01 {
    margin: 0 auto 30px;
}
.fo_image {
    height: 200px;
    margin: 0 auto 30px;
}
.btn_10 a {
    padding: 14px 0;
}
.btn_10 {
    margin: 50px auto 30px;
}
.ggcale {
    height: 0;
    padding-top: 100%;
}
span.sla_spa {
    margin: 7px auto;
}
.casettl {
    margin: 30px auto 20px;
    font-size: 90%;
    padding-bottom: 8px;
}
.case_t_ttl {
    font-size: 100%;
    padding: 2px 0;
}
.case_block {
    padding: 20px 3% 1px;
}
.arrow_li:before {
    border-left: 10px solid #333;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    right: -13%;
    top: 4%;
    border-left-color: #e2b95c;
}
.ac-box label {
    font-size: 100%;
    line-height: 55px;
    height: 55px;
}
.blog_ttl {
    margin: 15px auto;
    width: 90%;
}
#sec_case {
    background: #ebe7e7;
    padding: 40px 0;
}
.ac-box {
    margin: 0 auto;
}
table.del_table th {
    font-size: 95%;
    padding: 10px 5px;
}
table.del_table td {
    padding: 10px;
    font-size: 95%;
    line-height: 1.5;
}
.mv_name {
    width: 44%;
    padding: 8px 0 8px 6%;
    bottom: 5%;
}
.mn_txt span {
    font-size: 76%;
    margin-right: 5px;
    top: 0;
}
.ac-box label:after {
    top: 24px;
}
.mn_txt {
    font-size: 126%;
}
.mv_catch {
        font-size: 140%;
    }
}

@media screen and (max-width: 500px) {
.mv_catch {
        font-size: 120%;
    }
.mv_ttl, .mv_ttl01 {
    padding: 15px 4px 10px;
}
}






/****下層ページ***/
#contents_header {
    height: 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.p-page-header__inner {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    text-align: center;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
}
.page_head_tittle {
    font-size: 230%;
    background: rgb(255 255 255 / 85%);
    padding: 25px 5%;
    display: inline-block;
}
.k_inner {
    width: 92%;
    margin: 0 auto;
    max-width: 1100px;
    position: relative;
}
.k_txt01 {
    line-height: 2.2;
    margin-bottom: 20px;
}
.mar_100 {
    margin: 100px auto 100px;
}
.breadcrumbs-container {
    width: 90%;
    margin: 0 auto;
}
.k_sub {
    color: #3d352c;
}
.k_haikei_01 {
    background: #ecebea;
    position: relative;
    padding-bottom: 50px;
}
.post-title {
    font-size: 130%;
    font-weight: 500;
    margin-bottom: 25px;
    border-bottom: solid 1px #000;
    padding: 10px;
}
.ks_inner {
    margin: 70px auto;
    position: relative;
    max-width: 1000px;
    width: 90%;
    font-family: "Zen Kaku Gothic Antique", serif;
}
.k_midasi:before {
    position: absolute;
    content: "";
    border-top: solid 1px #787878;
    width: 30px;
    left: 0;
    top: 50%;
}
.num_list li {
    position: relative;
    font-family: "Zen Kaku Gothic Antique", serif;
    font-weight: 600;
    list-style: decimal-leading-zero;
    margin-bottom: 5px;
}

.num_list {
    width: auto;
    position: relative;
    display: table;
    margin: 0 auto 20px 30px;
}
.list_base li {
    position: relative;
    font-family: "Zen Kaku Gothic Antique", serif;
    font-weight: 600;
    list-style: disc;
    margin-bottom: 5px;
}
.list_base {
    width: 100%;
    position: relative;
    display: table;
    margin: 0 auto 20px 30px;
}
.k_midasi {
    font-size: 160%;
    margin-bottom: 5px;
    padding-left: 40px;
    position: relative;
}
.jump_point {
    height: 1px;
    display: block;
    padding-top: 190px;
    margin-top: -190px;
    position: relative;
    z-index: -1;
}
.jump_point02 {
    height: 1px;
    display: block;
    padding-top: 190px;
    margin-top: -190px;
    position: relative;
    z-index: -1;
}
.newsblock_inner {
    margin: 70px auto;
    position: relative;
    max-width: 1000px;
    width: 90%;
    font-family: "Zen Kaku Gothic Antique", serif;
}
.p-article02__content {
    padding: 10px;
    border-bottom: solid 1px #888;
    margin-bottom: 20px;
}
.btn_05 a {
    display: block;
    position: relative;
    text-align: center;
    background: #2a2424;
    padding: 15px;
    border-radius: 100px;
    font-size: 110%;
    color: #fff;
    font-weight: 500;
    transition: all 0.3s ease 0s;
}
.btn_05 a:hover{opacity:0.7}

.btn_05 {
    width: 90%;
    margin: 50px auto;
    position: relative;
    max-width: 350px;
}
.p-article02__title {
    font-size: 105%;
    font-weight: 500;
}
.new_thum_img {
    display: none;
}
.k_ul01 {
    width: 100%;
    display: table;
    position: relative;
}
.k_ul01 {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 50px;
}
.k_ul01 li {
    width: 46%;
    margin: 0 2% 4%;
    float: left;
    position: relative;
    background: #fff;
    border-radius: 15px;
    box-shadow: 3px 3px 10px #b3b3b3;
}
.kcon_img .image {
    border-radius: 15px 15px 0 0;
}
.kcon_img {
    width: 100%;
    margin: 0 auto;
    height: 220px;
    position: relative;
}
.con_num:before {
    content: '';
    position: absolute;
    height: calc(160px / 2);
    width: 80px;
    clip-path: polygon(0% 0, 100% 0%, 0 100%);
    top: 0;
    left: 0;
    background: #3d352c;
    z-index: -1;
}
.space_s {
    height: 30px;
}
.space {
    height: 70px;
}
.con_num {
    position: absolute;
    color: #fff;
    z-index: 1;
    padding: 3px 0px 0 7px;
    font-size: 130%;
    letter-spacing: 0;
}
.k_con_ttl {
    font-size: 150%;
    font-weight: 500;
    text-align: center;
    margin: 25px auto;
    letter-spacing: 0.1em;
}

.k_con_box ul {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.k_con_box {
    background: #fff;
    box-shadow: 3px 3px 10px #b3b3b3;
    margin: 0 auto 50px;
    position: relative;
    border-top: solid 2px #000;
}
.kc_li_txt {
    width: 50%;
    float: left;
    position: relative;
}
.k_con_ttl01 {
    font-size: 200%;
    text-align: center;
    margin: 30px auto;
    line-height: 1.4;
}
.k_con_in_img {
    width: 100%;
    margin: 0 auto;
    height: 170px;
    position: relative;
	display:none;
}

.k_txt02 {
    font-family: "Zen Kaku Gothic Antique", serif;
    font-weight: 500;
    margin: 0 auto 20px;
    width: 86%;
}
.kc_li_img {
    margin: 0 auto;
    height: auto;
    position: relative;
    width: 50%;
    background: url(/wp/wp-content/uploads/k_img01.jpg) center no-repeat;
    background-size: cover;
}
.kc_li_img02 {
    margin: 0 auto;
    height: auto;
    position: relative;
    width: 50%;
    background: url(/wp/wp-content/uploads/k_img02.jpg) center no-repeat;
    background-size: cover;
}
.kc_li_img03 {
    margin: 0 auto;
    height: auto;
    position: relative;
    width: 50%;
    background: url(/wp/wp-content/uploads/k_img03.jpg) center no-repeat;
    background-size: cover;
}
.kc_li_img04 {
    margin: 0 auto;
    height: auto;
    position: relative;
    width: 50%;
    background: url(/wp/wp-content/uploads/k_img04.jpg) center no-repeat;
    background-size: cover;
}

.k_txt02 span {
    font-size: 90%;
    font-weight: 500;
}

.mar_50 {
    margin: 100px auto 0;
}
.imp_block_inner {
    background: #3d352c;
    border-radius: 20px 20px 0 0;
    position: relative;
    padding: 30px 4%;
}
.under_line {
    color: #fff;
    border-bottom: solid 1px #fff;
}
.k_ttl02 {
    font-size: 210%;
    text-align: center;
    margin: 0 auto 30px;
}
.whtxt {
    color: #fff;
}
.imp_block_inner_under {
    background: #3d352c;
    border-radius: 0px 0px 20px 20px;
    padding: 30px 4% 50px;
    position: relative;
    margin-top: 40px;
}
.k_txt03 {
    font-family: "Zen Kaku Gothic Antique", serif;
    margin-bottom: 20px;
    font-weight: 500;
}
.k_ttl_ico span:before {
    position: absolute;
    content: "";
    background: url(/wp/wp-content/uploads/icos_02.png) left no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    left: -65px;
    top: 0;
}

.k_ttl_ico span {
    position: relative;
    border-bottom: solid 1px #fff;
    padding-bottom: 15px;
    margin-left: 65px;
}
.k_ttl_ico {
    font-size: 200%;
    color: #fff;
    position: relative;
    margin-bottom: 30px;
}
.imp_block_inner_under:before {
    position: absolute;
    content: "";
    background: url(/wp/wp-content/uploads/icos_03.png) right no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 10px;
}
.imp_block {
    border: solid 2px #3d352c;
    border-radius: 23px;
    position: relative;
    margin-bottom: 100px;
}
.list_01 li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    line-height: 1.5;
    font-weight: 500;
    width: 45%;
    float: left;
}

.list_01 {
    width: 90%;
    margin: 0 auto 20px;
    display: table;
    font-family: "Zen Kaku Gothic Antique", serif;
}
.list_01 li:before {
    border-left: 2px solid #3e3e3e;
    border-bottom: 2px solid #3e3e3e;
    width: 13px;
    height: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 8px;
    left: 0;
    content: '';
}
.merit_txt span {
    background: #3d352c;
    color: #fff;
    padding: 12px 60px 13px;
    border-radius: 100px;
}

.merit_txt {
    text-align: center;
    font-size: 150%;
    margin: 30px auto 30px;
}
.merit_txt01 span {
    background: #77726c;
    color: #fff;
    padding: 12px 60px 13px;
    border-radius: 100px;
}
.merit_txt01 {
    text-align: center;
    font-size: 150%;
    margin: 40px auto 30px;
}
.k_img {
    width: 100%;
    margin: 0 auto;
    height: 310px;
    position: relative;
}
.k_ul03 {
    width: 100%;
    position: relative;
    display: table;
    margin: 0 auto 70px;
}
.kli_40 {
    width: 37%;
    float: right;
    position: relative;
    margin-left: 5%;
}
.kli_60 {
    width: 58%;
    float: left;
    position: relative;
}

.k_ul04 {
    width: 100%;
    position: relative;
    display: table;
    margin: 0 auto 70px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 3px 3px 10px #b3b3b3;
}
.imp_img01 {
    width: 37%;
    background: url(/wp/wp-content/uploads/k_img06.jpg) center no-repeat;
    background-size: cover;
    height: 310px;
    float: left;
    position: relative;
    border-radius: 20px 0px 0px 20px;
}
.imp_img02 {
    width: 37%;
    background: url(/wp/wp-content/uploads/k_img07.jpg) center no-repeat;
    background-size: cover;
    height: 310px;
    float: left;
    position: relative;
    border-radius: 20px 0px 0px 20px;
}
.imp_img03 {
    width: 37%;
    background: url(/wp/wp-content/uploads/k_img08.jpg) center no-repeat;
    background-size: cover;
    height: 310px;
    float: left;
    position: relative;
    border-radius: 20px 0px 0px 20px;
}
.imp_litxt {
    width: 63%;
    float: left;
    position: relative;
}
.fea_impback {
    background: #3d352c;
    writing-mode: vertical-lr;
    padding: 25px 10px;
    position: relative;
    left: -3%;
    border-radius: 0 14px 14px 0;
}
.fea_imp {
    color: #fff;
    font-size: 140%;
    letter-spacing: 0.2em;
    white-space: nowrap;
}
.imp_box {
    padding: 30px 5% 20px;
    position: relative;
}
.k_haikei_02 {
    background: #f0f7e0;
    padding: 50px 0 70px;
    position: relative;
}
.douline {
    border-top: double 4px #717171;
    border-bottom: double 4px #717171;
    padding: 20px;
    position: relative;
    text-align: center;
}
.douline_sub {
    display: inline-block;
    background: #bd6464;
    color: #fff;
    padding: 4px 17px 1px;
    font-size: 105%;
    border-radius: 100px;
    margin-bottom: 10px;
}
.douline_ttl span {
    background: #fff;
    padding: 5px 10px 5px;
}
.douline_ttl {
    font-size: 200%;
}
.k_whbox:before {
    position: absolute;
    content: "";
    background: url(/wp/wp-content/uploads/icos_01.png) right no-repeat;
    background-size: contain;
    width: 15%;
    height: 27%;
    right: 8%;
    bottom: -18px;
}

.k_whbox {
    margin: 50px auto 0;
    background: #fff;
    padding: 30px;
    border-radius: 25px;
    position: relative;
}
.s_inner {
    width: 92%;
    margin: 0 auto;
    max-width: 800px;
    position: relative;
}
.k_haikei_03 {
    padding: 70px 0;
    background: #483f3f;
    position: relative;
}
.k_haikei_03 .t_ttl01 {
    color: #fff;
}
.k_haikei_03 .t_ttl01 span:before {
    border-bottom: solid 2px #d6d6d6;
}
.gr_txt {
    position: absolute;
    z-index: 1;
    background: #201010;
    padding: 5px 13px;
    color: #fff;
}
.k_whbox01 {
    margin: 50px auto 0;
    background: #fff;
    padding: 30px 30px 10px;
    border-radius: 25px;
    position: relative;
}
.k_whbox01:before {
    content: "";
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 25px solid #ffffff;
}
.kli_40_right {
    width: 37%;
    float: left;
    position: relative;
    margin-right: 5%;
}
.imp_inner {
    width: 90%;
    margin: 20px auto 40px;
    position: relative;
}
.t_ttl04 {
    background: #7e7468;
    display: inline-block;
    padding: 4px 13px;
    font-size: 120%;
    color: #fff;
    margin: 20px 0 15px;
}
.icnone:before {
	display:none;
}
.list_02 {
    width: 100%;
    position: relative;
    display: table;
}
.list_02 li:before {
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    width: 13px;
    height: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 8px;
    left: 0;
    content: '';
}

.list_02 li {
    font-family: "Zen Kaku Gothic Antique", serif;
    color: #fff;
    font-size: 105%;
    position: relative;
    padding-left: 25px;
    margin: 0 1% 10px 0px;
    line-height: 1.5;
    font-weight: 500;
    width: 44%;
    float: left;
}

.wh_img01 {
    width: 37%;
    background: url(/wp/wp-content/uploads/k_img14.jpg) center no-repeat;
    background-size: cover;
    height: 310px;
    float: left;
    position: relative;
    border-radius: 20px 0px 0px 20px;
}

.wh_img02 {
    width: 37%;
    background: url(/wp/wp-content/uploads/k_img15.jpg) center no-repeat;
    background-size: cover;
    height: 310px;
    float: left;
    position: relative;
    border-radius: 20px 0px 0px 20px;
}

.wh_img03 {
    width: 37%;
    background: url(/wp/wp-content/uploads/k_img17.jpg) center no-repeat;
    background-size: cover;
    height: 310px;
    float: left;
    position: relative;
    border-radius: 20px 0px 0px 20px;
}

.wh_box {
    background: #fff;
    border-radius: 20px;
    box-shadow: 3px 3px 10px #b3b3b3;
    position: relative;
    margin-bottom: 50px;
    padding: 30px 30px 10px;
}
.wh_box ul {
    width: 100%;
    display: table;
    position: relative;
}
.t_ttl05 {
    font-size: 160%;
    border-bottom: solid 1px #565656;
    margin-bottom: 15px;
}

.et_img01 {
    width: 37%;
    background: url(/wp/wp-content/uploads/k_img22.jpg) center no-repeat;
    background-size: cover;
    height: 310px;
    float: left;
    position: relative;
    border-radius: 20px 0px 0px 20px;
}

.et_img02 {
    width: 37%;
    background: url(/wp/wp-content/uploads/k_img23.jpg) center no-repeat;
    background-size: cover;
    height: 310px;
    float: left;
    position: relative;
    border-radius: 20px 0px 0px 20px;
}
.t_ttl06 {
    font-size: 170%;
    text-align: center;
    border-bottom: solid 1px #444;
    border-top: solid 1px #444;
    padding: 15px 0;
    margin-bottom: 35px;
}
table.table_01 thead td {
    background: #433939;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 110%;
    border-left: solid 2px #f5f5f4;
}
table.table_01 tbody th {
    width: 45%;
    padding: 20px;
    border-bottom: solid 1px #433939;
    vertical-align: middle;
}
table.table_01 tbody td {
	padding: 20px 30px;
    border-bottom: solid 1px #433939;
    text-align: right;
}
.k_ul07 {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
}
.k_ul07 li {
    width: 40%;
    margin: 0 2% 3%;
    float: left;
    background: #fff;
    border-radius: 20px;
    box-shadow: 3px 3px 10px #8e8e8e;
    position: relative;
    padding: 20px 3% 10px;
}
.me_ttl {
    font-size: 150%;
    text-align: center;
    margin-bottom: 15px;
    border-bottom: solid 1px #454545;
    padding-bottom: 10px;
}
.k_ul07 li .btn_01 {
    margin: 20px 0;
}
.k_ul_img li {
    width: 46%;
    margin: 0 2% 4%;
    position: relative;
    float: left;
}
.k_ul_img {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 70px auto 50px;
}
.cl_txt {
    font-family: "Zen Kaku Gothic Antique", serif;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 95%;
}
.cl_ttl {
    font-size: 130%;
    text-align: center;
    margin: 10px auto 5px;
}
.box_01 li {
    font-family: "Zen Kaku Gothic Antique", serif;
    font-weight: 500;
    font-size: 100%;
    list-style: disc;
    margin-left: 17px;
    margin-bottom: 8px;
    line-height: 1.5;
}
.sho_txt {
    font-family: "Zen Kaku Gothic Antique", serif;
    display: inline-block;
    background: #3d352c;
    color: #fff;
    line-height: 1.2;
    padding: 3px 10px;
    margin-bottom: 10px;
    font-weight: 500;
}
.box_01 ul {
    display: table;
    position: relative;
    width: 100%;
}
.box_01 {
    background: #fff;
    padding: 15px 5%;
    position: relative;
    box-shadow: 3px 3px 10px #ddd;
}

table.rec_table td {
    background: #fff;
    border: solid 1px #ddd;
    padding: 15px 20px;
    vertical-align: middle;
}
table.rec_table th {
    width: 20%;
    padding: 15px 0;
    vertical-align: middle;
    background: #2a1f1f;
    border-bottom: solid 1px #fff;
    color: #fff;
}
.k_txt03 a:hover {
    opacity: 0.7;
}

.k_txt03 a {
    font-weight: 500;
    text-decoration: underline;
    color: #812323;
}

#menu_unker {
    position: relative;
    background: #635959;
    padding: 70px 0 40px;
}
#menu_unker ul {
    width: 100%;
    position: relative;
    display: table;
}
#menu_unker li a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 96%;
    text-align: center;
    color: #322b2b;
    z-index: 1;
}
#menu_unker li a:hover{opacity:0.7}

#menu_unker li a {
    text-align: center;
    display: block;
    position: relative;
    height: 100%;
    font-size: 120%;
    background: #ffffff;
    box-shadow: 5px 5px #c9c9c9;
    transition: all 0.3s ease 0s;
}
#menu_unker li {
    width: 29.333%;
    margin: 0 2% 3%;
    float: left;
    text-align: center;
    height: 80px;
}
.menu_ul_ff {
    font-size: 180%;
    text-align: center;
    color: #fff;
    margin: 0 auto 35px;
}

.reki_block {
    background: #fff;
    padding: 15px 5%;
    box-shadow: 3px 3px 10px #ddd;
    position: relative;
}

.reki_ttl01 span {
    font-weight: 500;
    margin-right: 10px;
}
span.naspa01 {
    margin: 0px 10px 0px 5px;
}
span.nasoa02 {
    font-size: 140%;
    line-height: 1.5;
}
.reki_ttl01 {
    font-family: "Zen Kaku Gothic Antique", serif;
    font-weight: 500;
    font-size: 95%;
}
.name_txt {
    font-size: 120%;
    margin-bottom: 6px;
}

.staff #menu_unker, .clinic #menu_unker, .flow #menu_unker, .flow #menu_unker, .menu #menu_unker, .price #menu_unker, .recruit #menu_unker{display:none}


.nav-links {
    display: table;
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.nav-links a {
    width: 5%;
    float: left;
    display: block;
    position: relative;
    text-align: center;
    margin: 0 3% 15px;
    border: solid 1px #828282;
    color: #000000;
}
span.page-numbers.current {
    position: relative;
    display: block;
    float: left;
    width: 5%;
    text-align: center;
    margin: 0 3% 15px;
    background: #534646;
    color: #fff;
    border: solid 1px #534646;
}

/*==================================================
スライダーのためのcss
===================================*/
.gallery{
	margin:0 0 22px 0;
}
.slick-prev, 
.slick-next {
    position: absolute;
	z-index: 3;
    top: 50%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    height: 25px;
    width: 25px;
}

.slick-prev {
    left:2.5%;
    transform: rotate(-135deg);
}
.slick-next {
    right:2.5%;
    transform: rotate(45deg);
}
.choice-btn .slick-track {
    width: 100% !important;
}
.choice-btn li {
    cursor: pointer;
    outline: none;
    background: #333;
    width: 32% !important;
    list-style: none;
    height: 180px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin: 0 2% 0 0;
}
.choice-btn li:last-child {
    margin: 0;
}
.choice-btn li .image {
    height: 100% !important;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.slick-slider {
        -ms-touch-action: auto !important;
        touch-action: auto !important;
}
.choice-btn li img{
	opacity: 0.4;
}
.choice-btn li.slick-current img{
	opacity: 1;
}
.choice-btn .slick-track {
	transform: unset !important;
}
.gallery li .image {
    height: 100% !important;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.gallery li {
    list-style: none;
    display: block;
    width: 100%;
    height: 500px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.gallery_contents {
    position: relative;
}
/*==================================================
END
===================================*/





/***下層 respon*****/
@media screen and (max-width: 767px) {
#contents_header {height: 270px;}.page_head_tittle {font-size: 160%;padding: 15px 10%;}.p-page-header__inner {top: 45%;}.k_con_ttl {font-size: 115%;margin: 15px auto 10px;line-height: 1.3;}.mar_100 {margin: 50px auto;}.con_num {font-size: 110%;}.k_con_in_img {display: block;}.con_num:before {height: calc(120px / 2);width: 60px;}.kc_li_img, .kc_li_img02, .kc_li_img03, .kc_li_img04 {display: none;}.k_txt02 {width: 90%;margin: 20px auto;}.kc_li_txt {width: 100%;float: unset;}.k_con_ttl01 {font-size: 180%;margin: 50px auto;}.kcon_img {height: 130px;}.flow-head {background-position: 79% 100% !important;}.imp_block_inner {padding: 18px 4% 1px;}.list_01 li:before {width: 11px;height: 5px;top: 7px;}.merit_txt {font-size: 110%;margin: 25px auto;}.merit_txt01 {font-size: 110%;margin: 25px auto;}.imp_litxt {width: 100%;float: unset;}.k_ul04 {margin: 0 auto 50px;}.fea_impback {left: -4%;padding: 30px 8px;}.k_ttl_ico span {margin-left: 45px;}.fea_impback {left: -4%;}.fea_imp {font-size: 120%;}.douline {padding: 15px 10px;}.k_haikei_01 {padding-bottom: 5px;}.douline_ttl {font-size: 160%;}.douline_sub {font-size: 90%;}.gallery li {height: 230px;}.choice-btn li {height: 80px;}.k_whbox01 {margin: 20px auto 0;padding: 18px 18px 1px;}.imp_img01, .imp_img02, .imp_img03 {width: 100%;height: 190px;float: unset;border-radius: 20px 20px 0px 0px;}.imp_img03 .fea_impback {padding: 13px 8px;}.kli_60 {width: 100%;float: unset;}.k_img {width: 108%;margin: 0 auto 25px;height: 160px;left: -4%;}.kli_40 {width: 100%;float: unset;margin-left: 0;}.imp_block {margin-bottom: 40px;}.imp_block_inner_under {padding: 25px 4% 30px;}.k_ttl_ico span:before {width: 120%;height: 120%;left: -50px;top: -3px;}.list_01 li {padding-left: 20px;width: auto;float: unset;}.k_ttl_ico {font-size: 130%;}.merit_txt01 span {padding: 10px 40px 9px;}.merit_txt span {padding: 10px 40px 9px;}.merit_txt {font-size: 110%;}.k_ttl02 {font-size: 170%;line-height: 1.5;padding-bottom: 15px;margin: 0 auto 15px;}.mar_50 {margin: 50px auto 0;}
.kkimg {
    margin-bottom: 20px;
}
.et_img01, .et_img02 {
    width: 100%;
    height: 190px;
    float: unset;
    border-radius: 20px 20px 0px 0px;
}
nav.navigation.pagination {
    display: block;
}
.newsblock_inner {
    margin: 40px auto;
}
.p-article02__title {
    font-size: 100%;
}
.date_cate_txt {
    font-size: 90%;
}
    .imp_box {
        padding: 30px 4% 5px 12%;
    }
.list_02 li {
    width: auto;
    float: unset;
}
.jump_point02 {
    padding-top: 10px;
    margin-top: -10px;
}
.kli_40_right {
    width: 100%;
    float: unset;
    margin-right: 0;
}
.t_ttl04 {
    display: block;
    text-align: center;
    font-size: 110%;
}
.k_ul07 {
    padding-top: 50px;
    margin-bottom: 30px;
}
.reki_block {
    padding: 15px 4%;
    margin-bottom: 10px;
}
.name_txt {
    line-height: 1.5;
        font-size: 110%;
}
.t_ttl06 {
    font-size: 140%;
}
.k_ul07 li {
    width: 100%;
    margin: 0 auto 35px;
    float: unset;
    padding: 20px 5% 7px;
}
table.rec_table td {
    padding: 10px 15px;
    line-height: 1.5;
}
table.rec_table th {
    width: 25%;
    padding: 10px 0;
}
.k_ul_img li {
    width: 100%;
    margin: 0 auto 30px;
    float: unset;
}
.k_midasi:before {
    top: 16px;
}
#menu_unker li a {
    font-size: 90%;
    box-shadow: 3px 3px #c9c9c9;
}
#menu_unker li a span {
    width: 98%;
}
.menu_ul_ff {
    font-size: 150%;
    margin: 0 auto 20px;
}
#menu_unker {
    padding: 25px 0 27px;
}
#menu_unker li {
    width: 46%;
    margin: 0 2% 5%;
    float: left;
    text-align: center;
    height: 60px;
}
.k_midasi {
    font-size: 140%;
    line-height: 1.5;
}
.wh_img01, .wh_img02, .wh_img03 {
        width: 100%;
        height: 190px;
        float: unset;
        border-radius: 20px 20px 0px 0px;
    }
.nav-links a, span.page-numbers.current {
    margin: 0 1% 15px;
    width: 10%;
}
.k_ul03 {
    margin: 0 auto 30px;
}
}



/*top アニメーション*/






.text{
letter-spacing: 2px;
}
.text span{
opacity: 0;
animation: letter-glow 0.7s 0s ease both;
}
.is-act .text span{
opacity: 1;
}
.text span:nth-child(1) {
	animation-delay: 1.6s;
}
.text span:nth-child(2) {
animation-delay: 1.7s;
}
.text span:nth-child(3) {
animation-delay: 1.8s;
}

.text span:nth-child(4) {
animation-delay: 1.9s;
}
.text span:nth-child(5) {
animation-delay: 2.0s;
}
.text span:nth-child(6) {
animation-delay: 2.1s;
}
.text span:nth-child(7) {
animation-delay: 2.2s;
}
.text span:nth-child(8) {
animation-delay: 2.3s;
}
.text span:nth-child(9) {
animation-delay: 2.4s;
}
.text span:nth-child(10) {
animation-delay: 2.5s;
}
.text span:nth-child(11) {
animation-delay: 2.6s;
}
.text span:nth-child(12) {
animation-delay: 2.7s;
}
.text span:nth-child(13) {
animation-delay: 2.8s;
}
.text span:nth-child(14) {
animation-delay: 2.9s;
}

.is-act .text span{
  opacity: 0;
  animation: letter-glow 0.7s 0s ease both;
}
.is-act .text span{
opacity: 1;
}
.is-act .text span:nth-child(1) {
  animation-delay: 1.6s;
}
.is-act .text span:nth-child(2) {
  animation-delay: 1.7s;
}
.is-act .text span:nth-child(3) {
  animation-delay: 1.8s;
}
.is-act .text span:nth-child(4) {
  animation-delay: 1.9s;
}
.is-act .text span:nth-child(5) {
  animation-delay: 2.0s;
}
.is-act .text span:nth-child(6) {
  animation-delay: 2.1s;
}
.is-act .text span:nth-child(7) {
  animation-delay: 2.2s;
}
.is-act .text span:nth-child(8) {
  animation-delay: 2.3s;
}
.is-act .text span:nth-child(9) {
  animation-delay: 2.4s;
}
.is-act .text span:nth-child(10) {
  animation-delay: 2.5s;
}
.is-act .text span:nth-child(11) {
  animation-delay: 2.6s;
}
.is-act .text span:nth-child(12) {
  animation-delay: 2.7s;
}
.is-act .text span:nth-child(13) {
  animation-delay: 2.8s;
}
.is-act .text span:nth-child(14) {
  animation-delay: 2.9s;
}


.text01{
letter-spacing: 2px;
}
.text01 span{
opacity: 0;
animation: letter-glow 0.7s 0s ease both;
}
.is-act .text01 span{
opacity: 1;
}
.text01 span:nth-child(1) {
	animation-delay: 3.0s;
}
.text01 span:nth-child(2) {
animation-delay: 3.1s;
}
.text01 span:nth-child(3) {
animation-delay: 3.2s;
}

.text01 span:nth-child(4) {
animation-delay: 3.3s;
}
.text01 span:nth-child(5) {
animation-delay: 3.4s;
}
.text01 span:nth-child(6) {
animation-delay: 3.5s;
}
.text01 span:nth-child(7) {
animation-delay: 3.6s;
}
.text01 span:nth-child(8) {
animation-delay: 3.7s;
}
.text01 span:nth-child(9) {
animation-delay: 3.8s;
}
.text01 span:nth-child(10) {
animation-delay: 3.9s;
}
.text01 span:nth-child(11) {
animation-delay: 4.0s;
}
.text01 span:nth-child(12) {
animation-delay: 4.1s;
}
.text01 span:nth-child(13) {
animation-delay: 4.2s;
}
.text01 span:nth-child(14) {
animation-delay: 4.3s;
}

.is-act .text01 span{
  opacity: 0;
  animation: letter-glow 0.7s 0s ease both;
}
.is-act .text01 span{
opacity: 1;
}
.is-act .text01 span:nth-child(1) {
  animation-delay: 3.0s;
}
.is-act .text01 span:nth-child(2) {
  animation-delay: 3.1s;
}
.is-act .text01 span:nth-child(3) {
  animation-delay: 3.2s;
}
.is-act .text01 span:nth-child(4) {
  animation-delay: 3.3s;
}
.is-act .text01 span:nth-child(5) {
  animation-delay: 3.4s;
}
.is-act .text01 span:nth-child(6) {
  animation-delay: 3.5s;
}
.is-act .text01 span:nth-child(7) {
  animation-delay: 3.6s;
}
.is-act .text01 span:nth-child(8) {
  animation-delay: 3.7s;
}
.is-act .text01 span:nth-child(9) {
  animation-delay: 3.8s;
}
.is-act .text01 span:nth-child(10) {
  animation-delay: 3.9s;
}
.is-act .text01 span:nth-child(11) {
  animation-delay: 4.0s;
}
.is-act .text01 span:nth-child(12) {
  animation-delay: 4.1s;
}
.is-act .text01 span:nth-child(13) {
  animation-delay: 4.2s;
}
.is-act .text01 span:nth-child(14) {
  animation-delay: 4.3s;
}

@keyframes letter-glow{
0%   {
  opacity: 0;
  text-shadow: 0px 0px 1px rgba(255,255,255,0.1);
}
66%  {
  opacity: 1;
  text-shadow: 0px 0px 20px rgba(255,255,255,0.9);
}
77%   { opacity: 1;  }
100% {
  opacity:1;
  text-shadow: 0px 0px 20px rgba(255,255,255,0.0);
}
}
@keyframes blur {
0% {
  opacity: 0;
  filter: blur(10px);
}
100% {
  opacity: 1;
  filter: blur(0);
}
}


/*END*/

.markertest {
    font-weight: bold;
    background: -webkit-linear-gradient(left, rgb(196 226 129) 50%, transparent 50%);
    background: -moz-linear-gradient(left, rgb(255, 233, 50) 50%, transparent 50%);
    background: linear-gradient(left, rgb(255, 233, 50) 50%, transparent 50%);
    background-repeat: no-repeat;
    background-size: 200% .4em;
    background-position: 100% 1em;
    transition: 3s;
}
.markertest.is-active{
    background-position: 0% 1em;
}

