@charset "UTF-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Open Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

body {
  background: #fff;
  counter-reset: number 0;
  line-height: 1.6;
  font-weight: 900 !important;
  letter-spacing: 0.6;
  color: #343434;
  font-family: "Open Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  word-wrap: break-word;
  overflow: hidden;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  height: 100% !important;
}
body ::selection {
  background: #9c9c9c;
  color: #fff !important;
}
body ::-moz-selection {
  background: #9c9c9c;
  /* Firefox */
  color: #fff !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 500;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 10px;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.inner1000 {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 10px;
}

.inner920 {
  margin: 0 auto;
  min-width: 920px;
  padding: 0 10px;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  position: relative;
}

#contents {
  width: 100%;
  background: #fff;
}
@media only screen and (max-width: 834px) {
  #contents {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

.pankuzu {
  margin: 5px 0 50px 0;
  font-size: 13px;
}
.pankuzu a {
  color: #fff;
}
.pankuzu a:hover {
  text-decoration: underline;
}

.error_link a {
  color: #fff;
}
.error_link a:hover {
  text-decoration: underline;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #fff;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}
.map li:last-of-type {
  display: none;
}

.policy h2 {
  margin: 30px 0 15px;
  padding: 0 0 5px;
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
}

.policy p {
  margin: 0 0 20px;
}

.smp h2 {
  margin: 100px auto 20px auto;
  padding-bottom: 5px;
  border-bottom: 2px solid #ccc;
  font-size: 24px;
  letter-spacing: 10px;
}
.smp h2:first-of-type {
  margin-top: 0;
}
.smp h3 {
  margin: 50px auto 10px auto;
  font-size: 20px;
}
.smp h3:first-of-type {
  margin-top: 20px;
}
.smp p {
  margin-bottom: 10px;
}
.smp ul {
  padding: 0 20px;
}
.smp li {
  margin-bottom: 10px;
}

table {
  table-layout: fixed;
}

table td {
  padding: 0 !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

small {
  display: block;
  font-size: 14px;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: bold;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  text-decoration: none;
  -webkit-transition: all .8s;
  transition: all .3s;
}

a:hover {
  opacity: 1;
}

.imgR, .imgL {
  margin-left: 3%;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}
@media only screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

.imgL {
  margin-left: 0;
  margin-right: 3%;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Open Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }

  .fltR {
    float: none;
    width: 100% !important;
  }

  .sptal {
    text-align: left !important;
  }

  .sptar {
    text-align: right !important;
  }

  .sptac {
    text-align: center !important;
  }

  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
.event_Instagram01 {
  border: none !important;
}
.event_Instagram01 .sns_list {
  display: flex !important;
  border: none;
}
@media screen and (max-width: 640px) {
  .event_Instagram01 .sns_list {
    flex-flow: column;
  }
}
.event_Instagram01 .sns_text {
  display: none;
  width: 0% !important;
}
.event_Instagram01 .sns_photo {
  width: 300px !important;
}
@media screen and (max-width: 834px) {
  .event_Instagram01 .sns_photo {
    width: 150px !important;
  }
}
@media screen and (max-width: 640px) {
  .event_Instagram01 .sns_photo {
    width: 100px !important;
  }
}
.event_Instagram01 div.sns_list {
  display: flex !important;
  flex-direction: row !important;
}
.event_Instagram01 div.sns_list > div {
  border-bottom: none !important;
  display: block !important;
}

/********* Instagram *********/
.event_Instagram011 {
  border: none !important;
}
.event_Instagram011 .sns_list {
  display: flex;
  flex-flow: row wrap;
  border: none;
}
@media screen and (max-width: 640px) {
  .event_Instagram011 .sns_list {
    align-content: flex-start;
  }
}
.event_Instagram011 .sns_text {
  display: none;
  width: 0% !important;
}
.event_Instagram011 .sns_photo {
  width: 100% !important;
}
.event_Instagram011 .sns_photo img {
  width: 150px !important;
  height: 130px !important;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 834px) {
  .event_Instagram011 .sns_photo img {
    width: auto !important;
    height: auto !important;
  }
}
@media screen and (max-width: 640px) {
  .event_Instagram011 .sns_photo img {
    width: auto !important;
    height: auto !important;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
.event_Instagram011 div.sns_list div.sns_photo {
  width: 20%;
  padding-top: 10px;
  padding-right: 0px !important;
  box-sizing: border-box;
}
.event_Instagram011 div.sns_list > div {
  display: flex;
  flex-flow: column;
  border-bottom: 0px dashed #ccc;
  width: 32%;
}

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

header#global_header {
  max-width: 100% !important;
  background-color: #fff;
  max-width: 960px !important;
}
@media screen and (max-width: 834px) {
  header#global_header {
    padding-top: 54px;
  }
}
header#global_header button {
  display: none !important;
}
@media screen and (max-width: 834px) {
  header#global_header button {
    display: block !important;
  }
}

#header {
  width: 100%;
}
@media screen and (max-width: 834px) {
  #header {
    text-align: center;
  }
}
#header h1 {
  padding-bottom: 5px !important;
}

