@charset "utf-8";

/* ------------------------------------------
	header
------------------------------------------ */



/*PCSP共通設定*/
html {scroll-behavior: smooth;}/*smooth scroll*/

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}


.inner{
	width: 96%;
	margin: 0 2%;
	padding: 24px 0;
	box-sizing: border-box;
}
	main{
		 background: #F3EDDD url(../images/back.jpg) ;
		  font-feature-settings: "palt";
	}	



/* ------------------------------------------
	title
------------------------------------------ */
#title{
  margin: 0;
  padding: 0;
	width:100%;
	background:#96D7FF;
}
#title h2{
margin: 0;
padding: 0;
}
#title img{
width: 100%;
height: auto;
vertical-align: top;
}

.mv2000{display: none;}
	
	
	#mv_title{
		margin: auto;
		text-align: center;
	}
	
    #mv_title p {
        font-size: 1.1rem;
        font-family: "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "MS PMincho", serif;
        line-height: 1.8;
        margin: 10px auto;
        width: 95%;
        color: #464646;
    }	
/* ------------------------------------------
	map
------------------------------------------ */	

	#map img {
   width: 100%;
}

	.maptxt{
		text-align: left;
		font-size: 0.85rem;
	}
	
	
/* ------------------------------------------
	menu
------------------------------------------ */

    ul.menu_list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-column-gap: 5px;
        grid-row-gap: 10px;
        width: 95%;
        margin: auto;
    }
    ul.menu_list li {
        list-style: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    ul.menu_list li a {
	font-size: 15px;
    color: #464646;
    }
	

    .menu_button {
      display: inline-block;
      text-align: center;
      font-family: "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "MS PMincho", serif;
      text-decoration: none;
    }

    .menu_button img {
		width: 60px;
        height: 60px;
        display: block;
        margin: 0 auto;
    }

    .menu_button span {
      display: block;
      line-height: 1.4;
    }	
	
.menu_button span {
  display: block;
  line-height: 1.4;
  min-height: 2.8em;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}

.menu_button .one_line {
  align-items: center; 
}	
	
/* --- お申込みボタン専用 --- */
    .menu_button_plan {
        background-color: #E6695A;
        color: #fff !important;
        padding: 21px 6px;
        border-radius: 100px;
        position: relative;
        display: inline-block;
    }

a.menu_button.menu_button_plan span {
    line-height: 1.4;
}	

.menu_button_arrow {
  position: relative;
  display: inline-block;
}

    .menu_button_arrow:before {
content: '';
        width: 10px;
        height: 10px;
        border: 0;
        border-bottom: solid 2px #ffffff;
        border-right: solid 2px #ffffff;
        transform: rotate(45deg);
        position: absolute;
        top: 48px;
        left: 32px;
        bottom: 0;
        margin: auto;
}	
	
/* ------------------------------------------
	map
------------------------------------------ */	

	#map img {
   width: 100%;
}
	
/* ------------------------------------------
	travel
------------------------------------------ */
.title_section {
  text-align: center;
}

.title_image {
max-width: 100%;
        width: 100px;
        height: auto;
        display: block;
        margin: 0 auto;
}

.title_text {
  font-size: 2.5rem;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  margin: 0.5rem auto;
	color: #464646;
	letter-spacing: 5px;
}

.title_underline {
width: 105px;
        height: 4px;
        background-color: #E6695A;
        border-radius: 2px;
        margin: 0 auto;
}	
	
.travelbox_container {
        width: 95%;
        margin: 2rem auto;
    }

.content_box {
  position: relative;
  background-color: #ffffff;
  flex: 1;
  box-sizing: border-box;

}

.travelbox_image {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 15px;
}

.travelbox_traveltitle {
  font-family: "游明朝", "Yu Mincho", serif;
  font-size: 30px;
  color: #464646;
  text-align: center;
  margin: 0;
}

.traveltitle_underline {
  width: 100px;
        height: 3px;
        background-color: #E6695A;
        margin: 4px auto 16px;
        border-radius: 2px;
}

