@charset "UTF-8";

/* ---------------------------------------
  基本情報
-----------------------------------------*/

/* フォント設定
--------------------------------*/

/* Google Fontsはheader.phpで読み込み（パフォーマンス改善のため@importを削除） */

@font-face {
  font-family: 'GENJ';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/GenJyuuGothic-Medium.eot');
  src: url('../fonts/GenJyuuGothic-Medium.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/GenJyuuGothic-Medium.ttf') format('truetype'),
    url('../fonts/GenJyuuGothic-Medium.woff') format('woff');
}
@font-face {
  font-family: 'GENJ';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/GenJyuuGothic-Bold.eot');
  src: url('../fonts/GenJyuuGothic-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GenJyuuGothic-Bold.ttf') format('truetype'),
    url('../fonts/GenJyuuGothic-Bold.woff') format('woff');
}

/* リセット
--------------------------------*/
html,
body {
  height: 100%;
}
html {
  font-size: 62.5%;
  overflow-y: scroll;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
form,
figure {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: #48515e;
  font-family: 'GENJ', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}
input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'GENJ', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  color: #48515e;
  letter-spacing: 0.1em;
}
input {
  letter-spacing: 0;
}
textarea {
  resize: vertical;
}
select::-ms-expand {
  display: none;
}
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type='number'] {
  -moz-appearance: textfield;
}
body a {
  text-decoration: none;
  color: #48515e;
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
*,
*:after,
*:before {
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  body {
    min-width: 1100px;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  img {
    width: 100%;
  }
  body.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  address,
  ul,
  ol,
  li,
  dl,
  dt,
  dd,
  table,
  th,
  td,
  img,
  form,
  figure,
  input,
  button,
  textarea,
  select {
    font-size: 1rem;
  }
}

/* マウスオーバー
--------------------------------*/
@media screen and (min-width: 769px) {
  .fade:hover,
  a:hover img {
    opacity: 0.7;
  }
  .fade,
  a img {
    transition: opacity 0.3s;
  }
  .linktype1:hover {
    text-decoration: none !important;
  }
  .linktype2:hover {
    text-decoration: underline;
  }
}

/* 汎用
--------------------------------*/
.wrap {
  max-width: 1110px;
  width: 100%;
  padding: 30px;
  margin: 0 auto;
}
.enFont,
.enFont * {
  font-family: 'Abel', sans-serif;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.tal {
  text-align: left;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.mt30 {
  margin-top: 30px !important;
}
.mt45 {
  margin-top: 45px !important;
}
@media screen and (max-width: 768px) {
  .wrap {
    padding: 25px 0;
    width: 93%;
  }
  .spmax {
    width: 107.4% !important;
    margin-left: -3.7% !important;
  }
  .mt30 {
    margin-top: 15px !important;
  }
  .mt45 {
    margin-top: 25px !important;
  }
  .spmt30 {
    margin-top: 30px !important;
  }
}

/* ---------------------------------------------
  header
-----------------------------------------------*/

/* header
--------------------------------*/
header {
  background: url(../img/common/h_bg.png) repeat left top #48515e;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 240px;
  height: 100%;
  padding: 60px 0;
  display: block;
  overflow: hidden;
  transition: 0.2s;
}
header .headerhidden {
  background: url(../img/common/h_bg.png) repeat left top #48515e;
  width: 240px;
  height: 100vh;
  position: fixed;
  bottom: 0;
  left: 0;
  overflow: hidden;
  transition: 0.2s;
}
header .headerinner {
  width: 340px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-items: center;
  transition: 0.2s;
  position: absolute;
  top: 0;
  left: 0;
}
header .logo {
  width: 117px;
  margin: 0 auto;
}
header .snsblock {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}
header .snsblock li {
  width: 19px;
  margin: 0 10px;
}
header .big {
  width: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .small {
  width: 100px;
}
header .small .logo {
  width: 30px;
  margin-bottom: 150px;
}
header .small .btnblock li {
  display: flex;
  align-items: center;
}
header .small .btnblock li + li {
  margin-top: 30px;
}
header .small .btnblock li a {
  font-size: 1rem;
  width: auto;
  width: 40px;
  line-height: 29px;
  height: 120px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    background: url(../img/common/h_bg.png) repeat left top #48515e;
    width: 100%;
    height: 45px;
    padding: 0;
    overflow: visible;
  }
  header .headerhidden,
  header .headerinner {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: static !important;
    top: 0;
  }
  header .big,
  header .big .inner {
    display: block;
    height: 100%;
  }
  header .big .inner {
    display: flex;
    align-items: center;
  }
  header .logo {
    width: 167px;
    margin: 0 0 0 3.5%;
  }
  header .snsblock {
    display: none;
  }
  header .big {
    width: 100%;
  }
  header .small {
    display: none;
  }
  .menu-trigger {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    right: 0;
    width: 80%;
    margin: 0 auto;
    height: 2px;
    border-radius: 3px;
    background: #fff;
    display: block;
    transition: 0.3s;
  }
  .menu-trigger span:nth-child(1) {
    top: 20%;
  }
  .menu-trigger span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .menu-trigger span:nth-child(3) {
    bottom: 20%;
  }
  .menu-trigger.active span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
  }
  .menu-trigger.active span:nth-child(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-child(3) {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%) rotate(-135deg);
  }
}

/* header縮小
--------------------------------*/
@media screen and (min-width: 769px) {
  .header-mini:not(.header-open) header,
  .header-mini:not(.header-open) header .headerhidden {
    width: 100px;
  }
  .header-mini:not(.header-open) header .headerinner {
    left: -240px;
  }
  .header-mini:not(.header-open) #mainCol {
    padding-left: 100px;
  }
  .header-mini:not(.header-open) #reservation.is-fixed {
    width: calc(100% - 100px);
    transition: 0s;
    left: 100px;
    /* min-width: 1000px; */
  }
  .header-mini.header-open #reservation.is-fixed {
    /* min-width: 1000px; */
  }
  header .big {
    opacity: 1;
    transition: transform 1s, opacity 1s;
  }
  header .big .logo {
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.4s, opacity 1s;
  }
  header .big #gnav {
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.4s, opacity 1s;
    transition-delay: 0.2s;
  }
  header .big .snsblock {
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.4s, opacity 1s;
    transition-delay: 0.4s;
  }
  .header-mini:not(.header-open) header .big {
    opacity: 0;
  }
  .header-mini:not(.header-open) header .big .logo {
    opacity: 0;
    transform: translateY(-100px);
  }
  .header-mini:not(.header-open) header .big #gnav {
    opacity: 0;
    transform: translateY(100px);
    transition-delay: 0;
  }
  .header-mini:not(.header-open) header .big .snsblock {
    opacity: 0;
    transform: translateY(100px);
    transition-delay: 0;
  }
  header .small {
    opacity: 0;
    transition: opacity 1s;
  }
  header .small .logo {
    transition: transform 0.4s, opacity 1s;
    opacity: 0;
    transform: translateY(-150px);
  }
  header .small .btnblock {
    transition: transform 0.4s, opacity 1s;
    transition-delay: 0.2s;
    opacity: 0;
    transform: translateY(150px);
  }
  .header-mini:not(.header-open) header .small {
    opacity: 1;
    transition: opacity 0;
  }
  .header-mini:not(.header-open) header .small .logo {
    transform: translateY(0);
    opacity: 1;
  }
  .header-mini:not(.header-open) header .small .btnblock {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 0;
  }
}