.header_container {
  display: flex;
  top: 0;
  width: 100%;
  flex-direction: column;
  margin: 0 auto;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .header_container {
    justify-content: center;
    z-index: 10;
    left: 0;
    width: 100%;
    padding: 0px 15px;
  }
}
.header_container .h_logo img {
  position: absolute;
  margin: auto;
  left: 0;
  top: 30px;
}
@media screen and (max-width: 834px) {
  .header_container .h_logo img {
    top: 14px;
    left: 12px;
    right: 0;
  }
}
@media screen and (max-width: 640px) {
  .header_container .h_logo img {
    top: 14px;
    left: 12px;
    right: 0;
  }
}
@media only screen and (max-width: 375px) {
  .header_container .h_logo img {
    top: 14px;
    left: 10px;
    right: 0;
  }
}
@media screen and (max-width: 834px) {
  .header_container .h_logo {
    top: 0;
    left: 0;
    right: 0;
    padding-top: 5px;
    z-index: 9999;
    width: 11%;
    position: fixed !important;
  }
}
@media screen and (max-width: 640px) {
  .header_container .h_logo {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 10px;
    z-index: 9999;
    width: 13%;
    right: 0;
  }
}
@media only screen and (max-width: 375px) {
  .header_container .h_logo {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 10px;
    z-index: 9999;
    width: 20%;
    right: 0;
  }
}
.header_container .col_01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 28px 0;
}
@media screen and (max-width: 834px) {
  .header_container .col_01 {
    display: block;
    position: relative;
  }
}
@media screen and (max-width: 640px) {
  .header_container .col_01 {
    flex-direction: column;
    padding: 0px;
  }
}
.header_container .info {
  text-align: right;
  display: felx;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .header_container .info {
    right: 40px;
    top: 15px;
    position: absolute;
    z-index: 9999;
    position: fixed;
  }
}
@media screen and (max-width: 640px) {
  .header_container .info {
    display: none;
  }
}
.header_container .btn01 {
  background-color: #000;
  color: #fff !important;
  padding: 10px 0px;
  font-family: "Crimson Text", serif !important;
  font-size: 14px;
  display: inline-block;
  width: 200px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.6s ease !important;
}
@media screen and (max-width: 834px) {
  .header_container .btn01 {
    padding: 5px 0px;
  }
}
.header_container .btn01:hover {
  letter-spacing: 2px;
  background-color: #ffd5d6;
  border-color: #000;
  color: #000 !important;
}
.header_container .btn02 {
  background-color: #ffd5d6;
  color: #000 !important;
  padding: 10px 0px;
  font-family: "Crimson Text", serif !important;
  font-size: 14px;
  display: inline-block;
  width: 200px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.6s ease !important;
}
@media screen and (max-width: 834px) {
  .header_container .btn02 {
    padding: 5px 0px;
  }
}
.header_container .btn02:hover {
  letter-spacing: 2px;
  background-color: #000;
  border-color: #000;
  color: #fff !important;
}

.fixed {
  position: fixed !important;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}

#nav_global {
  padding: 23px 0;
  font-size: 14px;
  letter-spacing: 2px;
  z-index: 999 !important;
  background-color: #fff !important;
}
#nav_global ul {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  width: 86%;
  margin: 0 auto !important;
  right: 0;
  left: 0;
}
@media only screen and (max-width: 1200px) {
  #nav_global ul {
    width: 1000px;
  }
}
@media only screen and (max-width: 980px) {
  #nav_global ul {
    width: 800px;
  }
}
#nav_global ul li {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  position: relative;
  text-align: center;
  z-index: 100;
}
#nav_global ul li:nth-child(1) {
  text-align: center;
}
#nav_global ul li:nth-child(8) {
  display: none;
}
#nav_global ul li:nth-child(9) {
  display: none;
}
#nav_global ul li a {
  color: #343434 !important;
  display: block;
}
#nav_global ul li a:hover {
  transition: 0.5s;
  color: #f58184 !important;
}

@media screen and (min-width: 640px) {
  .pcnone {
    display: none !important;
  }
}

#mainArea {
  z-index: -1;
  margin: 20px 100px 100px 100px;
}
@media screen and (max-width: 834px) {
  #mainArea {
    margin: -35px 10px 40px 10px;
  }
}
@media screen and (max-width: 640px) {
  #mainArea {
    margin: 0px 10px 40px 10px;
  }
}
#mainArea img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: cover;
  font-family: "object-fit:cover;";
}

.col_002 {
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto !important;
  transition: .5s;
  z-index: 9999;
}

#sidebox {
  display: flex;
  z-index: 9999 !important;
  position: absolute;
  flex-direction: column;
  display: block;
  position: fixed;
}
@media screen and (max-width: 834px) {
  #sidebox {
    display: none !important;
  }
}

#sidebtn {
  position: absolute;
  right: 0;
  position: fixed;
  background-color: #000;
  top: 60%;
  z-index: 9999;
  font-size: 10px;
  z-index: 999 !important;
  display: block !important;
}
@media only screen and (max-width: 1200px) {
  #sidebtn {
    top: 54%;
  }
}

#sidebtn a {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 20px;
  display: block;
  color: #fff;
}

#sidebtn02 {
  position: absolute;
  right: 0;
  position: fixed;
  background-color: #000;
  top: 70%;
  z-index: 9999;
  font-size: 10px;
  z-index: 999 !important;
  display: block !important;
  margin-top: 30px;
}
@media only screen and (max-width: 1200px) {
  #sidebtn02 {
    top: 70%;
  }
}

#sidebtn02 a {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 20px;
  display: block;
  color: #fff;
}

#firstimg {
  position: relative;
  position: fixed;
  z-index: 999999999999999;
  background: #000 !important;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

#firstimg img {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

/*-----------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------*/
.mean-container a.meanmenu-reveal span {
  background: #000 !important;
}

.mean-container a.meanmenu-reveal {
  color: #000 !important;
  top: 8px !important;
}

.mean-container .mean-bar {
  background: #fff  !important;
  position: fixed !important;
  z-index: 8 !important;
  padding: 0px 0 !important;
}

.mean-container .mean-nav {
  background: #000 !important;
  margin-top: 54px !important;
  z-index: 999 !important;
}

.mean-container .mean-nav ul li ul {
  background: #000 !important;
  z-index: 999 !important;
}

.mean-container .mean-nav ul li a {
  border-top: 1px solid #fff !important;
  height: 20px !important;
  z-index: 999 !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background-color: #194186 !important;
  z-index: 999 !important;
}

.mean-container .mean-nav ul li a {
  padding: 15px 5% !important;
  z-index: 999 !important;
}

.mean-container .mean-nav ul li a i {
  margin-right: 15px;
  font-size: 16px;
}

