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

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

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

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

@font-face {
  font-family: "Hannari";
  font-style: normal;
  font-weight: 700;
  src: url("../font/Hannari.woff") 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: 400;
  letter-spacing: 0.075em;
  color: #363636;
  font-family: "メイリオ", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  word-wrap: break-word;
}

a {
  text-decoration: none;
}

figure {
  padding: 0;
  margin: 0;
}

.inner2 {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  z-index: 1;
  background-color: transparent !important;
}

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

.bg100 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  position: relative;
  background-color: #273444;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

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

.bg400 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1200px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

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

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: transparent !important;
}

#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 !important;
}

.tlauto table {
  table-layout: auto;
}

.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: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

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

header#global_header {
  width: 100%;
  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;
  max-width: 100%;
  width: 100%;
  min-width: 0 !important;
}

.header {
  background-color: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 1050px) {
  .header {
    width: 93% !important;
    position: relative;
    z-index: 999997 !important;
    background-color: rgba(255, 255, 255, 0);
  }
}

@media screen and (max-width: 640px) {
  .header {
    width: 90% !important;
  }
}

@media screen and (max-width: 480px) {
  .header {
    width: 85% !important;
  }
}

.drawer-toggle {
  z-index: 999997 !important;
}

.language {
  color: grey !important;
  font-family: "メイリオ", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-weight: bold !important;
  font-style: italic !important;
}

@media screen and (max-width: 834px) {
  .language {
    float: left !important;
  }
}

@media screen and (max-width: 1200px) {
  #builingual {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    right: 260px !important;
  }
}

@media screen and (max-width: 834px) {
  #builingual {
    right: 0 !important;
    top: 90px !important;
    z-index: 999 !important;
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 6;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 20px 15px 20px;
}

@media screen and (max-width: 1050px) {
  .header {
    padding: 10px 0px 10px 20px;
  }
}

.header__left {
  text-align: left;
  z-index: 5;
  width: 245px;
}

@media screen and (max-width: 1500px) {
  .header__left {
    width: 208px;
  }
}

@media screen and (max-width: 1200px) {
  .header__left {
    width: 192px;
  }
}

.header__left .header_logo {
  font-size: 3.9rem;
  font-weight: bold;
  font-style: italic;
  color: #363636;
  line-height: 1.1;
}

@media screen and (max-width: 1500px) {
  .header__left .header_logo {
    font-size: 3.3rem;
  }
}

@media screen and (max-width: 1200px) {
  .header__left .header_logo {
    font-size: 3rem;
  }
}

.header__left .header_logo span {
  display: block;
  font-style: italic;
  position: relative;
  left: 3px;
}

.header__wrap {
  position: relative;
  top: -5px;
}

@media screen and (max-width: 1050px) {
  .header__wrap {
    top: -7px;
  }
}

.header__wrap p {
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 1.7;
}

@media screen and (max-width: 834px) {
  .header__wrap p {
    font-weight: 500;
  }
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  right: 10px;
  z-index: 5;
  width: 80%;
}

@media screen and (max-width: 1050px) {
  .header__right {
    right: 0px;
  }
}

.header__right .header__nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 20px;
  position: relative;
  top: 35px;
}

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

.header__right .header__nav > ul > li {
  position: relative;
}

.header__right .header__nav > ul > li > a, .header__right .header__nav > ul > li span {
  display: block;
  color: #363636;
  padding: 15px 55px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  .header__right .header__nav > ul > li > a, .header__right .header__nav > ul > li span {
    padding: 14px 20px;
  }
}

.header__right .header__nav > ul > li a:hover {
  -webkit-transform: rotateX(360deg);
          transform: rotateX(360deg);
}

.header__right .header__nav > ul > li .ddmenu {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
}

.header__right .header__nav > ul > li .ddmenu li {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
}

.header__right .header__nav > ul > li .ddmenu li a {
  font-size: 1.6rem !important;
  display: block;
  color: #363636 !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: bold;
  padding: 15px 10px;
}

.header__right .header__contact img {
  width: 55px;
  height: 55px;
}

@media screen and (max-width: 1050px) {
  .header__right .header__contact img {
    width: 50px;
    height: 50px;
  }
}

.header__right .header__contact a {
  margin: 0 2px;
}

.main {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

@media screen and (max-width: 834px) {
  .main {
    height: 90vw !important;
  }
}

@media screen and (max-width: 550px) {
  .main {
    height: 100vw !important;
  }
}

.main p {
  position: absolute;
  top: 50%;
  left: 20%;
  z-index: 3;
}

.main__image {
  position: relative;
  top: 0;
  right: -10%;
  overflow: hidden;
}

@media screen and (max-width: 834px) {
  .main__image {
    max-width: 130% !important;
    right: 0;
  }
}

@media screen and (max-width: 550px) {
  .main__image {
    max-width: 150% !important;
  }
}

.main__title {
  position: absolute;
  top: 31%;
  right: 13%;
}

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

@media screen and (max-width: 834px) {
  .main__title {
    width: 70%;
    top: 29%;
    right: 3%;
  }
}

@media screen and (max-width: 550px) {
  .main__title {
    width: 88%;
    top: 33%;
  }
}

.main a {
  position: fixed;
  right: 0;
  bottom: 5%;
  z-index: 9999;
}

.main_container {
  position: relative;
}

.home_contact {
  position: fixed;
  z-index: 2;
  bottom: 3%;
  right: 0;
}

@media screen and (max-width: 1200px) {
  .home_contact {
    right: -4px;
  }
}

@media screen and (max-width: 1200px) {
  .home_contact img {
    width: 85%;
  }
}

.home_contact02 {
  z-index: 5;
}

.animation {
  position: absolute;
  z-index: 99;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 40%;
}

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

@media screen and (max-width: 834px) {
  .animation {
    bottom: 0;
    margin-bottom: 30px;
    width: 60%;
  }
}

@media screen and (max-width: 640px) {
  .animation {
    margin-bottom: 0;
  }
}

#global_footer {
  overflow: hidden;
  position: relative;
  top: -1px;
}

.footer {
  max-width: 1200px;
  margin: auto;
  padding-top: 50px;
}

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

.footer__contact a {
  padding: 0 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 140px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1000px) {
  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer__left {
  position: relative;
  z-index: 2;
  text-align: left;
  padding-left: 120px;
}

@media screen and (max-width: 1200px) {
  .footer__left {
    padding-left: 75px;
  }
}

@media screen and (max-width: 1000px) {
  .footer__left {
    margin-top: 80px;
    padding-bottom: 60px;
    padding-left: 0px;
  }
}

.footer__left::before {
  content: "";
  background-image: url(../images/contents/footer-image.png);
  width: 600px;
  height: 600px;
  position: absolute;
  bottom: -42.5%;
  left: -26px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

@media screen and (max-width: 1200px) {
  .footer__left::before {
    width: 500px;
    height: 500px;
    bottom: -38%;
  }
}

@media screen and (max-width: 1000px) {
  .footer__left::before {
    bottom: -54%;
    left: -100px;
  }
}

.footer__left img {
  position: absolute;
  width: 600px !important;
  z-index: -1;
  bottom: -50px;
  left: -20px;
}

.footer__logo a {
  font-size: 3.9rem;
  font-weight: bold;
  font-style: italic;
  color: #363636;
  line-height: 1.1;
}

.footer__logo a span {
  display: block;
  font-style: italic;
  position: relative;
  left: 3px;
}

.footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}

.footer__right li {
  text-align: left;
  margin-left: 40px;
}

@media screen and (max-width: 640px) {
  .footer__right li {
    margin-left: 20px;
  }
}

@media screen and (max-width: 480px) {
  .footer__right li {
    margin-left: 15px;
  }
}

.footer__right .bold {
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .footer__right .bold {
    font-size: 1.3rem;
  }
}

.footer__right .bold a {
  font-weight: bold;
}

.footer__right a {
  color: #363636;
  font-size: 1.5rem;
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .footer__right a {
    font-size: 1.3rem;
  }
}

p small {
  width: 100%;
  position: relative;
  z-index: 1;
}

p small a {
  color: white !important;
  display: block;
  background-color: #0e3c83;
  font-size: 1.3rem;
  padding: 9px;
}

.footer_icon {
  margin-left: 50px;
}

.footer_icon .bold {
  margin-left: 15px;
}

@media screen and (max-width: 640px) {
  .footer_icon .bold {
    margin-left: -5px;
  }
}

.restaurant, .ion, .apps, .workshop, .consultant, .products, .smaself, .buildings {
  position: relative;
}

.restaurant::before, .ion::before, .apps::before, .workshop::before, .consultant::before, .products::before, .smaself::before, .buildings::before {
  content: "";
  background-image: url(../images/footer/icon01.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 4px;
  left: -24px;
}

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

.apps::before {
  background-image: url(../images/footer/icon03.png);
}

.workshop::before {
  background-image: url(../images/footer/icon04.png);
}

.consultant::before {
  background-image: url(../images/footer/icon05.png);
}

.products::before {
  background-image: url(../images/footer/icon06.png);
}

.smaself::before {
  background-image: url(../images/footer/icon07.png);
}

.buildings::before {
  background-image: url(../images/footer/icon08.png);
}

#contents_wrap {
  overflow: hidden !important;
  width: 100%;
  position: relative;
  z-index: 0 !important;
}

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

#contents {
  background-color: transparent !important;
}

