@charset "UTF-8";

/* @import url('https://fonts.googleapis.com/css2?family=Marcellus+SC&family=Shippori+Mincho+B1:wght@400;500;600;700&display=swap'); */
/* Contents Menu
-------------------------------------------------------------------------------------
【PC/SP】
	**:normalize
	**:icon
	**:reset
	**:base contents
		header/gnav/mv/contents/footer/
	**:indent
	**:size
	**:wide
	**:section
	**:compo parts
		btn/box/list/head/table/float/column/topcontrol/roBtn/
	**:pager
	**:form
-------------------------------------------------------------------------------------*/
/* normalize
-------------------*/
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block
}

audio,
canvas,
video {
  display: inline-block
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden] {
  display: none
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

body {
  margin: 0
}

h1 {
  font-size: 2em
}

abbr[title] {
  border-bottom: 1px dotted
}

b,
strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

mark {
  background: #ff0;
  color: #000
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 0
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0;
  padding: 0
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0
}

button,
input {
  line-height: normal
}

button,
html input[type="button"],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
input[disabled] {
  cursor: default
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto;
  vertical-align: top
}

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

/* reset
-------------------*/
html {
  background-color: #FFF;
  font-size: 62.5%;
  /* sets the base font to 10px for easier math */
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
ul,
ol,
li,
dl,
dt,
dd,
p,
img {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  background: #fff;
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 400;
  color: #321809;
  font-size: 16px;
  font-size: 1.6rem;
  /* sets the default sizing to make sure nothing is actually 10px */
  line-height: 2.4;
  letter-spacing: 0.04em;
}

body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#fancybox-wrap,
#fancybox-wrap *,
#fancybox-tmp,
#fancybox-loading {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  -o-box-sizing: content-box !important;
  -ms-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

a,
a:link,
a:hover,
a:focus {
  color: #321809;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

ul,
ol {
  list-style-type: none;
}

::selection {
  background-color: #321809;
  color: #FFF;
  /* Safari */
}

::-moz-selection {
  background-color: #321809;
  color: #FFF;
  /* Firefox */
}

#contents p {
  line-height: 1.7;
}

hr.ancHr {
  font-size: 0 !important;
  line-height: 0 !important;
  visibility: hidden !important;
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
}

/* base contents
-------------------*/
/*header*/
#header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#header.active {
  opacity: 1;
}

#header .logo {
  position: fixed;
  left: 1.5%;
  top: 30px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

#header .logo a {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#header .logo img {
  width: 260px;
}

/*#header .logo.change {
  width: 80px;
  height: 80px;
}
#header .logo.change img {
  width: 42px;
  height: 50px;
}
#gNav {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  padding: 40px 0;
}*/
#gNav ul {
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  background: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  position: absolute;
  right: 5%;
  margin-top: 20px;
  -moz-box-shadow: 0px 1px 20px -9px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 1px 20px -9px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 1px 20px -9px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 20px -9px rgba(0, 0, 0, 0.3);
}

#gNav ul li {
  margin: 0 20px;
}

#gNav ul li a {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 600;
}

#gNav ul li a:hover {
  text-decoration: none;
}

#gNav li a {
  /*線の基点とするためrelativeを指定*/
  position: relative;
}

#gNav li.current a,
#gNav li a:hover {
  color: #321809;
}

#gNav li a::after {
  content: '';
  /*絶対配置で線の位置を決める*/
  position: absolute;
  top: 140%;
  left: 10%;
  /*線の形状*/
  width: 80%;
  height: 2px;
  background: #321809;
  /*アニメーションの指定*/
  transition: all .3s;
  transform: scale(0, 1);
  /*X方向0、Y方向1*/
  transform-origin: center top;
  /*上部中央基点*/
}

/*現在地とhoverの設定*/
#gNav li.current a::after,
#gNav li a:hover::after {
  transform: scale(1, 1);
  /*X方向にスケール拡大*/
}

.Menu {
  display: none;
}

.Contact {
  background: #185990;
  height: 80px;
  width: 80px;
  position: fixed;
  right: 0;
  top: 80px;
  z-index: 1010;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.Contact a {
  display: block;
  position: relative;
  height: 80px;
  width: 80px;
  left: 0;
  top: 0;
}

.Contact i {
  color: #fff;
  font-size: 26px;
  font-size: 2.6rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  width: 100%;
  text-align: center;
  left: 0;
}

/*spNav*/
#Nav {
  height: 100%;
  display: block;
  transition: all 550ms ease 0.25s;
  visibility: hidden;
  padding-top: 59px;
  width: 100%;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 990;
}

