/**
* 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: #000;
  background: #FFF;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  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;
}

* {
  letter-spacing: 0.05em;
}

header {
  width: 230px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
}
header .wrapper {
  padding-top: 20px;
}
header .wrapper .logo {
  width: 195px;
  display: block;
  margin: 0 auto;
}
header .wrapper .logo img {
  width: 100%;
  display: block;
}
header .wrapper .btn_reserve {
  width: 229px;
  display: block;
  margin-top: 40px;
  margin-left: -20px;
}
header .wrapper .gnav {
  padding: 25px 0 0 30px;
}
header .wrapper .gnav ul li + li {
  margin-top: 20px;
}
header .wrapper .gnav ul li a {
  display: block;
  text-decoration: none;
  color: #576580;
  font-size: 13px;
}
header .ham {
  display: none;
}
header .spmenu {
  display: none;
}

main {
  width: calc(100% - 230px);
  margin-left: 230px;
  position: relative;
  z-index: 10;
}
main section {
  position: relative;
}
main section .idpoint {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
}
main section.ttl_section {
  background-image: url(../images/bg_ttl.jpg);
  background-size: cover;
  background-position: center center;
}
main section.ttl_section .wrapper {
  height: 273px;
  position: relative;
}
main section.ttl_section .wrapper h2 {
  text-align: center;
  color: #576580;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  padding-top: 118px;
}
main section.ttl_section .wrapper .bc {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 15px 40px;
  text-align: right;
  font-size: 0;
  letter-spacing: 0;
}
main section.ttl_section .wrapper .bc li {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  height: 14px;
  line-height: 1;
  border-right: 1px solid #000;
}
main section.ttl_section .wrapper .bc li:last-child {
  border: none;
  padding-right: 0;
}
main section.ttl_section .wrapper .bc li a,
main section.ttl_section .wrapper .bc li span {
  line-height: 1;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  display: block;
}
footer {
  width: calc(100% - 230px);
  margin-left: 230px;
  background-color: #ffe6ea;
}
footer .wrapper {
  max-width: 1260px;
  margin: 0 auto;
  padding: 60px 50px;
  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;
}
footer .wrapper .left {
  width: 415px;
}
footer .wrapper .left .t01 {
  font-size: 20px;
  letter-spacing: 0;
}
footer .wrapper .left .t02 {
  font-size: 14px;
  line-height: 2;
  margin-top: 15px;
}
footer .wrapper .left .t02 a {
  text-decoration: none;
  color: #000;
}
footer .wrapper .left ul {
  font-size: 0;
  letter-spacing: 0;
  margin-top: 30px;
}
footer .wrapper .left ul li {
  width: 47px;
  display: inline-block;
  vertical-align: top;
  margin-right: 35px;
}
footer .wrapper .left ul li a {
  width: 100%;
  display: block;
}
footer .wrapper .left ul li a img {
  width: 100%;
  display: block;
}
footer .wrapper .right {
  width: calc(100% - 415px);
}
footer .wrapper .right .pagemenu {
  font-size: 0;
  letter-spacing: 0;
  text-align: right;
}
footer .wrapper .right .pagemenu li {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  height: 14px;
  line-height: 1;
  border-right: 1px solid #000;
}
footer .wrapper .right .pagemenu li:last-child {
  border: none;
  padding-right: 0;
}
footer .wrapper .right .pagemenu li a {
  line-height: 1;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  display: block;
}
footer .wrapper .right .bnrlist {
  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;
  gap: 0 15px;
  margin-top: 43px;
}
footer .wrapper .right .bnrlist li {
  width: calc((100% - 30px) / 3);
  max-width: 250.5px;
  display: block;
}
footer .wrapper .right .bnrlist li a {
  width: 100%;
  display: block;
}
footer .wrapper .right .bnrlist li a img {
  width: 100%;
  display: block;
}
footer .pagetop {
  width: 60px;
  display: block;
  position: fixed;
  right: 40px;
  bottom: 80px;
  z-index: 10000;
}
footer .pagetop img {
  width: 100%;
  display: block;
}
footer .copy {
  background-color: #e6e6e6;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  padding: 73px 0;
}

/* ------------------------------
 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 {
    width: 100%;
    min-width: 375px;
    height: 54px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000000;
    background-color: #fff;
  }
  header .wrapper {
    padding: 15px 15px;
    display: block;
  }
  header .wrapper .logo {
    width: 280px;
    display: block;
    margin: 0;
  }
  header .wrapper .logo img {
    width: 100%;
    display: block;
  }
  header .wrapper .btn_reserve {
    display: none;
  }
  header .wrapper .gnav {
    display: none;
  }
  header .ham {
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -13px;
  }
  header .spmenu {
    height: 100vh;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 20px;
    top: 54px;
    right: 0;
    left: 0;
    z-index: 10000;
  }
  header .spmenu .spwrapper ul li {
    margin: 0;
  }
  header .spmenu .spwrapper ul li + li {
    border-top: 1px solid #576580;
  }
  header .spmenu .spwrapper ul li a {
    display: block;
    text-decoration: none;
    color: #576580;
    font-size: 14px;
    padding: 10px 0;
  }
  header .spmenu .close {
    width: 120px;
    height: 30px;
    margin: 20px auto 0;
    color: #000;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
  }
  main {
    width: 100%;
    margin: 50px auto 0;
  }
  main section {
    position: relative;
  }
  main section .idpoint {
    content: "";
    display: block;
    position: absolute;
    top: -53px;
    left: 0;
  }
  main section.ttl_section {
    background-image: url(../images/bg_ttl.jpg);
    background-size: cover;
    background-position: center center;
  }
  main section.ttl_section .wrapper {
    height: auto;
    position: relative;
  }
  main section.ttl_section .wrapper h2 {
    text-align: center;
    color: #576580;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
    padding: 40px 0;
  }
  main section.ttl_section .wrapper .bc {
    display: none;
  }
  footer {
    width: 100%;
    background-color: #ffe6ea;
    margin: 0;
    padding-bottom: 50px;
  }
  footer .wrapper {
    max-width: 1260px;
    margin: 0 auto;
    display: block;
    padding: 30px 20px;
  }
  footer .wrapper .left {
    width: 100%;
  }
  footer .wrapper .left .t01 {
    font-size: 18px;
    letter-spacing: 0;
    text-align: center;
  }
  footer .wrapper .left .t02 {
    text-align: center;
    font-size: 12px;
    line-height: 2;
    margin-top: 12px;
  }
  footer .wrapper .left .t02 a {
    text-decoration: none;
    color: #000;
  }
  footer .wrapper .left ul {
    font-size: 0;
    letter-spacing: 0;
    margin-top: 20px;
    text-align: center;
  }
  footer .wrapper .left ul li {
    width: 32px;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
  }
  footer .wrapper .left ul li a {
    width: 100%;
    display: block;
  }
  footer .wrapper .left ul li a img {
    width: 100%;
    display: block;
  }
  footer .wrapper .right {
    width: 100%;
    margin-top: 20px;
  }
  footer .wrapper .right .pagemenu {
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
  }
  footer .wrapper .right .pagemenu li {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px !important;
    height: 13px;
    line-height: 1;
    border-right: 1px solid #000;
  }
  footer .wrapper .right .pagemenu li:last-child {
    border: none;
  }
  footer .wrapper .right .pagemenu li a {
    line-height: 1;
    font-size: 13px;
    color: #000;
    text-decoration: none;
    display: block;
  }
  footer .wrapper .right .bnrlist {
    width: 100%;
    max-width: 400px;
    margin: 30px auto 0;
    gap: 0 10px;
  }
  footer .wrapper .right .bnrlist li {
    width: calc((100% - 20px) / 3);
    max-width: 250.5px;
    display: block;
  }
  footer .wrapper .right .bnrlist li a {
    width: 100%;
    display: block;
  }
  footer .wrapper .right .bnrlist li a img {
    width: 100%;
    display: block;
  }
  footer .pagetop {
    width: 40px;
    display: block;
    position: fixed;
    right: 20px;
    bottom: 85px;
    z-index: 10000;
  }
  footer .pagetop img {
    width: 100%;
    display: block;
  }
  footer .fixed_btn {
    background-color: #fc6a7d;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    min-width: 375px;
    z-index: 100;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    text-align: center;
    padding: 17px 0;
    text-decoration: none;
    background-image: url(../images/icon_link01.svg);
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: center right 20px;
  }
  footer .copy {
    background-color: #e6e6e6;
    text-align: center;
    font-size: 9px;
    line-height: 1;
    padding: 20px 0;
  }
}