@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@import url("https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext,vietnamese");
@import url("https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext");
#global_header, #contents_wrap, #global_footer {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .bp1200none {
    display: none;
  }
}
@media only screen and (max-width: 834px) {
  .bp1200none {
    display: block;
  }
}

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

.flex {
  display: flex;
}

.jcss {
  justify-content: start;
}

.jcsc {
  justify-content: center;
}

.jcsb {
  justify-content: space-between;
}

.aic {
  align-items: center;
}

.ais {
  align-items: start;
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.disnone {
  display: none !important;
}
@media only screen and (max-width: 640px) {
  .disnone {
    display: block !important;
  }
}

@media only screen and (max-width: 640px) {
  .spdisnone {
    display: none !important;
  }
}

.tdpd10 td {
  padding: 10px !important;
}

li {
  list-style: none;
}

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, 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: 400;
}

body {
  counter-reset: number 0;
  line-height: 1.8em;
  font-weight: 400;
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  overflow-x: hidden;
  letter-spacing: 0.05em;
  font-size: 15px;
}

.inner {
  margin: 0 auto;
  max-width: 1000px;
}

.inner2 {
  margin: 0 auto;
  max-width: 520px;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
}
@media only screen and (max-width: 834px) {
  #contents_wrap {
    margin-top: 30px;
  }
}

#contents {
  width: 100%;
  max-width: 1000px;
  padding: 0 0 100px 0;
}
@media only screen and (max-width: 1200px) {
  #contents {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 834px) {
  #contents {
    padding: 0 10px 50px 10px;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75%;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}
.tlfix table {
  table-layout: fixed;
}

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 {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  color: #1f4589;
  transition: 1s;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  transition: 1s;
}

@media screen and (min-width: 641px) 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;
  }
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "Noto Sans JP", "游ゴシック", 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;
  }
}
@keyframes zoom {
  50% {
    transform: scale(1.1);
  }
}
.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: #fff;
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
  z-index: 2;
  position: relative;
}
@media only screen and (max-width: 834px) {
  header#global_header {
    padding-top: 93px;
  }
}

#header {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  #header {
    padding: 0 0 0 10px;
  }
}
@media only screen and (max-width: 1000px) {
  #header {
    padding: 10px;
  }
}
@media only screen and (max-width: 834px) {
  #header {
    position: fixed;
    top: 0;
    z-index: 10;
    background: #fff;
  }
}
#header .inner3 {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#header .inner3 .flxL {
  width: auto;
}
#header .inner3 .flxL #siteID {
  width: 250px;
  height: 250px;
  position: absolute;
  top: -80px;
  left: -40px;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 834px) {
  #header .inner3 .flxL #siteID {
    position: static;
    width: auto;
    height: auto;
    border-radius: 0;
    background-color: inherit;
    width: 80%;
  }
  #header .inner3 .flxL #siteID a {
    margin: 0 !important;
  }
}
#header .inner3 .flxL #siteID a {
  margin-left: 10px;
  margin-top: 70px;
}
#header .inner3 .flxR {
  width: 85%;
  display: flex;
  justify-content: flex-end;
}
#header .inner3 .flxR .cont {
  min-width: 150px;
  margin-left: 20px;
}
@media only screen and (max-width: 1000px) {
  #header .inner3 .flxR .cont {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 834px) {
  #header .inner3 .flxR .cont {
    margin-bottom: 0;
    margin-left: 5px;
    min-width: auto;
  }
}
#header .inner3 .flxR .cont a {
  height: 100%;
  background: #99cff0;
  padding: 10px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 1000px) {
  #header .inner3 .flxR .cont a {
    flex-direction: row;
  }
}
@media only screen and (max-width: 834px) {
  #header .inner3 .flxR .cont a {
    height: 60px;
  }
}
@media only screen and (max-width: 640px) {
  #header .inner3 .flxR .cont a {
    width: 60px;
  }
}
#header .inner3 .flxR .cont a:hover {
  opacity: 1;
  background: #83b7e6;
}
#header .inner3 .flxR .cont a .txt {
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  #header .inner3 .flxR .cont a .txt {
    display: none;
  }
}
#header .inner3 .flxR .cont a i {
  margin-bottom: 5px;
}
@media only screen and (max-width: 1000px) {
  #header .inner3 .flxR .cont a i {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 640px) {
  #header .inner3 .flxR .cont a i {
    margin-right: 0;
  }
}
#header .inner3 .flxR .hedinfo {
  padding: 15px 0;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  #header .inner3 .flxR .hedinfo {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 834px) {
  #header .inner3 .flxR .hedinfo {
    align-items: center;
    padding: 0;
    flex-wrap: nowrap;
  }
}
#header .inner3 .flxR .hedinfo .tel2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1000px) {
  #header .inner3 .flxR .hedinfo .tel2 {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 834px) {
  #header .inner3 .flxR .hedinfo .tel2 {
    margin-bottom: 0;
  }
}
#header .inner3 .flxR .hedinfo .tel2 a {
  color: #222;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (max-width: 834px) {
  #header .inner3 .flxR .hedinfo .tel2 a {
    background: #c9e8b2;
    padding: 10px 22px;
    color: #fff;
    font-size: 16px;
    height: 60px;
  }
}
#header .inner3 .flxR .hedinfo .tel2 a i {
  margin-right: 10px;
}
@media only screen and (max-width: 834px) {
  #header .inner3 .flxR .hedinfo .tel2 a i {
    margin-right: 0;
  }
}
#header .inner3 .flxR .hedinfo .tel2 a .txt {
  font-weight: 700;
}
@media only screen and (max-width: 834px) {
  #header .inner3 .flxR .hedinfo .tel2 a .txt {
    display: none;
  }
}
#header .inner3 .flxR .navwrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#header .inner3 .flxR .navwrap #nav_global {
  width: 100%;
}
#header .inner3 .flxR .navwrap #nav_global > ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .inner3 .flxR .navwrap #nav_global > ul > li {
  flex-grow: 1;
  border-right: 1px solid #ccc;
}
#header .inner3 .flxR .navwrap #nav_global > ul > li:first-child {
  border-left: 1px solid #ccc;
}
#header .inner3 .flxR .navwrap #nav_global > ul > li > a {
  display: block;
  color: #333;
  font-weight: 500;
  padding: 0px 30px;
  font-size: 14px;
  line-height: 1;
  position: relative;
}
#header .inner3 .flxR .navwrap #nav_global > ul > li > a:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d9b51d;
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.18, 0.65, 0.08, 1.01);
}
@media only screen and (max-width: 834px) {
  #header .inner3 .flxR .navwrap #nav_global > ul > li > a:before {
    display: none;
  }
}
#header .inner3 .flxR .navwrap #nav_global > ul > li > a:hover {
  color: #d9b51d;
  opacity: 1;
}
#header .inner3 .flxR .navwrap #nav_global > ul > li > a:hover:before {
  opacity: 1;
  transform: translateY(-30px);
}
#header .inner3 .flxR .navwrap #nav_global > ul > li > a span {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: block;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 8px;
}
#header .inner3 .flxR .navwrap #nav_global > ul > li ul {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d9b51d;
}
#header .inner3 .flxR .navwrap #nav_global > ul > li ul li {
  flex-grow: 1;
}
#header .inner3 .flxR .navwrap #nav_global > ul > li ul li a {
  background: #666666;
  display: block;
  padding: 20px 10px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 13px;
  color: #fff;
  opacity: 1;
}
#header .inner3 .flxR .navwrap #nav_global > ul > li ul li a:after {
  content: "\f0a9";
  margin-left: 10px;
  font-family: "Font Awesome 5 pro";
}
#header .inner3 .flxR .navwrap #nav_global > ul > li ul li a:hover {
  background: #83b7e6;
}
#header .inner3 .flxR .navwrap #hed_info {
  display: flex;
  align-items: center;
  display: none;
}
@media only screen and (max-width: 834px) {
  #header .inner3 .flxR .navwrap #hed_info {
    display: block;
  }
}
@media only screen and (max-width: 1000px) {
  #header .inner3 .flxR .navwrap #hed_info .store1 {
    padding: 5px;
    width: 100%;
    height: auto;
  }
  #header .inner3 .flxR .navwrap #hed_info .store1 a {
    background: url(../images/common/pt_1.gif) left center repeat;
    width: 100%;
    display: block;
    padding: 15px 20px !important;
  }
  #header .inner3 .flxR .navwrap #hed_info .store1 a img {
    display: none;
  }
}
#header .inner3 .flxR .navwrap #hed_info .store1 a {
  display: block;
  color: #fff;
}
#header .inner3 .flxR .navwrap #hed_info .store1 a .txt01 {
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .inner3 .flxR .navwrap #hed_info .store1 a .txt01 span {
  margin-left: 8px;
  font-weight: 700;
  font-size: 30px;
  color: #99cff0;
}
@media only screen and (max-width: 1000px) {
  #header .inner3 .flxR .navwrap #hed_info .store1 a .txt01 span {
    color: #fff;
    margin-left: 0;
    font-size: 35px;
  }
}
#header .inner3 .flxR .navwrap #hed_info .store1 a .txt02 {
  margin-top: 5px;
  line-height: 1;
  font-size: 12px;
  color: #fff;
}
#header .inner3 .flxR .navwrap #hed_info .store2 {
  margin-left: 20px;
}
@media only screen and (max-width: 1000px) {
  #header .inner3 .flxR .navwrap #hed_info .store2 {
    margin-left: 0;
    padding: 5px;
    width: 100%;
    height: auto;
  }
  #header .inner3 .flxR .navwrap #hed_info .store2 a {
    background: url(../images/common/pt_1.gif) left center repeat;
    width: 100%;
    display: block;
    padding: 15px 20px !important;
    height: 100%;
  }
}
#header .inner3 .flxR .navwrap #hed_info .store2 a {
  display: block;
  background: url(../images/common/pt_1.gif) left center repeat;
  padding: 10px 30px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
