/* ========================================================================== 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: #000;
    line-height: 2;
    -webkit-font-smoothing: antialiased;
    font-size: calc(16 / 1920 * 100vw);
	font-family: 'Noto Sans JP', sans-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; }

/* 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: 768px){
	body {
		font-size: calc(16 / 767 * 100vw);}
	}
@media only screen and (max-width: 767px) {
		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%;
}
.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%;
}

/*========= header 上部固定させるためのCSS ===============*/
#js-header.fixed{
	position: fixed;
  z-index: 999;
  top:0;
  left:0;
	animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-100px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}


#js-header.fixed .p-global-nav li a {
    color: #000;
    text-shadow: unset;
}


#js-header.fixed .contact_btn a
{background: rgb(235,228,205);
background: -moz-linear-gradient(90deg, rgba(235,228,205,1) 0%, rgba(56,176,185,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(235,228,205,1) 0%, rgba(56,176,185,1) 100%);
background: linear-gradient(90deg, rgba(235,228,205,1) 0%, rgba(56,176,185,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ebe4cd",endColorstr="#38b0b9",GradientType=1);}


#js-header.fixed .contact_btn a:hover {
background: rgb(229,214,166);
background: -moz-linear-gradient(90deg, rgba(229,214,166,1) 0%, rgba(204,138,132,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(229,214,166,1) 0%, rgba(204,138,132,1) 100%);
background: linear-gradient(90deg, rgba(229,214,166,1) 0%, rgba(204,138,132,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5d6a6",endColorstr="#cc8a84",GradientType=1);
	color:#fff;
}




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

/* スクロール時 header logo切り替え*/
#js-header.fixed .logo_whi {
    display: none;
}
#js-header.fixed .logo_bli {
    display: block;
}
/* END */


 /*** global nav*/

nav {
    margin: 0 30px 0 auto;
}

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

@media only screen and (min-width: 1201px) {
    .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: 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;
}


.head_c_img img {
    vertical-align: middle;
}
.head_c_img {
    width: 20%;
    margin-right: 110px;
}

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

#js-header.fixed .p-global-nav li a:after {
    background: #000;
}


.p-global-nav .menu-item-has-children { position: relative; }
.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: -50%;
    transition: 0.3s;
    visibility: hidden;
    z-index: 99;
    background: #fff;
    border-radius: 7px;
padding: 27px 0;
    box-shadow: 3px 3px 16px #a1a1a1;
}
.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 {
    margin: 0;
    padding: 0;
}
li#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: 11px 5px 11px 35px;
    width: 280px;
    color: #000 !important;
    font-size: 16px;
    text-shadow: unset;font-size:
    font-weight: bold;
}

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



/* pc　ハンバーガー */
#g-nav-list_pc {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.pcnav_ttl {
    font-size: 110%;
    border-bottom: solid 1px #a3a3a3;
    padding: 0 10px 5px;
    line-height: 1.5;
    margin-bottom: 15px;
    font-weight: 500;
    color: #775a51;
}
.pcnav_ttl span {
    font-family: "Jost", sans-serif;
    font-size: 140%;
}

.pc-nav_right {
    width: 52%;
    float: left;
    margin: 0;
    padding-top: 6%;
    position: relative;
}

.pc-nav_left {
    width: 40%;
    margin: 0 8% 0 0;
    float: left;
    position: relative;
}
.pc_nav_logo {
    width: 85%;
    margin: 0 auto 6%;
}
.pgnav_block_pc {
    display: table;
    position: relative;
    width: 94%;
    margin: 0 auto;
    max-width: 1400px;
    padding: 4% 0;
}
table.table_g {
    margin: 30px 0 15px;
}
.pcnav_txt01 {
    line-height: 1.7;
    font-size: 95%;
    text-align: center;
    margin-bottom: 20px;
}
table.table_g thead th {
    width: 30%;
    text-align: center;
    padding: 10px 0;
    background: #eff5f7;
    line-height: 1.5;
}
table.table_g thead td {
    padding: 10px 0;
    background: #eff5f7;
    text-align: center;
    line-height: 1.5;
}
table.table_g th {
    width: 30%;
    text-align: center;
    font-family: "Jost", sans-serif;
    padding: 10px 0;
    line-height: 1.5;
    background: #fbfbfb;
}
table.table_g td {
    background: #fbfbfb;
    line-height: 1.5;
    text-align: center;
}
.gr_time_flex {
    display: flex;
    position: relative;
    margin-top: 25px;
}
.gr_time_flex_cont {
    flex: 1;
    position: relative;
}
.pgnav_block_pc .btn_10 a, .pgnav_block_pc .btn_20 a {
    line-height: 2.2;
}
.pgnav_block_pc .tel_txt {
    text-align: center;
    font-size: 260%;
}
.pc-navul_flex {
    display: table;
    width: 96%;
    position: relative;
    margin: 0 auto 40px;
}
.pc-navul_flexcontents:last-child {
    margin: 0;
}
.pc-navul_flexcontents {
    width: 48%;
    margin: 0 4% 0 0;
    float: left;
}
.pc-navul_flexcontents li {
    border-bottom: unset !important;
    line-height: 1.5 !important;
    margin-bottom: 5px;
}

.pc-navul_flexcontents li a:before {
    position: absolute;
    content: "";
}
.pc-navul_flexcontents li a {
    padding: 10px 0 10px 17px !important;
    position: relative;
    font-size: 15px;
}
.pc-navul_flexcontents li a:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 18px;
border-right: 1px solid #5d616d;
    border-bottom: 1px solid #5d616d;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
}
.pc-navul_flexcontents li a:hover {
    color: #838ea9 !important;
}




/* sp_menu */
#g-nav {
    position: fixed;
    z-index: 999;
    top: -120%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #effbfd;
    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;
	display:none;
	
}
#g-nav ul {
    display: table;
    z-index: 999;
    width: 100%;
}

#g-nav li {
    list-style: none;
    text-align: left;
    line-height: 2.5;
    border-bottom: solid 1px #454545;
}

#g-nav li a{
	color: #000;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.pgnav_block {
    width: 70%;
    display: table;
    position: relative;
    margin: 0 auto;
    padding: 6% 0;
}
.p-g-nav {
    width: 45%;
    float: left;
    position: relative;
    margin-right: 5%;
}


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

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

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

span.mmtxt {
    transition: unset !important;
    height: unset !important;
    border-radius: unset !important;
    background-color: unset !important;
    width: auto;
    right: 0;
    margin: 0 auto;
    top: 24px;
    text-align: center;
    color: #fff;
    font-family: "Jost", sans-serif;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

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

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

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



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

.openbtn {
    position: fixed;
    z-index: 9999;
    top: 0px;
    right: 0px;
    cursor: pointer;
    width: 103px;
    height: 103px;
    background: #032FA7;
}


	
.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:19px;	
}

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

.openbtn span:nth-of-type(3) {
    top: 51px;
}
.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) {
	opacity: 0;
}

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


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

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

@media 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;
}
}



/********* 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: #474747;
    overflow: hidden;
}
footer:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 2.3%;
    width: 100%;
    height: 132%;
    transform: skew(0, -20deg);
    z-index: 0;
    background: #4f4f4f;
}
.footer_inner {
    display: table;
    max-width: 1000px;
    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: 100%;
    position: relative;
    padding-top: 40px;
}
.copy_txt span:before {
    content: "";
    position: absolute;
    border-left: solid 1.5px #fff;
    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%;
    color: #fff;
    padding: 9px 0;
    font-weight: 300;
    z-index: 2;
    position: relative;
}
.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: 15px;
    position: relative;
    padding-left: 17px;
}
.p-footer-nav {
    width: 50%;
    float: left;
    position: relative;
}
.p-footer-nav ul li:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0px;
    top: 14px;
}
.p-footer-nav.left_ds {
    width: 24%;
}
.p-footer-nav a {
    color: #fff;
    font-size:95%;
}
.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:10px;
    right: 10px;
    z-index: 9999;
    display: block !important;
}
.p-pagetop a:hover{opacity:0.7}
.p-pagetop a {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    text-align: center;
	    transition: all 0.3s ease 0s;
}
.p-pagetop img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: middle;
}

.side_link_bock {
    position: fixed;
    bottom: 0px;
    padding: 0px;
    top: 103px;
    right: 0px;
    z-index: 999;
    max-width: 103px;
}
.side_i_img:hover {
    opacity: 0.8;
}
.side_i_img {
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.side_i_img a {
    position: relative;
    display: block;
}


/**floating menu**/
.floating_menu {
    width: 100%;
    margin: 0 auto 0 0;
    left: 0;
    position: fixed;
    bottom: 0;
    background: #eba414;
    z-index: 9999;
	display:none;
}
.floating_menu ul {
    width: 100%;
    position: relative;
    display: table;
}
.floating_con01 a, .floating_con02 a, .floating_con03 a {
    display: block;
    position: relative;
    line-height: 1;
    padding: 8px 0;
}
.floating_con03 {
background: #e7af2f;
}
.floating_con02 {
    background: #75cddd;
}
.floating_menu ul li {
    float: left;
	position:relative;
    text-align: center;
    width: 33.33333%;
}
.floating_con01 {
    background: #032FA7;
}

.floating_menu li img {
    height: 42px;
width: auto;
}
.floating_txt {
    background: #e37500;
    text-align: center;
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
    padding: 4px 0 7px;
    font-size: 90%;
}

@media screen and (max-width: 767px) {
	.p-pagetop {
    bottom: 97px;
}
footer {
    padding: 0px 0 85px;
}
.floating_menu {
	display:block;
}
}

/** 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;
        border: unset !important;
        font-size: 90%;
        padding: 5px 0 2px;
    }
.wpcf7 .wpcf7-list-item-label {
    font-size: 14px;
}
.wpcf7 input, .wpcf7 textarea {
    font-size: 15px;
}
}



/** top slide**/
.slider {
  position:relative;
	z-index: 1;
	height: 100%;
}
/*　背景画像設定　*/

.slider-item01 {
	background:url(/wp-content/uploads/ntop_01s.jpg);
}

.slider-item02 {
	background:url(/wp-content/uploads/ntop_02s.jpg);
}

