@charset "UTF-8";


html{
  font-size: 62.5%;
}

.l-main {
  font-family: "游ゴシック体","游ゴシック", "Yu Gothic" "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #0e1434;
}

.l-main a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  display: inline-block;
  transition: .3s;
}

.l-main ul {
  margin: 0;
  width: 100%;
  padding-left: 0;
  list-style: none;
}

.l-main img {
  max-width: 100%;
  height: auto;
}

.l-main p{
  margin: 0;
}

.l-main h1, h2, h3, h4{
  margin: 0;
}

.l-main {
  text-align: center;
}

.l-in{
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 15px;
}

.l-in2{
  display: flex;	
  max-width: 655px;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
padding-top: 30px;
}

.l-center {
  text-align: center;
}

.l-bottom {
  margin-bottom: 120px;
}

.l-bg {
}

.l-bold {
  font-weight: bold;
}
.l-pc-none {
  display: none;
}
.flex {
  /*-webkit-display: flex;
  -webkit-justify-content: space-between;
  -moz-display: flex;
  -moz-justify-content: space-between;*/
  display: flex;
  /*justify-content: space-between;*/
}
.flex-align-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.flex-wrap-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-align-baseline {
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
}

.flex-align-start{
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}


.br-pc{
  display: block;
}

.br-sp{
  display: none;
}


/*---------------MEIN-----------------*/
.mv{
  width: 100%;
  height: auto;
}

.mv-img{
  background-image: url("../images/summer_vacation/mv_pc_2.jpg");
  background-size:cover;
  padding: 16% 0;
}

.mv-txt{
  padding: 50px 0;
  font-size: 2rem;
  color: #31230a;
  background-color: #f5cf87;
  line-height: 40px;
}

.mv-txt p{
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.ico-crab{
  position: absolute;
  top: 50px;
  left: 100px;
  width: 95px;
}

.ico-coral01{
  position: absolute;
  top: 20px;
  right: 120px;
  width: 53px;
}

.ico-coral02{
  position: absolute;
  top: 50px;
  right: 50px;
  width: 68px;
}

/*---------------NAV-----------------*/

.scroll-nav{
  padding: 15px 0;
  font-size: 2.4rem;
}

.scroll-nav ul{
  max-width: 1200px;
  margin: 0 auto;
}

.scroll-nav li{
  width: 33%;
}

.scroll-nav a{
  color: #0e1434;
}

.menu-icon{
  margin-right: 10px;
}

.scroll-nav li:nth-child(-n+2){
  border-right: 1px solid #cfd1d7;
}

.icon{
  display: inline;
}

.icon img{
  width: 35px;
}

.menu-icon02 img{
  width: 45px;
}



/*-------------festival-------------*/

.festival{
  background-color: #272c48;
  padding-bottom: 70px;
  overflow: hidden;
}

.festival h2 img{
  width: 390px;
  padding: 120px 0 50px 0;
}

.festival h2{
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
}

.festival h4{
  font-size: 1.6rem;
  margin-bottom: 25px;
}

.fire-ttl{
  z-index: 1;
  position: relative;
}

.fire-icon01{
  position: absolute;
  top: 600px;
  left: -200px;
}

.fire-icon02{
  position: absolute;
  top: -150px;
  right: 0px;
}



/*--fireworks--*/

.fire-img{
  width: 180px;
  height: 180px;
  object-fit: cover;
}

.item{
  border-radius: 5px;
  max-width: 475px;
  width: 100%;
  background-color: #fff;
  margin-bottom: 50px;
  padding: 20px;
  z-index: 1;
  position: relative;
}

.item-text{
  text-align: left;
  width: calc(100% - 180px);
  margin-left: 20px;
}

.item-text p{
  font-size: 1.4rem;
  margin-bottom: 15px;
}

a.l-btn {
  border-radius: 5px;
  margin-top: 25px;
  display: block;
  color: #fff;
  padding: 15px 0;
  background-color: #272c48;
  font-size: 1.6rem;
  border: solid 3px rgba(255, 255, 255, 0);
}

a.l-btn:hover {
  background-color: #fff;
  color: #272c48;
  border: solid 3px #272c48;
}


/*-------------sopt-------------*/

.spot-item{
  margin: 0 15px  30px;
  border-radius: 5px;
  background-color: #fff;
  width: calc((100% - 90px) / 3);
  height: auto;
  position: relative;
  z-index: 1;
}

.thumb-area img{
  width: 100%;
  height: 235.5px;
  border-radius: 5px 5px 0 0;
  object-fit: cover;
}

.thumb-area a{
  width: 100%;
}

.thumb-area a:hover {
  opacity: 0.7;
}

.text-area{
  text-align: left;
  padding: 20px
}

p.title{
  font-size: 1.8rem;
  margin-bottom: 15px;
}

p.title a{
  color: #000;
}

.text-area span{
  display: block;
  font-size: 1.4rem;
}

.text-area img{
  width: 4%;
  margin-right: 10px;
  margin-top: -2px;
}

.ttl{
  z-index: 999;
}

.icon-train{
  margin-bottom: 15px;
}

.ico-station::before{
  content:"\e921";
}


/*-------------leisure-------------*/

#leisure{
  background-image: url("../images/summer_vacation/back01.jpg");
  background-repeat: repeat;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

#leisure h3{
  width: 205px;
  padding-top: 120px;
  margin: 0 auto 100px;
  position: relative;
  z-index: 1;
}