/* gnav
--------------------------------*/
#gnav {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
#gnav .menu li {
  text-align: center;
}
#gnav .menu li + li {
  margin-top: 10px;
}
#gnav .menu li a {
  color: #fff;
  display: inline-block;
  position: relative;
}
#gnav .menu li a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 1px;
  background: #fff;
  transition: 0.3s;
}
#gnav .lang {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
#gnav .lang p {
  text-align: center;
  background: #fff;
  padding: 3px;
  border-right: 30px solid #e7be21;
  position: relative;
  cursor: pointer;
}
#gnav .lang p::before {
  content: '';
  position: absolute;
  top: calc(50% - 3px);
  right: -21px;
  width: 11px;
  height: 11px;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  z-index: 1;
}
#gnav .lang ul {
  display: none;
  position: absolute;
  width: 100%;
  border-top: 2px solid #48515e;
  background: #fff;
  z-index: 1;
  position: sticky;
}
#gnav .lang ul li a {
  padding: 2px 20px;
  font-weight: 400;
  display: block;
  position: relative;
  transition: 0.3s;
}
#gnav .lang ul li a::before {
  content: '';
  position: absolute;
  left: 10px;
  bottom: 0;
  width: calc(100% - 20px);
  border-bottom: 1px dotted #48515e;
}
#gnav .lang ul li:last-child a::before {
  display: none;
}
@media screen and (min-width: 769px) {
  #gnav .menu li a:hover::before {
    width: 100%;
  }
  #gnav .lang ul li a:hover {
    background: #efefef;
  }
}
@media screen and (max-width: 768px) {
  #gnav {
    display: none;
    margin-top: 0;
    position: fixed;
    overflow-y: scroll;
    top: 45px;
    left: 0;
    width: 100%;
    height: calc(90vh - 45px);
    z-index: 999;
    padding: 30px 8%;
    background: rgba(72, 81, 94, 0.9);
  }
  #gnav .menu li {
    padding: 10px 0;
    text-align: left;
    border-bottom: 1px dotted #fff;
  }
  #gnav .menu li + li {
    margin-top: 0;
  }
  #gnav .menu li a {
    font-size: 1.6rem;
    display: block;
  }
  #gnav .reservation {
    margin-top: 25px;
  }
  #gnav .lang {
    margin: 20px auto 0;
    width: 225px;
    width: 60vw;
  }
  #gnav .lang p {
    font-size: 1.5rem;
    border-right-width: 37px;
  }
  #gnav .lang p::before {
    right: -25px;
  }
  #gnav .lang ul {
    display: none;
    position: static;
    width: 100%;
    border-top: 2px solid #48515e;
    background: #fff;
  }
  #gnav .lang ul li a {
    font-size: 1.5rem;
    padding: 2px 3%;
  }
  #gnav .lang ul li a::before {
    left: 3%;
    width: calc(100% - 6%);
  }
  #gnav .lang ul li:last-child a::before {
    display: none;
  }
}

