@charset "UTF-8";
.btn01 {
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  transition: 0.3s;
}
.btn01:hover {
  opacity: 0.7;
}
.btn01 img {
  margin-right: 25px;
  width: 70px;
  height: 100%;
  image-rendering: -webkit-optimize-contrast;
}

@media screen and (max-width: 500px) {
  .btn01 {
    font-size: 14px;
  }
}
#pagetop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 999;
}
#pagetop img {
  width: clamp(50px, 5vw, 100px);
  transition: 0.3s;
}
#pagetop img:hover {
  opacity: 0.6;
}

.tera-yoyaku {
  margin: 100px 0;
}
.tera-yoyaku .tera {
  margin: 30px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
  padding-right: 0;
  padding-left: 0;
}
.tera-yoyaku .tera .ttl {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.tera-yoyaku .yoyaku {
  margin: 30px 0;
}
.tera-yoyaku .yoyaku .ttl {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}
.tera-yoyaku .yoyaku .subttl {
  font-size: 18px;
  font-weight: 600;
}
.tera-yoyaku .yoyaku .telarea {
  color: #c53d09;
  font-size: 36px;
  font-weight: 600;
}
.tera-yoyaku .yoyaku .telarea .text {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.tera-yoyaku .yoyaku .telarea .text a {
  color: #c53d09;
  text-decoration: none;
}
.tera-yoyaku .yoyaku .telarea i {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .tera-yoyaku {
    margin: 100px 0;
  }
  .tera-yoyaku .tera {
    margin: 30px 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #000;
    padding-right: 0;
    padding-left: 0;
  }
  .tera-yoyaku .tera p {
    font-size: 14px !important;
  }
  .tera-yoyaku .tera .ttl {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .tera-yoyaku .yoyaku {
    margin: 30px 0;
    font-size: 14px;
  }
  .tera-yoyaku .yoyaku p {
    font-size: 14px !important;
  }
  .tera-yoyaku .yoyaku .ttl {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .tera-yoyaku .yoyaku .subttl {
    font-size: 18px;
    font-weight: 600;
  }
  .tera-yoyaku .yoyaku .telarea {
    color: #c53d09;
    font-size: 36px;
    font-weight: 600;
  }
  .tera-yoyaku .yoyaku .telarea .text {
    display: flex;
    flex-flow: column;
    justify-content: center;
    font-size: 14px;
  }
  .tera-yoyaku .yoyaku .telarea .text p {
    font-size: 14px !important;
  }
  .tera-yoyaku .yoyaku .telarea .text a {
    color: #c53d09;
    text-decoration: none;
  }
  .tera-yoyaku .yoyaku .telarea i {
    margin-right: 10px;
  }
}
.deco2 {
  position: relative;
}
.deco2::after {
  position: absolute;
  content: url(../../image/bg-deco.png);
  top: -40px;
  left: -400px;
  z-index: -1;
}

.deco3 {
  position: relative;
}
.deco3::after {
  position: absolute;
  content: url(../../image/bg-deco4.png);
  top: -270px;
  right: -330px;
  z-index: -1;
}

.deco4 {
  position: relative;
}
.deco4::after {
  position: absolute;
  content: url(../../image/bg-deco3.png);
  top: -40px;
  left: -100px;
  z-index: -1;
}

.deco5 {
  position: relative;
}
.deco5::after {
  position: absolute;
  content: url(../../image/bg-deco5.png);
  top: -240px;
  left: -440px;
  z-index: -1;
}

#footer {
  background-color: #c53d09;
  background-image: url(../../image/washi_vermilion.jpg);
  height: auto;
  padding: 50px 0;
  font-size: 16px;
  font-weight: 400;
  color: #f8f8f8;
}
#footer .logo,
#footer .date {
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
#footer .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 50px 0;
}
#footer .logo img {
  max-width: 150px;
  width: 100%;
  height: auto;
}
#footer .date {
  margin-bottom: 30px;
}
#footer .date .item {
  display: flex;
  flex-flow: row;
}
#footer .date .item .map a {
  text-decoration: none;
  color: #f8f8f8;
}
#footer .date .item .map a i {
  color: #f8f8f8;
}
#footer .date .item .ttl {
  width: 20%;
}
#footer .date .item p {
  width: 80%;
  margin: 0;
  padding-bottom: 10px;
}
#footer .date .sns {
  display: flex;
  font-size: 25px;
}
#footer .date .sns a {
  text-decoration: none;
  color: #f8f8f8;
  transition: 0.3s;
}
#footer .date .sns a:hover {
  opacity: 0.5;
}
#footer .date .sns .facebook,
#footer .date .sns .instagram {
  padding-right: 10px;
}
#footer .tel {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  color: #111;
}
#footer .tel .date {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding: 22px;
  background-color: #e4d9d0;
  border-radius: 3px;
}
#footer .tel .date p {
  margin: 0;
}
#footer .tel .date .call {
  font-size: 28px;
}
#footer .tel .date .call a {
  text-decoration: none;
  color: #111;
}
#footer .tel .date .call span {
  font-weight: 600;
}
#footer .tel .date .call i {
  padding-right: 2px;
}

#footer-nav {
  height: auto;
  color: #111;
}
#footer-nav .item {
  justify-content: space-between;
  margin: 60px 0;
}
#footer-nav .footer-nav_item a {
  text-decoration: none;
  color: #111;
  font-size: 14px;
  padding: 10px;
  transition: 0.3s;
}
#footer-nav .footer-nav_item a:hover {
  opacity: 0.5;
}
#footer-nav .copy {
  font-size: 14px;
  text-align: center;
  margin-bottom: 40px;
  color: #7d7670;
}

@media screen and (max-width: 991px) {
  #footer .logo img {
    max-width: 100px;
  }
  #footer-nav .item {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    font-size: 14px;
    padding: 0;
  }
  #footer .ttl {
    width: 100% !important;
  }
  #footer .logo {
    margin-bottom: 0;
  }
  #footer .date .item {
    flex-flow: column;
    align-items: center;
    margin: 15px 0;
  }
  #footer .date .item p {
    width: 100%;
    text-align: center;
  }
  #footer .date .sns {
    justify-content: center;
  }
}
/*leftArea
  ------------------------------------------------------------------*/
header {
  position: fixed;
  height: 100%;
  z-index: 999;
}
header h1 {
  margin: 0;
}

.hd_logo {
  position: relative;
  top: 0;
  left: 0;
  width: min(14vw, 280px);
  height: min(17.5vw, 350px);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c53d09;
  transition: width 0.3s ease;
  text-decoration: none;
}
.hd_logo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("../../image/washi_vermilion.jpg") repeat;
  mix-blend-mode: normal;
  z-index: 1;
}
.hd_logo img {
  display: block;
  width: min(5.95vw, 119px);
  z-index: 2;
}

.move {
  width: min(10vw, 200px);
}

/* nav */
.hd_nav {
  position: relative;
  width: min(10vw, 200px);
  height: calc(100% - min(17.5vw, 350px));
  background-color: #e4d9d0;
}
.hd_nav .inner {
  position: absolute;
  top: 2.5vw;
  left: 50%;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 2;
}
.hd_nav .scroll {
  margin-top: 15px;
  display: block;
  position: relative;
  width: 1px;
  height: 120px;
  background-color: #c6bbb3;
}
.hd_nav .scroll::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
  animation: sdl 2.5s cubic-bezier(1, 0, 0, 1) infinite;
  background-color: #c53d09;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.hd_nav .nav_btn {
  display: block;
  margin-top: 20px;
}
.hd_nav .deco {
  display: block;
  writing-mode: vertical-rl;
}
.hd_nav .deco .text {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #111;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
.hd_nav .deco .text .boder {
  margin-top: 15px;
  width: 1px;
  height: 40px;
  background-color: #c6bbb3;
  margin-bottom: 15px;
}

/*----------------------------
* メニュー開閉ボタン
*----------------------------*/
.heaader_menu {
  position: relative;
  width: 100%;
}

.menu-btn {
  position: absolute;
  z-index: 4;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 12;
  bottom: 50px;
}

.menu-btn_bg {
  position: fixed;
  bottom: 30px;
  z-index: 11;
  width: min(10vw, 200px);
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.menu-btn_bg img {
  width: 100px;
  position: absolute;
  z-index: 100;
  display: block;
}

/*----------------------------
* アニメーション部分
*----------------------------*/
/* アニメーション前のメニューの状態 */
.menu {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s linear;
}

/* アニメーション後のメニューの状態 */
.menu.is-active {
  pointer-events: auto;
  opacity: 1;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: absolute;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translateY(-130%) translateX(-50%);
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 10px;
}

.menu-trigger span:nth-of-type(3) {
  top: 20px;
}

#menu span:nth-of-type(1) {
  animation: 0.75s forwards;
}

#menu span:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  opacity: 1;
}

#menu span:nth-of-type(3) {
  animation: 0.75s forwards;
}

#menu.active span:nth-of-type(1) {
  animation: 0.75s forwards;
  top: 10px;
}

#menu.active span:nth-of-type(3) {
  animation: 0.75s forwards;
  top: 10px;
}

/*----------------------------
* メニュー本体
*----------------------------*/
.menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  flex-direction: row-reverse;
  background-image: url(../../image/bg-img.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

.menu__item {
  width: auto;
  height: 90vh;
  padding: 0.5em;
  color: #fff;
  box-sizing: border-box;
}
.menu__item a {
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #000;
  text-decoration: none;
  font-size: 20px;
  transition: 0.3s;
}
.menu__item a:hover {
  opacity: 0.5;
}

.active {
  opacity: 0.5;
}

@media screen and (max-width: 991px) {
  header {
    position: absolute;
  }
  .hd_nav {
    background-color: rgba(255, 255, 255, 0);
  }
  .hd_nav .inner {
    display: none;
  }
  .menu-btn_bg img {
    display: none;
  }
  .menu-btn_bg .menu-trigger {
    transform: translateY(0%) translateX(-50%);
  }
  .menu-btn_bg .menu-trigger span {
    background-color: #000;
  }
  .menu-btn_bg {
    position: fixed;
    top: 30px;
    z-index: 11;
    width: min(10vw, 200px);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    right: 0;
    height: 0;
  }
  .menu {
    flex-direction: column;
    background-repeat: no-repeat;
    flex-wrap: nowrap;
  }
  .menu__item {
    height: 5vh;
  }
  .menu__item a {
    writing-mode: initial;
  }
}
@media screen and (max-width: 767px) {
  .menu-trigger {
    transform: translateY(0%) translateX(-100%) !important;
  }
}
/* mainVisual
------------------------------------------------------------------*/
.mainVisual {
  position: relative;
  width: 100%;
  height: 350px;
  z-index: 0;
  overflow: hidden;
}

.mv_photo {
  position: relative;
  display: flex;
  width: 100%;
  height: 350px;
  z-index: 1;
}

#swiper-wrapper-top {
  transform: translate3d(0px, 0px, 0px) !important;
}

@media print, screen and (min-width: 576px) {
  .mainVisual {
    height: 500px;
  }
  .mv_photo {
    height: 500px;
  }
}
@media print, screen and (min-width: 992px) {
  .mainVisual {
    height: 100vh;
  }
  .mv_photo {
    height: 100vh;
  }
}
.caption {
  position: absolute;
  top: 50%;
  left: clamp(15px, 8.65vw, 173px);
  transform: translate(0, -50%);
  width: min(31.67vw, 380px);
  z-index: 2;
}

@media print, screen and (min-width: 992px) {
  .caption {
    width: 380px;
  }
}
.wrap img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 991px) {
  .wrap img {
    max-height: 500px;
    height: 100%;
  }
}
#TOP {
  background-image: url(../../image/washi_ivory.jpg);
  position: relative;
  width: 100%;
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7;
  /*固定する背景*/
}
#TOP .parallax_content {
  box-sizing: border-box;
  color: #FFF;
  font-size: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 5%;
}
#TOP .parallax-bg {
  background-image: url("../../image/mikasa_bg1.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 1080px;
}
#TOP .con1 {
  position: relative;
  background-image: url(../../image/con1-bg.png);
  background-repeat: no-repeat;
}
#TOP .con1::before {
  content: "";
  height: 20px;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  background: url("../../image/washi_vermilion.jpg") repeat;
  mix-blend-mode: normal;
  z-index: 1;
}
#TOP #NEWS {
  display: flex;
  font-weight: 400;
  color: #000;
  z-index: 2;
  padding: 50px 0;
  margin-bottom: 70px;
  margin-top: 120px;
}
#TOP #NEWS .oshirase_ttl {
  padding: 0 130px;
}
#TOP #NEWS .news-list {
  width: auto;
  list-style: none outside;
  margin: 0;
  padding: 0;
  border: 1px solid #ded1c6;
  overflow-y: scroll;
  height: 300px;
}
#TOP #NEWS .news-list::-webkit-scrollbar {
  width: 4px;
}
#TOP #NEWS .news-list::-webkit-scrollbar-track {
  background-color: #c6bbb3;
}
#TOP #NEWS .news-list::-webkit-scrollbar-thumb {
  background-color: #c53d09;
}
#TOP #NEWS .news-list .item {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #ded1c6;
  padding: 20px 20px;
}
#TOP #NEWS .news-list .item:first-child {
  border-top: 1px solid #ded1c6;
}
#TOP #NEWS .news-list .item .date {
  margin: 0;
  min-width: 110px;
  font-size: 18px;
  color: #000;
  padding: 0 20px 0 0;
}
#TOP #NEWS .news-list .item .category {
  margin: 0;
  height: 30px;
  padding: 0 20px 0 0;
  content: url(../../image/oshirase_new.png);
}
#TOP #NEWS .news-list .item .category-none {
  opacity: 0;
}
#TOP #NEWS .news-list .item .category span {
  background: #999;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
}
#TOP #NEWS .news-list .item .title {
  margin: 0;
  width: 100%;
  font-size: 18px;
}
#TOP #NEWS .news-list .item a {
  margin: 0;
  min-width: 110px;
  font-size: 18px;
  color: #000;
  display: flex;
  justify-content: flex-end;
  transition: 0.3s;
}
#TOP #NEWS .news-list .item a img {
  width: auto;
  height: 30px;
}
#TOP #NEWS .news-list .item a:hover {
  opacity: 0.7;
}
#TOP #about {
  position: relative;
  margin: 100px 0;
}
#TOP #about .container-fluid1 {
  position: relative;
}
#TOP #about .container-fluid1::after {
  position: absolute;
  content: url(../../image/top-deco1.png);
  top: -100px;
  right: 0;
  z-index: 0;
}
#TOP #about .container-fluid2 {
  position: relative;
}
#TOP #about .container-fluid2::after {
  position: absolute;
  content: url(../../image/top-deco2.png);
  left: -250px;
  top: 200px;
  z-index: 0;
}
#TOP #about .container-fluid3 {
  position: relative;
}
#TOP #about .container-fluid3::after {
  position: absolute;
  content: url(../../image/top-deco3.png);
  left: -250px;
  top: 750px;
  z-index: 0;
}
#TOP #about .container-fluid4 {
  position: relative;
}
#TOP #about .container-fluid4::after {
  position: absolute;
  content: url(../../image/top-deco4.png);
  right: -100px;
  top: 750px;
  z-index: 0;
}
#TOP #about .scrollbox2 {
  display: flex;
  flex-flow: column;
}
#TOP #about .about_ttl {
  margin: 0 auto 0 0;
  max-width: 450px;
}
#TOP #about .about_ttl img {
  max-width: auto;
  width: 100%;
}
#TOP #about .text {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin: 0 0 0 auto;
  padding-top: 140px;
}
#TOP #about .about_btn {
  text-decoration: none;
  margin: 54px 0 0 auto;
}
#TOP #about .about_btn:hover {
  color: #000;
}
#TOP #about .image-area {
  position: relative;
}
#TOP #about .image-area .about_img1 {
  background-color: #fff;
  width: 635px;
  height: 450px;
  margin: 34px auto 0 0;
  width: 100%;
  background-image: url(../../image/about_img1.jpg);
  background-position: 100% 100%;
  background-repeat: no-repeat;
}
#TOP #about .image-area .about_img2 {
  margin-top: 124px;
  background-color: #ccc;
  width: 415px;
  height: 520px;
  margin: 124px 0 0 auto;
  background-image: url(../../image/about_img2.jpg);
  background-position: 45% 50%;
  background-repeat: no-repeat;
}
#TOP #event {
  position: relative;
  width: 100%;
  padding-top: 0;
}
#TOP #event .container-fluid1 {
  position: relative;
}
#TOP #event .container-fluid1::after {
  position: absolute;
  content: url(../../image/top-deco5.png);
  top: 820px;
  right: 0;
  z-index: 0;
}
#TOP #event .scrollbox3 {
  position: relative;
  flex-flow: column;
}
#TOP #event .event_ttl {
  margin-left: 30px;
  padding-right: 90px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
