@charset "UTF-8";
/* 各CSS読み込み */ /* ++++++++++++++++++++++++++++++++++++++++++++
 *
 * 変数
 *
 * +++++++++++++++++++++++++++++++++++++++++ */
/* カラー */
/* デフォルトリンクテキストカラー */
/* 最大幅 */
/* スマホ時 左右のマージン */
/* ブレークポイント */
/*
$winSize_xs : "screen and (max-width:480px)";
$winSize_s-l : "screen and (min-width:481px)";
$winSize_s : "screen and (min-width:481px) and (max-width:767px)";
$winSize_-s : "screen and (max-width:767px)";
$winSize_m : "screen and (min-width:768px) and (max-width:960px)";
$winSize_m-l : "print, screen and (min-width:768px)";
*/
/* ++++++++++++++++++++++++++++++++++++++++++++
 *
 * mixin
 *
 * +++++++++++++++++++++++++++++++++++++++++ */
/* テキスト飛ばし */
/* サイレントオブジェ */
/* クリア */
/* リンク文字 黒色 */
/* ネストフォント初期化 ie8にも対応させるため メディアクエリ内に記述*/
/* 背景画像 高解像度設定 */
/* テキスト量揃え */
/* ++++++++++++++++++++++++++++++++++++++++++++
 *
 * コンポーネント化では難しい微調整や各ページごとのCSS
 * parts.css の設定を上書きしたり
 *
 * article (section or div)#blk_00 .box_00
 *
 * +++++++++++++++++++++++++++++++++++++++++ */
/* コメントテンプレート
++++++++++++++++++++++++++++++++++++++++++++ */
/* コメントテンプレート
-------------------------------------------- */
/* ++++++++++++++++++++++++++++++++++++++++++++
 *
 * トップページ CSS
 *
 * +++++++++++++++++++++++++++++++++++++++++ */
