/* Scss Document */
/*------------- reset -------------*/
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;
  transition: all 0.5s ease-out;
}

body {
  line-height: 1;
}

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*------------- base -------------*/
body {
  position: relative;
  color: #000000;
  margin: 0;
  padding: 0;
  background: #f5f3f2;
  font-family: "M PLUS 1p", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  -webkit-text-size-adjust: none;
  position: relative;
  font-size: 17px;
  line-height: 1.8;
  text-align: left;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a:link {
  color: #343434;
  text-decoration: none;
}

a:visited {
  color: #343434;
  text-decoration: none;
}

a:hover {
  color: #343434;
  text-decoration: none;
}

a:active {
  color: #343434;
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  padding: 0px;
  margin: 0px;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  outline: none;
  text-decoration: none;
  color: #212020;
}

a:hover {
  transition: all 0.3s ease-out;
}

a:hover {
  opacity: 0.6;
}

.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix {
  display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* end MacIE5 */
.clear {
  clear: both;
}

.slick-slider div {
  transition: none;
}

/*------------- layout -------------*/
.l-header {
  align-items: center;
  padding: 10px 20px;
  background: #f5f3f2;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
}
.l-header .logo {
  width: 200px;
}
.l-header nav ul li {
  margin-left: 2em;
}
.l-header nav ul li a {
  font-weight: 500;
  padding-bottom: 5px;
  display: inline-block;
}
.l-header nav ul li.is-active a {
  border-bottom: 2px solid;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 10px;
  }
  .l-header .logo {
    line-height: 1;
    width: 100px;
    margin: 0 auto;
  }
  .l-header nav {
    display: none;
  }
}

.l-navSP {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-navSP {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 11;
  }
  .l-navSP .hamburger {
    display: block;
    height: 50px;
    margin-left: auto;
    position: relative;
    z-index: 10;
    width: 50px;
    border: none;
    background-color: transparent;
  }
  .l-navSP .hamburger.-active .hamburger__line {
    background-color: transparent;
  }
  .l-navSP .hamburger.-active .hamburger__line::before {
    top: 0;
    transform: rotate(45deg);
  }
  .l-navSP .hamburger.-active .hamburger__line::after {
    top: 0;
    transform: rotate(-45deg);
  }
  .l-navSP .hamburger__line {
    display: block;
    height: 2px;
    position: absolute;
    top: 23px;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    background-color: #fff;
    transition: 0.4s;
  }
  .l-navSP .hamburger__line:before,
  .l-navSP .hamburger__line:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: #fff;
    transition: inherit;
  }
  .l-navSP .hamburger__line:before {
    top: -6px;
  }
  .l-navSP .hamburger__line:after {
    top: 6px;
  }
  .l-navSP .header {
    width: 300px;
  }
  .l-navSP .header__nav-area {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 9;
    height: 100vh;
    width: 100%;
    visibility: hidden;
    padding-top: 60px;
    background-color: #403329;
    transition: 0.4s;
  }
  .l-navSP .header__nav-area.-active {
    left: 0;
    visibility: visible;
  }
  .l-navSP .global-navigation {
    padding-top: 40px;
    padding-right: 25px;
    padding-bottom: 120px;
    padding-left: 25px;
  }
  .l-navSP .global-navigation__list > li + li {
    margin-top: 20px;
  }
  .l-navSP .global-navigation__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-weight: 400;
    transition: color 0.4s;
    font-size: 18px;
  }
  .l-navSP .global-navigation__btn {
    display: block;
    background: #fff;
    border-radius: 9px;
    text-align: center;
    padding: 0.6em;
    font-size: 17px;
    font-weight: bold;
    color: #403229;
    margin-top: 40px;
  }
  .l-navSP #js-hamburger {
    position: fixed;
    left: 4px;
    bottom: 4px;
    background: #222222;
    border-radius: 4px;
  }
}

.l-inner {
  padding: 0 30px;
  box-sizing: border-box;
  width: 1260px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 8vw;
  }
}

.l-inner02 {
  width: 1024px;
  max-width: 100%;
  margin: 0 auto;
}

.l-under {
  padding-top: 180px;
}
@media screen and (max-width: 767px) {
  .l-under {
    padding-top: 80px;
  }
}

.l-underSec {
  margin: 200px 0;
  position: relative;
}
.l-underSec:last-child {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .l-underSec {
    margin: 70px 0;
    position: relative;
  }
  .l-underSec:last-child {
    margin-bottom: 50px;
  }
}

