@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Playfair+Display&display=swap');

#container {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #container {
    padding: 0;
  }
}

.contents-wrap {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS PGothic", sans-serif;
  font-size: 1.4em;
  background: #fff;
  color: #626262;
  line-height: 1.5;
  letter-spacing: .12em;
  -webkit-overflow-scrolling: touch;
}

.contents-wrap * {
  box-sizing: border-box;
}

.contents-wrap img {
  max-width: 100%;
  vertical-align: top;
}

.contents-wrap a {
  color: #626262;
  text-decoration: none;
}

a.no-link {
  pointer-events: none;
}

.img-full {
  width: 100%;
}

.sp-visible {
  display: inline-block;
}

@media (min-width: 768px) {
  .sp-visible {
    display: none;
  }
}

.pc-visible {
  display: none;
}

@media (min-width: 768px) {
  .pc-visible {
    display: inline-block;
  }
}

/*------------------------------------------
  header
------------------------------------------*/
.sec-page-title {
  position: relative;
  background: url(/images/cookie/bg-pagetitle-sp.png) no-repeat center bottom;
  background-size: 100%;
  padding-bottom: 60%;
}

@media (min-width: 768px) {
  .sec-page-title {
    background: url(/images/cookie/wave-pagetitle-pc.png) no-repeat center bottom -1px, url(/images/cookie/bg-pagetitle-pc.png) no-repeat center;
    background-size: 100%, cover;
    padding-bottom: 0;
    height: 459px;
  }
}

.sec-page-title .title-wrap {
  position: absolute;
  top: 34%;
}

@media (min-width: 768px) {
  .sec-page-title .title-wrap {
    position: relative;
    top: 100px;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .main-contents {
    position: relative;
    padding-bottom: 80px;
  }
  .main-contents-inner {
    position: relative;
    background: #fff;
    max-width: 1000px;
    margin: -40px auto 0;
    padding: 65px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media (min-width: 768px) {
  .contents-wrap {
    background: #ebf8db;
  }
  .main-contents-inner {
    padding: 65px 0 0;
  }
  .cmn-breadcrumb-block {
    padding: 0 65px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}


/*------------------------------------------
  パンくず
------------------------------------------*/
.cmn-breadcrumb-block {
  overflow: auto;
  white-space: nowrap;
  width: 100%;
  background: #fff;
}

@media (min-width: 768px) {
  .cmn-breadcrumb-block {
    overflow: hidden;
    white-space: unset;
  }
}

.cmn-breadcrumb-block ol {
  padding: 13px 4% 15px;
}

@media (min-width: 768px) {
  .cmn-breadcrumb-block ol {
    padding: 0 0 30px;
  }
}

.cmn-breadcrumb-block ol li {
  position: relative;
  display: inline;
  font-size: 12px;
  font-size: 3.2vw;
  letter-spacing: .12em;
  color: #bebebe;
  padding-left: 0;
}

@media (min-width: 768px) {
  .cmn-breadcrumb-block ol li {
    font-size: 14px;
  }
  .cmn-breadcrumb-block ol li a:hover {
    opacity: .6;
  }
}

.cmn-breadcrumb-block ol li:first-child {
  padding-left: 0;
}

.cmn-breadcrumb-block ol li:first-child:before {
  display: none;
}

.cmn-breadcrumb-block ol li:last-child {
  padding-right: 10px;
}

.cmn-breadcrumb-block ol li:before {
  content: "-";
  color: #000;
}

.cmn-breadcrumb-block ol li a {
  color: #000;
}


/*------------------------------------------
  detail
------------------------------------------*/
.cmn-detail {
  padding: 2%;
  color: #282828;
}

@media (min-width: 768px) {
  .cmn-detail {
    padding: 0;
  }
}

.cmn-detail .inner {
  background: #fff;
  padding: 6.7%;
}

@media (min-width: 768px) {
  .cmn-detail .inner {
    padding: 0 65px 60px;
  }
}

.cmn-detail .ttl {
  font-size: 20px;
  font-size: 5.33333vw;
  margin-bottom: 7px;
}

@media (min-width: 768px) {
  .cmn-detail .ttl {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.cmn-detail .txt {
  font-size: 15px;
  font-size: 4vw;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .cmn-detail .txt {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 2.1;
  }
}
