@charset "UTF-8";
/*=============================================
* body
*=============================================*/
body {
  font-size: 13px;
  line-height: 1.8;
  color: #000;
  letter-spacing: 0;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  background: url("../img/shared/bg.jpg") repeat top center;
  text-align: justify;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 15px;
    line-height: 36px;
  }
}
.nav--opened {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.nav--opened #pagetop, .nav--opened .fx-btn {
  z-index: -1;
  opacity: 0;
}

body.nav--opened, body.nav--opened *, body.nav--opened *:hover, body.nav--opened *:focus, body.nav--opened *:active {
  pointer-events: none !important;
  touch-action: none !important;
}

body.nav--opened .hamburger, body.nav--opened #menu_toggle, body.nav--opened #menu_toggle * {
  pointer-events: visible !important;
  touch-action: auto !important;
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-shippori {
  font-family: "Shippori Mincho", serif;
}

.fnt-notosan {
  font-family: "Noto Sans JP";
}

/*=============================================
 * main
 *=============================================*/
*, *:before, *:after {
  box-sizing: border-box;
}

a[href^="tel:"]:hover {
  text-decoration: none;
}

a {
  display: block;
}

i {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  line-height: 1;
  position: relative;
}

.btn-link {
  position: relative;
  text-decoration: none;
  outline: none;
  transition: ease 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  color: #fff;
  align-items: center;
  justify-content: center;
  display: flex;
  background: url("../img/shared/bg_black.jpg");
  width: 250px;
  height: 55px;
  font-size: 16px;
  z-index: 0;
  margin: auto;
  -webkit-clip-path: polygon(100% 0, 100% 38px, 230px 100%, 0 100%, 0 0);
  clip-path: polygon(100% 0, 100% 38px, 230px 100%, 0 100%, 0 0);
  font-weight: 500;
  padding-bottom: 3px;
}
.btn-link:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 198px;
  background: #fff;
  z-index: -1;
  left: 0;
  bottom: 13px;
}
.btn-link i {
  position: absolute;
  z-index: 1;
  bottom: 13px;
  left: 189px;
  width: 10px;
}
.btn-link:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media only screen and (min-width: 768px) {
  .btn-link {
    font-size: 20px;
    height: 69px;
    width: 311px;
    -webkit-clip-path: polygon(100% 0, 100% 46px, 288px 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 46px, 288px 100%, 0 100%, 0 0);
  }
  .btn-link:before {
    width: 248px;
    bottom: 16px;
  }
  .btn-link i {
    width: 13px;
    left: 235px;
    bottom: 16px;
  }
}
.btn-link.bg-red {
  background: url("../img/shared/bg_red.jpg");
}
.btn-link.bg-red span {
  display: block;
  width: 22px;
  margin-right: 7px;
  line-height: 1;
}

/*=============================================
 * header
 *=============================================*/
header {
  position: relative;
  padding: 12vw 0px 8vw;
}
header h1 {
  color: #9d9d9d;
  z-index: 2;
  font-size: 13px;
  padding: 0px;
  margin: 0px auto 4vw;
  width: 90%;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  position: relative;
  z-index: 2;
}
header .logo {
  margin: 0px auto 4vw;
  width: 60%;
  position: relative;
  z-index: 2;
}
header #key {
  margin: 0px;
}
header #key .kv {
  height: 125vw;
}
header #key .kv li {
  height: 100%;
}
header .sister{	
	text-align: center;
	color: #FFFFFF;
	padding: 10px 0;
	font-size: 16px;
	width: 80%;
	margin: 0 auto;
	background: #B03911;
	margin: 30px auto;
	}