.l-fixBtn {
  position: fixed;
  bottom: 4px;
  right: 4px;
  z-index: 9;
}

.l-footer {
  padding: 140px 0 100px;
}
.l-footer .logo {
  width: 40%;
  text-align: center;
  padding-top: 10%;
}
.l-footer .logo img {
  width: 180px;
}
.l-footer .info {
  width: 60%;
}
.l-footer .infoNavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #c6bfbc;
  padding-bottom: 40px;
}
.l-footer .infoNavi li {
  width: 30%;
  margin-bottom: 1em;
}
.l-footer .infoNavi li a {
  font-weight: 500;
  font-size: 15px;
  position: relative;
}
.l-footer .infoNavi li .external {
  padding-left: 20px;
}
.l-footer .infoNavi li .external:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/common/icon_company.png");
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 3px;
}
.l-footer .infoLower {
  padding-top: 56px;
  display: flex;
  flex-wrap: wrap;
}
.l-footer .infoLower .tel {
  font-size: 22px;
  width: 100%;
  font-weight: 500;
  margin-bottom: 1em;
}
.l-footer .infoLower .time {
  width: 40%;
  font-size: 16px;
  font-weight: 500;
}
.l-footer .infoLower .adress {
  width: 60%;
  font-size: 16px;
  font-weight: 500;
}
.l-footer .infoLower .adress span {
  display: block;
  padding-left: 20px;
  position: relative;
}
.l-footer .infoLower .adress span:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/common/icon_walk.png");
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 6px;
}
.l-footer .copy {
  text-align: right;
  font-size: 14px;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 50px 0 80px;
  }
  .l-footer .logo {
    width: 108px;
    padding: 0 0 50px;
  }
  .l-footer .logo img {
    width: 100%;
  }
  .l-footer .info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .l-footer nav {
    order: 1;
    width: 100%;
  }
  .l-footer .infoNavi {
    border-bottom: none;
    border-top: 1px solid #c6bfbc;
    padding-top: 40px;
  }
  .l-footer .infoNavi li {
    width: 100%;
  }
  .l-footer .infoNavi li:nth-child(1) {
    order: 0;
  }
  .l-footer .infoNavi li:nth-child(2) {
    order: 3;
  }
  .l-footer .infoNavi li:nth-child(3) {
    order: 6;
  }
  .l-footer .infoNavi li:nth-child(4) {
    order: 1;
  }
  .l-footer .infoNavi li:nth-child(5) {
    order: 3;
  }
  .l-footer .infoNavi li:nth-child(6) {
    order: 2;
  }
  .l-footer .infoNavi li:nth-child(7) {
    order: 5;
  }
  .l-footer .infoNavi li:nth-child(8) {
    order: 6;
  }
  .l-footer .infoNavi li:nth-child(9) {
    order: 9;
  }
  .l-footer .infoLower {
    width: 100%;
    order: 0;
    padding: 0 0 40px;
  }
  .l-footer .infoLower .time {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 1em;
  }
  .l-footer .infoLower .adress {
    width: 100%;
  }
  .l-footer .copy {
    order: 2;
    text-align: left;
    font-size: 14px;
    margin-top: 0;
  }
}

/*------------- component -------------*/
.c-textWrap .head {
  font-size: 32px;
  width: 40%;
  letter-spacing: 0.2em;
  padding-right: 10%;
  margin-bottom: 60px;
}
.c-textWrap .head.w100 {
  width: 100%;
}
.c-textWrap .tateWrap {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-bottom: 0;
}
.c-textWrap .tateWrap .tate {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 2.2;
}
.c-textWrap .tateWrap .tate span {
  display: block;
}
.c-textWrap .text {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .c-textWrap .head {
    font-size: 22px;
    width: 100%;
    padding-right: 0%;
    margin-bottom: 1em;
  }
  .c-textWrap .head.top {
    font-size: 28px;
  }
  .c-textWrap .tateWrap {
    writing-mode: inherit;
  }
  .c-textWrap .tate {
    margin: 0 auto 60px;
    font-size: 32px;
  }
  .c-textWrap .tate span {
    display: block;
  }
  .c-textWrap .text {
    width: 100%;
  }
}