.slider-item03 {
    background:url(/wp-content/uploads/ntop_03s.jpg);
}

.slider-item {
    width: 100%;
    height:100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
padding-top: 18%;
}


/*ドットナビゲーションの設定*/

.slick-dots {
display:none !important;
}



/** toppage **/
.mv_access {
    position: absolute;
    top: 0;
    left: 15px;
    font-size: 80%;
    line-height: 1.6;
	    z-index: 1;
}
.mv_sec {
    position: relative;
    padding-bottom: 100px;
}
.mv_sec:before {
    position: absolute;
    width: 93%;
    height: 55%;
    background: #d9dff2;
    bottom: 0;
    content: "";
}
.image {
    height: 100% !important;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.mv_img {
    display: block;
    width: 98%;
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin: 0 0 0 auto;
}
.mv_img .image {
    padding-top: 40%;
}

.catch_bl {
    position: absolute;
	bottom: -6%;
    left: 5%;
}
.catch_bl_under_in {
    position: relative;
    border-top: solid 1px #fff;
    margin-top: 13px;
    padding-top: 10px;
    text-align: center;
}
.caa_txt01 {
    font-size: 100%;
    color: #fff;
    letter-spacing: 0.1em;
}
.caa_txt02 {
    font-size: 100%;
    color: #fff;
}
span.bigspa {
    font-family: "Jost", sans-serif;
    font-size: 140%;
    position: relative;
    top: 1px;
    margin: 0 2px;
}
span.w_kako {
    border: solid 1px #fff;
    padding: 1px 14px 4px;
}
.caa_txt {
    color: #fff;
    line-height: 1.5;
    margin-top: 5px;
    text-align: center;
    font-size: 110%;
    letter-spacing: 0.1em;
}
.cah1 {
    font-size: 180%;
    font-weight: 500;
    color: #fff;
    text-align: center;
    letter-spacing: 0.15em;
}
.catch_bl_under {
    background: #0d276c;
    padding: 15px 5%;
}


.mcatch_img {
    position: absolute;
    width: 44%;
    max-width: 800px;
    bottom: 2%;
    right: 5%;
}
.catch_ttl {
    font-size: 260%;
    font-weight: 700;
    line-height: 1.6;
    color: #1C315A;
    letter-spacing: 0.2em;
    background: hsl(0deg 0% 100% / 90%);
    padding: 30px 50px 34px 60px;
    position: relative;
    z-index: 2;
}
.catch_ttl span {
    font-weight: 700;
    font-size: 120%;
    color: #467db1;
}
.catch_txt {
    font-size: 130%;
    font-weight: 600;
    line-height: 1.5;
    background: rgb(255 255 255 / 60%);
    padding: 5px 10px;
}
.inner {
    width: 94%;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}

/* sec_01 **/

.sec_01 {
    position: relative;
    margin: 100px 0 70px;
    padding: 50px 0 70px;
}
.sec_01:before {
    position: absolute;
    content: "";
    width: 100%;
    right: 0;
    top: 0;
    height: 100%;
    background: #f3f6fa;
}
.t_ul01 {
    width: 100%;
    position: relative;
    margin: 0 auto;
    display: table;
}
.sec01li_img {
    width: 35%;
    position: relative;
    margin: 0 0 0 3%;
    float: right;
}
.sec01li_txt {
    width: 62%;
    float: right;
    position: relative;
}
.en_txt {
    font-size: 700%;
    color: rgb(28 49 90 / 10%);
    font-weight: 500;
    margin: 0 0 35px;
    font-family: "Jost", sans-serif;
    line-height: 1;
}

.li_in_box {
    padding-left: 60px;
}
span.big01 {
    font-size: 120%;
    font-weight: 700;
}

span.bl_spa {
    font-weight: 700;
    font-size: 120%;
    position: relative;
    color: #5180DC;
}
.t_ttl_txt {
    color: #007bc6;
    font-size: 140%;
    text-align: center;
    letter-spacing: 0.2em;
    font-weight: 500;
    margin-bottom: 50px;
}
.t_ttl01 {
    margin-bottom: 20px;
    font-size: 210%;
    font-weight: 700;
    position: relative;
    letter-spacing: 0.15em;
    text-align: center;
    line-height: 1.5;
    color: #333;
}
.t_ttl01 span {
    font-weight: 700;
    color: #00398c;
}


.t_txt01 {
    font-size: 100%;
    margin-bottom: 30px;
}
.t_ul {
    width: 100%;
    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;
}
.t_ul li {
    width: 47%;
    margin: 0 6% 0 0;
    float: left;
    background: #fff;
    box-shadow: 0px 80px 80px -80px rgb(0 0 0 / 20%);
}
.t_ul li:last-child {
    margin: 0;
}
.sec_img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 240px;
    margin: 0 auto;
}
.tul_ttl {
    font-size: 170%;
    font-weight: 700;
    text-align: center;
    margin: 15px auto 10px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #1f5cd2;
}
.tulbox {
    width: 88%;
    margin: 0 auto 33px;
}

/* sec_02*/
.t_ttl02 {
    margin-bottom: 30px;
    font-size: 220%;
    font-weight: 700;
    position: relative;
    letter-spacing: 0.2em;
    text-align: center;
    line-height: 1.7;
    color: #333;
}

.ttl02_sub {
    font-size: 150%;
    text-align: center;
    font-family: "Jost", sans-serif;
    letter-spacing: 0.1em;
    color: #5880a0;
    margin-bottom: 0px;
}
.price_ttl_txt02 span {
    font-family: "Jost", sans-serif;
    font-size: 170%;
    font-weight: 500;
    letter-spacing: 2px;
}

.price_ttl_txt02 {
    font-size: 180%;
    text-align: center;
    letter-spacing: 0.2em;
    font-weight: 600;
    line-height: 1.4;
}
.price_ttl_txt02_sub {
    text-align: center;
    letter-spacing: 0.15em;
}
.price_ttl_txt {
    color: #007bc6;
    font-size: 140%;
    text-align: center;
    letter-spacing: 0.2em;
    font-weight: 500;
    margin-bottom: 5px;
}
span.line_ss:before {
    content: "";
    position: absolute;
    background: rgba(242, 234, 22, .4);
    width: 100%;
    height: 15px;
    left: 0;
    bottom: 0;
    z-index: -1;
}
span.kakoko:after {
    content: "";
    position: absolute;
    background: #00398c;
    width: 2px;
    height: 37px;
    transform: rotate(-40deg);
    left: -32px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(40deg);
    left: auto;
    right: -28px;
}

span.kakoko:before {
    content: "";
    position: absolute;
    background: #00398c;
    width: 2px;
    height: 37px;
    transform: rotate(-40deg);
    left: -32px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.price_ttl_txt03 span {
    font-weight: 600;
    position: relative;
    color: #00398c;
}
.price_ttl_txt03 {
    font-size: 180%;
    text-align: center;
    letter-spacing: 0.15em;
    margin: 30px auto 50px;
    position: relative;
}


.t_ul02 li:last-child {
    margin: 0;
}

.t_ul02 li {
    width: 22%;
    float: left;
    position: relative;
    margin: 0 4% 0 0;
}
.t_ul02 {
    width: 88%;
    margin: 100px auto 0;
    display: table;
    position: relative;
}
.m_ttl {
    font-size: 150%;
    color: #00398c;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    text-align: center;
}
.m_img {
    margin-bottom: 15px;
}
.m_num {
    font-family: "Jost", sans-serif;
    position: absolute;
    font-size: 400%;
    letter-spacing: -1px;
    font-style: italic;
    left: -25px;
    top: -32px;
    line-height: 1;
    color: #FFCF8F;
}
.sec_02 {
    position: relative;
    padding-top: 70px;
}
.sec_02:before {
    width: 100%;
    height: 55%;
    left: 0;
    top: 0;
    background: #f8fafc;
    position: absolute;
    content: "";
}
.m_txt span {
    font-weight: 700;
}

/* sec_03*/
.t_ul03 li:last-child {
    margin: 0;
}
.t_txt_cen {
    text-align: center;
}


.t_ul03 li {
    width: 48%;
    float: left;
    margin: 0 4% 0 0;
    position: relative;
}
.t_ul03 {
    width: 100%;
    position: relative;
    display: table;
    margin: 0 auto 30px;
}
.sec_03 {
    position: relative;
    margin: 100px 0;
}
.sec_03 .inner {
    max-width: 1000px;
}
.wh_box {
    background: #fff;
    padding: 50px 50px 40px;
    margin-bottom: 50px;
    box-shadow: 0px 80px 80px -80px rgb(0 0 0 / 20%);
}
.b-inner {
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 700px;
}
.ytube {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    padding-top: 0;
margin-bottom: 20px;
    overflow: hidden;
}
.ytube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
.sec_ttl01 {
    margin: 0 auto 40px;
    background: #1C315A;
    text-align: center;
    padding: 12px 0;
    color: #fff;
    font-size: 140%;
    font-weight: 600;
}
.case_block {
    background: #f8f8f8;
    padding: 30px 5%;
    position: relative;
    margin: 0 auto 40px;
}
.case_txtul {
    width: 100%;
    display: table;
    position: relative;
    margin: 0 auto 20px;
}
.case_ul {
    width: 100%;
    display: table;
    position: relative;
    margin: 0 auto 30px;
}
.case_img_li:last-child {
    margin: 0;
}

.case_img_li {
    width: 46%;
    margin: 0 8% 0 0;
    float: left;
    position: relative;
}
.case_li {
    width: 46%;
    float: left;
}
.case_t_ttl {
    background: #d9be7e;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    font-size: 180%;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    line-height: 1.7;
}
.case_li_left {
    width: 46%;
    margin: 0 8% 0 0;
    float: left;
    position: relative;
}
.arrow_li:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 18px solid #333;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    right: -11%;
    top: 4%;
    bottom: 0;
    margin: auto;
    border-left-color: #e2b95c;
}




