@charset "utf-8";
/*--------------------------------------------------------------------
styel css
--------------------------------------------------------------------*/
html {
	-webkit-text-size-adjust: 100%;
	font-size: 10px;
  overflow-y: scroll;
}
body {
  margin: 0 auto;
  padding: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: #444;
  background: #FFF;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    font-optical-sizing: auto;
    color: #20365b;
    margin: 0;
    text-align: left;
  }
}

#wrapper {
  width: 100%;
}

img {
	max-width: 100%;
	height: auto;
	min-width: 0;
}

.sp_disp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .pc_disp {
    display: none;
  }
  .sp_disp {
    display: block;
  }
}

/*--------------------------------------------------------------------
parts
--------------------------------------------------------------------*/
.left {
	float: left;
  padding-right: 25px;
}
.right {
	float: right;
  padding-left: 25px;
}
.nodisp {
	display: none;
}

.mgb_10 {
	margin-bottom: 10px!important;
}
.mgb_20 {
	margin-bottom: 20px!important;
}
.mgb_30 {
	margin-bottom: 30px !important;
}
.mgb_50 {
	margin-bottom: 50px !important;
}

.mgt_10 {
	margin-top: 10px;
}


.txt_center {
	text-align: center!important;
}
.txt_right {
	text-align: right;
}
.txt_left {
	text-align: left !important;
}
.txt_red {
	color: #e04f31;
}
.txt_bl {
	color: #3264b2;
}
.txt_yellow {
	color: #fff79f;
}
.txt_white {
	color: #FFF;
}
@media only screen and (max-width: 768px) {
  .txt_white_sponly {
    color: #FFF;
  }
}

.txt_b {
	font-weight: bold;
}
.txt_sml {
	font-size: 11rem;
}
.txt_uline {
	background: linear-gradient(transparent 70%, #cef8d6 70%);
}
.txt_uline_y {
  background-image: linear-gradient(to top, #fcc900 60%, transparent 60%);
}

.f_s
{
	font-size		: 0.8em;
}
.f_l
{
	font-size		: 1.2em;
}
.f_xl
{
	font-size		: 1.5em;
}

hr {
	display: none;
}


/*--------------------------------------------------------------------
トップに戻る
--------------------------------------------------------------------*/
.bt_top_navi {
  position: fixed;
  right:  50px;
  bottom: 150px;
  width: 45px;
  height: 45px;
  transform: rotate(90deg);
  opacity: 0.8;
  z-index: 20;
}
@media only screen and (max-width: 768px) {
  .bt_top_navi {
    right:  10px;
    bottom: 150px;
  }
}


/*--------------------------------------------------------------------
header
--------------------------------------------------------------------*/
header {
  position: relative;
  margin: 0px;
  width: 100%;
  background: rgb(255, 255, 255);
  z-index: 999;
  transition: 0.5s;
}
header #header_sec {
  padding: 0px 0px 0px 10px;
  height: 59.3px;
}

header #header_sec .header_sec_pc {
  height: 59.3px;
  display: flex;
  align-items: center;
}
header #header_sec .header_sec_pc h1 img {
  width: 350px;
}
header #header_sec .header_sec_pc .h_area_vsg {
  font-size: 15px;
  color: #FFF;
  padding: 4px 15px;
  border-radius: 16px;
  background: #565656;
  margin-left: 20px;
}

header #header_sec .header_sec_sp
{
	display: none;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 5px 0 8px;
}

@media only screen and (max-width: 768px) {
  header #header_sec .header_sec_pc {
    display: none;
  }
  header #header_sec .header_sec_sp {
    display: block;
  }
  header h1 {
    width: 228px;
  }
}


/*--------------------------------------------------------------------
footer
--------------------------------------------------------------------*/
footer {
  background: #494440;
  color: #FFF;
  padding: 15px 4% 150px;
  font-size: .75em;
  text-align: left;
}
footer img {
  width: 250px;
}
@media only screen and (max-width: 768px) {
  footer {
    background: #f6fafc;
    padding: 40px 5% 120px;
    color: #20365b;
  }
  footer img {
    width: 189px;
  }
}

.footercta {
  background: #fffceb;
  padding: 30px 15px;
}
@media only screen and (max-width: 768px) {
  .footercta {
    background: none;
    padding: 0;
  }
}


