/*
Theme Name: Premium MIYAZAKI
Version: 1.0
Author:Seiki Nishijima

  $Id: style.css,v1.0 $
*/
/*===========================================================================
-----------------------------------------------------------------------------
  共通設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
html {
  -webkit-text-size-adjust: none;
  overscroll-behavior: none;
}
body {
  padding: 0 0 0 0;
  margin:0px auto 0px auto;
  text-align:center;
  background: transparent;
  color: #1a1a1a;
  font-size: 16px;
  background: #fff;
}
#background {
  padding: 0 0 0 0;
  margin:0px auto 0px auto;
  text-align:center;
  width: 100%;
  position: relative;
  overflow: hidden;
}
/*-----------------------------------*/
#background a {
  color: #1a1a1a;
  text-decoration: none;
}
#background a[href^="tel:"] {
  pointer-events: none;
}
#background img {
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}
#background .pcCenter {
  text-align: center;
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background a[href^="tel:"] {
    pointer-events: auto;
  }
  #background .spNone {
    display: none;
  }
  #background .pcCenter {
    text-align: left;
  }
}
/*------------------------------------
  共通レイアウト設定　ここから
-------------------------------------*/
#background header ,
#background footer ,
#background article {
  margin: 0 0 0 0;
  text-align: center;
  width: 100%;
  z-index: 50;
}
#background section {
  margin:0 auto 0 auto;
  text-align:center;
  width: 90vw;
  max-width: 1100px;
}
#background .naviMask {
  display: none;
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background section {
    width: 86vw;
  }
}
#background article {
  padding-bottom: 1px;
}
/*------------------------------------
  共通テキスト設定　ここから
-------------------------------------*/
#background article h1 ,
#background article h2 ,
#background article h3 ,
#background article h4 ,
#background article h5 ,
#background article h6 {
  line-height: 1.5em;
}
/*------------------------------------
  共通飾り設定　ここから
-------------------------------------*/
#background .more {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
}
#background .more:before {
  content: "";
  display: block;
  box-sizing: border-box;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background: #f7eed9;
  border: 1px solid #1a1a1a;
  border-radius: 35px;
  position: absolute;
  left: 6px;
  top: 6px;
}
#background .more a ,
#background .more button {
  display: block;
  box-sizing: border-box;
  padding: 15px 45px;
  margin: 0 6px 6px 0;
  background: #fff;
  text-align: center;
  border: 1px solid #1a1a1a;
  border-radius: 35px;
  color: #1a1a1a;
  letter-spacing: 0;
  z-index: 10;
}
#background .more a .br ,
#background .more button .br {
  display: inline-block;
}
#background .more a:hover ,
#background .more button:hover {
  margin: 6px 0 0 6px;
  filter: Alpha(opacity=100);
  opacity: 1;
}
#background .more a:before ,
#background .more button:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background .more {
    width: 100%;
    text-align: center;
    margin: auto;
  }
}
/*===========================================================================
-----------------------------------------------------------------------------
  共通ヘッダ設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background header {
  width: 100%;
  position: static;
  background: #fff;
}
#background header section {
  max-width: 100%;
  width: 100%;
  min-height: 90px;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  background: #fff;
  transition: all 0.5s ease;
  filter: drop-shadow(0 0 5px rgba(0,0,0,0.2));
}
#background header h1 {
  max-width: 150px;
  margin: auto auto auto 2vw;
  padding: 10px 0;
}
#background header h1 img {
  height: 70px;
  width: auto;
}
/** 小さいサイズ用分岐 **/
@media screen and (max-width: 1240px) {
  #background header section {
    min-height: 60px;
  }
  #background header h1 {
    max-width: 100%;
    padding: 7px 0;
  }
  #background header h1 img {
   height: 46px;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background header {
    height: 60px;
  }
  #background header h1 {
    padding: 10px 0;
  }
  #background header h1 img {
   height: 40px;
  }
}
/*------------------------------------
  メニューレイアウト設定　ここから
-------------------------------------*/
#background header .main-menu {
  margin: auto calc(2vw + 90px) auto auto;
}
#background header .main-menu > ul {
  display: flex;
  margin: auto 0;
}
#background header .main-menu > ul li {
  margin: auto 0 auto 25px;
  line-height: 1em;
}
#background header .main-menu > ul li a {
  font-weight: 700;
  padding-left: 24px;
}
#background header .main-menu > ul li a:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(./images/menu0x.svg) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
}