.travelbox_text {
  font-size: 18px;
  color: #464646;
  text-align: left;
  line-height: 1.5;
  padding: 0 20px;
}
	
	
.triangle::before {
    content: "";
    bottom: 0;
    right: 0;
    border-top: 4em solid transparent;
    border-right: 4em solid #E6695A;
    position: absolute;
    z-index: 100;
}
.triangle::after {
    display: block;
    bottom: 5px;
    transform: rotate(135deg);
    font-weight: bold;
    right: 0px;
    position: absolute;
    z-index: 101;
}
.travelbox_footer {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
        padding: 20px 0;
        margin: 20px auto;
        height: 40px;
        height: 40px;
}
.travelbox_link {
    margin-right: 55px;
    font-size: 16px;
    border-bottom: 1px solid #E6695A;
    line-height: 1;
}
	
.travelbox_footer a{
  color: #E6695A;
font-weight: bold;
}	
	
/* ------------------------------------------
	slider
------------------------------------------ */
	
    .slider {
      margin: 25px 0 0;
		
    }

    .slider_box {
      background-color: #ffffff;
      box-sizing: border-box;
      text-align: center;
      display: flex !important;
      flex-direction: column;
      align-items: center;
      margin: 10px;
    }

    .slider_box_image {
      width: 100%;
      height: auto;
      margin-bottom: 15px;
    }

    .slider_contxt_box {
      padding: 20px;
    }

    .slider_box_title {
        font-family: "游明朝", "Yu Mincho", serif;
        font-size: 1.5rem;
        color: #464646;
        margin: 15px 0 10px;
        height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .box_title--two_line {
      line-height: 1.3;
    }

    .slider_box_text {
        font-size: 17px;
        color: #464646;
        text-align: left;
        margin-bottom: 20px;
        line-height: 1.5;
    }

    .slider_box_button {
      position: relative;
      display: inline-block;
      background-color: #E6695A;
      color: #FFF;
      text-decoration: none;
      padding: 10px 0;
      border-radius: 4px;
      font-size: 16px;
      width: 100%;
    }
	a.slider_box_button{
      color: #FFF;
	}
    a.slider_box_button::after {
      position: absolute;
      top: 16px;
      right: 10px;
      content: '';
      width: 10px;
      height: 10px;
      border-top: 2px solid #FFF;
      border-right: 2px solid #FFF;
      transform: rotate(45deg);
    }

    .slick-prev, .slick-next {
      z-index: 1;
    }
    .slick-prev {
	-webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    }
	
    .slick-next {
	-webkit-transform: translate(-150%, -50%);
    -ms-transform: translate(-150%, -50%);
    transform: translate(-150%, -50%);
    }
    .slick-prev:before, .slick-next:before {
      color: #E6695A;
      font-size: 30px;
    }

    .slick-dots li button:before {
      color: #464646;
      font-size: 12px;
    }

    .slick-dots li.slick-active button:before {
      color: #E6695A;
    }	
	

	
.date_line {
  display: block; 
  width: 100%;
  border-bottom: solid 1px #464646;
   margin: 25px auto 0;
}	
/* ------------------------------------------
	plan_link
------------------------------------------ */
  #plan_link {
    background-image: url('../images/backgold.jpg'); 
    background-repeat: repeat;
  }

  .plan_linkbtn {
        display: flex;
        gap: 15px;
        justify-content: space-between;
        list-style: none;
        padding: 0;
        margin: auto;
        height: auto;
        flex-direction: column;
	  width: 95%;
  }

  .plan_btn {
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    color: #FCFAF6;
    font-weight: bold;
  }
