@charset "utf-8";
/* CSS Document */

.site_wrap {
  overflow-x: hidden;
}
body {
  background: url(../images/index/bg.gif) repeat-x center top;
}
.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: inline !important;
  }

  body {
    background: url(../images/index/bg_sp.gif) repeat-x center top;
    background-size: 100% auto;
  }
}

@media screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}

/****************************************************
　ヘ　ッ　ダ　ー
****************************************************/
header {
  width: 1180px;
  margin: 0 auto;
  padding: 13px 0 65px 0;
  display: flex;
}

header h1 {
  padding: 10px 0 0 0;
  width: 30%;
}
header menu {
  margin-left: auto;
  padding-left: 5px;
}
header menu ul {
  display: flex;
}
header menu li {
  display: block;
  margin: 0 5px 0 0;
  width: 76px;
  height: 99px;
}
header menu li a {
  display: block;
  height: 100%;
}
header menu li span {
  display: none;
}
header menu ul li:nth-child(odd) {
  margin: 22px 5px 0 0;
}

.hmn01 a {
  background: url("../images/index/hmn01.png") no-repeat;
  background-size: contain;
}
.hmn02 a {
  background: url("../images/index/hmn02.png") no-repeat;
  background-size: contain;
}
.hmn03 a {
  background: url("../images/index/hmn03.png") no-repeat;
  background-size: contain;
}
.hmn04 a {
  background: url("../images/index/hmn04.png") no-repeat;
  background-size: contain;
}
.hmn05 a {
  background: url("../images/index/hmn05.png") no-repeat;
  background-size: contain;
}
.hmn06 a {
  background: url("../images/index/hmn06.png") no-repeat;
  background-size: contain;
}
.hmn07 a {
  background: url("../images/index/hmn07.png") no-repeat;
  background-size: contain;
}
.hmn08 a {
  background: url("../images/index/hmn08.png") no-repeat;
  background-size: contain;
}
.hmn09 a {
  background: url("../images/index/hmn09.png") no-repeat;
  background-size: contain;
}
.hmn10 a {
  background: url("../images/index/hmn10.png") no-repeat;
  background-size: contain;
}

.home .hmn01 a {
  background: url("../images/index/hmn01a.png") no-repeat;
  background-size: contain;
}
.aisatu .hmn02 a {
  background: url("../images/index/hmn02a.png") no-repeat;
  background-size: contain;
}
.seikatu .hmn03 a {
  background: url("../images/index/hmn03a.png") no-repeat;
  background-size: contain;
}
.gyoji .hmn04 a {
  background: url("../images/index/hmn04a.png") no-repeat;
  background-size: contain;
}
.about .hmn05 a {
  background: url("../images/index/hmn05a.png") no-repeat;
  background-size: contain;
}
.sougei .hmn06 a {
  background: url("../images/index/hmn06a.png") no-repeat;
  background-size: contain;
}
.access .hmn07 a {
  background: url("../images/index/hmn07a.png") no-repeat;
  background-size: contain;
}
.enter .hmn08 a {
  background: url("../images/index/hmn08a.png") no-repeat;
  background-size: contain;
}
.entei .hmn09 a {
  background: url("../images/index/hmn09a.png") no-repeat;
  background-size: contain;
}
.date .hmn10 a,
.page-template-page-news .hmn10 a,
.single .hmn10 a {
  background: url("../images/index/hmn10a.png") no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  header {
    width: 100%;
    min-height: inherit;
    margin: 0 auto;
    padding: 10px 0;
    display: block;
  }

  header h1 {
    float: none;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  header h1 img {
    max-width: 55%;
  }

  #hbg_btn {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  #hbg_btn img {
  }
  #gnav {
    display: none;
    width: 90%;
    margin: 10px auto 0 auto;
    float: none;
  }
  #gnav ul {
    flex-wrap: wrap;
  }

  #gnav li {
    width: 50%;
    text-align: center;
    background: url(../images/index/menu_arr.png) no-repeat left #fff;
    line-height: none;
    overflow: hidden;
    border-bottom: 1px dotted #cebda3;
    box-sizing: border-box;
    margin: 0 !important;
    height: auto;
  }
  #gnav li a {
    display: block;
    text-align: center;
    padding: 11px 0 9px 0;
    text-decoration: none;
    color: #373b46;
    text-indent: inherit;
    background: none;
  }

  #gnav li a img {
    display: none;
  }
  #gnav li a span {
    display: inline;
  }
}

/****************************************************
　フ　ッ　タ　ー
****************************************************/

footer {
  background: url(../images/index/foot_bg.gif) repeat-x bottom;
}
footer section {
  background: url(../images/index/ilast.png) no-repeat center top;
  min-height: 330px;
  text-align: center;
}

