@charset "utf-8";

/*PCSP共通設定*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

p {
  margin: auto;
}






/*760px以上*/
@media screen and (min-width: 760px),
print {

  /* CSS */
  #wrapper {
    line-height: 1.231;
  }

  #dirPathBlock,
  h1,
  .iframe_end-content_gadget,
  #anchorLinkBlock {
    width: 100%;
    max-width: 970px;
    min-width: 760px;
    margin: auto;
  }

  /*panlist&back*/
  #dirPathBlock,
  #anchorLinkBlock {
    width: 100%;
    margin: 0 auto;
    display: block;
    font-size: 12px;
  }

  #dirPathBlock p,
  #anchorLinkBlock a {
    font-size: 12px;
  }

  h1 {
    font-size: 14px;
    width: auto;
    max-width: 970px;
    min-width: 760px;
    margin: 0 auto 5px;
  }

  .inner {
    width: 96%;
    max-width: 970px;
    min-width: 760px;
    margin: 0 auto;
    padding: 50px 0;
    display: block;
  }

  .pcnone {
    display: none;
  }
#onsen {
  font-size: 16px;
  line-height: 1.7;
}
  section:nth-child(even) {
    background-image: url(../images/backimg.jpg);
    width: 100%;
    background-size: 120%;
    background-position: top center;
    background-repeat: repeat-y;
    margin: auto;
  }

  section:nth-child(odd) {
    background: #F4FBFD;
  }

  #onsen #title {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    height: 600px;
    background: url(../images/bg_title.jpg) no-repeat top;
  }

  .wrap {
    padding: 20px;
    max-width: 970px;
    margin: 0 auto;
  }

  .wrap_fire {
    padding: 20px;
    max-width: 970px;
    margin: 0 auto;
  }

  .contents {
    margin: 50px auto;
  }



  #onsen #title img {
    width: 100%;
  }

  #onsen #title h2 {
    margin: 0 auto;
    width: 800px;
  }



  /* 冒頭文章*/
  #info_news {
    padding: 30px 0;
    text-align: center;
    font-size: 20px;
    color: #000;
    font-family: "Hiragino Mincho ProN", YuMincho, serif;
  }

  /* ナビゲーション */
  #onsen nav {
    position: sticky;
    top: 0;
    z-index: 1000;
    margin: 0 auto;
    width: 100%;
    background: #27aad9;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  #onsen nav ul {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
    max-width: 970px;
  }

  #onsen nav li {
    padding: 15px 40px;
    text-align: center;
    transition: 0.2s ease-in-out;	  
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
	position: relative;
  }
	
#onsen nav li:nth-child(2),	#onsen nav li:nth-child(4){
    padding: 15px 0;
	}	
#onsen nav li span.line_right{
    display: block;
    position: absolute;
    top: 15px;
    right: 0;
    width: 1px;
    height: 50px;
    background-color: #FFF;
}
	
  #onsen nav li:last-child {
    border-right: none;
  }

  #onsen nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    display: block;

	line-height: 1.5;
  }

  #onsen nav ul li:hover {
    background: #3e88ba;
  }


  section h3 {
    font-size: 28px;
    margin: 0 auto;
    color: #27aad9;
    font-weight: bold;
  }


  /* クーポン*/
  .cp_title img {
    width: 75%;
  }

  .cp_title {
    text-align: center;
    padding: 20px 0 0 0;
  }


  .cp_box img {
    max-width: 250px;
    height: auto;
    width: 25%;
  }

  .cp_box {
    display: flex;
    align-items: center;
    gap: 25px;
    width: 100%;
    margin: 25px auto;
    justify-content: space-evenly;
  }
	
