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

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

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

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

ul, ol { list-style: none; }

blockquote, q { quotes: none; }

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

a:focus { outline: none; }

ins { text-decoration: none; }

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

del { text-decoration: line-through; }

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

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

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

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

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

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

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

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

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

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

.clearfix { display: inline-block; }

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

.clearfix { display: block; }

/* end MacIE5 */
/* Base ----------------------------------------------------------------- */
body {
    color: #000;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    font-size: calc(18 / 1920 * 100vw);
font-family: "Shippori Mincho B1", 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(17 / 1599 * 100vw);}
	}
	
	@media (min-width: 1200px) and (max-width: 1400px){
	body {
		font-size: calc(17 / 1400 * 100vw);}
	}
	
	@media (min-width: 1001px) and (max-width: 1199px){
	body {
		font-size: calc(16 / 1199 * 100vw);}
	}
	
	@media (min-width: 768px) and (max-width: 1000px){
	body {
		font-size: calc(16 / 1000 * 100vw);}
	}
	@media only screen and (max-width: 767px) {
		body {
			font-size: 4vw;
		line-height: 1.7;}
}




/*  header */
#js-header {
    height: 120px;
    line-height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}
.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;
    position: relative;
    width: 94%;
    height: 100%;
    margin: 0 auto;
}
.header_img {
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    overflow: hidden;
    word-wrap: break-word;
    width: 27%;
    position: relative;
    margin: 0 5px;
}




/*========= header 上部固定させるための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: block;
	max-width: 240px;
    padding: 10px 0 0;
    width: 40%;
    position: absolute;
}
.header_logo a {
    position: relative;
    display: block;
}
.header_logo img {
    vertical-align: middle;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.4)) drop-shadow(0 0 20px rgba(0, 0, 0, 0.3)) drop-shadow(0 0 30px rgba(0, 0, 0, 0.2));
}

.logo_whi {
    display: block;
}
.logo_bli {
    display: none;
}
.h_txt {
    position: absolute;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    padding: 15px 0 0;
    text-shadow: 0 0 10px #000;
}


/* END */


 /*** global nav*/

nav {
    width: auto;
    float: right;
    margin: 60px 80px 0 auto;
    border-top: solid 1px #fff;
}
.p-global-nav {
    font-size: 100%;
	float: right;
}

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

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

/*global　上部テキスト*/
.gr_uptxt {
    position: absolute;
    line-height: 1;
    right: 80px;
    display: flex;
    margin-top: 21px;
}
.grtxt01 {
    color: #fff;
    font-size: 100%;
    flex: 1;
    white-space: nowrap;
    margin-right: 30px;
    text-shadow: 0 0 10px #000;
}
.grtxt02 {
    position: relative;
    color: #fff;
    font-size: 125%;
    flex: 1;
    text-shadow: 0 0 10px #000;
}
.grtxt02 span {
    position: relative;
    padding: 0 15px;
}
.grtxt02 span:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/tel_logo.svg) center no-repeat;
    background-size: contain;
    height: 100%;
    width: 20px;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5)) drop-shadow(0 0 20px rgba(0, 0, 0, 0.4)) drop-shadow(0 0 30px rgba(0, 0, 0, 0.3));
}

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

@media only screen and (max-width: 1200px) {
.p-global-nav {
    display: none;
}
.h_txt {
    font-size: 100%;
}
.gr_uptxt {
    margin-top: 15px;
    right: 60px;
}
}


@media only screen and (max-width: 1000px) {
.gr_uptxt {
    display: block;
	text-align: right;}
.grtxt01 {
    margin-right: 0;
    font-size: 11px;
    margin-bottom: 10px;
}
.grtxt02 {
    font-size: 170%;
}
.h_txt {
    font-size: 11px;
}
}

@media only screen and (max-width: 767px) {
.gr_uptxt {
    display: none;
}
	.h_txt {
    font-size: 11px;
    color: #fff;
    padding: 4px 0 0;
    letter-spacing: 0;
    left: -7px;
}
#js-header {
    height: 70px;
    line-height: 70px;
}
.header_logo {
        padding: 0;
        width: 50%;
        max-width: 160px;
}
}


/* p-global-nav hover 設定-調整*/
@media only screen and (min-width: 768px) {
    .p-global-nav li a:after {
        position: absolute;
        content: '';
        bottom: 0;
        left: 0;
        width: 0;
        height: 2px;
        background: #ffffff;
        transition: all 0.3s ease 0s;
        right: 0;
        margin: 0 auto;
        box-shadow: 0 0 10px #000;
    }
    .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;
}

/***/






/* footer */
.l-footer {
    padding: 80px 0 60px;
    position: relative;
    background: #000;
}
.f_logo {
    width: 80%;
    margin: 0 auto 30px;
    max-width: 260px;
}