footer strong {
  display: block;
  color: #ffffff;
  padding: 240px 0 0 0;
}
footer p {
  color: #ffffff;
  padding: 0 10px;
}
footer em {
  color: #ffffff;
  font-size: 12px;
  font-style: normal;
  display: block;
  text-align: center;
  padding: 0 0 20px 0;
}
footer p span {
  display: inline-block;
  padding-left: 1em;
}

footer .cont_foot {
  background: url(../images/index/ilast_cont.png) no-repeat center top;
  max-width: 1100px;
  min-height: 420px;
  margin: 0 auto;
  text-align: center;
}
footer .cont_foot .arr {
  display: block;
  text-align: right;
  width: 960px;
  margin: 0 auto;
  padding: 0 0 50px 0;
}

footer .cont_foot strong {
  display: block;
  color: #ffffff;
  padding: 150px 0 0 0;
}

@media screen and (max-width: 768px) {
  footer {
    background: #87c912;
    background-image: none;
  }
  footer section {
    background-image: none;
    min-height: auto;
  }

  footer figure img {
    width: 100%;
  }

  footer .cont_foot {
    background-image: none;
    min-height: auto;
    text-align: center;
  }
  footer .cont_foot .arr {
    display: none;
  }

  footer .cont_foot strong {
    padding: 0;
  }
  footer strong {
    padding: 0;
  }
  footer p span {
    display: block;
    padding-left: 0;
    text-align: center;
  }
}

/****************************************************
　T　O　P
****************************************************/

.top_main {
  width: 1047px;
  margin: 0 auto;
  background: url(../images/index/main_bg.gif) no-repeat;
  text-align: center;
  min-height: 688px;
}

#viewer {
  height: 674px;
  width: 975px;
  margin: 0 auto;
  box-sizing: content-box;
  overflow: hidden;
  position: relative;
  z-index: 1000;
}

#viewer img {
  top: 85px;
  left: 0;
  position: absolute;
}

.wood {
  text-align: right;
  width: 1100px;
  height: 146px;
  margin: -150px auto 0 auto;
  z-index: 4999;
  position: relative;
}
.wood img {
  position: absolute;
  right: 0;
}

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

  .slider {
    width: 100%;
    margin: 0;
  }
  .slick-slide {
    margin: 0;
  }
  .slick-slide img {
    width: 100%;
  }
  .wood {
    display: none;
  }

  .top_mn {
    width: 95%;
    margin: 0 auto;
  }
  .top_mn table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 6px;
  }
  .top_mn table td {
    width: 20%;
  }
  .top_mn table img {
    width: 100%;
  }
  .top_mn a {
    display: block;
  }
  .top_mn .tmn_4 {
    width: 80%;
    margin: 0 auto;
  }

  .top_mn table .fmn01 {
    background: url("../images/index/hmn01a_sp.png") no-repeat center top;
    background-size: contain;
  }
  .top_mn table .fmn02 {
    background: url("../images/index/hmn02a_sp.png") no-repeat center top;
    background-size: contain;
  }
  .top_mn table .fmn03 {
    background: url("../images/index/hmn03a_sp.png") no-repeat center top;
    background-size: contain;
  }
  .top_mn table .fmn04 {
    background: url("../images/index/hmn04a+_sp.png") no-repeat center top;
    background-size: contain;
  }
  .top_mn table .fmn05 {
    background: url("../images/index/hmn05a_sp.png") no-repeat center top;
    background-size: contain;
  }
  .top_mn table .fmn06 {
    background: url("../images/index/hmn06a_sp.png") no-repeat center top;
    background-size: contain;
  }
  .top_mn table .fmn07 {
    background: url("../images/index/hmn07a_sp.png") no-repeat center top;
    background-size: contain;
  }
  .top_mn table .fmn08 {
    background: url("../images/index/hmn08a_sp.png") no-repeat center top;
    background-size: contain;
  }
  .top_mn table .fmn09 {
    background: url("../images/index/hmn09a_sp.png") no-repeat center top;
    background-size: contain;
  }
  .top_mn table .fmn10 {
    background: url("../images/index/hmn10a_sp.png") no-repeat center top;
    background-size: contain;
  }

  .home .top_mn table .fmn01,
  .seikatu .top_mn table .fmn02,
  .access .top_mn table .fmn03,
  .entei .top_mn table .fmn04,
  .sougei .top_mn table .fmn05,
  .aisatu .top_mn table .fmn06,
  .gyoji .top_mn table .fmn07,
  .enter .top_mn table .fmn08,
  .about .top_mn table .fmn09,
  .date .top_mn table .fmn10,
  .page-template-page-news .top_mn table .fmn10,
  .single .top_mn table .fmn10 {
    text-indent: -6666px;
  }
}

