@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Cabin);
@media only screen and (max-width: 767px) {
  * {
    font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "メイリオ", sans-serif;
  }
}

html {
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "メイリオ", sans-serif;
  font-size: 15px;
  margin: 0;
  letter-spacing: 0.05em;
  padding: 0;
  position: relative;
  text-align: center;
}

h1,
h2,
h3,
h4 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: normal;
}

img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: auto;
  max-width: 100%;
}

figure {
  margin: 0;
}
figure img {
  display: block;
  margin: auto;
}

.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  min-width: 1082px;
  max-width: 1300px;
  width: 86%;
}
@media only screen and (max-width: 767px) {
  .container {
    min-width: initial;
    max-width: 100%;
    width: 100%;
  }
}
.header .container {
  width: 90%;
}
@media only screen and (max-width: 767px) {
  .header .container {
    width: 100%;
  }
}

.fas {
  margin-right: 5px;
}

p {
  margin: 0 auto;
}

input[type=email],
input[type=tel],
input[type=text],
input[type=url],
textarea {
  -webkit-appearance: none;
  border: 1px solid #bfbfbf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  padding: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  input[type=email],
  input[type=tel],
  input[type=text],
  input[type=url],
  textarea {
    font-size: 16px;
  }
}
input[type=email]:active, input[type=email]:focus,
input[type=tel]:active,
input[type=tel]:focus,
input[type=text]:active,
input[type=text]:focus,
input[type=url]:active,
input[type=url]:focus,
textarea:active,
textarea:focus {
  border: 1px solid #271e1a;
  outline: none;
}

select {
  border: 1px solid #bfbfbf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  padding: 10px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  select {
    font-size: 16px;
  }
}
select:active, select:focus {
  border: 1px solid #271e1a;
  outline: none;
}

input[type=submit] {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 17px;
}
input[type=submit]:first-of-type {
  -webkit-appearance: none;
  background: #dcdcdc;
  border: 1px solid #dcdcdc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #222;
  cursor: pointer;
  padding: 10px;
  width: 300px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  input[type=submit]:first-of-type {
    font-size: 16px;
  }
}
input[type=submit]:first-of-type:hover {
  background: #f2f2f2;
}
input[type=submit]:last-of-type {
  -webkit-appearance: none;
  background: #b6404b;
  border: 1px solid #b6404b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  padding: 10px;
  width: 300px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  input[type=submit]:last-of-type {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  input[type=submit]:last-of-type {
    font-size: 16px;
  }
}
input[type=submit]:last-of-type:hover {
  background: #90333b;
}
input[type=submit]:active, input[type=submit]:focus {
  border: 1px solid #b6404b;
  outline: none;
}

.svg-inline--fa {
  margin: 0 5px;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
a:hover {
  color: #271e1a;
}
a img {
  display: block;
  margin: auto;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
a img:hover {
  opacity: 0.7;
}

ul {
  padding: 0;
}

dl {
  margin: 0 auto;
}
dl dd {
  margin: 0;
}

.btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #b6404b;
  color: #b6404b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  padding: 10px 0 8px 0;
  position: relative;
  width: 200px;
}
.btn:after {
  content: url(../images/arw_rd.png);
  position: absolute;
  right: 10px;
  top: 9px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.btn:hover {
  background: #b6404b;
  color: #fff;
}
.btn:hover:after {
  content: url(../images/arw_wh.png);
}

#path .container {
  font-size: 12px;
  padding: 10px 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #path .container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 2%;
  }
}
#path .container span {
  margin: 0 3px;
}
#path .container a {
  color: #271e1a;
  margin-right: 5px;
  padding-right: 5px;
  position: relative;
  text-decoration: underline;
}
#path .container a:hover {
  color: #271e1a;
  text-decoration: none;
}

.main {
  clear: both;
  overflow: hidden;
}

.map {
  height: 400px;
}

