/* ========================================================================== 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(16 / 1920 * 100vw);
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.05em;
}


a { color: #000; text-decoration: none; }

b, strong { font-weight: 700; }

big { font-size: larger; }

small { font-size: 80%; }

sub { vertical-align: sub; font-size: smaller; }

sup { vertical-align: super; font-size: smaller; }

i, cite, em, var, address, dfn { font-style: italic; }

tt, code, kbd, samp { font-family: monospace; }

u, ins { text-decoration: underline; }

img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
}

input { border: 0; margin: 0; padding: 0; }

select { background: none transparent; border: 0; border-radius: 0; margin: 0; padding: 0; -moz-appearance: none; -webkit-appearance: none; appearance: none; }

/* for IE */
select::-ms-expand { display: none; }

a, a:before, a:after, input { -moz-transition-property: background-color, color; -moz-transition-duration: 0.2s; -moz-transition-timing-function: ease; -o-transition-property: background-color, color; -o-transition-duration: 0.2s; -o-transition-timing-function: ease; -webkit-transition-property: background-color, color; -webkit-transition-duration: 0.2s; -webkit-transition-timing-function: ease; transition-property: background-color, color; transition-duration: 0.2s; transition-timing-function: ease; }

/* infinite scroll */
#infscr-loading { color: #525252; font-size: 14px; text-align: center; width: 100%; }
#infscr-loading img { margin-right: 8px; vertical-align: middle; }
#infscr-loading div { display: inline; }


/**************************
フォント調整
**********************************************************************************/

@media (min-width: 1401px) and (max-width: 1599px){
	body {
		font-size: calc(16 / 1599 * 100vw);}
	}
	
	@media (min-width: 1200px) and (max-width: 1400px){
	body {
		font-size: calc(16 / 1400 * 100vw);}
	}
	
	@media (min-width: 1001px) and (max-width: 1199px){
	body {
		font-size: calc(16 / 1199 * 100vw);}
	}
	
	@media (min-width: 768px) and (max-width: 1000px){
	body {
		font-size: calc(15 / 1000 * 100vw);}
	}
	@media only screen and (max-width: 767px) {
		body {
			font-size: 3.6vw;
		line-height: 1.7;}
}




/*  header */
#js-header {
    height: 100px;
    line-height: 100px;
    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: 100%;
    height: 100%;
}
.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: 280px;
    padding: 30px;
    width: 40%;
    background: #fff;
    position: absolute;
    border-radius: 0 0 50px 0;
}
.header_logo a {
    position: relative;
    display: block;
}
.header_logo img {
    vertical-align: middle;
    width: 100%;
    height: auto;
}

.logo_whi {
    display: block;
}
.logo_bli {
    display: none;
}


/* END */


 /*** global nav*/



.p-global-nav {
    font-size: 100%;
	float: right;
}

#home .p-global-nav {
	display:none;
}

#js-header.fixed .p-global-nav {
	display:block;
}

@media only screen and (min-width: 768px) {
    .p-global-nav {
        margin-top: 23px;
    }
}

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

.p-global-nav li sub-menu { top: 75%; left: 0; }
.p-global-nav a {
    display: block;
    letter-spacing: 1px;
    position: relative;
    transition: all 0.3s ease 0s;
    font-weight: 700;
}
span.gr_spa {
    font-size: 85%;
    color: #c3c3c3;
    font-weight: 500;
}




/* pageごとでglobal color変更*/
.bl_header .p-global-nav a {
    color: #000;
    text-shadow: unset;
}
.bl_header .logo_whi {
    display: none;
}
.bl_header .logo_bli {
    display: block;
}

/* p-global-nav hover 設定-調整*/
@media only screen and (min-width: 768px) {
    .p-global-nav li a:after {
        position: absolute;
        content: '';
        bottom: -5px;
        left: 0;
        width: 0;
        height: 3px;
		background: #ffb486;
        transition: all 0.3s ease 0s;
        right: 0;
        margin: 0 auto;
    }
    .p-global-nav li a:hover:after {
        width: 30%;
    }
.p-global-nav li a:hover {
    cursor: pointer;
}
}



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