.pankuzu {
  font-size: 1.4rem;
}

.pankuzu a {
  color: #363636;
}

.home_title01 {
  text-align: center;
}

.home_title01 h2 {
  font-size: 4.5rem;
  position: relative;
  font-style: italic;
  font-weight: bold;
  display: inline-block;
  margin: auto;
  padding: 20px 0;
  z-index: 1;
  line-height: 1;
}

@media screen and (max-width: 1500px) {
  .home_title01 h2 {
    font-size: 4.2rem;
  }
}

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

.home_title01 h2::before {
  content: "";
  background-image: url(../images/contents/title_deco01.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: -19px;
  left: -39px;
  width: 128px;
  height: 118px;
  position: absolute;
  z-index: -1;
}

.home_title01 h2::after {
  content: "";
  background-image: url(../images/contents/deco.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 8%;
  right: -65px;
  width: 40px;
  height: 70px;
  position: absolute;
  z-index: -1;
}

@media screen and (max-width: 1200px) {
  .home_title01 h2::after {
    top: 3%;
    right: -58px;
    width: 38px;
  }
}

.home_title02 {
  position: absolute;
  top: 42%;
  left: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}

.home_title02 h2 {
  color: white;
  font-size: 4.5rem;
  font-style: italic;
  font-weight: bold;
  display: inline-block;
  position: relative;
  line-height: 1;
}

@media screen and (max-width: 1500px) {
  .home_title02 h2 {
    font-size: 4.2rem;
  }
}

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

.home_title02 h2::before {
  content: "";
  background-image: url(../images/contents/white-deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 41%;
  left: -74px;
}

.home_title02 h2::after {
  content: "";
  background-image: url(../images/contents/white-deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 41%;
  right: -74px;
}

.home_title02 div {
  color: white;
  font-weight: bold;
  position: relative;
}

.home_title02 div::before {
  content: "";
  background-image: url(../images/contents/title_deco02.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 128px;
  height: 118px;
  z-index: -1;
}

.inner {
  padding-left: 20px !important;
  padding-right: 20px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

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

.title_box .box {
  width: 50%;
}

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

@media screen and (max-width: 640px) {
  .title_box .box:nth-child(2) {
    display: none;
  }
}

.video01 {
  display: position;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .video01 {
    width: 80%;
    margin: auto;
    text-align: center;
  }
  .video01 img {
    float: none;
  }
}

/*  アニメーション　*/
@-webkit-keyframes marquee {
  from {
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
  99%,
  to {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
}
@keyframes marquee {
  from {
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
  99%,
  to {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
}

@-webkit-keyframes marquee02 {
  from {
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
  99%,
  to {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
}

@keyframes marquee02 {
  from {
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
  99%,
  to {
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
}

.text-slider {
  position: absolute;
  width: 100vw;
  left: 50%;
  top: 19px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}

@media screen and (max-width: 834px) {
  .text-slider {
    top: 10%;
  }
}

@media screen and (max-width: 640px) {
  .text-slider {
    top: 5%;
  }
}

.text-slider p {
  color: #2d3947;
  font-size: 20rem;
  font-weight: bold;
  line-height: 1;
  font-style: italic;
}

@media screen and (max-width: 834px) {
  .text-slider p {
    font-size: 30rem;
  }
}

.marquee p {
  margin: 0;
  padding-left: 724px;
  /*アニメーションの範囲*/
  display: inline-block;
  white-space: nowrap;
  -webkit-animation-name: marquee;
          animation-name: marquee;
  /*アニメーションのクラス名*/
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  /*アニメーションのタイミング・進行割合の指定*/
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  /*アニメーションの速度*/
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  /*アニメーションの動作回数*/
  letter-spacing: 0;
}

.marquee02 p {
  margin: 0;
  padding-left: 724px;
  display: inline-block;
  white-space: nowrap;
  -webkit-animation-name: marquee;
          animation-name: marquee;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  animation-direction: reverse;
  letter-spacing: 0;
}

.marquee02 p span {
  color: #3a424f;
  font-style: italic;
}

.show {
  position: relative;
}

.show::before {
  background: url(../images/contents/background02.jpg) no-repeat center;
  /* 画像（ここにfixedは入れない） */
  background-size: cover;
  /* cover指定できる */
  content: "";
  display: block;
  position: fixed;
  /* 擬似要素ごと固定 */
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  /* 横幅いっぱい */
  height: 100vh;
  /* 縦幅いっぱい */
}

@media screen and (max-width: 640px) {
  .show::before {
    background-position: 45% 50% !important;
  }
}

.show2 {
  position: relative;
}

.show2::before {
  background: url(../images/contents/background03.jpg) no-repeat !important;
  /* 画像（ここにfixedは入れない） */
  background-size: cover !important;
  /* cover指定できる */
  content: "" !important;
  background-position: center !important;
  display: block;
  position: fixed !important;
  /* 擬似要素ごと固定 */
  top: 0;
  left: 0;
  z-index: -1;
  width: 100% !important;
  /* 横幅いっぱい */
  height: 100vh !important;
  /* 縦幅いっぱい */
}

@media screen and (max-width: 768px) {
  .show2::before {
    background-position: 72% 50% !important;
  }
}

.bg900 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background-color: white;
  padding: 30px 20px 40px 20px;
}

.bg300 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 150px;
  padding-bottom: 60px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .bg300 {
    padding-top: 100px;
    padding-bottom: 20px;
  }
}

.bg300 .icon-wrap a {
  width: 25%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1000px) {
  .bg300 .icon-wrap a {
    width: 33.333%;
  }
}

@media screen and (max-width: 834px) {
  .bg300 .icon-wrap a {
    width: 50%;
  }
}

.bg300 .icon-wrap a:hover .box::before {
  background-color: #abe3f0;
}

.bg300 .box {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  text-align: center;
  position: relative;
  overflow: visible !important;
  margin-bottom: 80px;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .bg300 .box {
    padding: 10px 40px;
  }
}

@media screen and (max-width: 640px) {
  .bg300 .box {
    padding: 10px 20px;
  }
}

@media screen and (max-width: 550px) {
  .bg300 .box {
    padding: 10px;
  }
}

@media screen and (max-width: 480px) {
  .bg300 .box {
    margin: auto;
    padding: 10px 10px 50px 10px;
  }
}

.bg300 .box::before {
  content: "";
  background-color: #a9cdd5;
  width: 180px;
  height: 180px;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 56%;
  z-index: -1;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1200px) {
  .bg300 .box::before {
    width: 140px;
    height: 140px;
  }
}

@media screen and (max-width: 1200px) {
  .bg300 .box::before {
    bottom: 64%;
  }
}

@media screen and (max-width: 480px) {
  .bg300 .box::before {
    bottom: 69%;
  }
}

.bg300 .box h3 {
  color: white;
  font-size: 2.3rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 10px;
}

@media screen and (max-width: 1200px) {
  .bg300 .box h3 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 550px) {
  .bg300 .box h3 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 480px) {
  .bg300 .box h3 {
    margin: 0px;
  }
}

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

.bg300 .box img {
  width: 103px !important;
  height: 103px !important;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 40px;
  margin-top: 10px;
}

@media screen and (max-width: 1200px) {
  .bg300 .box img {
    width: 70px !important;
    height: 70px !important;
  }
}

.bg300 a:nth-child(2) img {
  width: 140px !important;
}

.bg300 a:nth-child(3) img {
  width: 160px !important;
}

@media screen and (max-width: 1200px) {
  .bg300 a:nth-child(3) img {
    width: 130px !important;
  }
}

.bg300 a:nth-child(4) img {
  width: 90px !important;
}

@media screen and (max-width: 1200px) {
  .bg300 a:nth-child(4) img {
    width: 80px !important;
  }
}

.bg300 a:nth-child(7) img {
  width: 140px !important;
}

@media screen and (max-width: 1200px) {
  .bg300 a:nth-child(7) img {
    width: 110px !important;
  }
}

.home_title03,
.home_title04 {
  text-align: center;
}

.home_title03 h2,
.home_title04 h2 {
  font-size: 4.5rem;
  font-style: italic;
  font-weight: bold;
  display: inline-block;
  position: relative;
  line-height: 1;
  z-index: 2;
}

@media screen and (max-width: 1500px) {
  .home_title03 h2,
  .home_title04 h2 {
    font-size: 4.2rem;
  }
}

@media screen and (max-width: 1200px) {
  .home_title03 h2,
  .home_title04 h2 {
    font-size: 3.6rem;
  }
}

.home_title03 h2::before,
.home_title04 h2::before {
  content: "";
  background-image: url(../images/contents/line-deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 41%;
  left: -74px;
}

.home_title03 h2::after,
.home_title04 h2::after {
  content: "";
  background-image: url(../images/contents/line-deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 41%;
  right: -74px;
}

.home_title03 div,
.home_title04 div {
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.home_title03 div::before,
.home_title04 div::before {
  content: "";
  background-image: url(../images/contents/title_deco01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 150px;
  height: 118px;
  z-index: -1;
}

@media screen and (max-width: 640px) {
  .home_title04 {
    padding: 220px 0 240px 0 !important;
  }
}

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

.grid_wrap td {
  border: none !important;
}

.home_btn a {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  width: 260px;
  height: 60px;
  border: 2px solid #363636;
  letter-spacing: 3px;
  padding-top: 10px;
  color: #363636;
  margin: auto;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.home_btn a::before {
  content: "";
  background-image: url(../images/contents/deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 38%;
  right: 45px;
  width: 30px;
  height: 40px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.home_btn a:hover {
  color: white;
  border: 2px solid #0e3c83;
  background-color: #0e3c83;
}

.home_btn a:hover::before {
  content: "";
  background-image: url(../images/contents/deco-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 38%;
  right: 45px;
  width: 30px;
  height: 40px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.home_news {
  height: 580px;
  overflow: auto;
  padding: 0 20px;
}

.home_news .box {
  width: 100%;
  margin-top: 30px;
}

.home_news .box img {
  float: left;
  width: 30% !important;
  margin-right: 50px;
}

@media screen and (max-width: 834px) {
  .home_news .box img {
    margin-right: 30px;
  }
}

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

.home_news .box h3 {
  font-weight: bold;
  font-style: italic;
  margin-bottom: 10px;
}

@media screen and (max-width: 550px) {
  .home_news .box h3 {
    text-align: center;
    margin-top: 15px;
  }
}

.home_news .box div {
  width: 100%;
}

.home_title04 {
  position: relative;
  overflow: visible;
}

.home_title04 h2 {
  color: white;
}

.home_title04 h2::before {
  background-image: url(../images/contents/white-deco.png);
}

.home_title04 h2::after {
  background-image: url(../images/contents/white-deco.png);
}

.home_title04 div {
  color: white;
  position: relative;
}

.home_title04 div::before {
  content: "";
  background-image: url(../images/contents/title_deco01.png);
}

.home_text {
  position: relative;
  z-index: 1;
}

.home_text div {
  position: relative;
}

.home_text div::after {
  content: "";
  background-image: url(../images/contents/kyoto.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 85%;
  right: -25%;
  width: 800px;
  height: 800px;
}

@media screen and (max-width: 1500px) {
  .home_text div::after {
    width: 600px;
    height: 600px;
    right: -3%;
    bottom: 200%;
  }
}

@media screen and (max-width: 1200px) {
  .home_text div::after {
    width: 500px;
    height: 500px;
    right: 3%;
  }
}

@media screen and (max-width: 834px) {
  .home_text div::after {
    right: 0;
    z-index: 0;
    width: 350px;
    height: 350px;
    bottom: 166%;
  }
}

@media screen and (max-width: 640px) {
  .home_text div::after {
    z-index: 0;
  }
}

.recruit_text div::after {
  content: "";
  background-image: none !important;
}

/*  今月のメニュー　*/
.bg {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 640px) {
  .bg {
    margin: 0 auto 80px auto !important;
  }
}

.bg .box {
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
}

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

.bg .box img {
  width: 100% !important;
}

.recruit_wrap {
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 30px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.recruit_wrap .recruit_left {
  width: 21%;
}

.recruit_wrap .recruit_right {
  padding-top: 30px;
  width: 75%;
}

@media screen and (max-width: 640px) {
  .recruit_wrap .recruit_right {
    padding-left: 20px;
  }
}

.recruit_wrap .recruit_right h3 {
  text-align: right !important;
  border-bottom: 2px solid #158caf;
  font-weight: bold;
  font-style: italic;
  font-size: 2.2rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 1000px) {
  .recruit_wrap .recruit_right h3 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .recruit_wrap .recruit_right h3 {
    font-size: 1.6rem;
  }
}

.recruit_wrap .light_blue h3,
.recruit_wrap .b_blue h3,
.recruit_wrap .b_green h3 {
  width: 170px;
  height: 170px;
  border-radius: 90px;
  padding-top: 65px;
  color: white;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  .recruit_wrap .light_blue h3,
  .recruit_wrap .b_blue h3,
  .recruit_wrap .b_green h3 {
    font-size: 1.8rem;
    width: 125px;
    height: 125px;
    padding-top: 45px;
  }
}

@media screen and (max-width: 768px) {
  .recruit_wrap .light_blue h3,
  .recruit_wrap .b_blue h3,
  .recruit_wrap .b_green h3 {
    width: 100px;
    height: 100px;
    font-size: 1.6rem;
    padding-top: 35px;
  }
}

.recruit_wrap .light_blue h3 {
  background-color: #9bebf5;
}

.recruit_wrap .b_blue h3 {
  background-color: #155aae;
}

.recruit_wrap .b_green h3 {
  background-color: #158caf;
}

/*   arrows animation  */
.arrows {
  overflow: hidden;
  position: relative;
}

.img-animation {
  overflow: hidden;
  position: relative;
}

.img-animation:before {
  -webkit-animation: img-animation 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
          animation: img-animation 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@-webkit-keyframes img-opacity {
  0% {
    opacity: 0;
  }
}

@keyframes img-opacity {
  0% {
    opacity: 0;
  }
}

@-webkit-keyframes img-animation {
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes img-animation {
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

/*   キューブ　　*/
.cube_background {
  max-width: 1000px;
  position: relative;
  z-index: 2;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cube_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.333%;
  padding-left: 150px;
  margin: 60px auto;
  padding-bottom: 40px;
}

@media screen and (max-width: 1000px) {
  .cube_wrap {
    margin: 30px auto;
  }
}

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

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

@media screen and (max-width: 640px) {
  .cube_wrap {
    padding-left: 100px;
    margin: 10px auto;
  }
}

@media screen and (max-width: 550px) {
  .cube_wrap {
    padding-left: 70px;
  }
}

.cube_btn {
  padding-left: 30px;
}

@media screen and (max-width: 1000px) {
  .cube_btn {
    padding-left: 10px;
  }
}

.cube_btn div {
  line-height: 1.5;
}

.cube_btn a {
  color: #363636;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 2px;
  padding-right: 20px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .cube_btn a::after {
    content: "\f324";
    font-family: "Font Awesome 5 Pro";
    color: #363636;
    position: absolute;
    top: 44%;
    right: -10px;
    font-size: 1.4rem;
    font-weight: 500;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .cube_btn a {
    font-size: 1.6rem;
  }
}

.cube_btn a:hover {
  color: #0e3c83;
}

.cube {
  position: absolute;
  top: 20px;
  left: 100px;
  font-size: 70px;
  -webkit-perspective: 400px;
          perspective: 400px;
}

@media screen and (max-width: 640px) {
  .cube {
    left: 80px;
  }
}

@media screen and (max-width: 640px) {
  .cube {
    left: 70px;
  }
}

@media screen and (max-width: 550px) {
  .cube {
    left: 40px;
  }
}

.cube > .square > * {
  position: absolute;
  top: -40px;
  left: -40px;
  width: 80px;
  height: 80px;
}

@media screen and (max-width: 1000px) {
  .cube > .square > * {
    width: 60px;
    height: 60px;
    top: -30px;
    left: -30px;
  }
}

@media screen and (max-width: 640px) {
  .cube > .square > * {
    width: 40px;
    height: 40px;
    top: -20px;
    left: -20px;
  }
}

/*  cube01  */
.front,
.back {
  background-color: #c0f2f9;
}

.top,
.bottom {
  background-color: #278caa;
}

.right,
.left {
  background-color: #33b3da;
}

/*   cube02   */
.front2,
.back2 {
  background-color: #a5def9;
}

.top2,
.bottom2 {
  background-color: #1998e3;
}

.right2,
.left2 {
  background-color: #155aae;
}

/*   cube03   */
.front3,
.back3 {
  background-color: #c0f2f9;
}

.top3,
.bottom3 {
  background-color: #2ed0ea;
}

.right3,
.left3 {
  background-color: #1ca6c0;
}

/*   cube04   */
.front4,
.back4 {
  background-color: #1998e3;
}

.top4,
.bottom4 {
  background-color: #c8e4f2;
}

.right4,
.left4 {
  background-color: #1559b0;
}

/*   cube05   */
.front5,
.back5 {
  background-color: #c0f2f9;
}

.top5,
.bottom5 {
  background-color: #19def5;
}

.right5,
.left5 {
  background-color: #1dacd8;
}

/*   cube06   */
.front6,
.back6 {
  background-color: #87d7fa;
}

.top6,
.bottom6 {
  background-color: #beeefe;
}

.right6,
.left6 {
  background-color: #1998e3;
}

/*-------------------------*/
.cube > .front {
  -webkit-perspective: 400px;
          perspective: 400px;
}

.cube > .square > .front {
  -webkit-transform: translateZ(40px);
          transform: translateZ(40px);
}

@media screen and (max-width: 1000px) {
  .cube > .square > .front {
    -webkit-transform: translateZ(30px);
            transform: translateZ(30px);
  }
}

@media screen and (max-width: 640px) {
  .cube > .square > .front {
    -webkit-transform: translateZ(20px);
            transform: translateZ(20px);
  }
}

.cube > .square > .back {
  -webkit-transform: translateZ(-40px) rotateY(180deg);
          transform: translateZ(-40px) rotateY(180deg);
}

@media screen and (max-width: 1000px) {
  .cube > .square > .back {
    -webkit-transform: translateZ(-30px) rotateY(180deg);
            transform: translateZ(-30px) rotateY(180deg);
  }
}

@media screen and (max-width: 640px) {
  .cube > .square > .back {
    -webkit-transform: translateZ(-20px) rotateY(180deg);
            transform: translateZ(-20px) rotateY(180deg);
  }
}

.cube > .square > .top {
  -webkit-transform: translateY(-40px) rotateX(90deg);
          transform: translateY(-40px) rotateX(90deg);
}

@media screen and (max-width: 1000px) {
  .cube > .square > .top {
    -webkit-transform: translateY(-30px) rotateX(90deg);
            transform: translateY(-30px) rotateX(90deg);
  }
}

@media screen and (max-width: 640px) {
  .cube > .square > .top {
    -webkit-transform: translateY(-20px) rotateX(90deg);
            transform: translateY(-20px) rotateX(90deg);
  }
}

.cube > .square > .bottom {
  -webkit-transform: translateY(40px) rotateX(270deg);
          transform: translateY(40px) rotateX(270deg);
}

@media screen and (max-width: 1000px) {
  .cube > .square > .bottom {
    -webkit-transform: translateY(30px) rotateX(270deg);
            transform: translateY(30px) rotateX(270deg);
  }
}

@media screen and (max-width: 640px) {
  .cube > .square > .bottom {
    -webkit-transform: translateY(20px) rotateX(270deg);
            transform: translateY(20px) rotateX(270deg);
  }
}

.cube > .square > .left {
  -webkit-transform: translateX(-40px) rotateY(-90deg);
          transform: translateX(-40px) rotateY(-90deg);
}

@media screen and (max-width: 1000px) {
  .cube > .square > .left {
    -webkit-transform: translateX(-30px) rotateY(-90deg);
            transform: translateX(-30px) rotateY(-90deg);
  }
}

@media screen and (max-width: 640px) {
  .cube > .square > .left {
    -webkit-transform: translateX(-20px) rotateY(-90deg);
            transform: translateX(-20px) rotateY(-90deg);
  }
}

.cube > .square > .right {
  -webkit-transform: translateX(40px) rotateY(-270deg);
          transform: translateX(40px) rotateY(-270deg);
}

@media screen and (max-width: 1000px) {
  .cube > .square > .right {
    -webkit-transform: translateX(30px) rotateY(-270deg);
            transform: translateX(30px) rotateY(-270deg);
  }
}

@media screen and (max-width: 640px) {
  .cube > .square > .right {
    -webkit-transform: translateX(20px) rotateY(-270deg);
            transform: translateX(20px) rotateY(-270deg);
  }
}

.cube1 > .square {
  -webkit-animation: cubic 10000ms linear infinite;
          animation: cubic 10000ms linear infinite;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.cube2 > .square {
  -webkit-animation: cubic2 10000ms linear infinite;
          animation: cubic2 10000ms linear infinite;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.cube3 > .square {
  -webkit-animation: cubic3 10000ms linear infinite;
          animation: cubic3 10000ms linear infinite;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.cube4 > .square {
  -webkit-animation: cubic4 10000ms linear infinite;
          animation: cubic4 10000ms linear infinite;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.cube5 > .square {
  -webkit-animation: cubic5 10000ms linear infinite;
          animation: cubic5 10000ms linear infinite;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.cube6 > .square {
  -webkit-animation: cubic6 10000ms linear infinite;
          animation: cubic6 10000ms linear infinite;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

@-webkit-keyframes cubic {
  0% {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
            transform: rotateX(0deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateX(360deg) rotateY(360deg);
            transform: rotateX(360deg) rotateY(360deg);
  }
}

@keyframes cubic {
  0% {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
            transform: rotateX(0deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateX(360deg) rotateY(360deg);
            transform: rotateX(360deg) rotateY(360deg);
  }
}

@-webkit-keyframes cubic2 {
  0% {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
            transform: rotateX(0deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateX(-360deg) rotateY(360deg);
            transform: rotateX(-360deg) rotateY(360deg);
  }
}

@keyframes cubic2 {
  0% {
    -webkit-transform: rotateX(0deg) rotateY(0deg);
            transform: rotateX(0deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateX(-360deg) rotateY(360deg);
            transform: rotateX(-360deg) rotateY(360deg);
  }
}

@-webkit-keyframes cubic3 {
  0% {
    -webkit-transform: rotateX(-90deg) rotateY(-270deg);
            transform: rotateX(-90deg) rotateY(-270deg);
  }
  100% {
    -webkit-transform: rotateX(270deg) rotateY(90deg);
            transform: rotateX(270deg) rotateY(90deg);
  }
}

@keyframes cubic3 {
  0% {
    -webkit-transform: rotateX(-90deg) rotateY(-270deg);
            transform: rotateX(-90deg) rotateY(-270deg);
  }
  100% {
    -webkit-transform: rotateX(270deg) rotateY(90deg);
            transform: rotateX(270deg) rotateY(90deg);
  }
}

@-webkit-keyframes cubic4 {
  0% {
    -webkit-transform: rotateX(180deg) rotateY(-180deg);
            transform: rotateX(180deg) rotateY(-180deg);
  }
  100% {
    -webkit-transform: rotateX(-180deg) rotateY(180deg);
            transform: rotateX(-180deg) rotateY(180deg);
  }
}

@keyframes cubic4 {
  0% {
    -webkit-transform: rotateX(180deg) rotateY(-180deg);
            transform: rotateX(180deg) rotateY(-180deg);
  }
  100% {
    -webkit-transform: rotateX(-180deg) rotateY(180deg);
            transform: rotateX(-180deg) rotateY(180deg);
  }
}

@-webkit-keyframes cubic5 {
  0% {
    -webkit-transform: rotateX(270deg) rotateY(270deg);
            transform: rotateX(270deg) rotateY(270deg);
  }
  100% {
    -webkit-transform: rotateX(-270deg) rotateY(-270deg);
            transform: rotateX(-270deg) rotateY(-270deg);
  }
}

@keyframes cubic5 {
  0% {
    -webkit-transform: rotateX(270deg) rotateY(270deg);
            transform: rotateX(270deg) rotateY(270deg);
  }
  100% {
    -webkit-transform: rotateX(-270deg) rotateY(-270deg);
            transform: rotateX(-270deg) rotateY(-270deg);
  }
}

@-webkit-keyframes cubic6 {
  0% {
    -webkit-transform: rotateX(-270deg) rotateY(0deg);
            transform: rotateX(-270deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateX(270deg) rotateY(360deg);
            transform: rotateX(270deg) rotateY(360deg);
  }
}

@keyframes cubic6 {
  0% {
    -webkit-transform: rotateX(-270deg) rotateY(0deg);
            transform: rotateX(-270deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateX(270deg) rotateY(360deg);
            transform: rotateX(270deg) rotateY(360deg);
  }
}

/*    restaurant page    */
.header2 {
  padding-top: 30px;
  padding-bottom: 100px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .header2 {
    padding-bottom: 70px;
  }
}

.header2::before {
  content: "";
  background-image: url(../images/restaurant/cloud.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 34%;
  height: 200px;
  top: 15%;
  right: 0;
  display: block;
  position: absolute;
}

@media screen and (max-width: 640px) {
  .header2::before {
    width: 40%;
    top: 18%;
  }
}

.header2::after {
  content: "";
  background-image: url(../images/restaurant/cloud2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 31%;
  height: 200px;
  bottom: -2%;
  left: 0;
  display: block;
  position: absolute;
}

@media screen and (max-width: 1000px) {
  .header2::after {
    bottom: -10%;
  }
}

@media screen and (max-width: 640px) {
  .header2::after {
    width: 35%;
    bottom: -24%;
  }
}


.header2__left {
  width: 100%;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  text-align: center;
  margin-bottom: 20px;
}

.header2__left::before {
  content: "";
  background-image: url(../images/restaurant/top_title.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -40px;
  left: 10%;
  width: 10%;
  height: 800px;
}

.header3__left::before {
  content: "";
  background-image: url(../images/restaurant/top_title4.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -40px;
  left: 10%;
  width: 10%;
  height: 800px;
}



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

@media screen and (max-width: 640px) {
  .header2__left::before {
    width: 15%;
  }
}

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

@media screen and (max-width: 640px) {
  .header3__left::before {
    width: 15%;
  }
}

.header2__left._restaurant02::before {
  background-image: url(../images/restaurant/top_title2.png);
}

.header2__left._restaurant03::before {
  background-image: url(../images/restaurant/top_title3.png);
}

.header2__left .innopla {
  text-align: center;
  display: inline-block;
  background-color: #252525;
  -webkit-box-shadow: -4px 4px 0px #0f2939;
          box-shadow: -4px 4px 0px #0f2939;
  padding: 0px 10px 8px 10px;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header3__left .innopla a {
    color: white;
    font-family: "Hannari", serif;
    font-size: 2.2rem;
}

.header3__left .innopla {
    text-align: center;
    display: inline-block;
    background-color: #252525;
    -webkit-box-shadow: -4px 4px 0px #0f2939;
    box-shadow: -4px 4px 0px #0f2939;
    padding: 0px 10px 8px 10px;
    border-radius: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}


.header3__left {
    width: 100%;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
}



.header2__left .innopla:hover {
  position: relative;
  top: 4px;
  left: -4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header2__left .tel2 {
  color: white;
  font-family: "Hannari", serif;
  font-size: 2.4rem;
}

.header2__left .tel2::before {
  content: "\f3cf";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  top: 56%;
  left: 20.8%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-weight: 900;
}

.header2__left .innopla a {
  color: white;
  font-family: "Hannari", serif;
  font-size: 2.2rem;
}

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

.header2__wrap > img {
  border-radius: 10px;
  display: block;
  margin: auto;
}

@media screen and (max-width: 834px) {
  .header2__wrap > img {
    height: 60vh !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (max-width: 640px) {
  .header2__wrap > img {
    height: 45vh !important;
  }
}

@media screen and (max-width: 480px) {
  .header2__wrap > img {
    height: 40vh !important;
  }
}

.header2__contact {
  position: fixed;
  top: 20px;
  right: 10px;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .header2__contact {
    top: 46%;
    right: -10px;
  }
}

.header2__contact a {
  display: block;
  margin-bottom: 15px;
}

@media screen and (max-width: 1200px) {
  .header2__contact a {
    margin-bottom: 8px;
  }
}

.header2__contact a img {
  width: 80%;
}

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

@media screen and (max-width: 834px) {
  .header2__contact a img {
    width: 50%;
  }
}

.header2__contact .retty {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  margin: 20px auto;
  font-size: 1.8rem;
  letter-spacing: 3px;
  color: white;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  background-color: #0f2939;
  border: 2px solid #81610a;
  background-image: url(../images/restaurant/menu-background.jpg);
  padding: 30px 13px;
  -webkit-box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.3);
          box-shadow: -4px 4px 8px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 834px) {
  .header2__contact .retty {
    font-size: 1.6rem;
    padding: 20px 8px;
    margin: 15px auto;
  }
}

.header2__contact .retty:hover {
  opacity: 0.6;
}

.bg500 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  position: relative;
  background-image: url(../images/restaurant/washi-pattern.png);
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 0 30px;
}

.bg500._restaurant02 {
  background-image: url(../images/restaurant/pattern3.jpg);
}

.bg500._restaurant03 {
  background-image: url(../images/restaurant/pattern2.jpg);
}

.bg500._restaurant04 {
  background: url(../images/miyako/miya-pattern3.jpg) repeat;
}

.bg500._white h2,
.bg500._white .text01 {
  color: #fff;
}

.restaurant_title01 {
  font-family: "Hannari", serif;
  line-height: 1;
  padding-left: 12%;
}

@media screen and (max-width: 1000px) {
  .restaurant_title01 {
    padding-left: 0;
  }
}

.restaurant_title01 h2 {
  font-size: 2.5rem;
  position: relative;
}

.restaurant_title01 h2 span {
  font-size: 8.6rem;
  letter-spacing: 9px;
  position: relative;
  top: 20px;
}

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

@media screen and (max-width: 834px) {
  .restaurant_title01 h2 span {
    font-size: 5rem;
    top: 11px;
  }
}

@media screen and (max-width: 640px) {
  .restaurant_title01 h2 span {
    font-size: 4rem;
    top: 7px;
  }
}

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

@media screen and (max-width: 1000px) {
  .restaurant_title01 h2 {
    text-align: left !important;
  }
}

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

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

.restaurant_title01 h2::before {
  content: "";
  background-image: url(../images/restaurant/title_deco01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 627px;
  height: 85px;
  bottom: -55px;
  left: 28%;
  display: block;
  position: absolute;
}

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

@media screen and (max-width: 834px) {
  .restaurant_title01 h2::before {
    width: 466px;
  }
}

@media screen and (max-width: 640px) {
  .restaurant_title01 h2::before {
    width: 400px;
  }
}

.text01 {
  padding-left: 37%;
}

@media screen and (max-width: 1000px) {
  .text01 {
    padding-left: 0px;
  }
}

@media screen and (max-width: 640px) {
  .news_title {
    margin: 60px auto 35px auto !important;
  }
}

.restaurant_title02 {
  font-family: "Hannari", serif;
  line-height: 1;
}

.restaurant_title02 h2 {
  font-size: 2.5rem !important;
  position: relative;
}

.restaurant_title02 h2 span {
  font-size: 8.6rem;
  letter-spacing: 9px;
  position: relative;
  top: 20px;
  margin-right: 10px;
}

@media screen and (max-width: 1200px) {
  .restaurant_title02 h2 span {
    font-size: 7rem;
    letter-spacing: 7px;
  }
}

@media screen and (max-width: 834px) {
  .restaurant_title02 h2 span {
    font-size: 5rem;
    top: 11px;
  }
}

@media screen and (max-width: 640px) {
  .restaurant_title02 h2 span {
    font-size: 4rem;
    top: 7px;
    letter-spacing: 6px;
  }
}

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

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

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

.news_wrap02 {
  padding: 20px;
  margin-bottom: 110px;
  position: relative;
}

.news_wrap02::before {
  content: "";
  background-image: url(../images/restaurant/miyako.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: -170px;
  left: 0;
  width: 260px;
  height: 300px;
  display: block;
}

@media screen and (max-width: 768px) {
  .news_wrap02::before {
    width: 195px;
    top: -125px;
  }
}

@media screen and (max-width: 550px) {
  .news_wrap02::before {
    background-position: left bottom;
  }
}

.news_wrap02._restaurant01 {
  background-color: #142837;
  background-image: url(../images/restaurant/news_background.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
}

@media screen and (max-width: 640px) {
  .news_wrap02._restaurant01 {
    padding: 30px;
  }
}

.news_wrap02._restaurant02::before {
  background-image: url(../images/restaurant/miyako-logo1.png);
  height: 140px;
  width: 180px;
}

@media screen and (max-width: 768px) {
  .news_wrap02._restaurant02::before {
    top: -115px;
    height: 100px;
    width: 130px;
  }
}

@media screen and (max-width: 550px) {
  .news_wrap02._restaurant02::before {
    height: 100px;
    width: 100px;
    top: -110px;
  }
}

.news_wrap02._restaurant03::before {
  background-image: url(../images/restaurant/rorima-logo1.png);
  top: -130px;
  width: 130px;
  height: 110px;
}

@media screen and (max-width: 550px) {
  .news_wrap02._restaurant03::before {
    max-width: 90px;
  }
}

.news_wrap02._restaurant04::before {
  background-image: url(../images/restaurant/logo-miyako1.png);
  width: 100px;
  height: 100px;
  top: -120px;
}

.news_wrap02 .restaurant_news {
  height: 230px;
  overflow: auto;
}

.news_wrap02 .restaurant_news dt {
  background-color: transparent !important;
  border: none !important;
  font-weight: 700;
  font-size: 1.5rem;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  padding: 10px !important;
}

@media screen and (max-width: 834px) {
  .news_wrap02 .restaurant_news dt {
    width: 100% !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}

.news_wrap02 .restaurant_news dd {
  background-color: transparent;
  border: none !important;
  font-size: 1.5rem;
  padding: 10px !important;
  line-height: 1.6;
}

@media screen and (max-width: 834px) {
  .news_wrap02 .restaurant_news dd {
    width: 100% !important;
    padding: 0 10px 10px 10px !important;
  }
}

.news_wrap02 .restaurant_news dl {
  background-color: white;
  margin-bottom: 10px;
}

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

.restaurant_image01,
.restaurant_image02 {
  position: relative;
  max-width: 80%;
}

@media screen and (max-width: 640px) {
  .restaurant_image01,
  .restaurant_image02 {
    max-width: 90%;
  }
}

.restaurant_image01::after,
.restaurant_image02::after {
  width: 103vw;
  height: 34vh;
  background-color: #252525;
  background-image: url(../images/restaurant/pattern01.png);
  bottom: 0;
  display: block;
  position: absolute;
  z-index: -1;
}

@media screen and (max-width: 1200px) {
  .restaurant_image01::after,
  .restaurant_image02::after {
    height: 18vh;
  }
}

@media screen and (max-width: 640px) {
  .restaurant_image01::after,
  .restaurant_image02::after {
    height: 12vh;
  }
}

.restaurant_image01::before,
.restaurant_image02::before {
  content: "";
  background-image: url(../images/restaurant/cloud.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 38%;
  height: 200px;
  top: 15%;
  right: -25%;
  display: block;
  position: absolute;
}

.restaurant_image01 {
  left: 0;
}

.restaurant_image01 td {
  border: none !important;
  padding: 0 20px 0 0 !important;
}

.restaurant_image02 {
  left: 0;
}

.restaurant_image02 td {
  border: none !important;
  padding: 0 0 0 20px !important;
}

.bg600 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  position: relative;
  top: 1px;
}

.bg700 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background: url(../images/restaurant/menu-background.jpg) repeat;
  padding-bottom: 185px;
  position: relative;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .bg700 {
    padding-bottom: 65px;
    margin-bottom: 90px;
  }
}

.bg700._restaurant02 {
  background: url(../images/restaurant/104748.jpg) repeat;
}

.bg700._restaurant02 h2,
.bg700._restaurant02 .text01 {
  color: #363636 !important;
}

.bg700._restaurant03 {
  background: url(../images/restaurant/350328.jpg) repeat;
}

.bg700._restaurant03 h2,
.bg700._restaurant03 .text01 {
  color: #363636 !important;
}

.bg700._restaurant04 {
  background: url(../images/restaurant/miya-pattern2.jpg) repeat;
}

.bg700._restaurant04 h2,
.bg700._restaurant04 .text01 {
  color: #363636 !important;
}

.bg700::after {
  content: "";
  background-image: url(../images/restaurant/cloud2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 530px;
  height: 200px;
  bottom: 0;
  left: 0;
  display: block;
  position: absolute;
}

@media screen and (max-width: 640px) {
  .bg700::after {
    width: 300px;
    height: 80px;
  }
}

.bg01 {
  margin-top: 0 !important;
  margin-bottom: 70px;
  padding-top: 1px;
}

@media screen and (max-width: 640px) {
  .bg02 {
    margin-bottom: 20px;
  }
}

.deco03 {
  position: relative;
}

.deco03 article {
  text-align: center;
}

.deco03 h2 {
  display: inline-block;
  z-index: 1;
}

.deco03 h2::before {
  content: "";
  background-image: url(../images/restaurant/title_deco03.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 47%;
  left: -80px;
  width: 70px;
  height: 70px;
  z-index: -1;
}

@media screen and (max-width: 1200px) {
  .deco03 h2::before {
    width: 60px;
    height: 60px;
    top: 50%;
    left: -65px;
  }
}

@media screen and (max-width: 834px) {
  .deco03 h2::before {
    width: 50px;
    height: 50px;
    top: 41%;
    left: -61px;
  }
}

@media screen and (max-width: 640px) {
  .deco03 h2::before {
    top: -80%;
    width: 35px;
    height: 35px;
    right: 0;
    left: 0;
    margin: auto;
  }
}

.takeout,
.delivery {
  background-color: #142837;
  margin: 100px auto;
  padding-left: 20%;
  padding-right: 5%;
  padding-bottom: 60px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .takeout,
  .delivery {
    padding-left: 0;
  }
}

.takeout::before,
.delivery::before {
  content: "";
  background-image: url(../images/restaurant/takeout.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 170px;
  height: 350px;
  display: block;
  top: 18px;
  left: 36px;
}

@media screen and (max-width: 1200px) {
  .takeout::before,
  .delivery::before {
    left: 40px;
    top: 26px;
    width: 140px;
  }
}

@media screen and (max-width: 834px) {
  .takeout::before,
  .delivery::before {
    width: 100px;
  }
}

@media screen and (max-width: 640px) {
  .takeout::before,
  .delivery::before {
    top: 9px;
    padding-left: 0;
    width: 80px;
    left: 20px;
  }
}

@media screen and (max-width: 550px) {
  .takeout::before,
  .delivery::before {
    top: 15px;
    width: 80px;
  }
}

.takeout h2,
.delivery h2 {
  position: relative;
  text-align: center !important;
  margin-bottom: 100px;
}

@media screen and (max-width: 834px) {
  .takeout h2,
  .delivery h2 {
    padding-top: 20px;
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 550px) {
  .takeout h2,
  .delivery h2 {
    margin-bottom: 55px;
  }
  .takeout h2 span,
  .delivery h2 span {
    display: block;
    line-height: 1.6;
  }
}

.takeout h2::before,
.delivery h2::before {
  content: "";
  background-image: url(../images/restaurant/title_deco04.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 600px;
  height: 100px;
  position: absolute;
  top: 115px;
  right: 0;
  left: 0;
  margin: auto;
}

@media screen and (max-width: 1200px) {
  .takeout h2::before,
  .delivery h2::before {
    width: 475px;
  }
}

@media screen and (max-width: 834px) {
  .takeout h2::before,
  .delivery h2::before {
    width: 380px;
    top: 95px;
  }
}

@media screen and (max-width: 640px) {
  .takeout h2::before,
  .delivery h2::before {
    width: 333px;
    top: 80px;
    left: 19%;
  }
}

@media screen and (max-width: 550px) {
  .takeout h2::before,
  .delivery h2::before {
    top: 110px;
    width: 230px;
    left: 16%;
  }
}

@media screen and (max-width: 640px) {
  .takeout h2,
  .delivery h2 {
    padding-left: 20%;
  }
}

.takeout div,
.delivery div {
  color: white;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 2;
}

.takeout div a,
.delivery div a {
  color: #cccccc;
}

@media screen and (max-width: 640px) {
  .takeout div,
  .delivery div {
    padding-left: 7%;
  }
}

.delivery::before {
  content: "";
  background-image: url(../images/restaurant/delivery.png);
}

.delivery::after {
  content: "";
  background-image: url(../images/restaurant/cloud.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 34%;
  height: 200px;
  top: 15%;
  right: 0;
  display: block;
  position: absolute;
}

.restaurant_image02 {
  margin-left: 20%;
}

@media screen and (max-width: 640px) {
  .restaurant_image02 {
    margin-left: 10%;
  }
}

.restaurant_image02::before {
  content: "";
  top: -32%;
  right: -7%;
}

.restaurant_image02::after {
  right: 20%;
}

.miyako_logo div {
  margin-top: 20px;
  width: 800px;
  margin: 20px auto;
}

@media screen and (max-width: 1000px) {
  .miyako_logo div {
    width: 80%;
    word-break: keep-all;
  }
}

.restaurant_image03 .box {
  width: 33.333%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu01,
.menu02 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(../images/restaurant/menu-background.png);
  padding-top: 80px;
  padding-bottom: 50px;
  position: relative;
}

.menu01::after,
.menu02::after {
  content: "";
  border: 2px solid #946f1a;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 12px;
  left: -15px;
}

.menu01 .box,
.menu02 .box {
  width: 280px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 5px 30px;
  overflow: visible !important;
}

.menu01 .box img,
.menu02 .box img {
  -webkit-box-shadow: -14px 14px 0 #0f2939;
          box-shadow: -14px 14px 0 #0f2939;
  margin-bottom: 10px;
}

.menu01 .box h3,
.menu02 .box h3 {
  text-align: center;
  color: white;
  font-family: "Hannari", serif;
  font-size: 2.3rem;
  border-bottom: 2px solid #946f1a;
  position: relative;
}

.menu01 .box h3::before,
.menu02 .box h3::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 280px;
  height: 2px;
  background-color: #946f1a;
  display: block;
}

.menu01 .box div,
.menu02 .box div {
  color: white;
  margin-top: 10px;
}

@media screen and (max-width: 834px) {
  .menu01 {
    margin: 100px auto 40px auto !important;
  }
}

.menu01::before {
  content: "";
  background-image: url(../images/restaurant/menu_deco01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 181px;
  height: 150px;
  display: block;
  top: -61px;
  right: 0;
  left: 0;
  margin: auto;
  position: absolute;
  z-index: 3;
}

@media screen and (max-width: 640px) {
  .menu01::before {
    width: 160px;
  }
}

.menu_box {
  background-image: url(../images/restaurant/menu-background.jpg);
  width: 46%;
  padding: 40px 50px;
  position: relative;
  margin: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1100px) {
  .menu_box {
    padding: 40px 20px;
    margin: 20px 10px;
  }
}

@media screen and (max-width: 1000px) {
  .menu_box {
    width: 48%;
    margin: 20px 5px;
  }
}

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

.menu_box::after {
  content: "";
  border: 2px solid #946f1a;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 12px;
  left: -15px;
}

.menu_box2 {
  width: 100% !important;
}

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

.menu_box2 h3::before {
  width: 39% !important;
  right: 0;
  left: 6%;
  margin: auto;
}

@media screen and (max-width: 1200px) {
  .menu_box2 h3::before {
    width: 350px !important;
  }
}

@media screen and (max-width: 1000px) {
  .menu_box2 h3::before {
    width: 305px !important;
  }
}

.menu_sp {
  display: none;
}

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

.menu_title {
  color: white;
  font-family: "Hannari", serif;
  font-size: 2.7rem;
}

@media screen and (max-width: 1200px) {
  .menu_title {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 1000px) {
  .menu_title {
    font-size: 2.2rem;
  }
}

.menu_title h3 {
  position: relative;
  line-height: 1.2;
  z-index: 1;
}

.menu_title h3::before {
  content: "";
  background-image: url(../images/restaurant/title_deco01.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 90%;
  height: 85px;
  top: 7px;
  left: 15%;
  display: block;
  position: absolute;
  z-index: -1;
}

@media screen and (max-width: 1200px) {
  .menu_title h3::before {
    width: 350px;
    height: 85px;
    right: 0;
    left: 0;
    margin: auto;
  }
}

@media screen and (max-width: 1000px) {
  .menu_title h3::before {
    width: 305px;
  }
}

.title_height h3::before {
  top: 30px;
}

.menu_wrap {
  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;
  padding-bottom: 40px;
}

.menu_table td {
  border: none !important;
  color: white;
}

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

.menu_table small div {
  font-size: 1.4rem !important;
  margin-top: 10px;
}

.footer2 {
  background-image: url(../images/restaurant/washi-pattern.png);
  padding-top: 80px;
}

.footer2._restaurant02 {
  background: url(../images/restaurant/pattern3.jpg) repeat;
}

.footer2._restaurant02 a:not(.index),
.footer2._restaurant02 li,
.footer2._restaurant02 div,
.footer2._restaurant02 p {
  color: #363636 !important;
}

.footer2._restaurant03 {
  background: url(../images/restaurant/350328.jpg) repeat;
}

.footer2._restaurant03 a:not(.index),
.footer2._restaurant03 li,
.footer2._restaurant03 div,
.footer2._restaurant03 p {
  color: #363636 !important;
}

.footer2._restaurant04 {
  background: url(../images/miyako/miya-pattern3.jpg) repeat;
}

.footer2._restaurant04 a:not(.index),
.footer2._restaurant04 li,
.footer2._restaurant04 div,
.footer2._restaurant04 p {
  color: #363636 !important;
}

.footer2__contact img {
  width: 57px;
  height: 57px;
  margin: 3px;
}

.footer2__logo {
  margin-top: 60px;
  margin-bottom: 10px;
}

.footer2 .miyako {
  color: white;
  font-family: "Hannari", serif;
  font-size: 2rem;
}

.footer2 ul li {
  color: white;
  font-family: "Hannari", serif;
  font-size: 1.7rem;
}

.footer2 ul li a {
  color: #dddddd;
  font-size: 1.7rem;
  font-family: "Hannari", serif;
}

.footer2__sns img {
  border-radius: 8px;
  margin: 20px 5px 40px 5px;
}

.footer2__insta {
  margin-top: 20px;
}

.footer2__insta .instagram3 {
  color: #eeeeee;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.4rem;
  margin: 0 10px;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 640px) {
  .footer2__insta .instagram3 {
    width: 100%;
    padding: 10px;
  }
}

.footer2__insta .instagram3 img {
  width: 40px;
  padding-right: 5px;
}

.footer2__insta .instagram3:hover {
  color: #81610a;
}

.footer2 .index {
  color: white;
  font-size: 1.8rem;
  background-color: #252525;
  -webkit-box-shadow: -4px 4px 0 #2d3947;
          box-shadow: -4px 4px 0 #2d3947;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 3px 20px 8px 20px;
  border-radius: 5px;
  font-family: "Hannari", serif;
}

.footer2 .index:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  top: 4px;
  left: -4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer2 small {
  color: white;
  font-family: "Hannari", serif;
  margin-top: 20px;
  padding-top: 3px;
  padding-bottom: 5px;
  background-image: url(../images/restaurant/pattern01.png);
  display: block;
}

.miyako_insta {
  height: 580px;
  overflow-y: auto;
}

.miyako_insta .sns_list {
  background-color: white;
  border: none !important;
  padding: 20px;
}

.miyako_insta .sns_list > div {
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.miyako_insta .sns_photo {
  width: 30% !important;
  margin-top: 10px;
}

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

.miyako_insta .sns_text {
  font-size: 1.5rem !important;
  font-family: "メイリオ", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.miyako_insta .sns_text .sns_date {
  color: #0e3c83;
}

/*   インスタグラム　　*/
.miyako_insta02 .sns_list {
  border: none !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

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

.miyako_insta02 .sns_list > div {
  border: none !important;
  width: 16.6666%;
  height: 20vw;
}

@media screen and (max-width: 834px) {
  .miyako_insta02 .sns_list > div {
    width: 33.333% !important;
    height: 30vw;
    margin-bottom: 20px;
  }
}

.miyako_insta02 .sns_list .sns_photo {
  width: 100%;
  margin-bottom: 20px;
}

.miyako_insta02 .sns_list .sns_photo img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 16vw !important;
  text-align: center !important;
  display: block;
  margin: auto;
}

@media screen and (max-width: 834px) {
  .miyako_insta02 .sns_list .sns_photo img {
    height: 30vw !important;
    margin-bottom: 20px;
  }
}

.miyako_insta02 .sns_list .sns_text {
  display: none;
}

/*   scroll   */
/* scroll bar */
::-webkit-scrollbar {
  height: 6px;
  width: 8px;
}

::-webkit-scrollbar-track {
  border-radius: 3px;
}

::-webkit-scrollbar-thumb {
  background-color: #535353;
  border-radius: 10px;
}

/*  ヒストリー　*/
.bg800 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.page_title {
  background-repeat: no-repeat;
  background-size: cover;
}

.page_title h1 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}

.page_title h1 span {
  font-style: italic;
  font-size: 3.5rem;
  display: block;
}

.coming h2 {
  font-size: 3.5rem;
  font-weight: bold;
  font-style: italic;
}

.coming div {
  font-weight: bold;
}

/*  お問い合わせ　*/
.contact_form h2 {
  text-align: center !important;
  font-size: 2.2rem;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 40px;
  position: relative;
}

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

.contact_form h2::before {
  content: "";
  width: 180px;
  height: 3px;
  background: -webkit-gradient(linear, right top, left top, from(#00cfd3), to(#0616a8));
  background: linear-gradient(270deg, #00cfd3, #0616a8);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.contact_form div {
  font-size: 1.5rem;
}

.contact_form div a {
  color: #155aae;
}

.mail_form dt {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: #155aae !important;
  color: white;
}

.mail_form label {
  color: #ffa115 !important;
}

form .mail {
  display: none;
}

section .error {
  margin-top: 140px;
}

.policy h3 {
  font-size: 1.7rem;
  color: white;
  background-color: #155aae;
  padding: 5px 20px 3px 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.policy div {
  font-size: 1.5rem;
}

.parallax-window {
  min-height: 400px;
  background: transparent;
}

/*  特定商取引法に基づく表記　*/
.sub_title h2 {
  font-size: 2.2rem;
  font-weight: bold;
  font-style: italic;
}

/*  アンカーリンク　*/
#home01,
#home02,
#home03,
#home04,
#home05 {
  padding-top: 130px;
  margin-top: -130px;
}

/*   Light ion    */
.ion_text01 h2,
.ion_text01 h3 {
  font-size: 2.2rem;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
  background-color: #f7f7f7;
  border-left: 5px solid #0e3c83;
  padding: 5px 20px;
}

@media screen and (max-width: 640px) {
  .ion_text01 h2,
  .ion_text01 h3 {
    font-size: 1.8rem;
  }
}

.ion_text01 div {
  padding: 0 20px;
}

.ion_image02 {
  margin: auto;
  text-align: center;
}

.ion_image02 div {
  font-size: 2rem;
  border: 2px solid #ff7f34;
  display: inline-block;
  padding: 10px 10px 10px 0;
  letter-spacing: 2px;
  color: #ff7f34;
  width: 496px;
}

@media screen and (max-width: 834px) {
  .ion_image02 div {
    font-size: 1.6rem;
    width: 412px;
  }
}

.ion_image02 div span {
  background-color: #ff7f34;
  color: white;
  padding-right: 5px;
  margin-right: 5px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 10px;
}

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

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

.ion_table01 {
  max-width: 630px;
  margin: auto;
}

.ion_table01 td {
  border: none !important;
}

.ion_table01 span {
  margin-right: 7px;
  font-size: 2.4rem;
  color: #ff7f34;
  font-weight: bold;
  font-style: italic;
  position: relative;
  top: 3px;
}

.ion_text02 img {
  margin-right: 20%;
}

@media screen and (max-width: 1000px) {
  .ion_text02 img {
    margin-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  .ion_text02 img {
    display: block;
    margin: auto !important;
    text-align: center !important;
    float: none !important;
  }
}

.ion_big div {
  font-size: 3.4rem;
  font-style: italic;
  font-weight: bold;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: orange;
  -webkit-text-fill-color: white;
  text-shadow: 5px 3px 0 #fde8c2;
}

.ion_image03 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}

.ion_image03 .box {
  width: 30%;
  margin: 10px;
}

.ion_image03 .box div {
  text-align: center !important;
  margin-top: 10px;
}

.ion_image03 .box img {
  display: block;
  text-align: center;
  margin: auto;
}

.ion_wrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.ion_wrap2 .ion_text02 {
  width: 38%;
  background-color: white;
  border: 3px dotted #eee;
  padding: 50px 20px;
}

@media screen and (max-width: 834px) {
  .ion_wrap2 .ion_text02 {
    width: 100%;
    margin-bottom: 30px;
  }
}

.ion_wrap2 .ion_image04 {
  width: 60%;
}

@media screen and (max-width: 834px) {
  .ion_wrap2 .ion_image04 {
    width: 80%;
  }
}

.ion_title02 {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: cover;
}

.ion_title02 h2 {
  font-size: 2.6rem;
  font-weight: bold;
  text-shadow: -2px 2px 6px white;
}

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

.reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.ion_box {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 640px) {
  .ion_box {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.ion_box .box {
  width: 300px !important;
  height: 300px !important;
  margin: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(73, 158, 207, 0.9)), to(rgba(176, 226, 255, 0.9)));
  background: linear-gradient(rgba(73, 158, 207, 0.9), rgba(176, 226, 255, 0.9));
  border-radius: 50%;
}

@media screen and (max-width: 640px) {
  .ion_box .box {
    width: 210px !important;
    height: 210px !important;
  }
}

.ion_box .box h3 {
  text-align: center;
  padding-top: 20%;
  color: white;
  font-size: 2.8rem;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .ion_box .box h3 {
    font-size: 2rem;
    padding-top: 10%;
  }
}

.ion_box .box div {
  padding: 5px 30px;
  color: white;
  font-size: 1.8rem;
}

@media screen and (max-width: 640px) {
  .ion_box .box div {
    font-size: 1.6rem;
  }
}

.ion_wrap3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1000px) {
  .ion_wrap3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.ion_wrap3 .ion_image05 .box {
  width: 50%;
  padding: 10px;
}

.ion_wrap3 .ion_image05 .box div {
  text-align: center;
  color: #ff7f34;
  font-weight: bold;
}

.ion_wrap3 .ion_text02 td {
  border: none !important;
  padding: 20px !important;
}

.ion_wrap3 .ion_text02 .table02 {
  background-color: #f7f7f7;
  padding: 20px !important;
}

.ion_wrap3 .ion_text02 .table03 span {
  position: relative;
  padding-left: 25px;
}

.ion_wrap3 .ion_text02 .table03 span::before {
  content: "\f0a9";
  font-family: "Font Awesome 5 Pro";
  color: #0e3c83;
  position: absolute;
  top: 12px;
  left: 0px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}

.ion_text03 h2,
.ion_text03 h3 {
  font-size: 2.6rem;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 20px;
  color: #0e3c83;
  position: relative;
  padding-left: 20px;
  padding: 5px 20px;
  border-bottom: 1px solid #0e3c83;
}

@media screen and (max-width: 640px) {
  .ion_text03 h2,
  .ion_text03 h3 {
    font-size: 1.8rem;
  }
}

.sizing01 img {
  width: 400px !important;
}

.sizing01 .itext {
  height: auto !important;
}

@media screen and (max-width: 1200px) {
  .sizing02 a {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }
  .sizing02 img {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media screen and (max-width: 1000px) {
  .ion_table03,
  .ion_table04 {
    margin-bottom: 20px;
  }
}

.ion_table03 td,
.ion_table04 td {
  font-size: 1.3rem;
}

.ion_table03 .car-image img,
.ion_table04 .car-image img {
  width: 180px !important;
}

.ion_table03 td {
  border: none !important;
}

.ion_table05 {
  font-size: 1.4rem;
}

.ion_table05 img {
  width: 180px !important;
}

.ion_table05 .price1 {
  text-decoration: line-through;
}

.ion_table05 .price2 {
  font-size: 1.8rem;
}

.ion_box2 {
  padding: 40px 0 !important;
}

.ion_box2 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  left: 0;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 2.4rem !important;
  padding-top: 120px;
}

@media screen and (max-width: 640px) {
  .ion_box2 div {
    padding-top: 70px;
    font-size: 2rem !important;
  }
}

.ion_box03 .box {
  width: 33.333%;
  padding: 20px;
}

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

@media screen and (max-width: 640px) {
  .ion_box03 .box img {
    display: block;
    text-align: center !important;
    margin: auto;
  }
}

.ion_box04 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ion_box04 .box {
  padding: 20px;
}

.ion_box04 .box:nth-child(2) {
  background-color: #f7f7f7;
  padding: 40px;
}

.ion_box04 .box:nth-child(2) h3 {
  font-size: 2rem;
  font-weight: bold;
}

.ion_box04 .box:nth-child(2) div a {
  font-style: italic;
  color: #0e3c83;
}

@media screen and (max-width: 1200px) {
  .ion_box04 .box:nth-child(2) div img {
    width: 60% !important;
  }
}

.ion_text05 {
  border: 2px dotted #0e3c83;
  padding: 40px;
}

.ion_banner {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: auto;
}

.ion_banner .box {
  width: 20%;
  padding: 10px;
}

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

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

.ion_banner .box img {
  width: 100% !important;
}

@media all and (-ms-high-contrast: none) {
  .ion_big {
    color: orange !important;
  }
}

.lightion_text img {
  display: block !important;
  float: none !important;
  margin: auto;
}

.lightion_text div {
  margin-top: 30px;
  font-size: 2rem;
}

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

@media screen and (max-width: 640px) {
  .lightion_text div {
    font-size: 1.6rem;
  }
}

.ion_dd {
  cursor: pointer;
}

.ion_dd h3 {
  position: relative;
  border-left: none;
  border-bottom: 3px solid grey;
  background-color: #0e3c83;
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.ion_dd h3::before {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-style: normal;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ion_dd:hover h2,
.ion_dd:hover h3 {
  background-color: #e2e2e2;
  color: grey;
}

.ion_dd:hover h2::before,
.ion_dd:hover h3::before {
  content: "\f063";
  font-family: "Font Awesome 5 Pro";
  color: grey;
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  font-style: normal;
}

.table01 {
  width: 50%;
}

@media screen and (max-width: 1000px) {
  .table01 {
    width: 80%;
  }
}

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

.table01 td {
  padding: 8px !important;
  text-align: center !important;
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  .table01 td {
    font-size: 1.3rem;
    letter-spacing: 1px;
    padding: 3px !important;
  }
}

.table02 {
  width: 40%;
  background-color: #f7f7f7;
  padding: 30px 40px 30px 20px;
}

@media screen and (max-width: 1000px) {
  .table02 {
    width: 80%;
    margin-top: 30px;
  }
}

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

.table02 td {
  font-size: 2.2rem;
  font-weight: bold !important;
  padding: 8px !important;
  border: none !important;
}

.table02 .deco {
  position: relative;
}

.table02 .deco::before {
  content: "\f30b";
  font-family: "Font Awesome 5 Pro";
  color: #363636;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}

.lightion_image td {
  border: none !important;
}

.evidence01 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.evidence01 .box {
  width: 50%;
  padding: 20px;
}

.evidence01 .box img {
  width: 80% !important;
  margin: auto;
  display: block;
}

/*   会社紹介　　*/
@media screen and (max-width: 768px) {
  .about_list dl {
    display: block !important;
  }
}

.about_list dl dt {
  background-color: #0e3c83 !important;
  color: white;
  font-weight: bold;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.about_list dl dt,
.about_list dl dd {
  padding: 10px !important;
}

@media screen and (max-width: 768px) {
  .about_list dl dt,
  .about_list dl dd {
    width: 100% !important;
  }
}

.about_list dl dd a {
  color: #0e3c83;
}

@media screen and (max-width: 640px) {
  .about_list dl dd {
    font-size: 1.5rem;
  }
}

/*  ブログ　　*/
.blog-title {
  background-color: #c0c0c0;
  padding-bottom: 80px;
}

.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 #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: #0e3c83;
  padding: 5px;
  border-radius: 5px;
}

.blog nav h3 {
  background-color: #0e3c83;
  color: white;
  margin-top: 15px;
}

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

.blog nav > a:hover {
  background-color: #0e3c83;
}

.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;
}

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

.blog #contents h2 {
  background-color: #0e3c83;
  color: white;
  padding: 8px !important;
  margin-bottom: 40px;
}

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

.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: #0e3c83;
}

.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: #155aae;
  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: #363636;
  font-weight: bold;
}

.blog_list .blog_date {
  color: #363636 !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;
}

.footer_wrap {
  background-color: #06389d;
}

.blog_title {
  background-image: url(../images/contents/page_image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0 120px 0;
}

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

/*  shopping  */
#col_side1 {
  display: none;
}

.items > article {
  width: 280px !important;
  padding: 10px;
}

.order p {
  background-color: transparent !important;
}

.order a {
  color: #363636 !important;
}

.items {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.items article {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 60px !important;
}

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

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

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

.items article .photo {
  width: 100% !important;
}

.items article .price {
  background-color: transparent !important;
}

.items article .name {
  font-size: 1.5rem;
  word-break: keep-all;
}

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

.item .photo {
  width: 100%;
}

@media screen and (max-width: 834px) {
  .item .photo {
    width: 90%;
    margin: 20px 20px 40px 20px;
  }
}

.item .photo .large img {
  display: block;
  margin: auto;
}

.item .item_view {
  width: 50%;
  max-width: 50% !important;
}

.item .item_view .price {
  background-color: transparent !important;
}

#sumcart .item .name {
  background-color: transparent !important;
}

#sumcart .item .number {
  background-color: transparent !important;
}

#sumcart .item .price {
  background-color: transparent !important;
}

#sumcart .sum p {
  background-color: transparent !important;
}

.purchase p {
  background-color: transparent !important;
}
/*# sourceMappingURL=common_style.css.map */