@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, 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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

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;
}

address {
  font-style: normal;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*	preload
---------------------------------*/
/*body:after {
    content: url("../images/") url("");
    display: none;
}*/
#preloadedImages {
  width: 0;
  height: 0;
  display: inline;
  /*background-image: url("../images/top/nav_1_in_on.png");
  background-image: url("../images/top/nav_1_on.jpg");
  background-image: url("../images/top/nav_2_in_on.png");
  background-image: url("../images/top/nav_2_on.jpg");*/
}
.noto {
  font-family: "Noto Sans JP", sans-serif;
}

.arial {
  font-family: "Arial", "游ゴシック", sans-serif;
}

.white {
  color: white;
}

.red {
  color: #b52d2d;
}

body {
  color: #333;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 14px;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: none;
  min-width: 1300px;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-weight: 500;
  }
}
@media screen and (max-width: 750px) {
  body {
    width: 100%;
    min-width: 100%;
    font-size: 3.4vw;
  }
}
body.page-booking, body.page-booking_confirm, body.page-booking_thanks, body.page-contact, body.page-contact_confirm, body.page-contact_thanks {
  background: #f8f6f3;
}

body::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

a {
  color: #333;
  text-decoration: none;
}

@media (max-width: 750px) {
  .image {
    display: none;
  }
}
.image.bk {
  display: block;
}
@media (max-width: 750px) {
  .image.bk {
    display: none;
  }
}

.image_s {
  display: none;
}
@media (max-width: 750px) {
  .image_s {
    display: inline;
  }
}
@media (max-width: 750px) {
  .image_s.bk {
    display: block;
  }
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  font-weight: normal;
}

.anc {
  margin-top: -90px;
  padding-top: 90px;
}
@media (max-width: 750px) {
  .anc {
    margin-top: -17vw;
    padding-top: 17vw;
  }
}

/*	clearfix
---------------------------------*/
/* add parent object */
.cl:before,
.cl:after {
  content: " ";
  display: table;
}

.cl:after {
  clear: both;
}

.cl {
  *zoom: 1;
  display: block;
}

/*	section
---------------------------------*/
#main {
  width: 100%;
}

/*	breads
---------------------------------*/
#breads a:hover {
  text-decoration: underline;
}

/*	pagination
---------------------------------*/
/* wrap */
.pagination {
  text-align: center;
  margin: 60px 0 0;
}
@media (max-width: 750px) {
  .pagination {
    margin: 10vw 0 0;
  }
}

/* heading */
.screen-reader-text {
  display: none;
}

/* wrap */
.nav-links {
  overflow: hidden;
}

/* link */
a.page-numbers {
  color: #707070;
  display: inline-block;
  margin-right: 15px;
  padding: 6px 6px 9px;
}

.nav-links .current {
  display: inline-block;
  margin-right: 15px;
  border: 1px solid #707070;
  padding: 6px 6px 8px;
}

.page-numbers.current {
  display: inline-block;
  margin-right: 15px;
  color: #4d4d4d;
}

.nav-links a.next {
  border: none;
}

.nav-links a.prev {
  border: none;
}

/*	display
---------------------------------*/
.pc-block {
  display: block;
}
@media screen and (max-width: 750px) {
  .pc-block {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media screen and (max-width: 750px) {
  .sp-block {
    display: block;
  }
}

.pc-inline {
  display: inline;
}
@media screen and (max-width: 750px) {
  .pc-inline {
    display: none;
  }
}

.sp-inline {
  display: none;
}
@media screen and (max-width: 750px) {
  .sp-inline {
    display: inline;
  }
}

.block_p {
  display: block;
}
@media screen and (max-width: 750px) {
  .block_p {
    display: none;
  }
}

.block_s {
  display: none;
}
@media screen and (max-width: 750px) {
  .block_s {
    display: block;
  }
}

.inline_p {
  display: inline;
}
@media screen and (max-width: 750px) {
  .inline_p {
    display: none;
  }
}

.inline_s {
  display: none;
}
@media screen and (max-width: 750px) {
  .inline_s {
    display: inline;
  }
}

#page_404 {
  padding: 100px 0 0;
}
@media (max-width: 750px) {
  #page_404 {
    width: 88vw;
    margin: 0 auto;
    padding: 20vw 0 20vw;
  }
}
#page_404 {
  /*.lead_404 {
  	font-size: 20px;
  	font-weight: bold;
  	line-height: 1.5;
  	margin: 0 0 20px;
  	text-align: center;

  	@media (max-width: $viewport) {
  		font-size: 4.2vw;
  		margin: 0 0 3vw;
  		text-align: left;
  	}
  }*/
}
#page_404 .text_404 {
  line-height: 1.8;
  text-align: center;
  margin: 0 0 100px;
}
@media (max-width: 750px) {
  #page_404 .text_404 {
    text-align: left;
    margin: 0 0 10vw;
  }
}

.btn_top_404 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 240px;
  height: 52px;
  box-sizing: border-box;
  padding: 0 10px 0 10px;
  border: 1px solid #000;
  background: #e6e6e6;
  line-height: 1;
  margin: 0 auto 120px;
  transition: all 0.5s;
}
@media (max-width: 750px) {
  .btn_top_404 {
    width: 60vw;
    height: 12vw;
    padding: 0 0 0 3vw;
    margin: 0 auto 10vw;
  }
}
@media all and (-ms-high-contrast: none) {
  .btn_top_404 {
    padding: 5px 10px 0 10px;
  }
}
.btn_top_404:hover {
  opacity: 0.5;
}
@media (max-width: 750px) {
  .btn_top_404:hover {
    opacity: 1;
  }
}
.btn_top_404::after {
  content: "▶︎";
  padding: 0 5px 0 0;
}

/*	device
---------------------------------*/
/* Android bugfix ４系 */
/* iOS */
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

.nav_drawer .inner {
  position: fixed;
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 1000;
}
@media (max-width: 750px) {
  .nav_drawer .inner {
    height: 17vw;
  }
}
.nav_drawer .logo {
  display: block;
  width: 307px;
  margin: 0 0 0 20px;
}
@media (max-width: 750px) {
  .nav_drawer .logo {
    width: 44vw;
    margin: 0 0 0 2.93vw;
  }
}
.nav_drawer.fixed .inner {
  background: white;
}
.nav_drawer.active .inner {
  background: transparent;
}
.nav_drawer .drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: transparent;
  display: none;
  top: 0;
  left: 0;
}

/*+++ Default Navigation CSS +++*/
.nav_drawer .drawer_nav_wrapper {
  width: 100vw;
  transition: all 0.5s;
  transform: translate(100vw);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1002;
  background-color: rgba(0, 0, 0, 0.83);
  box-sizing: border-box;
  padding: 90px 0 90px calc(50vw - 512px);
}
@media (max-width: 750px) {
  .nav_drawer .drawer_nav_wrapper {
    height: 100%;
    padding: 25vw 6vw 0;
  }
}
.nav_drawer .drawer_nav_wrapper.open {
  transform: translate(0);
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.btn_head_contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 35px;
  background: #b52d2d;
  position: fixed;
  top: 10px;
  right: 110px;
  z-index: 1001;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  .btn_head_contact {
    width: 14vw;
    height: 14vw;
    border-radius: 7vw;
    top: 1.5vw;
    right: 18vw;
  }
}
.btn_head_contact:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  .btn_head_contact:hover {
    opacity: 1;
  }
}
.btn_head_contact img {
  display: block;
  width: 33px;
}
@media (max-width: 750px) {
  .btn_head_contact img {
    width: 7vw;
  }
}

.btn_head_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 157px;
  height: 70px;
  position: fixed;
  top: 10px;
  right: 200px;
  z-index: 1001;
  transition: opacity 0.3s;
}
.btn_head_link:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  .btn_head_link:hover {
    opacity: 1;
  }
}
@media (max-width: 750px) {
  .btn_head_link {
    width: 16.2vw;
    height: 12vw;
    top: 2.5vw;
    right: 34vw;
  }
}
.btn_head_link img {
  width: 100%;
}

.menu-trigger {
  width: 70px;
  height: 70px;
  border-radius: 35px;
  background: #b52d2d;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  position: fixed;
  top: 10px;
  right: 20px;
  z-index: 1003;
  outline: none;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  .menu-trigger {
    width: 14vw;
    height: 14vw;
    border-radius: 7vw;
    top: 1.5vw;
    right: 2vw;
  }
}
.menu-trigger:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  .menu-trigger:hover {
    opacity: 1;
  }
}
.menu-trigger.active {
  background: transparent;
}
.menu-trigger:before {
  content: "MENU";
  display: block;
  color: white;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 36px;
  margin: auto;
  transition: all 0.4s;
}
@media (max-width: 750px) {
  .menu-trigger:before {
    font-size: 3.2vw;
    top: 7vw;
  }
}

.menu-trigger span {
  position: absolute;
  right: 18px;
  width: 34px;
  height: 2px;
  background-color: white;
  border-radius: 1px;
}
@media (max-width: 750px) {
  .menu-trigger span {
    right: 3vw;
    width: 8vw;
    height: 1px;
    border-radius: initial;
  }
}
.menu-trigger span:nth-of-type(2) {
  width: 16px;
}
@media (max-width: 750px) {
  .menu-trigger span:nth-of-type(2) {
    width: 3.4vw;
  }
}

.menu-trigger span:nth-of-type(1) {
  top: 22px;
}
@media (max-width: 750px) {
  .menu-trigger span:nth-of-type(1) {
    top: 4vw;
  }
}

.menu-trigger span:nth-of-type(2) {
  top: 32px;
}
@media (max-width: 750px) {
  .menu-trigger span:nth-of-type(2) {
    top: 6vw;
  }
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(5px) rotate(-30deg);
}
@media (max-width: 750px) {
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(1vw) rotate(-30deg);
  }
}

