@charset "utf-8";
/* CSS Document */

/* ------------------
	 PC画面サイズ
	一般  1366x768
	 大  1920x1080
	 中   1440x900
	 小   1024x768
-------------------- */


body{
	width: 100%;
	min-width: 1024px;
	overflow-x: hidden;
	font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif ;
}
body.stop{
	overflow: hidden;
}
.poplar{
	color: #b3261f;
	font-weight: 600;
	font-size: .8em;
	padding-left: .5em;
}
img{
	pointer-events: none;
	max-width: 100%;
}
#tenjibana{
	width: 300px;
	display: block;
	position: absolute;
	right: 360px;
	bottom: 20px;
	line-height: 1;
}
#tenjibana:hover{
	opacity: .8;
}
.text dt{
	font-weight: 600;
	font-size: 1.2em;
	margin-bottom: 20px;
}
.junbi{
	pointer-events: none;
}
.junbi div:nth-child(1){
	width: 100%;
	min-height: 100px;
	position: relative;
}
#topimg.junbi div{
	height: 100%;
}
.junbi div:nth-child(1)::before{
	content: '準備中';
	font-weight: 600;
	background: #eee;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.junbi img{
	display: none;
}
body#link main{
	background: rgba(255,255,255,.9);
	padding: 60px 10%;
	box-sizing: border-box;
	min-height: calc(100vh - 70px);
}
#topimg{
	width: 100%;
	height: 400px;
	margin-bottom: 20px;
	background-size: cover;
	background-repeat: no-repeat;
}
body#link .text{
	text-align: center;
}
body#link main .description{
	margin-top: 20px;
}
body#link main .description > *{
	margin-bottom: 1em;
}
body#link main .description .child{
	display: flex;
	padding-bottom: 20px;
}
body#link main .description .child li{
	min-width: 150px;
	max-width: 300px;
	flex: 1;
}
body#link main .description dd{
	margin-left: 1em;
}
body#link main .description .img{
	display: flex;
	justify-content: space-between;
}
body#link h1{
	display: flex;
	align-items: center;
}
body#link h1::before,
body#link h1::after{
	content: "";
	border: 1px #000 solid;
	flex: 1;
	margin: 1em;
}
#tenjikai{
	text-align: center;
}
#tenjikai img{
	background: #fff;
	padding: 20px;
}
a{
	color: #000;
}
a:not(.mail){
	text-decoration: none;
}
a:hover,
label:hover{
	opacity: .5;
}
img{
	max-width: 100%;
	pointer-events: none;
}
label,a.link{
	cursor: pointer;
	display: block;
	width: 200px;
	padding: .5em 0;
	border: 1px solid #000;
	margin: 2rem auto 0;
	text-align: center;
	box-shadow: 2px 2px 0 0 #aaa;
}
button{
	border: none;
	background: none;
}
input,
.menu{
	display: none;
}
#loading{
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 999999;
	-webkit-transition: all .4s;
	transition: all .4s;
}
#loading.hide{
	opacity: 0;
	pointer-events: none;
}
nav,
section .page{
	background: rgba(255,255,255,.96);
}
nav{
	width: 100%;
	height: 70px;
	padding: 0 10%;
	display: flex;
	align-items: center;
	z-index: 1;
	border-bottom: 1px solid #eee;
  /*background: linear-gradient(#fff 0%, #eee 100%);*/
}
nav > a{
	line-height: 1.2;
}
nav a[href$="index.html"]{
	text-align: right;
	font-weight: 600;
}
nav ul{
	margin-left: auto;
}
nav label{
	display: none;
	width: auto;
	padding: 0;
	border: none;
	margin: 0;
}
nav .category{
	display: flex;
	justify-content: flex-end;
	width: 100%;
	max-width: 1200px;
	font-weight: 600;
}
nav .category a{
	height: 2rem;
	position: relative;
	display: flex;
	align-items: center;
	margin-left: 3rem;
}
nav .category a::after{
	content: '\025bc';
	transform: scale(.5);
	position: absolute;
	bottom: -1em;
	left: 0;
	width: 100%;
	text-align: center;
}
nav .category .top,
nav .sns{
	display: none;
}
.menu, .menu span {
	-webkit-transition: all .4s;
	transition: all .4s;
	box-sizing: border-box;
}
.menu {
	position: relative;
	width: 30px;
	height: 22px;
}
.menu span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000;
	z-index: 10;
}
.menu span:nth-of-type(1) {
	top: 0px;
}
.menu span:nth-of-type(2) {
	top: 10px;
}
.menu span:nth-of-type(3) {
	bottom: 0px;
}
.menu.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(45deg);
	transform: translateY(10px) rotate(45deg);
}
.menu.active span:nth-of-type(2) {
	opacity: 0;
}
.menu.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(-45deg);
	transform: translateY(-10px) rotate(-45deg);
}