/* sec_04*/
.sec_04 {
    position: relative;
    background: #F5F5F5;
    padding: 70px 0 50px;
}
.fea_ul {
    width: 100%;
    position: relative;
    display: table;
    margin: 0 auto;
}
.fea_li_img {
    width: 40%;
    margin: 0 0 0 5%;
    float: right;
    position: relative;
}
.fea_li_img_right {
    width: 40%;
    margin: 0 5% 0 0;
    float: left;
    position: relative;
}
.fea_li_txt {
    width: 55%;
    position: relative;
    float: left;
}
.fea_ttl {
    margin-bottom: 30px;
    font-size: 190%;
    font-weight: 700;
    position: relative;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.7;
color: #00398c;
}
.bltzt {
    color: #ed870f;
}

.fea_ttlsub span {
    background: #0e128b;
    color: #fff;
    padding: 2px 15px 3px;
}
.wh_box_in {
    border: solid 1px #757575;
    padding: 30px 4%;
    margin-top: 50px;
}
.sinner {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    position: relative;
}
.sec_contact:before {
    position: absolute;
    content: "";
    background: rgb(12 35 80 / 90%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.sec_contact {
    position: relative;
    padding: 50px 0;
    background: url(/wp-content/uploads/t_haikei02.jpg) center no-repeat;
    background-size: cover;
}

.sec_hikaku {
    margin: 70px auto;
}
.fea_ttlsub {
    text-align: center;
    font-size: 110%;
    margin-bottom: 10px;
}
.fea_ttl02 {
    margin-bottom: 30px;
    font-size: 170%;
    font-weight: 700;
    position: relative;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.7;
    border-bottom: solid 1px #ccbfbf;
    padding-bottom: 5px;
    color: #a91d1d;
}
.t_li__txt {
    width: 67%;
    float: left;
    position: relative;
}
.t_li_img {
    width: 30%;
    float: left;
    position: relative;
    margin-right: 3%;
}
.t_li_img img {
    margin-bottom: 10px;
}
.ss_txt {
    font-size: 90%;
    text-align: center;
    color: #454545;
}
.box_01 {
    background: #F5F7FA;
    padding: 30px 50px 30px;
}
.btn_01 a:hover {
    opacity: 0.7;
}
.btn_01 a {
    background: #484040;
    position: relative;
    display: block;
    font-size: 105%;
    text-align: center;
    font-weight: 600;
    color: #fff;
    padding: 12px 0;
    transition: all 0.3s ease 0s;
}
.btn_01 {
    margin: 30px auto 0;
    max-width: 320px;
    width: 90%;
    position: relative;
}


/* sec_05*/
.sec_05 {
    margin: 100px auto 0;
    background: rgb(237, 242, 250);
    background: -moz-linear-gradient(0deg, rgba(237, 242, 250, 1) 0%, rgba(245, 245, 245, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(237, 242, 250, 1) 0%, rgba(245, 245, 245, 1) 100%);
    background: linear-gradient(0deg, rgba(237, 242, 250, 1) 0%, rgba(245, 245, 245, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#edf2fa",endColorstr="#f5f5f5",GradientType=1);
    padding: 100px 0 70px;
}
table.hikaku_table td {
    background: #fff;
    vertical-align: middle;
    text-align: center;
    border-bottom: solid 1px #ddd;
    line-height: 1.4;
    border-left: solid 1px #ddd;
    padding: 15px 5px;
}
span.big {
    font-size: 110%;
    font-weight: 600;
}
td.td02 {
    background: #f4f8ff !important;
    font-size: 110%;
    font-weight: 600;
    color: #143585;
}
table.hikaku_table th {
    width: 27%;
    background: #5674af;
    vertical-align: middle;
    font-size: 105%;
    font-weight: 600;
    padding: 17px 5px;
    color: #fff;
    border-bottom: solid 1px #fff;
}
table.hikaku_table thead th {
    background: unset;
}
table.hikaku_table thead td {
    background: #dae8f3;
    font-size: 120%;
    font-weight: 600;
    padding: 20px 0;
}
td.td01 {
    background: #79a1df !important;
    color: #fff;
    font-size: 120% !important;
}
table.hikaku_table thead td {
    background: #dae8f3;
    font-size: 110%;
    font-weight: 600;
    padding: 20px 0;
}

/* sec_06*/
.sec_06:before {
    position: absolute;
    content: "";
    width: 70%;
    height: 77%;
    bottom: 0;
    background: rgb(237, 242, 250);
    background: -moz-linear-gradient(0deg, rgba(237, 242, 250, 1) 0%, rgba(245, 245, 245, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(237, 242, 250, 1) 0%, rgba(245, 245, 245, 1) 100%);
    background: linear-gradient(0deg, rgba(237, 242, 250, 1) 0%, rgba(245, 245, 245, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#edf2fa",endColorstr="#f5f5f5",GradientType=1);
}

.sec_06 {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 120px;
}
.gr_ul {
    width: 100%;
    position: relative;
    display: table;
    margin: 0 auto;
}
.gr_li_left {
    width: 40%;
    margin-left: 3%;
    float: right;
    position: relative;
}
.gr_li_right {
    width: 57%;
    float: left;
    position: relative;
}
.t_ttl04 {
    margin-bottom: 30px;
    font-size: 200%;
    font-weight: 700;
    position: relative;
    letter-spacing: 0.1em;
    color: #1C315A;
    line-height: 1.7;
}
.sec_06 .en_txt {
    position: absolute;
    color: rgb(122 122 49 / 10%);
    top: -56px;
    left: -2%;
}
.gr_img01 {
    margin-bottom: 30px;
}
.gr_imgsp {
    display: none;
}



/* sec_07 */
.sec_07 {
    position: relative;
}
.r_ul {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
}
.r_li_right {
    width: 65%;
    float: left;
    position: relative;
}

.r_li_left {
    width: 35%;
    float: left;
    position: relative;
    background: url(/wp-content/uploads/t_haike01.jpg) center no-repeat;
    background-size: cover;
}
.r_li_right div {
    padding: 60px 10% 50px 9%;
    position: relative;
}

.r_li_right {
    width: 65%;
    float: left;
    position: relative;
    background: url(/wp-content/uploads/t_haikei02.jpg) center no-repeat;
    background-size: cover;
}
.r_li_right:before {
    position: absolute;
    content: "";
    background: rgb(14 37 85 / 80%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.wh_ttl {
	text-align:center;
    margin-bottom: 35px;
    font-size: 200%;
    font-weight: 700;
    position: relative;
    letter-spacing: 0.1em;
    color: #fff;
    line-height: 1.7;
}
.wh_txt01 {
    color: #fff;
    margin-bottom: 15px;
}
.wh_txt02 {
    font-size: 120%;
    font-weight: 600;
    color: #fff;
}
.btn_02 {
    margin: 45px 0 0;
    max-width: 320px;
    width: 90%;
    position: relative;
}
.btn_02 a {
    background: #fff;
    position: relative;
    display: block;
    font-size: 105%;
    text-align: center;
    font-weight: 600;
    color: #1C315A;
    padding: 12px 0;
    transition: all 0.3s ease 0s;
}
.btn_02 a:hover {
    opacity: 0.7;
}
.btn_20 a:hover, .btn_10 a:hover {
    opacity: 0.7;
}

.btn_20 a {
    background: #234d8f;
    color: #fff;
    position: relative;
    display: block;
    text-align: center;
    padding: 10px 0;
    border-radius: 100px;
    font-size: 105%;
    transition: all 0.3s ease 0s;
}
.btn_20 {
    position: relative;
    margin: 0 auto;
    width: 90%;
}
.btn_10 a {
    background:#ff8f00;
    color: #fff;
    position: relative;
    display: block;
    text-align: center;
    padding: 10px 0;
    border-radius: 100px;
    font-size: 105%;
    font-weight: 500;
    transition: all 0.3s ease 0s;
}
.btn_10 {
    position: relative;
    margin: 0 auto;
    width: 90%;
}

/* sec_08*/

.t_li_right {
    width: 47%;
    float: left;
    position: relative;
    margin-left: 3%;
}

.t_li_left {
    width: 50%;
    float: left;
    position: relative;
}
.sec_08 .en_txt {
    position: absolute;
    color: rgb(122 122 49 / 10%);
    top: -56px;
    left: -2%;
}
.sec_08 {
    margin: 120px 0 60px;
    position: relative;
}


/** contact_sec*/
.wh_box02 {
    padding: 50px 50px 35px;
    position: relative;
    background: rgb(255 255 255 / 90%);
}
.contact_sec li:last-child {
    margin: 0;
}
.contact_sec li {
    width: 48%;
    margin: 0 4% 0 0;
    float: left;
    position: relative;
}

.contact_sec ul {
    width: 100%;
    display: table;
    position: relative;
    margin: 0 auto;
}
.f_logo {
    width: 80%;
    margin: 0 0 30px;
}
.tel_txt span {
    font-size: 50%;
    background: #3081c9;
    padding: 0 8px;
    vertical-align: middle;
    color: #fff;
    letter-spacing: 1px;
    margin-right: 7px;
    position: relative;
    top: -2px;
}

.tel_txt {
    font-family: "Jost", sans-serif;
    font-size: 230%;
    letter-spacing: 0.02em;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 300;
    color: #232222;
}
.add_txt {
    line-height: 1.6;
    margin-bottom: 5px;
}
.add_txt01 {
    font-weight: 600;
    color: #1C315A;
}
table.table_01 {
    margin: 20px 0 10px;
}
.time_txt {
    font-size: 95%;
    line-height: 1.7;
}


table.table_01 thead th {
    width: 30%;
    text-align: center;
    padding: 10px 0;
    background: #eff5f7;
}
table.table_01 thead td {
    padding: 10px 0;
    background: #eff5f7;
    text-align: center;
}
table.table_01 th {
    width: 30%;
    text-align: center;
    font-family: "Jost", sans-serif;
    padding: 10px 0;
    background: #fbfbfb;
}
table.table_01 td {
    background:#fbfbfb;
    text-align: center;
}
.time_flex {
    display: flex;
    position: relative;
    margin-bottom: 30px;
}
.time_flex_cont {
    flex: 1;
    position: relative;
}

.contact_sec:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 35%);
    top: 0;
    left: 0;
}

.contact_sec {
    position: relative;
    background: url(/wp-content/uploads/t_haikei04.jpg) center no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.ggmap {
    position: relative;
	padding-bottom: 58%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
table.hikaku_table thead td img {
    width: 74%;
    margin-top: 10px;
}


/* top respon */
@media only screen and (max-width: 1600px) {
	.head_c_img {
		width: 16%;}
	.p-global-nav li a {
    padding-left: 15px;
    padding-right: 15px;
}
.catch_ttl {
    font-size: 2.3vw;
}
.catch_txt {
    font-size: 1.2vw;
}
.slider-item {
    padding-top: 19%;
}
}
@media only screen and (max-width: 1500px) {
	.p-global-nav li a {
    padding-left: 10px;
    padding-right: 10px;
	}
.p-global-nav {
    font-size: 100%;
	}
}

@media only screen and (max-width: 1400px) {
.header_logo {
    width: 22%;
	padding-left: 17px;}
.slider-item {
        padding-top: 20%;
    }
.pc-nav_left {
    margin: 0 4% 0 0;
}
}
@media only screen and (max-width: 1200px) {
    .head_c_img {
        width: 50%;
        max-width: 300px;
    }
nav {
    display: none;
}
    .header_logo {
		width: 50%;}
.p-global-nav {
    display: none;
}
	#g-nav{display:block}
.mv_img .image {
    padding-top: 69%;
}

.catch_txt {
        font-size: 1.8vw;}
.catch_ttl {
        font-size: 3vw;
        padding: 21px 35px 22px 35px;
    }
}

@media only screen and (max-width: 1000px) {
.pgnav_block_pc {
    width: 90%;
    margin: 0 auto 0 3%;
}
.pc-navul_flexcontents li a br {
    display: none;
}
.pc-nav_left {
    margin: 0 4% 0 0;
}
    nav {
        margin: 0 0 0 auto;
        width: 60%;
    }
.p-global-nav li a {
    padding-left: 15px;
    padding-right: 15px;
}
.slider-item {
        padding-top: 23%;
    }
.mv_access {
    display: none;
}
}

@media only screen and (max-width: 767px) {
    .slider-item {
        padding-top: 28%;
    }
    .header_logo {
        max-width: 260px;
        height: 100%;
        padding-left: 13px;
        width: 70%;
    }
.openbtn span:nth-of-type(1) {
    top: 14px;
}
.openbtn span:nth-of-type(2) {
    top: 26px;
}
.openbtn span:nth-of-type(3) {
    top: 38px;
}
.openbtn span {
    font-size: 13px;
    top: 20px;
	}
.p-g-nav {
    width: auto;
    float: unset;
}
.pgnav_block {
        width: 84%;
        margin: 0 0 0 5%;
        padding: 40px 0 130px;
    }
.side_link_bock {
    top: 70px;
}
.head_c_img {
    width: 40%;
    margin-right: 80px;
}
.side_i_img {
    width: 70px;
    height: 70px;
}
.openbtn {
    width: 70px;
    height: 70px;
}
.cah1 {
    font-size: 120%;
    text-align: center;
}
.caa_txt {
    text-align: center;
    font-size: 90%;
}
.catch_bl_under {
    padding: 10px 5%;
}
    .catch_ttl {
        font-size: 120%;
        font-weight: 700;
        text-align: center;
        padding: 11px;
    }
.mv_img .image {
        padding-top: 76%;
    }
.catch_txt {
    color: #fff;
        font-size: 85%;
	background:unset;
}
.mv_img {
    width: 100%;
}
main {
    margin-top: 70px;
}
.l-header__inner {
    background: #fff;
}
#js-header {
    height: 70px;
    line-height: 70px;
        position: fixed;
}

.sec_01 {
    margin: 40px 0;
        padding-top: 25px;
}
    .m_ttl {
        font-size: 120%;
        text-align: center;
    }
.t_ul02 li:last-child {
    margin: 0 auto;
}
.m_num {
    font-size: 300%;
    left: -13px;
    top: -22px;
}
.sec_03:before {
    bottom: unset;
    top: 0;
}
.t_ul02 {
    width: 94%;
    margin: 30px auto 0;
}
.sec_03 {
    margin: 50px 0;
}
.t_ul02 li {
    width: 90%;
    float: unset;
    margin: 0 auto 40px;
    position: relative;
}
.li_in_box {
    padding-left: 0;
}
.sec01li_txt {
    width: 100%;
    float: unset;
}
    .en_txt {
        font-size: 10vw;
    }
.btn_01 a {
    padding: 8px 0;
}
.btn_01 {
    margin: 40px auto;
}
.t_ttl01:before {
    left: 0;
    width: 25px;
    top: 22px;
}
table.hikaku_table th {
    font-size: 80%;
    line-height: 1.4;
    padding: 17px 2px;
}
.gr_imgsp {
    display: block;
}

.gr_img01, .gr_img02 {
    display: none;
}
.sec_ttl01 {
    font-size: 130%;
}
table.hikaku_table thead td {
    font-size: 80%;
}
.fea_li_txt {
    width: 100%;
    float: unset;
}
.fea_ttlsub {
    font-size: 100%;
}
td.td01 {
    font-size: 90% !important;
}
table.hikaku_table td {
    font-size: 80%;
	text-align:left;
}
.fea_li_img {
    width: 100%;
    margin: 0 auto 20px;
    float: unset;
}
.sec_06 {
    margin-bottom: 0;
}
.wh_box {
    padding: 20px;
}
.box_01 {
    padding: 20px;
}
.t_li__txt {
    width: 100%;
    float: unset;
    position: relative;
}
.t_li_img {
    width: 90%;
    float: unset;
    margin: 0 auto;
}
.t_ul03 li {
    width: 100%;
    float: unset;
    margin: 0 auto 24px;
    position: relative;
}
    .t_ttl01 {
        font-size: 140%;
        margin-bottom: 20px;
        line-height: 1.5;
    }
.sec01li_img img {
    width: 80%;
}
    .sec01li_img {
        width: 100%;
        float: unset;
        margin: 0 auto 25px;
        text-align: center;
    }
.sec_01 .fadeUpTrigger {
    opacity: 1;
}
.sec_01 .fadeUp {
    animation-name: unset !important;
    animation-duration: unset !important;
    animation-fill-mode: unset !important;
	}
.mv_sec:before {
display:none
}
.mv_sec {
    padding-bottom: 0;
    margin-bottom: -100px;
}
.sec_02 {
    padding: 50px 0;
}
.gr_imgsp img {
    width: 100% !important;
}
.t_ttl04 {
    font-size: 130%;
}
.t_ttl02 {
        font-size: 140%;
        margin: 0px 0 10px;
        letter-spacing: 0.1em;
    }
.fea_ttl br {
    display: none;
}
.fea_ttl {
    margin-bottom: 15px;
    font-size: 120%;
    text-align: left;
}
table.del_table th {
    padding: 10px 5px;
    font-size: 100%;
}
.ttl02_sub {
    font-size: 120%;
}
table.del_table td {
    padding: 10px;
}
.arrow_li:before {
    border-left: 10px solid #e2b95c;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    right: -13%;
    top: 7%;
}
.case_t_ttl {
    font-size: 120%;
    padding: 5px 0;
}
.casettl {
    margin: 30px auto 20px;
    font-size: 150%;
}
.sec_img {
    height: 200px;
}
.tulbox {
    width: 90%;
    margin: 0 auto 20px;
}
.tul_ttl {
	font-size: 140%;}
.t_ul li {
    width: 100%;
    margin: 0 auto 30px;
    float: unset;
}
.t_ttl_txt {
    font-size: 100%;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}
.li50 {
    width: 100%;
    margin: 0 auto;
}
.rightliimg {
    width: 100%;
    float: unset;
	margin:0 auto 20px;
}
.sec02liimg {
    height: 200px;
}
.catch_bl {
    position: relative;
    top: -100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
}
.news_ttl {
    width: 100%;
    float: unset;
}
    .mcatch_img {
        position: relative;
        width: 90%;
        max-width: 600px;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -110px;
    }
.news_date {
    width: auto;
    float: unset;
}
.btn_02 {
    margin: 50px auto 0;
}
.c_li_left {
    width: 100%;
    float: unset;
}
.btn_02 a {
    padding: 15px 0;
}
.contact_sec {
    padding: 50px 0;
}
.c_li_right {
    width: 100%;
    float: unset;
}
.news_li {
    width: 90%;
    padding: 20px 4%;
    margin: 0 auto;
    display: block;
}
.li30 {
    width: 100%;
    float: unset;
}
.k_li30 {
    width: 100%;
    float: unset;
}
table.table01 th {
    padding: 15px;
}
table.table01 td {
    padding: 25px 15px;
}
.line_space {
    margin: 50px auto;
}
.k_li70 {
    width: 100%;
    float: unset;
}
.head_c_img {
    display: none;
}
.k_img {
    margin: 0 auto 50px;
}
table.table01 .ggmap {
    padding-bottom: 73%;
}
#contents_header {
    margin-bottom: 70px;
}
.li70 {
    width: 100%;
    float: unset;
}
.footer_right {
    width: 94%;
    float: unset;
    margin: 0 auto;
}
table.table02 td {
    padding: 20px 15px;
}
table.table02 th, table.table02 td {
    width: auto;
    display: block;
}
.footer_inner {
    margin: 0 auto 30px;
}
.p-footer-nav {
    width: 100%;
    float: unset;
}
.footer_right {
    width: 100%;
    float: unset;
}
.fo_txt {
    text-align: center;
}
.ken_txt {
    font-size: 130%;
    margin-bottom: 10px;
}
.k_li40_right {
    width: 100%;
    margin: 0 auto 30px;
    float: unset;
	}
#contents_header {
    height: 170px;
}
.k_ttl04 {
    font-size: 120%;
}
.p-article02__content {
    width: 100%;
    margin: 0 auto 40px;
    float: unset;
}
.k_li60 {
    width: 100%;
    float: unset;
}
.k_ttl01, .k_ttl02 {
    font-size: 160%;
    margin-bottom: 20px;
}
table.table01 th, table.table01 td {
    width: auto;
    display: block;
}
.footer_left .logo {
    width: 50%;
    margin: 0 auto 20px;
}
.btn_03 a {
    padding: 8px 0;
}
.post-title {
    font-size: 130%;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.footer_left {
    width: 100%;
    float: unset;
}
.blog_date span {
    margin-left: 8px;
}
.blog_date {
    font-size: 90%;
}
.wh_box02 {
    padding: 20px;
	}
.time_flex {
    display: block;
}
.time_flex_cont {
    flex: unset;
    margin-bottom: 25px;
}
table.table_01 th, table.table_01 td {
    font-size: 90%;
    padding: 5px 0;
}
.contact_sec li {
    width: 100%;
    margin: 0 auto 30px;
    float: unset;
}
.t_li_right {
    width: 100%;
    float: unset;
    margin-left: 0;
}
.sec_08 .en_txt {
    top: -40px;
    left: 0%;
    font-size: 300%;
}
.sec_05 {
    margin: 0px auto;
padding: 50px 0;
}
.pr_block01 {
    margin: 50px auto 50px;
}
.sec_fee {
    padding: 50px 0;
    margin-bottom: 100px;
}
.sec_06 .en_txt {
    margin: 0;
    top: -25px;
    font-size: 300%;
    z-index: 1;
}
.t_li_left {
    width: 100%;
    float: unset;
}
.r_li_right div {
    padding: 30px 20px;
	}
.wh_ttl {
    margin-bottom: 20px;
    font-size: 130%;
}
.r_li_left {
    width: 100%;
    float: unset;
    height: 200px;
}
.r_li_right {
    width: 100%;
    float: unset;
}
#g-nav li {
    line-height: 1.8;
}
#g-nav li a {
    padding: 10px 5px;
    font-size: 13px;
}
table.hikaku_table thead td img {
	width: 90%;}
table.hikaku_table thead td {
    padding: 10px 0;
        text-align: center;
}
}




/*  下層ページ */
#contents_header {
    background: url(/wp-content/uploads/head_haikei002.jpg) center no-repeat;
    background-size: cover;
    height: 240px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    width: 100%;
	margin-bottom: 130px;
}
#contents_header:before {
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    background: rgb(255 255 255 / 70%);
}
.p-page-header__inner {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-width: 1100px;
    text-align: left;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
}
.page_head_tittle {
    font-size: 210%;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #816335;
}


.k_inner {
    position: relative;
    width: 90%;
    max-width: 1100px;
    margin: 0 auto 150px;
}
.k_con{
	width:94%;
margin:0 auto;}

.jump_point {
    height: 1px;
    display: block;
    padding-top: 150px;
    margin-top: -150px;
    position: relative;
    z-index: -1;
}
.unker_box li a:hover {
    text-decoration: underline;
    opacity: 0.8;
}


.unker_box li a {
    display: block;
    position: relative;
	color: #333;
    transition: all 0.3s ease 0s;
}
.unker_box li:before {
    content: "";
    border: 5px solid transparent;
    border-left: 8px solid #9f9992;
    display: block;
    position: absolute;
    top: 11px;
    left: 0;
}
.unker_box ul {
    width: 100%;
    display: table;
    position: relative;
}
.unker_box li {
    width: 31%;
    float: left;
    margin: 0 0 10px;
    padding-left: 16px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.unker_box {
    background: #f9f9f9;
    padding: 20px 5% 10px;
}
.li_k {
    width: auto !important;
    margin: 0 6% 10px 0 !important;
}

table.table02 th {
    width: 25%;
    background: unset;
    border: unset;
    border-bottom: solid 1px #33537D;
    font-size: 95%;
    line-height: 1.8;
    padding: 10px 1px 10px 5%;
    color: #33537D;
    text-align: left;
}
table.table02 {
    margin: 0 auto 40px;
}
table.table02 td {
    background: unset;
    border: unset;
    border-bottom: solid 1px #d1d1d1;
    font-size: 95%;
    line-height: 1.8;
    padding: 15px;
}

.k_ttl01 {
    margin: 80px auto 50px;
    font-size: 200%;
    text-align: center;
    background: #f99801;
    line-height: 1.5;
    padding: 17px 5px 22px;
    color: #fff;
    position: relative;
    overflow: hidden;
    letter-spacing: 0.1em;
    font-weight: 600;
}
.k_ttl01:before {
    position: absolute;
    content: "";
    background: linear-gradient(110deg, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.1) 15%, rgba(255, 255, 255, 0.1) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.fea_num_con {
    text-align: center;
}

span.feaspa {
    font-family: "Jost", sans-serif;
    font-size: 120%;
    font-weight: 500;
    margin-left: 5px;
}
.fea_num {
    display: inline-block;
    background: #69688d;
    font-size: 130%;
    font-weight: 600;
    padding: 5px 20px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 10px;
}
.k_ttl08 {
    font-size: 160%;
    font-weight: 700;
    position: relative;
    letter-spacing: 0.1em;
    color: #653d1a;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 40px;
}


.topmma {
    margin: 30px auto 0;
}

.k_ttl02 {
    font-size: 150%;
    border-bottom: solid 1px #937c6c;
    border-top: solid 1px #937c6c;
    margin: 70px auto 40px;
    color: #835231;
    padding: 14px 0 17px;
    position: relative;
    letter-spacing: 0.1em;
    text-align: center;
    font-weight: 600;
}

.k_ul01 {
    width: 100%;
    position: relative;
    display: table;
    margin: 0 auto 70px;
}
.li_txt {
    width: 60%;
    float: left;
    position: relative;
}
.li_img_right {
    width: 36%;
    margin: 0 0 0 4%;
    position: relative;
    float: right;
	text-align:center;
}
span.spatxt {
    font-size: 95%;
    margin-top: 4px;
    display: block;
}
.k_img_s {
    margin: 0 auto 30px;
    width: 100%;
    max-width: 700px;
}
.li_img {
    width: 36%;
    margin: 0 4% 0 0;
    position: relative;
    float: left;
}
.faq_ttl span {
    background: #694d4d;
    color: #fff;
    padding: 5px 5px 3px;
    margin-right: 10px;
    font-family: "Jost", sans-serif;
}

.faq_ttl {
    font-size: 130%;
    font-weight: 600;
    border-bottom: solid 1px #b19595;
    color: #694d4d;
    margin: 25px 0 10px;
    padding: 0px 10px 4px 10px;
}
.aaq_ttl span {
    font-family: "Jost", sans-serif;
    font-size: 140%;
    line-height: 1;
    margin: 0 5px;
    font-weight: 500;
    color: #7b6767;
}
.aaq_ttl {
    margin: 0 auto 35px;
    padding: 0px 10px;
}
.txt01 {
    margin-bottom: 15px;
    font-size: 100%;
    line-height: 2;
}
table.table03 th {
    width: 25%;
    background: #84c3df;
    border-bottom: solid 2px #fff;
    vertical-align: middle;
    font-size: 100%;
    color: #fff;
    font-weight: 500;
}

table.table03 td {
    vertical-align: middle;
    font-size: 100%;
    padding: 10px 20px;
    background: #f5f5f5;
    border-bottom: solid 2px #fff;
}
.ggscale {
    position: relative;
    padding-bottom: 55%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
	    margin-bottom: 70px;
}
.ggscale iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.li_img50 {
    width: 46%;
    margin: 0 2% 4%;
    float: left;
    position: relative;
}
.arrows02:before {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/plus_img.png) center no-repeat;
    width: 30px;
    height: 30px;
    top: 42%;
    background-size: contain;
    right: -35px;
}
.ww60 {
    width: 56%;
    margin: 0 auto 10px;
    float: unset;
    position: relative;
}
.trtl01 {
    font-size: 140%;
    font-weight: 600;
}
.triangle5 {
    margin: 0 auto 15px;
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-top: 23px solid #d70e0e;
}
.ww100 {
    width: 100%;
    margin: 0 auto 10px;
    float: unset;
    text-align: center;
}
.inf_ttl {
    font-size: 110%;
    margin: 20px auto 0;
    color: #555555;
    border-left: solid 5px #ffaf80;
    line-height: 1.5;
    padding: 0 0 2px 8px;
    font-weight: 500;
}
.li_img40 {
    width: 40%;
    margin: 0 0 0 4%;
    float: right;
    position: relative;
}
.li_txt60 {
    width: 56%;
    float: left;
    position: relative;
}
.k_name span {
    font-size: 140%;
    font-weight: 500;
    margin-left: 14px;
}
.k_name {
    margin: 15px 0 0;
    font-size: 120%;
    font-weight: 500;
}
.list_01 li:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: #93aad5;
    border-radius: 10px;
    left: 0;
    top: 8px;
}

.list_01 li {
    position: relative;
    width: auto;
    padding-left: 15px;
    font-size: 100%;
    line-height: 1.5;
    margin-bottom: 10px;
}
.highli li {
    line-height: 1.8;
    font-size: 105%;
}
.list_01 {
    width: 100%;
    position: relative;
    display: table;
}
.centerbtn {
    margin: 40px auto;
}
.gr_inner {
    position: relative;
    background: #f1f5fa;
    padding: 30px 0;
    margin: 50px auto;
}


.k_ttl01_gr:before {
    position: absolute;
    content: "";
    width: 30px;
    left: -40px;
    right: 0;
    margin: 0 auto;
    border-bottom: solid 5px #e5d29c;
    bottom: 0;
}
.k_ttl01_gr:after {
    position: absolute;
    content: "";
    width: 30px;
    left: 0;
    right: -40px;
    margin: 0 auto;
    border-bottom: solid 5px #d4d5d2;
    bottom: 0;
}
.k_ttl01_gr {
    margin: 20px auto 50px;
    font-size: 190%;
    text-align: center;
    line-height: 1.5;
    padding: 15px 5px;
    color:#633c25;
    letter-spacing: 0.1rem;
    position: relative;
}
.high_gr {
    margin: 70px auto 50px;
}


.k_sym_box {
    background: #f9f8f5;
    position: relative;
    margin: 70px auto;
    padding: 1px 5% 20px;
}
.sym_en {
    font-size: 350%;
    line-height: 1;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -24px;
    text-align: center;
    letter-spacing: 2px;
    color: #ebdcb1;
}
.sym_ttl {
    font-size: 140%;
    margin: 60px auto 20px;
    text-align: center;
    border-bottom: solid 1px #d9d6cc;
    padding-bottom: 10px;
    color: #776120;
}
.k_sym_box li:after {
    border-left: 1px solid #454d4c;
    border-bottom: 1px solid #454d4c;
    width: 18px;
    height: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 5px;
    left: 0px;
    content: '';
}

.k_sym_box li:before {
    width: 14px;
    height: 14px;
    border: 1px solid #8d8d8d;
    display: block;
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
}
.k_sym_box li {
    position: relative;
    line-height: 1.5;
    font-size: 105%;
    font-weight: 500;
    padding-left: 24px;
    width: 46%;
    float: left;
    margin-bottom: 15px;
}
.sym_li_100 {
    width: 95% !important;
}
.k_sym_box ul {
    width: 100%;
    display: table;
    position: relative;
}
.box_02 .k_ul01 {
    margin: 0 auto;
}
.box_02 {
    position: relative;
    background: #F4F5F0;
    padding: 40px 50px;
    margin: 0 auto 50px;
    box-shadow: 0px 80px 80px -80px rgb(0 0 0 / 20%);
}

.box_03 {
    background: #f3f3f3;
    position: relative;
	padding: 10px 5% 20px;
}
.box_04 {
    background: #f9f8f5;
    position: relative;
    padding: 10px 5% 20px;
    margin-bottom: 30px;
}
.unker_ul {
    width: 100%;
    display: table;
    position: relative;
}
.unker_ul li {
    width: 31.3%;
    float: left;
    margin: 0 1% 10px;
    position: relative;
}
.unker_ul li a span:before {
    content: "";
    position: absolute;
    display: block;
    left: -17px;
    top: 9px;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
}
.unker_ul li a {
    display: block;
    position: relative;
    color: #333;
    transition: all 0.3s ease 0s;
    background: #fff;
    padding: 10px 5px 10px 30px;
    border: solid 1px #ececec;
}


.unker_ul li a span {
    font-size: 105%;
    position: relative;
}
.unker_ul li a:hover {
    text-decoration: underline;
    opacity: 0.8;
}
.k_ttl03:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: #1C315A;
    top: 18px;
    left: 0;
}
.k_ttl03 {
    font-size: 150%;
    margin: 0 auto 10px;
    color: #1C315A;
    padding-left: 23px;
    position: relative;
    font-weight: 600;
}
.link_ttl:before {
    position: absolute;
    content: "";
    border: solid 1px #b1aec5;
    width: 12px;
    height: 12px;
    border-radius: 100px;
    top: 11px;
    left: 0;
}
table.table_02 th {
    width: 30%;
    border-bottom: solid 1px #ddd;
    border-top: solid 1px #ddd;
    font-size: 95%;
    font-weight: 600;
    padding: 5px;
    vertical-align: middle;
    background: #f9f8f8;
    text-align: center;
}
table.table_02 {
    margin: 20px 0;
}
table.table_02 td {
    border-bottom: solid 1px #ddd;
    border-top: solid 1px #ddd;
    font-size: 95%;
    padding: 10px;
    line-height: 1.5;
}
.link_ttl {
    font-size: 120%;
    font-weight: 500;
    border-bottom: solid 1px #c9c7c7;
    padding: 0 0 3px 21px;
    margin: 16px 0px;
    position: relative;
    color: #633c25;
}
.d_ttl {
    font-size: 150%;
    font-weight: 600;
    color: #835231;
    margin-bottom: 20px;
    padding-left: 16px;
    border-left: solid 6px #bda899;
    line-height: 1.5;
}
.ri_box li:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 10px;
    top: 10px;
    left: 0;
    background: #454545;
}

.ri_box li {
    width: 97%;
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
    line-height: 1.5;
}
.ri_box ul {
    width: 100%;
    position: relative;
    display: table;
}
.ri_box {
    background: #f9f7f0;
    padding: 30px 30px 20px;
    margin: 50px auto;
    position: relative;
}
.ri_ttl {
    font-size: 120%;
    font-weight: 600;
    line-height: 1.7;
    margin-bottom: 15px;
}
span.ss_kako {
    background: #8b8888;
    color: #fff;
    font-weight: 600;
    padding: 1px 7px 2px;
    margin-right: 10px;
    font-size: 90%;
}
.ri_txt {
    font-size: 110%;
    font-weight: 600;
    margin-bottom: 5px;
}
.box_05 {
    background: #f1f5fa;
    position: relative;
    padding: 10px 5% 20px;
    margin-bottom: 30px;
}
.k_ttl04 {
    font-size: 110%;
    margin: 40px auto 4px;
    color: #3a7f7f;
    padding: 0 0 0 30px;
    line-height: 1.4;
    position: relative;
    font-weight: 500;
}
.k_ttl04 span {
    background: #5d5858;
    font-size: 80%;
    padding: 2px 5px 2px;
    color: #fff;
    margin-left: 10px;
    vertical-align: middle;
}
.k_ttl04:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 1px;
    border-top: solid 1px #8cb7b7;
    top: 13px;
    left: 0;
}
.list_02 {
    width: 100%;
    position: relative;
    display: table;
    margin: 20px auto 10px;
}
.list_02 li:before {
width: 14px;
    height: 14px;
    border: 1px solid #8d8d8d;
    display: block;
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
}
.list_02 li:after {
    border-left: 1px solid #454d4c;
    border-bottom: 1px solid #454d4c;
    width: 18px;
    height: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 5px;
    left: 0px;
    content: '';
}
.list_02 li {
    position: relative;
    width: auto;
    padding-left: 28px;
    font-size: 105%;
    line-height: 1.6;
    margin-bottom: 10px;
    font-weight: 600;
}
.triangle4 {
    margin: 15px auto;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 23px solid #c5c5c5;
}
.flow_ttl {
    font-size: 130%;
    border-bottom: solid 1px #ddd;
    padding: 0 0 1px 8px;
    margin-bottom: 12px;
}
.flow_ttl span {
    position: relative;
    background: #0567a9;
    color: #fff;
    padding: 0 5px 1px;
    margin-right: 12px;
}
.flow_txt {
    font-size: 100%;
}
.flow_box {
    border: solid 1px #c1c1c1;
    padding: 23px 5% 10px;
}
.box_06 {
    background: #f9f9f9;
    position: relative;
    padding: 20px 30px 10px;
}
.k_ttl05:before {
    position: absolute;
    content: "";
    width: 22px;
    border-top: solid 1px #444;
    top: 50%;
    left: 0;
}

.k_ttl05 {
    font-size: 115%;
    font-weight: 500;
    position: relative;
    padding-left: 35px;
    color: #817261;
    margin-bottom: 10px;
}

.k_ttl06:before {
    position: absolute;
    content: "";
    width: 94%;
    border-bottom: double 4px #c3bbbb;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
}

.k_ttl06 {
    font-size: 170%;
    text-align: center;
    margin-bottom: 40px;
    color: #8b6464;
    position: relative;
}
.k_ttl07 span {
    background: #cbb488;
    padding: 0 5px 2px;
    line-height: 1 !important;
    margin-right: 8px;
    color: #fff;
}
.k_ttl07 {
    font-size: 120%;
    padding-bottom: 12px;
    margin-bottom: 10px;
    border-bottom: solid 1px #ddd;
    font-weight: 600;
    color: #876633;
}

table.abx_table th {
    background: #84c3df;
    width: 25%;
    padding: 10px 0;
    border: solid 1px #fff;
    color: #fff;
    font-weight: 500;
	    width: 10%;
}
.k_ul03 li {
    width: 46%;
    margin: 0 2% 4%;
    float: left;
    position: relative;
}

.k_ul03 {
    width: 100%;
    position: relative;
    display: table;
}
table.abx_table td {
    font-size: 100%;
    text-align: center;
    padding: 10px 1px;
    border: solid 1px #dbdbdb;
}
table.abx_table {
    margin-bottom: 30px;
}
.txt01 a:hover {
    opacity: 0.7;
    text-decoration: unset;
}
.txt01 a {
    text-decoration: underline;
    color: #3e5e8f;
}

span.cc_span {
    font-size: 105%;
    font-weight: 500;
    color: #db1616;
}
.box_07 {
    background: #7ea4e9;
    position: relative;
    margin: 0 auto 40px;
    width: 90%;
    text-align: center;
    padding: 20px 0;
}

.con_num {
    font-size: 140%;
    color: #fff;
    font-weight: 600;
}
.shortsymttl {
    margin: 20px auto 20px;
}
.shortsymbox {
    margin: 30px auto;
}
.k_img_w {
    margin: 0 auto 20px;
}
.flex_contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.flex_box {
    flex: 1;
    background: #ebf9ff;
    position: relative;
    margin: 0 10px;
    padding: 30px 4% 15px;
    box-shadow: 0px 80px 80px -80px rgb(0 0 0 / 20%);
}
.flex_box:before {
    position: absolute;
    content: "";
    background: linear-gradient(125deg, #c5e4ef 13%, rgba(255, 255, 255, 0.1) 13%, rgba(255, 255, 255, 0.1) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.flex_ttl {
    position: relative;
    text-align: center;
    font-size: 145%;
    font-weight: 500;
    margin-bottom: 20px;
}
.flex_txt {
    font-size: 100%;
}

.list06 {
    display: table;
    position: relative;
    width: 100%;
}
.list06 li {
    font-size: 100%;
    line-height: 1.5;
    margin-bottom: 7px;
    padding-left: 13px;
    position: relative;
}
.list06 li:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 10px;
    background: #555;
    left: 0;
    top: 9px;
}

.space {
    height: 70px;
}
.bl_w {
    color: #414141;
}

table.fees_table td {
    font-size: 120%;
    text-align: right;
    padding: 20px;
    border: unset;
    background: #fbfaf3;
    font-weight: 600;
    line-height: 1.5;
    border-top: solid 2px #ffffff;
    border-bottom: solid 2px #ffffff;
 border-right: solid 2px #ffffff;
    vertical-align: middle;
}

table.fees_table th {
    font-size: 110%;
    padding: 20px 0;
    width: 35%;
    border: unset;
    border-top: solid 2px #ffffff;
    border-bottom: solid 2px #ffffff;
    background: #fff4a4;
    font-weight: 600;
    color: #894a4a;
    vertical-align: middle;
    line-height: 1.5;
}
table.fees_table td span {
    font-size: 85%;
}
table.fees_table thead th {
    padding: 15px 0;
    text-align: center;
    background: #7d6666;
    color: #fff;
    border-left: solid 2px #fff;
}
th.w20 {
    width: 20% !important;
}
th.w30 {
    width: 11% !important;
}
.k_ul02 {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
}
.k_ul02 li {
    width: 29%;
    float: left;
    margin: 0 2% 4%;
    background: #f7f4f0;
    position: relative;
}
.txt03 {
    font-size: 115%;
    text-align: center;
    margin: 25px auto 10px;
    padding-bottom: 2px;
    border-bottom: solid 1px #ddd;
    width: 84%;
    font-weight: 500;
    color: #916b6b;
}
.txt02 {
    margin: 0 auto 20px;
    width: 84%;
}

.bottomnone{    margin: 0 auto;}

.gree_nameen.short {
    font-size: 110%;
    letter-spacing: 0.1em;
}
.gree_name.short {
    font-size: 180%;
    margin-top: 20px;
}
.k_ul04 {
    width: 100%;
    position: relative;
    display: table;
}
.li50 {
    width: 46%;
    margin: 0 2%;
    float: left;
    position: relative;
}
table.reki_table th {
    width: 25%;
    font-size: 100%;
    position: relative;
    text-align: left;
    background: unset;
}
table.reki_table th span {
    position: relative;
    padding-left: 13px;
}
table.reki_table th span:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #9ba9a9;
    border-radius: 10px;
    left: 0;
    top: 6px;
}
table.reki_table td {
    font-size: 100%;
    position: relative;
    padding-bottom: 3px;
}