#TOP #event .event_ttl img {
  width: auto;
}
#TOP #event .event_ttl .text {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-top: 60px;
  width: 385px;
}
#TOP #event .event_ttl .event_btn {
  text-decoration: none;
  margin: 60px 0 auto 0;
}
#TOP #event .event_ttl .event_btn img {
  width: auto;
  height: 70px;
}
#TOP #event .event_ttl .event_btn:hover {
  color: #000;
}
#TOP #event .event_img {
  position: absolute;
  right: 0;
  top: 30px;
  background-color: #ccc;
  width: 950px;
  height: 480px;
  background-image: url(../../image/honkan.jpg);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  margin-top: 100px;
}
#TOP #event .event_img::before {
  content: "";
  display: inline-block;
  background-image: url(../../image/honkan.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 100%;
  height: 100px;
  position: absolute;
  top: -50px;
  left: 0;
}
#TOP #event .event_img2 {
  background-color: #ccc;
  width: 700px;
  height: 400px;
  background-image: url(../../image/hanare.jpg);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  margin-top: 180px;
}
#TOP #event .event_img2::before {
  content: "";
  display: inline-block;
  background-image: url(../../image/hanare.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 100%;
  height: 100px;
  position: absolute;
  top: -50px;
  left: 0;
}
#TOP #event .event_img3 {
  display: none;
  background-color: #ccc;
  width: 700px;
  height: 400px;
  background-image: url(../../image/honkan.jpg);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  margin-top: 180px;
}
#TOP #event .event_img3::before {
  content: "";
  display: inline-block;
  background-image: url(../../image/honkan.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 100%;
  height: 100px;
  position: absolute;
  top: -50px;
  left: 0;
}
#TOP #obentou {
  position: relative;
}
#TOP #obentou .scrollbox4 {
  display: flex;
  flex-flow: column;
  position: relative;
}
#TOP #obentou .obentou_img {
  height: 800px;
}
#TOP #obentou .obentou_img .obentou_img {
  position: absolute;
  left: 0;
  top: 30px;
  background-color: #ccc;
  width: 1265px;
  height: 700px;
  background-image: url(../../image/obentou_img1.jpg);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  margin-top: 100px;
}
#TOP #obentou .obentou_img .obentou_img2 {
  position: absolute;
  right: 100px;
  bottom: -60px;
  background-color: #ccc;
  width: 320px;
  height: 480px;
  background-image: url(../../image/obentou_img2.jpg);
  background-position: 75% 90%;
  background-repeat: no-repeat;
  margin-top: 100px;
}
#TOP #obentou .obentou_text {
  justify-content: center;
  margin-top: 100px;
}
#TOP #obentou .obentou_ttl {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 0;
}
#TOP #obentou .obentou_ttl img {
  width: auto;
}
#TOP #obentou .obentou_ttl .text {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-top: 60px;
  width: 100%;
}
#TOP #obentou .obentou_ttl .item3 {
  margin-top: 50px;
  margin-bottom: 60px;
}
#TOP #obentou .obentou_ttl .area {
  position: relative;
  background-repeat: no-repeat;
  width: 100%;
}
#TOP #obentou .obentou_ttl .area .area_text {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 25px 100px;
  background-color: #e4d9d0;
  background-image: url(../../image/haitatu_bg.jpg);
  background-repeat: no-repeat;
  padding: 0.2em 0.5em;
  margin: 2em 0;
  box-shadow: 0px 0px 0px 10px #e4d9d0;
  border: solid 1px white;
}
#TOP #obentou .obentou_ttl .area .area_text .ttl p {
  font-size: 18px;
  font-weight: 600;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  writing-mode: vertical-rl;
  padding: 15px;
  background-color: #fff;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  margin: 1rem;
}
#TOP #obentou .obentou_ttl .area .area_text .text {
  margin: 0;
}
#TOP #obentou .obentou_ttl .area .area_text .text .subttl {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
#TOP #obentou .obentou_ttl .area .area_text .text p {
  font-size: 14px;
  font-weight: 400;
}
#TOP #obentou .obentou_ttl .obentou_btn {
  text-decoration: none;
  margin: 60px 0 auto 0;
}
#TOP #obentou .obentou_ttl .obentou_btn img {
  width: auto;
  height: 70px;
}
#TOP #obentou .obentou_ttl .obentou_btn:hover {
  color: #000;
}
#TOP #yoyaku {
  position: relative;
  padding-top: 70px;
  height: auto;
}
#TOP #yoyaku .wrap2 {
  width: 100%;
  background-image: url(../../image/yoyaku_bg.jpg);
  background-repeat: no-repeat;
  background-position: 100% 80%;
  padding-bottom: 50px;
  background-size: cover;
}
#TOP #yoyaku .scrollbox5 {
  display: flex;
  flex-flow: column;
  position: relative;
}
#TOP #yoyaku .scrollbox5 .container .row {
  justify-content: center;
}
#TOP #yoyaku .yoyaku_ttl {
  margin: 0 auto 0 0;
  max-width: 400px;
  border-right: 1px solid #e3d3ba;
  padding-left: 45px;
}
#TOP #yoyaku .yoyaku_ttl img {
  max-width: auto;
  width: 100%;
}
#TOP #yoyaku .yoyaku-text .ttl,
#TOP #yoyaku .tyuumon-text .ttl {
  font-size: 20px;
  font-weight: 600;
  padding: 15px 13px;
  background-color: #fff;
  border-radius: 3px;
  display: inline-block;
  color: #111;
  margin-bottom: 30px;
}
#TOP #yoyaku .yoyaku-text p,
#TOP #yoyaku .tyuumon-text p {
  font-size: 16px;
  font-weight: 400;
  color: #111;
}
#TOP #yoyaku .yoyaku-text .yoyaku_btn,
#TOP #yoyaku .tyuumon-text .yoyaku_btn {
  text-decoration: none;
  position: absolute;
  right: 0;
}
#TOP #yoyaku .yoyaku-text .yoyaku_btn img,
#TOP #yoyaku .tyuumon-text .yoyaku_btn img {
  width: auto;
  height: 70px;
}
#TOP #yoyaku .yoyaku-text .yoyaku_btn:hover,
#TOP #yoyaku .tyuumon-text .yoyaku_btn:hover {
  color: #000;
}
#TOP #yoyaku .tyuumon-text {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  #TOP #TOP p {
    font-size: 14px;
  }
  #TOP #event .container-fluid1 {
    display: none;
  }
  #TOP p {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 991px) {
  #TOP {
    /*固定する背景*/
  }
  #TOP .parallax-bg {
    background-attachment: inherit;
    height: 250px;
  }
  #TOP #NEWS {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0px;
    flex-direction: column;
    align-items: center;
  }
  #TOP #NEWS .oshirase_ttl {
    margin: 30px 0;
    padding: 0;
  }
  #TOP #NEWS .oshirase_ttl img {
    height: 150px;
    width: auto;
  }
  #TOP #NEWS .news-list {
    list-style: none outside;
    margin: 0;
    padding: 0;
    border: 1px solid #ded1c6;
    overflow-y: scroll;
    height: 300px;
  }
  #TOP #NEWS .news-list::-webkit-scrollbar {
    width: 4px;
  }
  #TOP #NEWS .news-list::-webkit-scrollbar-track {
    background-color: #c6bbb3;
  }
  #TOP #NEWS .news-list::-webkit-scrollbar-thumb {
    background-color: #c53d09;
  }
  #TOP #NEWS .news-list .item {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #ded1c6;
    padding: 20px 20px;
  }
  #TOP #NEWS .news-list .item:first-child {
    border-top: 1px solid #ded1c6;
  }
  #TOP #NEWS .news-list .item .date {
    margin: 0;
    min-width: 110px;
    font-size: 18px;
    color: #000;
    padding: 0 20px 0 0;
  }
  #TOP #NEWS .news-list .item .category {
    margin: 0;
    height: 30px;
    padding: 0 20px 0 0;
    content: url(../../image/oshirase_new.png);
  }
  #TOP #NEWS .news-list .item .category-none {
    opacity: 0;
  }
  #TOP #NEWS .news-list .item .category span {
    background: #999;
    color: #FFF;
    text-align: center;
    display: inline-block;
    padding: 5px 20px;
    font-size: 12px;
    line-height: 1;
  }
  #TOP #NEWS .news-list .item .title {
    margin: 0;
    width: 100%;
    font-size: 18px;
  }
  #TOP #NEWS .news-list .item a {
    width: 100%;
    justify-content: end;
  }
  #TOP #NEWS .news-list .item {
    flex-wrap: wrap;
  }
  #TOP #NEWS .news-list .item .date {
    min-width: 100px;
  }
  #TOP #NEWS .news-list .item .title {
    margin-top: 10px;
  }
  #TOP #about {
    padding: 0;
    margin: 50px 0;
  }
  #TOP #about .container-fluid1 {
    position: relative;
  }
  #TOP #about .container-fluid1::after {
    position: absolute;
    content: url(../../image/top-deco1.png);
    top: -50px;
    right: -100px;
    z-index: 0;
  }
  #TOP #about .container-fluid2 {
    display: none;
  }
  #TOP #about .container-fluid3 {
    display: none;
  }
  #TOP #about .container-fluid4 {
    display: none;
  }
  #TOP #about .btn01 {
    text-decoration: none;
  }
  #TOP #about .btn01 img {
    margin-right: 25px;
    width: 40px;
    height: 100%;
    image-rendering: -webkit-optimize-contrast;
  }
  #TOP #about .about_ttl img {
    width: 200px;
  }
  #TOP #about .text {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin: 0 0 0 auto;
    padding-top: 30px;
    padding-right: 0;
    padding-left: 0;
  }
  #TOP #about .about_btn {
    margin: 30px 0 0 auto;
  }
  #TOP #about .image-area .about_img1 {
    height: 250px;
    margin: 50px auto 0 0;
    background-image: url(../../image/about_img1.jpg);
    background-position: 60% 100%;
    background-size: cover;
  }
  #TOP #about .image-area .about_img2 {
    height: 250px;
    margin: 30px auto 0 0;
    background-image: url(../../image/about_img2.jpg);
    background-position: 50% 69%;
    background-size: auto;
  }
  #TOP #event .container-fluid1 {
    display: none;
  }
  #TOP #event .event_img3 {
    display: block;
  }
  #TOP #event .event_text {
    justify-content: center;
  }
  #TOP #event .event_ttl img {
    width: 100px;
  }
  #TOP #event .event_img {
    display: none;
  }
  #TOP #event .event_ttl {
    margin-left: 0px !important;
    padding: 0px !important;
  }
  #TOP #event .event_ttl .text {
    width: 100%;
    margin-top: 30px;
  }
  #TOP #event .event_ttl .event_btn {
    margin: 30px 0 auto 0;
  }
  #TOP #event .event_ttl .event_btn img {
    height: 40px;
  }
  #TOP #event .event_img2 {
    height: 300px;
    background-size: cover;
    margin-top: 30px;
  }
  #TOP #event .event_img2::before {
    top: 10px;
    left: 10px;
  }
  #TOP #event .event_img3 {
    height: 300px !important;
    background-size: cover;
    margin-top: 30px;
  }
  #TOP #event .event_img3::before {
    top: 10px;
    left: 10px;
  }
  #TOP #obentou .obentou_ttl .ttlimg {
    width: auto;
    height: 100px;
  }
  #TOP #obentou .obentou_ttl .text {
    margin-top: 30px;
  }
  #TOP #obentou .obentou_img .obentou_img {
    position: absolute;
    left: 0;
    top: 30px;
    background-color: #ccc;
    /* width: 1265px; */
    height: 300px;
    background-image: url(../../image/obentou_img1.jpg);
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 70px;
  }
  #TOP #obentou .obentou_img .obentou_img2 {
    position: absolute;
    right: 0px;
    top: 180px;
    background-color: #ccc;
    width: 300px;
    height: 300px;
    background-image: url(../../image/obentou_img2.jpg);
    background-position: 75% 90%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 0px;
  }
  #TOP #obentou .obentou_img {
    height: 360px;
    top: 0px !important;
  }
  #TOP #obentou .obentou_text {
    margin-top: 150px;
  }
  #TOP #obentou .obentou_text .item3 .container {
    padding: 0 !important;
    margin: 0 !important;
  }
  #TOP #obentou .obentou_text .item3 .container .row {
    justify-content: center;
  }
  #TOP #obentou .obentou_ttl .area .area_text {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding: 25px 100px;
    background-color: #e4d9d0;
    background-image: url(../../image/haitatu_bg.jpg);
    background-repeat: no-repeat;
    padding: 0.2em 0.5em;
    margin: 2em 0;
    box-shadow: 0px 0px 0px 10px #e4d9d0;
    border: solid 1px white;
    flex-direction: column;
    align-content: center;
  }
  #TOP #obentou .obentou_ttl .area .area_text .ttl p {
    font-size: 18px;
    font-weight: 600;
    writing-mode: initial;
    padding: 5px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    margin: 1rem;
  }
  #TOP #obentou .obentou_btn {
    margin: 30px 0 auto 0 !important;
  }
  #TOP #obentou .obentou_btn img {
    width: auto;
    height: 40px !important;
  }
  #TOP #yoyaku .yoyaku_ttl img {
    height: 150px;
    width: auto;
  }
  #TOP #yoyaku .yoyaku_btn {
    margin: 30px 0 auto 0 !important;
  }
  #TOP #yoyaku .yoyaku_btn img {
    width: auto;
    height: 40px !important;
  }
}
@media screen and (max-width: 1400px) {
  #TOP #yoyaku .yoyaku_ttl {
    border: none;
    justify-content: center;
  }
}
@media screen and (max-width: 1400px) {
  #TOP #event .event_ttl {
    margin-left: 30px;
    padding-right: 0px;
    display: flex;
    flex-flow: column;
    align-items: center;
    max-width: auto;
    width: 100%;
    margin-left: 35px;
  }
  #TOP #event .event_img3 {
    height: 40px;
  }
  #TOP #event .event_img {
    right: 0;
    top: 30px;
    width: 400px;
    margin-top: 100px;
    background-size: cover;
  }
}
@media screen and (min-width: 2000px) {
  #TOP #obentou .obentou_img .obentou_img2 {
    position: absolute;
    right: 100px;
    bottom: -60px;
    background-color: #ccc;
    width: 800px;
    height: 480px;
    background-image: url(../../image/obentou_img2.jpg);
    background-position: 75% 90%;
    background-repeat: no-repeat;
    margin-top: 100px;
  }
}

#event {
  background-image: url(../../image/washi_ivory.jpg);
  position: relative;
  width: 100%;
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
#event .btn {
  text-decoration: none;
  margin: 30px 0 0;
  padding: 0;
}
#event .btn img {
  width: 70px;
  height: auto;
}
#event .btn:hover {
  color: #000;
}
#event .pc {
  display: block;
}
#event .sp {
  display: none;
}
#event .main {
  position: relative;
  width: 100%;
  height: 95vh;
  background-color: #ccc;
  z-index: 1;
  background-image: url(../../image/mv01.jpg);
  background-position: 10% 40%;
  background-size: cover;
  background-repeat: no-repeat;
}
#event .main .ttl_area {
  position: absolute;
  right: 0;
  bottom: -30px;
}
#event .main .ttl_area .ttl {
  position: relative;
  width: auto;
  height: 50%;
  padding: 0px 100px;
  font-size: 36px;
  z-index: 2;
  background-color: #EFCAAB;
  color: #f8f8f8;
  writing-mode: vertical-rl;
  text-align: center;
}
#event .main .ttl_area .ttl::after {
  content: "Event";
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 16px;
  writing-mode: inherit;
  color: #f8f8f8;
}
#event .con1 {
  position: relative;
  margin: 100px 0;
}
#event .con1::after {
  position: absolute;
  content: url(../../image/bg-deco4.png);
  top: -40px;
  right: -400px;
  z-index: -1;
}
#event .con1 .ttl {
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 60px;
}
#event .con1 p {
  font-size: 16px;
}
#event .con2 {
  margin: 100px 0;
}
#event .con2 .imgarea {
  position: relative;
}
#event .con2 .imgarea .cap {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
  font-weight: 400;
}
#event .con2 .imgarea .con-img1 {
  height: 400px;
  width: auto;
  background-color: #ccc;
  background-image: url(../../image/houji1.png);
  background-position: 10% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
#event .con2 .imgarea .con-img2 {
  height: 300px;
  width: auto;
  background-color: #ccc;
  margin-left: 1rem;
  margin-top: 150px;
  background-image: url(../../image/houji2.png);
  background-position: 10% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
#event .con2 .ttl {
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 60px;
}
#event .con2 p {
  font-size: 16px;
}
#event .con2 .syousaiarea {
  position: relative;
  height: 500px;
}
#event .con2 .syousaiarea .con-img3 {
  position: absolute;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #ccc;
  display: flex;
  justify-content: end;
  margin: 30px 0;
  background-image: url(../../image/houji3.jpg);
  background-position: 100% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}
#event .con2 .syousaiarea .con-img3 .syousai {
  position: absolute;
  left: -100px;
  bottom: -30px;
  background-color: #c53d09;
  padding: 30px;
  height: auto;
  display: inline-block;
  color: #e4d9d0;
}
#event .con2 .syousaiarea .con-img3 .syousai .ttl {
  font-size: 16px;
  margin-bottom: 10px;
  z-index: 2;
  text-align: center;
}
#event .con2 .syousaiarea .con-img3 .syousai .wrap {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
#event .con2 .syousaiarea .con-img3 .syousai .wrap .textarea {
  display: flex;
  flex-flow: column;
  margin: 0;
}
#event .con3 {
  position: relative;
  margin: 150px 0;
}
#event .con3 .container-fluid {
  position: absolute;
  height: 600px;
  width: 500px;
  left: -300px;
  top: -100px;
  background-color: #e4d9d0;
  z-index: -2;
}
#event .con3 .imgarea {
  position: relative;
}
#event .con3 .imgarea .cap {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  font-weight: 400;
}
#event .con3 .imgarea .row {
  justify-content: flex-end;
}
#event .con3 .imgarea .con-img1 {
  height: 400px;
  width: auto;
  background-color: #ccc;
  background-image: url(../../image/houji4.jpg);
  background-position: 100% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}
#event .con3 .imgarea .con-img2 {
  height: 400px;
  width: auto;
  background-color: #ccc;
  margin-right: 1rem;
  margin-top: 150px;
  background-image: url(../../image/houji5.jpg);
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
#event .con3 .text {
  flex-flow: column;
  font-size: 16px;
  display: flex;
  justify-content: end;
  margin: 0;
  align-items: flex-end;
}
#event .con3 .text .ttl {
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 60px;
}
#event .con4 {
  position: relative;
  margin: 100px 0;
}
#event .con4 .container-fluid {
  margin: 100px 0;
  position: absolute;
  height: 400px;
  width: 500px;
  right: -300px;
  top: -100px;
  background-color: #e4d9d0;
  z-index: -1;
}
#event .con4 .imgarea {
  position: relative;
}
#event .con4 .imgarea .cap {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  font-weight: 400;
}
#event .con4 .imgarea .row {
  justify-content: flex-end;
}
#event .con4 .imgarea .con-img2 {
  height: 400px;
  width: auto;
  background-color: #ccc;
  margin-top: 150px;
  margin: 0 auto 0 0;
  background-image: url(../../image/houji6.png);
  background-position: 100% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}
#event .con4 .ttl {
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 60px;
}
#event .con5 {
  margin: 100px 0;
}
#event .con5 .ttl {
  padding: 1rem;
  border-bottom: 2px solid #c53d09;
}
#event .con5 .ttl .row {
  justify-content: space-between;
  align-items: center !important;
}
#event .con5 .ttl .item1 {
  font-size: 36px;
  font-weight: 600;
}
#event .con5 .ttl .item2 {
  display: flex;
  justify-content: center;
  font-size: 24px;
  margin-right: 50px;
}
#event .con5 .ttl .item3 a {
  margin: 0;
}
#event .con5 .textarea {
  margin-top: 30px;
}
#event .con5 .kondate {
  margin-top: 50px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
#event .con5 .kondate .ttl {
  display: flex;
  flex-flow: column;
  font-size: 18px;
  border-bottom: none;
  text-align: center;
  margin-bottom: 30px;
}
#event .con5 .kondate .ttl span {
  font-size: 14px;
}
#event .con5 .kondate .item4 {
  writing-mode: vertical-rl;
  margin: 0 auto;
}
#event .con5 .kondate .item4 .subttl {
  margin-top: 1rem;
  font-size: 18px;
}
#event .con5 .kondate .subitem {
  margin: 0 10px;
}
#event .con6 {
  position: relative;
  margin: 100px 0;
  height: auto;
}
#event .con6 p {
  text-align: center;
}
#event .con6 .l {
  position: relative;
  margin: 30px 0;
}
#event .con6 .l .container-fluid {
  position: absolute;
  height: 600px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-90%);
  background-color: #EFCAAB;
}
#event .con6 .r {
  position: relative;
  margin: 30px 0;
}
#event .con6 .r .container-fluid {
  position: absolute;
  height: 600px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-10%);
  background-color: #e4d9d0;
}
#event .con6 .ttl {
  padding: 1rem;
  border-bottom: 2px solid #c53d09;
  font-size: 36px;
  font-weight: 600;
}
#event .con6 .ue {
  margin: 150px 0;
}
#event .con6 .menu-list {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
#event .con6 .menu-list .subttl {
  font-size: 24px;
  text-align: start;
}
#event .con6 .menu-list .subttl span {
  font-size: 16px;
}
#event .con6 .menu-list .subttl .en {
  text-align: end;
  font-size: 18px;
}
#event .con6 .menu-list .text_y {
  writing-mode: inherit;
  margin: 30px auto;
}
#event .con6 .menu-list .text {
  writing-mode: vertical-rl;
  margin: 30px auto;
}
#event .con6 .menu-list .text ul li {
  font-size: 18px;
  margin: 0 30px;
}
#event .con6 .img1 {
  height: 400px;
  width: 500px;
  background-color: #ccc;
  background-image: url(../../image/houji7.jpg);
  background-position: 100% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}
#event .con6 .img2 {
  height: 400px;
  width: 500px;
  background-color: #ccc;
  background-image: url(../../image/houji8.jpg);
  background-position: 100% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}
#event .con6 .img3 {
  height: 400px;
  width: 500px;
  background-color: #ccc;
  background-image: url(../../image/houji9.jpg);
  background-position: 100% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}
#event .con7 {
  margin: 50px 0;
  background-color: #c53d09;
  color: #f8f8f8;
  padding: 30px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
