@charset "utf-8";
/*------------------------------------------------------------
トップページ
------------------------------------------------------------*/
@media all and (max-width: 767px) {
  .inner {
    padding: 0 20px;
  }
}
/*------------------------------------------------------------
メインビジュアル
------------------------------------------------------------*/
#visual {
  padding: 200px 0 100px 0;
  background: url("../img/common/bg-visual.jpg");
  background-size: cover;
}
@media all and (max-width: 767px) {
  #visual {
    padding: 80px 0;
    background: url("../img/common/bg-visual.jpg");
    background-size: cover;
  }
}
.visual__inner {
  text-align: center;
}
.visual__inner img {
  width: auto;
  margin: 0 0 30px 0;
}
.visual__inner h1 {
  font-size: 2.0rem;
  line-height: 1;
  font-family: 'M PLUS 1p';
  font-weight: 700;
  color: #fff;
}
.visual__inner h1 span:first-of-type {
  display: block;
  letter-spacing: 3px;
  font-size: 2rem;
}
.visual__inner h1 span:last-of-type {
  display: block;
  margin-top: 15px;
  font-size: 1.5rem;
  font-size: 5rem;
  letter-spacing: 12px;
}
/*------------------------------------------------------------
初めての方へ
------------------------------------------------------------*/
#beginner {
  padding: 120px 0;
}
@media all and (max-width: 767px) {
  #beginner {
    padding: 40px 0;
  }
}
#beginner .inner {
  max-width: 1140px;
  margin: 0 auto;
}
#beginner .inner .beginner__box {
  margin: 0 0 60px 0;
  padding: 0 0 60px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dotted #a68b62;
}
@media all and (max-width: 767px) {
  #beginner .inner .beginner__box {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    display: block;
  }
}
#beginner .inner .beginner__box:nth-child(even) {
  flex-flow: row-reverse;
}
@media all and (max-width: 767px) {
  #beginner .inner .beginner__box:nth-child(even) {
    flex-flow: wrap;
  }
}
#beginner .inner .beginner__box:last-of-type {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
#beginner .inner .beginner__box .beginner__img {
  width: 45%;
  margin: 0 5% 0 0;
}
@media all and (max-width: 767px) {
  #beginner .inner .beginner__box .beginner__img {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
#beginner .inner .beginner__box:nth-child(even) .beginner__img {
  width: 45%;
  margin: 0 0 0 5%;
}
@media all and (max-width: 767px) {
  #beginner .inner .beginner__box:nth-child(even) .beginner__img {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
#beginner .inner .beginner__box .beginner__txt {
  width: 50%;
}
@media all and (max-width: 767px) {
  #beginner .inner .beginner__box .beginner__txt {
    width: 100%;
  }
}
#beginner .inner .beginner__box .beginner__img img {
  width: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 767px) {}