.title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
}
.title:after {
  background: url(../images/title__after.png) no-repeat center bottom;
  background-size: 100% 100%;
  bottom: 0;
  content: "";
  display: block;
  height: 70px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.title__inner {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}
.title__inner h1 {
  background: url(../images/icn_h1.png) no-repeat center top;
  background-size: 72px 13px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin: 0;
  padding-top: 20px;
  text-shadow: 2px 2px 3px rgba(55, 55, 55, 0.5);
}
@media all and (-ms-high-contrast: none) {
  .title__inner h1 {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .title__inner h1 {
    padding-right: 15px;
  }
}
.title__inner span {
  writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  -webkit-writing-mode: horizontal-tb;
  display: block;
  margin: 10px auto 0 auto;
}

.page-navi ul {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto 0 auto;
}
@media only screen and (max-width: 767px) {
  .page-navi ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page-navi ul li {
  border: 1px solid #b6404b;
  list-style: none;
  margin: 5px;
}
@media only screen and (max-width: 767px) {
  .page-navi ul li {
    width: 46%;
  }
  .page-navi ul li:nth-of-type(n+3) {
    margin-top: 10px;
  }
}
.page-navi ul a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #b6404b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .page-navi ul a {
    font-size: 12px;
    padding: 5px 0 20px 0;
  }
}
.page-navi ul a:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f078";
  display: block;
}
.page-navi ul a:hover {
  background: #b6404b;
  color: #fff;
}

.dl-table {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .dl-table {
    margin: 0 auto;
    width: 100%;
  }
}
.dl-table dt {
  background: #f2f2f2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 5px auto;
  padding: 10px;
  position: relative;
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .dl-table dt {
    width: 100%;
  }
}
.dl-table dt .require {
  color: red;
  font-size: 11px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.dl-table dd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 5px auto;
  padding: 10px;
  width: 75%;
}
@media only screen and (max-width: 767px) {
  .dl-table dd {
    width: 100%;
  }
}
.dl-table dd ul {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .dl-table dd ul {
    padding: 0 20px;
  }
}
.dl-table dd ul li {
  list-style: none;
  margin: 0 auto 10px auto;
}
.dl-table dd a {
  color: #b6404b;
  text-decoration: underline;
}
.dl-table dd a:hover {
  text-decoration: none;
}

/*----------------------------------------
	宿泊プラン
----------------------------------------*/
.centrale {
  background: url(../images/centrale_bg.png) no-repeat center top;
  background-size: cover;
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  .centrale {
    padding: 100px 2%;
  }
}
.centrale h2 i {
  color: #03062d !important;
}
.centrale p {
  font-size: 17px;
  margin: 0 auto 40px auto;
}
@media only screen and (max-width: 767px) {
  .centrale p {
    font-size: 13px;
    text-align: left;
  }
}
.centrale ul {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.centrale ul li {
  list-style: none;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .centrale ul li {
    max-width: 100%;
  }
}
.centrale a {
  background: #03062d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 17px;
  margin: 40px auto 0 auto;
  padding: 15px 0;
  position: relative;
  width: 600px;
}
@media only screen and (max-width: 767px) {
  .centrale a {
    padding: 15px 40px;
    width: 90%;
  }
}
.centrale a:hover {
  background: #009de3;
}
.centrale a i {
  position: absolute;
  right: 15px;
  top: 17px;
}
@media only screen and (max-width: 767px) {
  .centrale a i {
    right: 10px;
    top: 30px;
  }
}

/*----------------------------------------
	ページャー
----------------------------------------*/
.nav_pager {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto;
  line-height: 1.8em;
}
@media only screen and (max-width: 767px) {
  .nav_pager {
    font-size: 12px;
  }
}
.nav_pager a {
  background: #dcdcdc;
  padding: 8px 10px 5px 10px;
  border-radius: 5px;
  margin: 5px;
  color: #fff;
}
.nav_pager a:hover {
  background: #b6404b;
  color: #fff;
}
.nav_pager span {
  padding: 8px 10px 5px 10px;
  border-radius: 5px;
  margin: 5px;
  font-weight: bold;
}
.nav_pager span.current {
  background: #b6404b;
  color: #fff;
}

/*----------------------------------------
	フォーム
----------------------------------------*/
input#zip {
  width: 100px !important;
  margin-bottom: 10px;
}