.menu-trigger.active span:nth-of-type(2) {
  transform: translateY(-5px) rotate(30deg);
  width: 34px;
}
@media (max-width: 750px) {
  .menu-trigger.active span:nth-of-type(2) {
    transform: translateY(-1vw) rotate(30deg);
    width: 8vw;
  }
}

.nav_s .ttl {
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 60px;
}
.nav_s .drawer_contact {
  display: block;
  width: 318px;
  position: absolute;
  top: 185px;
  right: calc(50vw - 512px);
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  .nav_s .drawer_contact {
    width: 56vw;
    position: static;
    top: initial;
    right: initial;
    margin: 0 0 8vw;
  }
}
.nav_s .drawer_contact:hover {
  opacity: 0.8;
}
@media (max-width: 750px) {
  .nav_s .drawer_contact:hover {
    opacity: 1;
  }
}
.nav_s .nav {
  width: 540px;
  -moz-column-count: 2;
       column-count: 2;
  margin: 0 0 90px;
}
@media (max-width: 750px) {
  .nav_s .nav {
    width: 100%;
    -moz-column-count: initial;
         column-count: initial;
    margin: 0 0 12vw;
  }
}
.nav_s .nav a {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  .nav_s .nav a {
    margin: 0 0 6vw;
  }
  .nav_s .nav a:last-of-type {
    margin: 0;
  }
}
.nav_s .nav a:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  .nav_s .nav a:hover {
    opacity: 1;
  }
}
.nav_s .nav a .in_text {
  color: white;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 750px) {
  .nav_s .nav a .in_text {
    font-size: 4vw;
  }
}
.nav_s .nav a .in_text::first-letter {
  color: #b52d2d;
  padding: 0 4px 0 0;
}
@media (max-width: 750px) {
  .nav_s .nav a .in_text::first-letter {
    padding: 0 1vw 0 0;
  }
}
.nav_s .links {
  line-height: 1.5;
}
.nav_s .links a {
  display: inline-flex;
  align-items: center;
  margin: 0 26px 0 0;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  .nav_s .links a {
    display: flex;
    margin: 0 0 3vw;
  }
}
.nav_s .links a:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  .nav_s .links a:hover {
    opacity: 1;
  }
}
.nav_s .links a .in_text {
  color: white;
  font-size: 16px;
}
@media (max-width: 750px) {
  .nav_s .links a .in_text {
    font-size: 3.6vw;
  }
}
.nav_s .links a::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url("../images/common/icon_download.png");
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 0 0 5px;
}
@media (max-width: 750px) {
  .nav_s .links a::after {
    width: 3.6vw;
    height: 3.6vw;
    margin: 0 0 0 1vw;
  }
}

footer {
  border-top: 26px solid #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 70px 0 30px;
}
@media (max-width: 750px) {
  footer {
    border-top: 4vw solid #333;
    min-width: 100%;
    padding: 12vw 0 3vw;
  }
}
footer.change {
  padding: 70px 0 100px;
}
@media (max-width: 750px) {
  footer.change {
    padding: 12vw 0 44vw;
  }
}
footer .primary-sec {
  width: 1024px;
  display: flex;
  justify-content: space-between;
  margin: 0 0 50px;
}
@media (max-width: 750px) {
  footer .primary-sec {
    width: 88vw;
    display: block;
    justify-content: initial;
    margin: 0 0 5vw;
  }
}
footer .primary-sec .first {
  width: 310px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 750px) {
  footer .primary-sec .first {
    width: 100%;
    display: block;
    flex-direction: initial;
    align-items: initial;
  }
}
footer .primary-sec .first .logo {
  display: block;
  width: 310px;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  footer .primary-sec .first .logo {
    width: 70vw;
    margin: 0 0 5vw;
  }
}
footer .primary-sec .first .footer_contact {
  display: block;
  width: 240px;
  transition: opacity 0.3s;
}
footer .primary-sec .first .footer_contact:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  footer .primary-sec .first .footer_contact {
    display: none;
  }
}
footer .primary-sec .nav_s {
  width: 490px;
}
@media (max-width: 750px) {
  footer .primary-sec .nav_s {
    width: 100%;
  }
}
footer .primary-sec .nav_s .nav {
  -moz-column-count: initial;
       column-count: initial;
  margin: 0;
}
@media (max-width: 750px) {
  footer .primary-sec .nav_s .nav {
    margin: 0 0 7vw;
  }
}
footer .primary-sec .nav_s .nav a {
  display: inline-flex;
  align-items: center;
  margin: 0 20px 20px 0;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  footer .primary-sec .nav_s .nav a {
    display: flex;
    margin: 0 0 6vw;
  }
  footer .primary-sec .nav_s .nav a:last-of-type {
    margin: 0;
  }
}
footer .primary-sec .nav_s .nav a:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  footer .primary-sec .nav_s .nav a:hover {
    opacity: 1;
  }
}
footer .primary-sec .nav_s .nav a .in_text {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 500;
}
@media (max-width: 750px) {
  footer .primary-sec .nav_s .nav a .in_text {
    font-size: 4vw;
  }
}
footer .primary-sec .nav_s .nav a .in_text::first-letter {
  color: #b52d2d;
  padding: 0 4px 0 0;
}
@media (max-width: 750px) {
  footer .primary-sec .nav_s .nav a .in_text::first-letter {
    padding: 0 1vw 0 0;
  }
}
footer .primary-sec .nav_s .drawer_contact {
  display: none;
}
@media (max-width: 750px) {
  footer .primary-sec .nav_s .drawer_contact {
    display: block;
  }
}
footer .primary-sec .nav_s .links a {
  display: flex;
}
footer .primary-sec .nav_s .links a .in_text {
  color: #333;
}
footer .primary-sec .nav_s .links a::after {
  background-image: url("../images/common/icon_download_gray.png");
}
footer .id {
  width: 1024px;
}
@media (max-width: 750px) {
  footer .id {
    width: 88vw;
    margin: 0 0 5vw;
  }
}
footer .id .site {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  display: inline;
}
@media (max-width: 750px) {
  footer .id .site {
    font-size: 3.4vw;
    display: block;
    margin: 0 0 1vw;
  }
}
footer .id .place {
  font-size: 14px;
  line-height: 1.5;
  display: inline;
}
@media (max-width: 750px) {
  footer .id .place {
    font-size: 3.4vw;
    display: block;
    margin: 0 0 5vw;
  }
}
footer .id #copyright {
  display: block;
  font-size: 14px;
  font-family: "Lexend Deca", sans-serif;
  margin: 10px 0 0;
}
@media (max-width: 750px) {
  footer .id #copyright {
    font-size: 3.4vw;
    margin: 0;
  }
}
footer #privacy-mark {
  width: 70px;
  position: absolute;
  right: 110px;
  bottom: 17px;
}
@media (max-width: 750px) {
  footer #privacy-mark {
    width: 100%;
    position: static;
    display: flex;
    justify-content: flex-end;
    box-sizing: border-box;
    padding: 0 20vw 0 0;
  }
}
footer #privacy-mark.change {
  bottom: 97px;
}
@media (max-width: 750px) {
  footer #privacy-mark.change {
    padding: 0 20vw 0 0;
  }
}
@media (max-width: 750px) {
  footer #privacy-mark a {
    width: 15vw;
  }
}

#btn_top {
  display: none;
  width: 70px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 30000;
}
@media (max-width: 750px) {
  #btn_top {
    width: 12vw;
    right: 3vw;
    bottom: 6vw;
  }
}
#btn_top.change {
  bottom: 100px;
}
@media (max-width: 750px) {
  #btn_top.change {
    bottom: 46vw;
  }
}
#btn_top img {
  display: block;
}

#cn-notice-text {
  position: relative;
  top: 10px;
}
@media (max-width: 750px) {
  #cn-notice-text {
    position: static;
    top: initial;
  }
}

/*	element
---------------------------------*/
.n3_ordinary {
  margin-bottom: 20px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .n3_ordinary {
    margin-bottom: 5vw;
  }
}
.n3_ordinary li {
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
  .n3_ordinary li {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 5vw;
    text-align: center;
  }
}
.n3_ordinary li:nth-child(3n) {
  margin-right: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.ttl_page {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 330px;
}
@media (max-width: 750px) {
  .ttl_page {
    height: 56vw;
  }
}
.ttl_page .ttl {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 750px) {
  .ttl_page .ttl {
    font-size: 8vw;
  }
}

#page_top .ttl_sec {
  font-size: 49px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 750px) {
  #page_top .ttl_sec {
    font-size: 8vw;
  }
}
#page_top .ttl_sec.center {
  text-align: center;
}

#above-the-hold {
  position: relative;
}
#above-the-hold .ttl {
  position: absolute;
  left: calc(50vw - 512px);
  top: 13vw;
  font-size: 10vw;
  font-weight: 700;
  line-height: 0.9;
  text-shadow: 0 0 16px white;
}
@media (max-width: 750px) {
  #above-the-hold .ttl {
    left: 6vw;
    top: 48vw;
    font-size: 20vw;
  }
}
#above-the-hold .ttl .in_text {
  color: #2d2d2d;
}
#above-the-hold .ttl .colored {
  color: #b52d2d;
}

#intro {
  padding: 100px 0 100px;
  display: flex;
  justify-content: center;
}
@media (max-width: 750px) {
  #intro {
    padding: 10vw 0 0;
  }
}
#intro .lead {
  width: 740px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.9;
  text-align: center;
}
@media (max-width: 750px) {
  #intro .lead {
    width: 88vw;
    font-size: 4vw;
    text-align: left;
  }
}