#Nav.active {
  visibility: visible;
  right: 0;
}

#Nav #Bg {
  /*	background: rgba(0,0,0,0.5);*/
  height: 100%;
  width: 500%;
  position: fixed;
  right: -50%;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: all 550ms ease 0.25s;
  pointer-events: none;
}

#Nav.active #Bg {
  right: 0;
  opacity: 1;
  pointer-events: auto;
}

#Nav::after {
  background: rgba(255, 255, 255, 0.8);
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

#Nav::before,
#Nav::after {
  opacity: 0;
  transition: all 550ms ease 0.25s;
}

#Nav.active::before,
#Nav.active::after {
  opacity: 1;
}

#Nav .closeBtn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 3%;
  text-align: right;
}

#Nav nav {
  padding-top: 5%;
}

#Nav nav .logo {
  margin-bottom: 40px;
  text-align: center;
}

#Nav nav .logo img {
  max-width: 300px;
  width: 100%;
}

#Nav nav ul {
  width: 80%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#Nav nav ul li {
  text-align: center;
  width: 33%;
  padding: 20px 0;
}

#Nav nav li a,
#footer .ft-nav a {
  position: relative;
}

#Nav nav li.current a,
#Nav nav li a:hover,
#footer .ft-nav a:hover {
  color: #321809;
}

#Nav nav li a::after,
#footer .ft-nav a::after {
  content: '';
  position: absolute;
  top: 140%;
  left: 10%;
  width: 80%;
  height: 2px;
  background: #321809;
  transition: all .3s;
  transform: scale(0, 1);
  /*X方向0、Y方向1*/
  transform-origin: center top;
  /*上部中央基点*/
}

/*現在地とhoverの設定*/
#Nav nav li.current a::after,
#Nav nav li a:hover::after,
#footer .ft-nav a:hover::after {
  transform: scale(1, 1);
  /*X方向にスケール拡大*/
}

/*contents*/
#contents {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

.innerF {
  max-width: 1600px;
  margin: 0 auto;
}

.innerW {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
}

.inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.flexBox {
  display: flex;
  justify-content: space-between;
}

.flexList {
  display: flex;
  flex-wrap: wrap;
}

.en {
  font-family: 'Marcellus SC', serif;
}

.enHead {
  font-family: 'Marcellus SC', serif;
}

.jpHead {
  display: inline-block;
  margin-bottom: 50px;
}

/* ボタン共通設定 */

.cm-btn a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.cm-btn a .underline {
  position: relative;
  overflow: hidden;
}

.cm-btn a .underline:after {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #fff;
  transform: translate(0, 0);
}

.cm-btn a .underline:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #321809;
  transform: translate(0, 0);
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
}

.cm-btn:hover a .underline:after {
  animation-name: tran;
  animation-duration: 1s;
  transform: translate(100%, 0);
  right: 0;
  bottom: 0;
  left: auto;
}

@keyframes tran {
  0% {
    opacity: 0;
    transform: translate(-100%, 0);
  }

  50% {
    opacity: 1;
    transform: translate(0, 0);
  }

  100% {
    opacity: 0;
    transform: translate(100%, 0);
  }
}

.button-wrap {
  text-align: center;
}

.button {
  position: relative;
  display: flex;
  margin: 1em;
  padding: 0;
  border-radius: 40px;
  background: #321809;
  color: #fff;
  font-size: 1.2em;
  transition: color 0.7s;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-color: transparent;
  justify-content: center;
  align-items: center;
}

.button.button-click,
.button:focus {
  outline: none;
  color: #fff;
}

.cm-btn a:hover .button:after {
  content: '';
  position: absolute;
  border-radius: 50%;
  opacity: 0;
}

/* effect b */
.cm-btn a:hover .button-effect-b:after {
  width: 45px;
  height: 45px;
  border: 2px solid rgba(5, 24, 9, 0.5);
}

.cm-btn a:hover .button-effect-b.button-click:after {
  -webkit-animation: anim-effect-b 1s forwards;
}

@-webkit-keyframes anim-effect-b {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 1);
  }

  25%,
  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
  }
}

/* https://blog.avada.io/css/button-click-effects */

.button-w {
  position: relative;
  display: flex;
  margin: 1em;
  padding: 0;
  border-radius: 40px;
  background: #fff;
  color: #321809;
  font-size: 1.2em;
  transition: color 0.7s;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-color: transparent;
  justify-content: center;
  align-items: center;
}