input#zip1 {
  width: 100px !important;
  margin-bottom: 10px;
}

input#pref {
  width: 100px !important;
}

input#addr {
  width: calc(100% - 105px) !important;
}

#autozip {
  background: #271e1a !important;
}

#movable_zipaddr a:last-child {
  display: none;
}

.shortbox input {
  width: 100px;
}

.notice p {
  border: 4px solid #b6404b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #b6404b;
  margin: 40px auto;
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .notice p {
    padding: 20px;
    width: 96%;
  }
}

.header {
  position: fixed;
  width: 100%;
  z-index: 100;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.header__logo {
  background: #b6404b;
  margin-right: auto;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.home .header__logo {
  position: absolute;
  top: -200px;
}
.header__logo:hover {
  background: rgba(182, 64, 75, 0.8);
}
.header .container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.header .container ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .header .container ul {
    margin-top: 60px;
  }
}
.home .header .container ul {
  width: 100%;
}
.header .container ul li {
  font-size: 14px;
  list-style: none;
  margin: 0 7px;
}
@media only screen and (max-width: 1260px) {
  .header .container ul li {
    font-size: 13px;
    margin: 0 6px;
  }
}
@media only screen and (max-width: 767px) {
  .header .container ul li {
    margin: 0 5px 10px 5px;
    width: 46%;
  }
}
.header .container ul li a {
  border-bottom: 1px solid transparent;
  color: #fff;
  display: block;
  padding: 5px;
}
@media only screen and (max-width: 767px) {
  .header .container ul li a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 10px 5px 10px;
  }
  .header .container ul li a span {
    display: block;
    margin: 5px auto 0 auto;
  }
}
.header .container ul li a:hover {
  border-bottom: 1px solid #fff;
}
.header .container ul li a i {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header .container ul li a i {
    display: block;
    font-size: 25px;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .header .container ul li:nth-last-of-type(2) a {
    border: 1px solid #fff;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    padding: 5px 10px;
  }
  .header .container ul li:nth-last-of-type(2) a:hover {
    background: #fff;
    color: #271e1a;
  }
  .header .container ul li:nth-last-of-type(2) a i {
    display: inline-block;
  }
  .header .container ul li:last-of-type a {
    background: #b6404b;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    padding: 5px 10px;
  }
  .header .container ul li:last-of-type a:hover {
    background: #009de3;
    border-bottom: 1px solid transparent;
  }
  .header .container ul li:last-of-type a i {
    display: inline-block;
  }
}
.header.fixed {
  background: rgba(39, 30, 26, 0.5);
}
.home .header.fixed .header__logo {
  display: block;
}
.home .header.fixed .header__menu {
  width: initial;
}
.header.fixed .header__logo {
  position: absolute;
  top: 0;
}
.header.fixed .header__menu {
  margin-left: auto;
}
.header.fixed .container {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.header__splogo {
  background: #b6404b;
  display: inline-block;
  margin-right: auto;
  left: 0;
  padding: 10px 20px;
  position: fixed;
  top: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .header__splogo {
    display: none;
  }
}
.home .fixed .header__splogo {
  display: none;
}

@media only screen and (max-width: 767px) {
  .menu-btn {
    background: #271e1a;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
  }
  .menu-btn a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 25px;
    height: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 4px;
    padding: 0 5px;
    text-decoration: none;
  }
  .menu-btn a span {
    color: #fff;
    display: block;
    font-family: "Cabin", sans-serif;
    font-size: 10px;
    font-weight: 300;
    line-height: 1;
    margin-top: 5px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .btn-open {
    z-index: 999;
    display: inline;
  }
  .btn-open:after {
    content: "\f0c9";
    font-family: "Font Awesome 6 Pro";
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -webkit-transition-property: all 0.2s linear 0s;
    transition-property: all 0.2s linear 0s;
  }
  a.btn-close {
    z-index: 999;
    display: inline;
    color: #fff;
  }
  a.btn-close:after {
    content: "\f00d";
    font-family: "Font Awesome 6 Pro";
    color: #fff;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -webkit-transition-property: all 0.2s linear 0s;
    transition-property: all 0.2s linear 0s;
  }
  a.btn-close span {
    color: #fff;
  }
  a.btn-close:hover:after {
    color: #fff;
  }
  .over {
    background: #271e1a;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: none;
    height: 100%;
    overflow: auto;
    padding: 20px 10px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 100;
  }
}
.pagetop {
  position: fixed;
  right: 30px;
  z-index: 100;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .pagetop {
    right: 10px;
    zoom: 0.7;
  }
}
.pagetop:hover {
  bottom: 30px !important;
  opacity: 0.9;
}

.busy {
  background: #b6404b;
  bottom: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: block;
  padding: 10px;
  position: fixed;
  right: 25px;
  width: 100px;
  z-index: 100;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .busy {
    right: 10px;
    zoom: 0.7;
  }
}
.busy span {
  display: block;
  font-size: 10px;
  margin-top: 5px;
}
.busy:hover {
  color: #fff;
  opacity: 0.9;
}

.footer {
  background: #271e1a;
}
.footer .container {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  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;
  padding: 80px 0 40px 0;
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .footer .container {
    padding: 40px 2%;
    width: 100%;
  }
}
.footer__logo {
  margin: 0 40px;
}
@media only screen and (max-width: 767px) {
  .footer__info {
    border-top: 1px solid #f2f2f2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 30px 10%;
    width: 100%;
  }
}
.footer__info h3 {
  margin: 0 auto 10px auto;
  text-align: left;
}
.footer__info p {
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "メイリオ", sans-serif;
  font-size: 13px;
  margin: 0 auto 10px auto;
  text-align: left;
}
.footer__tel {
  background: url(../images/footer_tel.png) no-repeat left center;
  color: #fff;
  display: block;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 30px;
  margin: 0;
  text-align: left;
  padding-left: 40px;
  width: 250px;
}
.footer__tel:hover {
  color: #fff;
}
.footer__tel + span {
  color: #fff;
  display: block;
  font-size: 13px;
  text-align: left;
}
.footer__mail {
  background: #b6404b;
  color: #fff;
  display: block;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 17px;
  margin: 20px 0 0 0;
  padding: 10px 0;
  width: 250px;
}
.footer__mail:hover {
  background: #90333b;
  color: #fff;
}
.footer__links {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: auto;
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .footer__links {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% - 120px);
  }
}
.footer__links ul {
  font-size: 13px;
  text-align: left;
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .footer__links ul {
    margin: 0;
    width: 48%;
  }
}
.footer__links ul li {
  list-style: none;
  margin: 0 auto 10px auto;
}
.footer__links ul a {
  color: #fff;
}
.footer__links ul a:hover {
  text-decoration: underline;
}
.footer__links ul + ul {
  margin-left: 50px;
}
@media only screen and (max-width: 767px) {
  .footer__links ul + ul {
    margin-left: 20px;
  }
}
.footer__banners {
  border-top: 1px solid #f2f2f2;
  margin: 60px auto 0 auto;
  padding: 30px 0 0 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .footer__banners {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.footer__banners h4 {
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "メイリオ", sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto 20px auto;
}
.footer__banners ol {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}
.footer__banners ol li {
  list-style: none;
  margin: 5px;
  width: 24%;
}
@media all and (-ms-high-contrast: none) {
  .footer__banners ol li {
    width: 260px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__banners ol li {
    width: 46%;
  }
}
.footer__banners ol li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (-ms-high-contrast: none) {
  .footer__banners ol li a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .footer__banners ol li a {
    padding: 5px;
  }
}
.footer__banners ol li a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.footer__banners ol li a:hover img {
  opacity: 1;
}

.copyright {
  background: #080606;
  color: #fff;
  padding: 15px 0;
}
@media only screen and (max-width: 767px) {
  .copyright {
    padding: 15px 2%;
    text-align: left;
  }
}
.copyright .container {
  font-family: "Cabin", sans-serif;
  font-size: 12px;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: inline !important;
  }
}