/* ---------------------------------------------
  main
-----------------------------------------------*/
#mainCol {
  padding-left: 240px;
  width: 100%;
  transition: padding 0.2s;
  position: relative;
}
@media screen and (min-width: 769px) {
  main {
    min-width: 900px;
  }
  footer {
    min-width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  #mainCol {
    padding-left: 0;
  }
  main {
    padding-top: 45px;
  }
}

/* ttltype
--------------------------------*/
.ttltype1 {
  font-size: 2.4rem;
  line-height: 1.25;
  padding: 23px 30px;
  color: #fff;
  text-align: center;
  background: #48515e;
}
.ttltype2 {
  font-size: 1.8rem;
  line-height: 1.25;
  padding: 10px 20px;
  color: #fff;
  background: #48515e;
}
@media screen and (max-width: 768px) {
  .ttltype1 {
    font-size: 1.5rem;
    padding: 11px 3.5%;
  }
  .ttltype2 {
    font-size: 1.4rem;
    padding: 8px 3.5%;
  }
}

/* btntype
--------------------------------*/
.btntype1 {
  font-size: 1.6rem;
  color: #a84552;
  height: 26px;
  line-height: 26px;
  display: block;
  width: 100%;
  text-align: center;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: 0.3s;
  padding: 0 5px;
}
.btntype2 {
  font-size: 1.2rem;
  height: 51px;
  line-height: 51px;
  color: #fff;
  text-align: center;
  width: 300px;
  display: block;
  border: 1px solid #48515e;
  background: #48515e;
  border-radius: 50px;
  transition: 0.3s;
  margin: 0 auto;
  padding: 0 5px;
}
.btntype2.btnwhite {
  color: #48515e;
  background: #fff;
  border-color: #fff;
}
.btntype2.btnbwhite {
  border-color: #fff;
}
.btntype2.btnred {
  color: #fff;
  background: #a84552;
  border-color: #a84552;
}
.btntype2.btnred.btnbwhite {
  border-color: #fff !important;
}
.btntype3 {
  color: #fff;
  text-align: center;
  line-height: 30px;
  height: 32px;
  width: 100%;
  border: 1px solid #fff;
  display: block;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .btntype1:hover {
    color: #fff;
    background: #a84552;
  }
  .btntype2:hover {
    color: #48515e;
    background: #fff;
    border: 1px solid #48515e;
  }
  .btntype2.btnwhite:hover {
    color: #fff;
    background: #48515e;
    border: 1px solid #fff;
  }
  .btntype3:hover {
    color: #3e3a39 !important;
    background: #fff;
  }
}
@media screen and (max-width: 768px) {
  .btntype1 {
    font-size: 1.6rem;
    height: 26px;
    line-height: 26px;
    border-radius: 5px;
    letter-spacing: 0.1em;
  }
  .btntype2 {
    height: 37px;
    line-height: 37px;
    width: 225px;
    width: 60vw;
  }
  .btntype3 {
    color: #fff;
    text-align: center;
    line-height: 30px;
    height: 32px;
    width: 100%;
    border: 1px solid #fff;
    display: block;
    transition: 0.3s;
  }
}

