@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
@import url("https://fonts.googleapis.com/css?family=Hammersmith+One");
@import url("https://fonts.googleapis.com/css?family=EB+Garamond");
@import url("https://fonts.googleapis.com/css?family=Cinzel");
@import url("https://fonts.googleapis.com/css?family=Poppins");
.container {
  max-width: 1680px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .container {
    width: 95%;
  }
}

#footer .ft_top:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  width: 95%;
}

/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
  font-size: small;
  line-height: 1.5;
}

body {
  color: #313131;
  background: #fff;
  -webkit-text-size-adjust: none;
  font-size: 100%;
}
.ie body {
  font-size: 98%;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 93%;
  }
}
body a {
  color: #4b4b4b;
}
body a:link, body a:visited, body a:active {
  text-decoration: underline;
}
.mouse body a:hover, .touch body a.touchstart {
  text-decoration: none;
}
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
}

body,
pre,
input,
textarea,
select {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

input,
select,
textarea {
  font-size: 100%;
}

html.ie8 .view_tab,
html.ie8 .view_tab_sp,
html.ie8 .view_sp {
  display: none !important;
}
html.ie8 #page {
  min-width: 1024px !important;
  margin: auto;
  font-size: 100% !important;
}

@media only screen and (min-width: 1025px) {
  body .view_tab-sp,
  body .view_tab {
    display: none !important;
  }
}
@media print {
  body .view_tab-sp,
  body .view_tab {
    display: none !important;
  }
}
.ie8 body .view_tab-sp,
.ie8 body .view_tab {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  body .view_sp {
    display: none !important;
  }
}
@media print {
  body .view_sp {
    display: none !important;
  }
}
.ie8 body .view_sp {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  body .view_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .view_pc-tab,
  body .view_tab {
    display: none !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 1280px) {
  .mfp-wrap,
  .mfp-container {
    min-width: auto !important;
  }
}
@media print {
  .mfp-wrap,
  .mfp-container {
    min-width: auto !important;
  }
}
.ie8 .mfp-wrap, .ie8
.mfp-container {
  min-width: auto !important;
}

* {
  box-sizing: border-box;
}

h2.title {
  font-weight: normal;
  text-align: center;
  position: relative;
  padding-bottom: 21px;
  margin-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  h2.title {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  h2.title {
    padding-bottom: 0.7em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  h2.title {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  h2.title {
    margin-bottom: 2em;
  }
}
h2.title span {
  display: block;
  color: #107038;
}
h2.title span.jp {
  font-size: 124%;
  letter-spacing: 6px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  h2.title span.jp {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  h2.title span.jp {
    font-size: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  h2.title span.jp {
    letter-spacing: 4px;
  }
}
@media only screen and (max-width: 767px) {
  h2.title span.jp {
    letter-spacing: 1px;
  }
}
h2.title span.en {
  font-family: "Hammersmith One", sans-serif;
  font-size: 462%;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  h2.title span.en {
    font-size: 385%;
  }
}
@media only screen and (max-width: 767px) {
  h2.title span.en {
    font-size: 231%;
  }
}
h2.title::after {
  content: '';
  display: inline-block;
  width: 150px;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  h2.title::after {
    width: 10%;
  }
}
h2.title.tleft {
  display: inline-flex;
  align-items: center;
}
h2.title.tleft .en {
  margin-right: 37px;
}
@media only screen and (max-width: 767px) {
  h2.title.tleft .en {
    margin-right: 0.7em;
  }
}
h2.title.tleft::after {
  margin: 0;
}

.btn {
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .btn {
    margin: 0 auto;
    width: 90%;
  }
}
.btn a {
  text-decoration: none !important;
  background: linear-gradient(to top right, #107038, #107038);
  padding: 32px 0 34px;
  max-width: 380px;
  width: 100%;
  color: #fff;
  display: inline-block;
  font-size: 147%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #107038;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn a {
    padding: 22px 0 24px;
  }
}
@media only screen and (max-width: 767px) {
  .btn a {
    padding: 24px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn a {
    font-size: 116%;
  }
}
@media only screen and (max-width: 767px) {
  .btn a {
    font-size: 100%;
  }
}
.btn a:hover {
  color: #107038;
  background: #fff;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#page {
  position: relative;
}
@media only screen and (min-width: 768px) {
  #page {
    font-size: 100% !important;
  }
}
@media print {
  #page {
    font-size: 100% !important;
  }
}
.ie8 #page {
  font-size: 100% !important;
}
#page:before {
  z-index: -1;
  position: absolute;
  content: "";
  width: 38.54167%;
  min-height: 670px;
  background: #d9cca9;
  right: 0px;
  top: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #page:before {
    right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  #page:before {
    right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #page:before {
    top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  #page:before {
    top: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1679px) {
  #page:before {
    min-height: 590px;
  }
}
@media print {
  #page:before {
    min-height: 590px;
  }
}
.ie8 #page:before {
  min-height: 590px;
}
@media only screen and (min-width: 768px) and (max-width: 1460px) {
  #page:before {
    min-height: 550px;
  }
}
@media print {
  #page:before {
    min-height: 550px;
  }
}
.ie8 #page:before {
  min-height: 550px;
}
@media only screen and (min-width: 768px) and (max-width: 1364px) {
  #page:before {
    min-height: 505px;
  }
}
@media print {
  #page:before {
    min-height: 505px;
  }
}
.ie8 #page:before {
  min-height: 505px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #page:before {
    min-height: 280px;
  }
}
@media only screen and (max-width: 767px) {
  #page:before {
    min-height: 313px;
  }
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
  margin: 0 auto;
  width: 87.5%;
  position: relative;
  min-height: 216px;
}
@media only screen and (min-width: 768px) and (max-width: 1220px) {
  #header {
    margin: 0 auto;
    width: 95%;
  }
}
@media print {
  #header {
    margin: 0 auto;
    width: 95%;
  }
}
.ie8 #header {
  margin: 0 auto;
  width: 95%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header {
    margin: 0 auto;
    width: 95%;
    min-height: auto;
  }
}
@media only screen and (max-width: 767px) {
  #header {
    margin: 0 auto 4%;
    width: 95%;
    min-height: auto;
  }
}
#header .img_logo {
  width: 11%;
  position: relative;
  z-index: 99;
  margin-left: 0.625%;
}
#header .img_logo img {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .img_logo {
    width: 14%;
  }
}
@media only screen and (max-width: 767px) {
  #header .img_logo {
    width: 20%;
    height: auto;
    margin-left: 0;
    position: absolute;
    left: 0;
    top: 13%;
  }
}
#header .t-head {
  overflow: hidden;
  margin: 0 auto;
  height: 75px;
  line-height: 75px;
  font-weight: normal;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #header .t-head {
    font-size: 77%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .t-head {
    padding: 1% 0;
    height: auto;
    line-height: normal;
  }
}
@media only screen and (max-width: 767px) {
  #header .t-head {
    height: auto;
    padding-top: 3%;
    line-height: normal;
    margin-left: 23%;
  }
}
#header .t-head h1 {
  font-weight: normal;
  letter-spacing: 0.3em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .t-head h1 {
    letter-spacing: 0.3em;
  }
}
@media only screen and (max-width: 767px) {
  #header .t-head h1 {
    letter-spacing: normal;
  }
}
#header #gnav {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  z-index: 111;
}
#header #gnav ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: baseline;
  padding-right: 75px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header #gnav ul {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  #header #gnav ul {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1278px) {
  #header #gnav ul {
    padding: 0;
    font-size: 93%;
  }
}
@media print {
  #header #gnav ul {
    padding: 0;
    font-size: 93%;
  }
}
.ie8 #header #gnav ul {
  padding: 0;
  font-size: 93%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header #gnav ul {
    padding: 0;
    width: 100%;
    margin: 0 0 1%;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  #header #gnav ul {
    height: 216px;
  }
}
#header #gnav ul li.w1, #header #gnav ul li.w2, #header #gnav ul li.w5 {
  padding: 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header #gnav ul li.w1 {
    font-size: 108%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header #gnav ul li.w2 {
    font-size: 108%;
  }
}
#header #gnav ul li.w5 {
  font-size: 147%;
}
#header #gnav ul li a {
  text-decoration: none;
  position: relative;
  font-size: 154%;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  letter-spacing: 0.15em;
}
@media only screen and (min-width: 768px) and (max-width: 1027px) {
  #header #gnav ul li a {
    font-size: 139%;
  }
}
@media print {
  #header #gnav ul li a {
    font-size: 139%;
  }
}
.ie8 #header #gnav ul li a {
  font-size: 139%;
}
#header #gnav ul li a:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
#header #gnav ul li a:hover::after {
  transform: scale(1, 1);
}
#header .box_social {
  position: absolute;
  width: 82px;
  top: 11%;
  right: 0.8%;
  text-align: center;
  z-index: 9;
}
@media only screen and (max-width: 1599px) {
  #header .box_social {
    display: none;
  }
}
@media print {
  #header .box_social {
    display: none;
  }
}
.ie8 #header .box_social {
  display: none;
}
#header .box_social .social {
  display: inline-block;
}
#header .box_social .social a {
  display: block;
  font-size: 0;
  background: transparent url("../images/common/ic_groups.png") no-repeat;
}
#header .box_social .social a:not(:last-child) {
  margin-bottom: 40px;
}
#header .box_social .social a.ic_fb {
  width: 16px;
  height: 16px;
  background-position: 0 -2px;
}
#header .box_social .social a.ic_in {
  width: 16px;
  height: 16px;
  background-position: -56px -2px;
}
#header .box_social .social a.ic_map {
  width: 16px;
  height: 20px;
  background-position: -114px 0px;
}
#header .box_social.js_sc {
  text-decoration: none;
  position: fixed;
  display: none;
  top: 5%;
}
@media only screen and (min-width: 768px) and (max-width: 1860px) {
  #header .box_social.js_sc {
    width: 3.5em;
  }
}
@media print {
  #header .box_social.js_sc {
    width: 3.5em;
  }
}
.ie8 #header .box_social.js_sc {
  width: 3.5em;
}
#header .box_social.js_sc .btn_calender {
  margin-bottom: 22px;
  text-decoration: none;
  padding: 33px 0 20px;
  background: #107038;
  display: block;
  line-height: 2;
  color: #fff;
}
#header .box_social.js_sc .btn_calender i {
  display: block;
  margin: 0 auto 24px;
  width: 30px;
  height: 28px;
  background: transparent url("../images/common/ic_groups.png") no-repeat;
  background-position: -216px 0px;
}
#header .box_social.js_sc .btn_calender span {
  font-size: 139%;
}
@media only screen and (min-width: 768px) and (max-width: 1860px) {
  #header .box_social.js_sc .btn_calender span {
    font-size: 131%;
  }
}
@media print {
  #header .box_social.js_sc .btn_calender span {
    font-size: 131%;
  }
}
.ie8 #header .box_social.js_sc .btn_calender span {
  font-size: 131%;
}
#header .box_social.js_sc .btn_calender:hover {
  opacity: 0.7;
}
#header .box_social.js_sc a.res {
  text-decoration: none;
  display: block;
}
#header .box_social.js_sc a.res:hover {
  color: #107038;
  background: #fff;
}
#header .box_social.js_sc a.ic_fb {
  width: 16px;
  height: 16px;
  background-position: 0 -31px;
}
#header .box_social.js_sc a.ic_in {
  width: 16px;
  height: 16px;
  background-position: -56px -31px;
}
#header .box_social.js_sc a.ic_map {
  width: 16px;
  height: 20px;
  background-position: -114px -29px;
}
#header .menu-open {
  background: #011846;
  position: fixed;
  display: table;
  width: 120px;
  height: 120px;
  top: 20px;
  left: 20px;
  z-index: 9999;
  cursor: pointer;
}
#header .menu-open .inner {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
#header .menu-open .icon {
  display: block;
  width: 35px;
  height: 30px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
