@charset "UTF-8";
@import url('//fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300&family=Noto+Sans+JP:wght@100&family=Shippori+Mincho+B1:wght@400;500;600&display=swap');
@import url(//use.fontawesome.com/releases/v5.2.0/css/all.css);
/*----------------------------------------------------
font-family
----------------------------------------------------*/
/*
font-family: 'Cormorant Garamond', serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Shippori Mincho B1', serif;
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*, :after, :before {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
}
f main {
  display: block;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0
}
address, blockquote, dl, figure, form, iframe, ol, p, pre, table, ul {
  margin: 0;
}
ol, ul {
  padding: 0;
  list-style: none;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit
}
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp {
  font-family: monospace;
  font-size: inherit;
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
embed, iframe, img, object {
  vertical-align: bottom;
}
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
[type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none
}
[type="button"][disabled], [type="reset"][disabled], [type="submit"][disabled], button[disabled] {
  cursor: default;
}
[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
[type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
select::-ms-expand {
  display: none;
}
fieldset, option {
  padding: 0;
}
fieldset {
  margin: 0;
  min-width: 0;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable] {
  outline: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td, th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: 700;
}
[hidden], template {
  display: none;
}
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 {
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-size: 15px;
  font-size: 1.5rem;
  /* sets the default sizing to make sure nothing is actually 10px */
  line-height: 1;
  letter-spacing: 0.08em;
}
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;
}
a, a:link, a:hover, a:focus {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
/*a:hover {
  text-decoration: underline;
  color: red;
}*/
ul, ol {
  list-style-type: none;
}
::selection {
  background-color: #224165;
  color: #FFF;
  /* Safari */
}
::-moz-selection {
  background-color: #224165;
  color: #FFF;
  /* Firefox */
}
#contents p, #contents dl dt, #contents dl dd, #contents ul li, #contents ol li {
  line-height: 1.7;
}
/* 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: 5pc !important;
}
.btm85 {
  margin-bottom: 85px !important;
}
.btm90, .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: 700;
}
.normal {
  font-weight: 400;
}
.is-pc {
  display: block;
}
.is-sp {
  display: none;
}
.is-ipad {
  display: none;
}
.spTel {
  pointer-events: none;
}
@media only screen and (max-width:900px) {
  .is-sp {
    display: block !important;
  }
  .is-pc {
    display: none !important;
  }
  .spImg {
    max-width: 100%;
  }
  a.spTel {
    color: #b69260;
    pointer-events: auto;
  }
}
.size10 {
  font-size: 1rem !important;
}
.size11 {
  font-size: 1.1rem !important;
}
.size12 {
  font-size: 1.2rem !important;
}
.size13 {
  font-size: 1.3rem !important;
}
.size14 {
  font-size: 1.4rem !important;
}
.size15 {
  font-size: 1.5rem !important;
}
.size16 {
  font-size: 1.6rem !important;
}
.size17 {
  font-size: 1.7rem !important;
}
.size18 {
  font-size: 1.8rem !important;
}
.size19 {
  font-size: 1.9rem !important;
}
.size20 {
  font-size: 2rem !important;
}
.size21 {
  font-size: 2.1rem !important;
}
.size22 {
  font-size: 2.2rem !important;
}
.size23 {
  font-size: 2.3rem !important;
}
.size24 {
  font-size: 2.4rem !important;
}
.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;
}
/* component
-------------------*/
.indList {
  margin-bottom: 15px;
}
.indList li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}
.indList li:before {
  content: '・';
  margin-right: 5px;
  vertical-align: middle;
}
.numList {
  margin-bottom: 15px;
  padding-left: 1.6em;
}
.numList li {
  list-style: decimal outside none;
  margin-bottom: 5px;
}
/*------------------------------------for header--*/
#header {
  position: relative;
  width: 100%;
  z-index: 2;
}
#header .hdInr {
  width: 90%;
  margin: 0 auto;
}
#header .hdInr h1 {
  background: #fff;
  font-family: 'Shippori Mincho B1', serif;
  position: absolute;
  left: 0;
  top: 0;
  padding: 16px;
}
#header .hdInr h1:after {
  position: absolute;
  content: '';
  right: -40px;
  top: -14px;
  width: 0;
  height: 0;
  border: none;
  border-right: solid 40px transparent;
  border-top: solid 79px white;
  z-index: -1;
}
#header h1 a {
  display: flex;
  justify-content: center;
  font-size: 20px;
  font-size: 2.0rem;
  align-items: center;
}
#header h1 a .en {
  display: flex;
  justify-content: center;
  font-size: 33px;
  font-size: 3.3rem;
}
/* hamburger
-------------------*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 991;
  right: 30px;
  top: 30px;
  width: 68px;
  height: 68px;
  cursor: pointer;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 6px 2px #e5e5e5;
  -moz-box-shadow: 1px 1px 6px 2px #e5e5e5;
  box-shadow: 1px 1px 6px 2px #e5e5e5;	
}
.hamburger span {
  display: block;
  position: absolute;
  width: 34px;
  height: 2px;
  left: 17px;
  background: #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 23px;
}
.hamburger span:nth-child(2) {
  top: 33px;
}
.hamburger span:nth-child(3) {
  top: 43px;
}
.hamburger.active span:nth-child(1) {
  top: 33px;
  left: 17px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
  top: 33px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#Nav {
  height: 100%;
  display: block;
  transition: all 550ms ease 0.25s;
  visibility: hidden;
  padding-top: 100px;
  max-width: 310px;
  width: 100%;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 990;
}
#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:after {
  background: rgba(255, 255, 255, 0.8);
  background-color: #f9f9f9;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
  transition: all 550ms ease 0.25s;
}
#Nav:before {
  opacity: 0;
  transition: all 550ms ease 0.25s;
}
#Nav.active {
  visibility: visible;
  right: 0;
}
#Nav.active #Bg {
  right: 0;
  opacity: 1;
  pointer-events: auto;
}
#Nav.active:before, #Nav.active:after {
  opacity: 1;
}
#Nav ul li {
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
}
#Nav ul li a {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 6% 20px;
}
#Nav ul li a:hover {
  background: #d0e1d7;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
#Nav ul li a .en {
  /*color: #0d6c37;*/
  color: #6e4c33;	
  font-size: 22px;
  font-size: 2.2rem;
}
#Nav .staffRecruit {
  font-family: 'Shippori Mincho B1', serif;
  padding: 8% 20px;
  text-align: center;
}
#Nav .staffRecruit p {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 15px;
}
#Nav .staffRecruit a {
  background-color: #323f63;
  border-radius: 50px;
  color: #fff;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 270px;
}
#Nav .staffRecruit a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
/*topcontrol*/
#topcontrol {
  z-index: 900;
}
#topcontrol a {
  background: url(../../images/scrollup.svg) center center no-repeat #000;
  background: url(../../images/scrollup.svg) center center no-repeat\9 #000; /* IE8 */
  *background: url(../../images/scrollup.svg) center center no-repeat #000; /* IE7 */
  _background: url(../../images/scrollup.svg) center center no-repeat #000; /* IE6 */
  /*display: block;*/
  display: none;
  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);
}
/*------------------------------------for font--*/
.en {
  font-family: 'Cormorant Garamond', serif;
}
.serif {
  font-family: 'Shippori Mincho B1', serif;
}
/*------------------------------------for mv--*/
#mv {
  background: url("../../images/mv.jpg") center center no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
  border: 20px solid #fff;
}
#mv .mvInr {
  position: absolute;
  width: 90%;
  max-width: 1200px;
  top: 45%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  ext-align: center;
}
#mv .mvInr h1 {
  color: #fff;
  font-weight: normal;
  font-size: 48px;
  font-size: 4.8rem;
  letter-spacing: 0.1em;
  line-height: 1.5 !important;
  margin-top: -40px;
  text-align: center;
}
#mv .mvInr h1 small {
  font-size: 32px;
  font-size: 3.2rem;
  display: block;
}
#mv .info {
  position: absolute;
  top: 0;
  width: 50%;
  max-width: 630px;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}