.tel_txt02 {
    width: 80%;
    max-width: 320px;
    margin: 20px auto 30px;
}
.f_ul {
    width: 100%;
    display: table;
    position: relative;
}
.ftxt {
    font-size: 95%;
    text-align: center;
    margin-top: 30px;
}
.fli_left {
    width: 40%;
    float: left;
    position: relative;
}
.fli_right {
    width: 60%;
    float: left;
    position: relative;
}
.footer-menu {
    font-size: 100%;
    position: relative;
    margin: 50px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 1.6;
    width: 100%;
}
.footer-menu li a:hover{opacity:0.8;
text-decoration:underline}

.footer-menu li a {
    position: relative;
    display: block;
    padding: 2px 0px 2px 20px;
    color: #333;
    transition: all 0.3s ease 0s;
}
.footer-menu li {
    margin: 0 50px 20px 0;
    position: relative;
}
.footer-menu li a:before {
    content: '▶';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    text-align: center;
    font-weight: 700;
    pointer-events: none;
    font-size: 45%;
    color: #fff;
}
.footer-menu li a {
    position: relative;
    display: block;
    color: #fff;
    padding-left: 20px;
}
.f_add {
    font-size: 100%;
    text-align: center;
}
.l-footer nav {
    width: 100%;
    float: unset;
    margin: 0;
    border-top: unset;
}
.f_tel {
    max-width: 300px;
    margin: 18px auto;
}
.f_txt {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 4px;
}
.f_inner {
    width: 90%;
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
}
.fcoinnner {
    padding: 8px 0;
    background: #000;
}
.copy_txt {
    text-align: center;
	font-size: 13px;
    letter-spacing: 0.1em;
    color: #fff;
}

/* sp_menu */
#g-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -100%;
    max-width: 767px;
    width: 100%;
    height: 100vh;
    background: #ccb597;
    transition: all 0.6s;
font-family: "Shippori Mincho B1", serif;
margin: 0;
    border-top: unset;
}
#g-nav.panelactive{
    right: 0;
}
#g-nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 999; 
    max-width: 767px;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.g-navul {
    position: relative;
    z-index: 999;
    width: 80%;
    margin: 160px auto 40px;
    left: 0;
    right: 0;
    display: table;
    border-bottom: solid 1px #fff;
    padding-bottom: 20px;
}
.g-navul li {
    list-style: none;
    margin-bottom: 30px;
    position: relative;
    line-height: 2;
    width: 48%;
    float: left;
    margin-right: 2%;
}


.g-navul li a {
    color: #ffffff;
    text-decoration: none;
    padding: 0 20px 0 0px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-size: 110%;
    transition: all 0.3s ease 0s;
    position: relative;
    padding-left: 16px;
}
.g-navul li a:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/ar_02.svg) center no-repeat;
    background-size: contain;
    width: 7px;
    height: 100%;
    top: 2px;
    left: 0;
}
.g-navul li a:after {
	position: absolute;
	content: '';
	bottom: -5px;
	left: 0;
	width: 0;
	height: 1px;
	background: #fff;
	transition: all 0.3s ease 0s;
	margin: 0 auto;
    }
.g-navul li a:hover:after {
        width: 100%;
    }
.g-navul li a:hover {        
	cursor: pointer;
}

.b_logo {
    margin: 0 10% 20px;
    max-width: 180px;
    width: 80%;
    line-height: 1;
}
.b_txt {
    width: 80%;
    margin: 0 auto;
    line-height: 1.5;
    margin-bottom: 14px;
    color: #fff;
}

/****ハンバーガーメニュー*******/
.openbtn {
    transition: all 0.5s ease;
    position: fixed;
    z-index: 9999;
    top: 15px;
    right: 15px;
    cursor: pointer;
    width: 100px;
    height: 100px;
}



.openbtn.scrolled  {
    position: fixed;
    z-index: 9999;
    top: 15px;
    right: 15px;
    cursor: pointer;
    width: 100px;
    height: 100px;
    background: #2E261C;
    transition: all 1s ease;
}
.openbtn_line {
    width: 40%;
    float: right;
    position: relative;
}
.openbtn_txt {
    width: 60%;
    float: left;
    position: relative;
}
.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0;
    height: 1px;
    border-radius: 2px;
    background-color: #fff;
    width: 50px;
    right: 0;
	left:25px;
}