/** 小さいサイズ用分岐 **/
@media screen and (max-width: 1240px) {
  #background header .main-menu {
    display: none;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
}
/*-----------------------------------*/
#background header .main-menu > ul li.menu01 a:before {
  background-image: url(./images/menu01.svg);}
#background header .main-menu > ul li.menu02 a:before {
  background-image: url(./images/menu02.svg);}
#background header .main-menu > ul li.menu03 a:before {
  background-image: url(./images/menu03.svg);}
#background header .main-menu > ul li.menu04 a:before {
  background-image: url(./images/menu04.svg);}
#background header .main-menu > ul li.menu05 a:before {
  background-image: url(./images/menu05.svg);}
#background header .main-menu > ul li.menu06 a:before {
  background-image: url(./images/menu06.svg);}
#background header .main-menu > ul li.menu07 a:before {
  background-image: url(./images/menu07.svg);}
#background header .main-menu > ul li.menu08 a:before {
  background-image: url(./images/menu08.svg);}

/*------------------------------------
  スクロール 設定　ここから
-------------------------------------*/
#background header.scroll-on section {
  min-height: 60px;
}
#background header.scroll-on h1 {
  padding: 7px 0;
}
#background header.scroll-on h1 img {
  height: 46px;
}
#background header.scroll-on .main-menu {
  margin-right: auto calc(2vw + 60px);
}
/** 小さいサイズ用分岐 **/
@media screen and (max-width: 1280px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background header.scroll-on h1 {
    padding: 10px 0;
  }
  #background header.scroll-on h1 img {
   height: 40px;
  }
}



