/* ========================================================================== 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: #fff;
    color: #464646;
    line-height: 2;
    -webkit-font-smoothing: antialiased;
    font-size: calc(16 / 1920 * 100vw);
	font-family: "Zen Kaku Gothic New", serif !important;
	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; }

.sp_none {
display: block;
}

/* 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: 103px;
    line-height: 103px;
    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;
}
	
}

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

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

@media only screen and (min-width: 768px) {
    .p-global-nav {
        display: block !important;
        margin-top: 17px;
    }
}

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

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

.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: #ff9c02;
    padding: 5px 0 0;
}
.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: #ffb034;
}
.p-global-nav .sub-menu li {
    margin: 0;
    padding: 0;
}
#menu-item-254 a {
    cursor: unset !important;
    color: #ddd !important;
}
.p-global-nav .sub-menu .menu-item-has-children > a::after { content: "\e910"; font-family: "design_plus"; position: absolute; right: 16px; }
.p-global-nav .sub-menu a {
    box-sizing: border-box;
    padding: 10px 5px 10px 15px;
    width: 240px;
    color: #fff !important;
    font-size: 90%;
    text-shadow: unset;
    border-bottom: solid 1px #ffc355;
    line-height: 1.5;
    text-align: left;
}

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



/* sp_menu */


#g-nav{
    position:fixed;
    z-index: 999;
	top:-120%;
    left:0;
	width:100%;
    height: 100vh;
    background: #ffb300;
	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: 100px auto 0;
}
.g-nav-in_flex {
    width: 44%;
    margin: 0 3%;
    float: left;
    position: relative;
}
#g-nav li{
	list-style: none;
    text-align: center; 
}
#g-nav li a{
	color: #fff;
	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: 90%;
        font-weight: 500;
        text-align: left;
        line-height: 1.5;
        display: block;
        position: relative;
        padding: 10px 0 7px 5px;
    }
#g-nav li {
    border-bottom: solid 1px #fff;
        margin-bottom: 10px;
}
}





/*リストのレイアウト設定*/
.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: 5px;
    right: 5px;
    cursor: pointer;
    width: 60px;
    height: 60px;
    background: #ff8518;
}
	
.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    width: 60%;
    right: 0;
    margin: 0 auto;
}

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

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

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(-20deg);
    width: 60%;
    right: 0;
    margin: 0 auto;
}

.openbtn.active span:nth-of-type(2) {
    left: 0;
    transform: translateY(6px) rotate(20deg);
    width: 60%;
    right: 0;
    margin: 0 auto;
    top: 15px;
}


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


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

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


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

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


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

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

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

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

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


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

/* footer */
footer {
    position: relative;
    padding: 60px 0 0px;
    background: #FFE5C5;
}
.footer_inner {
    display: table;
    max-width: 1300px;
    margin: 0 auto 80px;
    position: relative;
    width: 94%;
}
.footer_left {
    width: 45%;
    float: left;
    position: relative;
}

.footer_left .logo {
    height: auto;
    width: 200px;
	    margin-bottom: 40px;
}
.fo_txt {
    font-size: 95%;
}
.footer_right {
    width: 55%;
    float: left;
    position: relative;
    padding-top: 40px;
}
.copy_txt span:before {
    content: "";
    position: absolute;
    border-left: solid 1.5px #000;
    left: -10px;
    top: 20%;
    height: 75%;
}

.copy_txt span {
    position: relative;
    margin-left: 20px;
    font-weight: 300;
}

.copy_txt {
    text-align: center;
    font-size: 80%;
    background: #FF8E00;
    color: #fff;
    padding: 9px 0;
    font-weight: 300;
}

.p-footer-nav ul {
    display: table;
    position: relative;
    width: 97%;
}


.p-footer-nav ul .sub-menu li {
    margin-bottom: 15px;
}
.p-footer-nav ul li {
	margin-bottom: 10px;
    position: relative;
}
.wideul li {
    width: 48%;
    float: left;
}


.p-footer-nav.left_ds {
    width: 24%;
}
.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: 998;
    display: none;
}
.floating_menu ul li {
    float: left;
    position: relative;
    text-align: center;
    width: 100%;
}
.floating_con01 {
    background: #ffb933;
}
.floating_con02 {
    background: #dbdbba;
}
.floating_menu ul li img {
    height: 30px;
}
.floating_menu ul li a {
    display: block;
    position: relative;
    padding: 12px 0;
}


@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 **/

/*sec_mv*/
.mv_sec {
    position: relative;
}
.mv_img {
    position: relative;
}
.mv_img ul {
    width: 100%;
    position: relative;
    display: table;
}
.mv_img 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;
    margin: 0 auto;
}
.mv_img ul li {
    float: left;
    position: relative;
    padding-top: 19%;
}
.mv_01 {
    background: url(/wp/wp-content/uploads/top01.jpg) center no-repeat;
    background-size: cover;
    width: 39%;
}
.mv_02 {
    background: url(/wp/wp-content/uploads/top02.jpg) center no-repeat;
    background-size: cover;
    width: 31%;
}
.mv_03 {
    background: url(/wp/wp-content/uploads/top03.jpg) center no-repeat;
    background-size: cover;
    width: 30%;
}
.mv_04 {
    background: url(/wp/wp-content/uploads/top04.jpg) center no-repeat;
    background-size: cover;
    width: 33%;
}
.mv_05 {
    background: url(/wp/wp-content/uploads/top05.jpg) center no-repeat;
    background-size: cover;
    width: 33%;
}
.mv_06 {
    background: url(/wp/wp-content/uploads/top06.jpg) center no-repeat;
    background-size: cover;
    width: 34%;
}