span.gm_spa {
    background: unset;
    color: #fff;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    top: 69px;
    line-height: 1;
    font-family: "Shippori Mincho B1", serif;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.openbtn.active {
    position: fixed;
}

.openbtn span:nth-of-type(1) {
	top:18px;	
}

.openbtn span:nth-of-type(2) {
top: 35px;
    width: 40px;
}

.openbtn span:nth-of-type(3) {
    top: 52px;
    width: 30px;
}

.openbtn.active span:nth-of-type(1) {
    transform: translateY(15px) rotate(-35deg);
}

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

.openbtn.active span:nth-of-type(3) {
    transform: translateY(-15px) rotate(35deg);
    top: 50px;
    width: 50px;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;

    z-index: 999;
}

#overlay.active {
    opacity: 1;
    visibility: visible;
}



@media only screen and (max-width: 1200px) {
	.openbtn {
    top: 6px;
    right: 6px;
    width: 70px;
    height: 70px;
}
.openbtn.scrolled  {
    top: 6px;
    right: 6px;
    width: 70px;
	height: 70px;}
.openbtn span {
    width: 40px;
    right: 0;
    left: 15px;
}
span.gm_spa {
    font-size: 11px;
    top: 52px;
    left: 0;
}
	.openbtn span:nth-of-type(2){
    top: 30px;
    width: 34px;
	}
	.openbtn span:nth-of-type(3){
    top: 44px;
    width: 28px;
	}
.openbtn.active span:nth-of-type(3) {
    top: 48px;
    width: 40px;
}
}


.g_txt {
    font-size: 95%;
    color: #Fff;
    line-height: 1.6;
    margin-bottom: 20px;
}
span.sggt:hover {
    opacity: 0.7;
}
span.sggt {
    color: #fff;
    border: solid 1px #fff;
    padding: 2px 12px 7px;
    font-size: 90%;
    transition: all 0.3s ease 0s;
}
.g_txt a {
    position: relative;
}
span.short {
    font-size: 95%;
    margin-right: 10px;
}
.g_txt01 span {
    font-family: "Jost", sans-serif;
}

.g_txt01 {
    width: 80%;
    margin: 0 auto 7px;
    line-height: normal;
    color: #fff;
}
.icoul02 li img {
    width: 24px;
    height: auto;
    vertical-align: middle;
}
.icoul02 li {
    width: 16%;
    margin: 0 2%;
    float: left;
    line-height: normal;
    text-align: center;
}
.icoul02 {
    width: 80%;
    display: table;
    position: relative;
    margin: 0 auto;
    padding: 20px 0;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
}


.gnav_logo {
    margin: 0 auto 18px;
}
.gnav_tel a {
    display: block;
    position: relative;
}

.gnav_tel img {
	width: 50%;
}
.gnav_tel {
    width: 80%;
    margin: 13px auto 20px;
    line-height: normal;
}



/*==== respon ===*/
@media only screen and (max-width: 767px) {
	.g-navul {
    width: 90%;
    margin: 120px auto 40px;
    padding-bottom: 0;
}
.b_txt {
    width: 90%;
    text-align: center;
}
.b_logo {
    margin: 0 auto 23px;
}
.g-navul li a:before {
    width: 6px;
    top: 0;
}
}




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


.t_ttl01, span.btnspa, .en_txt, .de_txt, .de_ttl, .de_ul, .pi_ttl, .pi_txt, .imp_en_ttl, .imp_ul01, .imp_ttl03, .imp_ul02, .imp_ttl_bl, .sym_ttl, .tc_ttl, .tc_txt02, .tc_ttl02, .case_ttl, #sec_08, #sec_09, .ora_ttl01, .ora_ttl02, .me_ttl, .me_ttl01, .me_ttl02, .doc_m, .in_ttl02, .gg_btn, .l-footer{font-family: "Shippori Mincho B1", serif;}


/*****メインビジュアル******/


#slider {
    width: 100%;
    height: 100vh !important;
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin: 0 0 0 auto;
}

#slider:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #00000042;
    top: 0;
    left: 0;
    z-index: 1;
}

#vegasSliderInner {
position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    line-height: 2;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    z-index: 10;
    color: #fff;
    font-size: 280%;
    opacity: 0;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5)) drop-shadow(0 0 20px rgba(0, 0, 0, 0.5)) drop-shadow(0 0 30px rgba(0, 0, 0, 0.5));
}
.mv-text-anim {
	animation: fadeOnly 2s ease forwards;
}

@keyframes fadeOnly {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#mv_sec {
    position: relative;
    background: #b3b3b3;
}