.cp_box_child {
    display: flex;
    flex-direction: column;
    padding: 0 0 10px 0;
}
	.cp_box_txt{
	width: 70%;
  }
  p.cpbox_t {
    font-size: 25px;
    font-weight: bold;
  }

  p.cpbox_tn {
    margin: 0 auto 25px;
  }

  .title {
    text-align: center;
    padding: 50px 0 0 0;
  }
	
	h3.title_padding{
    padding: 0 0 50px;
	}

  .title::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/title_icon.svg);
    background-size: cover;
    background-position: center;
    margin: 0 auto;
  }




  /* ボタン*/
  .btnlink {
    display: flex;
    justify-content: space-evenly;
    gap: 25px;
  }

  .button a {
    background: #27aad9;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    padding: 10px 0;
    color: #FFF;
    transition: 0.2s ease-in-out;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    line-height: 1.25;
    border: solid 2px #27aad9;
  }

  .button a:hover {
    opacity: 0.8;
    background: #FFF;
    color: #27aad9;
    border: solid 2px #27aad9;
  }

  .button a:hover::after {
    border-top: 3px solid #27aad9;
    border-right: 3px solid #27aad9;
  }

  .button a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.2s ease-in-out;
  }

  .button {
    flex: 1;
  }


  .service_ttl {
    position: relative;
    text-align: center;
    display: block;
    width: fit-content;
    line-height: 1.2;
    margin: 10px auto;
    padding: 0 2rem;
    color: #27aad9;
  }

  .service_ttl_main {
    font-size: 18px;
    font-weight: bold;
  }

  .service_ttl_main::before,
  .service_ttl_main::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 2px;
    height: 1.2rem;
    background: #27aad9;
  }

  .service_ttl_main::before {
    transform: rotate(-30deg);
    left: 0;
  }

  .service_ttl_main::after {
    transform: rotate(30deg);
    right: 0;
  }

  /* 黄色ボタン*/


  .button.yellow_txt a {
    color: #143C6E;
    font-weight: bold;
    background: #FFFA9E;
    border: solid 2px #FFFA9E !important;
  }

  .button.yellow_txt a:hover {
    color: #143C6E;
    border: solid 2px #FFFA9E;
    background: #FFF;
  }


  p.service_ttl.btn_red {
    color: #FFFA9E;
  }

  .btn_red .service_ttl_main::before,
  .btn_red .service_ttl_main::after {
    background: #FFFA9E;
  }

  .button.yellow_txt a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #143C6E;
    border-right: 3px solid #143C6E;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.2s ease-in-out;
  }

  .button.yellow_txt a:hover::after {
    border-top: 3px solid #143C6E;
    border-right: 3px solid #143C6E;
  }

  /* 白抜きボタン*/
  .button_FFF a {
    background: #FFF;
    border-radius: 3px;
    border: solid 2px #27aad9;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    padding: 10px 0;
    color: #27aad9;
    font-weight: bold;
    transition: 0.2s ease-in-out;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    line-height: 1.25;
  }

  .button_FFF a:hover {
    opacity: 0.8;
    background: #27aad9;
    color: #FFF;
  }

  .button_FFF a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #27aad9;
    border-right: 3px solid #27aad9;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.2s ease-in-out;
  }

  .button_FFF a:hover::after {
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
  }




  .button_FFF {
    flex: 1;
  }

  /* 白抜きボタン_other*/
  .btother {
    width: 92%;
    margin: auto;
  }



  /* 花火*/

  .fire_date {
    margin: 35px auto 0;
	text-align: center;
}

  .fire_date img {
    width: 20%;
  }

  p.datetxt {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.25;
    margin: 0 0 0 20px;
  }


  .firebtn_erea {
    padding: 0 30px 30px;
  }