.p-entry__body .ggmap {
    padding-bottom: 30%;
}
.reki_ul {
    margin-bottom: 15px;
    width: 100%;
    position: relative;
    display: table;
}

.reki_li {
    width: 93%;
    float: left;
    margin: 0 7% 3px 0;
    font-size: 100%;
    position: relative;
    padding-left: 13px;
}
.reki_li:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #9ba9a9;
    border-radius: 10px;
    left: 0;
    top: 12px;
}
span.short {
    font-size: 75%;
    font-weight: 600;
}
.txt06 {
    font-size: 90%;
    line-height: 1.7;
    margin-bottom: 15px;
}
.txt05 {
    font-size: 100%;
    font-weight: 500;
    margin: 5px auto 0;
}
.ro_box {
    border: solid 1px #ddd;
    padding: 22px 40px;
}

.rekie_txt {
    background: #595858;
    color: #fff;
    padding: 1px 10px 1px;
    display: inline-block;
    line-height: 1.5;
    margin-bottom: 10px;
}

.tirasi_img {
    max-width: 650px;
	margin: 70px auto;
}
.p-entry__body table.table01 tbody th {
    background: #f9f9f9;
}
.p-entry__body table.table01 tbody td {
    background: #f9f9f9;
}
.p-entry__body table.table01 thead td {
    background: #f9f9f9;
}
table.k_hikaku_table th {
    background: #ebefff;
    border: solid 1px #b5b9c9;
    padding: 25px 5px;
    vertical-align: middle;
    line-height: 1.5;
    font-weight: 600;
    color: #494761;
}