/**sec_01**/
#sec_01 {
    position: relative;
    margin: 150px 0 120px;
    background: #fff;
}
.image {
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.inner {
    position: relative;
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
}
.sec1_right {
    width: 58%;
    margin: 0 0 0 auto;
    position: relative;
}
.sec1_left {
    width: 40%;
    position: relative;
    margin: 0;
}
.img_flex {
    width: 90%;
    display: table;
    position: relative;
    left: 9%;
}

.drimg {
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 380px;
    width: 56%;
    float: left;
    padding-top: 50px;
}
.dlimg {
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 195px;
    width: 39%;
    float: left;
    margin-right: 5%;
}
.t_ttl01 {
    font-size: 260%;
    margin-bottom: 30px;
}
.t_txt01 {
    margin-bottom: 25px;
}
.s_inner {
    position: absolute;
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    top: 0;
    right: 0;
    left: 0;
}

/**sec_02*/
.parallax {
  background-image: url('/wp-content/uploads/top_05.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 150px 0px 60px;
    position: relative;
}
.parallax:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


.sp_kai{display:none}

.rea_left h3 {
    color: #fff;
    font-size: 240%;
    letter-spacing: 0.15em;
}
.rea_left h3 span {
    white-space: pre;
    writing-mode: vertical-rl;
    display: inline-block;
}
.rea_right {
    width: 90%;
    margin: 0 0 0 auto;
    position: relative;
}
.rea_left {
    float: left;
    position: relative;
left: -5%;
}
.rea_ul {
    width: 100%;
    display: table;
    position: relative;
    margin: 0 auto 70px;
}
.rea_li_right {
    width: 60%;
    float: left;
    position: relative;
}
.rea_li_left {
    width: 35%;
    float: left;
    margin: 0 5% 0 0;
    position: relative;
}
.rea_ttl {
    color: #fff;
    font-size: 170%;
    line-height: 1.6;
    margin-bottom: 25px;
}
.t_txt02 {
    color: #fff;
}


/**sec_03***/
span.td_ico:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/tel_ico_b.svg) center no-repeat;
    background-size: contain;
    height: 100%;
    width: 20px;
    left: 0;
    right: 0;
    top: -2px;
    margin: 0 auto;
}
span.tdtel_spa {
    font-size: 90%;
    margin-bottom: 5px;
    display: inline-block;
}
span.td_tel {
    font-size: 190%;
    line-height: 1.5;
}
span.td_ico {
    position: relative;
    padding: 0 15px;
}
table.table_01 th {
    width: 25%;
    text-align: left;
    border-right: solid 1px #000;
    font-size: 130%;
    padding: 0px 0 40px;
    line-height: 1.6;
}

table.table_01 td {
    padding: 0px 0 40px 5%;
}
.t_ttl02 {
    font-size: 230%;
    text-align: center;
    margin: 0 auto 60px;
}
#sec_03 {
    background: #fff;
    padding: 100px 0;
    position: relative;
}



/**sec_04*/
.ji_img {
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 250px;
}
#sec_04s:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 80%);
}
#sec_04:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 80%);
}
.whtxt {
    color: #fff;
    margin: 0 auto 30px;
}
.t_txt03 {
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}
#sec_04s {
    position: relative;
    background: url(/wp-content/uploads/t_haikei02.jpg) center no-repeat;
    background-size: cover;
    padding: 100px 0;
}
#sec_04 {
    position: relative;
    background: url(/wp-content/uploads/t_haikei02.jpg) center no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.ji_ul {
    position: relative;
    margin: 0px auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 70px;
}
.ji_ul li {
    position: relative;
    box-sizing: border-box;
}

table.table_02 {
    color: #fff;
    margin: 15px 0 0;
}
table.table_02 th {
    border-bottom: solid 1px #fff;
    width: 20%;
    padding: 14px 0;
}
table.table_02 td {
    border-bottom: solid 1px #fff;
    padding: 10px 0;
}
table.table_02 td a:hover {
    opacity: 0.7;
}
table.table_02 td a {
    color: #fff;
    text-decoration: underline;
    overflow-wrap: anywhere;
    word-break: normal;
}

/***sec_05***/
#sec_05 {
    position: relative;
    padding: 100px 0;
    background: #fff;
}
.faq_flex {
    position: relative;
    margin: 0px auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.faq_flex_inline {
    border-left: solid 1px #333;
    padding: 10px 20px 10px 50px;
}
.fa_ttl span {
    position: absolute;
    left: -30px;
}
.fa_ttl {
    position: relative;
    font-size: 120%;
    margin-bottom: 18px;
}
.a_txt {
    font-size: 95%;
}

/*sec_06*/
.post_flex {
    position: relative;
    margin: 0px auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}
.post_t_ttl {
    background: #000;
    position: relative;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-size: 130%;
}
.post_m_block {
    position: relative;
    padding: 25px 25px 1px;
    border-bottom: solid 1px #333;
    margin-bottom: 10px;
}
.post_m_block a {
    position: relative;
    display: block;
    margin-bottom: 25px;
}
.news_date {
    color: #333;
    font-size: 90%;
    letter-spacing: 1px;
}
.news_txt {
    font-size: 90%;
}

.news_ttl {
    font-size: 110%;
    margin-bottom: 10px;
    line-height: 1.6;
}
.btn_01 a {
    display: inline-block;
    padding: 2px 30px 2px 5px;
    position: relative;
}
.btn_01 a:hover {
    opacity: 0.7;
    text-decoration: underline;
}

.btn_01 a:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #000;
    border-right: 0;
    position: absolute;
    content: "";
    top: 11px;
    right: 0;
}
.btn_01 {
    text-align: right;
    position: relative;
}
#sec_06 {
    position: relative;
