
*{
  margin:0;
  padding:0;
  list-style: none;
  box-sizing: border-box;
  text-decoration: none;
  background-size: cover;
  background-position: center;
}

*::before,
*::after{
  background-size: cover;
  background-position: center;
  font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;

}

body{
  word-break: break-word;
  position: relative;
  font-size: 16px;
  letter-spacing: 0.08em;
  font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  /* font-family: 'Noto Sans CJK JP' , 'Noto Sans JP'  ,sans-serif; */
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

body::before{
  content:"";
  width:100%;
  height:100%;
  z-index:-15;
  background-color: #F0F7FC;
  position: absolute;
  top:0;
  left:0;
}

main{
  overflow: hidden;
  padding-top: 80px;

}

img{
  display: block;
  object-position: center;
}

.container{
  max-width:1200px;
  margin:0 auto;
}

.hide{
  display: none!important;

}
/*
------------------------------------------------------------
共通部分
------------------------------------------------------------
*/

/*共通パーツ*/
.common_link_button{
  display: flex;
  justify-content: center;
  align-items: center;
  width:320px;
  max-width:100%;
  height:40px;
  border-radius: 40px;
  margin:0 auto;
  background-color: #0072BA;
  font-size: 18px;
  font-weight: 400;
  color:#fff;
  line-height: 1;
}


/*アニメーション関係*/

.common_hover_opa{
  transition: 0.4s;
}

.common_hover_opa:hover{
  opacity: 0.7;
}

.common_sec_title{
  display: flex;
  /* flex-wrap: wrap; */
  margin-bottom: 48px;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.3;
  color: #7786c4;
  flex-shrink: 0;
}

.common_sec_title::before{
  content:"";
  width:76px;
  height:61px;
  background-image: url('../img/common/header_icon_blue.png');
  flex-shrink: 0;
  margin-right: 12px;
  margin-top: -4px;
}

.common_sec_title.pink::before{
  background-image: url('../img/common/header_icon_pink.png');
}

.common_sec_title .tag_title{
  font-size: 18px;
  font-weight: normal;
  color:#3B4043;
  margin-left: 12px;
  margin-top: 12px;
  flex-shrink: 1;
}

.common_sec_title.black{
  color:#3B4043;
}


.loading_button{
  position: relative;
}

.click_rock{
  pointer-events: none!important;
  box-shadow:none!important;
  transform: translateY(3px);
  opacity: 0.5;
}

.loader_frame{
  position: absolute;
  right:-20px;
  top:-20px;
  opacity:0;
}

.click_rock .loader_frame{
  opacity:1;
}

.loader {
  margin: auto;
  font-size: 6px;
  width:8px;
  height:8px;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  pointer-events: none;
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #000000, 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.5), -1.8em -1.8em 0 0em rgba(0,0,0, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.7), 1.8em -1.8em 0 0em #000000, 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.5), 1.8em -1.8em 0 0em rgba(0,0,0, 0.7), 2.5em 0em 0 0em #000000, 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.5), 2.5em 0em 0 0em rgba(0,0,0, 0.7), 1.75em 1.75em 0 0em #000000, 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.5), 1.75em 1.75em 0 0em rgba(0,0,0, 0.7), 0em 2.5em 0 0em #000000, -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.5), 0em 2.5em 0 0em rgba(0,0,0, 0.7), -1.8em 1.8em 0 0em #000000, -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.5), -1.8em 1.8em 0 0em rgba(0,0,0, 0.7), -2.6em 0em 0 0em #000000, -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.5), -2.6em 0em 0 0em rgba(0,0,0, 0.7), -1.8em -1.8em 0 0em #000000;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #000000, 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.5), -1.8em -1.8em 0 0em rgba(0,0,0, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.7), 1.8em -1.8em 0 0em #000000, 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.5), 1.8em -1.8em 0 0em rgba(0,0,0, 0.7), 2.5em 0em 0 0em #000000, 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.5), 2.5em 0em 0 0em rgba(0,0,0, 0.7), 1.75em 1.75em 0 0em #000000, 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.5), 1.75em 1.75em 0 0em rgba(0,0,0, 0.7), 0em 2.5em 0 0em #000000, -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.5), 0em 2.5em 0 0em rgba(0,0,0, 0.7), -1.8em 1.8em 0 0em #000000, -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.5), -1.8em 1.8em 0 0em rgba(0,0,0, 0.7), -2.6em 0em 0 0em #000000, -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.5), -2.6em 0em 0 0em rgba(0,0,0, 0.7), -1.8em -1.8em 0 0em #000000;
  }
}


/*
------------------------------------------------------------
ヘッダー
------------------------------------------------------------
*/

header{
  position: fixed;
  top:0;
  left:0;
  z-index:100;
  width:100%;
  background-color: #fff;
}

header .header_container{
  padding:0 40px;
}


header .header_flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height:80px;
}

header .header_logo{
  display: block;
}

header .header_logo img{
  /* width:100%; */
  width:auto;
  height:70px;
}

header .header_right{
  display: flex;
  align-items: center;
}

header .lang_switch_area{
  margin-right: 60px;
}

header .lang_flex{
  display: flex;
  align-items: center;
}

header .lang_flex .slash{
  margin:0 12px;
  font-size: 24px;
}

header .lang_flex .lang_block{
  cursor: pointer;
  opacity: 0.5;
}

header .lang_flex .lang_block.active{
  pointer-events: none;
  opacity: 1;
}

header .lang_flex .lang_label{
  font-size: 20px;
}