/***/






/* footer */
.l-footer {
    padding: 80px 0 60px;
    position: relative;
}
.f_logo {
    max-width: 300px;
    margin: 0 0 40px;
}


.f_ul {
    width: 100%;
    display: table;
    position: relative;
}
.fli_left {
    width: 40%;
    float: left;
    position: relative;
}
.fli_right {
    width: 60%;
    float: left;
    position: relative;
}
.footer-menu {
    font-size: 95%;
    display: table;
    position: relative;
    width: 100%;
}

.footer-menu li a {
    position: relative;
    display: block;
}
.footer-menu li {
    margin: 0 0 20px 0;
    position: relative;
    width: 50%;
    float: left;
}
.f_add {
    font-size: 95%;
}
.f_add span {
    display: block;
}
.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: #E60012;
}
.copy_txt {
    text-align: center;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.1em;
}

/* sp_menu */
#g-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -100%;
    width: 40%;
    height: 100vh;
    background: rgb(0 0 0 / 85%);
    transition: all 0.6s;
    max-width: 600px;
}
#g-nav.panelactive{
    right: 0;
}
#g-nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 999; 
    width: 40%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 600px;
}
.g-navul {
    position: relative;
    z-index: 999;
    width: 80%;
    margin: 130px auto 20px;
    left: 0;
    right: 0;
    display: table;
}
.g-navul li {
    list-style: none;
    margin-bottom: 20px;
	position:relative;
line-height: 2;
}

.g-navul li a span {
    font-size: 90%;
    font-family: "Jost", sans-serif;
    line-height: 1;
    margin-right: 16px;
}
.g-navul li a {
    color: #ffffff;
    text-decoration: none;
    padding: 0 20px 0 10px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-size: 110%;
    transition: all 0.3s ease 0s;
    position: relative;
}
.g-navul li a:after {
	position: absolute;
	content: '';
	bottom: -5px;
	left: 0;
	width: 0;
	height: 1px;
	background: #fff;
	transition: all 0.3s ease 0s;
	margin: 0 auto;
    }
.g-navul li a:hover:after {
        width: 100%;
    }
.g-navul li a:hover {        
	cursor: pointer;
}
.openbtn {
    position: fixed;
    z-index: 9999;
    top: 24px;
    right: 24px;
    cursor: pointer;
    width: 160px;
    height: 60px;
    transition: all 0.4s ease;
    background: #e60012;
    border-radius: 150px;
    display: table;
}
.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: 40px;
    right: 0;
}

span.gm_spa {
    background: unset;
    color: #fff;
    text-align: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 60px;
    height: 60px;
    top: 0 !important;
    position: relative;
    width: auto;
    display: block;
}

.openbtn.active {
    position: fixed;
}

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

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

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

.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: 49px;
    width: 40px;
}
.openbtn.active span.gm_spa {
    transform: unset;
}


/*==== スクロール時　クラス付与・カラー変更 ===*/
.openbtn.scrolled {
    width: 180px;
}

/***END*****/

.g_txt {
    font-size: 95%;
    width: 80%;
    margin: 0 auto 15px;
    color: #Fff;
    line-height: 1.6;
}
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 img {
    width: 55%;
}