.button-w.button-click,
.button-w:focus {
  outline: none;
  color: #321809;
}

.cm-btn a:hover .button-w:after {
  content: '';
  position: absolute;
  border-radius: 50%;
  opacity: 0;
}

/* effect b */
.cm-btn a:hover .button-w:after {
  width: 45px;
  height: 45px;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.cm-btn a:hover .button-w.button-click:after {
  -webkit-animation: anim-effect-b 1s forwards;
}

@-webkit-keyframes anim-effect-b {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 1);
  }

  25%,
  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
  }
}



/*access*/

#cm-access {
  border-top: 1px solid #ece8e6;
  padding-top: 110px;
}

.access-bg-img {
  background: url(../cmn_img/access_img.jpg) no-repeat;
  height: 770px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  margin-bottom: 110px;
}

#cm-access .access-logo {
  margin: 0 auto 35px;
}

#cm-access .access-logo img {
  max-width: 525px;
  width: 100%;
}

#cm-access .access-address {
  line-height: 1.4;
  margin-bottom: 20px;
}

#cm-access .access-transport {
  margin-bottom: 35px;
}

#cm-access .access-transport span {
  border-radius: 30px;
  background: #f6f2f0;
  display: inline-block;
  padding: 2px 20px 4px;
}

#cm-access .gra-bg .gra-bg-wrap {
  background: rgb(86, 211, 217);
  background: linear-gradient(150deg, rgba(86, 211, 217, 1) 0%, rgba(164, 215, 134, 1) 100%);
  border-radius: 30px;
  color: #fff;
  display: inline;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 600;
  padding: 20px 55px;
}

#cm-access .access-flex {
  margin-bottom: 70px;
}

#cm-access .access-flex .access-map {
  order: 2;
  width: 48%;
}

#cm-access .access-flex .access-map img {
  width: 100%;
}

#cm-access .access-flex .access-detail {
  order: 1;
  width: 48%;
}

.access-detail .text15 {
  margin-bottom: 10px;
}

.access-tel {
  align-items: center;
  display: flex;
  margin-bottom: 25px;
}

.access-tel .brown-bg {
  margin-left: 10px;
}

.access-tel .brown-bg span {
  background: #321809;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 4px 15px 6px;
}

.access-tbl table {
  margin-bottom: 15px;
  width: 100%;
}

.access-tbl tr {
  border-bottom: 1px solid #ece8e6;
}

.access-tbl tr:last-child {
  border-bottom: none;
}

.access-tbl th {
  border-left: 1px solid #ece8e6;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 10px;
  vertical-align: middle;
  text-align: center;
}

.access-tbl th.time {
  border-left: none;
  width: 26.5%;
}

.access-tbl td {
  border-left: 1px solid #ece8e6;
  font-size: 15px;
  font-size: 1.5rem;
  width: 10.5%;
  vertical-align: middle;
  text-align: center;
}

.access-tbl td span {
  position: relative;
  display: block;
}

.access-tbl td span:after {
  content: "";
  position: absolute;
  background: #ece8e6;
  width: 140%;
  height: 1px;
  transform: rotate(-42deg);
  left: -12px;
  top: 0;
}

.tbl-note {
  line-height: 1.2;
  text-align: right;
}

/*footer*/
#footer {
  width: 100%;
  background: #fff;
  padding: 80px 0;
}

#footer .ft-nav {
  display: flex;
  justify-content: center;
}

#footer .ft-nav li {
  margin: 0 2%;
}

.copy-right {
  font-family: 'Quicksand', sans-serif;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  padding-bottom: 90px;
  text-align: center;
  width: 100%;
}

/* indent
-------------------*/
.center {
  text-align: center !important;
}

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

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

.top0 {
  margin-top: 0 !important;
}

.top5 {
  margin-top: 5px !important;
}

.top10 {
  margin-top: 10px !important;
}

.top15 {
  margin-top: 15px !important;
}

.top20 {
  margin-top: 20px !important;
}

.top25 {
  margin-top: 25px !important;
}

.top30 {
  margin-top: 30px !important;
}

.top35 {
  margin-top: 35px !important;
}

.top40 {
  margin-top: 40px !important;
}

.btm0 {
  margin-bottom: 0 !important;
}

.btm5 {
  margin-bottom: 5px !important;
}

.btm10 {
  margin-bottom: 10px !important;
}

.btm15 {
  margin-bottom: 15px !important;
}