/*===========================================================================
-----------------------------------------------------------------------------
  SPメニューセット設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background header .side-menu {
  display: none;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  background: url(./images/background-menu.jpg) no-repeat 50% 0;
  background-attachment: fixed;
  background-size: cover;
  padding: 40px 0 60px;
  position: fixed;
  z-index: 300;
  top: 0;
  right: 0;
}
/** 小さいサイズ用分岐 **/
@media screen and (max-width: 900px) {
  #background header .side-menu {
    height: calc(100vh - 60px);
    top: 60px;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background header .side-menu {
    padding: 40px 0 50px;
  }
}
/*------------------------------------
  展開メニュー ヘッダー 設定　ここから
-------------------------------------*/
#background header .side-menu .navi-header {
  display: flex;
  align-items: center;
  width: 86vw;
  max-width: 800px;
  margin: 0 auto 45px;
}
#background header .side-menu .navi-header h3 {
  width: 200px;
  margin: auto auto auto 0;
}
#background header .side-menu .navi-header .search-box {
  width: calc(70% - 200px);
  margin: auto auto auto 0;
}
#background header .side-menu .navi-header .search-box form {
  display: flex;
  background: #fff;
  padding: 10px 15px;
  border-radius: 30px;
}
#background header .side-menu .navi-header .search-box form .search-input {
  width: calc(100% - 55px);
  margin: auto 0;
  font-size: 16px;
}
#background header .side-menu .navi-header .search-box form button {
  display: block;
  width: 24px;
  height: 24px;
  margin: auto 0 auto auto;
  border: none;
  overflow: hidden;
  text-indent: -10em;
  background: url(./images/icon-search.svg) no-repeat 50% 50%;
  background-size: contain;
}
/** 小さいサイズ用分岐 **/
@media screen and (max-width: 900px) {
  #background header .side-menu .navi-header h3 {
    display: none;
  }
  #background header .side-menu .navi-header .search-box {
    width: 70%;
    margin: auto;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background header .side-menu .navi-header {
    display: block;
    margin-bottom: 40px;
  }
  #background header .side-menu .navi-header .search-box {
    width: 100%;
  }
}
/*------------------------------------
  展開メニュー 中身 設定　ここから
-------------------------------------*/
#background header .side-menu .menu-list-area {
  width: 86vw;
  max-width: 800px;
  margin: 0 auto;
  color: #fff;
}
#background header .side-menu .menu-list-area h4 {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
}
#background header .side-menu .menu-list-area h4 small {
  display: inline-block;
  font-size: 14px;
  margin-left: 1em;
}
#background header .side-menu .menu-list-area ul.menu-list-set {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 40px;
}
#background header .side-menu .menu-list-area ul.menu-list-set li {
  width: 50%;
  padding: 0 50px;
  margin-bottom: 15px;
}
#background header .side-menu .menu-list-area ul.menu-list-set li a {
  display: block;
  padding-left: 30px;
  font-weight: 700;
  line-height: 1.4em;
  color: #fff;
}
#background header .side-menu .menu-list-area ul.menu-list-set li a:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(./images/menu0xw.svg) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/** 小さいサイズ用分岐 **/
@media screen and (max-width: 900px) {
  #background header .side-menu .menu-list-area ul.menu-list-set li {
    padding: 0 20px;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background header .side-menu .menu-list-area ul.menu-list-set {
    display: block;
    margin-bottom: 20px;
  }
  #background header .side-menu .menu-list-area ul.menu-list-set li {
    width: 100%;
    padding: 0 10px;
  }
}
/*------------------------------------
  カラバリ設定　ここから
-------------------------------------*/
#background header .side-menu .menu-list-area ul li.menu01 a:before {
  background-image: url(./images/menu01w.svg);}
#background header .side-menu .menu-list-area ul li.menu02 a:before {
  background-image: url(./images/menu02w.svg);}
#background header .side-menu .menu-list-area ul li.menu03 a:before {
  background-image: url(./images/menu03w.svg);}
#background header .side-menu .menu-list-area ul li.menu04 a:before {
  background-image: url(./images/menu04w.svg);}
#background header .side-menu .menu-list-area ul li.menu05 a:before {
  background-image: url(./images/menu05w.svg);}
#background header .side-menu .menu-list-area ul li.menu06 a:before {
  background-image: url(./images/menu06w.svg);}
#background header .side-menu .menu-list-area ul li.menu07 a:before {
  background-image: url(./images/menu07w.svg);}
#background header .side-menu .menu-list-area ul li.menu08 a:before {
  background-image: url(./images/menu08w.svg);}

/*------------------------------------
  ランゲージ設定　ここから
-------------------------------------*/
#background header .side-menu .menu-list-area ul.add-menu-set {
  display: flex;
  justify-content: center;
}
#background header .side-menu .menu-list-area ul.add-menu-set li {
  padding: 0;
  margin: 0 20px;
}
#background header .side-menu .menu-list-area ul.add-menu-set > li > a {
  display: block;
  min-width: 240px;
  font-weight: 700;
  background: #fff;
  padding: 10px 45px;
  color: #1a1a1a;
  border-radius: 30px;
}
#background header .side-menu .menu-list-area ul.add-menu-set > li > a:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: calc(50% - 4px);
}
#background header .side-menu .menu-list-area ul.add-menu-set > li.language > a:before {
  transform: rotate(135deg);
  right: 20px;
  top: calc(50% - 6px);
}
#background header .side-menu .menu-list-area ul.add-menu-set > li.language > a.open:before {
  transform: rotate(-45deg);
  top: calc(50% - 2px);
}
#background header .side-menu .menu-list-area ul.add-menu-set > li.language ul {
  display: none;
  min-width: 240px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
  border-radius: 10px;
  filter: drop-shadow(0 0 5px rgba(0,0,0,0.2));
}
#background header .side-menu .menu-list-area ul.add-menu-set > li.language ul li {
  display: block;
  border-bottom: 1px solid #4d4d4d;
  margin: 0;
}
#background header .side-menu .menu-list-area ul.add-menu-set > li.language ul li:last-child {
  border-bottom: none;
}
#background header .side-menu .menu-list-area ul.add-menu-set > li.language li a {
  display: block;
  padding: 15px 20px 15px 35px;
  font-size: 16px;
  line-height: 1em;
}
#background header .side-menu .menu-list-area ul.add-menu-set > li.language li a:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffbc00;
  position: absolute;
  left: 15px;
  top: calc(50% - 4px);
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background header .side-menu .menu-list-area ul.add-menu-set {
    display: block;
  }
  #background header .side-menu .menu-list-area ul.add-menu-set li {
    margin: 0 0 20px;
  }
  #background header .side-menu .menu-list-area ul.add-menu-set > li.language ul {
    width: 100%;
  }
}