.gnav_logo {
    width: 80%;
    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 ===*/





/********* fadeUp *************************************/
.delay-time{
	opacity: 0;
}
.delay-time02{
animation-delay: 0.2s;
}

.delay-time04{
animation-delay: 0.4s;
}

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(50px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger{
    opacity: 0;
}


/*****メインビジュアル******/
#mv_sec {
    position: relative;
}

.mv {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}
.mv .image {
    padding-top: 43%;
}
.image {
    height: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.mv_catch {
    position: absolute;
	bottom: -6%;
    left: 10%;
}
.mv_sub_txt {
    color: #E60012;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 220%;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}
.mv_ttl {
    font-size: 440%;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.05em;
}

/*sec_01*/

#sec_01 {
    position: relative;
    margin: 230px 0 20px;
}
.inner {
    width: 90%;
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
}
.sec01_block {
    width: 50%;
    margin: 0 0 0 auto;
    position: relative;
    padding: 0px 0 30px;
}
.ttl_01 {
    font-size: 260%;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin-bottom: 45px;
}
.t_txt01 {
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 2;
    font-size: 105%;
}
#sec_01:before {
    position: absolute;
    content: "";
    width: 45%;
    height: 100%;
    background: url(/wp-content/uploads/t_img01.jpg) center no-repeat;
    background-size: cover;
    border-radius: 0 50px 50px 0;
  opacity: 0;
	animation: fadeOnly 2s ease-out forwards;
}
@keyframes fadeOnly {
  0% { opacity: 0; }
  100% { opacity: 1; }
}


.btn_01 a:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/arrow01.svg) center no-repeat;
    background-size: contain;
    width: 22%;
    height: 100%;
    right: 0;
    transition: all 0.3s ease 0s;
    top: 0;
}
.btn_01 a:hover::before {
    transform: translateX(10px);
    opacity: 0.1;
}
.btn_01 a {
    display: inline-block;
    position: relative;
    transition: all 0.3s ease 0s;
    padding: 10px 60px 10px 0px;
    font-size: 110%;
    font-weight: 700;
    min-width: 150px;
}
.btn_01 {
    margin: 50px 0 0;
    position: relative;
    display: block;
    text-align: right;
}

.btn_01 a:hover {
    color: #b79c5f;
}

/**sec_02*/

.si {
    position: relative;
    overflow: hidden;
    height: 230px;
    width: 100%;
}
.si .image {
    border-radius: 20px;
}
.t_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 60px;
}


.t_ul01 li {
    width: 30.33%;
    float: left;
    margin: 0 4% 0 0;
    position: relative;
}
.t_ul01 li:last-child {
    margin: 0;
}
.ttl_03 {
    margin: 13px 0 10px;
    font-size: 130%;
    font-weight: 600;
    letter-spacing: 0.05em;
}
.t_txt02 {
    font-size: 95%;
}
.haikei_sq01 {
    width: 105px;
    height: 95px;
    margin: 0 0 0 auto;
}
#sec_02 {
    position: relative;
    background: #F8F8F8;
    border-radius: 95px 0 95px 0;
    padding: 70px 0 30px;
}
.sub_txt {
    color: #E60012;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
	font-size: 160%;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}

.ttl_02{
    font-size: 220%;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin-bottom: 35px;
}
.t_ul01 .btn_01 {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}


/***画像切替****/
.image-wrap {
    position: relative;
    width: 100%;
    height: 530px;
    overflow: hidden;
    border-radius: 50px 0 0px 50px;
}

.viewer_bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	transition: opacity 2s ease, transform 2s ease;
  opacity: 1;
}

.viewer_text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 66%;
    padding: 25px 25px 25px 50px;
    background: rgb(255 255 255 / 90%);
    font-size: 105%;
    transition: opacity 2s ease, transform 2s ease;
    opacity: 1;
    transform: translateY(0);
    pointer-events: none;
    border-radius: 0 20px 0 0;
    font-weight: 600;
    line-height: 2.2;
}

.fade-out {
  opacity: 0 !important;

}

.st_block {
    cursor: pointer;
    padding: 20px;
    margin-bottom: 70px;
    border-bottom: solid 1px #e1e1e1;
}
.st_right {
    width: 50%;
    right: 0;
    position: absolute;
    top: 135px;
}
.st_left {
    width: 45%;
    position: relative;
    margin-top: 80px;
}
.st_ttl:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/arrow_12.svg) center no-repeat;
    background-size: contain;
    width: 6%;
    height: 100%;
    top: 30%;
    right: 0;
}