#topslider{
    overflow: hidden;
    width: 100%;
	height: 100vh;
	position: fixed;
	z-index: -1;
    top: 0;
    left: 0;
}
#topslider div{
	width: 100%;
	height: 100%;
}
#topslider div[id]{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
header{
	width: 100%;
	height: calc(95vh - 70px);
	position: relative;
}
header .sns{
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-family: '游明朝','YuMincho', 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro', 'MS P明朝',serif;
	text-align: right;
	font-weight: 600;
}
header .sns div{
	line-height: 0;
}
header .sns .link{
	display: inline-block;
	background: rgba(255,255,255,.95);
	padding: 1em;
	margin: -.5em;
}
header .sns .link a{
	display: flex;
	align-items: center;
	margin-bottom: .2em;
}
header .sns .link a::after{
	content: '\03e\03e';
	margin-top: -.2em;
	margin-left: .5em;
	transform: scaleY(1.5);
}
header .sns .link a:hover{
	opacity: 1;
	color: #aaa;
}
header .sns .link a img{
	margin-right: .5em;
}
article,
footer{
	height: 160px;
	background: #d8d8d8;
}
article{
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	font-size: 1.2rem;
}
header #info{
	padding: 1.5em 2em;
	width: 50%;
	height: 300px;
	background: #fff;
	position: absolute;
	left: 5%;
	bottom: -1em;
}
header #info ul{
	margin: 1em 0;
	height: 70%;
}
#info a{
	text-decoration: underline;
}
#info ul{
	padding: 10px 20px;
	height: 300px;
	overflow-y: scroll;
	background: #fff;
	border: 1px solid #ddd;
}
#info li{
	padding: 20px 10px;
}
#info li + li{
	border-top: dashed 1px #000;
}
#info li div{
	padding: .5em 0 0 .5em;
}
#info p{
	margin-bottom: .5em;
	font-size: 1.2em;
}
main section{
	width: 100%;
	background: #eee;
	padding: 60px 12%;
	min-height: 250px;
}
main section:nth-child(even){
	background: rgba(255,255,255,.9);
}
main section .box{
	margin: .5em auto 0;
	width: 70vw;
	max-width: 1000px;
}
main section .page{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: -100%;
	transition: .8s;
	opacity: 0;
	z-index: 999999;
	overflow-y: auto;
	padding: 100px;
}
main section .page > div{
	margin: 0 auto;
}
main section .childpage{
	margin: 0 1em;
}
h1{
	font-weight: 600;
	font-size: 1.8rem;
	margin-bottom: .5em;
}
h2{
	display: flex;
	align-items: center;
	margin-bottom: 1.5em;
	font-size: 1.2rem;
	font-weight: 600;
}
h2::before,h2::after{
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #9b7a54;
	display: block;
}
h2::before{
	margin-right: 1em;
}
h2::after{
	margin-left: 1em;
}
h3{
	font-weight: 600;
	font-size: 1.5rem;
	padding: 0 0 20px;
}
#item ul{
	display: flex;
	justify-content: space-between;
	font-weight: 600;
	width: 80%;
	margin: 0 auto;
}
#item ul + ul{
	margin-top: 40px;
}

#item .sp + ul{
	margin-top: 0;
}