#global_footer {
  background-color: #fff !important;
  position: relative;
  bottom: 0 !important;
}
@media screen and (max-width: 640px) {
  #global_footer {
    margin-top: 50px !important;
  }
}
#global_footer #pagetop {
  position: absolute;
  right: 3%;
  top: -20%;
}
@media screen and (max-width: 640px) {
  #global_footer #pagetop {
    top: -7%;
  }
}

#footer {
  padding: 50px 0;
  margin-top: 50px;
  bottom: 0 !important;
}
@media screen and (max-width: 640px) {
  #footer {
    padding: 0px 0;
    margin-top: 10px;
  }
}
#footer .inner {
  position: relative;
}
#footer .inner .footer_container {
  width: 100%;
  display: flex;
  flex-flow: column;
}
#footer .inner .footer_container .col_02 {
  text-align: center;
  padding: 20px;
}
@media screen and (max-width: 834px) {
  #footer .inner .footer_container .col_02 {
    margin-bottom: 2em;
  }
}
#footer .inner .footer_container .col_001 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  #footer .inner .footer_container .col_001 {
    flex-direction: column;
    justify-content: center;
  }
}
#footer .inner .footer_container .col_001 .nav_footer {
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 80%;
  max-width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #footer .inner .footer_container .col_001 .nav_footer li {
    width: 100%;
    text-align: center;
  }
}
#footer .inner .footer_container .col_001 .nav_footer li a {
  color: #343434 !important;
}
#footer .inner .footer_container .col_001 .nav_footer li a:hover {
  transition: 0.5s;
  color: #f58184 !important;
}
@media screen and (max-width: 640px) {
  #footer .inner .footer_container .col_001 .nav_footer li a {
    width: 75%;
    margin: 0 auto;
    display: block;
    margin-bottom: 1em;
  }
}
#footer .sns {
  padding-right: 70px;
}
@media screen and (max-width: 640px) {
  #footer .sns {
    padding-right: 0px;
  }
}

#copyright {
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
}

#global_footer {
  bottom: 0px !important;
  top: 0px !important;
  max-width: 960px;
}

/*-----------------------------------------------------------------------------------------*/
/* index.html */
.h2ttl h2 {
  font-size: 50px;
  letter-spacing: 3px;
  font-family: "Crimson Text", serif !important;
  line-height: 30px;
}
@media screen and (max-width: 834px) {
  .h2ttl h2 {
    font-size: 40px;
  }
}
.h2ttl h2 .sub {
  font-size: 15px;
  color: #343434;
  position: relative;
}
.h2ttl h2 .sub:after {
  content: '';
  width: 50px;
  height: 1px;
  background: #ffd5d6;
  position: absolute;
  bottom: -20px;
  left: 10px;
  right: 0;
}

.h2ttl h2 {
  font-size: 35px;
  letter-spacing: 3px;
  font-family: "Crimson Text", serif !important;
  line-height: 30px;
}
.h2ttl h2 .sub {
  font-size: 15px;
  color: #343434;
  position: relative;
}
.h2ttl h2 .sub:after {
  content: '';
  width: 50px;
  height: 1px;
  background: #ffd5d6;
  position: absolute;
  bottom: -20px;
  left: 25px;
  right: 0;
}

.h1txt {
  margin-top: 40px;
  line-height: 30px !important;
}
@media screen and (max-width: 834px) {
  .h1txt {
    font-size: 14px;
  }
}

.btn03 {
  margin-top: 40px;
  border: 1px solid #000;
  display: inline-block;
  width: 400px;
  padding: 20px 0;
  color: #000 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.6s ease !important;
}
@media screen and (max-width: 834px) {
  .btn03 {
    width: 100%;
  }
}
.btn03:hover {
  background-color: #000;
  border-color: #000;
  color: #fff !important;
  letter-spacing: 2px;
}

.bnone td {
  border: none !important;
}