#beginner .inner .beginner__box .en {
  margin: 0 auto 20px 0;
  line-height: 1;
}
#beginner .inner .beginner__box .en img {
  width: auto;
  vertical-align: bottom;
}
#beginner .inner .beginner__box h2 {
  font-size: 2.0rem;
  color: #000;
  line-height: 1;
  font-family: 'M PLUS 1p';
  font-weight: 700;
  margin: 0 0 30px 0;
  letter-spacing: 2px;
}
@media all and (max-width: 767px) {
  #beginner .inner .beginner__box h2 {
    font-size: 2.0rem;
    margin: 0;
    padding: 0 0 15px 0;
    background: none;
    line-height: 1.4;
  }
}
/*------------------------------------------------------------
初めての方へ
------------------------------------------------------------*/
#menu {
  padding: 120px 0;
}
@media all and (max-width: 767px) {
  #menu {
    padding: 40px 0;
  }
}
#menu .inner {
  max-width: 1140px;
  margin: 0 auto;
}
#menu .inner .menu__inner {
  padding: 0 0 60px 0;
  margin: 0 0 60px 0;
  border-bottom: 1px dotted #a68b62;
}
@media all and (max-width: 767px) {
  #menu .inner .menu__inner {
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px dotted #a68b62;
  }
}
#menu .inner .menu__inner:last-of-type {
  padding: 0;
  margin: 0;
  border-bottom: none;
}
#menu .inner .menu__inner h2 {
  font-size: 2.4rem;
  line-height: 1;
  font-family: 'M PLUS 1p';
  font-weight: 700;
  margin: 0;
  padding: 0 0 15px 0;
}
#menu .inner .menu__ttl {
  margin-top: 30px;
}
#menu .inner .menu__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#menu .inner .menu__box .menu__item {
  width: 540px;
  margin-top: 30px;
}
@media all and (max-width: 767px) {
  #menu .inner .menu__box .menu__item {
    width: 100%;
    margin-top: 30px;
  }
}
#menu .inner .menu__box .menu__item h3 {
  font-size: 1.8rem;
  color: #000;
  line-height: 1;
  font-family: 'M PLUS 1p';
  font-weight: 700;
  padding: 0 0 20px 0;
}
#menu .inner .menu__box .menu__item h3:before {
  content: "------------";
  letter-spacing: -.2em;
  width: 2em;
  margin-right: .5em;
  font-weight: 100;
}
#menu .inner .menu__box .menu__item img {
  width: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  margin: 0 0 30px 0;
}
#menu .inner .menu__box .menu__item .menu__btn {
  margin: 30px 0;
}
@media all and (max-width: 767px) {
  #menu .inner .menu__box .menu__item .menu__btn {
    text-align: center;
  }
}
#menu .inner .menu__box .menu__item .menu__btn .btn, #news .inner .news__inner .news__box .news__btn .btn {
  line-height: 1.25;
  text-decoration: none;
  font-weight: bold;
  background: #a68939;
  color: #fff !important;
  padding: 1em 4em;
  text-align: center;
  position: relative;
  transition: .3s;
}
#menu .inner .menu__box .menu__item .menu__btn .btn:after, #news .inner .news__inner .news__box .news__btn .btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: .1em;
  right: 8%;
  margin: auto;
  width: .3em;
  height: .3em;
  border-top: .05em solid #fff;
  border-right: .05em solid #fff;
  transform: rotate(45deg);
  transition: .3s;
}
#menu .inner .menu__box .menu__item .menu__btn a:hover {
  opacity: .75;
}
#menu .inner .menu__box .menu__item .menu__btn .btn:hover:after {
  right: 4%;
}
/*------------------------------------------------------------
ご利用の流れ
------------------------------------------------------------*/
#flow {
  padding: 120px 0;
}
@media all and (max-width: 767px) {
  #flow {
    padding: 40px 0;
  }
}
#flow .inner {
  max-width: 1140px;
  margin: 0 auto;
}
#flow .inner .flow__box {
  margin: 0 0 120px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  position: relative;
}
@media all and (max-width: 767px) {
  #flow .inner .flow__box {
    margin: 0 0 60px 0;
    display: block;
  }
}
#flow .inner .flow__box:nth-child(even) {
  flex-flow: row-reverse;
}
#flow .inner .flow__box:last-of-type {
  margin: 0;
}
#flow .inner .flow__box::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -70px;
  right: 47%;
  width: 28px;
  height: 28px;
  border-top: 8px solid #a68939;
  border-right: 8px solid #a68939;
  transform: translateX(-50%) rotate(135deg);
}
@media all and (max-width: 767px) {
  #flow .inner .flow__box::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -30px;
    right: 47%;
    width: 14px;
    height: 14px;
    border-top: 4px solid #a68939;
    border-right: 4px solid #a68939;
    transform: translateX(-50%) rotate(135deg);
  }
}
#flow .inner .flow__box:last-of-type::before {
  display: none;
}
#flow .inner .flow__box .flow__img {
  width: 45%;
  margin: 0 0 0 0;
}
@media all and (max-width: 767px) {
  #flow .inner .flow__box .flow__img {
    width: 100%;
  }
}
#flow .inner .flow__box .flow__txt {
  width: 45%;
  margin: 0 5%;
}
@media all and (max-width: 767px) {
  #flow .inner .flow__box .flow__txt {
    width: 90%;
    padding: 5%;
    margin: 0;
  }
}
#flow .inner .flow__box .flow__img img {
  width: 100%;
}
#flow .inner .flow__box h2 {
  font-size: 2.0rem;
  color: #a68939;
  line-height: 1;
  letter-spacing: 2px;
  font-family: 'M PLUS 1p';
  font-weight: 700;
  margin: 0 0 30px 0;
}
@media all and (max-width: 767px) {
  #flow .inner .flow__box h2 {
    font-size: 2.0rem;
    margin: 0;
    padding: 0 0 15px 0;
    background: none;
    line-height: 1.4;
  }
}
/*------------------------------------------------------------
ご利用の流れ
------------------------------------------------------------*/
#flow-under {
  padding: 120px 0;
  background-image: url("../img/common/bg-btn.gif");
}
@media all and (max-width: 767px) {
  #flow-under {
    padding: 40px 0;
  }
}
#flow-under .inner {
  max-width: 1140px;
  margin: 0 auto;
}
#flow-under .inner .flow__box {
  margin: 0 0 120px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  position: relative;
}
@media all and (max-width: 767px) {
  #flow-under .inner .flow__box {
    margin: 0 0 60px 0;
    display: block;
  }
}
#flow-under .inner .flow__box:nth-child(even) {
  flex-flow: row-reverse;
}
#flow-under .inner .flow__box:last-of-type {
  margin: 0;
}
#flow-under .inner .flow__box::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -70px;
  right: 47%;
  width: 28px;
  height: 28px;
  border-top: 8px solid #fff;
  border-right: 8px solid #fff;
  transform: translateX(-50%) rotate(135deg);
}
@media all and (max-width: 767px) {
  #flow-under .inner .flow__box::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -30px;
    right: 47%;
    width: 14px;
    height: 14px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    transform: translateX(-50%) rotate(135deg);
  }
}
#flow-under .inner .flow__box:last-of-type::before {
  display: none;
}
#flow-under .inner .flow__box .flow__img {
  width: 45%;
  margin: 0 0 0 0;
}
@media all and (max-width: 767px) {
  #flow-under .inner .flow__box .flow__img {
    width: 100%;
  }
}
#flow-under .inner .flow__box .flow__txt {
  width: 45%;
  margin: 0 5%;
}
@media all and (max-width: 767px) {
  #flow-under .inner .flow__box .flow__txt {
    width: 90%;
    padding: 5%;
    margin: 0;
  }
}
#flow-under .inner .flow__box .flow__img img {
  width: 100%;
}
#flow-under .inner .flow__box h2 {
  font-size: 2.0rem;
  color: #b8975b;
  line-height: 1;
  font-family: 'M PLUS 1p';
  font-weight: 700;
  margin: 0 0 30px 0;
}
@media all and (max-width: 767px) {
  #flow-under .inner .flow__box h2 {
    font-size: 2.0rem;
    margin: 0;
    padding: 0 0 15px 0;
    background: none;
  }
}
/*------------------------------------------------------------
代表挨拶
------------------------------------------------------------*/
#greeting {
  padding: 120px 0;
}
@media all and (max-width: 767px) {
  #greeting {
    padding: 40px 0;
  }
}
#greeting .inner {
  max-width: 1140px;
  margin: 0 auto;
}
#greeting .inner .greeting__inner {
  padding: 0;
  margin: 0;
  border-bottom: none;
}
#greeting .inner .greeting__box {}
@media all and (max-width: 767px) {
  #greeting .inner .greeting__box {
    width: 100%;
  }
}
#greeting .inner .greeting__box img {
  width: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  margin: 0 0 30px 0;
}
#greeting .inner .greeting__box p {
  margin: 0 0 15px 0;
}
#greeting .inner .greeting__box p:last-of-type {
  margin: 0;
}
#greeting .inner .greeting__txt {
  max-width: 960px;
  margin: 0 auto;
}
#greeting .producer__box {
  margin: 0 0 90px 0;
}
#greeting .producer__box:last-of-type {
  margin: 0;
}
#greeting .producer__box .producer__box__int {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 30px 0;
}
#greeting .producer__box .producer__box__int .producer__box__int__img {
  width: 48%;
}
#greeting .producer__box .producer__box__int .producer__box__int__txt {
  width: 48%;
}
#greeting .producer__box .producer__box__int .producer__box__int__txt h3 {
  font-size: 2.5rem;
  padding: 0 0 30px 0;
}
#greeting .producer__box .producer__box__int .producer__box__int__txt h3 span.en {
  display: block;
  font-size: 1.3rem;
}
#greeting .producer__box .producer__box__dtl {
  margin: 0 0 30px 0;
}
#greeting .producer__box .producer__box__dtl h4 {
  font-size: 2.0rem;
  margin: 0 0 20px 0;
  padding: 10px;
  background: #222;
  color: #fff;
}
#greeting .producer__box .producer__box__dtl ul {}
#greeting .producer__box .producer__box__dtl ul li {
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px dotted #ccc;
}
#greeting .producer__box .producer__box__dtl ul.flex-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
#greeting .producer__box .producer__box__dtl ul.flex-list li {
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px dotted #ccc;
  width: 48%;
}
@media all and (max-width: 767px) {
  #greeting .producer__box .producer__box__int {
    display: inherit;
  }
  #greeting .producer__box .producer__box__int .producer__box__int__img, #greeting .producer__box .producer__box__int .producer__box__int__txt {
    width: auto;
  }
  #greeting .producer__box .producer__box__int .producer__box__int__img {
    margin-bottom: 20px;
  }
  #greeting .producer__box .producer__box__dtl ul.flex-list li {
    width: auto;
  }
}
/*------------------------------------------------------------
アクセス
------------------------------------------------------------*/
#access {
  padding: 120px 0;
}
@media all and (max-width: 767px) {
  #access {
    padding: 40px 0;
  }
}
#access .inner {
  max-width: 1140px;
  margin: 0 auto;
}
#access .inner h2 {
  font-size: 3.0rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 1em;
  letter-spacing: 0.3rem;
  margin: 0 0 60px 0;
}
#access .access__inner .access__box {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 767px) {
  #access .access__inner .access__box {
    display: block;
  }
}
#access .access__inner .access__box .access__txt {
  width: 640px;
}
@media all and (max-width: 767px) {
  #access .access__inner .access__box .access__txt {
    width: 100%;
  }
}
#access .access__inner .access__box .access__txt dl {
  border-bottom: 1px dotted #a68b62;
}
#access .access__inner .access__box .access__txt dl dt {
  width: 20%;
  border-top: 1px dotted #a68b62;
  margin: 0;
  padding: 15px 0;
  float: left;
  clear: left;
}
@media all and (max-width: 767px) {
  #access .access__inner .access__box .access__txt dl dt {
    width: 70px;
    border-top: 1px dotted #a68b62;
    margin: 0;
    padding: 15px 0;
    float: left;
    clear: left;
  }
}
#access .access__inner .access__box .access__txt dl dt:first-of-type {
  border-top: none;
}
#access .access__inner .access__box .access__txt dl dd {
  margin: 0;
  padding: 15px 0;
  padding-left: 20px;
  border-top: 1px dotted #a68b62;
}
@media all and (max-width: 767px) {
  #access .access__inner .access__box .access__txt dl dd {
    margin: 0 0 0 70px;
  }
}
#access .access__inner .access__box .access__txt dl dd:first-of-type {
  border-top: none;
}
#access .access__inner .access__box .access__img {
  width: 435px;
}
@media all and (max-width: 767px) {
  #access .access__inner .access__box .access__img {
    width: 100%;
    margin: 30px 0 0 0;
  }
}
#access .access__inner .access__box .access__img img {
  border-radius: 7px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