.btm20 {
  margin-bottom: 20px !important;
}

.btm25 {
  margin-bottom: 25px !important;
}

.btm30 {
  margin-bottom: 30px !important;
}

.btm35 {
  margin-bottom: 35px !important;
}

.btm40 {
  margin-bottom: 40px !important;
}

.btm45 {
  margin-bottom: 45px !important;
}

.btm50 {
  margin-bottom: 50px !important;
}

.btm55 {
  margin-bottom: 55px !important;
}

.btm60 {
  margin-bottom: 60px !important;
}

.btm65 {
  margin-bottom: 65px !important;
}

.btm70 {
  margin-bottom: 70px !important;
}

.btm75 {
  margin-bottom: 75px !important;
}

.btm80 {
  margin-bottom: 80px !important;
}

.btm85 {
  margin-bottom: 85px !important;
}

.btm90 {
  margin-bottom: 90px !important;
}

.btm95 {
  margin-bottom: 90px !important;
}

.pT0 {
  padding-top: 0 !important;
}

.pT5 {
  padding-top: 5px !important;
}

.pT10 {
  padding-top: 10px !important;
}

.pT15 {
  padding-top: 15px !important;
}

.pT20 {
  padding-top: 20px !important;
}

.pT25 {
  padding-top: 25px !important;
}

.pT30 {
  padding-top: 30px !important;
}

.pT35 {
  padding-top: 35px !important;
}

.pT40 {
  padding-top: 40px !important;
}

.pT45 {
  padding-top: 45px !important;
}

.pB0 {
  padding-bottom: 0 !important;
}

.pB5 {
  padding-bottom: 5px !important;
}

.pB10 {
  padding-bottom: 10px !important;
}

.pB15 {
  padding-bottom: 15px !important;
}

.pB20 {
  padding-bottom: 20px !important;
}

.lm5 {
  margin-left: 5px !important;
}

.lm10 {
  margin-left: 10px !important;
}

.lm15 {
  margin-left: 15px !important;
}

.lm20 {
  margin-left: 20px !important;
}

.lm50 {
  margin-left: 50px !important;
}

.lm60 {
  margin-left: 60px !important;
}

.lm70 {
  margin-left: 70px !important;
}

.rm5 {
  margin-right: 5px !important;
}

.rm10 {
  margin-right: 10px !important;
}

.rm15 {
  margin-right: 15px !important;
}

.rm20 {
  margin-right: 20px !important;
}

.vAT {
  vertical-align: top !important;
}

.vAM {
  vertical-align: middle !important;
}

.vAB {
  vertical-align: bottom !important;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.is-pc {
  display: block;
}

.is-sp {
  display: none;
}

.is-sp1080 {
  display: none;
}

.is-spS {
  display: none;
}

.spTel {
  pointer-events: none;
}

/* wide
-------------------*/
.w5 {
  width: 5% !important;
}

.w10 {
  width: 10% !important;
}

.w15 {
  width: 15% !important;
}

.w18 {
  width: 18% !important;
}

.w20 {
  width: 20% !important;
}

.w25 {
  width: 25% !important;
}

.w30 {
  width: 30% !important;
}

.w35 {
  width: 35% !important;
}

.w40 {
  width: 40% !important;
}

.w45 {
  width: 45% !important;
}

.w50 {
  width: 50% !important;
}

.w55 {
  width: 55% !important;
}

.w60 {
  width: 60% !important;
}

.w65 {
  width: 65% !important;
}

.w70 {
  width: 70% !important;
}

.w75 {
  width: 75% !important;
}

.w80 {
  width: 80% !important;
}

.w85 {
  width: 85% !important;
}

.w90 {
  width: 90% !important;
}

.w95 {
  width: 95% !important;
}

.wFull {
  width: 100% !important;
}

/* size
-------------------*/
.text12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.text13 {
  font-size: 13px;
  font-size: 1.3rem;
}

.text14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.text15 {
  font-size: 15px;
  font-size: 1.5rem;
}

.text16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.text17 {
  font-size: 17px;
  font-size: 1.7rem;
}

.text18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.text19 {
  font-size: 19px;
  font-size: 1.9rem;
}

.text20 {
  font-size: 20px;
  font-size: 2.0rem;
}

.text21 {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.4;
  font-weight: 400;
}

.text22 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 400;
}

.text24 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 400;
}

.text26 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: 400;
}

.text28 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 400;
}

.text30 {
  font-size: 30px;
  font-size: 3.0rem;
  line-height: 1.4;
  font-weight: 400;
}