table.k_hikaku_table td {
    padding: 10px 5px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.5;
    border: solid 1px #cdcdcd;
}

.k_cus_ul {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
}
.k_cus_ul li {
    width: 31.333%;
    float: left;
    margin: 0 1% 1%;
    position: relative;
    background: #f6f7e8;
}
.ins_ttl {
    font-size: 110%;
    text-align: center;
    font-weight: 600;
    padding: 5px 0;
    background: #655749;
    color: #fff;
}
.ins_txt {
    font-size: 90%;
    line-height: 1.6;
    width: 90%;
    margin: 10px auto 15px;
}
table.price_table {
    margin: 20px 0 70px;
}
table.price_table td {
    background: #fff8e8;
    padding: 10px 30px;
    line-height: 1.8;
    text-align: right;
}
span.pr_spa {
    font-family: "Jost", sans-serif;
    font-size: 160%;
}
table.price_table th {
    width: 20%;
    background: #ffdf93;
    vertical-align: middle;
    font-size: 105%;
    font-weight: 600;
    color: #8b5039;
}
.txt04 {
    font-size: 100%;
    font-weight: 600;
    text-align: center;
}
.txt10 {
    font-size: 110%;
    font-weight: 600;
}
.txt04 a:hover {
    opacity: 0.7;
    text-decoration: unset;
}
.ko_box {
    position: relative;
    padding: 20px;
    border: solid 1px #ddd;
	margin:0 0 20px;
}
.txt04 a {
    font-weight: 600;
    color: #004db1;
    text-decoration: underline;
}
.k_ul04 table.table_01 {
    margin: 0 auto 20px;
}
.k_ul04 .btn_10 {
    margin: 30px 0 0;
}

