@charset "UTF-8";
/* Reset */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap&subset=japanese);
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap");
*,
*:before,
*:after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  /* 10px */
}

body {
  width: 100%;
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  word-break: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

.ja {
  font-family: 'A1 Mincho','Noto Serif JP', serif;
}

/*----------------------------------------
	HTML5
----------------------------------------*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/*----------------------------------------
	Text
----------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin: 0 auto 1.6rem;
  padding: 0;
  line-height: 1.4;
}

pre {
  margin: 1.5em 25px;
  padding: 1em;
  overflow: scroll;
  font-family: 'Yu Gothic medium', YuGothic Medium, "游ゴシック", "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  line-height: 1.9;
}

blockquote {
  margin: 1.5em 1px;
  border: 5px solid #9f998f;
  color: #77471c;
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  background-position: left bottom;
}

blockquote[title]::before {
  padding: 0.2em 10px 0.4em 10px;
  content: attr(title);
  display: block;
  color: #fff;
  background-color: #9f998f;
  font-weight: bold;
}

blockquote[cite]::after {
  margin: 0.5em 10px;
  content: attr(cite);
  display: block;
  text-align: right;
  font-size: 85%;
}

blockquote * {
  color: #333 !important;
}

em {
  color: #000;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

pre em {
  font-weight: bold;
  background-image: none;
}

q {
  text-decoration: underline;
}

b,
strong {
  font-weight: bold;
}

cite {
  display: block;
  text-align: right;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

kbd {
  background-color: #f5f5f5;
  font-family: "Osaka|", monospace;
  text-transform: uppercase;
  padding: 0 0.4em;
  border: 1px solid #6a8eaa;
}

del {
  text-decoration: line-through;
}

ins {
  border-top: 10px solid #3cadd6;
  border-bottom: 10px solid #3cadd6;
  border: 7px solid #3cadd6;
  margin: 2em 1px;
  padding: 1px 0;
  display: block;
  text-decoration: none;
}

mark {
  background: #fff9c0;
  text-decoration: none;
}

ins * {
  color: #666 !important;
  background: #fff9c0;
  text-decoration: none;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

address {
  margin: 0 0 1.5em;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

/*----------------------------------------
	List
----------------------------------------*/
ul,
ol,
dl {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

li,
dt,
dd {
  list-style-type: none;
  list-style-position: outside;
}

ul li,
ol li,
dd {
  margin-left: 1.5em;
}

ul li,
ol li {
  list-style: none;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

/*----------------------------------------
	Image
----------------------------------------*/
figure {
  margin: 0;
  width: 100%;
  line-height: 1;
}

img {
  display: block;
  margin: 0 auto;
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  border: none;
  vertical-align: baseline;
  -webkit-backface-visibility: hidden;
}

/*----------------------------------------
	Anchor
----------------------------------------*/
a {
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}

a:hover,
a:focus,
a:active {
  color: #404040;
  outline: none;
  text-decoration: underline;
}

a img {
  transition: 0.3s;
}

a:hover img {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}

/*----------------------------------------
	Table
----------------------------------------*/
table {
  margin: 0 0 2em;
  width: 100%;
  border-collapse: collapse;
}

/*----------------------------------------
	Form
----------------------------------------*/
fieldset,
legend {
  border: none;
}

legend {
  display: none;
}

input[type=text],
textarea {
  padding: 0.2em;
  border: 1px solid #d1d1d1;
  background-color: #fff;
}

input {
  line-height: 1.2;
}

select, input, textarea, button {
  vertical-align: middle;
  position: relative;
  margin-right: 3px;
  top: 0;
}

input[type="checkbox"],
input[type="radio"] {
  border: none;
  top: -1px;
  top: 0\9;
  margin-right: 2px;
  margin-right: 0\9;
}

input[type=text]:focus,
textarea:focus {
  border: 1px solid #069;
  background-color: #fff;
}

input.button {
  padding: 0;
  border: none;
  background-image: none;
  vertical-align: top;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* Typography */
.garamond {
  font-family: 'EB Garamond', serif;
}

.wrapper {
  overflow: hidden;
  padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .wrapper {
    padding: 0;
  }
}

/* タグ　*/
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.2;
  margin: 0 0 10px;
  font-weight: 500;
}

h1 {
  margin: 0 auto;
  padding: 0 0 14px;
  font-size: 20px;
  font-family: 'EB Garamond', serif;
  text-align: center;
  text-shadow: -5px -5px 5px white, -5px 5px 5px white, 5px -5px 5px white, 5px 5px 5px white;
  letter-spacing: 0.1em;
  background-image: url(../images/common/underline_h1_white.svg);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 220px auto;
}

h2 {
  margin: 0 auto 70px;
  padding: 0;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.1em;
}

h2 span {
  display: inline-block;
  padding: 0 0 30px;
  background-image: url(../images/common/underline.svg);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-size: 100% 18px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin: 0;
}

video {
  display: block;
  margin: 0;
  max-width: 100%;
}

figcaption {
  padding: 5px 10px 10px;
  font-size: 10px;
  text-align: right;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  h1 {
    margin: 0 auto;
    padding: 0 0 20px;
    font-size: 30px;
    letter-spacing: 0.2em;
    background-size: 340px auto;
  }
  h2 {
    margin: 0 auto 120px;
    font-size: 36px;
    letter-spacing: 0.2em;
  }
  h2 span {
    padding: 0 0 46px;
  }
  figcaption {
    padding: 12px 0 0;
  }
}

/* タグ　*/
/* NEW アイコン　*/
.new {
  position: relative;
  z-index: 0;
}

.new::before {
  content: "NEW";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 17px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  background-color: #cc1909;
  border: 1px solid #cc1909;
  position: absolute;
  left: 0;
  top: 0;
}

header .nolink a,
.footer01 .nolink a {
  color: #3c3a3a;
  cursor: auto;
  text-decoration: none;
}

header .nolink a:hover,
header .nolink a:active,
header .nolink a:visited,
.footer01 .nolink a:hover,
.footer01 .nolink a:active,
.footer01 .nolink a:visited {
  text-decoration: none;
}
header .nolink a::before,
header .nolink a:hover::before,
.footer01 .nolink a::before,
.footer01 .nolink a:hover::before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 53%, rgba(255, 255, 255, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80ffffff',GradientType=0 );
}

@media screen and (max-width: 1200px) {
  header .nolink a {
    color: #9e9c9c;
  }
}

header .nolink a:hover,
.footer01 .nolink a:hover {
  text-decoration: none;
}

header .nolink a:hover::after,
.footer01 .nolink a:hover::after {
  opacity: 0;
}

.footer01 .nolink a {
  color: #000000;
  cursor: auto;
}

.footerNavigation ul li.new::before {
  width: 40px;
  height: 18px;
  font-size: 10px;
}

/* NEW アイコン　*/
/* .button3 */
.button3 {
  text-align: center;
}

.button3 a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  width: 75%;
  height: 30px;
  max-width: 353px;
  color: #947f28;
  background-color: #fff;
  border: 1px solid #947f28;
  position: relative;
}

.button3 a::after {
  content: "";
  display: block;
  width: 18px;
  height: 10px;
  background-image: url(../images/common/icon_arw.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: calc( 50% - 5px);
  transition: all 0.6s ease;
}

.button3 a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.button3 a:hover::after {
  right: 5px;
}

@media screen and (min-width: 768px) {
  .button3 a {
    height: 50px;
    font-size: 18px;
  }
  .button3 a::after {
    width: 26px;
    height: 8px;
    right: 24px;
  }
  .button3 a:hover::after {
    right: 20px;
  }
}

/* .button3 */
/* .bottomCaption */
.bottomCaption {
  margin: 20px auto 100px;
  padding: 0 15px;
  width: 100%;
  max-width: 1430px;
}

.bottomCaption p {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 10px !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
}

@media screen and (min-width: 1200px) {
  .bottomCaption p {
    font-size: 12px !important;
  }
}

/* .button3 */
/* Hanburger Style */
#hamburger_button {
  display: block;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  z-index: 100;
  cursor: pointer;
}

#hamburger_button span {
  display: block;
  width: 50%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 25%;
  top: 50%;
  transform: translateY(-50%);
}

#hamburger_button span::before, #hamburger_button span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  transition: 0.6s;
}

#hamburger_button span::before {
  top: -7px;
}

#hamburger_button span::after {
  top: 7px;
}

.menu-open #hamburger_button span {
  background-color: transparent;
}

.menu-open #hamburger_button span::before {
  top: 0;
  transform: rotate(45deg);
}

.menu-open #hamburger_button span::after {
  top: 0;
  transform: rotate(-45deg);
}

@media screen and (min-width: 1200px) {
  #hamburger_button {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  #hamburger_button {
    position: absolute;
  }
}

/* Header Style */
@media screen and (max-width: 1199px) {
  .site-header {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    transition: all 0.6s ease;
  }
  .site-header.bg-black {
    background-color: rgba(0, 0, 0, 0.2) !important;
  }
  .site-header.menu-open {
    background-color: rgba(0, 0, 0, 0.8) !important;
  }
  .site-header.menu-open .globalNavigation {
    background-color: rgba(0, 0, 0, 0.8);
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }
  .site-header.menu-open .globalNavigation a {
    transform: translateY(0);
  }
  .logo {
    padding: 6px 5px 7px;
    width: auto;
  }
  .logo a {
    display: block;
  }
  .logo img {
    width: 80px;
  }
  .globalNavigation {
    display: block;
    padding: 0 0 80px;
    width: 100%;
    height: calc(100vh - 50px);
    background-color: transparent;
    position: absolute;
    top: 100%;
    left: 0;
    transition: all 0.6s ease;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }
  .globalNavigation .navigation {
    transition: all 0.6s ease;
  }
  .globalNavigation ul, .globalNavigation li {
    margin: 0;
    padding: 0;
  }
  .globalNavigation ul {
    display: flex;
    flex-wrap: wrap;
  }
  .globalNavigation ul > li.current a {
    background-image: url(../images/common/navi_underline.svg);
    background-repeat: no-repeat;
    background-position: center 98%;
    background-size: 80% 10px;
  }
  .globalNavigation a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -1px;
    padding: 15px 5px;
    height: 100%;
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 1.3;
    border: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
    z-index: 0;
    transition: all 0.6s ease;
    transform: translateY(-20px);
  }
  .globalNavigation a:hover {
    text-decoration: none;
  }
  .globalNavigation a.btn_shiryo, .globalNavigation a.btn_booking {
    font-size: 20px;
  }
  .globalNavigation a.btn_shiryo::after, .globalNavigation a.btn_booking::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 );
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .globalNavigation a.btn_shiryo {
    background-color: #a39146;
  }
  .globalNavigation a.btn_booking {
    background-color: #6e1f1f;
  }
  .gnav-1 {
    width: 100%;
  }
  .gnav-2 {
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .site-header {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    transition: all 0.8s ease;
  }
  .site-header.bg-black {
    background-color: rgba(0, 0, 0, 0.2) !important;
  }
  .logo {
    padding: 10px 0 10px 20px;
    width: 186px;
  }
  .logo a {
    display: block;
  }
  .logo img {
    width: 166px;
  }
  .globalNavigation .navigation__in {
    align-items: center;
    width: 1040px;
  }
  .globalNavigation{
    width: 1040px;
  }
  .globalNavigation ul, .globalNavigation li {
    margin: 0;
    padding: 0;
  }
  .globalNavigation ul {
    display: flex;
    flex-wrap: wrap;
  }
  .globalNavigation ul > li {
    max-width: 12.5%;
  }
  .globalNavigation ul > li.current a {
    background-image: url(../images/common/navi_underline.svg);
    background-repeat: no-repeat;
    background-position: center 98%;
    background-size: 80% 10px;
    opacity: 1;
  }
  .globalNavigation a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 100%;
    height: 100px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 1;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    z-index: 0;
  }
  .globalNavigation a.harf-size {
    height: 50px;
    font-size: 13px;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .globalNavigation a.harf-size:nth-of-type(1) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .globalNavigation a.harf-size2 {
    height: 50px;
    font-size: 11px;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .globalNavigation a.harf-size2:nth-of-type(1) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }	
  .globalNavigation a.btn_shiryo, .globalNavigation a.btn_booking {
    font-size: 18px;
  }
  .globalNavigation a.btn_shiryo::before, .globalNavigation a.btn_booking::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 );
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .globalNavigation a.btn_shiryo {
    background-color: #a39146;
  }
  .globalNavigation a.btn_booking {
    background-color: #6e1f1f;
  }
  .globalNavigation a:hover {
    text-decoration: none;
  }
  .globalNavigation a:hover::before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=0 );
  }
  .gnav-1 a::before, .gnav-2 a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 53%, rgba(255, 255, 255, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80ffffff',GradientType=0 );
    opacity: 0.2;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .gnav-1 a::after, .gnav-2 a::after {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background-image: url(../images/common/navi_underline.svg);
    background-repeat: no-repeat;
    background-position: center 98%;
    background-size: 0 10px;
    position: absolute;
    left: 0;
    bottom: 2px;
    z-index: 1;
    transition: all 0.3s ease;
    opacity: 0;
  }
  .gnav-1 a:hover::after, .gnav-2 a:hover::after {
    background-size: 80% 10px;
    opacity: 1;
  }
  .gnav-1 {
    width: 680px;
  }
  .gnav-2 {
    align-items: center;
    width: 360px;
  }
  .gnav-2 a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  .gnav-2 a.btn_shiryo:hover, .gnav-2 a.btn_booking:hover {
    opacity: 1;
  }
}

@media screen and (min-width: 1370px) {
  .globalNavigation .navigation__in {
    width: 1160px;
  }
  .globalNavigation{
    width: 1160px;
  }
  .globalNavigation a {
    font-size: 13px;
  }
  .gnav-1 {
    width: 800px;
  }
}

/* Footer Style */
.footer01 {
  color: #fff;
/*  background-image: url(../images/common/footer_bg_sp.jpg); */
/*  background-image: url(../images/common/mainMV4_sp.jpg); */
  background-image: url(../images/common/pixta_93217555_M_sp.jpg);
  background-repeat: no-repeat;
  background-position: center 100%;
  background-size: cover;
}

.footer01 a {
  color: #fff;
}

.footerNavigation ul, .footerNavigation li {
  margin: 0;
  padding: 0;
}

.footerNavigation ul {
  display: flex;
  flex-wrap: wrap;
}

.footerNavigation ul > li {
  width: 50%;
}

.footerNavigation ul > li.current a::after {
  background-size: 100% 4px;
  opacity: 1;
}

.footerNavigation a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  width: 100%;
  height: 40px;
  font-size: 12px;
  text-align: center;
  line-height: 1.2;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
  z-index: 1;
}

.footerNavigation a:nth-of-type(2n) {
  border-right: 0;
}

.footerNavigation a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 53%, rgba(255, 255, 255, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80ffffff',GradientType=0 );
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.6s ease;
}

.footerNavigation a::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-image: url(../images/common/navi_underline_sp_footer.svg);
  background-repeat: no-repeat;
  background-position: center 98%;
  background-size: 0 4px;
  position: absolute;
  left: 0;
  bottom: 2px;
  z-index: 1;
  transition: all 0.3s ease;
  opacity: 0;
}

.footerNavigation a:hover {
  text-decoration: none;
}

.footerNavigation a:hover::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 53%, rgba(0, 0, 0, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=0 );
}

.footerNavigation a:hover::after {
  background-size: 80% 4px;
  opacity: 1;
}

.footerInformation {
  padding: 15px 0 60px;
  color: #000000;
  text-align: center;
}

.footerInformation a {
  color: #000000;
}

.footerInformation .t1 {
  margin-bottom: 8px;
  font-size: 11px;
}

.footerInformation .t2 {
  margin-bottom: 2px;
}

.footerInformation .t2 a {
  display: inline-block;
  padding-left: 50px;
  font-family: 'EB Garamond', serif;
  font-size: 30px;
  line-height: 1;
  background-image: url(../images/common/icon_freetel.svg);
  background-repeat: no-repeat;
  background-position: 0 60%;
  background-size: auto 66%;
}

.footerInformation .t3 {
  font-size: 10px;
}

.footer02 {
  display: flex;
  justify-content: center;
  padding: 14px 15px;
}

.footer02 img {
  width: 100%;
  max-width: 290px;
}

.copyright {
  padding: 4px 0;
  text-align: center;
  font-size: 10px;
}

@media screen and (min-width: 768px) {
  .footer01 {
/*    background-image: url(../images/common/footer_bg.jpg); */
/*    background-image: url(../images/common/mainMV4.jpg); */
    background-image: url(../images/common/pixta_93217555_M.jpg);
  }
  .footerNavigation {
    border-bottom: 1px solid #fff;
  }
  .footerNavigation ul {
    justify-content: space-around;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
  }
  .footerNavigation ul > li {
    flex: 1;
    width: auto;
  }
  .footerNavigation ul > li:first-child a {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }
  .footerNavigation a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 55px;
    font-size: 12px;
    line-height: 1.2;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 0;
  }
  .footerInformation {
    padding: 78px 0 200px;
  }
  .footerInformation .t1 {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.5;
  }
  .footerInformation .t2 a {
    padding-left: 66px;
    font-size: 48px;
    letter-spacing: 0.02em;
  }
  .footerInformation .t3 {
    font-size: 14px;
  }
  .footer02 {
    padding: 20px 15px 0;
  }
  .copyright {
    padding: 16px 0;
    font-size: 12px;
  }
}

/*
スマホ版　フッター固定メニュー
*/
@media screen and (max-width: 767px) {

  #footer_fixed_menu_sp{
    width: 100%;
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    box-shadow: 0 -1px 53px rgba(0,0,0,0.1);
  }
  #footer_fixed_menu_sp ul {
    display: flex;
    justify-content: space-between;
  }
  #footer_fixed_menu_sp ul li{
    width: calc(100% / 3);
    flex-grow: 1;
    margin-left: 0;
  }
  #footer_fixed_menu_sp ul li#hnavOutline {
    /* width: 27%; */
    background: #ffffff;
  }
  #footer_fixed_menu_sp ul li#hnavMap {
    width: 37%;
  }
  #footer_fixed_menu_sp ul li#hnavRequest {
    /* width: 18%; */
    background: rgb(157,139,67);
    background: linear-gradient(180deg, rgba(157,139,67,1) 0%, rgba(113,100,48,1) 100%);
  }
  #footer_fixed_menu_sp ul li#hnavReserve {
    /* width: 18%; */
    background: rgb(166,26,26);
    background: linear-gradient(180deg, rgba(166,26,26,1) 0%, rgba(119,18,18,1) 100%);
  }
  #footer_fixed_menu_sp ul li a{
    display: block;
    height: 55px;
    padding: 14px 0 0;
    color: #fff;
    font-size: 1.2rem;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0;
    padding-top: 30px;
  }
  #footer_fixed_menu_sp ul li#hnavOutline a {
    background: url(../images/common/icn_hnav_outline.png)no-repeat center bottom 25px;
    background-size: 13px;
    color: #000000;
  }
  #footer_fixed_menu_sp ul li#hnavRequest a {
    background: url(../images/common/icn_hnav_request.png)no-repeat center bottom 25px;
    background-size: 20px;
  }
  #footer_fixed_menu_sp ul li#hnavReserve a {
    background: url(../images/common/icn_hnav_reserve.png)no-repeat center bottom 25px;
    background-size: 25px;
  }
  /* #footer_fixed_menu_sp ul li#hnavOutline a,
  #footer_fixed_menu_sp ul li#hnavMap a{ */
    /* color: #003461;
    border: solid 1px #003461; */
    /* color: #000000;
    border: solid 1px #000000;
    border-top: none;
    border-bottom: none;
    background: #fff;
  }
  #footer_fixed_menu_sp ul li#hnavOutline a,
  #footer_fixed_menu_sp ul li#hnavMap a{
    padding: 8px 0 0;
    border-left: none;
    line-height: 1.2;
    letter-spacing: -0.07em;
  } */

  /* #footer_fixed_menu_sp ul li#hnavReserve a{
    background: #6e1f1f;
  }
  #footer_fixed_menu_sp ul li#hnavRequest a{
    background: #a39146;
  } */

}

@media screen and (max-width: 340px) {
  #footer_fixed_menu_sp ul li a{
    font-size: 3.7vw;
  }
}




/*
cmnIntro
*/
.cmnIntro {
  margin: 20px auto;
  padding: 0;
  width: 100%;
}

.cmnIntro .lead {
  padding: 0;
  text-align: center;
}

.cmnIntro .lead__illust {
  display: inline-block;
  padding: 0 40px;
  position: relative;
}

.cmnIntro .lead__illust::before, .cmnIntro .lead__illust::after {
  content: "";
  display: block;
  width: 38px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: calc( 50% - 8px);
}

.cmnIntro .lead__illust::before {
  background-image: url(../images/common/mark_left.svg);
  left: 0;
}

.cmnIntro .lead__illust::after {
  background-image: url(../images/common/mark_right.svg);
  right: 0;
}

.cmnIntro .lead p {
  color: #0b386e;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .cmnIntro {
    margin: 60px auto;
    padding: 0;
  }
  .cmnIntro .lead {
    margin: 0 auto;
  }
  .cmnIntro .lead__illust {
    padding: 0 100px;
  }
  .cmnIntro .lead__illust::before, .cmnIntro .lead__illust::after {
    width: 76px;
    height: 43px;
    top: calc( 50% - 23px);
  }
  .cmnIntro .lead p {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
/* cmnIntro ::: COLOR BROWN */
.cmnIntro.brown .lead__illust::before {
  background-image: url(../images/common/mark_left_bwn.svg);
  left: 0;
}
.cmnIntro.brown .lead__illust::after {
  background-image: url(../images/common/mark_right_bwn.svg);
  right: 0;
}
.cmnIntro.brown .lead p {
  color: #5c4232;
}





/*
Anchor Buttons
*/
.anchorButtons {
  margin: 30px auto;
}

.anchorButtons > div {
  padding: 0 5px;
  max-width: 310px;
}

.anchorButtons a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px auto;
  width: 100%;
  height: 40px;
  color: #0b386e;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid #0b386e;
  position: relative;
  z-index: 0;
}

