@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css?family=EB+Garamond:400,500,600,700|Noto+Sans+JP:400,500,700|Noto+Serif+JP:400,500,600,700&display=swap");
@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium");
}

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

body {
  line-height: 2.0;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #333333;
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 14px;
  word-wrap: break-word;
}

a {
  text-decoration: none;
}

figure {
  padding: 0;
  margin: 0;
}

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

@media screen and (max-width: 1200px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media screen and (max-width: 640px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.sinner {
  max-width: 620px;
}

.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

.link1 a {
  color: #104480;
  font-weight: bold;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#contents {
  padding: 0;
  max-width: 100%;
}

#main {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #main {
    width: 100%;
  }
}

#main #col_main {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  #side {
    width: 18.75000%;
  }
}

@media screen and (max-width: 1200px) {
  #side aside {
    width: 100% !important;
  }
}

.map {
  margin: 0 auto;
  max-width: 1200px;
}

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

.map li:last-child {
  display: none;
}

.policy h2 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
  padding: 15px !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;
}

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

span {
  font-weight: inherit;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

b {
  font-weight: bold;
}

.borderB {
  border-bottom: 1px dashed #333;
}

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

#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#contents {
  max-width: 1200px;
  width: 100%;
}

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

@media screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
}

.fwb {
  font-weight: bold;
}

.fs13 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px;
}

.fs15 {
  font-size: 15px;
}

.fs16 {
  font-size: 16px;
}

.fs17 {
  font-size: 17px;
}

.fs18 {
  font-size: 18px;
}

.fs19 {
  font-size: 19px;
}

.fs20 {
  font-size: 20px;
}

.fs21 {
  font-size: 21px;
}

.fs22 {
  font-size: 22px;
}

.fs23 {
  font-size: 23px;
}

.fs24 {
  font-size: 24px;
}

.fs25 {
  font-size: 25px;
}

.fs26 {
  font-size: 26px;
}

.fs27 {
  font-size: 27px;
}

.fs28 {
  font-size: 28px;
}

.fs29 {
  font-size: 29px;
}

.fs30 {
  font-size: 30px;
}

.fs31 {
  font-size: 31px;
}

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

.gothic {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

footer#global_footer {
  min-width: 100% !important;
}

.dsnone {
  display: none;
}

@media screen and (max-width: 640px) {
  .spleft div {
    text-align: left !important;
  }
}

header#global_header {
  max-width: 100%;
}

#header {
  width: 100%;
}

#top_cover_wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #fff;
  width: 100%;
  height: 100vh;
}

#top_cover {
  width: 100%;
  height: 100vh;
  background: url(../images/common/cover.jpg) 50% 50%;
  background-size: cover;
  animation: fadeIn 2.2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2.2s ease 0s 1 normal;
}

#top_cover img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#header_inner_wrap {
  background: #000;
  padding: 12px 0;
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#header_inner_wrap.hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

#header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media screen and (max-width: 834px) {
  #header nav #siteID {
    text-align: left;
  }
  #header nav #siteID img {
    width: 80%;
  }
}

@media screen and (max-width: 640px) {
  #header nav #siteID img {
    width: 60%;
  }
}

#header_inner {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1200px) {
  #header_inner {
    padding: 0 1.6em;
  }
}

#nav_global_left, #nav_global_right {
  width: 38.6%;
}

@media screen and (max-width: 834px) {
  #nav_global_left, #nav_global_right {
    display: none;
  }
}

#nav_global_left > ul, #nav_global_right > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#nav_global_left > ul > li, #nav_global_right > ul > li {
  position: relative;
}

#nav_global_left > ul > li > a, #nav_global_right > ul > li > a {
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-size: 20px;
  color: #fff;
  line-height: 1.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  padding: 0.4em 0;
}

#nav_global_left > ul > li > a:hover, #nav_global_right > ul > li > a:hover {
  color: #aaa;
}

@media screen and (max-width: 1000px) {
  #nav_global_left > ul > li > a, #nav_global_right > ul > li > a {
    font-size: 16px;
  }
}

#nav_global_left > ul > li > a span, #nav_global_right > ul > li > a span {
  font-size: 10px;
  display: block;
}

