@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css?family=Roboto");
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 400; /*-Normal-*/
  src: url("../font/NotoCJKjp/NotoSerifCJKjp-Regular.woff") format("woff"), url("../font/NotoCJKjp/NotoSerifCJKjp-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 500; /*-Medium-*/
  src: url("../font/NotoCJKjp/NotoSerifCJKjp-Medium.woff") format("woff"), url("../font/NotoCJKjp/NotoSerifCJKjp-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Serif Japanese";
  font-style: normal;
  font-weight: 700; /*-Bold-*/
  src: url("../font/NotoCJKjp/NotoSerifCJKjp-Bold.woff") format("woff"), url("../font/NotoCJKjp/NotoSerifCJKjp-Bold.woff2") format("woff2");
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#contents section a:any-link {
  color: #c3432f;
  text-decoration: underline;
  text-underline-offset: 0.5em;
}

html {
  font-size: 14px;
  line-height: 1.3em;
  overflow: visible !important;
}

body {
  font-weight: 400;
  letter-spacing: 0.6;
  color: #333333;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 14px;
  word-wrap: break-word;
  overflow-x: hidden;
  width: 100vw !important;
  background: url(../images/home/japanese-paper01.jpg);
  font-family: "Noto Serif Japanese";
  font-size: clamp(0.95rem, 0.78vw, 1.1rem);
  letter-spacing: 0.2em;
  line-height: 2.6;
  color: #2d2d2d;
}

a {
  text-decoration: none;
}

.inner {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .inner {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .inner {
    width: 100%;
    margin: 0 auto;
  }
}

#main, #main #col_main {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  #contents_wrap {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1120px) {
  #contents_wrap {
    width: 100% !important;
    min-width: 100%;
  }
}

#contents {
  padding: 0;
  background: none !important;
  width: 100%;
}

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

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

@media screen and (max-width: 100%) {
  #side {
    width: 18.75%;
  }
}

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

.map {
  margin: 56px auto 120px;
  padding: 60px 0;
}
@media screen and (max-width: 834px) {
  .map {
    width: 90%;
  }
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}
@media screen and (max-width: 834px) {
  .map li {
    text-align: center;
  }
}
.map li:last-child {
  display: none;
}

.map li a {
  color: #333 !important;
}

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

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

table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
  padding: 20px !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 {
  font-size: 80%;
}

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

span {
  font-weight: inherit;
}

@media screen and (max-width: 834px) {
  .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;
}

b {
  font-weight: bold;
}

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

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

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

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
}

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

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

.br {
  display: block;
}

.br_pc {
  display: block;
}
@media screen and (max-width: 640px) {
  .br_pc {
    display: inline;
  }
}

.br_sp {
  display: inline;
}
@media screen and (max-width: 640px) {
  .br_sp {
    display: block;
  }
}

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

/********* sukuro-ruba- *********/
div::-webkit-scrollbar {
  width: 8px;
}

div::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 5px #ccc;
}

div::-webkit-scrollbar-thumb {
  background: rgba(195, 67, 47, 0.25);
  border-radius: 10px;
  box-shadow: none;
}

/*********PANKUZU *********/
.pankuzu ol li {
  display: inline-block;
  font-size: 12px;
  position: relative;
}
.pankuzu ol li:nth-last-child(2), .pankuzu ol li:nth-last-child(3), .pankuzu ol li:nth-last-child(4) {
  margin-right: 30px;
}
.pankuzu ol li:nth-last-child(2):after, .pankuzu ol li:nth-last-child(3):after, .pankuzu ol li:nth-last-child(4):after {
  content: ">";
  position: absolute;
  right: -20px;
}
.pankuzu ol li a {
  color: #333 !important;
  text-decoration: underline;
}

/*----------------- FAQ -----------------*/
.faq_q {
  font-size: 1.14286rem;
  border-bottom: 1px #c3432f dashed;
  padding-bottom: 20px !important;
  position: relative;
  color: #c3432f;
  font-weight: bold;
}
.faq_q:before {
  content: "Q";
  display: block;
  background: #c3432f;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 600px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0px;
  top: -9px;
}

.faq_a {
  font-size: 1.14286rem;
  line-height: 1.5;
  position: relative;
  border-bottom: 1px #ccc solid;
  padding-bottom: 30px !important;
}
.faq_a:before {
  content: "A";
  display: block;
  background: #328bb5;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 600px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0px;
}

.dnone {
  display: none;
}

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

.dnone_pc {
  display: none;
}
@media screen and (max-width: 640px) {
  .dnone_pc {
    display: block;
  }
}

.container_f {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .container_f {
    flex-flow: column;
  }
}
.container_f .box {
  width: 49%;
}
.container_f .box img {
  width: 100% !important;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 640px) {
  .container_f .box {
    width: 100%;
  }
}

