/* max-width 1000px
   height auto

   【スマホ切り替え】
   ヘッダー、ナビ、フッター　768px
   メイン　600px

	 z-index
   1  body .site

   z-index
   1  body .site
   10 nav.drawer-nav（スマホ版メニュー一覧）
   20 .drawer-hamburger（スマホ版メニューボタン）
	 25 .drawer--right.drawer-open .drawer-hamburger（スマホ版メニューボタンオープン時）
*/

/*****************************************************************************
****************** 共通 ******************************************************
*****************************************************************************/
* {
  box-sizing: border-box;
}
body {
  -webkit-print-color-adjust: exact;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
body .site a,
body a img,
body .site a::before,
body .site a::after {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body .site a {
  color: #534741;
}
@media screen and (max-width: 767px) {
}

body *:focus {
  outline: none;
}
body img {
  width: 100%;
  vertical-align: bottom;
}
body a:hover img {
  text-decoration: none;
  /*opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";*/
}
body p {
  text-align: justify;
  line-height: 160%;
}
ul,
li,
span {
  line-height: 160%;
}

/* html,bodyタグの設定 */
html,
body {
  width: 100%;
}

body .site {
  box-shadow: none;
  max-width: 100%;
  width: auto;
  padding: 0;
  margin: 0 auto;
  background: none;
  z-index: 1;
  overflow: hidden;
}

h2,
h3,
h4,
h5 {
  line-height: 160%;
}
@media screen and (max-width: 767px) {
}

.font-gothic {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.flex-bet {
  display: flex;
  justify-content: space-between;
}

.w-1100 {
  max-width: 1100px;
  width: auto;
  margin: 0 auto;
}
.w-800 {
  max-width: 800px;
  width: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1099px) {
  .w-1100 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 799px) {
  .w-800 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
}

#page {
  outline: none;
  line-height: 160%;
  color: #534741;
  background-color: #fffbf2;
}

#content {
}
@media screen and (max-width: 767px) {
  #content {
  }
}

/*****************************************************************************
****************** ヘッダー **************************************************
*****************************************************************************/
.site-header {
  padding-top: 0;
  padding-bottom: 0;
  width: auto;
  margin: 0 auto;
}
#header .main-header-con {
  position: fixed;
  z-index: 10;
  width: 100%;
  padding-top: 20px;
}
#header .main-header-con::after {
  content: "";
  width: calc(100% - 100px);
  height: 20px;
  background-image: url(../img/common/img-back-p.jpg);
  position: absolute;
  top: 0;
  left: 0;
}
#header .main-header-logo {
  width: 100%;
  position: absolute;
  left: 0;
  top: 20px;
}
#header .main-header-logo h1 {
  max-width: 235px;
  width: auto;
}
#header .main-header-logo h1 a {
  display: flex;
  align-items: center;
  height: 100px;
}
#header .language {
  flex-wrap: wrap;
  max-width: 300px;
  width: 100%;
  position: absolute;
  top: calc(20px + 15px);
  right: 110px;
  border-top: 1px solid #df4947;
  border-right: 1px solid #df4947;
}
#header .language p,
#header .language a {
  flex-basis: 33.333333%;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #df4947;
  border-left: 1px solid #df4947;
  background-color: #fff;
  padding: 0.3rem 0;
}
#header .language p {
  color: #fff;
  font-weight: bold;
  background-color: #df4947;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .language p img {
  width: 18px;
  vertical-align: sub;
  margin-right: 0.3rem;
}
#header .language a {
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .language a img {
  width: auto;
  margin-right: 0.3rem;
}
#header .language a:hover {
  color: #df4947;
}
#header .right-menu {
  position: absolute;
  top: 20px;
  right: 0;
  max-width: 100px;
  width: 100%;
  z-index: 3;
}
#header .right-menu ul.menu li {
  margin-top: 1rem;
}
#header .right-menu ul.menu li a {
  width: 70px;
  margin-left: auto;
  display: flex;
  align-items: center;
  writing-mode: vertical-rl;
  border-radius: 40px 0 0 0;
  padding-top: 3.5rem;
  padding-bottom: 1rem;
  position: relative;
  font-weight: bold;
}
#header .right-menu ul.menu li a::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  top: -0.5rem;
}
#header .right-menu ul.menu li:first-of-type a {
  color: #fff;
  background-image: url(../img/common/img-back-p.jpg);
}
#header .right-menu ul.menu li:first-of-type a::before {
  background-image: url(../img/common/img-time.svg);
  width: 50px;
  height: 56px;
}
#header .right-menu ul.menu li:last-of-type a {
  background-image: url(../img/common/img-back-beige.jpg);
}
#header .right-menu ul.menu li:last-of-type a::before {
  background-image: url(../img/common/img-ticket.svg);
  width: 65px;
  height: 51px;
}
#header .right-menu .sns {
  width: 210px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: rotate(90deg);
  transform-origin: left;
  margin-left: 4rem;
}
.drawer--right.drawer-open #header .right-menu .sns {
  display: none;
}
#header .right-menu .sns div {
  flex-basis: 110px;
  display: flex;
}
#header .right-menu .sns ul {
  flex-basis: 75px;
  display: flex;
  justify-content: space-between;
}
#header .right-menu .sns ul li:first-of-type {
  flex-basis: 25px;
}
#header .right-menu .sns ul li:last-of-type {
  flex-basis: 35px;
}
#header .right-menu .sns ul li a {
  display: block;
}
@media screen and (min-width: 768px) {
  #header .main-header-logo ul.menu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #header {
  }
  #header .main-header-con {
    background-color: #fffbf2;
  }
  #header .main-header-con::after {
    width: calc(100% - 75px);
  }
  #header .main-header-logo {
    position: fixed;
    z-index: 9;
  }
  #header .main-header-logo .w-1100 {
    display: flex;
    align-items: center;
    background-color: #fffbf2;
  }
  #header .main-header-logo h1 {
    max-width: 150px;
  }
  #header .main-header-logo h1 a {
    height: 75px;
  }
  #header .main-header-logo ul.menu {
    font-size: 10px;
    font-weight: bold;
    margin-left: 1.5rem;
  }
  #header .main-header-logo ul.menu li {
    position: relative;
    padding-left: 0.9rem;
  }
  #header .main-header-logo ul.menu li::before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 0.2rem;
    left: 0;
    border-radius: 50%;
  }
  #header .main-header-logo ul.menu li:first-of-type:before {
    background-color: #df4947;
  }
  #header .main-header-logo ul.menu li:last-of-type:before {
    background-image: url(../img/common/img-back-beige.jpg);
  }
  #header .right-menu {
    max-width: 75px;
  }
  #header .right-menu ul.menu,
  #header .right-menu .sns {
    display: none;
  }
}