#item li{
	width: 45%;
	max-width: 297.5px;
}
#item .catalog li p{
	background: #fff;
	display: inline-block;
	padding: .8em 1.5em 1em;
	margin: -.5em -1.2em;
	border: 1px solid #eee;
	box-shadow: 2px 2px 0 0 #aaa;
}
#item .page li p{
	border: 1px solid #aaa;
}
#item a{
	display: block;
}
#item .catalog ul a:hover{
	opacity: 1;
}
#item .catalog ul a:hover img{
	opacity: .5;
}
#item .other{
	display: block;
	width: 30%;
	margin: 0 auto;
	padding: .5rem 0;
	background: #bbb;
	border-radius: 5px;
	font-weight: 600;
}
#item img{
	max-width: 297.5px;
}
#item .page,
#jigyo.page{
	justify-content: flex-start;
}
#item .sp{
	display: none;
}
#item .item ul a div,
#link #item ul a div{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	box-shadow: 3px 3px 3px 0 #aaa;
}
#link #item ul{
	flex-wrap: wrap;
}
#link #item li{
	width: 30%;
	margin-bottom: 20px;
}
#item .item ul a img,
#link #item ul a img{
	width: 100%;
	height: auto;
}
#item .item ul a p,
#link #item ul a p{
	margin-top: .5em;
}


#cinfo h3{
	padding-bottom: 3rem;
}
#cinfo ul{
	display: flex;
	flex-direction: column;
}
#cinfo li + li{
	padding-top: .5rem;
}
#cinfo .open{
	margin: 0;
}
#cinfo .map.open{
	padding: .2rem 0;
}
#cinfo li{
	display: flex;
}
#cinfo #map > div{
	margin: 0;
}
#cinfo li span{
	width: 7em;
	text-align: right;
}
#cinfo .box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.box + .box{
	margin-top: 2rem;
}
.box + .box .open{
	margin-top: 1rem;
}

#enkaku ul{
	display: block;
}
#enkaku li{
	flex: 1;
}
#enkaku li span{
	width: 10em;
	text-align: left;
}
#cinfo #jigyosho .childpage{
	display: flex;
}
#cinfo #jigyosho dl + dl{
	margin-left: 150px;
}
#cinfo #jigyosho dt{
	font-size: 1.2em;
	margin-left: -.5rem;
}
#cinfo #jigyosho dd + dt{
	margin-top: 1em;
}
#cinfo #jigyo dl{
	border-top: 2px solid #000;
	margin-top: 1.5rem;
	padding: 1.5rem 1rem;
}
#cinfo #jigyo dt{
	font-size: 1.2rem;
	margin-bottom: .5em;
	font-weight: 600;
	margin-left: -.5em;
}
#cinfo #jigyo dl + dl{
	margin-top: 1em;
	border-top: 1px dashed;
}
#cinfo #jigyo dd{
	display: flex;
}
#cinfo #jigyo dd span{
	width: auto;
	text-align: left;
}
#cinfo #jigyo dl dd div{
	margin-left: 2rem;
}
#cinfo label{
	min-width: 9.5em;
	width: 30%;
}
#map .childpage{
	display: flex;
}
#map a{
    display: block;
    width: 250px;
    padding: .5em 0;
    border: 1px solid #000;
    text-align: center;
	position: relative;
	box-shadow: 2px 2px 0 0 #aaa;
}
#map a + a{
	margin-top: 1rem;
}
#map a::before,
#map a::after{
	content: '\02190';
	position: absolute;
	top: 0;
	left: 1em;
	height: 100%;
	display: flex;
	align-items: center;
	opacity: 0;
	transition: .3s;
	font-size: 1.2rem;
	font-weight: 600;
	font-family: '"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif' ;
}
#map a::after{
	display: none;
}
#map a.active{
	pointer-events: none;
	box-shadow: none;
}
#map a.active::before,
#map a.active::after{
	opacity: 1;
}
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 54vh;
	position: relative;
	flex: 1;
	margin-right: 2rem;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#cinfo .sp{
	display: none;
    width: 70%;
    padding: .3em 0;
    border: 1px solid #000;
    text-align: center;
    box-shadow: 2px 2px 0 0 #aaa;
}