.page_top {
  /* セクションタイトル 共通 */
  /* セクション 01 */
  /* セクション 02 */
  /* セクション 03 */
  /* プライバシーポリシー */
}
.page_top #main_slideshow .slick-arrow {
  display: none !important;
}
.page_top .online_banner {
  text-align: center;
}
@media screen and (max-width:800px) {
  .page_top .online_banner {
    margin: 40px auto 30px;
  }
}
@media print, screen and (min-width:801px) {
  .page_top .online_banner {
    margin: 100px auto 50px;
  }
}
.page_top .teishoku_banner {
  text-align: center;
}
@media screen and (max-width:800px) {
  .page_top .teishoku_banner {
    margin: 40px auto 30px;
  }
}
@media print, screen and (min-width:801px) {
  .page_top .teishoku_banner {
    margin: 100px auto 50px;
  }
}
.page_top .lead_content {
  padding-top: 1px;
  background: url("../imgs/index/lead_bg.svg") no-repeat center center;
  background-size: contain;
}
@media screen and (max-width:800px) {
  .page_top .lead_content {
    min-height: 300px;
    margin: 20px auto;
  }
}
@media print, screen and (min-width:801px) {
  .page_top .lead_content {
    height: 410px;
    margin: 30px auto;
  }
}
.page_top .lead_content .cont-inner .ttl {
  text-indent: 120%;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  max-width: 531px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width:540px) {
  .page_top .lead_content .cont-inner .ttl {
    width: 90%;
    max-width: 300px;
    background-image: url("../imgs/index/lead_copy_sp.svg");
  }
  .page_top .lead_content .cont-inner .ttl:before {
    padding-top: 17.6943699732%;
  }
}
@media screen and (min-width:541px) {
  .page_top .lead_content .cont-inner .ttl {
    background-image: url("../imgs/index/lead_copy.svg");
  }
  .page_top .lead_content .cont-inner .ttl:before {
    padding-top: 5.461393597%;
  }
}
@media screen and (max-width:800px) {
  .page_top .lead_content .cont-inner .ttl {
    margin: 25px auto 15px;
  }
}
@media print, screen and (min-width:801px) {
  .page_top .lead_content .cont-inner .ttl {
    margin: 50px auto 30px;
  }
}
.page_top .lead_content .cont-inner .txt {
  line-height: 2em;
  letter-spacing: -0.05em;
}
@media screen and (max-width:540px) {
  .page_top .lead_content .cont-inner .txt {
    text-align: left;
  }
}
@media screen and (min-width:541px) {
  .page_top .lead_content .cont-inner .txt {
    text-align: center;
  }
}
@media screen and (max-width:800px) {
  .page_top .lead_content .cont-inner .txt {
    margin-top: 15px;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width:801px) {
  .page_top .lead_content .cont-inner .txt {
    margin-top: 30px;
    font-size: 2rem;
  }
}
.page_top .sec-ttl_t1 {
  text-indent: 120%;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  width: 58px;
  height: 200px;
  margin: 0 auto;
  background-image: url("../imgs/index/sec_ttl.svg");
  background-repeat: no-repeat;
}
.page_top .sec-ttl_t2 {
  margin: 0;
  padding: 0;
  position: relative;
}
@media print, screen and (min-width:801px) {
  .page_top .sec-ttl_t2 {
    width: 100%;
    max-width: 230px;
  }
}
@media screen and (max-width:800px) {
  .page_top .sec-ttl_t2.ratio_fix:before {
    padding-top: 26.25%;
  }
}
@media print, screen and (min-width:801px) {
  .page_top .sec-ttl_t2.ratio_fix:before {
    padding-top: 172.6086956522%;
  }
}
.page_top .sec-ttl_t2.ratio_fix > .rf-inner {
  text-indent: 120%;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width:800px) {
  .page_top .sec-ttl_t2.ratio_fix > .rf-inner {
    background-image: url("../imgs/index/sec_01-c_ttl-txt_sp.svg");
  }
}
@media print, screen and (min-width:801px) {
  .page_top .sec-ttl_t2.ratio_fix > .rf-inner {
    background-image: url("../imgs/index/sec_01-c_ttl-txt.svg");
  }
}
@media screen and (max-width:800px) {
  .page_top .sec-ttl_t2.o-01 .rf-inner {
    background-position: 0 0;
  }
}
@media print, screen and (min-width:801px) {
  .page_top .sec-ttl_t2.o-01 .rf-inner {
    background-position: 0 0;
  }
}
@media screen and (max-width:800px) {
  .page_top .sec-ttl_t2.o-02 .rf-inner {
    background-position: 0 46%;
  }
}
@media print, screen and (min-width:801px) {
  .page_top .sec-ttl_t2.o-02 .rf-inner {
    background-position: 48% 0;
  }
}
@media screen and (max-width:800px) {
  .page_top .sec-ttl_t2.o-03 .rf-inner {
    background-position: 0 92%;
  }
}
@media print, screen and (min-width:801px) {
  .page_top .sec-ttl_t2.o-03 .rf-inner {
    background-position: 96% 0;
  }
}
@media screen and (max-width:800px) {
  .page_top .sec_01 .content {
    padding: 40px 0;
  }
}
@media print, screen and (min-width:801px) {
  .page_top .sec_01 .content {
    padding: 80px 0;
  }
}
@media print, screen and (min-width:801px) {
  .page_top .sec_01 .content .ttl_and_first .locol-item_01 {
    width: 23.4693877551%;
  }
}
@media print, screen and (min-width:801px) {
  .page_top .sec_01 .content .ttl_and_first .locol-item_02 {
    width: 76.5306122449%;
  }
}
@media screen and (max-width:540px) {
  .page_top .sec_01 .sec-ttl_t1 {
    margin-top: -40px;
  }
}
@media screen and (min-width:541px) {
  .page_top .sec_01 .sec-ttl_t1 {
    margin-top: -80px;
  }
}
@media print, screen and (min-width:801px) {
  .page_top .sec_01 .content_01 .ttl_t1 {
    margin-top: 0;
  }
}
@media print, screen and (min-width:801px) {
  .page_top .sec_01 .content_01 .sec-ttl_t2 {
    margin-top: 30px;
  }
}
.page_top .sec_01 .content_01 .taimeshi {
  background-color: #f9edd0;
}
@media screen and (max-width:800px) {
  .page_top .sec_01 .content_01 .taimeshi {
    margin: 25px 0;
    padding: 20px;
  }
}
@media print, screen and (min-width:801px) {
  .page_top .sec_01 .content_01 .taimeshi {
    margin: 50px 0;
    padding: 20px 20px 20px 30px;
  }
}
@media print, screen and (min-width:801px) {
  .page_top .sec_01 .content_01 .taimeshi .lo_2col .locol-item_01 {
    width: 50.5376344086%;
  }
}
@media print, screen and (min-width:801px) {
  .page_top .sec_01 .content_01 .taimeshi .lo_2col .locol-item_02 {
    width: 46.2365591398%;
  }
}
.page_top .sec_01 .content_01 .taimeshi .anotation {
  margin: 1em 0 0;
}
@media screen and (min-width:541px) {
  .page_top .sec_01 .content_01 .taimeshi .anotation {
    text-align: center;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width:801px) {
  .page_top .sec_01 .content_01 .taimeshi .anotation {
    margin: 0.25em 0;
  }
}
.page_top .sec_01 .content_01 .taimeshi .ttl {
  margin: 0;
}
.page_top .sec_01 .content_01 .taimeshi .ttl.ratio_fix {
  background-image: url("../imgs/index/sec_01-c_01-sttl_01.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.page_top .sec_01 .content_01 .taimeshi .ttl.ratio_fix:before {
  padding-top: 17.5548589342%;
}
.page_top .sec_01 .content_01 .taimeshi .ttl.ratio_fix .rf-inner {
  text-indent: 120%;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
@media screen and (max-width:540px) {
  .page_top .sec_01 .content_01 .taimeshi .ttl {
    width: 60%;
    margin-bottom: 10px;
  }
}
@media screen and (min-width:541px) {
  .page_top .sec_01 .content_01 .taimeshi .ttl {
    width: 320px;
    margin-bottom: 15px;
  }
}
.page_top .sec_01 .content_01 .taimeshi .ttl + .txt {
  margin: 0.25em 0;
  line-height: 1.8;
}
@media print, screen and (min-width:801px) {
  .page_top .sec_01 .content_01 .taimeshi .ttl + .txt {
    letter-spacing: -0.07em;
  }
}
.page_top .sec_01 .content_01 .taimeshi .tbl_price {
  margin-top: 1em;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
.page_top .sec_01 .content_01 .taimeshi .tbl_price th, .page_top .sec_01 .content_01 .taimeshi .tbl_price td {
  font-size: 1.4rem;
}
.page_top .sec_01 .content_01 .taimeshi .tbl_price .price {
  font-size: 150%;
}
.page_top .sec_01 .content_01 .taimeshi .tbl_price .cell_01 {
  width: 35%;
}
.page_top .sec_01 .content_01 .taimeshi .img_ryori {
  text-align: center;
}
.page_top .sec_01 .content_01 .sonota_ryori {
  max-width: 800px;
  margin: 0 auto;
}
.page_top .sec_01 .content_01 .sonota_ryori .lo_3col .locol-item {
  width: 29.375%;
}
@media screen and (max-width:540px) {
  .page_top .sec_01 .content_01 .sonota_ryori .lo_3col .locol-item {
    margin-top: 25px;
  }
}
.page_top .sec_01 .content_01 .sonota_ryori .lo_3col .locol-item .ttl {
  margin: 0.6em 0 0.3em;
  letter-spacing: -0.05em;
}
@media screen and (max-width:540px) {
  .page_top .sec_01 .content_01 .sonota_ryori .lo_3col .locol-item .ttl {
    font-size: 1.7rem;
  }
}
.page_top .sec_01 .content_01 .sonota_ryori .lo_3col .locol-item .ttl + .txt {
  margin: 0.3em 0;
  line-height: 1.8;
}
@media screen and (max-width:540px) {
  .page_top .sec_01 .content_01 .sonota_ryori .lo_3col .locol-item .ttl + .txt {
    font-size: 1.3rem;
  }
}
@media screen and (min-width:541px) {
  .page_top .sec_01 .content_01 .sonota_ryori .lo_3col .locol-item .ttl + .txt {
    font-size: 1.2rem;
    letter-spacing: -0.03em;
  }
}
.page_top .sec_01 .content_02 {
  background-color: #f7f7f7;
}
.page_top .sec_01 .content_02 .cont-inner .ttl_t1 {
  margin-top: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), color-stop(85%, #f7f7f7), to(#cccccc));
  background-image: linear-gradient(to bottom, #f7f7f7 0%, #f7f7f7 85%, #cccccc 100%);
}
.page_top .sec_01 .content_02 .plan_abc {
  margin: 20px 0 0;
}
@media screen and (max-width:540px) {
  .page_top .sec_01 .content_02 .plan_abc .locol-item {
    margin-top: 25px;
  }
  .page_top .sec_01 .content_02 .plan_abc .locol-item:not(:last-child) {
    border-bottom: solid 1px #ccc;
  }
}
.page_top .sec_01 .content_02 .plan_abc img {
  margin: 1px 0;
}
.page_top .sec_01 .content_02 .plan_abc .plan-ttl {
  text-indent: 120%;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  height: 48px;
  width: 48px;
  margin: 10px auto;
  background-image: url("../imgs/index/sec_01-ic_abc.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.page_top .sec_01 .content_02 .plan_abc .plan-ttl.o-a {
  background-position: 0 0;
}
.page_top .sec_01 .content_02 .plan_abc .plan-ttl.o-b {
  background-position: -50px 0;
}
.page_top .sec_01 .content_02 .plan_abc .plan-ttl.o-c {
  background-position: -100px 0;
}
.page_top .sec_01 .content_02 .plan_abc .plan-ttl + .txt {
  font-size: 1.5rem;
  text-align: center;
}
@media print, screen and (min-width:801px) {
  .page_top .sec_01 .content_03 .ttl_and_first .locol-item_02 {
    width: 74.4897959184%;
  }
}
.page_top .sec_01 .content_03 .cont-inner .ttl_t1 {
  margin-top: 0;
}
@media print, screen and (min-width:801px) {
  .page_top .sec_01 .content_03 .omotenashi {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
}
.page_top .sec_01 .content_03 .omotenashi .omotenashi-item {
  margin: 10px 0;
  background-color: #e3e3e3;
}
@media screen and (min-width:541px) {
  .page_top .sec_01 .content_03 .omotenashi .omotenashi-item {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
}
@media print, screen and (min-width:801px) {
  .page_top .sec_01 .content_03 .omotenashi .omotenashi-item {
    width: 48.6301369863%;
  }
}
@media screen and (max-width:540px) {
  .page_top .sec_01 .content_03 .omotenashi .omotenashi-item .img {
    padding: 20px 20px 0 20px;
  }
}
@media screen and (min-width:541px) and (max-width:800px) {
  .page_top .sec_01 .content_03 .omotenashi .omotenashi-item .img {
    width: 30%;
  }
}
@media print, screen and (min-width:801px) {
  .page_top .sec_01 .content_03 .omotenashi .omotenashi-item .img {
    width: 42.2535211268%;
  }
}
.page_top .sec_01 .content_03 .omotenashi .omotenashi-item .sentence {
  padding: 15px 18px;
}
@media screen and (min-width:541px) and (max-width:800px) {
  .page_top .sec_01 .content_03 .omotenashi .omotenashi-item .sentence {
    width: 70%;
  }
}
@media print, screen and (min-width:801px) {
  .page_top .sec_01 .content_03 .omotenashi .omotenashi-item .sentence {
    width: 57.7464788732%;
  }
}
.page_top .sec_01 .content_03 .omotenashi .omotenashi-item .sentence .ttl {
  margin: 0 0 0.3em;
}
@media screen and (max-width:800px) {
  .page_top .sec_01 .content_03 .omotenashi .omotenashi-item .sentence .ttl {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width:801px) {
  .page_top .sec_01 .content_03 .omotenashi .omotenashi-item .sentence .ttl {
    font-size: 1.6rem;
  }
}
.page_top .sec_01 .content_03 .omotenashi .omotenashi-item .sentence .txt {
  margin: 0.3em 0 0;
}
@media print, screen and (min-width:801px) {
  .page_top .sec_01 .content_03 .omotenashi .omotenashi-item .sentence .txt {
    font-size: 1.2rem;
  }
}
.page_top .sec_02 {
  margin-top: 100px;
  padding: 1px 0;
  background-color: #f7f7ef;
}
.page_top .sec_02 .sec-ttl_t1 {
  margin-top: -20px;
  background-position: -100px 0;
}
@media screen and (max-width:800px) {
  .page_top .sec_02 .content {
    padding: 23px 0 27px;
  }
}
@media print, screen and (min-width:801px) {
  .page_top .sec_02 .content {
    padding: 23px 0 55px;
  }
}
.page_top .sec_02 .anotation {
  margin: 1.5em 0 2em;
}
@media print, screen and (min-width:801px) {
  .page_top .sec_02 .anotation {
    text-align: center;
  }
}
.page_top .sec_02 .tel_address {
  text-align: center;
  background-color: #ca3b24;
}
@media screen and (max-width:800px) {
  .page_top .sec_02 .tel_address {
    padding: 20px 30px;
  }
  .page_top .sec_02 .tel_address a, .page_top .sec_02 .tel_address .a_element {
    display: block;
  }
  .page_top .sec_02 .tel_address a:first-child, .page_top .sec_02 .tel_address .a_element:first-child {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width:801px) {
  .page_top .sec_02 .tel_address {
    padding: 35px 7.6530612245%;
  }
}
@media screen and (min-width:541px) {
  .page_top .sec_02 .tel_address {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
  }
  .page_top .sec_02 .tel_address a, .page_top .sec_02 .tel_address .a_element {
    width: 48.1927710843%;
  }
}
.page_top .sec_03 {
  margin-top: 100px;
}
.page_top .sec_03 .sec-ttl_t1 {
  background-position: -200px 0;
}
@media screen and (max-width:800px) {
  .page_top .sec_03 .content {
    padding: 35px 0;
  }
}
@media print, screen and (min-width:801px) {
  .page_top .sec_03 .content {
    padding: 65px 0;
  }
}
@media print, screen and (min-width:801px) {
  .page_top .sec_03 .gmap {
    padding-top: 30.612244898%;
  }
}
@media screen and (max-width:800px) {
  .page_top .sec_03 .tenpo {
    margin-top: 25px;
  }
}
@media print, screen and (min-width:801px) {
  .page_top .sec_03 .tenpo {
    margin-top: 45px;
  }
}
.page_top .sec_03 .tenpo .locol-item_01 {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  box-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
@media print, screen and (min-width:801px) {
  .page_top .sec_03 .tenpo .locol-item_01 {
    width: 58.1632653061%;
  }
}
.page_top .sec_03 .tenpo .locol-item_01 .img {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -ms-flex-item-align: start;
}
@media print, screen and (min-width:801px) {
  .page_top .sec_03 .tenpo .locol-item_02 {
    width: 38.2653061224%;
  }
}
.page_top .sec_03 .tenpo figure {
  position: relative;
}
@media screen and (max-width:800px) {
  .page_top .sec_03 .tenpo figure.img_01 {
    width: 54.5614035088%;
  }
}
@media print, screen and (min-width:801px) {
  .page_top .sec_03 .tenpo figure.img_01 {
    width: 52.6315789474%;
  }
}
@media screen and (max-width:800px) {
  .page_top .sec_03 .tenpo figure.img_02 {
    width: 41.7543859649%;
  }
}
@media print, screen and (min-width:801px) {
  .page_top .sec_03 .tenpo figure.img_02 {
    width: 40.350877193%;
  }
}
.page_top .sec_03 .tenpo figure.img_02 figcaption {
  width: 100%;
  padding: 3px;
  color: #fff;
  text-align: center;
  background-color: #000;
  position: absolute;
}
@media screen and (max-width:540px) {
  .page_top .sec_03 .tenpo figure.img_02 figcaption {
    font-size: 1.2rem;
    bottom: 0;
  }
}
@media screen and (min-width:541px) {
  .page_top .sec_03 .tenpo figure.img_02 figcaption {
    bottom: 15px;
  }
}
.page_top .sec_03 .tenpo .tenpo-name {
  margin: 0 0 0.2em;
}
@media screen and (max-width:540px) {
  .page_top .sec_03 .tenpo .tenpo-name {
    font-size: 2rem;
  }
}
@media screen and (min-width:541px) {
  .page_top .sec_03 .tenpo .tenpo-name {
    font-size: 3rem;
  }
}
.page_top .sec_03 .tenpo .tenpo-description {
  margin: 0.2em 0;
}
@media print, screen and (min-width:801px) {
  .page_top .sec_03 .tenpo .tenpo-description {
    font-size: 1.3rem;
  }
}
.page_top .sec_03 .tenpo .tenpo-info {
  margin: 0.8em 0 0;
}
@media screen and (max-width:540px) {
  .page_top .sec_03 .tenpo .tenpo-info {
    font-size: 1.5rem;
  }
}
@media screen and (min-width:541px) {
  .page_top .sec_03 .tenpo .tenpo-info {
    font-size: 1.6rem;
  }
}
.page_top #privacy_policy {
  max-width: 600px;
  display: none;
}
.page_top #privacy_policy h1.ttl {
  margin-top: 0;
}