.flex_ul{
    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;	
}
.centxt {
    text-align: center;
    margin-bottom: 30px;
}
.centxtbt {
    max-width: 350px;
    margin: 30px auto;
}
.arrowds:before {
    position: absolute;
    content: "";
    display: block;
    right: -7px;
    top: 45%;
    border-right: 0px solid transparent;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 12px solid #333;
}
.arrowds {
    position: relative;
}
.arrows02 {
    position: relative;
}

span.redspa {
    font-size: 110%;
    font-weight: 600;
    color: #df4444;
}

.list_d23 li span {
    background: #939393;
    color: #fff;
    font-weight: 500;
    padding: 0px 8px 1px;
    margin-right: 10px;
}

.list_d23 li {
    font-size: 110%;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: 500;
    position: relative;
}
.list_d23 {
    width: 100%;
    display: table;
    position: relative;
}
.centxt {
    text-align: center;
}
.space_s{height:40px}
.centxt a {
    font-weight: 300;
    color: #232222;
}
/* 下層 respon */

@media screen and (max-width: 1000px) { 
	.arrows02:before {
    right: -31px;
}
}


@media screen and (max-width: 767px) { 
.unker_box li:before {top:6px;}.unker_box {padding: 13px 4% 5px;}.k_con {width: 100%;}.k_ttl01 {margin: 40px auto 30px;font-size: 130%;padding: 12px 7px;letter-spacing: 1px;}.p-entry__body {margin: 50px auto 100px;}.p-page-header__title {font-size: 140% !important;margin-bottom: 20px;}.p-page-header__inner {top: 40%;}.bread_inner {padding: 7px 0;}.p-page-header__desc {font-size: 80%;width: 96%;margin: 0 auto;position: relative;bottom: 0;}.p-breadcrumb {font-size: 10px;}.p-page-header__desc span {display: block;padding: 0 3%;}.unker_box li {width: 95%;padding-left: 5%;font-size: 90%;}.li_txt {width: 100%;float: unset;}.li_img_right {width: 100%;margin: 0 auto 20px;float: unset;}table.table02 td {font-size: 90%;padding: 10px 1px;}.li_txt60 {width: 100%;float: unset;}table.table02 th {padding: 7px 1px;font-size: 90%;}.li_img40 {width: 100%;margin: 0 auto 20px;float: unset;}.inf_ttl {font-size: 100%;margin: 10px auto 0;border-left: solid 3px #ffaf80;padding: 0 0 2px 5px;}.li_img50 {width: 100%;margin: 0 auto 20px;float: unset;}table.table03 td {font-size: 90%;padding: 6px 10px;}table.table03 th {font-size: 90%;width: 20%;}.gr_inner {padding: 10px 0;}.k_ttl01_gr {font-size: 150%;margin: 20px auto 30px;padding: 0 0px 15px;}.jump_point {padding-top: 30px;margin-top: -30px;}.k_sym_box li:before {width: 10px;height: 10px;}.k_sym_box {margin: 40px auto 20px;}.k_sym_box li:after {width: 12px;height: 5px;top: 6px;}.k_sym_box li {font-size: 100%;padding-left: 20px;width: 90%;margin-bottom: 10px;}.sym_ttl {font-size: 110%;margin: 40px auto 15px;padding-bottom: 5px;}.li_img {width: 100%;margin: 0 auto 20px;float: unset;}.sym_en {font-size: 280%;top: -18px;}.k_ttl03 {font-size: 110%;margin: 10px auto;}.unker_ul li {width: 100%;float: unset;margin: 0 auto 12px;}.unker_ul li a span:before {width: 5px;height: 5px;}.list_02 li:before {width: 12px;height: 12px;}.list_02 li:after {width: 15px;height: 5px;top: 7px;}.list_02 li {padding-left: 23px;}.link_ttl:before {width: 9px;height: 9px;top: 10px;}table.abx_table th {font-size: 2.5vw;font-weight: 400;}table.abx_table td {font-size: 2.7vw;padding: 7px 1px;}.k_ttl05:before {width: 14px;}.k_ttl05 {font-size: 100%;padding-left: 20px;}.flow_txt {font-size: 95%;width: 96%;margin: 0 auto;}.box_06 {padding: 20px 15px 10px;}.flow_box {padding: 15px 10px 5px;}.flow_ttl {font-size: 115%;padding: 0 0 1px 2px;}.txt01 {line-height: 2;}.link_ttl {font-size: 110%;padding: 0 0 3px 15px;}.unker_ul li a {font-size: 95%;padding: 5px 5px 5px 27px;}.high_gr {margin: 60px auto 30px !important;letter-spacing: 1px;}
.space {height: 40px;}
.p-article02__title {
    font-weight: 600;
    font-size: 100%;
}
.p-entry__body .ggmap {
    padding-bottom: 57%;
}
.centxt {
    text-align: left;
}
.arrows02:before {
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -19px;
    top: unset;
}
.arrows02 {
    margin-bottom: 40px;
}
#contents_header {
    width: 100%;
    margin-bottom: 50px;
    height: 200px;
}
    .page_head_tittle {
        font-size: 140%;
        font-weight: 700;
        letter-spacing: 0.05em;
        line-height: 1.7;
    }
.li50 {
    width: 100%;
    margin: 0 auto 20px;
    float: unset;
}
.k_ttl03:before {
    top: 8px;
}
.ro_box {
    padding: 10px 13px;
}
.ri_box {
    padding: 20px 20px 10px;
}
    .k_ttl08 {
        font-size: 130%;
        line-height: 1.7;
        margin-bottom: 20px;
        text-align: left;
    }
table.price_table td {
    padding: 10px;
    line-height: 1.5;
    text-align: left;
}
table.reki_table th, table.reki_table td {
    width: auto;
    display: block;
}
.d_ttl {
    font-size: 125%;
    padding-left: 12px;
    border-left: solid 4px #bda899;
}
.fea_num {
    font-size: 115%;
    padding: 5px 10px;
        margin-bottom: 6px;
}
.k_ttl02 {
        font-size: 120%;
        margin: 40px auto 20px;
        line-height: 1.5;
        padding: 10px 0 15px;
        text-align: left;
    }
.triangle4 {
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #c5c5c5;
}
.p-article02__excerpt {
    font-size: 90%;
    line-height: 1.7;
	}
.p-page-header {
    height: 250px;
}
.p-article02 {
    padding: 20px 10px;
}
.k_ttl01 span {
        left: 0;
        top: 0;
        margin-right: 6px;
        font-size: 110%;
        position: relative;
        font-weight: 500;
    }
table.fees_table th {
    font-size: 85%;
    padding: 15px 0;
}
table.fees_table td span {
    display: block;
}
th.w30 {
    width: 15% !important;
}
th.w20 {
    width: 25% !important;
}
table.fees_table td {
    font-size: 90%;
    padding: 10px 5px;
}
.ins_txt {
    font-size: 100%;
    margin: 20px auto;
}
.k_cus_ul li {
    width: 100%;
    float: unset;
    margin: 0 auto 20px;
}
}




