@charset "UTF-8";
/* Scss Document */
/*font*/
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:wght@300;600&display=swap");
/*colors*/
@media screen and (min-width: 769px) { .for_pc { display: block; } }
@media screen and (max-width: 768px) { .for_pc { display: none; } }

@media screen and (min-width: 769px) { .for_sp { display: none; } }
@media screen and (max-width: 768px) { .for_sp { display: block; } }

@media screen and (min-width: 500px) { .for_ss { display: none; } }
@media screen and (max-width: 499px) { .for_ss { display: block; } }

/*テキスト*/
p + p { margin-top: 1em; }

/*余白*/
.com-mt-01 { margin-top: 10.5rem; }

.com-mt-02 { margin-top: 5.25rem; }

.mt0 { margin-top: 0px !important; }

.mr0 { margin-right: 0px !important; }

.mb0 { margin-bottom: 0px !important; }

.ml0 { margin-left: 0px !important; }

.pt0 { padding-top: 0px !important; }

.pr0 { padding-right: 0px !important; }

.pb0 { padding-bottom: 0px !important; }

.pl0 { padding-left: 0px !important; }

.mt5 { margin-top: 5px !important; }

.mr5 { margin-right: 5px !important; }

.mb5 { margin-bottom: 5px !important; }

.ml5 { margin-left: 5px !important; }

.pt5 { padding-top: 5px !important; }

.pr5 { padding-right: 5px !important; }

.pb5 { padding-bottom: 5px !important; }

.pl5 { padding-left: 5px !important; }

.mt10 { margin-top: 10px !important; }

.mr10 { margin-right: 10px !important; }

.mb10 { margin-bottom: 10px !important; }

.ml10 { margin-left: 10px !important; }

.pt10 { padding-top: 10px !important; }

.pr10 { padding-right: 10px !important; }

.pb10 { padding-bottom: 10px !important; }

.pl10 { padding-left: 10px !important; }

.mt15 { margin-top: 15px !important; }

.mr15 { margin-right: 15px !important; }

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

.ml15 { margin-left: 15px !important; }

.pt15 { padding-top: 15px !important; }

.pr15 { padding-right: 15px !important; }

.pb15 { padding-bottom: 15px !important; }

.pl15 { padding-left: 15px !important; }

.mt20 { margin-top: 20px !important; }

.mr20 { margin-right: 20px !important; }

.mb20 { margin-bottom: 20px !important; }

.ml20 { margin-left: 20px !important; }

.pt20 { padding-top: 20px !important; }

.pr20 { padding-right: 20px !important; }

.pb20 { padding-bottom: 20px !important; }

.pl20 { padding-left: 20px !important; }

.mt25 { margin-top: 25px !important; }

.mr25 { margin-right: 25px !important; }

.mb25 { margin-bottom: 25px !important; }

.ml25 { margin-left: 25px !important; }

.pt25 { padding-top: 25px !important; }

.pr25 { padding-right: 25px !important; }

.pb25 { padding-bottom: 25px !important; }

.pl25 { padding-left: 25px !important; }

.mt30 { margin-top: 30px !important; }

.mr30 { margin-right: 30px !important; }

.mb30 { margin-bottom: 30px !important; }

.ml30 { margin-left: 30px !important; }

.pt30 { padding-top: 30px !important; }

.pr30 { padding-right: 30px !important; }

.pb30 { padding-bottom: 30px !important; }

.pl30 { padding-left: 30px !important; }

.mt35 { margin-top: 35px !important; }

.mr35 { margin-right: 35px !important; }

.mb35 { margin-bottom: 35px !important; }

.ml35 { margin-left: 35px !important; }

.pt35 { padding-top: 35px !important; }

.pr35 { padding-right: 35px !important; }

.pb35 { padding-bottom: 35px !important; }

.pl35 { padding-left: 35px !important; }

.mt40 { margin-top: 40px !important; }

.mr40 { margin-right: 40px !important; }

.mb40 { margin-bottom: 40px !important; }

.ml40 { margin-left: 40px !important; }

.pt40 { padding-top: 40px !important; }

.pr40 { padding-right: 40px !important; }

.pb40 { padding-bottom: 40px !important; }

.pl40 { padding-left: 40px !important; }

.mt45 { margin-top: 45px !important; }

.mr45 { margin-right: 45px !important; }

.mb45 { margin-bottom: 45px !important; }

.ml45 { margin-left: 45px !important; }

.pt45 { padding-top: 45px !important; }

.pr45 { padding-right: 45px !important; }

.pb45 { padding-bottom: 45px !important; }

.pl45 { padding-left: 45px !important; }

.mt50 { margin-top: 50px !important; }

.mr50 { margin-right: 50px !important; }

.mb50 { margin-bottom: 50px !important; }

.ml50 { margin-left: 50px !important; }

.pt50 { padding-top: 50px !important; }

.pr50 { padding-right: 50px !important; }

.pb50 { padding-bottom: 50px !important; }

.pl50 { padding-left: 50px !important; }