.mv_catch {
    position: absolute;
    top: 8%;
    left: 14%;
    z-index: 1;
}
.mv_04:before {
    position: absolute;
    content: "";
    background: rgb(254 178 0 / 85%);
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.h_catch span {
    color: #CCFD47;
    font-weight: 600;
}

.h_catch {
    font-size: 2.5vw;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.2em;
    color: #fff;
    margin-bottom: 20px;
}
.h_txt {
    font-size: 1.1vw;
    font-weight: 600;
    line-height: 1.7;
    color: #fff;
}


/**sec_01**/
.inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1200px;
    position: relative;
}
.sec_01 {
    position: relative;
    margin: 70px auto;
}
.ttl_sub:before {
    position: absolute;
    content: "";
    background: url(/wp/wp-content/uploads/cara_ira01.svg) center no-repeat;
    background-size: contain;
    width: 170px;
    height: 56px;
    top: -55px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.ttl_sub {
    font-size: 150%;
    text-align: center;
    color: #FF9F00;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", serif;
    letter-spacing: 0.1em;
    position: relative;
    margin-top: 140px;
}
span.gre {
    color: #80B760;
    font-weight: 600;
}

span.num_f {
    font-weight: 600;
    font-family: "Jost", sans-serif;
}
span.gre01 {
    color: #80B760;
    font-weight: 500;
    line-height: 1;
    font-size: 140%;
    font-family: "Jost", sans-serif;
}
.t_ttl01 {
    font-size: 240%;
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
    letter-spacing: 0.07em;
}
.image {
    height: 100% !important;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.fea_img {
    height: 230px;
    position: relative;
}
.ul_01 li:last-child {
    margin: 0;
}

.ul_01 li {
    width: 30%;
    margin: 0 5% 0 0;
    float: left;
    position: relative;
}
.ul_01 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: table;
}
.num_txt {
    position: absolute;
    background: #FF9F00;
    z-index: 1;
    display: inline-block;
    font-family: "Jost", sans-serif;
    font-size: 160%;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #fff;
    padding: 14px 9px 10px;
    line-height: 1;
    top: -10px;
    left: -10px;
}
.fea_ttl span {
    color: #FF9F00;
    font-weight: 600;
}

.fea_ttl {
    font-size: 160%;
    line-height: 1.5;
    text-align: center;
    font-weight: 600;
    margin: 20px auto 0;
    position: relative;
}
.fea_block {
    position: relative;
    padding: 60px 0 40px;
    background: #FFF8EB;
}
.fea_ttl:before {
    position: absolute;
    content: "";
    display: block;
    right: 3px;
    top: 40%;
    border-right: 9px solid transparent;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 9px solid #fff;
    z-index: 1;
}
.fea_ttl:after {
    position: absolute;
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    top: 25%;
    right: 0;
    background: #795833;
}
.ul_01 li a:hover{opacity:0.7}
.ul_01 li a {
    position: relative;
    display: block;
    transition: all 0.3s ease 0s;
}
/*sec_02*/
.fea_out01:before {
    position: absolute;
    content: "";
    background: #F6FCF7;
    width: 100%;
    height: 80%;
    bottom: 0;
}

.fea_out01 {
    position: relative;
    margin-bottom: 100px;
}
.fea_out_img01:before {
    position: absolute;
    content: "";
    background: url(/wp/wp-content/uploads/top10.jpg) center no-repeat;
    width: 48%;
    right: 0;
    min-height: 370px;
    background-size: cover;
    top: 0;
}

.fea_out_img01 {
    position: relative;
    min-height: 450px;
}
.fea_left {
    position: relative;
    width: 46%;
    padding-top: 35px;
}
.fea_point_block {
    font-family: "Jost", sans-serif;
    position: relative;
    display: table;
    margin-bottom: 15px;
}
.fea_poit {
    writing-mode: vertical-lr;
    line-height: 1;
    font-size: 140%;
    font-weight: 500;
    color: #FFC566;
    float: left;
    padding-top: 13px;
}
.fea_num {
    float: left;
    margin-left: 15px;
    line-height: 1;
    font-size: 600%;
    font-weight: 500;
    color: #FFC566;
}

.point_ttl {
    font-size: 220%;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.5;
}
.point_ttl span {
    color: #FF9F00;
    font-weight: 600;
}
.t_txt01 {
    font-size: 100%;
}


.fea_out_img02:before {
    position: absolute;
    content: "";
    background: url(/wp/wp-content/uploads/top11.jpg) center no-repeat;
    width: 48%;
    left: 0;
    min-height: 370px;
    background-size: cover;
    top: 0;
}

.fea_out_img02 {
    position: relative;
    min-height: 450px;
}
.fea_right {
    position: relative;
    width: 46%;
    padding-top: 35px;
    margin: 0 0 0 auto;
}
.f02 {
    color: #BACDAE;
}
.ft02 span {
    color: #80B760;
}
.fea_out02 {
    position: relative;
    margin-bottom: 50px;
}
.fea_out03 {
    position: relative;
    margin-bottom: 100px;
}

.fea_out03:before {
    position: absolute;
    content: "";
    background: #F5F5F5;
    width: 100%;
    height: 80%;
    bottom: 0;
}
.fea_out_img03 {
    position: relative;
    min-height: 450px;
}
.fea_out_img03:before {
    position: absolute;
    content: "";
    background: url(/wp/wp-content/uploads/top12.jpg) center no-repeat;
    width: 48%;
    right: 0;
    min-height: 370px;
    background-size: cover;
    top: 0;
}

.w_inner {
    width: 92%;
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
}
.ul_02 {
    width: 100%;
    position: relative;
    display: table;
    margin: 0 auto;
}
.ul_02 li:last-child {
    margin: 0;
}
.ul_02 li {
    float: left;
    width: 46%;
    margin: 0 8% 0 0;
    position: relative;
}
.point_img {
    height: 340px;
    position: relative;
}
.p_flex {
    position: relative;
    display: table;
    margin-top: 20px;
    width: 100%;
}
.p_flex_left {
    width: 30%;
    float: left;
    position: relative;
}
.p_flex_right {
    float: left;
    width: 70%;
    position: relative;
}

/*sec_03**/
.sec_03 {
    position: relative;
    background: url(/wp/wp-content/uploads/top15.jpg) center no-repeat;
    background-size: cover;
    padding: 70px 0;
}
.sec_03:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(249 175 52 / 85%);
    top: 0;
    left: 0;
}
.wh_ttl {
    font-size: 200%;
    text-align: center;
    font-weight: 600;
    color: #fff;
    margin-bottom: 25px;
}
.wh_txt {
    font-size: 100%;
    text-align: center;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 2.2;
}

.spblo{display:none}