/**追加**/

.sumi_img01 {
    width: 90%;
    max-width: 400px;
    margin: 20px auto 30px;
}
table.sumi_table th {
    width: 50%;
    position: relative;
    padding: 10px;
    border-top: solid 1px #e3e3e3;
    border-bottom: solid 1px #e3e3e3;
    color: #4971a5;
    font-weight: 500;
}
table.sumi_table {
    margin-bottom: 20px;
}
table.sumi_table td {
    width: 50%;
    position: relative;
    padding: 10px 20px;
    border-top: solid 1px #e3e3e3;
    border-bottom: solid 1px #e3e3e3;
    vertical-align: middle;
}
.sumi_img02 {
    flex: 1;
    padding: 0 10px;
}
.flex_img {
    display: flex;
    margin-top: 10px;
}
table.meri_table thead td {
    background: #d2e3f5;
    text-align: center;
    padding: 10px 0;
    border: solid 1px #bbc3d7;
    font-weight: 500;
}
table.meri_table tbody td {
    padding: 10px 20px;
    border: solid 1px #ddd;
}

table.meri_table tbody th {
    width: 30%;
    vertical-align: middle;
    border: solid 1px #ddd;
    font-weight: 500;
}
table.meri_table {
    margin-bottom: 70px;
}
.flex_video {
    display: flex;
    margin: 40px auto 20px;
}
.v_flex {
    flex: 1;
    padding: 0 15px;
}