.text32 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.4;
  font-weight: 400;
}

.text34 {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.4;
  font-weight: 400;
}

.text36 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.4;
}

.text40 {
  font-size: 40px;
  font-size: 4.0rem;
  line-height: 1.4;
}

.text42 {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 1.4;
}

.text48 {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 1.4;
  font-weight: 400;
}

.text62 {
  font-size: 62px;
  font-size: 6.2rem;
  line-height: 1.4;
  font-weight: 400;
}

.head14 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
}

.head15 {
  font-size: 15px;
  font-size: 1.5rem;
}

.head18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.head21 {
  font-size: 21px;
  font-size: 2.1rem;
}

.head22 {
  font-size: 22px;
  font-size: 2.2rem;
}

.head24 {
  font-size: 24px;
  font-size: 2.4rem;
}

.head26 {
  font-size: 26px;
  font-size: 2.6rem;
}

.head28 {
  font-size: 28px;
  font-size: 2.8rem;
}

.head30 {
  font-size: 30px;
  font-size: 3.0rem;
}

.head31 {
  font-size: 31px;
  font-size: 3.1rem;
  line-height: 1.4;
}

.head32 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.4;
}

.head34 {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.4;
}

.head36 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.4;
  font-weight: 300;
}

.head38 {
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.4;
  font-weight: 300;
}

.head40 {
  font-size: 40px;
  font-size: 4.0rem;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.head42 {
  font-size: 42px;
  font-size: 4.2rem;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.head44 {
  font-size: 44px;
  font-size: 4.4rem;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.head45 {
  font-size: 45px;
  font-size: 4.5rem;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.head50 {
  font-size: 50px;
  font-size: 5.0rem;
  line-height: 1.2;
  font-weight: 400;
}

.head58 {
  font-size: 58px;
  font-size: 5.8rem;
  line-height: 1.2;
  font-weight: 400;
}

.head60 {
  font-size: 60px;
  font-size: 6.0rem;
  line-height: 1.2;
  font-weight: 400;
}

.head62 {
  font-size: 62px;
  font-size: 6.2rem;
  line-height: 1.2;
  font-weight: 400;
}

.head63 {
  font-size: 63px;
  font-size: 6.3rem;
  line-height: 1.2;
  font-weight: 400;
}

.head75 {
  font-size: 75px;
  font-size: 7.5rem;
  line-height: 1.2;
  font-weight: 400;
}

.head90 {
  font-size: 90px;
  font-size: 9.0rem;
  line-height: 1.2;
  font-weight: 400;
}

.head140 {
  font-size: 140px;
  font-size: 14rem;
  line-height: 1;
  font-weight: 400;
}

.bgt {
  color: rgba(50, 24, 9, 0.05);
  font-family: 'Marcellus SC', serif;
  font-size: 140px;
  font-size: 14rem;
  line-height: 1;
  width: 200%;
  text-align: center;
  margin-left: -50%;
}

/* section
-------------------*/
section {
  clear: both;
}

/* compo parts
-------------------*/

/*topcontrol*/
/*
#topcontrol {
  z-index: 900;
}
#topcontrol a {
  background: url(../cmn_img/scrollup.png) center center no-repeat #000;
  background: url(../cmn_img/scrollup.gif) center center no-repeat\9 #000; 
  *background: url(../cmn_img/scrollup.gif) center center no-repeat #000; 
  _background: url(../cmn_img/scrollup.gif) center center no-repeat #000; 
  display: block;
  height: 60px;
  width: 60px;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#topcontrol a:hover {
  filter: alpha(opacity=10) !important;
  opacity: 1 !important;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
*/
/* top contents for pc
-------------------------------------------------------------------------------------*/
/* mv
-------------------*/
#mv {
  width: 100%;
  height: 100vh;
  z-index: 1;
  position: relative;
}

.swiper-container {
  width: 80%;
}

.h1-wrap {
  width: 20%;
}

.h1-wrap h1 {
  display: flex;
  margin: 50% 0 0 20%;
}

.h1-wrap .en.head40 {
  line-height: 1.2;
  writing-mode: vertical-lr;
  order: 3;
}

.h1-wrap .text21 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

.h1-wrap span:nth-of-type(2) {
  order: 2;
}

.h1-wrap span:nth-of-type(3) {
  order: 1;
}

#mv {
  width: 100%;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.15);
  }
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  animation: zoomUp 10s linear 0s 1 normal both;
}

.slide-img {
  overflow-x: hidden;
}