/* checkbox
--------------------------------*/
.checkbox {
  font-size: 1rem;
  line-height: 1.4;
  color: #fff;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-right: 5px;
}
.checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  visibility: hidden;
}
.checkbox span {
  padding-left: 1.4em;
  display: inline-block;
  position: relative;
}
.checkbox span::before,
.checkbox span::after {
  content: '';
  position: absolute;
  top: 0.25em;
  left: 0;
}
.checkbox span::before {
  width: 1em;
  height: 1em;
  border: 1px solid #fff;
  background: #fff;
}
.checkbox span::after {
  top: 0.35em;
  left: 0.08em;
  width: 0.8em;
  height: 0.5em;
  border-left: 2px solid #a84552;
  border-bottom: 2px solid #a84552;
  transform: rotate(-45deg);
  opacity: 0;
}
.checkbox input:checked + span::after {
  opacity: 1;
}

/* grid
--------------------------------*/
@media screen and (min-width: 769px) {
  .grid2 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .grid2 > * {
    width: 47.7%;
    margin-right: 4.6%;
  }
  .grid2 > *:nth-child(2n) {
    margin-right: 0;
  }
  .grid2 > *:nth-child(n + 3) {
    margin-top: 45px;
  }
}
@media screen and (max-width: 768px) {
  .grid2 > * + * {
    margin-top: 15px;
  }
}

/* reservation
--------------------------------*/
#reservation {
  width: 100%;
  height: 120px;
  background: #a84552;
  display: flex;
  align-items: center;
}
#reservation .form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#reservation .left {
  max-width: 590px;
  width: calc(100% - 160px - 100px);
}
#reservation .secttl {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 6px;
  letter-spacing: 0.1em;
  color: #fff;
  position: relative;
}
#reservation .secttl::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #fff;
}
#reservation .secttl span {
  position: relative;
  padding-right: 10px;
  background: #a84552;
  display: inline-block;
  z-index: 1;
}
#reservation .input {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#reservation dl {
  margin-right: 15px;
}
#reservation dt {
  font-size: 1rem;
  color: #fff;
}
#reservation dt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 3px;
}
#reservation dt .checkbox {
  font-size: 0.7rem;
  margin-left: 10px;
}
#reservation dd {
  font-size: 1.1rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#reservation dd input[type='text'],