#nav_global_left > ul > li ul, #nav_global_right > ul > li ul {
  position: absolute;
  top: 100%;
  left: -130%;
  width: 360%;
  display: block;
  z-index: 550;
  padding: 0.4em 0;
  background: #000;
}

#nav_global_left > ul > li ul li a, #nav_global_right > ul > li ul li a {
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-size: 18px;
  color: #fff;
  line-height: 1.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  padding: 0.3em 0;
}

#nav_global_left > ul > li ul li a:hover, #nav_global_right > ul > li ul li a:hover {
  color: #aaa;
}

#mainArea {
  width: 100% !important;
}

#mainArea .slick-prev,
#mainArea .slick-next {
  display: none !important;
}

#mainArea ul li img {
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  #mainArea {
    width: auto !important;
  }
}

#subArea {
  background: url(../images/contents/bg02.jpg) center top no-repeat;
  background-size: cover;
  height: 400px;
  position: relative;
  margin-top: 120px;
}

@media screen and (max-width: 834px) {
  #subArea {
    height: 300px;
  }
}

@media screen and (max-width: 640px) {
  #subArea {
    height: 260px;
  }
}

@media screen and (max-width: 480px) {
  #subArea {
    height: 200px;
  }
}

@media screen and (max-width: 320px) {
  #subArea {
    height: 160px;
  }
}

#subArea h1 {
  font-size: 48px;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  color: #fff;
  line-height: 1.2;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 95px;
}

#subArea h1 span {
  display: block;
  font-size: 20px;
}

@media screen and (max-width: 640px) {
  #subArea h1 {
    font-size: 36px;
    height: 62px;
  }
  #subArea h1 span {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  #subArea h1 {
    font-size: 30px;
    height: 52px;
  }
  #subArea h1 span {
    font-size: 14px;
  }
}

@media screen and (max-width: 320px) {
  #subArea h1 {
    font-size: 26px;
    height: 45px;
  }
  #subArea h1 span {
    font-size: 12px;
  }
}

#sp {
  display: none;
}

@media screen and (max-width: 834px) {
  #sp {
    display: block;
  }
}

#nav_sp {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #000;
  z-index: 210;
}

.nav_wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: absolute;
  width: 100%;
}

.nav_wrap ul {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  padding: 0 20px;
}

.nav_wrap ul li {
  opacity: 0;
  padding: 10px 0;
}

@media screen and (max-width: 834px) {
  .nav_wrap ul li {
    padding: 16px 0;
  }
}

@media screen and (max-width: 480px) {
  .nav_wrap ul li {
    padding: 10px 0;
  }
}

@media screen and (max-width: 320px) {
  .nav_wrap ul li {
    padding: 5px 0;
  }
}

.nav_wrap ul li a {
  color: #fff;
  display: block;
  font-family: "EB Garamond", "Noto Serif JP", serif;
}

@media screen and (max-width: 834px) {
  .nav_wrap ul li a {
    font-size: 22px;
  }
}

@media screen and (max-width: 480px) {
  .nav_wrap ul li a {
    font-size: 18px;
  }
}

@media screen and (max-width: 320px) {
  .nav_wrap ul li a {
    font-size: 16px;
  }
}

.sp_menu {
  width: 24px;
  height: 18px;
  display: block;
  z-index: 300;
  position: relative;
  display: none;
}

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

@media screen and (max-width: 480px) {
  .sp_menu {
    margin-right: 10px;
  }
}

.sp_menu div {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #fff;
}

.sp_menu div:nth-of-type(1) {
  top: 0;
}

.sp_menu div:nth-of-type(2) {
  top: 8px;
  opacity: 1;
}

.sp_menu div:nth-of-type(3) {
  bottom: 0;
}

.sp_menu.off div:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.75s forwards;
  animation: menu-bar01 0.75s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.sp_menu.off div:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  -webkit-transition: all 0.25s 0.25s;
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.sp_menu.off div:nth-of-type(3) {
  -webkit-animation: menu-bar02 0.75s forwards;
  animation: menu-bar02 0.75s forwards;
}

.sp_menu.on div {
  background: #fff;
}

.sp_menu.on div:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
  animation: active-menu-bar01 0.75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
}

.sp_menu.on div:nth-of-type(2) {
  opacity: 0;
}