/*===========================================================================

  メニュー挙動 設定　ここから

===========================================================================*/
#background header p.menu {
  display: block;
  padding: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  transition: all 0.5s ease;
}
#background header p.menu a {
  display: block;
  width: 90px;
  height: 90px;
  background: #33847e;
  position: relative;
  padding-top: 60px;
  text-align: center;
  font-size: 10px;
  line-height: 1em;
  color: #fff;
}
#background header.scroll-on p.menu a {
  height: 60px;
  padding-top: 42px;
}
#background header p.menu em {
  position: static;
  letter-spacing: 0;
}
#background header p.menu em:after {
  content: "MENU";
  visibility: visible;
  display: inline;
}
#background header p.menu a em:before ,
#background header p.menu a:after ,
#background header p.menu a:before {
  display: block;
  content: "";
  width: calc(100% / 3);
  height: 2px;
  background: #fff;
  position: absolute;
  top: calc(50% - 6px);
  left: calc(100% / 3);
  transform: rotate(0deg);
  transition: all 0.5s ease;
}
#background header p.menu a:after {
  top: calc(50% - 15px);
}
#background header p.menu a:before {
  top: calc(50% + 3px);
}
/** 小さいサイズ用分岐 **/
@media screen and (max-width: 1240px) {
  #background header p.menu a {
    height: 60px;
    padding-top: 42px;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background header p.menu a {
    width: 70px;
  }
  #background header p.menu a em:before ,
  #background header p.menu a:after ,
  #background header p.menu a:before {
    width: 40%;
    left: 30%;
  }
}
/*-----------------------------------*/
#background header p.menu.open a {
  background: transparent;
  filter: drop-shadow(0 0 4px rgba(0,0,0,0.6));
}
#background header p.menu.open em:after {
  content: "CLOSE";
}
#background header p.menu.open a:after ,
#background header p.menu.open a:before {
  top: calc(50% - 6px);
}
#background header p.menu.open a em:before {
  filter: Alpha(opacity=0);
  opacity: 0;}
#background header p.menu.open a:after {
  transform: rotate(30deg);}
#background header p.menu.open a:before {
  transform: rotate(-30deg);}