.sec_03 {
    position: relative;
    background: url(/wp/wp-content/uploads/top15.jpg) center no-repeat;
    background-size: cover;
    padding: 70px 0;
    margin: 100px auto 70px;
}
.btn_01 a:before {
    position: absolute;
    content: "";
    display: block;
    right: 7px;
    top: 24px;
    border-right: 9px solid transparent;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 9px solid #fff;
}
.btn_01 a {
    font-size: 105%;
    text-align: center;
    background: #795833;
    position: relative;
    display: block;
    padding: 14px 0;
    font-weight: 600;
    color: #fff;
    transition: all 0.3s ease 0s;
}
.btn_01 {
    position: relative;
    width: 90%;
	max-width:340px;
	margin:40px auto 0;
}
.btn_01 a:hover {
    opacity: 0.7;
}

/**sec_04*/
.menu_ul li:before {
    position: absolute;
    content: "";
    border: solid 1px #CAC2B9;
    width: 100%;
    height: 100%;
    top: -1px;
    left: -1px;
}

.menu_ul li {
    width: 19%;
    margin: 0 0.5% 1%;
    float: left;
    position: relative;
}

.menu_ul {
    position: relative;
    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;
    width: 100%;
}
.menu_img:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(182 151 89 / 75%);
    z-index: 1;
}

.menu_img {
    position: relative;
    height: 175px;
}
.menu_ttl {
    z-index: 2;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 140%;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 96%;
}
.menu_txt {
    padding: 15px 6% 0;
    position: relative;
    margin-bottom: 76px;
}
.menu_txtsp {
    display: none;
}


.btn_02 a:hover {
    opacity: 0.7;
}
.btn_02 a {
    font-size: 105%;
    text-align: center;
    background: #795833;
    position: relative;
    display: block;
    padding: 10px 0;
    font-weight: 600;
    color: #fff;
    transition: all 0.3s ease 0s;
}
.btn_02 {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.btn_02 a:before {
    position: absolute;
    content: "";
    display: block;
    right: 7px;
    top: 21px;
    border-right: 9px solid transparent;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 9px solid #fff;
}



/**sec_05*/

.mese_inner:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(255 255 255 / 85%);
}
.mese_inner {
    position: relative;
    background: url(/wp/wp-content/uploads/haikei01.jpg) center no-repeat;
    background-size: cover;
    padding: 70px 0 0;
}
.ul_03 {
    width: 100%;
    display: table;
    position: relative;
    margin: 0 auto;
}
.g_i30 img {
    width: 90%;
}
.g_i30 {
    width: 30%;
    float: left;
    position: relative;
    text-align: center;
}
.g_i70 {
    width: 65%;
    margin: 0 5% 0 0;
    float: left;
    position: relative;
}
.g_ttl {
    font-size: 200%;
    font-weight: 600;
    margin: 20px 0px 30px;
}
.g_txt {
    margin-bottom: 10px;
    font-size: 100%;
    font-weight: 500;
}

.left_btn {
    margin: 50px 0 0;
}