/*--------------------------------------------------------------------
下部固定ボタン
--------------------------------------------------------------------*/
#ftbtn .ftbtn_pc {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  transform: translateY(150px);
  transition: 1.5s;
  
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
#ftbtn.fadeinanime .ftbtn_pc {
  transform: translateY(0);
  transition: 1.5s;
  opacity: 1;
}
#ftbtn .ftbtn_pc .footer_fixed_in {
  width: 100%;
  background: #152a54;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 30px;
  padding: 20px;
}
#ftbtn .ftbtn_pc .footer_fixed_in .footer_fixed_tel p {
  font-size: 22px;
  line-height: 1.3;
}
#ftbtn .ftbtn_pc .footer_fixed_in .footer_fixed_tel span {
  font-size: 34px;
  font-weight: bold;
}
@media only screen and (max-width: 1000px) {
  #ftbtn .ftbtn_pc .footer_fixed_in .footer_fixed_tel p {
    font-size: 18px;
  }
  #ftbtn .ftbtn_pc .footer_fixed_in .footer_fixed_tel span {
    font-size: 24px;
  }
}
#ftbtn .ftbtn_pc .footer_fixed_in .footer_fixed_btn a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: block;
}
#ftbtn .ftbtn_pc .footer_fixed_in .footer_fixed_btn a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
  transform: translateY(3px);
  -webkit-transform: translateY(3px);
}
@media only screen and (max-width: 768px) {
  #ftbtn .ftbtn_sp {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 100%;
    z-index: 999;
    transform: translateY(100px);
    transition: 1.5s;
    opacity: 0;
    display: block;
  }
  #ftbtn.fadeinanime .ftbtn_sp {
    transform: translateY(0);
    transition: 1.5s;
    opacity: 1;
  }
  #ftbtn a {
    width: 100%;
    display: block;
    text-decoration: none;
  }
  #ftbtn .ftbtn_con {
    display: flex;
    flex-wrap: wrap;
  }
  #ftbtn .ftbtn_tel {
    width: 100%;
    background-color: #195cc6;
    padding: .78% 1%;
  }
  #ftbtn .ftbtn_tel a {
    padding: 0;
    line-height: 1.2;
  }
  #ftbtn .ftbtn_tel a .ftbtn_tel_no {
    font-size: 1.5em;
    font-weight: bold;
    position: relative;
    margin-left: 20px;
  }
  #ftbtn .ftbtn_tel a .ftbtn_tel_no:before {
    content: "";
    position: absolute;
    display: inline-block;
    background: url(../images/common/footer_tel.webp) no-repeat;
    background-size: contain;
    width: 25px;
    height: 50px;
    left: -30px;
    top: 5px;
    font-family: 'DIN Alternate', sans-serif;
  }
  #ftbtn .ftbtn_tel a .ftbtn_tel_msg {
    font-size: .85em;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.5;
    margin-left: 20px;
  }
  #ftbtn .ftbtn_mail
  , #ftbtn .ftbtn_line {
    width: 50%;
    font-weight: 700;
    font-size: 0.9em;
    padding: 2.605% 0 !important;
  }
  #ftbtn .ftbtn_mail {
    background: #52b7f0;
  }
  #ftbtn .ftbtn_line {
    background: #06c755;
  }
  #ftbtn .ftbtn_mail a span  {
    position: relative;
    margin-left: 30px;
  }
  #ftbtn .ftbtn_mail a span:before {
    content: "";
    position: absolute;
    display: inline-block;
    background: url(../images/common/footer_mail.webp) no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    left: -32px;
    top: 0;
  }
  #ftbtn .ftbtn_line a span {
    position: relative;
    margin-left: 33px;
  }
  #ftbtn .ftbtn_line a span:before {
    content: "";
    position: absolute;
    display: inline-block;
    background: url(../images/common/footer_line.webp) no-repeat;
    background-size: contain;
    width: 25px;
    height: 30px;
    left: -33px;
    top: -2px;
  }
}