/** 小さいサイズ用分岐 **/
@media screen and (max-width: 900px) {
  #background header p.menu.open a {
    background: #33847e;
    filter: none;
  }
}
/*===========================================================================
-----------------------------------------------------------------------------
  共通 パンくず設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background .breadcrumb {
  background: #d2d6d8;
  padding: 104px 0 10px;
}
#background .breadcrumb a {
  text-decoration: underline;
}
#background .breadcrumb ul {
  display: flex;
  margin: 0 auto 0 0;
}
#background .breadcrumb ul li {
  padding-right: 24px;
  margin: auto 0;
  font-size: 14px;
  line-height: 1.2em;
}
#background .breadcrumb ul li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-top: 1px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: calc(50% - 2px);
}
#background .breadcrumb ul li:last-child {
  padding-right: 0;
}
#background .breadcrumb ul li:last-child:before {
  display: none;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1240px) {
  #background .breadcrumb {
    padding: 74px 0 10px;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background .breadcrumb {
    display: none;
  }
}

/*===========================================================================
-----------------------------------------------------------------------------
  共通 トップへ戻る 設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background .go2top {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 5vw;
  z-index: 100;
}
#background .go2top a {
  display: block;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  text-indent: -10em;
  filter: drop-shadow(0 0 5px rgba(0,0,0,0.2));
}
#background .go2top a:hover {
  filter: drop-shadow(0 0 2px rgba(0,0,0,0.1));
}
#background .go2top a:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #4d4844;
  border-left: 2px solid #4d4844;
  transform: rotate(45deg);
  position: absolute;
  left: calc(50% - 5px);
  top: calc(50% - 3px);
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background .go2top {
    bottom: 3vw;
    right: 3vw;
  }
  #background .go2top a {
    width: 38px;
    height: 38px;
  }
  #background .go2top a:before {
    width: 8px;
    height: 8px;
    left: calc(50% - 4px);
    top: calc(50% - 3px);
  }
}
/*===========================================================================
-----------------------------------------------------------------------------
  共通フッター設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background footer {
  background: #4d4844;
  padding-top: 45px;
}
#background footer section {
  display: flex;
  flex-wrap: wrap;
}
#background footer ul {
  width: 200px;
  margin: 0 auto 50px 0;
}
#background footer ul li {
  margin: 0 0 15px;
}

#background footer .address {
  width: calc(100% - calc(200px + 10vw));
  margin: 0 0 auto auto;
}
#background footer .address {
  width: calc(100% - calc(200px + 10vw));
  margin: 0 0 auto auto;
  color: #fff;
}
#background footer .address h4 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1em;
}
#background footer .address p {
  font-size: 14px;
}
#background footer .address a {
  color: #fff;
}

#background footer address {
  display: block;
  width: 100%;
  padding: 25px 0 20px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-style: normal;
}
#background footer address:before {
  content: "";
  display: block;
  width: 100vw;
  border-top: 1px solid #fff;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 940px) {
  #background footer section {
    display: block;
  }
  #background footer ul {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  #background footer ul li {
    width: 35%;
    max-width: 150px;
    margin: auto auto auto 0;
  }
  #background footer ul li:nth-of-type(2n) {
    width: 50%;
    max-width: 200px;
    margin: auto 0 auto auto;
  }
  #background footer .address {
    width: 100%;
    margin-bottom: 40px;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background footer .address h4 {
    margin-bottom: 15px;
    font-size: 18px;
  }
  #background footer address {
    font-size: 12px;
  }
}
/*------------------------------------
  SNS 設定　ここから
-------------------------------------*/
#background .footer-sns {
  background: #f0cbcf;
  padding: 50px 0;
}
#background .footer-sns ul {
  display: flex;
  justify-content: center;
}
#background .footer-sns ul:before ,
#background .footer-sns ul:after {
  content: "";
  visibility: visible;
  display: block;
  width: 60px;
  margin: auto 10px;
  border-top: 2px solid #4d4d4d;
}
#background .footer-sns ul li {
  width: 60px;
  margin: auto 10px;
}
#background .footer-sns ul li a {
  display: block;
  border: 2px solid #4d4d4d;
  border-radius: 50%;
}

/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background .footer-sns {
    padding: 40px 0;
  }
  #background .footer-sns ul:before ,
  #background .footer-sns ul:after {
    width: 30px;
    margin: auto 5px;
  }
  #background .footer-sns ul li {
    width: 40px;
    margin: auto 5px;
  }
}