/****************************************************
　T　O　P　お　知　ら　せ
****************************************************/
.top_news {
  width: 840px;
  margin: 0 auto;
  padding: 0 250px 25px 0;
  box-sizing: border-box;
}
.top_news em {
  display: block;
  padding-bottom: 7px;
  border-bottom: 2px dashed #e15f68;
  margin-bottom: 12px;
}
.top_news p {
  line-height: 2em;
}
.top_news span {
  line-height: 2em;
}
.top_news li {
  display: block;
  padding: 10px 0;
  border-bottom: 1px dotted #b6b6b6;
  width: 100%;
}
.top_news li span {
  float: left;
  display: block;
  width: 15%;
  font-size: 16px;
  white-space: nowrap;
  padding: 0 20px 0 0;
}
.top_news li p {
  float: right;
  width: 80%;
  font-size: 16px;
}
.top_news li::after {
  content: "";
  clear: both;
  display: block;
}

@media screen and (max-width: 768px) {
  .top_news {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 20px 0;
    box-sizing: border-box;
  }
  .top_news em {
    display: block;
    width: 50%;
  }
  .top_news em img {
    max-width: 100%;
  }
  .top_news li {
    padding: 5px 0;
  }
  .top_news li span {
    float: none;
    display: block;
    width: 100%;
    font-size: 14px;
    white-space: nowrap;
    padding: 0 0 0 0;
  }
  .top_news li p {
    float: none;
    width: 100%;
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .top_news p {
    line-height: 1.7em;
  }
  .top_news span {
    line-height: 1.7em;
  }
}

.banner {
  width: 840px;
  margin: 0 auto 50px auto;
  z-index: 5000;
  position: relative;
}
@media screen and (max-width: 768px) {
  .banner {
    width: 90%;
    margin: 0 auto 50px auto;
    text-align: center;
  }
  .banner img {
    max-width: 100%;
  }
}

/****************************************************
　共　通
****************************************************/

.cont_wrap {
  max-width: 850px;
  margin: 0 auto;
  padding: 0 0 60px 0;
}

.tit_sub {
  font-size: 16px;
  line-height: 2.2em;
  padding: 0 0 20px 0;
  text-align: center;
}

.cont_wrap h2 img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .tit_sub {
    font-size: 16px;
    line-height: 1.8em;
    padding: 0 0 10px 0;
    text-align: center;
  }

  .cont_wrap {
    max-width: 94% !important;
    margin: 0 auto;
    padding: 0 0 30px 0;
  }
}

/****************************************************
　園　の　紹　介
****************************************************/

.aisatu {
}
.aisatu h2 {
  text-align: center;
  padding: 50px 0 35px 0;
}

.aisatu .left {
  width: 52%;
  padding: 30px 0;
}
.aisatu .left p {
  font-size: 16px;
  line-height: 2.2em;
  padding: 0 0 20px 0;
}

@media screen and (max-width: 768px) {
  .aisatu h2 {
    text-align: center;
    padding: 30px 0 10px 0;
  }

  .aisatu .left {
    width: 100%;
    padding: 0;
    float: none;
  }
  .aisatu .right {
    width: 100%;
    padding: 10px 0;
    float: none;
  }

  .aisatu .right img {
    width: 100%;
  }
}

.otoiawase {
  margin: 30px auto 0px auto;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .otoiawase {
    width: 100%;
    margin: 20px auto 30px auto;
    text-align: center;
  }
  .otoiawase img {
    max-width: 90%;
    　height: auto;
  }
}

/****************************************************
　園　で　の　生　活
****************************************************/

.seikatu {
}
.seikatu h2 {
  text-align: center;
  padding: 50px 0 5px 0;
}

.seikatu .left {
  width: 394px;
  padding: 10px 0;
}
.seikatu .right {
  width: 394px;
  padding: 10px 0;
}

.seikatu .li_f {
  padding: 110px 0 10px 0;
}

.seikatu .left p,
.seikatu .right p {
  padding: 10px;
  font-size: 14px;
  line-height: 2em;
}

@media screen and (max-width: 768px) {
  .seikatu h2 {
    text-align: center;
    padding: 30px 0 5px 0;
  }

  .seikatu .left {
    width: 100%;
    padding: 10px 0;
    float: none;
  }
  .seikatu .right {
    width: 100%;
    padding: 10px 0;
    float: none;
  }

  .seikatu .left img {
    max-width: 100%;
  }
  .seikatu .right img {
    max-width: 100%;
  }

  .seikatu figure {
    text-align: center;
  }

  .seikatu .li_f {
    padding: 0;
  }
  .seikatu .left p,
  .seikatu .right p {
    padding: 5px;
    font-size: 14px;
    line-height: 1.8em;
  }
}

/****************************************************
　年　間　行　事
****************************************************/