.container_3 .inner {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .container_3 .inner {
    flex-flow: column;
  }
}
.container_3 .inner .box {
  width: 30%;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .container_3 .inner .box {
    width: 100%;
  }
}
.container_3 .inner:after {
  content: "";
  display: block;
  width: 30%;
}

.container_4 .inner {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .container_4 .inner {
    flex-flow: column;
  }
}
.container_4 .inner .box {
  flex: 0 0 25%;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .container_4 .inner .box {
    width: 100%;
  }
}
.container_4 .inner:after {
  content: "";
  display: block;
  width: 30%;
}
.container_4 .inner:before {
  content: "";
  display: block;
  width: 30%;
  order: 1;
}

.txtimg01 table td {
  border: none !important;
}
@media screen and (max-width: 640px) {
  .txtimg01 table td {
    display: block;
  }
}
.txtimg01 table td:nth-child(odd) {
  width: 60%;
}
@media screen and (max-width: 640px) {
  .txtimg01 table td:nth-child(odd) {
    width: 100%;
  }
}

.txtimg02 .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .txtimg02 .inner {
    flex-flow: column;
  }
}
.txtimg02 .txt {
  width: 49%;
}
@media screen and (max-width: 640px) {
  .txtimg02 .txt {
    width: 100%;
  }
}
.txtimg02 .img {
  width: 49%;
}
@media screen and (max-width: 640px) {
  .txtimg02 .img {
    width: 100%;
  }
}