/*===========================================================================
-----------------------------------------------------------------------------
  ローディング画面 設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background #nowLoading {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  background: #4d4844 url(./images/logo-w.svg) no-repeat 50% 50%;
  background-size: 12% auto;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}
/** 小さい画面 **/
@media screen and (max-width: 1024px) {
    #background #nowLoading {
      background-size: 18% auto;
    }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
    #background #nowLoading {
      background-size: 24% auto;
    }
}


/*===========================================================================
-----------------------------------------------------------------------------
  メインビジュアル 設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background .main-visual:before ,
#background .main-visual:after {
  content: "";
  visibility: visible;
  width: 1400px;
  max-width: 100%;
  height: 100%;
  background: url(./images/background-right.svg) no-repeat 100% 0;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
}
#background .main-visual:after {
  background-image: url(./images/background-left.svg);
  background-position: 0 0;
  right: auto;
  left: 0;
}
/*------------------------------------
  MV（スライダー）設定　ここから
-------------------------------------*/
#background .main-visual section {
  width: 100%;
  max-width: 100%;
  z-index: 10;
  padding: 40px 0;
}
#background .main-visual h2 {
  width: 50%;
  max-width: 440px;
  position: absolute;
  bottom: 0;
  left: 10vw;
  z-index: 100;
}
#background .main-visual .slider-mv li {
  padding: 0 40px;
}
/* マスクはオンラインで */
#background .main-visual .slider-mv li > img {
  display: block;
  width: 100%;
  -webkit-mask-image: url(./images/mask01.svg);
  mask-image: url(./images/mask01.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
}
#background .main-visual .slider-mv li.mv02 > img {
  -webkit-mask-image: url(./images/mask02.svg);
  mask-image: url(./images/mask02.svg);
}
#background .main-visual .slider-mv li.mv03 > img {
  -webkit-mask-image: url(./images/mask03.svg);
  mask-image: url(./images/mask03.svg);
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 940px) {
  #background .main-visual .slider-mv li {
    padding: 0 20px;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background .main-visual section {
    padding: 20px 0 0;
  }
  #background .main-visual h2 {
    width: 60%;
    left: 7vw;
  }
  #background .main-visual .slider-mv li {
    padding: 0 4vw;
  }
}
/*------------------------------------
  リード文 設定　ここから
-------------------------------------*/
#background .main-visual section.lead-text {
  display: flex;
  align-items: center;
  width: 90vw;
  max-width: 1100px;
  margin-bottom: 90px;
}
#background .main-visual .lead-text .text-box {
  width: 56%;
  margin: auto auto auto 0;
  z-index: 50;
}
#background .main-visual .lead-text .text-box h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 2em;
  margin-bottom: 40px;
}
#background .main-visual .lead-text .text-box p {
  font-weight: 700;
  line-height: 3.5em;
}
#background .main-visual .lead-text figure {
  position: relative;
  width: 40%;
  margin: auto 0 auto auto;
}
#background .main-visual .lead-text figure:before ,
#background .main-visual .lead-text figure:after {
  content: "";
  visibility: visible;
  display: block;
  width: 170px;
  height: 100px;
  background: url(./images/map-right.svg) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  right: -75px;
  top: -35px;
  z-index: 10;
}
#background .main-visual .lead-text figure:after {
  width: 110px;
  height: 70px;
  background-image: url(./images/map-left.svg);
  right: auto;
  left: -60px;
  top: auto;
  bottom: -25px;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background .main-visual section.lead-text {
    display: block;
    width: 86vw;
    margin-bottom: 40px;
  }
  #background .main-visual .lead-text .text-box {
    width: 100%;
    margin: auto auto 20px;
  }
  #background .main-visual .lead-text .text-box h3 {
    font-size: 24px;
    line-height: 1.6em;
    margin-bottom: 20px;
  }
  #background .main-visual .lead-text .text-box p {
    font-weight: 700;
    line-height: 2em;
  }
  #background .main-visual .lead-text figure {
    position: relative;
    width: 100%;
    margin: 0;
  }
}


