@charset "UTF-8";
/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, nav, section, details, summary {
  display: block;
}

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {
  max-width: 100%;
}

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll;
}

/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select, input, textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0;
}

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible;
}

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

html,
body {
  -webkit-text-size-adjust: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  word-wrap: break-word;
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a {
  text-decoration: none;
  color: #d8d8d8;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.modal {
  display: none;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.container {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 48em) {
  .is-pc {
    display: none !important;
  }
}

@media (min-width: 48.0625em) {
  .is-sp {
    display: none !important;
  }
}

.inner {
  margin: 0 auto;
}

@media (max-width: 48em) {
  .inner {
    padding: 0 20px;
  }
}

@media (min-width: 48.0625em) {
  .inner {
    max-width: 1080px;
  }
}

@media (min-width: 48.0625em) {
  .js-tabbtn, .js-tabbtn2, .js-tabbtn-date {
    cursor: pointer;
  }
}

.js-tabcont, .js-tabcont2, .js-tabcont-date {
  display: none;
}

.js-tabcont.is-current, .js-tabcont2.is-current, .js-tabcont-date.is-current {
  display: block;
}

@media (min-width: 48.0625em) {
  .js-acdbtn {
    cursor: pointer;
  }
}

.js-acdcont {
  display: none;
}

.js-acdcont.is-active {
  display: block;
}

.yu-mincho {
  font-family: "Yu Mincho", "YuMincho", serif;
}

.prata {
  font-family: 'Prata', serif;
}

.md-btn {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-align: center;
  background: #c80336;
  -webkit-box-shadow: 0 2px 0 #a6002b;
  box-shadow: 0 2px 0 #a6002b;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 4px;
  line-height: 1.2;
  padding: 8px 15px;
}

@media (min-width: 48.0625em) {
  .md-btn {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 15px 35px;
    -webkit-box-shadow: 0 4px 0 #a6002b;
    box-shadow: 0 4px 0 #a6002b;
  }
  .md-btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translate3d(0, 4px, 0);
    transform: translate3d(0, 4px, 0);
  }
}

.md-heading {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
  font-family: "Yu Mincho", "YuMincho", "游明朝", serif;
  font-weight: bold;
}

@media (min-width: 48.0625em) {
  .md-heading {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

.md-heading-rome {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: 'Prata', serif;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  letter-spacing: 2px;
}

@media (min-width: 48.0625em) {
  .md-heading-rome {
    font-size: 20px;
    font-size: 2rem;
  }
}

.md-lead {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 30px;
}

@media (min-width: 48.0625em) {
  .md-lead {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    margin-top: 40px;
  }
}

.md-attention {
  font-size: 11px;
  font-size: 1.1rem;
  margin-top: 20px;
}

@media (min-width: 48.0625em) {
  .md-attention {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 25px;
  }
}

.anim-fadeUp {
  -webkit-transition: opacity .4s, -webkit-transform .4s;
  transition: opacity .4s, -webkit-transform .4s;
  transition: transform .4s, opacity .4s;
  transition: transform .4s, opacity .4s, -webkit-transform .4s;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.anim-fadeUp.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 20px;
}

@media (min-width: 48.0625em) {
  .header .inner {
    padding: 25px 0;
  }
}

.header__logo {
  width: 32%;
}

@media (max-width: 48em) {
  .header__logo {
    max-width: 240px;
    min-width: 120px;
  }
}

@media (min-width: 48.0625em) {
  .header__logo {
    width: 185px;
  }
}

.header__txt {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Yu Mincho", "YuMincho", "游明朝", serif;
  line-height: 1.6;
  margin-left: 45px;
}

.header__txt .irreg {
  font-size: 18px;
  font-size: 1.8rem;
}

.header__btn {
  margin-left: auto;
}

@media (max-width: 48em) {
  .footer .inner {
    padding: 0 0 40px 0;
  }
}

@media (min-width: 48.0625em) {
  .footer .inner {
    padding-bottom: 60px;
  }
}

@media (min-width: 48.0625em) {
  .footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0;
    border-bottom: 1px solid #eee;
  }
}

.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 48em) {
  .footer__sns {
    padding: 25px 20px;
    border-bottom: 1px solid #eee;
  }
}

.footer__sns dt {
  font-size: 12px;
  font-size: 1.2rem;
  width: 46.26866%;
  text-align: center;
}

@media (min-width: 48.0625em) {
  .footer__sns dt {
    font-size: 14px;
    font-size: 1.4rem;
    width: 150px;
    text-align: left;
  }
}

.footer__sns dd {
  width: 8.95522%;
  margin-right: 7.46269%;
}

.footer__sns dd:last-of-type {
  margin-right: 0;
}

@media (min-width: 48.0625em) {
  .footer__sns dd {
    width: 35px;
    margin-right: 35px;
  }
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 48em) {
  .footer__menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 25px 20px;
    border-bottom: 1px solid #eee;
  }
}

