@charset "UTF-8";

/*!
Theme Name: kkikanchiiki-child-master
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   kikanchiiki
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/

/*===========================
** ローディング
===========================*/
/*枠組み*/
.loader-wrap {
	z-index: 99999;
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #ffeeea;
}

/*本体*/
.load-img{
  width: 7em;
  animation: loading 10s infinite linear;
}
.load-text{
  text-align: center;
}

/*アニメーション*/
@keyframes loading {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/* .loader,
.loader::after {
	border-radius: 50%;
	width: 100%;
	height: auto;
} */

/* .loader {
	position: relative;
	text-indent: -9999em;
	border-top: .8em solid rgba(0, 0, 0, 0.4);
	border-right: .8em solid rgba(0, 0, 0, 0.4);
	border-bottom: .8em solid rgba(0, 0, 0, 0.4);
	border-left: .8em solid rgba(0, 0, 0, 0.8);
	transform: translateZ(0);
	animation: loading 1s infinite linear;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
} */
/* .loader div{
	margin:0.5em;
	display: flex;
	align-items: center;
	justify-content: center;
}
.loader div img{
  width: 2em;
} */
/* 
.L{
  -webkit-animation: L 2s infinite;
}
.O{
  -webkit-animation: O 2s infinite;
  -webkit-animation-delay: 50ms;
}
.A{
  -webkit-animation: A 2s infinite;
  -webkit-animation-delay: 100ms;
}
.D{
  -webkit-animation: D 2s infinite;
  -webkit-animation-delay: 250ms;
}
@-webkit-keyframes L {
  0% {top:0px; opacity:0;}
  50% {top:50px; opacity: 1;}
  100% {top:0px; opacity: 0;}
}
@-webkit-keyframes O {
  0% {top:0px; opacity:0;}
  50% {top:50px; opacity: 1;}
  100% {top:0px; opacity: 0;}
}
@-webkit-keyframes A {
  0% {top:0px; opacity:0;}
  50% {top:50px; opacity: 1;}
  100% {top:0px; opacity: 0;}
}
@-webkit-keyframes D {
  0% {top:0px; opacity:0;}
  50% {top:50px; opacity: 1;}
  100% {top:0px; opacity: 0;}
} */


/*===========================
** common
===========================*/
.wrap{
  width: 100%;
}
.main{
  padding: 0!important;
}
.contents-wrap{
  margin: 2em auto;
}
.main-container{
  max-width: 1140px;
  padding: 0 1em;
  margin: auto;
  position: relative;
}
a.no-text-decoration{
  color: #000000;
  text-decoration: none;
}
h2{
  margin: 1em auto;
  letter-spacing: 0.2em;
  font-size: 1.3em;
}
.slider .slick-slide{
  margin: auto;
  padding: 0 1em;
}
.slider .slick-slide img{
  /* max-height: 200px;
  width: auto;
  margin: auto; */
  height: 200px;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}
.js-off{
  display: none!important;
}
.js-on{
  display: block!important;
}
.pc-only{
  display: block!important;
}
.sp-only{
  display: none!important;
}
a:hover{
  opacity: .8;
  color: inherit;
}
input{
  background-color: #ffffff;
  opacity: 1;
}
/*834px以下*/
@media screen and (max-width: 834px){
  h2{
    padding: 0 1em;
  }
}
/*480px以下*/
@media screen and (max-width: 480px){
  .pc-only{
    display: none!important;
  }
  .sp-only{
    display: block!important;
  }
}
/*===========================
** header
===========================*/
.header-container{
  background-color: transparent;
}
.fixed-header{
  box-shadow: none;
}
.header-container-in{
  position: relative;
}
.header{
  position: absolute;
  left: 0;
  right: 0;
  margin: 1em;
  z-index: 1;
}
.header-sticky{
  position: sticky;
    top: 0px;
    z-index: 10;
}
.header-container-in.hlt-top-menu {
  display: block;
}
.header-in__inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo svg{
  width: 13em;
  fill: #3b3d38;
  filter: drop-shadow(1px 1px 3px #ffffff);
}

.logo svg.change-color{
  fill: #ffffff;
}
.header__buttons button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border: 1px solid #3b3d38;
  border-radius: 50%;
  background-color: #ecc656;
  font-size: 12px;
}
.header__buttons button svg{
  z-index: 10;
  position: absolute;
  transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
  transition-property: opacity, transform;
  fill: #000000;
  width: 40px;
}
.header__buttons button svg.search,
.header__buttons button svg.menu
{
  fill: #3b3d38;
  opacity: 1;
}
.header__buttons button svg.search-close,
.header__buttons button svg.menu-close
{
  fill: none;
  opacity: 0;
}
.header__buttons button.active svg.search,
.header__buttons button.active svg.menu
{
  fill: none;
  opacity: 0;
}
.header__buttons button.active svg.search-close,
.header__buttons button.active svg.menu-close
{
  fill: #000000;
  opacity: 1;
}

.navi{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition-property: top;
    background-color: #fec36e!important;
    height: 100vh;
}
.navi-in{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.navi li {
	list-style:none;
}
.navi-in ul{
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  flex-wrap: wrap;
  line-height: 2.2;
}
.navi-in ul li{
  padding: 0 1em;
}

.navi-in ul a{
  font-weight: bold;
    letter-spacing: 0.1em;
}

.navi-in > ul .sub-menu,
.fixed-header .navi-in .sub-menu{
  display: block;
}
.navi02{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition-property: top;
  background-color: #fff6bd!important;
    height: 100vh;
}
.navi02 li {
	list-style:none;
}
.content{
  margin-top: 0;
}
.body-open-navi{
  overflow: hidden;
}
.menu-block{
  overflow: auto;
  max-height: 80vh;
}
.navi .navi-in a:hover{
  text-decoration: underline;
  background-color: inherit;
}
.navi02 .navi-in ul .menu-item a:hover{
  background-color: #6596c4;
}
.navi02 .navi-in .sns-box a:hover{
  background-color: inherit;
}

.navi-footer-in a:hover{
  background-color: inherit;
  text-decoration: underline;
}
/*480px以下*/
@media screen and (max-width: 480px){
  .logo svg{
    width: 10em;
  }
  .header__buttons button svg{
    width: 2em;
  }
  .header__buttons button{
    width: 4em;
    height: 4em;
  }
}
/******************************
** SEARCH
******************************/

.search-block{
  width: 80%;
  margin: auto;

}
.search-block p{
  font-size: 1.4em;
  letter-spacing: 0.1em;
  font-weight: 900;
}
.search-block .serach-title{
  font-size: 1.8em;
  margin-top: 12em;
}
.search-block .search-theme-title{
  font-size: 1.2em;
}
.navi-in form input{
  border: 2px solid #000000;
  border-radius: 32px;
}
.search-submit{
  top: 5px;
  bottom: 0;
  margin: auto;
}
.search-box .fa-search:before{
  color: #000000;
  font-size: 2em;
}
/*480px以下*/
@media screen and (max-width: 480px){
  .search-block{
    width: 100%; 
  }
}
/******************************
** menu
******************************/
.navi02 h2{
  border-bottom: solid 1px #000000;
}
.navi02 .menu-box{
  margin-top: 3em;
}
.navi02 .navi-in ul li{
  margin:0.3em;
}
.navi02 .navi-in ul .menu-item a{
    letter-spacing: 0.2em;
    border: solid 1px #000000;
    padding: 0.2em 0.5em;
    border-radius: 8px;
    background-color: #efe0c9;
    color: #000000;
}
.navi02 .sns-title{
  border: none;
}
.navi02 .sns-title p{
  color: #4b4b4b;
}
.navi02 .sns-title p::before,
.navi02 .sns-title p::after{
  background-color: #4b4b4b;
}
.navi02 .sns-box ul li{
  padding: 0;
}
/*===========================
** bg
===========================*/
.main{
  position: relative;
  overflow: hidden;
}


/*===========================
** fv
===========================*/
.slider{
  position: relative;
}
.slider .slider-dots{
  position: absolute;
  bottom: 0;
}
.fv .slick-slide img{
  width: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: auto;
  min-height: 700px;
  max-height: 700px;
}
.fv .slider-dots {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
  
.fv .slider-dots button {
  position: relative;
  width: 100%;
  height: 7px;
  border: 0;
  background-color: transparent;
  font-size: 0;
  bottom: -4px;
}
.fv .slider-dots button:after {
    content: '';
    display: block;
    width: 0%;
    height: 100%;
  }

.fv  .slider-dots .slick-active button:after {
    background-color: #b9b9b991;
    animation: progress 5.5s linear forwards;
  }
@keyframes progress {
  from {
    width: 0%;
  }
  
  to {
    width: 100%;
  }
}

.fv .slider-dots li{
  display: none;
}
.fv .slider-dots li.slick-active{
  display: block;
}

.slider ul{
  padding-left: 0;
}
.fv .slider .image{
  position: relative;
  padding: 0;
}
.fv .slider .image a{
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #ecc656;
  width: 50%;
  display: flex;
  align-items: center;
  padding: 2em;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

/*480px以下*/
@media screen and (max-width: 480px){
  .fv .slick-slide img{
    min-height: 450px;
    max-height: 450px;
  }
  .fv .slider .image a{
    width: 90%;
    padding: 1em;
  }
}
/************************************
** バナー
************************************/
.banner{
  padding-bottom: 1em;
  position: relative;
}
/* .banner .main-container{
  display: none;
} */
 .banner .slick-dots li button{
  background: #ffffff;
  border-radius: 20px;
  border: #000000 1px solid;
  height: 10px;
  padding: 3px;
 }
 .banner .slick-dots li.slick-active button{
  background: #000000;
  border-radius: 20px;
  border: #000000 1px solid;
  height: 10px;
  padding: 3px;
 }
 .banner .slick-prev:before,
 .banner .slick-next:before{
  color: #000000;
 }
 .banner .slick-prev,
 .banner .slick-next{
  background: #ecc656;
  width: 30px;
  height: 30px;
  border-radius: 15px;
 }
 .banner .slick-prev{
  left: 0;
 }
 .banner .slick-next{
  right: 0;
 }
.banner .image{
  margin: 1em;
}
.bg-parts{
  position: absolute;
  width: 30em;
  right: -90px;
  top: 100px;
  transform: scaleY(1) rotate(-32deg);
  opacity: 0.3;
}
@media screen and (max-width: 834px){
  .banner ul{
    padding-left: 0;
  }
  .bg-parts{
    width: 17em;
    right: -40px;
    top: 190px;
  }
  /* .banner img{
    width: 70%;
    margin: auto;
  } */
}
@media screen and (max-width: 480px){
  .bg-parts{
    width: 15em;
    right: -50px;
    top: 48vw;
  }
}


/************************************
** 最新号エリア
************************************/
/* .issue-title{
  text-align: center;
    font-weight: 600;
}
.issue-title p{
  letter-spacing: 0.2em;
  font-size: 1.2em;
  position: relative;
  color: #3b3d38;
  font-weight: 600;
  display: inline-block;
  padding: 0em 1em;
  text-decoration: underline dashed 4px #ecc656;
} */
 .issue-title{
  text-align: center;
 }
.issue-about{
  max-width: 500px;
  margin: auto;
  text-align: center;
  position: relative;
  padding: 0.6em;
  padding: 1em 0;
  background-color: #ffecb2;
  /* background: -webkit-repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px,#ecc656 3px, #ecc656 8px);
  background: repeating-linear-gradient(-45deg, #fff5df, #fff5df 4px, #fddc78 3px, #fddc78 8px); */
  display: block;
  text-decoration: none;
  border-radius: 16px;
  color: #000000;
  letter-spacing: 0.6em;
  cursor: pointer;
  transition: all .5s;
}
.issue-about:after {
position: absolute;
content: '';
top: 100%;
left: 60px;
border: 10px solid transparent;
border-top: 15px solid #ffecb2;
width: 0;
height: 0;
}
.issue-about:hover{
	transform: translateY(-10px);
	transition: all .5s;
}
.issue-button a{
  background-color: #ffecb2;
}

.issue-block{
  display: grid;
  justify-content: space-around;
  margin-top: 3em;
  grid-template-columns: 30% 30% 1fr;
}
.issue-box{
  margin: auto;
}
.issue-number{
  padding: 0;
}
.issue-number-box{
  position: relative;
  margin-top: 0.6em;
}
.issue-number-box:after{
  content: "";
  display: block;
  width: 60%;
  height: 2px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(-45deg);
}
.number-current{
  font-size: 1.4em;
  font-weight: 600;
  color: #005923;
}
.season-current{
  text-align: right;
  font-size: 1em;
  font-weight: 600;
  color: #005923;
}
.issue-block ul{
  margin-top: 3em;
}
.issue-block ul li{
  position: relative;
}

.issue-block ul li::before{
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  top: 0;
  left: -30px;
  margin: auto;
}
.issue-block .cover{
  position: relative;
  width: 12em;
  margin: auto;
  /* background-color: #ffffff;
  border: 1px solid #000000; */
}
.issue-block .cover img{
  padding: 0.3em;
}
.cover-img{
  position: relative;
}
/* .issue-block .cover-img:before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ecc656;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transform: translate3d(10px, 10px, 10px);
} */
.issue-button div{
  margin: 1em auto;
}

/*== ボタン共通設定 */
.btn{
  position: relative;
overflow: hidden;
text-decoration: none;
display: inline-block;
  border: 2px solid #000000;
  border-radius: 0%;
  padding: 10px 30px;
  text-align: center;
  outline: none;
  transition: ease .2s;
  background-color: #ffffff;
  display: block;
  width: 70%;
    margin: auto;
}

/*ボタン内spanの形状*/
.btn span {
position: relative;
z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
color:#000000;
font-size: 1.1em;
}

.btn:hover span{
color:#fff;
}

/*== 背景が流れる（左から右） */
.bgleft:before {
content: '';
position: absolute;
top: 0;
left: 0;
z-index: 2;
background:#000000;
width: 100%;
height: 100%;
transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
transform: scale(0, 1);
transform-origin: right top;
}

/*hoverした際の形状*/
.bgleft:hover:before{
transform-origin:left top;
transform:scale(1, 1);
}

/* .issue-button div{
  border: 2px solid #000000;
  margin: 20px auto;
}
.issue-button p{
  font-weight: bold;
  letter-spacing: 0.2em;
}
.issue-button div a{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding: 0.5em 0;
  font-size: 0.8em;
}
.issue-button div a::after{
  content: "▶";
  display: flex;
  width: 20px;
  height: 20px;
  color: #005923;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2px;
  margin: auto;
  align-items: center;
} */
@media screen and (max-width: 834px){
  .issue-box:first-child{
    grid-area: a;
  }
  .issue-box:nth-child(2){
    grid-area: b;
  }
  .issue-box:nth-child(3){
    grid-area: c;
    margin-top: 5em;
  }

  .issue-block{
    grid-template-columns: 50% 50%;
    grid-template-areas:
        "a b"
        "c c";
}

}
@media screen and (max-width: 480px){
  .issue-title p{
    font-size: 1em;
  }
  .issue-title p::before{
    display: none;
  }
  .issue-title p::after{
    display: none;
  }
  .issue-title p{
    width: 80%;
    font-size: 1em;
  }
  .issue-block{
    margin-top: 1em;
    grid-template-areas:
      "a a"
      "b b"
      "c c";
  }
  .issue-box:first-child{
    width: 10em;
  }
  .issue-box:nth-child(2){
    margin-top: 3em;
  }
  .issue-box:nth-child(3){
    margin-top: 5em;
  }

}

/*===========================
** 最新記事
===========================*/
section.new{
  padding: 3em 0 1em;
  margin-top: 4em;
}
.main-title{
  text-align: center;
}
.main-title p{
  background: linear-gradient(transparent 60%, #ecc656 60%);
  border: none;
  display: inline-block;
}
/* .main_tags{
  background-color: #ecc656;
  border: 1px solid #000000;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  width: 5em;
  font-size: 0.8em;
  margin-top: 1em;
} */
 .home .tag-pref{
  background-color: #ecc656;
  border: 1px solid #000000;
  letter-spacing: 0.1em;
  margin: 0 0.2em;
  padding: 0 1em;
  display: inline-block;
  font-size: 0.8em;
 }
.slick-new .slick-arrow{
    background-color: #ecc656;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: block;
}
.slick-new .slick-prev:before,
.slick-new .slick-next:before{
  color: #000000;
}
.slick-new .title{
  margin: 0.3em auto;
}
.slick-new .main_title{
  font-size: 0.8em;
}
.slick-new .main_day{
  font-size: 0.8em;
}
.slick-prev, .slick-next{
  z-index: 1;
}
.slick-new .slick-prev{
  left: 0;
  top: -50px;
}
.slick-new .slick-next{
  right: 0;
  top: -50px;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
  background: #ecc656!important;
}
.more-btn{
  margin: 0.7em auto 3em;
}
.more-btn-link{
  text-align: right;
}
.more-btn-link i{
  color: #ecc656;
  padding: 0 1em;
}
.try{
  padding: 0 0 1em 0;
}
.yurukura{
  margin-bottom: 10em;
  position: relative;
}
.bg-parts-02{
  position: absolute;
  width: 30em;
  left: -93px;
  bottom: -63px;
  transform: scaleX(-1) rotate(-46deg);
  opacity: 0.3;
}

@media screen and (max-width: 834px){
  section.new .main-container,
  section.try .main-container,
  section.yurukura .main-container
  {
    padding: 0;
  }
  .bg-parts-02{
    width: 17em;
    left: -93px;
    bottom: -63px;
  }
  .slick-new .slick-prev{
    top: -30px;
  }
  .slick-new .slick-next{
    top: -30px;
  }
}
@media screen and (max-width: 480px){
  .bg-parts-02{
    width: 15em;
    left: -51px;
    bottom: -30vw;
  }
}

/*===========================
** テーマ
===========================*/
.theme{
  background-color: #ecc656;
  padding: 2em 0;
  position: relative;
  overflow: hidden;
  margin: 0;
}
.theme li{
	list-style:none;
}
.checker{
  position: absolute;
  top: 0;
  background: linear-gradient(45deg, #6596c4 25%, transparent 25%, transparent 75%, #6596c4 75%),
  linear-gradient(45deg, #6596c4 25%, transparent 25%, transparent 75%, #6596c4 75%);
  background-size: 81px 81px;
  background-position: 0 0, 40px 40px;
  width: 600px;
  height: 160px;
}
.squre{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 460px;
  height: 220px;
  background-color: #d5514a;
  border-radius: 100% 0 0;
}
.theme-block{
  padding: 0 1em;
}
.theme-box_title{
  text-align: center;
  color: #3b3d38;
  /* -webkit-text-stroke: 2px #000000; */ /* ベンダープレフィックス */
  /* text-stroke: 2px #000000; */
  font-size: 2em;
  font-weight: bold;
}
.theme-box {
  padding: 0.2em 0.5em;
  margin: 2em 0;
  color: #565656;
  background: #ffffff;
  box-shadow: 0px 0px 0px 10px #ffffff;
  border: solid 2px #3b3d38;
  /* border-radius: 8px; */
  position: relative;
}
.theme-box:before {
  content:"";
  top: -1px;
  left: 0;
  position: absolute;
  height: calc(60px / 2 * tan(60deg));
  width: 52px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  background: #565656;
}
.theme-box:after {
  content:"";
  bottom: -1px;
  right: 0;
  position: absolute;
  height: calc(60px / 2 * tan(60deg));
  width: 52px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background: #565656;
}

.theme-box_tape {
 width: 200px;
 height: 35px;
 margin: -25px auto 0;
 background: #874f00;
 transform: rotate(-3deg);
 opacity: 0.1;
 display: none;
}
.theme-box_text{
  margin: 3em auto;
}
.theme-box_text ul{
  padding-left: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.theme-box_text ul li{
  margin: 0.5em;
}
.theme-box_text ul li a{
  font-size: 1.1em;
  letter-spacing: 0.2em;
  border: solid 1px #3b3d38;
  padding: 0.2em 0.5em;
  border-radius: 8px;
  background-color: #3b3d38;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}
.theme-box_text ul li a:hover{
  border: solid 1px #3b3d38;
  background-color: #6596c4;
  color: #ffffff;
}
@media screen and (max-width: 834px){
  .checker{
    width: 60%;
    height: 60%;
  }
  .squre{
    width: 50%;
    height: 40%;
  }
}
@media screen and (max-width: 480px){
  .theme-box_title{
    font-size: 1em;
    -webkit-text-stroke: inherit;
    color: #211300;
  }
  .theme-box_text{
    margin: 1em auto;
  }
  .theme-box_text ul{
    padding: 0;
  }
  .theme-box_text ul li a{
    font-size: 1em;
  }
  .checker{
    width: 53%;
    height: 40%;
  }
  .squre{
    width: 70%;
    height: 25%;
  }


}


/************************************
** 地図
************************************/
/* 臨時：都道府県がそろったら無くすCSS */
.map-hover{
  /* pointer-events: none; */
}
.map-hover .cls-1{
	fill:gray
}
.map-hover.on{
  pointer-events: all;
}
.map-hover.on .cls-1{
	fill:#ecc656;
}
/* 臨時：都道府県がそろったら無くすCSS */

.map{
  position: relative;
}
.bg-parts-03{
  position: absolute;
  width: 52vw;
  left: -40px;
  top: -1%;
}
.bg-parts-04{
  position: absolute;
  width: 47vw;
  right: -4%;
  bottom: -37%;
}
.map-contents{
  max-width: 1600px;
  padding: 0 1em;
  margin: auto;
  position: relative;
}
.map-block{
  width: 80%;
  margin: auto;
  margin: 5em auto;
}
.map-box_title{
  border: 4px solid #000;
  background-color: #ffffff;;
  position: relative;
  margin-bottom: 5em;
  width: 70%;
  font-size: 1.5em;
  text-align: center;
  padding: 1em 0;
  border-radius: 68px;
}
.map-box_title::before{
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: -20px;
  right: 20px;
  margin: auto;
  transform: rotate(-127deg);
  border-bottom: 5px dotted #000;
}
.map-box_img{
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 834px){
  .map-block{
    /* grid-template-columns: 1fr; */
    margin: 2em auto;
    width: 100%;
  }
  .map-box_img{
    width: 90%;
    margin: auto;
  }
  .map{
    margin-top: 7em;
  }
  .bg-parts-03{
    width: 83vw;
    top: 1%;
  }
  .bg-parts-04{
    width: 58vw;
    right: -13%;
    bottom: -31%;
  }
}
@media screen and (max-width: 480px){
  .map-block{
    margin: 2em auto;
    width: 100%;
  }
  .map-box_img{
    width: 100%;
  }
  .map-box_title{
    width: 90%;
    margin-bottom: 3em;
    font-size: 1.2em;
    padding: 0.5em 0;
    border: 1px solid;
  }
  .bg-parts-03{
    width: 100vw;
    top: -29%;
  }
  .bg-parts-04{
    width: 68vw;
    right: -3%;
    bottom: -45%;
  }
}

/*===========================
** SNS
===========================*/
.sns-title{
  text-align: center;
  color: #4b4b4b;
}
.sns-title p{
  display: inline;
  position: relative;
  color: #ffffff;
}
.sns-title p::before{
  content: "";
  display: block;
  width: 2em;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2em;
  margin: auto;
  transform: rotate(-127deg);
  background-color: #ffffff;
}
.sns-title p::after{
  content: "";
  display: block;
  width: 2em;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2em;
  margin: auto;
  transform: rotate(127deg);
  background-color: #ffffff;
}

.sns-box ul{
  display: flex;
  justify-content: center;
  padding: 0;
}
.sns-box ul li{
  margin: auto 0.3em;
}
.sns-box ul li img{
  width: 3em;
  border: 1px solid #231c14;
  border-radius: 50%;
}
/*===========================
** backnumber
===========================*/
.footer-backnumber{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.footer-backnumber h2{
  text-align: center;
  margin-top: 0;
  font-size: 1.5em;
}
.footer-backnumber .slider{
  padding: 1em 0 2em;
}
.footer-backnumber .slick-arrow{
  background-color: #294d6b;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: block;
  top: -60px;
  left: auto;
}
.footer-backnumber .slick-prev:before,
.footer-backnumber .slick-next:before{
  color: #ffffff;
}
.footer-backnumber p{
  font-size: 1.2em;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.footer-backnumber{
  position: relative;
  z-index: 0;
  margin: 0 auto;
  padding: 5em 0;
}
.footer-backnumber > section{
  margin: 1em auto;
}
.footer-backnumber .backnumber-button{
  width: 50%;
  margin: 1em auto;
}
.footer-backnumber .backnumber-button a{
  background-color: #294d6b;
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 0.5em 0;
  border-radius: 30px;
}
.footer-backnumber .backnumber-button a:hover{
  background-color: #ecc656;
  color: #ffffff;
}
.footer-backnumber .book-box{
  position: relative;
  /* overflow: hidden; */
  margin: 2em auto;
  padding: 5em;
  background: #EAEAEA;
  border-radius: 86px;
}
.book-box:after{
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-shadow: 3px 2px 0 #060000, -1px 1px 0 #060000, 1px -1px 0 #060000, -1px -1px 0 #060000;
  line-height: 1;
  letter-spacing: .1em;
  color: #fff;
  font-size: 2.375em;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%,-50%);
}
.magazine .book-box:after{
  content: "MAGAZINE";
}
.book-box:before{
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-shadow: 3px 2px 0 #060000, -1px 1px 0 #060000, 1px -1px 0 #060000, -1px -1px 0 #060000;
  line-height: 1;
  letter-spacing: .1em;
  color: #fff;
  font-size: 2.375em;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%,-50%);
}
.magazine .book-box:before{
  font-weight: bold;
  content: "MAGAZINE";
}
.books .book-box:after{
  content: "BOOK";
}
.books .book-box:before{
  content: "BOOK";
}
.footer-backnumber .slider .slick-slide{
  width: 200px!important;
}
.footer-backnumber .main_title{
font-size: 0.8em;
}
.footer-backnumber .slick-prev{
  left: 0;
}
.footer-backnumber .slick-next{
  right: 0;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
background: #ecc656!important;
}
@media screen and (max-width: 1000px){
  .footer-backnumber .book-box{
    padding: 3em 0;
    border-radius: 16px;
    margin: 1em auto;
  }
  .footer-backnumber .books .book-box{
    margin: 4em auto;
  }
  .footer-backnumber .slider .slick-slide{
    width:150px!important;
  }
  .footer-backnumber .slick-arrow{
    top: -290px;
    bottom: 0;
    margin: auto;
  }
  .footer-backnumber .backnumber-button{
    width: 80%;
  }
  .footer-backnumber h2{
    font-size: 1.5em;

  }
  .footer-backnumber p{
    font-size: 0.8em;
  }
  .book-box:before{
    display: none;
  }
  .book-box:after{
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    top: -35px;
    left: 0;
    right: auto;
    transform: inherit;
  }

}
@media screen and (max-width: 480px){
  .footer-backnumber .slick-next{
    bottom: -40%;
    top: auto;
    left: auto;
    right: 0;
  }
  .footer-backnumber .slick-prev{
    bottom: -40%;
    top: auto;
    left: 0;
    right: auto;
  }
  .footer-backnumber .backnumber-button{
    margin-top: 4em;
  }
  .footer-backnumber h2{
    text-align: center;
    font-size: 1.2em;
  }
}


/*===========================
** footer
===========================*/
.footer{
  position: relative;
  padding: 0;
  overflow: hidden;
  margin-top: 10em;
}
.footer li{
	list-style:none;
}
.footer-area{
  position: relative;
  margin: auto;
  max-width: 1140px;
}
.footer-parts-01{
  position: absolute;
  top: -52px;
  right: 0;
  width: 6em;
  z-index: 1;
}
.footer-parts-02{
  position: absolute;
  top: 30px;
  right: -50px;
  width: 4em;
  z-index: 1;
}
.footer-parts-03{
  position: absolute;
  bottom: -52px;
  left: -50px;
  width: 7em;
  z-index: 1;
}
.home .footer{
  margin-top: 0;
}
.footer-in{
  padding: 8em 0 0;
}

.footer-in .footer-copyright{
  padding: 1em;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.footer-bottom{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  padding: 2em 0;
  margin: auto;
  position: relative;
  border: 2px solid #ffffff;
}
.footer-bottom:before{
	content:"";
	width:100%;
	height: 100%;
	border: 1px solid #ffffff;
	position: absolute;
	top: 10px;
	left: 10px;
	box-sizing: content-box;
}
.footer-bottom-ad{
  display: none;
}
.footer .footer-bottom-content,
.footer .sns{
  z-index: 1;
  padding: 3em;
}
.footer-bottom-content h2{
  text-align: center;
  font-size: 1.2em;
  color: #3b3d38;
  margin: 0 0 1em;
}
.footer-bottom.fnm-text-width .menu-footer li{
  border: none;
}
.new-arrival{
  display: flex;
  align-items: center;
}
.new-arrival img{
  width: 120px;
}
.new-arrival ul{
  text-align: center;
}
.new-arrival ul li{
  border-radius: 4px;
  margin: 0.5em auto;
  border: 1px solid #ffffff;
  background: #ffffff;
  transition: all .2s;
}
.new-arrival ul li:hover{
  border: 1px solid #3b3d38;
}
#footer .new-arrival ul li a{
  display: block;
  padding: 0 1em;
  color: #3b3d38;
}
.new-arrival ul li:hover{
  background-color: #ffffff;
}
#footer .new-arrival ul li:hover a{
  color: #000000;
}

.navi-footer-in > .menu-footer li{
  padding: 0 1em;
  width: auto;
}
.footer-menu{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 1em 0 5em;
  background-color: #ecc656;
}
.footer-copyright{
  color: #000000;
  display: flex;
  justify-content: space-between;
  padding-top: 3em;
  align-items: center;
}
.logo-footer{
  width: 200px;
}
.navi-footer{
  padding: 0 1em;
}
.copyright{
  font-size: 0.8em;
  text-align: right;
}

.footer-under{
  background-color: #fffddf;
  padding: 4em 2em;
}
.footer-company .menu-footer{
  justify-content: center;
}

.footer-company p{
  text-align: center;
  font-size: 0.8em;
  padding-top: 3em;
}

.next-topics{
  text-align: center;
}
.balloon1 {
  position: relative;
  display: inline-block;
  margin: 3em;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #ffffff;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #ffffff;
  }

.balloon1 p {
  text-align: left;
  margin: 0;
  padding: 0;
  letter-spacing: 0.1em;
}

.public-month{
  text-align: center;
}
.new-mark{
  background-color: #3b3d38;
  color: #ffffff;
  border-radius: 3px;
  text-align: center;
}
.public-day{
  text-align: center;
}

/*834px以下*/
@media screen and (max-width: 834px){
  .footer-area{
    width: 90%;
  }
  .footer-parts-02{
    right: -30px;
  }
  .footer-parts-03{
    left: -60px;
  }
  .footer-bottom:before{
    display: none;
  }
  .footer-in{
    padding: 5em 0 0;
  }
  .navi-footer-in > .menu-footer li.menu-item{
    width: 100%;
    margin: 0;
    text-align: left;
  }
  .navi-footer-in > .menu-footer li:last-child{
    border-right:none;
  }
  .navi-footer-in > .menu-footer{
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .navi-footer-in > .menu-footer li.menu-item a{
    padding-left: 2em;
    position: relative;
  }
  .navi-footer-in > .menu-footer li.menu-item a:before{
    position:absolute;
    content:">";
    left: 0;
}
  .logo-footer{
    margin:1em auto;
  }
}
/*480px以下*/
@media screen and (max-width: 480px){
  .footer-bottom{
    justify-content: center;
  }
  .footer-in .footer-copyright{
    display: block;
  }
  .sns{
    margin: 1em auto;
  }
  .footer .footer-bottom-content,
  .footer .sns{
    padding: 0;
  }
}

/************************************
** TOPへもどる
************************************/
.go-to-top{
  z-index: 9;
}
.go-to-top-button{
  width: 10vw;
  height: auto;
  max-width: 150px;
      transition: .5s ;
    transform: rotateZ( 0deg ) ;
}
.go-to-top-button img{
      transition: .5s ;
    transform: rotateZ( 0deg ) ;
}
.go-to-top-button:hover img{
    transform: rotateZ(360deg);
}
@media screen and (max-width: 834px){
  .go-to-top-button{
    width: 11vw;
  }
}
@media screen and (max-width: 480px){
  .go-to-top-button{
    width: 17vw;
  }
}

/************************************
** 404
************************************/
.error404 .article.main-container{
  margin-top: 150px;
  padding: 0 1em;
}
.error404 .search-block{
  margin: 0;
}

/************************************
** notfound
************************************/
.another-rural-button{
  width: 50%;
  margin: 2em auto;
}
.another-rural-button img{
  border-radius: 21px;
}
@media screen and (max-width: 480px){
  .another-rural-button{
    width: 70%;
    margin: 2em auto;
  }
  .another-rural-button img{
    border-radius: 21px;
  }

}



/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