/*sec_06**/
.ul_04 {
    width: 100%;
    max-width: 900px;
    margin: 70px auto 100px;
    display: table;
}
.ul_04 li {
    position: relative;
    width: 44%;
    margin: 0 3%;
    float: left;
}
.haibtn01:before {
    position: absolute;
    content: "";
    background: rgb(155 190 135 / 80%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.haibtn02:before {
    position: absolute;
    content: "";
    background: rgb(255 159 0 / 74%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.btn_03 a {
    position: relative;
    display: block;
    font-size: 140%;
    text-align: center;
    font-weight: 600;
    color: #fff;
    padding: 40px 0px;
}
.btn_03:hover{opacity:0.7}
.btn_03 {
    width: 100%;
    position: relative;
    margin: 0 auto;
    transition: all 0.3s ease 0s;
}
.haibtn01 {
    background: url(/wp/wp-content/uploads/top05.jpg) center no-repeat;
    background-size: cover;
}
.haibtn02 {
    background: url(/wp/wp-content/uploads/top04.jpg) center no-repeat;
    background-size: cover;
}
.ul_05 {
    width: 100%;
    position: relative;
    display: table;
    margin: 0 auto;
}
.ul_05 li {
    width: 47%;
    margin: 0 6% 0 0;
    float: left;
    position: relative;
}
.ul_05 li:last-child {
    margin: 0;
}
.ji_ttl {
    font-size: 160%;
    font-weight: 600;
    border-bottom: solid 1px #333;
    padding: 0 0 5px 10px;
    margin-bottom: 30px;
}
.news_block {
    margin: 0 auto;
    width: 94%;
    position: relative;
    overflow-y: scroll;
    height: 366px;
}
.news_ttl {
    font-size: 110%;
    font-weight: 500;
}
.news_block a {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.g_box {
    width: 94%;
    margin: 0 auto;
}

.contact_sec {
    padding: 70px 0;
    position: relative;
}
.contact_sec ul {
    width: 100%;
    display: table;
    position: relative;
    margin: 20px auto 0;
}
.contact_sec li {
    width: 47%;
    margin: 0 6% 0 0;
    float: left;
    position: relative;
}
.contact_sec li:last-child{margin:0}


.footer_nav {
    width: 100%;
    margin: 0 auto;
    display: table;
}
.p-footer-nav {
    width: 33%;
    float: left;
    position: relative;
}
.wideul {
    width: 67%;
    float: left;
    position: relative;
}
.flogo_img {
    width: 80%;
    max-width: 330px;
    margin: 0 auto 30px;
}
.fltel_img {
    width: 80%;
    max-width: 350px;
    margin: 0 auto 25px;
}
.fltel_img a {
    position: relative;
    display: block;
}
table.time_table {
    border-bottom: solid 1px #ffc35f;
    margin-bottom: 10px;
}
table.time_table thead td {
    text-align: center;
}

table.time_table tbody td {
    text-align: center;
    padding: 10px 0;
    font-size: 95%;
}
table.time_table tbody th {
    width: 23%;
    text-align: center;
}
table.time_table thead th, table.time_table thead td {
    background: #FF9F00;
    text-align: center;
    padding: 5px 0;
    font-weight: 600;
    color: #fff;
}
.flul_txt {
    text-align: left;
    line-height: 1.5;
}
table.time_table01 tbody th {
    vertical-align: middle;
    text-align: center;
    width: 23%;
    font-weight: 500;
}

table.time_table01 tbody td {
    vertical-align: middle;
    text-align: center;
    font-size: 95%;
    line-height: 1.5;
    padding: 10px 0;
    font-weight: 500;
}
table.time_table01 {
    border: solid 1px #ff9f00;
    margin: 25px auto 10px;
}
table.time_table01 thead th, table.time_table01 thead td {
    text-align: center;
    padding: 5px 0;
    border-bottom: solid 1px #FF9F00;
    color: #ff9f00;
    font-weight: 500;
}
.flul_txt01 {
    font-size: 105%;
    text-align: center;
    font-weight: 500;
    margin: 40px auto 10px;
}
.en_img {
    width: 84%;
    margin: 0 auto;
    border: solid 1px #ddd;
}
.btn_04 a {
    position: relative;
    display: block;
    background: #FF9900;
    text-align: center;
    font-size: 110%;
    font-weight: 600;
    color: #fff;
    border-radius: 100px;
    padding: 5px 0;
    transition: all 0.3s ease 0s;
}
.btn_04 a:before {
    position: absolute;
    content: "";
    display: block;
    left: 10%;
    top: 17px;
    border-right: 10px solid transparent;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #fff;
}
.btn_04 a:hover {
    opacity: 0.7;
}
.btn_04 {
    width: 90%;
    max-width: 200px;
    margin: 20px auto;
}
.gulflex {
    display: table;
    width: 100%;
    position: relative;
}
.gulflex_ico {
    width: 45px;
    float: left;
    position: relative;
    margin-right: 10px;
}
.gftxt {
    font-size: 100%;
    line-height: 1.5;
    font-weight: 500;
}
.gulflex_txt {
    float: left;
}




/*  下層ページ */
#contents_header {
    background-size: 70% auto;
    height: 380px;
    position: relative;
    width: 100%;
    margin: 0 0 0 auto;
    background-repeat: no-repeat;
    background-position: right;
    margin-bottom: 150px;
}
#contents_header:before {
    background: #f5f5f5;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    bottom: -60px;
}
.p-page-header__inner {
    text-align: left;
    position: absolute;
    z-index: 2;
    left: 3%;
    top: 40%;
    width: 25%;
}
.post_inner {
    margin: 0 auto 60px !important;
}
.page_head_tittle {
    font-size: 190%;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-bottom: 20px;
}
.p_en_txt {
    font-size: 100%;
}

.k_inner {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto 100px;
    position: relative;
}
.k_con {
    width: 94%;
    margin: 0 auto;
    position: relative;
}
.k_ttl01:before {
    content: '';
    position: absolute;
    top: 0;
    left: -44%;
    width: 100%;
    height: 260%;
    transform: skew(0, -66deg);
    z-index: 0;
    background: #ffffff36;
}

.k_ttl01 {
    font-size: 180%;
    text-align: center;
    background: #FF9F00;
    padding: 15px 0;
    font-weight: 600;
    color: #fff;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
}
.txt_01 {
    line-height: 2.2;
    margin-bottom: 25px;
}

.mr_bt{
	    margin: 40px auto;
}
.flow_block {
    border: solid 1px #ffe6b8;
}
.fl_ttl span {
    background: #735050;
    color: #fff;
    font-size: 85%;
    padding: 0 11px 2px;
    border-radius: 100px;
    margin-right: 13px;
    font-weight: 500;
}
.fl_ttl {
    background: #ffe6b8;
    padding: 10px 10px 10px 25px;
    font-size: 120%;
    font-weight: 600;
    color: #735050;
}
.triangle {
    margin: 25px auto;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 23px solid #f9ab68;
}
.fl_txt {
    padding: 20px 4%;
    line-height: 2.2;
}
.space{height:50px}
.space_h {
    height: 120px;
}
.anchor {
    display: block;
    padding-top: 200px;
    margin-top: -200px;
}
.k_ttl02:before {
    position: absolute;
    content: "";
    background: url(/wp/wp-content/uploads/cara_ira01.svg) center no-repeat;
    background-size: contain;
    width: 140px;
    height: 44px;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.k_ttl02 {
    font-size: 170%;
    font-weight: 600;
    text-align: center;
    margin: 130px auto 30px;
    position: relative;
    color: #A68247;
}

.k_ul01 {
    width: 100%;
    display: table;
    margin: 0 auto 30px;
    position: relative;
}
.li_img_right {
    width: 36%;
    margin: 0 0 0 4%;
    float: right;
    position: relative;
}
.li_txt {
    width: 60%;
    float: left;
    position: relative;
}
.li_img {
    width: 36%;
    margin: 0 4% 0 0;
    float: left;
    position: relative;
}

.li_img_right02 {
    width: 30%;
    margin: 0 0 0 4%;
    float: right;
    position: relative;
}
.li_txt02 {
    width: 66%;
    float: left;
    position: relative;
}

.name_txt {
    font-size: 110%;
    margin-bottom: 5px;
    font-weight: 500;
}
span.naspa01 {
    margin-left: 15px;
    font-size: 90%;
    font-weight: 500;
}
span.nasoa02 {
    margin-left: 10px;
    font-size: 135%;
    font-weight: 500;
}
.k_ttl03 {
    font-size: 140%;
    font-weight: 600;
    border-bottom: solid 1px #dfdfdf;
    padding: 0 0 0 10px;
    margin: 30px 0 15px;
    color: #9f8a6e;
}



.c_inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
.foup_menu_block {
    background: #FFF0D6;
    padding: 50px 0 20px;
    position: relative;
}

.foup_menu_ttl span:after {
    right: -60px;
}
.foup_menu_ttl span:before {
    left: -60px;
}
.foup_menu_ttl span:before, .foup_menu_ttl span:after {
    position: absolute;
    content: "";
    border-top: solid 2px #3f3f3f;
    width: 50px;
    top: 50%;
}
.foup_menu_ttl span {
    font-weight: 600;
    padding: 0 20px;
    position: relative;
}
.foup_menu_ttl {
    font-size: 150%;
    text-align: center;
    margin: 0 auto 30px;
    position: relative;
    color: #333;
}

.foup_menu_ul li {
    width: 30%;
    float: left;
    margin: 0 1.5% 3%;
    position: relative;
}
.foup_menu_ul {
    width: 100%;
    position: relative;
    display: table;
    margin: 0 auto;
}
.menu_btn a:before {
    position: absolute;
    content: "";
    width: 100%;
    background: rgb(182 151 89 / 75%);
    height: 100%;
    top: 0;
    left: 0;
}

.menu_btn span {
    font-weight: 600;
    color: #fff;
    vertical-align: middle;
    z-index: 1;
    right: 0;
    line-height: 1.4 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}
.menu_btn a {
    display: block;
    position: relative;
    text-align: center;
    font-size: 120%;
    line-height: 90px;
    height: 90px;
}
.menu_btn:hover {opacity:0.7}
.menu_btn {
    position: relative;
    width: 100%;
    margin: 0 auto;
transition: all 0.3s ease 0s;
}
.bd1 {
    background: url(/wp/wp-content/uploads/top161.jpg) center no-repeat;
    background-size: cover;
}
.bd2 {
    background: url(/wp/wp-content/uploads/top17.jpg) center no-repeat;
    background-size: cover;
}
.bd3 {
    background: url(/wp/wp-content/uploads/top18.jpg) center no-repeat;
    background-size: cover;
}
.bd4 {
    background: url(/wp/wp-content/uploads/top20.jpg) center no-repeat;
    background-size: cover;
}
.bd5 {
	background: url(/wp/wp-content/uploads/top21.jpg) center no-repeat;
    background-size: cover;
}
.bd6 {
    background: url(/wp/wp-content/uploads/top22.jpg) center no-repeat;
    background-size: cover;
}
.bd7 {
    background: url(/wp/wp-content/uploads/top23.jpg) center no-repeat;
    background-size: cover;
}
.bd8 {
    background: url(/wp/wp-content/uploads/top24.jpg) center no-repeat;
    background-size: cover;
}
.bd9 {
    background: url(/wp/wp-content/uploads/top25.jpg) center no-repeat;
    background-size: cover;
}
.bd10 {
    background: url(/wp/wp-content/uploads/top26.jpg) center no-repeat;
    background-size: cover;
}

.md_box {
    display: flex;
    position: relative;
    margin-bottom: 50px;
}
.m_box {
    flex: 1;
    position: relative;
    background: #fffbee;
}
.d_box {
    position: relative;
    background: #f1f1f1;
    flex: 1;
}
.me_ttl {
    background: #f9e864;
    text-align: center;
    font-size: 110%;
    padding: 7px 0;
    font-weight: 600;
    color: #a36363;
}
.de_ttl {
    background: #b3b099;
    text-align: center;
    font-size: 110%;
    padding: 7px 0;
    font-weight: 600;
    color: #fff;
}
.md_box li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #d7a8a8;
    left: 0;
    top: 9px;
    border-radius: 10px;
}

.md_box li {
    line-height: 1.4;
    margin-bottom: 10px;
    position: relative;
    padding-left: 14px;
}
.md_box ul {
    padding: 20px 5% 10px;
    width: 90%;
}
.box_01 {
    background: #f7fbed;
    padding: 25px 5% 5px;
    box-shadow: 0px 80px 80px -80px rgb(0 0 0 / 20%);
    position: relative;
}
.ji_img li:last-child {
    margin: 0;
}
.ji_img li span {
    font-weight: bold;
    display: block;
    margin-top: 10px;
}

.ji_img li {
    line-height: 1.4;
    width: 31.3%;
    margin: 0 3% 20px 0;
    float: left;
    position: relative;
    font-size: 110%;
    text-align: center;
}
.ji_img {
    width: 100%;
    display: table;
    position: relative;
    margin: 0 auto;
}

.bo_ttl span {
    font-weight: 600;
    background: #ab8b8b;
    color: #fff;
    padding: 1px 17px 4px;
}

.bo_ttl {
    font-size: 130%;
    margin-bottom: 10px;
    text-align: center;
}

.unker_box li a:hover {
    text-decoration: underline;
    opacity: 0.8;
}
.unker_box li a:before {
    position: absolute;
    content: "";
    display: block;
    top: 11px;
    left: 0;
    border-right: 10px solid transparent;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #c3acac;
}
.unker_box li a {
    display: block;
    position: relative;
    color: #574444;
    font-weight: 500;
    padding-left: 20px;
}
.unker_box li {
    width: auto;
    float: left;
    margin: 0 10% 20px 0;
    font-size: 105%;
}
.unker_box ul {
    width: 100%;
    display: table;
    position: relative;
}
.unker_box {
    position: relative;
    background: #FCF9F0;
    padding: 40px 5% 10px;
}
.unker_ttl span {
    background: #fd8585;
    padding: 1px 40px 3px;
    font-weight: 500;
    color: #fff;
}

.unker_ttl {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: -16px;
    font-size: 120%;
}
.list_bl {
    background: #fff5d7;
    position: relative;
    padding: 0 0 10px;
    margin-bottom: 40px;
}
.list_ttl {
    display: inline-block;
    font-size: 110%;
    background: #8d5f5f;
    color: #fff;
    padding: 0 50px 0 15px;
    font-weight: 500;
    margin-bottom: 15px;
}
.list_bl ul li:after {
    border-left: 1px solid #858585;
    border-bottom: 1px solid #858585;
    width: 18px;
    height: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 10px;
    left: 1px;
    content: '';
}

.list_bl ul li:before {
    width: 14px;
    height: 14px;
    border: 1px solid #858585;
    display: block;
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
}
.list_bl ul li {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    font-size: 105%;
    font-weight: 500;
    padding-left: 30px;
}
.list_bl ul {
    width: 90%;
    margin: 0 auto;
    display: table;
}
table.table_b1 tbody td {
    background: #fcf9f0;
    border-bottom: solid 2px #fff;
    padding: 10px 20px;
    line-height: 1.7;
    border-right: solid 2px #fff;
}
table.table_b1 tbody th {
    background: #e9f5e9;
    border-bottom: solid 2px #fff;
    padding: 10px 20px;
    text-align: left;
    line-height: 1.5;
    font-weight: 500;
    width: 35%;
}
table.table_b1 thead td {
    background: #cde7cf;
    border-right: solid 2px #fff;
    text-align: center;
    font-size: 105%;
    font-weight: 500;
    padding: 10px 0;
}

.k_ul02 li {
    width: 46%;
    float: left;
    margin: 0 2% 4%;
    position: relative;
}
.k_img {
    font-size: 120%;
    font-weight: 500;
    text-align: center;
    color: #cb3333;
}
.k_ul02 {
    width: 100%;
    position: relative;
    display: table;
}

.dk_box {
    border: solid 2px #ff9207;
}
.dk_ttl02 {
    text-align: center;
    color: #f34a4a;
    font-weight: 600;
}
.dk_ttl01 {
    text-align: center;
    margin: 10px auto 0;
    font-weight: 500;
}
.dk_ttl03 span {
    font-size: 140%;
    font-weight: 600;
    line-height: 1;
}

.dk_ttl03 {
    font-size: 140%;
    text-align: center;
    margin-bottom: 6px;
    font-weight: 600;
    color: #ff9207;
}
.dk_ttl {
    background: #ff9207;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 120%;
}
.k_ttl04:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #f98b48;
    top: 15px;
    left: 0;
}

.k_ttl04 {
    font-size: 120%;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
    color: #f98b48;
    margin-bottom: 5px;
}

/**パンくずリスト**/
.breadcrumbs {
    font-size: 90%;
    color: #333;
}
.breadcrumbs a {
    color: #333;
    text-decoration: none;
}
.breadcrumbs-container {
    position: absolute;
    bottom: -43px;
    right: 3%;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}
.breadcrumbs span {
    color: #333;
}


.ks_inner {
    max-width: 1000px;
    width: 92%;
    margin: 0 auto;
    position: relative;
}

/*news*/
.p-news-block {
    width: 92%;
    margin: 100px auto;
    max-width: 1000px;
    position: relative;
}
.newsblock_inner {
    display: table;
    width: 100%;
    position: relative;
}
.p-article02__content {
    margin: 0 auto 30px;
    position: relative;
    border-bottom: solid 1px #c6c6c6;
    padding: 10px;
}
.p-article02__title {
    font-size: 105%;
    font-weight: 500;
}
.new_thum_img {
    margin-bottom: 15px;
}
.post-title {
    font-size: 150%;
    font-weight: 500;
    margin-bottom: 20px;
    border-bottom: solid 1px #ddd;
    padding: 0 0 10px 10px;
}
.news_posts {
    margin: 100px auto;
}
.btn_05 a:hover {
    opacity: 0.8;
}
.btn_05 a {
    text-align: center;
    position: relative;
    display: block;
    background: #fb8d00;
    padding: 15px 0;
    color: #fff;
    font-size: 110%;
    font-weight: 600;
    transition: all 0.3s ease 0s;
}
.btn_05 {
    margin: 50px auto 0;
    position: relative;
    max-width: 350px;
    width: 90%;
}
.p-article02__content a:hover {
    opacity: 0.6;
}
.p-article02__content a {
    position: relative;
    display: block;
    transition: all 0.3s ease 0s;
}
.con_box {
    background: #fff1e7;
    padding: 10px 0;
    text-align: center;
}
.con_ttl {
    font-size: 150%;
    font-weight: 600;
}
.con_ttl01 {
    font-family: "Jost", sans-serif;
    font-size: 250%;
    line-height: 1;
    margin-top: 15px;
    font-weight: 500;
    color: #d95e5e;
}
.con_ttl02 {
    font-size: 100%;
    font-weight: 500;
}
.reki_block {
    background: #f7f5f1;
    padding: 20px 4%;
    margin-bottom: 40px;
}
.reki_ttl span {
    background: #f7f5f1;
    padding: 0 20px 0 0;
    position: relative;
    font-weight: 600;
}
.reki_txt {
    font-size: 95%;
    margin-bottom: 14px;
}
.reki_ttl:before {
    position: absolute;
    content: "";
    width: 100%;
    border-top: solid 1px #ddd;
    top: 50%;
}
.reki_ttl {
    font-size: 120%;
    font-weight: 600;
    padding-right: 20px;
    position: relative;
}


table.sa_table td {
    width: 30%;
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
    vertical-align: middle;
    text-align: center;
    padding: 10px 0;
    font-weight: 500;
}

.left_txt {
    font-size: 110%;
    text-align: right;
    font-weight: 600;
}
.k_img01 {
    margin: 30px auto;
}
.fltel_img02 a {
    display: block;
    position: relative;
    padding: 5px;
}

.fltel_img02 {
    max-width: 300px;
    margin: 0 auto 25px;
    width: 90%;
}
.txtcen_red {
    text-align: center;
    color: #f00;
    font-weight: 600;
    font-size: 105%;
}

.sp_kai {
    display: none;
}
.k_ttl05:before {
    position: absolute;
    content: "";
    width: 30px;
    border-top: solid 1px #a49b8f;
    top: 50%;
    left: 0;
}
.k_ttl05 {
    font-size: 140%;
    font-weight: 600;
    padding: 0 0 0 45px;
    margin: 30px 0 10px;
    color: #9f8a6e;
    position: relative;
    line-height: 1.5;
}

.jump_point {
    height: 1px;
    display: block;
	padding-top: 130px;
	margin-top: -130px;
    position: relative;
    z-index: -1;
}
.jump_point02 {
    height: 1px;
    display: block;
	padding-top: 200px;
	margin-top: -200px;
    position: relative;
    z-index: -1;
}
/* respon */

@media only screen and (max-width: 1500px) {
	.p-global-nav li a {
    padding-left: 20px;
    padding-right: 20px;
}
}

@media only screen and (max-width: 1300px) {
.g_form_block {
    max-width: 130px;
	}
.p-global-nav li a {
    padding-left: 15px;
    padding-right: 15px;
}
.gf_txt {
    font-size: 10px;
}
.g_info_block {
    margin-right: 15px;
    max-width: 200px;
}
.g_info_block {
    margin-right: 15px;
    max-width: 230px;
}
}

@media only screen and (max-width: 1200px) {
	.g_info_block {
    max-width: 200px;
}
.fea_ttl:after {
    top: 21%;
}
.fea_ttl {
    font-size: 140%;
}
.header_logo {
    max-width: 160px;
    padding-left: 13px;
}
.g_form_block {
	max-width: 110px;}
}

@media only screen and (max-width: 1100px) {
	    .p-global-nav li a {
        padding-left: 12px;
        padding-right: 12px;
    }
}


@media only screen and (max-width: 1000px) {
	.g_info_block {
    display:none;
}
.fea_ttl:before {
    border-right: 7px solid transparent;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fff;
    right: 1px;
    top: 36%;
}
.fea_ttl:after {
    width: 24px;
    height: 24px;
}
.fea_ttl {
    font-size: 130%;
}
	.p-global-nav .sub-menu{    right: 0;
        left: unset;}
.p-page-header__inner {
    position: relative;
    padding-top: 240px;
    top: 0;
    width: 90%;
}
.page_head_tittle {
    font-size: 170%;
    margin-bottom: 10px;
}
.breadcrumbs a, .breadcrumbs span, .breadcrumbs {
    color: #ffffff;
    text-shadow: 1px 1px 3px #000;
}
.breadcrumbs-container {
    bottom: 13px;
}
#contents_header:before {
    bottom: -135px;
}
#contents_header {
    height: 230px;
    background-size: 90% auto;
margin: 70px 0 180px auto;
}
.h_txt {
    font-size: 1.3vw;
}
.h_catch {
    font-size: 3.5vw;
}
.mv_img ul li {
    padding-top: 25%;
}
.menu_ul li {
    width: 24%;
}
    .g_form_block {
        max-width: 95px;
    }
.gf_btn {
    font-size: 110%;
}
nav {
    margin: 0 15px 0 auto;
}
.p-global-nav {
    font-size: 90%;
margin-top: 27px;
}
}

