@charset "utf-8";
/* CSS Document */
/******************************************************************************
 Default CSS Reset
******************************************************************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
}
fieldset, img {
  border: 0;
}
address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
caption {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
img {
  vertical-align: bottom;
  /* chormeで画像のぼやけ回避 */
  -webkit-backface-visibility: hidden;

}
/* iOSでのデフォルトスタイルをリセット */
input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
textarea {
  resize: vertical;
}
input[type='checkbox'], input[type='radio'] {
  display: none;
}
input[type='submit'], input[type='button'], label, button, select {
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}
/******************************************************************************
 General Setting
******************************************************************************/
body, a {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  position: relative;
  background: #FFF;
  font-size: 16px;
  line-height: 1.7;
}
img{
  max-width: 100%;
}
@media screen and (max-width: 1070px) and (min-width: 801px) {
  body {
    font-size: 15px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 800px) {
  body {
    font-size: 14px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 340px) {
  body {
    font-size: 14px;
  }
}
a {
  color: #000;
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:focus, *:focus {
  outline: none;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*** font ***/
.serif {
  line-height: 1.5em;
  font-weight: bold;
  font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.t_center {
  text-align: center;
}
.t_left {
  text-align: left;
}
.t_right {
  text-align: right;
}
.t_weight500 {
  font-weight: 500;
}
.t_weight600 {
  font-weight: 600;
}
.t_weight700 {
  font-weight: 700;
}
.t_small{
  font-size: 0.875em;
}
.box_left{
  margin-right: auto;
}
.box_right{
  margin-left: auto;
}
.order1{
  order: 1;
}
.order2{
  order: 2;
}
/*** none ***/
.pcnone {
  display: none;
}
.spnone {
  display: block;
}
@media screen and (max-width:800px) {
  .pcnone {
    display: block;
  }
  .spnone {
    display: none;
  }
}
/******************************************************************************
 Layout
******************************************************************************/
.wrapper {
  width: 100%;
  position: relative;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}

/* contents ****************************************************/
#container {
  margin: 0 auto;
  height: auto;
  padding-bottom: 7.5em;
}
.inner {
  clear: both;
  margin: 0 auto;
  padding: 0;
  max-width: 980px;
  width: 95%;
  height: 100%;
  position: relative;
}

/*問合せボタン・言語切り替えボタン(メインビュー)*/
.offer_lang{
 width: 55%;
}
.lang_en{
 width: 49%;
}
.lang_en a {
  padding:  0.6em 0;
  text-align: center;
  letter-spacing: 100;
  background: #cc1111;
  display: block;
  font-size: 1.5625em;
  font-weight: bold;
  color: #FFFFFF;
  border-radius: 2em;
}
.lang_en a:hover{
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.2s ease-in-out;
}
.offer {
  width: 50%;
}
.offer a {
  padding:  0.6em 0;
  text-align: center;
  letter-spacing: 100;
  background: rgba(0, 140, 7);
  background: linear-gradient(0deg,rgba(0, 140, 7, 1) 0%, rgba(11, 160, 18, 1) 100%);
  display: block;
  font-size: 1.5625em;
  font-weight: bold;
  color: #FFFFFF;
  border-radius: 2em;
  border: 3px solid #FFF;
  -moz-box-shadow: 10px 10px 12px -13px rgba(0, 0, 0, 0.39);
  -webkit-box-shadow: 10px 10px 12px -13px rgba(0, 0, 0, 0.39);
  -ms-box-shadow: 10px 10px 12px -13px rgba(0, 0, 0, 0.39);
  box-shadow: 10px 10px 12px -13px rgba(0, 0, 0, 0.39);
}
.offer a:hover, .offer_s a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 800px) {
.offer_lang{
 width: 80%;
}
 .lang_en{
  width: 43%;
 }
 .offer {
    width: 56%;
   
  }
 .lang_en a,
 .offer a {
    padding:  0.3em 0;
    font-size: 0.94em;
  }
}
@media screen and (max-width: 480px) {
.offer{
  width:56%;
}
}

/*問合せボタン*/
.offer_s_area {
  background: url("../img/offer_s_area_bg.png");
  background-repeat: no-repeat;
  padding: 0 0 4.5em 0;
  width: 100%;
  background-size: cover;
  background-position: bottom center;
}

.offer_s_txt{
 margin: 0 auto 0.8em auto;
 padding: 1.6em 0 0;
 font-size: 1.5625em;
 color: #91511F;
 display: flex;
 align-items: center;
 width: 53%;
}
.offer_s_txt_en{
 width: 79%;
}
.offer_s_txt::before,
.offer_s_txt::after{
 content: "";
 flex-grow: 1;
 display: block;
 border-top: 2px dotted #9A682B;
}
.offer_s_txt::before{
 margin-right: 1.4em;
}
.offer_s_txt::after{
 margin-left: 1.4em;
}
.offer_s a {
  margin: 0 auto;
  width: 50.5%;
  font-size: 1.875em;
  padding: 0.6em 0;
  font-weight: bold;
  text-align: center;
  background: rgba(0, 140, 7);
  background: linear-gradient(0deg,rgba(0, 140, 7, 1) 0%, rgba(11, 160, 18, 1) 100%);
  display: block;

  color: #FFFFFF;
  border-radius: 2em;
  position: relative;
  border: solid 3px #fff;
  -moz-box-shadow: 10px 10px 12px -13px rgba(0, 0, 0, 0.39);
  -webkit-box-shadow: 10px 10px 12px -13px rgba(0, 0, 0, 0.39);
  -ms-box-shadow: 10px 10px 12px -13px rgba(0, 0, 0, 0.39);
  box-shadow: 10px 10px 12px -13px rgba(0, 0, 0, 0.39);
}
@media screen and (max-width: 800px) {
.offer_s_area {
  background: url("../img/offer_s_area_bg_sp.png");
  background-repeat: no-repeat;
  padding: 0 0 2.28125em 0;
  width: 100%;
  background-size: cover;
  background-position: bottom center;
}
.offer_s_txt{
 margin: 0 auto 0.65em auto;
 padding: 1.3em 0 0;
 font-size: 1.125em;
 width: 100%;
}
.offer_s_txt_en{
font-size: 0.875em;
}
.offer_s_txt::before,
.offer_s_txt::after{
 content: "";
 flex-grow: 1;
 display: block;
 border-top: 1px dotted #9A682B;
}
.offer_s_txt::before{
 margin-right: 0.575em;
}
.offer_s_txt::after{
 margin-left: 0.575em;
}
.offer_s a {
  margin: 0 auto;
  width: 65%;
  padding: 0.4em 0;
  font-size: 1.25em;
}
}

.offer_img_area{
  background: url("../img/offer_img_area.png") #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.offer_img_area .offer_s_txt{
 width: 68%;
}
.offer_img_area_tell{
 padding: 1.43em 0 2em;
 margin: 0 auto;
 display: flex;
 justify-content: center;
 align-items: center;
 flex-wrap: wrap;
}

.offer_img_area_tell_t{
 font-size: 1.875em;
 color: #FF241F;
 font-weight: bold;
 margin-right: 1.667em;
}
.offer_img_area_tell .offer_img_area_tell_t_en{
 font-size: 1.7em;
}
.offer_img_area_tell_m{
 font-size: 1em;
}
.offer_img_area_tell_m span{
 font-size: 1.25em;
 font-weight: bold;
}
.offer_img_area_tell_item{
  width: 100%;
}
.offer_img_area_tell_item:first-child{
  margin-bottom: 2em;
}
@media screen and (max-width: 800px) {
.offer_img_area{
  background: url("../img/offer_img_area_sp.png") #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
 .offer_img_area .offer_s_txt{
 width: 100%;
}
.offer_img_area_tell{
 width: 100%;
 padding: 0.9em 0 1em;
}
.offer_img_area_tell_t{
 font-size: 1.25em;
}
.offer_img_area_tell .offer_img_area_tell_t_en{
 font-size: 1em;
}
.offer_img_area_tell_m{
 font-size: 0.75em;
}
.offer_img_area_tell_m span{
 font-size: 1.1875em;
}
.offer_img_area_tell_t {
  margin-right: 0.5em;
}
}
@media screen and (max-width: 350px) {

.offer_img_area_tell_t{
 font-size: 1.143em;
 margin-right: 0.5em;
}
}
.sub_tit,
.sub_tit_en{
  margin-top: 1.15em;
  margin-bottom: 0.679em;
  padding-bottom: 0.679em;
  text-align: center;
  font-size: 2.43em;
  border-bottom: dotted 2px #9A682B;
  line-height: 1.46;
 position: relative;
}
.sub_tit::before,
.sub_tit_en::before{
 content: "";
 background: url("../img/sub_tit.png");
 background-repeat: no-repeat;
 background-size: 100%;
 position: absolute;
 top: -9px;
 left: -9px;
 width: 24px;
 height: 19px;
}
.sub_tit_en::before{
 left: 245px;
}

@media screen and (max-width: 800px) {
.sub_tit,
.sub_tit_en{
  font-size: 1.5em;
 line-height: 1.48;
}
 .sub_tit::before,
 .sub_tit_en::before{
  top: -10px;
  left: 213px;
  width: 17px;
  height: 12px;
 }
 .sub_tit_en::before{
 left: 246px;
 }
 
}
.tit {
  padding-top:1.125em;
  margin-bottom: 0.6625em;
  padding-bottom: 0.6625em;
  text-align: center;
  font-size: 2.5em;
  line-height: 1.475;
  font-weight: bold;
  border-bottom: dotted 2px #9A682B;
} 
.tit_read{
  line-height: 2;
  font-size: 1.25em;
}
@media screen and (max-width: 800px) {
.tit {
  padding-top:1.8em;
  margin-bottom: 1.06em;
  padding-bottom: 1.06em;
  font-size: 1.5em;
  line-height: 1.5;
} 
.tit_read{
  line-height: 1.5;
  font-size: 1.1875em;
}
}
@media screen and (max-width: 414px) {
 .sub_tit::before, .sub_tit_en::before{
 left: 37px;
}
}
@media screen and (max-width: 375px){
  .sub_tit::before, .sub_tit_en::before{
 left: 17px;
}
}
@media screen and (max-width: 320px){
  .sub_tit::before, .sub_tit_en::before{
 left: -3px;
}
}
  
.table-01{
  width: 100%;
  justify-content: center;
}
.table-01 tr{
 border-right: #CC1111 3px solid;
 border-left: #CC1111 3px solid;
}
.table-01 tr:last-child{
 border-bottom: #CC1111 3px solid;
}
.table-01 th,.table-01 td{
  text-align: center;
  padding: 0.38em 0;
  border-left: solid 1px #fff;
} 
.table-01 th{
 background-color: #CC1111;
 color: #fff;
 text-align: center;
 font-size: 1.125em;
}
.table-01 td{
 background-color: #fff;
 font-size: 1.125em;
 border: #999999 1px solid;
}
.table-01_week{
 width: 15.95%;
}
.not_reco .table-01 tr{
 border-right: #C8AB88 3px solid;
 border-left: #C8AB88 3px solid;
}
.not_reco .table-01 tr:last-child{
 border-bottom: #C8AB88 3px solid;
}
.not_reco .table-01 th{
 background-color: #C8AB88;
}
@media screen and (max-width: 800px) {

.table-01 th{
 font-size: 0.9375em;
 padding: 0.2em 0;
}
.table-01 td{
 padding: 0.25em 0;
 font-size: 0.875em;
}
.table-01_week{
 width: 16.44%;
}
}
@media screen and (max-width: 480px) {
.table-01{
  font-size:0.813em ;
}
}

@media screen and (max-width: 480px) {
.table-02{
  font-size:0.813em ;
}
}

@media screen and (max-width: 800px) {
#container {
  padding-bottom: 2.1em;
}
}
/*header****************************************************/
header{
 width: 100%;
 background: rgba(255,255,255,0.8);
 position: fixed;
 top: 0;
 z-index: 100;
 height: 120px;
}
.header_inner{
 display: flex;
 justify-content: space-between;
 align-items: center;
 width: 97.18%;
 height: 120px;
 position: relative;
 margin: 0 auto;
}
.logo {
  width: 8.4%;
}
@media screen and (max-width: 800px) {
header{
 height: 50px;
}
.header_inner{
 width: 95%;
 height: 50px;
}
.logo {
  width: 8.2%;
}
}
@media screen and (max-width: 500px){
 .logo {
  width: 14.2%;
}
}
/* footer ****************************************************/
footer {
  background: #999999;
}
.copy{
  text-align: center;
  color: #fff;
}
/* flexbox ****************************************************/
.flexWrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
@media screen and (max-width: 800px) {
  .flexWrap:not(.spFlex) {
    display: block;
  }
}
.nowrap {
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
}
.reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.column {
  flex-direction: column;
  -webkit-box-orient: vertical;
}
.js-center {
  justify-content: center;
  -webkit-justify-content: center;
}
.js-around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
}
.js-start {
  justify-content: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
}
.js-end {
  justify-content: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-end;
}
.al-stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
}
.al-start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.al-end{
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.flexWrap.half > * {
  width: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .flexWrap.half > * {
    width: 100%;
  }
}

/*モーダル*/
body.fixed {
	position: fixed;
	left: 0;
}
.modal{
 display: none;
 height: 100vh;
 position: fixed;
 top: 0;
 width: 100%;
 z-index: 101;
}
.modal__bg{
 background: rgba(0,0,0,0.8);
 height: 100vh;
 position: absolute;
 width: 100%;
 
}
.modal__content{
 background: #fff;
 left: 50%;
 padding: 40px;
 position: absolute;
 top: 50%;
 transform: translate(-50%,-50%);
 width: 90%;
}
.plan_item_box .js-modal-close{
 position: absolute;
 right: -2.5em;
 top: -0.5em;
 font-size: 2.6875em;
 color: #999999;
}
@media screen and (max-width: 767px) {
.modal__content{
 padding: 0;
 height: 80%;
}
.plan_item_box .js-modal-close{
 right: 0.2em;
 top: -1.5em;
 font-size: 2em;
}
}
/*メールフォーム*/
.mt_header{
 margin-top: 120px;
}
.error{
 font-weight: bold;
 color: #FF241F;
}
.inquiry dl{
 font-size: 1.25em;
 width: 60%;
 align-items: flex-start;
 margin: 0 auto 1.25em;
}
.inquiry dt{
 width: 40%;
 font-weight: bold;
}
.inquiry dd{
 width: 60%;
}
@media screen and (max-width: 800px){
 .mt_header{
   margin-top: 50px;
 }
.inquiry dl{
 font-size: 1.1875em;
 width: 100%;
 margin: 0 auto 1.125em;
}
.inquiry dt{
 width: 100%;
}
.inquiry dd{
 width: 100%;
}
}