.st_ttl {
    font-size: 150%;
    font-weight: 700;
    position: relative;
}
.st_ttl span {
    color: #E60012;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 130%;
    font-weight: 700;
    line-height: 1;
    margin-right: 15px;
}
/**END**/
#sec_03 {
    position: relative;
    margin: 100px 0 40px;
    padding-bottom: 100px;
}
.lftbtn {
    text-align: left;
}
.lftbtn a:before {
    right: unset;
    left: 80px;
}


/**post_sec*/
.post_ul {
    width: 100%;
    display: table;
    position: relative;
}
.post_li_left {
    width: 25%;
    float: left;
    position: relative;
}
.post_li_right {
    width: 75%;
    float: left;
    position: relative;
    padding-top: 50px;
}

.post_m_block {
    border-top: solid 1px #bbbbbb;
}
.news_date {
    width: 15%;
    float: left;
    position: relative;
    color: #E60012;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 105%;
    letter-spacing: 0.1em;
}
.post_m_block a {
    display: table;
    position: relative;
    border-bottom: solid 1px #bbbbbb;
    padding: 50px 3% 35px;
    width: 94%;
transition: all 0.3s ease 0s;
}
#sec_post {
    position: relative;
    background: #F8F8F8;
    border-radius: 95px 95px 0 0;
    padding: 100px 0 140px;
}
.post_m_block a:hover {
    opacity: 0.7;
}

/*contact_Sec*/

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

#contact_sec {
    position: relative;
    border-radius: 95px 95px 0 0;
    padding: 100px 0 120px;
    background: #fff8e6;
    background: -webkit-linear-gradient(45deg, rgba(255, 248, 230, 1) 0%, rgba(252, 215, 215, 1) 100%);
    background: -moz-linear-gradient(45deg,rgba(255, 248, 230, 1) 0%, rgba(252, 215, 215, 1) 100%);
    background: linear-gradient(45deg, rgba(255, 248, 230, 1) 0%, rgba(252, 215, 215, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FFF8E6", endColorstr="#FCD7D7", GradientType=0 );
}

.whtxt {
    color: #fff;
}
.ttl_whtxt {
    font-size: 100%;
    line-height: 2;
    font-weight: 600;
    margin-top: 50px;
}
.contact_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;
}
.con_li_left {
    width: 50%;
    float: left;
    position: relative;
}
.con_li_right {
    width: 50%;
    float: left;
    position: relative;
}
.btn_02 a {
	border: solid 2px #000;
    width: 360px;
    display: block;
    position: relative;
    text-align: center;
    padding: 30px 0;
    font-size: 110%;
    font-weight: 600;
    letter-spacing: 0.1em;
    border-radius: 5px;
transition: all 0.3s ease 0s;
}

.btn_02 {
    position: absolute;
    right: 0;
    display: block;
    bottom: 0;
}
.btn_02 a:hover {
    border: solid 2px #e60012;
    background: #e60012;
    color: #fff;
}

.sp_kai{display:none}
#sec_spbl{
    display: none;
}


/****top respon*******/
@media only screen and (max-width: 1400px) {
.mv .image {
    padding-top: 52%;
}
}

@media only screen and (max-width: 1200px) {
	.header_logo {
    max-width: 230px;
    padding: 8px 20px 13px;
}
.si {
    height: 150px;
}
.st_ttl {
    font-size: 130%;
}
.ttl_01 {
	font-size: 230%;}
.image-wrap {
    height: 490px;
}
.viewer_text {
    padding: 25px;
}
}


@media only screen and (max-width: 1000px) {
    .mv .image {
        padding-top: 65%;
    }
.mv_catch {
    left: 5%;
}
.mv_sub_txt {
    font-size: 180%;
}
.fli_right {
    width: 56%;
    margin-left: 4%;
}
.st_right {
	width: 47%;}
.st_left {
	width: 50%;}
}

@media only screen and (max-width: 767px) {
    .mv .image {
        padding-top: 144%;
	}
#js-header {
    height: 70px;
    line-height: 70px;
}
.header_logo {
    padding: 6px 14px 12px;
    border-radius: 0 0 30px 0;
}
.openbtn.scrolled {
    width: 140px;
	}