.fire_at {
    color: #FFF;
    padding: 10px 0;
    font-size: 14px;
}
	.schedule_fire_at{
		text-align: center;
		margin: 10px auto 20px;
	}
  .fire_box {
    max-width: 970px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: top center, bottom center;
    background-size: 100% auto;
    background-image:
      url(../images/fire_bg_up.png),
      url(../images/fire_bg_un.png),
      linear-gradient(rgba(10, 85, 180, 1) 15%, rgba(20, 60, 110, 1));
  }

  p.fire_main {}


  p.fire_sub {
    font-weight: bold;
    font-size: 25px;
    color: #FFF;
    padding: 20px 20px 0;
  }

  .fire_main_title {
    text-align: center;
  }

  .fire_subbox {
    text-align: center;
    font-size: 18px;
    margin: 0 auto 20px;
    color: #FFF;
  }

  .fire_subbox p {
    display: inline-block;
    text-align: left;
  }

  .fire_subbox span {
    font-weight: bold;
    padding-right: 10px;
  }

  p.fire_subtxt {
    font-weight: bold;
    font-size: 22px;
    color: #FFF;
    padding: 0 0 20px;
    text-align: center;
  }

  .schedule {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    width: 93%;
    max-width: 970px;
    margin: 10px auto 10px;
  }

  .schedule_box {
    position: relative;
    background-color: #FFF;
    padding: 40px 3rem 15px;
    font-size: 18px;
  }
	
	.schedule_box:nth-child(1),.schedule_box:nth-child(2){
    padding: 65px 3rem 15px;
	}
	
	.schedule_box:nth-child(4){
    background-color: #fffcc7;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 15px;
	}
	
  .schedule_time {
    position: absolute;
    top: -5px;
    left: -5px;
    background-color: #FFFA9E;
    color: #143C6E;
    padding: 5px 15px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
	  line-height: 1.35;
  }

  div.schedule_box span.bold {
    font-weight: bold;
    color: #0b53ae;
	font-size: 25px;
  }
	
	span.bold_pink {
    font-weight: bold;
    color: #eb4a8d;
	font-size: 25px;
  }

	
  div.schedule_box span.small {
    font-size: 15px;
  }



  /* スライダー*/
  .bg_area {
    width: 93%;
    max-width: 970px;
    margin: 0 auto 50px;
    position: relative;
  }

  .slider {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;

    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .slide {
    margin: 0 5px;
  }

  .slide:last-child {
    margin: 0 0 0 5px;
  }

  .slider::-webkit-scrollbar {
    display: none;
  }

  .slide {
    min-width: calc((100% / 3) - 9px);
    scroll-snap-align: start;
  }

  .slide img {
    width: 100%;
    height: auto;
    display: block;
  }

  .slider_controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
  }

  .slider_controls button:before {
    cursor: pointer;
    pointer-events: all;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s;
  }

  .slider_controls button:hover::before {
    opacity: 0.8;
  }



  .slider_controls button {
    position: relative;
    display: inline-block;

    border: none;
    outline: none;
    background: transparent;
  }

  .slider_controls button:before {
    content: '';
    width: 40px;
    height: 40px;
    background: #333;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }

  .slider_controls button#prevBtn {
    position: absolute;
    top: 0;
    left: -20px;
    bottom: 0;
    margin: auto;
  }

  .slider_controls button#nextBtn {
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
  }

  .slider_controls button#prevBtn:after {
    transform: rotate(-135deg);
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 0;
    left: 14px;
    bottom: 0;
    margin: auto;
  }

  .slider_controls button#nextBtn:after {
    transform: rotate(45deg);
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 0;
    left: 11px;
    bottom: 0;
    margin: auto;
  }





  /* その他プラン*/

  .other_box {
    display: flex;
    justify-content: space-evenly;
    margin: 25px auto;
    gap: 25px;
  }

  .other_box_c {
    width: 33%;
  }

  .other_box img {
    width: 100%;
  }

  .other_box_c p {
    display: block;
    background: #27aad9;
    margin: auto;
    text-align: center;
    padding: 5px 0;
    color: #FFF;
    font-weight: bold;
  }

  .other_box_c a {
    text-decoration: none;
    transition: 0.2s ease-in-out;
  }

  .other_box_c a:hover {
    opacity: 0.8;
  }




  /* 現地イベント下呂温泉情報*/

  h5.subti {
    color: #27aad9;
    font-size: 25px;
    position: relative;
    padding-left: 35px;
    margin: 25px auto 5px;
    font-weight: bold;
  }

  h5.subti::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 27px;
    height: 27px;
    background-image: url('../images/title_icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
  }


  .plan_box_pe {
    display: flex;

  }

  .plan_box_pe img {
    width: 40%;
    padding: 0 20px 50px 0;
  }

  .plan_box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }

.plan_box {
    background: #F4FBFD;
    border-radius: 15px;
    padding: 15px;
    margin:0 auto;
}
  .ni_box {
    background: #FFF;
    border-radius: 15px;
    padding: 15px;
    margin: 20px auto 0;
    height: 280px;
  }

  .ni_boxflex {
    display: flex;
    padding: 10px 0;
  }

  p.ni_t {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin: 0px 0 5px;
    color: #FFF;
    background: #27aad9;
  }

  p.ni_b_t {
    font-weight: bold;
    font-size: 18px;
    color: #333;
    padding: 6px 0;
  }

  .ni_img {
    width: 25% !important;
    max-height: 200px !important;
    padding: 0 20px 0 0;
  }

  p.info_t {
    font-size: 25px;
    font-weight: bold;
  }

  .table {
    display: flex;
    flex-direction: column;
    gap: 1px;
    padding: 15px 20px;
    background: #FFF;
  }

  .row {
    display: flex;
    align-items: flex-start;
  }

  .table_title {
    font-weight: bold;
    min-width: 50px;
    margin-right: 5px;
  }

  .description {
    text-indent: calc(1em + 0.5rem);
    flex-grow: 1;
  }

  .plan_t {
    margin-bottom: 20px
  }

  p.small {
    font-size: 14px;
  }


  .osake_flexbox {
    display: flex;
    justify-content: space-around;
    gap: 50px;
    margin: 0 auto 50px;
  }



  /* ロゴエリア*/
  .logo_erea {
    text-align: center;
    background: #27aad9;
    padding: 25px 0;
  }

  p.logo_title {
    font-size: 18px;
    color: #FFF;
    border-bottom: solid 2px;
    display: inline-block;
    padding: 0 20px;
  }

  .logo_space {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 90%;
    height: auto;
    margin: 25px auto 0;
    flex-direction: row;
  }

 .logo_box{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	}
	
  .logo_space img {
    background-color: #FFF;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  p.logop {
    color: #FFF;
    padding: 5px 0 0 0;
}
	
	.logo_box a{transition: 0.2s ease-in-out;}

}



/*759px以下*/
@media screen and (max-width: 759.9px) {
  #wrapper {
    line-height: 1.4;
  }

  /* CSS */
  #dirPathBlock,
  #anchorLinkBlock {
    font-size: 10px;
    margin: 1% 1% 0 1%;
  }

  #dirPathBlock p,
  #anchorLinkBlock a {
    font-size: 12px;
  }

  h1 {
    font-size: 12px;
    margin: 0 1%;
  }

  .inner {
    width: 96%;
    margin: 0 2%;
    padding: 24px 0;
    box-sizing: border-box;
  }

  .spnone {
    display: none;
  }


  section:nth-child(even) {
    background-image: none;
  }

  section:nth-child(odd) {
    background: #F4FBFD;
  }

  .wrap {
    max-width: 95%;
    margin: 0 auto;
    padding: 5px 0 15px;
  }

  .wrap_fire {
    max-width: 100%;
    margin: 0 auto;
    padding: 5px 0 15px;
  }

  p.fire_main img {
    width: 100%;
    padding-bottom: 10px;
  }

  .contents {
    margin: 35px auto;
  }

#onsen {
    font-size: 1rem;
    line-height: 1.8;
}
  #info_news {
    margin: auto;
    font-size: 1rem;
    padding: 35px 0;
    text-align: center;
    color: #000;
    font-family: "Hiragino Mincho ProN", YuMincho, serif;
  }

  #onsen #title img {
    width: 100%;
    height: auto;
  }

  div#title,
  h2 {
    line-height: 0;
    margin: auto;
  }




  /* ナビゲーション */

  #onsen nav {
    position: sticky;
    top: 0;
    z-index: 1000;
    margin: 0 auto;
    padding:0 0 10px 0;
    width: 100%;
    background: #27aad9;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  #onsen nav ul {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 0px;
    width: 95%;
  }