#access .access__inner .access__map {
  display: block;
  margin: 60px 0 0 0;
}
@media all and (max-width: 767px) {
  #access .access__inner .access__map {
    margin: 30px 0 0 0;
  }
}
@media all and (max-width: 767px) {
  #access .access__inner .access__map {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
  }
  #access .access__inner .access__map iframe, #access .access__inner .access__map object, .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/*------------------------------------------------------------
	良くある質問
------------------------------------------------------------*/
#faq {
  padding: 120px 0;
}
@media all and (max-width: 767px) {
  #faq {
    padding: 40px 0;
  }
}
#faq .inner {
  max-width: 1140px;
  margin: 0 auto;
}
#faq .faq__box {
  padding: 0 0 60px 0;
  margin: 0 0 60px 0;
  border-bottom: 1px dotted #a68b62;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 767px) {
  #faq .faq__box {
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px dotted #a68b62;
    display: block;
  }
}
#faq .faq__box:last-of-type {
  padding: 0;
  margin: 0;
  border-bottom: none;
}
#faq .faq__box dl dt {
  font-weight: 700;
  margin: 0 0 15px 0;
  color: #b8975b;
}
#faq .faq__box dl dt span:first-of-type {
  display: inline-block;
  width: 50px;
}
@media all and (max-width: 767px) {
  #faq .faq__box dl dt span:first-of-type {
    display: inline-block;
    width: 30px;
  }
}
#faq .faq__box dl dd {
  display: flex;
}
#faq .faq__box dl dd span:first-of-type {
  display: block;
  width: 30px;
  margin: 0 0 0 50px;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  #faq .faq__box dl dd span:first-of-type {
    display: block;
    width: 20px;
    margin: 0;
    font-weight: 700;
  }
}
#faq .faq__box dl dd span:last-of-type {
  display: block;
  margin: 0 0 0 15px;
}
/*------------------------------------------------------------
	プライバシーポリシー
------------------------------------------------------------*/
#policy {
  padding: 120px 0;
}
@media all and (max-width: 767px) {
  #policy {
    padding: 40px 0;
  }
}
#policy .policy__box {
  width: 820px;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  #policy .policy__box {
    margin-top: 10px;
    width: 100%;
  }
}
#policy .policy__box .policy__box__inner {
  margin: 0 0 60px 0;
}
#policy .policy__box .policy__box__inner:last-of-type {
  margin: 0;
}
@media all and (max-width: 767px) {
  #policy .policy__box .policy__box__inner {
    margin: 0 0 30px 0;
  }
}
#policy .policy__box .policy__box__inner dt {
  margin: 0 0 5px 0;
  font-weight: bold;
}
/*------------------------------------------------------------
	料金表
------------------------------------------------------------*/
#price-intro {
  padding: 120px 0 0 0;
  text-align: center;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  #price-intro {
    padding: 40px 0 0 0;
    text-align: left;
  }
}
#price {
  padding: 120px 0;
}
@media all and (max-width: 767px) {
  #price {
    padding: 40px 0;
  }
}
#price .inner {
  max-width: 1140px;
  margin: 0 auto;
}
table.price-table {
  box-sizing: border-box;
  border-collapse: collapse;
  margin: 0 auto;
  text-align: center;
  width: 70%;
}
table.price-table th, table.price-table td {
  border: 1px solid #999;
  padding: .5em 1em;
  width: 50%;
}
table.price-table th {
  background: #eee;
}
table.price-table td span {
  font-size: 2.5rem;
  font-weight: bold;
}
@media (max-width: 650px) {
  table.price-table {
    width: 100%;
  }
  table.price-table th, table.price-table td {
    display: block;
    width: 100%;
  }
  table.price-table th, table.price-table td {
    border-top: none;
    padding: .5em 0;
  }
  table.price-table tr:first-child th {
    border-top: 1px solid #999;
  }
}
#price .price__box {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 0 90px 0;
}
@media all and (max-width: 767px) {
  #price .price__box {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 0 45px 0;
  }
}
#price .price__box:last-of-type {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0;
}
#price .price__box__list {
  display: flex;
  justify-content: center;
        flex-wrap: wrap;
}
@media all and (max-width: 767px) {
  #price .price__box__list {
    display: block;
  }
}
#price .price__box__list .price__box__list__item {
  display: flex;
  align-items: center;

  width: 25%;
  margin: 0 2% 2% 2%;
  padding: 2%;
  background: #f6f6f6;
}
@media all and (max-width: 767px) {
  #price .price__box__list .price__box__list__item {
    display: flex;
    width: 70%;
    margin: 0 15% 2% 15%;
  }
}
#price .price__box__list .price__box__list__item .price__box__list__item__lft {
  width: 40%;
  font-weight: bold;
}
#price .price__box__list .price__box__list__item .price__box__list__item__rgt {
  width: 60%;
  font-weight: bold;
  text-align: right;
}
#price .price__box__list .price__box__list__item .price__box__list__item__rgt span {
  font-weight: bold;
  font-size: 3rem;
  display: inline-block;
  padding-right: 5px;
}
@media all and (max-width: 767px) {
  #price .price__box__list .price__box__list__item .price__box__list__item__rgt span {
    font-size: 2rem;
  }
  #price .ttl__box {
    margin: 0 0 45px 0;
  }
}
#price .price__box__list .price__box__list__item .price__box__list__item__ctr {
  width: 100%;
  font-weight: bold;
  text-align: center;
}
#price .price__box__list .price__box__list__item .price__box__list__item__ctr span {
  font-weight: bold;
  font-size: 3rem;
  display: inline-block;
  padding-right: 5px;
}
/*------------------------------------------------------------
オススメの方
------------------------------------------------------------*/
#recommended {
  padding: 0;
  margin-top: -120px;
}
@media all and (max-width: 767px) {
  #recommended {
    padding: 40px 0;
  }
}
#recommended .inner {
  max-width: 1140px;
  margin: 0 auto;
}
#recommended .inner .recommended__box {
  color: #fff;
  background-image: url("../img/common/bg-recommended.jpg");
  background-size: cover;
  background-position: center;
  min-height: 440px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