span.gm_spa {
    font-size: 16px;
    line-height: 50px;
    height: 50px;
}
.openbtn {
    top: 10px;
    right: 10px;
    width: 140px;
    height: 50px;
}
.mv_catch {
        bottom: 30%;
        left: unset;
        right: 0%;
}
    .mv_sub_txt {
        font-size: 120%;
    }
.sp_kai{display:block}
.mv_ttl {
    font-size: 300%;
    line-height: 1.4;
}
.openbtn span:nth-of-type(1) {
    top: 14px;
}
.openbtn span:nth-of-type(2) {
    top: 27px;
}
.openbtn span:nth-of-type(3) {
    top: 40px;
}
.openbtn span:nth-of-type(1) {
    top: 10px;
}
.openbtn.active span:nth-of-type(3) {
    top: 40px;
}
#g-nav {
    width: 94%;
}
#g-nav.panelactive #g-nav-list {
    width: 94%;
}
#sec_01:before {
    width: 94%;
    height: 200px;
    border-radius: 0 30px 30px 0;
}
.sec01_block {
    width: 100%;
    margin: 0 auto;
    padding: 215px 0 0;
}
.t_ul01 .btn_01 {
    position: relative;
}
.t_ul01 {
    margin: 0 auto 30px;
}
.si .image {
    border-radius: 10px;
}
.t_ul01 li {
    width: 100%;
    float: unset;
    margin: 0 auto 30px;
}
.sub_txt {
    font-size: 130%;
    margin-bottom: 5px;
}
.ttl_02 {
	font-size: 160%;}
.haikei_sq01 {
    width: 75px;
    height: 65px;
}
#sec_02 {
    border-radius: 65px 0 65px 0;
}
.t_txt01 {
    font-size: 100%;
}
.ttl_01{
        font-size: 180%;
        margin-bottom: 30px;
    }
#sec_01 {
    margin: 100px 0 20px;
}
#sec_spbl {
        display: block;
        position: relative;
        margin: 100px 0;
    }
.post_li_left {
    width: 100%;
    float: unset;
}
.post_li_right {
    width: 100%;
    float: unset;
    padding-top: 0;
	}
.l-footer {
    padding: 60px 0 30px;
}
.footer-menu li {
    margin: 0 0 15px 0;
}
.f_add {
    font-size: 85%;
    text-align: center;
}
.fli_right {
    width: 100%;
    margin: 25px auto 0;
}
.btn_02 a {
    width: 100%;
    padding: 25px 0;
}
.f_logo {
    max-width: 300px;
    margin: 0 auto 40px;
    width: 70%;
}
.fli_left {
    width: 100%;
	float: unset;}
.post_m_block a {
    padding: 30px 3% 15px;
}
.ttl_whtxt {
    font-size: 90%;
    margin-top: 30px;
}
.btn_02 {
    position: relative;
    margin: 40px 0 0;
}
.con_li_right {
    width: 100%;
    float: unset;
}
.con_li_left {
    width: 100%;
    float: unset;
}
#contact_sec {
    border-radius: 50px 50px 0 0;
    padding: 70px 0;
}
.news_date {
    width: 100%;
    float: unset;
    font-size: 90%;
    margin-bottom: 5px;
}
.lftbtn {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    margin: 30px 0 0;
}
.sp_imm {
    position: relative;
    overflow: hidden;
    height: 170px;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
}
.lftbtn a:before {
    right: unset;
    left: unset;
    right: 0px;
}
#sec_post {
    border-radius: 50px 50px 0 0;
    padding: 60px 0;
}
#sec_03 {
    display: none;
}
.space_sp {
    height: 40px;
}
.st_ttl {
    margin-bottom: 10px;
}
}


/****下層ページ*******/