header .lang_flex input{
  display: none;
}


header .drawer_menu_block{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  /* align-items: center; */
  width:48px;
  height:36px;
  cursor: pointer;
}

header .drawer_menu_block .bar{
  height:5px;
  border-radius: 10px;
  background-color: #60bbd8;
  transition-duration: 0.5s;
}

header .drawer_menu_block .bar2{
  width:36px;
  margin:0 auto;
}

header .drawer_menu_block.active .bar1 {
  transform: translateY(15.2px) rotate(-45deg);
}
header .drawer_menu_block.active .bar2 {
  display: none;
}
header .drawer_menu_block.active .bar3 {
  transform: translateY(-15.2px) rotate(45deg);
}


#drawer_menu_bg{
  content:"";
  width:100%;
  height:100vh;
  background-color: rgba(0,0,0,0.6);
  position: fixed;
  z-index:90;
  top:0;
  left:0;
  pointer-events: none;
  transition: 0.7s;
  opacity: 0;
}

#drawer_menu_bg.show{
  opacity: 1;
  pointer-events: auto;
}

#drawer_menu{
  position: fixed;
  width:100%;
  max-width:400px;
  position: fixed;
  z-index:99;
  width:100vw;
  height: calc(100vh - 80px); /* カスタムプロパティ未対応ブラウザ用のフォールバック */
  height: calc(var(--vh2, 1vh) * 100 - 80px);
  background-color: #60bbd8;
  bottom:0;
  transition: 0.7s;
  right:-100px;
  opacity: 0;
  pointer-events: none;
}

#drawer_menu.show{
  opacity: 1;
  pointer-events: auto;
  right:0;
}

#drawer_menu .frame{
  height:100%;
  overflow-y: scroll;
  /* padding:0 24px; */
  margin:0 auto;
  position: relative;
  z-index: 100;
}

#drawer_menu .drawer_contents{
  padding:0 0 24px;
}

#drawer_menu .drawer_block{
  padding:12px 0;
  border-bottom:3px solid #FFFFFF;
}

#drawer_menu .keyword_frame{
  position: relative;
  width: 340px;
  max-width: 100%;
  margin: 0 auto;
  padding:6px 0;
}

#drawer_menu .keyword_frame input[type="text"]{
  border: none;
  background: none;
  display: block;
  width: 100%;
  height: 36px;
  border-radius: 50px;
  background-color: #fff;
  border: 2px solid #707070;
  padding: 0 60px 0 12px;
  text-align: center;
  font-size: 13px;
}

#drawer_menu .keyword_frame input[type="submit"]{
  border: none;
  background: none;
  cursor: pointer;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../img/common/search_gray.png);
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  text-indent: -9999em;
}

#drawer_menu .drawer_link{
  padding-left: 12px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
}

#drawer_menu .drawer_link::after{
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.5px 0 6.5px 11px;
  border-color: transparent transparent transparent #fff;
  margin-left: 16px;
}

#drawer_menu .drawer_link.no_arrow::after{
  content:none;
}

#drawer_menu .search_area{
  padding:0 32px 20px;
}

#drawer_menu .search_area .white_text{
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
  color: #fff;
  letter-spacing: 0;
}

#drawer_menu .search_area .area_flex{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap:8px;
  width:fit-content;
  max-width:100%;
  margin:16px auto;
}

#drawer_menu .search_area .area_flex .area_link{
  display: flex;
  justify-content: center;
  align-items: center;
  min-width:90px;
  height:28px;
  padding:0 8px;
  border-radius: 6px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  letter-spacing: 0;
}

#drawer_menu .search_area .area_flex .area_link.all{
  background-color: #3E4CC4;
}
#drawer_menu .search_area .area_flex .area_link.hiroshima{
  background-color: #EE5151;
}
#drawer_menu .search_area .area_flex .area_link.okayama{
  background-color: #1AB14C;
}

#drawer_menu .search_area .search_cat_list{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap:16px 0;
  margin:16px 0 24px;
}

#drawer_menu .search_area .search_cat_block{
  min-width:50%;
  padding-right: 12px;
}

#drawer_menu .search_area .search_cat_item{
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  color: #707070;

}

#drawer_menu .search_area .search_cat_item .box{
  width:24px;
  height:24px;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 2px;
  position: relative;
  margin-right: 12px;
}

#drawer_menu .search_area .search_cat_item input:checked + .box::after{
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 6px;
  width: 6px;
  height: 16px;
  transform: rotate(40deg);
  border-bottom: 3px solid #60bbd8;
  border-right: 3px solid #60bbd8;
}

#drawer_menu .search_area .search_cat_item input{
  display: none;
}

#drawer_menu .search_area .day_flex{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap:12px;
  margin:16px 0 24px;
}

#drawer_menu .search_area .day_block{
  width:132px;
}

#drawer_menu .search_area .day_block p{
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  color: #000;
  margin-bottom: 4px;
}

#drawer_menu .search_area .day_block input{
  border: none;
  background: none;
  width: 100%;
  height: 30px;
  border-radius: 6px;
  background: #fff;
  border: 1px solid #707070;
  padding: 0 4px;
  color: #000;
  font-size: 12px;
  cursor: pointer;
}

#drawer_menu .search_area .search_button{
  border:none;
  background:none ;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  border-radius: 20px;
  background: #0072ba;
  margin:0 auto 24px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
}

#drawer_menu .link_flex{
  display: flex;
  justify-content: center;
  align-items: center;
  gap:0 40px;
} 