#header .menu-open .icon span {
  height: 5px;
  background: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  display: block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
#header .menu-open .icon span:nth-child(1) {
  top: 0;
}
#header .menu-open .icon span:nth-child(2) {
  top: 11px;
}
#header .menu-open .icon span:nth-child(3) {
  top: 22px;
}
#header .menu-open p {
  color: #fff;
  text-align: center;
  font-size: 129%;
  margin-top: 10px;
  text-transform: uppercase;
}
#header #gnav_sp {
  z-index: 999;
}
#header #gnav_sp .drawer-hamburger {
  display: none;
  width: 4rem;
  margin: 20px;
  background: #107038;
  z-index: 999;
  padding: 28px 1.5rem 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header #gnav_sp .drawer-hamburger {
    width: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  #header #gnav_sp .drawer-hamburger {
    width: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  #header #gnav_sp .drawer-hamburger {
    padding: 2em 1.5rem 2.5em;
  }
}
#header #gnav_sp .drawer-hamburger .drawer-hamburger-icon {
  background: #fff;
}
#header #gnav_sp .drawer-hamburger .drawer-hamburger-icon::after, #header #gnav_sp .drawer-hamburger .drawer-hamburger-icon::before {
  background: #fff;
}
#header #gnav_sp .drawer-nav {
  padding: 15px;
  width: 25rem;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  #header #gnav_sp .drawer-nav {
    width: 100%;
  }
}
#header #gnav_sp .drawer-nav .img_logo {
  width: 30%;
  position: static;
  text-align: center;
  margin: 0 0 2%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header #gnav_sp .drawer-nav .img_logo {
    width: 80%;
  }
}
#header #gnav_sp .drawer-nav ul li a {
  display: block;
  text-decoration: none;
  font-size: 139%;
  padding: 1em 1em 1em 1.5em;
  border-bottom: 1px solid #dcdcdc;
}
@media only screen and (max-width: 767px) {
  #header #gnav_sp .drawer-nav ul li a {
    padding: 0.7em 0.7em 0.7em 1.5em;
    font-size: 124%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  #header #gnav_sp .drawer-nav ul li a {
    font-size: 62%;
    padding: 0.7em 0.7em 0.7em 1.5em;
  }
}
#header #gnav_sp .drawer-nav ul li .btn01 {
  display: block;
  text-decoration: none;
  font-size: 154%;
  padding: 1em 1em 1em 1.5em;
}
@media only screen and (max-width: 767px) {
  #header #gnav_sp .drawer-nav ul li .btn01 {
    padding: 0.7em 0 0.7em 0;
    font-size: 116%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  #header #gnav_sp .drawer-nav ul li .btn01 {
    font-size: 62%;
    padding: 0.7em 0.7em 0.7em 1.5em;
  }
}

