@charset "utf-8";
/* CSS Document */

@media all{
	
	#formarea .checkin{
		font-family: "fot-tsukubrdgothic-std", sans-serif;
		font-weight: 700;
		font-style: normal;
	}	
	#formarea input[type="text"] {
		font-family: sans-serif;
		-webkit-appearance: none;
	}
	#formarea input[type="submit"] {
		font-family: "fot-tsukubrdgothic-std", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		font-weight: 700;
		font-style: normal;
		letter-spacing: normal;
		border-radius: 0;
		color: #000;
		height: 100%;
	}
	#formarea .btnarea {
		font-family: "fot-tsukubrdgothic-std", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
		font-weight: 700;
		font-style: normal;
	}
	h2 span {
		font-family: "futura-pt-bold", sans-serif;
		font-weight: 700;
		font-style: normal;
	}

	.morelink{
		display: block;
		width: 130px;
		margin: 0 auto 40px;
	}
	.nextpage_org{
		display: block;
		width: 90%;
		max-width: 420px;
		margin: 0 auto;
		font-size: 2rem;
		text-align: center;
		padding: 0.5em 2em;
	}
	.nextpage_org{
		background: #ec9200;
		color: #fff;
	}
	
	#firstview{
		width: 100%;
		height: 56vw;
		position: relative;
	}
	#firstview video {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
  #firstview h2 {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-40%);
    width: 100%;
    font-size: 3.6rem;
    text-align: center;
    color: #fff;
  }
	
/* reservation */
	#reservation {
		width: 100%;
		background: rgba(236,146,0,.4);
		padding: 40px 0;
	}
	#reservation #formarea {
		width: calc(100% - 40px);
		max-width: 600px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	#s_year,
	#s_month,
	#s_day{
		display: none;
	}
	#formarea .checkin {
		font-size: 1.8em;
		width: 5em;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#formarea .date {
		text-align: left;
		width: 16rem;
		background: url(/common/images/icon_calendar.png) no-repeat;
		background-position: right top 7px;
	}
	#formarea .date .datepicker {
		width: 100%;
		font-size: 2.2rem;
		border: none;
		height: 3rem;;
		background: rgba(255,255,255,0);
		margin-right: 30px;
		transform: translateY(2px);
	}
	#formarea .date .datepicker:hover {
		cursor: pointer;
	}
	#formarea .btnarea {
		width: 14em;
		padding: 0 0 0 10px;
		text-align: left;
		vertical-align: middle;
	}
	#reservation #rsv_btn {
		width: 100%;
		background: #fff;
		font-size: 1.2rem;
		letter-spacing: 0.3em;
		padding: 0.2em;
		border: none;
		cursor: pointer;
		transition: .3s;
	}
	#rsv_btn:hover {
		opacity: 0.7;
	}
	#formarea .btnarea a {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 1.2rem;
		width: 100%;
		height: 100%;
		padding: 0.5em 0;
		background: #fff;
	}
	
/* description */
	#description{
		padding: 100px 0 40px;
		text-align: center;
	}
	#description .subtext{
		width: fit-content;
		margin: 0 auto 1em;
		font-size: 1.8rem;
		position: relative;
	}
	#description .subtext::before{
		content: "";
		position: absolute;
		bottom: -3px;
		left: 0;
		width: 100%;
		height: 1em;
		background: rgba(236,146,0,.4);
	}
	#description .text{
		font-size: 1.8rem;
		line-height: 2;
		margin-bottom: 2em;
	}
	
/* kizuna */
	#kizuna{
		width: 100%;
		position: relative;
	}
	#kizuna .image{
		width: 100%;
	}
	
/* contents */
	#contents{
		padding: 80px 0 40px;
	}
	#contents article{
		width: calc(100% - 40px);
		max-width: 1200px;
		margin: 0 auto;
		padding-bottom: 40px;
	}
	#contents article .image{
		width: 100%;
		margin-bottom: 40px;
	}
	#contents article .textbox{
		width: 100%;
		position: relative;
		margin-bottom: 80px;
	}
	#contents article .textbox h3{
		font-size: 3rem;
		margin-bottom: 0.5em;
	}
	#contents article .textbox .text{
		font-size: 1.8rem;
		line-height: 2;
	}
	#cuisine .links{
		width: 100%;
		max-width: 1200px;
		margin: 0 auto 40px;
		display: flex;
		justify-content: space-between;
	}
	#cuisine .links a{
		width: calc(50% - 5px);
		position: relative;
	}
	#cuisine .links a picture{
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	#cuisine .links a .title{
		display: block;
		width: 100%;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		font-size: 3rem;
		text-align: center;
		color: #fff;
	}
  .dogbanner {
    width: 100%;
    max-width: 1200px;
	position: relative;
	margin: 0 auto;
  }
  .dogbanner a {
    display: block;
    position: absolute;
    top: 55%;
    left: 0;
    transform: translateY(-40%);
    width: 100%;
    font-size: 3rem;
    text-align: center;
  }

/* hotspring */
	#hotspring{
		padding: 80px 0 120px;
	}
	#hotspring .image{
		width: calc(100% - 40px);
		max-width: 1200px;
		margin: 0 auto 40px;
	}
	#hotspring h3{
		font-size: 3rem;
		margin-bottom: 0.5em;
		text-align: center;
	}
	#hotspring .subtext{
		width: calc(100% - 40px);
		margin: 0 auto 2em;
		font-size: 1.8rem;
		line-height: 2;
		text-align: center;
	}
	#hotspring .links{
		width: calc(100% - 40px);
		max-width: 1100px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#hotspring .links a{
		display: flex;
		width: calc(50% - 5px);
		margin-bottom: 10px;
		position: relative;
	}
	#hotspring .links a .text{
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		transform: translateY(-50%);
		text-align: center;
		color: #fff;
	}
	#hotspring .links a .text .title{
		font-size: 2.2rem;
	}
	#hotspring .links a .text .subtitle{
		font-size: 2rem;
	}
	