li.plan_btn {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

li.plan_btn a,li.plan_btn div  {
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 20px 0;
    text-align: center;
	        color: #FFFFFF;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.3;
}
  .btn01 {
    background-color: #E6695A!important;
  }

  .btn02 {
    background-color: #39A87E!important;
  }

  .btn03 {
    background-color: #5096BE!important;
  }

  .btn04 {
    background-color: #8b8b8b!important;
  }
    li.plan_btn a::after {
      position: absolute;
      top: 26px;
      right: 10px;
      content: '';
      width: 10px;
      height: 10px;
      border-top: 2px solid #FFF;
      border-right: 2px solid #FFF;
      transform: rotate(45deg);
    }
	li.plan_btn.btn01:hover,li.plan_btn.btn02:hover,li.plan_btn.btn03:hover{
		opacity: 0.8;
	}
	
/* ------------------------------------------
	banner_link
------------------------------------------ */	
section#banner_link {
		 background: #F3EDDD url(../images/back.jpg) ;
	text-align: center;
	padding: 1rem 0;
	}
	
section#banner_link img {
    width: 95%;
}
	
	

/* ------------------------------------------
  footer
------------------------------------------ */	

  #footer {
    background-color: #F0F5FA;
  }

  #footer .inner {
    width: 96% !important;
    margin: 0 auto;
    padding: 2% 2%;
  }

  #footer .inner ul {
    font-size: 11px;
    line-height: 1.4;
    text-align: left;
  }

  #footer .inner ul li {
    display: inline-block;
    width: 46%;
    padding: 2% 0;
  }

  #footer .inner ul li:last-child {
    border-right: none;
  }

  #footer .copy {
    background-color: #0952a4;
    color: #FFFFFF;
    font-size: 9px;
    text-align: center;
    padding: 2% 0;
  }


  #pagetop {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 100;
  }

  #pagetop a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 3em;
    height: 3em;
    background-color: rgba(255, 255, 255, .5);
    border: solid 1px #152a8c;
    border-radius: 50vh;
  }

  #pagetop a::after {
	box-sizing: border-box;
    content: '';
    width: 7px;
    height: 7px;
    border-style: solid;
    border-width: 0 6px 9px 6px;
    border-color: transparent transparent #152a8c transparent;
  }

  .area_link p {
    display: flex;
    margin: 0 auto;
    max-width: 970px;
  }	
}



/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
#wrapper {line-height: 1.231;}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}


	main{
		 background: #F3EDDD url(../images/back.jpg) ;
	}	
	article{
background: url("../images/back_img.png") center center repeat-y;
  background-size: cover;
	}	
	
.inner{
	width: 96%;
	max-width:970px;
	min-width:760px;
	margin: 0 auto;
	padding:50px 0;
	display: block;
}
	
section{
	line-height: 1.6;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #464646;
	}
	

/* ------------------------------------------
	title
------------------------------------------ */
	
  h2 {
    width: auto;
    margin: 0 auto;
    text-align: center;
  }
	
  #title {
    margin: 0;
    padding: 0;
    width: 100%;
    background: #FFF;
  }
 
#title {
  background: #FFF url(../images/main.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 700px;
}

.mv2000{display: none;}
	
	#mv_title{
		margin: auto;
		text-align: center;
	}
	
    #mv_title p {
        font-size: 20px;
        font-family: "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "MS PMincho", serif;
        line-height: 2;
        margin: 30px auto 10px;
	        color: #464646;	
    }
/* ------------------------------------------
	menu
------------------------------------------ */
    ul.menu_list {
      display: flex;
      justify-content: center;
      gap: 50px;
      list-style: none;
      margin: 0;
    }

    ul.menu_list li {
        list-style: none;
        display: flex;
        align-items: center;
    }
    ul.menu_list li a {
	font-size: 18px;
    color: #464646;
    }
	

    .menu_button {
      display: inline-block;
      width: 120px;
      text-align: center;
      font-family: "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "MS PMincho", serif;
      text-decoration: none;
    }

    .menu_button img {
      width: 85px;
      height: 85px;
      display: block;
      margin: 0 auto 10px;
    }

    .menu_button span {
      display: block;
      line-height: 1.4;
    }	
	
.menu_button span {
  display: block;
  line-height: 1.2;
  min-height: 2.8em;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}

.menu_button .one_line {
  align-items: center; 
}
	