.slide-img img {
  display: block;
  overflow-x: hidden;
}

#mv .scroll-btn {
  position: absolute;
  left: 14%;
  bottom: 5%;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 170px;
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#mv .scroll-btn.active {
  opacity: 1;
}

#mv .scroll-btn:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  background: url(../../img/scroll.svg) no-repeat 50%/contain;
  width: 100%;
  height: 100%;
  animation: rotationCircle 20s linear infinite;
  border-radius: 20px;
  z-index: 5;
}

#mv .scroll-btn span {
  font-size: 30px;
}


@keyframes rotationCircle {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(1turn)
  }
}

/* Adjustment
-------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1640px) {
  #mv .mv-h2 {
    font-size: 9.5rem;
  }
}

@media only screen and (max-width: 1500px) {
  #mv .mv-h1 span {
    font-size: 3.2rem;
  }

  #mv .mv-h2 {
    font-size: 9.0rem;
  }

  .head42 {
    font-size: 3.2rem;
  }

  .graHead {
    margin-bottom: 40px;
  }

  .graHead.head60 {
    font-size: 5rem;
  }

  .access-bg-img {
    height: 460px;
  }

  #cm-access .access-flex {
    margin-bottom: 40px;
  }

  .access-tel {
    margin-bottom: 15px;
  }

  .access-tbl th {
    padding: 2% 0;
  }

  .access-tel .text36 {
    font-size: 3.2rem;
  }

  .access-tel .green-bg span {
    padding: 7px 15px;
  }

  #footer {
    padding: 30px 0;
  }

  .copy-right {
    padding-bottom: 30px;

  }
}

@media only screen and (max-width: 1350px) {
  #mv {
    width: 100%;
    height: 90vh;
    z-index: 1;
    position: relative;
  }
}

@media only screen and (max-width: 1280px) {

  .text24 {
    font-size: 2rem;
  }

  .head42 {
    font-size: 2.8rem;
  }

  #mv {
    height: 70vh;
  }

  #mv .mv-h1 {
    line-height: 1.7;
  }

  #mv .mv-illu-01 {
    max-width: 180px;
  }

  #mv .mv-illu-02 {
    max-width: 200px;
  }

  #mv .mv-h2 {
    font-size: 7.0rem;
  }

  #mv .mv-logo {
    max-width: 260px;
  }

  #mv .access-tel .text32 {
    font-size: 32px;
    font-size: 3rem;
  }

  #cm-access .access-transport span {
    font-size: 1.4rem;
  }

  #cm-access .access-transport {
    margin-bottom: 12px;
  }

  .access-tel .text32 {
    font-size: 2.4rem;
  }

  .access-tel .brown-bg span {
    font-size: 1.4rem;
  }

  #sec-access .innerW {
    padding: 80px 8% 40px;
  }

  #sec-news .innerW {
    padding: 80px 5% 70px;
  }

  .access-bg-img {
    height: 560px;
  }

  .cm-btn,
  .cm-btn-wh {
    max-width: 100%;
  }

  .cm-btn::after,
  .cm-btn-wh::after {
    top: 18px;
  }

  .access-bg-img {
    height: 480px;
  }

  #cm-access .gra-bg .gra-bg-wrap {
    font-size: 1.8rem;
    padding: 2px 35px;
  }

  .graHead.head60 {
    font-size: 3.6rem;
  }
}

@media only screen and (max-width: 1080px) {

  #Nav nav .logo img {
    max-width: 200px;
  }

  .is-sp1080 {
    display: block !important;
  }

  #gNav {
    display: none;
  }

  .Menu {
    background: #FFF;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    height: 80px;
    width: 80px;
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 1010;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 3px;
  }

  .Menu span {
    background-color: #321809;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    /* Fix for IE7 */
    *display: inline;
    /* Fix for IE7 */
    height: 2px;
    width: 40px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
  }

  .Menu span:nth-of-type(1) {
    top: 26px;
  }

  .Menu span:nth-of-type(2) {
    top: 34px;
  }

  .Menu span:nth-of-type(3) {
    top: 43px;
  }

  .Menu span:nth-of-type(4) {
    background-color: transparent;
    top: 50px;
    font-size: 10px;
    font-size: 1.0rem;
    color: #321809;
    font-family: 'Marcellus SC', serif;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }

  .Menu.active {
    height: 80px;
    width: 80px;
    right: 0;
  }

  .Menu.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
    left: 24%;
    top: 20px;
  }

  .Menu.active span:nth-of-type(2),
  .Menu.active span:nth-of-type(3) {
    -webkit-transform: translateY(-5px) rotate(45deg);
    transform: translateY(-5px) rotate(45deg);
    left: 24%;
  }

  .Menu.active span:nth-of-type(3) {
    top: 34px;
  }

  .Menu.active small {
    color: #000;
  }

  .cm-btn,
  .cm-btn-wh {
    font-size: 1.3rem;
    padding: 15px 0;
    /*padding: 15px 20px 15px 10px;*/
  }

  .cm-btn::after,
  .cm-btn-wh::after {
    top: 16px;
    font-size: 15px;
  }

  .access-bg-img {
    height: 360px;
  }

  #cm-access .access-logo {
    margin: 0 auto 20px;
  }

  #cm-access .access-logo img {
    max-width: 240px;
  }

  .access-tel .brown-bg span {
    font-size: 1.2rem;
    padding: 2px 10px 3px;
  }

  #cm-access .tbl-note .text14 {
    font-size: 1.2rem;
  }

  .access-tbl th {
    padding: 1.5% 0;
  }

  #mv {
    height: 75vh;
  }

  #mv .scroll-btn {
    width: 100px;
    height: 100px;
  }

  .h1-wrap .en.head40 {
    font-size: 3rem;
  }

  #footer .ft-nav li a {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 940px) {
  #mv {
    height: 60vh;
  }
}