#contents_header {
    height: 350px;
    position: relative;
    margin-bottom: 17px;
}
#contents_header:before {
    position: absolute;
    content: "";
    width: 70%;
    height: 100%;
    right: 0;
    background: url(/wp-content/uploads/head_01.jpg) center no-repeat;
    border-radius: 0 0 0 90px;
    background-size: cover;
}
.p-page-header__inner {
    position: absolute;
    bottom: 0;
    width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    max-width: 1500px;
}
.page_head_tittle {
    font-size: 230%;
    font-weight: 700;
    letter-spacing: 0.1em;
}
.p_en_txt {
    color: #E60012;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 150%;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}
.breadcrumbs-container {
    width: 90%;
    margin: 0 auto;
    max-width: 1500px;
}
.breadcrumbs {
    text-align: right;
    position: relative;
    font-size: 90%;
    color: #3d3a3a;
}
.breadcrumbs a {
    color: #3d3a3a;
}
.entry_inner {
    margin: 150px auto;
    position: relative;
}

.k_ttl01 {
    font-size: 250%;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #434750;
    margin-bottom: 40px;
}
.k_ttl_sub:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #df4652;
    border-radius: 100px;
    left: 0;
	top: 8px;
}
.k_ttl_sub {
    color: #8d8d8d;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 130%;
    margin-bottom: 5px;
    position: relative;
    padding-left: 18px;
    line-height: 1;
}

.txt02 span {
    background: #fff;
    padding: 0 25px 0 0;
    position: relative;
}
.txt02 span:before {
    position: absolute;
    content: "";
    width: 100px;
    border-top: solid 1px #9f9f9f;
    right: -80px;
    top: 50%;
    z-index: -1;
}
.txt02 {
    font-size: 160%;
    margin-bottom: 40px;
    color: #434750;
    position: relative;
}
.txt01 {
    margin-bottom: 30px;
}

.txt03 span {
    background: #e60012;
    color: #fff;
    display: inline-block;
    padding: 0 12px;
    border-radius: 5px;
    font-weight: 500;
    margin-right: 16px;
}

.txt03 {
    font-size: 110%;
    margin-bottom: 20px;
    font-weight: 500;
}
.box_01 {
    padding: 30px 3%;
    margin-bottom: 30px;
    border: solid 1px #ddd;
    border-radius: 15px;
}

.k_inner {
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.h_inner {
    margin: 0px auto 100px;
    background: #F8F8F8;
    padding: 90px 0 70px;
    position: relative;
    border-radius: 95px 0 95px 0;
}
.k_ttl02 {
    font-size: 150%;
    font-weight: 600;
    margin: 50px 0 13px;
    color: #333;
}
table.table01 {
    margin-bottom: 30px;
}

table.table01 td {
    border-bottom: solid 1px #797979;
    padding: 20px 4%;
}

table.table01 th {
    width: 30%;
    background: #333;
    color: #fff;
    vertical-align: middle;
    border-bottom: solid 1px #fff;
    font-weight: 500;
}

.left_line .txt01 {
    font-weight: 700;
    line-height: 2.2;
}

.left_line {
    border-left: solid 2px #000;
    padding: 10px 0 2px 30px;
}

.ggmap {
    position: relative;
	padding-bottom: 35%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.box_02 {
    border: solid 1px #000;
    position: relative;
    padding: 0 5% 10px;
    margin: 50px 0 0;
}
.box_txt {
    position: relative;
    font-size: 120%;
    font-weight: 700;
    color: #333;
    background: #fff;
    display: inline-block;
    top: -18px;
    left: -18px;
    padding: 0 22px;
}
.box_02 li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #352e2e;
    border-radius: 10px;
    left: 0;
    top: 14px;
}

.box_02 li span {
    font-size: 95%;
}
.box_02 li {
    float: left;
    width: 46%;
    font-size: 110%;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 15px;
    position: relative;
}
.box_02 ul {
    width: 100%;
    display: table;
    position: relative;
}
.gght {
    background: #f9f9f9;
}


/** Contactform - お問い合わせフォーム */
.wpcf7 {
    font-size: 100%;
    margin: auto 0 2.5em !important;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}

.wpcf7 p { margin-bottom: 1em; font-size: 100%; }
.wpcf7 input, .wpcf7 textarea { border: 1px solid #ccc; box-sizing: border-box; line-height: 1.2; padding: 8px; 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 .wpcf7-list-item {
    display: inline-block;
}
.wpcf7 textarea { height: 300px; }.wpcf7 textarea {
    height: 300px;
    line-height: 1.8;
}.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: #e60012;
    cursor: pointer;
    border: none !important;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 110%;
    line-height: 1.5;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 20px 0;
    font-weight: 600;
    border-radius: 10px;
}