.gyoji {
}
.gyoji h2 {
  text-align: center;
  padding: 50px 0 5px 0;
}

.gyoji h3 {
  padding: 30px 0 0 0;
  text-align: center;
}

.gyoji_wrap {
  border-radius: 5px;
  margin-top: -22px;
  padding: 27px;
}
.gyoji_wrap section {
  background: #ffffff;
  padding: 50px 40px 10px 40px;
}

.gyoji_wrap section .left,
.gyoji_wrap section .right {
  width: 329px;
}

.g_haru {
  background: url(../images/gyoji/bg_01.gif);
}
.g_natsu {
  background: url(../images/gyoji/bg_02.gif);
}
.g_aki {
  background: url(../images/gyoji/bg_03.gif);
}
.g_huyu {
  background: url(../images/gyoji/bg_04.gif);
}

.gyoji_wrap section figure {
  padding: 0 0 10px 0;
}

.gyoji_wrap section figure img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  height: 216px;
}

.gyoji_wrap section strong {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  border-radius: 20px;
  padding: 5px 0 3px 0;
}
.gyoji_wrap section p {
  padding: 10px 2px 35px 2px;
  font-size: 14px;
  line-height: 2em;
}

.g_haru section strong {
  background: #ffedf1;
  color: #e96282;
}
.g_natsu section strong {
  background: #dbf9d9;
  color: #018442;
}
.g_aki section strong {
  background: #fff4ba;
  color: #ef7c00;
}
.g_huyu section strong {
  background: #ecf2f5;
  color: #2c7aa1;
}

@media screen and (max-width: 768px) {
  .gyoji h2 {
    text-align: center;
    padding: 30px 0 5px 0;
  }

  .gyoji h3 {
    padding: 20px 0 0 0;
    text-align: center;
  }
  .gyoji h3 img {
    max-width: 100%;
  }

  .gyoji_wrap {
    border-radius: 5px;
    margin-top: -10px;
    padding: 10px;
  }
  .gyoji_wrap section {
    background: #ffffff;
    padding: 20px 20px 10px 20px;
  }

  .gyoji_wrap section figure {
    padding: 0 0 10px 0;
    text-align: center;
  }
  .gyoji_wrap section figure img {
    max-width: 100%;
  }

  .gyoji_wrap section .left,
  .gyoji_wrap section .right {
    width: 100%;
    float: none;
  }

  .gyoji_wrap section p {
    padding: 7px 2px 20px 2px;
    font-size: 14px;
    line-height: 1.8em;
  }
}

/****************************************************
　施　設　紹　介
****************************************************/

.shisetsu {
}
.shisetsu h2 {
  text-align: center;
  padding: 50px 0 5px 0;
}

.shisetsu .tit_sub {
  padding: 0;
  text-align: center;
}

.shisetsu_main {
  background: url(../images/shisetsu/main_bg.gif) no-repeat bottom center;
  text-align: center;
  margin: -15px 0 0 0;
}

.shisetsu .left,
.shisetsu .right {
  width: 404px;
  padding: 20px 0 0 0;
}

.shisetsu .left img,
.shisetsu .right img {
  padding: 0 0 13px 0;
  width: 100%;
  height: auto;
}

.shisetsu strong {
  display: block;
  width: 70%;
  border-radius: 20px;
  border: 2px solid #8ed160;
  color: #64bb29;
  padding: 5px 0 3px 0;
  background: #f7fef3;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .shisetsu h2 {
    text-align: center;
    padding: 30px 0 5px 0;
  }

  .shisetsu_main {
    background-image: none;
    padding: 0 0 40px 0;
  }
  .shisetsu_main img {
    max-width: 100%;
  }

  .shisetsu .left,
  .shisetsu .right {
    width: 80%;
    padding: 0;
    margin: 0 auto;
    float: none;
    text-align: center;
  }

  .shisetsu .left img,
  .shisetsu .right img {
    max-width: 100%;
  }
  .shisetsu strong {
    margin-top: 50px;
    margin-bottom: 20px;
  }
}

.shisetsu_youtube {
  width: 100%;
  position: relative;
  margin: 20px auto 0;
  padding-top: 56.25%;
}

@media screen and (max-width: 768px) {
  .shisetsu_youtube {
    margin: auto;
  }
}
.shisetsu_youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/****************************************************
　送　迎　バ　ス
****************************************************/

.sogei {
  max-width: 863px;
}
.sogei h2 {
  text-align: center;
  padding: 50px 0 5px 0;
}

.sogei figure {
}
.sogei figure img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .sogei h2 {
    text-align: center;
    padding: 30px 0 5px 0;
  }
}

/****************************************************
　ア　ク　セ　ス
****************************************************/

.shozai {
  max-width: 945px;
}
.shozai h2 {
  text-align: center;
  padding: 50px 0;
}