#japan-sec {
  background-image: url("../images/top/japan_bg.png");
  background-size: 3000px;
  background-repeat: no-repeat;
  background-position: center bottom -750px;
  height: 1185px;
  padding: 0 0 110px;
  display: flex;
  justify-content: center;
}
@media (max-width: 750px) {
  #japan-sec {
    background: none;
    height: auto;
    padding: 0;
    display: block;
  }
}
#japan-sec .screen {
  width: 1360px;
  height: 1185px;
  background-image: url("../images/top/japan.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 750px) {
  #japan-sec .screen {
    display: none;
  }
}
#japan-sec .screen a {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 150px;
  position: absolute;
  transition: opacity 0.3s;
}
#japan-sec .screen a:hover {
  opacity: 0.6;
}
#japan-sec .screen a .in_text {
  font-size: 19px;
  font-weight: 500;
  display: block;
  text-align: center;
  margin: 0 0 10px;
}
#japan-sec .screen a.n1 {
  top: 90px;
  right: 170px;
}
#japan-sec .screen a.n2 {
  top: 100px;
  left: 630px;
}
#japan-sec .screen a.n3 {
  top: 360px;
  right: 190px;
}
#japan-sec .screen a.n4 {
  top: 600px;
  right: 190px;
}
#japan-sec .screen a.n5 {
  top: 420px;
  left: 380px;
}
#japan-sec .screen a.n6 {
  bottom: 160px;
  left: 730px;
}
#japan-sec .screen a.n7 {
  top: 340px;
  left: 595px;
}
#japan-sec .screen a.n8 {
  bottom: 160px;
  left: 530px;
}
#japan-sec .screen a.n9 {
  bottom: 5px;
  left: 380px;
}
#japan-sec .screen a.n10 {
  top: 555px;
  left: 165px;
}
#japan-sec .japan_s {
  display: none;
}
@media (max-width: 750px) {
  #japan-sec .japan_s {
    display: block;
  }
}

#recommended-regions-sec {
  display: flex;
  justify-content: center;
  padding: 90px 0 90px;
  background-color: #c1b399;
  background-image: url("../images/top/spacer_recommend.png"), url("../images/top/wagara.png");
  background-size: 100% 110px, calc(100% - (50vw - 512px));
  background-repeat: no-repeat, repeat-y;
  background-position: left top, left top 140px;
}
@media (max-width: 750px) {
  #recommended-regions-sec {
    padding: 10vw 0 15vw;
    background-image: url("../images/top/spacer_recommend.png"), url("../images/top/wagara_s.png");
    background-size: 100% 10vw, 100%;
    background-position: left top;
  }
}
#recommended-regions-sec .content {
  width: 1024px;
  position: relative;
  padding: 130px 0 0;
}
@media (max-width: 750px) {
  #recommended-regions-sec .content {
    width: 88vw;
    padding: 2vw 0 0;
  }
}
#recommended-regions-sec .content::after {
  content: "";
  display: block;
  width: 225px;
  height: 225px;
  background-image: url("../images/top/deco_sakura.png");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 70px;
}
@media (max-width: 750px) {
  #recommended-regions-sec .content::after {
    width: 22vw;
    height: 22vw;
    top: 0;
    left: initial;
    right: 3vw;
  }
}
#recommended-regions-sec .content .box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  #recommended-regions-sec .content .box {
    margin: 0 0 7vw;
    align-items: flex-start;
  }
}
#recommended-regions-sec .content .box .ttl_sec {
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  #recommended-regions-sec .content .box .ttl_sec {
    margin: 0 0 7vw;
  }
}
#recommended-regions-sec .content .box .lead {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 750px) {
  #recommended-regions-sec .content .box .lead {
    font-size: 3.7vw;
  }
}
#recommended-regions-sec .content .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#recommended-regions-sec .content .flex a {
  display: block;
  width: 485px;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  #recommended-regions-sec .content .flex a {
    width: 100%;
    margin: 0 0 10vw;
  }
  #recommended-regions-sec .content .flex a:last-of-type {
    margin: 0 !important;
  }
}
#recommended-regions-sec .content .flex a:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  #recommended-regions-sec .content .flex a:hover {
    opacity: 1;
  }
}
#recommended-regions-sec .content .flex a:nth-of-type(even) {
  margin: 60px 0 0;
}
@media (max-width: 750px) {
  #recommended-regions-sec .content .flex a:nth-of-type(even) {
    margin: 0 0 10vw;
  }
}

#company-sec {
  display: flex;
  justify-content: center;
  padding: 110px 0 110px;
}
@media (max-width: 750px) {
  #company-sec {
    padding: 0 0 15vw;
  }
}
#company-sec .content {
  width: 1024px;
  background-color: #ece8e0;
  background-image: url("../images/common/spacer_white.png");
  background-size: 32px 100%;
  background-repeat: no-repeat;
  background-position: left top;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-end;
  position: relative;
}
@media (max-width: 750px) {
  #company-sec .content {
    width: 100%;
    background-image: url("../images/top/company_cloud_s.png");
    background-size: 50vw;
    background-position: right bottom 10vw;
    display: block;
    justify-content: initial;
    flex-direction: initial;
    align-items: initial;
  }
}
#company-sec .content::after {
  content: "";
  display: block;
  width: calc(50vw - 512px);
  height: 100%;
  background: #ece8e0;
  position: absolute;
  top: 0;
  right: calc((50vw - 512px) * -1);
}
@media (max-width: 750px) {
  #company-sec .content::after {
    content: none;
  }
}
#company-sec .content .fig {
  width: 460px;
}
@media (max-width: 750px) {
  #company-sec .content .fig {
    width: 60vw;
  }
}
#company-sec .content .fig img {
  display: block;
}
#company-sec .content .in_content {
  width: 540px;
  box-sizing: border-box;
  padding: 70px 0 70px;
}
@media (max-width: 750px) {
  #company-sec .content .in_content {
    width: 100%;
    padding: 12vw 6vw 0;
  }
}
#company-sec .content .in_content .ttl_sec {
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  #company-sec .content .in_content .ttl_sec {
    margin: 0 0 5vw;
  }
}
#company-sec .content .in_content .text {
  font-size: 16px;
  line-height: 2;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  #company-sec .content .in_content .text {
    font-size: 3.6vw;
  }
}
#company-sec .content .in_content .list {
  font-size: 16px;
  line-height: 2;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  #company-sec .content .in_content .list {
    font-size: 3.6vw;
  }
}
#company-sec .content .in_content .list li {
  display: flex;
}
#company-sec .content .in_content .list li .num {
  width: 2em;
}
#company-sec .content .in_content .list li .in_text {
  width: calc(100% - 2em);
}
#company-sec .content .in_content .data {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 750px) {
  #company-sec .content .in_content .data {
    font-size: 3.6vw;
  }
}
#company-sec .content .in_content .data .emphasis {
  font-weight: bold;
}

#conductor-sec {
  padding: 30px 0 90px;
  display: flex;
  justify-content: center;
  background-image: url("../images/top/deco_cloud.png"), url("../images/top/deco_cloud.png");
  background-size: 270px;
  background-repeat: no-repeat;
  background-position: top right calc(50vw - 512px + 250px), top 160px left calc(50vw - 512px - 290px);
}
@media (max-width: 750px) {
  #conductor-sec {
    padding: 0 0 15vw;
    background-image: url("../images/top/deco_cloud.png");
    background-size: 64vw;
    background-position: left -22vw top 56vw;
  }
}
#conductor-sec .content {
  width: 1024px;
}
@media (max-width: 750px) {
  #conductor-sec .content {
    width: 100vw;
  }
}
#conductor-sec .content .first {
  margin: 0 0 50px;
}
@media (max-width: 750px) {
  #conductor-sec .content .first {
    margin: 0 8vw 13vw;
  }
}
#conductor-sec .content .first .ttl_sec {
  margin: 0 0 20px;
}
#conductor-sec .content .first .text {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 750px) {
  #conductor-sec .content .first .text {
    font-size: 3.6vw;
  }
}
#conductor-sec .content .first .text .emphasis {
  font-weight: bold;
}
#conductor-sec .content .conductor {
  position: relative;
  background-image: url("../images/top/slide_ball.png");
  background-size: 220px;
  background-repeat: no-repeat;
  background-position: right 70px bottom;
  padding: 0 0 40px;
}
@media (max-width: 750px) {
  #conductor-sec .content .conductor {
    padding: 0;
    background-size: 54vw;
    background-position: right -14vw top 53vw;
  }
}
#conductor-sec .content .conductor .box_conductor {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 140px 0;
}
@media (max-width: 750px) {
  #conductor-sec .content .conductor .box_conductor {
    display: block;
    justify-content: initial;
    flex-direction: initial;
    align-items: initial;
    margin: 0 6vw;
  }
}
#conductor-sec .content .conductor .box_conductor:hover .btn {
  opacity: 0.6;
}
@media (max-width: 750px) {
  #conductor-sec .content .conductor .box_conductor:hover .btn {
    opacity: 1;
  }
}
#conductor-sec .content .conductor .conductor-arrow {
  width: 30px;
  height: 60px;
  background-size: 100%;
  background-repeat: no-repeat;
  text-indent: -9999px;
  position: absolute;
  top: calc(50% - 30px);
  z-index: 800;
  cursor: pointer;
}
@media (max-width: 750px) {
  #conductor-sec .content .conductor .conductor-arrow {
    width: 7vw;
    height: 14vw;
    top: 33vw;
  }
}
#conductor-sec .content .conductor .conductor-arrow.preview {
  background-image: url("../images/top/btn_preview.png");
  left: 0;
}
@media (max-width: 750px) {
  #conductor-sec .content .conductor .conductor-arrow.preview {
    left: 6vw;
  }
}
#conductor-sec .content .conductor .conductor-arrow.next {
  background-image: url("../images/top/btn_next.png");
  right: 0;
}
@media (max-width: 750px) {
  #conductor-sec .content .conductor .conductor-arrow.next {
    right: 6vw;
  }
}
#conductor-sec .content .to_list {
  display: block;
  width: 300px;
  margin: 30px auto 0;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  #conductor-sec .content .to_list {
    width: 70vw;
    margin: 10vw auto 0;
  }
}
#conductor-sec .content .to_list:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  #conductor-sec .content .to_list:hover {
    opacity: 1;
  }
}

.fig_conductor {
  width: 280px;
}
@media (max-width: 750px) {
  .fig_conductor {
    width: 60vw;
    margin: 0 auto 10vw;
  }
}