#onsen nav li {
    display: flex;
    flex-direction: row;
    padding: 5px 0;
    align-items: center;
    text-align: center;
    position: relative;
    line-height: 1.25;
    justify-content: space-around;
}

  #onsen nav li a::after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid #f4f4f4;
    border-right: 2px solid #f4f4f4;
    transform: rotate(135deg);
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
	  margin: auto;
  }

  #onsen nav a {
    display: flex;
    align-items: center;
    margin: 0 auto;
    color: #f4f4f4;
    width: 100%;
    letter-spacing: 0.1em;

  }

  #onsen nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 0.7rem;
    font-weight: bold;
	height: 2rem;
  }

#onsen nav li span.line_right{
    display: block;
    position: absolute;
    top: 10px;
    width: 1px;
    height: 2rem;
    background-color: #FFF;
}
	


  section h3 {
    font-size: 1.25rem;
    margin: 0 auto;
    padding: 10px 0 0 0;
    color: #27aad9;
    line-height: 1.25;
    font-weight: bold;
	  letter-spacing: 3px;
  }


  /* クーポン*/
  .cp_title img {
    width: 85%;
  }


  h4.cp_title {
    text-align: center;
  }

  .cp_box {
    width: 95%;
    margin: auto;
    text-align: center;
  }

  .cp_box img {
    width: 50%;
    margin: auto;
  }

  p.cpbox_t {
    font-size: 1.2rem;
    font-weight: bold;
	    padding: 10px 0 0 0;  
  }

  p.cpbox_tn {
    margin: 0 auto 25px;
  }

  .title {
    text-align: center;
    padding: 35px 0 0 0;
  }
	
	h3.title_padding{
    padding: 0 0 35px;
	}	

  .title::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/title_icon.svg);
    background-size: cover;
    background-position: center;
    margin: 0 auto;
  }



  /* ボタン*/
  .btnlink {}

  .button {
    margin-bottom: 5px;
  }

  .button a {
    background: #27aad9;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    padding: 10px 0;
    color: #FFF;
    transition: 0.2s ease-in-out;
    text-decoration: none;
    text-align: center;
    font-size: 1rem;
    line-height: 1.25;
    border: solid 2px #27aad9;
  }

  .button a:hover {
    opacity: 0.8;
    background: #FFF;
    color: #27aad9;
    border: solid 2px #27aad9;
  }

  .button a:hover::after {
    border-top: 3px solid #27aad9;
    border-right: 3px solid #27aad9;
  }

  .button a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.2s ease-in-out;
  }


  .service_ttl {
    position: relative;
    text-align: center;
    display: block;
    width: fit-content;
    line-height: 1.2;
    margin: 10px auto;
    padding: 0 1rem;
    color: #27aad9;
  }

  .service_ttl_main {
    font-size: 1rem;
    font-weight: bold;
  }

  .service_ttl_main::before,
  .service_ttl_main::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 2px;
    height: 1.2rem;
    background: #27aad9;
  }

  .service_ttl_main::before {
    transform: rotate(-30deg);
    left: 0;
  }

  .service_ttl_main::after {
    transform: rotate(30deg);
    right: 0;
  }


  /* 黄色ボタン*/
  .button.yellow_txt a {
    color: #143C6E;
    font-weight: bold;
    background: #FFFA9E;
    border: solid 2px #FFFA9E !important;
  }

  .button.yellow_txt a:hover {
    color: #143C6E;
    border: solid 2px #FFFA9E;
    background: #FFF;
  }


  p.service_ttl.btn_red {
    color: #FFFA9E;
  }


  .button.yellow_txt a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #143C6E;
    border-right: 3px solid #143C6E;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.2s ease-in-out;
  }


  .btn_red .service_ttl_main::before,
  .btn_red .service_ttl_main::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 2px;
    height: 1.25rem !important;
    background: #FFFA9E;
  }


  p.service_ttl.btn_red {
    color: #FFFA9E;
  }

  .btn_red .service_ttl_main::before,
  .btn_red .service_ttl_main::after {
    background: #FFFA9E;
  }


  /* 白抜きボタン*/
  .button_FFF a {
    background: #FFF;
    border-radius: 3px;
    border: solid 2px #27aad9;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    padding: 10px 0;
    color: #27aad9;
    font-weight: bold;
    transition: 0.2s ease-in-out;
    text-decoration: none;
    text-align: center;
    font-size: 1rem;
    line-height: 1.25;
  }

  .button_FFF a:hover {
    opacity: 0.8;
    background: #27aad9;
    color: #FFF;
  }

  .button_FFF a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #27aad9;
    border-right: 3px solid #27aad9;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.2s ease-in-out;
  }

  .button_FFF a:hover::after {
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
  }

  .button_FFF {
    margin-bottom: 5px;
  }