/*ヘッダー*/
#header { background-color: #FFF; }
@media screen and (max-width: 767px) { #header { position: relative; top: auto; left: auto; } }

/*ふわっと上から出現*/
.scroll_up { transition: 0.8s ease-in-out; transform: translateY(-30px); opacity: 0; }

.scroll_up.on { transform: translateY(0); opacity: 1.0; }

/*ボタン*/
.btn { max-width: 680px; height: 70px; background-color: #000; display: flex; align-items: center; justify-content: center; text-align: center; margin-left: auto; margin-right: auto; position: relative; transition: 1s; }
.btn a { color: #fff; font-size: 30px; font-weight: 300; width: 100%; }
@media screen and (max-width: 1024px) { .btn a { font-size: 26px; } }
@media screen and (max-width: 768px) { .btn a { font-size: 22px; } }
.btn:after { content: ""; display: block; width: 16px; height: 15px; background: url("../images/btn_arrow01.png") no-repeat; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transition: 1s; }
.btn:hover { opacity: 0.6; }
.btn:hover:after { right: 10px; }

/*メインビジュアル*/
#main_visual_top { position: relative; }
#main_visual_top .image { text-align: center; }
#main_visual_top header { width: 100%; position: absolute; font-weight: bold; line-height: 1; color: #fff; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); text-align: center; }
#main_visual_top header h1 { font-size: 60px; margin-bottom: 45px; }
#main_visual_top header h2 { font-size: 170px; font-family: "Josefin Sans", sans-serif; display: inline-block; background: linear-gradient(90deg, #77e7d7 30%, #9faee6); background: -webkit-linear-gradient(90deg, #77e7d7 30%, #9faee6); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-size: auto 200%; animation: gradientEffect 1.5s infinite linear alternate; }
#main_visual_top header h3 { font-size: 28px; font-family: "Josefin Sans", sans-serif; }
@media screen and (max-width: 1024px) { #main_visual_top header h1 { font-size: 45px; }
  #main_visual_top header h2 { font-size: 120px; }
  #main_visual_top header h3 { font-size: 22px; } }
@media screen and (max-width: 499px) { #main_visual_top header h1 { font-size: 28px; line-height: 1.4; margin-bottom: 20px; }
  #main_visual_top header h2 { font-size: 90px; }
  #main_visual_top header h3 { font-size: 18px; } }

@keyframes gradientEffect { from { background-position-y: 0%; }
  to { background-position-y: 100%; } }
#sl_dog { max-width: 2000px; margin-left: auto; margin-right: auto; padding-top: 100px; padding-bottom: 170px; background-color: #faf6f7; }
@media screen and (max-width: 1024px) { #sl_dog { padding-top: 80px; padding-bottom: 150px; } }
@media screen and (max-width: 768px) { #sl_dog { padding-top: 50px; padding-bottom: 110px; } }
@media screen and (max-width: 499px) { #sl_dog { padding-top: 50px; padding-bottom: 80px; } }
#sl_dog .slick-slide { margin-left: 50px; }
@media screen and (max-width: 1024px) { #sl_dog .slick-slide { margin-left: 30px; } }
@media screen and (max-width: 768px) { #sl_dog .slick-slide { margin-left: 15px; } }
#sl_dog .slider_text { padding-top: 100px; padding-bottom: 100px; }
@media screen and (max-width: 1024px) { #sl_dog .slider_text { padding-top: 80px; padding-bottom: 80px; } }
@media screen and (max-width: 768px) { #sl_dog .slider_text { padding-top: 60px; padding-bottom: 60px; } }
@media screen and (max-width: 499px) { #sl_dog .slider_text { padding-top: 40px; padding-bottom: 40px; } }
#sl_dog .slider_text p { font-size: 40px; font-family: "Noto Serif", serif; text-align: center; letter-spacing: 5px; }
@media screen and (max-width: 1024px) { #sl_dog .slider_text p { font-size: 32px; } }
@media screen and (max-width: 768px) { #sl_dog .slider_text p { font-size: 26px; letter-spacing: 0px; } }
@media screen and (max-width: 499px) { #sl_dog .slider_text p { font-size: 20px; letter-spacing: 0px; } }

/*p_link*/
#link { max-width: 2000px; margin-left: auto; margin-right: auto; position: relative; }
#link .link_box { display: flex; width: 100%; }
#link .link_box .box { text-align: center; width: 50%; display: inline-block; background-color: #a0a0a0; position: relative; }
#link .link_box .box .stay, #link .link_box .box .wedding { content: ''; display: block; width: 250px; height: 250px; border-radius: 125px; background: linear-gradient(135deg, #9faee6, #77e7d7); position: absolute; top: -125px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); }
@media screen and (max-width: 1024px) { #link .link_box .box .stay, #link .link_box .box .wedding { top: -100px; width: 200px; height: 200px; } }
@media screen and (max-width: 768px) { #link .link_box .box .stay, #link .link_box .box .wedding { top: -75px; width: 150px; height: 150px; } }
@media screen and (max-width: 499px) { #link .link_box .box .stay, #link .link_box .box .wedding { top: -50px; width: 100px; height: 100px; } }
#link .link_box .box .stay p, #link .link_box .box .wedding p { width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); color: #fff; font-size: 40px; }
@media screen and (max-width: 1024px) { #link .link_box .box .stay p, #link .link_box .box .wedding p { font-size: 32px; } }
@media screen and (max-width: 768px) { #link .link_box .box .stay p, #link .link_box .box .wedding p { font-size: 24px; } }
@media screen and (max-width: 768px) { #link .link_box .box .stay p, #link .link_box .box .wedding p { font-size: 20px; } }
#link .link_box .box a { color: #fff; display: block; padding-top: 75px; padding-bottom: 60px; }
@media screen and (max-width: 768px) { #link .link_box .box a { padding: 30px 15px; } }
#link .link_box .box a h3 { font-size: 60px; font-weight: bold; line-height: 1; margin-bottom: 35px; }
#link .link_box .box a p { font-size: 30px; line-height: 1.4; }
@media screen and (max-width: 1024px) { #link .link_box .box a h3 { font-size: 32px; }
  #link .link_box .box a p { font-size: 20px; } }
@media screen and (max-width: 768px) { #link .link_box .box a h3 { font-size: 20px; margin-bottom: 20px; }
  #link .link_box .box a p { font-size: 15px; } }
#link .link_box .box:hover { /*opacity: 0.5;*/ display: block; background: linear-gradient(45deg, #77e7d7 30%, #9faee6); background: -webkit-linear-gradient(45deg, #77e7d7 30%, #9faee6); background-size: 300% auto; animation: gradientEffect2 2.5s infinite alternate; }
#link .link_box .box:after { content: ''; display: block; width: 34px; height: 38px; background: url("../images/p_link_arrow.png") no-repeat; position: absolute; bottom: -48px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); animation-name: updown; /* アニメーション名の指定 */ animation-delay: 0s; /* アニメーションの開始時間指定 */ animation-duration: 3s; /* アニメーション動作時間の指定 */ animation-timing-function: ease-in-out; /* アニメーションの動き指定（徐々に早く）*/ animation-iteration-count: infinite; }
#link .dog_img { position: absolute; bottom: -5%; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); width: 20%; text-align: center; /*transition: 3s;*/ }
#link .dog_img .dog { animation-name: updowndog; /* アニメーション名の指定 */ animation-delay: 0s; /* アニメーションの開始時間指定 */ animation-duration: 3s; /* アニメーション動作時間の指定 */ animation-timing-function: ease-in-out; /* アニメーションの動き指定（徐々に早く）*/ animation-iteration-count: infinite; }
@media screen and (min-width: 1025px) { #link .dog_img:hover { background: url("../images/fukidashi.png") no-repeat 100% 0%; } }
@media screen and (max-width: 768px) { #link .dog_img { display: none; } }

/*p_link*/
#link_02 { max-width: 2000px; margin-left: auto; margin-right: auto; position: relative; }
#link_02 .link_box { display: flex; width: 100%; }
#link_02 .link_box div { text-align: center; width: 50%; display: inline-block; background-color: #a0a0a0; padding-top: 75px; padding-bottom: 60px; transition: 3s; }
#link_02 .link_box div a { color: #fff; display: block; padding-top: 75px; padding-bottom: 60px; }
@media screen and (max-width: 768px) { #link_02 .link_box div a { padding: 30px 15px; } }
#link_02 .link_box div a h3 { font-size: 60px; font-weight: bold; line-height: 1; margin-bottom: 35px; }
#link_02 .link_box div a p { font-size: 30px; line-height: 1.4; }
@media screen and (max-width: 1024px) { #link_02 .link_box div a h3 { font-size: 32px; }
  #link_02 .link_box div a p { font-size: 20px; } }
@media screen and (max-width: 768px) { #link_02 .link_box div a h3 { font-size: 20px; margin-bottom: 20px; }
  #link_02 .link_box div a p { font-size: 15px; } }
#link_02 .link_box div:hover { /*opacity: 0.5;*/ display: block; background: linear-gradient(45deg, #77e7d7 30%, #9faee6); background: -webkit-linear-gradient(45deg, #77e7d7 30%, #9faee6); background-size: 300% auto; animation: gradientEffect2 2.5s infinite alternate; }
#link_02 .link_box div:after { content: ''; display: block; width: 34px; height: 38px; background: url("../images/p_link_arrow.png") no-repeat; position: absolute; bottom: -48px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); animation-name: updown; /* アニメーション名の指定 */ animation-delay: 0s; /* アニメーションの開始時間指定 */ animation-duration: 3s; /* アニメーション動作時間の指定 */ animation-timing-function: ease-in-out; /* アニメーションの動き指定（徐々に早く）*/ animation-iteration-count: infinite; }
#link_02 .dog_img { position: absolute; bottom: -5%; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); width: 20%; text-align: center; /*transition: 3s;*/ }
#link_02 .dog_img .dog { animation-name: updowndog; /* アニメーション名の指定 */ animation-delay: 0s; /* アニメーションの開始時間指定 */ animation-duration: 3s; /* アニメーション動作時間の指定 */ animation-timing-function: ease-in-out; /* アニメーションの動き指定（徐々に早く）*/ animation-iteration-count: infinite; }
@media screen and (min-width: 1025px) { #link_02 .dog_img:hover { background: url("../images/fukidashi.png") no-repeat 100% 0%; } }
@media screen and (max-width: 768px) { #link_02 .dog_img { display: none; } }

@keyframes updowndog { 0% { transform: translateY(0); }
  50% { transform: translateY(-25px); }
  100% { transform: translateY(0); } }
@keyframes updown { 0% { transform: translateY(0); }
  50% { transform: translateY(-20px); }
  100% { transform: translateY(0); } }
@keyframes gradientEffect2 { from { background-position: left; }
  to { background-position: right; } }
/*飼い主さんあるある*/
#aru_boxes { background-color: #faf6f7; padding-top: 140px; padding-bottom: 110px; margin-top: 60px; }
#aru_boxes .flex { display: flex; justify-content: space-between; }
#aru_boxes .flex .box { width: 570px; background-color: #fff; position: relative; }
#aru_boxes .flex .box h3 { position: absolute; top: 20px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); background: linear-gradient(0deg, #77e7d7 30%, #9faee6); padding: 8px 15px; font-size: 22px; font-weight: 500; line-height: 1; border-radius: 15px; }
#aru_boxes .flex .box img { margin-bottom: 20px; }
#aru_boxes .flex .box .text { padding-left: 40px; padding-right: 40px; padding-bottom: 55px; }
#aru_boxes .flex .box .text h4 { font-size: 28px; font-weight: bold; line-height: 1; margin-bottom: 20px; }
#aru_boxes .flex .box .text p { font-size: 18px; }
#aru_boxes .flex .box:last-child { margin-left: 3vw; }
#aru_boxes .flex:nth-child(n+2) { margin-top: 60px; }
@media screen and (max-width: 1024px) { #aru_boxes .flex .box h3 { font-size: 16px; }
  #aru_boxes .flex .box .text { padding-left: 20px; padding-right: 20px; padding-bottom: 30px; }
  #aru_boxes .flex .box .text h4 { font-size: 22px; }
  #aru_boxes .flex .box .text p { font-size: 16px; } }
@media screen and (max-width: 499px) { #aru_boxes { padding-top: 90px; padding-bottom: 70px; }
  #aru_boxes .flex { display: flex; flex-direction: column; align-items: center; }
  #aru_boxes .flex .box { margin-top: 50px; width: 100%; max-width: 570px; }
  #aru_boxes .flex .box:first-child { margin-top: 0; }
  #aru_boxes .flex .box:last-child { margin-left: 0; }
  #aru_boxes .flex .box h3 { font-size: 18px; }
  #aru_boxes .flex .box .text p { font-size: 15px; } }

/*メイン*/
.main_content { /*.parallax01{
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	//perspective: 1px;
	background: url("../images/mv02_a.jpg") no-repeat center/cover;
	background-attachment: fixed;
	@media screen and (max-width: 1024px) {
		height: 80vh;
	}
	@media screen and (max-width: 499px) {
		height: 50vh;
	}
}
.parallax02{
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	//perspective: 1px;
	background: url("../images/mv01_a.jpg") no-repeat center/cover;
	background-attachment: fixed;
	@media screen and (max-width: 1024px) {
		height: 80vh;
	}
	@media screen and (max-width: 499px) {
		height: 50vh;
	}
}*/ }
.main_content header { text-align: center; margin-bottom: 60px; }
.main_content header h2 { font-size: 50px; font-weight: bold; }
.main_content header h2 span { font-size: 36px; margin-left: 20px; }
@media screen and (max-width: 1024px) { .main_content header h2 { font-size: 40px; }
  .main_content header h2 span { font-size: 30px; } }
@media screen and (max-width: 768px) { .main_content header h2 span { margin-left: 0; } }
@media screen and (max-width: 499px) { .main_content header h2 { font-size: 36px; line-height: 1.4; }
  .main_content header h2 span { font-size: 26px; } }
.main_content .parallax01 { width: 100%; height: 100vh; overflow: hidden; position: relative; }
@media screen and (max-width: 1024px) { .main_content .parallax01 { height: 80vh; } }
@media screen and (max-width: 499px) { .main_content .parallax01 { height: 50vh; } }
.main_content .parallax01 .bg-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; clip-path: inset(0); z-index: -1; }
.main_content .parallax01 .bg-img::before { content: ''; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: url("../images/mv02_a.jpg") no-repeat; background-size: cover; background-position: center; }
.main_content .parallax02 { width: 100%; height: 100vh; overflow: hidden; position: relative; }
@media screen and (max-width: 1024px) { .main_content .parallax02 { height: 80vh; } }
@media screen and (max-width: 499px) { .main_content .parallax02 { height: 50vh; } }
.main_content .parallax02 .bg-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; clip-path: inset(0); z-index: -1; }
.main_content .parallax02 .bg-img::before { content: ''; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: url("../images/mv02_a.jpg") no-repeat; background-size: cover; background-position: center; }
.main_content .content .header { position: relative; }
.main_content .content .header .gra_box { height: 235px; background: linear-gradient(90deg, #77e7d7 30%, #9faee6); background: -webkit-linear-gradient(90deg, #77e7d7 30%, #9faee6); background-size: auto 200%; animation: gradientEffect3 1.5s infinite linear alternate; }
@media screen and (max-width: 1349px) { .main_content .content .header .gra_box { height: 195px; } }
@media screen and (max-width: 1024px) { .main_content .content .header .gra_box { height: 155px; } }
@media screen and (max-width: 768px) { .main_content .content .header .gra_box { height: 120px; } }
@media screen and (max-width: 499px) { .main_content .content .header .gra_box { height: 100px; } }
.main_content .content .header .tit { width: 1600px; height: 235px; position: absolute; top: 0; left: 50%; transform: translateX(-50%); }
@media screen and (max-width: 1349px) { .main_content .content .header .tit { height: 195px; } }
@media screen and (max-width: 1024px) { .main_content .content .header .tit { height: 155px; width: 1024px; } }
@media screen and (max-width: 768px) { .main_content .content .header .tit { height: 120px; width: 100%; } }
@media screen and (max-width: 499px) { .main_content .content .header .tit { height: 100px; } }
.main_content .content .header h3 { font-size: 170px; font-family: "Josefin Sans", sans-serif; font-weight: bold; line-height: 0.8; color: #fff; opacity: 0.5; position: absolute; top: -30px; left: 400px; /*transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);*/ display: flex; align-items: center; flex-direction: column; }
@media screen and (max-width: 1349px) { .main_content .content .header h3 { font-size: 130px; top: -10px; left: 490px; } }
@media screen and (max-width: 1024px) { .main_content .content .header h3 { font-size: 95px; top: 0px; left: 330px; } }
@media screen and (max-width: 768px) { .main_content .content .header h3 { width: 100%; text-align: center; font-size: 85px; top: -15px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); } }
@media screen and (max-width: 499px) { .main_content .content .header h3 { font-size: 65px; top: -5px; } }
.main_content .content .header h4 { font-size: 50px; position: absolute; top: 35px; /*left: 36%;*/ left: 630px; }
@media screen and (max-width: 1349px) { .main_content .content .header h4 { font-size: 40px; top: 40px; left: 660px; } }
@media screen and (max-width: 1024px) { .main_content .content .header h4 { font-size: 30px; top: 30px; left: 480px; } }
@media screen and (max-width: 768px) { .main_content .content .header h4 { width: 100%; text-align: center; font-size: 24px; top: 25px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); } }
@media screen and (max-width: 499px) { .main_content .content .header h4 { font-size: 20px; top: 20px; } }
.main_content .content .header .dog { position: absolute; top: -260px; /*left: 300/2000*100vw;*/ left: 130px; animation-name: updowndog2; /* アニメーション名の指定 */ animation-delay: 0s; /* アニメーションの開始時間指定 */ animation-duration: 3s; /* アニメーション動作時間の指定 */ animation-timing-function: ease-in-out; /* アニメーションの動き指定（徐々に早く）*/ animation-iteration-count: infinite; }
@media screen and (max-width: 1599px) { .main_content .content .header .dog { left: 12.5078173859vw; } }
@media screen and (max-width: 1249px) { .main_content .content .header .dog { left: 20.0160128102vw; } }
@media screen and (max-width: 1085px) { .main_content .content .header .dog { left: 23.0414746544vw; } }
@media screen and (max-width: 1024px) { .main_content .content .header .dog { left: 0; } }
@media screen and (max-width: 930px) { .main_content .content .header .dog { left: 60px; } }
@media screen and (max-width: 768px) { .main_content .content .header .dog { display: none; } }
.main_content .content .lead { padding-top: 130px; max-width: 1660px; margin: auto; padding-left: 30px; padding-right: 30px; position: relative; }
@media screen and (max-width: 768px) { .main_content .content .lead { padding-top: 70px; } }
@media screen and (max-width: 499px) { .main_content .content .lead { padding-left: 15px; padding-right: 15px; } }
.main_content .content .lead .lead01 { display: flex; }
@media screen and (max-width: 1024px) { .main_content .content .lead .lead01 { align-items: flex-start; } }
@media screen and (max-width: 768px) { .main_content .content .lead .lead01 { flex-direction: column; align-items: center; } }
.main_content .content .lead .lead01 .img01 { margin-right: 7vw; }
@media screen and (max-width: 768px) { .main_content .content .lead .lead01 .img01 { margin-right: 0; } }
.main_content .content .lead .lead01 P { font-size: 25px; font-weight: 300; }
@media screen and (max-width: 1349px) { .main_content .content .lead .lead01 P { font-size: 22px; } }
@media screen and (max-width: 768px) { .main_content .content .lead .lead01 P { margin-top: 3.90625vw; font-size: 18px; max-width: 500px; padding-left: 10px; padding-right: 10px; } }
.main_content .content .lead .illust { position: absolute; top: 33%; left: 35%; z-index: 1; animation-name: illust; animation-delay: 0s; animation-duration: 3s; animation-timing-function: ease-in-out; animation-iteration-count: infinite; }
@media screen and (max-width: 1199px) { .main_content .content .lead .illust { display: none; } }
.main_content .content .lead .lead02 { margin-top: 4.75vw; display: flex; justify-content: space-between; align-items: flex-start; }
@media screen and (max-width: 768px) { .main_content .content .lead .lead02 { flex-direction: column-reverse; align-items: center; } }
@media screen and (max-width: 1024px) { .main_content .content .lead .lead02 .text { margin-top: 5.859375vw; } }
@media screen and (max-width: 768px) { .main_content .content .lead .lead02 .text { margin-top: 3.90625vw; max-width: 500px; padding-left: 10px; padding-right: 10px; } }
.main_content .content .lead .lead02 .text h3 { font-size: 50px; font-weight: 300; margin-bottom: 70px; }
@media screen and (max-width: 1349px) { .main_content .content .lead .lead02 .text h3 { font-size: 40px; margin-bottom: 40px; } }
@media screen and (max-width: 1024px) { .main_content .content .lead .lead02 .text h3 { font-size: 30px; margin-bottom: 30px; } }
@media screen and (max-width: 768px) { .main_content .content .lead .lead02 .text h3 { font-size: 26px; margin-bottom: 15px; } }
.main_content .content .lead .lead02 .text P { font-size: 25px; font-weight: 300; }
@media screen and (max-width: 1349px) { .main_content .content .lead .lead02 .text P { font-size: 22px; } }
@media screen and (max-width: 768px) { .main_content .content .lead .lead02 .text P { font-size: 18px; } }
.main_content .content .lead .lead02 .img02 { /*margin-top: -520/2000*100vw;*/ margin-top: -500px; }
@media screen and (max-width: 1024px) { .main_content .content .lead .lead02 .img02 { display: none; margin: 0; } }
.main_content .content .lead .lead02 .img03 { display: none; }
@media screen and (max-width: 1024px) { .main_content .content .lead .lead02 .img03 { display: block; } }
.main_content .content .boxes { padding-top: 60px; max-width: 1260px; padding-left: 30px; padding-right: 30px; margin: auto; }
@media screen and (max-width: 499px) { .main_content .content .boxes { padding-left: 15px; padding-right: 15px; } }
.main_content .content .boxes .box { display: flex; align-items: center; }
@media screen and (max-width: 768px) { .main_content .content .boxes .box { flex-direction: column; } }
@media screen and (max-width: 768px) { .main_content .content .boxes .box img { margin-bottom: 15px; } }
.main_content .content .boxes .box .text { margin-left: 4vw; }
.main_content .content .boxes .box .text h3 { font-size: 50px; font-weight: 300; margin-bottom: 30px; }
@media screen and (max-width: 1024px) { .main_content .content .boxes .box .text h3 { font-size: 30px; margin-bottom: 20px; } }
@media screen and (max-width: 768px) { .main_content .content .boxes .box .text h3 { font-size: 26px; text-align: center; margin-bottom: 15px; } }
.main_content .content .boxes .box .text p { font-size: 25px; font-weight: 300; }
@media screen and (max-width: 1024px) { .main_content .content .boxes .box .text p { font-size: 22px; } }
@media screen and (max-width: 768px) { .main_content .content .boxes .box .text p { font-size: 18px; } }
.main_content .content .boxes .box:nth-child(n+2) { margin-top: 60px; }

@keyframes gradientEffect3 { from { background-position-y: 0%; }
  to { background-position-y: 100%; } }
@keyframes updowndog2 { 0% { transform: translateY(0); }
  50% { transform: translateY(-25px); }
  100% { transform: translateY(0); } }
@keyframes illust { 0% { transform: translateY(0); }
  50% { transform: translateY(-25px); }
  100% { transform: translateY(0); } }
/*#wakayama{
	margin-top: 200px;
}*/
.room { margin-top: 150px; }
@media screen and (max-width: 768px) { .room { margin-top: 70px; } }

#service_content { margin-top: 150px; }
@media screen and (max-width: 768px) { #service_content { margin-top: 70px; } }

.service { display: flex; flex-wrap: wrap; justify-content: center; }
.service li { margin-bottom: 50px; width: 25%; text-align: left; }
@media screen and (max-width: 768px) { .service li { width: 50%; } }
.service li figcaption { font-size: 1.6rem; line-height: 1.6; }

/*ご用意しています。スライダー*/
.item_slider01 header, .item_slider02 header { text-align: center; margin-bottom: 45px; }
@media screen and (max-width: 768px) { .item_slider01 header, .item_slider02 header { padding-left: 15px; padding-right: 15px; } }
.item_slider01 header h3, .item_slider02 header h3 { font-size: 50px; font-weight: 300; }
@media screen and (max-width: 1024px) { .item_slider01 header h3, .item_slider02 header h3 { font-size: 30px; } }
@media screen and (max-width: 768px) { .item_slider01 header h3, .item_slider02 header h3 { font-size: 26px; } }
.item_slider01 .item_slider_box, .item_slider02 .item_slider_box { max-width: 1200px; margin: auto; }
.item_slider01 .item_slider_box .slick-list, .item_slider02 .item_slider_box .slick-list { /*margin-left: 21.5px;*/ }
.item_slider01 .item_slider_box .slick-list .slick-slide, .item_slider02 .item_slider_box .slick-list .slick-slide { display: flex; flex-direction: column; align-items: center; }
.item_slider01 .item_slider_box .slick-list .slick-slide p, .item_slider02 .item_slider_box .slick-list .slick-slide p { margin-top: 15px; font-size: 25px; font-weight: 300; text-align: center; }
@media screen and (max-width: 1024px) { .item_slider01 .item_slider_box .slick-list .slick-slide p, .item_slider02 .item_slider_box .slick-list .slick-slide p { font-size: 22px; } }
@media screen and (max-width: 768px) { .item_slider01 .item_slider_box .slick-list .slick-slide p, .item_slider02 .item_slider_box .slick-list .slick-slide p { font-size: 18px; } }
.item_slider01 .item_noslider_box, .item_slider02 .item_noslider_box { max-width: 1240px; margin: auto; padding-left: 20px; padding-right: 20px; display: flex; justify-content: center; }
@media screen and (max-width: 768px) { .item_slider01 .item_noslider_box, .item_slider02 .item_noslider_box { flex-wrap: wrap; justify-content: space-between; } }
.item_slider01 .item_noslider_box div, .item_slider02 .item_noslider_box div { display: flex; flex-direction: column; align-items: center; transition: 0.3s; padding-left: 50px; }
.item_slider01 .item_noslider_box div:first-child, .item_slider02 .item_noslider_box div:first-child { padding-left: 0; }
@media screen and (max-width: 1024px) { .item_slider01 .item_noslider_box div, .item_slider02 .item_noslider_box div { padding-left: 4.8828125vw; } }
@media screen and (max-width: 768px) { .item_slider01 .item_noslider_box div, .item_slider02 .item_noslider_box div { margin-bottom: 3.90625vw; width: calc(50% - 50/768*100vw); padding-left: 0; }
  .item_slider01 .item_noslider_box div:last-child, .item_slider02 .item_noslider_box div:last-child { margin-bottom: 0; margin-left: auto; margin-right: auto; }
  .item_slider01 .item_noslider_box div:nth-child(2n+1), .item_slider02 .item_noslider_box div:nth-child(2n+1) { padding-left: 0; } }
.item_slider01 .item_noslider_box div p, .item_slider02 .item_noslider_box div p { margin-top: 15px; font-size: 22px; font-weight: 300; text-align: center; }
@media screen and (max-width: 1024px) { .item_slider01 .item_noslider_box div p, .item_slider02 .item_noslider_box div p { font-size: 18px; } }
@media screen and (min-width: 1025px) { .item_slider01 .item_noslider_box div:hover, .item_slider02 .item_noslider_box div:hover { transform: scale(1.2, 1.2); /*img{
	transform:scale(1.2,1.2);
}*/ } }

.item_slider01 { margin-top: 75px; padding-top: 55px; padding-bottom: 100px; background-color: #faf6f7; }

.item_slider02 { margin-top: 75px; padding-top: 70px; padding-bottom: 75px; background-color: #fdfbfb; }
.item_slider02 .btn { margin-top: 30px; }
.item_slider02 .btn.btn_first { margin-top: 90px; }
.item_slider02 .chu { margin-top: 25px; font-size: 20px; text-align: center; color: #000; }
@media screen and (max-width: 768px) { .item_slider02 .chu { font-size: 18px; padding-left: 15px; padding-right: 15px; } }

.accordion .option { position: relative; margin-bottom: 1em; }
.accordion .option .toggle { display: none; }
.accordion .option .title, .accordion .option .content { -webkit-backface-visibility: hidden; backface-visibility: hidden; transform: translateZ(0); transition: all 0.3s; }
.accordion .option .title { border-bottom: solid 1px #000; padding: 1em; display: block; color: #000; font-weight: bold; font-size: 20px; cursor: none; }
.accordion .option .content { overflow: hidden; padding-left: 20px; padding-right: 20px; }
.accordion .option .content p { margin-top: 30px; }
.accordion .option .content ol { margin-top: 30px; position: relative; }
.accordion .option .content ol li { padding-left: 1.25em; }
.accordion .option .content ol li span { position: absolute; left: 0; margin: 0; }
.accordion .option .content ul { margin-top: 30px; }
.accordion .option .content ul li { position: relative; padding-left: 1.25em; }
.accordion .option .content ul li:before { content: ""; display: block; width: 3px; height: 3px; background-color: #000; border-radius: 10px; position: absolute; top: 12px; left: 0; }

/*.title::after,.title::before {
	content: "";
	position: absolute;
	right: 1.25em;
	top: 1.25em;
	width: 2px;
	height: 0.75em;
	background-color: #000;
	transition: all 0.3s;
}
.title::after {
	transform: rotate(90deg);
}
.toggle:checked + .title::before {
	transform: rotate(90deg) !important;
}*/
.toggle:checked + .title + .content { max-height: 1200px; transition: all 1.5s; }

.slick-arrow { z-index: 5; position: absolute; top: 50%; transform: translateY(-50%); width: 67px; height: 35px; padding: 0; text-indent: -9999px; overflow: hidden; border: none; background-color: transparent; background-image: url("../images/slider_arrow.png"); background-repeat: no-repeat; background-position: center; background-size: auto; outline: none; cursor: pointer; transition: .4s; /*@media (max-width: 767px) {
	width: 15.5px;
	height: 30px;
	background-size: 15.5px auto;
}*/ }
.slick-arrow.slick-next { right: -90px; }
@media (max-width: 767px) { .slick-arrow.slick-next { right: 10px; } }
.slick-arrow.slick-prev { left: -90px; transform: translateY(-50%) rotate(180deg); }
@media (max-width: 767px) { .slick-arrow.slick-prev { left: 10px; } }
.slick-arrow:hover { opacity: .7; }

/*フェアリンク*/
.fair_link a { color: #fff; }
.fair_link a .link { padding-top: 80px; padding-bottom: 80px; background: linear-gradient(90deg, #77e7d7 30%, #9faee6); background: -webkit-linear-gradient(90deg, #77e7d7 30%, #9faee6); background-size: auto 200%; animation: gradientEffect4 1.5s infinite linear alternate; text-align: center; }
@media screen and (max-width: 768px) { .fair_link a .link { padding-top: 40px; padding-bottom: 40px; } }
.fair_link a .link .text { width: 70%; max-width: 1400px; margin-left: auto; margin-right: auto; position: relative; padding-left: 50px; padding-right: 50px; }
@media screen and (max-width: 1024px) { .fair_link a .link .text { padding-left: 30px; padding-right: 30px; } }
@media screen and (max-width: 768px) { .fair_link a .link .text { padding-left: 20px; padding-right: 20px; } }
.fair_link a .link .text:after { content: ""; display: block; width: 38px; height: 34px; background: url("../images/btn_arrow02.png") no-repeat; position: absolute; top: 50%; right: -30px; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }
.fair_link a .link .text h3 { font-size: 50px; font-weight: bold; margin-bottom: 20px; }
@media screen and (max-width: 1024px) { .fair_link a .link .text h3 { font-size: 40px; } }
@media screen and (max-width: 768px) { .fair_link a .link .text h3 { font-size: 30px; } }
@media screen and (max-width: 499px) { .fair_link a .link .text h3 { font-size: 26px; } }
.fair_link a .link .text p { font-size: 25px; font-weight: bold; display: inline-block; position: relative; }
@media screen and (max-width: 1024px) { .fair_link a .link .text p { font-size: 20px; } }
@media screen and (max-width: 768px) { .fair_link a .link .text p { font-size: 18px; } }
@media screen and (max-width: 499px) { .fair_link a .link .text p { font-size: 16px; } }
.fair_link a .link .text p:after { content: ""; display: block; width: 19px; height: 24px; background: url("../images/link_mark.png") no-repeat; position: absolute; top: 50%; left: -35px; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }

@keyframes gradientEffect4 { from { background-position-y: 0%; }
  to { background-position-y: 100%; } }
/*愛犬と一緒に泊まれるお部屋が誕生！！　メインビジュアル*/
#main_visual { margin-top: 200px; text-align: center; position: relative; }
#main_visual .mv-slider-contianer { overflow: hidden; }
#main_visual .add-animation { animation: zoomUp 10s linear 0s normal both; }
@keyframes zoomUp { 0% { transform: scale(1); }
  100% { transform: scale(1.3);
    /* 拡大率 */ } }
#main_visual header { position: absolute; font-size: 38px; font-weight: bold; line-height: 1.4; color: #000; text-shadow: #fff 1px 0 10px; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); }
#main_visual .wrapper { width: 90%; max-width: 1200px; margin: auto; }
#main_visual .tit { margin-top: -40px; position: relative; z-index: 1; }
#main_visual .date { margin-top: 10px; }
@media (max-width: 768px) { #main_visual .date img { height: 9.1145833333vw; } }

/*パンくずリスト*/
#pankuzu { margin-top: 3rem; }
#pankuzu a { display: inline-block; }
#pankuzu a:hover { text-decoration: underline; }
#pankuzu a:after { content: '>'; display: inline-block; margin-left: .5em; margin-right: .5em; }

/*固定バナー*/
#banner_pc { position: fixed; right: 20px; bottom: 20px; z-index: 1; animation: banner_pc_move 1s ease-out infinite alternate; }

@keyframes banner_pc_move { from { transform: translateY(0); }
  to { transform: translateY(-20px); } }
/*ページメニュー*/
.page-menu { background-color: #f5f5f5; padding: 2rem 4rem; }
@media screen and (max-width: 414px) { .page-menu { padding: 2rem 2rem; } }
.page-menu .tit { font-weight: bold; font-size: 24px; margin-bottom: 1em; }
@media screen and (max-width: 767px) { .page-menu .tit { font-size: 3.5vw; } }
@media screen and (max-width: 414px) { .page-menu .tit { font-size: 18px; } }
.page-menu .page-menu-list li { position: relative; padding-left: 1em; }
.page-menu .page-menu-list li + li { margin-top: 1em; }
.page-menu .page-menu-list li:before { content: ''; display: block; width: 5px; height: 5px; background-color: #000; border-radius: 50%; position: absolute; top: .7em; left: 0; }
.page-menu .page-menu-list li a:hover { text-decoration: underline; }
.page-menu .page-menu-list__sub { margin-top: 1em; }
.page-menu .page-menu-list__sub li { font-size: .9em; }
.page-menu .page-menu-list__sub li:before { width: 3px; height: 3px; }

/*見出し*/
header.large { text-align: center; margin-bottom: 50px; }
@media screen and (max-width: 767px) { header.large { margin-bottom: 20px; } }
header.large span { display: block; }
header.large .jp { font-size: 32px; font-weight: bold; }
@media screen and (max-width: 767px) { header.large .jp { font-size: 28px; } }
@media screen and (max-width: 414px) { header.large .jp { font-size: 26px; } }
header.large .en { font-size: 20px; color: #bda366; }
@media screen and (max-width: 767px) { header.large .en { font-size: 18px; } }
@media screen and (max-width: 414px) { header.large .en { font-size: 15px; } }
header.large + [class^="comp_con_bw"] { margin-top: 0; }

header.largest { text-align: left; margin-bottom: 50px; border-bottom: solid 3px #000; position: relative; padding-bottom: 1em; }
header.largest:after { position: absolute; content: ''; display: block; border-bottom: solid 3px #bda366; bottom: -3px; width: 20%; }
header.largest h1 { font-size: 38px; font-weight: bold; line-height: 1.4; }
header.largest h1::before { display: block; width: 0; height: 0; margin-top: calc((1 - 1.4) * .5em); content: ""; }
header.largest h1::after { display: block; width: 0; height: 0; margin-bottom: calc((1 - 1.4) * .5em); content: ""; }
@media screen and (max-width: 767px) { header.largest h1 { font-size: 4.5vw; } }
@media screen and (max-width: 414px) { header.largest h1 { font-size: 26px; } }
header.largest + [class^="comp_con_bw"] { margin-top: 0; }

.comp_st { margin-bottom: 1em; }

/*section*/
section [class^="comp_con_bw"]:first-child { margin-top: 0; }

[class^="comp_con_bw"] > [class^="comp_con_bw"] { width: 100%; }

section.hotel_section { padding-top: 80px; padding-bottom: 80px; }
@media screen and (max-width: 1024px) { section.hotel_section { padding-top: 50px; padding-bottom: 50px; } }
@media screen and (max-width: 414px) { section.hotel_section { padding-top: 40px; padding-bottom: 40px; } }
section.hotel_section:nth-of-type(2n) { background-color: #f5f5f5; }
section.hotel_section h3 { font-size: 32px; line-height: 1.3; text-align: center; margin-bottom: 40px; }
@media screen and (max-width: 1024px) { section.hotel_section h3 { font-size: 22px; } }
section.hotel_section h3 .old { display: block; margin-top: 10px; font-size: 70%; }

/*cont_lr*/
@media screen and (min-width: 769px) { .cont_lr { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; align-items: center; margin-top: 50px; } }
@media screen and (max-width: 768px) { .cont_lr { margin-top: 30px; } }
.cont_lr:first-of-type { margin-top: 0; }
@media screen and (min-width: 769px) { .cont_lr > .img, .cont_lr > .text { flex-shrink: 0; }
  .cont_lr > .img { width: 40%; }
  .cont_lr > .text { width: 60%; }
  .cont_lr.img_r .text { order: 1; padding-right: 8.333333%; }
  .cont_lr.img_r .img { order: 2; }
  .cont_lr.img_l .text { order: 2; padding-left: 8.333333%; }
  .cont_lr.img_l .img { order: 1; } }
.cont_lr .text { /*.btns{
	margin-top: 20px;
	@media screen and (min-width: 769px) {	
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;	
	}
	.comp_btn_member{
		@media screen and (min-width: 769px) {	
			width: calc((100% - 20px)/2);
			min-width: 0;
			display: inline-flex;
			align-items: center;
			justify-content: center;
		}
		@media screen and (max-width: 1024px) and (min-width: 769px) {
			font-size: 1.5vw;
		}
		&:first-child{
			@media screen and (min-width: 769px) {
				margin-right: 20px;
			}
			@media screen and (max-width: 768px) {
				margin-bottom: 20px;
			}
		}
	}
}		*/ }
@media screen and (max-width: 768px) { .cont_lr .text { margin-top: 20px; } }
.cont_lr .text p + p { margin-top: 1em; }
.cont_lr .text .btn { margin-top: 20px; }
@media screen and (max-width: 768px) { .cont_lr .text .btn { text-align: center; } }
.cont_lr .text .detail { margin-top: 30px; }
@media screen and (max-width: 768px) { .cont_lr .text .detail { margin-top: 20px; } }
.cont_lr .text .detail:first-child { margin-top: 0; }
.cont_lr .img img { width: 100%; display: block; }
.cont_lr h3 { font-size: 22px; line-height: 1.6; margin-bottom: 20px; }
@media screen and (max-width: 1024px) { .cont_lr h3 { margin-bottom: 10px; font-size: 18px; } }

/*faci-icons*/
.faci-icons-wrap { overflow: hidden; }

.faci-icons { display: flex; flex-wrap: wrap; }
@media (min-width: 1200px) { .faci-icons { margin: -1.5rem; } }
.faci-icons li { display: flex; align-items: center; font-size: 1.3rem; }
@media (min-width: 1200px) { .faci-icons li { margin: 1.5rem; } }
@media (min-width: 769px) and (max-width: 1200px) { .faci-icons li { width: calc(50% - 3rem); margin-left: 3rem; margin-top: 3rem; }
  .faci-icons li:nth-child(2n+1) { margin-left: 0; }
  .faci-icons li:nth-child(-n+2) { margin-top: 0; } }
@media (max-width: 768px) { .faci-icons li { width: 100%; }
  .faci-icons li + li { margin-top: 1rem; } }
.faci-icons li .icon { display: block; margin-right: 1rem; flex-shrink: 0; flex-grow: 0; }

.map_hotel-list-container { overflow: hidden; margin: 0 .5em; }

.map_hotel-list { display: flex; flex-wrap: wrap; overflow: hidden; margin: -15px -15px; }
@media screen and (max-width: 499px) { .map_hotel-list { margin: -10px -10px; } }
.map_hotel-list > li { width: 33.33333%; padding: 15px 15px; }
@media screen and (max-width: 768px) { .map_hotel-list > li { width: 50%; } }
@media screen and (max-width: 499px) { .map_hotel-list > li { padding: 10px 10px; } }
.map_hotel-list > li .text { margin-top: 1em; }
.map_hotel-list > li .text p { font-size: 1.3rem; }
.map_hotel-list > li .text .tit { font-weight: bold; }
.map_hotel-list > li .text .tit + p { margin-top: .6em; }

/*hotel-list*/
#hotels .new { position: absolute; left: 0; top: 50%; transform: translate(-50%, -50%); background-color: #bda366; font-size: 1.6rem; line-height: 1; color: #fff; width: 56px; height: 56px; border-radius: 50%; }
#hotels .new em { display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
@media only screen and (min-width: 768px) and (max-width: 1279px) { #hotels .new { transform: translate(-30%, -50%); } }
@media only screen and (max-width: 767px) { #hotels .new { transform: translate(-50%, -50%); } }
@media only screen and (min-width: 768px) and (max-width: 1279px) { #hotels .new { font-size: 1.42222rem; } }
@media only screen and (max-width: 767px) { #hotels .new { font-size: 1.42222rem; } }
@media only screen and (min-width: 768px) and (max-width: 1279px) { #hotels .new { width: 48px; } }
@media only screen and (max-width: 767px) { #hotels .new { width: 40px; } }
@media only screen and (min-width: 768px) and (max-width: 1279px) { #hotels .new { height: 48px; } }
@media only screen and (max-width: 767px) { #hotels .new { height: 40px; } }
#hotels .con_tab ul { display: flex; position: relative; padding-left: 1rem; }
@media only screen and (min-width: 768px) and (max-width: 1279px) { #hotels .con_tab ul { padding-left: 0.8rem; } }
@media only screen and (max-width: 767px) { #hotels .con_tab ul { padding-left: 0.5rem; } }
#hotels .con_tab ul:before { content: ""; position: absolute; width: 100%; height: 1px; background-color: #5e5e5e; top: 0; left: 0; z-index: 0; }
#hotels .con_tab ul li { margin-left: -1px; position: relative; z-index: 1; /* &:nth-child(-n+4) a { background-color: #846b30; }*/ }
#hotels .con_tab ul li:first-child { margin-left: 0; }
#hotels .con_tab ul li:first-child a { padding: 2.5rem 4rem; }
@media only screen and (min-width: 768px) and (max-width: 1279px) { #hotels .con_tab ul li:first-child a { padding: 2rem 3.2rem; } }
@media only screen and (max-width: 767px) { #hotels .con_tab ul li:first-child a { padding: 1.25rem 2rem; } }
#hotels .con_tab ul li a { display: flex; align-items: center; position: relative; color: #fff; background-color: #bda366; border: 1px solid #5e5e5e; height: 100%; box-sizing: border-box; padding: 2.5rem 1.5rem; }
@media only screen and (min-width: 768px) and (max-width: 1279px) { #hotels .con_tab ul li a { padding: 2rem 1.2rem; } }
@media only screen and (max-width: 767px) { #hotels .con_tab ul li a { padding: 1.25rem 0.75rem; } }
#hotels .con_tab ul li a span { display: block; }
#hotels .con_tab ul li a .new { top: 0; left: 8%; transform: translate(0, -50%); width: 40px; height: 40px; font-size: 1.28rem; }
@media only screen and (min-width: 768px) and (max-width: 1279px) { #hotels .con_tab ul li a .new { width: 32px; } }
@media only screen and (max-width: 767px) { #hotels .con_tab ul li a .new { width: 32px; } }
@media only screen and (min-width: 768px) and (max-width: 1279px) { #hotels .con_tab ul li a .new { height: 32px; } }
@media only screen and (max-width: 767px) { #hotels .con_tab ul li a .new { height: 32px; } }
@media only screen and (min-width: 768px) and (max-width: 1279px) { #hotels .con_tab ul li a .new { font-size: 1.28rem; } }
@media only screen and (max-width: 767px) { #hotels .con_tab ul li a .new { font-size: 1.28rem; } }
#hotels .con_tab ul li a.active { background-color: #fff; color: #000; }
#hotels .con_tab.start { margin-top: 6.5rem; }
@media only screen and (min-width: 768px) and (max-width: 1279px) { #hotels .con_tab.start { margin-top: 5.2rem; } }
@media only screen and (max-width: 767px) { #hotels .con_tab.start { margin-top: 3.25rem; } }
#hotels .con_tab.start ul:before { top: auto; bottom: 0; }
#hotels .con_tab.start ul li a.active { border-bottom: 1px solid #fff; }
#hotels .con_tab.end { margin-top: 6.5rem; }
@media only screen and (min-width: 768px) and (max-width: 1279px) { #hotels .con_tab.end { margin-top: 5.2rem; } }
@media only screen and (max-width: 767px) { #hotels .con_tab.end { margin-top: 3.25rem; } }
#hotels .con_tab.end ul li a.active { border-top: 1px solid #fff; }
#hotels .con_tab .atn { display: none; margin-top: 1.5rem; text-indent: -1em; padding-left: 1em; font-size: 1.42222rem; line-height: 1.4; }
@media only screen and (min-width: 768px) and (max-width: 1279px) { #hotels .con_tab .atn { margin-top: 1.2rem; } }
@media only screen and (max-width: 767px) { #hotels .con_tab .atn { margin-top: 0.75rem; } }
@media only screen and (max-width: 599px) { #hotels .con_tab .outer_btn { padding-top: 2rem; overflow-x: scroll; -webkit-overflow-scrolling: touch; }
  #hotels .con_tab .outer_btn > ul { width: 1300px; }
  #hotels .con_tab .atn { display: block; } }
@media only screen and (max-width: 599px) { #hotels .con_tab .outer_btn > ul { width: 1180px; } }

.hotel-list-container { overflow: hidden; margin: 4rem .5em 0; }

.hotel-list { display: flex; flex-wrap: wrap; overflow: hidden; margin: -2rem -1.5rem; }
@media screen and (max-width: 499px) { .hotel-list { margin: -1.5rem -1rem; } }
.hotel-list > li { width: 25%; padding: 2rem 1.5rem; display: flex; flex-direction: column; }
@media screen and (max-width: 768px) { .hotel-list > li { width: 50%; } }
@media screen and (max-width: 499px) { .hotel-list > li { padding: 1.5rem 1rem; } }
.hotel-list > li .text { margin-top: 1.6rem; display: flex; flex-direction: column; height: 100%; }
.hotel-list > li .text p { font-size: 1.3rem; }
.hotel-list > li .text .tit { font-weight: bold; }
.hotel-list > li .text .tit + p { margin-top: .6em; margin-bottom: 2rem; }
.hotel-list > li .text .icons-wrap { margin-top: auto; overflow: hidden; }
.hotel-list > li .text .icons { display: flex; flex-wrap: wrap; margin: -.5rem; }
.hotel-list > li .text .icons li { width: calc((100% - 3rem/4)); max-width: 4rem; margin: .5rem; }
.hotel-list > li .text .plans { margin-top: 2rem; }
.hotel-list > li .text .plans li + li { margin-top: 1rem; }
.hotel-list > li .text .plans li a { font-size: 1.3rem; text-decoration: underline; }
.hotel-list > li .text .plans li a:hover { text-decoration: none; }
.hotel-list > li .text .plans li a .ic { display: inline-block; vertical-align: middle; }
.hotel-list > li .text .plans li a .ic svg { width: 1.3rem; height: 1.3rem; }
.hotel-list > li .text .btn { margin-top: 2rem; }
.hotel-list > li .text .btn .comp_btn_member { width: 100%; min-width: 0; padding: 1rem 1rem; }
@media (max-width: 413px) { .hotel-list > li .text .btn .comp_btn_member { font-size: 1.4rem; } }

.campaign-wrapper { width: 100%; height: 550px; position: relative; }
@media screen and (max-width: 767px) { .campaign-wrapper { height: 400px; } }
.campaign-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

#campaign-inner { background-color: #f5f5f5; padding: 2rem 3rem; height: 550px; }
@media screen and (max-width: 767px) { #campaign-inner { padding: 2rem; height: 400px; } }
#campaign-inner .btn { text-align: center; padding: 3.25rem 0 6.5rem; }
#campaign-inner section { border-top: 1px solid #bda366; padding: 6.5rem 0; }
#campaign-inner section + section { margin-top: 0; }
#campaign-inner section:first-of-type { margin-top: 0; }
#campaign-inner section:last-of-type { border-bottom: 1px solid #bda366; }
@media only screen and (min-width: 768px) and (max-width: 1279px) { #campaign-inner section { padding: 5.2rem 0; } }
@media only screen and (max-width: 767px) { #campaign-inner section { padding: 3.25rem 0; } }

/*line*/
#line { border: 1px solid #bda366; }
@media (min-width: 769px) { #line { padding: 40px; } }
@media (max-width: 1024px) { #line { padding: 40px 20px 30px; } }
@media (max-width: 768px) { #line { padding: 30px; } }
#line .flex { margin-top: 1rem; }
@media (min-width: 769px) { #line .flex { display: flex; align-items: center; justify-content: space-between; } }
@media (min-width: 1025px) { #line .flex figure { width: 35%; } }
@media (min-width: 769px) { #line .flex figure { width: 25%; flex-shrink: 0; } }
@media (min-width: 769px) { #line .flex .text { padding: 0 30px; } }
@media (max-width: 768px) { #line .flex .text { margin-top: 40px; } }
#line .flex .qr { text-align: center; font-size: 90%; flex-shrink: 0; }
@media (max-width: 1023px) { #line .flex .qr { width: 20%; } }
#line .flex .comp_btn_ghost { margin-top: 30px; }
#line .add_info { margin-top: 30px; }

/*フッター*/
#footer .con_footer_rsrv .inner .box_btn_plan { margin-top: 0; display: block; }
#footer .con_footer_rsrv .inner .box_btn_plan li:nth-child(n+2) { margin-top: 2rem; }

#footer .con_dacorp_footer { margin-top: 0; border-top: 0; }

/*detail*/
dl.detail { font-size: 15px; line-height: 1.6; }
dl.detail > div { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; flex-wrap: wrap; margin-bottom: 10px; }
dl.detail > div > dt { flex-basis: 100px; max-width: 100px; position: relative; padding-right: 1em; }
dl.detail > div > dt:after { content: '：'; display: block; position: absolute; right: 0; top: 0; }
dl.detail > div > dt.wide { margin-bottom: 0; }
dl.detail > div > dd { flex-basis: calc(100% - 100px); max-width: calc(100% - 100px); }
dl.detail > div > dd.wide { flex-basis: 100%; max-width: 100%; }
dl.detail > div > dd a { color: #bda366; text-decoration: underline; }
dl.detail > div > dd a:hover { text-decoration: none; }

/*dots*/
ul.dots li { position: relative; padding-left: 1em; }
ul.dots li:before { content: '・'; display: block; position: absolute; top: 0; left: 0; }

/*ナンバリングリスト*/
ol.number { /*デザイン上のパディング*/ counter-reset: number; /*ナンバリングをリセット*/ list-style: none; /*自動で数字をつけない*/ /*ナンバリングol　1.　2.　3.*/ /*ナンバリングol　(1)　(2)　(3)*/ /*ナンバリングol　(イ)　(ロ)　(ハ)*/ /*ナンバリングol　(a)(b)(c)*/ /*ナンバリングol　一　二　三*/ }
ol.number li { position: relative; /*数字がinsideにならないように*/ padding-left: 2em; /*数字がinsideにならないように*/ }
ol.number li:before { counter-increment: number; /*カウンターの名前をつける*/ content: counter(number); /*名前のカウンターの数字をcontentで足す*/ position: absolute; /*数字がinsideにならないように*/ top: 0; /*数字がinsideにならないように*/ left: 0; /*数字がinsideにならないように*/ }
ol.number.dots > li:before { content: counter(number) "."; }
ol.number.parenthesis > li:before { content: "(" counter(number) ")"; }
ol.number.iroha > li { padding-left: 2.5em; }
ol.number.iroha > li:before { content: "(" counter(number,katakana-iroha) ")"; }
ol.number.lower-alpha > li { padding-left: 2em; }
ol.number.lower-alpha > li:before { content: "(" counter(number,lower-alpha) ")"; }
ol.number.kanji > li { padding-left: 2.5em; }
ol.number.kanji > li:before { content: counter(number,cjk-ideographic); }

/*文字装飾*/
.chu { font-size: 90%; color: #bda366; }

.center { text-align: center; }

a.has-line { text-decoration: underline; }
a.has-linea:hover { text-decoration: none; }

.mb0 { margin-bottom: 0 !important; }

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

.intro-room dl { border-top: 3px solid #bda366; max-width: 1200px; display: flex; flex-wrap: wrap; }
@media (max-width: 768px) { .intro-room dl { display: block; } }
.intro-room dl dt { padding: 2.5rem 0; flex-basis: 180px; max-width: 180px; border-bottom: 1px solid #e6e6e6; }
@media (max-width: 768px) { .intro-room dl dt { width: auto; padding: 0.2rem 0; border-bottom: none; } }
.intro-room dl dd { padding: 2.5rem 3%; flex-basis: calc(100% - 180px); max-width: calc(100% - 180px); border-bottom: 1px solid #e6e6e6; }
@media (max-width: 768px) { .intro-room dl dd { width: auto; max-width: 100%; padding: 0.2rem 0; } }
.intro-room .btn { margin-top: 40px; }
.intro-room .amenity { padding-top: 2.5rem; border-bottom: 1px solid #e6e6e6; padding-bottom: 2.5rem; }
@media (max-width: 768px) { .intro-room .amenity { padding-top: 0.2rem; padding-bottom: 0.2rem; } }
.intro-room .amenity h4 { font-size: 18px; font-weight: bold; padding-bottom: 2.5rem; }
@media (max-width: 768px) { .intro-room .amenity h4 { padding-bottom: 0.2rem; } }
@media (min-width: 769px) { .intro-room .amenity ul { display: flex; flex-wrap: wrap; } }
.intro-room .amenity ul li { position: relative; padding-left: 10px; }
@media (min-width: 769px) { .intro-room .amenity ul li { width: 45%; }
  .intro-room .amenity ul li:nth-child(2n) { margin-left: 10%; } }
.intro-room .amenity ul li:after { content: ""; display: block; background-color: #000; width: 3px; height: 3px; border-radius: 5px; position: absolute; top: 12px; left: 0; }
.intro-room .chu { margin-top: 30px; }
@media (max-width: 768px) { .intro-room .chu { margin-top: 1.3020833333vw; padding-left: 15px; padding-right: 15px; } }

/* slick
-------------------------------------- */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; margin-left: auto; margin-right: auto; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; min-height: 1px; outline: none; display: none; }
[dir="rtl"] .slick-slide { float: right; }
.slick-slide a { outline: none; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

.slick-arrow.slick-hidden { display: none; }

/*.slick-arrow { z-index: 5; position: absolute; top: 50%; transform: translateY(-50%); width: 31px; height: 60px; padding: 0; text-indent: -9999px; border: none; background-color: transparent; background-image: url(../images/slider_arrow_w.png); background-repeat: no-repeat; background-position: center; background-size: auto; outline: none; cursor: pointer; transition: .4s; @media (max-width: 767px) { width: 15.5px; height: 30px; background-size: 15.5px auto; } &.slick-next { right: 20px; @media (max-width: 767px) { right: 10px; } } &.slick-prev { left: 20px; transform: translateY(-50%) rotate(180deg); @media (max-width: 767px) { left: 10px; } } &:hover { opacity: .7; } .arrow-b & { background-image: url(../images/slider_arrow_b.png);   }
}*/
.slick-dots { display: flex; justify-content: center; }
@media (min-width: 769px) { .slick-dots { position: absolute; bottom: -35px; left: 0; width: 100%; } }
@media (max-width: 768px) { .slick-dots { margin-top: 25px; } }
.slick-dots li { width: 50px; height: 2px; margin: 0 5px; border: none; border-radius: none; appearance: none; -webkit-appearance: none; font-size: 0; line-height: 1; outline: none; background: #000; transition: .4s; /*追加*/ position: relative; cursor: pointer; }
.slick-dots li.slick-active, .slick-dots li:hover, .slick-dots li.hover { background: #bda366; }
@media (max-width: 767px) { .slick-dots li { width: 25px; height: 1px; margin: 0 3px; } }
.slick-dots li:before { content: ''; display: block; position: absolute; width: 100%; height: 20px; top: -10px; left: 0; }
.slick-dots button { display: none; }
.slider.dots_inner .slick-dots { position: absolute; bottom: 10px; left: 0; width: 100%; }

.slider { display: none; }

.slider.slick-initialized { display: block; }

/*# sourceMappingURL=index.css.map */