.sp_menu.on div:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.75s forwards;
  animation: active-menu-bar03 0.75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}

#footer {
  color: #fff;
  background: #000;
  line-height: 1.7;
}

#footer a {
  color: #fff;
}

#subnav {
  background: #5d5d5d;
  padding: 1.1em 0;
}

@media screen and (max-width: 1000px) {
  #subnav {
    padding: 1.1em 1em;
  }
}

#subnav ul {
  max-width: 1000px;
  margin: 0 auto;
}

#subnav ul li {
  display: inline-block;
}

#subnav ul li:not(:last-child) {
  margin-right: 0.8em;
}

#subnav ul li a {
  font-size: 14px;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#subnav ul li a:hover {
  opacity: 0.7;
}

#footer_inner {
  padding: 4em 0;
  max-width: 1200px;
  margin: 0 auto;
  background: #000;
}

#footer_inner .flogo {
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  #footer_inner {
    padding: 4em 1em;
  }
}

@media screen and (max-width: 480px) {
  #footer_inner {
    padding: 3em 1em;
  }
}

#footer_inner #footer_left, #footer_inner #footer_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48%;
  letter-spacing: 0.05em;
}

#footer_inner #footer_left .flogo, #footer_inner #footer_right .flogo {
  margin-right: 3.6%;
}

@media screen and (max-width: 640px) {
  #footer_inner #footer_left, #footer_inner #footer_right {
    width: 100%;
  }
  #footer_inner #footer_left .flogo, #footer_inner #footer_right .flogo {
    width: 25%;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  #footer_inner #footer_left, #footer_inner #footer_right {
    display: block;
    text-align: center;
  }
  #footer_inner #footer_left .flogo, #footer_inner #footer_right .flogo {
    width: 100%;
    margin-bottom: 0.5em;
  }
}

@media screen and (max-width: 640px) {
  #footer_inner #footer_right {
    margin-top: 3em;
  }
}

#footer_copy {
  background: #5d5d5d;
  padding: 0.6em;
}

#footer_fixed {
  position: fixed;
  right: 1em;
  bottom: 5%;
  z-index: 500;
  background: rgba(0, 0, 0, 0.8);
  padding: 1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 834px) {
  #footer_fixed {
    bottom: 1em;
  }
}

@media screen and (max-width: 480px) {
  #footer_fixed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

#footer_fixed span {
  display: block;
}

#footer_fixed span:first-child {
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
  #footer_fixed span:first-child {
    margin-bottom: 0;
  }
}

#footer_fixed span a {
  border: 1px solid #fff;
  display: block;
  padding: 0.4em 3em;
  font-size: 16px;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#footer_fixed span a i {
  margin-right: 5px;
}

#footer_fixed span a:hover {
  background: rgba(255, 255, 255, 0.25);
}

@media screen and (max-width: 480px) {
  #footer_fixed span {
    width: 48%;
  }
  #footer_fixed span a {
    padding: 0.4em 0;
  }
}

#contents_wrap {
  padding: 80px 0 80px;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    padding: 80px 20px 80px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding: 50px 10px 50px;
  }
}

/* TOP */
.bg100 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bg01 {
  background: url(../images/contents/bg01.jpg) center top no-repeat;
  background-size: cover;
  padding: 6.25em 0;
}

@media screen and (max-width: 834px) {
  .bg01 {
    padding: 4.4em 0;
  }
}

@media screen and (max-width: 640px) {
  .bg01 {
    padding: 3em 0;
  }
}

.bg02 {
  background: url(../images/contents/bg02.jpg) center top no-repeat;
  background-size: cover;
  padding: 6.25em 0;
  color: #fff;
}

@media screen and (max-width: 834px) {
  .bg02 {
    padding: 4.4em 0;
  }
}

@media screen and (max-width: 640px) {
  .bg02 {
    padding: 3em 0;
  }
}

.bg02 h2 {
  color: #fff;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 28px;
  line-height: 1.4;
}

@media screen and (max-width: 640px) {
  .bg02 h2 {
    font-size: 24px;
    line-height: 1.6;
  }
}

.bg02 h2 span {
  font-size: 20px;
  line-height: 1.8;
  display: block;
}

@media screen and (max-width: 640px) {
  .bg02 h2 span {
    font-size: 18px;
  }
}

