@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSans/NotoSansR.woff") format("woff");
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSans/NotoSansM.woff") format("woff");
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSans/NotoSansB.woff") format("woff");
}

@font-face {
  font-family: "Otsu";
  font-style: normal;
  font-weight: 400;
  src: url("../font/Otsu/OtsutomeFont_Ver301.woff") format("woff");
}

@font-face {
  font-family: "Otsu";
  font-style: normal;
  font-weight: 400;
  src: url("../font/Otsu/OtsutomeFont_Ver301.woff2") format("woff");
}

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

html {
  font-size: 62.5%;
}

body {
  line-height: 2;
  font-weight: 500;
  letter-spacing: 1px;
  color: #121212;
  font-family: "ten-mincho", "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  word-wrap: break-word;
  position: relative;
}

h1, h2, h3 {
  font-weight: 500;
}

div {
  font-weight: 500;
}

a {
  text-decoration: none;
  font-weight: 500;
}

figure {
  padding: 0;
  margin: 0;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  z-index: 1;
}

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

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

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

.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

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

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

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

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

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

#main #col_main {
  width: 100%;
}

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

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

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

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

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

table {
  table-layout: auto;
}

table td {
  margin-bottom: -1px !important;
  padding: 3px 10px !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

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

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

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

span {
  font-weight: inherit;
}

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

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

u {
  text-decoration: underline;
}

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

b {
  font-weight: bold;
}

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

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

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

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

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

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

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

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

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

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

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

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

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

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

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

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

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

.dsnone {
  display: none;
}

#modal {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

.annot {
  display: none;
}

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

#global_header {
  position: relative;
  z-index: 2;
  width: 100%;
}

.is-scrolled .header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: rgba(255, 255, 255, 0.9);
  padding-bottom: 0;
}

@media screen and (max-width: 834px) {
  .is-scrolled .header {
    background-color: rgba(255, 255, 255, 0);
  }
}

.is-scrolled .header__top {
  padding: 5px 10px 0 10px;
}

@media screen and (max-width: 834px) {
  .is-scrolled .header__top {
    padding: 0;
  }
}

.is-scrolled .header__top__logo img {
  width: 120px !important;
  right: 0;
  left: 0;
  margin: auto;
}

.is-scrolled .header .header__nav {
  position: relative;
  top: 0px;
  padding-top: 0;
}

.is-scrolled .header .header__nav ul li a {
  line-height: 1.5;
  padding: 0 35px 5px 35px;
}

@media screen and (max-width: 1000px) {
  .is-scrolled .header .header__nav ul li a {
    padding: 0 25px 5px 25px;
  }
}

.is-scrolled .header .header__nav .ddmenu {
  top: 35px;
  width: 200px;
}

.is-scrolled .header .header__nav .ddmenu li a {
  padding: 10px;
}

.is-scrolled .header #nav-toggle {
  position: absolute;
  top: 0px !important;
}

.header {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
}

.header__nav {
  padding-top: 10px;
  position: absolute;
  width: 100%;
  z-index: 3;
  margin-top: 20px;
}

.header__nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  text-align: center;
}

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

.header__nav > ul li {
  position: relative;
}

.header__nav > ul li a {
  padding: 20px 35px;
  display: block;
  color: #121212;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  font-size: 2rem;
  font-family: "Otsu";
}

@media screen and (max-width: 1000px) {
  .header__nav > ul li a {
    padding: 10px 25px;
  }
}

.header__nav > ul li a:hover {
  color: #b62515;
}

.ddmenu {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 200px;
  left: -35px;
  z-index: 9999;
  top: 55px;
}