.txtimg03 .txt {
  background: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
  padding: 30px !important;
}
.txtimg03 tbody {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.txtimg03 tr:nth-child(2) {
  display: block;
  width: 80%;
  transform: translateY(-25%);
}

.txtimg04 tr {
  display: flex;
}
@media screen and (max-width: 640px) {
  .txtimg04 tr {
    flex-flow: column;
  }
}
.txtimg04 td {
  width: 60%;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
}
.txtimg04 .txt {
  background: #fff;
  margin-left: -10%;
  transform: translateY(20%);
  padding: 40px !important;
}
@media screen and (max-width: 640px) {
  .txtimg04 .txt {
    transform: none;
    margin: 0;
  }
}

/* table td padding */
.tdpd0 td {
  padding: 0 !important;
}

.tdpd05 td {
  padding: 5px !important;
}

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

.tdpd15 td {
  padding: 15px !important;
}

.tdpd20 td {
  padding: 20px !important;
}

.tdpd25 td {
  padding: 25px !important;
}

.tdpd30 td {
  padding: 30px !important;
}

.tdpd35 td {
  padding: 35px !important;
}

.tdpd40 td {
  padding: 40px !important;
}

.tdpd45 td {
  padding: 45px !important;
}

.tdpd50 td {
  padding: 50px !important;
}

td.pdT10 {
  padding-top: 10px !important;
}

/* padding */
.pd0 {
  padding: 0px !important;
}

.pd10 {
  padding: 10px !important;
}

.center p, .center a, .center h1, .center h2, .center h3, .center h4, .center h5, .center div, .center span {
  text-align: center;
}

/********* contact *********/
.contact_txt a {
  color: #333 !important;
  text-decoration: underline;
}

/********* Google Map &youtube *********/
/* small.css */
/* googlemap for single.php */
iframe[src^="https://www.google.com/maps/"] {
  width: 100%;
  height: 100%;
}

.ggmap {
  position: relative;
  padding-bottom: 60.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .ggmap {
    padding-bottom: 55%;
  }
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 834px) {
  .youtube iframe {
    width: 100%;
  }
}

/********* policy *********/
.policy h2 {
  font-size: 1.3rem;
  font-weight: bold;
  padding: 15px;
  border-bottom: 8px #ccc solid;
  margin-top: 40px;
}
.policy p {
  margin-bottom: 60;
}

/********* 2カラム *********/
.works_cont01 {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .works_cont01 {
    width: 100%;
    max-width: 100%;
  }
}
.works_cont01 .left {
  width: 25%;
  height: 600px;
  background: #da5019;
}
.works_cont01 .right {
  width: 72%;
  height: 600px;
  background: #cccccc;
}

/********* Instagram *********/
.event_Instagram01 {
  border: none !important;
}
.event_Instagram01 .sns_list {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  border: none;
}
.event_Instagram01 .sns_text {
  display: none;
  width: 0% !important;
}
.event_Instagram01 .sns_photo {
  width: 100% !important;
}
.event_Instagram01 div.sns_list > div {
  display: flex;
  border-bottom: 0px dashed #ccc;
  width: 16.666666% !important;
}
@media screen and (max-width: 640px) {
  .event_Instagram01 div.sns_list > div {
    width: 33.333% !important;
  }
}

.event_Instagram02 .sns_photo {
  width: 40% !important;
}
@media screen and (max-width: 640px) {
  .event_Instagram02 .sns_photo {
    width: 100% !important;
  }
}
.event_Instagram02 .sns_date {
  background: #c3432f;
  color: #fff;
  padding: 0.3em 1em;
  color: #fff !important;
  font-size: 1rem;
}
.event_Instagram02 .clearfix a {
  color: #c3432f !important;
}
.event_Instagram02 .caption {
  padding: 1em 0;
  font-size: 1rem;
}
.event_Instagram02 div.sns_list > div {
  padding: 40px;
}
@media screen and (max-width: 640px) {
  .event_Instagram02 div.sns_list > div {
    padding: 10px;
  }
}

/********* 404 *********/
.error_txt {
  text-align: center;
}
.error_txt h2 {
  display: inline-block;
  font-size: 2rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .error_txt h2 {
    line-height: 3rem;
  }
}
.error_txt a {
  display: inline-block;
  color: #333 !important;
  border: #333 1px solid;
  border-radius: 500px;
  padding: 1em 2em;
  margin-top: 3em;
}

/********* HOMEのお問い合わせ *********/
.home_contact {
  padding: 100px 0;
  background-size: cover;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .home_contact {
    padding: 40px 10px;
  }
}
.home_contact br {
  display: none;
}
.home_contact .inner {
  background: rgba(0, 0, 0, 0.85);
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  padding: 45px;
  margin: 100px auto;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .home_contact .inner {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .home_contact .inner {
    padding: 30px 10px;
    margin: 40px 0;
  }
}
.home_contact .inner h2 {
  border-bottom: 1px solid #fff;
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 1.71429rem;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 640px) {
  .home_contact .inner h2 {
    font-size: 1.42857rem;
  }
}
.home_contact .inner .box {
  display: flex;
  align-items: center;
  flex-flow: column;
}
@media screen and (max-width: 640px) {
  .home_contact .inner .box {
    flex-flow: column;
  }
}
.home_contact .inner .tel_link {
  font-size: 2.57143rem;
  display: inline-block;
  text-align: center;
  font-family: "Times New Roman";
  color: #fff !important;
  background: url(../images/home/icon_tel02.png) left center no-repeat;
}
.home_contact .inner .tel_link span {
  display: block;
  font-size: 0.45em;
  margin-top: -0.5em;
}
.home_contact .inner .contact {
  display: block;
  text-align: center;
  background: #c3432f;
  width: 47%;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  color: #fff !important;
}
@media screen and (max-width: 640px) {
  .home_contact .inner .contact {
    width: 100%;
  }
}

/********* 新着情報 *********/
.news_area {
  max-height: 250px;
  overflow-y: auto;
}
.news_area td {
  padding: 10px !important;
  border-bottom: 1px dashed #ccc !important;
}
.news_area td:nth-child(odd) {
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .news_area td:nth-child(odd) {
    border-bottom: none !important;
    background: rgba(195, 67, 47, 0.1);
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .news_area td:nth-child(even) {
    padding-top: 0 !important;
    padding-bottom: 30px !important;
  }
}
.news_area dt, .news_area dd {
  background: none !important;
  border: none !important;
}
@media screen and (max-width: 640px) {
  .news_area dl {
    display: flex;
    flex-flow: column;
  }
  .news_area dt {
    background: rgba(195, 67, 47, 0.1) !important;
  }
  .news_area dt, .news_area dd {
    padding: 5px !important;
    display: block;
    width: 100% !important;
  }
  .news_area dt:nth-child(even), .news_area dd:nth-child(even) {
    border-bottom: 1px solid #ccc !important;
    padding-bottom: 1em !important;
  }
}

/********* 会社概要 *********/
.company_area table td {
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  padding: 10px !important;
}
.company_area table td:nth-child(odd) {
  border-bottom: 1px solid #c3432f !important;
}
@media screen and (max-width: 640px) {
  .company_area table td:nth-child(odd) {
    background: rgba(195, 67, 47, 0.1);
    width: 100% !important;
  }
}

.company_area dt, .company_area dd {
  background: none !important;
  border: none !important;
}
.company_area dt {
  border-bottom: 1px solid #c3432f !important;
}
.company_area dd {
  border-bottom: 1px solid rgba(195, 67, 47, 0.5) !important;
}
@media screen and (max-width: 640px) {
  .company_area dl {
    display: flex;
    flex-flow: column;
  }
  .company_area dt {
    background: rgba(195, 67, 47, 0.1) !important;
  }
  .company_area dt, .company_area dd {
    padding: 5px !important;
    display: block;
    width: 100% !important;
  }
  .company_area dt:nth-child(even), .company_area dd:nth-child(even) {
    border-bottom: 1px solid #ccc !important;
    padding-bottom: 1em !important;
  }
}

/********* Other *********/
.b_none td {
  border: none !important;
}

.p_none, .c_none {
  pointer-events: none !important;
}

a.tel_link {
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  a.tel_link {
    pointer-events: auto;
  }
}

#global_header._common {
  margin-bottom: 60px;
}

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  padding-left: 20px;
  justify-content: flex-end;
  align-items: stretch;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
}

.header-list {
  position: fixed;
  top: 60%;
  right: 0;
  transform: translate(0, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.header-list .header-item a {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding-inline: 8px;
  line-height: 1;
  color: #eee;
  text-shadow: 1px 1px 0 #333, -1px -1px 0 #333, -1px 1px 0 #333, 1px -1px 0 #333;
}
.header-list .header-item a i {
  display: inline-block;
  margin-right: 1rem;
}
@media only screen and (max-width: 640px) {
  .header-list .header-item a i {
    margin-inline: 0.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .header-list .header-item a span {
    display: none;
  }
}
.header-list .header-item._web a {
  background: transparent;
}

#globalNav ul li a {
  font-size: clamp(1rem, 0.88vw, 1.2rem);
}

.global-nav {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: flex-end;
  margin-right: 20px;
}
@media only screen and (max-width: 1000px) {
  .global-nav {
    padding-right: 60px;
  }
}
.global-nav .h-menu {
  display: flex;
  margin: 16px;
}
@media only screen and (max-width: 1000px) {
  .global-nav .h-menu {
    display: none;
  }
}
.global-nav .h-menu li {
  margin-left: 24px;
}
@media only screen and (max-width: 1200px) {
  .global-nav .h-menu li {
    margin-left: 20px;
  }
}
.global-nav .h-menu li a {
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
}
.global-nav .h-menu li.resev {
  display: none;
}
.global-nav .h-menu li.resev a {
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

div.reserve_btn {
  display: flex;
}
div.reserve_btn a {
  display: flex;
  align-items: stretch;
  color: #fff;
  padding: 40px 20px;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background: #c3432f;
  transition: 0.3s all;
}
div.reserve_btn a span {
  display: inline-block;
  transition: 0.5s;
}
div.reserve_btn a:hover span {
  transform: rotateX(360deg);
}
@media only screen and (max-width: 1000px) {
  div.reserve_btn {
    display: none;
  }
}
@media only screen and (max-width: 834px) {
  div.reserve_btn {
    display: none;
  }
}

.open-btn {
  display: none;
  cursor: pointer;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  background-color: transparent;
  margin-left: 16px;
}
@media only screen and (max-width: 1000px) {
  .open-btn {
    display: block;
  }
}
.open-btn div {
  position: relative;
  width: 38px;
  height: 38px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
}
.open-btn span {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  position: absolute;
  height: 2px;
  left: 4px;
  border-radius: 5px;
  background: #fff;
  width: 30px;
}
.open-btn span:nth-child(1) {
  top: 8px;
}
.open-btn span:nth-child(2) {
  top: 18px;
}
.open-btn span:nth-child(3) {
  top: 28px;
}
.open-btn.active span:nth-child(1) {
  top: 11px;
  transform: translateY(12px) rotate(-45deg);
  width: 33px;
}
.open-btn.active span:nth-child(2) {
  opacity: 0;
}
.open-btn.active span:nth-child(3) {
  top: 24px;
  transform: rotate(45deg);
  width: 33px;
}

.nav {
  display: none;
  transition: 0.3s;
}
@media only screen and (max-width: 1000px) {
  .nav {
    display: block;
    width: 100%;
  }
}
.nav .navigation {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 5;
  pointer-events: auto;
  display: flex;
  width: 80%;
  height: 100%;
  flex-direction: column;
  background-color: #f5f5f5;
  justify-content: flex-start;
  transition: 0.3s;
  padding: 32px;
  padding-top: 50px;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .nav .navigation {
    padding-top: 112px;
  }
}
@media only screen and (max-width: 640px) {
  .nav .navigation {
    width: 90%;
  }
}
.nav .navigation.open {
  left: 0;
}
.nav .navigation ul.h-menu {
  height: auto;
  overflow-y: auto;
}
.nav .navigation ul.h-menu::-webkit-scrollbar {
  width: 8px;
}
.nav .navigation ul.h-menu::-webkit-scrollbar-thumb {
  background-color: #c3432f;
}
.nav .navigation ul.h-menu li {
  display: block;
  text-align: left;
  line-height: 1.4;
  border-bottom: 1px solid #fff;
}
.nav .navigation ul.h-menu li a {
  color: #333333;
  display: block;
  padding: 16px 0px;
}
.nav .navigation ul.h-menu li.resev {
  border-bottom: none;
}
.nav .navigation ul.h-menu li.resev a {
  display: inline-block;
  width: 80%;
  margin-top: 20px;
  padding: 20px;
  background: #c3432f;
  color: #fff;
}
.nav .navigation .h-btn {
  margin-top: 32px;
}
.nav .navigation .h-btn a {
  margin-top: 16px;
  font-size: 2rem;
}
.nav .navigation .h-btn a:first-child {
  margin-top: 0;
}
.nav .navigation .h-btn a.h-mail {
  padding: 20px 16px;
}
.nav .navigation .h-btn a span {
  margin-left: 8px;
}

.main {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.main-list {
  position: relative;
  width: 100%;
  height: 100%;
}

.main-item {
  position: absolute;
  z-index: 1;
  visibility: hidden;
  width: 100%;
  height: 100%;
  list-style: none;
  -webkit-animation: anime_slider_fade 16s 0s infinite;
  animation: anime_slider_fade 16s 0s infinite;
  background: url(../images/common/main1.jpg) top center/cover no-repeat;
}

.main-item:nth-of-type(2) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  background: url(../images/common/main2.jpg) top center/cover no-repeat;
}

.main-item:nth-of-type(3) {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
  background: url(../images/common/main3.jpg) top center/cover no-repeat;
}

.main-item:nth-of-type(4) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
  background: url(../images/common/main4.jpg) top center/cover no-repeat;
}

@-webkit-keyframes anime_slider_fade {
  0% {
    visibility: visible;
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
  }
  48.3% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes anime_slider_fade {
  0% {
    visibility: visible;
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
  }
  48.3% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.main-copy {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  width: auto;
  height: auto;
}
.main-copy img {
  max-width: 400px;
  width: 100%;
}

.slide-bottom {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}

.slide-bottom.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.slide-top {
  opacity: 0;
  transform: translate(0, -50px);
  transition: all 1500ms;
}

.slide-top.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.slide-right {
  opacity: 0;
  transform: translate(50px, 0px);
  transition: all 1500ms;
}

.slide-right.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.slide-left {
  opacity: 0;
  transform: translate(-50px, 0px);
  transition: all 1500ms;
}

.slide-left.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.slide-left-top {
  animation: fadeIn_left 2s ease 0s 1 normal;
  -webkit-animation: fadeIn_left 2s ease 0s 1 normal;
}

@keyframes fadeIn_left {
  0% {
    opacity: 0;
    transform: translate(0, 30px);
  }
  100% {
    opacity: 1;
  }
}
.slide-right-top {
  animation: fadeIn_right 2s ease 0s 1 normal;
  -webkit-animation: fadeIn_right 2s ease 0s 1 normal;
}

@keyframes fadeIn_right {
  0% {
    opacity: 0;
    transform: translate(50px, 0);
  }
  100% {
    opacity: 1;
  }
}
.loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #c3432f;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  opacity: 1;
  visibility: visible;
}

.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-animation {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #c3432f;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}

.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}

.access {
  filter: grayscale(100%);
  transition: all 0.4s;
}
.access:hover {
  filter: grayscale(0%);
}
.access iframe {
  min-height: 450px;
}

#global_footer {
  position: relative;
}

#footer {
  padding: 80px 0;
}
#footer .footer_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  #footer .footer_container {
    flex-flow: column;
  }
}