@media all and (max-width: 767px) {
  #recommended .inner .recommended__box {
    color: #fff;
    min-height: auto;
    background-position: top right;
  }
}
#recommended .inner .recommended__box .recommended__txt {
  padding: 40px 0 0 40px;
}
@media all and (max-width: 767px) {
  #recommended .inner .recommended__box .recommended__txt {
    padding: 60px 0 0 0;
    text-align: center;
  }
}
#recommended .inner .recommended__box .recommended__txt .en {
  margin: 0 auto 20px 0;
  line-height: 1;
}
#recommended .inner .recommended__box .recommended__txt .en img {
  width: auto;
  vertical-align: bottom;
}
#recommended .inner .recommended__box .recommended__txt h2 {
  font-size: 2.4rem;
  line-height: 1;
  font-family: 'M PLUS 1p';
  font-weight: 700;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  display: inline-block;
  position: relative;
  color: #fff;
  letter-spacing: 2px;
}
#recommended .inner .recommended__box .recommended__txt h2:before {
  content: '';
  position: absolute;
  left: 20px;
  bottom: -10px;
  display: inline-block;
  width: 50px;
  height: 4px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #fff;
  border-radius: 10px;
}
@media all and (max-width: 767px) {
  #recommended .inner .recommended__box .recommended__txt h2:before {
    display: none;
  }
}
#recommended .inner .recommended__box ul {
  margin: 0 0 0 20px;
  padding: 0 0 40px 0;
  width: 560px;
}
@media all and (max-width: 767px) {
  #recommended .inner .recommended__box ul {
    margin: 20px 0 0 0;
    width: 100%;
  }
}
#recommended .inner .recommended__box ul li {
  font-size: 1.7rem;
  line-height: 1;
  font-family: 'M PLUS 1p';
  font-weight: 700;
  background: url("../img/common/icon-recommended.png"), url("../img/common/bg-recommended-bar.png");
  background-repeat: no-repeat, repeat-x;
  background-position: 15px center, center bottom;
  margin: 0;
  padding: 0 15px;
}
@media all and (max-width: 767px) {
  #recommended .inner .recommended__box ul li {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
#recommended .inner .recommended__box ul li span.n01 {
  background: url("../img/index/icon-rec-01.png");
  background-repeat: no-repeat;
  background-position: right center;
  display: block;
  padding: 20px 0 20px 45px;
}
@media all and (max-width: 767px) {
  #recommended .inner .recommended__box ul li span.n01 {
    background: url("../img/index/icon-rec-01.png");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: right center;
    padding: 15px 0 15px 35px;
  }
}
#recommended .inner .recommended__box ul li span.n02 {
  background: url("../img/index/icon-rec-02.png");
  background-repeat: no-repeat;
  background-position: right center;
  display: block;
  padding: 20px 0 20px 45px;
}
@media all and (max-width: 767px) {
  #recommended .inner .recommended__box ul li span.n02 {
    background: url("../img/index/icon-rec-02.png");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: right center;
    padding: 15px 0 15px 35px;
  }
}
#recommended .inner .recommended__box ul li span.n03 {
  background: url("../img/index/icon-rec-03.png");
  background-repeat: no-repeat;
  background-position: right center;
  display: block;
  padding: 20px 0 20px 45px;
}
@media all and (max-width: 767px) {
  #recommended .inner .recommended__box ul li span.n03 {
    background: url("../img/index/icon-rec-03.png");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: right center;
    padding: 15px 0 15px 35px;
  }
}
#recommended .inner .recommended__box ul li span.n04 {
  background: url("../img/index/icon-rec-04.png");
  background-repeat: no-repeat;
  background-position: right center;
  display: block;
  padding: 20px 0 20px 45px;
}
@media all and (max-width: 767px) {
  #recommended .inner .recommended__box ul li span.n04 {
    background: url("../img/index/icon-rec-04.png");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: right center;
    padding: 15px 0 15px 35px;
  }
}
#recommended .inner .recommended__box ul li span.n05 {
  background: url("../img/index/icon-rec-04.png");
  background-repeat: no-repeat;
  background-position: right center;
  display: block;
  padding: 20px 0 20px 45px;
}
@media all and (max-width: 767px) {
  #recommended .inner .recommended__box ul li span.n05 {
    background: url("../img/index/icon-rec-04.png");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: right center;
    padding: 15px 0 15px 35px;
  }
}
#recommended .inner .recommended__box ul li span.n06 {
  background: url("../img/index/icon-rec-04.png");
  background-repeat: no-repeat;
  background-position: right center;
  display: block;
  padding: 20px 0 20px 45px;
}
@media all and (max-width: 767px) {
  #recommended .inner .recommended__box ul li span.n06 {
    background: url("../img/index/icon-rec-04.png");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: right center;
    padding: 15px 0 15px 35px;
  }
}
/*------------------------------------------------------------
	ニュース / 一覧
------------------------------------------------------------*/
#news {
  padding: 120px 0;
}
@media all and (max-width: 767px) {
  #news {
    padding: 40px 0;
  }
}
#news .inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex !important;
}
@media all and (max-width: 767px) {
  #news .inner {
    display: block !important;
  }
}
#news .inner .news__inner {
  margin: 0 5% 0 0;
  width: 75%;
}
@media all and (max-width: 767px) {
  #news .inner .news__inner {
    margin: 0;
    width: 100%;
  }
}
#news .inner .news__inner .news__box {
  display: flex;
  margin: 0 0 60px 0;
  padding: 0 0 60px 0;
  border-bottom: 1px dotted #a68b62;
}
@media all and (max-width: 767px) {
  #news .inner .news__inner .news__box {
    display: block;
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
  }
}
#news .inner .news__inner .news__box:last-of-type {
  display: flex;
  margin: 0;
  padding: 0;
  border-bottom: none;
}
@media all and (max-width: 767px) {
  #news .inner .news__inner .news__box:last-of-type {
    display: block;
  }
}
#news .inner .news__inner .news__box .news__img {
  margin: 0 3% 0 0;
}
@media all and (max-width: 767px) {
  #news .inner .news__inner .news__box .news__img {
    margin: 0 0 10px 0;
  }
}
#news .inner .news__inner .news__box .news__ttl {
  font-size: 1.8rem;
  font-weight: bold;
}
#news .inner .news__inner .news__box .news__date {
  margin: 0 0 20px 0;
}
@media all and (max-width: 767px) {
  #news .inner .news__inner .news__box .news__date {
    margin: 0 0 10px 0;
  }
}
#news .inner .news__inner .news__box .news__btn {
  margin: 40px 0 0 0;
}
@media all and (max-width: 767px) {
  #news .inner .news__inner .news__box .news__btn {
    margin: 20px 0 0 0;
    text-align: center;
  }
}
#news .inner .news__inner .news__box .news__btn a:hover {
  opacity: .75;
}
#news .inner .news__inner .news__box .news__btn .btn:hover:after {
  right: 4%;
}
aside {
  width: 20%;
}
aside h3 {
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  padding: 15px 0;
}
@media all and (max-width: 767px) {
  aside {
    width: 100%;
    margin-top: 40px;
  }
}
aside ul.news-list {
  margin-top: 20px;
}
aside ul.news-list li {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px dotted #ccc;
}
/*------------------------------------------------------------
	ニュース / 詳細
------------------------------------------------------------*/
#news-details {
  padding: 120px 0;
}
@media all and (max-width: 767px) {
  #news-details {
    padding: 40px 0;
  }
}
#news-details .inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex !important;
}
#news-details .inner .news-details__inner {
  margin: 0 5% 0 0;
  width: 75%;
}
#news-details .inner .news-details__inner .news-details__box {
  display: flex;
  margin: 0 0 60px 0;
  padding: 0 0 60px 0;
  border-bottom: 1px dotted #a68b62;
}
#news-details .inner .news-details__inner .news-details__box:last-of-type {
  display: flex;
  margin: 0;
  padding: 0;
  border-bottom: none;
}
#news-details .inner .news-details__inner .news-details__box .news-details__img {
  margin: 0 3% 0 0;
}
#news-details .inner .news-details__inner .news-details__box .news-details__ttl {
  font-size: 1.8rem;
  font-weight: bold;
}
#news-details .inner .news-details__inner .news-details__box .news-details__date {
  margin: 0 0 20px 0;
}
@media all and (max-width: 767px) {
  #news-details .inner {
    display: inherit !important;
  }
  #news-details .inner .news-details__inner {
    width: auto;
  }
}
/*------------------------------------------------------------
バナーエリア3カラム
------------------------------------------------------------*/
#banner-3clmn {
  padding: 60px 0 120px 0;
  background-image: url("../img/common/bg-btn2.gif")
}
@media all and (max-width: 767px) {
  #banner-3clmn {
    padding: 40px 0 10px 0;
  }
}
#banner-3clmn .inner {
  max-width: 1140px;
  margin: 0 auto;
}
#banner-3clmn .inner .banner__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#banner-3clmn .inner .banner__box .banner__item {
  width: 340px;
  margin: 60px 0 0 0;
  text-align: center;
  background: #9A8D4C;
}
@media all and (max-width: 767px) {
  #banner-3clmn .inner .banner__box .banner__item {
    width: 48%;
    margin: 0 0 30px 0;
    text-align: center;
  }
}
#banner-3clmn .inner .banner__box .banner__item img {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
#banner-3clmn .inner .banner__box .banner__item .btn {
  line-height: 1.25;
  text-decoration: none;
  font-weight: bold;
  background: #cc3b75;
  color: #fff !important;
  border-radius: 1.5em;
  padding: 1em 4em;
  text-align: center;
  position: relative;
  transition: .3s;
  display: inline-block;
  width: 150px;
}
#banner-3clmn .inner .banner__box .banner__item .btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: .1em;
  right: 8%;
  margin: auto;
  width: .3em;
  height: .3em;
  border-top: .05em solid #fff;
  border-right: .05em solid #fff;
  transform: rotate(45deg);
  transition: .3s;
}
#banner-3clmn .inner .banner__box .banner__item a:hover {
  opacity: 0.8 !important;
  background: #dcbbb2;
}
#banner-3clmn .inner .banner__box .banner__item .btn:hover:after {
  right: 4%;
}
#banner-3clmn .inner .banner__box .banner__item {
  position: relative;
}
#banner-3clmn .inner .banner__box .banner__item .banner__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}
@media all and (max-width: 767px) {
  #banner-3clmn .inner .banner__box .banner__item .banner__btn {
    width: 80%;
  }
}
#banner-3clmn .inner .banner__box .banner__item .banner__btn span {
  color: #fff;
  display: block;
  font-weight: bold;
}
#banner-3clmn .inner .banner__box .banner__item .banner__btn span:first-of-type {
  font-size: 1.8rem;
  letter-spacing: 2px;
}
@media all and (max-width: 767px) {
  #banner-3clmn .inner .banner__box .banner__item .banner__btn span:first-of-type {
    font-size: 1.2rem;
    letter-spacing: 2px;
  }
}
#banner-3clmn .inner .banner__box .banner__item .banner__btn span:last-of-type {
  font-size: 1.3rem;
  letter-spacing: 2px;
}
@media all and (max-width: 767px) {
  #banner-3clmn .inner .banner__box .banner__item .banner__btn span:last-of-type {
    font-size: 1.3rem;
    letter-spacing: 2px;
  }
}
#banner-3clmn .inner .banner__box .banner__item .banner__img:hover {
  opacity: 0.7;
}
/*------------------------------------------------------------
ギャラリー
------------------------------------------------------------*/
#gallery {
  padding: 120px 0;
}
@media all and (max-width: 767px) {
  #gallery {
    padding: 40px 0;
  }
}
#gallery .inner {
  max-width: 1140px;
  margin: 0 auto;
}
#gallery .inner .gallery__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#gallery .inner .gallery__box .gallery__item {
  width: 340px;
  margin: 60px 0 0 0;
  text-align: center;
}
@media all and (max-width: 767px) {
  #gallery .inner .gallery__box .gallery__item {
    width: 100%;
    margin: 0 0 30px 0;
    text-align: center;
  }
}
#gallery .inner .gallery__box .gallery__item img {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
/*------------------------------------------------------------
お問い合せ
------------------------------------------------------------*/
#contact-form {
  padding: 120px 0;
}
@media all and (max-width: 767px) {
  #contact-form {
    padding: 40px 0;
  }
}
#contact-form .inner {
  max-width: 960px;
  margin: 0 auto;
}
#contact-form .inner h2 {
  text-align: center;
  color: #6fa795;
  font-size: 3.0rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 1em;
  letter-spacing: 0.3rem;
  margin: 0 0 60px 0;
}
@media all and (max-width: 767px) {
  #contact-form .inner h2 {
    font-size: 2.0rem;
    margin-bottom: 1em;
    letter-spacing: 0.1rem;
    margin: 0 0 40px 0;
  }
}
#contact-form .inner h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px; /*線の上下位置*/
  display: inline-block;
  width: 60px; /*線の長さ*/
  height: 5px; /*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); /*位置調整*/
  background-color: #6fa795; /*線の色*/
  border-radius: 2px; /*線の丸み*/
}
@media all and (max-width: 767px) {
  #contact-form .inner h2:before {
    width: 30px;
  }
}
#contact-form .inner h2 span {
  text-align: center;
  color: #383838;
  font-size: 2.0rem;
  letter-spacing: normal;
  font-weight: bold;
  font-family: "Times New Roman", Times, "serif";
  font-style: italic;
  display: block;
}
#contact-form .contact-form__form {
  margin: 60px 0 0 0;
}
@media all and (max-width: 767px) {
  #contact-form .contact-form__form {
    margin: 30px 0 0 0;
  }
}
#contact-form .contact-form__form dl {
  border-bottom: 1px dotted #ccc;
}
@media all and (max-width: 767px) {
  #contact-form .contact-form__form dl {
    width: 100%;
  }
}
#contact-form .contact-form__form dl dt {
  width: 200px;
  border-top: 1px dotted #ccc;
  margin: 0;
  padding: 15px 0;
  float: left;
  clear: left;
}
#contact-form .contact-form__form dl dt:first-of-type, #contact-form .contact-form__form dl dd:first-of-type {
  border-top: none;
}
@media all and (max-width: 767px) {
  #contact-form .contact-form__form dl dt {
    width: 100%;
    border-top: 1px dotted #ccc;
    margin: 0;
    padding: 15px 0;
    float: left;
    clear: left;
    display: block;
  }
}
#contact-form .contact-form__form dl dd {
  margin: 0 0 0 200px;
  padding: 15px 0;
  padding-left: 20px;
  border-top: 1px dotted #ccc;
}
@media all and (max-width: 767px) {
  #contact-form .contact-form__form dl dd {
    margin: 0;
    padding: 15px 0;
    border-top: 1px dotted #ccc;
  }
}
span.haveto {
  color: #fff;
  background: #87080A;
  padding: 0 5px;
  font-size: 1.1rem;
  display: inline-block;
  margin: 0 10px 0 0;
}
span.any {
  color: #fff;
  background: #999;
  padding: 0 5px;
  font-size: 1.1rem;
  display: inline-block;
  margin: 0 10px 0 0;
}
.contact-btn {
  margin: 30px 0 0 0;
  text-align: center;
}
/* 送信ボタン */
input[type="submit"], input[type="reset"], input[type="button"] {
  margin: 20px 20px 0 20px;
  font-size: 1.6rem;
  padding: 15px 30px;
  border: none;
  background: #383838;
  color: #fff;
  cursor: pointer;
}
/* 送信ボタン - マウスオーバー時 */
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  background: #666;
}
/* 送信ボタン - 押せないとき */
input[type="submit"][disabled] {
  background-color: #ccc;
  cursor: default;
}
input.wpcf7c-conf {
  background-color: #fff !important;
  border: none !important;
  -webkit-appearance: none !important;
}
input:-internal-autofill-selected {
  background-color: #fff !important;
  border: none !important;
  -webkit-appearance: none !important;
}
@media all and (max-width: 767px) {
  input[type="text"], input[type="email"], textarea {
    width: 100% !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.contact-form__txt {
  padding: 15px;
  background: #fff;
  border: 3px solid #ccc;
}
#main .contactBox {
  padding: 0 30px;
  height: 450px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background: url("../img/index/contact_bg.jpg") no-repeat center center / cover;
}

#main .contactBox .subBox {
  padding: 30px 14px 26px;
  margin: 0 auto;
  width: 1140px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.95);
  box-sizing: border-box;
}