#event .con7 .ttl {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  #event .btn {
    text-decoration: none;
    margin: 30px 0 0;
    padding: 0;
  }
  #event .btn img {
    width: 40px !important;
    height: auto;
  }
  #event .btn:hover {
    color: #000;
  }
  #event .main {
    height: 50vh;
    background-position: 90% 100%;
  }
  #event .main .ttl_area {
    bottom: -50px;
  }
  #event .main .ttl_area .ttl {
    height: 30%;
    padding: 0px 100px;
    font-size: 24px;
  }
  #event .main .ttl_area .ttl::after {
    font-size: 14px;
  }
  #event .con1 {
    padding-top: 30px;
  }
  #event .con1 .ttl {
    font-size: 24px;
  }
  #event .con1 p {
    font-size: 16px;
  }
  #event .con2 {
    margin-top: 150px;
  }
  #event .con2 .imgarea {
    position: relative;
  }
  #event .con2 .imgarea .cap {
    top: -70px;
    font-size: 24px;
  }
  #event .con2 .ttl {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px;
  }
  #event .con2 p {
    font-size: 16px;
  }
  #event .con2 .syousaiarea {
    position: relative;
    height: 400px;
  }
  #event .con2 .syousaiarea .con-img3 {
    right: 0;
    height: 300px;
  }
  #event .con3 {
    margin-top: 0px;
    margin-bottom: 50px;
  }
  #event .con3 .container-fluid {
    left: -400px;
  }
  #event .con3 .text {
    flex-flow: column;
    font-size: 16px;
    display: flex;
    justify-content: end;
    margin: 0;
    align-items: flex-end;
  }
  #event .con3 .text .ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }
  #event .con4 {
    margin: 50px 0;
  }
  #event .con4 .imgarea .row {
    align-items: center;
  }
  #event .con4 .ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }
  #event .con5 {
    margin: 50px 0;
  }
  #event .con5 .ttl .item1 {
    font-size: 24px;
  }
  #event .con5 .ttl .item2 {
    font-size: 16px;
  }
  #event .con5 .kondate {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    flex-flow: column;
  }
  #event .con5 .kondate .ttl {
    font-size: 18px;
    border-bottom: 1px solid #e3d3ba;
  }
  #event .con5 .kondate .ttl span {
    font-size: 14px;
  }
  #event .con5 .kondate .item4 {
    writing-mode: inherit;
    display: flex;
    flex-flow: column;
  }
  #event .con5 .kondate .item4 .subttl {
    font-size: 18px;
  }
  #event .con5 .kondate .subitem {
    margin: 0 50px;
  }
  #event .con6 {
    margin-top: 50px;
    margin-bottom: 100px;
  }
  #event .con6 p {
    text-align: center;
  }
  #event .con6 .ttl {
    padding: 1rem;
    border-bottom: 2px solid #c53d09;
    font-size: 24px;
    font-weight: 600;
  }
  #event .con6 .ue {
    margin: 150px 0;
  }
  #event .con6 .menu-list {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
  #event .con6 .menu-list .subttl {
    font-size: 18px;
    text-align: start;
    margin-bottom: 30px;
  }
  #event .con6 .menu-list .subttl span {
    font-size: 16px;
  }
  #event .con6 .menu-list .subttl .en {
    text-align: end;
    font-size: 14px;
  }
  #event .con6 .menu-list .text_y {
    writing-mode: inherit;
    margin: 30px auto;
  }
  #event .con6 .menu-list .text {
    writing-mode: inherit;
    margin: 30px auto;
    text-align: start;
    margin: 0 auto 0 0;
  }
  #event .con6 .img1 {
    background-position: 20%;
  }
  #event .con6 .img2 {
    background-position: 60%;
  }
  #event .con6 .img3 {
    background-position: 50%;
  }
  #event .con7 {
    margin: 50px 0;
    background-color: #c53d09;
    color: #f8f8f8;
    padding: 30px;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  #event .con7 .ttl {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #event .pc {
    display: none;
  }
  #event .sp {
    display: block;
  }
  #event .btn {
    text-decoration: none;
    margin: 30px 0 0;
    padding: 0;
  }
  #event .btn img {
    width: 40px !important;
    height: auto;
  }
  #event .btn:hover {
    color: #000;
  }
  #event .main {
    height: 30vh !important;
    background-color: #ccc;
    z-index: 1;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #event .main .ttl_area {
    position: absolute;
    right: 0;
    bottom: -25px;
  }
  #event .main .ttl_area .ttl {
    height: 18% !important;
    padding: 10px 60px !important;
    font-size: 24px !important;
    writing-mode: inherit !important;
  }
  #event .main .ttl_area .ttl::after {
    top: 3px;
    left: 3px;
    font-size: 14px !important;
    writing-mode: inherit !important;
  }
  #event .con1 {
    margin-top: 70px;
  }
  #event .con1 .ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }
  #event .con1 p {
    font-size: 14px;
  }
  #event .con2 {
    margin: 130px 0;
  }
  #event .con2 .imgarea {
    position: relative;
  }
  #event .con2 .imgarea .cap {
    top: -90px;
    font-size: 18px;
  }
  #event .con2 .imgarea .con-img1 {
    height: 250px;
    background-position: 50%;
  }
  #event .con2 .imgarea .con-img2 {
    height: 150px;
    margin-top: 130px;
  }
  #event .con2 .ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #event .con2 p {
    font-size: 14px;
  }
  #event .con2 .syousaiarea {
    position: relative;
    height: 450px;
  }
  #event .con2 .syousaiarea .con-img3 {
    height: 200px;
  }
  #event .con2 .syousaiarea .con-img3 .syousai {
    left: 0;
    bottom: -220px;
    padding: 30px;
  }
  #event .con2 .syousaiarea .con-img3 .syousai .wrap {
    flex-flow: column;
    font-size: 14px;
  }
  #event .con3 {
    position: relative;
    margin: 50px 0;
  }
  #event .con3 .container-fluid {
    display: none;
  }
  #event .con3 .imgarea {
    position: relative;
  }
  #event .con3 .imgarea .cap {
    top: -90px;
    font-size: 18px;
  }
  #event .con3 .imgarea .con-img1 {
    height: 250px;
    background-position: 60%;
  }
  #event .con3 .imgarea .con-img2 {
    height: 150px;
  }
  #event .con3 .text {
    font-size: 14px;
  }
  #event .con3 .text .ttl {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: end;
  }
  #event .con4 {
    margin: 50px 0;
  }
  #event .con4 .container-fluid {
    display: none;
  }
  #event .con4 .imgarea {
    position: relative;
  }
  #event .con4 .imgarea .con-img2 {
    height: 200px;
    margin-top: 50px;
  }
  #event .con4 .ttl {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  #event .con4 .btn {
    display: flex;
    justify-content: end;
    align-items: center;
  }
  #event .con5 {
    margin: 50px 0;
  }
  #event .con5 .ttl {
    padding: 1rem;
    border-bottom: 2px solid #c53d09;
  }
  #event .con5 .ttl .row {
    justify-content: space-between;
    align-items: center !important;
  }
  #event .con5 .ttl .item1 {
    font-size: 24px;
  }
  #event .con5 .ttl .item2 {
    font-size: 16px;
  }
  #event .con5 .ttl .item3 {
    margin-top: 20px;
  }
  #event .con5 .textarea {
    margin: 30px 0;
    font-size: 14px;
  }
  #event .con5 .kondate {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-flow: column;
  }
  #event .con5 .kondate .ttl {
    font-size: 18px;
    border-bottom: 1px solid #e3d3ba;
    padding: 0;
  }
  #event .con5 .kondate .ttl span {
    font-size: 14px;
  }
  #event .con5 .kondate .item4 {
    writing-mode: inherit;
    font-size: 14px;
  }
  #event .con5 .kondate .item4 .subttl {
    font-size: 16px;
  }
  #event .con5 .kondate .subitem {
    margin: 0 10px;
  }
  #event .con5 .kondate .deco2 {
    display: none;
  }
  #event .pc {
    display: none;
  }
  #event .con6 {
    margin-top: 50px;
    margin-bottom: 100px;
  }
  #event .con6 p {
    text-align: center;
    font-size: 14px;
  }
  #event .con6 .container-fluid {
    display: none;
  }
  #event .con6 .ttl {
    padding: 1rem;
    border-bottom: 2px solid #c53d09;
    font-size: 24px;
    font-weight: 600;
  }
  #event .con6 .ue {
    margin: 50px 0;
  }
  #event .con6 .menu-list {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    background-color: #c53d09;
    color: #f8f8f8;
  }
  #event .con6 .menu-list .subttl {
    font-size: 18px;
    text-align: start;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  #event .con6 .menu-list .subttl span {
    font-size: 16px;
  }
  #event .con6 .menu-list .subttl .en {
    text-align: end;
    font-size: 14px;
  }
  #event .con6 .menu-list .text_y {
    writing-mode: inherit;
    margin: 30px auto;
  }
  #event .con6 .menu-list .text {
    writing-mode: inherit;
    margin: 30px auto;
    text-align: start;
    margin: 0 auto 0 0;
    font-size: 14px;
  }
  #event .con6 .menu-list .text ul {
    padding: 0;
  }
  #event .con6 .menu-list .text ul li {
    font-size: 14px;
  }
  #event .con6 .img1 {
    background-position: 20%;
    height: 200px;
  }
  #event .con6 .img2 {
    background-position: 60%;
    height: 200px;
  }
  #event .con6 .img3 {
    background-position: 50%;
    height: 200px;
  }
  #event .con7 {
    margin: 50px 0;
    background-color: #c53d09;
    color: #f8f8f8;
    padding: 30px;
    display: flex;
    flex-flow: column;
    align-items: center;
    font-size: 14px;
  }
  #event .con7 .ttl {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
  }
}
#entertain {
  background-image: url(../../image/washi_ivory.jpg);
  position: relative;
  width: 100%;
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
#entertain .btn {
  text-decoration: none;
  margin: 30px 0 0;
  padding: 0;
}
#entertain .btn img {
  width: 70px !important;
  height: auto;
}
#entertain .btn:hover {
  color: #000;
}
#entertain .main {
  position: relative;
  width: 100%;
  height: 95vh;
  background-color: #ccc;
  z-index: 1;
  background-image: url(../../image/about_img2.jpg);
  background-position: 40%;
  background-size: cover;
  background-repeat: no-repeat;
}
#entertain .main .ttl_area {
  position: absolute;
  right: 0;
  bottom: -30px;
}
#entertain .main .ttl_area .ttl {
  position: relative;
  width: auto;
  height: 50%;
  padding: 0px 100px;
  font-size: 36px;
  z-index: 2;
  background-color: #EFCAAB;
  color: #f8f8f8;
  writing-mode: vertical-rl;
  text-align: center;
}
#entertain .main .ttl_area .ttl::after {
  content: "Entertain";
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 16px;
  writing-mode: inherit;
  color: #f8f8f8;
}
#entertain .con1 {
  position: relative;
  margin: 100px 0;
}
#entertain .con1 .ttl {
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 60px;
}
#entertain .con1 p {
  font-size: 16px;
}
#entertain .con1 .con-img1 {
  height: 400px;
  width: auto;
  background-color: #ccc;
  background-image: url(../../image/settai1.png);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
#entertain .con5 {
  margin: 100px 0;
}
#entertain .con5 .ttl {
  padding: 1rem;
  border-bottom: 2px solid #c53d09;
}
#entertain .con5 .ttl .row {
  justify-content: space-between;
  align-items: center !important;
}
#entertain .con5 .ttl .item1 {
  font-size: 36px;
  font-weight: 600;
}
#entertain .con5 .ttl .item2 {
  display: flex;
  justify-content: center;
  font-size: 24px;
  margin-right: 50px;
}
#entertain .con5 .ttl .item3 a {
  margin: 0;
}
#entertain .con5 .textarea {
  margin-top: 30px;
}
#entertain .con5 .kondate {
  margin-top: 50px;
}
#entertain .con5 .kondate .deco2 {
  display: none;
}
#entertain .con5 .kondate .ttl {
  display: flex;
  flex-flow: column;
  font-size: 18px;
  border-bottom: none;
  text-align: center;
  margin-bottom: 30px;
}
#entertain .con5 .kondate .ttl span {
  font-size: 14px;
}
#entertain .con5 .kondate .item4 {
  writing-mode: vertical-rl;
  margin: 0 auto;
}
#entertain .con5 .kondate .item4 .subttl {
  margin-top: 1rem;
  font-size: 18px;
}
#entertain .con5 .kondate .subitem {
  margin: 0 10px;
}
#entertain .con7 {
  margin: 50px 0;
  background-color: #c53d09;
  color: #f8f8f8;
  padding: 30px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
#entertain .con7 .ttl {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}
#entertain .con2 {
  position: relative;
  margin: 100px 0;
}
#entertain .con2 .row {
  padding: 0;
  margin: 30px 0;
}
#entertain .con2 .ttl {
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 60px;
}
#entertain .con2 .ttl .row {
  align-items: center;
}
#entertain .con2 .ttl .row a {
  margin: 0;
  padding-left: 1rem;
}
#entertain .con2 p {
  font-size: 16px;
}
#entertain .con2 .con-img1 {
  height: 350px;
  width: auto;
  background-color: #ccc;
  background-image: url(../../image/settai2.png);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
#entertain .con3 {
  position: relative;
  margin: 150px 0;
}
#entertain .con3 .imgarea {
  position: relative;
}
#entertain .con3 .imgarea .cap {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 24px;
  font-weight: 400;
}
#entertain .con3 .imgarea .row {
  justify-content: flex-end;
}
#entertain .con3 .imgarea .con-img1 {
  height: 400px;
  width: auto;
  background-color: #ccc;
  background-image: url(../../image/settai3.png);
  background-position: 100% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}
#entertain .con3 .imgarea .con-img1::after {
  content: "和モダンを感じるお部屋。天井を飾る華やかな照明が印象深い人気のお部屋です。";
  position: absolute;
  bottom: -30px;
  right: 0;
  font-size: 14px;
  writing-mode: inherit;
  color: #000;
  z-index: 3;
}
#entertain .con3 .imgarea .con-img2 {
  height: 400px;
  width: auto;
  background-color: #ccc;
  margin-right: 1rem;
  margin-top: 150px;
  background-image: url(../../image/settai4.png);
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}
#entertain .con3 .text {
  flex-flow: column;
  font-size: 16px;
  display: flex;
  justify-content: end;
  margin: 0;
  align-items: flex-end;
}
#entertain .con3 .text .ttl {
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  #entertain .btn {
    text-decoration: none;
    margin: 30px 0 0;
    padding: 0;
  }
  #entertain .btn img {
    width: 40px !important;
    height: auto;
  }
  #entertain .btn:hover {
    color: #000;
  }
  #entertain .main {
    height: 50vh;
    background-position: 90% 100%;
  }
  #entertain .main .ttl_area {
    bottom: -50px;
  }
  #entertain .main .ttl_area .ttl {
    height: 30%;
    padding: 0px 100px;
    font-size: 24px;
  }
  #entertain .main .ttl_area .ttl::after {
    font-size: 14px;
  }
  #entertain .con1 {
    padding-top: 30px;
  }
  #entertain .con1 .ttl {
    font-size: 24px;
    margin: 30px 0;
  }
  #entertain .con1 p {
    font-size: 16px;
  }
  #entertain .con5 {
    margin: 50px 0;
  }
  #entertain .con5 .ttl .item1 {
    font-size: 24px;
  }
  #entertain .con5 .ttl .item2 {
    font-size: 16px;
  }
  #entertain .con5 .kondate {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    flex-flow: column;
  }
  #entertain .con5 .kondate .ttl {
    font-size: 18px;
    border-bottom: 1px solid #e3d3ba;
  }
  #entertain .con5 .kondate .ttl span {
    font-size: 14px;
  }
  #entertain .con5 .kondate .item4 {
    writing-mode: inherit;
    display: flex;
    flex-flow: column;
  }
  #entertain .con5 .kondate .item4 .subttl {
    font-size: 18px;
  }
  #entertain .con5 .kondate .subitem {
    margin: 0 50px;
  }
  #entertain .con7 {
    margin: 50px 0;
    background-color: #c53d09;
    color: #f8f8f8;
    padding: 30px;
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  #entertain .con7 .ttl {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
  }
  #entertain .con2 {
    margin-top: 100px;
  }
  #entertain .con2 .imgarea {
    position: relative;
  }
  #entertain .con2 .imgarea .cap {
    top: -70px;
    font-size: 24px;
  }
  #entertain .con2 .ttl {
    font-weight: 600;
    font-size: 24px;
    margin: 30px 0;
  }
  #entertain .con2 p {
    font-size: 16px;
  }
  #entertain .con2 .syousaiarea {
    position: relative;
    height: 400px;
  }
  #entertain .con2 .syousaiarea .con-img3 {
    right: 0;
    height: 300px;
  }
  #entertain .con3 {
    margin-top: 0px;
    margin-bottom: 50px;
  }
  #entertain .con3 .container-fluid {
    left: -400px;
  }
  #entertain .con3 .text {
    flex-flow: column;
    font-size: 16px;
    display: flex;
    justify-content: end;
    margin: 0;
    align-items: flex-end;
  }
  #entertain .con3 .text .ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }
  #entertain .con3 .con-img1::after {
    bottom: -50px !important;
  }
}
@media screen and (max-width: 767px) {
  #entertain .col {
    padding: 0;
  }
  #entertain .btn {
    text-decoration: none;
    margin: 0;
    padding: 0;
  }
  #entertain .btn img {
    width: 40px !important;
    height: auto;
  }
  #entertain .btn:hover {
    color: #000;
  }
  #entertain .main {
    height: 30vh;
    background-color: #ccc;
    z-index: 1;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #entertain .main .ttl_area {
    position: absolute;
    right: 0;
    bottom: -25px;
  }
  #entertain .main .ttl_area .ttl {
    height: 18%;
    padding: 10px 100px;
    font-size: 24px;
    writing-mode: inherit;
  }
  #entertain .main .ttl_area .ttl::after {
    top: 3px;
    left: 3px;
    font-size: 14px;
    writing-mode: inherit;
  }
  #entertain .con1 {
    margin-top: 70px;
    margin-bottom: 50px;
  }
  #entertain .con1 .ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }
  #entertain .con1 p {
    font-size: 14px;
  }
  #entertain .con1 .con-img1 {
    height: 200px;
  }
  #entertain .con5 {
    margin: 50px 0;
  }
  #entertain .con5 .ttl {
    padding: 1rem;
    border-bottom: 2px solid #c53d09;
  }
  #entertain .con5 .ttl .row {
    justify-content: space-between;
    align-items: center !important;
  }
  #entertain .con5 .ttl .item1 {
    font-size: 24px;
  }
  #entertain .con5 .ttl .item2 {
    font-size: 16px;
  }
  #entertain .con5 .ttl .item3 {
    margin-top: 20px;
  }
  #entertain .con5 .textarea {
    margin-top: 30px;
    font-size: 14px;
  }
  #entertain .con5 .kondate {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-flow: column;
  }
  #entertain .con5 .kondate .ttl {
    font-size: 18px;
    border-bottom: 1px solid #e3d3ba;
    padding: 0;
  }
  #entertain .con5 .kondate .ttl span {
    font-size: 14px;
  }
  #entertain .con5 .kondate .item4 {
    writing-mode: inherit;
    font-size: 14px;
  }
  #entertain .con5 .kondate .item4 .subttl {
    font-size: 16px;
  }
  #entertain .con5 .kondate .subitem {
    margin: 0 10px;
  }
  #entertain .con7 {
    margin: 50px 0;
    background-color: #c53d09;
    color: #f8f8f8;
    padding: 30px;
    display: flex;
    flex-flow: column;
    align-items: center;
    font-size: 14px;
  }
  #entertain .con7 .ttl {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
  }
  #entertain .con2 {
    margin: 130px 0;
  }
  #entertain .con2 .imgarea {
    position: relative;
  }
  #entertain .con2 .imgarea .cap {
    top: -90px;
    font-size: 18px;
  }
  #entertain .con2 .imgarea .con-img1 {
    height: 250px;
    background-position: 50%;
  }
  #entertain .con2 .imgarea .con-img2 {
    height: 150px;
    margin-top: 130px;
  }
  #entertain .con2 .ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #entertain .con2 p {
    font-size: 14px;
  }
  #entertain .con2 .syousaiarea {
    position: relative;
    height: 450px;
  }
  #entertain .con2 .syousaiarea .con-img3 {
    height: 200px;
  }
  #entertain .con2 .syousaiarea .con-img3 .syousai {
    left: 0;
    bottom: -220px;
    padding: 30px;
  }
  #entertain .con2 .syousaiarea .con-img3 .syousai .wrap {
    flex-flow: column;
    font-size: 14px;
  }
  #entertain .con3 {
    position: relative;
    margin: 50px 0;
  }
  #entertain .con3 .container-fluid {
    display: none;
  }
  #entertain .con3 .imgarea {
    position: relative;
  }
  #entertain .con3 .imgarea .cap {
    top: -90px;
    font-size: 18px;
  }
  #entertain .con3 .imgarea .con-img1 {
    height: 250px;
    background-position: 60%;
  }
  #entertain .con3 .imgarea .con-img2 {
    height: 150px;
  }
  #entertain .con3 .text {
    font-size: 14px;
    margin-top: 60px;
  }
  #entertain .con3 .text .ttl {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: end;
  }
  #entertain .con3 .con-img1::after {
    bottom: -80px !important;
  }
}
#about {
  background-image: url(../../image/washi_ivory.jpg);
  position: relative;
  width: 100%;
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
#about .btn {
  text-decoration: none;
  margin: 30px 0 0;
  padding: 0;
}
#about .btn img {
  width: 70px !important;
  height: auto;
}
#about .btn:hover {
  color: #000;
}
#about .sp,
#about .pc {
  padding: 0 15px;
}
#about .main {
  position: relative;
  width: 100%;
  height: 95vh;
  background-color: #ccc;
  z-index: 1;
  background-image: url(../../image/about-main.jpg);
  background-position: 20%;
  background-size: 130%;
  background-repeat: no-repeat;
}
#about .main .ttl_area {
  position: absolute;
  right: 0;
  bottom: -30px;
}
#about .main .ttl_area .ttl {
  position: relative;
  width: auto;
  height: 50%;
  padding: 0px 100px;
  font-size: 36px;
  z-index: 2;
  background-color: #EFCAAB;
  color: #f8f8f8;
  writing-mode: vertical-rl;
  text-align: center;
}
#about .main .ttl_area .ttl::before {
  content: "About";
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 16px;
  writing-mode: inherit;
  color: #f8f8f8;
}
#about .con1 {
  position: relative;
  margin-top: 100px;
  margin-bottom: 300px;
}
#about .con1::after {
  position: absolute;
  content: url(../../image/bg-deco4.png);
  top: 0;
  right: 0;
  z-index: -1;
}
#about .con1 .text1 {
  margin: 50px 0;
}
#about .con1 .ttl {
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 60px;
}
#about .con1 p {
  font-size: 16px;
}
#about .con1 .img-text {
  position: relative;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#about .con1 .img-text .img {
  position: relative;
  height: 500px;
  width: 90%;
  background-color: #ccc;
  background-image: url(../../image/about_img1.jpg);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