@media only screen and (min-width: 768px) {
  header {
    background: none;
    z-index: 0;
    padding: 0px 52px 52px;
  }
  header .sidebar {
    position: relative;
  }
  header h1 {
    padding: 0px;
    text-align: left;
    position: absolute;
    color: #fff;
    width: 440px;
    top: 144px;
    right: 55px;
    margin: 0px;
  }
  header .logo {
    width: 399px;
    margin: 0px;
    position: absolute;
    top: 433px;
    left: 50%;
    transform: translateX(-50%);
  }
  header .header-list-btn {
    width: 150px;
    font-size: 14px;
    line-height: 24px;
    margin: 0px 0px 0px auto;
  }
  header .header-list-btn .header-btn1 {
    color: #fff;
    width: 72px;
    text-align: center;
    background-color: #381509;
  }
  header .header-list-btn .header-btn1:hover {
    opacity: 0.8;
  }
  header .header-tel {
    margin: 5px 0px 12px;
    color: #381509;
    width: 470px;
  }
  header .header-tel p:nth-child(1) {
    font-size: 16px;
    display: flex;
    align-items: flex-start;
  }
  header .header-tel p:nth-child(1) img {
    margin-left: 6px;
  }
  header .header-tel p:nth-child(2) {
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
  }
  header #key {
    width: 100%;
    height: 940px;
    margin: 13px 0px 0px;
  }
  header #key .kv {
    width: 100%;
    height: 100%;
  }
header #sister{
	display: block;
	text-decoration: none;
	position: absolute;
	width: 200px;
	right: 209px;
	background-color: #381509;
	text-align: center;
	color: #FFFFFF;
	padding: 15px 0;
	}
}
/*=============================================
 * nav-fixed
 *=============================================*/
.nav-fixed {
  background: url("../img/shared/bg2.jpg") repeat top center;
  height: 85px;
  padding: 10px 0px 0px;
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  top: -120px;
  color: #fff;
  box-sizing: border-box;
}

.nav-fixed .wrap {
  align-items: center;
  padding: 0px 54px;
}

.nav-fixed .gnav {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}
.nav-fixed .gnav a {
  text-align: center;
  transition: all 0.8s;
  position: relative;
  display: block;
  padding: 0px 12px;
}
.nav-fixed .gnav a.active, .nav-fixed .gnav a:hover {
  background: #b43c14;
  transition: all 0.8s;
}
.nav-fixed .gnav a.active::before, .nav-fixed .gnav a:hover::before {
  opacity: 1;
}

.nav-fixed .navfix-tel {
  font-size: 15px;
  font-weight: 700;
}
.nav-fixed .navfix-tel p {
  display: flex;
  align-items: flex-start;
}
.nav-fixed .navfix-tel p img {
  margin-left: 8px;
}
.nav-fixed .navfix-list-sns {
  width: 270px;
}
.nav-fixed .navfix-list-sns .navfix-btn-insta, .nav-fixed .navfix-list-sns .navfix-btn-twitter {
  width: 34px;
}
.nav-fixed .navfix-list-sns .navfix-btn-insta {
  margin: 0px 4px 0px 16px;
}
.nav-fixed .navfix-list-sns .navfix-btn1 {
  text-align: center;
  font-weight: 700;
  width: 78px;
  font-size: 14px;
  line-height: 28px;
  align-self: center;
  border-left: 1px solid #fff;
}
.nav-fixed .navfix-list-sns .navfix-btn1:hover {
  opacity: 0.8;
}
.nav-fixed .navfix-list-sns .navfix-btn2 {
  border-right: 1px solid #fff;
}

.nav-fixed.fixed {
  position: fixed;
  top: 0;
}

section {
  z-index: 0;
}

/*=============================================
 * nav
 *=============================================*/