.bg03 {
  background: url(../images/contents/bg03.jpg) center top;
  padding: 4.28em 0;
}

.btn a {
  color: #fff;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-size: 18px;
  position: relative;
  border: 1px solid #fff;
  display: block;
  padding: 0.3em 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn a:hover {
  background: rgba(255, 255, 255, 0.25);
}

.btn a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.4em;
  margin: auto;
  height: 18px;
  line-height: 1;
}

.btn.btn01 a {
  width: 240px;
}

@media screen and (max-width: 640px) {
  .btn.btn01 a {
    width: 100%;
  }
}

.btn.center a {
  margin: 0 auto;
}

.btn.btn02 a {
  width: 240px;
  color: #000;
  border: 1px solid #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn.btn02 a:hover {
  background: #000;
  color: #fff;
}

@media screen and (max-width: 834px) {
  .btn.btn02 a {
    width: 100%;
  }
}

.title01 h2 {
  font-size: 32px;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  color: #161616;
  line-height: 1.4;
}

@media screen and (max-width: 640px) {
  .title01 h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 640px) and (max-width: 480px) {
  .title01 h2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 640px) and (max-width: 480px) and (max-width: 320px) {
  .title01 h2 {
    font-size: 24px;
  }
}

.title01 h2 span {
  font-size: 14px;
  color: #565656;
  display: block;
}

@media screen and (max-width: 640px) {
  .title01 h2 span {
    font-size: 12px;
  }
}

@media screen and (max-width: 320px) {
  .title01 h2 span {
    font-size: 10px;
  }
}

.title02 h2 {
  font-size: 24px;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  color: #fff;
  line-height: 1.4;
  padding: 0.5em;
  background: url(../images/contents/bg_tile.jpg) left top;
}

@media screen and (max-width: 640px) {
  .title02 h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 640px) and (max-width: 480px) {
  .title02 h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 640px) and (max-width: 480px) and (max-width: 320px) {
  .title02 h2 {
    font-size: 18px;
  }
}

.title03 h2 {
  font-size: 24px;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  color: #161616;
  line-height: 1.4;
  padding-bottom: 0.2em;
  border-bottom: solid 3px #767676;
  position: relative;
}

.title03 h2::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #000;
  bottom: -3px;
  width: 20%;
}

@media screen and (max-width: 640px) {
  .title03 h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  .title03 h2 {
    font-size: 18px;
  }
}

.news {
  max-height: 200px;
  overflow-y: auto;
}

.news dl {
  border-bottom: 1px solid #ddd;
  padding: 1.4em 0;
}