.c-btn {
  margin-top: 50px;
}
.c-btn a {
  cursor: pointer;
  display: inline-block;
  padding-left: 50px;
  position: relative;
}
.c-btn a:before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #d5d5d5;
  position: absolute;
  left: 0;
  top: -5px;
}
.c-btn a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  position: absolute;
  left: 13px;
  top: 9px;
}
.c-btn--access {
  margin: 30px 0 0 0;
  text-align: right;
}
.c-btn--access a:after {
  border: none;
  width: 16px;
  height: 16px;
  background: url("../img/common/icon_company.png") no-repeat;
  background-size: 100% 100%;
  transform: rotate(0);
  top: 8px;
}
@media screen and (max-width: 767px) {
  .c-btn--access {
    text-align: left;
  }
}

.c-btn02 {
  width: 210px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 4px;
}
.c-btn02 a {
  background: #222222;
  text-align: center;
  display: block;
  padding: 1em;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  border: 2px solid #2b2a2a;
  border-radius: 9px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .c-btn02 a {
    padding: 0.4em;
  }
}

.c-underIntro .breadcrumbs {
  color: #c3c3c3;
  font-size: 12px;
  margin-bottom: 20px;
}
.c-underIntro .breadcrumbs a,
.c-underIntro .breadcrumbs span {
  color: #c3c3c3;
  font-size: 12px;
  margin-right: 2px;
}
.c-underIntro .breadcrumbs a + span,
.c-underIntro .breadcrumbs span + span {
  margin-left: 2px;
}
.c-underIntro img {
  width: 100%;
}
.c-underIntro h1 {
  font-size: 42px;
  font-weight: 500;
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .c-underIntro .breadcrumbs {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .c-underIntro .breadcrumbs a,
  .c-underIntro .breadcrumbs span {
    font-size: 10px;
  }
  .c-underIntro h1 {
    font-size: 24px;
    margin-bottom: 35px;
  }
}

.fadeIn {
  opacity: 0;
  transition: 1.2s;
}

.c-banner {
  width: 941px;
  max-width: 100%;
  margin: 0 auto 0;
  border-radius: 20px;
  padding: 40px 8px 8px 0;
}
@media screen and (max-width: 767px) {
  .c-banner {
    margin: 35px auto 0;
    padding: 35px 8px 30px;
  }
}
.c-banner--top {
  background: url("../img/top/bg_reserve_pc.jpg") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .c-banner--top {
    background: url("../img/top/bg_reserve_sp.jpg") no-repeat;
    background-size: cover;
  }
}
.c-banner--info {
  background: url("../img/information/information03.jpg") center center no-repeat;
  background-size: cover;
  padding-top: 180px;
}
.c-banner--infoBtn {
  text-align: right;
}
.c-banner--infoBtn a {
  display: inline-block;
  border-radius: 9px;
  margin-left: auto;
  background: #fff;
  font-size: 14px;
  position: relative;
  padding: 1.5em 1.5em 1.5em 70px;
  font-weight: 500;
}
.c-banner--infoBtn a:before, .c-banner--infoBtn a:after {
  position: absolute;
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
}
.c-banner--infoBtn a:before {
  left: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #d5d5d5;
}
.c-banner--infoBtn a:after {
  width: 16px;
  height: 16px;
  left: 32px;
  background: url("../img/common/icon_company.png");
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .c-banner--info {
    background: url("../img/information/information03_sp.jpg") center center no-repeat;
    background-size: cover;
  }
  .c-banner--infoBtn {
    text-align: center;
  }
}

.c-box01Inner {
  align-items: center;
  background: #fff;
  border-radius: 4px;
}
.c-box01Image {
  width: 60%;
}
.c-box01Text {
  padding: 20px;
  width: 40%;
  text-align: center;
}
.c-box01Text h2 {
  font-size: 24px;
}
.c-box01Text p {
  font-size: 14px;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .c-box01Inner {
    align-items: center;
    background: #fff;
    border-radius: 4px;
  }
  .c-box01Image {
    width: 100%;
  }
  .c-box01Text {
    padding: 30px 20px;
    width: 100%;
  }
  .c-box01Text h2 {
    font-size: 20px;
  }
  .c-box01Text p {
    margin-top: 0.5em;
  }
}

/*------------- top -------------*/
.p-top .p-top-fv {
  position: relative;
}
.p-top .p-top-fv .palalax {
  width: 100%;
}
.p-top .p-top-fv h1 {
  width: 390px;
  text-align: center;
  color: #fff;
  height: fit-content;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-fv h1 {
    width: 70vw;
  }
}
.p-top .p-top-fv .fv_footer {
  position: absolute;
  width: 100%;
  padding: 40px;
  bottom: 0px;
  left: 0;
  color: #fff;
}
.p-top .p-top-fv .fv_footer .left li {
  position: relative;
  padding-left: 23px;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.p-top .p-top-fv .fv_footer .left li img {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
}
.p-top .p-top-fv .fv_footer .left li:nth-child(1) img {
  width: 15px;
}
.p-top .p-top-fv .fv_footer .left li:nth-child(2) img {
  width: 12px;
  left: 2px;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-fv .fv_footer {
    display: none !important;
  }
}
.p-top .p-top-intro {
  padding: 190px 0 250px;
}
.p-top .p-top-intro .head {
  margin-top: -50px;
}
.p-top .p-top-intro .head span {
  padding-top: 4em;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-intro {
    padding: 50px 0 170px;
  }
  .p-top .p-top-intro .head {
    margin: 0 0 1em;
  }
  .p-top .p-top-intro .head span {
    padding-top: 3.5em;
  }
}
.p-top .p-top-info {
  padding-bottom: 280px;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-info {
    padding-bottom: 120px;
  }
}
.p-top .p-top-info .imageWrap {
  position: relative;
  margin-bottom: 160px;
}
.p-top .p-top-info .imageWrap img {
  width: 100%;
}
.p-top .p-top-info .imageWrap .image01 {
  width: 73%;
}
.p-top .p-top-info .imageWrap .image02 {
  width: 25%;
  position: absolute;
  top: -80px;
  right: 8%;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-info .imageWrap {
    margin-bottom: 120px;
  }
  .p-top .p-top-info .imageWrap .image01 {
    width: 85%;
  }
  .p-top .p-top-info .imageWrap .image02 {
    width: 35%;
    top: -20%;
    right: 30px;
  }
}
.p-top .p-top-info .p-top-infoList {
  max-width: 1000px;
  margin: 250px auto 0;
}
.p-top .p-top-info .p-top-infoList li {
  width: 48%;
}
.p-top .p-top-info .p-top-infoList li a {
  display: block;
  position: relative;
  border-top: 1px solid #707070;
}
.p-top .p-top-info .p-top-infoList li a:before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #d5d5d5;
  position: absolute;
  right: 0;
  top: 25px;
}
.p-top .p-top-info .p-top-infoList li a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  position: absolute;
  right: 16px;
  top: 40px;
}
.p-top .p-top-info .p-top-infoList li a h3 {
  font-size: 24px;
  letter-spacing: 0.2em;
  padding: 1em 0 0.6em 0;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-info .p-top-infoList {
    max-width: 100%;
    margin: 120px auto 0;
  }
  .p-top .p-top-info .p-top-infoList li {
    width: 100%;
  }
  .p-top .p-top-info .p-top-infoList li + li {
    margin-top: 60px;
  }
}
.p-top .p-top-reserve {
  margin-bottom: 300px;
}
.p-top .p-top-reserve .contents {
  width: 214px;
  text-align: center;
  margin-left: auto;
}
.p-top .p-top-reserve .contents .logo {
  width: 165px;
  margin: 0 auto 25px;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-reserve {
    margin-bottom: 150px;
  }
  .p-top .p-top-reserve .contents {
    margin: inherit;
  }
  .p-top .p-top-reserve .contents .logo {
    width: 149px;
    margin: 0 auto 30px;
  }
}
.p-top .p-top-sightseeing {
  margin-bottom: 200px;
}
.p-top .p-top-sightseeing .list {
  margin: 0 0 50px;
}
.p-top .p-top-sightseeing .list li {
  width: 30%;
}
.p-top .p-top-sightseeing .list li img {
  border-radius: 4px;
}
.p-top .p-top-sightseeing .list li figcaption {
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-sightseeing {
    margin-bottom: 150px;
  }
  .p-top .p-top-sightseeing .list {
    margin: 30px 0 40px;
    padding: 0;
    width: calc(100% + 30px);
  }
  .p-top .p-top-sightseeing .list li {
    width: 250px;
    padding-right: 10px;
  }
}