@media only screen and (max-width: 834px) {
  .is-pc {
    display: none;
  }

  .is-sp {
    display: block !important;
  }
}

@media only screen and (max-width: 750px) {
  #mv {
    height: 55vh;
  }
}


/* for SP
-------------------------------------------------------------------------------------*/
@media only screen and (max-width: 687px) {
  .text16 {
    font-size: 1.4rem;
  }

  .graHead {
    margin-bottom: 30px;
  }

  #header.active {
    background: rgba(255, 255, 255, 0.5);
    height: 86px;
    position: fixed;
  }

  #header .logo,
  #header .logo.change {
    height: 60px;
    width: 120px;
  }

  .Menu {
    height: 60px;
    width: 60px;
  }

  .Menu span {
    width: 34px;
  }

  .Menu span:nth-of-type(1) {
    top: 19px;
  }

  .Menu span:nth-of-type(2) {
    top: 25px;
  }

  .Menu span:nth-of-type(3) {
    top: 31px;
  }

  .Menu span:nth-of-type(4) {
    top: 32px;
  }

  .Menu.active span:nth-of-type(1) {
    top: 12px;
    left: 21%;
  }

  .Menu.active span:nth-of-type(2),
  .Menu.active span:nth-of-type(3) {
    left: 21%;
  }

  .Menu.active span:nth-of-type(3) {
    top: 25px;
  }

  .Menu.active {
    height: 60px;
    width: 60px;
  }

  #mv {
    height: 80vh;
    position: relative;
  }

  #mv:after {
    display: none;

  }

  .swiper-container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 60vh;
  }

  .slide-img img {
    display: block;
    overflow-x: hidden;
    object-fit: cover;
    height: 60vh;
  }

  #header .logo img {
    height: 42px;
  }

  #header .logo {
    position: absolute;
    top: 24px;
  }

  .h1-wrap {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 62vh;
    transform: translateX(-50%);
  }

  .h1-wrap h1 {
    display: block;
    margin: 0;
    text-align: center;
  }

  .h1-wrap .en.head40 {
    font-size: 2.2rem;
    text-align: center;
    writing-mode: horizontal-tb;
  }

  .h1-wrap .text21 {
    writing-mode: horizontal-tb;
    display: block;
  }

  #mv .scroll-btn {
    left: 70%;
    bottom: 35%;
  }

  #mv .flexBox {
    display: block;
  }

  .access-bg-img {
    height: 150px;
    margin-bottom: 30px;
  }

  #cm-access {
    padding-top: 50px;
  }

  #cm-access .access-logo img {
    max-width: 290px;
  }

  #cm-access .gra-bg .gra-bg-wrap {
    display: block;
    font-size: 1.5rem;
    padding: 10px 35px;
    line-height: 1.7rem;
  }

  #cm-access .gra-bg .gra-bg-wrap span {
    font-size: 2.2rem;
  }

  #cm-access .gra-bg {
    margin-bottom: 40px;
  }

  #cm-access .access-flex {
    display: block;
    margin-bottom: 30px;
  }

  #cm-access .access-flex .access-map {
    width: 100%;
    margin-bottom: 25px;
  }

  #cm-access .access-flex .access-detail {
    width: 100%;
  }

  #cm-access .access-transport {
    margin-bottom: 20px;
  }

  .access-tel {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }

  .access-tel .text32 {
    width: 100%;
  }

  .access-tel .text36 {
    font-size: 2rem;
  }

  .access-tel .green-bg span {
    font-size: 1.0rem;
  }

  .access-tbl table {
    margin-bottom: 5px;
  }

  .access-tbl th.time {
    font-size: 1.1rem !important;
    letter-spacing: -0.05em;
  }

  .access-tbl td span:after {
    left: -6px;
  }

  .acc-credit .head21 {
    font-size: 1.6rem;
  }

  .tbl-note {
    font-size: 1rem;
  }

  #footer .ft-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  #footer .ft-nav li {
    margin: 0 2%;
    text-align: center;
    width: 46%;
  }
}