.wpcf7 .wpcf7-submit:before, .wpcf7 .wpcf7-submit:after { box-sizing: border-box; }
.wpcf7 .wpcf7-submit:hover, .wpcf7 .wpcf7-previous:hover { background-color: #666666; }
.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; }

table.rec_table02 td {
background: #f7f7f7;
    border: solid 2px #fff;
    padding: 20px;
}
table.rec_table02 th {
    background: #675959;
    border: solid 2px #fff;
    font-weight: 500;
    padding: 16px 0;
    font-size: 100%;
    width: 30%;
    vertical-align: middle;
    color: #fff;
}
span.required {
    background: #ffffff;
    color: #e51f2e;
    margin-left: 10px;
    font-size: 90%;
    font-weight: 600;
    padding: 0 5px 1px;
    border-radius: 3px;
}
.txt24 {
    margin: 10px 0;
}
span.wpcf7-form-control.wpcf7-acceptance {
    margin-right: 10px;
}
span.spav {
    display: block;
    font-size: 75%;
}
.ul_01 {
    width: 100%;
    position: relative;
    display: table;
}
.li_right {
    width: 60%;
    float: left;
}

.li_left img {
    border-radius: 13px;
}
.li_left {
    width: 35%;
    margin-right: 5%;
    float: left;
}


.k_ttl04 {
    font-size: 120%;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #434750;
    margin-bottom: 15px;
    line-height: 1.4;
}
.ul_02 {
    width: 100%;
    position: relative;
    display: table;
}
.ul_02 li {
    width: 48%;
    margin: 0 2% 0 0;
    float: left;
    position: relative;
}
table.table_02 td li:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #333;
    border-radius: 10px;
    left: 0;
    top: 9px;
}

table.table_02 td li {
    width: 90%;
    padding-left: 12px;
    position: relative;
    line-height: 1.4;
    margin-bottom: 7px;
}
table.table_02 td ul {
    width: 100%;
    display: table;
    position: relative;
}
table.table_02 th {
    width: 20%;
    font-size: 95%;
    vertical-align: middle;
    background: #373535;
    color: #fff;
    border-bottom: solid 4px #f8f8f8;
}
table.table_02 td {
    background: #fff;
    padding: 14px 1% 12px 3%;
    border-bottom: solid 4px #f8f8f8;
    color: #333;
}

table.table_02 {
    margin-bottom: 40px;
}
table.table_03 td {
    vertical-align: middle;
    padding: 15px 0;
    border-bottom: solid 1px #bfbfbf;
}
table.table_03 th {
    width: 20%;
    vertical-align: middle;
    padding: 15px 0;
    border-bottom: solid 1px #000;
    font-weight: 600;
}
.wpcf7 input[type="file"] {
    background: #fff;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    width: 100%;
    background: #fff;
    max-width: 100%;
}
.p-news-block {
    margin: 150px auto;
    position: relative;
}
.newsblock_inner {
    width: 90%;
    margin: 0 auto;
    max-width: 1100px;
    position: relative;
    display: table;
}