.shozai .left {
  width: 360px;
}
.shozai .left p {
  font-size: 16px;
  line-height: 1.9em;
  padding: 0 0 30px 0;
}
.shozai .left strong {
  font-size: 16px;
}
.shozai .left figure {
  padding: 20px 0 0 0;
}

.shozai .right iframe {
  border: 10px solid #86bc61;
}

@media screen and (max-width: 768px) {
  .shozai h2 {
    text-align: center;
    padding: 30px 0 15px 0;
  }

  .shozai .left,
  .shozai .right {
    width: 100%;
    float: none;
  }

  .shozai .left figure {
    padding: 0 0 20px 0;
    text-align: center;
  }
  .shozai .left figure img {
    max-width: 100%;
  }

  .shozai .right iframe {
    border: 5px solid #86bc61;
    width: 100% !important;
    box-sizing: border-box;
  }
}

/****************************************************
　入　園　案　内
****************************************************/

.nyuen {
  max-width: 905px;
}
.nyuen h2 {
  text-align: center;
  padding: 50px 0;
}

.nyuen section {
  border: 18px solid #fff4ba;
  border-radius: 5px;
  padding: 40px 50px;
}

.nyuen th,
.nyuen td {
  font-size: 16px;
  line-height: 2.1em;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px dotted #9e9e9e;
  padding: 15px 0;
}
.nyuen th {
  width: 25%;
}

@media screen and (max-width: 768px) {
  .nyuen h2 {
    text-align: center;
    padding: 30px 0 10px;
  }

  .nyuen section {
    border: 10px solid #fff4ba;
    border-radius: 5px;
    padding: 0;
  }

  .nyuen th,
  .nyuen td {
    font-size: 14px;
    box-sizing: border-box;
    line-height: 1.8em;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px dotted #9e9e9e;
    padding: 10px 15px;
    display: block;
  }
  .nyuen th {
    width: 100%;
    background: #f5f1eb;
    font-size: 16px;
  }
}

/****************************************************
　園　庭　開　放
****************************************************/

.kaiho {
  max-width: 845px;
}
.kaiho h2 {
  text-align: center;
  padding: 50px 0 40px 0;
}

.kaiho-catch {
  text-align: center;
  font-size: clamp(0.938rem, 0.795rem + 0.606vw, 1.25rem);
  display: flex;
  align-items: center;
  align-content: center;
  /*text-wrap: balance; */
  line-height: calc(35 / 25);
  justify-content: center;
  font-feature-settings: "palt";
}

.kaiho-catch::before {
  content: "";
  display: block;
  background: url(../images/kaiho/item01.png) no-repeat;
  background-size: 126px auto;
  background-position: center;
  /* width: 126px; */
  width: 120px;
  height: 226px;
}

.kaiho-catch::after {
  content: "";
  display: block;
  background: url(../images/kaiho/item02.png) no-repeat;
  background-size: 133px auto;
  background-position: center;
  /* width: 133px; */
  width: 120px;
  height: 245px;
}

@media (max-width: 768px) {
  .kaiho-catch {
    text-align: left;
  }
  .kaiho-catch::before {
    display: none;
  }
  .kaiho-catch::after {
    display: none;
  }

  br.spnobr {
    display: none;
  }
}

.kaiho-title {
  font-size: clamp(1.5rem, 1.33rem + 0.727vw, 1.875rem);
  font-weight: bold;
  text-align: center;
  margin-top: clamp(5.188rem, 3.881rem + 5.576vw, 8.063rem);
}

.kaiho-title.tsubomi {
  margin-top: 76px;
}

.kaiho-box {
  margin-top: clamp(1.5rem, 1.244rem + 1.091vw, 2.063rem);
}

.kaiho-box:first-child {
  margin-top: clamp(0.375rem, -0.136rem + 2.182vw, 1.5rem);
}

.kaiho-subtitle {
  color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
  padding: 10px;
  border-radius: 5px;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
  max-width: 9.704142%;
}

@media (max-width: 768px) {
  .kaiho-subtitle {
    border-radius: 10px 10px 0 0;
    max-width: 100%;
    width: 100%;
  }
}

.kaiho-subtitle.tubomi {
  background: #f56d92;
}

.kaiho-subtitle.kanariya {
  background: #faac46;
}

.kaiho-yotei {
  color: #f56d92;
  font-weight: bold;
}

.kaiho-detail {
  padding: 20px 80px;
  margin: -20px 0 20px 27px;
  border-radius: 10px;

  p {
    font-size: 16px;
    font-feature-settings: "palt";
  }
}

@media (max-width: 768px) {
  .kaiho-detail {
    padding: 25px 18px;
    margin: 0;
    border-radius: 0 0 10px 10px;
  }
}