.btnlink.btother {
    width: 90%;
    margin: auto;
}





  /* 花火*/
.fire_date {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: relative;
  margin: 20px 0 0 0px;	
}

.fire_date img {
    width: 25%;
	min-width: 100px;
    height: auto;
    margin: auto;
}

.datetxt {
  flex-grow: 1;
  margin: 0; 
  max-width: calc(100% - 50px);
  line-height: 1.5;
}

  p.datetxt {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
  }


.fire_at {
    color: #FFF;
    padding: 10px 0;
    font-size: 0.8rem;
}
  .firebtn_erea {
    margin: 25px auto;
    width: 90%;
  }
	.schedule_fire_at{
		text-align: center;
		margin: 10px auto 20px;
		width: 90%;
	}

  .fire_box {
    background-repeat: no-repeat;
    background-position: top center, bottom center;
    background-size: contain;
    background-image: url(../images/fire_bg_up.png), url(../images/fire_bg_up.png);
    background-image: url(../images/fire_bg_up.png), url(../images/fire_bg_un.png),linear-gradient(rgba(10, 85, 180, 1) 15%, rgba(20, 60, 110, 1));
  }

  p.fire_main {}



  p.fire_sub {
    font-weight: bold;
    font-size: 1rem;
    color: #FFF;
    padding: 20px 20px 0;
  }

  .fire_main_title {
    text-align: center;
  }

  .fire_subbox {
    font-size: 1rem;
    margin: 0 20px 20px;
    color: #FFF;
	  font-feature-settings: "palt" 1;
  }

  .fire_subbox p {
    display: inline-block;
    text-align: left;
  }

  .fire_subbox span {
    font-weight: bold;
    padding-right: 10px;
  }

  p.fire_subtxt {
    font-weight: bold;
    font-size: 1rem;
    color: #FFF;
    padding: 0 20px 20px;
    text-align: center;
    line-height: 1.5;
  }

  .schedule {
    width: 90%;
    margin: 10px auto 0;
  }

  .schedule_box {
position: relative;
    background-color: #FFF;
    padding: 30px 2rem 15px;
    font-size: 1rem;
    margin: 0 auto 20px;
    line-height: 1.5;
  }


.schedule_box:nth-child(1),.schedule_box:nth-child(2){
    padding: 50px 2rem 15px;
	}
	
	.schedule_box:nth-child(4){
    background-color: #fffcc7;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 15px 2rem;
	}
	
	
  .schedule_time {
    position: absolute;
    top: -5px;
    left: -5px;
    background-color: #FFFA9E;
    color: #143C6E;
    padding: 5px 15px;
    font-size:1rem;
    font-weight: bold;
    border-radius: 5px;
	  line-height: 1.25;
  }

  div.schedule_box span.bold {
    font-weight: bold;
    color: #0b53ae;
	font-size: 1.25rem;
  }
	
	span.bold_pink {
    font-weight: bold;
    color: #eb4a8d;
	font-size: 1.25rem;
  }


  div.schedule_box span.small {
    font-size: 0.8rem;
  }





  /* その他プラン*/
  .other_box_c {
    width: 100%;
    margin: 0 auto 1rem;
  }

  .other_box img {
    width: 100%;
  }

  .other_box_c p {
    display: block;
    background: #27aad9;
    margin: auto;
    text-align: center;
    padding: 5px 0;
    color: #FFF;
    font-weight: bold;
    font-size: 1rem;
  }

  .other_box_c a {
    text-decoration: none;
    transition: 0.2s ease-in-out;
  }

  .other_box_c a:hover {
    opacity: 0.8;
  }




  /* 現地イベント下呂温泉情報*/
  .eventerea{
	 width: 95%;
	  margin: auto;
  }
	
  h5.subti {
    color: #27aad9;
    font-size: 1.2rem;
    position: relative;
    padding-left: 35px;
    margin: 15px auto 5px;
    line-height: 1.25;
    font-weight: bold;
  }

  h5.subti::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 27px;
    height: 27px;
    background-image: url('../images/title_icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
  }


  .box_double {
    margin: 0 auto 25px !important;
  }

  .plan_box img, .plan_box_pe img {
    width: 100%;
    margin: 0 auto 15px;
  }
	
	.plan_box_pe{
	margin: 0 auto 50px;
	}
	
	.plan_box {
    background: #F4FBFD;
    border-radius: 15px;
    padding: 15px;
    margin: 10px auto 30px;
}

  .ni_box {
    background: #FFF;
    border-radius: 15px;
    padding: 15px;
  }