#about .con1 .img-text .text {
  position: absolute;
  padding: 30px;
  background-color: #c53d09;
  border-radius: 3px;
  color: #f8f8f8;
  width: 70%;
  height: auto;
  right: 0;
  bottom: -100px;
}
#about .con1 .sp {
  display: none;
}
#about .con2 {
  position: relative;
  margin: 100px 0;
}
#about .con2 .container-fluid {
  position: absolute;
  height: 500px;
  width: 50%;
  right: 0;
  top: -100px;
}
#about .con2 .container-fluid::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #e4d9d0;
  mix-blend-mode: normal;
  z-index: -1;
}
#about .con2 .text {
  position: relative;
  margin-top: 30px;
}
#about .con2 .cap {
  font-size: 24px;
  font-weight: 400;
  text-align: end;
}
#about .con2 .cap span {
  font-size: 36px;
  letter-spacing: 15px;
}
#about .con2 .imgarea {
  position: relative;
}
#about .con2 .imgarea .row {
  justify-content: center;
  align-items: center;
}
#about .con2 .imgarea .con-img1 {
  height: 350px;
  width: auto;
  background-color: #ccc;
  background-image: url(../../image/about.jpg);
  background-position: 10% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
#about .con2 .imgarea .con-img2 {
  height: 250px;
  width: auto;
  background-color: #ccc;
  margin-left: 1rem;
  margin-top: 150px;
  background-image: url(../../image/about1.jpg);
  background-position: 10% 50%;
  background-size: 160%;
  background-repeat: no-repeat;
}
#about .con2 .ttl {
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 60px;
}
#about .con2 p {
  font-size: 16px;
}
#about .con3 {
  position: relative;
  margin-top: 150px;
  margin-bottom: 100px;
}
#about .con3 .container-fluid {
  position: absolute;
  height: 500px;
  width: 70%;
  left: 0;
  top: -100px;
}
#about .con3 .container-fluid::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("../../image/washi_vermilion.jpg") repeat;
  mix-blend-mode: normal;
  z-index: -1;
}
#about .con3 .wrap {
  margin: 0 auto;
}
#about .con3 .cap {
  font-size: 24px;
  font-weight: 400;
  margin: 30px 0;
  color: #f8f8f8;
}
#about .con3 .cap span {
  font-size: 36px;
  letter-spacing: 15px;
}
#about .con3 .imgarea {
  position: relative;
}
#about .con3 .imgarea .row {
  justify-content: flex-end;
}
#about .con3 .imgarea .con-img1 {
  height: 400px;
  width: auto;
  background-color: #ccc;
  background-image: url(../../image/houji4.jpg);
  background-position: 100% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}
#about .con3 .text {
  font-size: 16px;
  margin: 30px auto;
}
#about .con3 .text .ttl {
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 60px;
}
#about .con3 .ko-su {
  margin-top: 60px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  background-color: #EFCAAB;
  padding: 10px;
}
#about .con3 .ko-su .text {
  display: flex;
  justify-content: center;
  flex-flow: column;
}
#about .con3 .ko-su .text .ttl {
  font-size: 24px;
  text-align: center;
}
#about .con5 {
  position: relative;
  margin: 50px 0;
  max-width: 100%;
}
#about .con5 .kondate {
  width: 100%;
  margin-top: 50px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 50px 0;
  border: 1px solid #111;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
#about .con5 .kondate .ttl {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}
#about .con5 .kondate .ttl .text1 {
  font-size: 24px;
  margin-bottom: 30px;
  letter-spacing: 15px;
}
#about .con5 .kondate .ttl .text2 {
  font-size: 14px;
}
#about .con5 .item4 {
  writing-mode: vertical-rl;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
#about .con5 .item4 .subttl {
  margin-top: 1rem;
  font-size: 18px;
}
#about .con5 .item4 .deco2::after {
  position: absolute;
  bottom: -40px;
  left: -600px;
}
#about .con5 .subitem {
  margin: 0 10px;
}
#about .con5 .subitem .row {
  justify-content: space-between;
  align-items: center;
  margin: 0 50px;
}
#about .con5 .subitem .row .name {
  margin: 30px 0;
}
#about .con5 .syousai {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
#about .con6 {
  position: relative;
  margin: 100px 0;
  height: auto;
}
#about .con6 p {
  text-align: center;
}
#about .con6 .l {
  position: relative;
  margin: 30px 0;
}
#about .con6 .l .container-fluid {
  position: absolute;
  height: 600px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-90%);
  background-color: #EFCAAB;
}
#about .con6 .r {
  position: relative;
  margin: 30px 0;
}
#about .con6 .r .container-fluid {
  position: absolute;
  height: 600px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-10%);
  background-color: #e4d9d0;
}
#about .con6 .ttl {
  padding: 1rem;
  border-bottom: 2px solid #c53d09;
  font-size: 36px;
  font-weight: 600;
}
#about .con6 .ue {
  margin: 150px 0;
}
#about .con6 .menu-list {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
#about .con6 .menu-list .subttl {
  font-size: 24px;
  text-align: start;
}
#about .con6 .menu-list .subttl span {
  font-size: 16px;
}
#about .con6 .menu-list .subttl .en {
  text-align: end;
  font-size: 18px;
}
#about .con6 .menu-list .text_y {
  writing-mode: inherit;
  margin: 30px auto;
}
#about .con6 .menu-list .text {
  writing-mode: vertical-rl;
  margin: 30px auto;
}
#about .con6 .menu-list .text ul li {
  font-size: 18px;
  margin: 0 30px;
}
#about .con6 .img1 {
  height: 400px;
  width: 500px;
  background-color: #ccc;
  background-image: url(../../image/houji7.jpg);
  background-position: 100% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}
#about .con6 .img2 {
  height: 400px;
  width: 500px;
  background-color: #ccc;
  background-image: url(../../image/houji8.jpg);
  background-position: 100% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}
#about .con6 .img3 {
  height: 400px;
  width: 500px;
  background-color: #ccc;
  background-image: url(../../image/houji9.jpg);
  background-position: 100% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}
#about .con8 {
  position: relative;
  margin-top: 150px;
}
#about .con8 .container-fluid {
  position: absolute;
  height: 250px;
  width: 100%;
  left: 50%;
  top: 0;
  transform: translateY(-10%) translateX(-50%);
  z-index: -1;
  background-color: #e4d9d0;
}
#about .con8 .ttl {
  font-size: 24px;
  font-weight: 400;
  margin: 30px 0;
  color: #111;
}
#about .con8 .ttl span {
  font-size: 36px;
  letter-spacing: 15px;
}
#about .con8 .sake .row {
  align-items: center;
  justify-content: end;
}
#about .con8 .sake .text {
  display: inline;
  height: 50%;
  border-bottom: 1px solid #e3d3ba;
  padding-bottom: 30px;
}
#about .con8 .sake .img1 {
  background-color: #ccc;
  height: 500px;
  background-image: url(../../image/about3.jpg);
  background-position: 75%;
  background-size: cover;
  background-repeat: no-repeat;
}
#about .con8 .sake .img2 {
  background-color: #ccc;
  height: 500px;
  background-image: url(../../image/about4.jpg);
  background-position: 35%;
  background-size: cover;
  background-repeat: no-repeat;
}
#about .con8 .sake3 {
  display: none;
}
#about .con9 {
  position: relative;
}
#about .con9 .container-fluid {
  position: absolute;
  height: 670px;
  width: 30%;
  left: 0;
  top: -100px;
}
#about .con9 .container-fluid::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("../../image/washi_vermilion.jpg") repeat;
  mix-blend-mode: normal;
  z-index: -1;
}
#about .con9 .osusume {
  margin-top: 150px;
}
#about .con9 .osusume .row {
  align-items: flex-end;
}
#about .con9 .osusume .osusume-ttl {
  writing-mode: vertical-rl;
  font-size: 24px;
  font-weight: 400;
  margin: 30px 0;
  color: #f8f8f8;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
#about .con9 .osusume .osusume-ttl span {
  font-size: 36px;
  letter-spacing: 15px;
  margin-top: 20px;
}
#about .con9 .osusume .osusume-img {
  height: 500px;
  background-color: #ccc;
  background-image: url(../../image/about5.jpg);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
#about .con9 .osusume .osusume-img::before {
  content: "・グラス　990円（税込）\a・ボトル　4,950円（税込）";
  white-space: pre;
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 16px;
  writing-mode: inherit;
  color: #f8f8f8;
}
#about .con9 .osusume .osusume-text {
  margin-top: 30px;
  display: flex;
  justify-content: end;
}
#about .con10 {
  position: relative;
  margin-top: 150px;
}
#about .con10 .ttl {
  font-size: 24px;
  font-weight: 400;
  margin: 30px 0;
  color: #111;
}
#about .con10 .ttl span {
  font-size: 36px;
  letter-spacing: 15px;
}
#about .con10 .text .ttl {
  font-size: 36px;
  border-bottom: 1px solid #c53d09;
  padding-bottom: 20px;
  width: 100%;
}
#about .con10 .text .ttl .container-fluid2 {
  position: absolute;
  height: 100%;
  width: 100%;
}
#about .con10 .text .ttl .container-fluid2::after {
  content: "";
  position: absolute;
  bottom: 110px;
  right: -460px;
  height: 100%;
  width: 100%;
  background: url("../../image/bg-deco2.png") no-repeat;
  mix-blend-mode: normal;
  z-index: -1;
}
#about .con10 .text .container-fluid {
  position: absolute;
  height: 200px;
  width: 100%;
  bottom: -40px;
  left: -40px;
}
#about .con10 .text .container-fluid::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("../../image/about7.png") no-repeat;
  mix-blend-mode: normal;
  z-index: -1;
}
#about .con10 .img1 {
  background-color: #ccc;
  height: 500px;
  background-image: url(../../image/about6.jpg);
  background-position: 75%;
  background-size: cover;
  background-repeat: no-repeat;
}
#about .con10 .img1::before {
  content: "味香佐特製　梅酒（ブランデーベース）\a 715円（税込）";
  white-space: pre;
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 16px;
  writing-mode: inherit;
  color: #f8f8f8;
}
#about .con11 {
  margin-top: 150px;
}
#about .con11 .ttl {
  font-size: 16px;
  display: flex;
  flex-flow: column;
  text-align: center;
}
#about .con11 .ttl span {
  font-size: 36px;
  border-bottom: 1px solid #c53d09;
  text-align: center;
  padding: 10px 0;
}
#about .con11 .subttl {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 50px;
}
#about .con11 .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#about .con11 .list .en {
  font-size: 14px;
}
#about .con11 .red {
  flex-flow: row;
}
#about .con11 .red .item .wrap {
  background-color: #c53d09;
  color: #f8f8f8;
  display: flex;
  justify-content: center;
  flex-flow: column;
  padding: 30px;
  height: 300px;
  margin-bottom: 60px;
}
#about .con11 .red .item .en {
  font-size: 18px;
  margin-bottom: 30px;
  text-align: center;
}
#about .con11 .red .item .en span {
  font-size: 14px;
}
#about .con11 .red .item .list {
  writing-mode: vertical-rl;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin: 10px;
}
#about .con12 {
  position: relative;
  margin-top: 150px;
  margin-bottom: 100px;
}
#about .con12 .container-fluid {
  position: absolute;
  height: 500px;
  width: 100%;
}
#about .con12 .container-fluid::after {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #c53d09;
  mix-blend-mode: normal;
  z-index: -1;
}
#about .con12 .row {
  display: flex;
  align-items: center;
}
#about .con12 .ttlarea {
  display: flex;
  justify-content: center;
  flex-flow: column;
}
#about .con12 .ttlarea .ttl {
  font-size: 24px;
  font-weight: 400;
  margin: 30px 0;
  color: #f8f8f8;
}
#about .con12 .ttlarea .ttl span {
  font-size: 36px;
  letter-spacing: 15px;
}
#about .con12 .ttlarea .date {
  font-size: 25px;
  text-align: center;
  border: 1px solid #f8f8f8;
  padding: 20px 10px;
  color: #f8f8f8;
}
#about .con12 .text {
  color: #f8f8f8;
}
#about .con12 .img {
  height: 500px;
  background-color: #ccc;
  background-image: url(../../image/mv04.jpg);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 60px 0 0 auto;
}
#about .con12 .menuttl {
  margin: 0 0 0 auto;
}
#about .con12 .menuttl .row {
  justify-content: space-between;
}
#about .con12 .menuttl .ttl {
  font-size: 24px;
  font-weight: 400;
  margin: 30px 0;
}
#about .con12 .menuttl .ttl span {
  font-size: 36px;
  letter-spacing: 15px;
}
#about .con12 .menuttl .en {
  font-size: 24px;
}