/*===========================================================================
-----------------------------------------------------------------------------
  エリア紹介 設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background .area-navi:before {
  content: "";
  display: block;
  width: 100%;
  height: calc(12vw + 200px);
  max-height: 390px;
  background: #f7eed9;
  position: absolute;
  left: 0;
  top: 150px;
}
#background .area-navi h3 {
  padding-top: 220px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
}
#background .area-navi h3:before {
  content: "";
  display: block;
  width: 590px;
  height: 190px;
  background: url(./images/area-kazari.svg) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  top: 0;
  left: calc(50% - 295px);
}
#background .area-navi h3 strong {
  display: inline-block;
  margin: 0 auto 15px;
  padding-bottom: 15px;
  font-size: 32px;
  border-bottom: 1px solid #1a1a1a;
}
#background .area-navi h3 small {
  display: block;
  font-size: 16px;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 940px) {
  #background .area-navi:before {
    height: 200px;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background .area-navi:before {
    height: calc(150px + 43vw);
    top: 22vw;
  }
  #background .area-navi h3 {
    padding-top: calc(28vw + 2em);
  }
  #background .area-navi h3:before {
    content: "";
    display: block;
    width: 100%;
    height: 27.692vw;
    left: 0;
  }
  #background .area-navi h3 strong {
    font-size: 24px;
    letter-spacing: 0;
  }
  #background .area-navi h3 small {
    font-size: 14px;
  }
}
/*------------------------------------
  エリア設定　ここから
-------------------------------------*/
#background .area-navi .navi-set {
  display: flex;
  margin-bottom: 65px;
}
#background .area-navi .navi-set .navi-box {
  width: calc(33.33% - 45px);
  margin: 0 auto;
}
#background .area-navi .navi-set .navi-box:first-child {
  margin-left: 0;
}
#background .area-navi .navi-set .navi-box:last-child {
  margin-right: 0;
}
#background .area-navi .navi-set .navi-box figure {
  margin-bottom: 30px;
}
#background .area-navi .navi-set .navi-box h4 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
#background .area-navi .navi-set .navi-box h4 + p {
  margin-bottom: 20px;
}
#background .area-navi .navi-set .navi-box p.more {
  left: 50%;
  transform: translateX(-50%);
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 940px) {
  #background .area-navi .navi-set {
    display: block;
    padding-top: 50px;
    margin-bottom: 25px;
  }
  #background .area-navi .navi-set .navi-box {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 0 40px;
  }
  #background .area-navi .navi-set .navi-box figure {
    width: 40%;
    margin: auto auto auto 0;
  }
  #background .area-navi .navi-set .navi-box .text-box {
    width: calc(60% - 40px);
    margin: auto 0 auto auto;
  }
  #background .area-navi .navi-set .navi-box h4 {
    text-align: left;
  }
  #background .area-navi .navi-set .navi-box:nth-of-type(2n) figure {
    margin: auto 0 auto auto;
    order: 2;
  }
  #background .area-navi .navi-set .navi-box:nth-of-type(2n) .text-box {
    margin: auto auto auto 0;
    order: 1;
  }
  #background .area-navi .navi-set .navi-box p.more {
    left: 0;
    transform: none;
  }
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background .area-navi .navi-set {
    display: block;
    padding-top: 0;
  }
  #background .area-navi .navi-set .navi-box {
    display: block;
  }
  #background .area-navi .navi-set .navi-box figure ,
  #background .area-navi .navi-set .navi-box:nth-of-type(2n) figure {
    width: 100%;
    margin-bottom: 20px;
  }
  #background .area-navi .navi-set .navi-box .text-box {
    width: 100%;
  }
  #background .area-navi .navi-set .navi-box h4 {
    font-size: 20px;
    text-align: center;
  }
}