#leisure .ttl{
  position: relative;
  width: 205px;
  margin: 0 auto;
}

.rinnyai-img{
  position: absolute;
  top: 60px;
  right: -200px;
}

.back-icon01{
  position: absolute;
  top: 50px;
  left: -80px;
}

.back-icon04{
  position: absolute;
  top: 200px;
  left: -50px;
  width: 400px;
}

/*-------------study-------------*/

#study{
  background-image: url("../images/summer_vacation/back02.jpg");
  background-repeat: repeat;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

#study h3{
  width: 124px;
  padding-top: 120px;
  position: relative;
  margin: 0 auto 100px;
  z-index: 1;
}

#study .ttl{
  position: relative;
  width: 205px;
  margin: 0 auto;
}

.eikai-img{
  position: absolute;
  top: 50px;
  left: -200px;
}

.back-icon02{
  position: absolute;
  top: 80px;
  right: -90px;
}

.back-icon05{
  position: absolute;
  top: 200px;
  right: -50px;
  width: 400px;
}

/*-------------gourmet-------------*/

#gourmet{
  background-image: url("../images/summer_vacation/back03.jpg");
  background-repeat: repeat;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

#gourmet h3{
  width: 163px;
  padding-top: 120px;
  position: relative;
  margin-bottom: 100px;
  z-index: 1;
}

#gourmet .ttl{
  position: relative;
  width: 205px;
  margin: 0 auto;
}

.mega-img{
  position: absolute;
  top: 30px;
  right: -200px;
}

.back-icon03{
  position: absolute;
  top: 70px;
  left: -100px;
}

.back-icon06{
  position: absolute;
  top: 200px;
  left: -50px;
  width: 400px;
}


.pc-img { display: block !important; }
.sp-img { display: none !important; }

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


.l-in{
  max-width: 100%;
}
  
.l-in_2{
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
  max-width: 1000px;
}

/*---------------MEIN-----------------*/

.ico-crab, .ico-coral01, .ico-coral02{
  display: none;
}

/*---------------NAV-----------------*/

.menu-icon02{
  padding-top: 11px;
}

/*-------------festival-------------*/
/*--fireworks--*/

.item{
  max-width: 100%;
}


.fire-icon01 {
    position: absolute;
    bottom: -1700px;
    left: 0px;
}

/*-------------sopt-------------*/

.rinnyai-img{
  width: 200px;
  top: 30px;
}

.eikai-img{
  width: 200px;
  top: 50px;
}

.mega-img{
  width: 200px;
  top: 30px;
}

.back-icon04, .back-icon05, .back-icon06{
  display: none;
}
}

@media only screen and (max-width: 906px) {
.spot-item{
  margin: 0 8px  16px;
  width: calc((100% - 50px) / 3);
}
  
  p.title {
    font-size: 1.5rem;
    margin-bottom: 6px;
} 
  .text-area{
    padding: 12px;
}
}