#reservation dd select {
  font-size: 1.1rem;
  line-height: 18px;
  color: #a84552;
  display: block;
  height: 18px;
  background: #fff;
  border-radius: 5px;
  padding: 0 5px;
}
#reservation dd input[type='text'].dateY {
  width: 50px;
}
#reservation dd input[type='text'].dateM,
#reservation dd input[type='text'].dateD {
  width: 30px;
}
#reservation dd select {
  width: 60px;
  background: url(../img/common/select_icon.png) no-repeat right 5px center #fff;
  padding: 0 15px 0 5px;
  cursor: pointer;
}
#reservation dd .slash {
  margin: 0 0.5em;
}
#reservation .right {
  width: 215px;
  flex: none;
}
#reservation .right .check {
  line-height: 1.6;
}
#reservation .right button {
  margin-top: 4px;
}
#reservation .cfm {
  margin-top: 1px;
}
#reservation .cfm a {
  font-size: 1.1rem;
  color: #fff;
  text-decoration: underline;
}
#reservation.is-fixed {
  position: fixed;
  top: 0;
  left: 240px;
  width: calc(100% - 240px);
  z-index: 999;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  #reservation {
    display: none !important;
  }
}

/* spinfo
--------------------------------*/
#spinfo {
  display: none;
}
@media screen and (max-width: 768px) {
  #spinfo {
    display: block;
  }
  #spinfo .secttl {
    padding: 20px 3.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/common/h_bg.png) repeat left top #48515e;
  }
  #spinfo .secttl .logo {
    width: 113px;
    margin-right: 50px;
  }
  #spinfo .secttl .txt {
    font-size: 1.2rem;
    color: #fff;
    font-weight: 500;
  }
  #spinfo .reservation {
    padding: 12px 3.5%;
    background: #a84552;
  }
}

/* mainVisual2
--------------------------------*/
#mainVisual2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100vh - 120px);
  background: no-repeat center center / cover;
}
#mainVisual2 .logo {
  width: 37px;
  margin: 0 auto;
}
#mainVisual2 .subttl {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.25;
  margin-top: 35px;
}
#mainVisual2 .subttl span {
  background: #fff;
  display: inline-block;
  padding: 0.1em 0.3em;
}
#mainVisual2 .ttl {
  font-size: 3.2rem;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  line-height: 1.25;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #mainVisual2 {
    height: 375px;
  }
  #mainVisual2 .logo {
    width: 30px;
  }
  #mainVisual2 .subttl {
    font-size: 1.4rem;
    margin-top: 25px;
  }
  #mainVisual2 .ttl {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin-top: 10px;
  }
}