@media only screen and (max-width: 1200px) {
  #header .inner3 .flxR .navwrap #hed_info .store2 a {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 1000px) {
  #header .inner3 .flxR .navwrap #hed_info .store2 a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
  }
}
#header .inner3 .flxR .navwrap #hed_info .store2 a i {
  margin-right: 10px;
}

.global-menu-btn {
  display: none;
}
@media only screen and (max-width: 834px) {
  .global-menu-btn {
    cursor: pointer;
    border-radius: 5px;
    height: 60px;
    width: 60px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 11;
    color: #d9b51d;
    line-height: 1;
    transition: 1s;
    color: #fff;
    background: #d9b51d;
  }
  .global-menu-btn:hover {
    color: #222;
    background: #fff;
  }
  .global-menu-btn::before {
    font-size: 2.4em;
    content: "\f0c9";
    line-height: 1;
    font-family: "Font Awesome 5 pro";
    font-weight: 400;
  }
  .global-menu-btn i {
    margin-top: 3px;
    display: block;
    line-height: 1;
  }
}

.global-menu-close-btn {
  display: none;
}
@media only screen and (max-width: 834px) {
  .global-menu-close-btn {
    display: block;
    height: 100px;
    width: 100px;
    margin-left: auto;
    background: #f4f7f6;
    border-left: 1px solid #e6eaea;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  }
}
@media only screen and (max-width: 834px) and (max-width: 834px) {
  .global-menu-close-btn {
    height: 60px;
    width: 60px;
  }
}
@media only screen and (max-width: 834px) {
  .global-menu-close-btn:before {
    content: "\f00d";
    line-height: 32px;
    font-family: "Font Awesome 5 pro";
    font-size: 1.3rem;
    font-weight: 300;
    display: block;
    width: 100%;
    color: #000;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 834px) and (-ms-high-contrast: none) {
  .global-menu-close-btn:before {
    display: none;
  }
}
@media only screen and (max-width: 834px) {
  .global-menu-close-btn i {
    display: none;
  }
}

.navdamy {
  display: none;
}
@media only screen and (max-width: 834px) {
  .navdamy {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
  }
}

@media only screen and (max-width: 834px) {
  #hednav {
    margin-bottom: 0;
    justify-content: center;
    height: 60px;
    width: 60px;
    z-index: 11;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 834px) and (max-width: 834px) {
  #hednav {
    margin-left: 5px;
  }
}
@media only screen and (max-width: 834px) {
  #hednav .wrap {
    visibility: hidden;
    cursor: pointer;
    opacity: 0;
    transition: all 0.2s ease-out;
    background: rgba(0, 0, 0, 0.6) !important;
    display: block !important;
    position: fixed;
    width: 100% !important;
    height: 100%;
    top: 0;
    right: 0;
  }
  #hednav .wrap .navwrap {
    display: block !important;
    background: #eef2f2;
    width: 70%;
    height: 100%;
    opacity: 0;
    margin-left: auto;
    transform: translateX(240%);
    transition: all 0.5s ease-out;
  }
  #hednav .wrap .navwrap #hed_info {
    display: flex;
    justify-content: space-around;
    align-items: normal !important;
    width: 90%;
    margin: 5% auto;
  }
  #hednav .wrap .navwrap #nav_global {
    width: 100%;
    margin-top: 0 !important;
    background: none;
  }
  #hednav .wrap .navwrap #nav_global > ul {
    flex-direction: column;
    margin: 0 auto;
  }
  #hednav .wrap .navwrap #nav_global > ul .pcnone {
    display: block !important;
  }
  #hednav .wrap .navwrap #nav_global > ul > li {
    text-align: left;
    position: relative;
    width: 100%;
    border-bottom: solid 1px #ddd;
  }
  #hednav .wrap .navwrap #nav_global > ul > li a {
    line-height: 1.7em;
    color: #222 !important;
    font-weight: 700 !important;
    display: block;
    padding: 25px 36px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
  }
  #hednav .wrap .navwrap #nav_global > ul > li a:hover {
    background: #ccc;
  }
  #hednav .wrap .navwrap #nav_global > ul > li a img {
    width: 25%;
  }
  #hednav .wrap .navwrap #nav_global > ul > li a span {
    width: 70%;
    display: block;
  }
  #hednav .wrap .navwrap #nav_global > ul > li a span b {
    display: block;
  }
  #hednav .wrap .navwrap #nav_global > ul > li a span span {
    display: block;
    font-size: 0.8em;
    color: #333;
  }
  #hednav .wrap .navwrap #nav_global > ul > li ul {
    width: 100%;
    position: static;
    background: none;
  }
  #hednav .wrap .navwrap #nav_global > ul > li ul li a {
    background: #f7f7f7;
    color: #333;
    font-weight: 500;
    display: block;
  }
  #hednav .wrap .navwrap #nav_global > ul > li p {
    position: relative;
    display: block;
    line-height: 1;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
  }
  #hednav .wrap .navwrap #nav_global > ul > li p:hover:after {
    color: #333;
  }
  #hednav .wrap .navwrap #nav_global > ul > li p span {
    display: block;
    margin-top: 7px;
    font-size: 0.7em;
  }
  #hednav .wrap .navwrap #nav_global > ul > li p:after {
    border: solid 1px #ddd;
    font-weight: 100;
    content: "\f067";
    font-family: "Font Awesome 5 Pro";
    display: block;
    position: absolute;
    right: 0;
    top: -1px;
    bottom: 0;
    width: 60px;
    height: 60px;
    font-size: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f4f7f6;
  }
  #hednav .wrap .navwrap #nav_global > ul > li p.open:after {
    content: "\f00d";
  }
}
.MenuOpened {
  z-index: 13 !important;
  display: none;
}
@media only screen and (max-width: 834px) {
  .MenuOpened {
    display: block;
  }
  .MenuOpened .global-menu-btn {
    z-index: 0;
  }
}
@media only screen and (max-width: 834px) and (-ms-high-contrast: none) {
  .MenuOpened .global-menu-btn::before {
    content: "\f00d";
    font-family: "Font Awesome 5 pro";
  }
}
@media only screen and (max-width: 834px) {
  .MenuOpened .wrap {
    z-index: 10 !important;
    visibility: visible !important;
    opacity: 1 !important;
    background: rgba(0, 0, 0, 0.7) !important;
  }
  .MenuOpened .wrap .navwrap {
    opacity: 1 !important;
    transform: translateX(0) !important;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100vh !important;
    margin-left: auto;
  }
  .MenuOpened .wrap .global-menu-close-btn {
    opacity: 1;
    transform: translateX(0);
  }
}