#mv .info a {
  background: #323f63;
  display: block;
  text-align: center;
  padding: 20px 0;
  border-radius: 0 0 10px 10px;
  color: #fff;
  font-size: 21px;
  font-size: 2.1rem;
}
#mv .info a strong {
  font-size: 32px;
  font-size: 3.2rem;
}
#mv .info a i {
  font-size: 28px;
  font-size: 2.8rem;
  color: #ff9b24;
  margin-right: 5px;
}
/*.scrolldown{
	position:absolute;
	bottom:0;
	left:50%;
}

.scrolldown span{
position: absolute;
    left: -50px;
    bottom: 31vh;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    width: 100px;
    text-align: center;
}
.scrolldown:before {
    content: "";
    position: absolute;
    bottom:0;
    left:-4px;
	width:9px;
	height:9px;
	border-radius: 50%;
	background:#eee;
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove{
      0%{bottom:30vh;}
     100%{bottom:-5px;}
 }

@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }

.scrolldown:after{
	content:"";
	position: absolute;
	bottom:0;
	left:0;
	width:1px;
	height: 30vh;
	background:#fff;
}
*/
.mapBox {
  /*background: #0d6c37;*/
  background: #6e4c33;	
  color: #fff;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 80px;
  position: relative;
  padding: 70px 50px;
  text-align: center;
  top: -140px;
}
.mapBox h2 {
  font-family: 'Shippori Mincho B1', serif;
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 30px;
}
.mapBox h2 en {
  font-family: 'Cormorant Garamond', serif;
  font-size: 33px;
  font-size: 3.3rem;
}
.mapBox p {
  line-height: 1.4;	
  margin-bottom: 40px;
}
.mapBox a.mapBtn {
  border: 1px solid #fff;
  color: #fff;
  position: relative;
  padding: 20px;
  text-align: center;
  max-width: 280px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.mapBox a.mapBtn:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #fff;
  right: 10px;
}
.mapBox a.mapBtn:hover {
  opacity: 0.8;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.mapBox .batch {
  width: 160px;
  position: absolute;
  right: 40px;
  top: -95px;
}
#newsBox {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
  margin-top: -140px;
}
#newsBox h2 {
  /*border-bottom: 2px solid #34843f;*/
  border-bottom: 2px solid #6e4c33;
  font-size: 22px;
  font-size: 2.2rem;
  padding-bottom: 5px;
  width: 110px;
  margin-right: 50px;
}
#newsBox h2.en {
  font-size: 22px;
  font-size: 2.2rem;
  margin-right: 10px;
}
#newsBox ul {
  width: calc(100% - 160px);
}
#newsBox ul li {
  display: flex;
  justify-content: flex-start;
}
#newsBox ul li .en.date {
  font-size: 18px;
  font-size: 1.8rem;
  margin-right: 15px;
}
#newsBox .prev, #newsBox .next {
  display: inline-block;
  width: 9px;
  position: absolute;
  top: -5px;
  z-index: 99;
}
#newsBox .prev img, #newsBox .next img {
  width: 100%;
}
#newsBox .prev {
  right: 41px;
}
#newsBox .next {
  right: 0px;
}
#newsBox .prev:after {
  content: "";
  width: 1px;
  height: 24px;
  right: -17px;
  position: absolute;
  background: #ccc;
  top: -4px;
}
/*------------------------------------for pc contents--*/
#contents {
  overflow-x: hidden;
}
.secInr {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}
.secInrW {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding: 80px 0;
}
.head01 {
  font-size: 17px;
  font-size: 1.7rem;
  /*color: #0d6c37;*/
  color: #6e4c33;	
}
.head01 .en {
  font-size: 42px;
  font-size: 4.2rem;
  display: block;
  letter-spacing: 0.08em;
}
#area01 .head01 .serif {
  color: #898989;
  font-size: 34px;
  font-size: 3.4rem;
  margin-right: 40px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