@media screen and (max-width: 991px) {
  #about {
    background-image: url(../../image/washi_ivory.jpg);
    position: relative;
    width: 100%;
    font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
  #about .btn {
    text-decoration: none;
    margin: 30px 0 0;
    padding: 0;
  }
  #about .btn img {
    width: 40px !important;
    height: auto;
  }
  #about .btn:hover {
    color: #000;
  }
  #about .main {
    height: 50vh;
    background-position: 90% 100%;
  }
  #about .main .ttl_area {
    bottom: -50px;
  }
  #about .main .ttl_area .ttl {
    height: 30%;
    padding: 0px 100px;
    font-size: 24px;
  }
  #about .main .ttl_area .ttl::before {
    font-size: 14px;
  }
  #about .con1 {
    position: relative;
    margin-top: 100px;
    margin-bottom: 150px;
  }
  #about .con1::after {
    position: absolute;
    content: url(../../image/bg-deco4.png);
    top: 0;
    right: 0;
    z-index: -1;
  }
  #about .con1 .text1 {
    margin: 50px 0;
  }
  #about .con1 .ttl {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px;
  }
  #about .con1 p {
    font-size: 16px;
  }
  #about .con1 .img-text {
    position: relative;
    margin: 0 0 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  #about .con1 .img-text .img {
    position: relative;
    height: 500px;
    width: 90%;
    background-color: #ccc;
    background-image: url(../../image/about_img1.jpg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #about .con1 .img-text .text {
    position: absolute;
    padding: 30px;
    background-color: #c53d09;
    border-radius: 3px;
    color: #f8f8f8;
    width: 70%;
    height: auto;
    right: 0;
    bottom: -100px;
  }
  #about .con1 .sp {
    display: none;
  }
  #about .con2 {
    position: relative;
    margin: 100px 0;
  }
  #about .con2 .container-fluid {
    position: absolute;
    height: 500px;
    width: 50%;
    right: 0;
    top: -100px;
  }
  #about .con2 .container-fluid::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #e4d9d0;
    mix-blend-mode: normal;
    z-index: -1;
  }
  #about .con2 .text {
    position: relative;
    margin-top: 30px;
  }
  #about .con2 .cap {
    font-size: 24px;
    font-weight: 400;
    text-align: end;
  }
  #about .con2 .cap span {
    font-size: 36px;
    letter-spacing: 15px;
  }
  #about .con2 .imgarea {
    position: relative;
  }
  #about .con2 .imgarea .row {
    justify-content: center;
    align-items: center;
  }
  #about .con2 .imgarea .con-img1 {
    height: 350px;
    width: auto;
    background-color: #ccc;
    background-image: url(../../image/about.jpg);
    background-position: 10% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #about .con2 .imgarea .con-img2 {
    height: 250px;
    width: auto;
    background-color: #ccc;
    margin-left: 1rem;
    margin-top: 150px;
    background-image: url(../../image/about1.jpg);
    background-position: 10% 50%;
    background-size: 160%;
    background-repeat: no-repeat;
  }
  #about .con2 .ttl {
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 60px;
  }
  #about .con2 p {
    font-size: 16px;
  }
  #about .con3 {
    position: relative;
    margin-top: 150px;
    margin-bottom: 100px;
  }
  #about .con3 .container-fluid {
    position: absolute;
    height: 500px;
    width: 80%;
    left: 0;
    top: -100px;
  }
  #about .con3 .container-fluid::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url("../../image/washi_vermilion.jpg") repeat;
    mix-blend-mode: normal;
    z-index: -1;
  }
  #about .con3 .wrap {
    margin: 0 auto;
  }
  #about .con3 .cap {
    font-size: 24px;
    font-weight: 400;
    margin: 30px 0;
    color: #f8f8f8;
  }
  #about .con3 .cap span {
    font-size: 36px;
    letter-spacing: 15px;
  }
  #about .con3 .imgarea {
    position: relative;
  }
  #about .con3 .imgarea .row {
    justify-content: flex-end;
  }
  #about .con3 .imgarea .con-img1 {
    height: 400px;
    width: auto;
    background-color: #ccc;
    background-image: url(../../image/houji4.jpg);
    background-position: 100% 30%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #about .con3 .text {
    font-size: 16px;
    margin: 30px auto;
  }
  #about .con3 .text .ttl {
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 60px;
  }
  #about .con3 .ko-su {
    margin-top: 60px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    background-color: #EFCAAB;
    padding: 30px;
  }
  #about .con3 .ko-su .text {
    display: flex;
    justify-content: center;
    flex-flow: column;
  }
  #about .con3 .ko-su .text .ttl {
    font-size: 24px;
    text-align: center;
  }
  #about .con5 {
    position: relative;
    margin: 50px 0;
    max-width: 100%;
  }
  #about .con5 .kondate {
    width: 100%;
    margin-top: 50px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 50px 0;
    border: 1px solid #111;
  }
  #about .con5 .kondate .ttl {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }
  #about .con5 .kondate .ttl .text1 {
    font-size: 24px;
    margin-bottom: 30px;
    letter-spacing: 15px;
  }
  #about .con5 .kondate .ttl .text2 {
    font-size: 14px;
  }
  #about .con5 .item4 {
    writing-mode: vertical-rl;
    margin: 0 auto;
  }
  #about .con5 .item4 .subttl {
    margin-top: 1rem;
    font-size: 18px;
  }
  #about .con5 .item4 .deco2::after {
    position: absolute;
    bottom: -40px;
    left: -600px;
  }
  #about .con5 .subitem {
    margin: 0 10px;
  }
  #about .con5 .subitem .row {
    justify-content: space-between;
    align-items: center;
    margin: 0 50px;
  }
  #about .con5 .subitem .row .name {
    margin: 30px 0;
  }
  #about .con5 .syousai {
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }
  #about .con6 {
    position: relative;
    margin: 100px 0;
    height: auto;
  }
  #about .con6 p {
    text-align: center;
  }
  #about .con6 .l {
    position: relative;
    margin: 30px 0;
  }
  #about .con6 .l .container-fluid {
    position: absolute;
    height: 600px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-90%);
    background-color: #EFCAAB;
  }
  #about .con6 .r {
    position: relative;
    margin: 30px 0;
  }
  #about .con6 .r .container-fluid {
    position: absolute;
    height: 600px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-10%);
    background-color: #e4d9d0;
  }
  #about .con6 .ttl {
    padding: 1rem;
    border-bottom: 2px solid #c53d09;
    font-size: 36px;
    font-weight: 600;
  }
  #about .con6 .ue {
    margin: 150px 0;
  }
  #about .con6 .menu-list {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
  #about .con6 .menu-list .subttl {
    font-size: 24px;
    text-align: start;
  }
  #about .con6 .menu-list .subttl span {
    font-size: 16px;
  }
  #about .con6 .menu-list .subttl .en {
    text-align: end;
    font-size: 18px;
  }
  #about .con6 .menu-list .text_y {
    writing-mode: inherit;
    margin: 30px auto;
  }
  #about .con6 .menu-list .text {
    writing-mode: vertical-rl;
    margin: 30px auto;
  }
  #about .con6 .menu-list .text ul li {
    font-size: 18px;
    margin: 0 30px;
  }
  #about .con6 .img1 {
    height: 400px;
    width: 500px;
    background-color: #ccc;
    background-image: url(../../image/houji7.jpg);
    background-position: 100% 30%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #about .con6 .img2 {
    height: 400px;
    width: 500px;
    background-color: #ccc;
    background-image: url(../../image/houji8.jpg);
    background-position: 100% 30%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #about .con6 .img3 {
    height: 400px;
    width: 500px;
    background-color: #ccc;
    background-image: url(../../image/houji9.jpg);
    background-position: 100% 30%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #about .con8 {
    position: relative;
    margin-top: 150px;
  }
  #about .con8 .container-fluid {
    position: absolute;
    height: 250px;
    width: 100%;
    left: 50%;
    top: 0;
    transform: translateY(-10%) translateX(-50%);
    z-index: -1;
    background-color: #e4d9d0;
  }
  #about .con8 .ttl {
    font-size: 24px;
    font-weight: 400;
    margin: 30px 0;
    color: #111;
  }
  #about .con8 .ttl span {
    font-size: 36px;
    letter-spacing: 15px;
  }
  #about .con8 .sake .row {
    align-items: center;
    justify-content: end;
  }
  #about .con8 .sake .text {
    display: inline;
    height: 50%;
    border-bottom: 1px solid #e3d3ba;
    padding-bottom: 30px;
    margin-top: 30px;
  }
  #about .con8 .sake .img1 {
    background-color: #ccc;
    height: 500px;
    background-image: url(../../image/about3.jpg);
    background-position: 75%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #about .con8 .sake .img2 {
    background-color: #ccc;
    height: 500px;
    background-image: url(../../image/about4.jpg);
    background-position: 35%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #about .con8 .sake2 {
    display: none;
  }
  #about .con8 .sake3 {
    display: block;
    margin-top: 30px;
  }
  #about .con9 {
    position: relative;
  }
  #about .con9 .container-fluid {
    position: absolute;
    height: 670px;
    width: 110%;
    left: 0;
    top: -50px;
  }
  #about .con9 .container-fluid::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url("../../image/washi_vermilion.jpg") repeat;
    mix-blend-mode: normal;
    z-index: -1;
  }
  #about .con9 .osusume {
    margin-top: 150px;
  }
  #about .con9 .osusume .row {
    align-items: flex-end;
  }
  #about .con9 .osusume .osusume-ttl {
    writing-mode: vertical-rl;
    font-size: 24px;
    font-weight: 400;
    margin: 30px 0;
    color: #f8f8f8;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  #about .con9 .osusume .osusume-ttl span {
    font-size: 36px;
    letter-spacing: 15px;
    margin-top: 20px;
  }
  #about .con9 .osusume .osusume-img {
    height: 500px;
    background-color: #ccc;
    background-image: url(../../image/about5.jpg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #about .con9 .osusume .osusume-img::before {
    content: "・グラス　990円（税込）\a・ボトル　4,950円（税込）";
    white-space: pre;
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 16px;
    writing-mode: inherit;
    color: #f8f8f8;
  }
  #about .con9 .osusume .osusume-text {
    margin-top: 30px;
    display: flex;
    justify-content: end;
  }
  #about .con10 {
    position: relative;
    margin-top: 50px;
  }
  #about .con10 .ttl {
    font-size: 24px;
    font-weight: 400;
    margin: 30px 0;
    color: #111;
  }
  #about .con10 .ttl span {
    font-size: 36px;
    letter-spacing: 15px;
  }
  #about .con10 .text .ttl {
    font-size: 36px;
    border-bottom: 1px solid #c53d09;
    padding-bottom: 20px;
    width: 100%;
  }
  #about .con10 .text .ttl .container-fluid2 {
    position: absolute;
    height: 100%;
    width: 100%;
  }
  #about .con10 .text .ttl .container-fluid2::after {
    content: "";
    position: absolute;
    bottom: 110px;
    right: -460px;
    height: 100%;
    width: 100%;
    background: url("../../image/bg-deco2.png") no-repeat;
    mix-blend-mode: normal;
    z-index: -1;
  }
  #about .con10 .text .container-fluid {
    display: none;
  }
  #about .con10 .img1 {
    background-color: #ccc;
    height: 500px;
    background-image: url(../../image/about6.jpg);
    background-position: 75%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #about .con10 .img1::before {
    content: "味香佐特製　梅酒（ブランデーベース）\a 715円（税込）";
    white-space: pre;
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 16px;
    writing-mode: inherit;
    color: #f8f8f8;
  }
  #about .con11 {
    margin-top: 50px;
  }
  #about .con11 .ttl {
    font-size: 16px;
    display: flex;
    flex-flow: column;
    text-align: center;
  }
  #about .con11 .ttl span {
    font-size: 36px;
    border-bottom: 1px solid #c53d09;
    text-align: center;
    padding: 10px 0;
  }
  #about .con11 .subttl {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 50px;
  }
  #about .con11 .list {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #about .con11 .list .en {
    font-size: 14px;
  }
  #about .con11 .red {
    flex-flow: column;
  }
  #about .con11 .red .item .wrap {
    background-color: #c53d09;
    color: #f8f8f8;
    display: flex;
    justify-content: center;
    flex-flow: column;
    padding: 30px;
    height: 300px;
    margin-bottom: 30px;
  }
  #about .con11 .red .item .en {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
  }
  #about .con11 .red .item .en span {
    font-size: 14px;
  }
  #about .con11 .red .item .list {
    writing-mode: vertical-rl;
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin: 10px;
  }
  #about .con12 {
    position: relative;
    margin-top: 150px;
    margin-bottom: 50px;
  }
  #about .con12 .container-fluid {
    position: absolute;
    height: 800px;
    width: 100%;
  }
  #about .con12 .container-fluid::after {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #c53d09;
    mix-blend-mode: normal;
    z-index: -1;
  }
  #about .con12 .row {
    display: flex;
    align-items: center;
  }
  #about .con12 .ttlarea {
    display: flex;
    justify-content: center;
    flex-flow: column;
  }
  #about .con12 .ttlarea .ttl {
    font-size: 24px;
    font-weight: 400;
    margin: 30px 0;
    color: #f8f8f8;
  }
  #about .con12 .ttlarea .ttl span {
    font-size: 36px;
    letter-spacing: 15px;
  }
  #about .con12 .ttlarea .date {
    font-size: 25px;
    text-align: center;
    border: 1px solid #f8f8f8;
    padding: 20px 10px;
    color: #f8f8f8;
  }
  #about .con12 .text {
    color: #f8f8f8;
  }
  #about .con12 .img {
    height: 500px;
    background-color: #ccc;
    background-image: url(../../image/mv04.jpg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 60px 0 0 auto;
  }
  #about .con12 .menuttl {
    margin: 0 0 0 auto;
  }
  #about .con12 .menuttl .row {
    justify-content: space-between;
  }
  #about .con12 .menuttl .ttl {
    font-size: 24px;
    font-weight: 400;
    margin: 30px 0;
  }
  #about .con12 .menuttl .ttl span {
    font-size: 36px;
    letter-spacing: 15px;
  }
  #about .con12 .menuttl .en {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #about {
    background-image: url(../../image/washi_ivory.jpg);
    position: relative;
    width: 100%;
    font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
  #about .btn {
    text-decoration: none;
    margin: 30px 0 0;
    padding: 0;
  }
  #about .btn img {
    width: 40px !important;
    height: auto;
  }
  #about .btn:hover {
    color: #000;
  }
  #about .main {
    height: 30vh;
    background-color: #ccc;
    z-index: 1;
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #about .main .ttl_area {
    position: absolute;
    right: 0;
    bottom: -25px;
  }
  #about .main .ttl_area .ttl {
    height: 18%;
    padding: 10px 55px !important;
    font-size: 24px;
    writing-mode: inherit;
  }
  #about .main .ttl_area .ttl::before {
    top: 3px;
    left: 3px;
    font-size: 14px;
    writing-mode: inherit;
  }
  #about .con1 {
    position: relative;
    margin-top: 100px;
    margin-bottom: 50px;
  }
  #about .con1::after {
    display: none;
  }
  #about .con1 .text1 {
    margin: 50px 0;
  }
  #about .con1 .text1 p {
    font-size: 14px;
  }
  #about .con1 .ttl {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px;
  }
  #about .con1 p {
    font-size: 14px;
  }
  #about .con1 .img-text {
    position: relative;
    margin: 0 0 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  #about .con1 .img-text .row img {
    width: 100%;
  }
  #about .con1 .img-text .img {
    position: relative;
    height: 250px;
    width: 100%;
    background-color: #ccc;
    background-image: url(../../image/about_img1.jpg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #about .con1 .img-text .text {
    position: absolute;
    padding: 30px;
    background-color: #c53d09;
    border-radius: 3px;
    color: #f8f8f8;
    width: 100%;
    height: auto;
    right: 0;
    bottom: 0px;
  }
  #about .con1 .pc {
    display: none;
  }
  #about .con1 .sp {
    display: block;
  }
  #about .con2 {
    position: relative;
    margin: 50px 0;
  }
  #about .con2 .container-fluid {
    position: absolute;
    height: 270px;
    width: 50%;
    right: 0;
    top: -30px;
  }
  #about .con2 .container-fluid::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #e4d9d0;
    mix-blend-mode: normal;
    z-index: -1;
  }
  #about .con2 .text {
    position: relative;
    margin-top: 30px;
  }
  #about .con2 .cap {
    font-size: 14px;
    font-weight: 400;
    text-align: end;
  }
  #about .con2 .cap span {
    font-size: 24px;
    letter-spacing: 15px;
  }
  #about .con2 .imgarea {
    position: relative;
  }
  #about .con2 .imgarea .row {
    justify-content: center;
    align-items: center;
  }
  #about .con2 .imgarea .con-img1 {
    height: 250px;
    width: auto;
    background-color: #ccc;
    background-image: url(../../image/about.jpg);
    background-position: 10% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #about .con2 .imgarea .con-img2 {
    height: 150px;
    width: auto;
    background-color: #ccc;
    margin-left: 1rem;
    margin-top: 150px;
    background-image: url(../../image/about1.jpg);
    background-position: 10% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #about .con2 .ttl {
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 60px;
  }
  #about .con2 p {
    font-size: 14px;
  }
  #about .con3 {
    position: relative;
    margin-top: 150px;
    margin-bottom: 100px;
  }
  #about .con3 .container-fluid {
    position: absolute;
    height: 200px;
    width: 100%;
  }
  #about .con3 .container-fluid::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url("../../image/washi_vermilion.jpg") repeat;
    mix-blend-mode: normal;
    z-index: -1;
  }
  #about .con3 .wrap {
    margin: 0 auto;
  }
  #about .con3 .cap {
    font-size: 14px;
    font-weight: 400;
    margin: 30px 0;
    color: #f8f8f8;
  }
  #about .con3 .cap span {
    font-size: 24px;
    letter-spacing: 15px;
  }
  #about .con3 .imgarea {
    position: relative;
  }
  #about .con3 .imgarea .row {
    justify-content: flex-end;
  }
  #about .con3 .imgarea .con-img1 {
    height: 200px;
    width: auto;
    background-color: #ccc;
    background-image: url(../../image/houji4.jpg);
    background-position: 100% 30%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #about .con3 .text {
    font-size: 14px;
    margin: 30px auto;
  }
  #about .con3 .text .ttl {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 60px;
  }
  #about .con3 .ko-su {
    margin-top: 60px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    background-color: #EFCAAB;
    padding: 30px;
  }
  #about .con3 .ko-su .text {
    display: flex;
    justify-content: center;
    flex-flow: column;
  }
  #about .con3 .ko-su .text .ttl {
    font-size: 24px;
    text-align: center;
  }
  #about .con5 {
    position: relative;
    margin: 50px 0;
    max-width: 100%;
  }
  #about .con5 .kondate {
    width: 100%;
    margin-top: 50px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 50px 0;
    border: 1px solid #111;
  }
  #about .con5 .kondate .ttl {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }
  #about .con5 .kondate .ttl .text1 {
    font-size: 24px;
    margin-bottom: 30px;
    letter-spacing: 15px;
  }
  #about .con5 .kondate .ttl .text2 {
    font-size: 14px;
  }
  #about .con5 .item4 {
    writing-mode: inherit;
    margin: 0 auto;
  }
  #about .con5 .item4 .subttl {
    margin-top: 1rem;
    font-size: 18px;
  }
  #about .con5 .item4 .deco2::after {
    position: absolute;
    bottom: -40px;
    left: -600px;
  }
  #about .con5 .subitem {
    margin: 0 10px;
  }
  #about .con5 .subitem .row {
    align-items: center;
    margin: 0 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #about .con5 .subitem .row .name {
    margin: 30px 0;
  }
  #about .con5 .subitem .row .en {
    margin: 0 0 0 auto;
  }
  #about .con5 .syousai {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    padding: 0 15px;
  }
  #about .con8 {
    position: relative;
    margin-top: 100px;
  }
  #about .con8 .container-fluid {
    position: absolute;
    height: 250px;
    width: 100%;
    left: 50%;
    top: 0;
    transform: translateY(-10%) translateX(-50%);
    z-index: -1;
    background-color: #e4d9d0;
  }
  #about .con8 .ttl {
    font-size: 14px;
    font-weight: 400;
    margin: 30px 0;
    color: #111;
  }
  #about .con8 .ttl span {
    font-size: 24px;
    letter-spacing: 15px;
  }
  #about .con8 .sake .row {
    align-items: center;
    justify-content: end;
    padding: 0 15px;
  }
  #about .con8 .sake .text {
    display: inline;
    height: 50%;
    border-bottom: 1px solid #e3d3ba;
    padding: 0;
    padding-bottom: 30px;
    margin-top: 30px;
    font-size: 14px;
  }
  #about .con8 .sake .img1 {
    background-color: #ccc;
    height: 200px;
    background-image: url(../../image/about3.jpg);
    background-position: 50% 90%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #about .con8 .sake .img2 {
    background-color: #ccc;
    height: 200px;
    background-image: url(../../image/about4.jpg);
    background-position: 50% 90%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #about .con8 .sake2 {
    display: none;
  }
  #about .con8 .sake3 {
    display: block;
    margin-top: 30px;
  }
  #about .con9 {
    position: relative;
  }
  #about .con9 .container-fluid {
    position: absolute;
    height: 450px;
    width: 110%;
    left: 0;
    top: -50px;
  }
  #about .con9 .container-fluid::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url("../../image/washi_vermilion.jpg") repeat;
    mix-blend-mode: normal;
    z-index: -1;
  }
  #about .con9 .osusume {
    margin-top: 150px;
  }
  #about .con9 .osusume .row {
    align-items: flex-end;
  }
  #about .con9 .osusume .osusume-ttl {
    writing-mode: vertical-rl;
    font-size: 24px;
    font-weight: 400;
    margin: 30px 0;
    color: #f8f8f8;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
  #about .con9 .osusume .osusume-ttl span {
    font-size: 24px;
    letter-spacing: 15px;
    margin-top: 20px;
  }
  #about .con9 .osusume .osusume-img {
    height: 200px;
    background-color: #ccc;
    background-image: url(../../image/about5.jpg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #about .con9 .osusume .osusume-img::before {
    content: "・グラス　990円（税込）\a・ボトル　4,950円（税込）";
    white-space: pre;
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 16px;
    writing-mode: inherit;
    color: #f8f8f8;
  }
  #about .con9 .osusume .osusume-text {
    margin-top: 30px;
    display: flex;
    justify-content: end;
    font-size: 14px;
  }
  #about .con10 {
    position: relative;
    margin-top: 50px;
  }
  #about .con10 .ttl {
    font-size: 14px;
    font-weight: 400;
    margin: 30px 0;
    color: #111;
  }
  #about .con10 .ttl span {
    font-size: 24px;
    letter-spacing: 15px;
  }
  #about .con10 .text {
    font-size: 14px;
  }
  #about .con10 .text .ttl {
    font-size: 24px;
    border-bottom: 1px solid #c53d09;
    padding-bottom: 20px;
    width: 100%;
  }
  #about .con10 .text .ttl .container-fluid2 {
    position: absolute;
    height: 100%;
    width: 100%;
  }
  #about .con10 .text .ttl .container-fluid2::after {
    content: "";
    position: absolute;
    bottom: 110px;
    right: -460px;
    height: 100%;
    width: 100%;
    background: url("../../image/bg-deco2.png") no-repeat;
    mix-blend-mode: normal;
    z-index: -1;
  }
  #about .con10 .text .container-fluid {
    display: none;
  }
  #about .con10 .img1 {
    background-color: #ccc;
    height: 200px;
    background-image: url(../../image/about6.jpg);
    background-position: 75%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #about .con10 .img1::before {
    content: "味香佐特製　梅酒（ブランデーベース）\a 715円（税込）";
    white-space: pre;
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 16px;
    writing-mode: inherit;
    color: #f8f8f8;
  }
  #about .con11 {
    margin-top: 50px;
  }
  #about .con11 .ttl {
    font-size: 14px;
    display: flex;
    flex-flow: column;
    text-align: center;
  }
  #about .con11 .ttl span {
    font-size: 24px;
    border-bottom: 1px solid #c53d09;
    text-align: center;
    padding: 10px 0;
  }
  #about .con11 .subttl {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 50px;
  }
  #about .con11 .list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 10px 0;
    font-size: 14px;
  }
  #about .con11 .list .en {
    font-size: 14px;
    margin: 0 0 0 auto;
  }
  #about .con11 .red {
    flex-flow: column;
  }
  #about .con11 .red .item .wrap {
    background-color: #c53d09;
    color: #f8f8f8;
    display: flex;
    justify-content: center;
    flex-flow: column;
    padding: 30px;
    height: 300px;
    margin-bottom: 30px;
  }
  #about .con11 .red .item .en {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
  }
  #about .con11 .red .item .en span {
    font-size: 14px;
  }
  #about .con11 .red .item .list {
    writing-mode: vertical-rl;
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin: 10px;
  }
  #about .con12 {
    position: relative;
    margin-top: 150px;
    margin-bottom: 50px;
  }
  #about .con12 .container-fluid {
    position: absolute;
    height: 800px;
    width: 100%;
  }
  #about .con12 .container-fluid::after {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #c53d09;
    mix-blend-mode: normal;
    z-index: -1;
  }
  #about .con12 .row {
    display: flex;
    align-items: center;
  }
  #about .con12 .ttlarea {
    display: flex;
    justify-content: center;
    flex-flow: column;
  }
  #about .con12 .ttlarea .ttl {
    font-size: 14px;
    font-weight: 400;
    margin: 30px 0;
    color: #f8f8f8;
  }
  #about .con12 .ttlarea .ttl span {
    font-size: 24px;
    letter-spacing: 15px;
  }
  #about .con12 .ttlarea .date {
    font-size: 16px;
    text-align: center;
    border: 1px solid #f8f8f8;
    padding: 20px 10px;
    color: #f8f8f8;
    margin-bottom: 30px;
  }
  #about .con12 .text {
    color: #f8f8f8;
    font-size: 14px;
  }
  #about .con12 .img {
    height: 500px;
    background-color: #ccc;
    background-image: url(../../image/mv04.jpg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 60px 0 0 auto;
  }
  #about .con12 .menuttl {
    margin: 0 0 0 auto;
    font-size: 14px;
  }
  #about .con12 .menuttl .row {
    justify-content: space-between;
  }
  #about .con12 .menuttl .ttl {
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0;
    display: flex;
    flex-direction: column;
  }
  #about .con12 .menuttl .ttl span {
    font-size: 24px;
    letter-spacing: 15px;
  }
  #about .con12 .menuttl .en {
    font-size: 24px;
    margin: 0 0 0 auto;
    padding-bottom: 30px;
  }
}
#news {
  background-image: url(../../image/washi_ivory.jpg);
  position: relative;
  width: 100%;
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7;
  height: auto;
  margin: 0;
}
#news .btn {
  text-decoration: none;
  margin: 30px 0 0;
  padding: 0;
}
#news .btn img {
  width: 70px;
  height: auto;
}
#news .btn:hover {
  color: #000;
}
#news .main {
  position: relative;
  width: 100%;
  height: 95vh;
  background-color: #ccc;
  z-index: 1;
  background-image: url(../../image/about2.jpg);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
#news .main .ttl_area {
  position: absolute;
  right: 0;
  bottom: -30px;
}
#news .main .ttl_area .ttl {
  position: relative;
  width: auto;
  height: 50%;
  padding: 0px 100px;
  font-size: 36px;
  z-index: 2;
  background-color: #EFCAAB;
  color: #f8f8f8;
  writing-mode: vertical-rl;
  text-align: center;
}
#news .main .ttl_area .ttl::after {
  content: "News";
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 16px;
  writing-mode: inherit;
  color: #f8f8f8;
}
#news .container {
  margin-top: 100px;
}
#news .container .textarea {
  margin: 50px 0;
}
#news .container .textarea .category {
  margin-top: 50px;
  margin-bottom: 50px;
}
#news .container .textarea .category a {
  text-decoration: none;
  transition: 0.3s;
}
#news .container .textarea .category a span {
  background-color: #c53d09;
  padding: 20px 10px;
  color: #f8f8f8;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