#main .contactBox .subBox li {
	flex-basis: calc(100% / 3);
	border-right:solid 1px #000;
	box-sizing:border-box;
}
#main .contactBox .subBox li:last-child {
	border-right:none;
}

#main .contactBox .subBox .title {
  margin-bottom: 14px;
  display: block;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 1.9px;
}

#main .contactBox .textL a {
  display: block;
  font-size: 3.7rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3.5px;
}
#main .contactBox .textR a {
  padding: 10px;
  width: 280px;
  display: inline-block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 1.1px;
  background-color: #A68939;
  box-sizing: border-box;
}
#main .contactBox .textR .title {
  margin-bottom: 31px;
}
@media all and (min-width: 897px) {
  .comBtn a:hover, #main .stretchBox .listUL li a:hover, #main .linkUl li a:hover, #main .contactBox .textR a:hover {
    opacity: .7;
  }
}
@media all and (max-width: 896px) {
  #main .contactBox {
    padding: 45px 23px;
    height: auto;
  }
  #main .contactBox .subBox {
    padding: 31px 37px;
    width: 100%;
	display: block;
  }
  
  #main .contactBox .subBox li {
	  width:100%;
	  border-bottom:solid 1px #000;
	  border-right:none;
	  padding-bottom:25px;
	  margin-bottom:15px;
  }
  #main .contactBox .subBox li:last-child {
	border-bottom:none;
	  padding-bottom:0;
	  margin-bottom:0;
  }
  #main .contactBox .subBox .textL {
    margin-bottom: 20px;
    width: 100%;
  }
  #main .contactBox .subBox .title {
    margin-bottom: 4px;
    font-size: 1.4rem;
  }
  #main .contactBox .textL a {
    font-size: 2.5rem;
  }
  #main .contactBox .subBox .textR {
    width: 100%;
  }
  #main .contactBox .textR a {
    padding: 8px;
    width: 100%;
    letter-spacing: 1.9px;
  }
  #main .contactBox .textR .title {
    margin-bottom: 8px;
  }
}
.topVisual {
  width: 100%;
  height: 600px;
  background: url("../img/index/main_img.jpg") no-repeat center bottom / cover;
}
@media all and (max-width: 896px) {
  .topVisual {
    height: 350px;
  }
}
#toc_container {
  margin: 0 0 40px 0 !important;
}
.news-details__txt p {
  margin: 0 0 20px 0;
}
.news-details__txt h2 {
  font-size: 2.0rem;
  padding: 15px;
  margin: 60px 0 30px 0;
  background: #f6eedf;
}
@media all and (max-width: 896px) {
  .news-details__txt h2 {
    font-size: 1.8rem;
    padding: 10px;
    margin: 40px 0 20px 0;
    background: #f6eedf;
  }
}
.news-details__txt h3 {
  font-size: 1.8rem;
  color: #a68939;
  margin: 10px 0 20px 0;
}
@media all and (max-width: 896px) {
  .news-details__txt h3 {
    font-size: 1.6rem;
    color: #a68939;
    margin: 5px 0 15px 0;
  }
}
.news-details__txt h4 {
  font-size: 1.6rem;
  margin: 10px 0;
}
@media all and (max-width: 896px) {
  .news-details__txt h4 {
    font-size: 1.5rem;
    margin: 5px 0;
  }
}