#drawer_menu .link_flex a{
  min-width:130px;
  position: relative;
  font-weight: bold;
  font-size: 15px;
  line-height: 1;
  color: #707070;
  padding-bottom: 6px;
  letter-spacing: 0;
  white-space: nowrap;
  padding-right: 12px;
}

#drawer_menu .link_flex a::after{
  content:"";
  width:100%;
  height:4px;
  background-image: url('../img/common/drawer_link_arrow.png');
  background-position: right;
  position: absolute;
  bottom:0;
  left:0;
  transition: 0.4s;
}

#side_fix_link{
  position: fixed;
  right:1.5vw;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 50;
}

#side_fix_link a{
  display: block;
  /* width:200px; */
  width:10.417vw;
  margin:6px 0;
}

#side_fix_link a img{
  width:100%;
}

/*
------------------------------------------------------------
天気予報エリア
------------------------------------------------------------
*/
.common_weather_area{
  position: fixed;
  width:100%;
  left:0;
  top:80px;
  z-index:80;
  pointer-events: none;
}

.common_weather_area a{
  opacity: 0;
}

.common_weather_area{

}

/*
------------------------------------------------------------
おすすめツアーエリア
------------------------------------------------------------
*/

.common_recommend_section{
  padding:80px 0 48px;
  position: relative;
}

.common_recommend_section::before{
  content:"";
  width:100%;
  height:100%;
  background-color: #C7E2FF;
  position: absolute;
  top:0;
  left:0;
  z-index:-10;
}

.common_recommend_section h2{
  margin-bottom: 48px;
  font-weight: bold;
  font-size: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #7786c4;

}

.common_recommend_section .swiper_block{
  padding:0 40px;
  position: relative;
  margin-bottom: 32px;
}


.common_recommend_section .recommend_arrow{
  position: absolute;
  z-index: 10;
  width: 20px;
  cursor: pointer;
  top:129px;
}

.common_recommend_section .recommend_prev{
  left:0;
}

.common_recommend_section .recommend_next{
  right:0;
}

.common_recommend_section .swiper-slide{
  width:565px;
  padding:0 16px;
}

.common_recommend_section .card{
  display: block;
  width:100%;
}

.common_recommend_section .card .thumb{
  width:100%;
  height:290px;
  overflow: hidden;
  object-fit: cover;
  border-radius: 32px;
  
}

.common_recommend_section .card .thumb img{
  width:100%;
  height:100%;
  transition: 0.4s;
  border-radius: 32px;
}

.common_recommend_section .card:hover .thumb img{
  transform: scale(1.1);
}

.common_recommend_section .card p{
  margin-top: 24px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  color:#111010;
}


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

footer{
  padding:40px 0 60px;
  background-color: #fff;
}

footer .sns_flex{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}

footer .sns_flex a{
  margin:0 20px;
}

footer .sns_flex img{
  height:50px;
}

footer .copy{
  display: flex;
  justify-content: center;
  align-items: center;

}

footer .copy a{
  color:#242424;
}

/*
------------------------------------------------------------
トップページ
------------------------------------------------------------
*/

body.top_body{
  
}

main.top_main{

}

.top_section{
  
}

.top_section01{
  position: relative;
}

.top_section01 .mv{
  width:100%;
  max-height:700px;
  min-height:500px;
  height:600px;
  object-fit: cover;
}

.top_section01 .contents_area{
  width:1200px;
  max-width:90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: flex;
}

.top_section01 .contents_area .left,
.top_section01 .contents_area .right{
  width:50%;
  position: relative;
}

.top_section01 .contents_area .p01{
  display: flex;
  justify-content:center;
  font-weight: bold;
  font-size: clamp(50px, 3.646vw, 80px);
  line-height: 1.5;
  margin-bottom: 40px;
}

.top_section01 .contents_area .p01 img{
  width:200px;
}

.top_section01 .beta{
  position: absolute;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  top:-80px;
  white-space: nowrap;
  width:100%;
}

.top_section01 .search_area{
  position: relative;
}

.top_section01 .search_area .input_frame{
  width:470px;
  max-width:100%;
  margin:0 80px 0 auto;
  /* margin:0 auto; */
  position: relative;
}

.top_section01 .search_area .input_frame input[type="text"]{
  border:none;
  background: none;
  display: block;
  width:100%;
  height:50px;
  border-radius: 50px;
  background-color: #fff;
  border:2px solid #707070;
  padding:0 60px 0 12px;
  text-align: center;
  font-size: 18px;
}

.top_section01 .search_area .input_frame input[type="submit"]{
  border:none;
  background: none;
  cursor: pointer;
  display: block;
  width:32px;
  height:32px;
  background-image: url('../img/common/search_gray.png');
  background-position: center;
  background-size: cover;
  position: absolute;
  right:16px;
  top:0;
  bottom:0;
  margin:auto;
  text-indent: -9999em;
}

.top_section02{
  padding:72px 0 40px;
}

.top_section02 .pickup_frame{
  margin-bottom: 48px;
}

.top_section02 .pickup_list{
  display: flex;
  gap:0 64px;
  
}

.top_section02 .pickup_list li{
  width:235px;
}

.top_section02 .pickup_list .pickup_card{
  display: block;
  width:100%;
  color: #111010;
}

.top_section02 .pickup_list .thumb{
  width:100%;
  height:235px;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}

.top_section02 .pickup_list .thumb img{
  width:100%;
  height:100%;
  object-fit: cover;
  transition: 0.4s;
  border-radius: 24px;
}

.top_section02 .pickup_list .pickup_card:hover .thumb img{
  transform: scale(1.1);
}