padding-bottom: 130px;
	background:#fff;
}
/**f_sec*/
#f_sec:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0 1 41 / 80%);
    top: 0;
    left: 0;
}

#f_sec {
    position: relative;
    background: url(/wp-content/uploads/t_haikei03.jpg) center no-repeat;
    background-size: cover;
    padding: 100px 0;
}
#f_sec ul li {
    width: 100%;
    position: relative;
    text-align: center;
    max-width: 380px;
}
#f_sec ul {
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    gap: 70px;
    list-style: none;
    padding: 0;
}
.ftn_01 img {
    height: 100%;
    width: auto;
}

.ftn_02 {
    line-height: 73px;
    height: 73px;
    font-size: 130%;
    color: #fff;
    background: #008D47;
    position: relative;
    display: block;
    padding: 17px 0;
    transition: all 0.3s ease 0s;
}
.ftn_01 {
    line-height: 73px;
    height: 73px;
    position: relative;
    display: block;
    border: solid 1px #fff;
    padding: 17px 0;
    transition: all 0.3s ease 0s;
}

.ftn_02:hover{
	    background: #004322;
}


/**top respon*/

@media only screen and (max-width: 1400px) {
	#sec_01 {
    margin: 100px 0 80px;
}
}

@media only screen and (max-width: 767px) {
	.s_inner {
    position: relative;
}
.l-footer {
    padding: 60px 0 50px;
}
.footer-menu {
    margin: 37px auto 0;
}
.f_logo {
    width: 200px;
}
#slider {
	height: 90vh !important;}
	.kai_sp{display:none}
.sp_kai{display:block}
.sec1_right {
    width: 100%;
    margin: 0;
}
.sec1_left {
    width: 100%;
    margin: 0 auto 40px;
}
.rea_left h3 {
    font-size: 180%;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
    text-align: center;
}
.rea_left {
    left: 0;
    float: unset;
}
.t_ttl01 {
    font-size: 200%;
}
#sec_01 {
    margin: 0;
    padding: 50px 0 70px;
}
.img_flex {
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.drimg {
    height: 130px;
}
.dlimg {
    height: 95px;
}
#vegasSliderInner {
    font-size: 180%;
    width: 100%;
	line-height:1.7;
}
.rea_left h3 span {
    white-space: unset;
    writing-mode: unset;
    display: block;
}
.rea_right {
    width: 100%;
    margin: 0;
}
.rea_ul {
    margin: 0 auto 50px;
}
.rea_li_left {
    width: 90%;
    float: unset;
    margin: 0 auto 25px;
}
.rea_li_right {
    width: 100%;
    float: unset;
	}
.ji_img {
    height: 150px;
	}
.post_m_block {
    padding: 15px 4% 1px;
}
.btn_01 a {
    padding: 2px 23px 2px 5px;
}
.btn_01 a:before {
    top: 9px;
}
.post_m_block a {
    margin-bottom: 20px;
}
.post_t_ttl {
    font-size: 120%;
    padding: 7px 0;
}
.fa_ttl {
    font-size: 110%;
    margin-bottom: 10px;
}
.post_flex_inner {
    margin-bottom: 30px;
}
.post_flex {
    display: block;
    grid-template-columns: unset;
    gap: 0;
}
.faq_flex_inline {
    margin-bottom: 30px;
    padding: 5px 0px 10px 40px;
}
#sec_05 {
    padding: 50px 0 70px;
}
.faq_flex {
    display: block;
    grid-template-columns: unset;
    gap: 0;
}
.ji_ul li {
    margin-bottom: 50px;
}
table.table_02 th, table.table_02 td {
    font-size: 95%;
    padding: 10px 3px;
}
.ji_ul {
    display: block;
    grid-template-columns: unset;
    gap: 0;
}
#sec_04 {
    padding: 50px 0;
}
#sec_03 {
    padding: 50px 0 70px;
}
.t_ttl02 {
    font-size: 180%;
    text-align: center;
    margin: 0 auto 20px;
}
table.table_01 th br {
    display: none;
}
table.table_01 th {
        padding: 10px 0;
	font-size:120%;
    border-right: unset;
}
table.table_01 td {
        padding: 0px 0 18px 20px;
        font-size: 95%;
position: relative;
}
table.table_01 td:before {
    position: absolute;
    content: "";
    height: 100%;
    border-left: solid 1px #6f6f6f;
    left: 4px;
}
#f_sec ul li {
    width: 90%;
    margin: 0 auto 35px;
}
#f_sec ul {
    display: block;
    justify-content: unset;
    gap: 0;
}
table.table_01 th, table.table_01 td {
    width: auto;
    display: block;
}
.ftn_02 {
    line-height: 60px;
    height: 60px;
    padding: 12px 0;
}