@media screen and (max-width: 767px) { 
	table.sumi_table th, table.sumi_table td {
    width: auto;
    display: block;
}
}





/**追加**/
table.del_table td {
    padding: 20px 20px;
    border: solid 3px #ffffff;
    background: #f8f8f8;
}
table.del_table th {
    width: 30%;
    background: #ecf6fb;
    border: solid 3px #ffffff;
    vertical-align: middle;
    padding: 20px 5px;
    font-weight: 600;
    font-size: 105%;
}
.btn_31 a {
    background: #fff;
    color: #1C315A;
    position: relative;
    display: block;
    text-align: center;
    padding: 15px 0;
    border-radius: 100px;
    font-size: 110%;
    font-weight: 600;
    transition: all 0.3s ease 0s;
}
.btn_31 {
    position: relative;
    max-width: 400px;
    margin: 0 auto 0;
    width: 90%;
}
.btn_11 a:hover, .btn_31 a:hover {
    opacity: 0.7;
}
.btn_11 {
    max-width: 400px;
    margin: 50px auto 30px;
    width: 90%;
}
.btn_11 a {
    background: #ff8f00;
    color: #fff;
    position: relative;
    display: block;
    text-align: center;
    padding: 15px 0;
    border-radius: 100px;
    font-size: 110%;
    font-weight: 600;
    transition: all 0.3s ease 0s;
}
.sec_fee {
    position: relative;
    background: #F5F5F5;
    padding: 70px 0;
    margin-bottom: 150px;
}
.pr_block01 {
    background: #fff;
    padding: 40px 5% 10px;
    margin: 100px auto 50px;
    box-shadow: 0px 80px 80px -80px rgb(0 0 0 / 20%);
}
.pr_block02 {
    background: #fff;
    padding: 30px 5% 10px;
    box-shadow: 0px 80px 80px -80px rgb(0 0 0 / 20%);
}
table.price_table.topprice th {
    width: 35%;
    background: #2657af;
    color: #fff;
}
table.price_table.topprice td {
    background: #fff;
}
table.price_table.topprice {
    margin: 20px 0 0px;
}

.pr_ttl02 {
    margin-bottom: 25px;
    font-size: 190%;
    font-weight: 700;
    position: relative;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.7;
    color: #163385;
}
.sec_symp {
    margin: 70px auto 150px;
}
.ho_block:before {
    position: absolute;
    content: "";
    top: 15px;
    right: 15px;
    width: 100%;
    height: 100%;
    border: solid 1px #8c8c8c;
}

.ho_block {
    background: #fffef2;
    padding: 50px 50px 40px;
    border: solid 1px #8c8c8c;
    position: relative;
}
.casettl {
    font-family: "Jost", sans-serif;
    text-align: center;
    margin: 50px auto 20px;
    font-size: 200%;
    border-bottom: solid 1px #303b8e;
    color: #303b8e;
}

.centxt span {
    color: #fff;
    font-weight: 600;
    padding: 0px 7px 1px;
    margin-right: 4px;
    background: #3081c9;
}
span.sh_none {
    color: #000 !important;
    font-weight: 400 !important;
    padding: 0 !important;
    margin-right: 0 !important;
    background: none !important;
}


/*アコーディオン*/

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

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

.ac-box input{
display: none;
}

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



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

.ac-box input:checked ~ .ac-small {
    height: auto;
    padding: 20px 0;
    opacity: 1;
}
.ac-box div p {
    color: #333;
    line-height: 1.8em !important;
    font-size: 16px;
    text-align: justify;
    font-weight: 300;
	padding:0 8%
}
.ac-small p{
margin-bottom: 0px;
}
.ac_an_tag {
    background: #000;
    color: #fff !important;
    text-align: center !important;
    padding: 5px !important;
    line-height: 2em !important;
}
.ac-box p {
    display: none;
}
.ac-small p {
    display: block;
}


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

.popup-open {
  cursor: pointer; 
}
.popup-open {
    max-width: 400px;
    margin: 0 auto 0;
    width: 90%;
    background: #fff;
    color: #1C315A;
    position: relative;
    display: block;
    text-align: center;
    padding: 15px 0;
    border-radius: 100px;
    font-size: 110%;
    font-weight: 600;
    transition: all 0.3s ease 0s;
}
.popup-overlay {
  display: none; 
}

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

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

.popup-text {
  margin: 0;
}

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

.popup-close {
  cursor: pointer;
  position: absolute;
  top: -26px;
  right: 0;
}

.popup-window {
    width: 80vw;
    max-width: 1200px;
    padding: 40px 3%;
    background-color: #ffffff;
    border-radius: 6px;
}

.po_txt01 {
    font-size: 95%;
    margin-bottom: 10px;
}
.po_txt02 {
    font-size: 120%;
    font-weight: 600;
    margin: 20px auto 10px;
    border-left: solid 5px #586ba8;
    padding-left: 13px;
    line-height: 1.5;
    color: #333;
}

br.sp_kai {
    display: none;
}

.ds_vkbox {
    width: 86%;
    max-width: 700px;
    margin: 80px auto -60px;
    border: solid 1px #b5b5b5;
    padding: 15px 2%;
}
.dcd_ttl {
    text-align: center;
    font-size: 110%;
    font-weight: 600;
    color: #0d276c;
}
.dcd_txt {
    font-size: 90%;
}

@media only screen and (max-width: 767px) {
br.sp_kai {
    display: block;
}
	span.sh_none{display:none}
.btn_11 {
    margin: 30px auto 10px;
}
.popup-window {
    padding: 20px 4%;
}
.po_txt01 {
    font-size: 80%;
}
.fea_li_img_right {
    width: 100%;
    margin: 0 auto 20px;
    float: unset;
}
.wh_box_in {
    padding: 15px 4%;
    margin-top: 36px;
}
.fea_ttl02 {
    font-size: 120%;
    text-align: left;
    line-height: 1.5;
}
.pr_ttl02 {
    font-size: 130%;
}
.price_ttl_txt02_sub {
    font-size: 80%;
    letter-spacing: 0px;
    margin-top: 10px;
}
span.kakoko:before, span.line_ss:before, span.kakoko:after{display:none}
.price_ttl_txt03 {
    font-size: 110%;
}
.price_ttl_txt02 {
    font-size: 148%;
}
.price_ttl_txt {
    font-size: 117%;
}
.ho_block:before {
    top: 5px;
    right: 5px;
}
.ho_block {
    padding: 35px 30px 3px;
}
.ac-box label:after {
    top: 20px;
}
table.del_table th {
    font-size: 100%;
}
    .popup-inbox {
        position: relative;
        overflow: scroll;
        height: 90vw;
    }
.popup-open {
    padding: 10px 0;
}
table.del_table td {
    padding: 10px 15px;
}
.caa_txt01 {
    font-size: 90%;
}
.caa_txt02 {
    font-size: 90%;
}
.ac-box label {
    font-size: 100%;
    line-height: 50px;
    height: 50px;
}
.ds_vkbox {
    margin: 20px auto 0px;
    padding: 10px 2%;
}
.dcd_txt {
    font-size: 80%;
}
.dcd_ttl {
    font-size: 90%;
}
.sec_symp {
    margin: 50px auto 70px;
}
.btn_11 a {
	padding: 10px 0;}
}