.top_section02 .pickup_list .pickup_title{
  /* padding:0 12px; */
  font-size: 14px;
  margin-top: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.top_section02 .pickup_list .pickup_cat_list{
  margin-top: 12px;
  z-index:10;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;

}

.top_section02 .pickup_cat_list .pickup_cat_item {
  /* color: #575757;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2; */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding:2px 6px;
  border:1px solid #707070;
  font-size: 11px;
  border-radius: 8px;
}


.top_section03{
  padding:40px 0 40px;
}



.top_section03 .flex{
  display: flex;
  justify-content: center;
}

.top_section03 .flex02{
  margin-top: 96px;
}

.top_section03 .flex .left,
.top_section03 .flex .right{
  width:520px;
  margin:0 32px;
}

.top_section03 .area_title{
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  color: #7786c4;
  margin-bottom: 16px;
}

.top_section03 .news_frame{
  max-height:250px;
  border-radius: 12px;
  background: #fff;
  border: 2px solid #707070;
  overflow-y: scroll;
}

.top_section03 .news_frame .news_contents{
  padding:24px;
}

.top_section03 .news_frame li{
  border-bottom:1px solid #707070;
}

.top_section03 .news_frame li a{
  padding:8px 4px;
  display: block;
  color:#555555;
}

.top_section03 .community_frame{
  height:250px;
  height: 251px;
  border-radius: 12px;
  background: #fff;
  border: 2px solid #707070;
  overflow-y: scroll;
}

.top_section03 .map_frame{
  height:440px;
}

.top_section03 .map_frame iframe{
  display: block;
  width:100%;
  height:100%;
  border-radius: 24px;
}


.top_section03 .calendar_frame{
  width:400px;
  max-width:100%;
  min-height: 420px;
  /* margin:32px auto 0; */

}

.top_section03 .calendar_frame .saturday{
  color:#4F50FF
}
.top_section03 .calendar_frame .sunday{
  color:#FF0200
}

.top_section03 .calendar_frame .calendar_block{
  position: relative;
  padding:16px 4px;
}

.top_section03 .calendar_frame .calendar_bg{
  width:100%;
  height:100%;
  object-fit: cover;
  border-radius: 24px;
  position: absolute;
  z-index:-3;
  top:0;
  left:0;
  opacity: 0.4;
}

.top_section03 .calendar_frame .calendar{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.top_section03 .calendar_frame .calendar .week_block{
  width:14%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding:0 0 6px;
  margin-left: -1px;
  border: 1px solid rgba(0,0,0,0);
  font-size: 13px;
}

.top_section03 .calendar_frame .ym_flex{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}

.top_section03 .calendar_frame .ym_flex .year_month{
  /* margin:0 24px; */
  font-size: 20px;
  width:130px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0;
}

.top_section03 .calendar_frame .ym_flex .calendar_arrow{
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #333;

}

.top_section03 .calendar_frame .ym_flex .calendar_arrow.prev{
  transform:rotateZ(180deg) ;
}

.top_section03 .calendar_frame .day_block{
  width:14%;
  aspect-ratio: 1 / 1;
  min-height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  border:1px solid #707070;
  position: relative;
  margin-top:-1px;
  margin-left:-1px;
  color:#333;
  background-color: #fff;
}

.top_section03 .calendar_frame .day_block .count{
  color:#333;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding:0 4px; */
  width:30px;
  height:30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border:1px solid #333;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
}

.top_section03 .calendar_frame .day_block .num{
  position: absolute;
  top:1px;
  left:1px;
  font-size: 10px;
  z-index:10;
  letter-spacing: 0;
}

.top_section03 .calendar_frame .day_block.today,
.top_section03 .calendar_frame .day_block.today span{
  /* color: blue; */
  font-weight: bold;
}


.top_section04{
  padding:40px 0 60px;
}

.top_section04 .today_frame{

}

.top_section04 .today_list{
  display: flex;
  gap:0 64px;
  
}

.top_section04 .today_list li{
  width:235px;
}

.top_section04 .today_list .today_card{
  display: block;
  width:100%;
  color: #111010;
}

.top_section04 .today_list .thumb{
  width:100%;
  height:235px;
  border-radius: 24px;
  overflow: hidden;
  /* margin-bottom: 20px; */
  position: relative;
}

.top_section04 .today_list .thumb img{
  width:100%;
  height:100%;
  object-fit: cover;
  transition: 0.4s;
  border-radius: 24px;
}

.top_section04 .today_list .today_card:hover .thumb img{
  transform: scale(1.1);
}

.top_section04 .today_list .today_title{
  /* padding:0 12px; */
  font-size: 14px;
  margin-top: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.top_section04 .today_list .today_cat_list{
  margin-top: 12px;
  z-index:10;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
}

.top_section04 .today_cat_list .today_cat_item {
  /* color: #575757;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2; */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding:2px 6px;
  border:1px solid #707070;
  font-size: 11px;
  border-radius: 8px;
}


.top_section05{
  padding:60px 0 132px;
}

.top_section05 .top_guide_list{
  display: flex;
  /* gap:0 37.5px; */
  gap:0 105px;
}

.top_section05 .top_guide_list li{
  /* width:210px; */
  width:135px;
}

.top_section05 .top_guide_list .card{
  display: flex;
  align-items: flex-end;
  position: relative;
}

.top_section05 .top_guide_list .card .thumb{
  width:135px;
  height:135px;
  border-radius: 50%;
  overflow: hidden;
  border:2px solid #000;
  flex-shrink: 0;
}

.top_section05 .top_guide_list .card .thumb img{
  width:100%;
  height:100%;
  object-fit: cover;
  transition: 0.4s;
  border-radius: 50%;
}

.top_section05 .top_guide_list .card:hover .thumb img{
  transform: scale(1.1);
}

/* .top_section05 .top_guide_list .card .text_area{
  width:100%;
  position: relative;
} */

.top_section05 .top_guide_list .card .guide_name{
  position: absolute;
  top:calc(100% - 15px);
  left:100%;
  width:110px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  color:#000;
}

.top_bbs_area{
  position: fixed;
  width:100%;
  padding:8px 0;
  z-index:50;
  bottom:0;
  left:0;
  background-color: #fff;
  box-shadow: -5px 5px 15px rgba(0,0,0,0.35);
}

.top_bbs_area .swiper-wrapper {
  /* transition-timing-function: linear; */
}

.top_bbs_area .swiper-slide{
  padding:0 24px;
  width:fit-content;
}

.top_bbs_area .bbs_link{
  color:#000;
}

/*
------------------------------------------------------------
下層共通
------------------------------------------------------------
*/

/*下層のMV*/
.page_mv_section{

}

.page_mv_section .mv{
  width:100%;
  max-height:700px;
  min-height: 500px;
  height:600px;
  object-fit: cover;
}


/*ぱんくず*/
.bread_section{
  display: none;
  padding:32px 0 24px;
}

.bread_section .bread_flex{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.bread_section .bread_flex .arrow{
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin:0 16px 12px;
  color:#000;
}

.bread_section .bread_flex a{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
  color:#000;
  line-height: 1.3;
}

.bread_section .bread_flex span{
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 12px;
  color:#000;
  line-height: 1.3;
}


/*ページネーション*/
.common_pagenation_frame{
  width:fit-content;
  max-width:100%;
  margin:64px auto 0;
}


.common_pagenation{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.common_pagenation span.current{/*現在のページボタン*/
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #60bbd8;
  color: #ffffff;
  border: 1px solid #60bbd8;
  
  font-weight: bold;
  line-height: 1;
  transition: 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin:8px 16px;
}

.common_pagenation a.page-numbers{/*指定のページ移動ボタン*/
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #60bbd8;
  color: #60bbd8;
  font-weight: bold;
  line-height: 1;
  transition: 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  margin:8px 16px;
}


@media(min-width:768px){
  .common_pagenation a.page-numbers:hover{
    background: #60bbd8;
    color: #ffffff;
  }

}/*@media(min-width:768px){*/


/*wpブロックエディタ*/
.common_single_block{
  max-width: 1000px;
  margin:0 auto;
}

.common_single_block h2{
  margin: 32px 0;
  pointer-events: none;
  position: relative;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.6;
}

.common_single_block h3{
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin: 24px 0;
  padding-bottom: 12px;
}

.common_single_block p{
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin: 24px 0;
  
}

.common_single_block figure{
  margin-top: 24px;
  margin-bottom: 24px;
}

.common_single_block img{
  object-fit: cover;
  height:auto!important;
}


/*記事一覧表示*/
.common_topic_list{
  
}

.common_topic_block{
  display: flex;
  justify-content: space-between;
  max-width:1080px;
  flex-wrap: wrap;
  margin:0 auto 40px;
}

.common_topic_block:last-child{
  margin-bottom: 0;
}

.common_topic_block .thumb_area{
  position: relative;
  width:535px;
  height:300px;
}

.common_topic_block .thumb_area .thumb{
  width:100%;
  height:100%;
  overflow: hidden;
  display: block;
  position: relative;
}

.common_topic_block .thumb_area .thumb img{
  width:100%;
  height:100%;
  object-fit: cover;
  transition: 0.4s;
}

.common_topic_block .thumb_area .thumb:hover img{
  transform: scale(1.1);
}

.common_topic_block .thumb_area .guide_link{
  display: block;
  width:96px;
  height:96px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top:16px;
  right:16px;
  z-index:10;
}

.common_topic_block .thumb_area .guide_link img{
  width:100%;
  height:100%;
  object-fit: cover;
  transition: 0.4s;
  border-radius: 50%;
}

.common_topic_block .thumb_area .guide_link:hover img{
  transform: scale(1.1);
}

.common_topic_block .topic_cat_list{
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
}

.common_topic_block .topic_cat_list .topic_cat_item{
  /* font-size: 16px; */
  /* color: #575757;
  font-weight: bold;
  line-height: 1.2; */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 2px 6px;
  border: 1px solid #707070;
  font-size: 14px;
  border-radius: 8px;
  color:#111010;
}

.common_topic_block .text_area{
  width:500px;
}

.common_topic_block .text_area .topic_name{
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  color: #000;
  margin-top: 16px;
}

.common_topic_block .text_area .topic_name a{
  color: #000;
}

.common_topic_block .text_area .topic_name a:hover{
  text-decoration: underline;
}

.common_topic_block .text_area .topic_info{
  font-size: 15px;
  line-height: 1.8;
}



.common_topic_block:nth-child(odd){
  flex-direction: row;
}

.common_topic_block:nth-child(even){
  flex-direction: row-reverse;
}


/*ガイド一覧表示*/
.common_guide_list{
  
}

.common_guide_block{
  display: flex;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto 48px;
  color:#000;
}

.common_guide_block .thumb{
  display: block;
  width:290px;
  height:290px;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
}

.common_guide_block .thumb img{
  width:100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
  border-radius: 50%;
}

.common_guide_block .thumb:hover img{
  transform: scale(1.1);
}

.common_guide_block .text_area{
  /* width:100%; */
  padding-top: 24px;
}

.common_guide_block .guide_name{
  margin-bottom: 24px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  font-style: italic;
  color:#000;
}

.common_guide_block .guide_name a{
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  font-style: italic;
  color:#000;
}

.common_guide_block .guide_name a:hover{
  text-decoration: underline;
}

.common_guide_block .guide_info{
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  word-break: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.common_guide_block .guide_info br{
  display: none;
}

.common_guide_block .guide_sns{
  display: flex;
  align-items: center;
  margin-top: 32px;
  gap:0 16px;
}

.common_guide_block .guide_sns img{
  height:30px;
}

.common_guide_block:nth-child(odd){
  flex-direction: row;
  justify-content: flex-start;
}

.common_guide_block:nth-child(odd) .text_area{
  padding-left: 64px;
}

.common_guide_block:nth-child(even){
  flex-direction: row-reverse;
  /* justify-content: flex-end; */
}

.common_guide_block:nth-child(even) .text_area{
  padding-right: 64px;
}

/*
------------------------------------------------------------
ガイド一覧ページ
------------------------------------------------------------
*/

body.guide_list_body{
  
}

main.guide_list_main{
  
}

.guide_list_section{
  
}

.guide_list_section01{
  padding:100px 0;
}




/*
------------------------------------------------------------
ガイド詳細
------------------------------------------------------------
*/

body.guide_single_body{
  
}

body.guide_single_body::before{
  background-color: #fff;
}

main.guide_single_main{
  margin-top: 0;
}

.guide_single_section{
  
}

.guide_single_section01{
  padding:60px 0;
}

.guide_single_section01 .guide_name{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.3;
  margin-bottom: 40px;
}

.guide_single_section01 .guide_img{
  max-width:100%;
  object-fit: cover;
  margin:0 auto 32px;
}

.guide_single_section01 .guide_sns{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  gap:0 16px;
}

.guide_single_section01 .guide_sns img{
  height: 45px !important;
}


.guide_single_section02{
  padding:48px 0 120px;
  position: relative;
}

.guide_single_section02::before{
  content:"";
  width:100%;
  height:100%;
  z-index:-10;
  background-color: #F0F7FC;
  position: absolute;
  top:0;
  left:0;
}


/*
------------------------------------------------------------
記事アーカイブページ
------------------------------------------------------------
*/

body.archive_body{
  
}


main.archive_main{
  
}

.archive_section{
  position: relative;
}

.archive_section01{
  /* padding-top: 22px; */
}

.archive_section01::before{
  content:"";
  width:100%;
  height:100%;
  z-index:-10;
  /* background-color: #fff; */
  position: absolute;
  top:0;
  left:0;
}

.archive_section01 .tab_flex{
  display: flex;
  justify-content: center;
  margin-top: -120px;
}

.archive_section01 .tab{
  width:33.4%;
  height:120px;
  display: flex;
  justify-content: center;
  align-items: center;
  color:rgba(0,0,0,0.5);
  
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  /* border:4px solid rgba(112,112,112,0.5);
  border-bottom:4px solid rgba(112,112,112,1); */
  background-color:rgba(240,247,252,0.5);
}

.archive_section01 .tab.active{
  position: none;
  color:#000;
  border:4px solid rgba(112,112,112,1);
  border-bottom: none;
  background-color:#F0F7FC;
}

.archive_section01 .tab01{
  border-radius: 0 24px 0 0;
  border-left: none;
}

.archive_section01 .tab02{
  border-radius: 24px 24px 0 0;
}

.archive_section01 .tab03{
  border-radius: 24px 0 0 0;
  border-right: none;
}

.archive_section02{
  padding:80px 0 40px;
}

.archive_section02 .search_cat_list{
  display: flex;
  /* justify-content: center; */
  flex-wrap: wrap;
  gap:20px 40px;
  /* gap:20px 40px; */
  margin-bottom: 32px;
}

.archive_section02 .search_cat_item{
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.archive_section02 .search_cat_item .box{
  width:24px;
  height:24px;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 2px;
  position: relative;
  margin-right: 12px;
}

.archive_section02 .search_cat_item input:checked + .box::after{
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 6px;
  width: 6px;
  height: 16px;
  transform: rotate(40deg);
  border-bottom: 3px solid #60bbd8;
  border-right: 3px solid #60bbd8;
}

.archive_section02 .search_cat_item input{
  display: none;
}

.archive_section02 .search_cat_button{
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  color: #707070;

}

.archive_section02 .search_cat_button.coupon{
  color:#EF897E;
}


.archive_section02 .search_flex{
  display: flex;
  justify-content: space-between;
  /* gap:0 40px; */
  align-items: center;
  margin-bottom: 40px;
}

.archive_section02 .search_flex .day_area{
  display: flex;
  gap:0 40px;
}


.archive_section02 .search_flex .day_block p{
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 6px;
}

.archive_section02 .search_flex .day_block input{
  border: none;
  background: none;
  width: 270px;
  height: 56px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #707070;
  padding:0 12px;
  color:#000;
  font-size: 20px;
}

.archive_section02 .search_flex .keyword{
  border: none;
  background: none;
  width: 470px;
  height: 56px;
  border-radius: 28px;
  background: #fff;
  border:1px solid #707070;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  color:#000;
  padding:0 16px;
  margin-bottom: 12px;
}

.archive_section02 .search_button{
  border: none;
  background: none;
  width: 270px;
  height: 56px;
  border-radius: 20px;
  /* background: #0072ba; */
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  box-shadow: 9px 9px 9px rgba(0, 0, 0, 0.16);
  background: #fff;
  border:1px solid #707070;
  font-size: 24px;
  color:#707070;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.08em;
  cursor: pointer;
  position: relative;
  margin:0 auto;
}

.archive_section02 .search_button::after{
  content:"";
  width:32px;
  height:32px;
  background-image: url('../img/common/search_gray.png');
  /* margin-left: 12px; */
  position: absolute;
  right:48px;
  top:14px;
}

.archive_section03{
  padding:30px 0;
}

.archive_section03 .common_sec_title{
  flex-wrap: wrap;
}

/*
------------------------------------------------------------
記事シングル
------------------------------------------------------------
*/

body.single_body{
  
}


main.single_main{
  margin-top: 0;
}

.single_section{
  position: relative;
}

.single_section01{
  padding: 32px 0 132px;
}

.single_section01 .topic_img{
  width:100%;
  margin-bottom: 24px;
}

.single_section01 .topic_cat_list{
  display: flex;
  flex-wrap: wrap;
  gap:12px 20px;
  margin-bottom: 48px;
}

.single_section01 .topic_cat_list .topic_cat{
  /* display: flex;
  justify-content: center;
  align-items: center;
  padding:8px 12px;
  color:#000;
  background-color: #F0F3F5;
  border-radius: 40px;
  border:1px solid #CDD6DD; */
  color: #575757;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
}

.single_section01 .back_link{
  max-width: 340px;
  height: 70px;
  border-radius: 10px;
  background: #0072ba;
  box-shadow: 9px 9px 9px rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: center;
  align-items: center;
  margin:72px auto 0;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  position: relative;
}

.single_section01 .back_link::after{
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 13px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right:16px;
  top:0;
  bottom:0;
  margin:auto;
}

.single_section02{
  padding-bottom: 112px;
}

.single_section03{
  padding-bottom: 160px;
}

.single_section03 h2{
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 30px;
  color: #7786c4;

}

.calendar_area{

}


/*
------------------------------------------------------------
掲示板一覧
------------------------------------------------------------
*/

.talk_mv_section{
  padding-top: 160px;
  padding-bottom: 120px;
  background-color: #fff;
  border-bottom:3px solid #707070;
}

.talk_mv_section .flex{
  display: flex;
  align-items: center;
}

.talk_mv_section .flex .left,
.talk_mv_section .flex .right{
  width:50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.talk_mv_section .flex .left .talk_title{
  width:100%;
}

.talk_mv_section .flex .right .link{
  display: flex;
  justify-content: center;
  align-items: center;
  padding:12px 40px;
  border-radius: 20px;
  background: #44ab7a;
  border: 1px solid #707070;
  font-weight: bold;
  font-size: 34px;
  line-height: 1;
  color: #fff;



}

body.talk_list_body{
  
}


main.talk_list_main{
  /* margin-top: 80px; */
  margin-top: 0;
}

.talk_list_section{
  position: relative;
}

.talk_list_section01{
  padding:80px 0;
}

.talk_list_section01 .form_area{
  margin-bottom: 64px;
  max-width:800px;
  margin:0 auto 64px;
  background-color: #fff;
  padding:40px;
}

.talk_list_section01 .form_area p{
  margin-bottom: 8px;
}

.talk_list_section01 .form_area .input_flex{
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.talk_list_section01 .form_area .input_flex input{
  border:none;
  background: none;
  display: block;
  width: 320px;
  height: 40px;
  background: #fff;
  border: 1px solid #707070;
  padding:0 12px;
}

.talk_list_section01 .form_area .bbs_text{
  border:none;
  background: none;
  display: block;
  width: 440px;
  height: 200px;
  background: #fff;
  border: 1px solid #707070;
  padding:12px;

}

.talk_list_section01 .form_area .bbs_button{
  margin-top: 16px;
}

.talk_list_section01 .form_area label{
  display: block;
  width:fit-content;
  cursor: pointer;
  margin-top: 8px;
}

.talk_list_section01 .form_area .err_text{
  margin-top: 6px;
  color:#ff0000;
}

.talk_list_section01 .form_area .bbs_button{
  display: flex;
  justify-content: center;
  align-items: center;
  margin:0 auto;
  cursor: pointer;
  padding:6px 12px;
}

.talk_list_section01 .loca_area{
  margin-top: 32px;
  margin-bottom: 16px;
}

.talk_list_section01 .bbs_list{
  max-width: 800px;
  margin: 0 auto;
  padding:24px;
  background-color: #fff;
}

.talk_list_section01 .bbs_list li{
  border-bottom:1px solid #ccc;
}

.talk_list_section01 .bbs_list li:last-child{
  margin-bottom: 0;
  border-bottom:none;
}

.talk_list_section01 .bbs_list .bbs_card{
  display: block;
  padding:20px 0;
  color:#000;
}

.talk_list_section01 .bbs_list .bbs_card .bbs_area{
  font-weight: bold;
  margin-bottom: 4px;
}

.talk_list_section01 .bbs_list .bbs_card .bbs_area.okayama{
  color:blue;
}
.talk_list_section01 .bbs_list .bbs_card .bbs_area.hiroshima{
  color:red;
}

.talk_list_section01 .bbs_list .bbs_title{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}

.talk_list_section01 .bbs_list .bbs_text{
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
} 

.talk_list_section01 .bbs_list .bbs_time{
  font-size: 13px;
  margin-top: 6px;
}

.talk_list_section01 .bbs_list .bbs_comment_count{
  font-size: 13px;
  margin-top: 4px;
}

/*
------------------------------------------------------------
掲示板詳細
------------------------------------------------------------
*/

body.talk_body{
  
}


main.talk_main{
  /* margin-top: 80px; */
  margin-top: 0;
}

.talk_section{
  position: relative;
}

.talk_section01{
  padding:80px 0;
}


.talk_section01 .bbs_block{
  padding:24px;
  background-color: #fff;
  max-width:800px;
  margin:0 auto;
}

.talk_section01 .bbs_head_block{
  margin-bottom: 24px;
}

.talk_section01 .bbs_head_block .bbs_head_area{
  font-weight: bold;
  margin-bottom: 4px;
}

.talk_section01 .bbs_head_block .bbs_head_area.okayama{
  color:blue;
}
.talk_section01 .bbs_head_block .bbs_head_area.hiroshima{
  color:red;
}

.talk_section01 .bbs_head_block .bbs_head_title{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}

.talk_section01 .bbs_head_block .bbs_head_text{
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
} 

.talk_section01 .bbs_head_block .bbs_head_time{
  font-size: 13px;
  margin-top: 6px;
}

.talk_section01 .bbs_head_block .bbs_head_comment_count{
  font-size: 13px;
  margin-top: 4px;
}

.talk_section01 .bbs_comment_area{
  margin-bottom: 40px;
}

.talk_section01 .bbs_comment_block .bbs_comment_list{

}

.talk_section01 .bbs_comment_block .bbs_comment_list li{

  border-bottom:1px solid #ccc;
  padding:20px;
}

.talk_section01 .bbs_comment_block .bbs_comment_list li:last-child{
  /* border-bottom:none; */
}

.talk_section01 .form_area p{
  margin-top: 24px;
}

.talk_section01 .form_area .bbs_name_input{
  border:none;
  background: none;
  display: block;
  width: 320px;
  height: 30px;
  background: #fff;
  border: 1px solid #707070;
  padding:12px;
}

.talk_section01 .form_area .bbs_text_input{
  border:none;
  background: none;
  display: block;
  width: 440px;
  height: 100px;
  background: #fff;
  border: 1px solid #707070;
  padding:12px;
}

.talk_section01 .form_area .bbs_button{
  margin-top: 16px;
  padding:4px 12px;
}

.talk_section01 .form_area label{
  display: block;
  width:fit-content;
  cursor: pointer;
  margin-top: 8px;
}

.talk_section01 .form_area .err_text{
  margin-top: 6px;
  color:#ff0000;
}

.talk_section01 .list_link{
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  height: 40px;
  border-radius: 40px;
  background: #44ab7a;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  padding:0 40px;
  margin:32px auto 0;
}

/*
------------------------------------------------------------
掲示板使い方
------------------------------------------------------------
*/

body.use_body{
  
}


main.use_main{
  /* margin-top: 80px; */
  margin-top: 0;
}

.use_section{
  position: relative;
}

.use_section01{
  padding:80px 0;
}


/*
------------------------------------------------------------
ABOUT US 
------------------------------------------------------------
*/

.about_section01{
  padding:80px 0 0;
}

.about_section01 .flex{
  display: flex;
  align-items: center;
}

.about_section01 .flex .left,
.about_section01 .flex .right{
  width:50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about_section01 .flex .left .page_title{
  font-weight: normal;
  font-size: 60px;
  line-height: 1;

}

.about_section01 .flex .right img{
  width:530px;
  max-width: 100%;
}

.about_section01 .border{
  width: 2px;
  height: 115px;
  background: #000;
  margin:-40px auto 0;

}

.about_section02{
  padding:70px 0 70px;
}

.about_section02 .p1{
  display: flex;
  justify-content: center;
}

.about_section02 .p1 img{
  width:594px;
  max-width:90%;
  margin-bottom: 40px;
}

.about_section02 .p2{
  font-weight: normal;
  font-size: 20px;
  line-height: 2;
  text-align: center;
  color: #242424;

}

.about_section02 .about_text{
  margin-bottom: 40px;
  line-height: 1.7;
}

.about_section02 .about_head{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
}

.about_section03{
  padding:70px 0 120px;
  display: none;
}

.about_section03 .about_list{

}

.about_section03 .about_block{
  display: flex;
  align-items: flex-start;
  margin-bottom: 140px;
}

.about_section03 .about_block:last-child{
  margin-bottom: 0;
}

.about_section03 .about_block .img_area{
  /* width:100%; */
  max-width: 780px;
  flex-grow: 0;
}

.about_section03 .about_block .img_area img{
  width:100%;
}

.about_section03 .about_block .text_area{
  width:100%;
}

.about_section03 .about_block .about_name{
  padding-bottom: 24px;
  margin-bottom: 32px;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.2;
  color: #242424;
  position: relative;
}

.about_section03 .about_block .about_name::after{
  content:"";
  width: 80px;
  height: 2px;
  background: #c03425;
  position: absolute;
  left:0;
  bottom:0;
}

.about_section03 .about_block .about_text{
  font-weight: 500;
  line-height: 1.6;
  color: #242424;

}

.about_section03 .about_block:nth-child(even){
  flex-direction: row-reverse;
}

.about_section03 .about_block:nth-child(even) .text_area{
  padding-right: 32px;

}

.about_section03 .about_block:nth-child(odd)  .text_area{
  padding-left: 32px;
}