/*--------------------------------------------------------------------
 CTA
--------------------------------------------------------------------*/
.cta {
  position: relative;
  z-index: 10;
}
.cta_pc {
  text-align: center;
  margin-top: 30px;
}
#sevendays .cta_pc {
  margin-top: -130px;
}
#sevendays .cta_pc .cta_pc_title {
  display: none;
}
.cta_pc .cta_pc_in {
  display: flex;
  justify-content: space-between;
  width: 1100px;
  max-width: 92%;
  margin: -40px auto 0;
  padding-top: 110px;
}
.cta_pc .res_tel
, .cta_pc .res_linemail {
  width: 48%;
}
.cta_pc .res_tel
, .cta_pc .res_line
, .cta_pc .res_mail {
  background: #FFF;
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  position: relative;
  padding-top: 40px;
  padding-bottom: 20px;
  margin-bottom: 35px;
}
.cta_pc .res_title {
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  margin: auto;
}
.cta_pc .res_txt {
  font-size: 1.2em;
}
.cta_pc .res_txt span {
  font-size: 1.1em;
  font-weight: bold;
}
    
/* TEL */
.cta_pc .res_tel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  padding-bottom: 50px;
}
.cta_pc .res_tel .res_txt {
  margin-bottom: 1.5em;
  width: 100%;
}
.cta_pc .res_tel .res_img {
  margin-bottom: 1em;
  width: 100%;
}
/* LINE */
.cta_pc .res_line div {
  display: flex;
  justify-content: center;
}
.cta_pc .res_line div .res_txt {
  text-align: left;
  padding-top: 10px;
  width: 50%;
}
.cta_pc .res_line div .res_img {
  width: 23%;
}
.cta_pc .res_line div .res_img img {
  max-width: 100%;
}
/* MAIL */
.cta_pc .res_mail .res_img {
  font-size: 1.2em;
  margin-top: 5px;
}
.cta_pc .res_mail .res_img img {
  margin-right: 10px;
}
.cta_pc .res_mail .res_img a {
  text-decoration: underline;
}

.cta_sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .cta_pc {
    display: none;
  }
  .cta_sp {
    display: block;
    text-align: center;
    width: 92%;
    margin: 0 auto 1.5rem;
  }
  .cta_sp .msg {
    margin-bottom: 1rem;
  }
  
  .cta_sp .tel_txt {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#3264b2;
  }
  #sevendays .cta_sp .cta_sp_img
  , #sevendays .cta_sp .tel_txt
  , #sodan .cta_sp .cta_sp_img {
    display: none;
  }
  .cta_sp .btn_group {
    display: flex;
    margin: 1rem 0 2rem;
    align-items: flex-start;
    justify-content: center;
    flex-direction: row-reverse;
  }
  .cta_sp .acc_img {
    text-align: center;
    margin-bottom: 5px;
  }
  .cta_sp .acc_img img {
    width: 20px;
  }
  .cta_sp .acc_txt {
    color: #005cac;
    font-size: 14px;
  }
  .cta_sp .toaccess {
    display: block;
    margin: 10px auto 20px;
    width: 87%;
  }
}




/*--------------------------------------------------------------------
 MAP（ひとつだけ）
--------------------------------------------------------------------*/
.mapbox_one {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  
  padding: 10px;
  border: 1px #CCC solid;
  box-shadow: rgba(0, 0, 0, 0.0470588) 0px 0px 1px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0470588) 0px 0px 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.0470588) 0px 0px 1px 3px;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  background: #FFF;
}
.mapbox_one .mapbox_one_name {
  background: linear-gradient(to right, rgb(255 84 79 / 60%) 0%, rgb(255 159 66 / 60%) 100%);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 5px 0;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  margin-bottom: 10px;
}
.mapbox_one .mapbox_one_img {
  display: flex;
  justify-content: space-around;
  column-gap: 10px;
  width: 100%;
  margin-bottom: 20px;
}
.mapbox_one .mapbox_one_img iframe {
  height: auto;
  aspect-ratio: 472 / 300;
  flex: 1 1 0%;
  min-width: 0;
}
.mapbox_one .mapbox_one_img p {
  flex: 1 1 0%;
  min-width: 0;
}
.mapbox_one .mapbox_one_add {
  border-left: 3px #df4e31 solid;
  padding: 5px 0px 5px 10px;
  width: 100%;
  margin: 0 auto 0 5px;
  text-align: left;
}



