@charset "UTF-8";

body{
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-size:1.0rem;
	line-height:1.75em;
	
	font-optical-sizing: auto;
	font-weight:normal;
	font-style: normal;
	
	background-color:#fff;
	background-image: url("../images/bg-pat001.webp");
	background-repeat: repeat;
	background-size:83px 80px;
	background-position: center;
	
	color:#000;
	
	scroll-behavior: smooth;
}

a{
	color:#f44;
	text-decoration: none;
}

a:hover{
	color:#f88;
	text-decoration: underline;
}

img{
	max-width: 100%;
	max-height: 100%;
}

/*----- FONTFAMILY -----*/

.sans-serif{
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-optical-sizing: auto;
	font-weight:normal;
	font-style: normal;
}

.serif{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-optical-sizing: auto;
	font-weight:normal;
	font-style: normal;
}

/*----- loading -----*/

#loading {
	position: fixed;
	top: 0;
	left: 0;
	
	width: 100%;
	height: 100%;
	
	background-color: #444;
	
	display: flex;
	justify-content: center;
	align-items: center;
	
	z-index: 9999;
	text-align: center;
}
	
#loading img{
	width: 160px;
	margin: 0 auto;
}
	
#loading-after-content {
	opacity: 0;
	transition: opacity 0.5s ease;
}

/*----- INTRO -----*/

#intro{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
}

#intro div.container{
	width:100%;
}

@media only screen and (min-width: 768px){
	
	#intro div.container{
		width:50%;
	}
	
}

#atami{
	width:100%;
	/*height:480px;*/
	
	background-color:#000;
	color:#fff;
	
	position: relative;
}

/*#atami::before{
	display:block;
	content:"";
	
	width:100%;
	height:100%;
	
	background-color:#000;
	background-image: url("../images/img-cover-atami.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	
	position: absolute;
	top:0;
	left:0;
	
	z-index: 10;
}*/

/*#atami::after{
	display:block;
	content:"";
	
	width:100%;
	height:100%;
	
	position: absolute;
	top:0;
	left:0;
	
	z-index: 20;
	
	opacity: 0.5;
}*/

#atami div.content{
	width:100%;
	/*height:100%;
	
	position: absolute;
	top:0;
	left:0;
	
	z-index: 30;
	
	display:flex;
	align-items: center;
	justify-content: center;*/
}

#atami p.logo{
	width:100%;
	margin:0 auto;
	max-width: 480px;
	
	text-align: center;
}

#atami p.logo img{
	width:100%;
	vertical-align: bottom;
}

#atami p.img-thumbnail{
	width:100%;
}

#atami p.img-thumbnail img{
	width:100%;
	vertical-align: bottom;
}

#atami p.btn{
	margin-top:20px;
	
	width:100%;
	
	font-size:1.0rem;
	line-height:50px;
	
	text-align: center;
}

#atami p.btn a{
	display:block;
	
	width:240px;
	margin:0 auto;
	
	background-color:#fff;
	color:#a00;
	
	box-sizing: border-box;
	border:solid 2.5px #a00;
}

#atami p.btn a:hover{
	background-color:#a00;
	color:#fff;
	
	text-decoration: none;
}

#shimoda{
	width:100%;
	/*height:480px;*/
	
	background-color:#000;
	color:#fff;
	
	position: relative;
}

/*#shimoda::before{
	display:block;
	content:"";
	
	width:100%;
	height:100%;
	
	background-color:#000;
	background-image: url("../images/img-cover-shimoda.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	
	position: absolute;
	top:0;
	left:0;
	
	z-index: 10;
}*/

/*#shimoda::after{
	display:block;
	content:"";
	
	width:100%;
	height:100%;
	
	position: absolute;
	top:0;
	left:0;
	
	z-index: 20;
	
	opacity: 0.5;
}*/

#shimoda div.content{
	width:100%;
	/*height:100%;
	
	position: absolute;
	top:0;
	left:0;
	
	z-index: 30;
	
	display:flex;
	align-items: center;
	justify-content: center;*/
}

#shimoda p.logo{
	width:100%;
	margin:0 auto;
	max-width: 480px;
	
	text-align: center;
}

#shimoda p.logo img{
	width:100%;
	vertical-align: bottom;
}

#shimoda p.img-thumbnail{
	width:100%;
}

#shimoda p.img-thumbnail img{
	width:100%;
	vertical-align: bottom;
}

#shimoda p.btn{
	margin-top:20px;
	
	width:100%;
	
	font-size:1.0rem;
	line-height:50px;
	
	text-align: center;
}

#shimoda p.btn a{
	display:block;
	
	width:240px;
	margin:0 auto;
	
	background-color:#fff;
	color:#00a;
	
	box-sizing: border-box;
	border:solid 2.5px #00a;
}

#shimoda p.btn a:hover{
	background-color:#00a;
	color:#fff;
	
	text-decoration: none;
}

/*----- OUTLINE -----*/

#outline{
	width:100%;
	
	background-color:transparent;
	color:#000;
}

#outline div.content{
	width:100%;
	margin:0 auto;
	max-width: 1080px;
	
	box-sizing: border-box;
	padding:10px;
}

#outline div.period{
	width:100%;
	margin:25px auto;
	max-width: 640px;
	
	text-align: center;
	
	background-color:#fff;
	color:#000;
	
	box-sizing: border-box;
	padding:10px;
	padding-top:30px;
	border:solid 2.5px #444;
	
	position: relative;
}