@media only screen and (max-width: 480px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }

  /* indent
-------------------*/
  .is-spS {
    display: block !important;
  }

  .spImg {
    max-width: 100%;
  }

  a.spTel {
    pointer-events: auto;
  }

  /* compo parts
-------------------*/
  small#copyright {
    font-size: 10px;
    font-size: 1.0rem;
  }

  #Nav nav ul li a span {
    font-size: 30px;
    font-size: 3.0rem;
  }

  #Nav nav ul {
    width: 90%;
  }

  #Nav nav ul li {
    width: 50%;
  }

  #Nav nav ul li a span {
    font-size: 26px;
    font-size: 2.6rem;
    padding-bottom: 5px;
  }

  #Nav nav ul li a {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .access-tel .text36 {
    font-size: 1.8rem;
  }

  #mv .mv-img:after {
    height: 40px;
    left: 50%;
    top: 95%;
  }

}

/*SP END*/
/* for ipad
-------------------------------------------------------------------------------------*/
.portrait.ipad #mv {
  height: 50vh;
}

.portrait.ipad #mv .mvInr {
  height: 50vh;
}

/* for iphoneX
-------------------------------------------------------------------------------------*/
@media screen and (min-height: 800px) {
  .portrait.iphone #mv {
    height: 64vh;
  }
}

/* animation
-------------------------------------------------------------------------------------*/
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.mv-h1,
.mv-logo,
.mv-h2.en {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}

.mv-h1.scrollin,
.mv-logo.scrollin,
.mv-h2.en.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/* comingsoon
-------------------------------------------------------------------------------------*/

#comingsoon {
  padding: 200px 0;
}

/* 下層common
-------------------------------------------------------------------------------------*/

.cm-mv-img {
  margin: 0 0 -13px;
  position: relative;
  width: 100%;
}

.cm-mv-img .inner {
  position: relative;
}

.cm-mv-img img {
  height: 600px;
  object-fit: cover;
}

.cm-page-ttl {
  color: #ffff;
  position: absolute;
  left: 0;
  bottom: 40px;
}

.cm-page-ttl .text16 {
  line-height: 1;
}

.cm-breadcrumb {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  right: 0;
  bottom: 40px;
}

.breadcrumb-list li {
  border-right: 1px solid #fff;
  line-height: 1;
  padding: 0 15px;
}

.breadcrumb-list li a {
  color: #fff;
}

.breadcrumb-list li:last-child {
  border-right: 0;
  padding-right: 0;
}

@media only screen and (max-width: 1200px) {
  .cm-mv-img img {
    height: 460px;
  }

  .cm-page-ttl .text62 {
    font-size: 4.8rem;
  }
}

@media only screen and (max-width: 687px) {
  .cm-mv-img img {
    height: 260px;
  }

  .cm-page-ttl .text62 {
    font-size: 2.4rem;
  }

  .cm-breadcrumb {
    display: none;
  }

}

/* ------------------------------------------------------------------------- */

#gNav ul {
  align-items: center;
  padding: 0 0 0 20px;
}

#gNav ul li.item.contact {
  margin: 0;
}

#gNav ul li.item.contact a {
  background: #321809;
  /* padding: 0 20px; */
  width: 70px;
  height: 60px;
  border-radius: 0 10px 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
}

#gNav ul li.item.contact a {
  color: #fff;
  font-size: 20px;
}

#gNav li.current.item.contact a::after,
#gNav li.item.contact a:hover::after {
  display: none;
}

#gNav li.item.contact a:hover {
  opacity: 0.6;
  color: #fff;
}