.ftn_01 {
    line-height: 60px;
    height: 60px;
    padding: 12px 0;
}
#f_sec {
    padding: 50px 0 20px;
}
#sec_06 {
    padding-bottom: 50px;
}
.rea_ttl {
    font-size: 150%;
    margin-bottom: 15px;
    text-align: center;
}
#f_sec .t_ttl02 {
    font-size: 160%;
}
}

/**spパララックス*/
@media only screen and (max-width: 767px) {
	.parallax {
  background-image: unset;
  background-size:unset;
  background-position:unset;
  background-repeat:unset;
        background-attachment: unset;
        padding: 55px 0;
	}
.parallax-bg{
	position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background: url('/wp-content/uploads/haikei_sp01.jpg') center / cover no-repeat;
}
}


/**********下層**************/
#contents_header {
    height: 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    background-position: center;
    background-size: cover;
}
#contents_header:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(131 131 131 / 70%);
}
.p-page-header__inner {
    text-align: center;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    height: 100%;
}
.p-page-header_in {
    position: relative;
    top: 53%;
}
.page_head_tittle {
    font-size: 230%;
    color: #fff;
}
.c_inner {
    position: relative;
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
}
.k_inner {
    position: relative;
    margin: 100px auto;
    width: 90%;
    max-width: 1200px;
}
.entry_inner {
    overflow: hidden;
    position: relative;
}
.k_ttl01 {
    font-size: 280%;
    text-align: center;
    margin: 0 auto 50px;
}
.centxt {
    text-align: center;
}

.txt01 {
    margin-bottom: 30px;
}
.txt01 {
    margin-bottom: 30px;
}

.centxt {
    text-align: center;
    line-height: 2.4;
}
.b_inner {
    background: #ddd;
    margin: -100px 0 0;
    padding: 100px 0 1px;
    color: #fff;
}
.k_ttl02 {
    font-size: 230%;
    text-align: center;
    margin-bottom: 50px;
}
.k_ttl03 span {
    background: #000;
    color: #fff;
    padding: 0 10px 2px;
    margin-right: 11px;
    position: absolute;
    left: 0;
    line-height: 1.5;
}

.k_ttl03 {
    font-size: 140%;
    border-bottom: solid 1px #333;
    padding: 0 0 6px 40px;
    margin-bottom: 20px;
    position: relative;
}
.k_btn a {
    position: relative;
    display: block;
    background: #000;
    border-radius: 100px;
    color: #fff;
    font-size: 110%;
    text-align: center;
    padding: 15px 0;
}
.k_btn {
    margin: 50px auto 0;
    position: relative;
    width: 90%;
    max-width: 320px;
}
.post-title {
    font-size: 180%;
    border-bottom: solid 1px #555;
    padding: 0 10px 10px;
    margin-bottom: 40px;
}
.blog_date {
    font-size: 90%;
    margin-bottom: 10px;
}
.k_ul01 {
    width: 100%;
    position: relative;
    display: table;
    margin: 0 auto 70px;
}
.li_right {
    width: 35%;
    float: right;
    margin: 0 0 0 5%;
    position: relative;
}
.li_txt {
    width: 60%;
    float: left;
    position: relative;
}
.li_left {
    width: 35%;
    float: left;
    margin: 0 5% 0 0;
    position: relative;
}
.gr_inner:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 75%);
}

.gr_inner {
    background: url(/wp-content/uploads/k_img01.jpg) center no-repeat;
    background-size: cover;
    padding: 70px 0;
    position: relative;
    color: #fff;
}
.breadcrumbs-container {
    background: #000;
	padding:5px 0;
}

.breadcrumbs a, .breadcrumbs span {
    color: #fff;
}
.breadcrumbs {
    width: 90%;
    margin: 0 auto;
    text-align: right;
    position: relative;
    color: #fff;
    font-size: 90%;
}