.data_conductor {
  width: calc(100% - (280px + 8%));
}
@media (max-width: 750px) {
  .data_conductor {
    width: 100%;
  }
}
.data_conductor dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  line-height: 1.4;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  .data_conductor dl {
    margin: 0 0 2vw;
  }
}
.data_conductor dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  color: white;
  font-weight: bold;
  background: #c1b399;
  font-size: 17px;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  .data_conductor dl dt {
    font-size: 4vw;
    margin: 0 0 2vw;
  }
}
.data_conductor dl dt:last-of-type {
  margin: 0;
}
.data_conductor dl dd {
  width: calc(100% - 130px);
  padding: 2px 0 3px;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 750px) {
  .data_conductor dl dd {
    font-size: 3.7vw;
    padding: 0.5vw 0 0.5vw;
    margin: 0 0 2vw;
  }
}
.data_conductor dl dd:last-of-type {
  margin: 0;
}
.data_conductor dl dd.desc {
  display: block;
  overflow: initial;
  -webkit-line-clamp: initial;
  -webkit-box-orient: initial;
}
.data_conductor .text {
  font-size: 16px;
  line-height: 1.8;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
@media (max-width: 750px) {
  .data_conductor .text {
    font-size: 3.6vw;
    -webkit-line-clamp: 8;
  }
}
.data_conductor .btn_wrap {
  margin: 30px 0 0;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 750px) {
  .data_conductor .btn_wrap {
    margin: 5vw 0 0;
  }
}
.data_conductor .btn_wrap .btn {
  display: inline-block;
  width: 94px;
  transition: all 0.3s;
}
@media (max-width: 750px) {
  .data_conductor .btn_wrap .btn {
    width: 25vw;
  }
}

#how-to-use-us-sec {
  padding: 140px 0 110px;
  display: flex;
  justify-content: center;
  background-color: #4d5982;
  background-image: url("../images/top/wave.png"), url("../images/top/wave.png");
  background-size: 410px;
  background-repeat: no-repeat;
  background-position: right calc(50vw - 512px - 160px) top 60px, left calc(50vw - 512px - 100px) bottom -90px;
}
@media (max-width: 750px) {
  #how-to-use-us-sec {
    padding: 15vw 0 15vw;
    background-size: 55vw;
    background-repeat: no-repeat;
    background-position: right -7vw top 10vw, left -7vw bottom -12vw;
  }
}
#how-to-use-us-sec .content {
  width: 1100px;
}
@media (max-width: 750px) {
  #how-to-use-us-sec .content {
    width: 84vw;
  }
}
#how-to-use-us-sec .content .ttl_sec {
  margin: 0 0 40px;
}
@media (max-width: 750px) {
  #how-to-use-us-sec .content .ttl_sec {
    margin: 0 0 7vw;
  }
}
#how-to-use-us-sec .content .box {
  background: white;
  padding: 30px 0 30px 60px;
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
  align-items: center;
  position: relative;
}
@media (max-width: 750px) {
  #how-to-use-us-sec .content .box {
    padding: 10vw 0 10vw;
    display: block;
    justify-content: initial;
    flex-direction: initial;
    align-items: initial;
  }
}
#how-to-use-us-sec .content .box .deco {
  position: absolute;
  width: 330px;
  bottom: 90px;
  left: 600px;
}
@media (max-width: 750px) {
  #how-to-use-us-sec .content .box .deco {
    display: none;
  }
}
#how-to-use-us-sec .content .box.n1 .in_box {
  margin: 0 0 80px;
}
@media (max-width: 750px) {
  #how-to-use-us-sec .content .box.n1 .in_box {
    margin: 0 6vw 0;
  }
}
#how-to-use-us-sec .content .box .in_box {
  margin: 0;
}
@media (max-width: 750px) {
  #how-to-use-us-sec .content .box .in_box {
    margin: 0 6vw 0;
  }
}
#how-to-use-us-sec .content .box .in_box .step {
  color: #c1b399;
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  #how-to-use-us-sec .content .box .in_box .step {
    font-size: 5vw;
    margin: 0 0 4vw;
  }
}
#how-to-use-us-sec .content .box .in_box .title {
  color: #d67c61;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 750px) {
  #how-to-use-us-sec .content .box .in_box .title {
    font-size: 6.6vw;
  }
}
#how-to-use-us-sec .content .box .fig {
  width: 596px;
}
@media (max-width: 750px) {
  #how-to-use-us-sec .content .box .fig {
    width: 100%;
  }
}
#how-to-use-us-sec .content .tri {
  width: 90px;
  margin: 0 auto 20px;
}
@media (max-width: 750px) {
  #how-to-use-us-sec .content .tri {
    width: 20vw;
    margin: 0 auto 4vw;
  }
}

.cv {
  padding: 90px 0 90px;
  background: #f8f6f3;
  display: flex;
  justify-content: center;
}
@media (max-width: 750px) {
  .cv {
    padding: 15vw 0 15vw;
  }
}
.cv a {
  display: block;
  width: 800px;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  .cv a {
    width: 84vw;
  }
}
.cv a:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  .cv a:hover {
    opacity: 1;
  }
}

#registration {
  width: 1024px;
  margin-inline: auto;
  padding: 30px 0 90px;
  display: flex;
  justify-content: center;
  background-image: url(../images/top/deco_cloud.png);
  background-size: 270px;
  background-repeat: no-repeat;
  background-position: top 90px right calc(50vw - 660px);
}
@media (max-width: 750px) {
  #registration {
    margin: 0 auto;
    width: 84vw;
  }
}
#registration table {
  margin-top: 80px;
  border: 1px solid #333;
}
@media (max-width: 750px) {
  #registration table {
    margin-top: 7vw;
  }
}
#registration table th {
  background: #c1b399;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  padding: 8px;
}
@media (max-width: 750px) {
  #registration table th {
    display: block;
  }
}
#registration table th:nth-of-type(1) {
  border-right: 1px solid #333333;
}
@media (max-width: 750px) {
  #registration table th:nth-of-type(1) {
    border-right: none;
  }
}
#registration table td {
  border-bottom: 1px dotted #333333;
  width: 50%;
  padding: 16px;
  line-height: 1.8;
}
@media (max-width: 750px) {
  #registration table td {
    width: 100%;
    display: block;
  }
}
#registration table td dl {
  display: flex;
}
@media (max-width: 750px) {
  #registration table td dl {
    display: block;
  }
}
#registration table td dl dt {
  width: 221px;
  font-size: 16px;
  font-weight: 900;
}
@media (max-width: 750px) {
  #registration table td dl dt {
    width: 100%;
  }
}
#registration table td dl dd {
  width: calc(100% - 221px);
  font-size: 14px;
}
@media (max-width: 750px) {
  #registration table td dl dd {
    width: 100%;
  }
}
#registration table td:nth-of-type(1) {
  border-right: 1px solid #333333;
}
@media (max-width: 750px) {
  #registration table td:nth-of-type(1) {
    border-right: none;
  }
}
#registration table td:nth-of-type(1) dl dt {
  width: 181px;
}
@media (max-width: 750px) {
  #registration table td:nth-of-type(1) dl dt {
    width: 100%;
  }
}
#registration table td:nth-of-type(1) dl dd {
  width: calc(100% - 181px);
}
@media (max-width: 750px) {
  #registration table td:nth-of-type(1) dl dd {
    width: 100%;
  }
}

@media print {
  body.single-case {
    font-size: 2vw;
    line-height: 1.5;
  }
  body.single-case header {
    display: none;
  }
  body.single-case {
    /*.ttl_page_simple{
    	display:none;
    	padding:1em;
    	box-sizing:border-box;
    	height:auto;
    	img{
    		width:20%;
    	}
    }*/
  }
  body.single-case .wrap_recruit {
    padding: 0;
    margin: 0;
  }
  body.single-case .wrap_recruit .wrap_case {
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }
  body.single-case .wrap_recruit .wrap_case #case {
    width: 100%;
    max-width: none;
  }
  body.single-case .wrap_recruit .wrap_case #case > .inner > .primary .lead {
    font-size: 1em;
  }
  body.single-case .wrap_recruit .wrap_case #case > .inner > .primary .data.narrow {
    width: calc(100% - 450px);
  }
  body.single-case .wrap_recruit .wrap_case #case > .inner #btn_requirements {
    display: none;
  }
  body.single-case .wrap_recruit .wrap_case #case > .inner #requirements .acf-map {
    position: relative;
    height: 40vw !important;
  }
  body.single-case .wrap_recruit .wrap_case #case > .inner #requirements .acf-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  body.single-case .wrap_recruit .wrap_case #case > .inner #requirements #mapurl {
    display: none;
  }
  body.single-case .wrap_recruit .wrap_case #case > .inner #btn_entry {
    display: none;
  }
  body.single-case .wrap_recruit .wrap_case #case #historyback {
    display: none;
  }
  body.single-case footer {
    display: none;
  }
  body.single-case .cv_top,
  body.single-case #pagetop {
    opacity: 0;
    display: none !important;
  }
}
.start_text {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  .start_text {
    font-size: 3.6vw;
    text-align: left;
    margin: 0 0 3vw;
  }
}

.confirm_text {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  margin: 20px 0 0;
}
@media (max-width: 750px) {
  .confirm_text {
    font-size: 3.4vw;
    margin: 3vw 0 0;
  }
}

.grecaptcha-badge {
  bottom: 90px !important;
}
@media (max-width: 750px) {
  .grecaptcha-badge {
    bottom: 21vw !important;
  }
}
.grecaptcha-badge.change {
  bottom: 180px !important;
}
@media (max-width: 750px) {
  .grecaptcha-badge.change {
    bottom: 61vw !important;
  }
}

textarea {
  width: 100%;
  resize: vertical;
}

/*	form
---------------------------------*/
@media (max-width: 750px) {
  .sec-form .inner {
    padding: 0 5%;
  }
}

.steps_form {
  max-width: 700px;
  margin: 0 auto 20px;
}
@media (max-width: 750px) {
  .steps_form {
    width: 100%;
    margin: 0 auto 3vw;
  }
}

