@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

body main {
  overflow: hidden;
}

p {
  line-height: 1.6;
  font-size: 18px;
  font-family: "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin: 0;
}

@media screen and (max-width: 640px) {
  p {
    font-size: 14px;
  }
}

h3 {
  font-family: "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

article {
  max-width: 100% !important;
  margin: 0 !important;
}

img {
  max-width: 100%;
  height: auto;
}

.btn {
  margin-top: 1em;
}

.btn a {
  color: #362F3C;
  background: #83CCD2;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  padding: .8em 3em;
  line-height: 1.3;
  transition: .2s;
}

@media screen and (max-width: 640px) {
  .btn a {
    font-size: 14px;
  }
}

.btn a:hover {
  background: #362F3C;
  color: #83CCD2;
}

.main {
  background-color: #83CCD2;
}

.main__inner {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  background-image: url(images/main_bg_img.png);
  background-repeat: no-repeat;
  background-position: right top;
  padding: 155px 0 60px;
}

@media screen and (max-width: 1130px) {
  .main__inner {
    margin-right: 15px;
    margin-left: 15px;
  }
}

.main .main-btn {
  display: flex;
  align-content: stretch;
  margin-left: 50px;
  margin-top: 30px;
}

.main .main-btn__item {
  width: 130px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 25px;
  transition: .2s;
}

.main .main-btn__item:hover {
  opacity: .8;
}

.main .main-btn__item a {
  display: block;
  padding: 25px 15px 20px;
  text-decoration: none;
  color: #362F3C;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  font-weight: bold;
}

.main .main-btn__item a .sp {
  display: none;
}

@media screen and (max-width: 1100px) {
  .main__inner {
    padding: 70px 0 60px;
    background-size: 55%;
  }
  .main .main-tit {
    width: 45%;
  }
  .main .main-btn {
    width: 45%;
    margin-left: 2%;
  }
  .main .main-btn__item {
    border-radius: 50%;
    margin-right: 15px;
  }
  .main .main-btn__item:last-child {
    margin-right: 0;
  }
  .main .main-btn__item a {
    display: block;
  }
  .main .main-btn__item a img {
    margin: auto;
    width: auto;
  }
}

@media screen and (max-width: 640px) {
  .main__inner {
    padding: 20px 0 10%;
    background-size: 55%;
  }
  .main .main-tit {
    width: 45%;
    margin: 0;
  }
  .main .main-btn {
    flex-direction: column;
    margin-top: 10px;
  }
  .main .main-btn__item {
    width: 100%;
    border-radius: .5em;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .main .main-btn__item:last-child {
    margin-bottom: 0;
  }
  .main .main-btn__item a {
    padding: 5px;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.2;
  }
  .main .main-btn__item a img {
    display: none;
  }
  .main .main-btn__item a .sp {
    display: block;
    text-align: center;
  }
  .main .main-btn__item a .sp:after {
    content: "\f0d7";
    font-family: 'FontAwesome';
    display: block;
  }
}

@media screen and (max-width: 500px) {
  .main__inner {
    background-size: 40%;
    padding-bottom: 20px;
  }
  .main .main-tit {
    width: 60%;
  }
  .main .main-btn {
    padding-top: 5%;
    width: 100%;
  }
}

.read {
  background: #FDF7EB;
  padding: 10px 0 30px;
}

.read__inner {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1010px) {
  .read__inner {
    margin-right: 15px;
    margin-left: 15px;
  }
}

.read .page-nav ul {
  display: flex;
  justify-content: space-between;
  float: none;
}

.read .page-nav ul li {
  border-right: 1px dotted #D4CACD;
  text-align: center;
  width: 100%;
  margin: 0 0 10px;
}

.read .page-nav ul li:first-child {
  border-left: 1px dotted #D4CACD;
}

.read .page-nav ul li a {
  color: #362F3C;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
  text-decoration: none;
  font-weight: bold;
  display: block;
  padding: 1em 0;
}

.read .page-nav ul li a:hover {
  opacity: .8;
}

@media screen and (max-width: 980px) {
  .read {
    font-size: 12px;
  }
}

@media screen and (max-width: 640px) {
  .read {
    font-size: 14px;
  }
  .read .page-nav ul {
    flex-wrap: wrap;
  }
  .read .page-nav ul li {
    width: 33%;
  }
  .read .page-nav ul li:nth-child(4) {
    border-left: 1px dotted #D4CACD;
  }
}

@media screen and (max-width: 500px) {
  .read {
    font-size: 12px;
  }
  .read .page-nav ul li {
    width: 49%;
  }
  .read .page-nav ul li:nth-child(odd) {
    border-left: 1px dotted #D4CACD;
  }
  .read .page-nav ul li:nth-child(4) {
    border-left: none;
  }
  .read .page-nav ul li a {
    padding: .5em 0;
  }
}

.lineup {
  margin-top: 30px;
  text-align: center;
  background: #fff;
  padding-bottom: 2em;
}

.lineup .lineup-tit {
  margin-top: -20px;
  display: inline-block;
  margin-bottom: 20px;
}

.lineup .lineup-tit:before, .lineup .lineup-tit:after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 30px;
  background-repeat: no-repeat;
}

.lineup .lineup-tit:before {
  background-image: url(images/lineup_deco_l.png);
  margin-right: 21px;
}

.lineup .lineup-tit:after {
  background-image: url(images/lineup_deco_r.png);
  margin-left: 21px;
}

.lineup .lineup-tit span {
  display: inline-block;
}

.lineup__inner {
  margin-left: 15px;
  margin-right: 15px;
}

@media screen and (max-width: 800px) {
  .lineup .lineup-tit {
    margin-left: 15px;
    margin-right: 15px;
  }
  .lineup .lineup-tit:before, .lineup .lineup-tit:after {
    display: none;
  }
  .lineup .lineup-tit span {
    display: block;
  }
}

.nayami {
  margin-top: 36px;
  background: url(images/nayami_img.png) no-repeat 95% 100%, #DBAFCA;
  background-size: 37.55102%;
}

.nayami a {
  transition: .2s;
}

.nayami a:hover {
  opacity: .6;
}

.nayami p {
  padding: 2em 1.5em 2em;
  width: 52.2449%;
}

@media screen and (max-width: 640px) {
  .nayami {
    margin-top: 15px;
    background-position: 50% 100%;
    background-size: 80%;
  }
  .nayami p {
    width: auto;
    padding: 1.5em 1.5em 35%;
  }
}

.section .section-tit {
  margin: 0;
  background: #362F3C;
  text-align: center;
  color: #fff;
  font-family: "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 28px;
  padding: .25em;
  margin-bottom: 2em;
}

.section__inner {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1010px) {
  .section__inner {
    margin-right: 15px;
    margin-left: 15px;
  }
}

.section .nayami-tit {
  text-align: center;
}

.section .item {
  display: flex;
  flex-wrap: wrap;
  margin: 0em auto 3em;
}

.section .item__item {
  width: 47.95918%;
}

.section .item__item:nth-child(2n) {
  margin-left: 4.08163%;
}

.section .item__item .item-nayami {
  text-align: center;
}

.section .item__item .price {
  text-align: center;
  margin: 1em;
}

.section .item__item .thumb {
  position: relative;
}

.section .item__item .thumb-tag {
  position: absolute;
  lefft: 0%;
  top: 0%;
}

.section .item__cont {
  background: #FDF7EB;
}

.section .txt-area {
  padding: 20px;
}

.section .item-info {
  margin: 0 20px 20px;
}

.section .item-info .item-info-tit {
  margin: 0;
}

.section .item-info .item-info-txt {
  font-size: 16px;
  margin: 1em auto 0;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
}

.section .item-info .item-info-txt span {
  font-size: 14px;
  display: block;
}

.section .item-info .item-info-txt p {
  width: 50%;
}

.section .item-info .item-info-txt .thumb {
  width: 50%;
  display: flex;
  align-items: flex-end;
  text-align: right;
  justify-content: flex-end;
}

.section .item-info .item-info-txt .thumb.thumb--sec01_cont01 {
  margin-top: -50px;
}

.section .txt-box {
  border-top: 2px solid #D4CACD;
  padding-top: 20px;
}

.section .txt-box--item {
  display: flex;
  justify-content: space-around;
}

.section .txt-box--item .item-txt {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  margin-top: 1em;
}

.section .txt-box--item .item-txt--price {
  display: block;
  font-weight: normal;
  font-size: 18px;
  margin-top: .5em;
}

.section .txt-box .item-type {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: -4em;
}

.section .txt-box .item-type__item {
  border: 2px solid #362F3C;
  background: #362F3C;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  width: 75px;
  height: 75px;
  text-align: center;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-family: "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin-right: 7px;
}

.section .txt-box .item-type__item:last-child {
  margin-right: 0;
}

.section .txt-box .item-type__item:first-child {
  background: #fff;
  color: #362F3C;
}

.section .txt-box .btn {
  text-align: center;
}

@media screen and (max-width: 980px) {
  .section .section-tit {
    font-size: 24px;
  }
  .section .item__item .item-nayami {
    width: 80%;
    margin: 0 auto;
  }
  .section .item__item .thumb {
    position: relative;
  }
  .section .item__item .thumb-tag {
    position: absolute;
    lefft: 0%;
    top: 0%;
  }
  .section .item-info .item-info-txt .thumb.thumb--sec01_cont01 {
    margin-top: -30px;
  }
  .section .txt-box .item-type {
    margin-top: -20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .section .txt-box .item-type__item {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 640px) {
  .section .nayami-tit {
    width: 90%;
    margin: 0 auto;
  }
  .section .section-tit {
    font-size: 20px;
  }
  .section .nayami-tit {
    text-align: center;
  }
  .section .item {
    flex-direction: column;
  }
  .section .item__item {
    width: auto;
  }
  .section .item__item:nth-child(2n) {
    margin-left: 0;
  }
  .section .item__item .price {
    width: 80%;
    margin: 1.5em auto 1em;
  }
  .section .item__item .thumb {
    text-align: center;
  }
  .section .item__item .thumb-tag {
    width: 23%;
  }
  .section .item__item .item-nayami {
    margin-top: 2em;
    width: 70%;
  }
  .section .item__cont {
    border: 4px solid #FDF7EB;
  }
  .section .item-info {
    margin: 0 0 20px;
  }
  .section .item-info .item-info-tit {
    margin: 0;
  }
  .section .item-info .item-info-txt span {
    font-size: 12px;
  }
  .section .item-info .item-info-txt .thumb.thumb--sec01_cont01 {
    margin-top: -10px;
  }
  .section .txt-box--item {
    flex-direction: column;
  }
  .section .txt-box--item .item-txt {
    font-size: 18px;
    margin-top: 0;
  }
  .section .txt-box--item .item-txt br {
    display: none;
  }
  .section .txt-box--item .item-txt--price {
    font-size: 14px;
  }
  .section .txt-box--item .item-item {
    text-align: center;
    margin: 10px auto;
  }
  .section .txt-box--item .item-item img {
    width: auto;
  }
  .section .txt-box .item-type {
    margin-top: 0em;
  }
}

@media screen and (max-width: 480px) {
  .section .item-info {
    margin-bottom: 20px;
  }
  .section .item-info .item-info-tit {
    margin: 0;
  }
  .section .item-info .item-info-txt {
    flex-direction: column;
  }
  .section .item-info .item-info-txt p {
    width: auto;
  }
  .section .item-info .item-info-txt .thumb {
    margin: .5em auto 0;
  }
  .section .item-info .item-info-txt .thumb.thumb--sec01_cont01 {
    margin-top: 0px;
  }
}