@media (min-width: 48.0625em) {
  .footer__menu {
    margin-left: auto;
  }
}

.footer__menu li:not(:first-of-type) {
  margin-left: 30px;
}

.footer__menu li a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
  position: relative;
  padding-left: 10px;
  display: inline-block;
}

.footer__menu li a::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}

.footer__txt {
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 35px;
  padding: 0 20px;
}

@media (min-width: 48.0625em) {
  .footer__txt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 55px;
  }
}

.footer__logo {
  margin: 15px auto 0;
  text-align: center;
}

@media (max-width: 48em) {
  .footer__logo {
    width: 37.31343%;
    min-width: 125px;
    max-width: 250px;
  }
}

@media (min-width: 48.0625em) {
  .footer__logo {
    margin-top: 25px;
    width: 195px;
  }
}

body {
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 48.0625em) {
  body {
    min-width: 1080px;
  }
}

.mainvisual {
  position: relative;
}

.mainvisual .slick-slide li {
  vertical-align: bottom;
}

.mainvisual .slick-slide li img {
  width: 100%;
}

.mainvisual .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.mainvisual__txt01 {
  margin: 0 auto;
}

@media (max-width: 48em) {
  .mainvisual__txt01 {
    width: 61.9403%;
    padding-top: 8.95522%;
  }
}

@media (min-width: 48.0625em) {
  .mainvisual__txt01 {
    padding-top: 7.40741%;
  }
}

.mainvisual__txt02 {
  margin-top: 30px;
}

.mainvisual__txt-sp {
  width: 79.10448%;
  margin: 8.95522% auto 0;
}

.mainvisual__label {
  position: absolute;
  top: 30px;
  right: 40px;
}

.service {
  background: #003668;
  padding: 30px 0;
}

@media (min-width: 48.0625em) {
  .service {
    padding: 60px 0;
  }
}

.service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 48.0625em) {
  .service__list {
    width: 852px;
    margin: 0 auto;
  }
}

@media (max-width: 48em) {
  .service__list .list__item {
    width: 47.76119%;
    margin-top: -4.47761%;
  }
  .service__list .list__item:first-of-type {
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  .service__list .list__item:first-of-type img {
    width: 47.76119%;
  }
}

@media (min-width: 48.0625em) {
  .service__list .list__item {
    width: 260px;
  }
}

.service__txt {
  text-align: center;
  margin: 5.97015% auto 0;
  width: 91.04478%;
}

@media (min-width: 48.0625em) {
  .service__txt {
    margin-top: 60px;
    width: 610px;
  }
}

.intro {
  background: url(../images/intro_bg.png) repeat center top;
  padding: 80px 0 45px;
}

@media (min-width: 48.0625em) {
  .intro {
    padding: 135px 0 80px;
  }
}

.intro__heading {
  text-align: center;
  color: #b49531;
  font-family: "Yu Mincho", "YuMincho", "游明朝", serif;
  position: relative;
  font-weight: 600;
}

.intro__heading::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: url(../images/intro_heading_bg.png) no-repeat center top;
  background-size: cover;
  width: 110px;
  height: 24px;
  top: -40px;
}

@media (min-width: 48.0625em) {
  .intro__heading::before {
    width: 140px;
    height: 30px;
    top: -55px;
  }
}

.intro__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 25px;
}

@media (min-width: 48.0625em) {
  .intro__list {
    margin-top: 50px;
  }
}

@media (max-width: 48em) {
  .intro__list .list__item {
    width: 48.50746%;
    margin-top: 2.98507%;
  }
  .intro__list .list__item:first-of-type, .intro__list .list__item:nth-of-type(2) {
    margin-top: 0;
  }
}

@media (min-width: 48.0625em) {
  .intro__list .list__item {
    width: 252px;
  }
  .intro__list .list__item:nth-of-type(n + 5) {
    margin-top: 24px;
  }
}

.intro__list .list__item img {
  width: 100%;
}

.reason {
  background: #e6ecf5;
  padding: 40px 0;
}

@media (min-width: 48.0625em) {
  .reason {
    padding: 80px 0;
  }
}

.reason .heading-rome {
  color: #003668;
}

