/**
* YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
* http://cssreset.com
* Copyright 2012 Yahoo! Inc. All rights reserved.
* http://yuilibrary.com/license/
*/
/*
TODO will need to remove settings on HTML since we can't namespace it.
TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #464646;
  background: #FFF;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 100%;
}

/*
TODO remove settings on BODY since we can't namespace it.
*/
/*
TODO test putting a class on HEAD.
- Fails on FF.
*/
main,
article,
section {
  display: block;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

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

.cf:after {
  clear: both;
  content: "";
  display: block;
}

/*
TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

/* ------------------------------
 common - width: all
------------------------------ */
html,
body {
  min-width: 1280px;
}

.ajtxt {
  text-align: justify;
  text-justify: inter-ideograph;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.en {
  font-family: essonnes-display, serif;
  font-weight: 400;
  font-style: normal;
}

.gothic {
  font-family: "kozuka-gothic-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
}

* {
  letter-spacing: 0.05em;
}

header {
  min-width: 1280px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 30px;
  background-color: #fff;
  z-index: 1000000;
}
header .wrapper {
  height: 100px;
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
}
header .wrapper .logo {
  width: 293px;
  display: block;
  text-decoration: none;
  margin-top: -5px;
}
header .wrapper .logo h1 img {
  width: 100%;
  display: block;
}
header .wrapper .gnav {
  width: calc(100% - 528px);
  padding-right: 30px;
}
header .wrapper .gnav ul {
  text-align: right;
  font-size: 0;
  letter-spacing: 0;
}
header .wrapper .gnav ul li {
  display: inline-block;
  vertical-align: top;
}
header .wrapper .gnav ul li + li {
  margin-left: 30px;
}
header .wrapper .gnav ul li a {
  display: block;
  text-decoration: none;
  color: #464646;
  font-size: 18px;
  font-weight: bold;
}
header .wrapper .btn_reserve {
  width: 235px;
  padding: 15px 0;
  border-radius: 50px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, from(#FFEB98), to(#FFA87B));
  background: linear-gradient(to right, #FFEB98, #FFA87B);
}
header .ham {
  display: none;
}
header .spmenu {
  display: none;
}

main {
  margin-top: 100px;
}
main section {
  position: relative;
}
main section .idpoint {
  content: "";
  display: block;
  width: 1px;
  height: 1px;
  position: absolute;
  top: -99px;
  left: 0;
}
main section .wrapper .ttlbox01 .en01 {
  font-size: 45px;
  line-height: 100%;
}
main section .wrapper .ttlbox01 .ttl {
  font-size: 30px;
  line-height: 100%;
  margin-top: 10px;
}
main section .wrapper .campaignbox {
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 150px;
}
main section .wrapper .campaignbox .box01 {
  width: 100%;
  background-image: url(../images/bg_campaign.jpg);
  background-size: cover;
  background-position: center center;
  border-radius: 40px;
  padding: 80px 0;
}
main section .wrapper .campaignbox .box01 .txtbox {
  width: 700px;
  text-align: center;
  color: #fff;
}
main section .wrapper .campaignbox .box01 .txtbox .t01 {
  font-size: 25px;
  line-height: 1;
}
main section .wrapper .campaignbox .box01 .txtbox .t02 {
  font-size: 15px;
  line-height: 1;
  margin-top: 10px;
}
main section .wrapper .campaignbox .box01 .txtbox .t03 {
  margin-top: 10px;
  font-size: 25px;
}
main section .wrapper .campaignbox .box01 .txtbox .price {
  width: 343px;
  display: block;
  margin: 10px auto 0;
}
main section .wrapper .campaignbox .box01 .txtbox .btn_reserve {
  width: 346px;
  padding: 35px 0;
  margin: 20px auto 0;
  border-radius: 50px;
  letter-spacing: 4px;
  font-size: 25px;
  color: #fff;
  line-height: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, from(#FFEB98), to(#FFA87B));
  background: linear-gradient(to right, #FFEB98, #FFA87B);
}
main section .wrapper .campaignbox .box01 .txtbox ul {
  text-align: center;
  margin-top: 5px;
}
main section .wrapper .campaignbox .box01 .txtbox ul li {
  display: inline-block;
  vertical-align: top;
}
main section .wrapper .campaignbox .box01 .txtbox ul li + li {
  margin-left: 30px;
}
main section .wrapper .campaignbox .box01 .txtbox ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 15px;
}
main section .wrapper .campaignbox .box01 .photo {
  width: 482px;
  position: absolute;
  right: 40px;
  bottom: 0;
}
main section .wrapper .campaignbox .box01 .photo img {
  width: 100%;
}
main section .wrapper .newsbox {
  width: 1220px;
  margin: 150px auto 0;
}
main section .wrapper .newsbox dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
}
main section .wrapper .newsbox dl dt {
  font-size: 45px;
  width: 130px;
}
main section .wrapper .newsbox dl dd {
  width: calc(100% - 130px);
  font-size: 25px;
  padding-top: 18px;
}
main section .wrapper .newsbox .newslist li {
  border-bottom: 1px solid #717171;
}
main section .wrapper .newsbox .newslist li a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-decoration: none;
  color: #464646;
  padding: 50px 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section .wrapper .newsbox .newslist li a .date {
  font-size: 20px;
  width: 180px;
  line-height: 1;
  padding-top: 2px;
}
main section .wrapper .newsbox .newslist li a .cat {
  width: 150px;
}
main section .wrapper .newsbox .newslist li a .cat span {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  line-height: 1;
  font-size: 20px;
  background-color: #FFDDA7;
  padding: 7px 15px;
  border-radius: 5px;
}
main section .wrapper .newsbox .newslist li a .txt {
  width: calc(100% - 330px);
  font-size: 20px;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

footer {
  background-color: #603B3D;
}
footer .wrapper {
  width: 1220px;
  margin: 0 auto;
  padding: 70px 0;
  position: relative;
}
footer .wrapper .box01 {
  position: relative;
}
footer .wrapper .box01 .logo {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 40px;
  text-decoration: none;
  position: relative;
  z-index: 10;
}
footer .wrapper .box01 .t01 {
  color: #fff;
  font-size: 15px;
  position: relative;
  z-index: 10;
}
footer .wrapper .box01 .t02 {
  color: #fff;
  font-size: 25px;
  margin-top: -5px;
  position: relative;
  z-index: 10;
}
footer .wrapper .box01 .t02 span {
  padding-left: 2px;
  font-size: 37px;
}
footer .wrapper .box01 .icon {
  position: absolute;
  top: -25px;
  left: 310px;
  width: 150px;
  opacity: 0.3;
}
footer .wrapper .snslist {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 50px;
}
footer .wrapper .snslist li {
  width: 61px;
}
footer .wrapper .snslist li + li {
  margin-left: 40px;
}
footer .wrapper .snslist li.li02 {
  width: 70px;
}
footer .wrapper .snslist li a {
  width: 100%;
  display: block;
}
footer .wrapper .snslist li a img {
  width: 100%;
  display: block;
}
footer .wrapper .box02 {
  width: 700px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
footer .wrapper .box02 ul li + li {
  margin-top: 15px;
}
footer .wrapper .box02 ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 20px;
}
footer .wrapper .contactlist {
  width: 430px;
  position: absolute;
  right: 0;
  bottom: 70px;
}
footer .wrapper .contactlist li {
  width: 100%;
}
footer .wrapper .contactlist li + li {
  margin-top: 35px;
}
footer .wrapper .contactlist li a {
  width: 100%;
  display: block;
  text-decoration: none;
  background-color: #7C5C5D;
  padding: 15px 0 15px 20px;
  padding: 15px 0 15px 20px;
}
footer .wrapper .contactlist li a .t03 {
  color: #fff;
  font-size: 25px;
}
footer .wrapper .contactlist li a .t04 {
  color: #fff;
  font-size: 33px;
  line-height: 100%;
  margin-top: 5px;
}
footer .wrapper .contactlist li a .t04 span {
  font-size: 14px;
}
footer .copy {
  text-align: center;
  font-size: 15px;
  color: #fff;
  padding: 25px 0;
  background-color: #503132;
}
footer .fixed_menu_pc {
  width: 257px;
  position: fixed;
  right: -2px;
  top: 500px;
  z-index: 100000;
}
footer .fixed_menu_pc li {
  width: 100%;
  display: block;
}
footer .fixed_menu_pc li + li {
  margin-top: 10px;
}
footer .fixed_menu_pc li a {
  width: 100%;
  display: block;
  text-decoration: none;
  border-radius: 5px 0 0 5px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
footer .fixed_menu_pc li a img {
  width: 100%;
  display: block;
  border-radius: 5px 0 0 5px;
}

/* ------------------------------
 common - width: < 1400px
------------------------------ */
@media screen and (max-width: 1400px) {
  header {
    min-width: 1280px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 30px;
    background-color: #fff;
    z-index: 1000000;
  }
  header .wrapper {
    height: 100px;
    margin: 0 auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
  }
  header .wrapper .logo {
    width: 293px;
    display: block;
    text-decoration: none;
    margin-top: -5px;
  }
  header .wrapper .logo h1 img {
    width: 100%;
    display: block;
  }
  header .wrapper .gnav {
    width: calc(100% - 528px);
    padding-right: 20px;
  }
  header .wrapper .gnav ul {
    text-align: right;
    font-size: 0;
    letter-spacing: 0;
  }
  header .wrapper .gnav ul li {
    display: inline-block;
    vertical-align: top;
  }
  header .wrapper .gnav ul li + li {
    margin-left: 20px;
  }
  header .wrapper .gnav ul li a {
    display: block;
    text-decoration: none;
    color: #464646;
    font-size: 16px;
    font-weight: bold;
  }
  header .wrapper .btn_reserve {
    width: 235px;
    padding: 15px 0;
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, right top, from(#FFEB98), to(#FFA87B));
    background: linear-gradient(to right, #FFEB98, #FFA87B);
  }
  header .ham {
    display: none;
  }
  header .spmenu {
    display: none;
  }
}
/* ------------------------------
 common - width: < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  html,
  body {
    min-width: 375px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  * {
    letter-spacing: 1px;
  }
  header {
    min-width: 375px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 15px;
    z-index: 1000000;
  }
  header .wrapper {
    height: 56px;
    margin: 0 auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
  }
  header .wrapper .logo {
    width: 180px;
    display: block;
    text-decoration: none;
    margin-top: -5px;
  }
  header .wrapper .logo h1 img {
    width: 100%;
    display: block;
  }
  header .wrapper .gnav {
    width: calc(100% - 528px);
    padding-right: 20px;
  }
  header .wrapper .gnav ul {
    text-align: right;
    font-size: 0;
    letter-spacing: 0;
  }
  header .wrapper .gnav ul li {
    display: inline-block;
    vertical-align: top;
  }
  header .wrapper .gnav ul li + li {
    margin-left: 20px;
  }
  header .wrapper .gnav ul li a {
    display: block;
    text-decoration: none;
    color: #464646;
    font-size: 16px;
    font-weight: bold;
  }
  header .ham {
    width: 38px;
    display: block;
    position: absolute;
    top: 15.5px;
    right: 15px;
  }
  header .spmenu {
    position: absolute;
    background-color: #603B3D;
    padding: 20px;
    top: 56px;
    right: 0;
    left: 0;
    z-index: 10000;
  }
  header .spmenu .spwrapper a {
    display: block;
    padding: 8px 5px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  header .spmenu .close {
    width: 120px;
    height: 30px;
    margin: 20px auto 0;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
  }
  main {
    margin-top: 56px;
  }
  main section .idpoint {
    top: -55px;
  }
  main section .wrapper .ttlbox01 .en01 {
    font-size: 25px;
    line-height: 100%;
  }
  main section .wrapper .ttlbox01 .ttl {
    font-size: 15px;
    line-height: 100%;
    margin-top: 10px;
  }
  main section .wrapper .campaignbox {
    max-width: 1220px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 50px;
  }
  main section .wrapper .campaignbox .box01 {
    width: 100%;
    height: 469px;
    background-image: url(../images/bg_campaign.jpg);
    background-size: cover;
    background-position: center center;
    border-radius: 40px;
    padding: 45px 0 0;
  }
  main section .wrapper .campaignbox .box01 .txtbox {
    width: 100%;
    text-align: center;
    color: #fff;
  }
  main section .wrapper .campaignbox .box01 .txtbox .t01 {
    font-size: 25px;
    line-height: 1;
    display: none;
  }
  main section .wrapper .campaignbox .box01 .txtbox .t02 {
    font-size: 13px;
    line-height: 1;
    margin-top: 10px;
  }
  main section .wrapper .campaignbox .box01 .txtbox .t03 {
    margin-top: 5px;
    font-size: 20px;
  }
  main section .wrapper .campaignbox .box01 .txtbox .price {
    width: 280px;
    display: block;
    margin: 2px auto 0;
  }
  main section .wrapper .campaignbox .box01 .txtbox .btn_reserve {
    width: 220px;
    padding: 13px 0;
    margin: 10px auto 0;
    border-radius: 50px;
    letter-spacing: 2px;
    font-size: 15px;
    color: #fff;
    line-height: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, right top, from(#FFEB98), to(#FFA87B));
    background: linear-gradient(to right, #FFEB98, #FFA87B);
  }
  main section .wrapper .campaignbox .box01 .txtbox ul {
    text-align: center;
    margin-top: 5px;
  }
  main section .wrapper .campaignbox .box01 .txtbox ul li {
    display: inline-block;
    vertical-align: top;
  }
  main section .wrapper .campaignbox .box01 .txtbox ul li + li {
    margin-left: 20px;
  }
  main section .wrapper .campaignbox .box01 .txtbox ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 10px;
  }
  main section .wrapper .campaignbox .box01 .photo {
    width: 279px;
    position: absolute;
    right: -20px;
    bottom: 0;
  }
  main section .wrapper .campaignbox .box01 .photo img {
    width: 100%;
  }
  main section .wrapper .newsbox {
    width: 100%;
    margin: 35px auto 0;
  }
  main section .wrapper .newsbox dl {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
  }
  main section .wrapper .newsbox dl dt {
    font-size: 40px;
    width: 110px;
  }
  main section .wrapper .newsbox dl dd {
    width: calc(100% - 110px);
    font-size: 15px;
    padding-top: 16px;
  }
  main section .wrapper .newsbox .newslist {
    margin-top: 10px;
  }
  main section .wrapper .newsbox .newslist li {
    border-bottom: 1px solid #717171;
  }
  main section .wrapper .newsbox .newslist li a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-decoration: none;
    color: #464646;
    padding: 15px 0 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main section .wrapper .newsbox .newslist li a .date {
    font-size: 10px;
    width: 100%;
    line-height: 1;
    padding-top: 0;
    margin-bottom: 10px;
  }
  main section .wrapper .newsbox .newslist li a .cat {
    width: 70px;
  }
  main section .wrapper .newsbox .newslist li a .cat span {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    line-height: 1;
    font-size: 10px;
    background-color: #FFDDA7;
    padding: 4px 7px;
    border-radius: 5px;
  }
  main section .wrapper .newsbox .newslist li a .txt {
    width: calc(100% - 70px);
    font-size: 10px;
    margin-top: -12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  footer {
    background-color: #603B3D;
    padding-bottom: calc((100vw - 15px) * 0.16);
  }
  footer .wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 30px 15px 25px;
    position: relative;
  }
  footer .wrapper .box01 {
    position: relative;
    text-align: center;
  }
  footer .wrapper .box01 .logo {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    position: relative;
    z-index: 10;
  }
  footer .wrapper .box01 .t01 {
    color: #fff;
    font-size: 10px;
    position: relative;
    z-index: 10;
  }
  footer .wrapper .box01 .t02 {
    color: #fff;
    font-size: 15px;
    margin-top: -5px;
    position: relative;
    z-index: 10;
  }
  footer .wrapper .box01 .t02 span {
    font-size: 25px;
  }
  footer .wrapper .box01 .icon {
    position: static;
    opacity: 1;
    width: 110px;
    margin: 15px auto 0;
  }
  footer .wrapper .snslist {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 15px;
  }
  footer .wrapper .snslist li {
    width: 34px;
  }
  footer .wrapper .snslist li + li {
    margin-left: 15px;
  }
  footer .wrapper .snslist li.li02 {
    width: 38px;
  }
  footer .wrapper .snslist li a {
    width: 100%;
    display: block;
  }
  footer .wrapper .snslist li a img {
    width: 100%;
    display: block;
  }
  footer .wrapper .box02 {
    width: 100%;
    display: block;
    margin-top: 20px;
  }
  footer .wrapper .box02 ul {
    text-align: center;
  }
  footer .wrapper .box02 ul:first-child li {
    margin: 0 !important;
  }
  footer .wrapper .box02 ul:first-child li:first-child {
    display: none;
  }
  footer .wrapper .box02 ul:first-child li:last-child {
    margin-left: 15px !important;
  }
  footer .wrapper .box02 ul li {
    display: inline-block;
  }
  footer .wrapper .box02 ul li + li {
    margin: 0 0 0 15px;
  }
  footer .wrapper .box02 ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
  }
  footer .wrapper iframe {
    width: 90%;
    height: 220px;
    display: block;
    margin: 15px auto 0;
  }
  footer .wrapper .contactlist {
    width: 100%;
    position: static;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
  footer .wrapper .contactlist li {
    margin: 0 !important;
    width: calc(50% - 7.5px);
  }
  footer .wrapper .contactlist li + li {
    margin-top: 35px;
  }
  footer .wrapper .contactlist li a {
    width: 100%;
    display: block;
    text-decoration: none;
    background-color: #7C5C5D;
    padding: 5px 0;
    text-align: center;
  }
  footer .wrapper .contactlist li a .t03 {
    color: #fff;
    font-size: 9px;
  }
  footer .wrapper .contactlist li a .t04 {
    color: #fff;
    font-size: 15px;
    line-height: 100%;
    margin-top: 1px;
  }
  footer .wrapper .contactlist li a .t04 span {
    display: block;
    font-size: 8px;
  }
  footer .copy {
    text-align: center;
    font-size: 9px;
    color: #fff;
    padding: 15px 0;
    background-color: #503132;
  }
  footer .fixed_menu_pc {
    width: 257px;
    position: fixed;
    right: -2px;
    top: 500px;
    z-index: 100000;
  }
  footer .fixed_menu_pc li {
    width: 100%;
    display: block;
  }
  footer .fixed_menu_pc li + li {
    margin-top: 10px;
  }
  footer .fixed_menu_pc li a {
    width: 100%;
    display: block;
    text-decoration: none;
    border-radius: 5px 0 0 5px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  footer .fixed_menu_pc li a img {
    width: 100%;
    display: block;
    border-radius: 5px 0 0 5px;
  }
  footer .fixed_menu_sp {
    width: 100%;
    min-width: 375px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100000;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5px 5px;
    background-color: #603B3D;
  }
  footer .fixed_menu_sp li {
    width: calc(50% - 2.5px);
    display: block;
  }
  footer .fixed_menu_sp li a {
    width: 100%;
    display: block;
    text-decoration: none;
    border-radius: 5px 0 0 5px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  footer .fixed_menu_sp li a img {
    width: 100%;
    display: block;
    border-radius: 5px 0 0 5px;
  }
}