#menu_toggle {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow-y: auto;
  z-index: 999;
  background: url("../img/shared/bg_menutoggle.jpg") repeat top center;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  color: #fff;
  padding: 16vw 4% 30vw;
  box-sizing: border-box;
}
#menu_toggle .gnav {
  margin: 0px 4%;
}
#menu_toggle .gnav li {
  position: relative;
  padding: 0;
  margin: 0px 0px 6vw;
  line-height: 1;
  text-align: center;
}
#menu_toggle .gnav li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
  padding: 0px 8%;
  color: #fff;
}
#menu_toggle .gnav li a.active, #menu_toggle .gnav li a:hover {
  background: #b43c14;
  color: #fff;
}
#menu_toggle .menu-list-sns {
  margin: 12vw 12% 0px;
}
#menu_toggle .menu-list-sns .menu-row1 {
  width: 50%;
}
#menu_toggle .menu-list-sns .menu-btn-insta, #menu_toggle .menu-list-sns .menu-btn-twitter {
  width: 34px;
}
#menu_toggle .menu-list-sns .menu-btn1 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  width: 50%;
  border-left: 1px solid #fff;
}
#menu_toggle .menu-list-sns .menu-btn2 {
  border-right: 1px solid #fff;
}
@media only screen and (min-width: 768px) {
  #menu_toggle {
    position: static;
    opacity: 1;
    visibility: visible;
    background: none;
    text-align: left;
    padding: 0 12px 0px 0px;
    height: auto;
    overflow: unset;
  }
  #menu_toggle .gnav {
    margin: 0px;
    width: 950px;
  }
  #menu_toggle .gnav li {
    margin: 0px;
    text-align: center;
    line-height: 24px;
  }
  #menu_toggle .gnav li a {
    line-height: 24px;
    padding: 0px 6px;
    display: block;
    color: #381509;
  }
  #menu_toggle .menu-list-sns {
    width: 90px;
    align-self: center;
    margin: -6px 0px 0px;
  }
}
@media screen and (min-width: 999px) and (max-width: 1100px) {
  #menu_toggle .gnav li a {
    padding: 0px 4px;
  }
}

.navOpen #menu_toggle {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

/*=============================================
 * hamburger
 *=============================================*/
.navOpen .hamburger img {
  content: url("../img/shared/footer_fix_ham_on.jpg");
}

.navOpen footer::after {
  z-index: 999 !important;
}

/*=============================================
 * footer
 *=============================================*/
footer {
  color: #000;
  padding: 0px;
  font-weight: 700;
  position: relative;
}
footer address, footer .cookie-link {
  text-align: center;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.1em;
}
footer .cookie-link a {
  position: relative;
  text-decoration: none;
}
footer .cookie-link a:hover {
  text-decoration: underline;
}
footer .btn-link {
  margin-bottom: 5vw;
}
footer #socialbuttons {
  margin: 0px 0px 4vw;
}
footer .footer-1 {
  padding: 12vw 0px;
}
footer .footer-1 .footer-logo {
  width: 60%;
  margin: 0px auto 6vw;
}
footer .footer-1 dl {
  padding-bottom: 2vw;
  margin: 0px 0px 2vw;
  letter-spacing: 0;
  font-size: 12px;
}
footer .footer-1 dl dt {
  width: 28%;
}
footer .footer-1 dl dd {
  width: 82%;
  letter-spacing: 0;
}
footer .footer-1 .footer-row2 {
  margin: 0px 0px 8vw;
}
footer .footer-1 .footer-row2 .footer-btn {
  width: 45%;
}
footer .footer-1 .footer-tel {
  text-align: center;
  margin: 0px 5% 6vw;
}
footer .footer-1 .footer-tel p:nth-child(1) {
  font-size: 4.5vw;
}
footer .footer-1 .footer-tel p:nth-child(3) {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5;
  margin: 1vw 0px 0px;
}
footer .footer-1 .footer-btn1 {
  width: 80%;
  margin: 0px auto;
}
footer .footer-1 .footer-sns {
  margin: 4vw 34% 10vw;
}
footer .footer-1 .footer-sns a {
  width: 34px;
}
footer .footer-2 {
  background: url("../img/shared/bg3.jpg") repeat top center;
  color: #fff;
  padding: 18vw 0px 40vw;
}
footer .footer-2 .footer-bottom {
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  footer {
    padding: 0px;
  }
  footer .footer-1 {
    padding: 77px 0px 53px;
  }
  footer .footer-1 .footer-col1 {
    width: 325px;
    margin: 0px 0px 0px 38px;
  }
  footer .footer-1 .footer-logo {
    width: 287px;
    margin: 0px auto;
  }
  footer .footer-1 .footer-tel {
    margin: 40px 0px 18px;
  }
  footer .footer-1 .footer-tel p:nth-child(1) {
    font-size: 16px;
    line-height: 32px;
  }
  footer .footer-1 .footer-tel p:nth-child(3) {
    font-size: 14px;
    line-height: 20px;
    margin: 9px 0px 0px;
  }
  footer .footer-1 .footer-sns {
    margin: 19px 112px 0px;
  }
  footer .footer-1 .footer-btn1 {
    width: 325px;
    font-size: 22px;
  }
  footer .footer-1 .footer-col2 {
    width: 520px;
    margin: -9px 0px 0px;
  }
  footer .footer-1 dl {
    margin: 0px 0px 7px;
    padding-bottom: 12px;
    line-height: 25px;
    font-size: 15px;
  }
  footer .footer-1 dl dt {
    width: 140px;
  }
  footer .footer-1 dl dd {
    width: calc(100% - 140px);
  }
  footer .footer-1 .footer-tel dd {
    font-size: 26px;
  }
  footer .footer-1 .footer-tel dd span {
    font-size: 20px;
  }
  footer .footer-2 {
    padding: 28px 0px 24px;
  }
  footer .footer-2 .footer-nav {
    margin: 0px 61px;
  }
  footer .footer-2 .footer-nav a:hover {
    opacity: 0.8;
  }
  footer .footer-2 .footer-bottom {
    margin: 0px auto 0px;
    width: 620px;
  }
  footer address, footer .cookie-link {
    font-size: 14px;
    line-height: 32px;
    text-align: left;
  }
  footer .btn-link {
    margin-bottom: 0;
  }
  footer #socialbuttons {
    margin: 50px auto 16px;
  }
}
#gmap {
  width: 100%;
  height: 480px;
}