/*****************************************************************************
****************** メイン ****************************************************
*****************************************************************************/
.site-content {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .site-content {
    padding-top: 95px;
  }
}

/*****************************************************************************
****************** フッター **************************************************
*****************************************************************************/
footer {
  border-top: 1px solid #534741;
  background-color: #fff;
  position: relative;
}
footer a.topBtn {
  display: block;
  position: fixed;
  right: 6rem;
  width: 85px;
  -webkit-transition: all 0s ease-in-out !important;
  -o-transition: all 0s ease-in-out !important;
  transition: all 0s ease-in-out !important;
  z-index: 1;
}
footer .frame {
  padding: 3rem 0;
}
footer .frame .box {
  align-items: end;
}
footer .frame .box div {
  flex-basis: 40%;
}
footer .frame .box ul {
  flex-basis: 55%;
}
footer .frame .box ul li.contact a {
  border: 1px solid #534741;
  border-radius: 20px;
  margin-left: 0.5rem;
  padding: 0 0.3rem;
}
footer .frame .box ul li.contact a:hover {
  color: #fff;
  background-color: #534741;
}
footer .frame .box ul li.mail {
  position: relative;
  padding-left: 1rem;
}
footer .frame .box ul li.mail::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #736357;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
footer .frame .box ul li.mail a:hover {
  color: #e84945;
}
footer .frame .menu {
  padding: 2rem 0;
}
footer .frame .menu a:hover {
  color: #e84945;
}
footer .frame ul.menu-list {
  font-size: 20px;
  font-weight: bold;
}
footer .frame ul.menu-list > li {
  line-height: 100%;
}
footer .frame ul.menu-list > li:not(:last-of-type) {
  margin-bottom: 2rem;
}
footer .frame ul.menu-list > li a span {
  font-size: 15px;
  font-weight: normal;
}
footer .frame ul.menu-list ul {
  margin-top: 0.5rem;
}
footer .frame ul.menu-list ul li {
  position: relative;
  padding-left: 1rem;
  font-size: 16px;
  font-weight: normal;
}
footer .frame ul.menu-list ul li::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #736357;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
footer .copy {
  justify-content: center;
  background-image: url(../img/common/img-back-p.jpg);
  padding: 1rem 0;
}
footer .copy p {
  color: #fff;
  margin: 0 1rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 991px) {
  footer .frame {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  footer a.topBtn {
    right: 1rem;
    width: 65px;
  }
  footer .frame .box {
    display: block;
    text-align: center;
  }
  footer .frame .box h4 {
    max-width: 310px;
    width: auto;
    margin: 0 auto;
  }
  footer .frame .box ul {
    display: inline-block;
    text-align: justify;
  }
  footer .frame .box ul li {
    margin-top: 0.5rem;
  }
  footer .frame .box ul li.contact {
    text-align: center;
  }
  footer .frame .box ul li.contact a {
    margin-left: 0;
  }
  footer .frame .box ul li.mail {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  footer .frame ul.menu-list {
    flex-basis: 48%;
    font-size: 16px;
  }
  footer .frame ul.menu-list > li a span {
    font-size: 12px;
  }
  footer .frame ul.menu-list ul li {
    padding-left: 0.8rem;
    font-size: 12px;
  }
  footer .frame ul.menu-list ul li::before {
    width: 10px;
    height: 10px;
  }
  footer .frame ul.menu-list ul li::before {
    top: 0.55rem;
  }
  footer .copy {
    font-size: 14px;
  }
}

/*****************************************************************************
****************** drawer調整 ************************************************
*****************************************************************************/
.drawer-hamburger {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 2.5rem 1.75rem 3rem;
  background-image: url(../img/common/img-back-p.jpg);
  background-size: auto;
}
.drawer--right.drawer-open .drawer-hamburger {
  right: 0;
}
.drawer--right .sr-only {
  display: none;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon::after,
.drawer-hamburger-icon::before {
  background-color: #fff;
}
.drawer--right .drawer-nav {
  background-image: url(../img/common/img-back-p.jpg);
  padding: 20px;
  padding-right: 0;
  width: 470px;
  right: -470px;
  color: #534741;
  z-index: 0;
}
.drawer--right .drawer-nav .menu {
  background-color: #fff;
  width: 100%;
  padding: 2rem 1rem;
}
.drawer--right .drawer-nav .menu a:hover {
  color: #e84945;
}
.drawer--right .drawer-nav ul.menu-list {
  font-size: 18px;
  font-weight: bold;
  padding: 0 1rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #534741;
}
.drawer--right .drawer-nav ul.menu-list > li {
  margin-bottom: 2rem;
}
.drawer--right .drawer-nav ul.menu-list ul {
  margin-top: 0.5rem;
}
.drawer--right .drawer-nav ul.menu-list ul li {
  position: relative;
  padding-left: 1rem;
  font-size: 16px;
  font-weight: normal;
}
.drawer--right .drawer-nav ul.menu-list ul li::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #736357;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.drawer--right .drawer-nav .menu-sns {
  width: 260px;
  display: flex;
  justify-content: space-between;
  margin-left: 1rem;
}
.drawer--right .drawer-nav .menu-sns div {
  flex-basis: 125px;
  display: flex;
}
.drawer--right .drawer-nav .menu-sns ul {
  flex-basis: 90px;
  display: flex;
  justify-content: space-between;
}
.drawer--right .drawer-nav .menu-sns ul li:first-of-type {
  flex-basis: 25px;
}
.drawer--right .drawer-nav .menu-sns ul li:last-of-type {
  flex-basis: 35px;
}
.drawer--right .drawer-nav .menu-sns ul li a {
  display: block;
}
.drawer--right #header .drawer-nav .language {
  position: relative;
  top: auto;
  right: auto;
  margin-top: 3rem;
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
  .drawer--right.drawer-open #header .right-menu {
    right: 0;
  }
  .drawer--right .drawer-hamburger {
    padding: 1.6rem 1rem 2.34rem;
    position: relative;
    top: 0;
    right: 0;
    flex-basis: 7%;
  }
  .drawer--right.drawer-open .drawer-hamburger {
    right: 0;
  }
  .drawer--right.drawer-open .drawer-nav {
    display: block;
    width: 100%;
  }
  #header .main-header-con > .language {
    display: none;
  }
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/*****************************************************************************
****************** パソコン、スマホ版表示・非表示 *******************************
*****************************************************************************/
@media screen and (min-width: 768px) {
  .type-pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .type-sp {
    display: none;
  }
}

/* telリンク調整 */
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
