@charset "UTF-8";

/*common parts*/

/* side */




.ellipsis {
  display           : -webkit-box;
  overflow          : hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}


.feature .side__txt {
  color     : #FF006F;
  margin-top: 10px;
}
.feature .side__txt:after {
  display    : inline-block;
  margin-left: 10px;
}

/* common parts */
#p-game {
  background: #F8F8EA;
  font-size : 1.8rem;
}

.p-game_sec_ttl {
  font-size  : clamp(1.6rem, 3vw, 1.8rem);
  font-weight: 500;
  padding    : 15px 0;
  background : #FFF;
  display    : inline-block;
  border-left: 15px solid #FF006F;
  display    : flex;
  align-items: center;
  box-shadow   : 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  color: #514e4e;
}

@media screen and (max-width: 768px) {
  #p-game {
    font-size: 1.6rem;
  }
  .p-game_sec_ttl {
    padding: 5px 0;
    height : 60px;
  }
}
.p-game_top_txt .nop::before {
  content        : "";
  display        : inline-block;
  width          : 30px;
  height         : 30px;
  background     : url(../assets/img/under/icon-nop.svg) no-repeat;
  background-size: cover;
  margin-right   : 15px;
}
.p-game_top_txt .age::before {
  content        : "";
  display        : inline-block;
  width : 20px;
  height: 20px;
  background     : url(../assets/img/under/icon-age.svg) no-repeat;
  background-size: cover;
  margin-right   : 15px;
}
.p-game_top_txt p {
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-game_top_txt .nop::before {
  width : 25px;
  height: 25px;
}
.p-game_top_txt .age {
  margin-bottom: 1px;
}
.p-game_top_date {
  padding-right: 0;
  font-size    : clamp(1.6rem, 1.7vw, 1.8rem);
}
.date_ttl {
  font-weight: 500;
  display    : flex;
  align-items: center;
  min-width  : 106px;
  color: #514e4e;
}
.date_ttl::before {
  content     : "";
  display     : inline-block;
  width       : 15px;
  height      : 15px;
  background  : #FFBF1F;
  margin-right: 10px;
}
.date_ttl::after {
  content    : "：";
  display    : inline-block;
  font-size  : 1.8rem;
  font-weight: 500;
}
.date_ttl.icon-02::before {
  display: none;
}

.date_ttl.icon-01 img {
  margin : -5px 15px 0 15px;
  display: inline-block;
}
.date_ttl.icon-02 img {
  width  : 40px;
  display: inline-block;
  margin : 0 15px;
}
.p-game_top_date_category {
  margin     : 0px 0;
  display    : flex;
  align-items: center;
}
.p-game_top_date_sns_left {
  display    : flex;
  align-items: center;
  flex-direction: column;
  align-items   : flex-start;
  padding-top: 10px;
  color: #514e4e;
}
.date_sns_left_inner {
  display    : flex;
  align-items: center;
  margin-bottom: 10px;
}
.date_sns_left_inner:nth-of-type(2) {
  margin-left: 0px;
}
.date_desc.slash::after {
  content     : "/";
  display: none;
  font-weight : 500;
  margin-left : 20px;
}

@media screen and (max-width: 1024px) {
  .date_ttl::before {
    width : 15px;
    height: 15px;
  }
  .date_desc.playlist img {
    width : 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
  }
}

.p-game_top_date_sns {
  flex-direction: column;
  align-items   : flex-start;
}
.p-game_example_box {
  position: relative;
}
.sec_example_ttl {
  width    : 95%;
  max-width: 615px;
  min-width: 250px;
  position : absolute;
  left     : 2.5%;
  top      : -35px  
}
.sec_example_ttl::before {
  content        : "";
  display        : inline-block;
  width : 30px;
  height: 33px;
  background     : url(../assets/img/under/icon-ttl-01.svg) no-repeat;
  background-size: 100%;
  margin         : 0 10px;
}
.p-game_example_list {
  padding: 45px 15px 40px;
  font-size  : 1.6rem;
  border : 2px dotted #2f2f2f;
}

.p-game_example {
  width      : 100%;
  padding-top: 40px;
}

.p-game_example_list li {
  font-size  : 1.6rem;
  line-height: 1.8;
}

/* howto */
.p-game_howto {
  padding-top: 8%;
}
.sec_p-game_howto_ttl {
  width    : 95%;
  max-width: 100%;
  position : static;
  margin   : 0 auto 8%;
}
.sec_p-game_howto_ttl span{
  display: inline;
  font-size: clamp(1.6rem, 3.0vw, 1.8rem);
}
.sec_p-game_howto_ttl::before {
  content        : "";
  display        : inline-block;
  width          : 40px;
  height         : 44px;
  background     : url(../assets/img/under/icon-ttl-02.svg) no-repeat;
  background-size: 100%;
  margin         : 0 20px 0 30px;
}
.p-game_howto_items span {
  font-weight  : 500;
  display      : flex;
  align-items  : center;
  margin-bottom: 10px;
  font-size:1.6rem
}
.p-game_howto_items span::before {
  content        : "";
  display        : inline-block;
  width       : 30px;
  height      : 33px;
  background     : url(../assets/img/under/icon-zairyou.svg) no-repeat;
  background-size: cover;
  margin-right: 10px;
}

.p-game_howto_items_txtarea {
  font-size  : 1.6rem;
  line-height: 2;
  padding    : 20px 5% 20px;
  border     : 2px dotted #2f2f2f;
}
.p-game_howto_items_txtarea a {
  color: #FF006F;
}
.p-game_howto_items_txtarea a:hover {
  text-decoration: underline;
}
.p-game_howto_bottom {
  display        : flex;
  justify-content: space-between;
  align-items    : flex-start;
  padding        : 5px 20px 30px;
  width: 100%;
}
.p-game_howto_list {
  width: 100%;
}
.p-game_howto_list_item {
  background   : #fff;
  box-shadow   : 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  padding      : 10px 0 20px;
  margin-bottom: 0;
  position     : relative;
}
.p-game_howto_list_item:before {
  content   : "";
  display   : block;
  width     : calc(100% - 60px);
  height    : 3px;
  background: #FFBF1F;
  position  : absolute;
  top       : 27px;
  left      : 60px;
}
.p-game_howto_list_item:nth-of-type(1) {
  border-bottom: 1px solid rgba(112, 112, 112, .1);
}
.p-game_howto_list_item:nth-of-type(2) {
  margin-bottom: 0;
}
.p-game_howto_list_item_num {
  width         : 35px;
  height        : 34px;
  margin-left   : 15px;
  z-index       : 2;
  background    : #FF006F;
  border-radius : 5px;
  position      : relative;
}
.p-game_howto_list_item_num span {
  font-size  : 2.0rem;
  font-weight: 500;
  color      : #fff;
  display    : inline-block;
  position   : absolute;
  top        : 50%;
  left       : 50%;
  transform  : translate(-50%, -50%);
}
.p-game_howto_list_item_num::before {
  content   : "";
  display   : block;
  width     : 60px;
  height    : 3px;
  background: #FF006F;
  position  : absolute;
  top       : 50%;
  left      : -15px;
  z-index   : -1;
}
.p-game_howto_list_item_inner {
  display        : flex;
  justify-content: space-between;
  align-items    : flex-start;
  padding        : 20px 35px 20px 0;
}
.p-game_howto_list_item_img {
  width : 40%;
  height: 33%;
  object-fit: cover;
  max-width : 250px;
}
.p-game_howto_list_item_img img {
  margin-left: 2px;
  width: 100%; 
  height: 100%;
  object-fit: cover;
}
.p-game_howto_list_item_img a img {
  width: 100%;
  aspect-ratio: 1/1; 
  object-fit: cover;
}
.p-game_howto_list_item_txt {
  width        : 60%;
  font-size : 1.6rem;
  line-height  : 1.6;
  padding-right: 10px;
  padding-left: 20px;
}

.p-game_howto .link {
  display      : flex;
  align-items  : flex-start;
  margin-bottom: 55px;
  padding      : 0 20px;
  line-height  : 1.8;
}
.p-game_howto .link::before {
  content     : "";
  display     : inline-block;
  width       : 25px;
  height      : 25px;
  min-width: 25px;
  background  : #FFBF1F;
  margin-right: 15px;
}
.p-game_howto .link:hover {
  color     : #FFBF1F;
  transition: .3s;
}

@media screen and (max-width: 1024px) {
  .p-game_howto_head {
    flex-direction: column-reverse;
  }
  .sec_p-game_howto_ttl {
    width    : 95%;
    max-width: 100%;
    position : static;
    margin   : 0 auto 8%;
  }

  .p-game_howto_items {
    width : 70%;
    margin: 0 auto 2%;
  }
  .p-game_howto_items span::before {
    margin-right: 20px;
  }
  .p-game_howto_list_item_txt {
    width: 100%;
    padding-right: 0;
    padding-left: 10px;
    font-size: 1.6rem;
  }
  .p-game_howto_bottom {
    width         : 100%;
    margin        : 0 auto;
    flex-direction: column;
    padding       : 0 0 2%;
  }
  .p-game_howto_list {
    width: 100%;
  }
}
.p-game_howto_items {
  width: 100%;
}


@media screen and (max-width: 600px) {
  .p-game_howto_list_item_inner {
    padding: 10px 0 0 0;
  }
  .p-game_howto_list_item_txt {
    font-size    : 1.6rem;
    line-height  : 1.6;
    padding-right: 10px;
    padding-left: 10px;
  }
}
/*　コメント機能について　*/



.reply_list {
  position   : relative;
  display    : flex;
  font-size: 2rem;
}
.reply_list_user {
  color: #FF006F;
  display: block;
}
.reply_list_user {
  vertical-align: middle;
  margin-left: 20px;
  margin-top:15px;
}
.reply_txt{
  margin-left: 70px;
  font-size: 2rem;
  margin-top: 5px;
}
.child_label {
  display        : flex;
  align-items    : flex-start;;
}
.create_recipe_placeholder {
  color: #000;
}

/*topに戻るボタン*/
.bottom__nav{
  width: 50px;
  height: 20px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.bottom__nav a img {
  position: absolutes;
}
.bottom__nav a img:hover {
  transform: rotateY(-180deg);
  transition: .3s;
}

/*ボタンデザイン*/

/*Recipe下部のインフォ等へのリンク部分*/


.recipe_public_recommend{
  display        : flex;
  justify-content: start;
  align-items    : flex-start;
  gap            : 0px;
  margin-bottom: 10px;
}
.recipe_public_recommend:hover {  
  opacity: 80%;
}
.recipe_public_recommend img:hover {
  opacity: 80%;
}
.recommend_left{
  display        : flex;
  flex-direction: row;
  justify-content: start;
  align-items    : flex-start;
  gap            : 2%;
  width: 88%;
  margin-left: 5px;
}
.recommend_left_image {
  width: 12%;
}
.recommend_left_image img{
  aspect-ratio: 4 / 4;
  object-fit: cover;
  border-radius: 5px;
}
.recommend_left_text {
  width: 100%;
}
.recommend_left_text_title{
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #424242;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 表示する行数 */
  -webkit-box-orient: vertical;
}
.recommend_left_text_main{
  color: #3bb0c8;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 5px;
  margin-left: -5px;
}
.related_count{
  color:#424242; 
  margin-left: 10px;
  padding-bottom: 5px;
  font-weight: bold;
}
.related_count span{
  font-weight: lighter;
  font-size: smaller;
}
@media screen and (min-width: 1024px) {
  .recommend_left_text_title {
    font-size: 2rem;
  }
  .recommend_left_text_main{
    font-size: 1.6rem;
  }
  .recommend_left_image {
    width: 12%;
  }
  .related_count{
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .recommend_left_text_title {
    font-size: 2rem;
  }
  .recommend_left_text_main{
    font-size: 1.6rem;
  }
  .recommend_left_image {
    width: 12%;
  }
  .related_count{
    font-size: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .recommend_left_text_title {
    font-size: 1.6rem;
  }
  .recommend_left_text_main{
    font-size: 1.4rem;
  }
  .recommend_left_image {
    width: 12%;
  }
  .related_count{
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 400px) {
  .recommend_left_text_title  {
    font-size: 1.4rem;
  }
  .recommend_left_text_main{
    font-size: 1.2rem;
  }
  .recommend_left_image {
    width: 16%;
  }
  .related_count{
    font-size: 1.4rem;
  }
}
.recommend_right {
  width: 20%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.recommend_right :hover{
  background-color: #cbcbcb;  
}
.recommend_right .link_to_favorite {
  display: block;
  width: 100%;
  height: 100%;
}
.recommend_right img{
  position: relative;
  margin-left:auto ;
  margin-right:auto ;
}
.recommend_right img,
.recommend_right .bookmark_recommend_text {
  padding: 0px; 
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .recommend_right img{
    width: 30px;
    height:30px;
    top: 3px;
  }
}
@media screen and (max-width: 1024px) {
  .recommend_right img{
    width: 40px;
    height:40px;
    top: 10px;
  }
}
@media screen and (max-width: 800px) {
  .recommend_right img{
    width: 30px;
    height:30px;
    top: 3px;
  }
}
@media screen and (max-width: 600px) {
  .recommend_right img{
    width: 30px;
    height:30px;
    top: -5px;
  }
}
@media screen and (max-width: 400px) {
  .recommend_right img{
    width: 25px;
    height:25px;
    top: 0px;
  }
}
.bookmark_recommend_text{
  position: relative;
  color: #514e4e;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .bookmark_recommend_text{
    transform:scale(0.8);
    top: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .bookmark_recommend_text{
    transform:scale(0.8);
    top: 7px;
  }
}
@media screen and (max-width: 800px) {
  .bookmark_recommend_text{
    transform:scale(0.7);
    top: 0px;
  }
}
@media screen and (max-width: 600px) {
  .bookmark_recommend_text{
    transform:scale(0.7);
    top: -8px;
  }
}
@media screen and (max-width: 400px) {
  .bookmark_recommend_text{
    transform:scale(0.6);
    top: -3px;
  }
}
.communication_main_head{
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.communication_main_left{
  width: 12%;
  height: 60px;
  display: flex;
  align-items: center; 
  margin-right: 10px;
}
.communication_main_left img{
  width: 45px;
  height:45px;
}
.communication_main_right{
  width: 86%;
  height: 60px;
  display: flex;
  align-items: center; 
  color:#298a9e;
  font-size: 2.2rem;
  font-weight: bold;
}
.communication_txt{
  line-height: 2.5;
  color: #514e4e;
  padding-left: 5px;
  padding-right: 5px;
  display: inline;
  font-size: 1.4rem;
  letter-spacing: 0.5px;
}

.communication_txt a {
    word-wrap: break-word;      /* 長い単語も折り返す */
    overflow-wrap: break-word;  /* 長いURLの途中で改行 */
    word-break: break-word;  /* URL内でも改行OK */
    color: #206a79; 
    text-decoration: underline; 
}

/*こんな困りごともありませんか*/
.problem_recommend_ttl {
  font-size  : clamp(1.6rem, 3vw, 1.8rem);
  font-weight: 500;
  padding    : 15px 0px;
  background : #FFF;
  display    : inline-block;
  border-left: 15px solid #ffbf1f;
  display    : flex;
  align-items: center;
  box-shadow   : 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  color: #514e4e;
  height: 60px;
  width    : 90%;
  min-width: 250px;
  left     : 2.5%;
  margin: 20px auto 0;
}
.problem_recommend_ttl::before {
  content        : "";
  display        : inline-block;
  width          : 40px;
  height         : 44px;
  background     : url(../assets/img/under/related.webp) no-repeat;
  background-size: 100%;
  margin         : 0 15px;
}

/*keyword群*/
@media screen and (max-width: 600px) {
  .p-game_top_date_keyword {
    flex-direction: column;
  }
  .p-game_top_date_keyword_item {
    width : 100%;
    margin: 10px 0 10px;
  }
}
.p-game_top_date_keyword {
  display        : flex;
  align-items    : flex-start;
  justify-content: space-between;
}
.p-game_top_date_keyword_item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width          : 100%;
  margin-bottom  : 20px;
  margin-left: auto;
  margin-right: auto;
}
.p-game_top_date_keyword_item::after,
.p-game_top_date_keyword_item::before {
  content: "";
  display: block;
  height : 0;
}
.p-game_top_date_keyword_item::before {
  order: 1;
}
.p-game_top_date_keyword_item li a{
  font-size: 1.2rem;
  font-weight    : 500;
  width: 90%;
  border: solid 0.5px #acacac;
  border-radius  : 20px;
  box-shadow     : 0px 10px 15px -5px rgba(0, 0, 0, 0.1);
  padding        : 8px 15px;
  background-color: #fff;
  display        : flex;
  align-items    : center;
  justify-content: center;
  margin         : 0 auto 15px auto;
  color: #373636;
  height: 35px;
}
.p-game_top_date_keyword_item li a::before{
  content: "# ";
  color:#ff006f;
  font-weight: bold;
}
.p-game_top_date_keyword_item li a:hover {
  filter    : opacity(70%);
}
.p-game_top_date_keyword_item li :active {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform : translateY(2px);
}

.p-game_top_date_keyword_item li .nolink {
  font-size: 1.2rem;
  font-weight    : 500;
  width: 90%;
  border: solid 0.5px #acacac;
  border-radius  : 20px;
  /*box-shadow     : 0px 10px 15px -5px rgba(0, 0, 0, 0.1);*/
  padding        : 8px 15px;
  background-color: #fff;
  display        : flex;
  align-items    : center;
  justify-content: center;
  margin         : 0 auto 15px auto;
  color: #373636;
  height: 35px;
}

.p-game_top_date_keyword_item li .nolink::before{
  content: "# ";
  color:#373636;
  font-weight: bold;
}

.progress {
  background: #FFBF1F;
  padding   : 30px 5% 30px;
  height: 400px;
}
  .progress_contents {
  background   : #fff;
  padding      : 22px 8% 35px;
  border-radius: 10px;
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .progress {
      padding : 30px 5% 30px;
  }
}
@media screen and (max-width: 767px) {
  .progress_contents {
    padding: 35px 30px 45px;
  }
}
@media screen and (max-width: 600px) {
  .progress {
      padding : 22px 8% 35px;
  }
}
.btn {
  font-size         : 1.8rem;
  color             : #fff;
  font-weight       : 500;
  width             : 250px;
  height            : 60px;
  display           : flex;
  align-items       : center;
  justify-content   : center;
  border-radius     : 5px;
  transition        : .2s
}
.btn.btn_org {
  background: #FFBF1F;
}
.instagram img{
  border-radius: 10px;  
}
.instagram :hover{
  filter: brightness(120%);  
}
.instagram :active{
  filter: brightness(120%);  
}
/*Advertisement image*/



/*スライダー*/
/* -------------------------------------
  -- recipe_ttl -- recipe_lead
--------------------------------------- */
.recipe {
  background: #F8F8EA;
  padding   : 30px 5% 0;
}

.recipe_lead {
  width       : 90%;
  margin      : 45px auto 25px;
  padding-left: 2%;
}

.recipe .btn_rd {
  margin-left : auto;
  margin-right: 6%;
  position    : relative;
  top         : 30px;
  z-index     : 100;
}


/* -------------------------------------
  -- recipe_slider
--------------------------------------- */
.recipe_slider {
  padding      : 60px 8% 100px;
  border-radius: 10px;
  max-width: 1024px;
  margin: 0 auto;
}

.recipe .date_area {
  font-size      : 1.2rem;
  color          : #fff;
  width          : 50px;
  min-width      : 50px;
  height         : 50px;
  display        : flex;
  align-items    : center;
  justify-content: center;
  border-radius  : 5px;
}

.recipe .slide_txt {
  font-size: 1.4rem;
  width    : calc(100% - 50px);
}

.recipe .pagenation_wrap {
  bottom: 6%;
}

.recipe .swiper-button-prev {
  width : 52px !important;
  height: 52px !important;
}

.recipe .swiper-button-next {
  width : 49px !important;
  height: 52px !important;
}


/* -- responsive ----------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
  .recipe {
    padding : 0px 0 0;
    position: relative;
  }

  .recipe .slider_container {
    padding: 0 30px;
  }

  .recipe_lead {
    width       : 100%;
    margin      : 30px auto 40px;
    padding-left: 0;
  }

  .recipe_slider {
    border-radius: 0;
    padding      : 60px 30px 240px;
  }

  .recipe .pagenation_wrap {
    bottom: 160px;
  }

  .recipe .btn_rd {
    margin   : 0;
    position : absolute;
    top      : auto;
    bottom   : 5%;
    left     : 50%;
    transform: translate(-50%, 0);
  }
}


@media screen and (max-width: 768px) {
  .recipe_slider {
    padding: 60px 0 240px;
  }
}

@media screen and (max-width: 600px) {
  .recipe_slider {
    padding: 50px 0 200px;
  }

  .recipe .swiper-button-prev {
    width : 44px !important;
    height: 45px !important;
  }

  .recipe .swiper-button-next {
    width : 40px !important;
    height: 45px !important;
  }

  .recipe .btn_rd {
    bottom: 4%;
  }
  .recipe .pagenation_wrap {
    bottom: 130px;
  }

}



/* ================================================================

  playing

==================================================================*/
.playing_ttl {
  width    : 55%;
  max-width: 540px;
  /*min-width: 320px;*/
}

.playing .btn_org {
    margin-right: auto;
    margin-left : 6%;
    position    : relative;
    top         : 30px;
    z-index     : 100;
  }

.playing .date_area {
  background: #FFbf1f;
}


/* -------------------------------------
  -- playing_slider
--------------------------------------- */
.playing_slider {
  background: #Fae6ac;
  position  : relative;
  z-index   : 10;
}

#playing_slider .swiper-button-prev {
  background     : url(../assets/img/aboutus/slide-prev-org.png) no-repeat !important;
  background-size: cover !important;
}

#playing_slider .swiper-button-next {
  background     : url(../assets/img/aboutus/slide-next-org.png) no-repeat !important;
  background-size: cover !important;
}


/* -- responsive ----------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
  .playing_ttl {
    width : 85%;
    margin: 0 auto;
  }
  .playing .btn_org {
    position   : absolute;
    top        : auto;
    bottom     : 5%;
    left       : 50%;
    transform  : translate(-50%, 0);
    margin-left: 0;
  }

}

@media screen and (max-width: 600px) {
  .playing_ttl {
    width: 100%;
  }
  .playing .btn_org {
    bottom: 4%;
  }

}

/* -------------------------------------
  fv_slider
--------------------------------------- */
.swiper-slide {
  border-radius: 5px !important;
  padding      : 2px;
}

.swiper-slide img {
  border-top-left-radius : 5px !important;
  border-top-right-radius: 5px !important;
}

.slide_txtarea {
  display                   : flex;
  gap                       : 15px;
  background                : #fff;
  padding                   : 15px 15px 20px;
  box-shadow                : 0px 2px 5px 0px rgb(0 0 0 / 15%);
  border-bottom-left-radius : 5px;
  border-bottom-right-radius: 5px;

}

.date_area {
  font-size      : 1.2rem;
  color          : #fff;
  background     : #FFBF1F;
  width          : 40px;
  min-width      : 40px;
  height         : 40px;
  min-height     : 40px;
  display        : flex;
  align-items    : center;
  justify-content: center;
  border-radius  : 5px;
}

.slide_txt {
  font-size  : 1.2rem;
  line-height: 1.3;
  width      : calc(100% - 40px);
  height: 50px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

/* -- pagination
----------------------------------*/
.pagenation_wrap {
  width          : 100%;
  display        : flex;
  justify-content: center;
  position       : absolute;
  bottom         : 8%;
  left           : 50%;
  transform      : translate(-50%, 0);
  gap            : 30px;
}

.swiper-pagination {
  position: static !important;
  display : flex;
  gap     : 15px;
}

.swiper-pagination-bullet-active {
  opacity   : 1;
  background: #767474 !important;
}

.swiper-button-prev,
.swiper-button-next {
  position: static !important;
}

#fv_center .swiper-button-prev {
  background     : url(../assets/img/aboutus/slide-prev-org.png) no-repeat !important;
  background-size: cover !important;
  opacity        : 1 !important;
  width          : 50px !important;
  height         : 52px !important;
}

#fv_center .swiper-button-next {
  background     : url(../assets/img/aboutus/slide-next-org.png) no-repeat !important;
  background-size: cover !important;
  opacity        : 1 !important;
  width          : 50px !important;
  height         : 52px !important;
}


/* -------------------------------------
  -- fv_right
--------------------------------------- */
.fv_right {
  width      : 10%;
  margin-left: 30px;
}

.site_nav {
  width: 100%;
}

.site_nav_list {
  display       : flex;
  flex-direction: column;
  align-items   : flex-end;
  gap           : 20px;
}

.site_nav_list li {
  width    : 100%;
  min-width: 120px;
}

.fv_right_ad_sp {
  display: none;
}


/* -- responsive ----------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
  .fv {
    position: relative;
  }

  .fv_container {
    flex-direction: column;
    padding       : 60px 0 0;
  }

  /* -- fv_left 
  -----------------------------*/
  .fv_left {
    width : calc(100% - 40px);
    margin: 0 auto 80px;
  }

  .fv_left_ttl_wrap {
    width          : 100%;
    display        : flex;
    justify-content: center;
    align-items    : center;
  }

  .fv_left_ttl {
    width    : 40%;
    min-width: 130px;
    margin   : 0 4% 0 0;
  }

  .fv_left_lead {
    font-size  : clamp(1.4rem, 3.5vw, 2.0rem);
    line-height: 1.65;
  }

  .fv_search {
    width    : 100%;
    max-width: 530px;
    min-width: 310px;
    margin   : 40px auto 45px;
  }

  .fv_left_ad {
    display: none;
  }

  /* -- fv_center 
  -----------------------------*/
  .fv_center {
    border-radius: 0;
    width        : 100%;
    padding      : 50px 30px 240px;
    border-radius: 0;
    margin       : 0 auto;
  }

  .fv_center_ttl {
    width     : 300px;
    text-align: center;
    font-size : 2.2rem;
    margin    : 0 auto;
    position  : absolute;
    top       : -80px;
    left      : 50%;
    transform : translate(-50%, 0);
  }

  .fv_center_ttl::before {
    width : 40px;
    height: 32px;
    top   : 5%;
    left  : 3px;
  }

  .fv_center_ttl::after {
    width     : 80%;
    margin-top: 12px;
    left      : 30px;
  }

  .pagenation_wrap {
    bottom: 160px;
  }

  .fv_btn_org {
    font-size: 1.8rem;
    width    : 60%;
    max-width: 295px;
    min-width: 280px;
    top      : auto;
    right    : 50px;
    bottom   : 60px;
    left     : 50%;
    transform: translate(-50%, 0);
  }

  /* -- fv_right 
  -----------------------------*/
  .fv_right {
    width          : 100%;
    margin-left    : auto;
    display        : flex;
    justify-content: space-between;
    align-items    : flex-start;
    padding        : 8% 0 8% 30px;
  }

  .fv_right_ad_sp {
    width  : calc(90% - 165px);
    margin : 0;
    display: flex;
  }

  .site_nav {
    width: 20%;
  }

  .site_nav_list li {
    min-width: 165px;
  }
}


@media screen and (max-width: 768px) {
  .fv_center {
    padding: 50px 0 240px;
  }

  .slide_txtarea {
    padding: 8% 15px;
  }
}


@media screen and (max-width: 600px) {
  .fv_center {
    padding: 50px 0 200px;
  }

  .slide_txtarea {
    padding: 8% 10px;
    height : 100px;
    gap    : 10px;
  }

  .pagenation_wrap {
    gap   : 20px;
    bottom: 130px;
  }

  #fv_center .swiper-button-prev {
    width : 44px !important;
    height: 45px !important;
  }

  #fv_center .swiper-button-next {
    width : 40px !important;
    height: 45px !important;
  }

  .fv_btn_org {
    bottom: 45px;
  }

  .fv_right {
    padding: 50px 0 35px 30px;
  }
  .slide_txt {
    height: 50px;
  }
}
@media screen and (max-width: 360px) {
    .slide_txtarea {
        padding: 8% 10px;
        height : 80px;
        gap    : 10px;
      }

    .slide_txt {
        height: 47px;
        }
}