.cont_1 {
  width: 100%;
  margin: 0 auto;
  margin-top: 200px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .cont_1 {
    margin-top: 100px;
  }
}
.cont_1 .inner {
  display: flex;
}
@media screen and (max-width: 834px) {
  .cont_1 .inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 640px) {
  .cont_1 .inner {
    flex-direction: column;
  }
}
.cont_1 .left {
  width: 45%;
  margin-right: 30px;
}
@media only screen and (max-width: 1170px) {
  .cont_1 .left {
    width: 30%;
  }
}
@media screen and (max-width: 834px) {
  .cont_1 .left {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .cont_1 .left {
    margin: 0 auto;
    width: 90%;
    margin-bottom: 20px;
  }
}
.cont_1 .smallimg {
  position: absolute;
  left: 28.5%;
  top: 50%;
}
@media screen and (max-width: 834px) {
  .cont_1 .smallimg {
    left: 35.5%;
  }
}
@media screen and (max-width: 640px) {
  .cont_1 .smallimg {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .cont_1 .smallimg img {
    width: 60% !important;
  }
}
.cont_1 .imgR, .cont_1 .imgL, .cont_1 .imgL {
  max-width: 100% !important;
}
@media screen and (max-width: 834px) {
  .cont_1 .imgR, .cont_1 .imgL, .cont_1 .imgL {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 640px) {
  .cont_1 .imgR, .cont_1 .imgL, .cont_1 .imgL {
    width: 100% !important;
  }
}

.righttxt {
  width: 70%;
}

.cont_1_slide {
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .cont_1_slide {
    margin: -35px 10px 40px 10px;
  }
}
@media screen and (max-width: 640px) {
  .cont_1_slide {
    margin: 0px 10px 40px 50px;
  }
}
.cont_1_slide img {
  width: 100% !important;
  max-width: 100% !important;
  height: 500px !important;
  object-fit: cover;
  font-family: "object-fit:cover;";
}
@media screen and (max-width: 640px) {
  .cont_1_slide img {
    height: 300px !important;
  }
}

.border-link {
  display: inline-block;
  position: relative;
  font-size: 100px;
  font-family: "Crimson Text", serif !important;
  text-decoration: none;
  padding: 23px 20px;
  letter-spacing: 0em;
  font-family: 'Lora', serif;
  font-weight: 500 !important;
  margin-bottom: 50px;
  line-height: 130px;
}
@media only screen and (max-width: 1170px) {
  .border-link {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1000px) {
  .border-link {
    font-size: 30px;
  }
}
@media screen and (max-width: 834px) {
  .border-link {
    font-size: 63px;
    line-height: 70px;
  }
}
@media screen and (max-width: 640px) {
  .border-link {
    font-size: 80px;
    margin-left: 80px;
  }
}
@media only screen and (max-width: 375px) {
  .border-link {
    font-size: 45px;
    margin-left: 20px;
  }
}
.border-link a {
  color: #000 !important;
  font-family: "Crimson Text", serif !important;
}
.border-link:before {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  background: #000;
  position: absolute;
  left: -30px;
  top: -20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 834px) {
  .border-link:before {
    top: -20px;
  }
}
@media screen and (max-width: 640px) {
  .border-link:before {
    top: -25px;
  }
}
.border-link:after {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 30px;
  top: 290px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
  visibility: visible !important;
}
@media screen and (max-width: 834px) {
  .border-link:after {
    top: 170px;
  }
}
@media screen and (max-width: 640px) {
  .border-link:after {
    top: 95px;
  }
}

.border-link.is-hover::before, .border-link.is-hover::after, .border-link:hover::before, .border-link:hover::after {
  left: -25px;
  width: calc(100% + 50px);
}

/* .liquid-photo01{
    position: relative;
    width:100%;
    overflow: hidden;
    padding:0px !important; 
    background-size:100%;
    a{
    	background: repeating-linear-gradient(45deg, #e6e691, #74decd, #ef90b7, #d9b6f9) 0 0/200% no-repeat;
    	width:100%;
    	overflow:hidden;
    	&:hover{
    		mix-blend-mode: exclusion;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    	}
    }
    img{
    	width:100%!important;
    }
    .imgL{
    	margin:0px!important;
    	width:100%!important;
    }

} */
/* .liquid-photo01 a img,.liquid-photo02 a img{
    display: block;
    height: auto;
    max-width: 100%;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
} */
/* .liquid-photo02{
    width:42%;
    overflow: hidden;
    background: repeating-linear-gradient(45deg, hsla(60,99%,40%,1), hsla(170,99%,41%,1), hsla(335,100%,41%,1), hsla(271,99%,33%,1)) 0 0/200% no-repeat;

} */
/* .liquid-photo01 img,.liquid-photo02 img  {
 width: 100%;
}

.liquid-photo01 .mask{
    margin:0 0 0 0;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background: #fff;
    z-index: 4;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.liquid-photo01 .mask2{
    margin:0 0 0 0;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background: #111;
    z-index: 3;
    opacity: 1;
    -moz-transition: all 0.5s ease-in-out 0.5s;
    -webkit-transition: all 0.5s ease-in-out 0.5s;
    transition: all 0.5s ease-in-out 0.5s;
}
.liquid-photo01.is-visible .mask,.liquid-photo01.is-visible .mask2,.liquid-photo01.is-visible .mask3{
    margin-right: 0;
    right:0;
    bottom:0;
    left:100%;
} */
.cont_2 {
  width: 100%;
  margin: 0 auto;
  margin-top: 200px;
  position: relative;
  margin-bottom: 200px;
}
@media screen and (max-width: 834px) {
  .cont_2 {
    margin-top: 100px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 640px) {
  .cont_2 {
    margin-top: 60px;
  }
}
.cont_2 .inner {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 834px) {
  .cont_2 .inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 640px) {
  .cont_2 .inner {
    flex-direction: column;
  }
}
.cont_2 .border-link {
  display: inline-block;
  position: relative;
  font-size: 100px;
  font-family: "Crimson Text", serif !important;
  text-decoration: none;
  padding: 23px 20px;
  letter-spacing: 0em;
  font-family: 'Lora', serif;
  font-weight: 500 !important;
  margin-bottom: 50px;
  line-height: 130px;
}
@media only screen and (max-width: 1170px) {
  .cont_2 .border-link {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1000px) {
  .cont_2 .border-link {
    font-size: 30px;
  }
}
@media screen and (max-width: 834px) {
  .cont_2 .border-link {
    font-size: 46px;
  }
}
@media screen and (max-width: 640px) {
  .cont_2 .border-link {
    font-size: 80px;
    margin-left: 80px;
  }
}
@media only screen and (max-width: 375px) {
  .cont_2 .border-link {
    font-size: 45px;
    margin-left: 20px;
  }
}
.cont_2 .border-link a {
  color: #000 !important;
  font-family: "Crimson Text", serif !important;
}
.cont_2 .border-link:before {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  background: #000;
  position: absolute;
  left: -30px;
  top: -20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 834px) {
  .cont_2 .border-link:before {
    top: 10px;
  }
}
@media screen and (max-width: 640px) {
  .cont_2 .border-link:before {
    top: 0px;
  }
}
.cont_2 .border-link:after {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 30px;
  top: 150px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
  visibility: visible !important;
}
@media screen and (max-width: 834px) {
  .cont_2 .border-link:after {
    top: 130px;
  }
}
@media screen and (max-width: 640px) {
  .cont_2 .border-link:after {
    top: 115px;
  }
}
.cont_2 .border-link.is-hover::before, .cont_2 .border-link.is-hover::after, .cont_2 .border-link:hover::before, .cont_2 .border-link:hover::after {
  left: -25px;
  width: calc(100% + 50px);
}
.cont_2 .left {
  width: 45%;
  right: 0;
  margin-left: 30px;
}
@media screen and (max-width: 834px) {
  .cont_2 .left {
    width: 50%;
    margin-left: 0px;
  }
}
@media screen and (max-width: 640px) {
  .cont_2 .left {
    margin: 0 auto;
    width: 90%;
    margin-bottom: 20px;
  }
}
.cont_2 .smallimg {
  position: absolute;
  right: 27%;
  top: 50%;
}
@media screen and (max-width: 834px) {
  .cont_2 .smallimg {
    right: 24%;
  }
}
@media screen and (max-width: 640px) {
  .cont_2 .smallimg {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .cont_2 .smallimg img {
    width: 60% !important;
  }
}
.cont_2 .imgR, .cont_2 .imgL, .cont_2 .imgL {
  max-width: 100% !important;
}
@media screen and (max-width: 834px) {
  .cont_2 .imgR, .cont_2 .imgL, .cont_2 .imgL {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 640px) {
  .cont_2 .imgR, .cont_2 .imgL, .cont_2 .imgL {
    width: 100% !important;
  }
}

.cont_3 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #f1f1f1;
  margin-top: 120px;
}
@media screen and (max-width: 834px) {
  .cont_3 {
    margin-top: 40px;
  }
}
.cont_3 .inner {
  padding: 40px 0 80px 0;
}
@media screen and (max-width: 834px) {
  .cont_3 .inner {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 640px) {
  .cont_3 .inner {
    flex-direction: column;
  }
}
.cont_3 .btn04 {
  background-color: #ffd5d6;
  color: #000 !important;
  padding: 40px 0px;
  font-size: 14px;
  display: inline-block;
  width: 600px;
  text-align: center;
  margin-top: -40px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.6s ease !important;
}
@media screen and (max-width: 834px) {
  .cont_3 .btn04 {
    width: 100% !important;
  }
}
.cont_3 .btn04:hover {
  background-color: #000;
  letter-spacing: 2px;
  border-color: #000;
  color: #fff !important;
}

.h2ttl_2 h2 {
  font-size: 30px;
  letter-spacing: 3px;
  font-family: "Crimson Text", serif !important;
  line-height: 30px;
  text-align: left !important;
}
@media screen and (max-width: 834px) {
  .h2ttl_2 h2 {
    font-size: 20px;
  }
}
.h2ttl_2 h2 .sub {
  font-size: 15px;
  color: #343434;
  position: relative;
}

.cont_4 {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-bottom: 100px;
  margin-top: 40px;
}
@media screen and (max-width: 834px) {
  .cont_4 {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  .cont_4 {
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
  }
}
.cont_4 .inner {
  display: flex;
}
@media screen and (max-width: 834px) {
  .cont_4 .inner {
    margin: 0 auto;
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .cont_4 .inner {
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
.cont_4 .side {
  width: 50%;
  margin-right: 45px;
}
@media screen and (max-width: 834px) {
  .cont_4 .side {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .cont_4 .side {
    margin-left: 10px;
    margin-right: 10px !important;
  }
}
.cont_4 h4 {
  font-family: "Cormorant", serif !important;
  font-size: 45px;
  letter-spacing: 8px;
  border-top: 5px double #000;
}
.cont_4 .scroll {
  padding: 0px;
  overflow-y: scroll;
  max-height: 410px;
  min-height: 410px;
  width: 100%;
  margin-right: 5%;
  margin-top: 30px !important;
  margin: 0 auto;
  font-size: 13px;
}
.cont_4 .scroll a {
  color: #face5f !important;
  border-bottom: 3px solid #face5f !important;
}
@media screen and (max-width: 834px) {
  .cont_4 .scroll {
    width: 100%;
    max-height: 300px;
    min-height: 300px;
  }
}
@media screen and (max-width: 640px) {
  .cont_4 .scroll {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cont_4 .fb {
  width: 590px;
  max-height: 500px !important;
}
@media screen and (max-width: 834px) {
  .cont_4 .fb {
    width: 100% !important;
  }
}
@media screen and (max-width: 640px) {
  .cont_4 .fb {
    width: 100% !important;
    margin-bottom: 100px;
  }
}
.cont_4 .fb .fbbox {
  margin-top: 20px;
}
@media screen and (max-width: 834px) {
  .cont_4 .fb .fbbox {
    width: 100% !important;
    margin-left: 20%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .cont_4 .fb .fbbox {
    width: 100% !important;
    margin-left: 0%;
    margin-top: 20px;
    max-height: auto;
  }
}
.cont_4 iframe {
  height: 300px !important;
}
.cont_4 .form_wrap dl dd {
  border: none !important;
  border-bottom: none;
  padding: 8px;
  box-sizing: border-box;
  border-bottom: none !important;
  width: 70% !important;
  text-align: left !important;
}
@media screen and (max-width: 640px) {
  .cont_4 .form_wrap dl dd {
    width: 80% !important;
  }
}
.cont_4 .form_wrap dl {
  border-bottom: none !important;
  padding: 20px !important;
}
@media screen and (max-width: 834px) {
  .cont_4 .form_wrap dl {
    padding: 5px !important;
  }
}
.cont_4 .form_wrap dl dt {
  border: none !important;
  border-right: none;
  background-color: #fff !important;
  border-bottom: none;
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  font-family: "Cormorant", serif !important;
  font-size: 13px;
  text-align: center !important;
}
@media screen and (max-width: 834px) {
  .cont_4 .form_wrap dl dt {
    width: 30% !important;
  }
}
@media screen and (max-width: 640px) {
  .cont_4 .form_wrap dl dt {
    width: 30% !important;
  }
}

.btn01 {
  background-color: #000;
  color: #fff !important;
  padding: 25px 0px;
  font-size: 14px;
  display: inline-block;
  width: 90%;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.6s ease !important;
}
@media screen and (max-width: 834px) {
  .btn01 {
    padding: 20px 0px;
  }
}
.btn01:hover {
  letter-spacing: 2px;
  background-color: #ffd5d6;
  color: #000 !important;
}

#copyright {
  color: #000 !important;
}

/*------下層-----------------------------------------------------------------------------------*/
/*------h1-----------------------------------------------------------------------------------*/
.cont_5 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 834px) {
  .cont_5 {
    margin-top: 0px;
  }
}
@media screen and (max-width: 640px) {
  .cont_5 {
    margin-top: 0px;
  }
}
.cont_5 .inner {
  padding: 40px 0 60px 0;
}
@media screen and (max-width: 834px) {
  .cont_5 .inner {
    padding: 20px 0px;
  }
}
.cont_5 .h1txt {
  font-size: 20px;
  letter-spacing: 3px;
  font-family: "Crimson Text", serif !important;
  margin-top: 0px;
}

/*------h1-----------------------------------------------------------------------------------*/
.pankuzu {
  margin: 0 auto;
  padding-top: 5px;
}
.pankuzu a {
  color: #000 !important;
}

.h2txt_01 h2 {
  font-size: 16px;
  margin-top: 50px;
  border-bottom: 1px solid #ddd;
  color: #c85767;
}

.h2txt h2 {
  font-size: 18px;
  margin-top: 50px;
  background-color: #000;
  color: #fff;
  padding: 10px;
}

.shop {
  margin-top: 50px;
}
.shop td {
  padding: 0px !important;
}
.shop .left {
  width: 9%;
}
.shop .left span {
  border-bottom: 1px solid #ddd !important;
  display: block;
  width: 85%;
  padding-bottom: 10px !important;
}
.shop .map {
  width: 10%;
}

.info td {
  padding: 10px !important;
  border-bottom: 1px solid #000 !important;
}
.info .left {
  width: 20%;
}
@media screen and (max-width: 640px) {
  .info .left {
    width: 40%;
  }
}

.map {
  margin: 0 auto !important;
}

.form_wrap label {
  color: #bb4e58 !important;
}

.cont_6 {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.cont_6 .inner {
  margin: 0 auto;
  display: flex;
  margin-top: 40px;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .cont_6 .inner {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 834px) {
  .cont_6 .imgR, .cont_6 .imgL, .cont_6 .imgL {
    max-width: 120% !important;
  }
}
@media screen and (max-width: 640px) {
  .cont_6 .imgR, .cont_6 .imgL, .cont_6 .imgL {
    max-width: 90% !important;
    height: 100% !important;
  }
}

.sample11 {
  width: 25%;
  height: 313px;
  overflow: hidden;
  margin: 10px 8px 10px 16px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 834px) {
  .sample11 {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .sample11 {
    width: 50%;
    height: 150%;
  }
}

.sample11 .caption {
  font-size: 13px;
  font-family: "Open Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  color: #fff;
  padding-top: 90%;
  padding-left: 20px;
}
@media screen and (max-width: 640px) {
  .sample11 .caption {
    padding-left: 14px;
    padding-top: 60%;
  }
}

.sample11 > div {
  width: 50%;
  /* 画像の半分の大きさにする */
  height: 313px;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -50%;
  /* 枠の左に置いて表示させない */
  background-color: #000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 640px) {
  .sample11 > div {
    height: 95%;
  }
}

.sample11:hover > div {
  margin-left: 0px;
  /* 右にずらして表示する */
}

.sample11 img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sample11:hover img {
  margin-left: 50%;
  /* 画像を半分サイズ、右にずらす */
  height: 100% !important;
}

.cont_7 {
  width: 100%;
  margin: 0 auto;
  margin-top: 80px;
  position: relative;
}
.cont_7 .inner {
  display: flex;
}
@media screen and (max-width: 834px) {
  .cont_7 .inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 640px) {
  .cont_7 .inner {
    flex-direction: column;
  }
}
.cont_7 .left {
  width: 45%;
  margin-right: 30px;
}
@media screen and (max-width: 834px) {
  .cont_7 .left {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .cont_7 .left {
    margin: 0 auto;
    width: 90%;
  }
}
.cont_7 .smallimg {
  position: absolute;
  left: 25.5%;
  top: 50%;
}
@media screen and (max-width: 640px) {
  .cont_7 .smallimg {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .cont_7 .smallimg img {
    width: 60% !important;
    height: 100% !important;
  }
}
.cont_7 .border-link2 {
  font-size: 50px;
}
@media screen and (max-width: 834px) {
  .cont_7 .border-link2 {
    font-size: 30px;
  }
}
.cont_7 .imgR, .cont_7 .imgL, .cont_7 .imgL {
  max-width: 100% !important;
}
@media screen and (max-width: 834px) {
  .cont_7 .imgR, .cont_7 .imgL, .cont_7 .imgL {
    max-width: 100% !important;
    height: 100% !important;
  }
}
@media screen and (max-width: 640px) {
  .cont_7 .imgR, .cont_7 .imgL, .cont_7 .imgL {
    width: 100% !important;
  }
}

.cont_8 {
  width: 100%;
  margin: 0 auto;
  margin-top: 100px;
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 834px) {
  .cont_8 {
    margin-top: 100px;
  }
}
@media screen and (max-width: 640px) {
  .cont_8 {
    margin-top: 60px;
  }
}
.cont_8 .inner {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 834px) {
  .cont_8 .inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 640px) {
  .cont_8 .inner {
    flex-direction: column;
  }
}
.cont_8 .left {
  width: 45%;
  right: 0;
  margin-left: 0px;
}
@media screen and (max-width: 834px) {
  .cont_8 .left {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .cont_8 .left {
    margin: 0 auto;
    width: 90%;
  }
}
.cont_8 .smallimg {
  position: absolute;
  right: 27%;
  top: 50%;
}
@media screen and (max-width: 834px) {
  .cont_8 .smallimg {
    right: 20%;
  }
}
@media screen and (max-width: 640px) {
  .cont_8 .smallimg {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .cont_8 .smallimg img {
    width: 60% !important;
  }
}
.cont_8 .border-link2 {
  font-size: 50px;
}
@media screen and (max-width: 834px) {
  .cont_8 .border-link2 {
    font-size: 30px;
  }
}
.cont_8 .imgR, .cont_8 .imgL, .cont_8 .imgL {
  max-width: 100% !important;
}
@media screen and (max-width: 834px) {
  .cont_8 .imgR, .cont_8 .imgL, .cont_8 .imgL {
    max-width: 100% !important;
    height: 100% !important;
  }
}
@media screen and (max-width: 640px) {
  .cont_8 .imgR, .cont_8 .imgL, .cont_8 .imgL {
    width: 100% !important;
  }
}

.mate {
  margin-top: 50px;
  width: 100%;
}
.mate td {
  padding: 20px !important;
}
@media screen and (max-width: 834px) {
  .mate {
    width: 100%;
  }
}
.mate .ttl {
  border-bottom: 1px solid #ddd !important;
  font-size: 20px;
}

.cont_9 {
  width: 100%;
  margin: 0 auto;
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .cont_9 {
    margin-top: 100px;
  }
}
@media screen and (max-width: 640px) {
  .cont_9 {
    margin-top: 60px;
  }
}
.cont_9 .inner {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .cont_9 .inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 640px) {
  .cont_9 .inner {
    flex-direction: column;
  }
}
.cont_9 .mate {
  margin-top: 50px;
  width: 45%;
}
.cont_9 .mate td {
  padding: 20px !important;
}
@media screen and (max-width: 834px) {
  .cont_9 .mate {
    width: 100%;
  }
}
.cont_9 .mate .ttl {
  border-bottom: 1px solid #ddd !important;
  font-size: 20px;
}

.cont_10 {
  width: 100%;
  margin: 0 auto;
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .cont_10 {
    margin-top: 100px;
  }
}
@media screen and (max-width: 640px) {
  .cont_10 {
    margin-top: 60px;
  }
}
.cont_10 .inner {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .cont_10 .inner {
    padding: 0 30px;
  }
}
@media screen and (max-width: 640px) {
  .cont_10 .inner {
    flex-direction: column;
  }
}
.cont_10 .mate {
  width: 30%;
}
.cont_10 .mate td {
  padding: 5px !important;
}
@media screen and (max-width: 834px) {
  .cont_10 .mate {
    width: 100%;
  }
}
.cont_10 .mate .ttl {
  border-bottom: 1px solid #ddd !important;
  font-size: 15px;
}

section div.form_wrap.error {
  background: #000;
  color: #fff;
  margin-bottom: 10px;
}

.sample11 > div {
  width: 50%;
  height: 313px;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -50%;
  background-color: #000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (max-width: 640px) {
  .slider1 {
    height: 50% !important;
    width: 93% !important;
  }

  .slider1 .slick-slide {
    float: left !important;
  }
}
.slider1 img {
  width: 280px !important;
}

@media screen and (max-width: 834px) {
  .slider1 img {
    height: 50% !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 640px) {
  .slider1 img {
    height: 50% !important;
    width: 100% !important;
  }
}
.slider1 {
  position: relative;
}

@media screen and (max-width: 834px) {
  .slider1 {
    width: 93% !important;
  }
}
@media screen and (max-width: 834px) {
  .imgbox img {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 640px) {
  .imgbox img {
    max-width: 100% !important;
  }
}
.slider1 .slider-arrow {
  position: absolute;
  top: 50%;
  width: 35px;
  height: 40px;
  margin-top: -21px;
  z-index: 10;
  cursor: pointer;
}

.slider1 .slider-prev {
  left: 10px;
}

.slider1 .slider-next {
  right: 10px;
}

.slider1:nth-child(5) {
  display: none !important;
}

.fadein {
  opacity: 0.5;
  transform: translateY(50px);
  transition: all 1s;
}
@media screen and (max-width: 834px) {
  .fadein {
    opacity: 1 !important;
  }
}
@media screen and (max-width: 640px) {
  .fadein {
    opacity: 1 !important;
  }
}
.fadein.rightin {
  transform: translate3d(100%, 0, 0);
}
.fadein.leftin {
  transform: translate3d(-100%, 0, 0);
}

.fadein02 {
  opacity: 0.5;
  transform: translateY(150px);
  transition: all 1s;
}
@media screen and (max-width: 834px) {
  .fadein02 {
    opacity: 1 !important;
  }
}
@media screen and (max-width: 640px) {
  .fadein02 {
    opacity: 1 !important;
    transform: translateY(20px);
  }
}

/* bg_100per */
.con_100 {
  margin-top: 100px;
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
}

/* box */
.home_td03 {
  margin-top: 100px;
}
@media only screen and (max-width: 640px) {
  .home_td03 {
    margin-top: 50px;
  }
}
.home_td03 .box {
  width: 31.6%;
  margin-right: 2.5%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .home_td03 .box {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.home_td03 .box:nth-of-type(3n) {
  margin-right: 0;
}
.home_td03 .box img {
  width: 100% !important;
}

/* title */
body header #local-keyvisual {
  position: relative;
  z-index: 0;
  padding-top: 81px;
}
@media only screen and (max-width: 640px) {
  body header #local-keyvisual {
    padding-top: 73px;
  }
}

body header #local-keyvisual #local-keyvisual-title {
  position: relative;
  margin: 0 auto;
  padding: 50px 0;
  background: #ffd791;
  border-top: 10px double #fff;
  border-bottom: 10px double #fff;
  font-size: 37px;
  font-weight: bold;
  text-align: center;
  z-index: 100;
}
@media only screen and (max-width: 640px) {
  body header #local-keyvisual #local-keyvisual-title {
    font-size: 27px;
  }
}
body header #local-keyvisual #local-keyvisual-title a {
  font-weight: bold;
  color: #343434;
}
body header #local-keyvisual #local-keyvisual-title:empty {
  padding: 50px;
  margin-bottom: 50px;
}

.midashi01 h2 {
  margin: 100px auto 40px auto;
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .midashi01 h2 {
    font-size: 22px;
  }
}
.midashi01 h3 {
  font-size: 36px;
}
.midashi01 h2 {
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
}
@media only screen and (max-width: 834px) {
  .midashi01 h3 {
    margin-top: 20px;
  }
}
.midashi01 h3 .sub {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  color: #fff;
}

.midashi02 h2 {
  margin: 100px auto 40px auto;
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .midashi02 h2 {
    font-size: 22px;
  }
}
.midashi02 h3 {
  font-size: 36px;
}
.midashi02 h2 {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 5px dotted #fff;
}
.midashi02 h3 {
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .midashi02 h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 640px) {
  .midashi02 h3 {
    display: block;
    font-size: 18px;
  }
}
.midashi02 h3:before, .midashi02 h3:after {
  content: "";
  flex-grow: 1;
  border-top: 1px solid #333;
}
@media only screen and (max-width: 640px) {
  .midashi02 h3:before, .midashi02 h3:after {
    display: none;
  }
}
.midashi02 h3:before {
  margin-right: 3rem;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .midashi02 h3:before {
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  .midashi02 h3:before {
    margin-right: 0;
  }
}
.midashi02 h3:after {
  margin-left: 3rem;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .midashi02 h3:after {
    margin-left: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  .midashi02 h3:after {
    margin-left: 0;
  }
}

.midashi03 h2 {
  margin: 100px auto 40px auto;
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .midashi03 h2 {
    font-size: 22px;
  }
}
.midashi03 h3 {
  font-size: 36px;
}
.midashi03 h2 {
  margin: 20px auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  font-size: 20px;
  font-weight: 500;
}
.midashi03 h3 {
  margin: 100px auto 40px auto;
  padding: 10px;
  background-color: #fff;
  border-left: 8px solid #ffd791;
  font-size: 28px;
  color: #fff;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .midashi03 h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 640px) {
  .midashi03 h3 {
    margin: 70px auto 20px auto;
    font-size: 22px;
  }
}

.sub_ttl01 div {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  border: 4px double rgba(255, 255, 255, 0.3);
  color: #fff;
}

/* btn */
.btn_org01, .btn_org02, .btn_org03, .btn_org04 {
  margin-top: 30px;
}
.btn_org01 a, .btn_org02 a, .btn_org03 a, .btn_org04 a {
  display: block;
  max-width: 220px;
  margin: 0 auto;
  padding: 12.5px 3px;
  background-color: #fff;
  border-radius: 3px;
  color: #fff;
  text-align: center;
}
.btn_org01 a:before, .btn_org02 a:before, .btn_org03 a:before, .btn_org04 a:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  margin-right: 7px;
  color: #fff;
  font-weight: 900;
}
.btn_org01 a:hover, .btn_org02 a:hover, .btn_org03 a:hover, .btn_org04 a:hover {
  background-color: #f2efea;
  color: #343434;
}
.btn_org01 a:hover:before, .btn_org02 a:hover:before, .btn_org03 a:hover:before, .btn_org04 a:hover:before {
  color: #343434;
}

.btn_org02 a, .btn_org03 a, .btn_org04 a {
  max-width: 160px;
  margin: 40px auto 0 0;
  padding: 7.5px 3px;
}
.btn_org02 a:hover, .btn_org03 a:hover, .btn_org04 a:hover {
  background-color: #ffd791;
  color: #fff;
}
.btn_org02 a:hover:before, .btn_org03 a:hover:before, .btn_org04 a:hover:before {
  color: #fff;
}

.btn_org03 a {
  margin: 30px auto 0 auto;
}

.btn_org04 a {
  background-color: #ffd791;
  color: #343434;
}
@media only screen and (max-width: 640px) {
  .btn_org04 a {
    max-width: 100%;
  }
}
.btn_org04 a:before {
  color: #343434;
}
.btn_org04 a:hover {
  background-color: #f2efea;
  color: #343434;
}
.btn_org04 a:hover:before {
  color: #343434;
}

/* common */
.linkTel a {
  color: #343434;
}

.wrap_org01 {
  margin-top: 100px;
  padding: 70px 0 30px 0;
}
@media only screen and (max-width: 640px) {
  .wrap_org01 {
    margin-top: 50px;
  }
}

.wrap_gry01 {
  margin-top: 100px;
  padding: 70px 0 90px 0;
}
@media only screen and (max-width: 640px) {
  .wrap_gry01 {
    margin-top: 50px;
  }
}

.st_tbl01 td {
  border: none !important;
  padding: 10px !important;
}

.mg_b60 h2 {
  margin-bottom: 60px;
}

.mg_b50 .box {
  margin-bottom: 50px;
}

.mg_b30 h2 {
  margin-bottom: 30px;
}

.mg_t0 h2 {
  margin-top: 0;
}

.pd_4 {
  padding: 4%;
}
@media only screen and (max-width: 640px) {
  .pd_4 {
    padding: 15px;
  }
}

.tbl_st01 td {
  padding: 30px 10px !important;
  text-align: center !important;
}
.tbl_st01 td:first-of-type {
  width: 40%;
  background-color: #ffe7bc;
}

@media only screen and (max-width: 834px) {
  .tab_blk {
    display: block;
  }
}
@media only screen and (max-width: 834px) {
  .tab_blk .box, .tab_blk .box02 {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .sp_blk {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .sp_blk .box {
    width: 100%;
  }
}

@media only screen and (max-width: 834px) {
  .sp_brNone br {
    display: none;
  }
}
@media only screen and (max-width: 834px) {
  .sp_brNone div {
    text-align: left !important;
  }
}

.img_30 img {
  max-width: 30%;
}

.bdr_r10 {
  border-radius: 10px;
}

.bdr_dbl01 {
  border: 19px double #fff;
}

.center {
  text-align: center;
}

.img_bdr img {
  border: 7px solid rgba(255, 215, 145, 0.6);
}

.img_100 img {
  width: 100% !important;
}

.anc {
  margin-top: -100px;
  padding-top: 100px;
}

/*# sourceMappingURL=asset.css.map */