.kaiho-detail.tubomi {
  background: rgba(245, 109, 146, 0.1);
}

.kaiho-detail.kanariya {
  background: rgba(250, 172, 70, 0.1);
}

.kaiho-fukidashi {
  padding: 35px 24px;
  background: #fff;
  border: 1px solid #b8b8b8;
  border-radius: 5px;
  margin-top: clamp(3.563rem, 3.164rem + 1.702vw, 4.063rem);
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  box-sizing: border-box;
  width: 100%;
  p {
    font-size: 16px;
    font-feature-settings: "palt";
  }
}

.kaiho-fukidashi::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  border-style: solid;
  border-width: 30px 35px 0 0;
  border-color: #b8b8b8 transparent transparent;
  translate: -50% 100%;
}

.kaiho-fukidashi::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  border-style: solid;
  border-width: 27.8px 32.5px 0 0;
  border-color: #ffffff transparent transparent;
  translate: calc(-50% - 0.2px) 100%;
}

@media (max-width: 768px) {
  .kaiho-fukidashi {
    padding: 18px;
  }
  .kaiho-fukidashi::before {
    left: 50%;
  }

  .kaiho-fukidashi::after {
    left: 50%;
  }
}

.kaiho-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 43px;

  figure {
    max-width: 47.337278%;
    width: calc(50% - 20px);
    border-radius: 10px;
    margin: 0;
  }
}

.kaiho-gallery figure:nth-child(even) {
  transform: translateY(50%);
}

.kaiho-gallery img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}

.kaiho-gallery figcaption {
  margin-top: 12px;
  text-align: center;
  font-size: 15px;
}

@media (max-width: 768px) {
  .kaiho-gallery {
    flex-direction: column;
    gap: 25px;
  }

  .kaiho-gallery figure {
    max-width: 100%;
    width: 100%;
  }

  .kaiho-gallery figure:nth-child(even) {
    transform: unset;
  }
}

.uten {
  border: solid #e1e1e1 10px;
  border-radius: 5px;
  padding: 10px 5px 8px 5px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #ff0004;
}

.kaiho .left {
  padding: 40px 0 60px;
  width: 400px;
}
.kaiho .right {
  padding: 40px 0 60px;
  width: 382px;
}

.kaiho .right img {
  width: 100%;
  height: auto;
}

.kaiho .left strong {
  background: #e66e96;
  font-size: 20px;
  color: #ffffff;
  padding: 5px 5px 3px 5px;
  border-radius: 5px;
  display: block;
  text-align: center;
}

.kaiho th,
.kaiho td {
  font-size: 16px;
  line-height: 2.1em;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px dotted #9e9e9e;
  padding: 15px 0;
}
.kaiho th {
  width: 25%;
}

.kaiho .left p {
  font-size: 16px;
  line-height: 2.1em;
  padding: 15px 0 0 0;
}

.kaiho .next {
  background: #fffdd2;
  font-size: 16px;
  display: block;
  text-align: center;
  padding: 7px;
  width: 85%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .kaiho h2 {
    text-align: center;
    padding: 30px 0 10px 0;
  }

  .uten {
    border: solid #e1e1e1 5px;
    border-radius: 5px;
    padding: 10px 5px 8px 5px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #ff0004;
  }

  .kaiho .left {
    padding: 20px 0 0 0;
    width: 100%;
    float: none;
  }
  .kaiho .right {
    padding: 30px 0;
    float: none;
    text-align: center;
    width: 94%;
    margin: auto;
  }

  .kaiho th,
  .kaiho td {
    font-size: 16px;
    line-height: 1.7em;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px dotted #9e9e9e;
    padding: 15px 0;
  }
  .kaiho th {
    width: 25%;
  }

  .kaiho .right img {
    max-width: 100%;
  }

  .kaiho .next {
    background: #fffdd2;
    font-size: 16px;
    display: block;
    text-align: center;
    padding: 7px 5px 5px 5px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    line-height: 1.7em;
  }
}

/** レイアウト：サイドカラム有 **/
.contents_frame {
  padding: 0 0 80px 0;
  margin: 0 auto;
  width: 1000px;
  max-width: 90%;
}
.contents_frame.news_frame {
  width: 1160px;
}
.contents_main {
  width: 73.5%;
}
.contents_side {
  width: 22%;
  margin-left: auto;
}
.flex {
  display: flex;
}
.flex_wrap {
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .contents_frame {
    padding: 50px 0;
  }
}

@media (max-width: 768px) {
  .contents_frame {
    padding: 40px 0;
    flex-wrap: wrap;
  }
  .contents_main {
    width: 100%;
  }
  .contents_side {
    width: 100%;
    margin-left: auto;
    padding: 30px 0 20px 0;
  }
}
@media (max-width: 767px) {
  .contents_frame {
    padding: 20px 0;
  }
}