.option__box{

}


.option__box .option__headline{
    
    text-align:center;

}
.option__box .option__headline h2{
    display: inline-block;
    position: relative;
    font-size: 2.4rem;
    color: #3e603b;
    margin:0 0 20px 0;
}

.option__box .option__headline h2:before
{content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    display: inline-block;
    width: 50px;
    height: 4px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #cebfa6;
    border-radius: 10px;}

.option__box .option__box__list{
    
    margin:30px auto 0 auto;
    padding:30px;
    border:4px solid #f7f7f7;


}

@media all and (max-width: 896px) {
.option__box .option__box__list{

    padding:15px 15px 0 15px;


}
}



.option__box .option__box__list h3{
    
    font-size:2.0rem;
    padding:0 0 20px 0;text-align: left;
}

@media all and (max-width: 896px) {
.option__box .option__box__list h3{
    
text-align:center;
}
}
.option__box .option__box__list .inbox{
    
    display:flex;
    justify-content:flex-start;
    margin:0 0 20px 0;
}
@media all and (max-width: 896px) {
.option__box .option__box__list .inbox{
    
flex-wrap: wrap;
}
    
    .option__box .option__box__list .inbox:last-of-type{
        
        margin:0;
    }   
    
}

.option__box .option__box__list .inbox .inbox__item{
    
    width:30%;
    margin:0 20px 0 0;
    padding:20px;
    background:#f7f7f7;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
@media all and (max-width: 896px) {
.option__box .option__box__list .inbox .inbox__item{
    
    width:100%;
margin:0 0 15px 0;
}
}



.option__box .option__box__list .inbox .inbox__item .inbox__item__left{
font-weight: bold;
    }
.option__box .option__box__list .inbox .inbox__item .inbox__item__right{
    
    font-weight:right
}
.option__box .option__box__list .inbox .inbox__item .inbox__item__right span{
font-weight: bold;
    font-size: 3rem;
    display: inline-block;
    padding-right: 5px;
    }


.option__caption{
    
    margin:15px 0 0 0;
}

/*all css Russinante
************************************************************************************/
/*店舗
----------------------------------------------------------------------*/
.access__headBox{
	display: flex;
	flex-wrap: wrap;
}
.access__headBox .access__btn_booking{
	width: 350px;
	background: #b8975b;
	margin-bottom: 60px;
	text-align: center;
}
.access__headBox .access__btn_booking a{
	background: url("../img/icon_booking.svg") no-repeat left 35px center;
	color: #FFF;
	line-height: 55px;
	padding: 0 35px 0 70px;
	text-decoration: none;
	display: inline-block;
	margin: auto;
}
.access__headBox h2{
	width: calc(100% - 350px);
}
#access .access__inner{
	margin-top: 70px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 70px;
}
.access__img .ggmap{
	width: 100%;
	height: 250px;
	margin-top: 30px;
}
.access__img .ggmap iframe{
	width: 100%;
	height: 100%;
}
#access .access__inner .access__box .access__img{
	width: 350px;
}
#access .access__inner .access__box .access__img img{
	width: 100%;
	height: 300px;
	object-fit: cover;
}
#access .access__inner .access__box .access__txt{
	width: calc(100% - 370px);
}
@media screen and (max-width: 1024px){
	.access__headBox{
		display: block;
	}
	.access__headBox .access__btn_booking{
		width: 100%;
	}
	.access__headBox .access__btn_booking a{
		display: block;
	}
	#access .inner .access__headBox h2{
		width: 100%;
		margin-bottom: 10px;
	}
	.access__img .ggmap{
		height: 350px;
	}
	#access .access__inner .access__box .access__img{
		width: 100%;
		padding-left: 30px;
		box-sizing: border-box;
	}
	#access .access__inner .access__box .access__img img{
		width: 100%;
		height: auto !important;
		object-fit: contain;
	}
	#access .access__inner .access__box .access__txt{
		width: 100%;
	}
}

@media screen and (max-width: 768px){
	#access .access__inner .access__box{
		display: block;
	}
	#access .access__inner .access__box .access__img{
		padding-left: 0px;
	}
}

/*ボタン関連
----------------------------------------------------------------------*/
ul.btns{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 50px 0;
	justify-content: center;
}
ul.btns li{
	width: 23%;
	margin: 1%;
}
ul.btns li a{
	background: #000;
	padding: 1em 1em;
	color: #FFF;
	text-decoration: none;
	display: block;
	text-align: center;
}
@media screen and (max-width: 768px){
	ul.btns li{
		width: 98%;
		margin: 1%;
	}
	a.shoplist-tel{
		background: url("../img/icon_phone.svg") no-repeat left 1.5em center #b8975b;
		color: #FFF;
		text-decoration: none;
		display: inline-block;
		padding: .7em 1.5em .7em calc(1.5em + 30px);
		margin: 0 0 2px;
	}
}