.ddmenu li {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ddmenu li a {
  color: #121212 !important;
  padding: 5px !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ddmenu li:hover {
  background-color: #b62515;
}

.ddmenu li:hover a {
  color: white !important;
}

.main {
  position: relative;
  border-bottom: 10px solid #b62515;
}

@media screen and (max-width: 1000px) {
  .main__image {
    height: 75vh !important;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit";
  }
}

@media screen and (max-width: 834px) {
  .main__image {
    height: 60vh !important;
  }
}

@media screen and (max-width: 640px) {
  .main__image {
    height: 100vh !important;
  }
}

.main a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main a img {
  width: 45%;
}

@media screen and (max-width: 640px) {
  .main a img {
    width: 60%;
  }
}

.footer {
  background-image: url(../images/contents/footer-image.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 20px;
}

.footer__nav {
  background-color: #64140c;
}

.footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 5px 0;
}

.footer__nav ul li {
  width: 20%;
}

@media screen and (max-width: 1000px) {
  .footer__nav ul li {
    width: 33.333%;
  }
}

@media screen and (max-width: 640px) {
  .footer__nav ul li {
    width: 50%;
    padding: 5px;
  }
}

.footer__nav ul li a {
  color: white;
  font-family: "Otsu";
  font-size: 1.8rem;
  padding: 3px;
  border-radius: 5px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 640px) {
  .footer__nav ul li a {
    background-color: #b62515;
  }
}

.footer__nav ul li a:hover {
  color: #b62515;
}

.footer__info {
  margin-top: 60px;
}

.footer__info ul {
  margin-top: 30px;
  margin-bottom: 60px;
}

.footer__info ul li, .footer__info ul li a {
  letter-spacing: 2px;
  color: #121212;
  line-height: 1.8;
}

@media screen and (max-width: 1200px) {
  .footer__info .logo img {
    width: 40%;
  }
}

@media screen and (max-width: 640px) {
  .footer__info .logo img {
    width: 60%;
  }
}

.footer p {
  display: block;
}

.footer p small {
  font-size: 1.4rem;
  letter-spacing: 2px;
}

.pankuzu {
  margin-bottom: 80px;
  text-align: center;
  margin-top: 10px;
  font-size: 1.5rem;
  letter-spacing: 3px;
  font-family: "Otsu";
}

.pankuzu a {
  color: #121212;
  font-family: "Otsu";
}

.otsu {
  font-family: "Otsu";
}

.ten {
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
}

/*  ホーム  */
.home_wrap01 {
  background-image: url(../images/contents/image-bg01.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 140px;
}

.home_wrap01 .title_img {
  position: relative;
}

.home_wrap01 .title_img img {
  width: 23% !important;
}

@media screen and (max-width: 834px) {
  .home_wrap01 .title_img img {
    width: 30% !important;
    z-index: 4;
    position: relative;
    display: block;
    bottom: 80px;
  }
}

@media screen and (max-width: 640px) {
  .home_wrap01 .title_img img {
    width: 35% !important;
  }
}

.home_wrap01 .title_img::before {
  content: "";
  background-image: url(../images/contents/deco-left02.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 41%;
  height: 100%;
  position: absolute;
  top: 95px;
  left: 0%;
  display: block;
  z-index: 3;
}

@media screen and (max-width: 834px) {
  .home_wrap01 .title_img::before {
    width: 53%;
  }
}

@media screen and (max-width: 640px) {
  .home_wrap01 .title_img::before {
    width: 60%;
  }
}

.home_wrap01 .title_img::after {
  content: "";
  background-image: url(../images/contents/deco-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 41%;
  height: 100%;
  position: absolute;
  top: 90px;
  right: 0;
  display: block;
  visibility: visible;
  z-index: 3;
}

@media screen and (max-width: 834px) {
  .home_wrap01 .title_img::after {
    width: 53%;
  }
}

@media screen and (max-width: 640px) {
  .home_wrap01 .title_img::after {
    width: 60%;
  }
}

.home_contents01 {
  background-color: rgba(255, 255, 255, 0.6);
  border: 10px solid rgba(182, 37, 21, 0.8);
  background-repeat: no-repeat;
  max-width: 1000px;
  margin: auto;
  background-size: cover;
  padding: 60px 80px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .home_contents01 {
    padding: 50px 50px 70px 50px;
  }
}

@media screen and (max-width: 640px) {
  .home_contents01 {
    padding: 40px 30px 70px 30px;
  }
}

.home_contents01::before {
  content: "";
  background-image: url(../images/contents/syurijyo.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 320px;
  height: 200px;
  display: block;
  bottom: -100px;
  left: -100px;
  position: absolute;
  border-radius: 50%;
}

@media screen and (max-width: 1200px) {
  .home_contents01::before {
    width: 320px;
    height: 200px;
    left: -30px;
  }
}

@media screen and (max-width: 834px) {
  .home_contents01::before {
    width: 230px;
    height: 142px;
    bottom: -90px;
  }
}

@media screen and (max-width: 1000px) {
  .home_contents01 .box:first-child div {
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 640px) {
  .home_contents01 .box:first-child div {
    font-size: 1.5rem;
  }
}

.home_contents01 .box:nth-child(2) {
  margin: 40px auto 0 auto;
}

.home_contents01 .box:nth-child(2) a {
  width: 300px;
  height: 55px;
  background-color: #b62515;
  color: white;
  display: inline-block;
  text-align: center;
  margin: auto;
  font-size: 1.8rem;
  padding-top: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.home_contents01 .box:nth-child(2) a:hover {
  background-color: #f52b14;
}

.home_wrap02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: -70px;
}

@media screen and (max-width: 1200px) {
  .home_wrap02 {
    top: 0;
  }
}

@media screen and (max-width: 1000px) {
  .home_wrap02 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.home_wrap03 {
  top: -100px;
}

@media screen and (max-width: 1200px) {
  .home_wrap03 {
    top: 0;
  }
}

.contents_title {
  width: 10%;
  padding-bottom: 50px;
}

.contents_title h2 {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-family: "Otsu";
  font-size: 5.1rem;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  .contents_title h2 {
    font-size: 4.6rem;
  }
}

.contents_title h2::before {
  content: "";
  background-image: url(../images/contents/title-deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  top: -20px;
  right: 20px;
  width: 36px;
  height: 296px;
  position: absolute;
  z-index: -1;
}

.contents_title h2 span {
  font-size: 4rem;
  position: relative;
  right: 15px;
}

.home_text01 {
  width: 40%;
  padding-bottom: 50px;
}

@media screen and (max-width: 1200px) {
  .home_text01 {
    width: 50%;
  }
}

@media screen and (max-width: 1000px) {
  .home_text01 {
    width: 90%;
    padding-left: 30px;
    margin-bottom: 250px;
  }
}

@media screen and (max-width: 640px) {
  .home_text01 {
    padding-left: 60px;
  }
}

.home_text01 div {
  font-size: 1.8rem;
}

.home_text01 div a {
  width: 300px;
  height: 55px;
  background-color: #b62515;
  color: white;
  display: inline-block;
  text-align: center;
  margin: auto;
  font-size: 1.8rem;
  padding-top: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.home_text01 div a:hover {
  background-color: #f52b14;
}

.home_image01 {
  width: 50%;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .home_image01 {
    width: 40%;
  }
}

@media screen and (max-width: 1000px) {
  .home_image01 {
    width: 45%;
    margin: auto;
    display: block;
    position: absolute;
    right: 10px;
    bottom: 70px;
  }
  .home_image01 img {
    margin: auto;
    text-align: center;
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .home_image01 {
    width: 55%;
    bottom: 40px;
    right: -30px;
  }
}

@media screen and (max-width: 550px) {
  .home_image01 {
    bottom: 60px;
  }
}

.home_image01::before {
  content: "";
  background-image: url(../images/contents/bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  width: 90%;
  height: 90%;
  z-index: -1;
  top: 40px;
  right: 70px;
}

@media screen and (max-width: 1200px) {
  .home_image01::before {
    right: 50px;
  }
}

.home_image01::after {
  content: "";
  background-image: url(../images/contents/dancer.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  width: 260px;
  height: 328px;
  bottom: -40px;
  right: -40px;
  visibility: visible;
}

@media screen and (max-width: 1200px) {
  .home_image01::after {
    width: 150px;
    height: 228px;
    bottom: -90px;
    right: 0;
  }
}

@media screen and (max-width: 834px) {
  .home_image01::after {
    left: 0;
    width: 100px;
    height: 170px;
  }
}

.home_image01 img {
  padding: 20px;
}

.home_image02::before {
  background-image: url(../images/contents/bg2.png);
}

.home_image02::after {
  content: "";
  background-image: url(../images/contents/cow.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  width: 146px;
  height: 239px;
  bottom: -20px;
  right: 0px;
  visibility: visible;
}

@media screen and (max-width: 1200px) {
  .home_image02::after {
    width: 100px;
    height: 200px;
  }
}

@media screen and (max-width: 834px) {
  .home_image02::after {
    width: 80px;
    height: 160px;
  }
}

.wrap02 {
  position: relative;
}

@media screen and (max-width: 1200px) {
  .wrap02 {
    padding-bottom: 100px;
    padding-top: 40px;
  }
}

.wrap02::before {
  content: "";
  background-image: url(../images/contents/cloud.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  width: 353px;
  height: 160px;
  top: 40%;
  right: 0px;
}

@media screen and (max-width: 1000px) {
  .wrap02::before {
    top: 25%;
    left: 0;
  }
}

.wrap02::after {
  content: "";
  background-image: url(../images/contents/wave01.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  width: 628px;
  height: 455px;
  top: 30%;
  left: 0px;
  visibility: visible;
}

@media screen and (max-width: 1000px) {
  .wrap02::after {
    top: 55%;
  }
}

.home_wrap04 {
  background-image: url(../images/contents/bg02.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.home_wrap04::before {
  content: "";
  background-image: url(../images/contents/deco-line.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 29px;
}

.home_wrap04::after {
  content: "";
  background-image: url(../images/contents/deco-line.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 29px;
}

.inner2 {
  max-width: 1200px;
  margin: auto;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .inner2 {
    padding: 0 10px;
  }
}

.inner2::before {
  content: "";
  background-image: url(../images/contents/image01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 413px;
  height: 444px;
  position: absolute;
  top: -200px;
  right: -200px;
  z-index: 1;
}

@media screen and (max-width: 1700px) {
  .inner2::before {
    right: 0;
    width: 320px;
    height: 350px;
  }
}

@media screen and (max-width: 1200px) {
  .inner2::before {
    top: -100px;
    right: 10px;
    width: 35%;
    height: 35%;
  }
}

@media screen and (max-width: 834px) {
  .inner2::before {
    left: 30px;
    top: -200px;
  }
}

@media screen and (max-width: 640px) {
  .inner2::before {
    top: -120px;
  }
}

.inner2::after {
  content: "";
  background-image: url(../images/contents/image01-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 413px;
  height: 444px;
  position: absolute;
  top: -190px;
  right: -180px;
  z-index: 0;
}

@media screen and (max-width: 1700px) {
  .inner2::after {
    right: 20px;
    width: 320px;
    height: 350px;
  }
}

@media screen and (max-width: 1200px) {
  .inner2::after {
    top: -90px;
    right: 30px;
    width: 35%;
    height: 35%;
  }
}

@media screen and (max-width: 834px) {
  .inner2::after {
    left: 10px;
    top: -180px;
  }
}

@media screen and (max-width: 640px) {
  .inner2::after {
    top: -100px;
  }
}

.home_contents02 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-top: 150px;
  padding-bottom: 350px;
}

.home_contents02::before {
  content: "";
  background-image: url(../images/contents/tencho.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 422px;
  height: 321px;
  display: block;
  position: absolute;
  bottom: 0;
  left: -100px;
}

@media screen and (max-width: 834px) {
  .home_contents02::before {
    width: 250px;
    height: 200px;
    left: 20px;
  }
}

.home_contents02 .box {
  width: 46%;
  position: relative;
  overflow: visible !important;
}

@media screen and (max-width: 834px) {
  .home_contents02 .box {
    display: block;
    width: 80%;
    margin: auto;
  }
}

@media screen and (max-width: 640px) {
  .home_contents02 .box {
    width: 95%;
  }
}

.home_contents02 .box::before {
  content: "";
  background-image: url(../images/contents/menu01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 140px;
  height: 291px;
  display: block;
  position: absolute;
  top: -30px;
  right: 15px;
}

@media screen and (max-width: 640px) {
  .home_contents02 .box::before {
    right: 0%;
    top: -70px;
  }
}

@media screen and (max-width: 834px) {
  .home_contents02 .box img {
    width: 100% !important;
    margin: auto;
  }
}

.home_contents02 .box div {
  color: white;
  margin-top: 20px;
}

@media screen and (max-width: 834px) {
  .home_contents02 .box div {
    top: 0;
    width: 100%;
  }
}

.home_contents02 .box:nth-child(2) {
  position: relative;
  top: 200px;
}

@media screen and (max-width: 834px) {
  .home_contents02 .box:nth-child(2) {
    top: 100px;
  }
}

.home_contents02 .box:nth-child(2)::before {
  background-image: url(../images/contents/menu02.png);
}

.home_contents02 .box:nth-child(2)::after {
  content: "";
  background-image: url(../images/contents/hibis.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 206px;
  height: 112px;
  display: block;
  left: -180px;
  bottom: 80px;
  position: absolute;
}

@media screen and (max-width: 834px) {
  .home_contents02 .box:nth-child(2)::after {
    left: -40px;
    top: -20px;
    width: 200px;
    height: 115px;
  }
}

.home_wrap05 {
  background-image: url(../images/contents/bg03.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 110px;
  padding-bottom: 150px;
  position: relative;
}

.home_wrap05::before {
  content: "";
  background-image: url(../images/contents/wave03.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30%;
  height: 30vw;
  display: block;
  position: absolute;
  top: 16%;
  left: 0;
}

.home_wrap05::after {
  content: "";
  background-image: url(../images/contents/wave02.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30%;
  height: 30vw;
  display: block;
  position: absolute;
  top: 4%;
  right: 0;
}

.home_banner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.home_banner a:first-child {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.home_banner a:first-child .box {
  width: 100%;
  position: relative;
  overflow: visible !important;
  margin-bottom: 40px;
}

.home_banner a:first-child .box::before {
  content: "";
  background-image: url(../images/contents/deco-gold.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 330px;
  height: 136px;
  display: block;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .home_banner a:first-child .box::before {
    width: 260px;
    height: 160px;
    top: 26px;
    left: 10px;
  }
}

@media screen and (max-width: 640px) {
  .home_banner a:first-child .box::before {
    width: 200px;
    height: 100px;
    top: 13px;
  }
}

.home_banner a:first-child .box::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.8);
  width: 245px;
  height: 245px;
  border-radius: 50%;
  position: absolute;
  top: -40px;
  left: 30px;
  z-index: 0;
  -webkit-box-shadow: -6px 6px 8px rgba(0, 0, 0, 0.5);
          box-shadow: -6px 6px 8px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 834px) {
  .home_banner a:first-child .box::after {
    width: 190px;
    height: 190px;
  }
}

@media screen and (max-width: 640px) {
  .home_banner a:first-child .box::after {
    width: 150px;
    height: 150px;
  }
}

.home_banner a:first-child .box img {
  display: block;
  margin: auto;
  border: 10px solid #64140c;
}

.home_banner a:first-child .box div {
  position: absolute;
  top: -40px;
  left: 30px;
  font-family: "Otsu";
  font-size: 3.6rem;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.2;
  padding-top: 80px;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  color: #121212;
  z-index: 2;
}

@media screen and (max-width: 834px) {
  .home_banner a:first-child .box div {
    font-size: 2.8rem;
    top: -60px;
  }
}

@media screen and (max-width: 640px) {
  .home_banner a:first-child .box div {
    font-size: 2.2rem;
    top: -70px;
    letter-spacing: 1px;
  }
}

.home_banner a:nth-child(2) {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.home_banner a:nth-child(2) .box {
  width: 100%;
  position: relative;
  overflow: visible !important;
  margin-bottom: 40px;
}

.home_banner a:nth-child(2) .box::before {
  content: "";
  background-image: url(../images/contents/deco-gold.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 330px;
  height: 136px;
  display: block;
  position: absolute;
  bottom: 30px;
  right: -10px;
  z-index: 1;
  -webkit-transform: rotate(32deg);
          transform: rotate(32deg);
}

@media screen and (max-width: 834px) {
  .home_banner a:nth-child(2) .box::before {
    width: 260px;
    height: 160px;
    bottom: -40px;
  }
}

@media screen and (max-width: 640px) {
  .home_banner a:nth-child(2) .box::before {
    width: 200px;
    height: 100px;
    bottom: -30px;
  }
}

.home_banner a:nth-child(2) .box::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.8);
  width: 245px;
  height: 245px;
  border-radius: 50%;
  position: absolute;
  bottom: -40px;
  right: 30px;
  z-index: 0;
  -webkit-box-shadow: -6px 6px 8px rgba(0, 0, 0, 0.5);
          box-shadow: -6px 6px 8px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 834px) {
  .home_banner a:nth-child(2) .box::after {
    width: 190px;
    height: 190px;
  }
}

@media screen and (max-width: 640px) {
  .home_banner a:nth-child(2) .box::after {
    width: 150px;
    height: 150px;
  }
}

.home_banner a:nth-child(2) .box img {
  display: block;
  margin: auto;
  border: 10px solid #a6a32d;
}

.home_banner a:nth-child(2) .box div {
  position: absolute;
  bottom: 40px;
  right: 30px;
  font-family: "Otsu";
  font-size: 3.6rem;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.2;
  padding-top: 80px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  color: #121212;
  z-index: 2;
}

@media screen and (max-width: 834px) {
  .home_banner a:nth-child(2) .box div {
    font-size: 2.8rem;
    bottom: 20px;
  }
}

@media screen and (max-width: 640px) {
  .home_banner a:nth-child(2) .box div {
    font-size: 2.2rem;
    letter-spacing: 1px;
    bottom: 0;
  }
}

.home_banner a:hover {
  opacity: 0.6;
}

.news_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
}

@media screen and (max-width: 834px) {
  .news_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.news_wrap .box01 {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
}

@media screen and (max-width: 1200px) {
  .news_wrap .box01 {
    height: 42vw;
  }
}

@media screen and (max-width: 834px) {
  .news_wrap .box01 {
    width: 80%;
    height: 67vw;
  }
}

@media screen and (max-width: 640px) {
  .news_wrap .box01 {
    height: 72vw;
    width: 100%;
  }
}

.news_wrap .box01 .contents_title {
  margin-right: 40px;
}

@media screen and (max-width: 1200px) {
  .news_wrap .box01 .contents_title {
    position: relative;
    left: -20px;
  }
}

@media screen and (max-width: 640px) {
  .news_wrap .box01 .contents_title {
    padding-right: 20px;
  }
}

.news_wrap .box01 .home_news {
  background-color: white;
  border: 10px solid #64140c;
  padding: 10px 20px;
  overflow: auto;
}

.news_wrap .box01 .home_news dl {
  display: block !important;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.news_wrap .box01 .home_news dl dt {
  width: 100% !important;
  background-color: transparent !important;
  color: #64140c;
  font-family: "Otsu";
  letter-spacing: 2px;
  border: none !important;
  padding: 8px 8px 0 8px !important;
}

.news_wrap .box01 .home_news dl dd {
  width: 100% !important;
  border: none !important;
  line-height: 1.6;
  letter-spacing: 2px;
}

.news_wrap .box01 .instagram {
  border: 10px solid #64140c;
  background-color: white;
  padding: 20px 10px 10px 10px;
}

@media screen and (max-width: 834px) {
  .news_wrap .box01:first-child {
    margin-bottom: 80px;
  }
}

.map {
  margin-bottom: 0;
  position: relative;
  background-color: rgba(0, 0, 0, 0.4);
}

.map iframe {
  vertical-align: bottom;
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.map:hover iframe {
  opacity: 1;
}

.page_title {
  background-image: url(../images/pages/page-title.jpg);
  border-bottom: 10px solid #64140c;
  position: relative;
}

@media screen and (max-width: 834px) {
  .page_title {
    padding: 100px 0 80px 0 !important;
  }
}

.page_title::before {
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 0;
}

.page_title h1, .page_title > div {
  font-size: 4rem;
  font-family: "Otsu";
  letter-spacing: 4px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .page_title h1, .page_title > div {
    font-size: 3.4rem;
  }
}

@media screen and (max-width: 640px) {
  .page_title h1, .page_title > div {
    font-size: 3rem;
  }
}

.page_title h1 span, .page_title > div span {
  color: #64140c;
}

.menu_title h2 {
  font-size: 3.5rem;
  font-family: "Otsu";
  position: relative;
  padding-left: 55px;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .menu_title h2 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 640px) {
  .menu_title h2 {
    font-size: 2.8rem;
  }
}

.menu_title h2::before {
  content: "";
  background-image: url(../images/pages/title-deco02.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 310px;
  height: 45px;
  display: block;
  position: absolute;
  top: 15px;
  left: -15px;
  z-index: -1;
}

.menu_title h2::after {
  content: "";
  background-image: url(../images/pages/food-title.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 35px;
  display: block;
  top: 20px;
  left: 0;
  position: absolute;
  visibility: visible;
}

.menu_title div p {
  display: none;
}

@media screen and (max-width: 550px) {
  .menu_title div p {
    display: block;
  }
}

.menu01 .box {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 20px 30px;
  margin-bottom: 30px;
}

.menu01 .box img {
  float: right;
  width: 35% !important;
  margin-left: 40px;
  border-radius: 20px;
}

@media screen and (max-width: 834px) {
  .menu01 .box img {
    float: none !important;
    width: 80% !important;
    margin: auto;
    display: block;
  }
}

.menu01 .box h3 {
  font-size: 2.6rem;
  color: #64140c;
}

@media screen and (max-width: 834px) {
  .menu01 .box h3 {
    margin-top: 20px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 640px) {
  .menu01 .box h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}

.menu01 .box div > span {
  font-size: 1.4rem;
  margin-top: 10px;
  display: block;
}

.menu01 .box div p {
  text-align: right;
  font-size: 1.8rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.menu01 .box div p span {
  font-size: 1.3rem;
}

.anchor {
  position: relative;
  z-index: 2;
}

.anchor .box {
  width: 20%;
  padding: 5px;
}

@media screen and (max-width: 1200px) {
  .anchor .box {
    width: 25%;
  }
}

@media screen and (max-width: 1000px) {
  .anchor .box {
    width: 33.333%;
  }
}

@media screen and (max-width: 834px) {
  .anchor .box {
    width: 50%;
  }
}

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

.anchor .box a {
  font-family: "Otsu";
  font-size: 2.2rem;
  color: white;
  background-color: #64140c;
  padding: 5px;
  display: block;
  text-align: center;
  border-radius: 20px;
  position: relative;
  border: 4px double white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.anchor .box a::before {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  font-weight: 300;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 1.6rem;
}

.anchor .box a:hover {
  background-color: #b62515;
}

#anchor01, #anchor02, #anchor03, #anchor04, #anchor05, #anchor06, #anchor07, #anchor08, #anchor09, #anchor10, #anchor11, #anchor12 {
  padding-top: 160px;
  margin-top: 160px;
  position: relative;
  z-index: -1;
}

#drink01, #drink02, #drink03, #drink04, #drink05 {
  padding-top: 160px;
  margin-top: 160px;
}

/*   ドリンク　　*/
.menu_title03 {
  font-size: 2.8rem;
  color: #64140c;
  margin-bottom: 10px;
}

.menu_title03 div {
  font-size: 1.8rem;
  color: #b62515;
}

.menu_title02 h2::after {
  background-image: url(../images/pages/drink-deco.png);
  width: 310px;
  height: 45px;
  top: 10px;
  left: 0px;
}

.menu_title02 div span {
  color: #b62515;
}

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

.drink01 {
  width: 50%;
  margin-bottom: 60px;
  padding: 20px;
  display: block;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
}

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

.drink01:nth-child(even) {
  position: relative;
  overflow: hidden;
}

.drink01:nth-child(even)::before {
  content: "";
  border-right: 2px dotted #ccc;
  height: 100%;
  display: block;
  top: 2%;
  right: 0;
  position: absolute;
}

@media screen and (max-width: 834px) {
  .drink01:nth-child(even)::before {
    border-right: none;
  }
}

@media screen and (max-width: 834px) {
  .menu_table {
    overflow-x: auto;
  }
}

.menu_table td {
  border-bottom: 1px solid #ccc !important;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  margin-bottom: 5px;
  letter-spacing: 2px;
}

@media screen and (max-width: 1000px) {
  .menu_table td {
    letter-spacing: 1px;
    word-break: keep-all;
  }
}

.menu_table td span {
  font-size: 1.3rem;
}

@media screen and (max-width: 1000px) {
  .menu_table td span {
    font-size: 1.2rem;
  }
}

.menu_table02 {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
}

.menu_table02 td {
  letter-spacing: 2px;
}

.drink_text {
  max-width: 1000px;
  margin: auto;
  padding: 40px;
  border-radius: 20px;
}

.drink_text h3 {
  text-align: center !important;
  font-size: 3.5rem;
  font-family: "Otsu";
  color: #64140c;
  border-bottom: 1px solid #c4c4c4;
  line-height: 1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.drink_text div {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
  border-radius: 10px;
}

.menu_image .box {
  width: 33.333%;
  padding: 10px;
}

@media screen and (max-width: 640px) {
  .menu_image .box {
    width: 80%;
    margin: auto;
  }
}

.menu_image .box div {
  text-align: center;
  color: #64140c;
  margin-top: 5px;
}

.drink .box {
  width: 33.333%;
}

@media screen and (max-width: 1200px) {
  .drink .box {
    width: 50%;
  }
}

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

/*  人気ランキング　　*/
.ranking_title {
  font-size: 3rem;
  font-family: "Otsu";
  background-color: #084c74;
  color: white;
  display: block;
  border-radius: 10px;
}

@media screen and (max-width: 834px) {
  .ranking_title {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 640px) {
  .ranking_title {
    font-size: 2.6rem;
  }
}

.menu02 .box {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 20px 30px;
  margin-bottom: 30px;
  position: relative;
  overflow: visible !important;
}

.menu02 .box::before {
  content: "No.1";
  color: white;
  font-family: "Otsu";
  font-size: 4rem;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  position: absolute;
  top: 10px;
  left: 12px;
  z-index: 1;
  letter-spacing: 2px;
}

@media screen and (max-width: 834px) {
  .menu02 .box::before {
    left: 12%;
  }
}

.menu02 .box::after {
  content: "";
  background-color: #a6a32d;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 4px double #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

@media screen and (max-width: 834px) {
  .menu02 .box::after {
    left: 10%;
  }
}

.menu02 .box img {
  float: left;
  width: 35% !important;
  margin-right: 40px;
  border-radius: 20px;
}

@media screen and (max-width: 834px) {
  .menu02 .box img {
    float: none;
    width: 80% !important;
    display: block;
    margin: auto;
    text-align: center;
  }
}

.menu02 .box h3 {
  font-size: 2.6rem;
  color: #64140c;
}

@media screen and (max-width: 834px) {
  .menu02 .box h3 {
    text-align: center !important;
    margin-top: 10px;
  }
}

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

.menu02 .box div > span {
  font-size: 1.4rem;
  margin-top: 10px;
  display: block;
}

.menu02 .box div p {
  text-align: right;
  font-size: 1.8rem;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}

.menu02 .box div p span {
  font-size: 1.3rem;
}

.menu02 .box:nth-child(2)::before {
  content: "No.2";
}

.menu02 .box:nth-child(3)::before {
  content: "No.3";
}

.menu02 .box:nth-child(4)::before {
  content: "No.4";
}

.menu02 .box:nth-child(5)::before {
  content: "No.5";
}

/*  店舗紹介　*/
.restaurant_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: relative;
  padding-bottom: 100px;
}

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

.restaurant_wrap .res_left {
  width: 60%;
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  z-index: 1;
  padding: 40px;
  top: 100px;
}

@media screen and (max-width: 834px) {
  .restaurant_wrap .res_left {
    width: 100%;
    top: 30px;
  }
}

.restaurant_wrap .res_left .res_title h2 {
  font-size: 2.8rem;
  font-family: "Otsu";
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}

.restaurant_wrap .res_left .res_title h2::before {
  content: "";
  background-image: url(../images/pages/title-deco02.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 296px;
  height: 36px;
  display: block;
  position: absolute;
  top: 10px;
  left: -10px;
  z-index: -1;
}

.restaurant_wrap .res_right {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

@media screen and (max-width: 834px) {
  .restaurant_wrap .res_right {
    position: relative;
    width: 80%;
    margin: auto;
  }
}

.res_gallery .box {
  width: 25%;
  padding: 10px;
}

@media screen and (max-width: 1000px) {
  .res_gallery .box {
    width: 33.333%;
  }
}

@media screen and (max-width: 834px) {
  .res_gallery .box {
    width: 50%;
  }
}

.res_wrap02 {
  position: relative;
}

.res_wrap02::before {
  content: "";
  background-image: url(../images/contents/wave03.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30%;
  height: 30vw;
  display: block;
  position: absolute;
  top: 16%;
  left: 0;
}

.res_wrap02::after {
  content: "";
  background-image: url(../images/contents/wave02.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30%;
  height: 30vw;
  display: block;
  position: absolute;
  top: 4%;
  right: 0;
}

/*  おもしろ方言　*/
.hougen h3 {
  position: relative;
  display: block;
  width: 90%;
  margin: 1rem 0 1rem -10px;
  padding: 1rem 3rem;
  color: #fff;
  border-radius: 0 100vh 100vh 0;
  background: #0075a9;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

.hougen h3::before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border-top: 10px solid #005276;
  border-left: 10px solid transparent;
}

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

.hougen .box {
  width: 48%;
  background-color: rgba(255, 255, 255, 0.7);
  border-left: 6px solid #aaaaaa;
  margin-bottom: 30px;
}

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

.hougen .box h3 {
  font-size: 1.8rem;
}

.hougen .box div {
  padding: 0 20px 20px 20px;
  letter-spacing: 2px;
  line-height: 1.8;
  font-size: 1.5rem;
  font-family: "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #525050;
}

.hougen_title h2 {
  font-size: 2.6rem;
  background-color: rgba(182, 37, 21, 0.9);
  color: white;
  border: 4px double white;
  border-radius: 10px;
}

#hougen01, #hougen02, #hougen03, #hougen04 {
  padding-top: 160px;
  margin-top: 160px;
}

/*  求人募集　*/
.recruit_text a {
  font-size: 3rem;
  font-family: "Otsu";
  width: 260px;
  margin: auto;
  display: block;
  position: relative;
  border-bottom: 6px double #b62515;
  padding-left: 30px;
  color: #b62515;
}

.recruit_text a::before {
  content: "\f879";
  font-family: "Font Awesome 5 Pro";
  color: #b62515;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-size: 2.6rem;
}

.recruit_text div {
  margin-top: 30px;
  margin-bottom: 30px;
}

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

.recruit_list {
  max-width: 1000px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border: 6px double #65c6ff;
}

.recruit_list dl {
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 834px) {
  .recruit_list dl {
    display: block !important;
  }
}

.recruit_list dl dt {
  background-color: transparent !important;
  border: none !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  font-weight: 500;
}

@media screen and (max-width: 834px) {
  .recruit_list dl dt {
    width: 100% !important;
    background-color: #1184c7 !important;
    color: white;
  }
}

.recruit_list dl dd {
  border: none !important;
  font-weight: 400;
}

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

/*  お問い合わせ　　*/
.fee_title div .tel {
  font-size: 2.4rem;
  font-weight: 500;
  color: grey;
  padding-left: 28px;
  position: relative;
}

.fee_title div .tel::before {
  content: "";
  background-image: url(../images/contents/tel.png);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 10px;
  left: 0px;
  display: block;
  position: absolute;
}

.contact_text div {
  font-size: 1.5rem;
  padding: 5px;
}

.contact_text div a {
  color: #c1c1c1;
  font-style: italic;
}

.form_wrap dt {
  background-color: #f7f7f7 !important;
}

.form_wrap dd {
  background-color: transparent !important;
}

.form_wrap dd input {
  color: #c1c1c1 !important;
}

.form_wrap label {
  color: orange !important;
}

form .submit .bt_confirm {
  background: #3a3a3a !important;
}

form .title {
  display: none;
}

/*   プライバシーポリシー　　*/
.policy_contents h3 {
  font-size: 1.8rem;
  font-weight: 500;
  font-style: italic;
  background-color: #64140c;
  color: white;
  padding: 3px 10px;
  margin-bottom: 10px;
}

/*   404ページ　　*/
@media screen and (max-width: 834px) {
  .error_text div {
    text-align: left !important;
  }
}

.error_btn {
  width: 250px;
  height: 55px;
  margin: auto;
}

/*  インスタグラム　*/
.sns_list {
  border: none !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  max-width: 500px;
  margin: auto;
  background-color: white;
  padding: 5px;
}

@media screen and (max-width: 834px) {
  .sns_list {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

.sns_list > div {
  width: 33.333% !important;
  border: none !important;
  padding: 5px;
}

@media screen and (max-width: 834px) {
  .sns_list > div {
    width: 33.333% !important;
  }
}

.sns_list .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}

.sns_list .sns_photo img {
  height: 133px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "objectfit:cover;";
  margin: auto;
  display: block;
}

@media screen and (max-width: 1200px) {
  .sns_list .sns_photo img {
    height: 11vw !important;
  }
}

@media screen and (max-width: 1000px) {
  .sns_list .sns_photo img {
    height: 10.5vw !important;
  }
}

@media screen and (max-width: 834px) {
  .sns_list .sns_photo img {
    height: 18vw !important;
  }
}

.sns_list .sns_text {
  display: none;
}

/*  ブログ　　*/
.blog_title {
  padding-top: 200px;
  padding-bottom: 100px;
  background-image: url(../images/pages/page-title.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#calendar {
  display: none !important;
}

.blog-bg {
  max-width: 1200px;
  margin: auto;
  text-align: left;
  padding: 10px 0;
}

.blog {
  padding-top: 40px;
  max-width: 1200px;
  margin: auto;
  width: 100%;
}

.blog .wrap {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 834px) {
  .blog .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .blog .wrap aside {
    width: 100%;
  }
}

.blog .wrap aside {
  padding-top: 10px;
}

@media screen and (max-width: 1200px) {
  .blog .wrap aside {
    padding: 20px;
    margin: 0;
  }
}

@media screen and (max-width: 834px) {
  .blog .wrap aside {
    width: 100%  !important;
  }
}

@media screen and (max-width: 1200px) {
  .blog #contents {
    width: 70% !important;
  }
}

.blog #contents h2 span {
  font-size: 2.4rem;
  font-weight: 500;
}

.blog #contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blog #contents ul li {
  margin-bottom: 10px;
  margin-right: 10px;
}

.blog #contents ul li a {
  background-color: #f7f7f7;
  color: #65c6ff;
  padding: 5px;
  border-radius: 5px;
}

.blog nav div {
  background-color: #64140c;
  color: white;
  margin-top: 15px;
  font-size: 2rem;
}

@media screen and (max-width: 1200px) {
  .blog nav div {
    font-size: 1.8rem;
  }
}

.blog nav ul {
  margin-bottom: 60px;
}

.blog nav ul li {
  padding: 10px 0;
}

.blog nav ul li a span {
  font-size: 1.8rem !important;
  padding: 10px 0 !important;
  line-height: 1.8;
}

@media screen and (max-width: 1200px) {
  .blog nav ul li a span {
    font-size: 1.6rem !important;
  }
}

.blog nav > a {
  background-color: #b62515;
  padding: 5px 10px;
  border-radius: 5px;
  color: white;
  margin-bottom: 60px;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 834px) {
  .blog nav > a {
    margin-top: 0;
    margin-bottom: 50px;
  }
}

.blog nav > a:hover {
  background-color: #64140c;
}

.blog aside {
  width: 25% !important;
}

@media screen and (max-width: 1200px) {
  .blog aside {
    width: 60% !important;
    margin: auto;
  }
}

.blog #contents {
  margin-left: 30px;
  padding: 20px;
  width: 70% !important;
  margin-bottom: 100px;
}

@media screen and (max-width: 1200px) {
  .blog #contents {
    margin-left: 0;
  }
}

@media screen and (max-width: 834px) {
  .blog #contents {
    width: 100% !important;
  }
}

.blog #contents article article h2 {
  color: #64140c;
  padding: 8px !important;
  margin-bottom: 10px;
  border-bottom: 1px dashed #64140c;
}

.blog #contents .flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.home-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.category li, .pages li {
  text-align: left;
  font-size: 1.5rem;
  border-bottom: 1px dotted #c7c7c7;
}

.category li a, .pages li a {
  color: #64140c;
}

.blog_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  border: none !important;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 1200px !important;
}

.blog_list > div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 288px !important;
  border-bottom: none !important;
  margin: 0 5px;
}

.blog_list > div:nth-of-type(-n+3) {
  position: relative;
}

.blog_list > div:nth-of-type(-n+3)::before {
  content: "NEW";
  color: white;
  font-weight: bold;
  text-align: center;
  padding-top: 8px;
  background-color: #64140c;
  position: absolute;
  display: block;
  top: -15px;
  left: 5px;
  width: 67px;
  height: 35px;
  z-index: 9999;
}

.blog_list > div:nth-of-type(-n+3)::after {
  position: absolute;
  content: '';
  top: -15px;
  left: 72px;
  border: none;
  border-bottom: solid 16px #04024a;
  border-right: solid 9px transparent;
  z-index: 9999;
}

.blog_list .blog_photo {
  width: 100% !important;
  padding: 0 !important;
}

.blog_list .blog_photo img {
  max-width: 100%;
  max-height: 162px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.blog_list .blog_text {
  width: 100% !important;
}

.blog_list .blog_text h3 {
  font-size: 1.6rem;
  margin-top: 5px;
}

.blog_list .blog_text h3 a {
  color: #121212;
  font-weight: bold;
}

.blog_list .blog_date {
  color: #121212 !important;
  font-size: 1.4rem;
  font-weight: bold;
}

.blog_list .detail {
  margin-top: 10px;
}

.page_title2 {
  background-image: url(../images/contents/pattern.png);
  padding: 90px 0;
}

.blog_link {
  text-align: left;
  max-width: 1200px;
  margin: auto;
}

.blog #contents > article > h2, .blog #contents > article > h1 {
  color: #64140c;
  padding: 8px 0 !important;
  margin-bottom: 20px;
  border-bottom: 4px double #64140c;
  display: block;
  font-size: 2.2rem;
}

@media screen and (max-width: 640px) {
  .blog #contents > article > h2, .blog #contents > article > h1 {
    font-size: 2rem;
  }
}

.blog #contents > article > h2 span, .blog #contents > article > h1 span {
  display: block;
}

#builingual {
  position: relative;
}

.switch {
  float: right;
  padding-top: 3px !important;
}

.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

input.cmn-toggle-round + label {
  padding: 2px;
  width: 60px;
  height: 30px;
  background-color: #dddddd;
  border-radius: 60px;
}

input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}

input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 60px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input.cmn-toggle-round + label:after {
  width: 28px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input.cmn-toggle-round:checked + label:before {
  background-color: #8ce196;
}

input.cmn-toggle-round:checked + label:after {
  margin-left: 28px;
}

@media only screen and (max-width: 768px) {
  .switch {
    float: right;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 0px !important;
    padding-right: 24px;
  }
  #builingual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

#builingual {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9) !important;
  bottom: 10px;
  right: 10px;
  width: 400px !important;
  z-index: 999;
  border-radius: 3px;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
}

#builingual .switch label {
  width: 55px !important;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  #builingual .switch label {
    margin-right: 0;
  }
}

#builingual .language {
  padding: 0 10px !important;
}

html.is-fixed,
html.is-fixed body {
  height: 100%;
}

#nav-toggle {
  position: absolute;
  top: 0px;
  right: 15px;
  height: 32px;
  z-index: 9999;
  cursor: pointer;
  display: none;
}

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

#nav-toggle > div {
  position: relative;
  width: 36px;
}

#nav-toggle span {
  width: 95%;
  height: 4px;
  left: 0;
  display: block;
  background: #b62515;
  position: absolute;
  -webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 2px;
}

#nav-toggle span:nth-child(2) {
  top: 18px;
}

#nav-toggle span:nth-child(3) {
  top: 33px;
}

#nav-toggle:hover span:nth-child(1) {
  top: 4px;
}

#nav-toggle:hover span:nth-child(3) {
  top: 31px;
}

.open #nav-toggle span {
  background: #b62515;
}

.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

.nav_wrap {
  width: 80%;
}

.nav_wrap .logo {
  margin-bottom: 60px !important;
}

.nav_wrap .ddmenu {
  top: 0;
  background-color: transparent;
}

#nav_sp {
  display: none;
  background: #fffbf4;
  background-image: url(../images/contents/bg03.png);
  color: #b62515;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 29px;
  opacity: 0;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  transition: opacity .6s ease, visibility .6s ease;
}

#nav_sp::before {
  content: "";
  width: 40%;
  height: 100vh;
  background-image: url(../images/contents/pattern.png);
  top: 0;
  right: 0;
  display: block;
  position: absolute;
}

#nav_sp > a {
  display: block;
  text-align: left;
  width: 80%;
  padding-top: 40px;
}

#nav_sp a {
  display: block;
  color: #b62515;
  letter-spacing: 0.4em;
  text-decoration: none;
  margin: 10px 0;
  -webkit-transition: color .6s ease;
  transition: color .6s ease;
  text-align: left;
  font-size: 2.2rem !important;
  position: relative;
  z-index: -1;
}

#nav_sp a:hover {
  color: #64140c;
}

#nav_sp ul {
  list-style: none;
  width: 100%;
}

#nav_sp ul li {
  opacity: 0;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  -webkit-transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: transform .6s ease, opacity .2s ease;
  transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
}

#nav_sp ul li:nth-child(2) {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

#nav_sp ul li:nth-child(3) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

#nav_sp ul li:nth-child(4) {
  -webkit-transition-delay: .45s;
          transition-delay: .45s;
}

#nav_sp ul li:nth-child(5) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}

#nav_sp ul li:nth-child(6) {
  -webkit-transition-delay: .75s;
          transition-delay: .75s;
}

#nav_sp ul li:nth-child(7) {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

#nav_sp ul .ddmenu {
  left: 0;
  z-index: 3;
  position: relative;
}

#nav_sp ul .ddmenu a {
  font-size: 1.8rem !important;
  color: #b62515 !important;
  padding-left: 20px !important;
}

/* open */
.open {
  overflow: hidden;
}

.open #nav_sp {
  visibility: visible;
  opacity: 1;
}

.open #nav_sp li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity .9s ease;
  transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}
/*# sourceMappingURL=common_style.css.map */