@charset "utf-8";

/* Top */
#anchor1, #anchor2, #anchor3, #anchor4, #anchor5, #anchor6, #anchor7, #anchor8, #anchor9, #anchor10 {
  padding-top: 155px;
  margin-top: -155px;
}
.mb20 {margin-bottom: 20px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb60 {margin-bottom: 60px !important;}
.fs12 {font-size: 12px !important; line-height: 18px !important;}
.fs16 {font-size: 16px !important;}
.fs17 {font-size: 17px !important;}
.fs18 {font-size: 18px !important;}
.fs20 {font-size: 20px !important;}
.font_red {color: #ff0000;}
.u_line {text-decoration: underline;}
main {color: #191919;}
main * {box-sizing: border-box; margin: 0; padding: 0;}
main a {color: #191919; transition: .2s linear; text-decoration: none;}
.top_return_btn a, .top_return_btn a:hover, .top_return_btn a:visited {text-decoration: underline;}
.top_return_btn a:hover {opacity: .7;}
main a:hover, main a:hover * {text-decoration: none; color: #191919;}
.monthly img {width: 100%;}
#page_title, #cartBar {display: none!important;}
.bg1 {background: #FCF8F2;}
.monthly_mv {
  background: url(../images/monthly_mv_sp.png) no-repeat;
  background-size: cover;
  text-align: center;
  height: 46vw;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.monthly_mv h2 {
  font-size: 28px;
  font-family: "リュウミン M-KL", Ryumin Medium KL, "A1明朝", "Noto Serif JP", serif;
  font-weight: bold;
}
.monthly_mv h2 span {
  display: block;
  margin-top: 10px;
  line-height: 1.6;
  font-size: 14px;
}
.sp_inner {padding: 0 20px;}
.bold {font-weight: bold;}
.ryumin {font-family: "リュウミン M-KL", Ryumin Medium KL, "A1明朝", "Noto Serif JP", serif;}
.monthly_h3 {
  font-family: "リュウミン M-KL", Ryumin Medium KL, "A1明朝", "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-left: 14px;
}
.monthly_h3::before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #A58929;
}
.monthly_h3 span {display: block; font-size: 15px;}
.section1 {padding: 60px 0;}
.section2 {padding: 60px 0 120px;}
ul.link_panel li {
  position: relative;
  box-shadow: 0 3px 6px #00000029;
}
ul.link_panel li.new::after {
  content: "NEW";
  background: #F40F06;
  color: white;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  right: 0;
  padding: 6px 22px;
}
ul.link_panel li figure {height: 192px;}
main ul li figure img {width: 100%; height: 100%; object-fit: cover;}
ul.link_panel li .text {padding: 20px; background: white;}
ul.link_panel li time {font-size: 14px; display: block; margin-bottom: 12px;}
ul.link_panel li p {font-size: 16px; font-weight: bold;}

ul.bk_link li {margin-bottom: 10px;}
ul.bk_link li::before {content: "・";}
ul.bk_link li a {font-size: 16px; line-height: 32px; text-decoration: underline; font-weight: bold;}
ul.bk_link li time {display: block; margin-left: 1em; font-weight: normal;}
.common_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 258px;
  height: 56px;
  border: 1px solid #191919;
  border-radius: 29px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 16px;
  position: relative;
}
.next_btn {background: #191919; color: white;}
.next_btn:hover {color: white; background: #8D8D8D; border-color: #8D8D8D;}
ul.interview_link li {
  box-shadow: 2px 2px 6px #0000004D;
  margin-bottom: 26px;
  border-left: 10px solid #A58929;
}
ul.interview_link li:nth-child(2n) {margin-right: 0;}
ul.interview_link li a {display: block; position: relative;}
ul.interview_link li a:hover {background: #A58929;}
ul.interview_link li a:hover * {color: white;}
ul.interview_link li a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #191919;
  border-bottom: 2px solid #191919;
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  right: 20px;
  top: 50%;
}
ul.interview_link li a:hover::after {border-color: white;}
ul.interview_link .scl_name {font-size: 16px; padding: 15px 20px 0 20px;}
ul.interview_link .name {font-size: 18px; font-weight: bold; padding: 0 20px 10px 20px;}
ul.interview_link time {font-size: 14px; display: block; padding: 0 0 15px 20px;}
.more_btn::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 12px;
  font-size: 28px;
  font-weight: normal;
}
ul.facility_link li figure {height: 244px; overflow: hidden;}
ul.facility_link li figure img {transition: transform .2s ease}
ul.facility_link li a:hover figure img {transform: scale(1.1); opacity: 1;}
ul.facility_link li .text {padding: 10px 0 20px;}
ul.facility_link li .scl_name {font-size: 18px; font-weight: bold;}
ul.facility_link li time {font-size: 14px;}
ul.facility_link li a:hover * {color: #A58929;}
.page_top {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #A58929;
  box-shadow: 3px 3px 4px #00000029;
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px); 
  transition: opacity 0.4s, transform 0.4s;
  z-index: 999;
}
.page_top.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.page_top a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.page_top a::before,
.page_top a::after {
  content: "";
  display: block;
  width: 26px;
  height: 5px;
  background: white;
  position: absolute;
  top: 30px;
}
.page_top a::before {
  left: 11px;
  transform: rotate(-45deg);
  border-radius: 3px 0 0 3px;
}
.page_top a::after {
  right: 11px;
  transform: rotate(45deg);
  border-radius: 0 3px 3px 0;
}

/* 詳細ページ */
.topicpath_mobile_sp {
  height: 45px;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 24px;
  position: fixed;
  top: 51px;
  background: #fff;
  z-index: 999;
}
.topicpath_mobile_sp li {
  font-size: 12px;
}
.monthly .menu {
  position: fixed;
  top: 96px;
  left: 0;
  width: 100%;
  font-size: 16px;
  z-index: 999;
}
.menu_ttl {
  background: url(../images/menu_ttl_bg.jpg) no-repeat left 20px center #A58929;
  color: white;
  font-weight: bold;
  padding: 18px 16px 16px 50px;
  font-size: 18px;
}
.monthly .menu > ul {
  display: block !important;
  overflow: hidden;
  max-height: 0;
  background: #FCF8F2;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
}
.monthly .menu > ul.open {
  max-height: 500px;
  padding: 10px 20px 20px;
}
.monthly .menu > ul > li {
  padding: 20px 5px 5px 0;
  border-bottom: 1px solid #C0BEB6;
}
.monthly .menu > ul > li:nth-child(2), .monthly .menu > ul > li:nth-child(3) {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.monthly .menu ul li li {
  margin-left: 3em;
  margin-right: 1em;
  text-indent: -1em;
  font-size: 14px;
}
.main_article {margin-top: 102px;}
.main_article h2 {
  font-size: 28px;
  font-family: "リュウミン M-KL", Ryumin Medium KL, "A1明朝", "Noto Serif JP", serif;
  font-weight: bold;
  padding: 40px 24px 25px;
  letter-spacing: 2.8px;
}
.article_box {padding-top: 40px; padding-bottom: 70px;}
.article_box p {font-size: 16px; line-height: 32px; letter-spacing: .8px;}
.article_ttl {font-size: 24px; line-height: 36px; font-weight: bold; color: #A58929; letter-spacing: 1.2px;}
.article_ttl + .date {font-size: 14px; font-weight: bold; color: #8D8D8D; letter-spacing: .7px;}
.author {font-size: 14px !important; line-height: 24px !important; font-weight: bold; letter-spacing: .7px !important;}
.article_box h4 {font-size: 20px; line-height: 34px; font-weight: bold; color: #A58929; margin-bottom: 30px; letter-spacing: 1px;}
.article_box sup {
  color: #1276FF;
  font-size: 11px;
  position: relative;
  font-weight: normal;
  cursor: pointer;
  vertical-align: super;
}
.article_box .sup_note {
  display: block;
  position: absolute;
  width: 290px;
  background: #FCF8F2;
  padding: 10px;
  color: initial;
  bottom: 20px;
  font-size: 15px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  line-height: 1.7;
}
dl.author_profile {
  background: #F2F2F2;
  padding: 40px 25px;
}
dl.author_profile dt {width: 140px; margin: 0 auto 50px;}
dl.author_profile dd {letter-spacing: .7px;}
dl.author_profile dd p {font-size: 14px; line-height: 24px;}
.article_box h5 {letter-spacing: .85px;}
ul.pager {display: flex; justify-content: center;}
ul.pager li, ul.pager li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  width: 32px;
  height: 40px;
  background: #BEBEBE;
  color: white;
}
ul.pager li + li {margin-left: 16px;}
ul.pager li.on {background: #A58929;}
ul.pager li.prev, ul.pager li.next {background: transparent; width: 15px;}
ul.pager li.prev a, ul.pager li.next a {
  width: 15px;
  height: 15px;
  transform: rotate(-45deg);
  background: transparent;
}
ul.pager li.prev a {
  border-left: 3px solid #8D8D8D;
  border-top: 3px solid #8D8D8D;
}
ul.pager li.next a {
  border-right: 3px solid #8D8D8D;
  border-bottom: 3px solid #8D8D8D;
}
table.common_tbl {width: 100%; font-size: 16px; border: 1px solid #BEBEBE;}
table.common_tbl th, table.common_tbl td {border-bottom: 1px solid #BEBEBE; border-right: 1px solid #BEBEBE; padding: 8px 12px;}
table.common_tbl th {background: #f5efe4; font-weight: normal;}
table.common_tbl th:nth-child(2), table.common_tbl th:nth-child(3) {width: 255px;}
table.common_tbl td {height: 70px; vertical-align: middle;}
p + h5 {margin-top: 40px;}
.note_area {margin-top: 40px; padding-top: 24px; border-top: 1px solid #BEBEBE;}
.note_area p:nth-child(2) {letter-spacing: .75px; font-size: 15px;}

.anchor{
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}
.top_return_btn {margin-top: 20px; text-align: center; font-size: 12px;}
@media only screen and (min-width: 768px) {
  #anchor1, #anchor2, #anchor3, #anchor4, #anchor5, #anchor6, #anchor7, #anchor8, #anchor9, #anchor10 {margin-top: -190px; padding-top: 190px;}
  .menu_ttl { padding: 10px 16px 10px 50px;}

}

@media only screen and (max-width: 340px) {
  .topicpath_mobile_sp { padding-left: 10px; }
  .topicpath_mobile_sp li { font-size: 10px; }
}