.anchorButtons a::after {
  content: "";
  display: block;
  width: 23px;
  height: 7px;
  background-image: url(../images/common/icon_arw_blue.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 23px 7px;
  position: absolute;
  right: 15px;
  top: 43%;
}

.anchorButtons a:hover {
  color: #fff;
  background-color: #0b386e;
  text-decoration: none;
}

.anchorButtons a:hover::after {
  background-image: url(../images/common/icon_arw_w.svg);
}

.anchorButtons .current a {
  color: #fff;
  background-color: #0b386e;
}

.anchorButtons .current a::after {
  background-image: url(../images/common/icon_arw_w.svg);
}

.anchorButtons .current a:hover {
  pointer-events: none;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .anchorButtons {
    margin: 80px auto 170px;
  }
  .anchorButtons:last-child {
    margin: 50px auto;
  }
  .anchorButtons > div {
    max-width: 480px;
  }
  .anchorButtons a {
    height: 60px;
    font-size: 20px;
  }
  .anchorButtons a::after {
    width: 36px;
    height: 10px;
    background-size: 36px 10px;
    right: 20px;
  }

}

@media screen and (min-width: 1200px) {

  .anchorButtons > div {
    padding: 0 20px;
    max-width: 520px;
  }
  .anchorButtons a {
    letter-spacing: 0.15em;
  }

}

/* anchorButtons ::: COLOR BROWN */
.anchorButtons.brown a {
  color: #5c4232;
  border: 1px solid #5c4232;
}
.anchorButtons.brown a:hover {
  color: #fff;
  background-color: #5c4232;
  text-decoration: none;
}
.anchorButtons.brown a:hover::after {
  background-image: url(../images/common/icon_arw_w.svg);
}
.anchorButtons.brown .current a {
  color: #fff;
  background-color: #5c4232;
}
.anchorButtons.brown a::after {
  background-image: url(../images/common/icon_arw_bwn.svg);
}
.anchorButtons.brown .current a::after {
  background-image: url(../images/common/icon_arw_w.svg);
}



/*
sectionBlock
*/
.sectionBlock{
  margin: 50px 0;
}
.sectionBlock:last-child{
  margin-bottom: 0;
}
.sectionBlock__inner{
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1400px;
}
.sectionBlock__title{
  margin: 0 0 20px;
  text-align: center;
}
.sectionBlock__title span{
  display: inline-block;
  padding-bottom: 10px;
  line-height: 1;
  border-bottom: 3px solid #069;
}
@media screen and (min-width: 768px) {
  .sectionBlock{
    margin: 60px 0 110px;
  }
  .sectionBlock:last-child{
    margin-bottom: 0;
  }  
  .sectionBlock__title{
    margin: 0 0 50px;
  }
}
/* sectionBlock ::: COLOR BROWN */
.sectionBlock__title.brown span{
  color: #000000;
  border-bottom: 3px solid #dccac0;
}



/*
blockMainImage
*/
@media screen and (min-width: 1201px) {

  .blockMainImage{
    position: relative;
  }

  .blockMainImage figure{
    width: calc( 600px + ((100vw - 1200px) / 2 ));
    position: absolute;
    top: 0;
  }

  .blockMainImage.leftImg figure{
    right: 0;
  }

  .blockMainImage.rightImg figure{
    left: 0;
  }

}
@media screen and (min-width: 1600px) {
  .blockMainImage figure{
    width: 780px;
  }
}

/*
content bottom caption
*/
.capWrap{
  margin: 20px auto 50px;
  padding: 0 10px;
  width: 100%;
  max-width: 1220px;
}

.capWrap .cap{
  font-size: 10px;
}



/* LAYOUT Style */
.content__header {
  position: relative;
  z-index: 1;
}

.mainvisualTextWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.mainvisualTextWrap > div {
  width: 100%;
  text-align: center;
}

.mainvisualTextWrap img {
  width: 50%;
  max-width: 310px;
}

.content__body {
  margin: 0 auto;
  padding: 14px 10px;
  width: 100%;
  max-width: 1600px;
}

@media screen and (min-width: 768px) {
  .mainvisualTextWrap img {
    width: 100%;
    max-width: 320px;
  }
  .content__body {
    padding: 34px 10px;
  }
}

/* PAGE */
.toppage .site-header {
  background-color: transparent;
}

.toppage .mainvisualTextWrap {
  padding: 0;
}

.toppage .mainvisualTextWrap img {
  margin-top: 20px;
  width: 40%;
}

.toppage .mv_cap {
  color: #fff;
  font-size: 12px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.toppage .intro {
  margin-bottom: 32px;
}

.toppage .intro .t1 {
  margin-top: 10px;
  margin-bottom: 1px;
}

.toppage .intro .button img {
  width: 90%;
  max-width: 482px;
}

.toppage .intro .lead {
  font-size: 11px;
  text-align: center;
}

.toppage .element {
  margin: 0;
  padding: 0 10px;
}

.toppage .element:not(:last-child) {
  margin-bottom: 58px;
}

.toppage .element .textBox {
  padding: 20px 20px 70px;
  border: 1px solid rgba(152, 135, 65, 0.2);
}

.toppage .element .textBox h3 {
  margin: 0 0 14px;
  padding: 0;
  font-size: 18px;
  line-height: 1.59;
  letter-spacing: 0.07em;
}

.toppage .element .textBox p {
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 2.65;
  letter-spacing: -0.1em;
}

.toppage .element .movieBox {
  margin-top: -60px;
  position: relative;
  z-index: 0;
}

.toppage .element .movieBox__in {
  width: 100%;
  height: 100%;
  position: relative;
}

.toppage .element.img-right .movieBox__in {
  left: 20px;
}

.toppage .element.img-left .movieBox__in {
  right: 20px;
}

.toppage .element .button2 {
  text-align: right;
}

.toppage .element .button2 a {
  display: inline-block;
  padding-right: 30px;
  color: #7e6b2e;
  font-family: 'EB Garamond', serif;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.2em;
  background-image: url(../images/common/icon_arw.svg);
  background-repeat: no-repeat;
  background-position: 96% 0;
  background-size: 18px 10px;
}

.toppage .element .button2 a:hover {
  text-decoration: none;
  background-position: 100% 0;
}

.toppage .content__footer {
  margin: 0;
  padding: 28px 0 0;
  text-align: center;
  background-image: url(../images/toppage/bg_sp.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.toppage .content__footer .txtarea {
  text-shadow: -5px -5px 5px white, -5px 5px 5px white, 5px -5px 5px white, 5px 5px 5px white;
}

.toppage .content__footer .t1 {
  margin-bottom: 22px;
  font-size: 15px;
}

.toppage .content__footer h2 {
  margin-bottom: 48px;
  font-size: 20px;
  line-height: 1.8;
}

.toppage .content__footer .button img {
  width: 85%;
  max-width: 430px;
}

.toppage .plan__tokuten {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1000px;
  background: none;
}

.toppage .bottomCaption {
  margin: 20px auto 100px;
  padding: 0 15px;
  width: 100%;
  max-width: 1430px;
}

.toppage .bottomCaption p {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 10px !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
}

@media screen and (min-width: 1200px) {
  .toppage .site-header {
    background-color: transparent;
  }
  .toppage .content__body {
    padding: 34px 10px 0;
  }
  .toppage .mainvisualTextWrap {
    padding: 0 0 90px;
  }
  .toppage .intro {
    margin-bottom: 70px;
  }
  .toppage .intro .t1 {
    margin-top: 52px;
    font-size: 30px;
    letter-spacing: 0.04em;
  }
  .toppage .intro .button {
    margin-top: 8px;
  }
  .toppage .intro .lead {
    font-size: 13px;
  }
  .toppage .element {
    padding: 0 5.8%;
  }
  .toppage .element:not(:last-child) {
    margin-bottom: 160px;
  }
  .toppage .element .textBox {
    flex: 0 0 43%;
    max-width: 43%;
    padding: 60px 66px 56px;
  }
  .toppage .element .textBox h3 {
    margin: 0 0 35px;
    font-size: 28px;
  }
  .toppage .element .textBox p {
    margin-bottom: 56px;
    font-size: 16px;
    letter-spacing: -0.01em;
  }
  .toppage .element .movieBox {
    flex: 0 0 57%;
    max-width: 57%;
  }
  .toppage .element .movieBox__in {
    width: 125%;
    max-width: 1000px;
    height: 88%;
  }
  .toppage .element.img-right .textBox {
    padding-left: 4%;
    padding-right: 8%;
  }
  .toppage .element.img-right .movieBox {
    margin-top: -70px;
    margin-left: -7%;
  }
  .toppage .element.img-right .movieBox__in {
    position: absolute;
    left: 0;
  }
  .toppage .element.img-right .movieBox__in figcaption {
    padding: 10px;
  }
  .toppage .element.img-left .textBox {
    padding-left: 11%;
    padding-right: 0;
  }
  .toppage .element.img-left .movieBox {
    margin-top: -70px;
    margin-right: -7%;
  }
  .toppage .element.img-left .movieBox__in {
    position: absolute;
    right: 0;
  }
  .toppage .element .button2 {
    padding-right: 40px;
  }
  .toppage .element .button2 a {
    padding-right: 40px;
    font-size: 18px;
    background-position: 96% 3px;
    background-size: 27px 10px;
  }
  .toppage .element .button2 a:hover {
    text-decoration: none;
    background-position: 100% 3px;
  }
  .toppage .element.elm04 .textBox {
    padding: 66px 0 66px 11.4%;
  }
  .toppage .element.elm04 .textBox p {
    margin-bottom: 26px;
    line-height: 2.4;
  }
  .toppage .content__footer {
    padding: 215px 0 260px;
    background-image: url(../images/toppage/bg.jpg);
  }
  .toppage .content__footer .t1 {
    margin-bottom: 38px;
    font-size: 24px;
  }
  .toppage .content__footer h2 {
    margin-bottom: 92px;
    font-size: 30px;
    line-height: 1.8;
  }
  .toppage .bottomCaption p {
    font-size: 12px !important;
  }
}

.toppage .toppage__bookingBlock {
  margin: 20px auto;
  padding: 0 10px;
}

.toppage .toppage__bookingBox {
  margin: 0 auto;
  padding: 15px 10px 10px;
  width: 100%;
  max-width: 908px;
  text-align: center;
  border: 1px solid #724545;
}

.toppage .toppage__bookingBox .deco_3 {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 810px;
}

.toppage .toppage__bookingBox .deco_3 h3 {
  display: inline-block;
  padding: 0 40px;
  font-size: 24px;
  line-height: 1.5;
  /*letter-spacing: 0.2em;*/
  position: relative;
  z-index: 0;
}
/* 削除 */
/*

.toppage .toppage__bookingBox .deco_3 h3::before, .toppage .toppage__bookingBox .deco_3 h3::after {
  content: "";
  display: block;
  width: 31px;
  height: 21px;
  background-image: url(../images/common/icon_ev2.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  position: absolute;
  top: 50%;
  z-index: 2;
}
*/

.toppage .toppage__bookingBox .deco_3 h3::before {
  left: 0;
  transform: translateY(-50%) scale(-1, 1);
}

.toppage .toppage__bookingBox .deco_3 h3::after {
  right: 0;
  transform: translateY(-50%);
}

.toppage .toppage__bookingBox .deco_3 h3 span {
  font-size: 80%;
  letter-spacing: 0.2em;
}

.toppage .toppage__bookingBox .deco_3 p.t_date {
  margin-bottom: 5px;
  font-size: 14px;
}

.toppage .toppage__bookingBox .deco_3 p.t_date small {
  font-size: 10px;
}

.toppage .toppage__bookingBox .deco_3 p.t_time {
  margin-bottom: 5px;
  font-size: 14px;
}

.toppage .toppage__bookingBox p.lead {
  margin-bottom: 5px;
  font-size: 13px;
}

.toppage .toppage__bookingBox .bg-1 {
  color: #fff;
  background-color: #a39146;
}

.toppage .toppage__bookingBox .bg-2 {
  background-color: #ddd;
}

.toppage .toppage__bookingBox .calendarWrap {
  padding: 10px;
}

.toppage .toppage__bookingBox .calendarWrap table {
  margin: 20px 0 0;
  width: 100%;
}

.toppage .toppage__bookingBox .calendarWrap table caption {
  margin-bottom: 0.5em;
  padding: 0;
  color: #000;
  font-size: 16px;
  text-align: center;
  line-height: 1.75;
  caption-side: top;
}

.toppage .toppage__bookingBox .calendarWrap table th, .toppage .toppage__bookingBox .calendarWrap table td {
  border: 1px solid #3f3616;
}

.toppage .toppage__bookingBox .calendarWrap table thead th {
  font-size: 10px;
  line-height: 1.2;
}

.toppage .toppage__bookingBox .calendarWrap table thead th:nth-of-type(1) {
  width: 15%;
}

.toppage .toppage__bookingBox .calendarWrap table thead th:nth-of-type(2) {
  width: 17%;
}

.toppage .toppage__bookingBox .calendarWrap table thead th:nth-of-type(3) {
  width: 17%;
}

.toppage .toppage__bookingBox .calendarWrap table thead th:nth-of-type(4) {
  width: 17%;
}

.toppage .toppage__bookingBox .calendarWrap table thead th:nth-of-type(5) {
  width: 17%;
}

.toppage .toppage__bookingBox .calendarWrap table thead th:nth-of-type(6) {
  width: 17%;
}

.toppage .toppage__bookingBox .calendarWrap table thead th span {
  display: inline-block;
}

.toppage .toppage__bookingBox .calendarWrap table thead th.borderWrap {
  height: 40px;
  padding: 0;
  position: relative;
  background-image: url(../images/toppage/table_border.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}

.toppage .toppage__bookingBox .calendarWrap table thead th span.date {
  color: #fff;
  font-size: 10px;
  position: absolute;
  right: 5px;
  top: 5px;
}

.toppage .toppage__bookingBox .calendarWrap table thead th span.time {
  color: #fff;
  font-size: 10px;
  position: absolute;
  left: 5px;
  bottom: 5px;
}

.toppage .toppage__bookingBox .calendarWrap table tbody th, .toppage .toppage__bookingBox .calendarWrap table tbody td {
  height: 40px;
  font-size: 12px;
}

.toppage .toppage__bookingBox .calendarWrap table tbody th {
  color: #fff;
}

.toppage .toppage__bookingBox .calendarWrap .capWrap {
  margin: 5px;
  text-align: right;
}

.toppage .toppage__bookingBox .calendarWrap .capWrap .capInner {
  display: inline-block;
}

.toppage .toppage__bookingBox .calendarWrap .capWrap .cap {
  font-size: 10px;
  text-align: left;
  line-height: 1.25;
}

.toppage .toppage__bookingBox .button {
  text-align: center;
}

.toppage .toppage__bookingBox .button a {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
}

@media screen and (min-width: 768px) {
  .toppage .toppage__bookingBlock {
    margin-top: 80px;
  }
  .toppage .toppage__bookingBox {
    padding: 15px 80px 10px;
  }
  .toppage .toppage__bookingBox .deco_3 {
    padding: 20px;
  }
  .toppage .toppage__bookingBox .deco_3 h3 {
    padding: 0 80px;
    font-size: 36px;
    letter-spacing: 0.25em;
  }
  .toppage .toppage__bookingBox .deco_3 h3::before, .toppage .toppage__bookingBox .deco_3 h3::after {
    content: "";
    display: block;
    width: 61px;
    height: 35px;
  }
  .toppage .toppage__bookingBox .deco_3 p.t_date {
    font-size: 24px;
    letter-spacing: 0.1em;
  }
  .toppage .toppage__bookingBox .deco_3 p.t_date small {
    font-size: 18px;
  }
  .toppage .toppage__bookingBox .deco_3 p.t_time {
    font-size: 24px;
  }
  .toppage .toppage__bookingBox p.lead {
    font-size: 14px;
  }
  .toppage .toppage__bookingBox .calendarWrap table thead th {
    font-size: 14px;
  }
  .toppage .toppage__bookingBox .calendarWrap table thead th span.date {
    font-size: 12px;
  }
  .toppage .toppage__bookingBox .calendarWrap table thead th span.time {
    font-size: 12px;
  }
  .toppage .toppage__bookingBox .calendarWrap table tbody th, .toppage .toppage__bookingBox .calendarWrap table tbody td {
    font-size: 14px;
  }
  .toppage .toppage__bookingBox .calendarWrap .capWrap .cap {
    font-size: 12px;
  }
  .toppage .toppage__bookingBox .button {
    margin-top: -20px;
  }
}

.covid19_Block {
  margin-bottom: 80px;
}

.covid19_Block .in {
  margin: 0 auto;
  width: 100%;
  max-width: 908px;
}

.covid19_Block h2 {
  margin: 0 auto 20px;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
}

.covid19_Block p {
  margin: 20px auto;
  font-size: 12px;
  text-align: center;
}

.covid19_Block picture {
  display: block;
  margin: 20px auto;
}

.covid19_Block .checkList {
  margin: 20px auto;
  text-align: center;
}

.covid19_Block ul, .covid19_Block li {
  margin: 0 auto;
  padding: 0;
}

.covid19_Block ul {
  display: inline-block;
}

.covid19_Block li {
  font-size: 12px;
  text-align: left;
}

.covid19_Block .information {
  margin: 20px auto;
  text-align: center;
}

.covid19_Block .information h3 {
  font-size: 15px;
  font-weight: 700;
}

.covid19_Block .information p {
  font-size: 11px;
}

@media screen and (min-width: 768px) {
  .covid19_Block {
    margin-top: 80px;
  }
  .covid19_Block h2 {
    font-size: 30px;
  }
  .covid19_Block p {
    font-size: 14px;
  }
  .covid19_Block li {
    font-size: 16px;
  }
  .covid19_Block .information {
    margin: 80px auto;
  }
  .covid19_Block .information h3 {
    font-size: 18px;
  }
  .covid19_Block .information p {
    font-size: 16px;
    line-height: 1.8125;
  }
}

.concept .site-main {
  padding-top: 50px;
  background-image: url(../images/concept/back_sp.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

.concept .content__header {
  height: 480px;
}

.concept .content__header h1 {
  margin: 0 auto 28px;
  background-image: url(../images/common/underline_h1_brown.svg);
}

.concept .mainvisualTextWrap img {
  width: 68%;
  max-width: 310px;
}

.concept .content__body {
  margin: -80px auto 0;
  overflow: hidden;
}

.concept .intro {
  margin: 0 -50px;
  padding: 0 0 86px;
}

.concept .intro .txtBox {
  margin: -65px auto 0;
  padding: 0 50px;
  width: 100%;
  max-width: 1230px;
}

.concept .intro .cap {
  margin-bottom: 32px;
  font-size: 10px;
  text-align: right;
}

.concept .intro .t1 {
  font-size: 14px;
  text-align: center;
  line-height: 2.2;
}

.concept .sec01 {
  padding-bottom: 40px;
}

.concept .sec01 picture {
  display: block;
  margin: 0 auto 35px;
  padding: 0 15px;
  width: 100%;
  max-width: 400px;
}

.concept .sec01 h2 {
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1.5;
  background-size: 100% 13px;
}

.concept .sec01 h2 span {
  font-size: 22px;
  line-height: 2.2;
}

.concept .sec01 h2 rt {
  font-size: 10px;
  text-align: right;
}

.concept .sec01 .txtBox {
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  max-width: 847px;
}

.concept .sec01 .cap {
  margin-bottom: 15px;
  font-size: 10px;
  text-align: right;
}

.concept .sec01 .t1 {
  margin-bottom: 23px;
  font-size: 12px;
  text-align: center;
  line-height: 2;
}

.concept .sec01 .imgbox {
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  max-width: 1170px;
}

.concept .sec02 .element {
  margin: 0 -10px;
  padding: 23px 14px 0;
  position: relative;
  z-index: 0;
}

.concept .sec02 .element::after {
  content: "";
  display: block;
  width: 100%;
  height: 84%;
  background-color: rgba(206, 143, 84, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.concept .sec02 h3 {
  margin-bottom: 10px;
  font-size: 18px;
  text-align: center;
  line-height: 1.66;
}

.concept .sec02 h3 span {
  display: inline-block;
  padding-bottom: 4px;
  border-bottom: 5px solid #fff;
}

.concept .sec02 p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 2;
}

.concept .sec02 .imgBox {
  padding: 0 20px;
}

.concept .sec02 .imgBox .left {
  margin-bottom: 10px;
}

.concept .sec02 .cap {
  font-size: 10px;
  text-align: right;
}

.concept .bottomImage {
  position: relative;
}
.concept .bottomImage img {
	width: 100%;
}
.concept .bottomImage .txt {
  position: absolute;
  top: 6%;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 6vw;
  text-align: center;
  z-index: 2;
}
.concept .bottomImage .txt span {
  position: relative;
  display: inline-block;
  padding: 0 11.4% 5%;
  background: url(../images/concept/underline2.png) no-repeat center bottom / 100% 12%;
}
.concept .bottomCaption {
  margin-bottom: 0;
  padding-bottom: 100px;
}

@media screen and (min-width: 768px) {
  .concept .content__header {
    height: 700px;
  }
  .concept .content__header h1 {
    margin: 0 auto 60px;
  }
  .concept .mainvisualTextWrap {
    padding-bottom: 0;
  }
  .concept .intro {
    margin: 0;
    font-size: 22px;
  }
  .concept .intro .txtBox {
    margin-top: -140px;
    padding: 0 20px;
    max-width: 1240px;
  }
  .concept .intro .cap {
    margin-bottom: 0;
  }
  .concept .intro .t1 {
    font-size: 18px;
    line-height: 2.3;
    letter-spacing: 0.1em;
  }
  .concept .sec01 h2 span {
    padding: 0 0 30px;
    font-size: 30px;
    background-image: url(../images/concept/underline.svg);
  }
  .concept .sec01 .t1 {
    font-size: 18px;
  }
  .concept .sec02 .element {
    margin-bottom: 50px;
  }
  .concept .sec02 .element::after {
    height: 90%;
  }
  .concept .sec02 .element.elm01::after {
    width: 94%;
    height: 90%;
    left: auto;
    right: 0;
  }
  .concept .sec02 .element.elm02::after {
    width: 94%;
    height: 94%;
  }
  .concept .sec02 .element.elm02 .imgBox .left {
    flex: 0 0 45.5%;
    max-width: 45.5%;
    padding: 0;
  }
  .concept .sec02 .element.elm02 .imgBox .right {
    flex: 0 0 54.5%;
    max-width: 54.5%;
    padding: 0;
  }
  .concept .sec02 h3 {
    font-size: 24px;
  }
  .concept .sec02 p {
    font-size: 14px;
  }
  .concept .bottomImage .txt {
    top: 12.9%;
    font-size: 2vw;
  }
  .concept .bottomImage .txt span {
    padding: 0 2.4% 2%;
    background-size: 100% 12%;
  }
}

@media screen and (min-width: 1200px) {
  .concept .site-main {
    padding-top: 100px;
    background-image: url(../images/concept/back.jpg);
  }
  .concept .content__header {
    height: 900px;
  }
  .concept .mainvisualTextWrap {
    padding-bottom: 0;
  }
  .concept .mainvisualTextWrap img {
    width: 500px;
    max-width: 500px;
  }
  .concept .content__body {
    margin: -230px auto 0;
  }
  .concept .intro {
    padding: 0 0 180px;
  }
  .concept .intro .txtBox {
    margin-top: -190px;
  }
  .concept .intro .t1 {
    font-size: 20px;
  }
  .concept .sec01 {
    padding-bottom: 85px;
  }
  .concept .sec01 picture {
    margin: 0 auto 30px;
    width: 100%;
    max-width: 1024px;
  }
  .concept .sec01 h2 {
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .concept .sec01 h2 span {
    font-size: 30px;
    letter-spacing: 0.1em;
  }
  .concept .sec01 h2 span.ruby {
    padding: 0;
    position: relative;
    background: none;
  }
  .concept .sec01 h2 span.ruby small {
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .concept .sec01 .cap {
    margin-bottom: 3px;
  }
  .concept .sec01 .t1 {
    margin-bottom: 100px;
  }
  .concept .sec02 h3 {
    font-size: 28px;
  }
  .concept .sec02 p {
    font-size: 16px;
  }
  .concept .sec02 .element {
    margin-bottom: 0;
    padding: 86px 0 100px;
  }
  .concept .sec02 .element::after {
    height: 84%;
  }
  .concept .sec02 .element.img-left h3 {
    padding-left: 13%;
  }
  .concept .sec02 .element.img-right h3 {
    padding-right: 13%;
  }
  .concept .sec02 .element.elm01::after {
    width: 75%;
    height: 77%;
    left: auto;
    right: 0;
  }
  .concept .sec02 .element.elm02 {
    padding-bottom: 20px;
  }
  .concept .sec02 .element.elm02::after {
    width: 75%;
    height: 83%;
  }
  .concept .sec02 .element.elm02 .txtBox {
    flex: 0 0 32%;
    max-width: 32%;
  }
  .concept .sec02 .element.elm02 .txtBox p {
    margin: 0 0 0 auto;
    width: 78%;
  }
  .concept .sec02 .element.elm02 .imgBox {
    flex: 0 0 68%;
    max-width: 68%;
    padding-right: 6%;
  }
  .concept .sec02 .txtBox {
    flex: 0 0 32%;
    max-width: 32%;
  }
  .concept .sec02 .txtBox p {
    width: 82%;
    font-size: 18px;
    line-height: 2;
  }
  .concept .sec02 .imgBox {
    flex: 0 0 66.5%;
    max-width: 66.5%;
    padding: 0;
  }
  .concept .sec02 h3 {
    margin-bottom: 38px;
  }
  .concept .sec02 h3 span {
    padding-bottom: 0;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 1400px) {
  .concept .sec02 .t1 {
    font-size: 18px;
  }
}

.location .mainvisualTextWrap {
  padding-top: 30px;
}

.location .content__body {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1400px;
}

.location p {
  font-size: 12px;
  line-height: 2;
  letter-spacing: -0.1em;
}

.location__intro {
  margin: 0 auto;
  padding: 0 0 30px;
  width: 100%;
  padding-bottom: 30px;
}

.location__intro .lead {
  margin-bottom: 38px;
  padding: 0 20px;
}

.location__intro .lead__illust {
  padding: 0;
  position: relative;
}

.location__intro .lead__illust::before, .location__intro .lead__illust::after {
  content: "";
  display: block;
  width: 38px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: calc( 50% - 8px);
}

.location__intro .lead__illust::before {
  background-image: url(../images/access/mark_left.svg);
  left: 0;
}

.location__intro .lead__illust::after {
  background-image: url(../images/access/mark_right.svg);
  right: 0;
}

.location__intro .lead p {
  color: #0b386e;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.location__intro figure {
  margin: 0 -15px;
  width: calc( 100% + 15px);
}

.location__intro .t1 {
  padding: 5px 15px;
}

.location section > h2 {
  margin: 0 0 20px;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

.location section > h2 span {
  display: inline-block;
  padding: 0 0 18px;
  width: 100%;
  color: #0b386e;
  font-size: 22px;
  line-height: 1.5;
  background-image: url(../images/location/underline_2.svg);
}

.location .linkBox {
  margin: 20px auto;
  padding: 10px 10px 20px;
  width: 100%;
  max-width: 1000px;
  color: #fff;
  background-color: #0b386e;
}

.location .linkBox h3 {
  margin: 0;
  padding: 8px 0;
  color: rgba(255, 255, 255, 0.2);
  font-size: 23px;
  text-align: right;
  letter-spacing: 0.25em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.location .linkBox p {
  margin: 0;
  padding: 12px 0;
  font-size: 15px;
  text-align: center;
  line-height: 1.677;
  letter-spacing: 0.1em;
}

.location .linkBox .button {
  padding: 0 20px;
}

.location .linkBox .button a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 35px;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
  border: 1px solid #fff;
  position: relative;
  z-index: 0;
}

.location .linkBox .button a::after {
  content: "";
  display: block;
  width: 24px;
  height: 7px;
  background-image: url(../images/common/icon_arw_w.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: contain;
  position: absolute;
  right: 10px;
  top: calc( 50% - 3px);
  z-index: 1;
}

.location .sec01 {
  margin-bottom: 0;
  padding: 25px 0 0;
  position: relative;
  z-index: 0;
}

.location .sec01::before {
  content: "";
  display: block;
  width: 100%;
  height: 740px;
  background-image: url(../images/location/bg_s1.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.location .sec01 .block_1 {
  margin-bottom: 30px;
  padding: 0 15px;
}

.location .sec01 .videoBox {
  margin-bottom: 6px;
}

.location .sec01 .t1 {
  margin-bottom: 20px;
}

.location .sec01 .block_2 {
  padding: 26px 15px;
}

.location .sec01 .block_2__in {
  padding: 23px;
  border: 1px solid #90a9c8;
}

.location .sec01 h3 {
  margin-bottom: 22px;
  text-align: center;
}

.location .sec01 h3 span {
  display: inline-block;
  padding-bottom: 7px;
  font-size: 18px;
  line-height: 1.666;
  border-bottom: 2px solid #e6ecf4;
}

.location .sec01 .t2 {
  margin-bottom: 20px;
}

.location .sec02 {
  padding: 25px 0 55px;
  background-image: url(../images/location/bg_s2_1.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

.location .sec02 h2 {
  margin-bottom: 35px;
}

.location .sec02 .block_1 {
  margin-bottom: 15px;
  padding: 0 15px;
}

.location .sec02 .block_1 .t1 {
  padding: 10px 0;
  letter-spacing: -0.15em;
}

.location .sec02 .block_2 {
  margin-bottom: 18px;
  padding: 0 15px;
}

.location .sec02 .block_3 {
  margin-bottom: 55px;
  padding: 0 15px;
}

.location .sec02 .block_4 {
  padding: 32px 15px;
  background-image: url(../images/location/bg_s2_2.jpg);
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 100% 80%;
}

.location .sec02 .block_4 h3 {
  margin-bottom: 10px;
  text-align: center;
}

.location .sec02 .block_4 h3 span {
  display: inline-block;
  padding-bottom: 5px;
  font-size: 18px;
  text-align: center;
  line-height: 1.33;
  border-bottom: 2px solid #afc9e8;
}

.location .sec02 .block_4 .t1 {
  margin-bottom: 45px;
}

.location .sec03 {
  padding: 20px 0;
}

.location .sec03 .intro {
  margin-bottom: 20px;
  padding: 8px 15px;
  text-align: center;
}

.location .sec03 .block_1 {
  margin-bottom: 33px;
  padding: 30px 15px 20px;
  background-image: url(../images/location/bg_s2_3.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}

.location .sec03 .block_1 h3 {
  margin-bottom: 25px;
  text-align: center;
}

.location .sec03 .block_1 h3 span {
  display: inline-block;
  font-size: 18px;
  text-align: center;
  line-height: 1.33;
  border-bottom: 2px solid #afc9e8;
}

.location .sec03 .block_1 .t1 {
  margin-bottom: 36px;
}

.location .sec03 .block_2 {
  margin-bottom: 30px;
  padding: 0 15px;
}

.location .sec03 .block_3 {
  padding: 0 15px;
}

.location .sec03 .block_3__in {
  padding: 15px 25px 0;
  border: 1px solid #90a9c8;
}

.location .sec03 .block_3 h3 {
  margin-bottom: 22px;
  text-align: center;
}

.location .sec03 .block_3 h3 span {
  display: inline-block;
  padding-bottom: 12px;
  font-size: 18px;
  line-height: 1;
  border-bottom: 4px solid #afc9e8;
}

.location .sec03 .block_3 .t1 {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .location figure.wide {
    margin: 0 -15px;
    width: calc( 100% + 30px);
  }
  .location .sec01 .imageBox {
    margin: 0 -15px;
    flex: 0 0 calc( 100% + 30px);
    max-width: calc( 100% + 30px);
  }
  .location .sec01 .block_2 .imageBox {
    margin: 0 -38px;
    flex: 0 0 calc( 100% + 73px);
    max-width: calc( 100% + 73px);
  }
  .location .sec03 .block_3 .imageBox {
    margin: 0 -41px;
    flex: 0 0 calc( 100% + 82px);
    max-width: calc( 100% + 82px);
  }
}

@media screen and (min-width: 768px) {
  .location p {
    padding: 0 10px;
  }
  .location__intro {
    margin: 0 auto 23px;
    padding: 0 20px 70px;
    max-width: 1470px;
  }
  .location__intro .lead {
    margin: 0 auto 104px;
    max-width: 800px;
  }
  .location__intro .lead__illust {
    padding: 0 80px;
  }
  .location__intro .lead__illust::before, .location__intro .lead__illust::after {
    width: 76px;
    height: 43px;
    top: calc( 50% - 23px);
  }
  .location__intro .lead p {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .location .sec01::before {
    height: 400px;
  }
  .location .sec02 .block_1 .t1 {
    padding: 0 10px;
  }
  .location .sec02 .block_4::before {
    height: 330px;
  }
  .location .sec03 .block_1::before {
    height: 400px;
  }
  .location .sec03 .block_1 .gallery {
    margin-top: 60px;
  }
}

@media screen and (min-width: 992px) {
  .location p {
    font-size: 18px;
  }
  .location__intro h2 {
    font-size: 40px;
  }
  .location section > h2 span {
    width: auto;
    padding-bottom: 30px;
    font-size: 40px;
    letter-spacing: 0.15em;
  }
  .location .linkBox h3 {
    font-size: 36px;
  }
  .location .linkBox p {
    font-size: 24px;
    letter-spacing: 0;
  }
  .location .linkBox .button a {
    font-size: 16px;
  }
  .location .sec01::before {
    height: 600px;
  }
  .location .sec01 h3 span {
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: 0.1em;
  }
  .location .sec02 .block_4::before {
    height: 400px;
  }
  .location .sec02 .block_4 h3 span {
    font-size: 28px;
    letter-spacing: 0.1em;
  }
  .location .sec03 .block_1 h3 span {
    font-size: 28px;
    letter-spacing: 0.1em;
  }
  .location .sec03 .block_3 h3 span {
    font-size: 28px;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 1200px) {
  .location .mainvisualTextWrap {
    padding-top: 34px;
  }
  .location p {
    padding: 0;
  }
  .location__intro {
    margin: 0;
    padding: 0 20px 52px;
    position: relative;
    z-index: 1;
  }
  .location__intro .col-md-7 {
    flex: 0 0 61%;
    max-width: 61%;
  }
  .location__intro .col-md-5 {
    flex: 0 0 39%;
    max-width: 39%;
  }
  .location__intro h2 {
    margin-bottom: 55px;
    padding: 48px 15px;
  }
  .location__intro .imgBox {
    min-height: 598px;
    position: relative;
  }
  .location__intro figure {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    width: 948px;
    max-width: 200%;
  }
  .location__intro .t1 {
    margin-left: 16%;
    padding: 0;
    width: 68%;
    line-height: 1.95;
    letter-spacing: -0.05em;
  }
  .location section > h2 {
    margin: 0 0 43px;
    padding: 0 15px;
  }
  .location .linkBox {
    padding: 10px;
  }
  .location .linkBox .col-md-7 {
    flex: 0 0 61%;
    max-width: 61%;
  }
  .location .linkBox .col-md-5 {
    flex: 0 0 39%;
    max-width: 39%;
    padding: 0 10px 0 30px;
  }
  .location .linkBox h3 {
    padding: 15px 0;
    letter-spacing: 0.17em;
  }
  .location .linkBox p {
    padding: 18px 0;
  }
  .location .linkBox .button {
    padding: 0;
  }
  .location .linkBox .button a {
    padding-right: 10px;
    height: 40px;
    letter-spacing: 0.2em;
  }
  .location .linkBox .button a::after {
    width: 40px;
    height: 10px;
    right: 15px;
    top: calc( 50% - 6px);
  }
  .location .sec01 {
    margin-bottom: 150px;
  }
  .location .sec01::before {
    width: 86%;
    height: 930px;
    top: -120px;
    z-index: 1;
  }
  .location .sec01 .t1 {
    margin-bottom: 52px;
  }
  .location .sec01 .block_1 {
    margin-bottom: 60px;
    padding: 0;
    position: relative;
    z-index: 2;
  }
  .location .sec01 .block_1__in {
    margin: 0 auto;
    padding: 0 100px 50px;
    width: 100%;
    max-width: 1400px;
  }
  .location .sec01 .block_1 .txtBox {
    margin-bottom: 30px;
  }
  .location .sec01 .block_1 .imageBox {
    height: 266px;
    position: relative;
  }
  .location .sec01 .block_1 .imageBox > div {
    width: 83vw;
    max-width: 1200px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .location .sec01 .block_2 {
    padding: 0 0 0 200px;
    position: relative;
    z-index: 0;
  }
  .location .sec01 .block_2__in {
    margin: 0 auto;
    padding: 104px 100px 95px 0;
    width: 100%;
    max-width: 1400px;
  }
  .location .sec01 .block_2 h3 {
    margin-bottom: 48px;
    padding-right: 70px;
  }
  .location .sec01 .block_2 .col-md-4 {
    flex: 0 0 36%;
    max-width: 36%;
  }
  .location .sec01 .block_2 .t2 {
    margin: 0;
    padding-left: 13%;
  }
  .location .sec01 .block_2 .imageBox {
    margin: 0;
    flex: 0 0 64%;
    max-width: 64%;
    min-height: 270px;
    position: relative;
  }
  .location .sec01 .block_2 .imageBox > div {
    width: calc( 100% + 100px);
    position: absolute;
    right: 0;
    top: 0;
  }
  .location .sec02 {
    padding: 94px 0 130px;
  }
  .location .sec02 h2 {
    margin-bottom: 60px;
  }
  .location .sec02 .block_1 {
    margin-bottom: 38px;
  }
  .location .sec02 .block_1__in {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1200px;
  }
  .location .sec02 .block_1 .col-md-8 {
    flex: 0 0 67%;
    max-width: 67%;
  }
  .location .sec02 .block_1 .col-md-4 {
    flex: 0 0 33%;
    max-width: 33%;
  }
  .location .sec02 .block_1 .imgBox {
    min-height: 480px;
    position: relative;
  }
  .location .sec02 .block_1 .imgBox figure {
    width: 63vw;
    max-width: 996px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .location .sec02 .block_1 .t1 {
    margin: 0;
    padding: 0;
    width: 90%;
    letter-spacing: -0.05em;
  }
  .location .sec02 .block_2 {
    margin-bottom: 43px;
  }
  .location .sec02 .block_2__in {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1400px;
  }
  .location .sec02 .block_3 {
    margin: 0 auto 100px;
  }
  .location .sec02 .block_3__in {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1000px;
  }
  .location .sec02 .block_4 {
    padding: 92px 0;
    background-size: calc(100% - 200px) auto;
  }
  .location .sec02 .block_4__in {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1400px;
  }
  .location .sec02 .block_4 h3 {
    margin-bottom: 54px;
  }
  .location .sec02 .block_4 .col-md-4 {
    flex: 0 0 36%;
    max-width: 36%;
    padding-left: 4%;
  }
  .location .sec02 .block_4 .col-md-8 {
    flex: 0 0 64%;
    max-width: 64%;
  }
  .location .sec02 .block_4 .imageBox {
    min-height: 280px;
    position: relative;
    z-index: 0;
  }
  .location .sec02 .block_4 .imageBox > div {
    position: absolute;
    right: 0;
    top: 0;
    width: 989px;
  }
  .location .sec02 .block_4 .t1 {
    margin: 0;
    width: 80%;
  }
  .location .sec03 {
    padding: 30px 0;
  }
  .location .sec03 h2 {
    margin: 0 0 28px;
  }
  .location .sec03 .intro {
    margin-bottom: 60px;
  }
  .location .sec03 .block_1 {
    margin-bottom: 56px;
    padding: 83px 0 0;
    background-size: calc(100% - 200px) auto;
  }
  .location .sec03 .block_1__in {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1400px;
  }
  .location .sec03 .block_1 h3 {
    margin-bottom: 54px;
  }
  .location .sec03 .block_1 .col-md-4 {
    flex: 0 0 31%;
    max-width: 31%;
    padding-right: 3%;
  }
  .location .sec03 .block_1 .col-md-8 {
    flex: 0 0 69%;
    max-width: 69%;
    padding-top: 0;
  }
  .location .sec03 .block_1 .imageBox {
    min-height: 380px;
    min-height: 24vw;
    position: relative;
    z-index: 0;
  }
  .location .sec03 .block_1 .imageBox > div {
    width: 66vw;
    max-width: 1060px;
    position: absolute;
    left: 0;
    top: 10px;
  }
  .location .sec03 .block_1 .t1 {
    margin: 0 0 0 auto;
    width: 74%;
  }
  .location .sec03 .block_1 .gallery {
    margin-top: 50px;
    width: 69%;
    min-height: 354px;
    min-height: 25vw;
    position: relative;
    z-index: 0;
  }
  .location .sec03 .block_1 .gallery > div {
    position: absolute;
    right: 0;
    top: 0;
    width: 110%;
    max-width: 1062px;
  }
  .location .sec03 .block_2 {
    margin-bottom: 90px;
  }
  .location .sec03 .block_3 {
    padding: 0;
  }
  .location .sec03 .block_3__in {
    margin: 0 0 0 auto;
    padding: 58px 0 76px;
    width: 86%;
  }
  .location .sec03 .block_3 h3 {
    margin-bottom: 50px;
    padding-right: 17%;
  }
  .location .sec03 .block_3 h3 span {
    padding: 0;
  }
  .location .sec03 .block_3 .col-md-5 {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding-right: 3%;
  }
  .location .sec03 .block_3 .col-md-7 {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding-top: 14px;
  }
  .location .sec03 .block_3 .imageBox {
    min-height: 275px;
    position: relative;
    z-index: 0;
  }
  .location .sec03 .block_3 .imageBox > div {
    width: 50vw;
    max-width: 800px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .location .sec03 .block_3 .t1 {
    margin: 0;
    padding-left: 8%;
    width: 90%;
  }
}

.locationAnchorBlock{
  margin: 30px 0;
}
@media screen and (min-width: 768px) {
  .locationAnchorBlock{
    margin: 100px 0;
  }  
}

.access .content__body {
  padding: 14px 0;
}

.access .in {
  padding: 0 15px;
}

.access section h2.blockTitle {
  margin: 0 auto 30px;
  padding: 5px;
  width: 86%;
  max-width: 526px;
  position: relative;
  z-index: 0;
}

.access section h2.blockTitle span {
  display: block;
  padding: 10px 0;
  color: #0b386e;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1em;
  background: none;
}

.access section h2.blockTitle span::before, .access section h2.blockTitle span::after {
  content: "";
  display: block;
  width: calc( 100% - 10px);
  height: calc( 100% - 10px);
  position: absolute;
  z-index: 1;
}

.access section h2.blockTitle span::before {
  border: 1px solid #0b386e;
  left: 0;
  top: 0;
}

.access section h2.blockTitle span::after {
  border: 1px solid rgba(11, 56, 110, 0.3);
  right: 0;
  bottom: 0;
}

.access section h2.blockTitle span strong {
  font-family: 'EB Garamond', serif;
  font-size: 46px;
  font-weight: 500;
}

.access section h2.blockTitle .num {
  display: inline;
  font-size: 39px;
}

.access h3.routeTitle {
  display: flex;
  align-items: center;
  margin: 14px 0;
  font-size: 20px;
  line-height: 1;
}

.access h3.routeTitle small {
  display: block;
  margin-bottom: 10px;
  font-size: 11px;
  line-height: 1;
}

.access h3.routeTitle .large {
  font-size: 31px;
}

.access h3.routeTitle .minute {
  display: inline-block;
  margin: 0 0 0 10px;
  width: 116px;
  height: 116px;
}

.access p.routeText {
  margin-bottom: 28px;
  font-size: 12px;
  line-height: 2;
  letter-spacing: -0.05em;
}

.access__intro {
  margin: 0 auto 110px;
  padding: 15px 0 0;
  width: 100%;
}

.access__intro .lead {
  margin-bottom: 32px;
}

.access__intro .lead__illust {
  padding: 0;
  position: relative;
}

.access__intro .lead__illust::before, .access__intro .lead__illust::after {
  content: "";
  display: block;
  width: 38px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: calc( 50% - 8px);
}

.access__intro .lead__illust::before {
  background-image: url(../images/access/mark_left.svg);
  left: 0;
}

.access__intro .lead__illust::after {
  background-image: url(../images/access/mark_right.svg);
  right: 0;
}

.access__intro .lead p {
  color: #0b386e;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  letter-spacing: -0.1em;
}

.access .threeCont {
  margin-bottom: 12px;
  padding: 0;
}

.access .threeCont figure {
  margin-bottom: 10px;
}

.access .gallery {
  padding: 0 30px;
}

.access .gallery h4.gallery__title_1 {
  margin-bottom: 10px;
  font-size: 12px;
}

.access .gallery h4.gallery__title_2 {
  margin-bottom: 10px;
  padding: 6px 10px;
  color: #0b386e;
  font-size: 15px;
  text-align: center;
  border: 1px solid #0b2d6a;
}

.access .gallery figure {
  margin-bottom: 10px;
}

.access .gallery p {
  margin-bottom: 10px;
  font-size: 10px;
}

.access .accessMap {
  margin-bottom: 50px;
}

.access .accessMap .videoBox {
  margin: 0 -15px 20px;
  width: calc( 100% + 30px);
}

.access .accessMap .left p {
  margin-bottom: 18px;
  font-size: 12px;
  line-height: 2;
  letter-spacing: -0.02em;
}

.access .accessMap .right picture {
  display: block;
  margin-bottom: 20px;
}

.access .sec_bus {
  margin-bottom: 100px;
  background-image: url(../images/access/bg_bus_sp.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: auto;
}

.access .sec_bus .in {
  margin-top: -10px;
  position: relative;
}

.access .sec_bus .in::before {
  content: "BUS";
  color: #e5e8ed;
  font-family: 'EB Garamond', serif;
  font-size: 65px;
  line-height: 1;
  position: absolute;
  bottom: calc( 100% + 90px);
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}

.access .sec_bus h2.blockTitle {
  margin: 0 auto;
  position: relative;
  top: -44px;
}

.access .sec_bus .busRoute01 {
  margin-bottom: 40px;
  padding-bottom: 56px;
  border-bottom: 1px solid #0b386e;
}

.access .sec_bus .busRoute01 figcaption {
  padding: 10px;
  font-size: 10px;
}

.access .sec_bus .busRoute01 figcaption span {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
}

.access .sec_bus .busRoute01 .main .right .imgBox {
  margin: 0 -15px;
  width: calc( 100% + 30px);
}

.access .sec_bus .busRoute01 .main .right .imgBox img {
  width: 100%;
}

.access .sec_bus .busRoute01 .gallery .left {
  margin-bottom: 12px;
}

.access .sec_bus .busRoute01 .gallery .left figure {
  margin: 0 0 0 -50px;
  width: calc( 100% + 50px);
}

.access .sec_bus .busRoute01 .gallery .left figcaption {
  text-align: left;
}

.access .sec_bus .busRoute01 .gallery .right figure {
  margin: 0 -28px 0 auto;
  width: 80%;
}

.access .sec_bus .busRoute02 .routeText {
  margin-bottom: 20px;
}

.access .sec_bus .busRoute02 .gallery .elem {
  margin-bottom: 20px;
}

.access .sec_car {
  background-image: url(../images/access/bg_car_sp.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: auto;
}

.access .sec_car .in {
  margin-top: -60px;
  position: relative;
}

.access .sec_car .in::before {
  content: "CAR";
  color: #e5e8ed;
  font-family: 'EB Garamond', serif;
  font-size: 65px;
  line-height: 1;
  position: absolute;
  bottom: calc( 100% + 70px);
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}

.access .sec_car h2.blockTitle {
  margin: 0 auto 22px;
  width: 95%;
  position: relative;
  top: -44px;
}

.access .sec_car h2.blockTitle span {
  padding: 24px 0;
  font-size: 16px;
  letter-spacing: -0.01em;
}

.access .sec_car h2.blockTitle span strong {
  font-size: 26px;
  font-weight: 400;
}

.access .sec_car .carRoute01 .main {
  margin-bottom: 15px;
}

.access .sec_car .carRoute01 .main .right {
  margin-bottom: 10px;
}

.access .sec_car .carRoute01 .main .right .videoBox {
  margin: 0 -15px;
  width: calc( 100% + 30px);
}

.access .sec_car .carRoute01 .gallery h3 {
  margin-bottom: 36px;
  text-align: center;
}

.access .sec_car .carRoute01 .gallery h3 span {
  display: inline-block;
  color: #0b386e;
  position: relative;
}

.access .sec_car .carRoute01 .gallery h3 span::before, .access .sec_car .carRoute01 .gallery h3 span::after {
  content: "";
  display: block;
  width: 150px;
  height: 1px;
  background-color: #0b386e;
  position: absolute;
  top: 50%;
}

.access .sec_car .carRoute01 .gallery h3 span::before {
  right: calc( 100% + 10px);
}

.access .sec_car .carRoute01 .gallery h3 span::after {
  left: calc( 100% + 10px);
}

.access .sec_car .carRoute01 .gallery p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0 0 30px;
  position: relative;
  z-index: 1;
}

.access .sec_car .carRoute01 .gallery .t2 small {
  display: block;
  margin-top: 3px;
  width: 100%;
  font-size: 12px;
  line-height: 1;
}

.access .sec_car .carRoute01 .gallery .minute {
  display: block;
  margin: 0;
  width: 92px;
  height: 92px;
  position: absolute;
  top: -75px;
  right: 10px;
}

@media screen and (min-width: 768px) {
  .access .content__body {
    padding: 34px 10px;
  }
  .access section h2.blockTitle span {
    padding: 10px 0 20px !important;
    font-size: 30px !important;
  }
  .access section h2.blockTitle strong {
    font-size: 72px !important;
  }
  .access h3.routeTitle {
    display: flex;
    justify-content: space-between;
    font-size: 30px;
  }
  .access h3.routeTitle small {
    font-size: 18px;
  }
  .access h3.routeTitle .large {
    font-size: 42px;
  }
  .access h3.routeTitle .minute {
    width: 160px;
    height: 160px;
  }
  .access p.routeText {
    font-size: 18px;
  }
  .access__intro {
    margin: 0 auto 23px;
    padding: 50px 20px 70px;
    max-width: 1470px;
  }
  .access__intro .lead {
    margin: 0 auto 70px;
    max-width: 1162px;
  }
  .access__intro .lead__illust {
    padding: 0 80px;
  }
  .access__intro .lead__illust::before, .access__intro .lead__illust::after {
    width: 76px;
    height: 43px;
    top: calc( 50% - 14px);
  }
  .access__intro .lead p {
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: 0.01em;
  }
  .access .threeCont {
    margin-bottom: 65px;
  }
  .access .threeCont .row {
    margin: 0 -15px;
  }
  .access .threeCont .col-md-4 {
    padding: 0 15px;
  }
  .access .gallery {
    margin-bottom: 56px;
    padding: 0 30px;
  }
  .access .gallery h4.gallery__title_1 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .access .gallery h4.gallery__title_2 {
    margin-bottom: 24px;
    padding: 10px;
    text-align: center;
    border: 1px solid #0b2d6a;
  }
  .access .gallery figure {
    margin-bottom: 10px;
  }
  .access .gallery p {
    margin: 0;
    font-size: 14px;
  }
  .access .gallery p.t2 {
    font-size: 21px;
  }
  .access .accessMap .left .videoBox {
    margin: 0;
    width: 100%;
    max-width: auto;
    min-height: auto;
    position: relative;
  }
  .access .accessMap .left p {
    font-size: 18px;
    line-height: 2;
  }
  .access .sec_bus {
    margin-bottom: 46px;
    background: none;
  }
  .access .sec_bus .in {
    margin: 0 auto;
    padding: 110px 50px 50px;
    width: 100%;
    max-width: 1226px;
    background-image: url(../images/access/bg_bus.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 100% 80%;
    position: relative;
    top: -60px;
    z-index: -1;
  }
  .access .sec_bus .in::before {
    font-size: 100px;
    position: absolute;
    bottom: calc( 100% - 15px);
    left: 0;
    transform: translateX(0);
  }
  .access .sec_bus h2.blockTitle {
    max-width: 466px;
    top: 0;
  }
  .access .sec_bus h2.blockTitle span {
    padding: 30px 0;
  }
  .access .sec_car {
    background: none;
  }
  .access .sec_car .in {
    margin: 0 auto;
    padding: 126px 50px 50px;
    width: 100%;
    max-width: 1226px;
    background-image: url(../images/access/bg_bus.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 100% 95%;
    position: relative;
    top: -70px;
    z-index: -1;
  }
  .access .sec_car .in::before {
    font-size: 100px;
    position: absolute;
    bottom: calc( 100% - 15px);
    left: 0;
    transform: translateX(0);
  }
  .access .sec_car h2.blockTitle {
    max-width: 590px;
    top: 0;
  }
  .access .sec_car h2.blockTitle span {
    padding: 30px 0 !important;
    font-size: 30px !important;
  }
  .access .sec_car h2.blockTitle span strong {
    font-size: 40px !important;
  }
  .access .sec_car .carRoute01 .gallery {
    margin-bottom: 0;
  }
  .access .sec_car .carRoute01 .gallery .minute {
    width: 60px;
    height: 60px;
    top: -60px;
  }
}

@media screen and (min-width: 992px) {
  .access h3.routeTitle {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
  }
  .access h3.routeTitle small {
    font-size: 18px;
  }
  .access h3.routeTitle .large {
    font-size: 28px;
  }
  .access h3.routeTitle .minute {
    width: 100px;
    height: 100px;
  }
  .access__intro .lead p {
    font-size: 40px;
  }
  .access .accessMap {
    margin: 0 auto;
  }
  .access .accessMap .left {
    flex: 0 0 36%;
    max-width: 36%;
  }
  .access .accessMap .left p {
    font-size: 18px;
    line-height: 2;
  }
  .access .accessMap .right {
    flex: 0 0 64%;
    max-width: 64%;
    padding-left: 3%;
    padding-right: 7%;
  }
  .access .accessMap .right picture {
    margin-bottom: 45px;
  }
  .access .sec_bus .in {
    padding: 110px 80px 50px;
  }
  .access .sec_bus .busRoute01 {
    margin-bottom: 50px;
  }
  .access .sec_bus .busRoute01 .main .left {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding: 0 2% 0 0;
  }
  .access .sec_bus .busRoute01 .main .right {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0;
    padding: 0 0 0 2%;
  }
  .access .sec_bus .busRoute01 .gallery .left {
    flex: 0 0 49%;
    max-width: 49%;
    margin: 0;
    padding: 0;
  }
  .access .sec_bus .busRoute01 .gallery .left figure {
    margin: 0;
    width: 100%;
  }
  .access .sec_bus .busRoute01 .gallery .right {
    flex: 0 0 49%;
    max-width: 49%;
    margin: 0;
    padding: 0;
  }
  .access .sec_bus .busRoute01 .gallery .right figure {
    margin: 0;
    width: 100%;
  }
  .access .sec_bus .busRoute02 .main {
    margin-bottom: 30px;
  }
  .access .sec_bus .busRoute02 .main .left {
    flex: 0 0 52%;
    max-width: 52%;
    margin-top: 35px;
  }
  .access .sec_bus .busRoute02 .main .right {
    flex: 0 0 48%;
    max-width: 48%;
    padding-left: 5%;
  }
  .access .sec_bus .busRoute02 .main .right .routeText {
    margin: 0;
  }
  .access .sec_bus .busRoute02 .gallery {
    margin: 0;
  }
  .access .sec_bus .busRoute02 .gallery .elem {
    margin: 0;
  }
  .access .sec_car {
    margin-bottom: -100px;
  }
  .access .sec_car .in {
    padding: 126px 80px 50px;
    background-size: 100% 90%;
  }
  .access .sec_car .carRoute01 {
    margin-bottom: 0;
  }
  .access .sec_car .carRoute01 .left {
    flex: 0 0 48%;
    max-width: 48%;
    padding-right: 5%;
  }
  .access .sec_car .carRoute01 .right {
    flex: 0 0 52%;
    max-width: 52%;
    padding-top: 10px;
  }
  .access .sec_car .carRoute01 .right img {
    margin: 0;
    width: 45vw;
    min-width: 550px;
    max-width: 720px;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (min-width: 1200px) {
  .access h3.routeTitle {
    display: flex;
    justify-content: space-between;
    font-size: 30px;
  }
  .access h3.routeTitle small {
    font-size: 18px;
  }
  .access h3.routeTitle .large {
    font-size: 42px;
  }
  .access h3.routeTitle .minute {
    width: 160px;
    height: 160px;
  }
  .access .gallery h4.gallery__title_2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
  }
  .access .accessMap .left {
    position: relative;
  }
  .access .accessMap .left .videoBox {
    margin: 0;
    width: 40vw;
    max-width: 610px;
    min-height: 358px;
    position: absolute;
    right: 0;
  }
  .access .accessMap .left .videoBox__in {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }
  .access .accessMap .left p {
    margin-top: 420px;
    padding-left: 19%;
    font-size: 18px;
    line-height: 2;
  }
  .access .sec_bus .busRoute01 {
    margin-bottom: 0;
    padding-bottom: 150px;
  }
  .access .sec_bus .busRoute01 .main {
    margin-bottom: 12vw;
  }
  .access .sec_bus .busRoute01 .main .right {
    height: 31vw;
    position: relative;
  }
  .access .sec_bus .busRoute01 .main .right .imgBox {
    margin: 0;
    width: 45vw;
    position: absolute;
    left: 0;
    top: 0;
  }
  .access .sec_bus .busRoute01 .main .right .imgBox figcaption {
    font-size: 14px;
  }
  .access .sec_bus .busRoute01 .main .right .imgBox figcaption span {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
  }
  .access .sec_bus .busRoute01 .gallery {
    margin: 0;
    padding: 0;
  }
  .access .sec_bus .busRoute01 .gallery figcaption {
    font-size: 14px;
  }
  .access .sec_bus .busRoute01 .gallery figcaption span {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
  }
  .access .sec_bus .busRoute01 .gallery .left {
    flex: 0 0 48%;
    max-width: 48%;
    margin: 0;
    padding: 0;
    position: relative;
  }
  .access .sec_bus .busRoute01 .gallery .left figure {
    margin: 0;
    padding: 0;
    width: 44vw;
    max-width: 620px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .access .sec_bus .busRoute01 .gallery .right {
    flex: 0 0 52%;
    max-width: 52%;
    margin: 0;
    padding: 0 0 0 2%;
  }
  .access .sec_bus .busRoute01 .gallery .right figure {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .access .sec_bus .busRoute01 .gallery .right img {
    width: auto;
    min-width: auto;
    max-width: 100%;
    position: static;
  }
  .access .sec_bus .busRoute01 .gallery .galleryChildBox {
    width: 44vw;
    max-width: 740px;
  }
  .access .sec_bus .busRoute02 {
    margin-bottom: 0;
    padding-top: 50px;
  }
  .access .sec_bus .busRoute02 .main {
    margin-bottom: 100px;
  }
  .access .sec_bus .busRoute02 .main .left .imgBox {
    height: 25vw;
    position: relative;
  }
  .access .sec_bus .busRoute02 .main .left .imgBox figure {
    width: 45vw;
    max-width: 720px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .access .sec_bus .busRoute02 .gallery {
    margin: 0 -10vw;
    width: calc( 100% + 20vw);
  }
  .access .sec_bus .busRoute02 .gallery .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    margin: 0;
    padding: 0 10px;
  }
  .access .sec_car .carRoute01 .main {
    margin-bottom: 72px;
  }
  .access .sec_car .carRoute01 .main .right {
    margin: 0;
    min-height: 400px;
    position: relative;
  }
  .access .sec_car .carRoute01 .main .right .videoBox {
    margin: 0;
    width: 45vw;
    max-width: 720px;
    left: 0;
    top: 0;
  }
  .access .sec_car .carRoute01 .gallery {
    margin: 0 -10vw;
    width: calc( 100% + 20vw);
  }
  .access .sec_car .carRoute01 .gallery:not(:last-child) {
    margin-bottom: 70px;
  }
  .access .sec_car .carRoute01 .gallery h3 {
    margin-bottom: 52px;
    letter-spacing: 0.2em;
  }
  .access .sec_car .carRoute01 .gallery h3 span::before, .access .sec_car .carRoute01 .gallery h3 span::after {
    width: 368px;
  }
  .access .sec_car .carRoute01 .gallery figure {
    margin: 0;
  }
  .access .sec_car .carRoute01 .gallery .minute {
    width: 142px;
    height: 142px;
    top: -75px;
    right: 36px;
  }
}

@media screen and (min-width: 1300px) {
  .access .sec_bus .busRoute01 .main {
    margin-bottom: 10vw;
  }
}

@media screen and (min-width: 1500px) {
  .access .sec_bus .busRoute01 .main {
    margin-bottom: 90px;
  }
}

@media screen and (min-width: 1600px) {
  .access .sec_bus .busRoute01 .main .right {
    height: 500px;
  }
  .access .sec_bus .busRoute01 .main .right .imgBox {
    width: 720px;
  }
  .access .sec_bus .busRoute02 .main .left .imgBox {
    height: 400px;
  }
  .access .sec_bus .busRoute02 .gallery {
    margin: 0 -208px;
    width: calc( 100% + 416px);
  }
  .access .sec_car .carRoute01 .gallery {
    margin: 0 -208px;
    width: calc( 100% + 416px);
  }
  .access .sec_car .carRoute01 .gallery:not(:last-child) {
    margin-bottom: 70px;
  }
}

.plan .site-main {
  background-image: url(../images/plan/bg_sp.jpg);
  background-repeat: no-repeat;
  background-position: 50% 100%;
  /*background-size: 100% auto;*/
  background-size: 100% 555%;
}

.plan .content__body {
  padding: 14px 10px 0;
  width: 100%;
}

.plan__intro {
  margin: 0 auto;
  padding: 15px 0 0;
  width: 100%;
}

.plan__intro .lead {
  margin-bottom: 18px;
}

.plan__intro .lead__illust {
  padding: 0 40px;
  position: relative;
}

.plan__intro .lead__illust::before, .plan__intro .lead__illust::after {
  content: "";
  display: block;
  width: 38px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: calc( 50% - 20px);
}

.plan__intro .lead__illust::before {
  background-image: url(../images/plan/mark_left.svg);
  left: 0;
}

.plan__intro .lead__illust::after {
  background-image: url(../images/plan/mark_right.svg);
  right: 0;
}

.plan__intro .lead p {
  color: #0b386e;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.05em;
}

.plan__intro .tag {
  margin-bottom: 22px;
  margin-right: -5px;
  margin-left: -5px;
}

.plan__intro .tag > div {
  margin-bottom: 10px;
}

.plan__intro .tag .col-6 {
  padding-right: 5px;
  padding-left: 5px;
}

.plan__intro .tag p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 70px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  border: 1px solid #000;
}

.plan__intro .tag p small {
  display: block;
  margin-bottom: 7px;
}

.planCatch{
  margin: 50px 0 40px;
  text-align: center;

}

.planCatch span{
  display: inline-block;
  color: #4d3816;
  font-size: 18px;
  border-bottom: 2px solid #998842;
}

.plan__list {
  margin: 0 auto 25px;
  padding: 0 30px;
  width: 100%;
}

.plan__list .element {
	margin: 20px 0 30px;
}

.plan__list .element figure {
  display: block;
  padding: 16px 0 36px;
  background-color: #fff;
  box-shadow: 6px 6px 6px 6px rgba(0, 0, 0, 0.07);
}

.plan__list .element .button3 {
  margin-top: -15px;
}

.plan__tokuten {
  margin: 0 -15px;
  padding: 18px 15px 5px;
  background-color: rgba(181, 153, 87, 0.3);
}

.plan__tokuten h2 {
  margin: 0 0 12px;
  padding: 0 15px;
}

.plan__tokuten h2 span {
  display: inline-block;
  padding: 0 0 18px;
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  background-image: url(../images/common/underline_h1_brown.svg);
}

.plan__tokuten .in {
  padding: 0 10px;
}
.plan_cap{
  width: 100%;
  font-size: 12px;
  margin: 30px auto 0;
  padding: 0 15px
}
@media screen and (max-width: 768px){
  .mb-20{
    margin-bottom: 20px;
  }
}

.plan__tokuten .lead {
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

.plan__tokuten .tokutenElement {
  margin-bottom: 1px;
  background-color: #6c4e1f;
}

.plan__tokuten .tokutenElement figure {
  position: relative;
}

.plan__tokuten .tokutenElement figure figcaption {
  color: #fff;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.plan__tokuten .tokutenElement .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0 15px;
  text-align: center;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=1 );
}

.plan__tokuten .tokutenElement .txt img {
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 60px;
}

.plan__tokuten .tokutenElement .txt img .tokuten02, .plan__tokuten .tokutenElement .txt img .tokuten03 {
  width: 50px;
  height: 50px;
}

.plan__tokuten .tokutenElement .txt p {
  color: #fff;
  line-height: 1.32;
}

.plan__tokuten .tokutenElement .txt p.t1 {
  margin-top: 10px;
  font-size: 16px;
}

.plan__tokuten .tokutenElement .txt p.t2, .plan__tokuten .tokutenElement .txt p.t3 {
  font-size: 12px;
}

.plan__terrace {
    padding-bottom: 40px;
}
.plan__terrace .right-imgbox {}
.plan__terrace .right-imgbox img {
    margin: 0 0 0 auto;
}
.plan__terrace .txt_block {
    max-width: 1400px;
    margin: 0 auto;
}
.plan__terrace .txt_block .txt_box {
    margin: -70px auto 0 0;
    padding: 115px 100px 100px;
    max-width: 1200px;
    background-color: rgb(255 255 255 / 50%);
}
.plan__terrace .txt_block .txt_box p {
    font-size: 18px;
}
.plan__terrace .txt_block .list_block {
    margin-top: -60px;
    padding: 0 15px;
}
.plan__terrace .txt_block .list_block ul {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}
.plan__terrace .txt_block .list_block ul li {
    margin: 0 0 20px;
    padding: 0;
    padding-right: 10px;
}
.plan__terrace .txt_block .list_block ul li .img {}
.plan__terrace .txt_block .list_block ul li .img img {
    margin: 0;
}
.plan__terrace .txt_block .list_block ul li p {
    line-height: 1.5;
    padding-top: 5px;	
}

.plan__variation {
    padding-bottom: 50px;
}
.plan__variation .tag {
    max-width: 1200px;
    margin: 40px auto;
}
.plan__variation .tag > div {
    margin-bottom: 10px;
    padding: 10px;
}
.plan__variation .tag p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 70px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
    border: 1px solid #b2a474;
    height: 90px;
    font-size: 24px;
}
.plan__variation .tag p span {}
.plan__variation .img {
    padding: 0 10px;	
}
.plan__variation .img img {}

.plan__list .element {}
.plan__list .element .in {
    position: relative;
}
.plan__list .element .in .type {
    position: absolute;
    left: 0;
    top: -20px;
    text-align: center;
}
.plan__list .element .in .type span {
    padding: 4px;
    background-color: #4d3816;
    display: block;
    color: #fff;
    min-width: 155px;
}

/** 詳細 **/
.plan__info {
		width: 100%;
		margin-top: 10vmin;
}
.plan__info .plan__garden  {
    padding: 0 25px;
}

.plan__info .plan__garden h3 {
		letter-spacing: 3px;
		margin-bottom: 3vmin;
}
.plan__info .img_block {
		margin: 30px 0 20px;
}
.plan__info .img_block img {}
.plan__info .list_block {}
.plan__info .list_block ul {}
.plan__info .list_block ul li {
    margin: 0;
    padding: 0;
    width: 290px;
    -ms-flex: 0 0 290px;
    flex: 0 0 290px;
    max-width: 290px;	
}
.plan__info .list_block ul li .img {
		padding: 0;
} 
.plan__info .list_block ul li .img img {} 
@media screen and (max-width: 768px) {
	
		.plan__terrace {}
		.plan__terrace .right-imgbox {}
		.plan__terrace .right-imgbox img {}
		.plan__terrace .txt_block {}
		.plan__terrace .txt_block .txt_box {
			padding: 10px 25px;
			margin: 10px 0;
			background-color: transparent;
	}
		.plan__terrace .txt_block .txt_box p {
			font-size: 13px;
	}
		.plan__terrace .txt_block .list_block {
			margin: 0;
	}
		.plan__terrace .txt_block .list_block ul {}
		.plan__terrace .txt_block .list_block ul li {}
		.plan__terrace .txt_block .list_block ul li .img {}
		.plan__terrace .txt_block .list_block ul li .img img {}
		.plan__terrace .txt_block .list_block ul li p {
			font-size: 3vmin;
	}
	
	.plan__variation {
		padding-bottom: 20px;
	}
	.plan__variation .tag {
		margin: 20px auto;
	}
	.plan__variation .tag > div {
			margin-bottom: 0;
	}
	.plan__variation .tag p {}
	.plan__variation .tag p span {
		font-size: 5vmin;
	}	
	
	.plan__list .element {
			margin: 30px 0 50px;
	}
	.plan__list .element .in {}
	.plan__list .element .in .type {}
	.plan__list .element .in .type span {
    font-size: 3vmin;
	}	
	
	
	/** 詳細 **/
	.plan__info {}
	.plan__info .plan__garden  {
		padding: 0;
	}
	.plan__info .plan__garden h3 {}
	.plan__info .img_block {
		margin: 4vmin 0;
	}
	.plan__info .img_block img {}
	.plan__info .list_block {}
	.plan__info .list_block ul {
		display: block !important;
	}
	.plan__info .list_block ul li {
		width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		display: flex;
		margin: 3vmin 0;
	}
	.plan__info .list_block ul li .img {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	} 
	.plan__info .list_block ul li .img img {} 	
	.plan__info .list_block ul li p {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding-left: 3vmin;
		font-size: 3vmin;
	} 
	
	
}


@media screen and (min-width: 768px) {
  .plan .site-main {
    background-image: url(../images/plan/bg.jpg);
  }
  .plan .content__body {
    padding: 34px 10px;
    max-width: 1220px;
  }
  .plan__intro {
    padding: 72px 20px 20px;
    /* max-width: 1040px;*/
  }
  .plan__intro .lead {
    margin-bottom: 25px;
  }
  .plan__intro .lead__illust {
    padding: 0 80px;
  }
  .plan__intro .lead__illust::before, .plan__intro .lead__illust::after {
    width: 76px;
    height: 43px;
  }
  .plan__intro .lead p {
    font-size: 25px;
    line-height: 1.5;
  }
  .plan__intro .tag {
    margin: 0 auto;
    padding: 0 10px;
    width: 100%;
  }
  .plan__intro .tag p {
    height: 90px;
    font-size: 24px;
  }
  .plan__intro .tag p small {
    font-size: 60%;
  }
  .planCatch span{
    font-size: 23px;
  }
  .plan__list {
    margin: 0 auto 80px;
    padding: 0 20px;
    max-width: 1440px;
  }
  .plan__list .element figure {
    padding: 20px 0 60px;
  }
  .plan__list .element .button3 {
    margin-top: -24px;
  }
  .plan__list .element.plan_b .in {
    margin-right: 20px;
  }
  .plan__list .element.plan_g .in {
    margin-right: 20px;
  }
  .plan__tokuten {
    margin: 0 auto;
    padding: 28px 0 40px;
  }
  .plan__tokuten h2 {
    margin: 0 0 28px;
  }
  .plan__tokuten h2 span {
    font-size: 30px;
    letter-spacing: 0.2em;
  }
  .plan__tokuten .lead {
    margin-bottom: 34px;
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  .plan__tokuten .tokutenElement.elem01 .txt {
    padding-bottom: 38px;
  }
  .plan__tokuten .tokutenElement.elem02 {
    margin-right: 1px;
  }
  .plan__tokuten .tokutenElement.elem03 {
    margin-left: 0;
  }
  .plan__tokuten .tokutenElement .txt img {
    width: 95px;
    height: 95px;
  }
  .plan__tokuten .tokutenElement .txt img .tokuten02, .plan__tokuten .tokutenElement .txt img .tokuten03 {
    width: 70px;
    height: 70px;
  }
  .plan__tokuten .tokutenElement .txt p {
    color: #fff;
    line-height: 1.33;
  }
  .plan__tokuten .tokutenElement .txt p.t1 {
    margin-top: 10px;
    font-size: 24px;
  }
  .plan__tokuten .tokutenElement .txt p.t2, .plan__tokuten .tokutenElement .txt p.t3 {
    font-size: 18px;
  }
}

@media screen and (min-width: 992px) {
  .plan__intro .lead p {
    font-size: 40px;
  }
  .plan__tokuten {
    padding: 28px 90px 40px;
  }
}


.plan_detail .mainvisualTextWrap {
  padding-top: 45px;
}


.plan_detail .content__body {
  padding: 14px 10px 30px;
}



/*
planMenuLinks
*/
.planMenuLinks{
  margin: 0 auto;
  padding: 30px 20px;
  width: 100%;
  max-width: 1040px;
}

.planMenuLinks a{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px auto;
  width: 100%;
  height: 50px;
  color: #947f28;
  font-size: 16px;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid #947f28;
  position: relative;
}

.planMenuLinks a::after{
  content: "";
  display: block;
  width: 23px;
  height: 7px;
  background-image: url(../images/common/icon_arw_bwn.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 23px 7px;
  position: absolute;
  right: 15px;
  top: 43%;
}

.planMenuLinks a:hover, .planMenuLinks a.current{
  color: #fff;
  text-decoration: none;
  background-color: #947f28;
}

.planMenuLinks a:hover::after{
  background-image: url(../images/common/icon_arw_w.svg);
}

.planMenuLinks a.current{
  pointer-events: none;
}

.planMenuLinks a.current::after{
  background-image: url(../images/common/icon_arw_w.svg);
}
@media screen and (min-width: 992px) {
  .planMenuLinks a{
    height: 60px;
    font-size: 18px;
  }

  .planMenuLinks a::after{
    width: 24px;
    height: 8px;
    background-size: contain;
    right: 16px;
  }
}
@media screen and (min-width: 992px) {
  .planMenuLinks a{
    letter-spacing: 0.15em;
  }
}






.plan__Item .itemContents {
  padding: 24px;
  background-color: #fff;
  box-shadow: 6px 6px 6px 6px rgba(0, 0, 0, 0.07);
}

.plan__Item .txt01, .plan__Item .txt02, .plan__Item .txt03 {
  display: flex;
  justify-content: center;
}

.plan__Item .txt01 {
  margin-bottom: 4px;
  padding-bottom: 10px;
  border-bottom: 1px solid #998842;
}

.plan__Item .txt01 .type {
  font-family: 'EB Garamond', serif;
  font-size: 46px;
  line-height: 1;
}

.plan__Item .txt01 .type small {
  padding-left: 7px;
  font-size: 16px;
  letter-spacing: 0.2em;
}

.plan__Item .txt02 {
  margin-bottom: 7px;
  padding-bottom: 10px;
  color: #998842;
  border-bottom: 1px solid #998842;
}

.plan__Item .txt02 .t1 {
  font-family: 'EB Garamond', serif;
  font-size: 39px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.2em;
}

.plan__Item .txt02 .t1 small {
  font-size: 24px;
}

.plan__Item .txt02 .t2 {
  font-size: 12px;
  line-height: 1.3;
}

/* dl dt dd Area [C2plan]*/
    .plan__Item .txt02 .in {
      width: 100%;
      padding-top: 15px;
    }
    .plan__Item .txt02 dl {
      display: flex;
      flex-wrap: wrap;
    }
    .plan__Item .txt02 dl dt {
      font-size: 18px;
      float: left;
      width: 30%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .plan__Item .txt02 dl dd {
      font-size: 30px;
      margin: 11px 0;
      line-height: 76%;
      width: 70%;
      padding: 0px 0;
    }
    .plan__Item .txt02 dl span {
      font-size: 48px;
    }
    .plan__Item .txt02 dl small {
      font-size: 18px;
      letter-spacing: -2px;
    }
    .plan__Item .txt02 .d_t1 {}
    .plan__Item .txt02 .d_t2 {
      letter-spacing: 8px;
    }


.plan__Item .txt03 {
  margin: 0 0 28px;
}

.plan__Item .txt03 .t1 {
  font-size: 10px;
  line-height: 1;
}

.plan__Item .txt03 .t1 span {
  font-family: 'EB Garamond', serif;
  color: #947f28;
  font-size: 47px;
}

.plan__Item .txt03 .t1 span small {
  font-size: 31px;
}

.plan__Item .txt03 .t2 {
  font-size: 10px;
}

.plan__Item .txt04 {
  margin: 0 0 28px;
  padding: 0;
}

.plan__Item .txt04 ul, .plan__Item .txt04 li {
  margin: 0;
  padding: 0;
}

.plan__Item .txt04 li {
  margin: 0 0 10px;
  padding: 6px 30px;
  font-size: 10px;
  border: 1px solid #947f28;
}

.plan__Item .map {
  margin-bottom: 28px;
}

.plan__Item .map img {
  width: 93%;
}

.plan__Item .cap img {
  width: 42%;
}

.plan__Item .buttons {
  margin: 30px 0 0;
  padding: 0 30px;
}

.plan__Item .buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px auto;
  width: 100%;
  height: 40px;
  max-width: 243px;
  color: #7e6b2e;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #7e6b2e;

}

.plan__Item .buttons a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.menuplan{
  padding: 0 0 0 10px;
}

.menuplan .in{
  width: 100%;
}

.menuplan .type{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.menuPlanNumber{
  padding: 5px 10px 5px;
  font-size: 14px;
  line-height: 1;
  border: 1px solid #947f28;
}

.menuPlanNumber .num{
  padding-left: 3px;
  font-size: 36px;
}

@media screen and (min-width: 768px) {
  .plan_detail .mainvisualTextWrap {
    padding-top: 90px;
  }
  .plan_detail .content__body {
    padding: 75px 10px 30px;
  }
  .plan__Item {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
  }
  .plan__Item .itemContents {
    padding: 50px 24px;
  }
  .plan__Item .itemContents .left {
    flex: 0 0 39%;
    max-width: 39%;
    padding: 0 2.5% 0 3%;
  }
  .plan__Item .itemContents .right {
    flex: 0 0 61%;
    max-width: 61%;
    padding-top: 10px;
  }
  .plan__Item .txt01 {
    margin-bottom: 6px;
    padding-bottom: 13px;
  }
  .plan__Item .txt01 .type {
    font-size: 72px;
  }
  .plan__Item .txt01 .type small {
    font-size: 24px;
  }
  .plan__Item .txt02 {
    margin-bottom: 4px;
    padding-bottom: 17px;
  }
  .plan__Item .txt02 .t1 {
    margin-bottom: 7px;
    font-size: 60px;
  }
  .plan__Item .txt02 .t1 small {
    font-size: 36px;
  }
  .plan__Item .txt02 .t2 {
    font-size: 18px;
    text-align: center;
  }
  .plan__Item .txt03 {
    margin: 0 0 33px;
  }
  .plan__Item .txt03 .t1 {
    margin-bottom: 6px;
    font-size: 16px;
  }
  .plan__Item .txt03 .t1 span {
      font-size: 72px;
    /* font-size: 71px; */
    font-size: 69px;
  }
  .plan__Item .txt03 .t1 span small {
      font-size: 48px;
/*    font-size: 36px; */
/*    font-size: 34px; */

  }
  .plan__Item .txt03 .t2 {
    font-size: 16px;
  }
  .plan__Item .txt04 {
    margin: 0 0 96px;
  }
  .plan__Item .txt04 li {
    padding: 8px 18px;
    font-size: 18px;
  }
  .plan__Item .map {
    margin: 0;
  }
  .plan__Item .map img {
    width: auto;
  }
  .plan__Item .cap img {
    margin: 0;
    width: 62%;
  }
  .plan__Item .buttons {
    margin: 45px auto 0;
    padding: 0;
    width: 100%;
    max-width: 620px;
  }
  .plan__Item .buttons a {
    width: 100%;
    height: 48px;
    max-width: 285px;
    font-size: 18px;
  }
}


.plan_contentsSelect{
  margin: 0 auto;
  padding: 50px 25px;
  width: 100%;
  max-width: 1400px;
}
.plan_contentsSelect h2{
  margin: 0 auto 20px;
  padding: 0 0 5px;
  width: 100%;
  max-width: 1200px;
  font-size: 17px;
  border-bottom: 4px solid #afc9e8;
}
.plan_contentsSelect_item {
  margin: 0 0 20px;
  border: 1px solid #947f28;
}
.plan_contentsSelect_item .txtBox{
  margin: 0;
  padding: 20px 0;
  background-color: #fff;
  position: relative;
}
.plan_contentsSelect_item .txtBox::after{
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background-image: url(../images/plan/icon_mushou.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: contain;
  position: absolute;
  left: 10px;
  top: 0;
  transform: translateY(-50%);
}
.plan_contentsSelect_item .txtBox h3{
  margin: 0 0 20px;
  color: #998842;
  font-size: 21px;
  text-align: center;
}
.plan_contentsSelect_item .txtBox p{
  margin: 0;
  font-size: 12px;
  text-align: center;
}
.plan_contentsSelect .cap small{
  display: inline-block;
  margin-top: 20px;
  font-size: 10px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .plan_contentsSelect{
    padding: 50px 25px;
  }
  .plan_contentsSelect h2{
    margin-bottom: 70px;
    font-size: 28px;
    letter-spacing: 0;
    line-height: 1.3;
  }
  .plan_contentsSelect_item {
    margin-bottom: 70px;
  }
  .plan_contentsSelect_item .txtBox{
    padding: 28px 0;
  }
  .plan_contentsSelect_item .txtBox::after{
    width: 94px;
    height: 94px;
  }
  .plan_contentsSelect_item .txtBox h3{
    font-size: 28px;
  }
  .plan_contentsSelect_item .txtBox p{
    font-size: 16px;
  }
  .plan_contentsSelect .cap{
    text-align: center;
  }
  .plan_contentsSelect .cap small{
    margin-top: 38px;
    font-size: 12px;
  }
}





.interview .mainvisualTextWrap {
  padding-top: 30px;
}

.interview .content__body {
  margin: 0 auto;
  padding: 30px 0;
  max-width: none;
}

.interview p {
  font-size: 12px;
  line-height: 2.25;
}

.interview p strong {
  color: #0b386e;
  font-size: 116%;
  font-weight: 700;
}

.interview section > h2 {
  margin: 0 0 20px;
  padding: 0 15px;
}

.interview section > h2 span {
  display: inline-block;
  padding: 0 0 18px;
  width: 100%;
  color: #0b386e;
  font-size: 18px;
  line-height: 1.5;
  background-image: url(../images/location/underline_2.svg);
}

.interview section h2.blockTitle {
  margin: 0 auto 30px;
  padding: 5px;
  width: 100%;
  max-width: 526px;
  position: relative;
  z-index: 0;
}

.interview section h2.blockTitle span {
  display: block;
  padding: 10px 0;
  color: #0b386e;
  font-family: 'century', sans-serif;
  font-size: 23px;
  line-height: 1;
  letter-spacing: 0.3em;
  background: none;
}

.interview section h2.blockTitle span::before, .interview section h2.blockTitle span::after {
  content: "";
  display: block;
  width: calc( 100% - 10px);
  height: calc( 100% - 10px);
  position: absolute;
  z-index: 1;
}

.interview section h2.blockTitle span::before {
  border: 1px solid #0b386e;
  left: 0;
  top: 0;
}

.interview section h2.blockTitle span::after {
  border: 1px solid rgba(11, 56, 110, 0.3);
  right: 0;
  bottom: 0;
}

.interview section h2.blockTitle .num {
  display: inline;
  font-size: 39px;
}

.interview h3 {
  text-align: center;
}

.interview h3.paragraphTitle {
  margin: 34px 0 20px;
  padding-bottom: 7px;
  color: #0e3668;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.05em;
  border-bottom: 1px solid rgba(14, 55, 104, 0.2);
}

.interview .in {
  margin: 0 auto;
  padding: 0 14px;
  width: 100%;
  max-width: 1600px;
}

.interview .blockHeader {
  background-color: rgba(245, 250, 255, 0.4);
}

.interview .headerTitle {
  padding: 30px 0 50px;
}

.interview .headerTitle h3 {
  margin: 30px auto 10px;
  color: #0b376d;
  font-family: 'century', sans-serif;
  font-size: 35px;
  text-align: left;
  letter-spacing: 0.3em;
}

.interview .headerTitle p {
  color: #0b376d;
  font-size: 14px;
  line-height: 1.75;
}

.interview .blockLead {
  padding: 30px 20px;
}

.interview .blockLead h3 {
  margin-bottom: 16px;
  padding-bottom: 10px;
  color: #0b386e;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  line-height: 1.7;
  border-bottom: 1px solid #0b386e;
}

.interview .blockLead p {
  font-size: 12px;
  line-height: 2;
}

.interview .blockWrap {
  margin: 60px 0;
}

.interview .boxCheck {
  margin: 15px auto;
  padding: 5px;
  width: 100%;
  max-width: 680px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0b376d;
}

.interview .boxCheck > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.interview .boxCheck figure {
  margin: 0 !important;
}

.interview .boxCheck h4 {
  margin-bottom: 10px;
  padding: 0;
}

.interview .boxCheck h4 span {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 10px;
  border-bottom: 1px solid #0b376d;
}

.interview .boxCheck p {
  font-size: 11px;
  line-height: 1.71;
}

.interview .sec01 {
  padding: 46px 0 22px;
  position: relative;
  z-index: 0;
}

.interview .sec01::before {
  content: "";
  width: 100%;
  height: 540px;
  background-image: url(../images/interview/bg_sec01_1.jpg);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.interview .sec01 .bw01 {
  margin-top: 6px;
}

.interview .sec01 .bw02 {
  position: relative;
}

.interview .sec01 .bw02::after {
  content: "";
  display: block;
  width: 100%;
  height: 91%;
  background-color: rgba(245, 250, 255, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.interview .sec01 .bw02 figure {
  margin-top: 24px;
}

.interview .sec01 .bw03 {
  margin-bottom: 32px;
}

.interview .sec01 .bw03 .paragraphTitle {
  margin-top: 16px;
}

.interview .sec01 .bw04 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 20px;
  position: relative;
  z-index: 0;
}

.interview .sec01 .bw04::before {
  content: "";
  width: 100%;
  height: 540px;
  background-image: url(../images/interview/bg_sec01_2.jpg);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.interview .sec01 .bw04 .in {
  padding: 0;
  background-color: rgba(245, 250, 255, 0.4);
}

.interview .sec01 .bw04 .txtBox {
  padding: 20px;
}

.interview .sec02 {
  padding: 30px 0 22px;
  position: relative;
  z-index: 0;
}

.interview .sec02::before {
  content: "";
  width: 100%;
  height: 540px;
  background-image: url(../images/interview/bg_sec02_1.jpg);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.interview .sec02 .bw01 {
  margin-top: 14px;
  margin-bottom: 30px;
}

.interview .sec02 .bw02 {
  margin-top: 30px;
  position: relative;
}

.interview .sec02 .bw02::after {
  content: "";
  display: block;
  width: 100%;
  height: 91%;
  background-color: rgba(245, 250, 255, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.interview .sec02 .bw02 figure {
  margin-top: 26px;
}

.interview .sec02 .bw03 figure {
  margin-top: 26px;
}

.interview .sec02 .bw04 {
  margin-top: 0;
  padding: 30px 20px;
  position: relative;
  z-index: 0;
}

.interview .sec02 .bw04::before {
  content: "";
  width: 100%;
  height: 540px;
  background-image: url(../images/interview/bg_sec02_2.jpg);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.interview .sec02 .bw04 .in {
  padding: 0;
  background-color: rgba(245, 250, 255, 0.4);
}

.interview .sec02 .bw04 .txtBox {
  padding: 20px;
}

.interview .sec03 {
  padding: 30px 0 20px;
  position: relative;
  z-index: 0;
}

.interview .sec03::before {
  content: "";
  width: 100%;
  height: 540px;
  background-image: url(../images/interview/bg_sec03_1.jpg);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  position: absolute;
  left: 0;
  top: -80px;
  z-index: -1;
}

.interview .sec03 .blockLead {
  padding: 20px;
}

.interview .sec03 .blockLead h3 {
  padding-bottom: 18px;
}

.interview .sec03 .bw01 {
  margin-top: 14px;
  margin-bottom: 0;
}

.interview .sec03 .bw01 p {
  line-height: 2;
}

.interview .sec03 .bw02 {
  margin-top: 30px;
  margin-bottom: 0;
  position: relative;
}

.interview .sec03 .bw02::after {
  content: "";
  display: block;
  width: 100%;
  height: 91%;
  background-color: rgba(245, 250, 255, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.interview .sec03 .bw02 h3.paragraphTitle {
  margin-bottom: 16px;
}

.interview .sec03 .bw02 p {
  margin-bottom: 30px;
  line-height: 2;
}

.interview .sec03 .bw02 .gallery figure {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .interview p {
    padding: 20px;
    font-size: 18px;
    letter-spacing: 0.03em;
  }
  .interview p strong {
    font-size: 116%;
  }
  .interview .boxCheck {
    max-width: 500px;
  }
  .interview .boxCheck h4 span {
    font-size: 16px;
  }
  .interview .boxCheck p {
    font-size: 18px;
  }
  .interview section > h2 span {
    width: auto;
    padding-bottom: 30px;
    font-size: 24px;
    letter-spacing: 0.1em;
  }
  .interview section h2.blockTitle {
    margin: 0 auto 70px;
    padding: 10px;
  }
  .interview section h2.blockTitle span {
    padding: 6px 0 24px 20px;
    font-size: 33px;
    letter-spacing: 0.35em;
  }
  .interview section h2.blockTitle .num {
    padding: 0;
    display: inline-block;
    font-size: 60px;
  }
  .interview section h2.blockTitle .num::before, .interview section h2.blockTitle .num::after {
    content: none;
  }
  .interview h3.paragraphTitle {
    padding: 20px;
    font-size: 27px;
  }
  .interview .headerTitle h3 {
    font-size: 40px;
  }
  .interview .headerTitle p {
    font-size: 23px;
  }
  .interview .blockHeader {
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
  }
  .interview .blockLead {
    padding: 0 12% 0 7%;
  }
  .interview .blockLead h3 {
    margin-bottom: 27px;
    padding-bottom: 20px;
    font-size: 27px;
    letter-spacing: 0.1em;
  }
  .interview .blockLead p {
    padding: 0;
    font-size: 18px;
  }
  .interview .pageHedding {
    padding-bottom: 52px;
  }
}

@media screen and (min-width: 1200px) {
  .interview p {
    padding: 0;
  }
  .interview .content__body {
    padding: 65px 0;
  }
  .interview section > h2 {
    margin-bottom: 59px;
  }
  .interview section > h2 span {
    font-size: 30px;
  }
  .interview h3.paragraphTitle {
    margin: 0 0 30px;
    padding: 0 0 10px;
  }
  .interview .in {
    padding: 0;
    position: relative;
    z-index: 0;
  }
  .interview section h2.blockTitle {
    margin: 0 auto 140px;
  }
  .interview .headerTitle .txtbox {
    padding: 0 0 0 5.5%;
  }
  .interview .headerTitle h3 {
    margin: 109px auto 6px;
    font-size: 72px;
  }
  .interview .headerTitle p {
    padding: 0;
  }
  .interview .blockHeader .imgBox {
    position: relative;
  }
  .interview .blockHeader .imgBox figure {
    position: absolute;
    bottom: 76px;
    right: 0;
  }
  .interview .blockLead {
    padding: 90px 50px 70px;
  }
  .interview .boxCheck {
    margin: 0;
    position: absolute;
    bottom: 0;
  }
  .interview .sec01 {
    padding: 174px 0 115px;
  }
  .interview .sec01 .bw01 {
    margin: 90px auto 0;
    width: 100%;
    max-width: 1200px;
  }
  .interview .sec01 .bw02 {
    margin: 170px auto 0;
    width: 100%;
    max-width: 1200px;
  }
  .interview .sec01 .bw02::after {
    top: -116px;
    left: -100px;
  }
  .interview .sec01 .bw02 .in {
    padding: 0 0 320px;
  }
  .interview .sec01 .bw02 .phBox {
    flex: 0 0 52%;
    max-width: 52%;
    height: 563px;
  }
  .interview .sec01 .bw02 .txtBox {
    flex: 0 0 48%;
    max-width: 48%;
    padding-right: 8%;
  }
  .interview .sec01 .bw02 .boxCheck {
    left: 0;
  }
  .interview .sec01 .bw03 {
    margin: 124px auto 0;
    width: 100%;
    max-width: 1200px;
  }
  .interview .sec01 .bw03 .in {
    padding: 0 0 346px;
  }
  .interview .sec01 .bw03 .phBox {
    flex: 0 0 54%;
    max-width: 54%;
    height: 563px;
  }
  .interview .sec01 .bw03 .txtBox {
    flex: 0 0 46%;
    max-width: 46%;
    padding-left: 6%;
  }
  .interview .sec01 .bw03 .paragraphTitle {
    margin-top: 0;
  }
  .interview .sec01 .bw03 .boxCheck {
    right: 0;
  }
  .interview .sec01 .bw04 {
    margin-top: -46px;
    z-index: -1;
  }
  .interview .sec01 .bw04::before {
    height: 640px;
  }
  .interview .sec01 .bw04 .in {
    margin: 264px auto 0;
    width: 100%;
    max-width: 1200px;
  }
  .interview .sec01 .bw04 p {
    padding: 0 16% 0 0;
  }
  .interview .sec01 .bw04 .gallery {
    margin-top: 26px;
    height: 25vw;
    position: relative;
    z-index: 0;
  }
  .interview .sec01 .bw04 .gallery > div {
    width: 100%;
    position: absolute;
    left: 17%;
    top: 0;
  }
  .interview .sec02 {
    padding: 340px 0 22px;
  }
  .interview .sec02::before {
    height: 850px;
  }
  .interview .sec02 h2.blockTitle {
    margin: 0 auto 136px;
  }
  .interview .sec02 .blockHeader .imgBox figure {
    width: 100%;
    bottom: 66px;
    right: 0;
  }
  .interview .sec02 .blockLead {
    padding: 67px 10px 70px 94px;
  }
  .interview .sec02 .blockLead h3 {
    margin-bottom: 38px;
  }
  .interview .sec02 .bw01 {
    margin: 167px auto 0;
    width: 100%;
    max-width: 1200px;
  }
  .interview .sec02 .bw02 {
    margin: 220px auto 0;
    width: 100%;
    max-width: 1200px;
  }
  .interview .sec02 .bw02::after {
    top: -120px;
    left: 100px;
  }
  .interview .sec02 .bw02 .in {
    padding: 0 0 385px;
  }
  .interview .sec02 .bw02 .phBox {
    flex: 0 0 54%;
    max-width: 54%;
    height: 563px;
    position: relative;
  }
  .interview .sec02 .bw02 .phBox figure {
    margin: 0;
    width: 126%;
    position: absolute;
    right: 30px;
    top: 0;
  }
  .interview .sec02 .bw02 .txtBox {
    flex: 0 0 46%;
    max-width: 46%;
    padding-left: 6%;
  }
  .interview .sec02 .bw02 .boxCheck {
    right: 0;
  }
  .interview .sec02 .bw03 {
    margin: 103px auto 0;
    width: 100%;
    max-width: 1200px;
    position: relative;
    z-index: 2;
  }
  .interview .sec02 .bw03 .in {
    padding: 0 0 300px;
  }
  .interview .sec02 .bw03 .phBox {
    flex: 0 0 54%;
    max-width: 54%;
    height: 365px;
    position: relative;
  }
  .interview .sec02 .bw03 .phBox figure {
    margin: 0;
    width: 131%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .interview .sec02 .bw03 .txtBox {
    flex: 0 0 46%;
    max-width: 46%;
    padding-right: 5%;
  }
  .interview .sec02 .bw03 .boxCheck {
    left: 0;
  }
  .interview .sec02 .bw04 {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
  }
  .interview .sec02 .bw04::before {
    height: 830px;
    top: -208px;
  }
  .interview .sec02 .bw04 .in {
    margin: 128px 20px 0 auto;
    padding: 76px 90px;
    width: 100%;
    max-width: 1200px;
  }
  .interview .sec02 .bw04 .txtBox {
    padding: 0;
  }
  .interview .sec02 .bw04 .gallery {
    margin-top: 84px;
    height: 25vw;
    position: relative;
    z-index: 0;
  }
  .interview .sec02 .bw04 .gallery > div {
    width: 116%;
    position: absolute;
    right: 20.4%;
    top: 0;
  }
  .interview .sec03 {
    padding: 206px 0 100px;
  }
  .interview .sec03::before {
    height: 840px;
    top: -136px;
  }
  .interview .sec03 .blockLead {
    padding: 90px 50px 70px;
  }
  .interview .sec03 .blockLead h3 {
    margin-bottom: 25px;
    padding-bottom: 29px;
  }
  .interview .sec03 .blockLead p {
    padding-bottom: 75px;
  }
  .interview .sec03 .bw01 {
    margin: 175px auto 0;
    width: 100%;
    max-width: 1200px;
  }
  .interview .sec03 .bw02 {
    margin: 130px auto 0;
    width: 100%;
    max-width: 1200px;
  }
  .interview .sec03 .bw02::after {
    top: -80px;
    left: -100px;
  }
  .interview .sec03 .bw02 .in {
    padding: 0 0 430px;
  }
  .interview .sec03 .bw02 .gallery figure {
    margin-bottom: 38px;
  }
  .interview .sec03 .bw02 .phBox {
    flex: 0 0 45%;
    max-width: 45%;
    height: 563px;
  }
  .interview .sec03 .bw02 .phBox .phBox_1, .interview .sec03 .bw02 .phBox .phBox_2 {
    position: relative;
  }
  .interview .sec03 .bw02 .phBox .phBox_1 {
    height: 435px;
  }
  .interview .sec03 .bw02 .phBox .phBox_1 figure {
    margin: 0;
    width: 106%;
    position: absolute;
    left: 69px;
    bottom: 104px;
  }
  .interview .sec03 .bw02 .phBox .phBox_2 {
    height: 435px;
  }
  .interview .sec03 .bw02 .phBox .phBox_2 > div {
    width: 146%;
    position: absolute;
    left: -62px;
    top: 87px;
  }
  .interview .sec03 .bw02 .txtBox {
    flex: 0 0 55%;
    max-width: 55%;
    padding-left: 0%;
    padding-right: 3%;
  }
  .interview .sec03 .bw02 .txtBox .t2 {
    padding-right: 27%;
  }
  .interview .sec03 .bw02 .boxCheck {
    left: 0;
  }
}

@media screen and (min-width: 1600px) {
  .interview .boxCheck {
    max-width: 675px;
  }
  .interview .boxCheck h4 span {
    font-size: 20px;
  }
  .interview .boxCheck p {
    font-size: 21px;
  }
  .interview .sec01 .bw02 .phBox figure {
    margin: 0;
    width: 820px;
    max-width: 820px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .interview .sec01 .bw02 .boxCheck {
    left: -200px;
  }
  .interview .sec01 .bw03 .phBox figure {
    margin: 0;
    width: 850px;
    max-width: 850px;
    position: absolute;
    right: 0;
    top: 14px;
  }
  .interview .sec01 .bw03 .boxCheck {
    right: -200px;
  }
  .interview .sec01 .bw04 .gallery {
    height: 400px;
  }
  .interview .sec02 .bw02 .phBox figure {
    margin: 0;
    width: 850px;
    max-width: 850px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .interview .sec02 .bw02 .boxCheck {
    right: -200px;
  }
  .interview .sec02 .bw03 .phBox figure {
    margin: 0;
    width: 850px;
    max-width: 850px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .interview .sec02 .bw03 .boxCheck {
    left: -200px;
  }
  .interview .sec02 .bw04 .gallery {
    height: 400px;
  }
  .interview .sec03 .bw02 .phBox .in {
    padding: 0 0 302px;
  }
  .interview .sec03 .bw02 .boxCheck {
    left: -200px;
  }
}

.gourmet .in {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

.gourmet strong {
  font-size: 1.3125%;
}

.gourmet .boxCheck {
  width: 104%;
  max-width: 675px;
  bottom: 0;
}

.gourmet .boxShop {
  margin: 0;
  width: 100%;
  max-width: 380px;
}

.gourmet .boxShop h3.name {
  margin-bottom: 10px;
  padding: 0;
  font-size: 22px;
  text-align: center;
  line-height: 1.785;
  border: 0;
}

.gourmet .boxShop h3.name small {
  display: block;
  font-size: 45%;
}

.gourmet .boxShop dl, .gourmet .boxShop dt, .gourmet .boxShop dd {
  margin: 0;
  padding: 0;
}

.gourmet .boxShop dl {
  display: flex;
  margin-bottom: 1px;
  font-size: 10px;
}

.gourmet .boxShop dt {
  line-height: 1.428;
}

.gourmet .boxShop dt span {
  display: block;
  padding: 2px;
  width: 60px;
  font-weight: 400;
  text-align: center;
  border: 1px solid #fff;
}

.gourmet .boxShop dd {
  padding: 5px 5px 5px 10px;
  line-height: 1.428;
}

.gourmet .headerTitle {
  padding: 30px 0 40px;
}

.gourmet .headerTitle .in {
  padding: 0;
}

.gourmet .headerTitle .txtbox .in {
  padding: 0 14px;
}

.gourmet .headerTitle .txtbox h3 {
  font-size: 42px;
  letter-spacing: 0.4em;
}

.gourmet .headerTitle .txtbox p {
  line-height: 2;
}

.gourmet__blockStyle_01 {
  margin-bottom: 120px;
  padding: 0 20px;
}

.gourmet__blockStyle_01 .in {
  padding: 0;
}

.gourmet__blockStyle_01 h3 {
  margin-bottom: 22px;
  padding-bottom: 18px;
  color: #0b386e;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.55;
  text-align: left;
  border-bottom: 1px solid #0b386e;
}

.gourmet__blockStyle_01 p.t1 {
  margin-bottom: 10px;
  color: #0b386e;
  font-size: 12px;
  line-height: 1;
}

.gourmet__blockStyle_01 p.t2 {
  margin-bottom: 16px;
  color: #0b386e;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
}

.gourmet__blockStyle_01 p.t2 small {
  padding: 0 10px;
  font-size: 12px;
  font-weight: 400;
}

.gourmet__blockStyle_01 p.t2 small:nth-of-type(1) {
  padding-left: 0;
}

.gourmet__blockStyle_01 p.t3 {
  margin-bottom: 40px;
  font-size: 10px;
}

.gourmet__blockStyle_01 p.t4 {
  font-size: 10px;
  line-height: 2.2;
}

.gourmet__blockStyle_01 p.t4 strong {
  font-size: 14px;
}

.gourmet__blockStyle_01 p.t5 {
  font-size: 10px;
  line-height: 2.2;
}

.gourmet__blockStyle_01 p.t5 strong {
  font-size: 14px;
}

.gourmet__blockStyle_01 .cont01 figure {
  margin: 0 -20px 20px;
  width: calc( 100% + 40px);
}

.gourmet__blockStyle_01 .cont02 {
  margin-bottom: 40px;
}

.gourmet__blockStyle_01 .cont03 figure {
  margin: 0 -20px 20px;
  width: calc( 100% + 40px);
}

.gourmet__blockStyle_01 .cont04 .map {
  margin: 20px 0;
  padding: 0 10%;
}

.gourmet__blockStyle_01 .shop {
  margin: 30px -20px 250px;
  padding: 20px;
  width: calc( 100% + 40px);
  height: 245px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
}

.gourmet__blockStyle_01 .boxShop {
  padding: 20px;
  width: 100%;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 100%;
  left: 0;
}

.gourmet__blockStyle_01 .boxShop h3.name {
  color: #fff;
  text-align: left;
}

.gourmet__blockStyle_01 .boxShop dl {
  color: #fff;
}

.gourmet__blockStyle_01.gourmet01 .shop {
  background-image: url(../images/gourmet/ph_g1_shop.jpg);
}

.gourmet__blockStyle_01.gourmet02 .shop {
  background-image: url(../images/gourmet/ph_g2_shop.jpg);
}

.gourmet__blockStyle_02 {
  margin-bottom: 90px;
  padding: 0 20px;
}

.gourmet__blockStyle_02 .in {
  padding: 0;
}

.gourmet__blockStyle_02 .ph_main figure {
  margin: 0 -20px;
  width: calc( 100% + 40px);
}

.gourmet__blockStyle_02 h4 {
  margin-top: 22px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  color: #0e3668;
  font-size: 18px;
  text-align: center;
  border-bottom: 1px solid #0e3668;
}

.gourmet__blockStyle_02 p.t1 {
  margin: 20px 0;
  font-size: 10px;
  line-height: 1.9;
}

.gourmet__blockStyle_02 .boxShop {
  margin: 10px 0;
  padding: 20px;
  background-color: #f5faff;
}

.gourmet__blockStyle_02 .boxShop h3.name {
  margin-bottom: 5px;
  font-size: 14px;
  text-align: left;
}

.gourmet__blockStyle_02 .boxShop dt span {
  background-color: #fff;
  border: 1px solid #000;
}

.gourmet__blockStyle_02 .map {
  margin: 20px 0;
  padding: 0 10%;
}

.gourmet__blockStyle_02 .map figure {
  padding: 0;
}

.gourmet__blockStyle_02 .map img {
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .gourmet section h2.blockTitle {
    margin: 0 auto 142px;
  }
  .gourmet section h2.blockTitle span {
    padding: 20px 0 20px 15px;
    font-size: 36px;
  }
  .gourmet section h2.blockTitle span b {
    font-size: 60px;
    font-weight: 500;
  }
  .gourmet .boxShop h3.name {
    font-size: 30px;
  }
  .gourmet .boxShop dl {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .gourmet .boxShop dt span {
    padding: 5px;
    width: 100px;
  }
  .gourmet .headerTitle {
    margin-bottom: 147px;
  }
  .gourmet .headerTitle .in {
    max-width: 1400px;
  }
  .gourmet .headerTitle .txtbox {
    padding: 50px 0 0;
  }
  .gourmet__blockStyle_01 .left {
    padding-right: 5px;
  }
  .gourmet__blockStyle_01 .right {
    padding-left: 5px;
  }
  .gourmet__blockStyle_01 .in {
    padding: 0 14px;
  }
  .gourmet__blockStyle_01 h3 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 27px;
  }
  .gourmet__blockStyle_01 p.t1 {
    font-size: 18px;
  }
  .gourmet__blockStyle_01 p.t2 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .gourmet__blockStyle_01 p.t2 small {
    font-size: 18px;
  }
  .gourmet__blockStyle_01 p.t3 {
    margin: 0;
    font-size: 16px;
  }
  .gourmet__blockStyle_01 p.t4 {
    font-size: 16px;
    line-height: 2.85;
  }
  .gourmet__blockStyle_01 p.t4 strong {
    font-size: 21px;
    line-height: 2;
  }
  .gourmet__blockStyle_01 p.t5 {
    font-size: 16px;
    line-height: 2.85;
  }
  .gourmet__blockStyle_01 p.t5 strong {
    font-size: 21px;
    line-height: 2;
  }
  .gourmet__blockStyle_01 .cont01 figure {
    margin: 0;
    width: 100%;
  }
  .gourmet__blockStyle_01 .cont02 {
    margin-bottom: 0;
  }
  .gourmet__blockStyle_01 .cont03 figure {
    margin: 0;
    width: 100%;
  }
  .gourmet__blockStyle_01 .cont04 {
    margin-bottom: 50px;
  }
  .gourmet__blockStyle_01 .cont04 .map {
    margin: 0;
    padding: 0 10%;
  }
  .gourmet__blockStyle_01 .shop {
    margin: 0;
    width: 100%;
    height: auto;
  }
  .gourmet__blockStyle_01 .boxShop {
    position: static;
    max-width: 380px;
  }
  .gourmet__blockStyle_02 {
    margin-bottom: 100px;
  }
  .gourmet__blockStyle_02 .col-md-7 {
    padding-right: 20px;
  }
  .gourmet__blockStyle_02 .flex-md-row-reverse .col-md-7 {
    padding-left: 20px;
  }
  .gourmet__blockStyle_02 .in {
    padding: 0 20px;
  }
  .gourmet__blockStyle_02 .ph_main figure {
    margin: 0;
    width: 100%;
  }
  .gourmet__blockStyle_02 h4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
    text-align: left;
  }
  .gourmet__blockStyle_02 p.t1 {
    font-size: 16px;
    line-height: 1.875;
  }
  .gourmet__blockStyle_02 .boxShop {
    margin: 20px 0;
    padding: 30px 40px 20px;
  }
  .gourmet__blockStyle_02 .boxShop h3.name {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .gourmet__blockStyle_02 .map {
    margin: 0;
    padding: 0 10%;
  }
  .gourmet__blockStyle_02 .map figure {
    padding: 20px;
  }
  .gourmet__blockStyle_02 .map img {
    margin: 0 auto;
    width: 80%;
  }
}

@media screen and (min-width: 1200px) {
  .gourmet .in {
    padding: 0;
  }
  .gourmet section.gourmet__blockStyle_01 h2.blockTitle {
    margin: 0 auto 158px;
  }
  .gourmet section.gourmet__blockStyle_02 h2.blockTitle {
    margin: 0 auto 45px;
  }
  .gourmet section.gourmet__blockStyle_02 .boxShop h3.name small {
    font-size: 70%;
  }
  .gourmet .headerTitle .txtbox h3 {
    margin-bottom: 12px;
    font-size: 67px;
  }
  .gourmet .headerTitle .txtbox p {
    line-height: 1.875;
  }
  .gourmet__blockStyle_01 {
    padding: 0;
  }
  .gourmet__blockStyle_01 h3 {
    margin-bottom: 24px;
    padding-bottom: 22px;
    letter-spacing: 0.1em;
  }
  .gourmet__blockStyle_01 p.t1 {
    margin-bottom: 18px;
  }
  .gourmet__blockStyle_01 p.t2 {
    margin-bottom: 38px;
    letter-spacing: 0.2em;
  }
  .gourmet__blockStyle_01 .shop {
    padding: 88px 20px;
  }
  .gourmet__blockStyle_01 .shop .in {
    max-width: 1400px;
  }
  .gourmet__blockStyle_01 .shop h3.name {
    text-align: center;
  }
  .gourmet__blockStyle_01 .boxShop {
    padding: 40px 30px 30px;
  }
  .gourmet__blockStyle_01 .boxShop h3.name {
    margin-bottom: 40px;
    padding: 0;
  }
  .gourmet__blockStyle_01 .boxShop dd {
    font-size: 14px;
    letter-spacing: -0.05em;
  }
  .gourmet__blockStyle_01 .cont01 {
    margin-bottom: 78px;
    position: relative;
  }
  .gourmet__blockStyle_01 .cont01::before {
    content: "";
    display: block;
    width: 100%;
    height: 454px;
    background-color: #f5faff;
    position: absolute;
    top: -70px;
    left: -100px;
    z-index: -1;
  }
  .gourmet__blockStyle_01 .cont01 .left {
    padding-right: 4%;
  }
  .gourmet__blockStyle_01 .cont01 .right figure {
    width: 100%;
    height: 450px;
    position: relative;
  }
  .gourmet__blockStyle_01 .cont01 .right figure img {
    width: 44vw;
    max-width: 700px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .gourmet__blockStyle_01 .cont02 {
    margin-bottom: 74px;
  }
  .gourmet__blockStyle_01 .cont03 {
    margin-bottom: 58px;
  }
  .gourmet__blockStyle_01 .cont03 .left {
    flex: 0 0 46%;
    max-width: 46%;
  }
  .gourmet__blockStyle_01 .cont03 .left figure {
    width: 100%;
    height: 450px;
    position: relative;
  }
  .gourmet__blockStyle_01 .cont03 .left figure img {
    width: 47vw;
    max-width: 750px;
    position: absolute;
    right: 0;
    top: 10px;
  }
  .gourmet__blockStyle_01 .cont03 .right {
    flex: 0 0 54%;
    max-width: 54%;
    padding-left: 6%;
  }
  .gourmet__blockStyle_01 .cont04 {
    margin-bottom: 210px;
  }
  .gourmet__blockStyle_01 .cont04 .left {
    flex: 0 0 46%;
    max-width: 46%;
    padding: 0;
  }
  .gourmet__blockStyle_01 .cont04 .left figure {
    margin: 0 0 0 auto;
    width: 82%;
  }
  .gourmet__blockStyle_01 .cont04 .left figure img {
    margin: 0 0 0 auto;
  }
  .gourmet__blockStyle_01 .cont04 .right {
    flex: 0 0 54%;
    max-width: 54%;
    padding-left: 6%;
  }
  .gourmet__blockStyle_01 .cont04 .boxCheck {
    bottom: auto;
    top: 0;
  }
  .gourmet__blockStyle_01.gourmet02 {
    margin-bottom: 175px;
  }
  .gourmet__blockStyle_01.gourmet02 h2.blockTitle {
    margin-bottom: 122px !important;
  }
  .gourmet__blockStyle_01.gourmet02 .t1-1 {
    margin-bottom: 13px;
    font-size: 12px;
    line-height: 2;
  }
  .gourmet__blockStyle_01.gourmet02 .cont01 {
    margin-bottom: 100px;
  }
  .gourmet__blockStyle_01.gourmet02 .cont02 {
    margin-bottom: 88px;
  }
  .gourmet__blockStyle_01.gourmet02 .cont03 {
    margin-bottom: 43px;
  }
  .gourmet__blockStyle_01.gourmet02 .cont04 {
    margin-bottom: 144px;
  }
  .gourmet__blockStyle_01.gourmet02 .cont04 .left figure {
    width: 73%;
  }
  .gourmet__blockStyle_01.gourmet02 .shop {
    padding: 100px 20px;
  }
  .gourmet__blockStyle_02 {
    margin-bottom: 140px;
  }
  .gourmet__blockStyle_02 .in {
    max-width: 1400px;
  }
  .gourmet__blockStyle_02 h4 {
    margin-bottom: 28px;
    padding-bottom: 14px;
    text-align: center;
  }
  .gourmet__blockStyle_02 .map {
    padding: 0;
    position: absolute;
    bottom: 0;
  }
  .gourmet__blockStyle_02 .map figure {
    padding: 0;
  }
  .gourmet__blockStyle_02 .map img {
    width: auto;
    max-width: 100%;
  }
  .gourmet__blockStyle_02 .cont01 .boxShop {
    margin: 50px 0 0 90px;
    max-width: 100%;
  }
  .gourmet__blockStyle_02 .cont01 .boxShop h3.name {
    margin-bottom: 14px;
    font-size: 20px;
    text-align: left;
    letter-spacing: 0.1em;
  }
  .gourmet__blockStyle_02 .cont01:not(.flex-md-row-reverse) .left {
    flex: 0 0 51.333333%;
    max-width: 51.333333%;
  }
  .gourmet__blockStyle_02 .cont01:not(.flex-md-row-reverse) .left figure {
    width: 100%;
    height: 600px;
    position: relative;
  }
  .gourmet__blockStyle_02 .cont01:not(.flex-md-row-reverse) .left figure img {
    width: 50vw;
    max-width: 800px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .gourmet__blockStyle_02 .cont01:not(.flex-md-row-reverse) .right {
    flex: 0 0 48.666667%;
    max-width: 48.666667%;
    padding-left: 2%;
    position: relative;
  }
  .gourmet__blockStyle_02 .cont01.flex-md-row-reverse .left {
    flex: 0 0 48.666667%;
    max-width: 48.666667%;
    padding-right: 2%;
    position: relative;
  }
  .gourmet__blockStyle_02 .cont01.flex-md-row-reverse .right {
    flex: 0 0 51.333333%;
    max-width: 51.333333%;
  }
  .gourmet__blockStyle_02 .cont01.flex-md-row-reverse .right figure {
    width: 100%;
    height: 600px;
    position: relative;
  }
  .gourmet__blockStyle_02 .cont01.flex-md-row-reverse .right figure img {
    width: 50vw;
    max-width: 800px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .gourmet__blockStyle_02.gourmet03 .left figure {
    height: 600px !important;
  }
  .gourmet__blockStyle_02.gourmet03 .left .boxShop {
    margin: 20px 0 0 auto;
    width: 93%;
    max-width: 100%;
  }
  .gourmet__blockStyle_02.gourmet03 .map {
    left: 7%;
  }
  .gourmet__blockStyle_02.gourmet03 .map img {
    margin: 0 auto 0 0;
    max-width: 400px;
  }
  .gourmet__blockStyle_02.gourmet04 {
    margin-bottom: 160px;
  }
  .gourmet__blockStyle_02.gourmet04 h2.blockTitle {
    margin-bottom: 45px !important;
  }
  .gourmet__blockStyle_02.gourmet04 .right figure {
    height: 650px !important;
  }
  .gourmet__blockStyle_02.gourmet04 .right .boxShop {
    margin: 20px 0 0 0;
    width: 90%;
    max-width: 100%;
  }
  .gourmet__blockStyle_02.gourmet04 .map {
    right: 8%;
  }
  .gourmet__blockStyle_02.gourmet04 .map img {
    margin: 0 0 0 auto;
    max-width: 400px;
  }
  .gourmet__blockStyle_02.gourmet05 {
    margin-bottom: 155px;
  }
  .gourmet__blockStyle_02.gourmet05 h2.blockTitle {
    margin-bottom: 40px !important;
  }
  .gourmet__blockStyle_02.gourmet05 .left figure {
    height: 600px !important;
  }
  .gourmet__blockStyle_02.gourmet05 .left .boxShop {
    margin: 20px 0 0 auto;
    width: 93%;
    max-width: 100%;
  }
  .gourmet__blockStyle_02.gourmet05 .map {
    left: 7%;
  }
  .gourmet__blockStyle_02.gourmet05 .map img {
    margin: 0 auto 0 0;
    max-width: 400px;
  }
  .gourmet__blockStyle_02.gourmet06 .right figure {
    height: 550px !important;
  }
  .gourmet__blockStyle_02.gourmet06 .right .boxShop {
    margin: 16px 0 0 0;
    width: 90%;
    max-width: 100%;
  }
  .gourmet__blockStyle_02.gourmet06 .map {
    right: 8%;
  }
  .gourmet__blockStyle_02.gourmet06 .map img {
    margin: 0 0 0 auto;
    max-width: 400px;
  }
}

.outline .mainvisualTextWrap {
  padding-top: 50px;
}

.outline .mainvisualTextWrap h1 {
  background-image: url(../images/common/underline_h1_brown.svg);
}

.outline .content__body {
  padding: 20px 10px;
}

.outline section {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

.outline section:not(:last-child) {
  margin-bottom: 50px;
}

.outline .prfTable {
  margin: -1px auto 0;
  padding: 0;
  border: 1px solid #d8d4cd;
}

.outline .prfTable dt, .outline .prfTable dd {
  margin: 0 auto;
  padding: 6px 15px;
  font-size: 12px;
  font-weight: 500;
}

.outline .prfTable dt {
  background-color: #f1ece4;
  border-bottom: 1px solid #e5e5e5;
}

.outline .modified {
  text-align: right;
  font-size: 1.4rem;
}

.outline .yokoku {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 100px auto 20px;
  color: #5e5e5e;
}

.outline .yokoku dt {
  width: 120px;
  font-size: 1.8rem;
  border: 1px solid #5e5e5e;
  padding: 0.6em 0;
  text-align: center;
}

.outline .yokoku dd {
  width: calc(100% - 140px);
  line-height: 1.3;
  font-size: 1.4rem;
}

.outline .yokoku {
  display: block;
  margin: 50px auto 15px;
}

.outline .yokoku dt {
  width: 100%;
  margin: 0 0 10px;
  font-size: 1.4rem;
  padding: 0.3em 0;
}

.outline .yokoku dd {
  margin: 0;
  width: 100%;
  font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
  .outline .mainvisualTextWrap {
    padding-top: 100px;
  }
  .outline .content__body {
    padding: 80px 10px;
  }
  .outline section:not(:last-child) {
    margin-bottom: 100px;
  }
  .outline .prfTable {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .outline .prfTable dt, .outline .prfTable dd {
    padding: 10px 26px;
    font-size: 16px;
  }
  .outline .prfTable dt {
    width: 266px;
  }
  .outline .prfTable dd {
    width: calc( 100% - 266px);
  }
  .outline .bottomCaption {
    margin: 50px auto;
    max-width: 1040px;
  }
  .outline .yokoku {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 100px auto 20px;
    color: #5e5e5e;
  }
  .outline .yokoku dt {
    width: 120px;
    font-size: 1.8rem;
    border: 1px solid #5e5e5e;
    padding: 0.6em 0;
    text-align: center;
  }
  .outline .yokoku dd {
    width: calc(100% - 140px);
    line-height: 1.3;
    font-size: 1.4rem;
  }
}

.map .mainvisualTextWrap {
  padding-top: 50px;
}

.map .mainvisualTextWrap h1 {
  background-image: url(../images/common/underline_h1_brown.svg);
}

.map .content__body {
  padding: 20px 10px;
}

@media screen and (min-width: 768px) {
  .map .mainvisualTextWrap {
    padding-top: 100px;
  }
  .map .content__body {
    padding: 95px 10px;
  }
}

.lifeinfo .mainvisualTextWrap {
  padding-top: 30px;
}

.lifeinfo h1 {
  text-shadow: -1px -1px 5px white, -1px 0px 5px white, 1px -1px 5px white, 1px 2px 5px white;
}

.lifeinfo .content__body {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1600px;
}

.lifeinfo p {
  font-size: 12px;
  line-height: 2;
  letter-spacing: -0.1em;
}

.lifeinfo figcaption.left-bottom {
  padding: 12px 5px 0;
  text-align: left;
}

.lifeinfo__intro {
  margin: 0 auto;
  padding: 0 20px 28px;
  width: 100%;
  max-width: 1400px;
}

.lifeinfo__intro .lead {
  margin: 0 auto 12px;
  padding: 0;
  max-width: 400px;
}

.lifeinfo__intro .lead__illust {
  padding: 0;
  position: relative;
}

.lifeinfo__intro .lead__illust::before, .lifeinfo__intro .lead__illust::after {
  content: "";
  display: block;
  width: 38px;
  height: 21px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: calc( 50% - 8px);
}

.lifeinfo__intro .lead__illust::before {
  background-image: url(../images/access/mark_left.svg);
  left: 0;
}

.lifeinfo__intro .lead__illust::after {
  background-image: url(../images/access/mark_right.svg);
  right: 0;
}

.lifeinfo__intro .lead p {
  padding-left: 0.5em;
  color: #0b386e;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.lifeinfo__intro figure {
  margin-top: 12px;
}

.lifeinfo__intro .tabs {	
padding-top: 70px;	
margin: 0 auto;	
}	

.lifeinfo__intro .tab_item {	
    width: 19.286%;
    height: 60px;
    background-color: #0c386d;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    display: block;
    float: left;
    font-weight: bold;
    margin-bottom: 0;
    margin-right: 0.87%;
}	
.lifeinfo__intro .tab_item:last-of-type {	
margin-right: 0px;	
}	

.lifeinfo__intro input[name="tab_item"] {	
display: none;	
}	

.lifeinfo__intro .tab_content {	
display: none;	
clear: both;	
overflow: hidden;	
}	
	
#tab_01:checked ~ #tab_01_content, #tab_02:checked ~ #tab_02_content, #tab_03:checked ~ #tab_03_content, #tab_04:checked ~ #tab_04_content, #tab_05:checked ~ #tab_05_content {	
display: block;	
}	

.lifeinfo__intro .tabs input:checked + .tab_item {	
background-color: #f4f9ff;	
color: #0b386e;	
border: 1px solid #0b386e;	
}

@media screen and (min-width: 768px) and (max-width: 1024px)  {
		.lifeinfo__intro .tab_item {font-size: 1.5vw;}
}
@media screen and (max-width: 768px) {
.lifeinfo__intro .tabs {
	padding-top: 8vmin;
	margin: 0 auto;
}
.lifeinfo__intro figure {
	margin-top: 0;
}
.lifeinfo__intro .tab_item {
	margin-right: 2%;
	margin-bottom: 2%;
	width: 49%;
	font-size: 12px;
	height: 45px;
	line-height: 45px;
}
.tab_item:nth-child(4), .tab_item:nth-child(8) {
	margin-right: 0px;
}
}

@media screen and (min-width: 768px) {
  .lifeinfo__intro {
    margin: 0 auto 129px;
    padding: 0 0px 0px;
  }
  .lifeinfo__intro .lead {
    margin: 0 auto 34px;
    max-width: 900px;
  }
  .lifeinfo__intro .lead__illust {
    padding: 0 80px;
  }
  .lifeinfo__intro .lead__illust::before, .lifeinfo__intro .lead__illust::after {
    width: 76px;
    height: 43px;
    top: calc( 50% - 23px);
  }
  .lifeinfo__intro .lead p {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .lifeinfo__intro p {
    font-size: 18px;
    line-height: 2;
  }

}

.lifeinfo__block {
  /* -- REVERSE -- */
}

.lifeinfo__block__head {
  position: relative;
  z-index: 0;
}

.lifeinfo__block__mainvisual {
  position: relative;
  z-index: 1;
}

.lifeinfo__block__mainvisual figure {
  position: relative;
}

.lifeinfo__block__mainvisual figure figcaption {
  position: absolute;
  left: 0;
  top: 100%;
}

.lifeinfo__block__title {
  padding: 0 20px;
  width: 100%;
  text-align: right;
  position: absolute;
  left: 0;
  top: calc(100% - 37px);
  z-index: 2;
}

.lifeinfo__block__title.rowline_2 {
  top: calc(100% - 66px);
}

.lifeinfo__block__title h2 {
  margin: 0 0 20px;
  color: #0b386e;
  font-size: 30px;
  text-align: right;
  line-height: 1;
}

.lifeinfo__block__title h2 small {
  display: block;
  margin-top: 10px;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0;
}

.lifeinfo__block__title .sub {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 700;
  text-align: right;
  line-height: 1.2;
  letter-spacing: 0.01em;
  border-bottom: 2px solid #afc9e8;
}

.lifeinfo__block__body {
  padding: 90px 20px 36px;
  background-image: url(../images/lifeinfo/bg.jpg);
  background-repeat: repeat-y;
  background-position: 50% 0;
  background-size: 100% auto;
}

.lifeinfo__block__galleryBox {
  margin-bottom: 22px;
}

.lifeinfo__block__galleryBox .row {
  margin: 0 -5px;
}

.lifeinfo__block__galleryBox .row > div {
  padding: 0 5px;
}

.lifeinfo__block__galleryBox figcaption {
  line-height: 1.2;
}

.lifeinfo__block__galleryBox figcaption span {
  display: inline-block;
}

.lifeinfo__block__facilities__element {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #dfd8d0;
}

.lifeinfo__block__facilities__element dt, .lifeinfo__block__facilities__element dd {
  margin: 0;
  padding: 6px 0 5px;
  font-weight: 700;
  line-height: 1.2;
}

.lifeinfo__block__facilities__element dt {
  width: calc(100% - 110px);
  font-size: 12px;
}

.lifeinfo__block__facilities__element dd {
  width: 110px;
  font-size: 10px;
}

.lifeinfo__block.reverse .lifeinfo__block__mainvisual figure figcaption {
  left: auto;
  right: 0;
}

.lifeinfo__block.reverse .lifeinfo__block__title {
  text-align: left;
}

.lifeinfo__block.reverse .lifeinfo__block__title h2 {
  text-align: left;
}


@media screen and (min-width: 768px) {
  .lifeinfo__block {
    margin-bottom: 100px;
    /* -- REVERSE -- */
  }
  .lifeinfo__block.last {
    margin-bottom: 0;
  }
  .lifeinfo__block__inner {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 1200px;
    position: relative;
  }
  .lifeinfo__block__mainvisual {
    margin: 0 auto 0 0;
    width: 90%;
  }
  .lifeinfo__block__title {
    top: 100px !important;
  }
  .lifeinfo__block__title h2 {
    font-size: 55px;
  }
  .lifeinfo__block__title h2 small {
    font-size: 18px;
  }
  .lifeinfo__block__title .sub {
    font-size: 28px;
  }
  .lifeinfo__block__body {
    padding: 300px 20px 36px;
  }
  .lifeinfo__block__body.galleyLine_1 {
    padding: 100px 20px 36px;
  }
  .lifeinfo__block__galleryBox {
    width: 62%;
    position: absolute;
    top: 316px;
    right: 0;
  }
  .lifeinfo__block__galleryBox.item_3elem {
    width: 90%;
  }
  .lifeinfo__block__galleryBox figcaption {
    padding: 6px 0;
  }
  .lifeinfo__block__facilities__element dt, .lifeinfo__block__facilities__element dd {
    padding: 10px 0;
  }
  .lifeinfo__block__facilities__element dt {
    width: calc(100% - 160px);
    font-size: 16px;
  }
  .lifeinfo__block__facilities__element dd {
    width: 160px;
    font-size: 14px;
  }
  .lifeinfo__block.reverse .lifeinfo__block__mainvisual {
    margin: 0 0 0 auto;
  }
  .lifeinfo__block.reverse .lifeinfo__block__galleryBox {
    right: auto;
    left: 0;
  }
}

@media screen and (min-width: 992px) {
  .lifeinfo__block__body {
    margin-top: -150px;
    padding: 400px 20px 55px;
  }
  .lifeinfo__block__body.galleyLine_1 {
    padding: 210px 20px 55px;
  }
  .lifeinfo__block__facilities .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .lifeinfo__block__facilities .col-lg-6 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (min-width: 1220px) {
  .lifeinfo__block {
    margin-bottom: 180px;
    /* -- REVERSE -- */
  }
  .lifeinfo__block__mainvisual {
    width: 83%;
  }
  .lifeinfo__block__mainvisual figure {
    margin-left: -12vw;
    width: calc( 100% + 12vw);
  }
  .lifeinfo__block__title h2 {
    margin: 0 0 44px;
  }
  .lifeinfo__block__body {
    padding: 348px 20px 55px;
  }
  .lifeinfo__block__galleryBox {
    right: -5vw;
  }
  .lifeinfo__block__facilities {
    margin: 0 auto;
    width: 100%;
    max-width: 1100px;
  }
  .lifeinfo__block.reverse .lifeinfo__block__mainvisual figure {
    margin: 0;
    margin-right: -12vw;
    width: calc( 100% + 12vw);
  }
  .lifeinfo__block.reverse .lifeinfo__block__title {
    left: -130px;
  }
  .lifeinfo__block.reverse .lifeinfo__block__galleryBox {
    left: -5vw;
  }
}

@media screen and (min-width: 1600px) {
  .lifeinfo__block {
    /* -- REVERSE -- */
    /* -- REVERSE -- */
  }
  .lifeinfo__block__mainvisual {
    width: 83%;
  }
  .lifeinfo__block__mainvisual figure {
    margin-left: -198px;
    width: calc( 100% + 198px);
  }
  .lifeinfo__block__title {
    top: 82px !important;
    left: 130px;
  }
  .lifeinfo__block__galleryBox {
    right: -90px;
  }
  .lifeinfo__block.reverse .lifeinfo__block__galleryBox {
    left: -90px;
  }
  .lifeinfo__block.reverse .lifeinfo__block__mainvisual figure {
    margin: 0;
    margin-right: -198px;
    width: calc( 100% + 198px);
  }
}

.lifeinfo .bottomCaption {
  margin: 20px auto;
}

@media screen and (min-width: 768px) {
  .lifeinfo .bottomCaption {
    margin: 50px auto;
  }
}

.lifeinfoAnchorBlock{
  margin: 30px 0;
}
@media screen and (min-width: 768px) {
  .lifeinfoAnchorBlock{
    margin: 100px 0;
  }  
}

.design h1{
  text-shadow:1px -1px 5px white, 1px 1px 10px white, -1px -1px 2px white, 1px 0px 10px white;
}
.br-box{
  border: solid 1px #afc9e8;
}
.design_ .lead{
  max-width: 800px;
  margin: 0 auto 70px;
}
.design_ .lead p {
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-left: 0.5em;
  color: #0b386e;
  font-weight: 500;
  text-align: center;
}
.design_ .lead__illust::before,
.lead__illust::after {
  width: 76px;
  height: 43px;
  top: calc( 50% - 23px);
}
.design_ .lead__illust {
  padding: 0 80px;
}
.design_ .lead__illust {
  padding: 0;
  position: relative;
}
.design_ .lead__illust::after {
  background-image: url(../images/access/mark_right.svg);
  right: 0;
}
.design_ .lead__illust::before {
  background-image: url(../images/access/mark_left.svg);
  left: 0;
}
.design_ .lead__illust::before, .design_ .lead__illust::after {
  content: "";
  display: block;
  width: 76px;
  height: 43px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: calc( 50% - 23px);
}

.design_ h2{
  text-align: center;
  margin-bottom: 80px;
  font-size: 40px;
}

.design_{
  background: url(../images/design/mv_bg.jpg) no-repeat center top;
  background-size: 100%;
  object-fit: cover;
  padding: 130px 0  80px;
}
.design_ .inner{
  max-width: 1430px;
  padding: 0 15px;
  margin: auto;
}
.design_ .inner .sec1{
  margin-bottom: 620px;
  max-width: 1100px;
  margin: auto;
}
.design_ .house_bg{
  margin-right: 0;
  margin-top: -30px;
}
.proud h3 span{
  display: inline-block;
  padding-bottom: 5px;
  text-align: center;
  line-height: 1.33;
  border-bottom: 2px solid #808080;
  text-align: center;
}

.design_ h3{
  margin-bottom:45px;
  font-size: 28px;
  letter-spacing: 0.3rem;
}
.tail h3{
  margin-bottom: 50px;
}
.design_ h3 span,
.cast h3 span,
.landplan h3 span,
.Planing h3,
.tail h3 span,
.title_type02 span{
  display: inline-block;
  padding-bottom: 5px;
  text-align: center;
  line-height: 1.33;
  border-bottom: 2px solid #afc9e8;
}
.design_ .text img{
  margin: 0;
}
.tail{
  max-width: 1030px;
  padding: 0 15px;
  margin: auto;
}
.tail img{
  width: 100%;
}
.cast{
  max-width: 1430px;
  padding: 0 15px 120px;
  margin: 0 auto;
}
.cast p{
  line-height: 3rem;
  font-size: 17px;
}
.cast .cast_box{
  max-width: 1200px;
  padding: 45px 100px 45px 375px;
  margin-left: auto;
  margin-top: 110px;
}
.cast .cast_box01{
width: 37.1428%;;
margin-top: -370px;
padding: 0 20px;
}
.cast .cap{
padding-top: 10px;
text-align: right;
font-size: 12px;
}
.cast .cap span{
font-size: 30px;
}
.cast .cast_box h3{
  letter-spacing: 0.3rem;
}
.cast .cast_box > p,
.cast .cast_box h3{
margin-left: auto;
width: 81.6666%;
}
.proud{
background: #000;
color: #FFFFFF;
padding-bottom: 100px;
}
.proud p{
font-size: 18px;
}
.proud .inner{
max-width: 1430px;
padding: 0 15px;
margin: 0 auto;
}
.proud h3{
margin-bottom: 40px;
color: #FFFFFF;
letter-spacing: 0.3rem;
}
.mt-md-90{
margin-top: 90px ;
}
.proud .modan{
max-width: 1200px;
margin-top: 80px;
border: solid 1px #666;
padding: 60px 60px 100px;
margin-left: auto;
}
.proud .imgbox{
margin-top: -398px;
width: 57.1428%;
}
.proud .imgbox img{
margin: 0;
}
.proud .box{
width: 37.9166%;
margin-left: auto;
text-align: left;
}
.Detail{
  margin-top: 100px;
}
.Detail p{
  margin-bottom: 60px;
  font-size: 18px;
}
.landplan{
background: url(../images/design/landplan_bg.jpg) no-repeat;
background-size: 100%;
padding: 0 15px 0;
}
.landplan p{
font-size: 18px;
}
.landplan .inner{
max-width: 1430px;
padding: 90px 15px 60px;
margin: 0 auto;
}
.landplan h3{
padding-top: 100px;
letter-spacing: 0.5rem;
margin-bottom: 30px;
}
.landplan .hako{
padding-top: 50px;
}
.landplan .text{
text-align: center;
padding-top: 30px;
}
.imgbox img{
margin: 0px;
}
.left-imgbox{
  max-width: 1400px;
}
.landplan .flower .text{
max-width: 1200px;
margin: 0 auto 30px;
text-align: left;
}
.landplan .flowerimg{
margin: 40px 0 150px;
}
.landplan .left-imgbox{
  margin-left: -15px;
}
.Cast2{
max-width: 1430px;
padding: 110px 15px 250px;
margin: 0 auto;
}
.Cast2 p{
font-size: 18px;
}
.Cast2 .cast{
max-width: 1430px;
padding: 0 15px;
margin: 0 auto;
}
.Cast2 .cast .cast_box{
max-width: 1200px;
padding: 45px 375px 45px 100px;
margin-right: auto;
margin-left: 0;
margin-top: 0;
}

.Cast2 .cast .cast_box01{
width: 520px;
margin-left: auto;
margin-top: -380px;
}
.Cast2 .cast .cast_box h3,
.Cast2 .cast .cast_box > p
{
  margin-right: auto;
  margin-left: 0;
  width: 68.6666%;
}
.Cast2 .cast .cast_box h3{
  letter-spacing: 0.5rem;
}
.Cast2 .cast .cast_box > p{
  line-height: 3rem;
}
.privacyimg .left-imgbox{
  max-width: 1300px;
}
.Planing .imgbox{
z-index: 2;
}
.Planing {
  max-width: 1400px;
  margin: 0 auto;
}
.privacyimg .left-imgbox{
  max-width: 1300px;
}
.Planing h3{
margin-bottom: 30px;
letter-spacing: 0.5rem;
}
.Planing .plan_text{
background: url(../images/design/landplan_bg02.jpg);
max-width: 1200px;
margin:-70px 100px 0 auto;
padding:120px 100px 100px;
}
.Planing .plan_text p{
font-size: 18px;
}
.Planing .plan_text > p{
text-align: left;
width: 59.833%;
margin-left: auto;
}
.Planing .imgbox02{
margin-top: -210px;
margin-left: -10%;
max-width: 700px;
}
.Planing .imgbox02 img{
margin: 0;
}
.view{
padding: 130px 0 0;
}
.view .Planing{
padding: 0 0 60px;

}
.view .Planing .imgbox img{
margin: auto;
}
.view .Planing .plan_text > p{ 
text-align: left;
width: 100%;
margin: 0;
}
.view .plan_text{
margin:-70px auto 0 0;
padding:120px 100px 100px;
}
.view .imgbox1 img{
margin:0 0 0 auto;
}
.view .imgbox{
margin-top: -60px;
padding: 0 15px;
}
.cap_area .inner{
max-width: 1230px;
margin: auto;
padding: 0 15px;
}
.cap_area{
margin-bottom: 30px;
}
.cap_area .inner p{
font-size: 12px;
}
@media screen and (max-width: 1550px) {
  .design_ .text{
    width: 73.5%;
  }
}
@media screen and (max-width: 1490px) {
.Planing .imgbox02 {
  margin-top: -80px;
  margin-left: 0;
  width: 80%;
}
.Planing .plan_text > p{
  width: 75%;
}
}
@media screen and (max-width: 1350px) {
.design_{
  background: url(../images/design/mv_bg_sp.jpg) no-repeat;
  background-size: 100%;
  object-fit: cover;
  padding: 130px 0  20px;
}
.design_ .text{
  margin: 0 auto;
  width: 100%;
}
}

@media screen and (max-width: 1220px) {
.proud .imgbox{
  margin-top: -180px;
  width: 57.1428%;
}
.Cast2 .cast .cast_box01{
  margin-top: -350px;
}
.cast .cast_box01{
  width: 48%;
  margin-top: -50px;
}
.cast .cast_box > p, .cast .cast_box h3{
  width: 100%;
  margin-left: 0;

}
.cast .cast_box{
  padding: 45px 50px 100px 300px;
}
}
@media screen and (max-width: 1024px) {
.proud .box{
width: 90%;
}
.proud .imgbox{
margin-top: -100px;
width: 57.1428%;
}
.Cast2 .cast .cast_box{
padding: 45px 45px 100px;
}
.Cast2 .cast .cast_box01{
margin-top: -50px;
}
.Cast2 .cast .cast_box h3,
.Cast2 .cast .cast_box > p{
width: 100%;
margin: 10px 0 0;
}
.cast .cast_box{
padding: 45px 40px 65px 100px;
}
}
@media screen and (max-width: 768px) {
  .design_{
    padding-top: 40px;
  }
  .design_ .lead{
    max-width: 620px;
    margin-bottom: 20px;
  }
  .design_ .lead p{
      font-size: 24px;
  }
  .design_ .lead__illust::before, .design_ .lead__illust::after {
  width: 38px;
  height: 21px;
  top: calc( 50% - 8px);
  }

  .design_ h3 span, .cast h3 span, .landplan h3 span, .Planing h3, .tail h3 span{
      width: 100%;
  }
  .design_ h2{
      margin: 35px 0 25px;
      font-size: 24px;
  }
  .design_ p,.cast p,.proud p,.modan p,.landplan p, .Cast p,.Planing .plan_text p{
      font-size: 13px;
      text-align: left;
  }
  .design_ h3,.cast h3,.proud h3,.landplan h3,.Planing h3, .tail h3, .title_type02{
      font-size: 18px;
  }
  .tail h3{
    margin-bottom: 20px;
  }
  .tail img{
    width: 60%;
  }
  .tail p{
    font-size: 13px;
    padding-bottom: 30px;
  }

  .cast{
      padding-bottom: 0;
      margin: 25px 0 45px;
  }
  .cast .cap span {
      font-size: 19px;
  }
  .view{
      padding-top: 60px;
  }
  .view .Planing .plan_text{
      padding-bottom: 100px;
  }
  .view .imgbox{
      margin-top: -70px;
  }
  .proud{
      padding-bottom: 50px;
  }
  .proud .inner{
      margin-top: 45px;
  }
  .proud h3{
      margin: 0;
  }
  .proud .Detail h3{
    margin-bottom: 20px;
  }
  .Detail p{
    margin-bottom: 35px;
  }
  .proud h3 span{
      width: 100%;
  }
  .proud .box{
      width: 100%;
  }
  .proud .imgbox{
      margin-top: -100px;
      width: 89.3333%;
  }
  .proud .modan {
      padding: 25px 25px 130px;
      margin-top: 45px;
  }
  .Planing h3{
      margin-bottom: 20px;
  } 
  .Planing .plan_text{
      margin: 0;
      padding: 25px 15px 110px;
      text-align: start;
  } 
  .Planing .imgbox02{
      margin-left: 0;
      margin-right: 0;
  }
  .Planing .plan_text > p{
      width: 100%;
  }
  .view .Planing{
      padding: 0 0 25px;
      
  }
  .landplan h3{
      padding-top: 40px;
      margin-bottom: 20px;
  }
  .flower{
      padding-top: 30px;
  }
  .landplan .flowerimg{
    margin-bottom: 80px;
}
  .landplan{
      padding-bottom: 20px;
  }
  .landplan .hako{
    padding-top: 20px;
  }
  .landplan .text{
      padding-top: 20px;
  }
  .Cast2{
      padding:25px 15px 45px
  }
  .Cast2 .cast .cast_box{
      padding: 25px 20px 100px;
      margin-top: 0;
  }

  .Cast2 .cast .cast_box01{
      margin: 0;
  }
  .cast .cast_box > p{
      width: 100%;
  }
  .cast .cast_box h3{
      width: 100%;
  }
  .Cast2 .cast .cast_box01{
      margin: -90px 0 0px auto;
      padding: 0;
      width: 80%;
  }
  .cast .cast_box{
      padding: 25px 20px 100px;
  }
  .cast .cast_box01{
      width: 80%;
      padding: 0;
  }
  .cast .cast_box{
      margin: 0;
  }
}



/*

設備仕様( EQUIPMENT )

URL : /equipment.html

*/
.equipment .equipment__intro {
  margin: 0 auto;
}

.equipment .sectionBlock__inner {
  max-width: 1200px;
}

.equipment .sectionBlock figure.mainImg {
  margin-bottom: 20px;
}

.equipment .sectionBlock .row {
  margin: 0 -5px;
}

.equipment .sectionBlock .row > div {
  padding: 0 5px;
}

@media screen and (min-width: 920px) {
  .equipment .narrow {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
  }
  .equipment .sectionBlock .row {
    margin: 0 -25px;
  }
  .equipment .sectionBlock .row > div {
    padding: 0 25px;
  }
}

/* equipmentItem */
.equipmentItem {
  margin-bottom: 30px;
}

.equipmentItem figure {
  margin: 0 0 15px;
  position: relative;
}

.equipmentItem figcaption {
  display: flex;
  align-items: center;
  padding: 3px 5px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  background-color: #000;
  position: absolute;
  right: 3px;
  bottom: 3px;
}

.equipmentItem figcaption.bg-none {
  color: #000;
  background-color: transparent;
}

.equipmentItem h3 {
  margin: 0 0 5px;
  color: #0b386e;
  font-size: 14px;
}

.equipmentItem h3 small {
  display: inline-block;
  font-size: 80%;
  line-height: 1.3;
}

.equipmentItem p {
  margin: 15px 0;
  font-size: 10px;
}

@media screen and (min-width: 768px) {
  .equipmentItem h3 {
    margin: 15px 0;
    font-size: 21px;
  }
  .equipmentItem p {
    font-size: 16px;
  }
}

/* dining-lg-narrow */
@media screen and (min-width: 920px) {
  .equipmentItem .dining-lg-narrow {
    flex: 0 0 27%;
    max-width: 27%;
  }
}





/*

設備仕様( ECOLOGY )

URL : /ecology.html

*/
.ecology .ecology__intro {
  margin: 0 auto;
}

.ecology .sectionBlock__inner {
  max-width: 1200px;
}

.ecology .sectionBlock figure.mainImg {
  margin-bottom: 20px;
}

.ecology .sectionBlock .row {
  margin: 0 -5px;
}

.ecology .sectionBlock .row > div {
  padding: 0 5px;
}

@media screen and (min-width: 920px) {
  .ecology .narrow {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
  }
  .ecology .sectionBlock .row {
    margin: 0 -25px;
  }
  .ecology .sectionBlock .row > div {
    padding: 0 25px;
  }
  .ecology .sectionBlock .row > div .row {
    margin: 0 -5px;
  }
  .ecology .sectionBlock .row > div .row > div {
    padding: 0 5px;
  }
  .ecology .sectionBlock .row > div figure {
    margin: 15px 0;
  }
}

/* ecologyItem */
.ecologyItem{
  margin: 20px 0;
}

.ecologyItem figure {
  margin: 15px 0;
  position: relative;
}

.ecologyItem figcaption {
  display: flex;
  align-items: center;
  padding: 3px 5px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  background-color: #000;
  position: absolute;
  right: 3px;
  bottom: 3px;
}

.ecologyItem h3 {
  margin: 0 0 15px;
  padding: 0 0 15px;
  color: #0b386e;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #0b386e;
}

.ecologyItem h3.no-border {
  padding: 0;
  border: 0;
}

.ecologyItem h3.icon_1, .ecologyItem h3.icon_2 {
  position: relative;
}

.ecologyItem h3.icon_1::after, .ecologyItem h3.icon_2::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 5px;
}

.ecologyItem h3.icon_1::after {
  width: 101px;
  height: 25px;
  background-image: url(../images/ecology/icon_1.png);
}

.ecologyItem h3.icon_2::after {
  width: 105px;
  height: 30px;
  background-image: url(../images/ecology/icon_2.png);
}

.ecologyItem h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
  padding: 0;
  width: 100%;
  height: 47px;
  color: #0b386e;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  border: 1px solid #0b386e;
}

.ecologyItem p {
  margin: 15px 0;
  font-size: 10px;
}

.ecologyItem p small {
  display: inline-block;
  font-size: 80%;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .ecologyItem{
    margin: 0;
  }
  .ecologyItem figure {
    margin: 30px 0;
  }
  .ecologyItem h3 {
    margin: 40px 0 15px;
    font-size: 21px;
  }
  .ecologyItem h3.icon_1::after {
    width: 202px;
    height: 50px;
  }
  .ecologyItem h3.icon_2::after {
    width: 211px;
    height: 60px;
  }
  .ecologyItem h4 {
    font-size: 18px;
  }
  .ecologyItem p {
    font-size: 16px;
  }
}

.ecology .multimedia_main {
  margin: 15px 0;
}

@media screen and (min-width: 920px) {
  .ecology .multimedia_main {
    margin: 30px 0;
  }
}





/*

セキュリティシステム( SECURITY )

URL : /security.html

*/
.security .ecology__intro {
  margin: 0 auto;
}

.security .sectionBlock__inner {
  max-width: 1200px;
}

.security .sectionBlock .row {
  margin: 0 -5px;
}

.security .sectionBlock .row > div {
  padding: 0 5px;
}

@media screen and (min-width: 920px) {
  .security .sectionBlock .row {
    margin: 0 -25px;
  }
  .security .sectionBlock .row > div {
    padding: 0 25px;
  }
  .security .sectionBlock .row > div .row {
    margin: 0 -5px;
  }
  .security .sectionBlock .row > div .row > div {
    padding: 0 5px;
  }
  .security .sectionBlock .row > div figure {
    margin: 15px 0;
  }
}

/* securityItem */
.securityItem.bg-bwn {
  margin: 30px 0;
  padding: 20px;
  background-color: #eae5da;
}

.securityItem.bg-bwn h3 {
  margin-top: 0;
}

.securityItem figure {
  margin: 15px 0;
  position: relative;
}

.securityItem figcaption {
  display: flex;
  align-items: center;
  padding: 3px 5px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  background-color: #000;
  position: absolute;
  right: 3px;
  bottom: 3px;
}

.securityItem figcaption.bg-none {
  color: #000;
  background-color: transparent;
}

.securityItem figcaption.txt-shadow {
  color: #fff;
  background-color: transparent;
  text-shadow: 3px 3px 4px #000, -3px 3px 4px #000, 3px -3px 4px #000, -3px -3px 4px #000;
}

.securityItem h3 {
  margin: 30px 0 15px;
  padding: 0 0 15px;
  color: #5c4232;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #5c4232;
}

.securityItem p {
  margin: 15px 0;
  font-size: 10px;
}

@media screen and (min-width: 768px) {
  .securityItem.bg-bwn {
    margin: 50px 0;
    padding: 50px;
  }
  .securityItem figure {
    margin: 30px 0;
  }
  .securityItem h3 {
    margin: 40px 0 15px;
    font-size: 21px;
  }
  .securityItem p {
    font-size: 16px;
  }
}






/*

基本構造( STRUCTURE )

URL : /structure.html

*/
.structure .sectionBlock__inner {
  max-width: 1200px;
}

.structure .sectionBlock .row {
  margin: 0 -5px;
}

.structure .sectionBlock .row > div {
  padding: 0 5px;
}

@media screen and (min-width: 920px) {
  .structure .sectionBlock .row {
    margin: 0 -25px;
  }
  .structure .sectionBlock .row > div {
    padding: 0 25px;
  }
  .structure .sectionBlock .row > div .row {
    margin: 0 -5px;
  }
  .structure .sectionBlock .row > div .row > div {
    padding: 0 5px;
  }
  .structure .sectionBlock .row > div figure {
    margin: 15px 0;
  }
  .structure .narrow {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
  }
}

/* structureItem */
.structureItem.bg-bwn {
  margin: 30px 0;
  padding: 20px;
  background-color: #eae5da;
}

.structureItem.bg-bwn h3 {
  margin-top: 0;
}

.structureItem.border-bwn {
  border: 1px solid #5c4232;
  margin: 30px 0;
  padding: 20px;
}

.structureItem.border-bwn h3 {
  margin-top: 0;
  font-size: 13px;
}

.structureItem figure {
  margin: 15px 0;
  position: relative;
}

.structureItem figcaption {
  display: flex;
  align-items: center;
  padding: 3px 5px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  background-color: #000;
  position: absolute;
  right: 3px;
  bottom: 3px;
}

.structureItem figcaption.bg-none {
  color: #000;
  background-color: transparent;
}

.structureItem figcaption.txt-shadow {
  color: #fff;
  background-color: transparent;
  text-shadow: 3px 3px 4px #000, -3px 3px 4px #000, 3px -3px 4px #000, -3px -3px 4px #000;
}

.structureItem h3 {
  margin: 30px 0 15px;
  padding: 0 0 15px;
  color: #5c4232;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #5c4232;
}

.structureItem h3.no-border {
  padding: 0;
  border: 0;
}

.structureItem p {
  margin: 15px 0;
  font-size: 10px;
}

.structureItem p small {
  display: inline-block;
  font-size: 80%;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .structureItem.border-bwn h3{
    font-size: 21px;
  }
  .structureItem.bg-bwn {
    margin: 50px 0;
    padding: 50px;
  }
  .structureItem.bg-bwn.pd-md-30 {
    padding: 30px;
  }
  .structureItem figure {
    margin: 30px 0;
  }
  .structureItem h3 {
    margin: 40px 0 15px;
    font-size: 21px;
  }
  .structureItem p {
    font-size: 16px;
  }
}

/*
FirstView Banner
*/
.firstViewBanner{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 65537;
}

.firstViewBanner__bg{
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  cursor: pointer;
}

.loaded .firstViewBanner{
  transition: all 1s ease-in-out 0.2s;
  opacity: 0;
  pointer-events: none;
}

.firstViewBanner .brtWrap{
  width: 91%;
  max-width: 900px;
  position: relative;
}

.firstViewBanner .brtWrap .closeBtn{
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: -50px;
  cursor: pointer;
}

.firstViewBanner .brtWrap .closeBtn::before,
.firstViewBanner .brtWrap .closeBtn::after{
  content: "";
  dislay: block;
  width: 20px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 20px;
  left: 10px;
}

.firstViewBanner .brtWrap .closeBtn::before{
  transform: rotate(-45deg);
}

.firstViewBanner .brtWrap .closeBtn::after{
  transform: rotate(45deg);
}



.contentsBannerBlock{
  margin: 0 auto 20px;
  padding: 0;
  width: 90%;
  max-width: 900px;
  text-align: center;
}

@media screen and (min-width:768px){
  .contentsBannerBlock{
    margin: 50px auto;
  }  
}



.topModalBnr {
  width: 90%;
  max-width: 900px;
  text-align: center;
  margin: 50px auto;
  line-height: 0;
}
.topModalBnr a {
  display: inline-block;
}
@media screen and (max-width:767px){
  .topModalBnr {
    margin: 20px auto;
  }
}

/* modal
--------------------------------------------------*/
#modalArea {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	-webkit-overflow-scrolling: touch;
	z-index: 9999;
}
#modalTable {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	padding: 60px 20px;
}
#modalCell {
	display: table-cell;
	vertical-align: middle;
}
#modalInner {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}
#modalInner img {
	max-width: 100%;
	height: auto;
}
#modalInner .inVertical img {
	max-width: 60%;
}
#modalContents iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
#modalContents {
  position: relative;
  padding-bottom: 56%;
}
#modalClose {
	position: absolute;
	top: -60px;
	right: 0;
	width: 50px;
	height: 50px;
	cursor: pointer;
}
#modalClose:before,
#modalClose:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
	width: 40px;
	height: 2px;
	margin-left: -20px;
	background-color: #fff;
}
#modalClose:before {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
#modalClose:after {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
@media only screen and (max-width:767px) {
	#modalArea {
		-webkit-overflow-scrolling: touch;
	}
}