/* --- お申込みボタン専用 --- */
    .menu_button_plan {
        background-color: #E6695A;
        color: #fff !important;
        padding: 33px 1px;
        border-radius: 100px;
        position: relative;
        display: inline-block;
    }

a.menu_button.menu_button_plan span {
    line-height: 1.5;
}	

.menu_button_arrow {
  position: relative;
  display: inline-block;
}

    .menu_button_arrow:before {
        content: '';
        width: 15px;
        height: 15px;
        border: 0;
        border-bottom: solid 2px #ffffff;
        border-right: solid 2px #ffffff;
        transform: rotate(45deg);
        position: absolute;
        top: 65px;
        left: 50px;
        bottom: 0;
        margin: auto;
}
/* ------------------------------------------
	map
------------------------------------------ */	

	#map img {
   width: 100%;
}
	
/* ------------------------------------------
	travel
------------------------------------------ */
.title_section {
  text-align: center;
}

.title_image {
max-width: 100%;
        width: 140px;
        height: auto;
        display: block;
        margin: 0 auto;
}

.title_text {
  font-size: 50px;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 10px;
  margin: 0 auto;
	color: #464646;
}

.title_underline {
  width: 100px;
  height: 4px;
  background-color: #E6695A;
  border-radius: 2px;
  margin: 0 auto;
}	
	

	

.travelbox_container {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 50px auto 0;
}

.content_box {
  position: relative;
  background-color: #ffffff;
  flex: 1;
  box-sizing: border-box;

}

.travelbox_image {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 15px;
}

.travelbox_traveltitle {
  font-family: "游明朝", "Yu Mincho", serif;
  font-size: 30px;
  color: #464646;
  text-align: center;
  margin: 0;
}

.traveltitle_underline {
  width: 100px;
        height: 3px;
        background-color: #E6695A;
        margin: 4px auto 16px;
        border-radius: 2px;
}

.travelbox_text {
  font-size: 18px;
  color: #464646;
  text-align: left;
  line-height: 1.5;
  padding: 0 20px;
}
	
	
.triangle::before {
    content: "";
    bottom: 0;
    right: 0;
    border-top: 4em solid transparent;
    border-right: 4em solid #E6695A;
    position: absolute;
    z-index: 100;
}
.triangle::after {
    display: block;
    bottom: 5px;
    transform: rotate(135deg);
    font-weight: bold;
    right: 0px;
    position: absolute;
    z-index: 101;
}
.travelbox_footer {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin: 20px 0;
    height: 40px;
}
.travelbox_link {
    margin-right: 55px;
    font-size: 16px;
    border-bottom: 1px solid #E6695A;
    line-height: 1;
}
	
.travelbox_footer a{
  color: #E6695A;
font-weight: bold;
}	
	
	
/* ------------------------------------------
	slider
------------------------------------------ */
	
    .slider {
      margin: 25px 0 0;
		
    }

    .slider_box {
      background-color: #ffffff;
      box-sizing: border-box;
      text-align: center;
      display: flex !important;
      flex-direction: column;
      align-items: center;
      margin: 10px;
    }

    .slider_box_image {
      width: 100%;
      height: auto;
      margin-bottom: 15px;
    }

    .slider_contxt_box {
      padding: 20px;
    }

    .slider_box_title {
      font-family: "游明朝", "Yu Mincho", serif;
      font-size: 22px;
      color: #464646;
        margin: 25px 0 15px;
        height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
    }

    .box_title--two_line {
      line-height: 1.4;
    }

    .slider_box_text {
      font-size: 18px;
      color: #464646;
      text-align: left;
      margin-bottom: 20px;
    }

    .slider_box_button {
        position: relative;
        display: inline-block;
        background-color: #E6695A;
        color: #FFF;
        text-decoration: none;
        padding: 10px 0;
        border-radius: 4px;
        font-size: 18px;
        width: 100%;
        font-weight: bold;
    }
	a.slider_box_button{
      color: #FFF;
	}
    a.slider_box_button::after {
      position: absolute;
      top: 18px;
      right: 10px;
      content: '';
      width: 10px;
      height: 10px;
      border-top: 2px solid #FFF;
      border-right: 2px solid #FFF;
      transform: rotate(45deg);
    }

    .slick-prev, .slick-next {
      z-index: 1;
    }

    .slick-prev:before, .slick-next:before {
      color: #E6695A;
      font-size: 30px;
    }

    .slick-dots li button:before {
      color: #464646;
      font-size: 12px;
    }

    .slick-dots li.slick-active button:before {
      color: #E6695A;
    }	
	
	