/*** NEWS：詳細 ***/
.news_pagetitle {
  text-align: center;
  padding: 50px 5%;
}
.news_pagetitle img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .news_pagetitle {
    text-align: center;
    padding: 30px 5% 0;
  }
}

.news_main {
  width: 72%;
  padding-bottom: 80px;
}
.news_main_title {
  font-size: 24px;
  line-height: 1.8em;
  padding-bottom: 10px;
}
.news_main > time,
.news_main > .home_news_cate a {
  color: #9c9c9c;
}
.news_main > .home_news_cate {
  padding-left: 15px;
  color: #9c9c9c;
}
.news_main > .home_news_cate a:hover {
  color: #474747;
  text-decoration: underline;
}
.news_main_text {
  padding: 50px 0;
  word-break: break-all;
  line-height: 2em;
}
.news_back {
  text-align: center;
}
.news_back a {
  display: inline-block;
  background: #3dac4a;
  color: #ffffff !important;
  padding: 20px 30px;
  min-width: 33%;
  text-decoration: none !important;
}
.news_back a:hover {
  background: #57bb62;
}
.topics_image {
  text-align: center;
  padding-top: 40px;
}

/*** NEWS / サイド ***/
.side_title {
  display: block;
  padding: 11px 15px 13px;
  background: #ffd9d9;
  color: #2b2722;
  font-size: 18px;
  border-radius: 10px;
  text-align: center;
  position: relative;
  border: 1px dashed #fff;
}
.side_title::before {
  content: "";
  position: absolute;
  left: 7px;
  right: 7px;
  bottom: 8px;
  height: 3px;
  background: #db607c;
  border-radius: 10px;
}
.side_link_list li {
  border-bottom: 1px dashed #ddd;
}
.side_link_list li a {
  display: block;
  color: #333;
  padding: 15px 10px 15px 34px;
  text-decoration: none !important;
  position: relative;
  font-size: 15px;
}
.side_link_list li a:hover {
  background: #f5f5f5;
}
.side_link_list li a::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 49%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url("../images/blog/side_arrow.png") no-repeat;
  background-size: contain;
}
.side_link_list {
  margin: 0 0 30px 0;
} /**kato**/
@media (max-width: 768px) {
  .news_side {
    padding-left: 35px;
  }
}

@media (max-width: 767px) {
  .news_main_text {
    padding: 35px 0;
  }
  .side_title {
    font-size: 16px;
    padding: 10px;
  }
  .side_link_list li a {
    padding: 10px 10px 10px 40px;
    font-size: 14px;
  }
  .side_title::before {
    bottom: 5px;
    height: 2px;
  }
}

/*** NEWS / 一覧 ***/
.news_list_wrap .news_list {
  display: flex;
  margin: 0 -1%;
  flex-wrap: wrap;
}
.news_list_wrap .news_list li {
  width: 31.33%;
  margin: 0 1% 15px;
  border: 1px solid #d7d7d7;
  box-sizing: border-box;
}
.news_list_wrap .news_list li a {
  display: block;
  height: 100%;
}
/*.news_list_wrap .news_list li figure {height:160px;} ZEST-DESIGN 20250131*/
.news_list_wrap .news_list li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
}
.news_list_wrap .news_list li:hover {
  border: 1px solid #ccc;
}
.news_list_wrap .news_list li a:hover figure img {
  opacity: 0.8;
}
.news_list_wrap .news_list li p {
  padding-left: 15px;
  position: relative;
}
.news_list_wrap .news_list li p::before {
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  background: url("../images/blog/more_arrow.png") no-repeat;
  background-size: contain;
  position: absolute;
}

/* ZEST-DESIGN 20250131
@media (max-width:1024px) {
   .news_list_wrap .news_list li figure {height:150px;}
}
@media (max-width:768px) {
    .news_list_wrap .news_list li figure {height:130px;}
*/
@media (max-width: 767px) {
  .news_list_wrap .news_list {
    flex-wrap: wrap;
  }
  .news_list_wrap .news_list li {
    width: 80%;
    margin: 0 auto 20px;
  }
  /*.news_list_wrap .news_list li figure {height:150px;} ZEST-DESIGN 20250131 */
}

/** home / 新着情報 / テキスト **/
.news_list_wrap .news_list_text {
  padding: 15px;
  position: relative;
}
.news_list_wrap .news_list_text time {
  display: block;
  padding: 0;
  line-height: 1.4em;
  color: #db607d;
  font-size: 13px;
  font-weight: bold;
}
.news_list_wrap .news_list_text .news_title {
  display: block;
  font-size: 16px;
  line-height: 1.55em;
  padding: 0 0 5px 0;
  color: #333;
}
.news_list_wrap .news_list_text p {
  letter-spacing: 0;
  font-size: 13px;
  color: #333;
}