.f_logo img {
  max-width: 250px;
}

.footer-nav {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
}
.footer-nav li a:any-link {
  display: inline-block;
  padding: 10px;
  color: #fff !important;
}

#copy {
  display: block;
  padding: 10px;
  color: #fff;
  text-align: center;
}

.top-text article {
  position: relative;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.top-text h2 {
  position: relative;
  margin-bottom: 60px;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .top-text h2 {
    margin-bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
.top-text h2 span.big {
  display: block;
  font-size: clamp(1.8rem, 1.35vw, 2.6rem);
}
@media only screen and (max-width: 640px) {
  .top-text h2 span.big {
    display: inline;
  }
}
.top-text h2:after {
  position: absolute;
  bottom: -47px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 1px;
  height: 36px;
  background: #777;
}
@media only screen and (max-width: 640px) {
  .top-text h2:after {
    content: none;
  }
}
.top-text div {
  font-size: clamp(0.95rem, 0.78vw, 1.1rem);
  line-height: 2.6;
}
@media only screen and (max-width: 640px) {
  .top-text div {
    width: 85%;
    text-align: left !important;
  }
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.pic-box .pic-inner {
  display: flex;
  width: 100%;
  max-width: 1820px;
  margin-inline: auto;
  padding: 50px;
  background: url(../images/home/japanese-papper02.jpg);
}
@media only screen and (max-width: 640px) {
  .pic-box .pic-inner {
    padding: 20px;
    flex-direction: column;
  }
}
.pic-box .box {
  display: flex;
  width: 33.3333333333%;
}
@media only screen and (max-width: 640px) {
  .pic-box .box {
    width: 98%;
    margin: 1%;
  }
}
.pic-box .box img {
  width: 100% !important;
  max-height: 400px;
  object-fit: cover;
}

.nega {
  margin-inline: calc((100vw - 100%) / 2 * -1) !important;
}

.bg-box {
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
}
.bg-box .box {
  position: relative;
  background: #000;
}
.bg-box .box a:hover {
  opacity: 1;
}
.bg-box .box a:hover img {
  transform: scale(1.3);
  opacity: 0.9 !important;
}
.bg-box .box img {
  width: 100vw;
  max-height: 620px;
  object-fit: cover;
  opacity: 0.5 !important;
  transition: all 1s;
}
.bg-box .box div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2rem;
  letter-spacing: 0.5em;
  pointer-events: none;
}

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

.h1_01 {
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 400px;
  line-height: 400px;
}
@media screen and (max-width: 640px) {
  .h1_01 {
    height: 200px;
    line-height: 200px;
  }
}
.h1_01 h1 {
  font-size: 48px;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
  text-shadow: 0 0 3px #fff, 0 0 10px #fff, 0 0 20px #fff, 0 0 36px #fff;
}
@media screen and (max-width: 640px) {
  .h1_01 h1 {
    font-size: 1.71429rem;
  }
}

.h2_01 h2 {
  font-size: 1.71429rem;
  font-weight: bold;
  position: relative;
}
.h2_01 h2:before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #333;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
}

@media screen and (max-width: 640px) {
  .mincho {
    font-size: 1.14286rem !important;
  }
}

/*-------------------- HOME --------------------*/
.home_01 {
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  background: url(../images/home/bg_home01.jpg) no-repeat bottom center;
  background-size: cover;
  padding: 100px 0 150px;
}
@media screen and (max-width: 640px) {
  .home_01 {
    padding: 60px 0px 80px;
  }
}
.home_01 .txt {
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.home_01 .txt .t01 {
  color: #328bb5;
  font-size: 24px;
}
@media screen and (max-width: 640px) {
  .home_01 .txt .t01 {
    font-size: 1.28571rem;
  }
}
.home_01 .container_01 {
  background-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  padding: 50px 100px;
}
@media screen and (max-width: 640px) {
  .home_01 .container_01 {
    padding: 40px 10px;
  }
}
.home_01 .container_01 h2 {
  font-size: 1.28571rem;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  border-bottom: 1px solid #328bb5;
  margin-bottom: 1em;
}
.home_01 .container_01 dl {
  border-bottom: 1px dashed #ccc;
  padding: 0.5em 0;
}
.home_01 table {
  width: 70%;
  margin: 30px auto 0;
}
@media screen and (max-width: 834px) {
  .home_01 table {
    width: 100%;
  }
}
.home_01 table td {
  border: 0 !important;
}

.home_02 {
  margin-bottom: 40px;
}
.home_02 .box {
  width: 50%;
  background: #FFF;
}
@media screen and (max-width: 834px) {
  .home_02 .box {
    width: 100%;
    text-align: center;
  }
}
.home_02 .box:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ed746b;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 834px) {
  .home_02 .box:first-child {
    padding: 60px 0;
  }
}
.home_02 .box:first-child h3 {
  font-size: 2.5vw;
  color: #333;
  text-align: center;
  border-bottom: 1px solid #ed746b;
  padding-bottom: 0.2em;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 640px) {
  .home_02 .box:first-child h3 {
    font-size: 1.28571rem;
  }
}

.home_03 {
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  height: 75vh;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-shadow: 0 0 3px #fcd78f, 0 0 10px #fcd78f, 0 0 20px #fcd78f, 0 0 36px #fcd78f;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 834px) {
  .home_03 {
    background-attachment: scroll;
  }
}
@media screen and (max-width: 640px) {
  .home_03 {
    font-size: 1.14286rem;
  }
}
.home_03 h2 {
  font-size: 4vw;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .home_03 h2 {
    font-size: 1.71429rem;
  }
}
.home_03 a {
  color: #fff !important;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 0.6em 2em;
  box-shadow: 0 0 6px #fcd78f, 0 0 6px #fcd78f inset;
}

.home_04 {
  display: flex;
}
.home_04 .box {
  width: 50%;
  background: #328bb5;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .home_04 .box {
    width: 100%;
  }
}
.home_04 .box > div {
  width: 100%;
}
.home_04 .box p {
  border-bottom: 1px solid #0e5576;
}
.home_04 .box a {
  color: #fff !important;
}
.home_04 .box:last-child {
  display: flex;
  align-items: center;
  padding: 0 10%;
}
@media screen and (max-width: 834px) {
  .home_04 .box:last-child {
    padding: 15% 10%;
  }
}
.home_04 .box h3 {
  font-size: 36px;
  font-weight: bold;
}
.home_04 .box .line {
  width: 100%;
  height: 2px;
  background: #0e5576;
  margin-top: 1em;
}
.home_04 .box .telbox {
  display: flex;
  align-items: center;
}
.home_04 .box .telbox a {
  display: inline-block;
  margin-right: 1em;
}

.about_01 {
  position: relative;
}
.about_01 > .box:nth-child(2) img {
  position: absolute;
  bottom: -30%;
  left: 0;
}
@media screen and (max-width: 640px) {
  .about_01 > .box:nth-child(2) img {
    bottom: -70%;
    left: 0%;
    width: 50% !important;
  }
}

.about_02 > div {
  padding-left: 28%;
  font-size: 1.28571rem;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 640px) {
  .about_02 > div {
    padding: 0;
    font-size: 1.14286rem;
  }
}

.about_03 {
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  background: #eee;
  padding: 100px 0;
}
@media screen and (max-width: 640px) {
  .about_03 {
    padding: 50px;
  }
}
.about_03 h2 {
  font-size: 2.57143rem;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: relative;
}
.about_03 h2:before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #c3432f;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
}