#mainArea2 {
  background-image: url(../images/contents/main_4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 834px) {
  #mainArea2 {
    margin-bottom: 80px;
  }
}

#local-keyvisual {
  overflow: hidden;
  position: relative;
  background-position: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #local-keyvisual {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 640px) {
  #local-keyvisual {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    margin-bottom: 50px;
  }
}
#local-keyvisual #local-keyvisual-title {
  width: 100%;
}
#local-keyvisual #local-keyvisual-title h1 {
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1;
  color: #fff !important;
  z-index: 1;
  position: relative;
  height: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.4em;
  padding: 100px 10px;
  text-align: center;
  font-size: 38px;
}
@media only screen and (max-width: 1200px) {
  #local-keyvisual #local-keyvisual-title h1 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 834px) {
  #local-keyvisual #local-keyvisual-title h1 {
    font-size: 28px;
  }
}
#local-keyvisual #local-keyvisual-title h1:empty {
  display: none;
}
#local-keyvisual .local-keyvisual-bg {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.pan1 {
  margin: 20px 0 50px;
}
@media only screen and (max-width: 834px) {
  .pan1 {
    display: none;
  }
}
.pan1 a {
  color: #221815;
}

#mainArea {
  position: relative;
  z-index: 0;
  background: #c0a018;
}
#mainArea ul {
  max-width: 1860px;
  margin: 0 auto;
}
#mainArea img {
  width: 100% !important;
}
#mainArea button {
  display: none !important;
}

.fix-header-sns {
  margin-right: 10px;
}
@media only screen and (max-width: 834px) {
  .fix-header-sns {
    padding: 0 !important;
    background: none !important;
  }
}
.fix-header-sns img {
  width: 40px;
}

.fix-header-facebook {
  margin-right: 20px;
}