.ni_boxflex {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: column;
}

  p.ni_t {
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
    margin: 0px 0 5px;
    color: #FFF;
    background: #27aad9;
  }

  p.ni_b_t {
    font-weight: bold;
    font-size: 1rem;
    color: #333;
    padding: 0 0 6px 0;
    line-height: 1.5;
  }
	.ni_boxtxt{
		font-size: 1rem;
	}	

  .ni_img {
    width: 30% !important;
    margin: 0 auto !important;
    object-fit: cover;
}

  p.info_t {
    font-size: 1.25rem;
    font-weight: bold;
  }

  .table {
   font-size: 1rem;
    background: #FFF;
    padding: 5px 15px 10px;
  }

  .table_title {
    font-weight: bold;
    margin: 10px auto 0;
  }

  .plan_t {
    margin-bottom: 10px
  }

  p.small {
    font-size: 0.8rem;
  }





  /* ロゴエリア*/
  .logo_erea {
    text-align: center;
    background: #27aad9;
    padding: 25px 0;
  }

  p.logo_title {
    font-size: 1.2rem;
    color: #FFF;
    border-bottom: solid 2px;
    display: inline-block;
    padding: 0 20px;
  }

  .logo_space {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
    width: 90%;
    height: auto;
    margin: 25px auto 0;
  }

 .logo_box{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	}
	
  .logo_space img {
    background-color: #FFF;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  p.logop  {
    color: #FFF;
    padding: 5px 0 0 0;
}
  /* スライダー*/
  .slider {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .slide {
    min-width: 100%;
    scroll-snap-align: start;
  }


  .bg_area {
    width: 90%;
    margin: 0 auto 30px;
    position: relative;
  }

.other_box.bg_area {
    width: 80%!important;
  }
  .slide:last-child {
    margin: 0 0 0 10px;
  }

  .slider::-webkit-scrollbar {
    display: none;
  }

  .slide img {
    width: 100%;
    height: auto;
    display: block;
  }

  .slider_controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
  }

  .slider_controls button:before {
    cursor: pointer;
    pointer-events: all;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s;
  }

  .slider_controls button:hover::before {
    opacity: 0.8;
  }



  .slider_controls button {
    position: relative;
    display: inline-block;

    border: none;
    outline: none;
    background: transparent;
  }

  .slider_controls button:before {
    content: '';
    width: 40px;
    height: 40px;
    background: #333;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }

  .slider_controls button#prevBtn,
  .slider_controls button#prevBtn2 {
    position: absolute;
    top: 0;
    left: -20px;
    bottom: 0;
    margin: auto;
  }

  .slider_controls button#nextBtn,
  .slider_controls button#nextBtn2 {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
  }

  .slider_controls button#prevBtn:after,
  .slider_controls button#prevBtn2:after {
    transform: rotate(-135deg);
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 0;
    left: 14px;
    bottom: 0;
    margin: auto;
  }

  .slider_controls button#nextBtn:after,
  .slider_controls button#nextBtn2:after {
    transform: rotate(45deg);
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 0;
    left: 11px;
    bottom: 0;
    margin: auto;
  }
}