#pagetop {
  right: 3%;
  bottom: 24vw;
  width: 50px;
}

iframe {
  width: 100%;
  height: 100%;
}

.footer-nav {
  display: none;
}
@media only screen and (min-width: 768px) {
  .footer-nav {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    margin: 0px 25px 72px;
  }
  .footer-nav li {
    align-items: center;
    position: relative;
  }
  .footer-nav p {
    cursor: pointer;
  }
  .footer-nav a:hover, .footer-nav p:hover {
    opacity: 0.7;
  }
}

/*=============================================
 * ft_fixed_shared
 *=============================================*/
#socialbuttons > * {
  margin: 0;
}

#ft_fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  transition: 0.2s;
  z-index: 9999;
  display: flex;
}
#ft_fixed .list-btnweb {
  background: url("../img/shared/bg.jpg") repeat top center;
  box-sizing: border-box;
  padding: 8vw 4% 20vw;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
}
#ft_fixed .list-btnweb .footerfix-ttl {
  width: 50%;
  margin: 0px auto 2vw;
}
#ft_fixed .list-btnweb .footerfix-btn {
  width: 48%;
  font-size: 13px;
  line-height: 2.5;
}
#ft_fixed button {
  border: none;
}
@media only screen and (min-width: 768px) {
  #ft_fixed {
    display: none;
  }
}

#ft_fixed a:hover, #ft_fixed a:focus, #ft_fixed a:active, #ft_fixed a:visited {
  opacity: 1 !important;
}

/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  footer:after {
    background: url("../img/shared/bg_menutoggle.jpg") repeat top center;
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 99;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 90px);
  }
}
/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  footer:after {
    background: url("../img/shared/bg_menutoggle.jpg") repeat top center;
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 99;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 90px);
  }
}
/* iPhone 11 */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2), only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3), only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  footer:after {
    background: url("../img/shared/bg_menutoggle.jpg") repeat top center;
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 99;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 90px);
  }
}
@media only screen and (min-width: 600px) {
  footer:after {
    display: none !important;
  }
}
/*=============================================
 * general
 *=============================================*/