#area01 h2 {
  text-align: center;
  min-width: 60px;
}
#area01 .flexBox {
  display: flex;
  justify-content: space-between;
  position: relative;
}
#area01 .slider {
  width: 70%;
  max-width: 1200px;
  margin-left: 9%;
}
#area01 .infoBox {
  width: 20%;
  position: relative;
}
#area01 .infoBox .infoInr {
  width: 250%;
  background: #fff;
  padding: 40px;
  position: absolute;
  right: 0;
  bottom: -100px;
  ;
  display: flex;
  justify-content: center;
}
#area01 .infoBox .infoInr h3 {
  font-family: 'Shippori Mincho B1', serif;
  /*color: #2e553c;*/
　color: #6e4c33;	
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 20px;
  line-height: 1.7;
}
#area01 .infoBox .infoInr p {
  line-height: 1.9;
}
#area01 .flexBox .overTxt {
  position: absolute;
  color: #fff;
  opacity: 0.4;
  font-size: 100px;
  font-size: 10rem;
  left: 8%;
  bottom: -155px;
  line-height: 0.8;
}
#area01 .secInrW {
  padding: 80px 0 200px;
}
#area02 {
  /*background: #e8efe9;*/
  background: #f6efe9;	
}
#area02 .bg {
  background: url("../../images/bg_menu.png") left bottom no-repeat;
}
#area02 .secInr h2 {
  margin-bottom: 30px;
  text-align: center;
}
#area02 .secInr ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#area02 .secInr ul li {
  width: 19%;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}