/* facility */
	#facility{
		padding: 120px 0;
		background: #666464;
	}
	#facility h3{
		font-size: 3rem;
		color: #fff;
		text-align: center;
		margin-bottom: 1em;
	}
	#facility .links{
		width: calc(100% - 40px);
		max-width: 1100px;
		margin: 0 auto 60px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#facility .links a{
		display: flex;
		width: calc(50% - 5px);
		margin-bottom: 10px;
		position: relative;
	}
	#facility .links a .title{
		position: absolute;
		top: 0;
		right: 0;
		width: 57%;
		height: 100%;
		font-size: 4rem;
		color: #413f3f;
		background: rgba(255,255,255,.7);
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	#facility .links a .title span{
		display: block;
		font-size: 2.4rem;
		color: #000;
	}

}

@media screen and (max-width: 567px){
	
	.nextpage_org{
		font-size: 1.4rem;
	}
	
  #firstview h2 {
    font-size: 1.8rem;
  }
		
/*reservation*/
	#formarea .checkin {
		font-size: 1.6em;
	}
	#formarea .date {
		font-size: 1.8rem;
		width: calc(100% - 6em);
	}
	#formarea .btnarea {
		width: calc(50% - 5px);
		padding: 0;
		margin: 10px 0 0;
	}
	
/* description */
	#description{
		padding: 60px 0 40px;
	}
	#description .subtext{
		font-size: 1.2rem;
	}
	#description h2{
		font-size: 2rem;
	}
	#description .text{
		width: calc(100% - 40px);
		margin: 0 auto;
		font-size: 1.2rem;
	}
	
/* kizuna */
	#kizuna .title{
		position: absolute;
		font-size: 1.4rem;
		top: 40px;
		left: 40px;
	}
	#kizuna .text{
		font-size: 1.2rem;
		line-height: 2;
		width: 100%;
		padding: 20px;
	}

/* contents */
	#contents{
		padding: 40px 0 20px;
	}
	#contents article{
		padding-bottom: 20px;
	}
	#contents article .image{
		margin-bottom: 20px;
	}
	#contents article .textbox{
		position: inherit;
		margin-bottom: 40px;
	}
	#contents article .textbox h3{
		font-size: 1.4rem;
	}
	#contents article .textbox .text{
		font-size: 1.2rem;
	}
	#contents article .textbox a.morelink{
		margin: 0 0 0 auto;
		width: 80px;
	}
	#cuisine .links{
		margin: 0 auto;
		flex-direction: column;
	}
	#cuisine .links a{
		width: 100%;
		margin-bottom: 10px;
	}
	#cuisine .links a picture{
		margin-bottom: 5px;
	}
	#cuisine .links a .title{
		font-size: 1.4rem;
	}
  .dogbanner a {
    font-size: 1.6rem;
  }
	
/* hotspring */
	#hotspring{
		padding: 40px 0;
	}
	#hotspring h3{
		font-size: 1.4rem;
	}
	#hotspring .subtext{
		font-size: 1.2rem;
	}
	#hotspring .links{
		flex-direction: column;
	}
	#hotspring .links a{
		width: 100%;
		margin-bottom: 10px;
	}
	#hotspring .links a .text .title{
		font-size: 1.4rem;
	}
	#hotspring .links a .text .subtitle{
		font-size: 1.2rem;
	}
	
/* facility */
	#facility h3{
		font-size: 1.4rem;
	}
	#facility{
		padding: 80px 0;
	}
	#facility .links{
		margin: 0 auto 40px;
	}
	#facility .links a{
		width: 100%;
	}
	#facility .links a .title{
		font-size: 2rem;
	}
	#facility .links a .title span{
		font-size: 1.2rem;
	}
	
}

@media screen and (min-width: 568px) and (max-width: 1024px){

  #firstview h2 {
    font-size: 2.4rem;
  }
	
/* kizuna */
	#kizuna .title{
		position: absolute;
		font-size: 2rem;
		top: 40px;
		left: 40px;
	}
	#kizuna .text{
		position: absolute;
		font-size: 1.4rem;
		width: 28em;
		line-height: 2;
		top: calc(40px + 2.5em);
		left: 40px;
	}

/* contents */
	#contents article .textbox a.morelink{
		position: absolute;
		bottom: 0;
		right: 0;
		margin: 0;
	}
  .dogbanner a {
    font-size: 2rem;
  }
	
/* hotspring */
	#hotspring .links a .text .subtitle{
		font-size: 1.4rem;
	}
	#hotspring .links a .text .title{
		font-size: 1.6rem;
	}
	
/* facility */
	#facility .links a .title{
		font-size: 3rem;
	}
	#facility .links a .title span{
		font-size: 2rem;
	}
	
}

@media screen and (min-width: 1025px){

/* kizuna */
	#kizuna .title{
		position: absolute;
		font-size: 3rem;
		top: 80px;
		left: 80px;
	}
	#kizuna .text{
		position: absolute;
		font-size: 1.8rem;
		width: calc(100% - 100px);
		max-width: 32em;
		line-height: 2;
		top: calc(80px + 3em);
		left: 80px;
	}
	
/* contents */
	#contents article .textbox a.morelink{
		position: absolute;
		bottom: 0;
		right: 0;
		margin: 0;
	}
	
}
