@charset "UTF-8";
body {
  font-family: arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  position: relative;
  background: #fff;
  height: 100%;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
}

@media screen and (max-width: 480px) {
  body {
    min-width: 0;
  }
}

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

header,
section,
navi,
footer {
  display: block;
}

a,
ins {
  text-decoration: none;
}

address,
em,
cite,
dfn,
var {
  font-style: normal;
}

input,
textarea {
  font-weight: normal;
  font-family: arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

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

a img {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
pre,
table,
caption,
th,
td,
address {
  line-height: 2;
  color: #4d4d4d;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
  letter-spacing: 0;
}

a {
  color: #4d4d4d;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover {
  opacity: 0.6;
}

li {
  list-style: none;
}

a[href^="tel:"] {
  cursor: default;
  opacity: 1 !important;
}

br.pcn {
  display: none;
}

@media screen and (max-width: 767px) {
  br.pcn {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  br.spn {
    display: none;
  }
}

.table {
  display: table;
}

.table .t-tr {
  display: table-row;
}

.table .t-tr .t-th,
.table .t-tr .t-td {
  display: table-cell;
}

@media screen and (max-width: 767px) {
  .onlyPC {
    display: none;
  }
}

.onlySP {
  display: none;
}

@media screen and (max-width: 767px) {
  .onlySP {
    display: initial;
  }
}

/* ------ navibtn -----------------------------------*/
.hnavi_btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  display: none;
}

@media screen and (max-width: 1200px) {
  .hnavi_btn {
    display: block;
  }
}

.menu-button {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 58px;
  height: 54px;
  display: block;
  position: absolute;
  background: #fff;
  right: 0;
  top: 0;
  z-index: 100000;
}

.menu-button i {
  display: block;
  width: 28px;
  height: 2px;
  border-radius: 3px;
  background: #5cb9b7;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  position: absolute;
  right: 15px;
  top: 27px;
}

.menu-button i:before, .menu-button i:after {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  border-radius: 3px;
  background: #5cb9b7;
  position: absolute;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}

.menu-button i:before {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.menu-button i:after {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.hnavi_btn.active .menu-button i {
  background: none;
}

.hnavi_btn.active .menu-button i:after {
  -webkit-transform: translateY(0px) rotate(-45deg);
          transform: translateY(0px) rotate(-45deg);
}

.hnavi_btn.active .menu-button i:before {
  -webkit-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotate(45deg);
}

.spnavi {
  position: fixed;
  top: 0;
  left: 0;
  border: 15px solid #fff;
  background: #f4f8f8 url("../img/common/spnavi_bg.svg") no-repeat right -18% center;
  background-size: auto 50%;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .spnavi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #f4f8f8 url("../img/common/spnavi_bg.svg") no-repeat right -125px center;
    background-size: 373px;
  }
}

@media screen and (max-width: 480px) {
  .spnavi {
    padding-top: 80px;
  }
}

.spnavi .splogo {
  position: absolute;
  left: -15px;
  top: 15px;
}

@media screen and (max-width: 767px) {
  .spnavi .splogo {
    width: 170px;
  }
}

.spnavi .spgnavi {
  padding-right: 60px;
  border-right: 2px solid #5cb9b7;
  margin-right: 60px;
}

@media screen and (max-width: 767px) {
  .spnavi .spgnavi {
    border: none;
    border-bottom: 1px solid #5cb9b7;
    padding-bottom: 30px;
    margin-bottom: 40px;
    margin-right: 0;
    padding-right: 0;
    width: 320px;
  }
}

.spnavi .spgnavi li {
  background: url("../img/monument/monument_hdot.svg") no-repeat left center;
  background-size: 5px;
  font-weight: bold;
  padding-left: 15px;
  margin-bottom: 13px;
}

@media screen and (max-width: 767px) {
  .spnavi .sphnavi {
    width: 320px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
  }
}

.spnavi .sphnavi li {
  margin-bottom: 13px;
  width: 160px;
}

.spnavi .sphnavi li a {
  color: #5cb9b7;
  font-weight: bold;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .spnavi .sphnavi li a {
    font-size: 14px;
  }
}

.spnavi .sphnavi li a img {
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .spnavi .sphnavi li a img {
    margin-right: 10px;
  }
}

.spnavi .spgt {
  margin-top: 30px;
  width: 200px;
}

@media screen and (max-width: 767px) {
  .spnavi .spgt {
    margin: 0 auto;
  }
}

.spnavi .spgt select {
  width: 100%;
}

body {
  height: 100%;
}

.switcher {
  display: none;
}

.top_header {
  max-width: 1640px;
  padding: 20px 20px 0;
  margin: 0 auto 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 1640px) {
  .top_header {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .top_header {
    padding: 0;
  }
}

.top_header .hlogo {
  position: absolute;
  left: 20px;
  top: 56px;
  z-index: 200;
}

@media screen and (max-width: 1640px) {
  .top_header .hlogo {
    left: 0;
    top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .top_header .hlogo {
    width: 170px;
  }
}

.top_header .hnavi {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 45px;
  padding-left: 32px;
  padding-top: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  z-index: 100;
  width: auto;
}

@media screen and (max-width: 1200px) {
  .top_header .hnavi {
    display: none;
  }
}

.top_header .hnavi li {
  margin-right: 30px;
}

.top_header .hnavi li:last-of-type {
  margin-right: 0;
}

.top_header .hnavi li a {
  color: #5cb9b7;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.top_header .hnavi li a img {
  margin-right: 10px;
}

.top_header .top_mv {
  margin-bottom: 47px;
}

.top_header .top_mv .slick-arrow {
  position: absolute;
  bottom: 10px;
  z-index: 10;
  cursor: pointer;
}

.top_header .top_mv .slick-prev {
  left: 100px;
  left: calc(50% - 100px);
}

.top_header .top_mv .slick-next {
  right: 100px;
  right: calc(50% - 100px);
}

.top_header .top_mv .slick-dots {
  position: absolute;
  right: 30px;
  bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .top_header .top_mv .slick-dots {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.top_header .top_mv .slick-dots li {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .top_header .top_mv .slick-dots li {
    width: auto;
    margin: 0 5px;
  }
}

.top_header .top_mv .slick-dots li.slick-active button {
  background: #5cb9b7;
}

.top_header .top_mv .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  text-indent: -200px;
  overflow: hidden;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media screen and (max-width: 767px) {
  .top_header .top_mv .slick-dots li button {
    background: #e0efef;
  }
}

.top_header .top_mv li {
  width: 100%;
}

.top_header .top_mv li.is--active2 {
  opacity: 1 !important;
}

.top_header .top_mv li.is--active2 .img span {
  left: auto;
  right: 0;
  -webkit-transition: all 1.6s ease;
  transition: all 1.6s ease;
}

.top_header .top_mv li.is--active .img span {
  left: 0;
  right: auto;
  width: 100%;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

.top_header .top_mv li.is--active .cnt {
  opacity: 1;
}

.top_header .top_mv li.is--active .cnt .copy,
.top_header .top_mv li.is--active .cnt .link {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.top_header .top_mv .mv01 .img span {
  background: url("../img/top/mv_01.jpg") no-repeat center;
}

.top_header .top_mv .mv02 .img span {
  background: url("../img/top/mv_02.jpg") no-repeat center;
  background-size: cover;
}

.top_header .top_mv .mv03 .img span {
  background: url("../img/top/mv_03.jpg") no-repeat center;
  background-size: cover;
}

.top_header .top_mv .img {
  width: calc(100% - 300px);
  height: 640px;
  margin-left: 300px;
  font-size: 0;
  border-radius: 0 0 0 50px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .top_header .top_mv .img {
    width: calc(100% - 120px);
    margin-left: 120px;
  }
}

@media screen and (max-width: 767px) {
  .top_header .top_mv .img {
    height: 420px;
    width: 100%;
    margin: 0;
    border-radius: 0 0 35px 0;
  }
}

.top_header .top_mv .img span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.top_header .top_mv a {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_header .top_mv a {
    padding: 15px 15px 55px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.top_header .top_mv a:hover {
  opacity: 1;
}

.top_header .top_mv a:hover .img span {
  -ms-filter: blur(6px);
  -webkit-filter: blur(6px);
          filter: blur(6px);
}

.top_header .top_mv a:hover .cnt {
  background: url("../img/top/top_mv_txt_bg_on.png") no-repeat right bottom;
  background-size: cover;
}

.top_header .top_mv .cnt {
  position: absolute;
  left: 20px;
  bottom: 76px;
  background: url("../img/top/top_mv_txt_bg.png") no-repeat right bottom;
  width: 520px;
  padding-left: 25px;
  padding-right: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 20px;
  height: auto;
}

@media screen and (max-width: 1640px) {
  .top_header .top_mv .cnt {
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .top_header .top_mv .cnt {
    bottom: 15px;
    width: 300px;
    padding-top: 20px;
    padding-left: 20px;
    height: auto;
  }
}

.top_header .top_mv .cnt:before {
  content: "YAMANASHI JEWELRY";
  font-size: 34px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  position: absolute;
  left: 26px;
  letter-spacing: 0.02em;
  color: #5cb9b7;
  top: -46px;
}

@media screen and (max-width: 767px) {
  .top_header .top_mv .cnt:before {
    left: 10px;
    top: auto;
    bottom: -29px;
    font-size: 22px;
  }
}

.top_header .top_mv .cnt .copy {
  font-size: 44px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 20px;
  opacity: 0;
  letter-spacing: -0.05em;
  -webkit-transition: all 1.3s ease;
  transition: all 1.3s ease;
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

@media screen and (max-width: 767px) {
  .top_header .top_mv .cnt .copy {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

.top_header .top_mv .cnt .link {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: all 1.3s ease;
  transition: all 1.3s ease;
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

@media screen and (max-width: 767px) {
  .top_header .top_mv .cnt .link {
    font-size: 13px;
  }
}

.top_header .top_mv .cnt .link:after {
  content: "";
  display: block;
  background: url("../img/common/arrowrw.svg") no-repeat;
  background-size: 6px 12px;
  width: 6px;
  height: 12px;
  margin-left: 12px;
}

@media screen and (max-width: 767px) {
  .top_header .top_mv .cnt .link:after {
    background-size: 4px 8px;
    width: 4px;
    height: 8px;
  }
}

.top_header .top_gnavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1200px) {
  .top_header .top_gnavi {
    display: none;
  }
}

.top_header .top_gnavi ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 26px;
}

.top_header .top_gnavi ul li {
  font-size: 16px;
  font-weight: bold;
  margin-left: 36px;
  letter-spacing: 0.05em;
  font-size: 15px;
  margin-left: 20px;
}

.top_topics {
  width: 100%;
  background: #f4f8f8;
  padding-top: 85px;
  padding-bottom: 210px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .top_topics {
    padding-top: 70px;
    padding-bottom: 130px;
  }
}

.top_topics .inner {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 1280px) {
  .top_topics .inner {
    width: 100%;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  .top_topics .inner {
    display: block;
    padding: 0 20px;
  }
}

.top_topics .inner .top_topics_ttl {
  -webkit-writing-mode: vertical-lr;
          writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  font-size: 25px;
  font-weight: bold;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 3px;
}

@media screen and (max-width: 767px) {
  .top_topics .inner .top_topics_ttl {
    -webkit-writing-mode: horizontal-tb;
            writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    text-align: center;
  }
}

.top_topics .inner .top_topics_ttl span {
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_topics .inner .top_topics_ttl span {
    padding: 0 13px;
  }
}

.top_topics .inner .top_topics_ttl span b {
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .top_topics .inner .top_topics_ttl span:after {
    content: "";
    background: url("../img/top/topics_icon.svg") no-repeat top center;
    background-size: 86px;
    width: 86px;
    height: 86px;
    top: -106px;
    left: calc(50% - 43px);
    position: absolute;
  }
}

@media screen and (max-width: 767px) {
  .top_topics .inner .top_topics_ttl span:before {
    content: "";
    display: block;
    background: #e0efef;
    position: absolute;
    top: 13px;
    left: 0;
    width: 100%;
    height: 18px;
  }
}

.top_topics .inner .top_topics_ttl:before {
  content: "";
  background: url("../img/top/topics_icon.svg") no-repeat top center;
  background-size: 103px;
  width: 103px;
  height: 103px;
  top: -114px;
  left: -23px;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .top_topics .inner .top_topics_ttl:before {
    display: none;
  }
}

.top_topics .inner .top_topics_ttl:after {
  content: "";
  display: block;
  width: 26px;
  height: 644px;
  background: #e0efef;
  position: absolute;
  top: 14px;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .top_topics .inner .top_topics_ttl:after {
    display: none;
  }
}

.top_topics .cnt {
  width: 1080px;
  padding-top: 45px;
}

@media screen and (max-width: 1280px) {
  .top_topics .cnt {
    width: calc(100% - 120px);
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  .top_topics .cnt {
    width: 100%;
    padding: 40px 0 0;
  }
}

.top_topics .cnt .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .top_topics .cnt .list {
    display: block;
  }
}

.top_topics .cnt .list li {
  width: 332px;
  margin-right: 40px;
  position: relative;
}

@media screen and (max-width: 1280px) {
  .top_topics .cnt .list li {
    width: 31%;
    margin-right: 3.5%;
    max-width: 332px;
  }
}

@media screen and (max-width: 767px) {
  .top_topics .cnt .list li {
    width: 100%;
    margin: 0 auto 50px;
  }
}

.top_topics .cnt .list li:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .top_topics .cnt .list li:last-of-type {
    margin-right: auto;
  }
}

.top_topics .cnt .list li a {
  display: block;
}

.top_topics .cnt .list li a:hover {
  opacity: 1;
}

.top_topics .cnt .list li a:hover .img img {
  -ms-filter: blur(6px);
  -webkit-filter: blur(6px);
          filter: blur(6px);
}

.top_topics .cnt .list li a:hover .img:before, .top_topics .cnt .list li a:hover .img:after {
  opacity: 1;
}

.top_topics .cnt .list li a:hover .head {
  opacity: 0.6;
}

.top_topics .cnt .list li .img {
  border: 1px solid #abdad9;
  border-top: 2px solid #5cb9b7;
  font-size: 0;
  position: relative;
  margin-bottom: 19px;
  max-width: 332px;
  margin: 0 auto 19px;
  overflow: hidden;
}

.top_topics .cnt .list li .img img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 767px) {
  .top_topics .cnt .list li .img img {
    width: 100%;
    height: 50vw;
    max-height: 190px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.top_topics .cnt .list li .img:before {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(35, 116, 114, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
}

.top_topics .cnt .list li .img:after {
  content: "もっと見る";
  border: 2px solid #fff;
  width: 200px;
  height: 58px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  border-radius: 5px;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  background: url("../img/common/arrowrw.svg") no-repeat right 20px center;
  background-size: 5px;
  position: absolute;
  top: calc(50% - 29px);
  left: calc(50% - 100px);
  z-index: 20;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}

.top_topics .cnt .list li .head {
  background: url("../img/common/ttl_bd.png") repeat-x center bottom;
  background-size: auto 3px;
  padding-bottom: 15px;
  margin-bottom: 12px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 1280px) {
  .top_topics .cnt .list li .head {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .top_topics .cnt .list li .head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.top_topics .cnt .list li .head .ttl {
  font-size: 18px;
  font-weight: bold;
  color: #5cb9b7;
  line-height: 1.6;
  width: calc(100% - 82px);
}

@media screen and (max-width: 1280px) {
  .top_topics .cnt .list li .head .ttl {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .top_topics .cnt .list li .head .ttl {
    width: calc(100% - 82px);
  }
}

.top_topics .cnt .list li .head .date {
  font-size: 13px;
  color: #a1a1a1;
  padding-top: 3px;
  padding-right: 8px;
  font-family: arial;
}

@media screen and (max-width: 767px) {
  .top_topics .cnt .list li .head .date {
    padding-right: 3px;
  }
}

.top_topics .cnt .list li .txt {
  font-size: 15px;
}

.top_topics .cnt .btn a {
  border: 2px solid #5cb9b7;
  width: 290px;
  height: 58px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  border-radius: 5px;
  font-size: 15px;
  color: #5cb9b7;
  font-weight: bold;
  background: url("../img/common/arrowr.svg") no-repeat right 20px center;
  background-size: 5px;
}

@media screen and (max-width: 767px) {
  .top_topics .cnt .btn a {
    max-width: 100%;
  }
}

.top_topics .cnt .btn a:hover {
  color: #fff;
  background: #5cb9b7 url("../img/common/arrowrw.svg") no-repeat right 20px center;
  background-size: 5px;
  opacity: 1;
}

.top_pj {
  background: #5cb9b7;
  padding-top: 1px;
  padding-bottom: 100px;
}

@media screen and (max-width: 1280px) {
  .top_pj {
    padding: 1px 20px 40px;
  }
}

.top_pj .top_pj_ttl {
  background: url("../img/top/ttl_bg.png") no-repeat center top 57px, url("../img/top/top_pj_bg.png") no-repeat center top;
  padding-top: 100px;
  margin-top: -91px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .top_pj .top_pj_ttl {
    background: url("../img/top/ttl_bg.png") no-repeat center top 45px, url("../img/top/top_pj_bg.png") no-repeat center top;
    background-size: 66px, 318px;
    margin-top: -50px;
    padding-top: 85px;
  }
}

.top_pj .top_pj_ttl span {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  display: block;
  line-height: 1.2;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .top_pj .top_pj_ttl span {
    font-size: 30px;
    margin-top: 0;
  }
}

.top_pj .lead {
  text-align: center;
  color: #fff;
  font-size: 15px;
  margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
  .top_pj .lead {
    margin-bottom: 40px;
  }
}

.top_pj .list {
  width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  .top_pj .list {
    width: 100%;
  }
}

.top_pj .list li {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .top_pj .list li {
    width: 100%;
    max-width: 550px;
    margin: 0 auto 30px;
  }
}

.top_pj .list li:nth-of-type(1) a {
  background: #fff url("../img/top/history_icon.png") no-repeat right 40px bottom 40px;
}

.top_pj .list li:nth-of-type(2) a {
  background: #fff url("../img/top/shop_icon.png") no-repeat right 40px bottom 40px;
}

.top_pj .list li:nth-of-type(3) a {
  background: #fff url("../img/top/monument_icon.png") no-repeat right 40px bottom 40px;
}

.top_pj .list li:nth-of-type(4) a {
  background: #fff url("../img/top/moj_icon.png") no-repeat right 40px bottom 40px;
}

.top_pj .list li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 40px;
  position: relative;
}

@media screen and (max-width: 1280px) {
  .top_pj .list li a {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .top_pj .list li a {
    display: block;
  }
}

@media screen and (max-width: 560px) {
  .top_pj .list li a {
    padding: 20px;
  }
}

.top_pj .list li a:hover {
  opacity: 1;
}

.top_pj .list li a:hover:after {
  right: 25px;
}

.top_pj .list li a:hover .img img {
  -ms-filter: blur(6px);
  -webkit-filter: blur(6px);
          filter: blur(6px);
}

.top_pj .list li a:hover .img:before, .top_pj .list li a:hover .img:after {
  opacity: 1;
}

.top_pj .list li a:hover .cnt .copy {
  opacity: 0.6;
}

.top_pj .list li a:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: #e0efef url("../img/common/arrowr.svg") no-repeat center;
  background-size: 7px;
  position: absolute;
  bottom: 26px;
  right: -6px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.top_pj .list li a .img {
  font-size: 0;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1280px) {
  .top_pj .list li a .img {
    width: 45%;
  }
}

@media screen and (max-width: 767px) {
  .top_pj .list li a .img {
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
  }
}

.top_pj .list li a .img img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.top_pj .list li a .img:before {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(35, 116, 114, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
}

.top_pj .list li a .img:after {
  content: "もっと見る";
  border: 2px solid #fff;
  width: 200px;
  height: 58px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  border-radius: 5px;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  background: url("../img/common/arrowrw.svg") no-repeat right 20px center;
  background-size: 5px;
  position: absolute;
  top: calc(50% - 29px);
  left: calc(50% - 100px);
  z-index: 20;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}

.top_pj .list li a .cnt {
  padding-top: 11px;
  width: 515px;
}

@media screen and (max-width: 1280px) {
  .top_pj .list li a .cnt {
    width: 52%;
  }
}

@media screen and (max-width: 767px) {
  .top_pj .list li a .cnt {
    width: 100%;
  }
}

.top_pj .list li a .cnt .ttl {
  font-size: 18px;
  font-weight: bold;
  color: #5cb9b7;
  background: url("../img/common/ttl_bd.png") repeat-x center bottom;
  background-size: auto 3px;
  padding-bottom: 15px;
  margin-bottom: 12px;
  line-height: 1.6;
  position: relative;
}

.top_pj .list li a .cnt .ttl:before {
  content: "";
  display: block;
  background: url("../img/common/ttl_bar.png") no-repeat;
  width: 105px;
  height: 16px;
  position: absolute;
  top: 12px;
  left: -120px;
}

@media screen and (max-width: 767px) {
  .top_pj .list li a .cnt .ttl:before {
    display: none;
  }
}

.top_pj .list li a .cnt .copy {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 767px) {
  .top_pj .list li a .cnt .copy {
    font-size: 20px;
  }
}

.top_pj .list li a .cnt .txt {
  font-size: 15px;
}

.translated-ltr .top_contact ul li a .cnt br {
  display: none;
}

.top_contact {
  background: #f4f8f8;
  padding-top: 60px;
  padding-bottom: 100px;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .top_contact {
    padding: 60px 20px 40px;
    margin-bottom: 60px;
  }
}

.top_contact .top_contact_ttl {
  background: url("../img/top/top_contact_ttl_bg.png") no-repeat center top;
  padding-top: 40px;
  text-align: center;
  color: #5cb9b7;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

.top_contact .top_contact_ttl span {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  display: block;
  line-height: 1.2;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .top_contact .top_contact_ttl span {
    font-size: 30px;
    margin-top: 0;
  }
}

.top_contact .lead {
  text-align: center;
  font-size: 15px;
  margin-bottom: 55px;
}

.top_contact ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .top_contact ul {
    display: block;
  }
}

.top_contact ul li {
  width: 332px;
  margin: 0 21px;
}

@media screen and (max-width: 1280px) {
  .top_contact ul li {
    width: 31%;
    margin: 0 1%;
  }
}

@media screen and (max-width: 767px) {
  .top_contact ul li {
    width: 100%;
    max-width: 332px;
    margin: 0 auto 20px;
  }
}

.top_contact ul li a {
  min-height: 120px;
  border: 2px solid #abdad9;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  box-sizing: border-box;
}

@media screen and (max-width: 980px) {
  .top_contact ul li a {
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .top_contact ul li a {
    padding: 15px;
  }
}

.top_contact ul li a .icon {
  margin-right: 36px;
  font-size: 0;
}

@media screen and (max-width: 980px) {
  .top_contact ul li a .icon {
    width: 15%;
    margin-right: 3%;
  }
}

@media screen and (max-width: 767px) {
  .top_contact ul li a .icon {
    width: auto;
    margin-right: 36px;
  }
}

.top_contact ul li a .cnt {
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  color: #5cb9b7;
  max-width: 192px;
}

@media screen and (max-width: 980px) {
  .top_contact ul li a .cnt {
    width: 82%;
    min-width: none;
  }
}

@media screen and (max-width: 767px) {
  .top_contact ul li a .cnt {
    width: auto;
  }
}

.top_contact ul li a .cnt p {
  color: #5cb9b7;
}

.top_contact ul li a .cnt .ttl {
  font-size: 18px;
  line-height: 1.11;
  background: url("../img/common/ttl_bd.png") repeat-x center bottom;
  background-size: auto 4px;
  padding-bottom: 12px;
  margin-bottom: 6px;
  letter-spacing: 0.1em;
}

.top_contact ul li a .cnt .tel {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1;
}

.top_contact ul li a .cnt .txt {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.288;
}

.link_bnr {
  width: 1200px;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 1280px) {
  .link_bnr {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.link_bnr li {
  margin-right: 24px;
  margin-bottom: 20px;
  font-size: 0;
}

@media screen and (max-width: 1280px) {
  .link_bnr li {
    margin-right: 0;
    width: 32%;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .link_bnr li {
    width: 48%;
  }
}

@media screen and (max-width: 480px) {
  .link_bnr li {
    width: 100%;
  }
}

.link_bnr li:nth-of-type(4) {
  margin-right: 0;
}

.link_area {
  background: #f4f8f8;
  width: 1200px;
  margin: 0 auto 150px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  padding: 20px 10px 20px 60px;
}

@media screen and (max-width: 1280px) {
  .link_area {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .link_area {
    display: block;
    padding: 20px 25px;
    margin-bottom: 50px;
  }
}

.link_area .ttl {
  font-size: 16px;
  font-weight: bold;
  color: #5cb9b7;
  letter-spacing: 0.1em;
}

.link_area .ttl span {
  font-size: 40px;
  font-family: "Montserrat", sans-serif;
  display: block;
  line-height: 1;
}

.link_area .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 955px;
  padding-top: 15px;
}

@media screen and (max-width: 1280px) {
  .link_area .link {
    width: calc(100% - 150px);
  }
}

@media screen and (max-width: 767px) {
  .link_area .link {
    width: 100%;
    display: block;
  }
}

.link_area .link li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 34px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .link_area .link li {
    margin-right: 0;
    display: block;
  }
}

.link_area .link li:after {
  content: "";
  display: block;
  background: url("../img/common/arrow_blank.svg") no-repeat;
  background-size: 17px 12px;
  width: 17px;
  height: 12px;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .link_area .link li:after {
    display: inline-block;
  }
}

.link_area .link li a {
  color: #5cb9b7;
  text-decoration: underline;
  font-size: 15px;
}

.link_area .link li a:hover {
  text-decoration: none;
}

.wrap_footer {
  background: #5cb9b7;
  padding-top: 60px;
  padding-bottom: 54px;
  position: relative;
}

.wrap_footer.top {
  background: #f4f8f8;
  border-bottom: 2px solid #5cb9b7;
}

.wrap_footer.top .footer .fcnt p {
  color: #5cb9b7;
}

.wrap_footer.top .footer .fnavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .wrap_footer.top .footer .fnavi {
    display: none;
  }
}

.wrap_footer.top .footer .fnavi ul {
  border-left: 1px solid #e0efef;
}

.wrap_footer.top .footer .fnavi ul li {
  font-size: 14px;
  margin-bottom: 12px;
}

.wrap_footer.top .footer .fnavi ul li a {
  color: #5cb9b7;
}

@media screen and (max-width: 767px) {
  .wrap_footer {
    padding-bottom: 20px;
    padding-top: 50px;
  }
}

.wrap_footer .footer {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1280px) {
  .wrap_footer .footer {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.wrap_footer .footer .pagetop {
  position: absolute;
  top: -27px;
  right: 40px;
}

@media screen and (max-width: 767px) {
  .wrap_footer .footer .pagetop {
    right: 20px;
    width: 40px;
    top: -24px;
  }
}

@media screen and (max-width: 767px) {
  .wrap_footer .footer .fcnt {
    text-align: center;
    width: 100%;
  }
}

.wrap_footer .footer .fcnt p {
  font-size: 13px;
  color: #fff;
}

.wrap_footer .footer .fcnt .flogo {
  margin-bottom: 7px;
}

.wrap_footer .footer .fcnt .faddress {
  margin-bottom: 71px;
}

@media screen and (max-width: 767px) {
  .wrap_footer .footer .fcnt .faddress {
    margin-bottom: 50px;
  }
}

.wrap_footer .footer .fcnt .copyright {
  margin-bottom: 0;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
}

.wrap_footer .footer .fnavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .wrap_footer .footer .fnavi {
    display: none;
  }
}

.wrap_footer .footer .fnavi ul {
  border-right: 1px solid #e0efef;
  padding-left: 23px;
  padding-top: 6px;
  width: 350px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1280px) {
  .wrap_footer .footer .fnavi ul {
    width: 175px;
  }
}

.wrap_footer .footer .fnavi ul li {
  font-size: 14px;
  margin-bottom: 12px;
}

.wrap_footer .footer .fnavi ul li a {
  color: #fff;
}

.wrap_footer .footer .fnavi ul:first-of-type {
  padding-top: 8px;
  border-left: 1px solid #e0efef;
}

@media screen and (max-width: 1280px) {
  .wrap_footer .footer .fnavi ul:first-of-type {
    width: 275px;
  }
}

.wrap_footer .footer .fnavi ul:first-of-type li {
  font-size: 15px;
  font-weight: bold;
}

.header {
  height: 100px;
  padding: 0 25px 0 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .header {
    height: 64px;
    padding: 0 15px;
  }
}

.header .gnavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1200px) {
  .header .gnavi {
    display: none;
  }
}

.header .gnavi ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: 20px;
}

.header .gnavi ul li {
  font-size: 14px;
  font-weight: bold;
  margin-left: 12px;
  letter-spacing: 0;
}

.header .gnavi ul li:first-of-type {
  margin-left: 0;
}

.header .gnavi ul li a {
  position: relative;
}

.header .gnavi ul li a:before {
  content: "";
  display: block;
  background: url("../img/common/active_icon.png") no-repeat;
  background-size: 22px;
  width: 22px;
  height: 6px;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 11px);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header .gnavi ul li.active a:before {
  opacity: 1;
}

.pan {
  width: 1200px;
  margin: 0 auto;
  min-height: 68px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1280px) {
  .pan {
    width: 100%;
    padding: 8px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  .pan {
    padding: 8px 15px 3px;
  }
}

.pan li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #898989;
}

@media screen and (max-width: 767px) {
  .pan li {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 5px;
  }
}

.pan li:after {
  content: "";
  display: block;
  background: url("../img/common/arrow_pan.svg") no-repeat;
  background-size: 5px;
  width: 5px;
  height: 10px;
  margin: 0 15px;
}

.pan li:last-of-type:after {
  display: none;
}

.pan li a {
  color: #5cb9b7;
  text-decoration: underline;
}

.pan li a:hover {
  text-decoration: none;
}

.page_mv {
  max-width: 1640px;
  margin: 0 auto 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

@media screen and (max-width: 767px) {
  .page_mv {
    position: relative;
    right: auto;
    bottom: auto;
    padding: 0 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .page_mv.history {
    margin-bottom: 80px;
  }
  .page_mv.history.single {
    margin-bottom: 110px;
  }
}

.page_mv.history .img {
  background: url("../img/history/h2_bg_history_sp.jpg") no-repeat center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .page_mv.history .img {
    background: url("../img/history/h2_bg_history.jpg") no-repeat center;
    background-size: cover;
  }
}

.page_mv.history .page_ttl:before {
  content: "YAMANASHI JEWELRY HISTORY";
}

.page_mv.monument .img {
  background: url("../img/monument/h2_bg_monument_sp.jpg") no-repeat center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .page_mv.monument .img {
    background: url("../img/monument/h2_bg_monument.jpg") no-repeat center;
    background-size: cover;
  }
}

.page_mv.monument .page_ttl:before {
  content: "JEWELRY MONUMENT";
}

.page_mv.shop .img {
  background: url("../img/shop/h2_bg_shop_sp.jpg") no-repeat center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .page_mv.shop .img {
    background: url("../img/shop/h2_bg_shop.jpg") no-repeat center;
    background-size: cover;
  }
}

.page_mv.shop .page_ttl:before {
  content: "JEWELRY SHOP";
}

.page_mv.shop_news .img {
  background: url("../img/news_shop/h2_bg_news_shop_sp.jpg") no-repeat center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .page_mv.shop_news .img {
    background: url("../img/news_shop/h2_bg_news_shop.jpg") no-repeat center;
    background-size: cover;
  }
}

.page_mv.shop_news .page_ttl:before {
  content: "YAMANASHI JEWELRY SHOP NEWS";
}

.page_mv.contact_shop .img {
  background: url("../img/contact_shop/h2_bg_contact_shop_sp.jpg") no-repeat center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .page_mv.contact_shop .img {
    background: url("../img/contact_shop/h2_bg_contact_shop.jpg") no-repeat center;
    background-size: cover;
  }
}

.page_mv.contact_shop .page_ttl:before {
  content: "YMANASHI JEWELRY SHOP CONTACT";
}

.page_mv.award .img {
  background: url("../img/award/h2_bg_award_sp.jpg") no-repeat center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .page_mv.award .img {
    background: url("../img/award/h2_bg_award.jpg") no-repeat center;
    background-size: cover;
  }
}

.page_mv.award .page_ttl:before {
  content: "JEWELRY AWARD";
}

.page_mv.guide {
  margin-bottom: 80px;
}

.page_mv.guide .img {
  background: url("../img/guide/h2_bg_guide_sp.jpg") no-repeat center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .page_mv.guide .img {
    background: url("../img/guide/h2_bg_guide.jpg") no-repeat center;
    background-size: cover;
  }
}

.page_mv.guide .page_ttl:before {
  content: "GUIDE";
}

.page_mv.contact {
  margin-bottom: 80px;
}

.page_mv.contact .img {
  background: url("../img/contact/h2_bg_contact.jpg") no-repeat center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .page_mv.contact .img {
    background: url("../img/contact/h2_bg_contact.jpg") no-repeat center;
    background-size: cover;
  }
}

.page_mv.contact .page_ttl:before {
  content: "CONTACT";
}

.page_mv.memberlist {
  margin-bottom: 80px;
}

.page_mv.memberlist .img {
  background: url("../img/memberlist/h2_bg_memberlist.jpg") no-repeat center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .page_mv.memberlist .img {
    background: url("../img/memberlist/h2_bg_memberlist.jpg") no-repeat center;
    background-size: cover;
  }
}

.page_mv.memberlist .page_ttl:before {
  content: "MEMBER LIST";
}

.page_mv.member {
  margin-bottom: 80px;
}

.page_mv.member .img {
  background: url("../img/member/h2_bg_member.jpg") no-repeat center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .page_mv.member .img {
    background: url("../img/member/h2_bg_member.jpg") no-repeat center;
    background-size: cover;
  }
}

.page_mv.member .page_ttl:before {
  content: "UNION MEMBER";
}

.page_mv.topics {
  margin-bottom: 100px;
}

.page_mv.topics .img {
  background: url("../img/topics/h2_bg_topics_sp.jpg") no-repeat center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .page_mv.topics .img {
    background: url("../img/topics/h2_bg_topics.jpg") no-repeat center;
    background-size: cover;
  }
}

.page_mv.topics .page_ttl:before {
  content: "TOPICS";
}

.page_mv.not404 {
  margin-bottom: 100px;
}

.page_mv.not404 .img {
  background: url("../img/topics/h2_bg_topics_sp.jpg") no-repeat center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .page_mv.not404 .img {
    background: url("../img/topics/h2_bg_topics.jpg") no-repeat center;
    background-size: cover;
  }
}

.page_mv.not404 .page_ttl:before {
  content: "404 NOT FOUND";
}

.page_mv .img {
  height: 290px;
  width: calc(100% - 220px);
  margin-right: 20px;
  border-radius: 50px 0 0 0;
}

@media screen and (max-width: 767px) {
  .page_mv .img {
    height: 230px;
    width: 100%;
    margin: 0;
    border-radius: 0 0 35px 0;
  }
}

.page_mv .page_ttl {
  background: #5cb9b7 url("../img/common/page_ttl_bg.png") no-repeat right top;
  width: auto;
  height: 132px;
  padding: 0 90px;
  position: absolute;
  top: 80px;
  left: 0;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .page_mv .page_ttl {
    background-size: auto 100%;
    top: auto;
    bottom: -22px;
    height: 85px;
    width: 300px;
    font-size: 22px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.6;
    letter-spacing: 0;
  }
}

.page_mv .page_ttl:before {
  font-size: 30px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  top: -1.3em;
  left: 0;
  letter-spacing: 0.05em;
  color: #5cb9b7;
  white-space: nowrap;
  -webkit-transform: scale(0.93);
          transform: scale(0.93);
}

@media screen and (max-width: 767px) {
  .page_mv .page_ttl:before {
    font-size: 20px;
    top: 80px;
    left: auto;
    right: -10px;
    width: 300px;
    text-align: right;
    white-space: normal;
    line-height: 1;
  }
}

.page_lead {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  max-width: 800px;
  padding: 0 100px;
  margin: 0 auto 88px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .page_lead {
    font-size: 17px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 480px) {
  .page_lead {
    text-align: left;
  }
}

.page_lead:before, .page_lead:after {
  content: "";
  display: block;
  width: 88px;
  height: 130px;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .page_lead:before, .page_lead:after {
    display: none;
  }
}

.page_lead:before {
  background: url("../img/common/lead_before.svg") no-repeat;
  background-size: 88px;
  margin-right: 30px;
  left: 20px;
}

.page_lead:after {
  background: url("../img/common/lead_after.svg") no-repeat;
  background-size: 88px;
  margin-left: 30px;
  right: 20px;
}

.page_wrap {
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .page_wrap {
    padding: 0;
  }
}

.memo {
  border-left: 2px solid #5cb9b7;
  padding-left: 18px;
  margin-bottom: 43px;
}

.memo .ttl {
  color: #5cb9b7;
  font-weight: bold;
  font-size: 15px;
}

.memo p {
  font-size: 14px;
}

.bg_sec {
  width: 100%;
  background: #f4f8f8;
  padding-top: 85px;
  padding-bottom: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 130px;
}

@media screen and (max-width: 767px) {
  .bg_sec {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}

.bg_sec.shop_news_list_wrap {
  margin-bottom: 0;
}

.bg_sec.shop_news_list_wrap .inner .sec_cnt .btn a {
  background: url("../img/common/arrowr.svg") no-repeat right 20px center;
  background-size: 5px;
}

@media screen and (max-width: 767px) {
  .bg_sec.shop_news_list_wrap .inner .sec_cnt .btn a {
    max-width: 100%;
  }
}

.bg_sec.shop_news_list_wrap .inner .sec_cnt .btn a:hover {
  background: #5cb9b7 url("../img/common/arrowrw.svg") no-repeat right 20px center;
  background-size: 5px;
}

.bg_sec:last-of-type {
  margin-bottom: 0;
}

.bg_sec .inner {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 1280px) {
  .bg_sec .inner {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  .bg_sec .inner {
    display: block;
    padding: 0 20px;
  }
}

.bg_sec .inner .bg_sec_ttl {
  -webkit-writing-mode: vertical-lr;
          writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  font-size: 25px;
  font-weight: bold;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 3px;
}

@media screen and (max-width: 767px) {
  .bg_sec .inner .bg_sec_ttl {
    -webkit-writing-mode: horizontal-tb;
            writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    text-align: center;
    margin-bottom: 40px;
    font-size: 23px;
    letter-spacing: 0.05em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

@media screen and (max-width: 360px) {
  .bg_sec .inner .bg_sec_ttl {
    font-size: 20px;
  }
}

.bg_sec .inner .bg_sec_ttl.history:before {
  content: "";
  background: url("../img/history/history_mark.svg") no-repeat top center;
  background-size: 113px;
  width: 113px;
  height: 147px;
  top: -185px;
  left: -38px;
  position: absolute;
}

@media screen and (max-width: 1280px) {
  .bg_sec .inner .bg_sec_ttl.history:before {
    background-size: 100px;
    width: 100px;
    height: 130px;
    top: -150px;
    left: -20px;
  }
}

@media screen and (max-width: 767px) {
  .bg_sec .inner .bg_sec_ttl.history:before {
    left: calc(50% - 40px);
    background-size: 80px;
    width: 80px;
    height: 110px;
    top: -120px;
  }
}

.bg_sec .inner .bg_sec_ttl.monument:before {
  content: "";
  background: url("../img/monument/monument_mark.svg") no-repeat top center;
  background-size: 110px;
  width: 110px;
  height: 153px;
  top: -199px;
  left: -36px;
  position: absolute;
}

@media screen and (max-width: 1280px) {
  .bg_sec .inner .bg_sec_ttl.monument:before {
    background-size: 100px;
    width: 100px;
    height: 140px;
    top: -150px;
    left: -20px;
  }
}

@media screen and (max-width: 767px) {
  .bg_sec .inner .bg_sec_ttl.monument:before {
    left: calc(50% - 40px);
    background-size: 80px;
    width: 80px;
    height: 120px;
    top: -120px;
  }
}

@media screen and (max-width: 767px) {
  .bg_sec .inner .bg_sec_ttl.monument > span {
    display: inline-block;
    line-height: 1.2;
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .bg_sec .inner .bg_sec_ttl.monument > span:before {
    bottom: -8px;
  }
}

@media screen and (max-width: 767px) {
  .bg_sec .inner .bg_sec_ttl.monument > span span {
    display: block;
  }
}

.bg_sec .inner .bg_sec_ttl.shop:before {
  content: "";
  background: url("../img/shop/shop_mark.svg") no-repeat top center;
  background-size: 110px;
  width: 110px;
  height: 151px;
  top: -199px;
  left: -36px;
  position: absolute;
}

@media screen and (max-width: 1280px) {
  .bg_sec .inner .bg_sec_ttl.shop:before {
    background-size: 100px;
    width: 100px;
    height: 130px;
    top: -150px;
    left: -20px;
  }
}

@media screen and (max-width: 767px) {
  .bg_sec .inner .bg_sec_ttl.shop:before {
    left: calc(50% - 40px);
    background-size: 80px;
    width: 80px;
    height: 110px;
    top: -120px;
  }
}

.bg_sec .inner .bg_sec_ttl.award:before {
  content: "";
  background: url("../img/award/award_mark.svg") no-repeat top center;
  background-size: 110px;
  width: 110px;
  height: 130px;
  top: -164px;
  left: -36px;
  position: absolute;
}

@media screen and (max-width: 1280px) {
  .bg_sec .inner .bg_sec_ttl.award:before {
    background-size: 100px;
    width: 100px;
    height: 130px;
    top: -150px;
    left: -20px;
  }
}

@media screen and (max-width: 767px) {
  .bg_sec .inner .bg_sec_ttl.award:before {
    left: calc(50% - 40px);
    background-size: 80px;
    width: 80px;
    height: 110px;
    top: -120px;
  }
}

@media screen and (max-width: 767px) {
  .bg_sec .inner .bg_sec_ttl.award > span {
    display: inline-block;
    line-height: 1.2;
    padding-top: 10px;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 767px) {
  .bg_sec .inner .bg_sec_ttl.award > span:before {
    bottom: -8px;
  }
}

@media screen and (max-width: 767px) {
  .bg_sec .inner .bg_sec_ttl.award > span span {
    display: block;
  }
}

.bg_sec .inner .bg_sec_ttl > span {
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .bg_sec .inner .bg_sec_ttl > span {
    padding: 0 13px;
  }
}

@media screen and (max-width: 767px) {
  .bg_sec .inner .bg_sec_ttl > span:before {
    content: "";
    display: block;
    background: #e0efef;
    position: absolute;
    left: 0;
    width: 100%;
    height: 18px;
    bottom: -10px;
  }
}

.bg_sec .inner .bg_sec_ttl > span b {
  position: relative;
  z-index: 5;
}

.bg_sec .inner .bg_sec_ttl > span span {
  text-orientation: upright;
  font-family: "Montserrat", sans-serif;
}

.bg_sec .inner .bg_sec_ttl:after {
  content: "";
  display: block;
  width: 26px;
  height: calc(100% + 14px);
  background: #e0efef;
  position: absolute;
  top: 14px;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .bg_sec .inner .bg_sec_ttl:after {
    display: none;
  }
}

.bg_sec .inner .sec_cnt {
  width: 1080px;
  padding-top: 45px;
}

@media screen and (max-width: 1280px) {
  .bg_sec .inner .sec_cnt {
    width: calc(100% - 120px);
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  .bg_sec .inner .sec_cnt {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .bg_sec .inner .sec_cnt.nopt {
    padding-top: 0;
  }
}

.bg_sec .inner .sec_cnt .shop_news_list {
  border-top: 1px solid #e0efef;
  margin-bottom: 60px;
}

.bg_sec .inner .sec_cnt .shop_news_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-bottom: 1px solid #e0efef;
  padding: 16px 0;
}

.bg_sec .inner .sec_cnt .shop_news_list li .date {
  width: 190px;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  font-size: 15px;
  color: #a1a1a1;
  font-family: arial;
}

@media screen and (max-width: 767px) {
  .bg_sec .inner .sec_cnt .shop_news_list li .date {
    text-align: left;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 110px;
  }
}

.bg_sec .inner .sec_cnt .shop_news_list li .ttl {
  font-size: 15px;
  width: calc(100% - 190px);
}

@media screen and (max-width: 767px) {
  .bg_sec .inner .sec_cnt .shop_news_list li .ttl {
    width: 100%;
    padding: 0 10px;
    margin-top: 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.6;
  }
}

.bg_sec .inner .sec_cnt .cnt_head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 60px;
}

@media screen and (max-width: 700px) {
  .bg_sec .inner .sec_cnt .cnt_head {
    display: block;
  }
}

.bg_sec .inner .sec_cnt .cnt_head .head_img {
  position: relative;
  font-size: 0;
  padding: 20px;
}

@media screen and (max-width: 1280px) {
  .bg_sec .inner .sec_cnt .cnt_head .head_img {
    width: 48%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 700px) {
  .bg_sec .inner .sec_cnt .cnt_head .head_img {
    width: 100%;
    padding: 15px;
  }
}

.bg_sec .inner .sec_cnt .cnt_head .head_img:before {
  content: "";
  display: block;
  background: #eff3ea;
  width: 730px;
  height: 626px;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1280px) {
  .bg_sec .inner .sec_cnt .cnt_head .head_img:before {
    width: 150%;
    height: 100%;
  }
}

@media screen and (max-width: 700px) {
  .bg_sec .inner .sec_cnt .cnt_head .head_img:before {
    width: 100%;
    height: 100%;
  }
}

.bg_sec .inner .sec_cnt .cnt_head .head_img .fukidashi {
  position: absolute;
  left: -30px;
  top: -45px;
  z-index: 10;
}

@media screen and (max-width: 1280px) {
  .bg_sec .inner .sec_cnt .cnt_head .head_img .fukidashi {
    max-width: 50%;
  }
}

@media screen and (max-width: 700px) {
  .bg_sec .inner .sec_cnt .cnt_head .head_img .fukidashi {
    left: -15px;
    width: 48%;
    top: -20px;
  }
}

.bg_sec .inner .sec_cnt .cnt_head .head_img .img {
  position: relative;
  z-index: 5;
}

.bg_sec .inner .sec_cnt .cnt_head .head_cnt {
  width: 440px;
  position: relative;
  z-index: 20;
  padding-top: 60px;
}

@media screen and (max-width: 1280px) {
  .bg_sec .inner .sec_cnt .cnt_head .head_cnt {
    width: 48%;
  }
}

@media screen and (max-width: 700px) {
  .bg_sec .inner .sec_cnt .cnt_head .head_cnt {
    width: 100%;
    padding: 20px 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 50px;
  }
}

.bg_sec .inner .sec_cnt .cnt_head .head_cnt.shop_head .copy {
  margin-bottom: 26px;
}

.bg_sec .inner .sec_cnt .cnt_head .head_cnt.shop_head .txt {
  margin-bottom: 25px;
}

.bg_sec .inner .sec_cnt .cnt_head .head_cnt.shop_head .link {
  margin-bottom: -15px;
}

.bg_sec .inner .sec_cnt .cnt_head .head_cnt .head_ttl {
  font-size: 18px;
  font-weight: bold;
  color: #5cb9b7;
  background: url("../img/common/ttl_bd.png") no-repeat left bottom;
  background-size: auto 3px;
  padding-bottom: 15px;
  margin-bottom: 25px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .bg_sec .inner .sec_cnt .cnt_head .head_cnt .head_ttl {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.bg_sec .inner .sec_cnt .cnt_head .head_cnt .head_ttl:before {
  content: "";
  display: block;
  background: url("../img/common/ttl_bar.png") no-repeat;
  width: 105px;
  height: 16px;
  position: absolute;
  top: 12px;
  left: -120px;
}

@media screen and (max-width: 700px) {
  .bg_sec .inner .sec_cnt .cnt_head .head_cnt .head_ttl:before {
    display: none;
  }
}

.bg_sec .inner .sec_cnt .cnt_head .head_cnt .copy {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .bg_sec .inner .sec_cnt .cnt_head .head_cnt .copy {
    font-size: 20px;
  }
}

.bg_sec .inner .sec_cnt .cnt_head .head_cnt .txt {
  font-size: 15px;
  margin-bottom: 33px;
}

.bg_sec .inner .sec_cnt .cnt_head .head_cnt .txt a {
  color: #5cb9b7;
  text-decoration: underline;
  position: relative;
  padding-right: 30px;
  display: inline-block;
}

.bg_sec .inner .sec_cnt .cnt_head .head_cnt .txt a:hover {
  text-decoration: none;
}

.bg_sec .inner .sec_cnt .cnt_head .head_cnt .txt a:before {
  content: "";
  display: block;
  background: url("../img/common/arrow_blank.svg") no-repeat;
  background-size: 17px;
  width: 17px;
  height: 12px;
  position: absolute;
  right: 6px;
  top: 9px;
}

.bg_sec .inner .sec_cnt .cnt_head .head_cnt .head_sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.bg_sec .inner .sec_cnt .cnt_head .head_cnt .head_sns dt,
.bg_sec .inner .sec_cnt .cnt_head .head_cnt .head_sns dd {
  margin-right: 20px;
}

.bg_sec .inner .sec_cnt .cnt_head .head_cnt .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 24px;
  font-size: 15px;
}

.bg_sec .inner .sec_cnt .cnt_head .head_cnt .link.shop_link {
  margin-bottom: -14px;
}

.bg_sec .inner .sec_cnt .cnt_head .head_cnt .link img {
  margin-left: 10px;
}

.bg_sec .inner .sec_cnt .cnt_head .head_cnt .link a {
  color: #5cb9b7;
  text-decoration: underline;
}

.bg_sec .inner .sec_cnt .cnt_head .head_cnt .link a:hover {
  text-decoration: none;
}

.bg_sec .inner .sec_cnt .head_list {
  margin-bottom: 27px;
}

@media screen and (max-width: 767px) {
  .bg_sec .inner .sec_cnt .head_list {
    margin-bottom: 50px;
  }
}

.bg_sec .inner .sec_cnt .head_list:last-child li:last-of-type .img {
  margin-bottom: 0;
}

.bg_sec .inner .sec_cnt .head_list li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .bg_sec .inner .sec_cnt .head_list li {
    display: block;
  }
}

.bg_sec .inner .sec_cnt .head_list li .img {
  font-size: 0;
  margin-bottom: 33px;
}

@media screen and (max-width: 767px) {
  .bg_sec .inner .sec_cnt .head_list li .img {
    text-align: center;
  }
}

.bg_sec .inner .sec_cnt .head_list li.movie {
  margin-bottom: 60px;
}

.bg_sec .inner .sec_cnt .head_list li.movie .cnt {
  width: calc(100% - 640px);
}

@media screen and (max-width: 1280px) {
  .bg_sec .inner .sec_cnt .head_list li.movie .cnt {
    width: 37%;
  }
}

@media screen and (max-width: 767px) {
  .bg_sec .inner .sec_cnt .head_list li.movie .cnt {
    width: 100%;
  }
}

@media screen and (max-width: 1280px) {
  .bg_sec .inner .sec_cnt .head_list li.movie .movie {
    width: 60%;
    position: relative;
    padding-top: 26vw;
  }
  .bg_sec .inner .sec_cnt .head_list li.movie .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .bg_sec .inner .sec_cnt .head_list li.movie .movie {
    width: 100%;
    padding-top: 56.25%;
  }
}

.bg_sec .inner .sec_cnt .head_list li .cnt {
  width: 755px;
  padding-top: 10px;
}

@media screen and (max-width: 1280px) {
  .bg_sec .inner .sec_cnt .head_list li .cnt {
    width: calc(100% - 320px);
  }
}

@media screen and (max-width: 767px) {
  .bg_sec .inner .sec_cnt .head_list li .cnt {
    width: 100%;
    margin-bottom: 30px;
  }
}

.bg_sec .inner .sec_cnt .head_list li .cnt .ttl {
  font-size: 18px;
  font-weight: bold;
  color: #5cb9b7;
  background: url("../img/common/ttl_bd.png") no-repeat left bottom;
  background-size: auto 3px;
  padding-bottom: 15px;
  margin-bottom: 25px;
  position: relative;
}

.bg_sec .inner .sec_cnt .head_list li .cnt .copy {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .bg_sec .inner .sec_cnt .head_list li .cnt .copy {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.bg_sec .inner .sec_cnt .head_list li .cnt .txt {
  font-size: 15px;
  margin-bottom: 15px;
}

.bg_sec .inner .sec_cnt .head_list li .cnt .txt a {
  color: #5cb9b7;
  text-decoration: underline;
  position: relative;
  padding-right: 30px;
  display: inline-block;
}

.bg_sec .inner .sec_cnt .head_list li .cnt .txt a:hover {
  text-decoration: none;
}

.bg_sec .inner .sec_cnt .head_list li .cnt .txt a:before {
  content: "";
  display: block;
  background: url("../img/common/arrow_blank.svg") no-repeat;
  background-size: 17px;
  width: 17px;
  height: 12px;
  position: absolute;
  right: 6px;
  top: 9px;
}

.bg_sec .inner .sec_cnt .head_list li .cnt .link {
  text-align: right;
  font-size: 15px;
}

.bg_sec .inner .sec_cnt .head_list li .cnt .link a {
  color: #5cb9b7;
  text-decoration: underline;
}

.bg_sec .inner .sec_cnt .head_list li .cnt .link a:hover {
  text-decoration: none;
}

.bg_sec .inner .sec_cnt .head_list li .cnt .link img {
  margin-left: 10px;
}

.bg_sec .inner .sec_cnt .monument_history {
  background: #e4efef;
  padding: 30px 40px 35px;
}

@media screen and (max-width: 900px) {
  .bg_sec .inner .sec_cnt .monument_history {
    padding: 20px 20px 40px;
  }
}

.bg_sec .inner .sec_cnt .monument_history .monument_history_ttl {
  font-size: 18px;
  font-weight: bold;
  color: #5cb9b7;
  background: url("../img/common/ttl_bd.png") no-repeat left bottom;
  background-size: auto 3px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .bg_sec .inner .sec_cnt .monument_history .monument_history_ttl {
    line-height: 1.6;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 900px) {
  .bg_sec .inner .sec_cnt .monument_history ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (max-width: 600px) {
  .bg_sec .inner .sec_cnt .monument_history ul {
    display: block;
  }
}

.bg_sec .inner .sec_cnt .monument_history ul li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 25px;
}

@media screen and (max-width: 900px) {
  .bg_sec .inner .sec_cnt .monument_history ul li {
    display: block;
    width: 48%;
  }
}

@media screen and (max-width: 600px) {
  .bg_sec .inner .sec_cnt .monument_history ul li {
    width: 100%;
    margin-bottom: 33px;
  }
}

.bg_sec .inner .sec_cnt .monument_history ul li:last-of-type {
  margin-bottom: 0;
}

.bg_sec .inner .sec_cnt .monument_history ul li .img {
  font-size: 0;
}

@media screen and (max-width: 900px) {
  .bg_sec .inner .sec_cnt .monument_history ul li .img {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .bg_sec .inner .sec_cnt .monument_history ul li .img {
    margin-bottom: 8px;
  }
}

.bg_sec .inner .sec_cnt .monument_history ul li .cnt {
  width: 670px;
  padding-top: 12px;
}

@media screen and (max-width: 1280px) {
  .bg_sec .inner .sec_cnt .monument_history ul li .cnt {
    width: calc(100% - 320px);
  }
}

@media screen and (max-width: 900px) {
  .bg_sec .inner .sec_cnt .monument_history ul li .cnt {
    width: 100%;
  }
}

.bg_sec .inner .sec_cnt .monument_history ul li .cnt .ttl {
  background: url("../img/monument/monument_hdot.svg") no-repeat left 0.8em;
  background-size: 5px;
  font-weight: bold;
  color: #5cb9b7;
  padding-left: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 13px;
}

@media screen and (max-width: 1280px) {
  .bg_sec .inner .sec_cnt .monument_history ul li .cnt .ttl {
    display: block;
  }
}

@media screen and (max-width: 1280px) {
  .bg_sec .inner .sec_cnt .monument_history ul li .cnt .ttl b {
    display: block;
  }
}

.bg_sec .inner .sec_cnt .monument_history ul li .cnt .ttl span {
  display: inline-block;
  font-size: 14px;
  background: url("../img/common/bg.png") repeat;
  border-radius: 12.5px;
  height: 25px;
  padding: 0 10px;
  color: #fff;
  font-size: 14px;
  margin-left: 22px;
  white-space: nowrap;
}

@media screen and (max-width: 1280px) {
  .bg_sec .inner .sec_cnt .monument_history ul li .cnt .ttl span {
    margin-left: 0;
  }
}

.bg_sec .inner .sec_cnt .monument_history ul li .cnt .txt {
  font-size: 14px;
}

.bg_sec .inner .sec_cnt .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 92px;
}

@media screen and (max-width: 767px) {
  .bg_sec .inner .sec_cnt .list {
    margin-bottom: 60px;
  }
}

.bg_sec .inner .sec_cnt .list li {
  width: 332px;
  margin-right: 40px;
  margin-bottom: 45px;
  position: relative;
}

@media screen and (max-width: 1280px) {
  .bg_sec .inner .sec_cnt .list li {
    width: 31%;
    margin-right: 3.5%;
  }
}

@media screen and (max-width: 767px) {
  .bg_sec .inner .sec_cnt .list li {
    width: 100%;
    margin: 0 auto 50px;
    max-width: 332px;
  }
}

.bg_sec .inner .sec_cnt .list li:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .bg_sec .inner .sec_cnt .list li:nth-of-type(3n) {
    margin-right: auto;
  }
}

.bg_sec .inner .sec_cnt .list li a {
  display: block;
}

.bg_sec .inner .sec_cnt .list li a:hover {
  opacity: 1;
}

.bg_sec .inner .sec_cnt .list li a:hover .img img {
  -ms-filter: blur(6px);
  -webkit-filter: blur(6px);
          filter: blur(6px);
}

.bg_sec .inner .sec_cnt .list li a:hover .img:before, .bg_sec .inner .sec_cnt .list li a:hover .img:after {
  opacity: 1;
}

.bg_sec .inner .sec_cnt .list li a:hover .head {
  opacity: 0.6;
}

.bg_sec .inner .sec_cnt .list li .num {
  position: absolute;
  background: url("../img/history/history_num_bg.png") no-repeat center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 95px;
  height: 59px;
  top: -13px;
  left: calc(50% - 48px);
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  z-index: 100;
}

.bg_sec .inner .sec_cnt .list li .img {
  border: 1px solid #abdad9;
  border-top: 2px solid #5cb9b7;
  font-size: 0;
  position: relative;
  margin-bottom: 19px;
  overflow: hidden;
}

.bg_sec .inner .sec_cnt .list li .img img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.bg_sec .inner .sec_cnt .list li .img:before {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(35, 116, 114, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
}

.bg_sec .inner .sec_cnt .list li .img:after {
  content: "もっと見る";
  border: 2px solid #fff;
  width: 200px;
  height: 58px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  border-radius: 5px;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  background: url("../img/common/arrowrw.svg") no-repeat right 20px center;
  background-size: 5px;
  position: absolute;
  top: calc(50% - 29px);
  left: calc(50% - 100px);
  z-index: 20;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}

.bg_sec .inner .sec_cnt .list li .ttl {
  font-size: 18px;
  font-weight: bold;
  color: #5cb9b7;
  background: url("../img/common/ttl_bd.png") repeat-x center bottom;
  background-size: auto 3px;
  padding-bottom: 15px;
  margin-bottom: 13px;
  line-height: 1.6;
}

.bg_sec .inner .sec_cnt .list li .txt {
  font-size: 15px;
}

.bg_sec .inner .sec_cnt .btn {
  margin-bottom: 30px;
}

.bg_sec .inner .sec_cnt .btn a {
  border: 2px solid #5cb9b7;
  width: 290px;
  height: 58px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  border-radius: 5px;
  font-size: 15px;
  color: #5cb9b7;
  font-weight: bold;
  background: url("../img/common/arrow_blank.svg") no-repeat right 20px center;
  background-size: 17px;
}

.bg_sec .inner .sec_cnt .btn a:hover {
  color: #fff;
  background: #5cb9b7 url("../img/common/arrow_blank_white.svg") no-repeat right 20px center;
  background-size: 16px;
  opacity: 1;
}

.bg_sec .inner .sec_cnt .shop_access_txt {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 480px) {
  .bg_sec .inner .sec_cnt .shop_access_txt {
    display: block;
  }
  .bg_sec .inner .sec_cnt .shop_access_txt .txt {
    margin-bottom: 0;
  }
  .bg_sec .inner .sec_cnt .shop_access_txt .access_link {
    margin-bottom: 30px;
  }
}

.bg_sec .inner .sec_cnt .shop_access_txt a {
  font-size: 15px;
  color: #5cb9b7;
}

.bg_sec .inner .sec_cnt .shop_gallery .ttl {
  font-size: 18px;
  font-weight: bold;
  color: #5cb9b7;
  background: url("../img/common/ttl_bd.png") no-repeat left bottom;
  background-size: auto 3px;
  padding-bottom: 15px;
  margin-bottom: 25px;
  position: relative;
}

.bg_sec .inner .sec_cnt .shop_gallery ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .bg_sec .inner .sec_cnt .shop_gallery ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.bg_sec .inner .sec_cnt .shop_gallery ul li {
  width: 255px;
  margin-right: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1280px) {
  .bg_sec .inner .sec_cnt .shop_gallery ul li {
    width: 24%;
    margin-right: 1.25%;
  }
}

@media screen and (max-width: 640px) {
  .bg_sec .inner .sec_cnt .shop_gallery ul li {
    width: 48%;
  }
}

.bg_sec .inner .sec_cnt .shop_gallery ul li:nth-of-type(4n) {
  margin-right: 0;
}

.bg_sec .inner .sec_cnt .shop_gallery ul li .img {
  font-size: 0;
  margin-bottom: 10px;
}

.bg_sec .inner .sec_cnt .shop_gallery ul li .caption {
  text-align: center;
  font-size: 14px;
}

.r_sec {
  width: 100%;
  padding-top: 85px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .r_sec {
    padding-top: 0;
    margin-bottom: 60px;
    padding: 0 20px;
  }
}

.r_sec .inner {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 1280px) {
  .r_sec .inner {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .r_sec .inner {
    display: block;
  }
}

.r_sec .inner .bg_sec_ttl {
  -webkit-writing-mode: vertical-lr;
          writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  font-size: 25px;
  font-weight: bold;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 3px;
}

@media screen and (max-width: 767px) {
  .r_sec .inner .bg_sec_ttl {
    -webkit-writing-mode: horizontal-tb;
            writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    text-align: center;
    margin-bottom: 40px;
    font-size: 23px;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 360px) {
  .r_sec .inner .bg_sec_ttl {
    font-size: 20px;
  }
}

.r_sec .inner .bg_sec_ttl > span {
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .r_sec .inner .bg_sec_ttl > span {
    padding: 0 5px;
  }
}

@media screen and (max-width: 767px) {
  .r_sec .inner .bg_sec_ttl > span:before {
    content: "";
    display: block;
    background: #e0efef;
    position: absolute;
    top: 13px;
    left: 0;
    width: 100%;
    height: 18px;
  }
}

.r_sec .inner .bg_sec_ttl > span b {
  position: relative;
  z-index: 5;
}

.r_sec .inner .bg_sec_ttl > span span {
  text-orientation: upright;
  font-family: "Montserrat", sans-serif;
}

.r_sec .inner .bg_sec_ttl:after {
  content: "";
  display: block;
  width: 26px;
  height: calc(100% + 14px);
  background: #e0efef;
  position: absolute;
  top: 14px;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .r_sec .inner .bg_sec_ttl:after {
    display: none;
  }
}

.r_sec .inner .sec_cnt {
  width: 1080px;
  padding-top: 40px;
}

@media screen and (max-width: 1280px) {
  .r_sec .inner .sec_cnt {
    width: calc(100% - 70px);
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  .r_sec .inner .sec_cnt {
    width: 100%;
    padding: 0;
  }
}

.r_sec .inner .sec_cnt .cnt_head {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 60px;
}

@media screen and (max-width: 700px) {
  .r_sec .inner .sec_cnt .cnt_head {
    display: block;
  }
}

.r_sec .inner .sec_cnt .cnt_head .head_img {
  position: relative;
  font-size: 0;
  padding: 20px;
}

@media screen and (max-width: 1280px) {
  .r_sec .inner .sec_cnt .cnt_head .head_img {
    width: 48%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 700px) {
  .r_sec .inner .sec_cnt .cnt_head .head_img {
    width: 100%;
    padding: 15px;
  }
}

.r_sec .inner .sec_cnt .cnt_head .head_img:before {
  content: "";
  display: block;
  background: #eff3ea;
  width: 730px;
  height: 626px;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1280px) {
  .r_sec .inner .sec_cnt .cnt_head .head_img:before {
    width: 150%;
    height: 100%;
  }
}

@media screen and (max-width: 700px) {
  .r_sec .inner .sec_cnt .cnt_head .head_img:before {
    width: 100%;
    height: 100%;
  }
}

.r_sec .inner .sec_cnt .cnt_head .head_img .fukidashi {
  position: absolute;
  left: -30px;
  top: -45px;
  z-index: 10;
}

@media screen and (max-width: 1280px) {
  .r_sec .inner .sec_cnt .cnt_head .head_img .fukidashi {
    max-width: 50%;
  }
}

@media screen and (max-width: 700px) {
  .r_sec .inner .sec_cnt .cnt_head .head_img .fukidashi {
    left: -15px;
    width: 48%;
    top: -20px;
  }
}

.r_sec .inner .sec_cnt .cnt_head .head_img .img {
  position: relative;
  z-index: 5;
}

.r_sec .inner .sec_cnt .head_cnt {
  width: 440px;
  position: relative;
  z-index: 20;
  padding-top: 60px;
}

@media screen and (max-width: 1280px) {
  .r_sec .inner .sec_cnt .head_cnt {
    width: 48%;
  }
}

@media screen and (max-width: 700px) {
  .r_sec .inner .sec_cnt .head_cnt {
    width: 100%;
    padding: 20px 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 50px;
  }
}

.r_sec .inner .sec_cnt .head_cnt.shop_head .copy {
  margin-bottom: 26px;
}

.r_sec .inner .sec_cnt .head_cnt.shop_head .txt {
  margin-bottom: 25px;
}

.r_sec .inner .sec_cnt .head_cnt.shop_head .link {
  margin-bottom: -15px;
}

.r_sec .inner .sec_cnt .head_cnt .head_ttl {
  font-size: 18px;
  font-weight: bold;
  color: #5cb9b7;
  background: url("../img/common/ttl_bd.png") no-repeat left bottom;
  background-size: auto 3px;
  padding-bottom: 15px;
  margin-bottom: 25px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .r_sec .inner .sec_cnt .head_cnt .head_ttl {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.r_sec .inner .sec_cnt .head_cnt .head_ttl:before {
  content: "";
  display: block;
  background: url("../img/common/ttl_bar.png") no-repeat;
  width: 105px;
  height: 16px;
  position: absolute;
  top: 12px;
  left: -120px;
}

@media screen and (max-width: 700px) {
  .r_sec .inner .sec_cnt .head_cnt .head_ttl:before {
    display: none;
  }
}

.r_sec .inner .sec_cnt .head_cnt .copy {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .r_sec .inner .sec_cnt .head_cnt .copy {
    font-size: 20px;
  }
}

.r_sec .inner .sec_cnt .head_cnt .txt {
  font-size: 15px;
  margin-bottom: 33px;
}

.r_sec .inner .sec_cnt .head_cnt .txt a {
  color: #5cb9b7;
  text-decoration: underline;
  position: relative;
  padding-right: 30px;
  display: inline-block;
}

.r_sec .inner .sec_cnt .head_cnt .txt a:hover {
  text-decoration: none;
}

.r_sec .inner .sec_cnt .head_cnt .txt a:before {
  content: "";
  display: block;
  background: url("../img/common/arrow_blank.svg") no-repeat;
  background-size: 17px;
  width: 17px;
  height: 12px;
  position: absolute;
  right: 6px;
  top: 9px;
}

.r_sec .inner .sec_cnt .head_cnt .head_sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.r_sec .inner .sec_cnt .head_cnt .head_sns dt,
.r_sec .inner .sec_cnt .head_cnt .head_sns dd {
  margin-right: 20px;
}

.r_sec .inner .sec_cnt .head_cnt .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 24px;
  font-size: 15px;
}

.r_sec .inner .sec_cnt .head_cnt .link.shop_link {
  margin-bottom: -14px;
}

.r_sec .inner .sec_cnt .head_cnt .link img {
  margin-left: 10px;
}

.r_sec .inner .sec_cnt .head_cnt .link a {
  color: #5cb9b7;
  text-decoration: underline;
}

.r_sec .inner .sec_cnt .head_cnt .link a:hover {
  text-decoration: none;
}

.r_sec .inner .sec_cnt .head_list {
  margin-bottom: 27px;
}

@media screen and (max-width: 767px) {
  .r_sec .inner .sec_cnt .head_list {
    margin-bottom: 50px;
  }
}

.r_sec .inner .sec_cnt .head_list:last-child li:last-of-type .img {
  margin-bottom: 0;
}

.r_sec .inner .sec_cnt .head_list li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .r_sec .inner .sec_cnt .head_list li {
    display: block;
  }
}

.r_sec .inner .sec_cnt .head_list li .img {
  font-size: 0;
  margin-bottom: 33px;
}

@media screen and (max-width: 767px) {
  .r_sec .inner .sec_cnt .head_list li .img {
    text-align: center;
  }
}

.r_sec .inner .sec_cnt .head_list li.movie {
  margin-bottom: 60px;
}

.r_sec .inner .sec_cnt .head_list li.movie .cnt {
  width: calc(100% - 640px);
}

@media screen and (max-width: 1280px) {
  .r_sec .inner .sec_cnt .head_list li.movie .cnt {
    width: 37%;
  }
}

@media screen and (max-width: 767px) {
  .r_sec .inner .sec_cnt .head_list li.movie .cnt {
    width: 100%;
  }
}

@media screen and (max-width: 1280px) {
  .r_sec .inner .sec_cnt .head_list li.movie .movie {
    width: 60%;
    position: relative;
    padding-top: 26vw;
  }
  .r_sec .inner .sec_cnt .head_list li.movie .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .r_sec .inner .sec_cnt .head_list li.movie .movie {
    width: 100%;
    padding-top: 56.25%;
  }
}

.r_sec .inner .sec_cnt .head_list li .cnt {
  width: 755px;
  padding-top: 10px;
}

@media screen and (max-width: 1280px) {
  .r_sec .inner .sec_cnt .head_list li .cnt {
    width: calc(100% - 320px);
  }
}

@media screen and (max-width: 767px) {
  .r_sec .inner .sec_cnt .head_list li .cnt {
    width: 100%;
    margin-bottom: 30px;
  }
}

.r_sec .inner .sec_cnt .head_list li .cnt .ttl {
  font-size: 18px;
  font-weight: bold;
  color: #5cb9b7;
  background: url("../img/common/ttl_bd.png") no-repeat left bottom;
  background-size: auto 3px;
  padding-bottom: 15px;
  margin-bottom: 25px;
  position: relative;
}

.r_sec .inner .sec_cnt .head_list li .cnt .copy {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .r_sec .inner .sec_cnt .head_list li .cnt .copy {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.r_sec .inner .sec_cnt .head_list li .cnt .txt {
  font-size: 15px;
  margin-bottom: 15px;
}

.r_sec .inner .sec_cnt .head_list li .cnt .txt a {
  color: #5cb9b7;
  text-decoration: underline;
  position: relative;
  padding-right: 30px;
  display: inline-block;
}

.r_sec .inner .sec_cnt .head_list li .cnt .txt a:hover {
  text-decoration: none;
}

.r_sec .inner .sec_cnt .head_list li .cnt .txt a:before {
  content: "";
  display: block;
  background: url("../img/common/arrow_blank.svg") no-repeat;
  background-size: 17px;
  width: 17px;
  height: 12px;
  position: absolute;
  right: 6px;
  top: 9px;
}

.r_sec .inner .sec_cnt .head_list li .cnt .link {
  text-align: right;
  font-size: 15px;
}

.r_sec .inner .sec_cnt .head_list li .cnt .link a {
  color: #5cb9b7;
  text-decoration: underline;
}

.r_sec .inner .sec_cnt .head_list li .cnt .link a:hover {
  text-decoration: none;
}

.r_sec .inner .sec_cnt .head_list li .cnt .link img {
  margin-left: 10px;
}

.r_sec .inner .sec_cnt .shop_gallery .ttl {
  font-size: 18px;
  font-weight: bold;
  color: #5cb9b7;
  background: url("../img/common/ttl_bd.png") no-repeat left bottom;
  background-size: auto 3px;
  padding-bottom: 15px;
  margin-bottom: 25px;
  position: relative;
}

.r_sec .inner .sec_cnt .shop_gallery ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .r_sec .inner .sec_cnt .shop_gallery ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.r_sec .inner .sec_cnt .shop_gallery ul li {
  width: 255px;
  margin-right: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1280px) {
  .r_sec .inner .sec_cnt .shop_gallery ul li {
    width: 24%;
    margin-right: 1.25%;
  }
}

@media screen and (max-width: 640px) {
  .r_sec .inner .sec_cnt .shop_gallery ul li {
    width: 48%;
  }
}

.r_sec .inner .sec_cnt .shop_gallery ul li:nth-of-type(4n) {
  margin-right: 0;
}

.r_sec .inner .sec_cnt .shop_gallery ul li .img {
  font-size: 0;
  margin-bottom: 10px;
}

.r_sec .inner .sec_cnt .shop_gallery ul li .caption {
  text-align: center;
  font-size: 14px;
}

.r_sec .inner .sec_cnt > .yumekira_ttl {
  position: relative;
  margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
  .r_sec .inner .sec_cnt > .yumekira_ttl {
    margin-bottom: 100px;
  }
}

.r_sec .inner .sec_cnt > .yumekira_ttl:before {
  content: "";
  display: block;
  background: url("../img/monument/monument_mark_02.svg") no-repeat;
  background-size: 146px;
  width: 146px;
  height: 57px;
  position: absolute;
  top: -38px;
  right: 13px;
}

@media screen and (max-width: 1280px) {
  .r_sec .inner .sec_cnt > .yumekira_ttl:before {
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .r_sec .inner .sec_cnt > .yumekira_ttl:before {
    display: none;
  }
}

.r_sec .inner .sec_cnt > .yumekira_ttl .img {
  background: url("../img/monument/yumekira_01.jpg") no-repeat center;
  width: 860px;
  height: 384px;
}

@media screen and (max-width: 1280px) {
  .r_sec .inner .sec_cnt > .yumekira_ttl .img {
    width: calc(100% - 160px);
  }
}

@media screen and (max-width: 767px) {
  .r_sec .inner .sec_cnt > .yumekira_ttl .img {
    background-size: cover;
    width: 100%;
    height: 240px;
  }
}

.r_sec .inner .sec_cnt > .yumekira_ttl .yumekira_ttl {
  width: 580px;
  height: 224px;
  background: url("../img/common/bg.png") repeat;
  padding: 21px 40px 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 5px;
  position: absolute;
  top: 33px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .r_sec .inner .sec_cnt > .yumekira_ttl .yumekira_ttl {
    width: auto;
    max-width: 100%;
    height: auto;
    padding: 15px 20px;
    top: auto;
    right: -7px;
    bottom: -70px;
  }
}

.r_sec .inner .sec_cnt > .yumekira_ttl .yumekira_ttl:before {
  content: "";
  background: url("../img/common/ttl_before.png") repeat-y;
  width: 5px;
  position: absolute;
  top: 0;
  left: -5px;
  height: 100%;
}

.r_sec .inner .sec_cnt > .yumekira_ttl .yumekira_ttl:after {
  content: "";
  background: url("../img/common/ttl_after.png") repeat-y;
  width: 5px;
  position: absolute;
  top: 0;
  right: -5px;
  height: 100%;
}

.r_sec .inner .sec_cnt > .yumekira_ttl .yumekira_ttl .ttl {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  background: url("../img/common/ttl_bdw.png") no-repeat left bottom;
  padding-bottom: 12px;
  margin-bottom: 18px;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .r_sec .inner .sec_cnt > .yumekira_ttl .yumekira_ttl .ttl {
    font-size: 15px;
    padding-bottom: 8px;
    margin-bottom: 10px;
  }
}

.r_sec .inner .sec_cnt > .yumekira_ttl .yumekira_ttl .copy {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .r_sec .inner .sec_cnt > .yumekira_ttl .yumekira_ttl .copy {
    font-size: 18px;
  }
}

.r_sec .inner .sec_cnt .yumekira .ttl {
  font-size: 18px;
  font-weight: bold;
  color: #5cb9b7;
  background: url("../img/common/ttl_bd.png") no-repeat left bottom;
  background-size: auto 3px;
  padding-bottom: 15px;
  margin-bottom: 25px;
  position: relative;
}

.r_sec .inner .sec_cnt .yumekira .copy {
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .r_sec .inner .sec_cnt .yumekira .copy {
    font-size: 20px;
  }
}

.r_sec .inner .sec_cnt .yumekira .yumekira_cnt {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .r_sec .inner .sec_cnt .yumekira .yumekira_cnt {
    display: block;
  }
}

@media screen and (max-width: 1280px) {
  .r_sec .inner .sec_cnt .yumekira .yumekira_cnt > .img {
    width: 46%;
  }
}

@media screen and (max-width: 767px) {
  .r_sec .inner .sec_cnt .yumekira .yumekira_cnt > .img {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
}

.r_sec .inner .sec_cnt .yumekira .yumekira_cnt .cnt2 {
  width: 595px;
  margin-bottom: 35px;
}

@media screen and (max-width: 1280px) {
  .r_sec .inner .sec_cnt .yumekira .yumekira_cnt .cnt2 {
    width: 52%;
  }
}

@media screen and (max-width: 767px) {
  .r_sec .inner .sec_cnt .yumekira .yumekira_cnt .cnt2 {
    width: 100%;
  }
}

.r_sec .inner .sec_cnt .yumekira .yumekira_cnt .cnt2 li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 24px;
}

.r_sec .inner .sec_cnt .yumekira .yumekira_cnt .cnt2 li:last-of-type {
  margin-bottom: 0;
}

.r_sec .inner .sec_cnt .yumekira .yumekira_cnt .cnt2 li .img {
  font-size: 0;
}

@media screen and (max-width: 1280px) {
  .r_sec .inner .sec_cnt .yumekira .yumekira_cnt .cnt2 li .img {
    width: 46%;
  }
}

@media screen and (max-width: 767px) {
  .r_sec .inner .sec_cnt .yumekira .yumekira_cnt .cnt2 li .img {
    width: 44%;
  }
}

.r_sec .inner .sec_cnt .yumekira .yumekira_cnt .cnt2 li .cnt {
  width: 300px;
  padding-top: 10px;
}

@media screen and (max-width: 1280px) {
  .r_sec .inner .sec_cnt .yumekira .yumekira_cnt .cnt2 li .cnt {
    width: 52%;
  }
}

.r_sec .inner .sec_cnt .yumekira .yumekira_cnt .cnt2 li .cnt .ttl2 {
  font-size: 15px;
  font-weight: bold;
  color: #5cb9b7;
  margin-bottom: 10px;
  line-height: 1.6;
}

.r_sec .inner .sec_cnt .yumekira .yumekira_cnt .cnt2 li .cnt .txt {
  font-size: 14px;
}

.r_sec .inner .sec_cnt .yumekira .yumekira_cnt .cnt3 {
  width: 100%;
  background: #f4f8f8;
  padding: 25px 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .r_sec .inner .sec_cnt .yumekira .yumekira_cnt .cnt3 {
    padding: 20px;
  }
}

.r_sec .inner .sec_cnt .yumekira .yumekira_cnt .cnt3 li {
  width: 475px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 1280px) {
  .r_sec .inner .sec_cnt .yumekira .yumekira_cnt .cnt3 li {
    width: 49%;
  }
}

@media screen and (max-width: 767px) {
  .r_sec .inner .sec_cnt .yumekira .yumekira_cnt .cnt3 li {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.r_sec .inner .sec_cnt .yumekira .yumekira_cnt .cnt3 li:last-of-type {
  margin-bottom: 0;
}

.r_sec .inner .sec_cnt .yumekira .yumekira_cnt .cnt3 li .img {
  margin-right: 25px;
  font-size: 0;
}

@media screen and (max-width: 480px) {
  .r_sec .inner .sec_cnt .yumekira .yumekira_cnt .cnt3 li .img {
    width: 48%;
    margin: 0;
  }
}

.r_sec .inner .sec_cnt .yumekira .yumekira_cnt .cnt3 li .txt {
  width: 300px;
  font-size: 14px;
  padding-top: 12px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
  .r_sec .inner .sec_cnt .yumekira .yumekira_cnt .cnt3 li .txt {
    width: calc(100% - 180px);
    padding-top: 0;
  }
}

@media screen and (max-width: 480px) {
  .r_sec .inner .sec_cnt .yumekira .yumekira_cnt .cnt3 li .txt {
    width: 48%;
  }
}

.r_sec .inner .sec_cnt .yumekira .yumekira_cnt .cnt3 li .txt a {
  color: #5cb9b7;
  text-decoration: underline;
}

.r_sec .inner .sec_cnt .yumekira .yumekira_cnt .cnt3 li .txt a:hover {
  text-decoration: none;
}

.r_sec .inner .sec_cnt .shop_access_txt {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 480px) {
  .r_sec .inner .sec_cnt .shop_access_txt {
    display: block;
  }
  .r_sec .inner .sec_cnt .shop_access_txt .txt {
    margin-bottom: 0;
  }
  .r_sec .inner .sec_cnt .shop_access_txt .access_link {
    margin-bottom: 30px;
  }
}

.r_sec .inner .sec_cnt .shop_access_txt a {
  font-size: 15px;
  color: #5cb9b7;
}

.r_sec .inner .sec_cnt.award_history {
  position: relative;
  margin-bottom: 65px;
}

.r_sec .inner .sec_cnt.award_history:before {
  content: "";
  display: block;
  background: url("../img/award/award_mark2.svg") no-repeat;
  background-size: 113px;
  width: 113px;
  height: 76px;
  position: absolute;
  top: -23px;
  right: 13px;
}

@media screen and (max-width: 767px) {
  .r_sec .inner .sec_cnt.award_history:before {
    right: -15px;
    width: 80px;
    background-size: 80px;
  }
}

.r_sec .inner .sec_cnt.award_history .award_history_new {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 45px;
}

.r_sec .inner .sec_cnt.award_history .award_history_new.rr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .r_sec .inner .sec_cnt.award_history .award_history_new.rr .img {
    text-align: right;
  }
}

.r_sec .inner .sec_cnt.award_history .award_history_new.rr .history_cnt .wrap_ttl {
  margin-right: -105px;
  margin-left: 5px;
}

@media screen and (max-width: 1280px) {
  .r_sec .inner .sec_cnt.award_history .award_history_new.rr .history_cnt .wrap_ttl {
    width: calc(100% + 80px);
    margin-right: 0;
    padding: 12px 18px 16px;
    height: auto;
    line-height: 1.6;
  }
}

@media screen and (max-width: 767px) {
  .r_sec .inner .sec_cnt.award_history .award_history_new.rr .history_cnt .wrap_ttl {
    max-width: 95%;
    margin: -100px 0 0 -7px;
    float: none;
  }
}

.r_sec .inner .sec_cnt.award_history .award_history_new.rr .history_cnt .wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.r_sec .inner .sec_cnt.award_history .award_history_new .img {
  font-size: 0;
}

@media screen and (max-width: 1280px) {
  .r_sec .inner .sec_cnt.award_history .award_history_new .img {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .r_sec .inner .sec_cnt.award_history .award_history_new .img {
    width: 100%;
  }
}

.r_sec .inner .sec_cnt.award_history .award_history_new .history_cnt {
  width: 480px;
  padding-top: 33px;
}

@media screen and (max-width: 1280px) {
  .r_sec .inner .sec_cnt.award_history .award_history_new .history_cnt {
    width: 46%;
  }
}

@media screen and (max-width: 767px) {
  .r_sec .inner .sec_cnt.award_history .award_history_new .history_cnt {
    width: 100%;
  }
}

.r_sec .inner .sec_cnt.award_history .award_history_new .history_cnt .wrap_ttl {
  width: 580px;
  height: 176px;
  background: url("../img/common/bg.png") repeat;
  padding: 21px 40px 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 5px 26px;
  margin-left: -105px;
  position: relative;
  height: auto;
}

@media screen and (max-width: 1280px) {
  .r_sec .inner .sec_cnt.award_history .award_history_new .history_cnt .wrap_ttl {
    width: calc(100% + 80px);
    margin-left: -80px;
    padding: 12px 18px 16px;
    height: auto;
    line-height: 1.6;
  }
}

@media screen and (max-width: 767px) {
  .r_sec .inner .sec_cnt.award_history .award_history_new .history_cnt .wrap_ttl {
    max-width: 95%;
    margin: -100px -7px 0 0;
    float: right;
  }
}

.r_sec .inner .sec_cnt.award_history .award_history_new .history_cnt .wrap_ttl:before {
  content: "";
  background: url("../img/common/ttl_before.png") repeat-y;
  width: 5px;
  position: absolute;
  top: 0;
  left: -4px;
  height: 100%;
}

.r_sec .inner .sec_cnt.award_history .award_history_new .history_cnt .wrap_ttl:after {
  content: "";
  background: url("../img/common/ttl_after.png") repeat-y;
  width: 5px;
  position: absolute;
  top: 0;
  right: -4px;
  height: 100%;
}

.r_sec .inner .sec_cnt.award_history .award_history_new .history_cnt .wrap_ttl .ttl {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  background: url("../img/common/ttl_bdw.png") no-repeat left bottom;
  padding-bottom: 12px;
  margin-bottom: 18px;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (max-width: 980px) {
  .r_sec .inner .sec_cnt.award_history .award_history_new .history_cnt .wrap_ttl .ttl {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .r_sec .inner .sec_cnt.award_history .award_history_new .history_cnt .wrap_ttl .ttl {
    font-size: 15px;
    padding-bottom: 8px;
    margin-bottom: 12px;
  }
}

.r_sec .inner .sec_cnt.award_history .award_history_new .history_cnt .wrap_ttl .copy {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (max-width: 980px) {
  .r_sec .inner .sec_cnt.award_history .award_history_new .history_cnt .wrap_ttl .copy {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .r_sec .inner .sec_cnt.award_history .award_history_new .history_cnt .wrap_ttl .copy {
    font-size: 20px;
  }
}

.r_sec .inner .sec_cnt.award_history .award_history_new .history_cnt .wrap_ttl .copy span {
  font-size: 22px;
}

@media screen and (max-width: 767px) {
  .r_sec .inner .sec_cnt.award_history .award_history_new .history_cnt .wrap_ttl .copy span {
    font-size: 16px;
    display: inline-block;
  }
}

.r_sec .inner .sec_cnt.award_history .award_history_new .history_cnt .wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .r_sec .inner .sec_cnt.award_history .award_history_new .history_cnt .wrap {
    clear: both;
    padding-top: 20px;
  }
}

@media screen and (max-width: 1280px) {
  .r_sec .inner .sec_cnt.award_history .award_history_new .history_cnt .wrap .img {
    width: 48%;
  }
}

.r_sec .inner .sec_cnt.award_history .award_history_new .history_cnt .wrap .cnt {
  width: 200px;
  padding-top: 5px;
}

@media screen and (max-width: 1280px) {
  .r_sec .inner .sec_cnt.award_history .award_history_new .history_cnt .wrap .cnt {
    width: 48%;
  }
}

@media screen and (max-width: 767px) {
  .r_sec .inner .sec_cnt.award_history .award_history_new .history_cnt .wrap .cnt {
    padding-top: 0;
  }
}

.r_sec .inner .sec_cnt.award_history .award_history_new .history_cnt .wrap .cnt .ttl {
  font-size: 14px;
}

.r_sec .inner .sec_cnt.award_history .award_history_new .history_cnt .wrap .cnt .txt {
  font-size: 14px;
  margin-bottom: 10px;
}

.r_sec .inner .sec_cnt.award_history .award_history_new .history_cnt .wrap .cnt .link {
  font-size: 15px;
  text-align: right;
}

.r_sec .inner .sec_cnt.award_history .award_history_new .history_cnt .wrap .cnt .link a {
  color: #5cb9b7;
  text-decoration: underline;
}

.r_sec .inner .sec_cnt.award_history .award_history_new .history_cnt .wrap .cnt .link a:hover {
  text-decoration: none;
}

.r_sec .inner .sec_cnt.award_history .award_history_new .history_cnt .wrap .cnt .link img {
  margin-left: 8px;
}

.r_sec .inner .sec_cnt.award_history .select_year {
  width: 100%;
  height: 96px;
  background: #f4f8f8;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 950px) {
  .r_sec .inner .sec_cnt.award_history .select_year {
    display: block;
    padding: 20px;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.r_sec .inner .sec_cnt.award_history .select_year .ttl {
  margin-right: 35px;
  font-weight: bold;
  font-size: 15px;
}

.r_sec .inner .sec_cnt.award_history .select_year .select select {
  width: 500px;
  height: 26px;
  border: 1px solid #cccccc;
  color: #333333;
  font-size: 15px;
}

@media screen and (max-width: 950px) {
  .r_sec .inner .sec_cnt.award_history .select_year .select select {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.r_sec .inner .sec_cnt.award_history .award_year {
  margin-bottom: 32px;
}

.r_sec .inner .sec_cnt.award_history .award_year .year_ttl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #5cb9b7;
  background: url("../img/common/ttl_bd.png") no-repeat left bottom;
  background-size: auto 3px;
  padding-bottom: 15px;
  margin-bottom: 21px;
}

@media screen and (max-width: 767px) {
  .r_sec .inner .sec_cnt.award_history .award_year .year_ttl {
    font-size: 16px;
  }
}

.r_sec .inner .sec_cnt.award_history .award_year .year_ttl span {
  font-weight: normal;
}

.r_sec .inner .sec_cnt.award_history .award_year .year_ttl span a {
  font-size: 15px;
  color: #5cb9b7;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .r_sec .inner .sec_cnt.award_history .award_year .year_ttl span a {
    font-size: 14px;
  }
}

.r_sec .inner .sec_cnt.award_history .award_year .year_ttl span a:hover {
  text-decoration: none;
}

.r_sec .inner .sec_cnt.award_history .award_year .year_ttl span img {
  margin-left: 10px;
}

.r_sec .inner .sec_cnt.award_history .award_year .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .r_sec .inner .sec_cnt.award_history .award_year .name {
    display: block;
  }
}

.r_sec .inner .sec_cnt.award_history .award_year .name li {
  background: url("../img/monument/monument_hdot.svg") no-repeat left 0.8em;
  background-size: 10px;
  font-weight: bold;
  font-size: 20px;
  padding-left: 20px;
  margin-bottom: 13px;
  margin-right: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media screen and (max-width: 767px) {
  .r_sec .inner .sec_cnt.award_history .award_year .name li {
    display: block;
    margin-right: 0;
    font-size: 18px;
  }
}

.r_sec .inner .sec_cnt.award_history .award_year .name li:last-of-type {
  margin-right: 0;
}

.r_sec .inner .sec_cnt.award_history .award_year .name li .name2 {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.r_sec .inner .sec_cnt.award_history .award_year .name li .katagaki {
  font-weight: normal;
  font-size: 15px;
  -webkit-flex-shrink: 2;
      -ms-flex-negative: 2;
          flex-shrink: 2;
}

@media screen and (max-width: 767px) {
  .r_sec .inner .sec_cnt.award_history .award_year .name li .katagaki {
    display: block;
    line-height: 1.6;
    font-size: 13px;
  }
}

.r_sec .inner .sec_cnt.award_history .award_year .special {
  background: #f4f8f8;
  height: 76px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  margin: 0 0 25px;
}

@media screen and (max-width: 767px) {
  .r_sec .inner .sec_cnt.award_history .award_year .special {
    display: block;
    padding: 20px;
    height: auto;
  }
}

.r_sec .inner .sec_cnt.award_history .award_year .special .ttl {
  font-weight: bold;
  color: #5cb9b7;
  border-right: 1px solid #5cb9b7;
  line-height: 26px;
  padding-right: 142px;
  margin-right: 30px;
}

@media screen and (max-width: 1280px) {
  .r_sec .inner .sec_cnt.award_history .award_year .special .ttl {
    padding-right: 20px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}

@media screen and (max-width: 767px) {
  .r_sec .inner .sec_cnt.award_history .award_year .special .ttl {
    border-right: none;
    border-bottom: 1px solid #5cb9b7;
    padding: 0 0 8px;
    margin-bottom: 8px;
  }
}

.r_sec .inner .sec_cnt.award_history .award_year .special ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.r_sec .inner .sec_cnt.award_history .award_year .special ul li {
  background: url("../img/monument/monument_hdot.svg") no-repeat left 0.8em;
  background-size: 5px;
  font-weight: bold;
  font-size: 16px;
  padding-left: 15px;
  margin-right: 23px;
}

@media screen and (max-width: 767px) {
  .r_sec .inner .sec_cnt.award_history .award_year .special ul li {
    font-size: 15px;
  }
}

.r_sec .inner .sec_cnt.award_history .award_year .special ul li:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .r_sec .inner .sec_cnt.award_history .award_year .special ul li span {
    font-size: 13px;
  }
}

.r_sec .inner .sec_cnt.award_history .award_year .cnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .r_sec .inner .sec_cnt.award_history .award_year .cnt {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.r_sec .inner .sec_cnt.award_history .award_year .cnt li {
  text-align: center;
  margin-right: 20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .r_sec .inner .sec_cnt.award_history .award_year .cnt li {
    width: 48%;
    margin-right: 0;
  }
}

.r_sec .inner .sec_cnt.award_history .award_year .cnt li:last-of-type {
  margin-right: 0;
}

.r_sec .inner .sec_cnt.award_history .award_year .cnt li .img {
  font-size: 0;
  margin-bottom: 10px;
}

.r_sec .inner .sec_cnt.award_history .award_year .cnt li .txt {
  font-size: 14px;
}

.sec_cnt .cnt_list {
  margin-bottom: 27px;
}

.sec_cnt .cnt_list > li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .sec_cnt .cnt_list > li {
    display: block;
  }
}

.sec_cnt .cnt_list > li.noimg .cnt {
  width: 100%;
}

.sec_cnt .cnt_list > li .img {
  font-size: 0;
  margin-bottom: 33px;
}

@media screen and (max-width: 767px) {
  .sec_cnt .cnt_list > li .img {
    text-align: center;
  }
}

.sec_cnt .cnt_list > li .cnt {
  width: 755px;
  padding-top: 10px;
}

@media screen and (max-width: 1280px) {
  .sec_cnt .cnt_list > li .cnt {
    width: calc(100% - 320px);
  }
}

@media screen and (max-width: 767px) {
  .sec_cnt .cnt_list > li .cnt {
    width: 100%;
    margin-bottom: 30px;
  }
}

.sec_cnt .cnt_list > li .cnt .ttl {
  font-size: 18px;
  font-weight: bold;
  color: #5cb9b7;
  background: url("../img/common/ttl_bd.png") no-repeat left bottom;
  background-size: auto 3px;
  padding-bottom: 15px;
  margin-bottom: 25px;
  position: relative;
}

.sec_cnt .cnt_list > li .cnt .copy {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
}

.sec_cnt .cnt_list > li .cnt .txt {
  font-size: 15px;
  margin-bottom: 15px;
}

.sec_cnt .cnt_list > li .cnt .txt a {
  color: #5cb9b7;
  text-decoration: underline;
  position: relative;
  padding-right: 30px;
}

.sec_cnt .cnt_list > li .cnt .txt a:hover {
  text-decoration: none;
}

.sec_cnt .cnt_list > li .cnt .txt a:before {
  content: "";
  display: block;
  background: url("../img/common/arrow_blank.svg") no-repeat;
  background-size: 17px;
  width: 17px;
  height: 12px;
  position: absolute;
  right: 6px;
  top: 3px;
}

.sec_cnt .cnt_list > li .cnt .link {
  text-align: right;
  font-size: 15px;
}

.sec_cnt .cnt_list > li .cnt .link a {
  color: #5cb9b7;
  text-decoration: underline;
}

.sec_cnt .cnt_list > li .cnt .link a:hover {
  text-decoration: none;
}

.sec_cnt .cnt_list > li .cnt .link img {
  margin-left: 10px;
}

.sec_cnt .cnt_list > li .cnt .dot_list.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.sec_cnt .cnt_list > li .cnt .dot_list.horizontal li {
  margin-right: 35px;
}

.sec_cnt .cnt_list > li .cnt .dot_list li {
  background: url("../img/monument/monument_hdot.svg") no-repeat left 0.8em;
  background-size: 5px;
  padding-left: 15px;
  margin-bottom: 13px;
  font-size: 15px;
}

.sec_cnt .cnt_list > li .cnt .ttl2 {
  font-size: 20px;
  font-weight: bold;
  padding-left: 18px;
  position: relative;
  margin-bottom: 25px;
}

.sec_cnt .cnt_list > li .cnt .ttl2:before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #abdad9;
  position: absolute;
  left: 0;
  top: 50%;
}

.sec_cnt .cnt_list > li .cnt .doc_link a {
  color: #5cb9b7;
  text-decoration: underline;
  margin-right: 8px;
}

.sec_cnt .cnt_list > li .cnt .doc_link a:hover {
  text-decoration: none;
}

.sec_cnt .cnt_list > li .cnt .txt2 {
  font-size: 15px;
  margin-bottom: 30px;
}

.sec_cnt .cnt_list > li .cnt .btn_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 1280px) {
  .sec_cnt .cnt_list > li .cnt .btn_list li {
    width: 24%;
  }
}

@media screen and (max-width: 1100px) {
  .sec_cnt .cnt_list > li .cnt .btn_list li {
    width: 48%;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 540px) {
  .sec_cnt .cnt_list > li .cnt .btn_list li {
    width: 100%;
  }
}

.sec_cnt .cnt_list > li .cnt .btn_list li a {
  border: 2px solid #5cb9b7;
  width: 249px;
  height: 58px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  border-radius: 5px;
  font-size: 15px;
  color: #5cb9b7;
  font-weight: bold;
  background: url("../img/common/ico_doc.svg") no-repeat right 20px center;
  background-size: 10px;
  line-height: 1.3;
}

.sec_cnt .cnt_list > li .cnt .btn_list li a:hover {
  background: #5cb9b7 url("../img/common/ico_doc_white.svg") no-repeat right 20px center;
  background-size: 10px;
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 1280px) {
  .sec_cnt .cnt_list > li .cnt .btn_list li a {
    width: 100%;
    font-size: 14px;
    background-position: right 10px center;
  }
}

.sec_cnt .cnt_list > li .cnt .btn_list li a span {
  font-size: 13px;
}

.monument_archive {
  margin-bottom: 40px;
  padding-bottom: 130px;
}

@media screen and (max-width: 767px) {
  .monument_archive {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}

.shop_sec1 {
  margin-bottom: 40px;
  padding-bottom: 130px;
}

@media screen and (max-width: 767px) {
  .shop_sec1 {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}

.award_sec1 {
  margin-bottom: 40px;
  padding-bottom: 130px;
}

.guide_sec1 {
  padding-bottom: 130px;
}

@media screen and (max-width: 767px) {
  .guide_sec1 {
    padding-bottom: 60px;
  }
}

.access {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 1080px;
}

@media screen and (max-width: 1280px) {
  .access {
    width: 100%;
  }
}

.access .gmap {
  padding: 20px;
  width: 610px;
  height: 370px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 1100px) {
  .access .gmap {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .access .gmap {
    padding: 15px;
    height: 350px;
  }
}

.access .gmap:before {
  content: "";
  display: block;
  background: #eff3ea;
  width: 730px;
  height: 370px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

@media screen and (max-width: 1100px) {
  .access .gmap:before {
    width: 100%;
  }
}

.access .gmap iframe {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}

.access .access_cnt {
  width: 440px;
  padding-top: 63px;
  position: relative;
  z-index: 20;
}

@media screen and (max-width: 1280px) {
  .access .access_cnt {
    width: calc(100% - 630px);
  }
}

@media screen and (max-width: 1100px) {
  .access .access_cnt {
    width: 100%;
    padding-top: 40px;
  }
}

.access .access_cnt .txt {
  font-size: 15px;
  margin-bottom: 30px;
}

.access .access_cnt .access_link a {
  text-decoration: underline;
}

.access .access_cnt .access_link a:hover {
  text-decoration: none;
}

.access .access_cnt .access_link img {
  margin-left: 10px;
}

.access .access_cnt .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 24px;
  font-size: 15px;
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .access .access_cnt .link {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.access .access_cnt .link img {
  margin-left: 5px;
}

.access .access_cnt .link a {
  color: #5cb9b7;
  text-decoration: underline;
}

.access .access_cnt .link a:hover {
  text-decoration: none;
}

@media screen and (max-width: 1100px) {
  .access .access_cnt .img {
    text-align: right;
    margin-top: -40px;
  }
  .access .access_cnt .img img {
    max-width: 50%;
  }
}

article.history {
  margin-bottom: 130px;
}

article.history.archive {
  margin-bottom: 0;
}

article.history .history_detail {
  width: 1200px;
  margin: 0 auto;
  background: url("../img/history/bg_texture.jpg") repeat;
  padding: 100px 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}

@media screen and (max-width: 1280px) {
  article.history .history_detail {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
}

@media screen and (max-width: 900px) {
  article.history .history_detail {
    padding: 100px 40px;
  }
}

@media screen and (max-width: 767px) {
  article.history .history_detail {
    padding: 30px 15px;
  }
}

article.history .history_detail .history_point {
  position: absolute;
  right: 34px;
  top: -47px;
}

@media screen and (max-width: 767px) {
  article.history .history_detail .history_point {
    width: 55px;
    right: 7px;
    top: -30px;
  }
}

article.history .history_detail .cnt {
  width: 760px;
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  article.history .history_detail .cnt {
    width: 100%;
  }
}

article.history .history_detail .cnt .history_ttl {
  border-bottom: 2px solid #8a4b63;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 48px;
  padding-right: 30px;
  margin-bottom: 60px;
  position: relative;
}

@media screen and (max-width: 767px) {
  article.history .history_detail .cnt .history_ttl {
    padding-right: 85px;
    padding-bottom: 20px;
    margin-bottom: 34px;
    min-height: 85px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 1280px) {
  article.history .history_detail .cnt .history_ttl img:last-of-type {
    position: absolute;
    bottom: -60px;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  article.history .history_detail .cnt .history_ttl img:last-of-type {
    width: 55px;
    bottom: -27px;
  }
}

article.history .history_detail .cnt p {
  margin-bottom: 37px;
}

@media screen and (max-width: 767px) {
  article.history .history_detail .cnt p {
    font-size: 15px;
  }
}

article.history .history_detail .cnt hr {
  background: url("../img/history/line.png") no-repeat;
  width: 100%;
  height: 3px;
  border: none;
  margin: 60px 0;
}

article.history .history_detail .cnt .img {
  text-align: center;
  font-size: 0;
}

article.history .history_detail .cnt .caption {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  width: 450px;
  min-height: 52px;
  font-size: 14px;
  margin: 0 auto 60px;
  padding: 12px 0;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  article.history .history_detail .cnt .caption {
    width: 100%;
    font-size: 13px;
  }
}

article.history .history_nav {
  margin-top: 60px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  article.history .history_nav {
    padding: 0 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 600px) {
  article.history .history_nav {
    display: block;
    padding-bottom: 50px;
    position: relative;
  }
}

@media screen and (max-width: 680px) {
  article.history .history_nav li {
    margin-bottom: 14px;
  }
}

article.history .history_nav li a {
  color: #5cb9b7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

article.history .history_nav li.prev {
  min-width: 230px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  article.history .history_nav li.prev {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  article.history .history_nav li.prev a {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

article.history .history_nav li.prev img {
  margin-right: 10px;
}

article.history .history_nav li.back {
  margin: 0 135px;
}

@media screen and (max-width: 767px) {
  article.history .history_nav li.back {
    margin: 0 20px;
  }
}

@media screen and (max-width: 680px) {
  article.history .history_nav li.back {
    position: absolute;
    width: calc(100% - 40px);
    bottom: -24px;
    margin: 0;
  }
}

@media screen and (max-width: 680px) {
  article.history .history_nav li.back a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

article.history .history_nav li.back img {
  margin-right: 10px;
}

article.history .history_nav li.next {
  min-width: 230px;
}

@media screen and (max-width: 767px) {
  article.history .history_nav li.next {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  article.history .history_nav li.next a {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

article.history .history_nav li.next img {
  margin-left: 13px;
}

article.guide .guide_head {
  margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
  article.guide .guide_head {
    margin-bottom: 40px;
  }
}

article.guide .guide_head ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 35px;
}

@media screen and (max-width: 1280px) {
  article.guide .guide_head ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  article.guide .guide_head ul {
    padding: 0 10px;
  }
}

article.guide .guide_head ul li {
  margin-right: 30px;
}

@media screen and (max-width: 1280px) {
  article.guide .guide_head ul li {
    width: 32%;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  article.guide .guide_head ul li {
    width: 30%;
  }
  article.guide .guide_head ul li:nth-of-type(3) {
    width: 36%;
  }
}

article.guide .guide_head ul li:nth-of-type(3) {
  margin-right: 0;
}

article.guide .guide_head ul li a {
  border: 2px solid #5cb9b7;
  width: 249px;
  height: 58px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  border-radius: 5px;
  font-size: 15px;
  color: #5cb9b7;
  font-weight: bold;
  background: url("../img/common/arrowu.svg") no-repeat right 20px center;
  background-size: 10px;
}

article.guide .guide_head ul li a:hover {
  background: #5cb9b7 url("../img/common/arrowuw.svg") no-repeat right 20px center;
  background-size: 10px;
  color: #fff;
  opacity: 1;
}

@media screen and (max-width: 1280px) {
  article.guide .guide_head ul li a {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  article.guide .guide_head ul li a {
    font-size: 13px;
    background: none;
  }
}

@media screen and (max-width: 360px) {
  article.guide .guide_head ul li a {
    font-size: 12px;
  }
}

article.guide .guide_head p {
  text-align: center;
  font-size: 15px;
}

@media screen and (max-width: 1280px) {
  article.guide .guide_head p {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  article.guide .guide_head p {
    text-align: left;
  }
}

article.guide .r_sec {
  padding: 0 20px;
}

article.guide .bg_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 1080px;
  margin-bottom: 80px;
}

@media screen and (max-width: 1280px) {
  article.guide .bg_box {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  article.guide .bg_box {
    width: 100%;
    margin-bottom: 40px;
  }
}

article.guide .bg_box .img {
  padding: 20px;
  width: 610px;
  height: 290px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 1280px) {
  article.guide .bg_box .img {
    width: 65%;
    height: auto;
    font-size: 0;
  }
}

@media screen and (max-width: 767px) {
  article.guide .bg_box .img {
    width: 100%;
    padding: 15px;
  }
}

article.guide .bg_box .img img {
  position: relative;
  z-index: 10;
}

article.guide .bg_box .img:before {
  content: "";
  display: block;
  background: #eff3ea;
  width: 730px;
  height: 330px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

@media screen and (max-width: 1280px) {
  article.guide .bg_box .img:before {
    width: 140%;
  }
}

@media screen and (max-width: 767px) {
  article.guide .bg_box .img:before {
    width: 100%;
    height: 100%;
  }
}

article.guide .bg_box .txt {
  width: 440px;
  padding-top: 63px;
  position: relative;
  z-index: 20;
  font-size: 15px;
}

@media screen and (max-width: 1280px) {
  article.guide .bg_box .txt {
    width: 33%;
  }
}

@media screen and (max-width: 767px) {
  article.guide .bg_box .txt {
    width: 100%;
    padding-top: 30px;
  }
}

article.guide .outline_link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 1280px) {
  article.guide .outline_link li {
    width: 24%;
  }
}

@media screen and (max-width: 767px) {
  article.guide .outline_link li {
    width: 48%;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  article.guide .outline_link li {
    width: 100%;
    text-align: center;
  }
}

article.contact {
  margin-bottom: 130px;
}

article.contact.confirm .pp_ttl,
article.contact.confirm .pp,
article.contact.confirm .pp_chk {
  display: none;
}

@media screen and (max-width: 767px) {
  article.contact.confirm .submit {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}

@media screen and (max-width: 767px) {
  article.contact.confirm .submit input {
    width: 48% !important;
  }
}

article.contact .lead {
  text-align: center;
  font-size: 15px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1280px) {
  article.contact .lead {
    width: calc(100% - 40px);
    margin: 0 20px 30px;
  }
}

@media screen and (max-width: 767px) {
  article.contact .lead {
    text-align: left;
  }
}

article.contact .memo2 {
  background: #f4f8f8;
  height: 102px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 25px 30px;
  margin: 0 auto 60px;
  width: 1080px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1280px) {
  article.contact .memo2 {
    width: calc(100% - 40px);
    margin: 0 20px 60px;
  }
}

@media screen and (max-width: 767px) {
  article.contact .memo2 {
    display: block;
    height: auto;
    padding: 20px 24px;
  }
}

article.contact .memo2 .ttl {
  font-weight: bold;
  color: #5cb9b7;
  border-right: 1px solid #5cb9b7;
  width: 190px;
  height: 52px;
  line-height: 1.6;
  margin-right: 30px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  article.contact .memo2 .ttl {
    width: 100%;
    border: none;
    border-bottom: 1px solid #5cb9b7;
    padding-bottom: 6px;
    margin-bottom: 6px;
    height: auto;
  }
  article.contact .memo2 .ttl br {
    display: none;
  }
}

article.contact .memo2 .txt {
  font-size: 15px;
}

article.contact .memo2 .txt a {
  color: #5cb9b7;
  text-decoration: underline;
}

article.contact .memo2 .txt a:hover {
  text-decoration: none;
}

article.contact .contact_form {
  width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  article.contact .contact_form {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

article.contact .contact_form .table {
  border-top: 1px solid #5cb9b7;
  width: 100%;
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  article.contact .contact_form .table {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  article.contact .contact_form .table .t-tr {
    display: block;
  }
}

article.contact .contact_form .table .t-tr .t-th,
article.contact .contact_form .table .t-tr .t-td {
  border-bottom: 1px solid #e0efef;
}

@media screen and (max-width: 767px) {
  article.contact .contact_form .table .t-tr .t-th,
  article.contact .contact_form .table .t-tr .t-td {
    display: block;
  }
}

article.contact .contact_form .table .t-tr .t-th {
  width: 300px;
  background: #f4f8f8;
  vertical-align: middle;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding: 18px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1280px) {
  article.contact .contact_form .table .t-tr .t-th {
    width: 280px;
  }
}

@media screen and (max-width: 767px) {
  article.contact .contact_form .table .t-tr .t-th {
    width: 100%;
    padding: 10px 15px;
  }
}

article.contact .contact_form .table .t-tr .t-th .his {
  width: 50px;
  height: 20px;
  font-size: 13px;
  color: #fff;
  background: #5cb9b7;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 25px;
  border-radius: 3px;
  top: calc(50% - 10px);
}

article.contact .contact_form .table .t-tr .t-td {
  font-size: 16px;
  padding: 18px 30px;
}

@media screen and (max-width: 767px) {
  article.contact .contact_form .table .t-tr .t-td {
    padding: 18px 15px;
  }
}

article.contact .contact_form .table .t-tr .t-td.zip span {
  margin-right: 15px;
}

article.contact .contact_form .table .t-tr .t-td.zip input {
  width: 250px;
}

article.contact .contact_form .table .t-tr .t-td input {
  width: 100%;
  height: 30px;
  border: 1px solid #acacac;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}

article.contact .contact_form .table .t-tr .t-td textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #acacac;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}

article.contact .contact_form .pp_ttl {
  font-size: 18px;
  font-weight: bold;
  color: #5cb9b7;
  margin-bottom: 13px;
}

article.contact .contact_form .pp {
  border: 1px solid #cccccc;
  height: 260px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px 35px;
  overflow: auto;
  margin-bottom: 100px;
}

article.contact .contact_form .pp .ttl {
  font-size: 15px;
  font-weight: bold;
  color: #5cb9b7;
  margin-bottom: 10px;
  margin-top: 34px;
}

article.contact .contact_form .pp .ttl:first-of-type {
  margin-top: 0;
}

article.contact .contact_form .pp p {
  font-size: 13px;
  margin-bottom: 15px;
}

article.contact .contact_form .pp ol {
  padding-left: 43px;
  margin-bottom: 34px;
}

article.contact .contact_form .pp ol li {
  list-style-type: decimal;
  font-size: 13px;
  margin-bottom: 15px;
}

article.contact .contact_form .pp_chk {
  text-align: center;
  font-size: 13px;
  margin-bottom: 25px;
}

article.contact .contact_form .pp_chk input {
  margin-right: 6px;
}

article.contact .contact_form .submit {
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

article.contact .contact_form .submit button,
article.contact .contact_form .submit input {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0 auto;
  border: 2px solid #5cb9b7;
  width: 290px;
  height: 58px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 30px;
  border-radius: 5px;
  font-size: 15px;
  color: #5cb9b7;
  font-weight: bold;
  background: url("../img/common/arrowr.svg") no-repeat right 20px center;
  background-size: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  article.contact .contact_form .submit button,
  article.contact .contact_form .submit input {
    max-width: 100%;
    margin: 0;
  }
}

article.contact .contact_form .submit button:hover,
article.contact .contact_form .submit input:hover {
  color: #fff;
  background: #5cb9b7 url("../img/common/arrowrw.svg") no-repeat right 20px center;
  background-size: 5px;
}

article.contact .contact_form .submit button.back,
article.contact .contact_form .submit input.back {
  background: url("../img/common/arrowl.svg") no-repeat left 20px center;
  background-size: 5px;
}

article.contact .contact_form .submit button.back:hover,
article.contact .contact_form .submit input.back:hover {
  background: #5cb9b7 url("../img/common/arrowlw.svg") no-repeat left 20px center;
  background-size: 5px;
}

article.contact .contact_form .submit button:nth-of-type(2),
article.contact .contact_form .submit input:nth-of-type(2) {
  color: #fff;
  background: #5cb9b7 url("../img/common/arrowrw.svg") no-repeat right 20px center;
  background-size: 5px;
}

article.contact .contact_form .submit button:nth-of-type(2):hover,
article.contact .contact_form .submit input:nth-of-type(2):hover {
  color: #5cb9b7;
  background: url("../img/common/arrowr.svg") no-repeat right 20px center;
  background-size: 5px;
}

article.contact .thanks {
  text-align: center;
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  article.contact .thanks {
    padding: 0 20px;
  }
}

article.contact .thanks .mark {
  margin-bottom: 7px;
}

article.contact .thanks .ttl {
  font-size: 24px;
  font-weight: bold;
  color: #5cb9b7;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  article.contact .thanks .ttl {
    font-size: 20px;
  }
}

article.contact .thanks p {
  margin-bottom: 30px;
  font-size: 15px;
}

article.contact .thanks .btn {
  margin-top: 97px;
}

article.contact .thanks .btn a {
  margin: 0 auto;
  border: 2px solid #5cb9b7;
  width: 290px;
  height: 58px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  border-radius: 5px;
  font-size: 15px;
  color: #5cb9b7;
  font-weight: bold;
  background: url("../img/common/arrowr.svg") no-repeat right 20px center;
  background-size: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

article.contact .thanks .btn a:hover {
  color: #fff;
  background: #5cb9b7 url("../img/common/arrowrw.svg") no-repeat right 20px center;
  background-size: 5px;
  opacity: 1;
}

article.member {
  margin-bottom: 130px;
}

article.member .member_cnt {
  width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  article.member .member_cnt {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  article.member .member_cnt {
    display: block;
  }
}

article.member .member_cnt .doc_link {
  text-align: right;
  margin-bottom: 20px;
}

article.member .member_cnt .doc_link a {
  color: #5cb9b7;
  text-decoration: underline;
  margin-right: 12px;
  font-size: 15px;
}

article.member .member_cnt .doc_link a:hover {
  text-decoration: none;
}

article.member .member_cnt .member_select {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  article.member .member_cnt .member_select {
    border: 1px solid #5cb9b7;
    border-bottom: none;
  }
}

article.member .member_cnt .member_select li {
  width: 190px;
}

@media screen and (max-width: 1280px) {
  article.member .member_cnt .member_select li {
    width: 19%;
  }
}

@media screen and (max-width: 900px) {
  article.member .member_cnt .member_select li {
    width: 17%;
  }
  article.member .member_cnt .member_select li:nth-of-type(3) {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  article.member .member_cnt .member_select li {
    width: 50% !important;
  }
  article.member .member_cnt .member_select li:first-of-type {
    width: 100% !important;
  }
  article.member .member_cnt .member_select li:nth-of-type(even) {
    border-right: 1px solid #5cb9b7;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

article.member .member_cnt .member_select li a {
  margin: 0 auto;
  border: 2px solid #5cb9b7;
  width: 100%;
  height: 58px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  border-radius: 5px;
  font-size: 15px;
  color: #5cb9b7;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  article.member .member_cnt .member_select li a {
    height: 44px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #5cb9b7;
    font-size: 14px;
  }
}

article.member .member_cnt .member_select li a:hover {
  color: #fff;
  background: #5cb9b7;
  opacity: 1;
}

article.member .member_cnt .member_select li.current-cat a {
  background: #5cb9b7;
  color: #fff;
  position: relative;
}

article.member .member_cnt .member_select li.current-cat a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #5cb9b7 transparent transparent transparent;
  position: absolute;
  bottom: -8px;
  left: calc(50% - 8px);
}

@media screen and (max-width: 767px) {
  article.member .member_cnt .member_select li.current-cat a:after {
    display: none;
  }
}

article.member .member_cnt .member_enry_list {
  border-top: 1px solid #e0efef;
  margin-bottom: 100px;
}

article.member .member_cnt .member_enry_list.shop_entry_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-bottom: 1px solid #e0efef;
  padding: 16px 0;
}

article.member .member_cnt .member_enry_list.shop_entry_list li .date {
  width: 190px;
  text-align: left;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  color: #a1a1a1;
  font-family: arial;
}

@media screen and (max-width: 767px) {
  article.member .member_cnt .member_enry_list.shop_entry_list li .date {
    padding-left: 10px;
    width: 110px;
  }
}

article.member .member_cnt .member_enry_list.shop_entry_list li .ttl {
  width: calc(100% - 190px);
}

@media screen and (max-width: 767px) {
  article.member .member_cnt .member_enry_list.shop_entry_list li .ttl {
    width: 100%;
  }
}

article.member .member_cnt .member_enry_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-bottom: 1px solid #e0efef;
  padding: 16px 0;
}

article.member .member_cnt .member_enry_list li .date {
  width: 140px;
  text-align: center;
  font-size: 15px;
  color: #a1a1a1;
  font-family: arial;
}

@media screen and (max-width: 767px) {
  article.member .member_cnt .member_enry_list li .date {
    text-align: left;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 110px;
  }
}

article.member .member_cnt .member_enry_list li .cat {
  margin-right: 60px;
}

@media screen and (max-width: 767px) {
  article.member .member_cnt .member_enry_list li .cat {
    margin-right: 0;
  }
}

article.member .member_cnt .member_enry_list li .cat a {
  width: 170px;
  height: 28px;
  background: #f4f8f8;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #5cb9b7;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  article.member .member_cnt .member_enry_list li .cat a {
    width: 150px;
  }
}

article.member .member_cnt .member_enry_list li .ttl {
  font-size: 15px;
  width: calc(100% - 400px);
}

@media screen and (max-width: 767px) {
  article.member .member_cnt .member_enry_list li .ttl {
    width: 100%;
    padding: 0 10px;
    margin-top: 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.6;
  }
}

article.memberlist .memberlist_head {
  width: 920px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 980px) {
  article.memberlist .memberlist_head {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

article.memberlist .memberlist_head .member_sort {
  margin-bottom: 20px;
  background: url("../img/common/ttl_bd.png") no-repeat left top;
}

article.memberlist .memberlist_head .member_sort > li {
  background: url("../img/common/ttl_bd.png") no-repeat left bottom;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 30px;
}

@media screen and (max-width: 980px) {
  article.memberlist .memberlist_head .member_sort > li {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  article.memberlist .memberlist_head .member_sort > li {
    padding: 10px 12px;
  }
}

article.memberlist .memberlist_head .member_sort > li .ttl {
  background: url("../img/monument/monument_hdot.svg") no-repeat left center;
  background-size: 5px;
  font-weight: bold;
  color: #5cb9b7;
  padding-left: 15px;
  font-size: 16px;
  width: 205px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 980px) {
  article.memberlist .memberlist_head .member_sort > li .ttl {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  article.memberlist .memberlist_head .member_sort > li .ttl {
    font-size: 15px;
  }
}

article.memberlist .memberlist_head .member_sort > li:first-of-type ul li {
  color: #5cb9b7;
}

article.memberlist .memberlist_head .member_sort > li:nth-of-type(2) ul li {
  color: #1d7fc0;
}

@media screen and (max-width: 480px) {
  article.memberlist .memberlist_head .member_sort > li:nth-of-type(2) ul li:nth-of-type(3) {
    margin-right: 0;
  }
}

article.memberlist .memberlist_head .member_sort > li:nth-of-type(3) ul li {
  color: #cb657f;
}

article.memberlist .memberlist_head .member_sort > li ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  article.memberlist .memberlist_head .member_sort > li ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

article.memberlist .memberlist_head .member_sort > li ul li {
  margin-right: 25px;
  font-weight: bold;
  font-size: 18px;
  /*             input{
              margin-right: 10px;
              vertical-align: middle;
              @media screen and (max-width: 767px) {
                margin-right: 5px;
              }
            } */
}

@media screen and (max-width: 980px) {
  article.memberlist .memberlist_head .member_sort > li ul li {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  article.memberlist .memberlist_head .member_sort > li ul li {
    font-size: 15px;
    margin-right: 18px;
  }
}

article.memberlist .memberlist_head .member_sort > li ul li:last-of-type {
  margin-right: 0;
}

article.memberlist .memberlist_head .member_sort > li ul li input {
  display: none;
}

article.memberlist .memberlist_head .member_sort > li ul li .checkbox-parts {
  padding-left: 26px;
  position: relative;
}

article.memberlist .memberlist_head .member_sort > li ul li .checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #cccccc;
}

article.memberlist .memberlist_head .member_sort > li ul li input:checked + .checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 4px;
  width: 6px;
  height: 9px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 3px solid #ba3f3f;
  border-right: 3px solid #ba3f3f;
}

article.memberlist .memberlist_head .clear_btn {
  text-align: right;
  font-size: 15px;
}

article.memberlist .memberlist_head .clear_btn a {
  color: #5cb9b7;
  text-decoration: underline;
}

article.memberlist .memberlist_head .clear_btn a:hover {
  text-decoration: none;
}

article.memberlist .memberlist_cnt {
  background: #f4f8f8;
  padding: 120px 0 100px;
}

@media screen and (max-width: 1280px) {
  article.memberlist .memberlist_cnt {
    padding: 40px 20px;
  }
}

article.memberlist .memberlist_cnt > ul {
  width: 1080px;
  margin: 0 auto;
}

@media screen and (max-width: 1280px) {
  article.memberlist .memberlist_cnt > ul {
    width: 100%;
  }
}

article.memberlist .memberlist_cnt .table_ttl {
  background: #e4efef;
  margin-bottom: 0;
  border-top: 1px solid #5cb9b7;
  display: table;
}

article.memberlist .memberlist_cnt .table_ttl li {
  display: table-cell;
  color: #5cb9b7;
  font-weight: bold;
  font-size: 14px;
  height: 42px;
  vertical-align: middle;
  text-align: center;
}

article.memberlist .memberlist_cnt .table_ttl li:nth-of-type(1) {
  width: 480px;
}

@media screen and (max-width: 767px) {
  article.memberlist .memberlist_cnt .table_ttl li:nth-of-type(1) {
    width: 100%;
  }
}

article.memberlist .memberlist_cnt .table_ttl li:nth-of-type(2) {
  width: 130px;
}

@media screen and (max-width: 767px) {
  article.memberlist .memberlist_cnt .table_ttl li:nth-of-type(2) {
    display: none;
  }
}

article.memberlist .memberlist_cnt .table_ttl li:nth-of-type(3) {
  width: 400px;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  article.memberlist .memberlist_cnt .table_ttl li:nth-of-type(3) {
    display: none;
  }
}

article.memberlist .memberlist_cnt .table_list {
  display: table;
  width: 1080px;
  margin: 0 auto;
  background: #fff;
}

@media screen and (max-width: 1280px) {
  article.memberlist .memberlist_cnt .table_list {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  article.memberlist .memberlist_cnt .table_list {
    display: block;
  }
}

article.memberlist .memberlist_cnt .table_list li {
  display: table-row;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 767px) {
  article.memberlist .memberlist_cnt .table_list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 15px;
    border-bottom: 1px solid #5cb9b7;
  }
}

@media screen and (max-width: 540px) {
  article.memberlist .memberlist_cnt .table_list li {
    display: block;
    padding: 10px 0;
  }
}

article.memberlist .memberlist_cnt .table_list li.is-hide {
  display: none;
}

article.memberlist .memberlist_cnt .table_list li p {
  display: table-cell;
  vertical-align: middle;
  border-bottom: 1px solid #e0efef;
}

@media screen and (max-width: 767px) {
  article.memberlist .memberlist_cnt .table_list li p {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 540px) {
  article.memberlist .memberlist_cnt .table_list li p {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: none;
  }
}

article.memberlist .memberlist_cnt .table_list li p.logo {
  width: 270px;
  padding: 10px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  article.memberlist .memberlist_cnt .table_list li p.logo {
    padding: 0 0 10px;
    width: 35%;
  }
}

@media screen and (max-width: 540px) {
  article.memberlist .memberlist_cnt .table_list li p.logo {
    border-bottom: 1px solid #e0efef;
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-align: center;
    display: block;
    font-size: 0;
    width: 100%;
  }
}

article.memberlist .memberlist_cnt .table_list li p.ttl {
  width: 210px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  article.memberlist .memberlist_cnt .table_list li p.ttl {
    width: 40%;
    padding: 0 10px 8px;
    text-align: left;
  }
}

@media screen and (max-width: 540px) {
  article.memberlist .memberlist_cnt .table_list li p.ttl {
    padding: 0 15px;
    margin-bottom: 8px;
    width: 100%;
  }
}

article.memberlist .memberlist_cnt .table_list li p.ttl a {
  text-decoration: underline;
}

article.memberlist .memberlist_cnt .table_list li p.ttl a:hover {
  text-decoration: none;
}

article.memberlist .memberlist_cnt .table_list li p.tel {
  width: 130px;
  font-size: 15px;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  article.memberlist .memberlist_cnt .table_list li p.tel {
    width: 25%;
  }
}

@media screen and (max-width: 540px) {
  article.memberlist .memberlist_cnt .table_list li p.tel {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 10px;
  }
}

article.memberlist .memberlist_cnt .table_list li .items {
  display: table-cell;
  vertical-align: middle;
  width: 400px;
  border-bottom: 1px solid #e0efef;
  padding: 10px 30px 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  article.memberlist .memberlist_cnt .table_list li .items {
    width: 100%;
    border-bottom: none;
    padding: 10px 0 0;
  }
}

@media screen and (max-width: 540px) {
  article.memberlist .memberlist_cnt .table_list li .items {
    padding: 0 15px;
  }
}

article.memberlist .memberlist_cnt .table_list li .items li {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  border: 1px solid #000;
  padding: 0 5px;
  margin-right: 5px;
}

article.memberlist .memberlist_cnt .table_list li .items li.cat1 {
  color: #5cb9b7;
  border: 1px solid #5cb9b7;
}

article.memberlist .memberlist_cnt .table_list li .items li.cat2 {
  color: #1d7fc0;
  border: 1px solid #1d7fc0;
}

article.memberlist .memberlist_cnt .table_list li .items li.cat3 {
  color: #cb657f;
  border: 1px solid #cb657f;
}

.topics {
  margin-bottom: 130px;
}

.topics .topics_list {
  width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 60px;
}

@media screen and (max-width: 1280px) {
  .topics .topics_list {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  .topics .topics_list {
    display: block;
  }
}

.topics .topics_list li {
  width: 332px;
  margin-right: 40px;
  margin-bottom: 45px;
  position: relative;
}

@media screen and (max-width: 1280px) {
  .topics .topics_list li {
    width: 31%;
    margin-right: 3.5%;
  }
}

@media screen and (max-width: 767px) {
  .topics .topics_list li {
    width: 100%;
    margin: 0 auto 50px;
    max-width: 332px;
  }
}

.topics .topics_list li:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .topics .topics_list li:nth-of-type(3n) {
    margin-right: auto;
  }
}

.topics .topics_list li a {
  display: block;
}

.topics .topics_list li a:hover {
  opacity: 1;
}

.topics .topics_list li a:hover .img img {
  -ms-filter: blur(6px);
  -webkit-filter: blur(6px);
          filter: blur(6px);
}

.topics .topics_list li a:hover .img:before, .topics .topics_list li a:hover .img:after {
  opacity: 1;
}

.topics .topics_list li a:hover .head {
  opacity: 0.6;
}

.topics .topics_list li .img {
  border: 1px solid #abdad9;
  border-top: 2px solid #5cb9b7;
  font-size: 0;
  position: relative;
  margin-bottom: 19px;
  max-width: 332px;
  overflow: hidden;
  margin: 0 auto 19px;
}

.topics .topics_list li .img img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 767px) {
  .topics .topics_list li .img img {
    width: 100%;
    height: 50vw;
    max-height: 190px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.topics .topics_list li .img:before {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(35, 116, 114, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .topics .topics_list li .img:before {
    display: none;
  }
}

.topics .topics_list li .img:after {
  content: "もっと見る";
  border: 2px solid #fff;
  width: 200px;
  height: 58px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  border-radius: 5px;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  background: url("../img/common/arrowrw.svg") no-repeat right 20px center;
  background-size: 5px;
  position: absolute;
  top: calc(50% - 29px);
  left: calc(50% - 100px);
  z-index: 20;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .topics .topics_list li .img:after {
    display: none;
  }
}

.topics .topics_list li .head {
  background: url("../img/common/ttl_bd.png") repeat-x center bottom;
  background-size: auto 3px;
  padding-bottom: 15px;
  margin-bottom: 12px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 1280px) {
  .topics .topics_list li .head {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .topics .topics_list li .head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.topics .topics_list li .head .ttl {
  font-size: 18px;
  font-weight: bold;
  color: #5cb9b7;
  line-height: 1.6;
  width: 250px;
}

@media screen and (max-width: 1280px) {
  .topics .topics_list li .head .ttl {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .topics .topics_list li .head .ttl {
    width: calc(100% - 82px);
  }
}

.topics .topics_list li .head .date {
  font-size: 13px;
  color: #a1a1a1;
  padding-top: 3px;
  padding-right: 8px;
  font-family: arial;
}

.topics .topics_list li .txt {
  font-size: 15px;
}

.entry {
  width: 860px;
  margin: 0 auto;
}

@media screen and (max-width: 920px) {
  .entry {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.entry .main_img {
  margin-bottom: 16px;
  text-align: center;
}

.entry .entry_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.entry .date {
  font-size: 16px;
  color: #898989;
  padding-left: 5px;
  margin-bottom: 10px;
  font-family: arial;
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .entry .date {
    font-size: 14px;
    margin-right: 30px;
  }
}

.entry .cat a {
  min-width: 140px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 28px;
  background: #f4f8f8;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #5cb9b7;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .entry .cat a {
    font-size: 13px;
    min-width: 120px;
    height: 24px;
  }
}

.entry .entry_ttl {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .entry .entry_ttl {
    font-size: 24px;
    margin-bottom: 40px;
  }
}

.entry .entry_body {
  width: 760px;
  margin: 0 auto 110px;
}

@media screen and (max-width: 780px) {
  .entry .entry_body {
    width: 100%;
  }
}

.entry .entry_body h2 {
  background: #5cb9b7;
  border-radius: 5px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 45px;
  padding: 15px 20px;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .entry .entry_body h2 {
    font-size: 20px;
  }
}

.entry .entry_body h3 {
  font-size: 20px;
  font-weight: bold;
  color: #5cb9b7;
  border-bottom: 2px solid #5cb9b7;
  line-height: 1.6;
  padding-bottom: 22px;
  margin-bottom: 45px;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .entry .entry_body h3 {
    font-size: 18px;
  }
}

.entry .entry_body h4,
.entry .entry_body h5,
.entry .entry_body h6 {
  font-size: 18px;
  font-weight: bold;
  padding-left: 20px;
  border-left: 5px solid #5cb9b7;
  line-height: 1.6;
  margin-bottom: 40px;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .entry .entry_body h4,
  .entry .entry_body h5,
  .entry .entry_body h6 {
    font-size: 16px;
  }
}

.entry .entry_body p {
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .entry .entry_body p {
    font-size: 15px;
  }
}

.entry .entry_body a {
  color: #5cb9b7;
  text-decoration: underline;
}

.entry .entry_body a:hover {
  text-decoration: none;
}

.entry .entry_body ul {
  margin-bottom: 60px;
}

.entry .entry_body ul li {
  background: url("../img/monument/monument_hdot.svg") no-repeat left 0.6em;
  background-size: 5px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .entry .entry_body ul li {
    font-size: 15px;
  }
}

.entry .entry_body ol {
  counter-reset: li;
  list-style: none;
  margin-bottom: 60px;
}

.entry .entry_body ol li {
  padding-left: 25px;
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .entry .entry_body ol li {
    font-size: 15px;
  }
}

.entry .entry_body ol li:before {
  color: #ba3f3f;
  font-weight: bold;
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: 0;
  top: 0;
  font-family: arial;
}

.entry .entry_body blockquote {
  width: 750px;
  margin: 0 auto 60px;
  background: #f5f5f5 url("../img/topics/bq_icon.svg") no-repeat 5px 5px;
  background-size: 80px 60px;
  padding: 4px 25px 20px;
  border-radius: 5px;
}

@media screen and (max-width: 790px) {
  .entry .entry_body blockquote {
    width: calc(100% - 30px);
    margin: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.entry .entry_body blockquote p:last-of-type {
  margin-bottom: 0;
}

.pagination ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagination ul li {
  font-size: 17px;
  font-family: "Montserrat", sans-serif;
  width: 34px;
  height: 34px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 6px;
  position: relative;
}

.pagination ul li.active {
  color: #5cb9b7;
}

.pagination ul li.active:before {
  content: "";
  display: block;
  background: url("../img/common/active_icon.png") no-repeat;
  background-size: 22px;
  width: 22px;
  height: 6px;
  position: absolute;
  bottom: -2px;
  left: calc(50% - 11px);
}

.pagination ul li.prev, .pagination ul li.hext {
  width: 14px;
}

.pagination ul li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.paginationSingle {
  margin-top: 60px;
}

.paginationSingle ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.paginationSingle ul li a {
  color: #5cb9b7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.paginationSingle ul li.prev {
  min-width: 70px;
  text-align: left;
}

.paginationSingle ul li.prev img {
  margin-right: 10px;
}

.paginationSingle ul li.back {
  margin: 0 135px;
}

@media screen and (max-width: 767px) {
  .paginationSingle ul li.back {
    margin: 0;
  }
}

.paginationSingle ul li.back img {
  margin-right: 10px;
}

.paginationSingle ul li.next {
  min-width: 70px;
  text-align: right;
}

.paginationSingle ul li.next img {
  margin-left: 13px;
}

.not404page {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .not404page {
    padding: 0 20px;
  }
}

.not404page .ttl {
  font-size: 20px;
  margin-bottom: 50px;
  font-weight: bold;
}
/*# sourceMappingURL=style.css.map */