@media only screen and (max-width: 767px) {
.ji_img li:last-child {
    margin: 0 auto 30px;
}
	.news_block {
    height: 250px;
}
.ji_img li {
        font-size: 100%;
    width: 92%;
    margin: 0 auto 30px;
    text-align: center;
    float: unset;
}
.sp_kai {
    display: block;
}
.reki_ttl span {
    padding: 0 10px 0 0;
}
.reki_ttl {
    font-size: 100%;
    padding-left: 0px;
}
.reki_txt {
    font-size: 80%;
    margin-bottom: 14px;
}
.reki_txt01 {
    font-size: 80%;
    margin-bottom: 0;
}
.reki_ttl01 {
    font-weight: 500;
    font-size: 90%;
}
.name_txt {
        font-size: 90%;
        text-align: center;
        line-height: 1.5;
    }
.reki_block {
    padding: 15px 4%;
    margin-bottom: 10px;
}
.pcblo {
    display: none;
}
.spblo {
    display: block;
}
.k_img {
    font-size: 95%;
    letter-spacing: 0;
    line-height: 1.5;
}
    .mv_sec {
        margin-top: 70px;
    }
.g_form_block {
    display: none;
	}
#contents_header:before {
    height: 110%;
}
.page_head_tittle {
    font-size: 3.3vw;
}
.p_en_txt {
    font-size: 90%;
    line-height: 1.7;
}
.ul_02 li {
    float: unset;
    width: 100%;
    margin: 0 auto 50px;
}
.ul_01 li {
    width: 100%;
    margin: 0 auto 40px;
    float: unset;
}
.left_btn {
    margin: 40px auto 0;
	}
    .header_logo {
        max-width: 124px;
        padding-left: 10px;
    }