.date_line {
  display: block; 
  width: 100%;
  border-bottom: solid 1px #464646;
   margin: 25px auto 0;
}
	
/* テキスト選択を有効にする */
.slick-slide,
.slick-track,
.slick-list,
.slider_box,
.slider_box_text,
.slider_box_title,
.slider_contxt_box{
  user-select: text !important;
  -webkit-user-select: text !important;
}
		
/* ------------------------------------------
	plan_link
------------------------------------------ */
  #plan_link {
    background-image: url('../images/backgold.jpg'); 
    background-repeat: repeat;
    margin: 50px auto 0;
  }

  .plan_linkbtn {
       display: flex;
        gap: 30px;
        justify-content: space-between;
        list-style: none;
        padding: 0;
        margin: 0;
        height: auto;
  }

  .plan_btn {
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    color: #FCFAF6;
    font-weight: bold;
  }
li.plan_btn {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

li.plan_btn a,li.plan_btn div {
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 20px 0;
    text-align: center;
	        color: #FFFFFF;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.3;
}
  .btn01 {
    background-color: #E6695A!important;
  }

  .btn02 {
    background-color: #39A87E!important;
  }

  .btn03 {
    background-color: #5096BE!important;
  }
	
  .btn04 {
    background-color: #8b8b8b!important;
  }
	
    li.plan_btn a::after {
      position: absolute;
      top: 27px;
      right: 10px;
      content: '';
      width: 10px;
      height: 10px;
      border-top: 2px solid #FFF;
      border-right: 2px solid #FFF;
      transform: rotate(45deg);
    }
	li.plan_btn.btn01:hover,li.plan_btn.btn02:hover,li.plan_btn.btn03:hover{
		opacity: 0.8;
	}
	
/* ------------------------------------------
	banner_link
------------------------------------------ */	
section#banner_link {
		 background: #F3EDDD url(../images/back.jpg) ;
	        padding: 50px 0;
	}
	
section#banner_link img {
    width: 100%;
    margin: auto;
}
	
/* ------------------------------------------
  footer
------------------------------------------ */	
  #footer {
    background-color: #F0F5FA;
  }

  #footer .inner {
    width: 990px !important;
    max-width: 990px !important;
    margin: 0 auto;
    padding: 20px 0;
  }

  #footer .inner ul {
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
  }

  #footer .inner ul li {
    display: inline-block;
    padding: 0 6px;
    border-right: 1px solid #CCC;
  }

  #footer .inner ul li:last-child {
    border-right: none;
  }

  #footer .copy {
    background-color: #0952a4;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
  }
	

  #pagetop {
    display: none;
    position: fixed;
    right: 50px;
    bottom: 50px;
    cursor: pointer;
    z-index: 999;
  }

  #pagetop a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, .5);
    border: solid 1px #152a8c;
    border-radius: 50vh;
  }

  #pagetop a::after {
	box-sizing: border-box;
    content: '';
    width: 7px;
    height: 7px;
    border-style: solid;
    border-width: 0 6px 9px 6px;
    border-color: transparent transparent #152a8c transparent;
  }

  #pagetop a:hover {
    background-color: #152a8c;
  }

  #pagetop a:hover::after {
    border-width: 0 6px 9px 6px;
    border-color: transparent transparent #fff transparent;
  }
	
}

/* 2000px以上メインビジュアルロゴ見切れ防止*/
@media screen and (min-width: 2000px) {
#title{height: auto!important;}	
img.mv2000 {
  width: 100%;
  height: auto!important; 
  display: block;
}
}