#news .container .textarea .category a:hover {
  opacity: 0.5;
}
#news .container .textarea .category .active {
  opacity: 0.5;
}
#news .container .textarea .text1 {
  font-size: 24px;
}
#news .container .textarea .text1 .date {
  font-size: 18px;
}
#news .container .textarea #swiper2 {
  /* サムネイルのスタイル */
  /* サムネイルのアクティブスタイル */
}
#news .container .textarea #swiper2 .wrap {
  max-width: 1110px;
  margin: 0 auto;
}
#news .container .textarea #swiper2 .swiper-slide img {
  width: 100%;
  height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #ccc;
}
#news .container .textarea #swiper2 .thumbnail {
  margin-top: 10px;
  cursor: pointer;
}
#news .container .textarea #swiper2 .thumbnail img {
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
#news .container .textarea #swiper2 .thumbnail .swiper-slide {
  opacity: 0.5;
  width: 100%;
}
#news .container .textarea #swiper2 .thumbnail .swiper-slide-thumb-active {
  opacity: 1;
}
#news .container .textarea .text2 {
  margin-top: 30px;
  font-size: 16px;
}
#news .container .textarea .text2 .ttl {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 30px;
}
#news .container .imgarea1 img {
  width: 100%;
}
#news .container .imgarea1 .img1,
#news .container .imgarea1 .img2 {
  height: 600px;
  background-color: #ccc;
}
#news .container .imgarea1 .img1 {
  background-image: url(../../image/mv01.jpg);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
#news .container .imgarea1 .img2 {
  background-image: url(../../image/tenpo4.jpg);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
#news .container .imgarea2 {
  padding: 0;
}
#news .container .imgarea2 img {
  width: 100%;
}
#news .container .imgarea2 .img1,
#news .container .imgarea2 .img2 {
  height: 400px;
  background-color: #ccc;
}
#news .container .imgarea2 .img1 {
  background-image: url(../../image/mv01.jpg);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
#news .container .imgarea2 .img2 {
  background-image: url(../../image/tenpo4.jpg);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  #news .main {
    height: 50vh;
    background-position: 90% 100%;
  }
  #news .main .ttl_area {
    bottom: -50px;
  }
  #news .main .ttl_area .ttl {
    height: 30%;
    padding: 0px 100px;
    font-size: 24px;
  }
  #news .main .ttl_area .ttl::before {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #news .main {
    height: 30vh;
    background-color: #ccc;
    z-index: 1;
    background-position: 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #news .main .ttl_area {
    position: absolute;
    right: 0;
    bottom: -25px;
  }
  #news .main .ttl_area .ttl {
    height: 18%;
    padding: 10px 55px !important;
    font-size: 24px;
    writing-mode: inherit;
  }
  #news .main .ttl_area .ttl::before {
    top: 3px;
    left: 3px;
    font-size: 14px;
    writing-mode: inherit;
  }
  #news .textarea {
    margin: 100px 0;
  }
  #news .textarea .category {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  #news .textarea .category a {
    text-decoration: none;
    transition: 0.3s;
  }
  #news .textarea .category a span {
    background-color: #c53d09;
    padding: 20px 10px;
    color: #f8f8f8;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  #news .textarea .category a:hover {
    opacity: 0.5;
  }
  #news .textarea .category .active {
    opacity: 0.5;
  }
  #news .textarea .text1 {
    font-size: 18px;
  }
  #news .textarea .text1 .date {
    font-size: 14px;
  }
  #news .textarea #swiper2 {
    /* サムネイルのスタイル */
    /* サムネイルのアクティブスタイル */
  }
  #news .textarea #swiper2 .wrap {
    max-width: 1110px;
    margin: 0 auto;
  }
  #news .textarea #swiper2 .swiper-slide img {
    width: 100%;
    height: 250px;
    -o-object-fit: contain;
       object-fit: contain;
    background-color: #ccc;
  }
  #news .textarea #swiper2 .thumbnail {
    margin-top: 10px;
    cursor: pointer;
  }
  #news .textarea #swiper2 .thumbnail img {
    height: 50px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #news .textarea #swiper2 .thumbnail .swiper-slide {
    opacity: 0.5;
    width: 100%;
  }
  #news .textarea #swiper2 .thumbnail .swiper-slide-thumb-active {
    opacity: 1;
  }
  #news .textarea .text2 {
    margin: 50px 0;
    font-size: 16px;
  }
  #news .textarea .text2 p {
    font-size: 14px;
  }
  #news .textarea .text2 .ttl {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 30px;
  }
}
#obento {
  background-image: url(../../image/washi_ivory.jpg);
  position: relative;
  width: 100%;
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
#obento a {
  text-decoration: none;
}
#obento .btn {
  text-decoration: none;
  margin: 30px 0 0;
  padding: 0;
}
#obento .btn img {
  width: 70px !important;
  height: auto;
}
#obento .btn:hover {
  color: #000;
}
#obento .sp,
#obento .pc {
  padding: 0 15px;
}
#obento .main {
  position: relative;
  width: 100%;
  height: 95vh;
  background-color: #ccc;
  z-index: 1;
  background-image: url(../../image/obentou_img3.jpg);
  background-position: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
#obento .main .ttl_area {
  position: absolute;
  right: 0;
  bottom: -30px;
}
#obento .main .ttl_area .ttl {
  position: relative;
  width: auto;
  height: 50%;
  padding: 0px 100px;
  font-size: 36px;
  z-index: 2;
  background-color: #EFCAAB;
  color: #f8f8f8;
  writing-mode: vertical-rl;
  text-align: center;
}
#obento .main .ttl_area .ttl::before {
  content: "obento";
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 16px;
  writing-mode: inherit;
  color: #f8f8f8;
}
#obento .con1 {
  margin: 100px 0;
  font-size: 16px;
}
#obento .con1 .container .ttl {
  font-size: 24px;
  font-weight: 400;
  margin: 30px 0;
}
#obento .con1 .container .ttl span {
  font-size: 36px;
}
#obento .con2 .container .row {
  justify-content: space-around;
}
#obento .con2 .container .row a {
  text-decoration: none;
  color: #f8f8f8;
  height: 100px;
  width: 200px;
  background-color: #c53d09;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
#obento .con2 .container .row a .link {
  padding: 30px;
  width: 100%;
  text-align: center;
}
#obento .con3 {
  position: relative;
  margin: 100px 0;
}
#obento .con3 .sp {
  display: none;
}
#obento .con3 .pc {
  display: block;
}
#obento .con3 .container-fluid {
  position: absolute;
  height: 360px;
  width: 30%;
  top: -50px;
  left: 0;
  background-color: #EFCAAB;
  z-index: -1;
}
#obento .con3 .container-fluid2 {
  position: absolute;
  height: 360px;
  width: 30%;
  top: -50px;
  right: 0;
  background-color: #EFCAAB;
  z-index: -1;
}
#obento .con3 .row {
  align-items: flex-end;
}
#obento .con3 .img {
  height: 350px;
  background-color: #ccc;
  background-image: url(../../image/about_img_shidashi.jpg);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 60px 0 0 auto;
}
#obento .con3 .img2 {
  height: 350px;
  background-color: #c6bbb3;
  background-image: url(../../image/obento1.jpg);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 60px 0 0 auto;
}
#obento .con3 .img3 {
  height: 350px;
  background-color: #ccc;
  background-image: url(../../image/obento3_2.jpg);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 60px 0 0 auto;
}
#obento .con3 .container .ttl {
  font-size: 24px;
  font-weight: 400;
  margin: 30px 0;
}
#obento .con3 .container .ttl span {
  font-size: 36px;
}
#obento .con3 .item2 {
  margin-top: 30px;
}
#obento .con3 .item2 .text {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  background-color: #e4d9d0;
  background-position: 100% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}
#obento .con3 .item2 .text .subttl {
  font-size: 24px;
  margin-bottom: 20px;
}
#obento .con4 {
  margin: 100px 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
#obento .con4 .ttl {
  position: relative;
  writing-mode: vertical-rl;
  margin: 0 auto;
  font-size: 36px;
  letter-spacing: 15px;
  margin-bottom: 30px;
}
#obento .con4 .ttl::after {
  position: absolute;
  content: url(../../image/bg-deco2.png);
  top: 0px;
  left: 0px;
  z-index: -1;
}
#obento .con4 .item1 {
  padding: 30px 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
#obento .con4 .item1 .text {
  text-align: center;
  margin: 30px 0;
}
#obento .con4 .item2 {
  background-color: rgb(255, 255, 255);
}
#obento .con4 .item2 .img {
  height: 350px;
  background-color: #ccc;
  background-image: url(../../image/obento.jpg);
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0px 0 0 auto;
}
#obento .con4 .item2 .text {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
#obento .con4 .item2 .text .subttl {
  font-size: 24px;
  margin: 20px 0;
}
#obento .con5 .ttl {
  font-size: 36px;
  padding-bottom: 30px;
  border-bottom: 1px solid #c53d09;
  text-align: center;
  margin-bottom: 30px;
}
#obento .con5 .text {
  margin: 30px 0;
  text-align: center;
}
#obento .con5 .text .subttl {
  font-size: 24px;
}
#obento .con6 {
  margin: 100px 0;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 30px 0;
}
#obento .con6 .tyui {
 display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(255, 255, 255, 0.5);
    margin-top: 30px;
    padding: 30px;
    max-height: 300px;
}
#obento .con6 .ttl {
  font-size: 16px;
  display: flex;
  flex-flow: column;
  text-align: center;
}
#obento .con6 .ttl span {
  font-size: 36px;
  border-bottom: 1px solid #c53d09;
  text-align: center;
  padding: 10px 0;
}
#obento .con6 .subttl {
  font-size: 24px;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 50px;
  border-bottom: 1px solid #111;
}
#obento .con6 .list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#obento .con6 .list .en {
  font-size: 14px;
}
#obento .con6 .red {
  flex-flow: row;
}
#obento .con6 .red .item .wrap {
  background-color: #c53d09;
  color: #f8f8f8;
  display: flex;
  justify-content: center;
  flex-flow: column;
  padding: 30px;
  height: 300px;
}
#obento .con6 .red .item .en {
  font-size: 18px;
  margin-bottom: 30px;
  text-align: center;
}
#obento .con6 .red .item .en span {
  font-size: 14px;
}
#obento .con6 .red .item .list {
  writing-mode: vertical-rl;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin: 10px;
}
#obento .con7 {
  background-color: #c53d09;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  color: #fff;
}
#obento .con7 ul {
  padding: 0;
}
#obento .con7 li {
  list-style-type: none;
}
#obento .con7 dd {
  margin-left: 0;
}
#obento .con7 .flow {
  display: flex;
  justify-content: space-between;
}
#obento .con7 .flow > li {
  flex-basis: 22%;
}
#obento .con7 .flow > li .icon {
  font-size: 18px;
  line-height: 50px;
  width: 50px;
  color: #c53d09;
  background: #fff;
  margin: 0 auto 20px;
  display: block;
  border-radius: 50%;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
}
#obento .con7 .flow > li .icon::before {
  content: "";
  border: solid transparent;
  border-width: 8px;
  border-top-color: #fff;
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  transform: translateX(-50%);
}
#obento .con7 .flow > li dl {
  padding: 30px 20px;
  margin: 0;
  border: 3px solid #fff;
  position: relative;
  height: 300px;
}
#obento .con7 .flow > li:not(:last-child) dl::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  position: absolute;
  top: calc(50% - 14px);
  left: 104%;
  transform: rotate(45deg);
}
#obento .con7 .flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  flex-basis: 20%;
  margin-bottom: 1vh;
  text-align: center;
}

@media screen and (max-width: 991px) {
  #obento {
    background-image: url(../../image/washi_ivory.jpg);
    position: relative;
    width: 100%;
    font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
  #obento .btn {
    text-decoration: none;
    margin: 30px 0 0;
    padding: 0;
  }
  #obento .btn img {
    width: 40px !important;
    height: auto;
  }
  #obento .btn:hover {
    color: #000;
  }
  #obento .main {
    height: 50vh;
    background-position: 90% 100%;
  }
  #obento .main .ttl_area {
    bottom: -50px;
  }
  #obento .main .ttl_area .ttl {
    height: 30%;
    padding: 0px 100px;
    font-size: 24px;
  }
  #obento .main .ttl_area .ttl::after {
    font-size: 14px;
  }
  #obento .con1 {
    margin: 100px 0;
  }
  #obento .con1 .container .ttl {
    font-size: 24px;
    font-weight: 400;
    margin: 30px 0;
  }
  #obento .con1 .container .ttl span {
    font-size: 24px;
  }
  #obento .con7 {
    background-color: #c53d09;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    color: #fff;
  }
  #obento .con7 ul {
    padding: 0;
  }
  #obento .con7 li {
    list-style-type: none;
  }
  #obento .con7 dd {
    margin-left: 0;
  }
  #obento .con7 .flow {
    display: flex;
    justify-content: space-between;
  }
  #obento .con7 .flow > li {
    flex-basis: 22%;
  }
  #obento .con7 .flow > li .icon {
    font-size: 18px;
    line-height: 50px;
    width: 50px;
    color: #c53d09;
    background: #fff;
    margin: 0 auto 20px;
    display: block;
    border-radius: 50%;
    text-align: center;
    position: relative;
    letter-spacing: 2px;
  }
  #obento .con7 .flow > li .icon::before {
    content: "";
    border: solid transparent;
    border-width: 8px;
    border-top-color: #fff;
    position: absolute;
    top: calc(100% - 2px);
    left: 50%;
    transform: translateX(-50%);
  }
  #obento .con7 .flow > li dl {
    padding: 30px 20px;
    margin: 0;
    border: 3px solid #fff;
    position: relative;
    height: 400px;
  }
  #obento .con7 .flow > li:not(:last-child) dl::before {
    content: "";
    width: 14px;
    height: 14px;
    margin-right: 10px;
    display: inline-block;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    position: absolute;
    top: calc(50% - 14px);
    left: 104%;
    transform: rotate(45deg);
  }
  #obento .con7 .flow > li dl dt {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    flex-basis: 20%;
    margin-bottom: 1vh;
    text-align: center;
  }
  #obento .con2 .container .row {
    justify-content: space-around;
  }
  #obento .con2 .container .row a {
    text-decoration: none;
    color: #f8f8f8;
    height: 60px;
    width: 200px;
    background-color: #c53d09;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }
  #obento .con2 .container .row a .link {
    padding: 30px;
    width: 100%;
    text-align: center;
  }
  #obento .con3 {
    position: relative;
    margin: 50px 0;
  }
  #obento .con3 .sp {
    display: block;
  }
  #obento .con3 .pc {
    display: none;
  }
  #obento .con3 .container-fluid {
    position: absolute;
    height: 360px;
    width: 30%;
    top: -50px;
    left: 0;
    background-color: #EFCAAB;
    z-index: -1;
  }
  #obento .con3 .container-fluid2 {
    position: absolute;
    height: 360px;
    width: 30%;
    top: -50px;
    right: 0;
    background-color: #EFCAAB;
    z-index: -1;
  }
  #obento .con3 .row {
    align-items: flex-end;
  }
  #obento .con3 .img {
    height: 350px;
    background-color: #ccc;
    background-image: url(../../image/about_img_shidashi.jpg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 60px 0 0 auto;
  }
  #obento .con3 .img2 {
    height: 350px;
    background-color: #c6bbb3;
    background-image: url(../../image/obento1.jpg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 60px 0 0 auto;
  }
  #obento .con3 .img3 {
    height: 350px;
    background-color: #ccc;
    background-image: url(../../image/obento3_2.jpg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 60px 0 0 auto;
  }
  #obento .con3 .container .ttl {
    font-size: 14px;
    font-weight: 400;
    margin: 30px 0;
  }
  #obento .con3 .container .ttl span {
    font-size: 24px;
  }
  #obento .con3 .item2 {
    margin-top: 30px;
  }
  #obento .con3 .item2 .text {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    background-color: #e4d9d0;
    background-position: 100% 30%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #obento .con3 .item2 .text .subttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #obento .con4 {
    margin: 50px 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
  #obento .con4 .ttl {
    position: relative;
    writing-mode: vertical-rl;
    margin: 0 auto;
    font-size: 36px;
    letter-spacing: 15px;
    margin-bottom: 30px;
  }
  #obento .con4 .ttl::after {
    position: absolute;
    content: url(../../image/bg-deco2.png);
    top: 0px;
    left: 0px;
    z-index: -1;
  }
  #obento .con4 .item1 {
    padding: 30px 0;
  }
  #obento .con4 .item1 .text {
    text-align: center;
    margin: 30px 0;
  }
  #obento .con4 .item2 {
    background-color: rgb(255, 255, 255);
  }
  #obento .con4 .item2 .img {
    height: 350px;
    background-color: #ccc;
    background-image: url(../../image/obento.jpg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0px 0 0 auto;
  }
  #obento .con4 .item2 .text {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  #obento .con4 .item2 .text .subttl {
    font-size: 24px;
    margin: 20px 0;
  }
  #obento .con5 .ttl {
    font-size: 24px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c53d09;
    text-align: center;
    margin-bottom: 30px;
  }
  #obento .con5 .text {
    margin: 30px 0;
    text-align: center;
  }
  #obento .con5 .text .subttl {
    font-size: 24px;
  }
  #obento .con6 {
    margin: 100px 0;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 30px 0;
  }
  #obento .con6 .tyui {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.5);
    margin-top: 30px;
  }
  #obento .con6 .ttl {
    font-size: 16px;
    display: flex;
    flex-flow: column;
    text-align: center;
  }
  #obento .con6 .ttl span {
    font-size: 24px;
    border-bottom: 1px solid #c53d09;
    text-align: center;
    padding: 10px 0;
  }
  #obento .con6 .subttl {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 50px;
    border-bottom: 1px solid #111;
  }
  #obento .con6 .list {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #obento .con6 .list .en {
    font-size: 14px;
  }
  #obento .con6 .red {
    flex-flow: row;
  }
  #obento .con6 .red .item .wrap {
    background-color: #c53d09;
    color: #f8f8f8;
    display: flex;
    justify-content: center;
    flex-flow: column;
    padding: 30px;
    height: 300px;
  }
  #obento .con6 .red .item .en {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
  }
  #obento .con6 .red .item .en span {
    font-size: 14px;
  }
  #obento .con6 .red .item .list {
    writing-mode: vertical-rl;
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin: 10px;
  }
}
@media screen and (max-width: 767px) {
  #obento {
    background-image: url(../../image/washi_ivory.jpg);
    position: relative;
    width: 100%;
    font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
  #obento .btn {
    text-decoration: none;
    margin: 30px 0 0;
    padding: 0;
  }
  #obento .btn img {
    width: 40px !important;
    height: auto;
  }
  #obento .btn:hover {
    color: #000;
  }
  #obento .main {
    height: 30vh;
    background-color: #ccc;
    z-index: 1;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #obento .main .ttl_area {
    position: absolute;
    right: 0;
    bottom: -25px;
  }
  #obento .main .ttl_area .ttl {
    height: 18%;
    padding: 10px 100px;
    /* font-size: 24px; */
    font-size: 14px;
    writing-mode: inherit;
  }
  #obento .main .ttl_area .ttl::after {
    top: 0px;
    left: 5px;
    font-size: 14px;
    writing-mode: inherit;
  }
  #obento p {
    font-size: 14px;
  }
  #obento .con1 {
    margin: 50px 0;
    font-size: 14px;
  }
  #obento .con1 .container .ttl {
    font-size: 14px;
    font-weight: 400;
    margin: 30px 0;
  }
  #obento .con1 .container .ttl span {
    font-size: 24px;
  }
  #obento .con7 {
    background-color: #c53d09;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    color: #fff;
  }
  #obento .con7 ul {
    padding: 0;
  }
  #obento .con7 li {
    list-style-type: none;
  }
  #obento .con7 dd {
    margin-left: 0;
    font-size: 14px;
  }
  #obento .con7 .flow {
    display: flex;
    justify-content: space-between;
    flex-flow: column;
  }
  #obento .con7 .flow > li {
    flex-basis: 22%;
    margin: 30px 0;
  }
  #obento .con7 .flow > li .icon {
    font-size: 18px;
    line-height: 50px;
    width: 50px;
    color: #c53d09;
    background: #fff;
    margin: 0 auto 20px;
    display: block;
    border-radius: 50%;
    text-align: center;
    position: relative;
    letter-spacing: 2px;
  }
  #obento .con7 .flow > li .icon::before {
    content: "";
    border: solid transparent;
    border-width: 8px;
    border-top-color: #fff;
    position: absolute;
    top: calc(100% - 2px);
    left: 50%;
    transform: translateX(-50%);
  }
  #obento .con7 .flow > li dl {
    padding: 30px 20px;
    margin: 0;
    border: 3px solid #fff;
    position: relative;
    height: auto;
  }
  #obento .con7 .flow > li:not(:last-child) dl::before {
    display: none;
  }
  #obento .con7 .flow > li dl dt {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    flex-basis: 20%;
    margin-bottom: 1vh;
    text-align: center;
  }
  #obento .con2 .container .row {
    justify-content: space-around;
  }
  #obento .con2 .container .row a {
    text-decoration: none;
    color: #f8f8f8;
    height: 60px;
    width: 200px;
    background-color: #c53d09;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }
  #obento .con2 .container .row a .link {
    padding: 30px;
    width: 100%;
    text-align: center;
  }
  #obento .con3 {
    position: relative;
    margin: 50px 0;
  }
  #obento .con3 .sp {
    display: block;
  }
  #obento .con3 .pc {
    display: none;
  }
  #obento .con3 .container-fluid {
    position: absolute;
    height: 360px;
    width: 30%;
    top: -50px;
    left: 0;
    background-color: #EFCAAB;
    z-index: -1;
  }
  #obento .con3 .container-fluid2 {
    position: absolute;
    height: 360px;
    width: 30%;
    top: -50px;
    right: 0;
    background-color: #EFCAAB;
    z-index: -1;
  }
  #obento .con3 .row {
    align-items: flex-end;
  }
  #obento .con3 .img {
    height: 200px;
    background-color: #ccc;
    background-image: url(../../image/about_img_shidashi.jpg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 60px 0 0 auto;
  }
  #obento .con3 .img2 {
    height: 200px;
    background-color: #c6bbb3;
    background-image: url(../../image/obento1.jpg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 60px 0 0 auto;
  }
  #obento .con3 .img3 {
    height: 200px;
    background-color: #ccc;
    background-image: url(../../image/obento3_2.jpg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 60px 0 0 auto;
  }
  #obento .con3 .container .ttl {
    font-size: 14px;
    font-weight: 400;
    margin: 30px 0;
  }
  #obento .con3 .container .ttl span {
    font-size: 24px;
  }
  #obento .con3 .item2 {
    margin-top: 30px;
  }
  #obento .con3 .item2 .text {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    background-color: #e4d9d0;
    background-position: 100% 30%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #obento .con3 .item2 .text .subttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #obento .con4 {
    margin: 50px 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
  #obento .con4 .ttl {
    position: relative;
    writing-mode: vertical-rl;
    margin: 0 auto;
    font-size: 36px;
    letter-spacing: 15px;
    margin-bottom: 30px;
  }
  #obento .con4 .ttl::after {
    position: absolute;
    content: url(../../image/bg-deco2.png);
    top: 0px;
    left: 0px;
    z-index: -1;
  }
  #obento .con4 .item1 {
    padding: 30px 0;
  }
  #obento .con4 .item1 .text {
    text-align: center;
    margin: 30px 0;
    padding: 0 15px;
  }
  #obento .con4 .item1 .text .subttl {
    margin-bottom: 20px;
  }
  #obento .con4 .item2 {
    background-color: rgb(255, 255, 255);
  }
  #obento .con4 .item2 .img {
    height: 350px;
    background-color: #ccc;
    background-image: url(../../image/obento.jpg);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0px 0 0 auto;
  }
  #obento .con4 .item2 .text {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  #obento .con4 .item2 .text .subttl {
    font-size: 24px;
    margin: 20px 0;
  }
  #obento .con5 iframe {
    height: 300px;
  }
  #obento .con5 .ttl {
    font-size: 24px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c53d09;
    text-align: center;
    margin-bottom: 30px;
  }
  #obento .con5 .text {
    margin: 30px 0;
    text-align: center;
  }
  #obento .con5 .text .subttl {
    font-size: 18px;
  }
  #obento .con6 {
    margin: 100px 0;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 30px 0;
  }
  #obento .con6 .tyui {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.5);
    margin-top: 30px;
    font-size: 14px;
  }
  #obento .con6 .ttl {
    font-size: 14px;
    display: flex;
    flex-flow: column;
    text-align: center;
  }
  #obento .con6 .ttl span {
    font-size: 24px;
    border-bottom: 1px solid #c53d09;
    text-align: center;
    padding: 10px 0;
  }
  #obento .con6 .subttl {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 50px;
    border-bottom: 1px solid #111;
  }
  #obento .con6 .list {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #obento .con6 .list .en {
    font-size: 14px;
  }
  #obento .con6 .red {
    flex-flow: row;
  }
  #obento .con6 .red .item .wrap {
    background-color: #c53d09;
    color: #f8f8f8;
    display: flex;
    justify-content: center;
    flex-flow: column;
    padding: 30px;
    height: 300px;
  }
  #obento .con6 .red .item .en {
    font-size: 18px;
    margin-bottom: 30px;
    text-align: center;
  }
  #obento .con6 .red .item .en span {
    font-size: 14px;
  }
  #obento .con6 .red .item .list {
    writing-mode: vertical-rl;
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin: 10px;
  }
}
#mikasa {
  background-image: url(../../image/washi_ivory.jpg);
  position: relative;
  width: 100%;
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
#mikasa .btn {
  text-decoration: none;
  margin: 30px 0 0;
  padding: 0;
}
#mikasa .btn img {
  width: 70px !important;
  height: auto;
}
#mikasa .btn:hover {
  color: #000;
}
#mikasa .sp,
#mikasa .pc {
  padding: 0 15px;
}
#mikasa .container-fluid {
  position: absolute;
  height: 400px;
  width: 30%;
  bottom: -50px;
  right: 0;
  background-color: rgba(197, 62, 9, 0.1725490196);
  z-index: -1;
}
#mikasa .main {
  position: relative;
  width: 100%;
  height: 95vh;
  background-color: #ccc;
  z-index: 1;
  background-image: url(../../image/tenpo1.jpg);
  background-position: 20%;
  background-size: 130%;
  background-repeat: no-repeat;
}
#mikasa .main .ttl_area {
  position: absolute;
  right: 0;
  bottom: -30px;
}
#mikasa .main .ttl_area .ttl {
  position: relative;
  width: auto;
  height: 50%;
  padding: 0px 100px;
  font-size: 36px;
  z-index: 2;
  background-color: #EFCAAB;
  color: #f8f8f8;
  writing-mode: vertical-rl;
  text-align: center;
}
#mikasa .main .ttl_area .ttl::before {
  content: "mikasa";
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 16px;
  writing-mode: inherit;
  color: #f8f8f8;
}
#mikasa .con1 {
  margin: 100px 0;
}
#mikasa .con1 .row {
  display: flex;
  justify-content: space-between;
}
#mikasa .con1 .con-l .img {
  height: 400px;
  background-color: #ccc;
  background-image: url(../../image/tenpo2.jpg);
  background-position: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