/*------------- about -------------*/
.p-about .aboutImg img {
  width: 100%;
}
.p-about .aboutText {
  max-width: 890px;
  margin: 0 auto;
}
.p-about .aboutHead01 {
  margin-top: -1em;
}
.p-about .aboutHead01 span {
  padding-top: 1em;
}
.p-about .aboutText02 {
  align-items: center;
}
.p-about .aboutHead02 {
  text-align: center;
}
.p-about .aboutText03 {
  align-items: center;
}
.p-about .aboutHead03 span {
  padding-top: 1em;
}
.p-about .l-underSec .logo {
  position: absolute;
  width: 24.5%;
  margin: auto;
  right: 0;
  left: 0;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-about .aboutHead01 {
    margin-top: 0em;
  }
  .p-about .l-underSec .logo {
    width: 60%;
  }
}

/*------------- information -------------*/
.p-services .p-infotime li {
  width: 49%;
  background: #fff;
  border-radius: 4px;
  padding: 40px 10px;
  text-align: center;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-services .p-infotime li img {
  width: 23px;
  display: inline-block;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .p-services .p-infotime li {
    width: 100%;
    padding: 20px 10px;
    font-size: 18px;
  }
  .p-services .p-infotime li + li {
    margin-top: 10px;
  }
}
.p-services .p-equipment section {
  max-width: 1108px;
  margin: 0 auto;
}
.p-services .p-equipmentHead {
  margin-bottom: 0.5em;
}
.p-services .p-equipmentHead h3 {
  font-size: 20px;
  font-weight: 500;
}
.p-services .p-equipmentHead p {
  font-size: 17px;
}
.p-services .p-equipment figcaption {
  font-size: 14px;
  margin: 0.5em 0 30px;
}
.p-services .p-equipmentImages {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 140px;
}
.p-services .p-equipmentImages li {
  margin-bottom: 8px;
  width: 100%;
}
.p-services .p-equipmentImages img {
  border-radius: 4px;
}
.p-services .p-equipmentImages .col3 {
  width: calc((100% - 16px) / 3);
}
.p-services .p-equipmentImages .col2 {
  width: calc((100% - 8px) / 2);
}
.p-services .p-equipmentOtherImage {
  background: url("../img/information/information24.jpg") center center no-repeat;
  background-size: cover;
  width: 33%;
  border-radius: 4px;
}
.p-services .p-equipmentOtherImage img {
  display: none;
}
.p-services .p-equipmentOtherTextArea {
  width: calc(67% - 8px);
}
.p-services .p-equipmentOtherTextArea > div {
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  min-height: 256px;
}
.p-services .p-equipmentOtherTextArea > div + div {
  margin-top: 8px;
}
.p-services .p-equipmentOtherTextArea > div h3 {
  font-size: 24px;
  font-weight: 500;
  width: 26%;
  text-align: center;
}
.p-services .p-equipmentOtherTextArea > div > ul {
  width: 37%;
}
.p-services .p-equipmentOtherTextArea > div > ul li {
  font-size: 17px;
}
.p-services .p-equipmentOtherTextArea > div > ul li > ul li {
  padding-left: 1em;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-services .p-equipmentHead {
    margin-bottom: 20px;
  }
  .p-services .p-equipmentHead h3 {
    font-size: 18px;
  }
  .p-services .p-equipment figcaption {
    font-size: 10px;
    margin: 0.5em 0 17px;
  }
  .p-services .p-equipmentImages {
    margin-bottom: 70px;
  }
  .p-services .p-equipmentImages li {
    margin-bottom: 2px;
  }
  .p-services .p-equipmentImages .col3 {
    width: calc((100% - 4px) / 3);
  }
  .p-services .p-equipmentImages .col2 {
    width: calc((100% - 2px) / 2);
  }
  .p-services .p-equipmentOtherImage {
    background: none;
    width: 100%;
    border-radius: 4px;
  }
  .p-services .p-equipmentOtherImage img {
    display: block;
    border-radius: 4px;
  }
  .p-services .p-equipmentOtherTextArea {
    width: 100%;
  }
  .p-services .p-equipmentOtherTextArea > div {
    padding: 10px 20px 40px;
    display: block;
    margin-top: 10px;
  }
  .p-services .p-equipmentOtherTextArea > div + div {
    margin-top: 10px;
  }
  .p-services .p-equipmentOtherTextArea > div h3 {
    width: 100%;
    padding: 1em 0;
  }
  .p-services .p-equipmentOtherTextArea > div > ul {
    width: auto;
    margin: 0 auto;
  }
  .p-services .p-equipmentOtherTextArea > div > ul li {
    font-size: 17px;
  }
  .p-services .p-equipmentOtherTextArea > div > ul li > ul li {
    padding-left: 1em;
    font-size: 14px;
  }
}

/*------------- access -------------*/
.p-access .gmap {
  position: relative;
  width: 100%;
  height: 417px;
}
.p-access .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-access .gmap {
    height: 300px;
  }
}
.p-accessRoot {
  background: #fff;
  border-radius: 4px;
  padding: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-accessRoot {
    width: calc(100% + 30px);
    padding: 60px 40px;
    overflow-x: scroll;
  }
  .p-accessRoot img {
    max-width: 916px;
  }
}