#area02 .secInr ul li .icon {
  width: 60%;
  margin: 0 auto;
}
#area02 .secInr ul li dl dt {
  color: #000;
  font-size: 20px;
  font-size: 2.0rem;
  text-align: center;
  padding: 10px 0;
}
#area02 .secInr ul li dl dd {
  font-size: 14px;
  font-size: 1.4rem;
}
#area03 .secInr {
  padding: 80px 0;
}
#area03 .head01 {
  margin-bottom: 50px;
  text-align: center;
}
#area03 .head02 {
  font-family: 'Shippori Mincho B1', serif;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 40px;
  text-align: center;
}
#area03 .intro {
  margin-bottom: 80px;
  text-align: center;
}
#area03 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#area03 ul li {
  width: 48%;
}
#area03 ul li .img {
  position: relative;
}
#area03 ul li .img img {
  width: 100%;
}
#area03 ul li h4 {
  color: #fff;
  position: absolute;
  font-family: 'Shippori Mincho B1', serif;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}
#area03 ul li h4.h401 {
  font-size: 56px;
  font-size: 5.6rem;
}
#area03 ul li h4.h402 {
  background-color: #fff;
  color: #000;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: inline-table;
  padding: 15px 0px;
}
#area03 ul li.li01 .h401 {
  right: 60px;
  bottom: 0;
}
#area03 ul li.li01 .h402 {
  right: 0;
  bottom: 0;
}
#area03 ul li.li02 .h401 {
  right: 60px;
  bottom: 0;
}
#area03 ul li.li02 .h402 {
  right: 0;
  top: 0;
}
#area03 ul li.li03 .h401 {
  left: 50px;
  bottom: 0;
}
#area03 ul li.li03 .h402 {
  left: 0;
  top: 0;
}
#area03 ul li.li04 .h401 {
  left: 50px;
  bottom: 0;
}
#area03 ul li.li04 .h402 {
  left: 0;
  bottom: 0;
}
#area03 ul li .txt {
  margin: 40px 0 60px;
}
#area03 ul li dt {
  font-family: 'Shippori Mincho B1', serif;
  font-size: 21px;
  font-size: 2.1rem;
  margin: 20px auto 30px;
  text-align: center;
}
#area04 .bg {
  /*background-color: #e8efe9;*/
  background-color: #f6efe9;	
}
#area04 .flexBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
#area04 .head01 {
  font-size: 42px;
  font-size: 4.2rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  margin-right: 50px;
  font-family: 'Cormorant Garamond', serif;
}
#area04 .head01 span.serif {
  font-size: 17px;
  font-size: 1.7rem;
  margin-top: 25px;
}
#area04 .flexInfo {
  margin-right: 80px;
  width: 60%;
}
#area04 .flexBox {
  margin-bottom: 60px;
}
#area04 .flexBox .flexImg {
  margin: 0;
}
#area04 .flexBox .flexImg img {
  width: 100%;
}
#area04 .flexBox .flexInfo .head02 {
  font-family: 'Shippori Mincho B1', serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.7;
  margin-bottom: 40px;
}
#area04 .flexBox .flexInfo .info {
  margin-bottom: 40px;
}
#area04 .flexBox .flexInfo .name {
  font-size: 20px;
  font-size: 2.0rem;
  text-align: right;
}
#area04 .flexBox .flexInfo .name .small {
  font-size: 18px;
  font-size: 1.8rem;
}
#area04 .profile {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
}
#area04 .profile .listBox {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 90%;
}
#area04 .profile .listBox .title {
  position: relative;
  margin-right: 5%;
  width: 20%;
  max-width: 120px;
}
#area04 .profile .listBox .title:before {
  content: '';
  position: absolute;
  top: 12px;
  display: inline-block;
  width: 80px;
  height: 2px;
  /*background-color: #34843f;*/
  background-color: #6e4c33;	
  left: 40px;
}
#area04 .profile .listBox .title p {
  display: inline-block;
  padding-right: 5px;
}
#area04 .profile .listBox ul {
  width: 75%;
}
#area04 .profile .listBox ul li {
  display: flex;
  justify-content: flex-start;
}
#area04 .profile .listBox ul li .yr {
  margin-right: 50px;
  width: 75px;
}
#area05 {
  color: #fff;
}
#area05 .bg {
  /*background-color: #215d38;*/
  background-color: #6e4c33;	
}
#area05 .head01 {
  text-align: center;
}
#area05 .flexBox {
  display: flex;
  justify-content: space-between;
}
#area05 .flexBox .map {
  margin-right: 4%;
  width: 48%;
}
#area05 .flexBox iframe {
  margin-bottom: 25px;
}
#area05 .flexBox .btn a {
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  vertical-align: middle;
  padding: 25px;
  text-align: center;
  width: 100%;
}
#area05 .flexBox .btn a:hover {
  background-color: rgba(255, 255, 255, 0.20);
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
#area05 .info {
  margin-top: 25px;
  width: 48%;
}
#area05 .info .logo {
  display: inline-block;
  margin-bottom: 50px;
}
#area05 .info .logo h3 {
  font-size: 34px;
  font-size: 3.4rem;
  font-family: 'Shippori Mincho B1', serif;
}
#area05 .info .address {
  margin-bottom: 40px;
}
#area05 .info .tel {
  /*font-family: 'Cormorant Garamond', serif;*/
  font-size: 40px;
  font-size: 4.0rem;
}
#area05 .info .tel a{
	color: #fff;
}
#area05 .info .tel small {
  font-size: 22px;
  font-size: 2.2rem;
}
#area05 .info dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  text-align: left;
}
#area05 .info dl dt {
  font-size: 21px;
  font-size: 2.1rem;
  margin-right: 15px;
  width: 30%;
}
#area05 .info dl dd {
  font-size: 15px;
  font-size: 1.5rem;
  text-indent: -1em;
  padding-left: 1em;
  width: 70%;
}
#area05 .info .hourTbl {
  margin-bottom: 10px;
}
#area05 .info .hourTbl table {
  width: 100%;
}
#area05 .info .hourTbl tr {
  border: 1px solid #215d38;
}
#area05 .info .hourTbl tr th, #area05 .info .hourTbl tr td {
  background: #fff;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 15px;
  text-align: center;
  /*border-right: 1px solid #215d38;*/
  border-right: 1px solid #6e4c33;
}
#area05 .info .hourTbl tr .grn {
  /*background: #d3dfd7;*/
  background: #f6efe9;
  /*color: #215d38;*/
  color: #6e4c33;
}
#area05 .info .hourTbl tr .hour {
  width: 25%;
}
#area05 .info .hourTbl tr td.off {
  /*color: #fff;*/
}
#area05 .info .hourTbl tr td span {
  /*color: #fff;
  font-size: 10px;
  font-size: 1.0rem;*/
}
#area05 .info .note {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: right;
}
#area05 .recruit {
  border-bottom: 1px solid #6a738d;
  padding-bottom: 70px;
  text-align: center;
}
#area05 .info dl dd .white {
  background-color: rgba(255, 255, 255, 0.70);
  border-radius: 5px;
  color: #364468 !important;
  padding: 1px 8px;
  line-height: 1.7;
}
#area05 .recruit .info {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0 0;
  border-radius: 0 0 10px 10px;
  color: #fff;
  font-size: 21px;
  font-size: 2.1rem;
}
#area05 .recruit .info strong {
  font-size: 32px;
  font-size: 3.2rem;
}
#area05 .recruit .info i {
  font-size: 28px;
  font-size: 2.8rem;
  color: #ff9b24;
  margin-right: 5px;
}
#area05 .recruit h3 {
  font-size: 42px;
  font-size: 4.2rem;
  margin-bottom: 25px;
}
#area05 .recruit ul {
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  display: inline-flex;
  margin-bottom: 40px;
}
#area05 .recruit ul li {
  background-color: #fff;
  border-radius: 5px;
  color: #4e5875;
  font-family: 'Shippori Mincho B1', serif;
  font-size: 28px;
  font-size: 2.8rem;
  margin: 0 10px;
  padding: 15px 25px;
}
#area05 .recruit .btn a {
  background-color: #323f63;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: 21px;
  font-size: 2.1rem;
  padding: 25px 70px;
}
#area05 .recruit .btn a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
#footer {
  /*background-color: #215d38;*/
  background-color: #6e4c33;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  padding-bottom: 60px;
}
	