/* cmnsec
--------------------------------*/
.cmnsec .figurewrap {
  position: relative;
}
.cmnsec .figurewrap .secttl {
  font-size: 1.8rem;
  line-height: 1.6;
  position: absolute;
  bottom: 50px;
  left: 20px;
}
.cmnsec .figurewrap .secttl span {
  display: inline-block;
  padding: 0 0.5em;
  margin: 3px 0;
  line-height: 1.2;
  background: #fff;
}
.cmnsec .figurewrap .secttl span strong {
  font-size: 2.4rem;
}
.cmnsec .caption {
  margin-top: 10px;
}
.cmnsec .txtwrap {
  margin-top: 20px;
}
.cmnsec .btn {
  margin-top: 45px;
}
.cmnsec .mapiframe {
  height: 380px;
  width: 100%;
}
.cmnsec .mapiframe iframe {
  width: 100%;
  height: 100%;
}
.cmnsec .dl {
  padding: 20px;
  background: #efefef;
}
.cmnsec .dl dt {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #48515e;
}
.cmnsec .dl dd,
.cmnsec .dl dd p {
  font-size: 1.2rem;
}
.cmnsec .dl2 {
  margin-top: 25px;
}
.cmnsec .dl2 dt {
  font-size: 1.75rem;
  letter-spacing: 0;
  line-height: 1.65;
  margin-bottom: 10px;
  padding-bottom: 6px;
  border-bottom: 1px dotted #48515e;
}
.cmnsec .dl2 dd:first-of-type {
  min-height: 144px;
}
.cmnsec .dl2 dd,
.cmnsec .dl2 dd p {
  font-size: 1.2rem;
}
.cmnsec .graybox {
  padding: 20px;
  background: #efefef;
}
.cmnsec .graybox p {
  font-size: 1.2rem;
}
.cmnsec .graybox p + p {
  margin-top: 25px;
}
.cmnsec .iconwrap {
  margin-top: 40px;
}
.cmnsec .iconttl:not(:first-child) {
  margin-top: 15px;
}
.cmnsec .iconwrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 7px;
}
.cmnsec .iconwrap ul li {
  width: 66px;
  margin-right: 8px;
  margin-top: 8px;
}
.cmnsec .slidertype1,
.cmnsec .slidertype1 .slick-slide {
  line-height: 1;
  font-size: 0;
}
.cmnsec .slidertype1 .slick-arrow {
  position: absolute;
  bottom: 0;
  width: 80px;
  height: 40px;
  background: #48515e;
  z-index: 1;
  cursor: pointer;
  transition: 0.3s;
}
.cmnsec .slidertype1 .slick-prev {
  left: 0;
}
.cmnsec .slidertype1 .slick-next {
  right: 0;
}
.cmnsec .slidertype1 .slick-arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 28px;
  height: 19px;
  background: url(../img/common/slider_arrow.png) no-repeat center
    center/contain;
}
.cmnsec .slidertype1 .slick-next::before {
  transform: translateY(-50%) translateX(-50%) scale(-1, 1);
}
.cmnsec .imgttl {
  text-align: center;
}
.cmnsec .imgttl img {
  height: 52px;
  width: auto;
  max-width: initial;
  max-width: auto;
}
@media screen and (min-width: 769px) {
  .cmnsec .slidertype1 .slick-arrow:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .cmnsec .figurewrap .secttl {
    font-size: 1.4rem;
    bottom: 5vw;
    left: 3vw;
  }
  .cmnsec .figurewrap .secttl span {
    padding: 0.1em 0.5em 0;
    margin: 0.3em 0;
  }
  .cmnsec .figurewrap .secttl span strong {
    font-size: 1.6rem;
  }
  .cmnsec .caption {
    margin-top: 8px;
  }
  .cmnsec .txtwrap {
    margin-top: 12px;
  }
  .cmnsec .btn {
    margin-top: 25px;
  }
  .cmnsec .mapiframe {
    height: 375px;
  }
  .cmnsec .dl {
    padding: 15px 3%;
  }
  .cmnsec .dl dt {
    font-size: 1.6rem;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .cmnsec .dl dd,
  .cmnsec .dl dd p {
    font-size: 1rem;
  }
  .cmnsec .dl2 {
    margin-top: 15px;
  }
  .cmnsec .dl2 dt {
    font-size: 1.4rem;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .cmnsec .dl2 dd:first-of-type {
    min-height: 1px;
  }
  .cmnsec .dl2 dd,
  .cmnsec .dl2 dd p {
    font-size: 1rem;
  }
  .cmnsec .graybox p {
    font-size: 1rem;
  }
  .cmnsec .iconwrap {
    margin-top: 20px;
  }
  .cmnsec .iconwrap ul {
    margin-top: 0px;
  }
  .cmnsec .iconwrap ul li {
    width: 15%;
    margin-right: 2%;
    margin-top: 8px;
  }
  .cmnsec .iconwrap ul li:nth-child(6n) {
    margin-right: 0;
  }
  .cmnsec .slidertype1 .slick-arrow {
    width: 20vw;
    height: 35px;
  }
  .cmnsec .slidertype1 .slick-arrow::before {
    width: 20px;
    height: 15px;
  }
  .cmnsec .imgttl img {
    height: 50px;
  }
}

/* ---------------------------------------------
  footer
-----------------------------------------------*/

/* mainFooter
--------------------------------*/
.mainFooter {
  padding: 70px 0;
  background: #3e3a39;
}
.mainFooter .wrap {
  max-width: 1280px;
  padding: 0;
  display: flex;
  justify-content: center;
}
.mainFooter .wrap > * {
  padding: 10px 35px;
  border-right: 1px solid #fff;
}
.mainFooter .wrap > *:last-child {
  border-right: 0;
}
.mainFooter .logowrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainFooter .logo {
  width: 120px;
}
.mainFooter .fNavi li {
  font-size: 1.2rem;
}
.mainFooter .fNavi li a {
  color: #fff;
}
.mainFooter .fNavi + .info {
  margin-top: 25px;
}
.mainFooter .info p {
  color: #fff;
  font-size: 1.2rem;
}
.mainFooter .info p a {
  color: #fff;
}
.mainFooter .info .infottl {
  position: relative;
}
.mainFooter .info .infottl::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #fff;
}
.mainFooter .info .infottl span {
  position: relative;
  padding-right: 10px;
  background: #3e3a39;
  display: inline-block;
  z-index: 1;
}
.mainFooter .info .btn {
  margin-top: 10px;
}
.mainFooter .snsblock {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.mainFooter .snsblock li {
  width: 22px;
  margin: 0 10px;
}
.mainFooter .downloadbtn {
  margin-top: 25px;
}
.mainFooter .downloadbtn a {
  font-size: 1.2rem;
  line-height: 1.58;
  color: #3e3a39;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #fff;
  height: 76px;
  border-radius: 50px;
  transition: 0.3s;
  padding: 0 5px;
}
@media screen and (min-width: 769px) {
  .mainFooter .downloadbtn a:hover {
    color: #fff;
    background: #3e3a39;
  }
  .mainFooter .fNavi li a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .mainFooter {
    padding: 45px 0 50px;
  }
  .mainFooter .wrap {
    padding: 0;
    max-width: 225px;
    display: block;
  }
  .mainFooter .wrap > * {
    padding: 0;
    border-right: 0;
  }
  .mainFooter .logowrap {
    display: block;
  }
  .mainFooter .logo {
    width: 133px;
    margin: 0 auto;
  }
  .mainFooter .fNavi {
    display: none;
  }
  .mainFooter .info {
    margin-top: 50px;
  }
  .mainFooter .info:not(:first-child) {
    margin-top: 20px;
  }
  .mainFooter .info p {
    font-size: 1.1rem;
    font-weight: 500;
  }
  .mainFooter .info .btn {
    margin-top: 20px;
  }
  .mainFooter .snsblock {
    margin-top: 30px;
  }
  .mainFooter .downloadbtn {
    display: none;
  }
}

/* footer
--------------------------------*/
.footer {
  padding: 15px 0;
  background: #fff;
}
.footer .wrap {
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.footer .copy {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 12px 0 30px;
  }
  .footer .wrap {
    display: block;
  }
  .footer .copy {
    text-align: center;
    letter-spacing: 0;
  }
  .footer .company {
    width: 150px;
    margin: 35px auto 0;
  }
}

/* ------------------------------
    clearfix
------------------------------ */

.cf:after {
  content: '.';
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.cf {
  display: inline-block;
}

/* Hides from IE Mac */
* html .cf {
  height: 1%;
}
.cf {
  display: block;
}
/* End Hack */

/* 20210125 cansell追加 (footer) */
.footer-banner {
  margin-top: 20px;
  width: 145px;
}
.mainFooter .award_agoda {
  padding-bottom: 50px;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .footer-banner {
    width: 100%;
  }
  .mainFooter .award_agoda {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .search-widget-input-wrapper-eaf5bf {
    display: none !important;
  }
}

/* 予約バナー */
.search-panel-frame {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
}
.serch-panel-btn {
  text-align: center;
  background: #000;
  color: #fff;
  padding: 20px 0;
  font-size: 20px;
}
.serch-panel-btn:before {
  font-size: 16px;
  display: inline-block;
  content: '>';
  transform: rotate(-90deg);
  transition: transform .5s;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .search-panel-frame {
      transform: translate(0, calc(100% - 60px));
      transition: transform .5s;
  }
  .search-panel-frame.open {
      transform: none;
  }
  .search-panel-frame.open .serch-panel-btn:before {
      transform: rotate(90deg);
  }
}