#mikasa .con1 .con-r {
  display: flex;
  justify-content: flex-end;
  flex-flow: column;
}
#mikasa .con1 .con-r .text {
  margin: 0 auto;
}
#mikasa .con1 .con-r .text .ttl {
  font-size: 24px;
  font-weight: 400;
  margin: 30px 0;
}
#mikasa .con1 .con-r .text .ttl span {
  font-size: 36px;
  letter-spacing: 15px;
}
#mikasa .con1 .con-r .text p {
  font-size: 16px;
}
#mikasa .con1 .con-r .img {
  height: 250px;
  background-color: #ccc;
  margin-top: 60px;
  background-image: url(../../image/tenpo3.jpg);
  background-position: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
#mikasa .con2 .ttl {
  font-size: 36px;
  text-align: center;
  margin-bottom: 60px;
}
#mikasa .con2 .text {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  border-bottom: 1px solid #c53d09;
}
#mikasa .con2 .text .subttl {
  width: 30%;
  text-align: center;
  padding-bottom: 20px;
  color: #c53d09;
  font-weight: 600;
}
#mikasa .con2 .text p {
  width: 70%;
  margin: 0;
  text-align: center;
  padding-bottom: 20px;
}
#mikasa .con2 .text p a {
  color: #000;
  padding-left: 0.5rem;
}
#mikasa .con3 {
  margin: 100px 0;
}
#mikasa .con3 .row {
  align-items: center;
  justify-content: center;
}
#mikasa .con3 .ttl {
  font-size: 36px;
  text-align: center;
  margin-bottom: 60px;
}
#mikasa .con3 .subttl {
  font-size: 24px;
  margin-bottom: 20px;
}
#mikasa .con3 .subttl i {
  padding-right: 1rem;
}
#mikasa .con3 .img {
  display: flex;
  justify-content: center;
}
#mikasa .con3 .img img {
  max-height: 300px;
  height: 100%;
  width: auto;
}
#mikasa .con3 .car,
#mikasa .con3 .bus {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin: 20px 0;
}
#mikasa .con4 {
  position: relative;
}
#mikasa .con4 .row {
  align-items: flex-end;
}
#mikasa .con4 .text {
  display: flex;
  flex-flow: column;
}
#mikasa .con4 .text .ttl {
  font-size: 36px;
  margin-bottom: 20px;
  justify-content: end;
}
#mikasa .con4 .text p {
  font-size: 16px;
}
#mikasa .con4 .img {
  height: 300px;
  background-color: #ccc;
  background-image: url(../../image/honkan.jpg);
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
#mikasa .con5 {
  margin: 100px 0;
}
#mikasa .con5 .row {
  align-items: center;
  border-bottom: 1px solid #c53d09;
  padding-bottom: 20px;
}
#mikasa .con5 .text p {
  font-size: 16px;
}
#mikasa .con5 .img1 {
  height: 300px;
  background-color: #ccc;
  background-image: url(../../image/tenpo1.jpg);
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
#mikasa .con5 .img2 {
  display: flex;
  justify-content: center;
}
#mikasa .con5 .img2 img {
  height: 450px;
  width: auto;
}
#mikasa .con6 {
  position: relative;
}
#mikasa .con6 .row {
  align-items: flex-end;
}
#mikasa .con6 .text {
  display: flex;
  flex-flow: column;
}
#mikasa .con6 .text .ttl {
  font-size: 36px;
  margin-bottom: 20px;
  justify-content: end;
}
#mikasa .con6 .text p {
  font-size: 16px;
}
#mikasa .con6 .img {
  height: 300px;
  background-color: #ccc;
  background-image: url(../../image/houji6.png);
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
#mikasa .con7 {
  margin: 100px 0;
}
#mikasa .con7 .row {
  align-items: center;
  border-bottom: 1px solid #c53d09;
  padding-bottom: 20px;
}
#mikasa .con7 .text p {
  font-size: 16px;
}
#mikasa .con7 .img1 {
  height: 300px;
  background-color: #ccc;
  background-image: url(../../image/houji5.jpg);
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
#mikasa .con8 .ttl {
  font-size: 36px;
  text-align: center;
}
#mikasa .con8 .row {
  margin: 60px 0;
}
#mikasa .con8 .row .img1 {
  display: flex;
  justify-content: center;
}
#mikasa .con8 .row .img1 img {
  height: 450px;
  width: auto;
}
#mikasa .con8 .row .img2 {
  display: flex;
  justify-content: center;
}
#mikasa .con8 .row .img2 img {
  height: 450px;
  width: auto;
}
#mikasa .con8 .row p {
  text-align: center;
  font-size: 24px;
}
#mikasa .con9 {
  margin: 100px 0;
}
#mikasa .con9 .row {
  align-items: center;
}
#mikasa .con9 .ttl {
  font-size: 36px;
  text-align: center;
  margin-bottom: 30px;
}
#mikasa .con9 .ttl p {
  font-size: 16px;
  margin-top: 20px;
}
#mikasa .con9 .text .t1 {
  border-bottom: 1px solid #c53d09;
  padding-bottom: 20px;
  margin: 20px 0;
}
#mikasa .con9 .text .t1 .subttl {
  display: flex;
  align-items: center;
}
#mikasa .con9 .text .t1 .subttl img {
  width: 25px;
  margin-right: 10px;
}

@media screen and (max-width: 991px) {
  #mikasa {
    background-image: url(../../image/washi_ivory.jpg);
    position: relative;
    width: 100%;
    font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
  #mikasa .btn {
    text-decoration: none;
    margin: 30px 0 0;
    padding: 0;
  }
  #mikasa .btn img {
    width: 40px !important;
    height: auto;
  }
  #mikasa .btn:hover {
    color: #000;
  }
  #mikasa .main {
    height: 50vh;
    background-position: 90% 100%;
  }
  #mikasa .main .ttl_area {
    bottom: -50px;
  }
  #mikasa .main .ttl_area .ttl {
    height: 30%;
    padding: 0px 100px;
    font-size: 24px;
  }
  #mikasa .main .ttl_area .ttl::before {
    font-size: 14px;
  }
  #mikasa .con1 .con-r .img {
    height: 300px;
    margin-top: 30px;
  }
  #mikasa .con3 .img img {
    margin-bottom: 30px;
  }
  #mikasa .con4 .text p {
    margin-bottom: 30px;
  }
  #mikasa .con5 .img1 {
    margin-bottom: 30px;
  }
  #mikasa .con5 .img2 {
    margin-bottom: 30px;
  }
  #mikasa .con5 .row {
    flex-direction: column-reverse;
  }
  #mikasa .con7 .img1 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  #about {
    background-image: url(../../image/washi_ivory.jpg);
    position: relative;
    width: 100%;
    font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
  #about .btn {
    text-decoration: none;
    margin: 30px 0 0;
    padding: 0;
  }
  #about .btn img {
    width: 40px !important;
    height: auto;
  }
  #about .btn:hover {
    color: #000;
  }
  #about .main {
    height: 50vh;
    background-position: 60%;
  }
  #about .main .ttl_area {
    bottom: -50px;
  }
  #about .main .ttl_area .ttl {
    height: 30%;
    padding: 0px 100px;
    font-size: 24px;
  }
  #about .main .ttl_area .ttl::before {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #mikasa {
    background-image: url(../../image/washi_ivory.jpg);
    position: relative;
    width: 100%;
    font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
  #mikasa .btn {
    text-decoration: none;
    margin: 30px 0 0;
    padding: 0;
  }
  #mikasa .btn img {
    width: 40px !important;
    height: auto;
  }
  #mikasa .btn:hover {
    color: #000;
  }
  #mikasa .main {
    height: 30vh;
    background-color: #ccc;
    z-index: 1;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #mikasa .main .ttl_area {
    position: absolute;
    right: 0;
    bottom: -25px;
  }
  #mikasa .main .ttl_area .ttl {
    height: 18%;
    padding: 10px 100px;
    font-size: 24px;
    writing-mode: inherit;
  }
  #mikasa .main .ttl_area .ttl::after {
    top: 0px;
    left: 5px;
    font-size: 14px;
    writing-mode: inherit;
  }
  #mikasa .con1 {
    margin: 50px 0;
  }
  #mikasa .con1 .con-r .text .ttl span {
    font-size: 24px;
    letter-spacing: 15px;
  }
  #mikasa .con1 .con-r .text p {
    font-size: 14px;
  }
  #mikasa .con1 .con-l .img {
    height: 200px;
  }
  #mikasa .con1 .con-r .img {
    height: 200px;
    margin-top: 30px;
  }
  #mikasa .con2 .ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }
  #mikasa .con2 .text {
    flex-direction: column;
  }
  #mikasa .con2 .text .subttl,
  #mikasa .con2 .text p {
    width: 100%;
    font-size: 14px;
  }
  #mikasa .con3 {
    margin: 50px 0;
  }
  #mikasa .con3 .ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }
  #mikasa .con3 .img img {
    max-height: 230px;
  }
  #mikasa .con3 .text {
    font-size: 14px;
  }
  #mikasa .con3 .subttl {
    font-size: 18px;
  }
  #mikasa .con4 .text .ttl {
    font-size: 24px;
  }
  #mikasa .con4 .text p {
    font-size: 14px;
  }
  #mikasa .con4 .img {
    height: 200px;
  }
  #mikasa .con5 {
    margin: 50px 0;
  }
  #mikasa .con5 .text p {
    font-size: 14px;
  }
  #mikasa .con6 .text .ttl {
    font-size: 24px;
  }
  #mikasa .con6 .text p {
    font-size: 14px;
  }
  #mikasa .con6 .img {
    height: 200px;
  }
  #mikasa .con7 {
    margin: 50px 0;
  }
  #mikasa .con7 .img1 {
    height: 200px;
  }
  #mikasa .con7 .text p {
    font-size: 14px;
  }
  #mikasa .con8 .ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }
  #mikasa .con8 .img {
    margin: 30px 0;
  }
  #mikasa .con8 .img1 img {
    height: 340px !important;
  }
  #mikasa .con8 .img2 img {
    height: 300px !important;
  }
  #mikasa .con8 .row {
    margin: 0;
  }
  #mikasa .con9 {
    margin: 50px 0;
  }
  #mikasa .con9 .container .ttl {
    font-size: 24px;
  }
  #mikasa .con9 .container p {
    font-size: 14px;
  }
  #mikasa .con9 .container iframe {
    height: 300px;
  }
  #mikasa .con9 .container .text {
    font-size: 14px;
  }
}
#reservation {
  background-image: url(../../image/washi_ivory.jpg);
  position: relative;
  width: 100%;
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
#reservation .btn {
  text-decoration: none;
  margin: 30px 0 0;
  padding: 0;
}
#reservation .btn img {
  width: 70px !important;
  height: auto;
}
#reservation .btn:hover {
  color: #000;
}
#reservation .sp,
#reservation .pc {
  padding: 0 15px;
}
#reservation .container-fluid {
  position: absolute;
  height: 400px;
  width: 30%;
  bottom: -50px;
  right: 0;
  background-color: rgba(197, 62, 9, 0.1725490196);
  z-index: -1;
}
#reservation .main {
  position: relative;
  width: 100%;
  height: 95vh;
  background-color: #ccc;
  z-index: 1;
  background-image: url(../../image/houji5.jpg);
  background-position: 20%;
  background-size: 130%;
  background-repeat: no-repeat;
}
#reservation .main .ttl_area {
  position: absolute;
  right: 0;
  bottom: -30px;
}
#reservation .main .ttl_area .ttl {
  position: relative;
  width: auto;
  height: 50%;
  padding: 0px 100px;
  font-size: 36px;
  z-index: 2;
  background-color: #EFCAAB;
  color: #f8f8f8;
  writing-mode: vertical-rl;
  text-align: center;
}
#reservation .main .ttl_area .ttl::before {
  content: "Reservation";
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 16px;
  writing-mode: inherit;
  color: #f8f8f8;
}
#reservation .container {
  width: 100%;
  border: none;
  display: block;
}
#reservation .container .red {
  background-color: #c53d09;
  color: #f8f8f8;
  border-radius: 10px;
  padding: 0.5em;
  font-size: 0.5em;
}
#reservation .container .ttl-area {
  padding: 0 15px;
  margin: 0 auto 0 0;
}
#reservation .container .ttl-area .ttl {
  font-size: 36px;
  margin-bottom: 20px;
}
#reservation .container .ttl-area .text p {
  font-size: 16px;
}
#reservation .container .tyuui {
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 100px;
}
#reservation .container .tyuui .ttl {
  border-bottom: 1px solid #c53d09;
  margin: 20px 0;
}
#reservation .container .row {
  margin-top: 100px;
  align-items: center;
  justify-content: center;
}
#reservation .container .row .contacton {
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
  padding: 0 15px;
  font-size: 16px;
}
#reservation .container .row .contacton form {
  width: 100% !important;
}
#reservation .container .row .contacton table {
  width: 100%;
  margin-bottom: 20px;
}
#reservation .container .row .contacton table tbody {
  width: 100%;
}
#reservation .container .row .contacton table tr {
  width: 100%;
}
#reservation .container .row .contacton table tr th,
#reservation .container .row .contacton table tr td {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0);
}
#reservation .container .row .contacton table tr th {
  text-align: left;
  width: 30%;
  background-color: #c53d09;
  position: relative;
  color: #f8f8f8;
}
#reservation .container .row .contacton table tr th .red {
  position: absolute;
  right: 15px;
  background-color: #fff;
  color: #c53d09;
  border-radius: 10px;
  padding: 0.5em;
  font-size: 0.5em;
}
#reservation .container .row .contacton table tr td {
  width: 70%;
}
#reservation .container .row .contacton table tr input {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  max-width: 100%;
}
#reservation .container .row .contacton table tr select {
  width: 180px;
  height: 40px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
#reservation .container .row .contacton table tr input,
#reservation .container .row .contacton table tr textarea {
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 10px 20px;
  width: 100%;
}
#reservation .container .row .contacton table tr input:focus,
#reservation .container .row .contacton table tr textarea:focus {
  outline: none;
}
#reservation .container .row .contacton table tr input select,
#reservation .container .row .contacton table tr textarea select {
  border: 1px solid #ccc;
}
#reservation .container .row .contacton table tr input select:focus,
#reservation .container .row .contacton table tr textarea select:focus {
  outline: none;
}
#reservation .container .row .contacton table .hosoku {
  padding-left: 0.5rem;
  display: block;
  width: 100%;
}
#reservation .container .row .kojinbox {
  margin-bottom: 30px;
  padding: 0 15px;
  margin: 50px 0;
}
#reservation .container .row .kojinbox h4 {
  font-weight: 700;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