.sec-form__require {
  color: #c1272d;
  font-weight: bold;
  margin: 0 0 10px;
}
@media (max-width: 750px) {
  .sec-form__require {
    font-size: 3.3vw;
    margin: 0 0 3vw;
  }
}

.wrap_form {
  max-width: 700px;
  margin: 0 auto;
}
.wrap_form .require {
  color: #c1272d;
  font-weight: bold;
}
.wrap_form .btn_send_narrow {
  display: block;
  width: 364px;
  padding: 17px 20px;
  margin: 0 auto;
  border: none;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 18px;
  background-color: #c1272d;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.7s;
  background-image: url(../images/form/btn_arrow.svg);
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: right 26px center;
  border-radius: 50px;
  line-height: 2.142;
}
@media (max-width: 750px) {
  .wrap_form .btn_send_narrow {
    width: 95%;
    padding: 3vw 5vw;
    margin: 0 auto;
    font-size: 4.2vw;
    background-size: 7px;
    background-position: right 8vw center;
  }
}
@media (min-width: 751px) {
  .wrap_form .btn_send_narrow:hover {
    opacity: 0.3;
  }
}
.wrap_form button.btn_back_narrow {
  display: block;
  width: 364px;
  padding: 17px 20px;
  margin: 30px auto 0;
  border: none;
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 18px;
  background-color: #808080;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.7s;
  background-image: url(../images/form/btn_arrow_back.svg);
  background-size: 7px;
  background-repeat: no-repeat;
  background-position: left 26px center;
  border-radius: 50px;
  line-height: 2.142;
}
@media (max-width: 750px) {
  .wrap_form button.btn_back_narrow {
    width: 95%;
    padding: 3vw 5vw;
    margin: 7vw auto 0;
    font-size: 4.2vw;
    background-size: 7px;
    background-position: left 8vw center;
  }
}
@media (min-width: 751px) {
  .wrap_form button.btn_back_narrow:hover {
    opacity: 0.3;
  }
}

.table_entry {
  width: 100%;
  line-height: 1.5;
  margin: 0 0 15px;
}
@media (max-width: 750px) {
  .table_entry {
    margin: 0 0 5vw;
    font-size: 3.4vw !important;
  }
}
.table_entry .row {
  display: flex;
  background: #fff;
  margin-bottom: 4px;
  padding: 6px 0;
}
@media (max-width: 750px) {
  .table_entry .row {
    padding: 7px 0;
  }
}
@media (max-width: 750px) {
  .table_entry .row-2 {
    display: block;
    padding: 5px 4vw;
  }
  .table_entry .row-2 .dt {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e6e6e6;
    padding: 3.2vw 0 2vw;
  }
  .table_entry .row-2 .dd {
    width: 100%;
    padding: 1.5vw 0;
  }
}
.table_entry .dt {
  font-weight: bold;
  padding: 13px 0 10px 18px;
  font-size: 14px;
  width: 155px;
  line-height: 1;
  border-right: 1px solid #e6e6e6;
}
@media (max-width: 750px) {
  .table_entry .dt {
    padding: 2.7vw 0 2.7vw 4vw;
    width: 28vw;
    font-size: 3.4vw;
    line-height: 1.3;
    letter-spacing: 0;
  }
}
.table_entry .dd {
  flex: 1;
  padding: 6px 18px 0px;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 750px) {
  .table_entry .dd {
    padding: 1vw 3.5vw;
    font-size: 3.4vw;
    line-height: 1.3;
    letter-spacing: 0;
  }
}
@media (max-width: 750px) {
  .table_entry .dd .mwform-radio-field.horizontal-item {
    display: inline-block;
    margin: 1.5vw 0 1.5vw;
  }
}
.table_entry .dd .dd-in {
  display: block;
  box-sizing: border-box;
  padding: 7px 5px;
  line-height: 1.5;
}
.table_entry .mark_zip {
  font-size: 16px;
  padding: 2px 0 0;
}
@media (max-width: 750px) {
  .table_entry .mark_zip {
    font-size: 3.4vw;
    padding: 0;
  }
}
.table_entry input[type=tel] {
  border: none;
}
.table_entry input[type=tel]::-moz-placeholder {
  color: #d2d2d2;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif !important;
}
.table_entry input[type=tel]::placeholder {
  color: #d2d2d2;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif !important;
}
@media (max-width: 750px) {
  .table_entry input[type=tel]::-moz-placeholder {
    font-size: 3.6vw;
  }
  .table_entry input[type=tel]::placeholder {
    font-size: 3.6vw;
  }
}
.table_entry input[type=text],
.table_entry input[type=email] {
  width: 100%;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 16px;
  box-sizing: border-box;
  padding: 4px 5px;
  background: none;
  line-height: 1;
  border: none;
}
@media (max-width: 750px) {
  .table_entry input[type=text],
  .table_entry input[type=email] {
    width: 100%;
    font-size: 3.4vw;
  }
}
.table_entry input[type=text]#age,
.table_entry input[type=email]#age {
  width: 100px;
}
@media (max-width: 750px) {
  .table_entry input[type=text]#age,
  .table_entry input[type=email]#age {
    width: 40%;
  }
}
.table_entry input[type=text]::-moz-placeholder, .table_entry input[type=email]::-moz-placeholder {
  color: #d2d2d2;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif !important;
}
.table_entry input[type=text]::placeholder,
.table_entry input[type=email]::placeholder {
  color: #d2d2d2;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif !important;
}
@media (max-width: 750px) {
  .table_entry input[type=text]::-moz-placeholder, .table_entry input[type=email]::-moz-placeholder {
    font-size: 3.6vw;
  }
  .table_entry input[type=text]::placeholder,
  .table_entry input[type=email]::placeholder {
    font-size: 3.6vw;
  }
}
.table_entry textarea {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 16px;
  padding: 5px 5px;
  width: 100%;
  height: 200px;
  border: none;
}
@media (max-width: 750px) {
  .table_entry textarea {
    height: 26vw;
    font-size: 3.4vw !important;
  }
}
.table_entry textarea::-moz-placeholder {
  color: #d2d2d2;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif !important;
}
.table_entry textarea::placeholder {
  color: #d2d2d2;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif !important;
}
@media (max-width: 750px) {
  .table_entry textarea::-moz-placeholder {
    font-size: 3.6vw;
  }
  .table_entry textarea::placeholder {
    font-size: 3.6vw;
  }
}
.table_entry .radio-wrap {
  padding: 8px 0;
}
@media (max-width: 750px) {
  .table_entry .radio-wrap {
    padding: 0;
  }
}
.table_entry .radio-wrap label {
  cursor: pointer;
  margin-right: 2em;
  line-height: 1.3;
}
@media (max-width: 750px) {
  .table_entry .radio-wrap label {
    margin-right: 0;
    display: inline-block;
  }
}
.table_entry .radio-wrap label input[type=radio],
.table_entry .radio-wrap label input[type=checkbox] {
  margin-right: 0;
  position: relative;
  top: -3px;
}
.table_entry .radio-wrap label input[type=radio].error,
.table_entry .radio-wrap label input[type=checkbox].error {
  display: inline-block;
}
.table_entry .radio-wrap label.error {
  margin-right: 0;
  margin-bottom: 0;
  line-height: 1;
}
.table_entry #zip {
  height: 32px;
  width: 200px;
  font-size: 16px;
  padding: 0 5px;
}
@media (max-width: 750px) {
  .table_entry #zip {
    height: 9vw;
    width: calc(100% - 15vw);
    font-size: 3.4vw;
  }
}

.mw_wp_form .wrap_form .error {
  font-size: 16px;
}
@media (max-width: 750px) {
  .mw_wp_form .wrap_form .error {
    font-size: 3.4vw;
  }
}
.mw_wp_form .wrap_form input.error {
  display: inline-block;
}
.mw_wp_form .wrap_form label.error {
  color: #b70000;
  display: block;
  margin: 10px 0;
}

.mw_wp_form_confirm .table_entry {
  margin-bottom: 35px;
}
@media (max-width: 750px) {
  .mw_wp_form_confirm .table_entry {
    margin-bottom: 8vw;
  }
}
.mw_wp_form_confirm .table_entry div {
  line-height: 2;
}
.mw_wp_form_confirm .table_entry .radio-wrap {
  padding: 0;
}
.mw_wp_form_confirm .table_entry .dt {
  line-height: 1.3;
}
.mw_wp_form_confirm .table_entry .dd {
  font-size: 16px;
  line-height: 2;
  padding: 6px 18px 5px;
}
@media (max-width: 750px) {
  .mw_wp_form_confirm .table_entry .dd {
    padding: 1.5vw 3.5vw;
    font-size: 3.4vw;
  }
}
.mw_wp_form_confirm .sec-form__mailAttention {
  display: none;
}

.form_privacy-policy {
  background: #e6e6e6;
  padding: 20px 20px 15px;
  margin-bottom: 45px;
}
@media (max-width: 750px) {
  .form_privacy-policy {
    padding: 4vw 3vw;
    margin-bottom: 4vw;
  }
}
.form_privacy-policy .ttl {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .form_privacy-policy .ttl {
    font-size: 3.4vw;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 2vw;
  }
}
.form_privacy-policy .agree_text p {
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .form_privacy-policy .agree_text p {
    font-size: 3.4vw;
  }
}
.form_privacy-policy .agree_text a {
  text-decoration: underline;
}
.form_privacy-policy .inner_box {
  height: 50px;
  background: white;
  border: 1px solid #b1b1b1;
  padding: 14px;
  margin-bottom: 10px;
}
@media (max-width: 750px) {
  .form_privacy-policy .inner_box {
    height: 32vw;
    padding: 4vw 3vw;
    margin-bottom: 2vw;
  }
}
.form_privacy-policy .inner_box .ttl {
  font-weight: bold;
  margin-bottom: 0;
}
.form_privacy-policy .inner_box p {
  margin-bottom: 20px;
  line-height: 1.64;
  font-size: 14px;
}
@media (max-width: 750px) {
  .form_privacy-policy .inner_box p {
    font-size: 3.3vw;
    margin-bottom: 3vw;
  }
}
.form_privacy-policy .inner_box ul {
  margin-left: 1em;
  margin-bottom: 20px;
  line-height: 1.64;
  list-style-position: outside;
}
@media (max-width: 750px) {
  .form_privacy-policy .inner_box ul {
    margin-left: 1em;
    margin-bottom: 3vw;
  }
}
.form_privacy-policy .inner_box ul > li {
  line-height: 1.64;
}
.form_privacy-policy .inner_box ul > li > ul {
  margin: 0 0 0 1em;
}
.form_privacy-policy .inner_box ul > li > ul > li {
  line-height: 1.64;
}
.form_privacy-policy .inner_box ul > li > ul > li > ul {
  margin: 0 0 0 1em;
}
.form_privacy-policy .inner_box .right_text {
  text-align: right;
}