/*--------------------------------------------------------------------
 MAP
--------------------------------------------------------------------*/
.maplist {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.maplist .mapbox {
  width: 33%;
  padding: 10px;
  border: 1px #CCC solid;
  box-shadow: rgba(0, 0, 0, 0.0470588) 0px 0px 1px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0470588) 0px 0px 1px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.0470588) 0px 0px 1px 3px;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
  background: #FFF;
}
.maplist .mapbox .mapbox_name {
  background: linear-gradient(to right, rgb(255 84 79 / 60%) 0%, rgb(255 159 66 / 60%) 100%);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 0;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  margin-bottom: 10px;
}
.maplist .mapbox .mapbox_img {
  width: 100%;
  margin-bottom: 20px;
}
.maplist .mapbox .mapbox_add {
  border-left: 3px #df4e31 solid;
  padding: 5px 0px 5px 10px;
  width: 100%;
  margin: 0 auto 0 5px;
  text-align: left;
}




/*--------------------------------------------------------------------
 MAPのアコーディオン
--------------------------------------------------------------------*/
.mapdisp {
  padding: 15px 0 80px;
}
.mapdisp .mapdisp_toggle {
  display: none;
}
.mapdisp .q_box {
  padding: 5px 0px;
  position: relative;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #df4e31;
/*  background: linear-gradient(to right, rgb(255 84 79 / 60%) 0%, rgb(255 159 66 / 60%) 100%);
  color: #FFF;*/
}
.mapdisp .q_box .Label .labeltxt {
  width: 100%;
  z-index: 0;
  font-weight: bold;
  font-size: 0.9em;
  text-align: center;
}
.mapdisp .q_box .Label .labelbtn {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 10px;
  right: 0;
  z-index: 5;
}
.mapdisp .q_box .Label span {
  position: absolute;
  display: block;
  will-change: transform;
  border-radius: 2px;
  transition: 0.25s ease-in-out;
  background-color: #df4e31;
}
.mapdisp .q_box .Label span:first-of-type {
  width: 2px;
  height: 20px;
  left: 9.5px;
  top: 0;
}
.mapdisp .q_box .Label span:last-of-type {
  width: 20px;
  height: 2px;
  top: 9px;
  left: 1px;
}
.mapdisp .mapdisp_toggle:checked+.q_box .Label span:first-of-type {
  transform: rotate(-90deg);
}
.mapdisp .a_box {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all .3s;
  transition: all .3s;
  height: 0;
  overflow: hidden;
  text-align: left;
}
.mapdisp .mapdisp_toggle:checked+.q_box+.a_box {
  height: auto;
  padding-top: 10px;
  -webkit-transition: all .8s;
  transition: all .8s;
}


/*--------------------------------------------------------------------
ナビゲーションのためのCSS
--------------------------------------------------------------------*/
#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top:0;
    right: -120%;
    width:100%;
    height: 100vh;/*ナビの高さ*/
    background: #f6fafc;
    /*動き*/
    transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    
/*    display: flex;
    justify-content: center;
    align-items: center;*/
}

/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  top:45%;
  left: 50%;
  transform: translate(-50%,-50%);
  
  padding: 0;
  margin: auto;
  width: 100%;
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  #g-nav ul {
    top:40%;
  }
}

/*リストのレイアウト設定*/

#g-nav li{
  list-style: none;
    text-align: center;
}
#g-nav li.g-nav-cv {
  margin-top: 30px;
}
#g-nav li.g-nav-cv {
  margin-top: 30px;
}
#g-nav li.g-nav-cv a {
  padding-bottom: 0;
}

#g-nav li a {
  color: #20365b;
  text-decoration: none;
  padding:10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#g-nav li a:hover{
  opacity: 0.7;
  filter: alpha(opacity=60);
  transform: translateY(3px);
  -webkit-transform: translateY(3px);
}

/*========= ボタンのためのCSS ===============*/
.openbtn1 span:nth-of-type(4) {
  display: none;
}
/*@media screen and (max-width: 1080px){*/
.openbtn1{
  position:fixed;
  z-index: 9999;/*ボタンを最前面に*/
  top: 0;
  right: 0;
  cursor: pointer;
  width: 59.3px;
  height: 59.3px;
  background: #20365b;
}
  
/*×に変化*/  
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 16.31px;
    height: 3px;
    border-radius: 2px;
    background-color: #FFF;
    width: 45%;
  }

.openbtn1 span:nth-of-type(1) {
  top: 13px;
}
.openbtn1 span:nth-of-type(2) {
  top: 21px;
}
.openbtn1 span:nth-of-type(3) {
  top: 29px;
}
.openbtn1 span:nth-of-type(4) {
  display: inline-block;
  top: 35px;
  left: 6px;
  background: none;
  color: #FFF;
  width: 100%;
  font-size: 12px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}