@media only screen and (max-width: 640px) {
  .fix-header-tel,
  .fix-header-contact {
    width: auto !important;
    height: auto !important;
    padding: 30px !important;
    font-size: 22px !important;
    position: fixed;
    right: 20px;
    z-index: 100;
  }
}

@media only screen and (max-width: 640px) {
  .fix-header-tel {
    bottom: 10px;
  }
}

@media only screen and (max-width: 640px) {
  .fix-header-contact {
    bottom: 100px;
  }
}

footer#global_footer {
  background: #fff;
  width: 100%;
  min-width: 100% !important;
  height: auto;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 834px) {
  footer#global_footer {
    background: none;
  }
}
footer#global_footer a {
  color: #d9b51d;
  text-decoration: none;
}
footer#global_footer a:hover {
  text-decoration: none;
}

iframe {
  vertical-align: middle;
}

#footer2 {
  color: #333;
  background: url(../images/common/cont_bg.jpg) center top no-repeat;
  background-size: cover;
  padding: 50px 10px;
}
@media only screen and (max-width: 1200px) {
  #footer2 {
    padding: 50px 10px;
  }
}
#footer2 .inner {
  max-width: 960px;
}
#footer2 .inner p {
  margin-bottom: 30px;
  width: 100%;
}
#footer2 .inner .ttl {
  font-weight: 700;
  color: #fff;
  font-size: 25px;
}
@media only screen and (max-width: 1200px) {
  #footer2 .inner .ttl {
    font-size: 25px;
  }
}
@media only screen and (max-width: 834px) {
  #footer2 .inner .ttl {
    font-size: 20px;
  }
}
#footer2 .inner {
  max-width: 960px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#footer2 .inner dl {
  width: 48%;
  background: rgba(255, 255, 255, 0.5);
  padding: 30px 0;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  #footer2 .inner dl {
    width: 49%;
  }
}
@media only screen and (max-width: 640px) {
  #footer2 .inner dl {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #footer2 .inner dl:nth-child(2) {
    margin-bottom: 20px;
  }
}
#footer2 .inner dl:nth-child(2) dt {
  background: #99cff0;
}
#footer2 .inner dl dt {
  background: #d9b51d;
  margin-bottom: 30px;
  line-height: 1.7em;
  display: block;
  width: 100%;
  font-weight: 700;
  color: #fff;
  padding: 20px 10px;
  font-size: 25px;
}
@media only screen and (max-width: 1200px) {
  #footer2 .inner dl dt {
    font-size: 25px;
  }
}
@media only screen and (max-width: 834px) {
  #footer2 .inner dl dt {
    font-size: 20px;
  }
}
#footer2 .inner dl dd {
  width: 85%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer2 .inner dl dd a {
  width: 100%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer2 .inner dl dd a img {
  opacity: 1 !important;
}
#footer2 .inner dl dd a:hover {
  opacity: 1 !important;
}

#copy {
  background: #d9b51d;
  padding: 10px 0;
  text-align: center;
  font-size: 13px;
  display: block;
  line-height: 1.7em;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  #copy {
    text-align: center;
  }
}
#copy a {
  font-size: 13px;
  color: #fff !important;
  text-decoration: none;
}
#copy a:hover {
  opacity: 0.6;
}
@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 100px;
  width: 100px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}
@media only screen and (max-width: 640px) {
  .progress-wrap {
    right: 10px;
    bottom: 140px;
  }
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  content: url(../images/common/totop.png);
  text-align: center;
  line-height: 100px;
  left: 0;
  top: 0;
  height: 100px;
  width: 100px;
  cursor: pointer;
  display: block;
  z-index: 0;
  transition: all 200ms linear;
}