.sec-form .sec-form__mailAttention {
  line-height: 1.6;
  text-align: center;
  margin-bottom: 25px;
  font-size: 14px;
}
@media (max-width: 750px) {
  .sec-form .sec-form__mailAttention {
    text-align: left;
    margin-bottom: 8vw;
    font-size: 3.3vw;
  }
}

.mw_wp_form_confirm .example {
  display: none;
}

.mw_wp_form_confirm .comment {
  display: none;
}

.mw_wp_form_confirm .require {
  display: none;
}

.mw_wp_form_confirm .entry_contents {
  display: none;
}

.display_confirm {
  display: none;
}

.mw_wp_form_confirm .display_confirm {
  display: block;
}

.confirm_attention {
  display: none;
}

.mw_wp_form_confirm .form_privacy-policy {
  display: none;
}

.mw_wp_form_confirm .confirm_attention {
  display: block;
  line-height: 150%;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .mw_wp_form_confirm .confirm_attention {
    line-height: 150%;
    margin-bottom: 3vw;
  }
}

.require {
  color: #c1272d;
  font-weight: bold;
}

.mwform-checkbox-field.horizontal-item {
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  display: inline;
  margin-bottom: 10px;
}

.mwform-radio-field.horizontal-item {
  margin-right: 0 !important;
  margin-left: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  display: inline;
  margin-bottom: 10px;
  /*@include sp {
  	margin-right: 0 !important;
  	margin-left: 0 !important;
  	padding-right: 0 !important;
  	padding-left: 0 !important;
  	display: block;
  	margin-bottom: 1vw;
  }*/
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 30px;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 0 5px;
  background-image: url(../images/form/arrow-select.png);
  background-repeat: no-repeat;
  background-position: right center;
  width: 200px;
  font-size: 14px;
}
@media all and (-ms-high-contrast: none) {
  select {
    background-image: url(../images/form/arrow-select.png);
  }
}
@media (max-width: 750px) {
  select {
    width: 100%;
  }
}

select::-ms-expand {
  display: none;
}

@-moz-document url-prefix() {
  /* firefoxハック */
  #contact-table select {
    -webkit-appearance: button;
    -moz-appearance: button;
    text-indent: 0.2em;
    background-image: none;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* chromeハック */
  #contact-table select {
    text-indent: 0.2em;
  }
}
@media all and (-ms-high-contrast: none) {
  .wrap_form .btn_send_narrow {
    padding: 17px 20px 12px;
  }
}
.thanks-text {
  margin: 50px 0 50px 220px;
  line-height: 2;
}
@media (max-width: 750px) {
  .thanks-text {
    margin: 9vw 0;
  }
}
.thanks-text.insert {
  font-weight: bold;
}

.thanks_btn {
  text-align: center;
}
.thanks_btn a {
  text-decoration: underline;
}
@media (hover: hover) {
  .thanks_btn a:hover {
    text-decoration: none;
  }
}

/*
---------------------------------------
contact
---------------------------------------
*/
#contact {
  padding: 90px 0 120px;
}
@media (max-width: 750px) {
  #contact {
    padding: 10vw 0 10vw;
  }
}
#contact .pageTtl {
  padding-bottom: 143px;
}
@media (max-width: 750px) {
  #contact .pageTtl {
    padding-bottom: 10vw;
  }
}
#contact .ttl_page_form {
  text-align: center;
  margin: 0 0 50px;
  color: #1f6bc8;
  font-size: 38px;
  letter-spacing: 3px;
}
@media (max-width: 750px) {
  #contact .ttl_page_form {
    font-size: 7vw;
    margin: 0 0 8vw;
  }
}

@media (max-width: 750px) {
  .page-contact,
  .page-booking .ttl_page {
    height: 36vw !important;
    padding-top: 23vw !important;
  }
}

#page_privacy-policy {
  padding: 120px 0 150px;
}
@media (max-width: 750px) {
  #page_privacy-policy {
    padding: 10vw 0 20vw;
  }
}
#page_privacy-policy .inner_sec {
  width: 700px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  #page_privacy-policy .inner_sec {
    width: 88vw;
  }
}
#page_privacy-policy .ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 10px;
}
#page_privacy-policy p {
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  #page_privacy-policy p {
    font-size: 3.6vw;
  }
}
#page_privacy-policy p:last-of-type {
  margin: 0;
}

/*
---------------------------------------
404
---------------------------------------
*/
.error404 .text_404 {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .error404 .text_404 {
    font-size: 3.8vw;
    text-align: left;
    padding: 0 6vw;
  }
}
.error404 .btn-404 {
  text-align: center;
  margin: 30px auto 120px;
}
@media (max-width: 750px) {
  .error404 .btn-404 {
    margin: 10vw auto;
  }
}
.error404 .btn-404 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 240px;
  height: 52px;
  box-sizing: border-box;
  padding: 0 10px 0 10px;
  border: 1px solid #000;
  background: #e6e6e6;
  line-height: 1;
  transition: all 0.5s;
  font-size: 14px;
  margin: 0 auto;
}
.error404 .btn-404 a:after {
  content: "▶︎";
  padding: 0 5px 0 0;
}
@media (max-width: 750px) {
  .error404 .btn-404 a {
    font-size: 3.4vw;
    width: 60vw;
    height: 12vw;
    padding: 0 0 0 3vw;
  }
}
@media (min-width: 751px) {
  .error404 .btn-404 a:hover {
    opacity: 0.6;
  }
}