.mainbox {
  position: relative;
  top: -77px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mainbox {
    margin-bottom: 3%;
    width: 100%;
    top: -47px;
  }
}
@media only screen and (max-width: 767px) {
  .mainbox {
    margin-bottom: 3%;
    width: 100%;
    top: 0;
  }
}
.mainbox .maincontainer {
  max-width: 100%;
}
.mainbox .maincontainer .mainbox2 {
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  margin: 0 auto;
  width: 82.55208%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mainbox .maincontainer .mainbox2 {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .mainbox .maincontainer .mainbox2 {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1679px) {
  .mainbox .maincontainer .mainbox2 {
    margin: 0 auto;
    width: 95%;
  }
}
@media print {
  .mainbox .maincontainer .mainbox2 {
    margin: 0 auto;
    width: 95%;
  }
}
.ie8 .mainbox .maincontainer .mainbox2 {
  margin: 0 auto;
  width: 95%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mainbox .maincontainer .mainbox2 {
    margin: 0 auto;
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .mainbox .maincontainer .mainbox2 {
    margin: 0 auto;
    width: 95%;
  }
}
.mainbox .maincontainer .mainbox2 .box_txt {
  width: 35.18519%;
  z-index: 5;
  padding: 117px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1679px) {
  .mainbox .maincontainer .mainbox2 .box_txt {
    padding: 7% 0 0;
  }
}
@media print {
  .mainbox .maincontainer .mainbox2 .box_txt {
    padding: 7% 0 0;
  }
}
.ie8 .mainbox .maincontainer .mainbox2 .box_txt {
  padding: 7% 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mainbox .maincontainer .mainbox2 .box_txt {
    font-size: 139%;
    width: 285px;
    padding: 7% 0 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .mainbox .maincontainer .mainbox2 .box_txt {
    margin-left: 0;
    height: 100%;
    width: 100%;
    padding: 2% 0 0 2%;
  }
}
.mainbox .maincontainer .mainbox2 .box_txt p {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .mainbox .maincontainer .mainbox2 .box_txt p {
    width: 100%;
  }
}
.mainbox .maincontainer .mainbox2 .box_txt .st_en {
  font-family: "Hammersmith One", sans-serif;
  font-size: 616%;
  color: #117038;
  line-height: 0.9;
  margin: 0 0 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mainbox .maincontainer .mainbox2 .box_txt .st_en {
    margin: 0.2em 0;
  }
}
@media only screen and (max-width: 767px) {
  .mainbox .maincontainer .mainbox2 .box_txt .st_en {
    margin: 0;
  }
}
@media only screen and (min-width: 1574px) and (max-width: 1679px) {
  .mainbox .maincontainer .mainbox2 .box_txt .st_en {
    font-size: 577%;
    line-height: 1.1em;
  }
}
@media print {
  .mainbox .maincontainer .mainbox2 .box_txt .st_en {
    font-size: 577%;
    line-height: 1.1em;
  }
}
.ie8 .mainbox .maincontainer .mainbox2 .box_txt .st_en {
  font-size: 577%;
  line-height: 1.1em;
}
@media only screen and (min-width: 1363px) and (max-width: 1573px) {
  .mainbox .maincontainer .mainbox2 .box_txt .st_en {
    font-size: 500%;
    line-height: 1.1em;
  }
}
@media print {
  .mainbox .maincontainer .mainbox2 .box_txt .st_en {
    font-size: 500%;
    line-height: 1.1em;
  }
}
.ie8 .mainbox .maincontainer .mainbox2 .box_txt .st_en {
  font-size: 500%;
  line-height: 1.1em;
}
@media only screen and (min-width: 1025px) and (max-width: 1362px) {
  .mainbox .maincontainer .mainbox2 .box_txt .st_en {
    font-size: 462%;
    line-height: 1.1em;
  }
}
@media print {
  .mainbox .maincontainer .mainbox2 .box_txt .st_en {
    font-size: 462%;
    line-height: 1.1em;
  }
}
.ie8 .mainbox .maincontainer .mainbox2 .box_txt .st_en {
  font-size: 462%;
  line-height: 1.1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mainbox .maincontainer .mainbox2 .box_txt .st_en {
    font-size: 231%;
    line-height: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .mainbox .maincontainer .mainbox2 .box_txt .st_en {
    font-size: 255%;
    line-height: 1;
  }
}
@media only screen and (max-width: 767px) {
  .mainbox .maincontainer .mainbox2 .box_txt .st_en.f01 {
    font-size: 255%;
    line-height: 1;
  }
}
@media all and (-ms-high-contrast: none) {
  .mainbox .maincontainer .mainbox2 .box_txt .st_en.f01 {
    font-size: 567%;
  }
}
.mainbox .maincontainer .mainbox2 .box_txt .st_jp {
  color: #000;
  font-size: 193%;
  letter-spacing: 0.15em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mainbox .maincontainer .mainbox2 .box_txt .st_jp {
    font-size: 77%;
  }
}
@media only screen and (max-width: 767px) {
  .mainbox .maincontainer .mainbox2 .box_txt .st_jp {
    bottom: 2em;
    font-size: 116%;
    letter-spacing: 0.2em;
    font-weight: bold;
    text-shadow: 0px 0px 5px #fff;
  }
}
.mainbox .maincontainer .mainbox2 .mainimg {
  margin-bottom: 35px;
  width: 100%;
  max-width: 65.47619%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mainbox .maincontainer .mainbox2 .mainimg {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .mainbox .maincontainer .mainbox2 .mainimg {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1679px) {
  .mainbox .maincontainer .mainbox2 .mainimg {
    max-width: 64%;
    height: auto;
  }
}
@media print {
  .mainbox .maincontainer .mainbox2 .mainimg {
    max-width: 64%;
    height: auto;
  }
}
.ie8 .mainbox .maincontainer .mainbox2 .mainimg {
  max-width: 64%;
  height: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1362px) {
  .mainbox .maincontainer .mainbox2 .mainimg {
    max-width: 70%;
  }
}
@media print {
  .mainbox .maincontainer .mainbox2 .mainimg {
    max-width: 70%;
  }
}
.ie8 .mainbox .maincontainer .mainbox2 .mainimg {
  max-width: 70%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mainbox .maincontainer .mainbox2 .mainimg {
    max-width: 60%;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .mainbox .maincontainer .mainbox2 .mainimg {
    max-width: 1120px;
    width: 100%;
    height: auto;
  }
}
@media all and (-ms-high-contrast: none) {
  .mainbox .maincontainer .mainbox2 .mainimg {
    max-width: 1385px;
  }
}
.mainbox .pann {
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  margin: 0 auto;
  width: 1680px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mainbox .pann {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .mainbox .pann {
    display: flex;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1679px) {
  .mainbox .pann {
    width: 100%;
  }
}
@media print {
  .mainbox .pann {
    width: 100%;
  }
}
.ie8 .mainbox .pann {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mainbox .pann {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .mainbox .pann {
    width: 100%;
    height: auto;
  }
}
.mainbox .pann p {
  font-size: 131%;
  margin-right: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mainbox .pann p {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .mainbox .pann p {
    font-size: 93%;
  }
}
@media only screen and (max-width: 767px) {
  .mainbox .pann p {
    margin-right: 5px;
  }
}
.mainbox .pann p a {
  margin-right: 8px;
  display: inline-block;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent !important;
}

.drawer-overlay {
  z-index: 3;
  background: rgba(0, 0, 0, 0.5);
}

.drawer--left .drawer-nav {
  left: -25rem;
}
@media only screen and (max-width: 767px) {
  .drawer--left .drawer-nav {
    left: -100%;
  }
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 25rem;
  margin-left: 0 !important;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
  background: #f8f9fa;
  padding: 43px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer {
    padding: 30px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer {
    padding: 1em 0 0;
  }
}
#footer .ft_top {
  position: relative;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .ft_top {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .ft_top {
    margin-bottom: 1.5em;
  }
}
#footer .ft_top .img {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #footer .ft_top .img {
    width: 50%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  #footer .ft_top .img img {
    width: 70%;
    margin: 0 auto;
  }
}
#footer .ft_top .box_r {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #footer .ft_top .box_r {
    display: none;
  }
}
#footer .ft_top .box_r .social {
  padding-right: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .ft_top .box_r .social {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .ft_top .box_r .social {
    padding-right: 0;
  }
}
#footer .ft_top .box_r .social a {
  display: inline-flex;
  vertical-align: middle;
  font-size: 0;
}
#footer .ft_top .box_r .social a:not(:first-child) {
  margin-left: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .ft_top .box_r .social a:not(:first-child) {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .ft_top .box_r .social a:not(:first-child) {
    margin-left: 0.5em;
  }
}
#footer .ft_top .box_r .social a.ic_fb {
  width: 16px;
  height: 16px;
  background: transparent url("../images/common/ic_groups.png") no-repeat;
  background-position: 0 -2px;
}
#footer .ft_top .box_r .social a.ic_in {
  width: 16px;
  height: 16px;
  background: transparent url("../images/common/ic_groups.png") no-repeat;
  background-position: -56px -2px;
}
#footer .ft_top .box_r .social a.ic_map {
  width: 16px;
  height: 20px;
  background: transparent url("../images/common/ic_groups.png") no-repeat;
  background-position: -114px 0px;
}
#footer .ft_top .box_r .contact {
  padding: 14px 0 12px 50px;
  border-left: 1px solid #b4d3d3;
  display: inline-flex;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .ft_top .box_r .contact {
    padding: 8px 0 7px 15px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .ft_top .box_r .contact {
    padding: 0;
  }
}
#footer .ft_top .box_r .contact span {
  font-size: 108%;
  position: relative;
  text-transform: capitalize;
  color: #fff;
  padding-right: 48px;
}
#footer .ft_top .box_r .contact span.ic_email::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 16px;
  position: absolute;
  top: 2px;
  right: 0;
  background: transparent url("../images/common/ic_groups.png") no-repeat;
  background-position: -166px 0px;
}
#footer .ft_bot {
  border-top: 2px solid #107038;
  padding: 35px 0 40px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .ft_bot {
    padding: 20 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .ft_bot {
    padding: 1em 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .ft_bot {
    display: block;
  }
}
#footer .ft_bot .img {
  text-align: center;
}
#footer .ft_bot .img a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 1024px) {
  #footer .ft_bot .img a img {
    max-width: 90%;
  }
}
#footer .ft_bot .txt {
  text-align: center;
  font-size: 108%;
  padding: 0 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .ft_bot .txt {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .ft_bot .txt {
    font-size: 100%;
  }
}
#footer .ft_bot .txt .tel {
  color: #000 !important;
}
#footer .ft_bot .txt span {
  line-height: 1.8em;
  display: block;
  color: #000 !important;
}
#footer .ft_bot .txt span:not(:last-child) {
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  #footer .ft_bot .txt span:not(:last-child) {
    margin-bottom: 0em;
  }
}
#footer .ft_bot .txt span a {
  color: #000 !important;
}
@media only screen and (max-width: 767px) {
  #footer .ft_bot .txt {
    margin: 1em 0;
    color: #000 !important;
  }
}
#footer .ft_bot .btn {
  width: 390px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .ft_bot .btn {
    width: 390px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .ft_bot .btn {
    width: 95%;
  }
}
#footer .ft_bot .btn a {
  background: #107038;
  color: #fff;
  display: block;
  width: 380px;
  text-align: center;
  padding: 31px 0;
  border: none;
  border: #107038 solid 1px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .ft_bot .btn a {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .ft_bot .btn a {
    display: block;
    margin: 0 auto;
    width: 90%;
  }
}
#footer .ft_bot .btn a:hover {
  background: #fff;
  border: #107038 solid 1px;
  color: #107038;
}
#footer #copyright {
  background: #fff;
  text-align: center;
  font-size: 116%;
  font-family: "Myriad Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #1e2f4b;
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  #footer #copyright {
    padding: 10px 0 5em;
  }
}