@media (max-width: 1024px) {
  .news_list_wrap .news_list_text time {
    font-size: 11px;
  }
  .news_list_wrap .news_list_text .news_title {
    font-size: 15px;
  }
  .news_list_wrap .news_list_text p {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .news_list_wrap .news_list_text {
    padding: 10px 10px 7px;
  }
  .news_list_wrap .news_list_text time {
    display: block;
    padding: 0 0 5px 0;
  }
  .news_list_wrap .news_list_text .news_title {
    font-size: 13px;
  }
  .news_list_wrap .news_list_text p {
    font-size: 12px;
    line-height: 1.55em;
  }
}
@media (max-width: 320px) {
  .news_list_wrap .news_list_text {
    padding: 5px 10px 7px;
  }
  .news_list_wrap .news_list_text time {
    padding: 0;
  }
}

/*** NEWS / 一覧 / ページャー ***/
.pagination {
  text-align: center;
  padding: 30px 0 0;
  display: flex;
  justify-content: center;
}
.pagination span,
.pagination a {
  display: inline-block;
  padding: 0.4em 1em;
  border: 1px solid #d1d1d1;
  background: #ffffff;
  color: #2b2b2b;
  font-size: 13px;
  text-decoration: none !important;
}
.pagination .current {
  background: #db607c;
  color: #fff;
  border: 1px solid #d1d1d1;
}

.pagination a:hover {
  background: #f1f1f1;
}
.pagination span + a,
.pagination a + span,
.pagination a + a {
  border-left: 0 !important;
}

@media (max-width: 767px) {
  .pagination {
    padding: 0 0 10px 0;
  }
  .pagination span,
  .pagination a {
    padding: 0.2em 0.9em;
  }
}

/*** NEWS / 詳細 ***/
.nesw_title_wrap {
  padding: 0 0 3px 2px;
  border-bottom: 2px dotted #a5c6d3;
  margin-bottom: 25px;
}
.nesw_title_wrap .news_time {
  color: #db607d;
  font-weight: bold;
  display: block;
  padding-bottom: 2px;
}
.nesw_title_wrap h1 {
  font-size: 23px;
  padding: 0;
  line-height: 1.55em;
  font-weight: 600;
}

.news_text {
  margin-bottom: 45px;
}
.news_text * {
  line-height: 1.8em;
  font-size: 15px;
}
.news_text p + figure {
  padding-top: 0.6em;
}

.news_list_btn {
  text-align: center;
  position: relative;
}
.news_list_btn .back_btn {
  display: inline-block;
  border-radius: 100px;
  padding: 12px 2.5em;
  color: #323532;
  background: #f0f0f0;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  letter-spacing: 0.1em;
  vertical-align: middle;
}
.news_list_btn a:hover {
  opacity: 0.8;
}

.news_list_btn .prev-link,
.news_list_btn .next-link {
  position: absolute;
  background: #fff;
  border: 3px solid #ffd9d9;
  border-radius: 100px;
  display: inline-block;
  padding: 10px 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.news_list_btn .prev-link {
  left: 0;
  padding-left: 35px;
}
.news_list_btn .next-link {
  right: 0;
  padding-right: 35px;
}

.news_list_btn .prev-link::before,
.news_list_btn .next-link::before {
  content: "";
  width: 15px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.news_list_btn .prev-link::before {
  background: url("../images/blog/arr_next.svg") no-repeat;
  left: 12px;
  transform: scale(-1, 1) translateY(-50%);
}
.news_list_btn .next-link::before {
  background: url("../images/blog/arr_next.svg") no-repeat;
  right: 12px;
}

@media (max-width: 767px) {
  .nesw_title_wrap h1 {
    font-size: 16px;
  }
  .news_text {
    margin-bottom: 25px;
  }
  .news_list_btn a {
    font-size: 15px;
    padding: 13px 3em;
  }

  .news_list_btn .back_btn {
    padding: 12px 1em;
    font-size: 14px;
  }
  .news_list_btn .prev-link {
    left: 0;
    padding-left: 30px;
  }
  .news_list_btn .next-link {
    right: 0;
    padding-right: 30px;
  }
  .news_list_btn .prev-link,
  .news_list_btn .next-link {
    font-size: 14px;
  }
  .news_list_btn .prev-link::before {
    left: 10px;
  }
  .news_list_btn .next-link::before {
    right: 10px;
  }
}

@media (max-width: 375px) {
  .news_list_btn .back_btn {
    font-size: 13px;
  }
  .news_list_btn .prev-link,
  .news_list_btn .next-link {
    font-size: 13px;
    border: 2px solid #ffd9d9;
  }
}