.about_04 {
  margin-bottom: 30px;
}
.about_04:nth-child(odd) tr {
  flex-flow: row-reverse wrap;
}
.about_04 tr {
  display: flex;
  flex-flow: wrap;
}
.about_04 td {
  display: block;
  border: 0;
  width: 50%;
}
.about_04 td > div {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .about_04 td {
    width: 100% !important;
  }
}
.about_04 td:nth-child(1) {
  display: flex;
  align-items: center;
}
.about_04 h2 {
  font-size: 2.57143rem;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: flex;
  align-items: center;
}
.about_04 h2:after {
  content: "";
  display: block;
  height: 1px;
  background: #c3432f;
  flex-grow: 1;
  margin-left: 1em;
}

.about_05 {
  background: url(../images/about/bnr_about.png) no-repeat right center;
  background-size: cover;
  padding: 30px;
}
@media screen and (max-width: 640px) {
  .about_05 {
    background-position: left center;
  }
}
.about_05 h2 {
  font-size: 1.42857rem;
  font-weight: bold;
  background: #c3432f;
  line-height: 1;
  padding: 0.5em;
  color: #fff;
  margin-bottom: 10px;
}
.about_05 br {
  display: none;
}
.about_05 dl {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  margin-top: 10px;
}
.about_05 dl dt {
  background: #328bb5;
  padding: 0.3em 0.5em;
  width: 100px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 500px;
}
.about_05 dl dd {
  margin-left: 0.5em;
  font-weight: bold;
}