.p-footer-nav ul li {
    margin-bottom: 8px;
}
.ji_ttl {
    font-size: 115%;
    text-align: center;
}
.footer_inner {
    width: 90%;
    margin: 0 auto 40px;
}
.p-footer-nav {
    width: 100%;
    float: unset;
}
.contact_sec li {
    width: 100%;
    margin: 0 auto 30px;
    float: unset;
}
.ul_05 li {
    width: 100%;
    margin: 0 auto 30px;
    float: unset;
}
.g_i30 img {
    width: 50%;
}
.btn_03 a {
    font-size: 120%;
    padding: 30px 0px;
}
.k_ttl05:before {
        width: 13px;
        top: 11px;
}
.box_02 .txt_01 {
        font-size: 90%;
        margin-bottom: 15px;
        line-height: 1.7;
    }
.k_ttl05 {
        font-size: 100%;
        padding: 0 0 0 20px;
        margin: 5px 0 6px;
        display: inline-block;
    }
.box_02 .k_ul01 {
    margin: 0 auto;
}
.ul_04 li {
    width: 100%;
    margin: 0 auto 30px;
    float: unset;
	}
.box_02 .li_img_right {
    width: 85%;
    margin: 10px auto;
}
.g_i30 {
    width: 100%;
    float: unset;
}
.g_i70 {
    width: 100%;
    margin: 0 auto 50px;
    float: unset;
}
.menu_ul li {
	width: 49%;}
    .mv_img ul li {
        padding-top: 45%;
    }
