@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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;
}

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

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

/* _base.scss */
*,
*:before,
*:after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  display: inline-block;
}

a:hover {
  opacity: 0.7;
}

body {
  color: #000;
  background: #fff;
  font-family: “Times New Roman”, “游明朝”, “Yu Mincho”, “游明朝体”, “YuMincho”, “ヒラギノ明朝 Pro W3”, “Hiragino Mincho Pro”, “HiraMinProN-W3”, “HGS明朝E”, “ＭＳ Ｐ明朝”, “MS PMincho”, serif;
}

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

p {
  font-size: 16px;
}

.ib {
  display: inline-block;
}

/* _top-main.scss */
.header {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 80px;
  background: transparent;
}
@media (max-width: 767px) {
  .header {
    height: 50px;
  }
}
.header__inner {
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .header__inner {
    padding: 0 10px;
  }
}
.header__wrapper {
  display: flex;
  align-items: center;
}
.header__logo {
  font-size: 42px;
  letter-spacing: 0.22em;
  color: #fff;
  width: 300px;
}
@media (max-width: 767px) {
  .header__logo {
    font-size: 24px;
    letter-spacing: 0.1em;
    width: 120px;
  }
}
.header .sp-nav {
  display: none;
}
@media (max-width: 767px) {
  .header .sp-nav {
    display: block;
  }
}
.header .pc-nav {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header .pc-nav {
    display: none;
  }
}
.header ul {
  width: 192px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .header ul {
    display: block;
    margin-left: 120px;
  }
}
.header li a {
  font-size: 16px;
  color: #fff;
}
.header .reserve {
  display: flex;
  justify-content: space-between;
  width: 170px;
  height: 54px;
  align-items: center;
  color: #fff;
  background: #978f10;
  padding: 0 37px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .header .reserve {
    width: 90px;
    height: 30px;
    padding: 0 10px;
    font-size: 12px;
    margin-right: 40px;
  }
}
.header img {
  width: 22px;
  height: 22px;
}
@media (max-width: 767px) {
  .header img {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 767px) {
  #global_nav {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: calc(100% - 5px);
    background: url(../img/24488748_l.jpg) center center/cover no-repeat;
    opacity: 0.8;
  }
  #global_nav ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-80%, -50%);
  }
  #global_nav li a {
    padding: 25px 0;
    color: #000;
    font-size: 24px;
  }
  #drawer_toggle {
    z-index: 200;
    box-sizing: border-box;
    position: absolute;
    top: -6px;
    right: -4px;
    display: inline-block;
    width: 60px;
    height: 60px;
    cursor: pointer;
  }
  #drawer_toggle span {
    position: absolute;
    top: 19px;
    left: 17px;
    width: 30px;
    height: 3px;
    background-color: #fff;
  }
  #drawer_toggle span:nth-child(2) {
    margin-top: 10px;
  }
  #drawer_toggle span:last-child {
    margin-top: 20px;
  }
  #drawer_toggle.open span {
    top: 26px;
    margin: 0;
    background-color: #000;
  }
  #drawer_toggle.open span:first-child {
    transform: rotate(45deg);
  }
  #drawer_toggle.open span:nth-child(2) {
    display: none;
  }
  #drawer_toggle.open span:last-child {
    transform: rotate(-45deg);
  }
}
.header.-scrolled {
  background: url(../img/24488748_l.jpg) center center/cover no-repeat;
}
.header.-scrolled a {
  color: #000;
}
.header.-scrolled h1 {
  color: #000;
}
@media (max-width: 767px) {
  .header.-scrolled h1 {
    background-size: cover;
    height: 20px;
  }
}
.header.-scrolled #drawer_toggle span {
  background: #000;
}
.header.-scrolled .js-modal-open {
  color: #fff;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@keyframes zoomUp {
  /* 1.15倍させる指定 */
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
.swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  /* 12秒かけて拡大させる */
  -webkit-animation: zoomUp 12s linear 0s;
  animation: zoomUp 12s linear 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slide-img {
  background-size: cover;
  background-position: center center;
  height: 100vh;
}

.slide-text {
  writing-mode: vertical-rl;
  position: absolute;
  z-index: 10;
  font-size: 34px;
  letter-spacing: 0.235em;
  color: #fff;
  width: 119px;
  top: 34%;
  right: 26%;
}
@media (max-width: 1024px) {
  .slide-text {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .slide-text {
    font-size: 26px;
  }
}

.slid-ttl:nth-child(2) {
  margin-right: 51px;
}
@media (max-width: 1024px) {
  .slid-ttl:nth-child(2) {
    margin-right: 38px;
  }
}

.message {
  width: 100%;
  height: auto;
  background: url(../img/23051247.jpg) center center/cover no-repeat;
}
@media (max-width: 767px) {
  .message {
    padding: 50px 0;
  }
}
.message__inner {
  width: 100%;
  max-width: 944px;
  height: 681px;
  margin: 0 auto;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media (max-width: 1024px) {
  .message__inner {
    max-width: 768px;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .message__inner {
    writing-mode: horizontal-tb;
    max-width: 320px;
    padding: 0 10px;
    height: auto;
  }
}
.message__ttl {
  font-size: 28px;
  letter-spacing: 0.5em;
  margin: 100px 30px 0 0;
}
@media (max-width: 1024px) {
  .message__ttl {
    font-size: 22px;
    width: 30px;
  }
}
@media (max-width: 767px) {
  .message__ttl {
    letter-spacing: 0;
    width: 100%;
    margin: 0;
    text-align: center;
  }
}
.message__text {
  width: 70px;
  letter-spacing: 0.375em;
  margin: 149px 70px 0 0;
}
@media (max-width: 1024px) {
  .message__text {
    margin-right: 80px;
  }
}
@media (max-width: 767px) {
  .message__text {
    width: 100%;
    letter-spacing: 0;
    margin: 20px 10px 0;
  }
}
.message__text p {
  margin-left: 22px;
}
@media (max-width: 767px) {
  .message__text p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
  }
}
.message__text p:nth-child(3) {
  margin-left: 0;
}
.message__text2 {
  width: 50px;
  letter-spacing: 0.375em;
  margin: 149px 70px 0 0;
}
@media (max-width: 1024px) {
  .message__text2 {
    margin-right: 80px;
  }
}
@media (max-width: 767px) {
  .message__text2 {
    width: 100%;
    letter-spacing: 0;
    margin: 20px 10px 0;
  }
}
.message__text2 p {
  margin-left: 22px;
}
@media (max-width: 767px) {
  .message__text2 p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
  }
}
.message__text2 p:nth-child(2) {
  margin-left: 0;
}
.message__name {
  letter-spacing: 0.454em;
  margin: 300px 80px 0 85px;
}
@media (max-width: 1024px) {
  .message__name {
    margin-right: 80px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .message__name {
    text-align: right;
    margin: 20px 0 0 0;
  }
}
.message__name p {
  font-size: 22px;
}
@media (max-width: 1024px) {
  .message__name p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .message__name p {
    font-size: 18px;
  }
}

.service {
  width: 100%;
  height: auto;
  padding: 106px 0 78px;
  background: url(../img/24488748_l.jpg) center center/cover no-repeat;
}
@media (max-width: 1024px) {
  .service {
    padding: 70px 0 30px;
  }
}
@media (max-width: 767px) {
  .service {
    padding: 50px 0;
  }
}
.service h2 {
  font-size: 36px;
  margin-bottom: 84px;
  text-align: center;
}
@media (max-width: 1024px) {
  .service h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .service h2 {
    font-size: 24px;
    margin-bottom: 40px;
    color: #000;
    text-shadow: none;
  }
}
.service__inner {
  max-width: 1920px;
  margin: 0 auto;
}
.service__wrapper {
  margin-bottom: 122px;
  display: flex;
}
@media (max-width: 1024px) {
  .service__wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .service__wrapper {
    flex-direction: column;
  }
}
.service__wrapper2 {
  margin-bottom: 122px;
  display: flex;
  flex-flow: row-reverse;
}
@media (max-width: 1024px) {
  .service__wrapper2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .service__wrapper2 {
    flex-direction: column;
  }
}
.service__wrapper3 {
  display: flex;
}
@media (max-width: 1024px) {
  .service__wrapper3 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .service__wrapper3 {
    margin-bottom: 0;
    flex-direction: column;
  }
}
.service__content {
  margin: 19px 20px 0 6%;
}
@media (max-width: 1024px) {
  .service__content {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .service__content {
    max-width: 375px;
    margin: 0 auto;
    padding: 80px 20px;
  }
}
.service__content2 {
  margin: 19px 20px 0 10%;
}
@media (max-width: 1024px) {
  .service__content2 {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .service__content2 {
    max-width: 375px;
    padding: 80px 20px;
  }
}
.service h3 {
  margin-bottom: 54px;
  font-size: 36px;
  line-height: 62px;
}
@media (max-width: 1024px) {
  .service h3 {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .service h3 {
    font-size: 18px;
    line-height: 36px;
  }
}
.service p {
  margin-bottom: 67px;
  line-height: 32px;
}
@media (max-width: 1024px) {
  .service p {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .service p {
    font-size: 12px;
    line-height: 24px;
  }
}
.service a {
  display: block;
  box-sizing: border-box;
  width: 200px;
  height: 56px;
  padding: 20px 0;
  text-align: center;
  color: #000;
  border: 1px solid #707070;
}
@media (max-width: 767px) {
  .service a {
    color: #fff;
  }
}

.area ul {
  display: none;
}

.area ul.show {
  display: block;
}

.access {
  width: 100%;
  height: auto;
  padding: 60px 0 110px;
  text-align: center;
  background: url(../img/22969524.jpg) center center/cover no-repeat;
}
@media (max-width: 767px) {
  .access {
    padding: 50px 10px 50px;
  }
}
.access__logo {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}
.access h2 {
  font-size: 36px;
  margin-bottom: 84px;
}
@media (max-width: 1024px) {
  .access h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .access h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
.access__wrapper {
  margin-bottom: 69px;
  display: flex;
}
@media (max-width: 767px) {
  .access__wrapper {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.access__image {
  margin-right: 4.32292%;
  margin-left: 19.2708%;
}
@media (max-width: 1024px) {
  .access__image {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .access__image {
    margin: 0;
  }
}
.access__info {
  text-align: initial;
  margin-right: 10%;
}
@media (max-width: 767px) {
  .access__info {
    margin-top: 10px;
    margin-right: 0;
  }
}
.access dl {
  line-height: 32px;
  margin-bottom: 8px;
}
.access p {
  line-height: 26px;
  font-size: 14px;
}
.access__map {
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .access__map {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .access__map {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .access__map iframe {
    width: 100%;
    max-width: 100%;
  }
}

.footer {
  width: 100%;
  height: auto;
  padding-top: 64px;
  text-align: center;
  background: url(../img/23009819.jpg) center center/cover no-repeat;
}
.footer__logo {
  line-height: 0;
  margin-bottom: 72px;
}
@media (max-width: 767px) {
  .footer__logo {
    margin-bottom: 30px;
  }
}
.footer__logo a {
  color: #000;
}
.footer__logo h2 {
  font-size: 30px;
  letter-spacing: 0.14em;
}
.footer__logo img {
  width: 30px;
  height: 30px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .footer__logo img {
    width: 30px;
    height: 30px;
  }
}
.footer__address {
  margin-bottom: 60px;
}
.footer p {
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .footer p {
    font-size: 12px;
  }
}
.footer__copyright {
  padding: 23px 0 25px;
  font-size: 12px;
  color: #fff;
  background: #000;
}

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