.single-content * {
  max-width: 100%;
  --main-color: #B52D2D;
  line-height: 2;
}
.single-content h1 {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  margin: 50px 0 24px;
  padding: 18px 20px;
  background: var(--main-color);
  color: #fff;
}
@media (max-width: 750px) {
  .single-content h1 {
    font-size: 6.4vw;
    margin: 5vw 0 3vw;
    padding: 3vw;
  }
}
.single-content h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin: 50px 0 24px;
  padding: 18px 20px;
  background: var(--main-color);
  color: #fff;
}
@media (max-width: 750px) {
  .single-content h2 {
    font-size: 4.4vw;
    margin: 5vw 0 3vw;
    padding: 3vw;
  }
}
.single-content h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 50px 0 30px;
  line-height: 1.5;
  border-top: 2px solid var(--main-color);
  border-bottom: 2px solid var(--main-color);
  padding: 16px 0;
}
@media (max-width: 750px) {
  .single-content h3 {
    font-size: 4.2vw;
    margin: 5vw 0 3vw;
    padding: 3vw 0;
    border-width: 1px;
  }
}
.single-content h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 50px 0 30px;
  line-height: 1.5;
  border-bottom: 2px solid var(--main-color);
  padding: 0 0 0.2px;
}
@media (max-width: 750px) {
  .single-content h4 {
    font-size: 4.1vw;
    margin: 5vw 0 3vw;
    border-width: 1px;
  }
}
.single-content h5 {
  font-size: 16px;
  font-weight: bold;
  margin: 50px 0 20px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .single-content h5 {
    font-size: 3.9vw;
    margin: 5vw 0 3vw;
  }
}
.single-content h6 {
  font-size: 14px;
  font-weight: bold;
  margin: 50px 0 20px;
  line-height: 1.5;
}
@media (max-width: 750px) {
  .single-content h6 {
    font-size: 3.9vw;
    margin: 5vw 0 3vw;
  }
}
.single-content p {
  font-size: 16px;
  margin: 10px 0 20px;
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 750px) {
  .single-content p {
    font-size: 3.6vw;
    margin: 3vw 0 3vw;
  }
}
.single-content p a {
  text-decoration: underline;
  color: var(--main-color);
}
.single-content .full {
  margin: 2em 0;
}
.single-content .wp-caption-text {
  margin-top: 0;
}
.single-content strong,
.single-content b {
  font-weight: bold;
}
.single-content em {
  font-style: italic;
}
.single-content blockquote {
  background: #fafafa;
  position: relative;
  padding: 40px 30px;
  margin: 40px 0;
}
@media (max-width: 750px) {
  .single-content blockquote {
    margin: 5vw 0;
    padding: 5vw;
  }
}
.single-content blockquote p {
  padding: 0;
  margin: 0;
  color: #777;
}
.single-content ul,
.single-content ol {
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  .single-content ul,
  .single-content ol {
    margin-bottom: 5vw;
  }
}
.single-content ul li {
  list-style: none;
  line-height: 1.6;
  padding: 0 0 10px 0;
  position: relative;
  font-size: 14px;
}
@media (max-width: 750px) {
  .single-content ul li {
    font-size: 3.9vw;
  }
}
.single-content ul li:before {
  content: "・";
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
  color: var(--main-color);
}
@media (max-width: 750px) {
  .single-content ul li:before {
    font-size: 3.9vw;
  }
}
.single-content ul li ul {
  padding-top: 10px;
  margin-bottom: 0;
}
.single-content ul li ul li {
  line-height: 1.6;
  padding: 0 0 10px 20px;
}
.single-content ul li ul li:last-child {
  padding: 0 0 0 20px;
}
.single-content ol {
  counter-reset: item;
  list-style-type: none;
}
.single-content ol li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  line-height: 1.6;
  position: relative;
  padding: 0 0 0 42px;
  margin-bottom: 20px;
  font-size: 14px;
}
@media (max-width: 750px) {
  .single-content ol li {
    font-size: 3.9vw;
    padding-left: 8vw;
    margin-bottom: 3vw;
  }
}
.single-content ol li:before {
  position: absolute;
  left: 0;
  top: -4px;
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  width: 35px;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  color: white;
  text-align: center;
  border-radius: 50%;
  background: var(--main-color);
}
@media (max-width: 750px) {
  .single-content ol li:before {
    width: 6vw;
    height: 6vw;
    line-height: 6vw;
    font-size: 3.9vw;
  }
}
.single-content hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px dashed #bbb;
  margin: 10px 0;
}
.single-content table {
  margin: 40px 0;
  border: 1px solid #e6e6e6;
}
@media (max-width: 750px) {
  .single-content table {
    margin: 5vw 0;
  }
}
.single-content table th {
  background: var(--main-color);
  color: #fff;
  font-weight: bold;
}
.single-content table th,
.single-content table td {
  text-align: center;
  font-size: 16px;
  border: 1px solid #e6e6e6;
  padding: 16px 10px;
}
@media (max-width: 750px) {
  .single-content table th,
  .single-content table td {
    font-size: 3.9vw;
    padding: 3vw;
  }
}
.single-content .aligncenter {
  display: block;
  margin: 0 auto;
}
.single-content .alignright {
  float: right;
  margin-left: 40px;
}
@media (max-width: 750px) {
  .single-content .alignright {
    margin: 0;
    float: none;
  }
}
.single-content .alignleft {
  float: left;
  margin-right: 40px;
}
@media (max-width: 750px) {
  .single-content .alignleft {
    margin: 0;
    float: none;
  }
}
.single-content #image-details-caption {
  display: none;
}
.single-content .wp-caption {
  position: relative;
  width: 100% !important;
  margin-bottom: 0rem !important;
}
@media (max-width: 750px) {
  .single-content .wp-caption {
    padding: 0;
  }
}
.single-content .wp-caption.alignleft, .single-content .wp-caption.alignright {
  width: 48% !important;
}
@media (max-width: 750px) {
  .single-content .wp-caption.alignleft, .single-content .wp-caption.alignright {
    width: 100%;
  }
}
.single-content .wp-caption.alignleft {
  margin-left: 40px;
}
@media (max-width: 750px) {
  .single-content .wp-caption.alignleft {
    margin: 0;
  }
}
.single-content .wp-caption.alignright {
  margin-right: 40px;
}
@media (max-width: 750px) {
  .single-content .wp-caption.alignright {
    margin: 0;
  }
}
.single-content .wp-caption .wp-caption-text {
  margin-bottom: 0;
}
.single-content img[class*=wp-image-],
.single-content img[class*=attachment-] {
  height: auto;
  max-width: 600px;
  margin: 0 auto 40px;
}
@media (max-width: 750px) {
  .single-content img[class*=wp-image-],
  .single-content img[class*=attachment-] {
    width: 100%;
    margin: 0 auto 5vw;
  }
}
.single-content img[class*=wp-image-].alignright,
.single-content img[class*=attachment-].alignright {
  height: auto;
  width: 48%;
}
@media (max-width: 750px) {
  .single-content img[class*=wp-image-].alignright,
  .single-content img[class*=attachment-].alignright {
    width: 100%;
  }
}
.single-content img[class*=wp-image-].alignleft,
.single-content img[class*=attachment-].alignleft {
  height: auto;
  width: 48%;
}
@media (max-width: 750px) {
  .single-content img[class*=wp-image-].alignleft,
  .single-content img[class*=attachment-].alignleft {
    width: 100%;
  }
}

.pageTtl {
  padding-top: 185px;
}
@media (max-width: 750px) {
  .pageTtl {
    padding-top: 31vw;
  }
}

.heading-01--center {
  text-align: center;
}
.heading-01--flex {
  display: flex;
  align-items: center;
}
.heading-01--flex .heading-01__en {
  margin-right: 20px;
  padding-bottom: 0;
}
.heading-01--flex .heading-01__ja {
  padding-top: 20px;
}

.heading-01__en {
  font-size: 74px;
  line-height: 1;
  color: #56626e;
  padding-bottom: 15px;
}
@media (max-width: 750px) {
  .heading-01__en {
    font-size: 12vw;
    padding-bottom: 0;
  }
}

.heading-01__ja {
  font-size: 16px;
  line-height: 1;
  color: #56626e;
}
@media (max-width: 750px) {
  .heading-01__ja {
    font-size: 3.8vw;
  }
}

.heading-02--center {
  text-align: center;
}

.heading-02__ja {
  font-size: 24px;
  line-height: 1;
  color: #56626e;
  padding-bottom: 8px;
}
@media (max-width: 750px) {
  .heading-02__ja {
    font-size: 6vw;
    padding-bottom: 2vw;
  }
}

.heading-02__en {
  font-size: 14px;
  line-height: 1;
  color: #56626e;
}
@media (max-width: 750px) {
  .heading-02__en {
    font-size: 3.3vw;
  }
}

#page_tour {
  display: flex;
  justify-content: center;
  padding: 0 0 120px;
}
@media (max-width: 750px) {
  #page_tour {
    padding: 0 0 20vw;
  }
}
#page_tour .content {
  width: 1024px;
}
@media (max-width: 750px) {
  #page_tour .content {
    width: 84vw;
  }
}
#page_tour .content .ttl_tax {
  margin: 0 0 30px;
}
@media (max-width: 750px) {
  #page_tour .content .ttl_tax {
    margin: 0 0 7vw;
  }
}
#page_tour .content .ttl_tax .in_text {
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 750px) {
  #page_tour .content .ttl_tax .in_text {
    font-size: 6.6vw;
  }
}
#page_tour .content .ttl_tax .in_text::first-letter {
  color: #B52D2D;
  padding: 0 5px 0 0;
}
@media (max-width: 750px) {
  #page_tour .content .ttl_tax .in_text::first-letter {
    padding: 0 1vw 0 0;
  }
}
#page_tour .content .list {
  border: 1px solid #707070;
  box-sizing: border-box;
  padding: 30px;
}
@media (max-width: 750px) {
  #page_tour .content .list {
    padding: 6vw;
  }
}
#page_tour .content .list .box_tour {
  padding: 0 0 60px;
  border-bottom: 2px dashed #707070;
  margin: 0 0 60px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-start;
}
@media (max-width: 750px) {
  #page_tour .content .list .box_tour {
    padding: 0 0 3vw;
    margin: 0 0 7vw;
    display: block;
    justify-content: initial;
    flex-direction: initial;
  }
}
#page_tour .content .list .box_tour:last-of-type {
  padding: 0;
  border-bottom: none;
  margin: 0;
}
#page_tour .content .list .box_tour .tour-slider {
  width: 330px;
  position: relative;
  margin: 0 30px 0 0;
}
@media (max-width: 750px) {
  #page_tour .content .list .box_tour .tour-slider {
    width: 100%;
    margin: 0 0 10vw;
  }
}
#page_tour .content .list .box_tour .tour-slider .tour-dots {
  position: absolute;
  width: 100%;
  bottom: -20px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  #page_tour .content .list .box_tour .tour-slider .tour-dots {
    bottom: -7vw;
  }
}
#page_tour .content .list .box_tour .tour-slider .tour-dots li {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #b3b3b3;
  margin: 0 5px 5px 0;
}
#page_tour .content .list .box_tour .tour-slider .tour-dots li.slick-active {
  background: #191919;
}
#page_tour .content .list .box_tour .tour-slider .tour-dots li button {
  display: block;
  text-indent: -9999px;
  width: 1px;
  height: 1px;
  background: transparent;
  border: none;
}
#page_tour .content .list .box_tour .tour-slider .tour-dots li button:focus {
  outline: none;
  background: transparent;
  border: none;
  width: 1px;
  height: 1px;
}
#page_tour .content .list .box_tour .tour-slider .tour-arrow {
  background-size: 12px;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 10px);
  width: 12px;
  height: 20px;
  text-indent: -9999px;
  cursor: pointer;
}
@media (max-width: 750px) {
  #page_tour .content .list .box_tour .tour-slider .tour-arrow {
    top: calc(50% - 2vw);
    width: 3vw;
    height: 9vw;
  }
}
#page_tour .content .list .box_tour .tour-slider .tour-arrow.next {
  background-image: url("../images/tour/arrow-next.svg");
  right: -26px;
}
@media (max-width: 750px) {
  #page_tour .content .list .box_tour .tour-slider .tour-arrow.next {
    right: -4.6vw;
  }
}
#page_tour .content .list .box_tour .tour-slider .tour-arrow.preview {
  background-image: url("../images/tour/arrow-preview.svg");
  left: -26px;
}
@media (max-width: 750px) {
  #page_tour .content .list .box_tour .tour-slider .tour-arrow.preview {
    left: -4.6vw;
  }
}
#page_tour .content .list .box_tour .fig {
  width: 370px;
}
@media (max-width: 750px) {
  #page_tour .content .list .box_tour .fig {
    width: 100%;
    margin: 0 0 5vw;
  }
}
#page_tour .content .list .box_tour .in_box {
  width: 530px;
}
@media (max-width: 750px) {
  #page_tour .content .list .box_tour .in_box {
    width: 100%;
  }
}
#page_tour .content .list .box_tour .in_box .term {
  margin: 0 0 14px;
}
@media (max-width: 750px) {
  #page_tour .content .list .box_tour .in_box .term {
    margin: 0 0 3vw;
  }
}
#page_tour .content .list .box_tour .in_box .term .in_term {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 36px;
  box-sizing: border-box;
  color: white;
  font-size: 15px;
  font-weight: 700;
}
@media (max-width: 750px) {
  #page_tour .content .list .box_tour .in_box .term .in_term {
    width: 36vw;
    height: 9vw;
    font-size: 3.7vw;
  }
}
#page_tour .content .list .box_tour .in_box .term .in_term.n_1day {
  background: #B52D2D;
}
#page_tour .content .list .box_tour .in_box .term .in_term.n_accommodation {
  background: #4D5982;
}
#page_tour .content .list .box_tour .in_box .term .in_term.n_experience {
  background: #4F6837;
}
#page_tour .content .list .box_tour .in_box .ttl_tour {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  #page_tour .content .list .box_tour .in_box .ttl_tour {
    font-size: 6vw;
    margin: 0 0 3vw;
  }
}
#page_tour .content .list .box_tour .in_box .info {
  border-bottom: 1px solid #191919;
}
@media (max-width: 750px) {
  #page_tour .content .list .box_tour .in_box .info {
    border-bottom: none;
  }
}
#page_tour .content .list .box_tour .in_box .info .item {
  border-top: 1px solid #191919;
  display: flex;
}
@media (max-width: 750px) {
  #page_tour .content .list .box_tour .in_box .info .item {
    border-top: none;
    display: block;
  }
}
#page_tour .content .list .box_tour .in_box .info .item .ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #C1B399;
  width: 200px;
  box-sizing: border-box;
  padding: 10px 0 10px 10px;
}
@media (max-width: 750px) {
  #page_tour .content .list .box_tour .in_box .info .item .ttl {
    width: 100%;
    padding: 3vw;
  }
}
#page_tour .content .list .box_tour .in_box .info .item .ttl .icon {
  display: inline-block;
  width: 30px;
  margin: 0 10px 0 0;
  position: relative;
  top: 2px;
}
@media (max-width: 750px) {
  #page_tour .content .list .box_tour .in_box .info .item .ttl .icon {
    width: 7.4vw;
    margin: 0 2vw 0 0;
    top: 0;
  }
}
#page_tour .content .list .box_tour .in_box .info .item .ttl .in_text {
  color: white;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 800;
}
@media (max-width: 750px) {
  #page_tour .content .list .box_tour .in_box .info .item .ttl .in_text {
    font-size: 4vw;
  }
}
#page_tour .content .list .box_tour .in_box .info .item .text {
  width: calc(100% - 200px);
  box-sizing: border-box;
  padding: 14px 10px 8px 10px;
  font-size: 16px;
  line-height: 1.7;
}
@media (max-width: 750px) {
  #page_tour .content .list .box_tour .in_box .info .item .text {
    width: 100%;
    padding: 3vw;
    font-size: 3.6vw;
  }
}
#page_tour .content .list .box_tour .in_box .info .item .text .ellipsis {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#page_tour .content .list .box_tour .in_box .info .item .text .ellipsis.release {
  display: block;
  overflow: initial;
  -webkit-line-clamp: initial;
  -webkit-box-orient: initial;
}
#page_tour .content .list .box_tour .in_box .info .item .text .read_more {
  display: none;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px 0 0;
  font-weight: bold;
  text-align: right;
  cursor: pointer;
  transition: opacity 0.3s;
  color: #A0A0A0;
  text-decoration: underline;
}
@media (max-width: 750px) {
  #page_tour .content .list .box_tour .in_box .info .item .text .read_more {
    padding: 0 2vw 0 0;
  }
}
#page_tour .content .list .box_tour .in_box .info .item .text .read_more.show {
  display: block;
}
#page_tour .content .list .box_tour .in_box .info .item .text .read_more:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  #page_tour .content .list .box_tour .in_box .info .item .text .read_more:hover {
    opacity: 1;
  }
}
#page_tour .btn_back {
  display: block;
  width: 361px;
  margin: 60px auto 0;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  #page_tour .btn_back {
    width: 100%;
    margin: 10vw auto 0;
  }
}
#page_tour .btn_back:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  #page_tour .btn_back:hover {
    opacity: 1;
  }
}