table.table_03 td {
    border-bottom: solid 1px #c1c1c1;
    padding: 10px 3%;
}
table.table_03 th {
    width: 20%;
    border-bottom: solid 1px #333;
    padding: 18px 5px;
    text-align: left;
}
.c_flex {
    display: table;
    width: 100%;
    position: relative;
}
.c_flex {
    width: 100%;
    position: relative;
    display: flex;
    margin-bottom: 40px;
}
.c_left {
    width: 25%;
    float: left;
    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;
    font-size: 110%;
    letter-spacing: 0.01em;
}
.c_right {
    width: 75%;
    float: left;
    position: relative;
}
.sc_box {
    border: solid 1px #ddd;
    padding: 2% 2% 10px;
    height: 200px;
    overflow-y: scroll;
    position: relative;
    background: #fff;
    margin: 40px auto 30px;
}

/** Contactform - お問い合わせフォーム */
.wpcf7 {
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}

.wpcf7 input, .wpcf7 textarea { border: 1px solid #ccc; box-sizing: border-box; line-height: 1.2; padding: 8px; width: 100%; }.wpcf7 input, .wpcf7 textarea {
    border: 1px solid #ccc;
    box-sizing: border-box;
    line-height: 1.2;
    padding: 20px;
    width: 100%;
}
.wpcf7 select, .wpcf7 input[type=checkbox], .wpcf7 input[type=radio] { border: 1px solid #ccc; max-width: 97%; padding: 8px; width: auto; }
.wpcf7 select, .wpcf7 .wpcf7-list-item-label { font-size: 100%; line-height: 1.2; }
.wpcf7-list-item {
    display: inline-block;
    margin: 0 1em 0 0;
}
.wpcf7 textarea { height: 200px; }
.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: 340px;
    margin: 30px auto 0;
    background: #000;
    cursor: pointer;
    border: none !important;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 105%;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 100px;
    padding: 25px 0;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.wpcf7 .wpcf7-submit:before, .wpcf7 .wpcf7-submit:after { box-sizing: border-box; }
.wpcf7 .wpcf7-submit:hover, .wpcf7 .wpcf7-previous:hover {
    background-color: #444;
	transform: translateY(-2px);
}
.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; }

.pr_ttl {
    font-size: 120%;
    margin-bottom: 5px;
}
.pr_txt {
    font-size: 95%;
    margin-bottom: 20px;
}

.check_box {
    display: table;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.check_box .wpcf7-list-item {
    float: unset;
    margin: 0 30px;
    font-size: 120%;
}
.c_txt {
    font-size: 120%;
    text-align: center;
    margin-bottom: 24px;
    border-bottom: solid 1px #777;
    padding-bottom: 20px;
}
.rec_box {
    width: 90%;
    margin: 46px auto 0;
}
span.required {
    margin-left: 10px;
    font-size: 80%;
    background: #f00;
    color: #fff;
    padding: 0 5px;
    line-height: 1.5;
}

/*****/
.ks_inner {
    margin: 70px auto;
    max-width: 1100px;
    width: 90%;
}
.li_left01 {
    width: 50%;
    float: right;
    margin: 0 0 0 5%;
    position: relative;
}
.li_txt01 {
    width: 45%;
    float: left;
    position: relative;
}
.k_ul02 {
    width: 100%;
    position: relative;
    display: table;
    margin: 0 auto 30px;
}
.ul_list li:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #000;
    left: 0;
    top: 9px;
}

.ul_list li {
    position: relative;
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 110%;
    padding-left: 20px;
    font-weight: 600;
}
.ul_list {
    width: 100%;
    position: relative;
    display: table;
    margin: 0 0 20px;
}
.flow_flex {
    position: relative;
    margin: 50px auto;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 30px;
}
.bl_inner {
    background: #f7f7f7;
    padding: 70px 5%;
}
.flow_txt span {
    border: solid 1px #000;
    padding: 0 4px 3px;
    margin-right: 14px;
    font-size: 90%;
}

.flow_txt {
    font-size: 120%;
    color: #000;
    text-align: center;
    line-height: 1.3;
}
.flow_con:before {
    position: absolute;
    content: "";
    width: 30px;
    right: -30px;
    border-top: solid 1px #000;
    top: 50%;
}
.flow_con {
    border: solid 1px #000;
    padding: 0px 10px 20px;
    text-align: center;
    position: relative;
}
.flow_con01 {
    border: solid 1px #000;
    padding: 0px 10px 20px;
    text-align: center;
    position: relative;
}
.spa_num {
    display: inline-block;
    position: relative;
    top: -14px;
    background: #000;
    color: #fff;
    padding: 1px 12px;
    font-size: 130%;
}