#reservation .container .row .kojinbox .privacyBox {
  width: 100%;
  border: 2px solid #555;
  background-color: #fff;
  height: 300px;
  overflow-x: hidden;
  padding: 0 15px;
}
#reservation .container .row .kojinbox .privacyBox ol {
  padding-left: 1em;
}
#reservation .container .row .agreeBox {
  text-align: center;
}
#reservation .container .row .formBtn1 {
  margin-top: 20px;
  text-align: center;
}
#reservation .container .row .formBtn1 button {
  background-color: #c53d09;
  border: none;
  text-align: center;
  padding: 0.5em;
  color: #fff;
  width: 300px;
  transition: letter-spacing 0.3s ease;
}
#reservation .container .row .formBtn2 {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 50px;
}
#reservation .container .row .formBtn2 button {
  border: none;
  text-align: center;
  padding: 0.5em;
  color: #fff;
  width: 300px;
  border: 1px solid #fff;
}
#reservation .container .row .formBtn2 .back {
  background-color: #555;
}
#reservation .container .row .formBtn2 .sousin {
  background-color: #c53d09;
}
#reservation .container .row button {
  letter-spacing: 0;
}
#reservation .container .row button:hover {
  letter-spacing: 0.2em;
}
@media screen and (max-width: 991px) {
  #reservation .contacton th {
    width: 40% !important;
  }
  #reservation .contacton td {
    width: 60% !important;
  }
}
@media screen and (max-width: 767px) {
  #reservation .contacton {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
  }
  #reservation .contacton table {
    width: 100%;
    margin-bottom: 20px;
  }
  #reservation .contacton table tr {
    display: flex;
    flex-flow: column;
  }
  #reservation .contacton table tr th,
  #reservation .contacton table tr td {
    padding: 20px;
    border: 1px solid #ccc;
    width: 100% !important;
    font-size: 14px;
  }
  #reservation .contacton table tr th {
    text-align: left;
    width: 30%;
    background-color: #eee;
    position: relative;
  }
  #reservation .contacton table tr th .red {
    position: absolute;
    right: 15px;
    background-color: red;
    color: #fff;
    border-radius: 10px;
    padding: 0.5em;
    font-size: 0.5em;
  }
  #reservation .contacton table tr td {
    width: 70%;
  }
  #reservation .contacton table tr input {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    max-width: 400px;
  }
  #reservation .contacton table tr select {
    width: 100%;
    height: 40px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  #reservation .contacton table tr textarea {
    width: 100%;
    height: 300px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  #reservation .contacton table tr input,
  #reservation .contacton table tr textarea {
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 10px 20px;
  }
  #reservation .contacton table tr input:focus,
  #reservation .contacton table tr textarea:focus {
    outline: none;
  }
  #reservation .sub {
    padding: 0 15px;
    margin: 0 auto;
    text-align: start !important;
  }
  #reservation .txt {
    padding: 0 15px;
    font-weight: 700;
  }
  #reservation .txt i {
    color: #0066cc;
  }
  #reservation .txt .box {
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 1em;
  }
  #reservation .txt .box .tel,
  #reservation .txt .box .fax {
    padding: 1em;
  }
  #reservation .txt .box .bg {
    background-color: #0066cc;
    color: #fff;
    padding: 0.5em;
    text-align: center;
    border-radius: 10px;
  }
  #reservation .txt .txt2 {
    margin-bottom: 50px;
  }
  #reservation .txt .txt2 .subttl {
    font-size: 1.3em;
    margin-bottom: 20px;
  }
  #reservation .txt .txt2 p {
    font-weight: 400;
    font-size: 1em;
  }
  #reservation .kojinbox {
    font-size: 14px;
  }
  #reservation .kojinbox h4 {
    font-size: 24px !important;
    font-weight: 400 !important;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  #reservation {
    background-image: url(../../image/washi_ivory.jpg);
    position: relative;
    width: 100%;
    font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
  #reservation .btn {
    text-decoration: none;
    margin: 30px 0 0;
    padding: 0;
  }
  #reservation .btn img {
    width: 40px !important;
    height: auto;
  }
  #reservation .btn:hover {
    color: #000;
  }
  #reservation .main {
    height: 50vh;
    background-position: 90% 100%;
  }
  #reservation .main .ttl_area {
    bottom: -50px;
  }
  #reservation .main .ttl_area .ttl {
    height: 30%;
    padding: 0px 100px;
    font-size: 24px;
  }
  #reservation .main .ttl_area .ttl::before {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #reservation {
    background-image: url(../../image/washi_ivory.jpg);
    position: relative;
    width: 100%;
    font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
  #reservation .btn {
    text-decoration: none;
    margin: 30px 0 0;
    padding: 0;
  }
  #reservation .btn img {
    width: 40px !important;
    height: auto;
  }
  #reservation .btn:hover {
    color: #000;
  }
  #reservation .main {
    height: 30vh;
    background-color: #ccc;
    z-index: 1;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #reservation .main .ttl_area {
    position: absolute;
    right: 0;
    bottom: -25px;
  }
  #reservation .main .ttl_area .ttl {
    height: 18%;
    padding: 10px 100px;
    font-size: 24px;
    writing-mode: inherit;
  }
  #reservation .main .ttl_area .ttl::after {
    top: 0px;
    left: 5px;
    font-size: 14px;
    writing-mode: inherit;
  }
  #reservation .ttl-area {
    padding: 0 15px;
  }
  #reservation .ttl-area .ttl {
    font-size: 24px !important;
    margin-bottom: 20px;
  }
  #reservation .ttl-area .text p {
    font-size: 14px !important;
  }
}
#order {
  background-image: url(../../image/washi_ivory.jpg);
  position: relative;
  width: 100%;
  font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
#order .btn {
  text-decoration: none;
  margin: 30px 0 0;
  padding: 0;
}
#order .btn img {
  width: 70px !important;
  height: auto;
}
#order .btn:hover {
  color: #000;
}
#order .sp,
#order .pc {
  padding: 0 15px;
}
#order .container-fluid {
  position: absolute;
  height: 400px;
  width: 30%;
  bottom: -50px;
  right: 0;
  background-color: rgba(197, 62, 9, 0.1725490196);
  z-index: -1;
}
#order .main {
  position: relative;
  width: 100%;
  height: 95vh;
  background-color: #ccc;
  z-index: 1;
  background-image: url(../../image/houji5.jpg);
  background-position: 20%;
  background-size: 130%;
  background-repeat: no-repeat;
}
#order .main .ttl_area {
  position: absolute;
  right: 0;
  bottom: -30px;
}
#order .main .ttl_area .ttl {
  position: relative;
  width: auto;
  height: 50%;
  padding: 0px 100px;
  font-size: 36px;
  z-index: 2;
  background-color: #EFCAAB;
  color: #f8f8f8;
  writing-mode: vertical-rl;
  text-align: center;
}
#order .main .ttl_area .ttl::before {
  content: "Reservation";
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 16px;
  writing-mode: inherit;
  color: #f8f8f8;
}
#order .container {
  border: none;
  display: block;
}
#order .container .radio span {
  display: flex;
  justify-content: center;
  flex-flow: row;
}
#order .container .radio span input {
  width: inherit;
}
#order .container .red {
  background-color: #c53d09;
  color: #f8f8f8;
  border-radius: 10px;
  padding: 0.5em;
  font-size: 0.5em;
}
#order .container .ttl-area {
  padding: 0 15px;
  margin: 0 auto 0 0;
}
#order .container .ttl-area .ttl {
  font-size: 36px;
  margin-bottom: 20px;
}
#order .container .ttl-area .text p {
  font-size: 16px;
}
#order .container .ttl-area .con7 {
  background-color: #c53d09;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  color: #fff;
  margin: 50px 0;
}
#order .container .ttl-area .con7 ul {
  padding: 0;
}
#order .container .ttl-area .con7 li {
  list-style-type: none;
}
#order .container .ttl-area .con7 dd {
  margin-left: 0;
}
#order .container .ttl-area .con7 .flow {
  display: flex;
  justify-content: space-between;
}
#order .container .ttl-area .con7 .flow > li {
  flex-basis: 22%;
}
#order .container .ttl-area .con7 .flow > li .icon {
  font-size: 18px;
  line-height: 50px;
  width: 50px;
  color: #c53d09;
  background: #fff;
  margin: 0 auto 20px;
  display: block;
  border-radius: 50%;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
}
#order .container .ttl-area .con7 .flow > li .icon::before {
  content: "";
  border: solid transparent;
  border-width: 8px;
  border-top-color: #fff;
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  transform: translateX(-50%);
}
#order .container .ttl-area .con7 .flow > li dl {
  padding: 30px 20px;
  margin: 0;
  border: 3px solid #fff;
  position: relative;
  height: 300px;
}
#order .container .ttl-area .con7 .flow > li:not(:last-child) dl::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  position: absolute;
  top: calc(50% - 14px);
  left: 104%;
  transform: rotate(45deg);
}
#order .container .ttl-area .con7 .flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  flex-basis: 20%;
  margin-bottom: 1vh;
  text-align: center;
}
#order .container .tyuui {
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 100px;
}
#order .container .tyuui .ttl {
  border-bottom: 1px solid #c53d09;
  margin: 20px 0;
}
#order .container .row {
  margin-top: 100px;
  align-items: center;
  justify-content: center;
}
#order .container .row .contacton {
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
  padding: 0 15px;
  font-size: 16px;
}
#order .container .row .contacton table {
  width: 100%;
  margin-bottom: 20px;
}
#order .container .row .contacton table form {
  width: 100% !important;
}
#order .container .row .contacton table tr th,
#order .container .row .contacton table tr td {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0);
}
#order .container .row .contacton table tr th {
  text-align: left;
  width: 30%;
  background-color: #c53d09;
  position: relative;
  color: #f8f8f8;
}
#order .container .row .contacton table tr th .red {
  position: absolute;
  right: 15px;
  background-color: #fff;
  color: #c53d09;
  border-radius: 10px;
  padding: 0.5em;
  font-size: 0.5em;
}
#order .container .row .contacton table tr td {
  width: 70%;
}
#order .container .row .contacton table tr .radio-muki {
  display: flex;
  flex-direction: column;
}
#order .container .row .contacton table tr select {
  width: 180px;
  height: 40px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
#order .container .row .contacton table tr input,
#order .container .row .contacton table tr textarea {
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 10px 20px;
  width: 100%;
}
#order .container .row .contacton table tr input:focus,
#order .container .row .contacton table tr textarea:focus {
  outline: none;
}
#order .container .row .contacton table tr input select,
#order .container .row .contacton table tr textarea select {
  border: 1px solid #ccc;
}
#order .container .row .contacton table tr input select:focus,
#order .container .row .contacton table tr textarea select:focus {
  outline: none;
}
#order .container .row .contacton table .hosoku {
  padding-left: 0.5rem;
  display: block;
  width: 100%;
}
#order .container .row .kojinbox {
  margin-bottom: 30px;
  padding: 0 15px;
  margin: 50px 0;
}
#order .container .row .kojinbox h4 {
  font-weight: 700;
  font-family: "Noto Serif JP", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
#order .container .row .kojinbox .privacyBox {
  width: 100%;
  border: 2px solid #555;
  background-color: #fff;
  height: 300px;
  overflow-x: hidden;
  padding: 0 15px;
}
#order .container .row .kojinbox .privacyBox ol {
  padding-left: 1em;
}
#order .container .row .agreeBox {
  text-align: center;
}
#order .container .row .formBtn1 {
  margin-top: 20px;
  text-align: center;
}
#order .container .row .formBtn1 button {
  background-color: #c53d09;
  border: none;
  text-align: center;
  padding: 0.5em;
  color: #fff;
  width: 300px;
  transition: letter-spacing 0.3s ease;
}
#order .container .row .formBtn2 {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 50px;
}
#order .container .row .formBtn2 button {
  border: none;
  text-align: center;
  padding: 0.5em;
  color: #fff;
  width: 300px;
  border: 1px solid #fff;
}
#order .container .row .formBtn2 .back {
  background-color: #555;
}
#order .container .row .formBtn2 .sousin {
  background-color: #c53d09;
}
#order .container .row button {
  letter-spacing: 0;
}
#order .container .row button:hover {
  letter-spacing: 0.2em;
}
@media screen and (max-width: 991px) {
  #order .container .con7 {
    background-color: #c53d09;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    color: #fff;
  }
  #order .container .con7 ul {
    padding: 0;
  }
  #order .container .con7 li {
    list-style-type: none;
  }
  #order .container .con7 dd {
    margin-left: 0;
    font-size: 14px !important;
  }
  #order .container .con7 .flow {
    display: flex;
    justify-content: space-between;
  }
  #order .container .con7 .flow > li {
    flex-basis: 22%;
  }
  #order .container .con7 .flow > li .icon {
    font-size: 18px;
    line-height: 50px;
    width: 50px;
    color: #c53d09;
    background: #fff;
    margin: 0 auto 20px;
    display: block;
    border-radius: 50%;
    text-align: center;
    position: relative;
    letter-spacing: 2px;
  }
  #order .container .con7 .flow > li .icon::before {
    content: "";
    border: solid transparent;
    border-width: 8px;
    border-top-color: #fff;
    position: absolute;
    top: calc(100% - 2px);
    left: 50%;
    transform: translateX(-50%);
  }
  #order .container .con7 .flow > li dl {
    padding: 30px 20px;
    margin: 0;
    border: 3px solid #fff;
    position: relative;
    height: 350px !important;
  }
  #order .container .con7 .flow > li:not(:last-child) dl::before {
    content: "";
    width: 14px;
    height: 14px;
    margin-right: 10px;
    display: inline-block;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    position: absolute;
    top: calc(50% - 14px);
    left: 104%;
    transform: rotate(45deg);
  }
  #order .container .con7 .flow > li dl dt {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    flex-basis: 20%;
    margin-bottom: 1vh;
    text-align: center;
  }
  #order .contacton th {
    width: 40% !important;
  }
  #order .contacton td {
    width: 60% !important;
  }
}
@media screen and (max-width: 767px) {
  #order .container .con7 {
    background-color: #c53d09;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    color: #fff;
  }
  #order .container .con7 ul {
    padding: 0;
  }
  #order .container .con7 li {
    list-style-type: none;
  }
  #order .container .con7 dd {
    margin-left: 0;
    font-size: 14px;
  }
  #order .container .con7 .flow {
    display: flex;
    justify-content: space-between;
    flex-flow: column;
  }
  #order .container .con7 .flow > li {
    flex-basis: 22%;
    margin: 30px 0;
  }
  #order .container .con7 .flow > li .icon {
    font-size: 18px;
    line-height: 50px;
    width: 50px;
    color: #c53d09;
    background: #fff;
    margin: 0 auto 20px;
    display: block;
    border-radius: 50%;
    text-align: center;
    position: relative;
    letter-spacing: 2px;
  }
  #order .container .con7 .flow > li .icon::before {
    content: "";
    border: solid transparent;
    border-width: 8px;
    border-top-color: #fff;
    position: absolute;
    top: calc(100% - 2px);
    left: 50%;
    transform: translateX(-50%);
  }
  #order .container .con7 .flow > li dl {
    padding: 30px 20px;
    margin: 0;
    border: 3px solid #fff;
    position: relative;
    height: 250px !important;
  }
  #order .container .con7 .flow > li:not(:last-child) dl::before {
    display: none !important;
  }
  #order .container .con7 .flow > li dl dt {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    flex-basis: 20%;
    margin-bottom: 1vh;
    text-align: center;
  }
  #order .kojinbox {
    font-size: 14px;
  }
  #order .kojinbox h4 {
    font-size: 24px !important;
    font-weight: 400 !important;
    margin-bottom: 20px;
  }
  #order .contacton {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
  }
  #order .contacton .radio span {
    display: flex;
    justify-content: center;
    flex-flow: column;
  }
  #order .contacton table {
    width: 100%;
    margin-bottom: 20px;
  }
  #order .contacton table tr {
    display: flex;
    flex-flow: column;
  }
  #order .contacton table tr th,
  #order .contacton table tr td {
    padding: 20px;
    border: 1px solid #ccc;
    width: 100% !important;
  }
  #order .contacton table tr th {
    text-align: left;
    width: 30%;
    background-color: #eee;
    position: relative;
  }
  #order .contacton table tr th .red {
    position: absolute;
    right: 15px;
    background-color: red;
    color: #fff;
    border-radius: 10px;
    padding: 0.5em;
    font-size: 0.5em;
  }
  #order .contacton table tr td {
    width: 70%;
    margin: 0 0 0 auto;
  }
  #order .contacton table tr input {
    width: 100%;
  }
  #order .contacton table tr select {
    width: 100%;
    height: 40px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  #order .contacton table tr textarea {
    width: 100%;
    height: 300px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  #order .contacton table tr input,
  #order .contacton table tr textarea {
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 10px 20px;
  }
  #order .contacton table tr input:focus,
  #order .contacton table tr textarea:focus {
    outline: none;
  }
  #order .sub {
    padding: 0 15px;
    margin: 0 auto;
    text-align: start !important;
  }
  #order .txt {
    padding: 0 15px;
    font-weight: 700;
  }
  #order .txt i {
    color: #0066cc;
  }
  #order .txt .box {
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 1em;
  }
  #order .txt .box .tel,
  #order .txt .box .fax {
    padding: 1em;
  }
  #order .txt .box .bg {
    background-color: #0066cc;
    color: #fff;
    padding: 0.5em;
    text-align: center;
    border-radius: 10px;
  }
  #order .txt .txt2 {
    margin-bottom: 50px;
  }
  #order .txt .txt2 .subttl {
    font-size: 1.3em;
    margin-bottom: 20px;
  }
  #order .txt .txt2 p {
    font-weight: 400;
    font-size: 1em;
  }
}

@media screen and (max-width: 991px) {
  #order {
    background-image: url(../../image/washi_ivory.jpg);
    position: relative;
    width: 100%;
    font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
  #order .btn {
    text-decoration: none;
    margin: 30px 0 0;
    padding: 0;
  }
  #order .btn img {
    width: 40px !important;
    height: auto;
  }
  #order .btn:hover {
    color: #000;
  }
  #order .main {
    height: 50vh;
    background-position: 90% 100%;
  }
  #order .main .ttl_area {
    bottom: -50px;
  }
  #order .main .ttl_area .ttl {
    height: 30%;
    padding: 0px 100px;
    font-size: 24px;
  }
  #order .main .ttl_area .ttl::before {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #order {
    background-image: url(../../image/washi_ivory.jpg);
    position: relative;
    width: 100%;
    font-family: "Shippori Mincho B1", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.7;
  }
  #order .btn {
    text-decoration: none;
    margin: 30px 0 0;
    padding: 0;
  }
  #order .btn img {
    width: 40px !important;
    height: auto;
  }
  #order .btn:hover {
    color: #000;
  }
  #order .main {
    height: 30vh;
    background-color: #ccc;
    z-index: 1;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  #order .main .ttl_area {
    position: absolute;
    right: 0;
    bottom: -25px;
  }
  #order .main .ttl_area .ttl {
    height: 18%;
    padding: 10px 100px;
    font-size: 24px;
    writing-mode: inherit;
  }
  #order .main .ttl_area .ttl::after {
    top: 0px;
    left: 5px;
    font-size: 14px;
    writing-mode: inherit;
  }
  #order .ttl-area {
    padding: 0 15px;
  }
  #order .ttl-area .ttl {
    font-size: 24px !important;
    margin-bottom: 20px;
  }
  #order .ttl-area .text p {
    font-size: 14px !important;
  }
}
html {
  font-family: "Shippori Mincho B1", "Kaisei Tokumin", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
html::-webkit-scrollbar {
  width: 4px;
}
html::-webkit-scrollbar-track {
  background-color: #c6bbb3;
}
html::-webkit-scrollbar-thumb {
  background-color: #c53d09;
}

.leftArea {
  position: relative;
  width: min(10vw, 200px);
  height: 100%;
  z-index: 99;
}

.rightArea {
  position: relative;
  width: calc(100% - min(10vw, 200px));
  margin: 0 0 0 auto;
  z-index: 0;
  overflow: hidden;
}

@media print {
  .rightArea {
    width: calc(100% - min(10vw, 200px)) !important;
  }
}
@media screen and (max-width: 991px) {
  .leftArea {
    width: 100%;
  }
  .rightArea {
    width: 100%;
  }
}

#event .error404{
  height: 40vh !important;
}
@media screen and (max-width: 767px){
  #event .error404{
    height: 30vh !important;
  }
}


.text-red{color: #c00 !important;}
.bold{font-weight: bold !important;}
.indent-1 {
		padding-left:1em;
		text-indent:-1em;
}

@media screen and (max-width: 991px) {
  .tyui-adjust{
    align-items: flex-start !important;
    padding: 20px !important;
    min-height: 300px;
    max-height: initial !important;
  }
}