.progress-wrap::before {
  position: absolute;
  content: url(../images/common/totop.png);
  text-align: center;
  line-height: 100px;
  opacity: 0;
  background-image: linear-gradient(298deg, #da2c4d, #f8ab37);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 100px;
  width: 100px;
  cursor: pointer;
  display: block;
  z-index: 0;
  transition: all 200ms linear;
}

.progress-wrap svg {
  z-index: 1;
  position: relative;
  box-shadow: 0px 3px 10px rgba(51, 51, 51, 0.1);
  border-radius: 50%;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #d9b51d;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

body.light .progress-wrap {
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
}

body.light .progress-wrap::after {
  color: #d9b51d;
}

body.light .progress-wrap svg.progress-circle path {
  stroke: #d9b51d;
}

.switch,
.circle {
  transition: all 300ms linear;
}

.switch {
  width: 80px;
  height: 4px;
  border-radius: 27px;
  background-image: linear-gradient(298deg, #da2c4d, #f8ab37);
  position: fixed;
  right: 50px;
  top: 75px;
  display: block;
  margin: 0 auto;
  text-align: center;
  opacity: 1;
  z-index: 33333;
  transition: all 300ms linear;
}

.circle {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -5px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #4b4d64;
  box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
  animation: border-transform 10s linear infinite alternate forwards;
}

.circle:before {
  position: absolute;
  font-family: "unicons";
  content: "\eac1";
  top: 0;
  left: 0;
  z-index: 2;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  width: 100%;
  height: 40px;
  opacity: 1;
  color: #ff8695;
  transition: all 300ms linear;
}

.circle:after {
  position: absolute;
  font-family: "unicons";
  content: "\eb8f";
  top: 0;
  left: 0;
  z-index: 2;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  width: 100%;
  height: 40px;
  color: #f8ab37;
  opacity: 0;
  transition: all 300ms linear;
}

.switched .circle {
  left: 45px;
  box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
  background: #1f2029;
}

.switched .circle:before {
  opacity: 0;
}

.switched .circle:after {
  opacity: 1;
}

.btn {
  overflow: hidden;
  position: relative;
  display: block;
  max-width: 300px;
  margin: 0 auto;
  border-radius: 50px;
}
.btn .su_button_circle {
  border-radius: 1000px;
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  pointer-events: none;
}
.btn a {
  border-radius: 50px;
  opacity: 1 !important;
  text-align: center;
  transition: 400ms;
  text-decoration: none;
  z-index: 2;
  font-size: 16px;
  display: block;
  padding: 25px 10px;
  line-height: 1;
  color: #fff;
}
.btn a:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f178";
  position: absolute;
  right: 20px;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.btn a:hover {
  opacity: 1 !important;
}
.btn a span {
  position: relative;
  z-index: 1;
}
.btn.gla01 {
  background-image: -ms-linear-gradient(-180deg, rgb(143, 209, 243) 0%, rgb(160, 146, 212) 100%);
}
.btn.gla01 .explode-circle {
  animation: explode 0.5s forwards;
}
.btn.gla01 .desplode-circle {
  animation: desplode 0.5s forwards;
}
.btn.gla02 {
  background-image: -ms-linear-gradient(0deg, rgb(153, 207, 240) 0%, rgb(206, 239, 180) 100%);
}
.btn.gla02 .explode-circle {
  animation: explode2 0.5s forwards;
}
.btn.gla02 .desplode-circle {
  animation: desplode2 0.5s forwards;
}
.btn.gla03 {
  background-image: -ms-linear-gradient(0deg, rgb(251, 165, 165) 0%, rgb(241, 212, 108) 100%);
}
.btn.gla03 .explode-circle {
  animation: explode3 0.5s forwards;
}
.btn.gla03 .desplode-circle {
  animation: desplode3 0.5s forwards;
}
.btn.gla04 {
  background-image: -ms-linear-gradient(0deg, rgb(201, 248, 167) 0%, rgb(250, 179, 194) 100%);
}
.btn.gla04 .explode-circle {
  animation: explode4 0.5s forwards;
}
.btn.gla04 .desplode-circle {
  animation: desplode4 0.5s forwards;
}

@keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(153, 207, 240, 0.2);
  }
  100% {
    width: 900px;
    height: 900px;
    margin-left: -450px;
    margin-top: -450px;
    background-color: rgba(153, 207, 240, 0.8);
  }
}
@keyframes desplode {
  0% {
    width: 900px;
    height: 900px;
    margin-left: -450px;
    margin-top: -450px;
    background-color: rgba(153, 207, 240, 0.8);
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(153, 207, 240, 0.6);
  }
}
@keyframes explode2 {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(205, 238, 180, 0.2);
  }
  100% {
    width: 900px;
    height: 900px;
    margin-left: -450px;
    margin-top: -450px;
    background-color: rgba(205, 238, 180, 0.8);
  }
}
@keyframes desplode2 {
  0% {
    width: 900px;
    height: 900px;
    margin-left: -450px;
    margin-top: -450px;
    background-color: rgba(205, 238, 180, 0.8);
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(205, 238, 180, 0.6);
  }
}
@keyframes explode3 {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(241, 211, 109, 0.2);
  }
  100% {
    width: 900px;
    height: 900px;
    margin-left: -450px;
    margin-top: -450px;
    background-color: rgba(241, 211, 109, 0.8);
  }
}
@keyframes desplode3 {
  0% {
    width: 900px;
    height: 900px;
    margin-left: -450px;
    margin-top: -450px;
    background-color: rgba(241, 211, 109, 0.8);
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(241, 211, 109, 0.6);
  }
}
@keyframes explode4 {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(249, 180, 193, 0.2);
  }
  100% {
    width: 900px;
    height: 900px;
    margin-left: -450px;
    margin-top: -450px;
    background-color: rgba(249, 180, 193, 0.8);
  }
}
@keyframes desplode4 {
  0% {
    width: 900px;
    height: 900px;
    margin-left: -450px;
    margin-top: -450px;
    background-color: rgba(249, 180, 193, 0.8);
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(249, 180, 193, 0.6);
  }
}
.hoverimg a:hover {
  opacity: 1 !important;
}
.hoverimg .box {
  position: relative;
}
.hoverimg .box img {
  opacity: 1 !important;
}
.hoverimg .box a:hover {
  opacity: 1 !important;
}
.hoverimg .box::before, .hoverimg .box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale3d(0, 0, 1);
  transition: transform 0.3s ease-out 0s;
  background: rgba(255, 255, 255, 0.1);
  content: "";
  pointer-events: none;
}
.hoverimg .box::before {
  transform-origin: left top;
}
.hoverimg .box::after {
  transform-origin: right bottom;
}
.hoverimg .box:hover::before, .hoverimg .box:hover::after, .hoverimg .box:focus::before, .hoverimg .box:focus::after {
  transform: scale3d(1, 1, 1);
}