.p-article02__content a:hover {
    opacity: 0.7;
}
.date_cate_txt {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 95%;
    margin-bottom: 10px;
}
.p-article02__content a {
    display: block;
    position: relative;
    padding: 5px 10px 25px;
}
.p-article02__title {
    font-size: 105%;
    font-weight: 500;
}
.p-article02__content {
    width: 46%;
    margin: 0 2% 4%;
    float: left;
    border-bottom: solid 1px #bdbdbd;
}
.blog_date {
    font-family: "Zen Kaku Gothic New", sans-serif;
    margin-bottom: 10px;
}
.post-title {
    font-size: 140%;
    font-weight: 600;
    border-bottom: solid 1px #ddd;
    padding: 0 10px 10px;
    margin-bottom: 30px;
}
.ks_inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
table.table01 td a:hover {
    opacity: 0.7;
}
table.table01 td a {
    display: inline-block;
    padding: 3px 0;
    text-decoration: underline;
}
.space {
    height: 70px;
}

.txt24 a:hover {
    opacity: 0.7;
}

.txt24 a {
    border-bottom: solid 1px #333;
}
table.sd_table {
    border-collapse: separate;
    border-spacing: 6px;
}
table.sd_table td {
    padding: 5px 10px;
    font-size: 110%;
    font-weight: 600;
}

table.sd_table th {
    background: #e60012;
    border-radius: 5px;
    padding: 5px 0;
    font-size: 110%;
    font-weight: 600;
    color: #fff;
}
.post-body p {
    margin-bottom: 10px;
}

/****下層 respon*******/
@media only screen and (max-width: 767px) {
	.page_head_tittle {
		font-size: 170%;}
.k_ttl_sub:before {
    width: 6px;
    height: 6px;
    top: 7px;
}
.box_01 {
    padding: 30px 3% 10px;
}
table.sd_table td {
    padding: 5px 5px 11px;
}
.li_left {
    width: 100%;
    margin: 0 auto 20px;
    float: unset;
}
.p-news-block {
    margin: 70px auto;
}
.li_right {
    width: 100%;
    float: unset;
}
.p-article02__content a {
    padding: 5px 10px 20px;
}
.p-article02__content {
    width: 100%;
    margin: 0 auto 20px;
    float: unset;
    padding-bottom: 0px;
}
.k_ttl01 {
    font-size: 160%;
    margin-bottom: 30px;
}
.box_02 li:before {
    width: 4px;
    height: 4px;
    top: 11px;
}
.box_02 li {
    width: 90%;
    font-size: 105%;
    margin-bottom: 12px;
    padding-left: 13px;
}
.breadcrumbs {
    font-size: 80%;
}
.k_ttl_sub {
    font-size: 120%;
    padding-left: 13px;
}
.p_en_txt {
    font-size: 120%;
    margin-bottom: 5px;
}
.box_txt {
    font-size: 110%;
    top: -13px;
    padding: 0 10px;
    left: 1px;
}
.h_inner {
    border-radius: 65px 0 65px 0;
    padding: 60px 0 70px;
}
.box_02 {
    margin: 25px 0 0;
}
.ggmap {
    padding-bottom: 71%;
}
.wpcf7 textarea {
    height: 120px;
}
.entry_inner {
    margin: 100px auto;
}
#contents_header {
	height: 300px;}
#contents_header:before {
    border-radius: 0 0 0 50px;
}
table.rec_table02 th {
    padding: 8px 0;
}
table.rec_table02 td {
    padding: 12px;
}
table.rec_table02 th, table.rec_table02 td {
    width: auto;
    display: block;
}
.left_line {
    padding: 7px 0 2px 17px;
}
table.table01 td {
    padding: 15px 4%;
    font-size: 95%;
}
table.table01 th {
    width: 25%;
    font-size: 90%;
}
.k_ttl02 {
    font-size: 120%;
    margin: 35px 0 13px;
}
.txt02 span {
    padding: 0;
}
.txt03 span {
    display: block;
    text-align: center;
}
.post-title {
    font-size: 120%;
    padding: 0 0 10px;
    margin-bottom: 23px;
}
	.txt02 span:before{display:none}
.txt02 {
	    margin-bottom: 20px;font-size: 130%;}
}