#hdlcmpn .box{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
#hdlcmpn .box a{
	display: block;
	margin-top: 1rem;
	text-align: center;
	line-height: 0;
	box-shadow: 2px 2px 0 0 #aaa;
}
#hdlcmpn .box a + div{
	width: 225px;
}
#hdlcmpn .box a img{
	display: block;
}
#hdlcmpn div a:nth-child(1){
	border: 1px solid #eee;
}
#contact .box{
	width:60%;
}
#contact a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: .5em 0;
	font-size: 1.2rem;
	border: 1px solid #000;
	background: #fff;
	box-shadow: 1px 1px 1px 1px #aaa;
	text-align: center;
	margin-top: 1rem;
}
#contact a:hover{
	opacity: 1;
	box-shadow: none;
}
#contact .mail.icon{
	margin-right: 1em;
}

footer{
	width: 100%;
	height: 150px;
	z-index: -1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
}
footer img{
	margin-bottom: 20px;
}
#scrl{
	position: fixed;
	width: 100%;
	text-align: center;
	bottom: 20px;
	left: 0;
	font-weight: 600;
	pointer-events: none;
	transition: .5s;
}
#scrl.hide{
	opacity: 0;
}
#scrl::before{
	content: '\02228';
	display: block;
	transform: scaleX(2);
}
#gotop{
	position: fixed;
	bottom: 100px;
	right: -5em;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	width: 4em;
	height: 4em;
	background: #f7f7f7;
	border: 1px solid #aaa;
	box-shadow: -2px 2px 0 0 #aaa;
	
	transition: .5s;
}
#gotop.show{
	right: -1px;
}
#gotop::before{
	content: '\02227';
	transform: scaleX(2);
}
input#topbackno:checked + #backno,
input#topmap:checked + #map,
input#topenkaku:checked + #enkaku,
input#topjigyo:checked + #jigyo,
input#tophdlcmpn:checked + #hdlcmpn,
input#topjigyosho:checked + #jigyosho{
	opacity: 1;
	left: 0;
}
.mail.icon {
  color: #000;
  position: relative;
  width: 1.6em;
  height: 1em;
  border-radius: 1px;
  border: solid 1px currentColor;
}

.mail.icon:before,
.mail.icon:after{
  content: '';
  position: absolute;
  left: .75em;
  top: -.4em;
  width: 1px;
  height: 1em;
  background-color: currentColor;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
.mail.icon:before {
  -webkit-transform: rotate(-54deg);
          transform: rotate(-54deg);
}

.mail.icon:after {
  -webkit-transform: rotate(54deg);
          transform: rotate(54deg);
}
body#link main .description .child li + li{
	margin-left: 20px;
}
.new::before{
	content: 'NEW';
	background: red;
	color: #fff;
	font-size: .8em;
	padding: 0 5px;
	font-weight: 600;
}
.important::before{
	content: '重要';
	background: orange;
	color: #fff;
	font-size: .8em;
	padding: 0 5px;
	font-weight: 600;
}