/*------------------------------------for pc resize--*/
@media only screen and (max-width: 1315px) {
  #area05 .flexBox .map {
    margin-right: 5%;
    width: 45%;
  }
  #area05 .info {
    width: 50%;
  }
}
@media only screen and (max-width: 1200px) {
  #mv .info {
    max-width: 440px;
  }
  #mv .info a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #mv .info a strong {
    font-size: 32px;
    font-size: 2.2rem;
  }
  #mv .info a i {
    font-size: 28px;
    font-size: 2.2rem;
  }
  #area01 .infoBox .infoInr {
    padding: 20%;
    bottom: -70px;
  }
  #area02 .secInr ul li {
    padding: 25px;
  }
  #area03 ul li h4 {
    font-size: 30px;
    font-size: 3rem;
  }
  #area03 ul li h4 span small {
    font-size: 30px;
    font-size: 2.4rem;
  }
  #area03 ul li dt {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 15px auto 10px;
  }
  #area04 .profile .head03 {
    font-size: 60px;
    font-size: 6.0rem;
    margin-bottom: 40px;
  }
  #area05 .info .hourTbl tr th, #area05 .info .hourTbl tr td {
    font-size: 16px;
    padding: 15px 5px;
    text-align: center;
  }
}
@media only screen and (max-width: 990px) {
  #area02 .secInr ul li {
    width: 48%;
  }
  #area03 ul li h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #area03 ul li h4.h401 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  #area03 ul li.li01 .h401 {
    right: 40px;
    bottom: 0;
  }
  #area03 ul li.li02 .h401 {
    right: 40px;
    bottom: 0;
  }
  #area03 ul li.li03 .h401 {
    left: 40px;
    bottom: 0;
  }
  #area03 ul li.li04 .h401 {
    left: 40px;
    bottom: 0;
  }
  #area05 .info .logo h3 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 920px) {
  .head01 {
    margin-bottom: 50px;
  }
  .head01 .en {
    font-size: 36px;
    font-size: 3.6rem;
  }
  #area01 .flexBox.wrap {
    display: block;
  }
  #area01 .infoBox {
    width: 100%;
  }
  #area01 h2 {
  min-width: auto;
  }	
  #area01 .infoBox .infoInr {
    padding: 5%;
    position: inherit;
    bottom: -100px;
    width: 90%;
    margin-top: -140px;
    left: 42px;
  }
  #area01 .infoBox .infoInr h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4;
  }
  #area02 .secInr {
    display: inherit;
  }
  #area02 .secInr h2 {
    width: 100%;
    text-align: center;
  }
  #area02 .secInr ul {
    width: 100%;
  }
  #area03 .head02 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  #area04 .flexBox .flexInfo .head02 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4;
  }
  #area04 .flexBox .flexInfo .name {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.4;
  }
  #area05 .info dl dt {
    font-size: 18px;
    font-size: 1.8rem;
    width: 20%;
  }
  #area05 .info dl dd {
    font-size: 13px;
    font-size: 1.3rem;
  }
  #area05 .info .hourTbl tr th, #area05 .info .hourTbl tr td {
    font-size: 13px;
    font-size: 1.3rem;
  }
  #area05 .info .note {
    font-size: 11px;
    font-size: 1.1rem;
  }
  #area05 .flexBox .btn a {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 12px;
  }
  #area05 .recruit .info {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #area05 .recruit .info strong {
    font-size: 24px;
    font-size: 2.4rem;
  }
  #area05 .recruit h3 {
    font-size: 36px;
    font-size: 3.6rem;
  }
  #area05 .recruit ul li {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 10px 20px;
  }
  #area05 .recruit .btn a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/*------------------------------------for sp--*/
