@charset "utf-8";
/*-----------------------------------------------------*/
/* PC版 基本スタイル
/*-----------------------------------------------------*/

#container{
    width:100%;
    margin:0 auto;
}

.sp {
    display:none;
}

.inner{
	width: 1260px;
	margin: 0 auto;
}

#breadcrumb{
	width: 980px;
	margin: 15px auto;
    text-align: center;
}
body {
font-family: "Noto Sans JP", sans-serif;
}

#footer_link {
    min-width: auto;}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}

/* ページTOPへ戻るボタン */
#pagetop_btn {width: 100%;box-sizing: border-box;overflow: hidden;}
#pagetop {position: fixed;z-index: 20;opacity: 0;transform: translateX(100px);display: block;cursor: pointer;right: 1%;bottom: 2%;font-size:0.9vw;}
#pagetop a{display: inline-block;transition:all 0.3s;color: #fff;width: 60px;height:60px;box-sizing:border-box;text-decoration: none;position:relative;text-align: center;background-color:#555555;border-radius: 4px;}
#pagetop a span{position: absolute;top: 43%;left: 50%;width: 32%;height: 32%;margin-left: -15%;border-left: 2px solid #fff;border-bottom: 2px solid #fff;-webkit-transform: rotate(135deg);transform: rotate(135deg);-webkit-animation: sdb 2s infinite;animation: sdb 2s infinite;opacity: 0;box-sizing: border-box;}
#pagetop a:hover {text-decoration: none;background: #929292;}
/*　左の動き　*/
#pagetop.LeftMove{animation: LeftAnime 0.5s forwards;}
  @keyframes LeftAnime{from {opacity: 0;transform: translateX(130px);}
	to {opacity: 1;transform: translateX(0);}} 
/*　右の動き　*/
#pagetop.RightMove{animation: RightAnime 0.5s forwards;}
  @keyframes RightAnime{from {opacity: 1;transform: translateX(0);}
	to {opacity: 1;transform: translateX(130px);}}
  @-webkit-keyframes sdb {0% {opacity: 0;}50% {opacity: 1;}100% {opacity: 0;}}
  @keyframes sdb {0% {opacity: 0;}50% {opacity: 1;}100% {opacity: 0;}}
	

/*-----------------------------------------------------*/
/* メインビジュアル
/*-----------------------------------------------------*/

.mainvisual{
	background:url(/tokusyu/hakubo_play/images/bg_mainvisual.jpg) no-repeat;
	padding: 0;
	margin: 0 auto;
	width:100%;
	height:100%;
	background-position:center;
	background-size:cover;
}

.mainvisual h1{
	width: 980px;
	margin: 0 auto;
	padding: 25px 0;
	text-align: center;
}

h2 {
    margin: 40px 0 15px 0;
    text-align: center;
	display: flex;
    align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: bold;
}

.h2_lead{
	margin: 40px 0 50px 0;
    text-align: center;
	font-size: 18px;
    line-height: 1.5em;
}

.h3_blk{
    background-color: #718cf1;
}

.h3_area{
    color: #fff;
    font-size: 28px;
    padding: 20px 0 ;
}
.h3_area::before {
     content: "";
  display: inline-block;
  width: 31px;
  height: 31px; 
  background-image: url(/tokusyu/hakubo_play/images/sunset.png); 
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 6px; 
  vertical-align: bottom;
}

.h3_blk02{
    background-color: #f78744;
}

.h3_twi{
    color: #fff;
    font-size: 28px;
    padding: 20px 0 ;
}
.h3_twi::before {
    content: "";
    display: inline-block;
    width: 46px;
    height: 33px;
    background:url(/tokusyu/hakubo_play/images/loupe.png) no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: -9px;
    vertical-align: bottom;
}

/* エリア別リンクタブ切り替え */

.prefecture-grid {
  display: none;
}
.prefecture-grid.active {
  display: grid; /* もしくはflex/block */
}

.area-tabs {
  max-width: 1260px;
  margin: auto;
  border-radius: 8px;
  background: white;
  padding: 20px;
  margin-top: 30px;
}