.flow_txt01 {
    line-height: 1.5;
}
.ul_list01 li:before{
    position: absolute;
    content: "";
    width: 10px;
    height: 100%;
    background: #000000;
    top: 0;
    left: 0;
}
.ul_list01 {
    position: relative;
    margin: 0px auto 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3px;
}
.ul_list01 li {
    position: relative;
    padding: 10px 10px 10px 21px;
    border: solid 1px #999;
    font-size: 110%;
}
.k_ttl04:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 14px;
    left: 0;
    background: #000;
}

.k_ttl04 {
    font-size: 120%;
    position: relative;
    padding-left: 18px;
    margin-bottom: 5px;
}

.post_bl {
    max-width: 900px;
    margin: 0 auto;
}

/**top respon*/
@media only screen and (max-width: 1400px) {
	.flow_flex {
    grid-template-columns: repeat(5, 1fr);
}
.flow_con {
    min-height: 100px;
}
}

@media only screen and (max-width: 1000px) {
	table.table_02 th {
    width: 21%;
}
}

@media only screen and (max-width: 767px) {
	#contents_header {
    height: 250px;
}
table.table_03 td {
    padding: 10px 3%;
    font-size: 95%;
    line-height: 1.5;
}
table.table_03 th {
    width: 30%;
    font-size: 95%;
    padding: 15px 0;
	}
.c_flex {
    display: block;
    margin-bottom: 25px;
}
.c_right {
    width: 100%;
    float: unset;
}
.wpcf7 input, .wpcf7 textarea {
    padding: 15px 10px;
}
.wpcf7 .wpcf7-submit, .wpcf7 .wpcf7-previous {
    width: 90%;
}
.c_left {
text-align: center;
    width: 100%;
    float: unset;
    display: block;
    margin-bottom: 6px;
}
.ul_list01 {
    grid-template-columns: repeat(2, 1fr);
}
.flow_txt01 {
    font-size: 110%;
}
	.flow_con:before{display:none}
.flow_flex {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}
.li_right {
    width: 100%;
    float: unset;
    margin: 0 auto 30px;
}
.txt01 {
    margin-bottom: 25px;
    line-height: 2;
}
.li_left {
    width: 100%;
    margin: 0 auto 30px;
    float: unset;
}
.li_txt {
    width: 100%;
    float: unset;
}
.k_ttl02 {
    font-size: 180%;
    margin-bottom: 40px;
}
.k_inner {
    margin: 70px auto;
}
.k_ttl01 {
    font-size: 180%;
    text-align: center;
    margin: 0 auto 30px;
}
.page_head_tittle {
	font-size: 160%;}
}

/***/
.cf_con {
    display: none;
}

@media only screen and (max-width: 767px) {
	.cf_con {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 1;
    width: 96%;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
}
}


/* ======================================
Thanks Page 強制適用版
====================================== */

body .thanks_page {
    width: 90% !important;
    max-width: 1000px !important;
    margin: 0 auto !important;
    padding: 100px 0 !important;
}

body .thanks_page p {
    font-size: 115% !important;
    line-height: 2.0 !important;
    margin: 0 0 2em !important;
    letter-spacing: 0.03em !important;
    color: #333 !important;
}

body .thanks_page .thanks_tel {
    margin-top: 80px !important;
    padding: 50px !important;
    border: 1px solid #ddd !important;
    text-align: center !important;
    background: #fafafa !important;
}

body .thanks_page .thanks_tel p {
    margin-bottom: 20px !important;
}

body .thanks_page .thanks_tel .tel_number {
    margin-bottom: 0 !important;
}

body .thanks_page .thanks_tel .tel_number a {
    display: inline-block !important;
    font-size: 200% !important;
    font-weight: 600 !important;
    color: #000 !important;
    text-decoration: none !important;
    letter-spacing: 0.08em !important;
}

body .thanks_page .thanks_tel .tel_number a:hover {
    opacity: .7;
}

/* tablet */

@media screen and (max-width: 1000px) {

body .thanks_page {
    padding: 90px 0 !important;
}

body .thanks_page .thanks_tel {
    padding: 40px !important;
}

}

/* sp */

@media screen and (max-width: 767px) {

body .thanks_page {
    width: 92% !important;
    padding: 70px 0 !important;
}

body .thanks_page h1 {
    font-size: 170% !important;
    margin-bottom: 50px !important;
}

body .thanks_page p {
    font-size: 100% !important;
    line-height: 2.1 !important;
}

body .thanks_page .thanks_tel {
    margin-top: 50px !important;
    padding: 30px 20px !important;
}

body .thanks_page .thanks_tel .tel_number a {
    font-size: 160% !important;
}

}

.thanks_tel .tel_number a {
    display: inline-block;
    font-size: 200%;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    letter-spacing: 0.08em;
}

/* PCではクリック無効 */

@media screen and (min-width: 768px) {

.thanks_tel .tel_number a {
    pointer-events: none;
    cursor: default;
}

}