@media only screen and (max-width: 768px) {
  .batch {
    display: none;
  }
  #newsBox {
    padding: 0;
    display: block;
  }
  #newsBox ul {
    width: 100%;
  }
  #newsBox ul li {
    display: block;
  }
  #newsBox ul li span {
    display: block;
  }
  #newsBox h2.en {
    margin-bottom: 20px;
  }
  #newsBox .prev, #newsBox .next {
    display: none !important;
  }
  #newsBox .newsSlider .en.date {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  #newsBox .newsSlider .en.date {
    width: 100%;
  }
  .hamburger {
    right: 15px;
    top: 15px;
    width: 50px;
    height: 50px;
  }
  .hamburger span {
    width: 28px;
    height: 2px;
    left: 11px;
  }
  .hamburger span:nth-child(1) {
    top: 14px;
  }
  .hamburger span:nth-child(2) {
    top: 24px;
  }
  .hamburger span:nth-child(3) {
    top: 34px;
  }
  .hamburger.active span:nth-child(1) {
    top: 24px;
    left: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
    top: 24px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .secInr {
    padding: 55px 0;
  }
  .head01 {
    margin-bottom: 30px;
  }
  #Nav {
    padding-top: 50px;
  }
  #mv .info {
    max-width: 100%;
    width: 100%;
  }
  #mv .info a {
    padding: 20px 0;
    border-radius: 0;
  }
  #mv .mvInr .en {
    font-size: 40px;
    font-size: 4rem;
  }
  #mv .mvInr h1 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  #mv .mvInr h1 small {
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
  }
  #area01 .secInrW {
    padding: 40px 0 100px;
  }
  #area01 .slider {
    margin: 0;
    width: 100%;
  }
  #area01 .infoBox .infoInr {
    padding: 30px 5% 50px;
    position: inherit;
    bottom: -100px;
    width: 100%;
    left: 0;
    display: block;
  }
  #area01 .head01 .serif {
    writing-mode: inherit;
	margin-right: 0;
  }
  #area01 .infoBox .infoInr h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #area01 .flexBox .overTxt {
    font-size: 30px;
    font-size: 3rem;
    bottom: -135px;
  }
  #area02 .secInr ul li {
    padding: 5%;
  }
	