.tab-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  font-size: 22px;
}

.tab {
 width:200px; 
  padding: 20px 0; 
  text-align: center;
  background: #eee;
  margin-right: 5px;
  cursor: pointer;
  font-weight: bold;
  box-sizing: border-box; 
}

.tab:last-child {
    margin-right: 0;
}

.tab.active {
  background: #1977b3;
  color: white;
}

.prefecture-blocks {
    border: 4px solid #1977b3;
    padding: 35px 35px 35px;
    font-size: 22px;
}

.prefecture-blocks .prefecture-grid {
  display: none;
}

.prefecture-blocks .prefecture-grid.active {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 50px; 
}

.pref-button {
  background-color: #ff8623;
  color: white;
  padding: 20px 16px;
  text-decoration: none;
  position: relative;
  transition: background 0.3s;
  border-radius: 6px;
  box-shadow: 0 4px 0 #d0752a;
  transition: opacity 0.3s ease; /
}

.pref-button::after {
 content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: .4em;
    height: .4em;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: none;
    right: 25px;
}

.pref-button:hover {
    color: #fff;
}

.pref-button:hover::after {
     animation: arrowyoko infinite .7s ease-in;
}

@keyframes arrowyoko {
	0% {
		right: 25px;
	}
	100% {
		right: 10px;
		opacity: 0;
	}

}

.pref-button:hover {
 opacity: 0.8;

}

.pref-button:visited {
  color: #fff;
}

/* エリア別リンクタブ切り替え END */


/* トワイライトプレーのポイント */
.inner_point {
  max-width: 1260px;
  margin: 0 auto;
  display: flex;
  gap: 30px; 
  margin-top: 80px ;
  margin-bottom: 70px;
}

.photo-card {
  width: 399px;
  position: relative;
}

.photo {
  width: 100%;
  display: block;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.label_01,.label_02,.label_03 {
  position: absolute;
  top: -30px; 
  left: -15px;
  background-color: #fab230;
  color: #fff;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
  z-index: 1;
  padding: 15px 15px;
  font-weight: bold;
  line-height: 1.5em;
  font-size: 18px;
  min-width: 126px;     
  text-align: center;    
  display: inline-block; 
}

.label_02{
      background-color: #438af6;
}


.label_03{
    background-color: #6fd43e;
}

.photo-card p {
    font-size: 16px;
    text-align: left;
    line-height: 1.5em;
    margin-top: 18px;
}

/* トワイライトプレーのポイント END */

.bnr {
    margin-bottom: 70px;
}

.bnr img {
    transition: opacity 0.3s ease; 
}

h4 {
	margin-bottom: 15px;
    text-align: center;
    color: #333;
    line-height: 1.5em;
}

.h4_title{
	font-size: 24px;
	font-weight: bold;
	margin: 60px 0 20px 0;
}

.mt30 {
     margin-top: 0 !important; 
}

.tab_title {
	font-size: 1.5em;
	font-family: bold;
	margin: 50px 0 20px 0;

}



br.h2_br{display: none;}
br.h2_br2{display: none;}

.icon {
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
	padding-left: 10px;
}

.icon img {
  width: 84px;
  height: 84px;
}

.text h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 5px 10px;
  display: inline-block;
}

.text p {
  font-size: 18px;
  color: #555;
  padding: 10px;
  text-align: left;
  width: 80%;
  margin: 0 auto;
}

/*--------------------------------------------------------------------*/
/* レスポンシブル対応
/*--------------------------------------------------------------------*/

@media screen and (max-width:1260px) {
	
	/* メインビジュアル */
	.mainvisual h1{
		width: auto;
		margin: 0 20px;
	}
	
	.inner{
		width: auto;
		margin: 0 10px;
	}

	#breadcrumb {
        width: 100%;
	}
    .inner_point{
        width: 95%;
        gap: 20px;
    }

    .label_01,.label_02,.label_03 {

  font-size: 1.5vw;
    max-width: 100%;   
    min-width: auto;  
}
}