.post-type-archive-conductor {
  background: #F8F6F3;
}
.post-type-archive-conductor #archive_conductor {
  padding: 0 0 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 750px) {
  .post-type-archive-conductor #archive_conductor {
    padding: 0 0 15vw;
  }
}
.post-type-archive-conductor #archive_conductor .content {
  width: 1024px;
  background-color: white;
  box-sizing: border-box;
  padding: 162px 162px 100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 750px) {
  .post-type-archive-conductor #archive_conductor .content {
    width: 76vw;
    padding: 10vw 6vw 10vw;
  }
}
.post-type-archive-conductor #archive_conductor .content .archive_conductor_box {
  display: block;
  width: 280px;
  margin: 0 0 60px;
}
@media (max-width: 750px) {
  .post-type-archive-conductor #archive_conductor .content .archive_conductor_box {
    width: 100%;
    margin: 0 0 15vw;
  }
  .post-type-archive-conductor #archive_conductor .content .archive_conductor_box:last-of-type {
    margin: 0;
  }
}
.post-type-archive-conductor #archive_conductor .content .archive_conductor_box .fig_conductor {
  margin: 0 0 20px;
}
@media (max-width: 750px) {
  .post-type-archive-conductor #archive_conductor .content .archive_conductor_box .fig_conductor {
    width: 100%;
    margin: 0 0 3vw;
  }
}
.post-type-archive-conductor #archive_conductor .content .archive_conductor_box .data_conductor {
  width: 100%;
}
.post-type-archive-conductor #archive_conductor .content .archive_conductor_box hr {
  display: block;
  border-top: none;
  border-bottom: 1px solid #ccc;
  margin: 20px 0 20px;
}
@media (max-width: 750px) {
  .post-type-archive-conductor #archive_conductor .content .archive_conductor_box hr {
    margin: 3vw 0 3vw;
  }
}
.post-type-archive-conductor #archive_conductor .content .archive_conductor_box .btn_wrap {
  display: flex;
  justify-content: flex-end;
}
.post-type-archive-conductor #archive_conductor .content .archive_conductor_box .btn_wrap .btn {
  display: block;
  width: 90px;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  .post-type-archive-conductor #archive_conductor .content .archive_conductor_box .btn_wrap .btn {
    width: 25vw;
  }
}
.post-type-archive-conductor #archive_conductor .content .archive_conductor_box:hover .btn {
  opacity: 0.6;
}
@media (max-width: 750px) {
  .post-type-archive-conductor #archive_conductor .content .archive_conductor_box:hover .btn {
    opacity: 1;
  }
}

.single-conductor {
  background: #F8F6F3;
}
.single-conductor .post_links {
  width: 600px;
  margin: 80px auto 0;
  position: relative;
}
@media (max-width: 750px) {
  .single-conductor .post_links {
    width: 84vw;
    height: 15vw;
    margin: 15vw auto 0;
  }
}
.single-conductor .post_links a:not(.more) {
  display: block;
  width: 65px;
  height: 15px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 26px;
  transition: all 0.3s;
  text-indent: -9999px;
}
@media (max-width: 750px) {
  .single-conductor .post_links a:not(.more) {
    width: 16vw;
    height: 4vw;
    top: 6.5vw;
  }
}
.single-conductor .post_links a:not(.more):hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  .single-conductor .post_links a:not(.more):hover {
    opacity: 1;
  }
}
.single-conductor .post_links a[rel=prev] {
  right: 0;
  background-image: url("../images/conductor/post_next.png");
}
@media (max-width: 750px) {
  .single-conductor .post_links a[rel=prev] {
    background-image: url("../images/conductor/post_next_s.png");
  }
}
.single-conductor .post_links a[rel=next] {
  left: 0;
  background-image: url("../images/conductor/post_back.png");
}
@media (max-width: 750px) {
  .single-conductor .post_links a[rel=next] {
    background-image: url("../images/conductor/post_back_s.png");
  }
}
.single-conductor .post_links a.more {
  display: flex;
  justify-content: center;
  width: 300px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  transition: all 0.3s;
}
@media (max-width: 750px) {
  .single-conductor .post_links a.more {
    width: 40vw;
    font-size: 3.8vw;
    top: 1vw;
  }
}
.single-conductor .post_links a.more:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  .single-conductor .post_links a.more:hover {
    opacity: 1;
  }
}
.single-conductor .post_links a.more .image {
  display: block;
}
@media (max-width: 750px) {
  .single-conductor .post_links a.more .image {
    display: none;
  }
}
.single-conductor .post_links a.more .image_s {
  display: none;
}
@media (max-width: 750px) {
  .single-conductor .post_links a.more .image_s {
    display: block;
  }
}

#page_conductor {
  padding: 0 0 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 750px) {
  #page_conductor {
    padding: 0 0 15vw;
  }
}
#page_conductor .inner {
  width: 1024px;
  background-color: white;
  box-sizing: border-box;
  padding: 162px 162px 100px;
  background-image: url("../images/top/deco_cloud.png"), url("../images/top/deco_cloud.png");
  background-size: 270px;
  background-repeat: no-repeat;
  background-position: left 40px top 400px, right 40px top 180px;
}
@media (max-width: 750px) {
  #page_conductor .inner {
    width: 88vw;
    padding: 15vw 6vw 10vw;
    background-size: 35vw;
    background-position: left -5vw top 89vw, right -5vw top 6vw;
  }
}
#page_conductor .primary-sec {
  display: flex;
  justify-content: center;
  margin: 0 0 90px;
}
@media (max-width: 750px) {
  #page_conductor .primary-sec {
    margin: 0 0 10vw;
  }
}
#page_conductor .primary-sec .content {
  width: 650px;
}
@media (max-width: 750px) {
  #page_conductor .primary-sec .content {
    width: 100%;
  }
}
#page_conductor .primary-sec .content .box-conductor {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 750px) {
  #page_conductor .primary-sec .content .box-conductor {
    display: block;
    justify-content: initial;
    flex-direction: initial;
    align-items: initial;
  }
}
#page_conductor .primary-sec .content .box-conductor .data_conductor dl {
  margin: 0;
}/*# sourceMappingURL=styles.css.map */