/*-----------------------------------*/
#background .area-navi .aoshima-box .more:before {
  background-color: #c8dfd3;
}
#background .area-navi .nishitachi-box .more:before {
  background-color: #f0cbcf;
}
#background .area-navi .hitotsuba-box .more:before {
  background-color: #c2d7eb;
}

/*===========================================================================
-----------------------------------------------------------------------------
  プレミアム旅 設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
#background .premium-area {
  padding: 65px 0 70px;
}
#background .premium-area.premium04 {
  padding-bottom: 170px;
}
#background .premium-area section {
  display: flex;
  align-items: center;
}
#background .premium-area figure {
  width: 55%;
  margin: auto 0 auto auto;
  order: 1;
}
#background .premium-area .text-box {
  width: 40%;
  margin: auto auto auto 0;
  order: 0;
}
#background .premium-area.premium02 figure ,
#background .premium-area.premium04 figure {
  margin: auto auto auto 0;
  order: 0;
}
#background .premium-area.premium02 .text-box ,
#background .premium-area.premium04 .text-box {
  margin: auto 0 auto auto;
  order: 1;
}
#background .premium-area .text-box > h3 {
  padding-top: 110px;
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1em;
}
#background .premium-area .text-box > h3:before {
  content: "";
  display: block;
  width: 200px;
  height: 50px;
  background: url(./images/title01.svg) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
#background .premium-area .text-box > h3 + p {
  margin-bottom: 30px;
}
#background .premium-area .text-box > p.more {
  width: 310px;
  max-width: 100%;
}
/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
  #background .premium-area {
    padding: 40px 0;
  }
  #background .premium-area.premium04 {
    padding-bottom: 80px;
  }
  #background .premium-area section {
    display: block;
  }
  #background .premium-area figure {
    width: 100%;
    margin: 0 auto 30px;
  }
  #background .premium-area .text-box {
    width: 100%;
    margin: 0 auto;
  }
  #background .premium-area.premium02 figure ,
  #background .premium-area.premium04 figure {
    margin: 0 auto 30px;
  }
  #background .premium-area.premium02 .text-box ,
  #background .premium-area.premium04 .text-box {
    margin: 0 auto;
  }
  #background .premium-area .text-box > h3 {
    padding-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 35px;
    text-align: right;
  }
  #background .premium-area .text-box > h3:before {
    width: 140px;
    height: 35px;
  }
  #background .premium-area .text-box > h3 + p {
    margin-bottom: 20px;
  }
}

/*------------------------------------
  カラバリ 設定　ここから
-------------------------------------*/
#background .premium-area.premium02 .text-box > h3:before {
  background-image: url(./images/title02.svg);
}
#background .premium-area.premium03 .text-box > h3:before {
  background-image: url(./images/title03.svg);
}
#background .premium-area.premium04 .text-box > h3:before {
  background-image: url(./images/title04.svg);
}
#background .premium-area.premium01 {
  background-color: #c8dfd3;
}
#background .premium-area.premium03 {
  background-color: #c2d7eb;
}
/* マスクはオンラインで */
#background .premium-area figure > img {
  display: block;
  width: 100%;
  -webkit-mask-image: url(./images/mask11.svg);
  mask-image: url(./images/mask11.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
}
#background .premium-area.premium02 figure > img {
  -webkit-mask-image: url(./images/mask12.svg);
  mask-image: url(./images/mask12.svg);
}
#background .premium-area.premium03 figure > img {
  -webkit-mask-image: url(./images/mask13.svg);
  mask-image: url(./images/mask13.svg);
}
#background .premium-area.premium04 figure > img {
  -webkit-mask-image: url(./images/mask14.svg);
  mask-image: url(./images/mask14.svg);
}


/*===========================================================================

  設定　ここから

===========================================================================*/

/*------------------------------------
  設定　ここから
-------------------------------------*/

/*-----------------------------------*/

/** 小さい画面用分岐 **/
@media screen and (max-width: 1200px) {
}
/** スマートフォン用分岐 **/
@media screen and (max-width: 740px) {
}