@media screen and (max-width:960px) {
	br.lead_br1{display: none;}


.tab-list {
    display: flex;
    justify-content: space-between;
    list-style: none;
    font-size: 2.2vw;
}
}

@media screen and (max-width:1080px) {

 .label_01, .label_02, .label_03 {
  padding: 10px 16px;
  top: -18px;
  font-size: 1.8vw;
}

  .br1080 {
    display: none;
  }
}


@media screen and (max-width:1000px) {
	h4 img{width: 95%;}


.prefecture-blocks .prefecture-grid.active {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 25px;
}


}

@media screen and (max-width:820px) {
	br.h2_br{display: block;}
}


@media screen and (max-width:560px) {
	br.h2_br2{display: block;}
}

@media screen and (max-width:360px) {
	h2{font-size: 6.5vw;}
}

/*スマホ画面用（768px以下） */
@media (max-width: 768px) {
  .tab-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 横3列に */
    gap: 8px;
    justify-items: center;
    margin-bottom: 12px;
    font-size: 20px;
  }

  .tab {
    width: 100%; /* グリッドの1fr幅に合わせる */
  }
}

@media screen and (max-width:640px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
    #footer {
        display: none;
    }
    #breadSns {
        display: none;
    }
    header.common .logo {
        float: left;
        width: 275px;
    }
    header.common .navi li {
        float: right;
        padding-top: 15px;
	}

	.bnrArea h4 {
		margin-bottom: 15px !important;
	}

	.bnrArea {
    width: 98%;
    padding: 30px 0;
	}
	
	.h4_title_sp{
		font-size: 1.6em;
		font-weight: bold;
		margin-top: 10px;
	}

	.tab_title_sp {
		font-size: 1.5em;
		font-family: bold;
		margin: 50px 0 10px 0;
	}

  .tab-list {
    font-size: 3.4vw;
  }

  .pref-button {
  padding: 15px 15px;
}

  .pref-button::after {
    right: 18px;
}

	.text p {
    padding: 10px 0px 10px 10px;
	}
	
	.tab2_box{
		margin-top: 20px;
	}

	h4 img{width: 100%;}

    .prefecture-blocks{
        font-size: 18px;
        padding: 25px 15px 25px;
    }

    .prefecture-blocks .prefecture-grid.active{
        grid-template-columns: repeat(2, 1fr);
        gap: 15px 15px;
    }

  .h3_area {
    font-size: 5.2vw;
}

.h3_twi::before {
    margin-right: 0;
    width: 30px;
    height: 35px;
}

    
.bnr {
    margin-bottom: 60px;
}

/* トワイライトプレー(薄暮プレー)のおすすめポイント */

.inner_point{
display: block;
width: 90%;
}

.h3_twi {
    font-size: 5.2vw;
    width: 95%;
    line-height: 1.6em;
}


.photo-card{
width: auto;
margin-bottom: 60px;
}

.label_01, .label_02, .label_03{
    font-size: 18px;
    padding: 15px 30px;
}


/*-----------------------------------------------------*/
/* メインビジュアル
/*-----------------------------------------------------*/

	.mainvisual{
	padding: 0;
	margin: 0 auto;
	width:100%;
	height:100%;
	background-position:center;
	background-size:cover;
}
	
	.mainvisual h1{
		width: auto;
		padding: 0;
		margin:0;
	}

h2 {
    margin: 40px 0 30px 0;
    line-height: 1.5em;
    font-size: 22px;
}
.h2_lead {
    text-align: left;
    font-size: 18px;
}


}

@media screen and (max-width:430px) {
        .label_01, .label_02, .label_03 {
        font-size: 4.2vw;
        padding: 10px 16px;
    }
}

@media screen and (max-width:375px) {
      .h3_twi::before {
        margin-right: 0;
        width: 30px;
        height: 30px;
    }

    .tab-list {
        font-size: 3.8vw;
    }

    .area-tabs{
      padding: 15px;
    }

    .h3_area::before{
    width: 25px;
    height: 25px;
    }

}