/*------------- spots -------------*/
.p-spotsIntro {
  max-width: 700px;
  margin: 110px auto 150px;
}
@media screen and (max-width: 767px) {
  .p-spotsIntro {
    margin: 40px auto 100px;
  }
}
.p-spotsArea ul {
  flex-wrap: wrap;
}
.p-spotsArea ul li {
  width: 45%;
  margin-bottom: 150px;
}
.p-spotsArea ul li h3 {
  font-size: 24px;
  margin-bottom: 0.5em;
  font-weight: 500;
}
.p-spotsArea ul li img {
  border-radius: 4px;
}
.p-spotsArea ul li p {
  margin: 1em 0;
}
.p-spotsArea ul li .c-btn a {
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-spotsArea ul li {
    width: 100%;
    margin-bottom: 120px;
  }
  .p-spotsArea ul li .c-btn {
    margin-top: 30px;
  }
}

/*------------- faq -------------*/
.p-faqContents {
  margin: 120px 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-faqContents {
    display: block;
    margin: 60px 0 120px;
  }
}
.p-faqContentsSide {
  width: 40%;
  padding-right: 20px;
}
.p-faqContentsSide ul {
  position: sticky;
  top: 100px;
}
.p-faqContentsSide li span {
  font-size: 15px;
  color: #767676;
  display: inline-block;
  margin-bottom: 1em;
  cursor: pointer;
  transition: all 0.3s ease;
}
.p-faqContentsSide li span.is-active {
  color: #222222;
}
@media screen and (max-width: 767px) {
  .p-faqContentsSelect > div {
    font-size: 12px;
    margin-bottom: 0.2em;
  }
  .p-faqContentsSelect select {
    width: 100%;
    border: 1px solid #b5b5b5;
    background: #fff;
    padding: 0.8em 1.2em;
    border-radius: 5px;
    font-family: "M PLUS 1p", sans-serif;
    margin-bottom: 60px;
    font-size: 15px;
    -webkit-appearance: none;
    appearance: none;
    background: #fff, url("../img/common/arrow.png") no-repeat right 12px center/18px auto;
  }
}
.p-faqContentsList {
  width: 60%;
  display: none;
}
.p-faqContentsList li {
  padding: 40px 0;
}
.p-faqContentsList li:first-child {
  padding-top: 0;
}
.p-faqContentsList li + li {
  border-top: 2px dotted #d9d9d9;
}
.p-faqContentsList h3 {
  font-size: 15px;
  font-weight: 500;
  padding-left: 1.5em;
  position: relative;
}
.p-faqContentsList h3:before {
  content: "Q.";
  position: absolute;
  left: 0;
  top: 0;
}
.p-faqContentsList p {
  font-size: 15px;
  margin-top: 0.8em;
  padding-left: 1.5em;
  position: relative;
}
.p-faqContentsList p:before {
  content: "A.";
  position: absolute;
  left: 0;
  top: 0;
}
.p-faqContentsList p a {
  text-decoration: underline;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-faqContentsList {
    width: 100%;
  }
}