.info_01 tr:nth-child(1) td:nth-child(1) a {
  background: url(../images/info/bnr_info01.jpg) center center no-repeat;
}
.info_01 tr:nth-child(1) td:nth-child(2) a {
  background: url(../images/info/bnr_info02.jpg) center center no-repeat;
}
.info_01 tr:nth-child(2) td:nth-child(1) a {
  background: url(../images/info/bnr_info03.jpg) center center no-repeat;
}
.info_01 tr:nth-child(2) td:nth-child(2) a {
  background: url(../images/info/bnr_info06.jpg) center center no-repeat;
}
.info_01 tr:nth-child(3) td:nth-child(1) a {
  background: url(../images/info/bnr_info05.jpg) center center no-repeat;
}
.info_01 tr:nth-child(3) td:nth-child(2) a {
  background: url(../images/info/bnr_info04.jpg) center center no-repeat;
}
.info_01 td {
  border: none;
}
.info_01 a {
  display: block;
  text-align: center;
  background: url(../images/info/bnr_info01.jpg) center center no-repeat;
  background-size: cover;
  height: 180px;
  line-height: 180px;
  color: #fff !important;
  font-size: 2.14286rem;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 640px) {
  .info_01 a {
    font-size: 1.28571rem;
    height: 100px;
    line-height: 100px;
  }
}