#outline div.period h6{
	width:240px;
	
	font-size:1.25rem;
	line-height:40px;
	font-weight:700;
	letter-spacing: 0.05em;
	
	text-align: center;
	
	background-color:#444;
	color:#fff;
	
	border-radius:50px;
	
	position: absolute;
	top:-20px;
	left:0;
	right:0;
	
	margin:0 auto;
}

#outline div.period ul{
	display:flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	
	width:100%;
}

#outline div.period ul li{
	display:block;
	
	font-size:1.0rem;
	line-height:30px;
	font-weight:700;
	
	box-sizing: border-box;
	padding:0 10px;
	
	position: relative;
	
	color:#000;
}

#outline div.period ul li:nth-child(1)::after{
	display:block;
	content:"";
	
	width:10px;
	height:10px;
	
	background-color:#000;
	
	position: absolute;
	top:0;
	bottom:0;
	right:-7.5px;
	
	margin:auto 0;
	
	clip-path: polygon(0 0,75% 50%,0 100%);
}

#outline div.period p.note{
	font-size:0.8rem;
	line-height:30px;
	font-weight:700;
}

@media only screen and (min-width: 768px){
	
	#outline div.content{
		padding:20px;
		padding-top:50px;
	}
	
	#outline div.period h6{
		font-size:1.5rem;
		line-height:40px;
		letter-spacing: 0.15em;
		
		top:-20px;
	}
	
	#outline div.period ul li{
		font-size:1.5rem;
		line-height:40px;
		
		padding:0 20px;
	}
	
	#outline div.period p.note{
		font-size:1.0rem;
		line-height:30px;
	}
	
	#outline div.period ul li:nth-child(1)::after{
		width:15px;
		height:15px;
		
		right:-10px;
	}
	
}

/*----- ENTRY -----*/

#entry{
	width:100%;
	
	background-color:transparent;
	color:#000;
}

#entry div.content{
	width:100%;
	margin:0 auto;
	max-width: 960px;
	
	box-sizing: border-box;
	padding:10px;
}

#entry div.download{
	width:100%;
	margin:50px auto 0;
	max-width: 640px;
}

#entry div.download div.inner{
	width:100%;
	
	box-sizing: border-box;
	padding:10px;
	padding-top:50px;
	
	background-color:#fff;
	color:#000;
	
	border-radius:5px;
	position: relative;
}

#entry div.download p.thumbnail{
	width:80px;
	height:80px;
	
	position: absolute;
	top:-40px;
	left:0;
	right:0;
	
	margin:0 auto;
}

#entry div.download p.thumbnail img{
	width:100%;
	vertical-align: bottom;
	
	border-radius:80px;
}

#entry div.download h6{
	font-size:1.0rem;
	line-height:40px;
	font-weight:700;
	
	text-align: center;
	
	background-color:#09f;
	color:#fff;
	
	border-radius:2.5px;
	margin-bottom:10px;
}

#entry div.download ul.btn{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: center;
	
	width:100%;
	
	box-sizing: border-box;
	padding:5px;
}

#entry div.download ul.btn li{
	width:50%;
	max-width: 200px;
	
	box-sizing: border-box;
	padding:5px;
}

#entry div.download ul.btn li a{
	display:block;
}

#entry div.download ul.btn li a:hover{
	opacity: 0.75;
}

#entry div.download ul.btn li img{
	width:100%;
	vertical-align: bottom;
	
	border-radius:2.5px;
}

@media only screen and (min-width: 768px){
	
	#entry div.content{
		padding:40px 20px;
	}
	
	#entry div.download{
		margin:60px auto 0;
	}
	
	#entry div.download div.inner{
		padding:20px;
		padding-top:90px;
	}
	
	#entry div.download p.thumbnail{
		width:120px;
		height:120px;
	}
	
	#entry div.download p.thumbnail img{
		border-radius:120px;
	}
	
	#entry div.download h6{
		font-size:1.25rem;
		line-height:50px;
	}
	
}

#footer{
	width:100%;
	
	background-color:#444;
	color:#fff;
}

#footer div.content{
	width:100%;
	margin:0 auto;
	max-width: 480px;
	
	box-sizing: border-box;
	padding:40px 20px;
}

#footer div.row{
	margin-bottom:20px;
}

#footer div.row:last-child{
	margin-bottom:0;
}

#footer div.row h6{
	font-weight:700;
	text-align: center;
}

#footer div.row h6 span{
	display:inline-block;
	
	box-sizing: border-box;
	padding:0 30px;
	
	position: relative;
}

#footer div.row h6 span::before{
	display:block;
	content:"";
	
	width:20px;
	height:1px;
	
	background-color:#fff;
	
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	
	margin:auto 0;
}

#footer div.row h6 span::after{
	display:block;
	content:"";
	
	width:20px;
	height:1px;
	
	background-color:#fff;
	
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	
	margin:auto 0;
}

#footer div.row ul{
	display:flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	
	width:100%;
	
	font-size:0.8rem;
	line-height:30px;
}

#footer div.row ul li{
	display:block;
	
	box-sizing: border-box;
	padding:0 10px;
	position: relative;
}

#footer div.row ul li::after{
	display:block;
	content:"";
	
	width:1px;
	height:10px;
	
	background-color:#fff;
	
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	
	margin:auto 0;
}

#footer div.row ul li:last-child::after{
	display:none;
}

#footer div.row p.btn{
	width:100%;
}

#footer div.row p.btn a{
	display:block;
	
	width:240px;
	margin:0 auto;
	
	font-size:1.0rem;
	line-height:50px;
	
	font-weight:700;
	
	text-align: center;
	
	background-color:#fff;
	color:#444;
	
	border-radius:2.5px;
}

#footer div.row p.btn a:hover{
	opacity: 0.75;
	text-decoration: none;
}