@media screen and (max-width: 414px){
	body#link main .description .child{
		overflow-x: scroll;
	}
	html{
		font-size: 80%;
	}
	body{
		min-width: inherit;
	}
	body#link main{
		margin-top: 70px;
		display: block;
	}
	body#link main > div{
		width: 100%;
	}
	body#link main .image{
		padding: 2em 0 0;
	}
	#link #item li{
		width: 45%;
	}
	header .sns,
	.box > img{
		display: none;
	}
	nav .category .top,
	.menu,
	main section .page,
	#hdlcmpn div,
	#cinfo #jigyosho .childpage,
	#cinfo #jigyo dd{
		display: block;
	}
	a:hover,
	label:hover{
		opacity: 1;
	}
	label,a.link{
		width: 70%;
	}
	header{
		height: 80vh;
	}
	nav{
		justify-content: space-between;
		position: fixed;
		top: 0;
		left: 0;
	}
	nav > a{
		width: 40%;
	}
	nav ul{
		position: fixed;
		width: 100%;
		height: calc(100vh - 70px);
		opacity: 0;
		background: rgba(255,255,255,.96);
		transition: all 0.3s ease-in-out;
		bottom: 0;
		left: 100%;
		z-index: 1;
	}
	nav ul.active{
		left: 0;
		opacity: 1;
	}
	nav .category{
		flex-direction: column;
		margin: 30px 0;
		font-size: 1.2rem;
	}
	.category a + a{
		margin-top: 1.5em;
	}
	.category a::after{
		display: none;
	}
	nav .sns{
		display: flex;
		width: 100%;
		margin-left: 3rem;
	}
	nav .sns a{
		width: 30px;
		line-height: 0;
	}
	nav .sns a + a{
		margin-left: 1.5em;
	}
	
	
	article,footer{
		height: 20vh;
	}
	article{
		margin-top: 60vh;
	}
	main section{
		display: flex;
		justify-content: center;
		flex-direction: column;
		padding: 60px 20px;
	}
	main #info ul{
		width: 100%;
		padding: 0 10px;
	}
	main section .page{
		padding: 15% 10% 20vh;
	}
	h1{
		font-size: 1.4rem;
	}
	h3{
		padding-bottom: 1rem!important;
	}
	#item ul{
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#item .catalog li{
		width: 70%;
		margin: 1em auto;
	}
	#item .catalog li + li{
		display: none;
	}
	#item ul + ul li{
		margin-top: 4em;
	}
	#item .sp{
		display: flex;
	}
	#item .page li + li{
		display: block;
	}
	#item ul{
		width: 100%;
	}
	#item ul + ul{
		margin-top: 0;
	}
	#item .item li{
		width: 45%;
	}
	#item .item ul a div{
		width: 100%;
	}
	#cinfo .map.open{
		width: 100%;
		display: none;
	}
	#cinfo .box{
		width: 100%;
	}
	main section .box{
		width: 100%;
	}
	.box + .box{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#cinfo #jigyo {
		flex-direction: column;
	}
	#cinfo #jigyo dl img{
		margin: .5em 0 0;
	}
	#cinfo #jigyosho dl + dl{
		margin: 0;
		margin-top: 1em;
	}
	#cinfo label{
		min-width: inherit;
		width: 45%;
	}
	#cinfo label.open{
		margin-bottom: 20px;
	}
	#cinfo .sp{
		display: block;
		flex-direction: column;
	}
	.gmap{
		width: 100%;
		order: 2;
	}
	.departure{
		order: 1;
		margin-bottom: 1em;
	}	
	.departure a{
		width: 100%;
		display: flex;
		justify-content: space-between;
		padding: .5em 1em;
		border: 1px solid #000;
		margin: 0 auto 20px;
		text-align: center;
		box-shadow: 2px 2px 0 0 #aaa;
	}
	.departure a::before,
	.departure a::after{
		content: '\02193';
		font-weight: 600;
		font-size: 1rem;
	}
	#enkaku li{
		display: block;
		margin-top: 1em;
	}
	#enkaku li{
		margin-left: 1em;
	}
	#enkaku li span{
		margin-left: -1em;
		display: block;
	}
	#hdlcmpn div{
		width: auto;
		margin: 0 auto;
		text-align: center;
		flex-direction: column;
	}
	#hdlcmpn div a{
		display: block;
	}
	#contact .box{
		width: 100%;
	}
	#contact a:hover{
		box-shadow: 1px 1px 1px 1px #aaa;
	}
	.mail.icon {
		width: 1.67em;
	}
	#gotop{
		display: none;
	}
	
	body#link .text{
		text-align: left;
	}
	#topimg{
		height: 200px;
	}
	/*#info li div{
		position: fixed;
		top: 0;
		right: 100%;
		width: 100%;
		height: 100vh;
	}
	#info li div.show{
		right: 0;
	}*/
}