.mv_01 {
    width: 55%;
}
.h_txt {
    font-size: 2.5vw;
}
.mv_catch {
    top: 5%;
    left: 8%;
}
.t_ttl01 {
    font-size: 160%;
    line-height: 1.5;
    margin-bottom: 20px;
}
.ttl_sub {
    font-size: 110%;
    margin-top: 80px;
}
.ttl_sub:before {
    width: 100px;
    height: 33px;
    top: -38px;
}
.ul_01 li:last-child {
    margin: 0 auto;
}
.fea_out_img01:before {
    width: 100%;
    min-height: 200px;
}
.fea_ttl {
    font-size: 140%;
    margin: 10px auto 0;
}
.fea_img {
	height: 185px;}
.num_txt {
    font-size: 140%;
}
    .ul_01 li {
        width: 90%;
    }
.fea_point_block {
    margin-bottom: 4px;
}
.g_ttl {
    font-size: 140%;
    margin: 0px 0px 20px;
}
.menu_txt {
	display:none;
}
.ul_01 li .btn_01 {
    margin: 30px auto 70px;
    width: 100%;
}
    .menu_txtsp {
        display: block;
        padding: 10px 4% 0;
        margin-bottom: 70px;
        font-size: 90%;
        line-height: 1.6;
    }
.menu_ttl {
    font-size: 115%;
}
.menu_img {
    height: 110px;
}
.wh_txt {
    line-height: 2;
}
.wh_ttl {
    font-size: 150%;
}
.sec_03 {
    padding: 50px 0;
    margin: 70px auto;
}
.fea_out_img03:before {
    width: 100%;
    min-height: 200px;
}
.p_flex_right {
    float: unset;
    width: 100%;
}
.p_flex_left {
    width: 100%;
    float: unset;
}
.point_img {
    height: 200px;
    width: 109%;
    left: -5%;
}
.fea_out03 {
    padding-bottom: 30px;
    margin-bottom: 0px;
}
.fea_right {
    padding-top: 166px;
    width: 100%;
    margin: 0 auto;
}
.mv_05 {
    width: 50%;
}
.fea_out_img02:before {
    width: 100%;
    min-height: 200px;
}
    .h_catch {
        font-size: 6.3vw;
	        margin-bottom: 10px;
    }
