/* CSS Document */
html {
  font-family: 'Noto Sans JP', sans-serif;
}
body {
  min-width: 1040px;
}
a {
  color: inherit;
  text-decoration: none;
  transition: all .2s;
}
a {
  overflow-wrap: break-word;
  　　　word-wrap: break-word;
}
a:hover {
  opacity: .7;
}
ul {
  list-style: none;
}
img {
  height: auto;
  max-width: 100%;
}
.inner {
  margin: auto;
  padding: 0 20px;
  width: 1040px;
}
.robot {
  font-family: 'Roboto', sans-serif;
}
.section-title {
  padding-bottom: 19px;
  text-align: center;
}
.section-title h2 {
  color: #8a4748;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.2;
}
.section-title h2 + small {
  font-size: 14px;
}
.section-title .ribbon {
  background: url('../img/common/ribbon.svg') no-repeat center;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
}
.section-title h2.flag {
  display: flex;
  justify-content: center;
  line-height: 1.7;
}
.section-title h2.flag span {
  margin: 0 30px;
}
.section-title h2.flag::before {
  background: url('../img/common/flag-left.svg') no-repeat;
  content: '';
  display: block;
  height: 48px;
  width: 56px;
}
.section-title h2.flag::after {
  background: url('../img/common/flag-right.svg') no-repeat;
  content: '';
  display: block;
  height: 48px;
  width: 56px;
}
#loading {
  align-items: center;
  background-color: #fff;
  display: flex;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1000;
}
.p-flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
    padding-top: 79px;
  }
  .inner {
    padding: 0 22px;
    width: 100%;
  }
  .section-title {
    padding-bottom: 11px;
  }
  .section-title h2 {
    font-size: 17px;
    line-height: 1;
  }
  .section-title h2 + small {
    font-size: 12px;
  }
  .section-title h2 + small {
    font-size: 12px;
  }
  .section-title .ribbon {
    font-size: 12px;
  }
  .section-title h2.flag {
    align-items: flex-end;
    line-height: 1.5;
  }
  .section-title h2.flag span {
    margin: 0 5px;
  }
  .section-title h2.flag::before {
    background: url('../img/common/flag-left.svg') no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 20px;
    width: 20px;
  }
  .section-title h2.flag::after {
    background: url('../img/common/flag-right.svg') no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 20px;
    width: 20px;
  }
}
/* ------------------------------------------
  HeaderPC
------------------------------------------ */
.pc-nav .nav-top {
  border-bottom: solid 5px #8a4748;
  height: 91px;
}
.pc-nav .nav-top h1 {
  background: #fff;
  padding-top: 22px;
  text-align: center;
}
.pc-nav .nav-list {
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  margin: auto;
  max-width: 1000px;
  padding: 18px;
}
.pc-nav .nav-list li a {
  color: #8a4748;
  display: block;
  padding-top: 35px;
}
.pc-nav .nav-list li:first-of-type a {
  background: url('../img/common/icon_nav01.svg') no-repeat top center;
}
.pc-nav .nav-list li:nth-of-type(2) a {
  background: url('../img/common/icon_nav02.svg') no-repeat top center;
}
.pc-nav .nav-list li:nth-of-type(3) a {
  background: url('../img/common/icon_nav03.svg') no-repeat top center;
}
.pc-nav .nav-list li:nth-of-type(4) a {
  background: url('../img/common/icon_nav04.svg') no-repeat top center;
}
.pc-nav .nav-list li:nth-of-type(5) a {
  background: url('../img/common/icon_nav05.svg') no-repeat top center;
}
.pc-nav .nav-list li:nth-of-type(6) a {
  background: url('../img/common/icon_nav06.svg') no-repeat top center;
  background-size: 25px;
}
@media screen and (max-width: 768px) {
  .pc-nav-wrap {
    display: none;
  }
}
/* ------------------------------------------
  TOP_slider
------------------------------------------ */
.slider-wrap.inner {
  margin-bottom: 40px;
  width: 100%;
}
.slider-wrap.inner.movie {
  padding: 0;
}
.slider-wrap.inner .movie-wrap {
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
.slider-wrap.inner .movie-wrap iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.slider-wrap.inner .movie-wrap-file video {
  width: 100%;
}
.slider li {
  margin: 0 10px;
}
.slick-prev, .slick-next {
  background: #fff;
  height: 36px;
  width: 36px;
  z-index: 1;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background: #fff;
  opacity: .8;
}
.slick-prev {
  left: 19px;
}
/*.slick-prev:before {
  content: url('../img/common/Icon-small-left.svg');
  display: block;
}*/
.slick-prev:before {
  background: url('../img/common/Icon-small-left.svg') no-repeat center top 15px;
  content: '';
  display: block;
  height: 36px;
  width: 36px;
}


.slick-next {
  right: 19px;
}
/*.slick-next:before {
  content: url('../img/common/Icon-small-right.svg');
  display: block;
}*/
.slick-next:before {
  background: url('../img/common/Icon-small-right.svg') no-repeat center top 15px;
  content: '';
  display: block;
  height: 36px;
  width: 36px;
}
.slick-prev:before, .slick-next:before {
  color: #000;
  position: relative;
  top: -3px;
}
.slick-dots {
  bottom: -25px;
  left: -5px;
}
.slick-dots li {
  cursor: pointer;
  height: 8px;
  margin: 0 4px;
  padding: 0;
  width: 8px;
}
.slick-dots li button:before {
  color: #bbb;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  color: #8a4748;
  opacity: 1;
}
.slick-slide {
  opacity: .5;
}
.slick-center {
  opacity: 1;
}
.slider img {
  width: 2000px;
}
@media screen and (max-width: 768px) {
  .slider-wrap.inner {
    margin-bottom: 20px;
    margin-top: 0;
    padding: 0;
  }
  .slider li {
    margin: 0;
  }
  .slick-prev, .slick-next {
    align-items: center;
    display: flex;
    height: 20px;
    justify-content: center;
    width: 20px;
  }
  .slick-prev {
    left: 4px;
  }
  .slick-prev:before {
    background: url('../img/common/Icon-small-left.svg') center no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 7px;
    width: 6px;
  }
  .slick-next {
    right: 4px;
  }
  .slick-next:before {
    background: url('../img/common/Icon-small-right.svg') center no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 7px;
    width: 6px;
  }
  .slick-prev:before, .slick-next:before {
    color: #000;
    position: relative;
    top: 1px;
  }
  .slick-dots {
    display: none!important;
  }
  .slick-slide {
    opacity: 1!important;
  }
}
/* ------------------------------------------
  TOP_nav_sp
------------------------------------------ */
.top-nav_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-nav_sp {
    display: block;
    margin-bottom: 4px;
  }
}
/* ------------------------------------------
  time-schedule
------------------------------------------ */
.time-schedule {
  background: url('../img/common/bg-timeschedule@2x.png'),rgba(234,158,171,.34);
  background-position: center bottom 15px;
  background-size: 1528px;
  margin-bottom: 50px;
}
.time-schedule::after {
  background: #fff;
  border-bottom: solid 5px #8a4748;
  content: '';
  display: block;
  height: 15px;
  width: 100%;
}
.time-schedule .inner {
  display: flex;
  justify-content: flex-end;
  padding: 20px;
}
.time-schedule dl {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  justify-content: center;
  padding: 0 17.5px;
}
.time-schedule dl:nth-of-type(1) {
  border-left: solid 1px #8a4748;
  border-right: solid 1px #8a4748;
}
.time-schedule dt {
  font-weight: 900;
}
.time-schedule dd {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .time-schedule {
    display: none;
  }
}
/* ------------------------------------------
  TOP_news
------------------------------------------ */
.top-section_news {
  margin-bottom: 100px;
}
.top-section_news .contents {
  display: flex;
  justify-content: space-between;
}
.top-section_news .contents a {
  display: block;
  width: calc((100% - 14px) / 3);
}
@media screen and (max-width: 768px) {
  .top-section_news {
    margin-bottom: 50px;
  }
  .top-section_news .inner {
    background: rgba(138,71,72,.08);
    padding: 20px 38px 30px 38px;
    width: calc(100% - 44px);
  }
  .top-section_news .contents {
    display: block;
  }
  .top-section_news .contents a {
    margin: auto;
    max-width: 400px;
    width: 100%;
  }
}
/* ------------------------------------------
  TOP_info
------------------------------------------ */
.top-section_info {
  margin-bottom: 70px;
}
.top-section_info .archive-btn a {
  border: solid 2px;
  color: #8a4748;
  display: block;
  font-size: 18px;
  margin: 40px auto 160px auto;
  max-width: 340px;
  padding: 10px;
  text-align: center;
  width: 100%;
}
.tab-area {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.tab {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: calc((100% - 140px) / 3);
}
.tab:hover {
  opacity: .7;
}
.tab:first-of-type {
  background: #cecece;
  width: 131px;
}
.tab:nth-of-type(2) {
  background: #8a4748;
}
.tab:nth-of-type(3) {
  background: #4fc3f7;
}
.tab:nth-of-type(4) {
  background: #5dd0be;
}

.content-area {
  padding-top: 53px;
}
.content {
  display: none;
}
.content.show {
  animation: show .2s linear 0s;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.content .item {
  margin-bottom: 45px;
  width: calc((100% - 58px) / 3);
}
.content::after {
  content: '';
  display: block;
  width: calc((100% - 58px) / 3);
}
.content .item .image {
  line-height: 0;
  margin-bottom: 9px;
  padding-top: 100%;
  position: relative;
}
.content .item .image img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.content .item h3 {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 25px;
  line-height: 25px;
  margin-bottom: 6px;
  padding: 0 12px;
}
.content .item .info-category01 {
  background: #8a4748;
}
.content .item .info-category02 {
  background: #4fc3f7;
}
.content .item .info-category03 {
  background: #5dd0be;
}
.content .item .up-date {
  color: #afb6bb;
  font-family: 'Roboto', sans-serif;
}
.content .item .author {
  background-color: #eee;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin-top: 5px;
  padding: 5px;
}
.content .item .description {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .top-section_info {
    margin-bottom: 25px;
  }
  .top-section_info .archive-btn a {
    font-size: 16px;
    margin: 20px auto 100px auto;
  }
  .tab-area {
    flex-wrap: wrap;
  }
  .tab {
    font-size: 12px;
    height: 45px;
    line-height: 45px;
    margin-bottom: 7px;
    width: calc((100% - 7px) / 2);
  }
  .tab:first-of-type {
    width: calc((100% - 7px) / 2);
  }
  .content-area {
    padding-top: 24px;
  }
  .content .item {
    margin-bottom: 40px;
    width: calc((100% - 14px) / 2);
  }
  .content::after {
    width: calc((100% - 14px) / 2);
  }
  .content .item .image {
    margin-bottom: 5px;
  }
  .content .item h3 {
    font-size: 9px;
    height: 18px;
    line-height: 16px;
    margin-bottom: 6px;
    padding: 0 10px;
  }
  .content .item .up-date {
    font-size: 12px;
  }
  .content .item .description {
    font-size: 13px;
    margin-top: -3px;
  }
  .content .item .author {
    font-size: 11px;
  }
}
@media screen and (max-width: 320px) {
  .tab {
    font-size: 10px;
  }
}
/* ------------------------------------------
  TOP_shop
------------------------------------------ */
.top-section_shop {
  margin-bottom: 110px;
}
.top-section_shop .tab {
  font-weight: 500;
  width: calc((100% - 140px) / 4);
}
.top-section_shop .tab:first-of-type {
  width: 131px;
}
.top-section_shop .tab:nth-of-type(2) {
  background: #9e9bde;
}
.top-section_shop .tab:nth-of-type(3) {
  background: #90cc4b;
}
.top-section_shop .tab:nth-of-type(4) {
  background: #bf8844;
}
.top-section_shop .tab:nth-of-type(5) {
  background: #ff95a1;
}

.top-section_shop .content-area {
  padding-top: 43px;
}
.top-section_shop .content {
  display: none;
}
.top-section_shop .content.show {
  animation: show .2s linear 0s;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: -13px;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.top-section_shop .content .item {
  margin: 13px;
  margin-bottom: 45px;
  text-align: center;
  width: calc((100% - 130px) / 5);
}
.top-section_shop .content .item .image {
  margin-bottom: 5px;
}
.top-section_shop .content .item .image img {
  border: solid 1px #f2f2f2;
}
.top-section_shop .content .shop-name {
  font-size: 13.5px;
  text-align: center;
}
.top-section_shop .content .item h3 {
  border-radius: 19px;
  font-weight: 500;
  height: 19px;
  line-height: 18px;
  padding: 0 16px;
}
.content .sub {
  color: gray;
  font-size: 10px;
}
.top-section_shop .content .item .shop-category01 {
  background: #9e9bde;
}
.top-section_shop .content .item .shop-category02 {
  background: #90cc4b;
}
.top-section_shop .content .item .shop-category03 {
  background: #bf8844;
}
.top-section_shop .content .item .shop-category04 {
  background: #ff95a1;
}
@media screen and (max-width: 768px) {
  .top-section_shop {
    margin-bottom: 60px;
  }
  .top-section_shop .tab-area {
    flex-wrap: wrap;
  }
  .top-section_shop .tab {
    font-weight: 500;
    width: calc((100% - 7px) / 2);
  }
  .top-section_shop .tab:first-of-type {
    width: 100%;
  }
  .top-section_shop .content-area {
    padding-top: 27px;
  }
  .top-section_shop .content {
    display: none;
  }
  .top-section_shop .content.show {
    justify-content: space-between;
    margin: 0;
  }
  .top-section_shop .content .item {
    margin: 0;
    margin-bottom: 23px;
    width: calc((100% - 14px) / 2);
  }
  .top-section_shop .content .item .image {
    margin-bottom: 5px;
  }
  .top-section_shop .content .item .image img {
    border: solid 1px #f2f2f2;
  }
  .top-section_shop .content .shop-name {
    font-size: 12px;
  }
  .top-section_shop .content .item h3 {
    border-radius: 17px;
    font-size: 10px;
    height: 17px;
    line-height: 16px;
    padding: 0 16px;
  }
}
/* ------------------------------------------
  footer_top
------------------------------------------ */
.footer_top {
  background: url('../img/common/bg-footer_top.svg') center bottom no-repeat,#8a4748;
  color: #fff;
  padding: 58px 0 39px 0;
}
.footer_top .border-box {
  align-items: center;
  display: flex;
  margin-bottom: 54px;
}
.footer_top .border-box dt {
  font-size: 18px;
  font-weight: 900;
  width: 100%;
}
.footer_top .border-box dd {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1.5px;
  width: 100%;;
}
.footer_top .border-box dl {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding-left: 33px;
}
.footer_top .border-box dl:first-of-type {
  flex-wrap: nowrap;
  padding-left: 0;
  white-space: nowrap;
}
.footer_top .border-box dl:first-of-type dt {
  position: relative;
  top: -5px;
}
.footer_top .border-box span {
  border-left: dotted 2px #fff;
  content: '';
  display: block;
  height: 74px;
  transform: rotate(25deg);
}
.footer_top .border-box dl:first-of-type dt {
  font-size: 28px;
  line-height: 1.2;
  padding-right: 25px;
  text-align: center;
}
.footer_top .border-box dl:first-of-type dd {
  font-size: 27px;
  font-weight: 700;
  padding-right: 45px;
}
.footer_top .border-box + p {
  font-size: 14px;
  margin-top: 5px;
  text-align: right;
}
@media all and (-ms-high-contrast: none) {
  /* ここに書く */
  .footer_top .border-box {
    padding: 10px 30px 30px 30px;
  }
  .footer_top .border-box dl:first-of-type {
    padding-left: 0;
    width: 500px;
  }
  .footer_top .border-box dl:first-of-type dt {
    padding-right: 0;
    width: 200px;
  }
  .footer_top .border-box dl:first-of-type dd {
    padding-right: 25px;
  }
}
@media screen and (max-width: 768px) {
  .footer_top {
    padding: 32px 0 100px 0;
  }
  .footer_top .border-box {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
    padding: 7px 21px;
  }
  .footer_top .border-box dt {
    font-size: 15px;
    font-weight: 900;
    width: inherit;
  }
  .footer_top .border-box dd {
    font-size: 15px;
    letter-spacing: 1.2px;
    line-height: 1.5;
    width: inherit;
  }
  .footer_top .border-box dl {
    align-items: center;
    flex-wrap: wrap;
    max-width: 400px;
    padding: 14px 5px;
    width: 100%;
  }
  .footer_top .border-box span {
    display: none;
  }
  .footer_top .border-box dl:first-of-type {
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
  }
  .footer_top .border-box dl:first-of-type dt {
    top: 0;
  }
  .footer_top .border-box dl + dl {
    border-left: none;
    border-top: dotted 2px #fff;
    height: inherit;
  }
  .footer_top .border-box dl:first-of-type dt {
    font-size: 17px;
    padding-right: 0;
    width: 100%;
  }
  .footer_top .border-box dl:first-of-type dd {
    font-size: 25px;
    padding-right: 0;
  }
  .footer_top .border-box dl:nth-of-type(2) dt {
    width: 120px;
  }
  .footer_top .border-box dl:nth-of-type(2) dd {
    width: calc(100% - 120px);
  }
  .footer_top .border-box dl:nth-of-type(3) dt {
    margin-bottom: 5px;
  }
  .footer_top .border-box + p {
    font-size: 12px;
    text-align: center;
  }
}
/* ------------------------------------------
  footer_bottom
------------------------------------------ */
.footer_bottom {
  color: #8a4748;
  padding-top: 62px;
}
.footer_bottom .contents.inner {
  display: flex;
  justify-content: space-between;
  max-width: 1300px;
  width: 100%;
}
.footer_bottom .contents .left {
  width: 41%;width: 31%;
}
.footer_bottom .contents .left h2 {
  margin-bottom: 10px;
}
.footer_bottom .contents .left h2 + p {
  font-size: 11px;
  margin-bottom: 20px;
}
.footer_bottom .contents .right {
  display: flex;
  font-size: 14px;
  justify-content: space-between;
  width: 59%;width: 69%;
}
.footer-list li {
  line-height: 1;
  margin-bottom: 12px;
}
.footer-list li:first-of-type {
  font-weight: 700;
  margin-bottom: 20px;
}
footer .copy {
  padding: 57px 0 20px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer_bottom {
    padding-top: 50px;
  }
  .footer_bottom .contents.inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer_bottom .contents .left {
    padding-bottom: 32px;
    text-align: center;
    width: 100%;
  }
  .footer_bottom .contents .left h2 {
    margin-bottom: 5px;
  }
  .footer_bottom .contents .left h2 + p {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .footer_bottom .contents .left a img {
    height: auto;
    width: 36px;
  }
  .footer_bottom .contents .right {
    border-bottom: dotted 1px;
    border-top: dotted 1px;
    flex-wrap: wrap;
    font-size: 14px;
    max-width: 400px;
    padding: 17px 0 19px 0;
    width: 100%;
  }
  .footer-list {
    width: 53%;
  }
  .footer-list02 {
    width: 47%;
  }
  .footer-list03 {
    margin-top: -24px;
  }
  .footer-list li:first-of-type {
    margin-bottom: 12px;
  }
  footer .copy {
    font-size: 9px;
    line-height: 1;
    padding: 19px 0 22px 0;
  }
}

pre {
  white-space: break-spaces;
}

.article-area p {
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}