#area02 .secInr ul li dl dt {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
}	
	
  #area02 .secInr ul li .icon {
    width: 50%;
    margin: 0 auto;
  }
  #area03 .secInr {
    padding: 40px 0 40px;
  }
  #area03 .head02 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  #area03 .intro {
    margin-bottom: 40px;
    text-align: left;
  }
  #area03 ul {
    display: inherit;
  }	
	
  #area03 ul li {
    margin-bottom: 40px;
    width: 100%;
  }
  #area03 ul li h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #area03 ul li h4.h401 {
    font-size: 28px;
    font-size: 2.8rem;
    width: auto;
  }
	
#area03 ul li .txt {
    margin: 15px 0 0px;
}	
	
  #area03 ul li .img {
    height: 80%;
  }
  #area04 .head01.is-sp {
    writing-mode: inherit;
    text-orientation: inherit;
    margin-right: 0;
    margin-bottom: 30px;
    text-align: center;
    line-height: 0.5;
  }
  #area04 .head01 span.serif {
    margin-top: 0;
  }
  #area04 .flexBox .flexInfo .head02 {
    font-size: 18px;
    font-size: 1.8rem;
	margin-bottom: 20px;
  }
  #area04 .flexBox {
    display: block !important;
  }
  #area04 .flexBox .flexImg {
    margin: 0;
  }
  #area04 .flexBox .flexInfo {
    margin: 0 0 20px;
    width: 100%;
  }
  #area04 .profile {
    padding: 20px;
  }
  #area04 .profile .listBox {
    display: block;
  }
  #area04 .profile .listBox .title {
    margin: 0 0 10px;
  }
  #area04 .profile .listBox ul {
    width: 100%;
  }
  #area04 .profile .listBox ul li .yr {
    margin-right: 5px;
    width: 50px;
  }
  #area04 .profile .listBox ul li {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #area04 .flexBox {
    margin-bottom: 20px;
  }
  #area05 .secInr {
    padding-bottom: 20px;
  }
  #area05 .flexBox {
    display: block;
    margin-bottom: 30px;
    padding-bottom: 40px;
  }
  #area05 .flexBox .map {
    margin: 0 0 20px;
    width: 100%;
  }
  #area05 .flexBox .map iframe {
    height: 250px;
  }
  #area05 .info {
    width: 100%;
  }
  #area05 .info .logo h3 {
    font-size: 30px;
    font-size: 2.3rem;
  }
  #area05 .info .address {
    margin-bottom: -10px;
  }
  #area05 .info dl {
    margin: 15px 0;
  }
  #area05 .info dl dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #area05 .info dl dd {
    width: 80%;
  }
  #area05 .info .hourTbl tr th, #area05 .info .hourTbl tr td {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #footer {
    font-size: 10px;
    font-size: 1.0rem;
    padding-bottom: 20px;
  }
  .opening {
    display: block;
  }
  .opening {
    position: fixed;
    left: 0px;
    bottom: 0px;
    background: #c8b081;
    color: #fff;
    padding: 5px;
    text-align: center;
    width: 100%;
  }
	.opening .wrap{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;	
	padding: 5px 0 8px;
	}
	
  .opening .station {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 5px;
  }
  .opening .station span {
    font-size: 17px;
    font-size: 1.7rem;
  }

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