/* -----------------------------------------------------------
	.nav_mobile
----------------------------------------------------------- */
.drawer-open .nav_mobile .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
  top: 0 !important;
}

.nav_mobile {
  width: 100%;
  position: fixed;
  bottom: -100%;
  z-index: 9999;
  display: inline-flex;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav_mobile.active {
  bottom: 0;
}
.nav_mobile .btn_menu {
  background: #fff;
  text-align: center;
  width: 25%;
  padding: 1.5em 2em 1em;
}
.nav_mobile .btn_menu .drawer-hamburger-icon,
.nav_mobile .btn_menu .drawer-hamburger-icon:after,
.nav_mobile .btn_menu .drawer-hamburger-icon:before {
  height: 1px;
}
.nav_mobile .btn_menu .drawer-hamburger-icon::before {
  top: -1em;
}
.nav_mobile .btn_menu .drawer-hamburger-icon::after {
  top: 1em;
}
.nav_mobile .btn_menu .drawer-hamburger {
  position: initial;
  width: 100%;
  padding: 0;
}
.nav_mobile .btn_menu .drawer-hamburger .drawer-hamburger-icon {
  background: #000;
}
.nav_mobile .btn_menu .drawer-hamburger .drawer-hamburger-icon::after, .nav_mobile .btn_menu .drawer-hamburger .drawer-hamburger-icon::before {
  background: #000;
}
.nav_mobile .btn_menu .txt {
  padding-top: 1.5em;
  display: block;
  color: #000;
  text-transform: uppercase;
  font-size: 77%;
  letter-spacing: 3px;
}
.nav_mobile .btn_phone {
  padding: 1.5em 2em 1em;
  width: 25%;
  text-align: center;
  background: #313131;
}
.nav_mobile .btn_phone a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff !important;
}
.nav_mobile .btn_phone i {
  font-size: 193%;
  position: relative;
  top: -0.3em;
}
.nav_mobile .btn_phone span {
  margin-top: -0.5em;
  display: block;
  text-transform: uppercase;
  font-size: 77%;
  letter-spacing: 3px;
}
.nav_mobile .btn_txt {
  padding: 0;
  width: 50%;
  text-align: center;
}
.nav_mobile .btn_txt a {
  text-decoration: none !important;
  background: linear-gradient(to top right, #1e2f4b, #107038);
  padding: 2em 0 1em;
  width: 100%;
  height: 100%;
  color: #fff;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav_mobile .btn_txt a:hover {
  color: #1e2f4b;
  background: #fff;
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
#loading {
  background: #d9cca9;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 99999;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#loading .box_ct {
  position: relative;
  margin-top: -1.5em;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  #loading .box_ct {
    margin-top: 0;
  }
}
#loading .img {
  position: relative;
  margin-bottom: 1em;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  #loading .img {
    width: 50%;
    height: 50%;
    margin: 0 auto 1em;
  }
}
#loading .txt {
  opacity: 0;
  color: #fff;
  font-size: 139%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #loading .txt {
    font-size: 124%;
  }
}
@media only screen and (max-width: 767px) {
  #loading .txt {
    font-size: 100%;
  }
}
#loading .txt span {
  margin-top: 0.7em;
  display: block;
  font-size: 131%;
  font-family: "02UtsukushiMincho", serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #loading .txt span {
    font-size: 116%;
  }
}
@media only screen and (max-width: 767px) {
  #loading .txt span {
    font-size: 93%;
  }
}