@media screen and (max-width: 480px) {
  .news dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.news dl:first-child {
  border-top: 1px solid #ddd;
}

.news dl dt {
  border: none !important;
  background: none !important;
  padding: 0 1em 0 0 !important;
  font-weight: 500;
  width: 130px !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

@media screen and (max-width: 480px) {
  .news dl dt {
    width: 100% !important;
  }
}

.news dl dd {
  border: none !important;
  padding: 0 !important;
  width: auto !important;
}

@media screen and (max-width: 480px) {
  .news dl dd {
    width: 100% !important;
  }
}

.menuwrap {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .menuwrap::after {
    content: "";
    width: 32%;
    display: block;
  }
}

@media screen and (max-width: 834px) and (max-width: 480px) {
  .menuwrap::after {
    width: 48%;
  }
}

.menuwrap .box {
  width: 18.33%;
}

@media screen and (max-width: 834px) {
  .menuwrap .box {
    width: 32%;
    margin-bottom: 4%;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .menuwrap .box {
    width: 48%;
    margin-bottom: 6%;
  }
}

.menuwrap .box h3 {
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-size: 22px;
  color: #161616;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 640px) {
  .menuwrap .box h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 320px) {
  .menuwrap .box h3 {
    font-size: 16px;
  }
}

.menuwrap .box h3 span {
  font-size: 14px;
  display: block;
}

@media screen and (max-width: 640px) {
  .menuwrap .box h3 span {
    font-size: 12px;
  }
}

.flex_layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .flex_layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex_layout .leftArea {
  width: 43.75%;
  background: rgba(255, 255, 255, 0.8);
  padding: 2.5em;
}

@media screen and (max-width: 834px) {
  .flex_layout .leftArea {
    padding: 1.8em;
  }
}

@media screen and (max-width: 640px) {
  .flex_layout .leftArea {
    width: 94%;
    margin: -15em auto 0;
    z-index: 2;
  }
}

@media screen and (max-width: 480px) {
  .flex_layout .leftArea {
    margin-top: -10em;
  }
}

.flex_layout .rightArea {
  width: 51.25%;
  position: relative;
}

@media screen and (max-width: 640px) {
  .flex_layout .rightArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.flex_layout .rightArea .pic01 {
  position: absolute;
  left: 0;
  top: -110px;
  width: 30.08%;
  background-size: cover;
  height: 600px;
}

.flex_layout .rightArea .pic02 {
  position: absolute;
  top: -55px;
  left: 35%;
  width: 30.08%;
  background-size: cover;
  height: 600px;
}

.flex_layout .rightArea .pic03 {
  position: absolute;
  top: -165px;
  right: 0;
  width: 30.08%;
  background-size: cover;
  height: 600px;
}

@media screen and (max-width: 640px) {
  .flex_layout .rightArea {
    width: 100%;
  }
  .flex_layout .rightArea .pic01,
  .flex_layout .rightArea .pic02,
  .flex_layout .rightArea .pic03 {
    position: static;
    height: 480px;
  }
}

@media screen and (max-width: 480px) {
  .flex_layout .rightArea .pic01,
  .flex_layout .rightArea .pic02,
  .flex_layout .rightArea .pic03 {
    height: 360px;
  }
}

.bnr {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bnr .box {
  width: 48.33%;
}

@media screen and (max-width: 480px) {
  .bnr .box {
    width: 100%;
  }
}

.pankuzu {
  font-size: 13px;
}

.dl_layout dl {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.dl_layout dl dt {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background: #f0f0f0 !important;
}

@media screen and (max-width: 480px) {
  .dl_layout dl dt {
    width: 100% !important;
    border-right: 1px solid #ccc !important;
  }
  .dl_layout dl dt:last-of-type {
    border-bottom: none !important;
  }
}

@media screen and (max-width: 480px) {
  .dl_layout dl dd {
    width: 100% !important;
  }
}

.menulist::after {
  content: "";
  width: 31.33%;
  display: block;
}

.menulist .box01 {
  width: 31.33%;
  text-align: center;
  margin-bottom: 3%;
  border: 1px solid #ccc;
  padding: 15px;
}

@media screen and (max-width: 640px) {
  .menulist .box01 {
    width: 48%;
    margin-bottom: 4%;
  }
}

@media screen and (max-width: 480px) {
  .menulist .box01 {
    width: 100%;
  }
}

.menulist .box01 td {
  border: none !important;
  padding: 0 !important;
}

.menulist .box01 td h3 {
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-size: 18px;
  color: #161616;
  text-align: center;
  line-height: 1.4;
  padding: 0.8em 0 0.2em;
}

@media screen and (max-width: 640px) {
  .menulist .box01 td h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 320px) {
  .menulist .box01 td h3 {
    font-size: 16px;
  }
}

.menulist .box01 td.price {
  padding-bottom: 8px !important;
}

.menulist .box01 td.price span.shop_c {
  background: #ccc;
  color: #fff;
  display: inline-block;
  padding: 0 0.6em;
  font-size: 12px;
  font-family: "EB Garamond", "Noto Serif JP", serif;
}

.menulist .box01 td.price span.shop_c:nth-child(3) {
  margin-left: 0.5em;
}

.img_txt .leftArea {
  width: 42%;
}

.img_txt .leftArea dl {
  margin-bottom: 0.5em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.img_txt .leftArea dl dt {
  background: #5d5d5d !important;
  color: #fff;
  border: none !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

@media screen and (max-width: 320px) {
  .img_txt .leftArea dl dt {
    width: 100% !important;
  }
}

.img_txt .leftArea dl dd {
  border: none !important;
}

@media screen and (max-width: 320px) {
  .img_txt .leftArea dl dd {
    width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .img_txt .leftArea {
    width: 100%;
    margin-bottom: 30px;
  }
}

.img_txt .rightArea {
  width: 54%;
}

@media screen and (max-width: 768px) {
  .img_txt .rightArea {
    width: 100%;
  }
}

.photogallery {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.photogallery::after {
  content: "";
  width: 32%;
  display: block;
}

.photogallery .box {
  width: 32%;
}

.flow td {
  border: none;
  padding: 0 !important;
}

.flow td.tbl_txt {
  padding: 0 0.4em 0 0 !important;
}

#modal {
  display: none;
}

.modaal-close {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: inherit !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
}

.modaal-close::before, .modaal-close::after {
  display: none !important;
}

.cus-close {
  position: static !important;
  color: #333 !important;
  opacity: 1 !important;
  text-align: center;
  border-radius: inherit !important;
  background: #ddd !important;
  padding: 5px 0 !important;
}

.modaal-content-container {
  padding: 25px !important;
}

@media screen and (max-width: 480px) {
  .modaal-content-container {
    padding: 15px !important;
  }
  .modaal-content-container .policy h2 {
    font-size: 16px;
  }
  .modaal-content-container .policy p {
    font-size: 14px;
  }
}

.modaal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 768px;
  overflow-y: scroll;
}

@media screen and (max-width: 480px) {
  .modaal-container {
    max-height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .modaal-inner-wrapper {
    padding: 80px 10px !important;
  }
}

.bt_confirm {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.bt_back {
  background: #eee;
  width: auto;
  text-indent: 0;
}

@media screen and (max-width: 480px) {
  .pankuzu {
    display: none;
  }
}

/*-----SHOP-----*/
.items {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 0 !important;
}

.items::before {
  content: "";
  width: 23.5%;
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 834px) {
  .items::before {
    width: 32%;
  }
}

.items::after {
  content: "";
  width: 23.5%;
  display: block;
}

@media screen and (max-width: 834px) {
  .items::after {
    width: 32%;
  }
}

.items article {
  width: 23.5% !important;
  margin-left: 0 !important;
  margin-bottom: 40px !important;
}

@media screen and (max-width: 834px) {
  .items article {
    width: 32% !important;
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 480px) {
  .items article {
    width: 48% !important;
  }
}

div.items > article a.photo {
  width: 100% !important;
  max-width: 100%;
  height: 188px !important;
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1200px) {
  div.items > article a.photo {
    height: 15.08vw !important;
  }
}

@media screen and (max-width: 834px) {
  div.items > article a.photo {
    height: 20.26vw !important;
  }
}

@media screen and (max-width: 480px) {
  div.items > article a.photo {
    height: 30.41vw !important;
  }
}

.frame01 {
  border: 2px solid #333;
}

.frame01 h2 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}

.flex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex01 .box01 {
  width: 48%;
}

@media screen and (max-width: 834px) {
  .flex01 .box01 {
    width: 100%;
  }
  .flex01 .box01:first-child {
    margin-bottom: 30px;
  }
}

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

.flex01 .box01 > div.calendar01 tr td {
  padding: 5px !important;
  position: relative;
}

.flex01 .box01 > div.calendar01 tr td span {
  background: #5d5d5d;
  color: #fff;
  width: 100%;
  display: block;
  line-height: 1.4;
  font-size: 12px;
  text-align: center;
  padding: 2px 0;
  margin-top: 12px;
  border-radius: 3px;
}

@media screen and (max-width: 480px) {
  .flex01 .box01 > div.calendar01 tr td span {
    margin-top: 18px;
  }
}

.flex01 .box01 > div.calendar01 tr td.holiday div {
  color: #c7454c;
}

.flex01 .box01 > div.calendar01 tr:first-child td {
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 1.4;
}

@media screen and (max-width: 480px) {
  .flex01 .box01 > div.calendar01 tr:first-child td {
    font-size: 14px;
  }
}

.flex01 .box01 > div.calendar01 tr:not(:first-child) td {
  height: 70px;
}

@media screen and (max-width: 480px) {
  .flex01 .box01 > div.calendar01 tr:not(:first-child) td {
    height: 55px;
  }
}

.flex01 .box01 > div.calendar01 tr:not(:first-child) td div {
  position: absolute;
  top: 0;
  right: 5px;
}
/*# sourceMappingURL=common_style.css.map */