@media only screen and (min-width: 769px) {
.opening {
  display: none !important;
}
}

@media only screen and (max-width: 480px) {
  body {
    font-size: 13px;
    font-size: 1.3rem;
  }
  #mv {
    margin-bottom: 40px;
  }
}
/*------------------------------------for ipad--*/
@media screen and (min-width:768px) and (max-width:1024px) {
  .is-ipad {
    display: block !important;
  }
}

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

#mv {
    height: 70vh;
    border: 10px solid #fff;
}	

#header h1 a {
    display: block;
    text-align: left;
}	
	
  #header .hdInr h1 {
    padding: 5px 10px;
  }
  #header h1 a {
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    align-items: center;
    text-align: left;
    padding: 6px 0 0 6px;
    line-height: 1.2;
}
  #header h1 a .en {
	display: block;
    font-size: 22px;
    font-size: 2.2rem;
  }
  #header .hdInr h1:after {
    right: -24px;
    top: 5px;
    border-right: solid 24px transparent;
    border-top: solid 52px white;
}
	
	.name.is-sp{
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom: 30px;
		text-align: center;
	}	
	
	.name.is-sp small{
		font-size: 13px;
		font-size: 1.3rem;
	}	
	
	
  .mapBox {
    margin: 0 auto 40px;
    padding: 8% 5%;
    width: 100%;
  }
  .mapBox h2 {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .mapBox .batch {
    width: 120px;
    right: 10px;
    top: -70px;
  }
}

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