@media only screen and (max-width: 767px) {
  
  p.title {
    font-size: 1.8rem;
    margin-bottom: 15px;
}
  
.spot-item{
  margin: 0 15px  30px;
  width: calc(100% - 30px);
}

.pc-img { display: none !important; }
.sp-img { display: block !important; }


.br-pc{
  display: none;
}

.br-sp{
  display: block;
}

.l-in{
  padding: 0;
}
  
.l-in_2{
  padding: 0 15px;
  margin-top: 0px;
  max-width: 1000px;
}

.flex-sp {
  -webkit-display: flex;
  -webkit-justify-content: space-between;
  -moz-display: flex;
  -moz-justify-content: space-between;
  display: flex;
  justify-content: space-between;
}

.flex-align-baseline{
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
}

.flex-start-sp{
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

/*---------------MEIN-----------------*/

.mv-img{
  background-image: url("../images/summer_vacation/mv_sp_2.jpg");
  background-size:cover;
  padding: 41%;
}

.mv-txt{
  padding: 40px 0;
  font-size: 1.4rem;
  line-height: 20px;
}

/*---------------NAV-----------------*/

.scroll-nav{
  padding: 10px 0;
  font-size: 1.4rem;
}

.scroll-nav li{
  width: 33%;
  height: auto;
}
  
.icon {
  line-height: 1.2;
}
.icon img {
  width: 30px;
}

.menu-icon02 {
  padding-bottom: 5px;
}
.menu-icon02 img {
  width: 40px;
}

ul.flex li:last-of-type  img {
  width: 27px; 
}

.menu-icon{
  margin-right: 0;
  margin-bottom: 5px;
}

.mv-txt p{
  font-weight: normal;
}

.icon{
  height: 24px;
}


/*-------------festival-------------*/


.festival{
  padding-bottom: 60px;
}

.festival h2 img{
  padding: 80px 0 50px 0;
}

.festival h2{
  max-width: 100%;
  width: 270px;
}

.festival h4{
  font-size: 1.5rem;
  margin-bottom: 8px;
}

.fire-icon01{
  display: none;
}

.fire-icon02{
  top: -120px;
  right: -100px;
}

a.l-btn {
  margin-top: 0px;
  font-size: 1.4rem;
  padding: 10px;
}



/*--fireworks--*/

.fire-img{
  width: 130px;
  height: 130px;
  object-fit: cover;
}

.item{
  margin-bottom: 15px;
  padding: 15px;
}

.item-text{
  width: calc(100% - 120px);
  margin-left: 15px;
}

.item-text p{
  font-size: 1.2rem;
  margin-bottom: 10px;
}


/*-------------sopt-------------*/

.spot-item{
  max-width: 100%;
  margin-bottom: 15px;
}

.thumb-area img{
  width: 130px;
  height: 130px;
  border-radius: 5px 0 0 5px;
}

.text-area{
  width: calc(100% - 130px);
  padding: 8px 8px 8px 10px;
}

.title{
  font-size: 1.6rem;
  margin-bottom: 15px;
  line-height: 1.35;
}

.text-area span{
  display: block;
  font-size: 1.1rem;
  font-feature-settings: "palt";
}

.text-area img{
  width: 10px;
  margin-right: 8px;
}

.ttl{
  z-index: 1;
}

  .icon-station{
    position: relative;
    top: -5px;
  }

.rinnyai-img{
  width: 200px;
  top: 30px;
  right: 6%;
}

.eikai-img{
  width: 200px;
  top: 50px;
  right: 6%;
  left: auto;
}

.mega-img{
  width: 200px;
  top: 30px;
  right: 6%;
}

/*-------------leisure-------------*/

#leisure{
  padding-bottom: 60px;
  overflow: hidden;
}

#leisure h3{
  width: 137px;
  margin: 0 0 70px;
}

#leisure .ttl{
  width: auto;
  margin: 0;
  padding: 0 15px;
}

.back-icon01{
  width: 85%;
  top: -80px;
  left: -80px;
}

/*-------------study-------------*/

#study{
  padding-bottom: 60px;
  overflow: hidden;
}

#study h3{
  width: 80px;
  margin: 0 0 70px;
}

#study .ttl{
  width: auto;
  margin: 0;
  padding: 0 15px;
}

.back-icon02{
  top: 0px;
  right: 150px;
}


/*-------------gourmet-------------*/
#gourmet{
  padding-bottom: 60px;
}

#gourmet h3{
  width: 120px;
  margin:0 0 70px;
}

#gourmet .ttl{
  width: auto;
  margin: 0;
  padding: 0 15px;
}

.back-icon03{
  width: 60%;
  position: absolute;
  top: -12px;
  left: -30px;
}

	

.panel-info > span::before {
    position: absolute;
    top: -5px;
    left: 0;
}	

}