/*------------- access -------------*/
.p-policyContents {
  width: 800px;
  max-width: 100%;
  margin: 120px auto;
}
.p-policyContents p {
  font-size: 15px;
  margin-bottom: 4em;
  line-height: 2;
}
.p-policyContents p strong {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-policyContents {
    margin: 60px auto 120px;
  }
}

/*------------- contact -------------*/
.p-contact .c-underIntro .u-flexPC > p {
  width: 468px;
  max-width: 100%;
}
.p-contact .p-contactInner {
  max-width: 660px;
  margin: 90px auto 130px;
}
.p-contact .p-contactInner p {
  font-size: 16px;
  margin-bottom: 2em;
}
.p-contact .p-contactInner p span {
  color: #ff6c00;
}
.p-contact .p-contactInner label {
  width: 100%;
}
.p-contact .p-contactInner input,
.p-contact .p-contactInner textarea {
  margin-top: 0.5em;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #b5b5b5;
  background: #fff;
  padding: 1em 1.5em;
  font-size: 15px;
  font-family: "M PLUS 1p", sans-serif;
}
.p-contact .p-contactInner .wpcf7-list-item-label {
  color: #222;
}
.p-contact .p-contactInner a {
  text-decoration: underline;
  display: inline-block;
  padding-bottom: 0.2em;
}
.p-contact .p-contactInner input[type=checkbox] {
  width: auto;
}
.p-contact .p-contactInner input.checkbox-cl01 {
  display: none;
}
.p-contact .p-contactInner input.checkbox-cl01 + span {
  padding-left: 28px;
  display: inline-block;
  position: relative;
}
.p-contact .p-contactInner input.checkbox-cl01 + span::after,
.p-contact .p-contactInner input.checkbox-cl01 + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
.p-contact .p-contactInner input.checkbox-cl01 + span::before {
  border: 1px solid #b5b5b5;
  background-color: #ffffff;
  height: 20px;
  width: 20px;
  border-radius: 4px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-contact .p-contactInner input.checkbox-cl01 + span::after {
  border-left: 2px solid #222;
  border-bottom: 2px solid #222;
  height: 7px;
  width: 12px;
  left: 4px;
  top: 50%;
  transform: translateY(-70%) rotate(-45deg);
  display: none;
}
.p-contact .p-contactInner input.checkbox-cl01:checked + span::after {
  display: block;
}
.p-contact .p-contactInner input[type=submit] {
  width: auto;
  font-size: 17px;
  background: #2b2a2a;
  color: #fff;
  font-weight: 500;
  border-radius: 9px;
  display: block;
  margin: 80px auto 0;
  padding: 1em 4em;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-contact .p-contactInner input[type=submit] {
    margin: 60px auto 0;
  }
}

/*------------- thanks -------------*/
.p-thanks h1 {
  font-size: 40px;
  font-weight: 500;
  margin: 120px 0 40px;
  text-align: center;
}
.p-thanks p {
  font-size: 18px;
  margin-bottom: 80px;
  text-align: center;
}
.p-thanks .c-btn02 {
  margin: 0 auto 200px;
}
@media screen and (max-width: 767px) {
  .p-thanks h1 {
    font-size: 22px;
    margin: 80px 0 30px;
  }
  .p-thanks p {
    margin-bottom: 60px;
    text-align: left;
  }
  .p-thanks .c-btn02 {
    margin: 0 auto 160px;
  }
}

/*------------- notfound -------------*/
.p-notfound {
  background: url("../img/notfound/bg_404.jpg") center center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 250px 0;
}
.p-notfound h1 {
  font-size: 64px;
  font-weight: 500;
  text-align: center;
}
.p-notfound p {
  margin-bottom: 40px;
  text-align: center;
}
.p-notfound .c-btn02 {
  margin: 0 auto;
}
.p-notfound .c-btn02 a {
  background: #fff;
  color: #222;
}
@media screen and (max-width: 767px) {
  .p-notfound {
    background: url("../img/notfound/bg_404_sp.jpg") center center no-repeat;
    background-size: cover;
    padding: 200px 0 180px;
  }
  .p-notfound h1 {
    font-size: 36px;
  }
  .p-notfound p {
    margin-bottom: 60px;
  }
  .p-notfound .c-btn02 {
    margin: 0 auto 160px;
  }
}

/*------------- utility -------------*/
.u-biz {
  font-family: "BIZ UDPMincho", serif;
  font-weight: 700;
  font-style: normal;
}

.u-flexPC {
  display: flex !important;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .u-flexPC {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .u-flexSP {
    display: flex !important;
    justify-content: space-between;
  }
}

.u-tac {
  text-align: center !important;
}

.u-tal {
  text-align: left !important;
}

.u-tar {
  text-align: right !important;
}

.u-spbr {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-spbr {
    display: inline-block;
  }
}

/*# sourceMappingURL=style.css.map */