.slick-slide > div {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.slick-dots {
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  line-height: 0;
  padding: 0 17px;
  cursor: pointer;
  box-sizing: border-box;
}

.slick-dots li button {
  border: none;
  position: relative;
  cursor: pointer;
  outline: none;
  background: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}

.slick-dots .slick-active button {
  background: #b95140;
}

.slick-arrow {
  top: 40%;
  z-index: 2;
  border: none;
  outline: none;
  color: transparent;
  position: absolute;
  cursor: pointer;
  background: transparent;
  width: 52px;
  height: 52px;
  margin-top: -17px;
}

.slick-arrow.slick-prev {
  left: -17px;
  background: url("../img/shared/prev.png") no-repeat center/100% auto;
}

.slick-arrow.slick-next {
  right: -17px;
  background: url("../img/shared/next.png") no-repeat center/100% auto;
}

@media only screen and (min-width: 768px) {
  .slick-dots li {
    padding: 0 25px;
    transition: 0.2s;
  }
  .slick-dots li:hover {
    opacity: 0.8;
  }
  .slick-arrow:hover {
    opacity: 0.8;
  }
  .slick-arrow {
    width: 44px;
    height: 44px;
  }
  .dis-flex-sp {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
}
img {
  max-width: 100%;
  height: auto;
}

.bg_parallax {
  position: relative;
}

.img_parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.img_parallax img {
  width: 100% !important;
  height: 100vh !important;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  transform: translateZ(0) !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .img_parallax img {
    height: auto !important;
    -o-object-fit: unset;
       object-fit: unset;
    top: 50%;
    transform: translateY(-50%) !important;
  }
}
@supports (-ms-accelerator: true) {
  .img_parallax img {
    height: auto !important;
    -o-object-fit: unset;
       object-fit: unset;
    top: 50%;
    transform: translateY(-50%) !important;
  }
}
.wrap {
  padding: 0 4%;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  #pagetop {
    width: auto;
    bottom: 20px;
    right: 20px;
  }
  img {
    width: auto;
  }
  .wrap {
    margin: auto;
    max-width: 1000px;
    width: 100%;
    padding: 0;
    position: relative;
  }
  .has_nav footer:after {
    content: none !important;
  }
  .txt-vertical-pc {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }
  .txt-vertical-pc .int {
    writing-mode: lr-tb;
    -o-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    -moz-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    line-height: 1;
    display: inline-block;
    margin-left: 19px;
  }
  .dis-flex-pc {
    display: flex !important;
    justify-content: space-between;
  }
}
.dis-flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

em {
  font-style: normal;
}

.popup-ttl {
  text-align: center;
  font-size: 6vw;
  line-height: 9vw;
  white-space: nowrap;
}

.md-txt {
  margin: 6vw 0;
  text-align: left;
  font-weight: 500;
}

.md-box {
  text-align: left;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .remodal-close {
    top: 39px;
    right: 50px;
  }
  .remodal .wrap {
    padding: 60px 0;
  }
  .popup-ttl {
    font-size: 34px;
    line-height: 50px;
    padding-left: 7px;
  }
  .md-txt {
    text-align: center;
    margin: 28px 0 56px 8px;
    line-height: 30px;
  }
  .md-txt p + p {
    margin-top: 30px;
  }
  .md-box {
    display: flex;
    margin-left: 95px;
  }
  .md-box ul {
    width: 283px;
    line-height: 30px;
  }
  .md-box ul:nth-child(2) {
    width: 230px;
  }
  .md-box ul:nth-child(3) {
    width: 320px;
  }
}
.remodal-overlay {
  background: rgba(255, 243, 215, 0.85);
}

.remodal-menu {
  border: none;
  background: none;
  max-width: 1000px;
  padding: 10vw 0;
}
.remodal-menu .remodal-close {
  top: 15px;
  right: 15px;
}
.remodal-menu .remodal-close2 {
  position: static;
  margin: 20px auto 0;
  width: 117px;
}
.remodal-menu .dis-flex-pc {
  border: none;
  padding-top: 0;
  margin-top: 5vw;
}
@media only screen and (min-width: 768px) {
  .remodal-menu {
    padding: 50px 0;
  }
  .remodal-menu .remodal-close {
    top: 50px;
    right: 0;
  }
  .remodal-menu .remodal-close2 {
    margin: 25px auto 0;
    width: 234px;
  }
  .remodal-menu .dis-flex-pc {
    margin-top: 45px;
  }
  .remodal-menu .col {
    width: 470px;
  }
}

.menu-group .menu-list {
  margin-bottom: 10vw;
}
.menu-group .menu-txt2 {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 1;
  margin-top: 15px;
}
.menu-group .menu-txt3 {
  font-size: 12px;
  line-height: 1.5;
}
.menu-group .menu-ttl {
  color: #fff;
  background: #421706;
  font-size: 16px;
  padding: 3px 0;
  margin-bottom: 8px;
  text-align: center;
  font-weight: 700;
}
.menu-group dl {
  justify-content: space-between;
  border-bottom: 1px solid #7f796b;
  padding: 5px 0;
}
.menu-group dl dt {
  text-align: left;
}
.menu-group dl dd {
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .menu-group .col {
    width: 320px;
  }
  .menu-group .menu-list {
    margin-bottom: 40px;
  }
  .menu-group .menu-ttl {
    font-size: 18px;
    padding: 6px 0;
  }
  .menu-group .menu-txt2 {
    font-size: 14px;
  }
  .menu-group .menu-txt3 {
    font-size: 14px;
    line-height: 25px;
  }
  .menu-group dl {
    line-height: 25px;
    padding: 12px 0;
  }
}

.btn-sec {
  color: #fff;
  font-weight: 700;
  font-size: 5vw;
  line-height: 3;
  width: 90%;
  position: relative;
  padding: 0px 0px 0px 8%;
  box-sizing: border-box;
  font-family: "Noto Sans JP", serif;
  letter-spacing: 0.2em;
  align-self: baseline;
  background: url("../img/shared/bg_btn1.png") center/100% 100%;
}
.btn-sec::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 30px;
  height: 13px;
  background: url("../img/shared/arrow.png") center/cover;
}
.btn-sec:hover {
  opacity: 0.8;
}
@media only screen and (min-width: 768px) {
  .btn-sec {
    width: 367px;
    font-size: 25px;
    line-height: 66px;
    padding: 0px 0px 0px 50px;
  }
  .btn-sec::before {
    right: 16px;
  }
}