/* ================================================================

  picture_book

==================================================================*/
.picture_book_ttl {
  width      : 60%;
  max-width  : 690px;
  /*min-width  : 305px;*/
  margin-left: auto;
}

.picture_book .btn_org {
  margin-right: auto;
  margin-left : 6%;
  position    : relative;
  top         : 30px;
  z-index     : 100;
}

.picture_book_slider {
  background: #ffcccc;
  position  : relative;
  z-index   : 10;
}

.picture_book .date_area {
    background: #FF006F;
  }
#picture_book_slider .swiper-button-prev {
  background     : url(../assets/img/aboutus/slide-prev-rd.png) no-repeat !important;
  background-size: cover !important;
}

#picture_book_slider .swiper-button-next {
  background     : url(../assets/img/aboutus/slide-next-rd.png) no-repeat !important;
  background-size: cover !important;
}


/* -- responsive ----------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
  .picture_book_ttl {
    width    : 85%;
    max-width: 580px;
    margin   : 0 auto;
  }

  .picture_book .btn_org {
    position   : absolute;
    top        : auto;
    bottom     : 5%;
    left       : 50%;
    transform  : translate(-50%, 0);
    margin-left: 0;
  }
}


@media screen and (max-width: 600px) {
  .picture_book_ttl {
    width: 100%;
  }

  .picture_book .btn_org {
    bottom: 4%;
  }
}

.btn.btn_org {
  background: #FFBF1F;
}

.btn.btn_rd {
  background: #FF006F;
}


.h3marker{
  background: linear-gradient(transparent 50%, #87e3ca 50%);
  padding-bottom: 0.3em;
}

.h4marker{
  background-image: repeating-linear-gradient(-45deg,
  #fff90f 0, #fff90f 2px,
  transparent 2px, transparent 4px);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 50%;
}


.facility-card {
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: space-between;
   padding: 15px;
   border: 1px solid #ddd;
   border-radius: 10px;
   background-color: #fff;
   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
   margin-bottom: 15px;
   text-decoration: none; /* リンクの下線を消す */
   color: #333;           /* テキスト色を指定 */
 }

 .facility-card:hover {
   background-color: #f9f9f9; /* ホバー時の背景色 (任意) */
 }

 .facility-card-info {
   flex: 1;
 }

 .facility-card-title {
   font-size: 18px;
   font-weight: bold;
   margin-bottom: 5px;
 }

 .facility-card-details {
   font-size: 14px;
   color: #666;
 }

 .facility-card-image {
   flex-shrink: 0;
   width: 100px;
   height: 100px;
   object-fit: cover;
   border-radius: 10px;
   margin-left: 15px;
 }

 .p-main-header__info-flex {
   display: flex;
   flex: 1;
   flex-wrap: wrap;
   gap: 1.3rem;
}
 .p-main-header__info-dd {
   border-radius: 0.3rem;
   box-shadow: 0px 0.3rem 0.6rem rgba(0, 0, 0, 0.1607843137);
   color: #fff;
   padding: 0.66rem 1.5rem;
   margin-top: 5px;
}
.p-main-header__info-dd.--yellow {
   background: #ffbf1f;
}

 @media (max-width: 600px) {
   .facility-card {
     flex-direction: column;
     align-items: flex-start;
   }
   .facility-card-image {
     width: 100%;
     height: auto;
     margin-top: 10px;
     margin-left: 0;
   }
   .p-main-header__info-flex {
      gap: 0.6rem;
   }
   .p-main-header__info-dd {
      padding: 0.3rem 0.7rem;
   }
 }


/*Written by Hajime End*/