.reason__heading .irreg {
  color: #003668;
  font-size: 32px;
  font-size: 3.2rem;
  font-style: italic;
}

@media (min-width: 48.0625em) {
  .reason__heading .irreg {
    font-size: 56px;
    font-size: 5.6rem;
  }
}

.reason__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.reason__list .list__item {
  width: 100%;
  background: #fff;
  padding: 0 20px 10px;
  position: relative;
  margin-top: 40px;
}

@media (min-width: 48.0625em) {
  .reason__list .list__item {
    width: 340px;
    padding: 0 18px 20px;
    margin-top: 65px;
  }
}

.reason__list .item__img {
  margin-top: -20px;
}

@media (min-width: 48.0625em) {
  .reason__list .item__img {
    margin-top: -30px;
  }
}

.reason__list .item__img img {
  width: 100%;
}

.reason__list .item__heading {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 15px;
}

@media (min-width: 48.0625em) {
  .reason__list .item__heading {
    margin-top: 25px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.reason__list .item__txt {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 15px;
}

@media (min-width: 48.0625em) {
  .reason__list .item__txt {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.reason__list .item__num {
  position: absolute;
  bottom: 0;
  right: 20px;
}

.reason__list .item__num img {
  width: auto;
  height: 33px;
}

@media (min-width: 48.0625em) {
  .reason__list .item__num img {
    width: auto;
    height: 45px;
  }
}

.entertainment {
  background: #f3f2ea;
  padding: 40px 0;
}

@media (min-width: 48.0625em) {
  .entertainment {
    padding: 80px 0;
  }
}

.entertainment .heading-rome {
  color: #b49531;
}

.entertainment__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.entertainment__list .list__item {
  width: 48.50746%;
  position: relative;
  margin-top: 5px;
  background: url(../images/etm_item_bg.png) repeat center top;
}

@media (min-width: 48.0625em) {
  .entertainment__list .list__item {
    width: 252px;
    margin-top: 20px;
  }
}

.entertainment__list .list__item .kazari {
  background: #f3f2ea;
}

.entertainment__list .list__item .kazari img {
  width: 100%;
}

.entertainment__list .list__item dl {
  margin-top: -2px;
}

.entertainment__list .item__heading {
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Yu Mincho", "YuMincho", "游明朝", serif;
  text-align: center;
  color: #b49531;
  padding: 8px 0;
}

@media (min-width: 48.0625em) {
  .entertainment__list .item__heading {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 15px 0;
  }
}

.entertainment__list .item__img img {
  width: 100%;
}

.entertainment__list .item__txt {
  font-size: 11px;
  font-size: 1.1rem;
  padding: 10px;
}

@media (min-width: 48.0625em) {
  .entertainment__list .item__txt {
    padding: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.point {
  background: #f3f2ea;
  padding: 40px 0;
}

@media (min-width: 48.0625em) {
  .point {
    padding: 80px 0;
  }
}

.point .heading-rome {
  color: #b49531;
}

.point__heading .irreg {
  color: #b49531;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
}

@media (min-width: 48.0625em) {
  .point__heading .irreg {
    font-size: 56px;
    font-size: 5.6rem;
  }
}

.point__txt {
  margin: 40px auto 0;
}

@media (min-width: 48.0625em) {
  .point__txt {
    width: 520px;
    margin-top: 55px;
  }
}

@media (max-width: 48em) {
  .point__txt img {
    width: 100%;
  }
}

.point__img {
  text-align: center;
  margin: 20px auto 0;
}

@media (min-width: 48.0625em) {
  .point__img {
    margin-top: 40px;
  }
}

@media (max-width: 48em) {
  .point__img img {
    width: 100%;
  }
}

.benefit {
  background: #e6ecf5;
  padding: 40px 0;
}

@media (min-width: 48.0625em) {
  .benefit {
    padding: 80px 0;
  }
}

.benefit .heading-rome {
  color: #003668;
}

.benefit__heading .irreg {
  color: #003668;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
}

@media (min-width: 48.0625em) {
  .benefit__heading .irreg {
    font-size: 40px;
    font-size: 4rem;
  }
}

.benefit__lead {
  margin-bottom: 40px;
}

@media (min-width: 48.0625em) {
  .benefit__lead {
    margin-bottom: 55px;
  }
}

.benefit__box {
  background: #fff;
  position: relative;
  margin-top: 20px;
}

@media (min-width: 48.0625em) {
  .benefit__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }
}

.benefit__box::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #003668 transparent transparent transparent;
  display: block;
}

@media (min-width: 48.0625em) {
  .benefit__box::before {
    top: 6px;
    left: 6px;
    border-width: 40px 40px 0 0;
  }
}

@media (min-width: 48.0625em) {
  .benefit__box::after {
    content: "";
    position: absolute;
    top: 15%;
    left: 50%;
    width: 1px;
    height: 70%;
    background: #003668;
  }
}

.benefit__box .box__description {
  padding: 35px 20px 0;
}

@media (min-width: 48.0625em) {
  .benefit__box .box__description {
    width: 540px;
    padding: 40px;
  }
}

.benefit__box .box__description-heading {
  font-weight: bold;
  color: #003668;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}

@media (min-width: 48.0625em) {
  .benefit__box .box__description-heading {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: left;
  }
}

.benefit__box .box__description-txt {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 15px;
}

@media (min-width: 48.0625em) {
  .benefit__box .box__description-txt {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 20px;
  }
}

.benefit__box .box__img {
  padding: 20px;
}

@media (min-width: 48.0625em) {
  .benefit__box .box__img {
    width: 540px;
    padding: 30px 40px;
  }
}

@media (max-width: 48em) {
  .benefit__box .box__img img {
    width: 100%;
  }
}

.talk {
  background: #f3f2ea;
  padding: 40px 0;
}

@media (min-width: 48.0625em) {
  .talk {
    padding: 80px 0;
  }
}

.talk .heading-rome {
  color: #b49531;
}

.talk__heading .irreg {
  color: #b49531;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
}

@media (min-width: 48.0625em) {
  .talk__heading .irreg {
    font-size: 40px;
    font-size: 4rem;
  }
}

.talk__list {
  margin-top: 40px;
}

@media (min-width: 48.0625em) {
  .talk__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
  }
}

.talk__list .list__item:nth-of-type(2n-1) {
  margin-top: 30px;
}

.talk__list .list__item:nth-of-type(2n) {
  margin-top: 15px;
}

@media (min-width: 48.0625em) {
  .talk__list .list__item {
    width: 520px;
  }
  .talk__list .list__item:nth-of-type(2n-1) {
    margin-top: 25px;
  }
  .talk__list .list__item:nth-of-type(2n) {
    margin-top: 55px;
  }
}

@media (max-width: 48em) {
  .talk__list .list__item img {
    width: 100%;
  }
}

.detail {
  background: #e6ecf5;
  padding: 40px 0;
}

@media (min-width: 48.0625em) {
  .detail {
    padding: 80px 0;
  }
}

.detail .heading-rome {
  color: #003668;
}

.detail__heading .irreg {
  color: #003668;
  font-size: 32px;
  font-size: 3.2rem;
}

@media (min-width: 48.0625em) {
  .detail__heading .irreg {
    font-size: 40px;
    font-size: 4rem;
  }
}

.detail .date__tab {
  margin-top: 40px;
}

@media (min-width: 48.0625em) {
  .detail .date__tab {
    margin-top: 55px;
  }
}

.detail .date__tab-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.detail .date__tab-btn li {
  width: 50%;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  background: #b49531;
  color: #fff;
  padding: 16px 10px;
}

@media (min-width: 48.0625em) {
  .detail .date__tab-btn li {
    font-size: 20px;
    font-size: 2rem;
    padding: 15px 10px;
  }
}

.detail .date__tab-btn li.is-current {
  color: #b49531;
  background: #fff;
  position: relative;
}

.detail .date__tab-btn li.is-current::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #fff transparent transparent transparent;
}

@media (min-width: 48.0625em) {
  .detail .date__tab-btn li.is-current::after {
    border-width: 15px 15px 0 15px;
  }
}

.detail__tab {
  margin-top: 15px;
}

@media (min-width: 48.0625em) {
  .detail__tab {
    margin-top: 20px;
  }
}

.detail__tab .tab__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.detail__tab .tab__btn li {
  text-align: center;
  background: #003668;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  font-size: 1.1rem;
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  position: relative;
}

.detail__tab .tab__btn li::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}

.detail__tab .tab__btn li:first-of-type {
  width: 34%;
}

.detail__tab .tab__btn li:first-of-type::before {
  display: none;
}

@media (min-width: 48.0625em) {
  .detail__tab .tab__btn li {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 9px 10px;
  }
}

.detail__tab .tab__btn li.is-current {
  background: #fff;
  color: #003668;
}

.detail__tab .tab__cont {
  background: #fff;
  padding: 20px;
}

@media (min-width: 48.0625em) {
  .detail__tab .tab__cont {
    padding: 40px;
  }
}

@media (min-width: 48.0625em) {
  .detail__tab-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 48.0625em) {
  .detail__schedule .tab__img {
    width: 400px;
  }
}

@media (max-width: 48em) {
  .detail__schedule .tab__txt {
    margin-top: 20px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media (min-width: 48.0625em) {
  .detail__schedule .tab__txt {
    font-size: 16px;
    font-size: 1.6rem;
    width: 560px;
  }
}

.detail__schedule .schedule__box {
  display: table;
  table-layout: fixed;
  font-size: 11px;
  font-size: 1.1rem;
  width: 100%;
  border: 1px solid #e4e4e4;
  border-bottom: none;
}

@media (min-width: 48.0625em) {
  .detail__schedule .schedule__box {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.detail__schedule .schedule__box:last-of-type {
  border-bottom: 1px solid #e4e4e4;
}

.detail__schedule .schedule__box dt, .detail__schedule .schedule__box dd {
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
}

@media (min-width: 48.0625em) {
  .detail__schedule .schedule__box dt, .detail__schedule .schedule__box dd {
    padding: 5px 15px;
  }
}

.detail__schedule .schedule__box dt {
  background: #eee;
  width: 18.64407%;
}

@media (min-width: 48.0625em) {
  .detail__schedule .schedule__box dt {
    width: 80px;
  }
}

.detail__depart .depart__box {
  width: 100%;
  border: 1px solid #e4e4e4;
  border-bottom: none;
}

@media (max-width: 48em) {
  .detail__depart .depart__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media (min-width: 48.0625em) {
  .detail__depart .depart__box {
    display: table;
    table-layout: fixed;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.detail__depart .depart__box:last-of-type {
  border-bottom: 1px solid #e4e4e4;
}

@media (max-width: 48em) {
  .detail__depart .depart__box dt, .detail__depart .depart__box dd {
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 48.0625em) {
  .detail__depart .depart__box dt, .detail__depart .depart__box dd {
    display: table-cell;
    vertical-align: middle;
    padding: 30px 40px;
  }
}

.detail__depart .depart__box dt {
  background: #eee;
}

@media (max-width: 48em) {
  .detail__depart .depart__box dt {
    padding: 7px 5px;
  }
}

@media (min-width: 48.0625em) {
  .detail__depart .depart__box dt {
    width: 320px;
  }
}

.detail__depart .depart__box dd {
  font-weight: bold;
}

@media (max-width: 48em) {
  .detail__depart .depart__box dd {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px 5px;
  }
}

@media (min-width: 48.0625em) {
  .detail__depart .depart__box dd {
    font-size: 20px;
    font-size: 2rem;
  }
}

.detail__depart .depart__box-fee {
  color: #c80336;
  font-weight: bold;
}

@media (max-width: 48em) {
  .detail__depart .depart__box-fee {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.detail__depart .depart__box-txt {
  font-size: 12px;
  font-size: 1.2rem;
}

@media (min-width: 48.0625em) {
  .detail__depart .depart__box-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.detail__depart .depart__box .irreg {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}

@media (min-width: 48.0625em) {
  .detail__depart .depart__box .irreg {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.detail__depart .depart__box .md-attention {
  font-weight: normal;
}

@media (max-width: 48em) {
  .detail__depart .depart__box .md-attention {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media (min-width: 48.0625em) {
  .detail__condition .tab__txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.detail__condition .condition__box {
  display: table;
  table-layout: fixed;
  font-size: 11px;
  font-size: 1.1rem;
  width: 100%;
  border: 1px solid #e4e4e4;
  border-bottom: none;
}

@media (min-width: 48.0625em) {
  .detail__condition .condition__box {
    font-size: 14px;
    font-size: 1.4rem;
    width: 50%;
  }
  .detail__condition .condition__box:nth-of-type(2n) {
    border-left: none;
  }
}

.detail__condition .condition__box:nth-last-of-type(2) {
  width: 100%;
}

.detail__condition .condition__box:last-of-type {
  border-bottom: 1px solid #e4e4e4;
  width: 100%;
}

.detail__condition .condition__box dt, .detail__condition .condition__box dd {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 8px;
}

@media (min-width: 48.0625em) {
  .detail__condition .condition__box dt, .detail__condition .condition__box dd {
    padding: 15px 30px;
  }
}

.detail__condition .condition__box dt {
  background: #eee;
  width: 32.20339%;
}

@media (min-width: 48.0625em) {
  .detail__condition .condition__box dt {
    width: 180px;
  }
}

.msc {
  background: #e6ecf5;
  padding: 40px 0;
}

@media (min-width: 48.0625em) {
  .msc {
    padding: 80px 0;
  }
}

.msc__heading {
  text-align: center;
  color: #003668;
  font-size: 16px;
  font-size: 1.6rem;
}

@media (min-width: 48.0625em) {
  .msc__heading {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

.msc__heading span {
  display: inline-block;
  position: relative;
}

.msc__heading span::before, .msc__heading span::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
}

@media (min-width: 48.0625em) {
  .msc__heading span::before, .msc__heading span::after {
    margin-top: -14px;
    width: 28px;
    height: 28px;
  }
}

.msc__heading span::before {
  background: url(../images/deco01_l.png) no-repeat center top;
  background-size: cover;
  left: -25px;
}

@media (min-width: 48.0625em) {
  .msc__heading span::before {
    left: -50px;
  }
}

.msc__heading span::after {
  background: url(../images/deco01_r.png) no-repeat center top;
  background-size: cover;
  right: -25px;
}

@media (min-width: 48.0625em) {
  .msc__heading span::after {
    right: -50px;
  }
}

.msc__img {
  margin-top: 25px;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (min-width: 48.0625em) {
  .msc__img {
    margin-top: 40px;
  }
}

.msc__img .movie__btn {
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 48em) {
  .msc__img .movie__btn {
    width: 13.33333%;
  }
}

.msc__img .movie__thumb {
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.msc__img iframe {
  -webkit-transition: .3s;
  transition: .3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.msc__img.ready {
  position: relative;
}

.msc__img.ready .movie__btn {
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9990;
  cursor: pointer;
}

.msc__img.ready .movie__thumb {
  opacity: 1;
  display: block;
  background: url(../images/movie_thumb_sp.jpg) no-repeat center top;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

@media (min-width: 48.0625em) {
  .msc__img.ready .movie__thumb {
    background: url(../images/movie_thumb.jpg) no-repeat center top;
    background-size: cover;
  }
}

.msc__img.ready iframe {
  opacity: 0;
}

.msc__txt {
  font-size: 11px;
  font-size: 1.1rem;
  margin-top: 25px;
}

@media (min-width: 48.0625em) {
  .msc__txt {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    margin-top: 50px;
  }
}

.msc__caption {
  font-size: 11px;
  font-size: 1.1rem;
  margin-top: 15px;
}

@media (min-width: 48.0625em) {
  .msc__caption {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
  }
}

.qa {
  background: #f3f2ea;
  padding: 40px 0;
}

@media (min-width: 48.0625em) {
  .qa {
    padding: 80px 0;
  }
}

@media (max-width: 48em) {
  .qa .inner {
    padding: 0;
  }
}

.qa__heading {
  text-align: center;
  color: #b49531;
  font-size: 32px;
  font-size: 3.2rem;
}

@media (min-width: 48.0625em) {
  .qa__heading {
    font-size: 56px;
    font-size: 5.6rem;
  }
}

.qa__heading-txt {
  text-align: center;
}

.qa__heading-txt span {
  font-family: "Yu Mincho", "YuMincho", "游明朝", serif;
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
}

@media (min-width: 48.0625em) {
  .qa__heading-txt span {
    font-size: 20px;
    font-size: 2rem;
  }
}

.qa__heading-txt span::before, .qa__heading-txt span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 1px;
  display: inline-block;
  background: #b49531;
}

@media (min-width: 48.0625em) {
  .qa__heading-txt span::before, .qa__heading-txt span::after {
    width: 30px;
    height: 1px;
  }
}

.qa__heading-txt span::before {
  left: -30px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 48.0625em) {
  .qa__heading-txt span::before {
    left: -40px;
  }
}

.qa__heading-txt span::after {
  right: -30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (min-width: 48.0625em) {
  .qa__heading-txt span::after {
    right: -40px;
  }
}

.qa__lead {
  margin-bottom: 40px;
}

@media (max-width: 48em) {
  .qa__lead {
    padding: 0 20px;
  }
}

@media (min-width: 48.0625em) {
  .qa__lead {
    margin-bottom: 55px;
  }
}

.qa__box {
  margin-top: 5px;
}

@media (min-width: 48.0625em) {
  .qa__box {
    margin-top: 20px;
  }
}

.qa__box dt {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  background: #b49531;
  position: relative;
  padding: 20px 40px 20px 65px;
}

@media (min-width: 48.0625em) {
  .qa__box dt {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 29px 55px 29px 110px;
  }
}

.qa__box dt::before {
  content: "Q";
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #b49531;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 20px;
  width: 30px;
  height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media (min-width: 48.0625em) {
  .qa__box dt::before {
    top: 20px;
    left: 30px;
    width: 50px;
    height: 50px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.qa__box dt::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
  line-height: 1;
  font-size: 16px;
  font-size: 1.6rem;
}

@media (min-width: 48.0625em) {
  .qa__box dt::after {
    right: 30px;
    margin-top: -10px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.qa__box dt.is-active::after {
  content: "\f106";
}

.qa__box dd {
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  background: #fff;
  padding: 15px 40px 20px 65px;
}

@media (min-width: 48.0625em) {
  .qa__box dd {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 25px 20px 35px 110px;
  }
}

.qa__box dd::before {
  content: "A";
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #b49531;
  background: #eee;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 20px;
  width: 30px;
  height: 30px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media (min-width: 48.0625em) {
  .qa__box dd::before {
    top: 20px;
    left: 30px;
    width: 50px;
    height: 50px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.gallery {
  background: url(../images/gallery_bg.png) repeat center top;
  padding: 35px 0 40px;
}

@media (min-width: 48.0625em) {
  .gallery {
    padding: 70px 0 80px;
  }
}

.gallery__heading {
  text-align: center;
  color: #003668;
  font-size: 32px;
  font-size: 3.2rem;
}

@media (min-width: 48.0625em) {
  .gallery__heading {
    font-size: 56px;
    font-size: 5.6rem;
  }
}

.gallery-slider {
  position: relative;
  margin-top: 30px;
}

@media (min-width: 48.0625em) {
  .gallery-slider {
    background: #fff;
    padding: 15px 15px 13px;
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.gallery .slider-main {
  position: relative;
}

.gallery .slider-main__wrap {
  position: relative;
}

@media (min-width: 48.0625em) {
  .gallery .slider-main {
    width: 780px;
  }
}

.gallery .slider-main .slider-item span {
  margin-top: 13px;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
}

@media (min-width: 48.0625em) {
  .gallery .slider-main .slider-item span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.gallery .slider-main__arw {
  width: 100%;
  position: absolute;
  height: 35px;
  margin-top: -17px;
}

@media (min-width: 48.0625em) {
  .gallery .slider-main__arw {
    display: none;
  }
}

.gallery .slider-main__arw .slick-prev, .gallery .slider-main__arw .slick-next {
  width: 31px;
  height: 35px;
  position: absolute;
  top: 0;
  display: inline-block;
}

.gallery .slider-main__arw .slick-prev {
  background: url(../images/arw_left.png) no-repeat center top;
  background-size: cover;
  left: 0;
}

.gallery .slider-main__arw .slick-next {
  background: url(../images/arw_right.png) no-repeat center top;
  background-size: cover;
  right: 0;
}

.gallery .slider-main .slick-slide {
  outline: none;
}

.gallery .slider-nav__wrap {
  position: relative;
}

@media (max-width: 48em) {
  .gallery .slider-nav__wrap {
    margin-top: 15px;
  }
}

@media (min-width: 48.0625em) {
  .gallery .slider-nav__wrap {
    width: 252px;
    height: 520px;
  }
}

.gallery .slider-nav__wrap .slick-current .slider-item {
  position: relative;
}

.gallery .slider-nav__wrap .slick-current .slider-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 2px solid #003668;
  z-index: 1;
}

@media (min-width: 48.0625em) {
  .gallery .slider-nav__wrap .slick-current .slider-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 2px solid #003668;
    z-index: 1;
  }
}

.gallery .slider-nav__wrap .slick-current .slider-item img {
  opacity: .4;
  vertical-align: top;
}

@media (min-width: 48.0625em) {
  .gallery .slider-nav__wrap .slider-item {
    display: block !important;
    margin-bottom: 8px;
    height: 168px;
  }
  .gallery .slider-nav__wrap .slider-item img {
    height: 100%;
  }
}

@media (min-width: 48.0625em) {
  .gallery .slider-nav__wrap .slick-slide {
    border: none;
  }
}

@media (max-width: 48em) {
  .gallery .slider-nav__arw {
    display: none;
  }
}

.gallery .slider-nav__arw .slick-prev, .gallery .slider-nav__arw .slick-next {
  width: 40px;
  height: 34px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
}

.gallery .slider-nav__arw .slick-prev {
  background: url(../images/arw_bottom.png) no-repeat center top;
  top: 0px;
}

.gallery .slider-nav__arw .slick-next {
  background: url(../images/arw_top.png) no-repeat center top;
  bottom: 0px;
}

@media (max-width: 48em) {
  .gallery .slider-nav .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100% !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .gallery .slider-nav .slick-track::before, .gallery .slider-nav .slick-track::after {
    display: none;
  }
}

.gallery .slider-nav .slick-track .slick-slide {
  outline: none;
}

@media (max-width: 48em) {
  .gallery .slider-nav .slick-track .slick-slide {
    width: 24.32836% !important;
    margin-top: 0.89552% !important;
    float: none;
    height: auto;
  }
}

@media (max-width: 48em) {
  .gallery .slider-nav .slick-track .slider-item {
    vertical-align: top;
  }
}

.gallery .slider-counter {
  position: absolute;
  bottom: -40px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 48em) {
  .gallery .slider-counter {
    display: none;
  }
}

.gallery .slider-counter .slider-num::after {
  content: "/";
  padding: 0 5px;
}

.cta {
  background: #002548;
  padding: 30px 20px;
}

@media (min-width: 48.0625em) {
  .cta {
    padding: 60px 20px;
  }
}

.cta .inner {
  border: 2px solid #b49531;
  background: #fff;
  padding: 0;
  text-align: center;
  position: relative;
  padding-bottom: 25px;
}

@media (min-width: 48.0625em) {
  .cta .inner {
    border: 4px solid #b49531;
    padding-bottom: 40px;
  }
}

.cta__heading {
  display: inline-block;
  border-bottom: 1px solid #b49531;
  margin: 0 auto;
  padding: 0 5px 10px;
  position: relative;
  margin-top: 20px;
  font-family: "Yu Mincho", "YuMincho", "游明朝", serif;
}

@media (min-width: 48.0625em) {
  .cta__heading {
    padding: 0 10px 20px;
    margin-top: 30px;
  }
}

.cta__heading::before, .cta__heading::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #b49531;
  border-radius: 50%;
  position: absolute;
  bottom: -4px;
}

@media (min-width: 48.0625em) {
  .cta__heading::before, .cta__heading::after {
    width: 7px;
    height: 7px;
    bottom: -4px;
  }
}

.cta__heading::before {
  left: 0;
}

.cta__heading::after {
  right: 0;
}

.cta__heading .irreg {
  font-size: 30px;
  font-size: 3rem;
  color: #b49531;
}

@media (min-width: 48.0625em) {
  .cta__heading .irreg {
    font-size: 40px;
    font-size: 4rem;
  }
}

.cta__lead {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 20px;
  font-family: "Yu Mincho", "YuMincho", "游明朝", serif;
  font-weight: bold;
}

@media (max-width: 48em) {
  .cta__lead {
    letter-spacing: -1px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 10px;
  }
}

@media (min-width: 48.0625em) {
  .cta__lead {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 25px;
  }
}

.cta__lead-country {
  font-weight: bold;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}

@media (min-width: 48.0625em) {
  .cta__lead-country {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.cta__lead-country .ast {
  font-size: 9px;
  font-size: 0.9rem;
}

@media (min-width: 48.0625em) {
  .cta__lead-country .ast {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.cta__label {
  position: absolute;
  top: -22px;
  right: 15px;
  width: 180px;
  height: 180px;
}

.cta__btn {
  margin: 20px auto 0;
  width: 100%;
}

@media (min-width: 48.0625em) {
  .cta__btn {
    margin-top: 25px;
    width: 560px;
  }
}

.cta__btn-wrap {
  margin: 0 auto;
  width: 85.58559%;
}

@media (min-width: 48.0625em) {
  .cta__btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 960px;
  }
}

@media (max-width: 48em) {
  .cta__btn .md-btn {
    font-weight: 600;
    letter-spacing: -1px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 27px 30px 25px 10px;
  }
}

@media (min-width: 48.0625em) {
  .cta__btn .md-btn {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 38px 0 34px;
  }
}

.cta__btn .md-btn.arw-r {
  position: relative;
}

.cta__btn .md-btn.arw-r::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 7px;
  height: 12px;
  margin-top: -6px;
  background: url(../images/ico_arwR_w.png) no-repeat center top;
  background-size: cover;
}

@media (min-width: 48.0625em) {
  .cta__btn .md-btn.arw-r::after {
    width: 14px;
    height: 25px;
    right: 30px;
    margin-top: -12px;
  }
}

.cta__notice {
  margin: 20px auto 0;
}

@media (max-width: 48em) {
  .cta__notice {
    width: 85.58559%;
    font-size: 11px;
    font-size: 1.1rem;
    text-align: left;
  }
}

@media (min-width: 48.0625em) {
  .cta__notice {
    margin-top: 25px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/*# sourceMappingURL=../sourcemaps/style.css.map */