.bg-blue {
  background: #132773;
}

.bg-red {
  background: #8c080a;
}

.ttl {
  text-align: center;
  font-weight: 600;
  font-size: 6vw;
  letter-spacing: 0.05em;
  position: relative;
  font-family: "Noto Sans JP", serif;
  z-index: 1;
}
.ttl span {
  font-size: 4.5vw;
}
.ttl span.red {
  color: #8c080a;
}
@media only screen and (min-width: 768px) {
  .ttl {
    font-size: 43px;
    line-height: 75px;
  }
  .ttl span {
    font-size: 30px;
  }
}

.shadow {
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.31);
}

.btnprintmap:hover {
  text-decoration: underline;
}

.btn-fix {
  position: fixed;
  z-index: 10;
  right: 0px;
  top: 150px;
  background: url("../img/shared/bg_btn2.png") center/100%;
  line-height: 66px;
  height: 326px;
  font-size: 22px;
  font-family: "Noto Sans JP", serif;
  color: #fff;
  box-sizing: border-box;
  letter-spacing: 0.16em;
  padding: 34px 0px 0px;
  cursor: pointer;
}
.btn-fix:hover {
  opacity: 0.8;
}
.btn-fix::before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 13px;
  background: url("../img/shared/arrow.png") center/cover;
}

hr.line {
  background: url("../img/shared/line.jpg") repeat top center;
  width: 100%;
  height: 9px;
  border: 0;
}

.tabs-switch .tab-link > * {
  cursor: pointer;
  display: inline-block;
}

.tabs-switch .tab-link.link-over > * {
  position: relative;
}

.tabs-switch .tab-link.link-over > * > img + img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.tabs-switch .tab-link.link-over > * > img + img,
.tabs-switch .tab-link.link-over > *:hover > img,
.tabs-switch .tab-link.link-over > *.active > img {
  opacity: 0;
}

.tabs-switch .tab-link.link-over > *:hover > img + img,
.tabs-switch .tab-link.link-over > *.active > img + img {
  opacity: 1;
}

.tabs-switch[data=fade] .tab-content {
  min-height: 100px;
  position: relative;
}

.tabs-switch .tab-content > * {
  display: none;
}

.tabs-switch[data=fade] .tab-content > * {
  margin: auto;
  width: 100%;
  height: 100%; /*
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
*/
}/*# sourceMappingURL=shared.css.map */