.food_menu tr:nth-child(1) td:nth-child(1) a {
  background: url(../images/food/bnr_food01.jpg) center center no-repeat;
}
.food_menu tr:nth-child(1) td:nth-child(2) a {
  background: url(../images/food/bnr_food02.jpg) center center no-repeat;
}

.info_02 {
  display: flex;
  align-items: center;
}
.info_02:before {
  content: "";
  height: 1px;
  background: #c3432f;
  display: block;
  flex-grow: 1;
  margin-right: 1em;
}
.info_02:after {
  content: "";
  height: 1px;
  background: #c3432f;
  display: block;
  flex-grow: 1;
  visibility: visible;
  margin-left: 1em;
}
.info_02 h2 {
  font-size: 1.71429rem;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.info_03 {
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  height: 500px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 834px) {
  .info_03 {
    height: 300px;
    background-attachment: scroll;
  }
}
@media screen and (max-width: 640px) {
  .info_03 {
    height: 200px;
  }
}
.info_03 h3 {
  color: #fff;
  line-height: 500px;
  font-size: 2.57143rem;
  text-align: center;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-shadow: 0 0 3px #fcd78f, 0 0 10px #fcd78f, 0 0 20px #fcd78f, 0 0 36px #fcd78f;
}
@media screen and (max-width: 834px) {
  .info_03 h3 {
    line-height: 300px;
  }
}
@media screen and (max-width: 640px) {
  .info_03 h3 {
    line-height: 200px;
    font-size: 1.71429rem;
  }
}

.info_05 {
  justify-content: space-between;
}
.info_05 .box {
  width: 49%;
}
@media screen and (max-width: 640px) {
  .info_05 .box {
    width: 100%;
    margin-bottom: 20px;
  }
}
.info_05 .box img {
  width: 100% !important;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

.info_06 {
  display: flex;
  justify-content: space-between;
}
.info_06 .box {
  width: 49%;
}
@media screen and (max-width: 640px) {
  .info_06 .box {
    width: 100%;
    margin-bottom: 30px;
  }
}
.info_06 .box img {
  width: 100% !important;
  object-fit: contain;
  font-family: "object-fit: contain;";
}
.info_06 .box h4 {
  font-size: 18px;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border-bottom: 1px solid #328bb5;
  margin: 0.5em 0;
}

.plan_01 {
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  background: #fff;
}
.plan_01:nth-child(odd) {
  background: #f3f3f3;
}
.plan_01 table {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}
@media screen and (max-width: 834px) {
  .plan_01 table {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 1120px) {
  .plan_01 table {
    width: 100%;
  }
}
.plan_01 td {
  border: 0;
}
.plan_01 img {
  width: 100% !important;
  object-fit: contain;
  font-family: "object-fit: contain;";
}
.plan_01 h2 {
  background: linear-gradient(to right, #a72814, #c3432f);
  color: #fff;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 0.3em 0.5em;
  font-size: 1.28571rem;
}
.plan_01 h3 {
  font-size: 1.14286rem;
  font-weight: bold;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border-bottom: 1px solid #328bb5;
  margin-bottom: -0.75em;
}
.plan_01 .price {
  font-size: 1.71429rem;
  color: tomato;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  display: inline-block;
  margin-left: 0.3em;
}

.food_01 {
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  background: #eee;
  padding: 100px 0;
}
.food_01:nth-child(even) {
  background: #f3f3f3;
}
.food_01 h2 {
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .food_01 h2 {
    margin-bottom: 40px;
  }
}

.food_02 {
  width: 50%;
  margin: 0 auto 120px;
}
@media screen and (max-width: 834px) {
  .food_02 {
    width: 100%;
  }
}
.food_02:nth-child(even) {
  margin-right: 10%;
}
@media screen and (max-width: 834px) {
  .food_02:nth-child(even) {
    margin-right: auto;
  }
}
.food_02:nth-child(odd) {
  margin-left: 10%;
}
@media screen and (max-width: 834px) {
  .food_02:nth-child(odd) {
    margin-left: auto;
  }
}
.food_02 td {
  border: 0;
  padding: 5px !important;
}
.food_02 h3 {
  font-size: 40px;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 640px) {
  .food_02 h3 {
    font-size: 1.71429rem;
  }
}
.food_02 img {
  width: 100% !important;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

.food_03 {
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 6%;
}
.food_03:after {
  content: "";
  width: 32%;
  display: block;
}
@media screen and (max-width: 640px) {
  .food_03:after {
    width: 49%;
  }
}
.food_03 .box {
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  width: 32%;
  padding: 20px;
  margin-bottom: 30px;
  text-align: center !important;
}
@media screen and (max-width: 640px) {
  .food_03 .box {
    width: 49%;
    padding: 5px;
  }
}
.food_03 .box h3 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .food_03 .box h3 {
    font-size: 14px;
    margin-top: 10px;
  }
}

.access_02 {
  width: 675px;
  max-width: 100%;
}
.access_02 h2 {
  margin-top: 20px;
  font-size: 1.71429rem;
  color: #c3432f;
  font-weight: bold;
  border-bottom: 1px solid #c3432f;
}

.home_news .blog_list {
  border: none;
}
.home_news .blog_list > div:first-child h3:after {
  content: "\f0daNew!!";
  font-family: "Font Awesome 5 Pro";
  font-size: 13px;
  font-weight: bold;
  color: #c3432f;
  margin-left: 0.5em;
}
.home_news .blog_photo {
  width: 0%;
  display: none;
}
.home_news .blog_text {
  width: 100% !important;
}
.home_news .blog_text h3 {
  font-size: 1.14286rem;
  margin-bottom: 0;
  border-bottom: 1px dashed #c3432f;
  display: inline-block;
  font-family: "Noto Serif Japanese", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media screen and (max-width: 640px) {
  .home_news .blog_text h3 {
    font-size: 13px;
  }
}
.home_news .blog_text h3 a {
  color: #333 !important;
}
.home_news .detail {
  display: none;
}
.home_news .blog_date {
  font-size: 1.14286rem;
  color: #c3432f !important;
  font-weight: bold;
}

#anchor_01, #anchor_02, #anchor_03, #anchor_04 {
  margin-top: -60px;
  padding-top: 60px;
}/*# sourceMappingURL=common_style.css.map */