fea_out02 {
    margin-bottom: 0;
}
	.fea_out_img01{    min-height: unset;}
.fea_poit {
    font-size: 110%;
}
.fea_out01 {
    padding-bottom: 40px;
    margin-bottom: 0px;
}
	.fea_out_img02 {min-height: unset;
}
.fea_out02 {
    position: relative;
    margin-bottom: 40px;
}
.point_ttl {
    font-size: 170%;
}
.fea_num {
    font-size: 500%;
    margin-left: 8px;
}
.fea_left {
    width: 100%;
    padding-top: 166px;
}
.mv_04 {
    width: 50%;
}
.mv_02 {
    width: 45%;
}
.mv_03, .mv_06 {
    display: none;
}
.p_flex {
    margin-top: -24px;
}
.en_img {
    width: 100%;
}
.gulflex_txt {
    float: unset;
    text-align: center;
    margin-top: 3px;
	}
table.time_table01 tbody th {
    width: 16%;
    line-height: 1.3;
	}
.news_ttl {
    font-size: 105%;
}
.btn_04 a:before {
    top: 14px;
}
table.time_table {
    font-size: 85%;
}
table.time_table01 {
    font-size: 85%;
}
table.time_table tbody th {
    width: 28%;
}
.gulflex_ico {
    float: unset;
    text-align: center;
    margin: 0 auto;
    width: 35px;
}
.news_txt {
    font-size: 95%;
}
.news_date {
    font-size: 85%;
    line-height: 1;
}
.flogo_img {
    width: 70%;
}
.contact_sec {
    padding: 70px 0 30px;
}
footer {
    padding: 45px 0 0px;
}
.gul li {
    margin: 0 auto 20px !important;
}
.li_img_right {
    width: 100%;
    margin: 0 auto 20px;
    float: unset;
        text-align: center;
}
.unker_box li {
    width: 90%;
    margin: 0 0 5px 0;
    font-size: 100%;
}
.k_inner {
    margin: 0 auto 50px;
}
.menu_btn a {
    font-size: 90%;
    line-height: 70px;
    height: 70px;
}
.foup_menu_block {
    padding: 30px 0 20px;
}
.foup_menu_ul li {
	width: 47%;}
.foup_menu_ttl {
    font-size: 100%;
    margin: 0 auto 20px;
}
table.table_b1 thead td, table.table_b1 tbody td, table.table_b1 tbody th {
    font-size: 90%;
	}
table.table_b1 tbody td {
    padding: 10px;
}
table.table_b1 tbody th {
    padding: 7px;
    width: 40%;
}
.list_bl ul li:after {
    width: 12px;
    height: 4px;
}
.k_ttl03 {
    font-size: 120%;
    padding: 0 0 13px;
    line-height: 1.5;
}
.list_bl ul li {
    padding-left: 20px;
}
.list_bl ul li:before {
    width: 10px;
    height: 10px;
    top: 9px;
}
.list_bl ul li {
    width: auto;
    float: unset;
    margin-bottom: 5px;
    font-size: 100%;
    padding-left: 25px;
}
.list_ttl {
    font-size: 100%;
}
.k_ttl02:before {
    width: 100px;
    height: 30px;
    top: -34px;
}
.k_ttl02 {
    font-size: 140%;
    margin: 100px auto 25px;
}
.unker_box li a {
    padding-left: 13px;
}
.unker_box li a:before {
    border-right: 7px solid transparent;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 7px solid #c3acac;
    top: 8px;
}
.unker_ttl {
    font-size: 110%;
    top: -10px;
}
.txt_01 {
    line-height: 1.9;
}
.li_txt {
    width: 100%;
    float: unset;
}
.flobl {
        width: 45%;
        float: left;
        margin: 0 5% 20px 0;
}
.k_ttl01 {
    font-size: 150%;
    line-height: 1.5;
    text-align: left;
    padding: 10px 20px;
    margin-bottom: 30px;
}
.p-footer-nav a:before {
    width: 4px;
    height: 4px;
    top: 11px;
}
.pf_ttl {
    margin-bottom: 5px;
}
.p-footer-nav a {
    padding-left: 10px;
}
.con_ttl01 {
    font-size: 200%;
}
.wideul li {
    width: auto;
    float: unset;
	}
.p-footer-nav {
    margin-top: 10px;
}
.con_ttl {
    font-size: 120%;
}
    table.sa_table td {
        width: 36%;
        font-size: 80%;
        line-height: 1.3;
        padding: 7px 0;
        border-top: solid 1px #c0c0c0;
        border-bottom: solid 1px #c0c0c0;
    }
.txtcen_red {
    text-align: left;
}
.li_img_right02 {
        width: 40%;
        margin: 0 auto 0px;
        float: unset;
    }
.box_03 .txt_01 {
    font-size: 90%;
    margin-bottom: 15px;
    line-height: 1.7;
}
.box_02 {
    padding: 15px 4% 1px;
    border: dashed 1px #f5b538;
}
.box_03 .k_ul01 {
    margin: 0 auto;
}
.li_txt02 {
    width: 100%;
    float: unset;
}
.staff .k_inner {
    width: 97%;
}
.box_03 {
    padding: 15px 4% 1px;
    border: dashed 1px #a8dfb9;
}
.staff .k_ttl01 {
    font-size: 120%;
    margin-bottom: 20px;
}
.fea_ttl:before {
    border-right: 9px solid transparent;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 9px solid #fff;
    right: 1px;
    top: 34%;
}
.fea_ttl:after {
    width: 30px;
    height: 30px;
}
}

@media only screen and (max-width: 500px) {
	#contents_header {
        height: 200px;
        background-size: cover;
        background-position: center;
    }
.page_head_tittle {
        font-size: 5vw;
    }
.p-page-header__inner {
    padding-top: 210px;
    width: 94%;
    left: 0;
    right: 0;
    margin: 0 auto;
	}
.menu_ul li {
    width: 98%;
    margin: 0 1% 1%;
}
.menu_txtsp {
    padding: 15px 4% 0;
    font-size: 100%;
}
.jump_point02 {
	padding-top: 100px;
	margin-top: -100px;
}
.sp_none {
display: none;
}
}