.cont_1 {
  background: url(../images/common/pt_1.gif);
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
  padding: 80px 0;
}
@media only screen and (max-width: 1000px) {
  .cont_1 .inner {
    padding: 0 10px;
  }
}
.cont_1 .inner .wrap {
  justify-content: space-between !important;
}
@media only screen and (max-width: 834px) {
  .cont_1 .inner .wrap {
    display: block;
  }
}
.cont_1 .inner .wrap .box {
  width: 49%;
}
@media only screen and (max-width: 834px) {
  .cont_1 .inner .wrap .box {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cont_1 .inner .wrap .box a {
  display: block;
}
.cont_1 .inner .wrap .box img {
  width: 100% !important;
}
@media only screen and (max-width: 834px) {
  .cont_1 .inner .wrap .box img {
    width: 100% !important;
  }
}
.cont_1 .inner .wrap2 {
  justify-content: space-between !important;
}
@media only screen and (max-width: 834px) {
  .cont_1 .inner .wrap2 {
    display: block;
  }
}
.cont_1 .inner .wrap2 .box {
  width: 32%;
}
@media only screen and (max-width: 834px) {
  .cont_1 .inner .wrap2 .box {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cont_1 .inner .wrap2 .box a {
  display: block;
}
.cont_1 .inner .wrap2 .box img {
  width: 100% !important;
}
@media only screen and (max-width: 834px) {
  .cont_1 .inner .wrap2 .box img {
    width: 100% !important;
  }
}

@media only screen and (max-width: 1000px) {
  .cont_2 .inner {
    padding: 0 10px;
  }
}

.cont_3 {
  max-width: 1000px;
}
@media only screen and (max-width: 1000px) {
  .cont_3 {
    padding: 0 10px;
  }
}
.cont_3 .wrap {
  background: #f8f8f8;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.newswrap {
  padding: 20px;
  height: 400px;
}
@media only screen and (max-width: 834px) {
  .newswrap {
    padding: 20px 0 20px 20px;
  }
}
.newswrap .news {
  overflow-y: auto;
  z-index: 1;
  position: relative;
  height: 100%;
  padding-right: 40px;
}
.newswrap .news .blog_list {
  border: 0;
}
.newswrap .news .blog_list .blog_photo {
  display: none;
}
.newswrap .news .blog_list > div {
  border-bottom: 1px dashed #333;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.newswrap .news .blog_list .blog_text {
  width: 100%;
  padding: 0;
  font-size: 16px;
}
.newswrap .news .blog_list .blog_text .detawrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.newswrap .news .blog_list .blog_text .detawrap .wrapdeta .blog_date {
  line-height: 1;
  font-size: 16px;
  font-weight: 800;
  color: #222;
}
.newswrap .news .blog_list .blog_text .detawrap .wrapdeta ul {
  display: none;
}
.newswrap .news .blog_list .blog_text h3 {
  margin-bottom: 0;
}
.newswrap .news .blog_list .blog_text h3 a span {
  display: block;
  font-weight: 300;
  font-size: 16px;
  color: #333;
}
.newswrap .news .blog_list .blog_text .detail {
  display: none;
}
.newswrap .news dl {
  padding: 15px 0;
  border-bottom: 1px dashed #333;
  display: block !important;
}
.newswrap .news dl dt, .newswrap .news dl dd {
  padding: 0 !important;
  width: 100% !important;
  border: 0 !important;
  background-color: inherit !important;
}

.cont_4:nth-child(even) .inner {
  flex-direction: row-reverse;
}
.cont_4 .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
  .cont_4 .inner {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 834px) {
  .cont_4 .inner {
    display: block;
  }
}
.cont_4 .inner .flxL {
  width: 48%;
}
@media only screen and (max-width: 834px) {
  .cont_4 .inner .flxL {
    width: 100%;
    margin-bottom: 20px;
  }
  .cont_4 .inner .flxL img {
    width: 100% !important;
  }
}
.cont_4 .inner .flxR {
  width: 48%;
}
@media only screen and (max-width: 834px) {
  .cont_4 .inner .flxR {
    width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  .cont_5 .inner {
    padding: 0 10px;
  }
}

/* title */
h2.mail.title {
  display: none !important;
}

.midashi h2 {
  font-weight: 800;
  line-height: 1.7em;
  color: #222;
  font-size: 30px;
}
@media only screen and (max-width: 1200px) {
  .midashi h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 834px) {
  .midashi h2 {
    font-size: 20px;
  }
}

.midashi2 {
  background: #99cff0;
}
.midashi2 h2 {
  padding: 20px 10px;
  font-weight: 800;
  line-height: 1;
  color: #fff;
  font-size: 25px;
}
@media only screen and (max-width: 1200px) {
  .midashi2 h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 834px) {
  .midashi2 h2 {
    font-size: 20px;
  }
}

.midashi3 h2 {
  font-weight: 700;
  color: #222;
  font-size: 25px;
}
@media only screen and (max-width: 1200px) {
  .midashi3 h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 834px) {
  .midashi3 h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 834px) {
  .midashi3.gra01 {
    padding-bottom: 10px;
    border-bottom: 2px solid #9acfef;
  }
}
@media only screen and (max-width: 834px) {
  .midashi3.gra02 {
    padding-bottom: 10px;
    border-bottom: 2px solid #f1d46e;
  }
}
@media only screen and (max-width: 834px) {
  .midashi3.gra03 {
    padding-bottom: 10px;
    border-bottom: 2px solid #fbb4c2;
  }
}
.midashi3 article {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
@media only screen and (max-width: 834px) {
  .midashi3 article img {
    display: none !important;
  }
}

.midashi4 h2 {
  background: #f7f7f7;
  padding: 15px 0 15px 30px;
  position: relative;
  border: 1px solid #ccc;
  font-size: 25px;
}
@media only screen and (max-width: 1200px) {
  .midashi4 h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 834px) {
  .midashi4 h2 {
    font-size: 20px;
  }
}
.midashi4 h2:before {
  content: "";
  display: block;
  width: 4px;
  height: 15px;
  border-radius: 500px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: #99cff0;
}

.midashi5 h2 {
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  letter-spacing: 0.2em;
  font-weight: 700;
  font-size: 20px;
}
@media only screen and (max-width: 1200px) {
  .midashi5 h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 834px) {
  .midashi5 h2 {
    font-size: 18px;
  }
}
.midashi5.gra01 h2 {
  background-image: -ms-linear-gradient(-180deg, rgb(143, 209, 243) 0%, rgb(160, 146, 212) 100%);
}
.midashi5.gra02 h2 {
  background-image: -ms-linear-gradient(0deg, rgb(153, 207, 240) 0%, rgb(206, 239, 180) 100%);
}
.midashi5.gra03 h2 {
  background-image: -ms-linear-gradient(0deg, rgb(251, 165, 165) 0%, rgb(241, 212, 108) 100%);
}
.midashi5.gra04 h2 {
  background-image: -ms-linear-gradient(0deg, rgb(201, 248, 167) 0%, rgb(250, 179, 194) 100%);
}

.midashi6 h2 {
  font-weight: 700;
  color: #99cff0;
  font-size: 25px;
}
@media only screen and (max-width: 1200px) {
  .midashi6 h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 834px) {
  .midashi6 h2 {
    font-size: 18px;
  }
}

.midashi7 h2 {
  font-weight: 700;
  color: #222;
  font-size: 20px;
}
@media only screen and (max-width: 1200px) {
  .midashi7 h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 834px) {
  .midashi7 h2 {
    font-size: 18px;
  }
}

.midashi8 h2 {
  font-weight: 700;
  color: #222;
  font-size: 20px;
  padding-bottom: 12px;
  border-bottom: 4px double #222;
}
@media only screen and (max-width: 1200px) {
  .midashi8 h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 834px) {
  .midashi8 h2 {
    font-size: 18px;
  }
}

.corpon01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 5px solid #f0f0f0;
  padding: 30px;
  border-radius: 10px;
}
.corpon01 .flxL {
  width: 35%;
}
@media only screen and (max-width: 834px) {
  .corpon01 .flxL {
    width: 100%;
    margin-bottom: 20px;
  }
  .corpon01 .flxL img {
    width: 100% !important;
  }
}
.corpon01 .flxR {
  width: 60%;
}
@media only screen and (max-width: 834px) {
  .corpon01 .flxR {
    width: 100%;
  }
}

.corpon02 dl dt, .corpon02 dl dd {
  border: 0 !important;
}
.corpon02 dl dt {
  background: #ff6060 !important;
  justify-content: center !important;
  align-items: center !important;
  color: #fff;
  font-weight: 600;
  border-radius: 5px 0 0 5px;
}
.corpon02 dl dd {
  border: 1px solid #f0f0f0 !important;
  background: #f3f3f3 !important;
  border-radius: 0 5px 5px 0;
}

.corpon03 h2 {
  font-size: 25px;
  font-weight: 700;
  position: relative;
}
.corpon03 h2:after {
  content: "";
  display: block;
  width: 80px;
  height: 6px;
  position: absolute;
  bottom: -30px;
  left: 0;
  background: linear-gradient(90deg, #2084B9, #00C9ED);
}
.corpon03 div {
  margin-top: 60px;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.1em;
}

@media print {
  header, footer, .pan1, .corpon03 {
    display: none !important;
  }
  .corpon01 .flxL {
    display: none;
  }
  .corpon01 .flxR {
    width: 100% !important;
  }
  .corpon02 dl dt {
    border: 1px solid #f0f0f0 !important;
  }
}
.comp2 dt, .comp2 dd {
  background: none !important;
  border: none !important;
  padding: 1.5em 1em !important;
  font-size: 1rem;
}
.comp2 dt {
  border-bottom: 1px solid #ccc !important;
}
.comp2 dd {
  border-bottom: 1px solid #eee !important;
}
@media only screen and (max-width: 834px) {
  .comp2 dl {
    border: 1px solid #ccc !important;
    display: flex;
    flex-flow: column;
  }
  .comp2 dt {
    border-bottom: 0 !important;
    background: #f7f7f7 !important;
    font-weight: bold;
    border-bottom: 1px solid #ccc !important;
    text-align: center !important;
  }
  .comp2 dt, .comp2 dd {
    padding: 5px !important;
    display: block !important;
    width: 100% !important;
    text-align: center !important;
  }
}

.gallry01 .wrap {
  justify-content: space-between !important;
  margin-left: -2.439%;
  justify-content: flex-start !important;
  margin-bottom: 80px;
}
@media only screen and (max-width: 640px) {
  .gallry01 .wrap {
    margin-left: 0;
    justify-content: space-between !important;
  }
}
.gallry01 .wrap .box {
  width: 30.8943%;
  margin-left: 2.439%;
  margin-bottom: 2.439%;
}
@media only screen and (max-width: 640px) {
  .gallry01 .wrap .box {
    width: 48%;
    margin-bottom: 20px;
    margin-left: 0;
  }
}
.gallry01 .wrap .box a {
  display: block;
  margin-bottom: 15px;
}

.items01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.items01 .flxL {
  width: 35%;
}
@media only screen and (max-width: 640px) {
  .items01 .flxL {
    width: 100%;
  }
}
.items01 .flxL .img {
  width: 100%;
  display: block;
  position: relative;
}
.items01 .flxL .img:before {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
}
.items01 .flxL .img img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.items01 .flxR {
  width: 63%;
}
@media only screen and (max-width: 640px) {
  .items01 .flxR {
    margin-top: 20px;
    width: 100%;
  }
}
.items01 .flxR .catchi {
  display: inline-block;
  position: relative;
}
.items01 .flxR .catchi:before {
  content: "";
  display: block;
  width: 160%;
  height: 1px;
  border-bottom: #99cff0 solid 1px;
  position: absolute;
  bottom: 0;
  left: -60%;
}
@media only screen and (max-width: 640px) {
  .items01 .flxR .catchi:before {
    left: 0;
  }
}
.items01 .flxR .catchi div {
  color: #99cff0;
  margin-bottom: 5px;
}
.items01 .flxR .catchi2 {
  display: inline-block;
  position: relative;
}
.items01 .flxR .catchi2:before {
  content: "";
  display: block;
  width: 160%;
  height: 1px;
  border-bottom: #c9e8b2 solid 1px;
  position: absolute;
  bottom: 0;
  left: -60%;
}
@media only screen and (max-width: 640px) {
  .items01 .flxR .catchi2:before {
    left: 0;
  }
}
.items01 .flxR .catchi2 div {
  color: #c9e8b2;
  margin-bottom: 5px;
}
.items01 .flxR .catchi3 {
  display: inline-block;
  position: relative;
}
.items01 .flxR .catchi3:before {
  content: "";
  display: block;
  width: 160%;
  height: 1px;
  border-bottom: #f1d16e solid 1px;
  position: absolute;
  bottom: 0;
  left: -60%;
}
@media only screen and (max-width: 640px) {
  .items01 .flxR .catchi3:before {
    left: 0;
  }
}
.items01 .flxR .catchi3 div {
  color: #f1d16e;
  margin-bottom: 5px;
}
.items01 .flxR .catchi4 {
  display: inline-block;
  position: relative;
}
.items01 .flxR .catchi4:before {
  content: "";
  display: block;
  width: 160%;
  height: 1px;
  border-bottom: #f7b6c0 solid 1px;
  position: absolute;
  bottom: 0;
  left: -60%;
}
@media only screen and (max-width: 640px) {
  .items01 .flxR .catchi4:before {
    left: 0;
  }
}
.items01 .flxR .catchi4 div {
  color: #f7b6c0;
  margin-bottom: 5px;
}

.beauty01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.beauty01:nth-child(odd) {
  flex-direction: row-reverse;
}
.beauty01 .flxL {
  width: 60%;
}
@media only screen and (max-width: 640px) {
  .beauty01 .flxL {
    width: 100%;
  }
}
.beauty01 .flxR {
  width: 36%;
}
@media only screen and (max-width: 640px) {
  .beauty01 .flxR {
    margin-top: 20px;
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .comp dt {
    width: 40% !important;
  }
}

.beauty03 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.beauty03 .beauty02wrap {
  width: 45%;
}
@media only screen and (max-width: 834px) {
  .beauty03 .beauty02wrap {
    width: 100%;
  }
}
.beauty03 .beauty02wrap .beauty02 .box td {
  padding: 0 !important;
  border: 0 !important;
}
.beauty03 .beauty02wrap .beauty02 .box .ttl {
  width: 80%;
  position: relative;
}
.beauty03 .beauty02wrap .beauty02 .box .ttl div {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.beauty03 .beauty02wrap .beauty02 .box .ttl:after {
  width: 100%;
  content: "";
  height: 1px;
  background-image: url(../images/contents/dots.png);
  background-repeat: repeat-x;
  display: block;
}
.beauty03 .beauty02wrap .beauty02 .box .txt div {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 300;
}
.beauty03 .beauty02wrap .beauty02 .box .price {
  width: 20%;
}

.ext_01 {
  justify-content: space-between !important;
  flex-wrap: wrap;
}
.ext_01 .box {
  margin-bottom: 20px;
  width: 48%;
  text-align: center;
}
.ext_01 .box img {
  width: 100% !important;
}
.ext_01 .box > div {
  margin-top: 15px;
}
.ext_01 .box h3 {
  display: none;
}

.ext_02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 834px) {
  .ext_02 {
    flex-wrap: wrap;
  }
}
.ext_02:nth-child(even) {
  flex-direction: row-reverse;
}
.ext_02 .flxL {
  width: 55%;
}
@media only screen and (max-width: 1000px) {
  .ext_02 .flxL {
    width: 50%;
  }
}
@media only screen and (max-width: 834px) {
  .ext_02 .flxL {
    width: 100%;
    margin-bottom: 30px;
  }
}
.ext_02 .flxR {
  width: 40%;
}
@media only screen and (max-width: 1000px) {
  .ext_02 .flxR {
    width: 45%;
  }
}
@media only screen and (max-width: 834px) {
  .ext_02 .flxR {
    width: 100%;
  }
}
.ext_02 .flxR img {
  width: 100% !important;
}

.ext_03 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 834px) {
  .ext_03 {
    flex-wrap: wrap;
  }
}
.ext_03:nth-child(even) {
  flex-direction: row-reverse;
}
.ext_03 .flxL {
  width: 55%;
}
@media only screen and (max-width: 1000px) {
  .ext_03 .flxL {
    width: 50%;
  }
}
@media only screen and (max-width: 834px) {
  .ext_03 .flxL {
    width: 100%;
    margin-bottom: 30px;
  }
}
.ext_03 .flxR {
  width: 40%;
}
@media only screen and (max-width: 1000px) {
  .ext_03 .flxR {
    width: 45%;
  }
}
@media only screen and (max-width: 834px) {
  .ext_03 .flxR {
    width: 100%;
  }
}
.ext_03 .flxR img {
  width: 100% !important;
}

.waku {
  padding: 40px;
  background: #fff;
  border: double 7px #d9b51d;
}
@media only screen and (max-width: 640px) {
  .waku {
    padding: 20px;
  }
}
.waku h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #4e362a;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  color: #222;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.5vw;
}
@media only screen and (min-width: 1600px) {
  .waku h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1000px) {
  .waku h3 {
    font-size: 18px;
  }
}

.media3 .sns_list {
  border: 0;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -2.4390243902%;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .media3 .sns_list {
    margin-left: -2.4390243902%;
  }
}
@media only screen and (max-width: 640px) {
  .media3 .sns_list {
    justify-content: space-between;
    margin-left: 0;
  }
}
.media3 .sns_list > div {
  border-bottom: 0;
  box-shadow: 0 0px 8px rgba(51, 51, 51, 0.2);
  width: 30.8943089431%;
  height: 30.8943089431%;
  margin-left: 2.4390243902%;
  margin-bottom: 2.4390243902%;
  display: block;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .media3 .sns_list > div {
    width: 30.8943089431%;
    margin-left: 2.4390243902%;
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .media3 .sns_list > div {
    width: 48%;
    margin-left: 0;
  }
}
.media3 .sns_list > div:nth-child(n+7) {
  margin-bottom: 0;
}
.media3 .sns_list > div .sns_text {
  width: 100%;
  font-size: 16px;
}
.media3 .sns_list > div .sns_text .sns_date {
  color: #0b0b0b;
  font-weight: 700;
  font-size: 18px;
  border-bottom: 1px solid #0b0b0b;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.media3 .sns_list > div .sns_photo {
  width: 100%;
  padding: 0;
}
.media3 .sns_list > div .sns_photo a {
  display: block;
  position: relative;
}
.media3 .sns_list > div .sns_photo a:before {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
}
.media3 .sns_list > div .sns_photo img {
  height: 100% !important;
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.contactwrap {
  background: #f7f7f7;
  padding: 50px;
}

.policy a {
  color: #333;
}

.img100 img {
  max-width: 100% !important;
  width: 100% !important;
}

.tdpd10 td {
  padding: 10px !important;
}

.slider2 img {
  margin: 0 auto;
}

.tdscl {
  overflow-x: scroll;
}
.tdscl table {
  table-layout: fixed;
  width: 1850px;
}

.formtel td {
  font-size: 16px;
  border: 0 !important;
}
.formtel .tel2 div {
  color: #000;
  font-size: 30px;
  font-weight: 700;
}
.formtel .tel2 a {
  font-size: 30px;
  font-weight: 700;
  color: #000;
}

.modaal-close {
  position: absolute !important;
  right: -20px !important;
  top: -20px !important;
  background: rgba(0, 0, 0, 0.7) !important;
}

.modaal-content-container h3 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.modaal-content-container p {
  margin: 0 0 20px;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #fff !important;
}

@media only screen and (max-width: 834px) {
  .modaal-content-container {
    height: 400px;
    overflow-y: scroll;
  }
}

.center {
  text-align: center;
}/*# sourceMappingURL=assets.css.map */