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

html, body {
	height: 100%;
}
* {
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
body {
	font-size: 1.3rem;
	font-family: Verdana, Geneva, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(../img/offline_sanihiyo3_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}
a,a:link{
	color:#000;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
a:visited{
	color:#000;
}
img {
	width: 100%;
	height: auto;
}
#container {
	width: 100%;
}
#cornerL {
	position: fixed;
	left: 0;
	top: -10px;
	max-width: 414px;
	width: 30%;
}
#cornerR {
	position: fixed;
	right: 0;
	top: -10px;
	max-width: 414px;
	width: 30%;
}
/****** #section01 ******/
#section01 {
	position: relative;
	display: block;
	height: 100%;
}
#section01 .logo {
	max-width: 120px;
	width: 10%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/****** #section02 ******/
#section02 {
	max-width: 900px;
	width: 90%;
	margin: 30px auto;
	overflow: hidden;
}
#section02 .contentsL {
	width: 50%;
	float: left;
}
#section02 .contentsR {
	width: 47%;
	float: right;
}
#section02 h2 {
	max-width: 277px;
	margin-bottom: 20px;
}
#section02 p {
	font-size: 1.3rem;
	margin-bottom: 15px;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
#section02 p.btn {
	border: 1px solid #000;
	width: 100%;
	letter-spacing: 0.2em;
	font-size: 1.6rem;
	font-family: "jaf-domus-titling-web", "Century Gothic", sans-serif;
	display: inline-block;
	line-height: 60px;
	text-align: center;
	margin-top: 15px;
	-webkit-transition:0.3s ease-in-out;
	-moz-transition:0.3s ease-in-out;
	transition:0.3s ease-in-out;
}
#section02 p.btn:hover{
	background:#ececec;
}
/****** #section03 ******/
#section03 {
	background-color: #ececec;
}
#section03 .content {
	max-width: 900px;
	width: 90%;
	min-height: 270px;
	margin: 30px auto 0;
	padding: 30px 0;
	position: relative;
}
#section03 .postcard {
	width: 42%;
	position: absolute;
	right: 0;
	top: -50px;
}
#section03 p.event {
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-bottom: 20px;
}
#section03 p.event .ttl {
	font-size: 2rem;
	font-weight: bold;
}
#section03 p.circle {
	letter-spacing: 0.05em;
}
#section03 p.circle span {
	font-size: 2rem;
	font-weight: bold;
	margin: 0 10px;
}
#section03 .list {
	margin: 25px 0;
	background: #F7F7F7;
	width: 60%;
	padding: 20px;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
}
#section03 .list h3 {
	font-weight: bold;
	font-size: 1.6rem;
	border-bottom: 1px solid #aaa;
	margin-bottom: 10px;
}
#section03 .list li {
	list-style: circle;
	margin-left: 2em;
}
#section03 .attention {
	border-top: 1px solid #848484;
	padding: 20px 0 0 0;
	font-size: 1.2rem;
	line-height: 1.6;
	margin-bottom: 30px;
}
#section03 .order {
	text-align:center;
	font-size:1.6rem;
	font-weight:bold;
	padding-bottom: 40px;
	line-height:1.6;
}
#section03 .back{
	text-align:center;
}
#section03 .back span{
    background: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 15px;
}

/****** #sample ******/
body#sampleBody{
	background-image:none;
}
#sample{
	max-width:800px;
	width:90%;
	margin:50px auto;
}
#sample p{
	margin-bottom: 20px;
}


@media (max-width: 750px) {	

#cornerL,#cornerR {
	width: 40%;
	position:absolute;
}
#section01 .logo{
	width:20%;
}
#section02 .contentsL,
#section02 .contentsR{
	float:none;
	width:100%;
}
#section02 h2{
	text-align:center;
}
#section03 p.event .ttl {
	display:block;
}
#section03 p.circle,
#section03 p.event{
	text-align:center;
}
#section03 .list{
	width:100%;
}
#section03 .postcard{
	width:100%;
	position:relative;
	top:auto;
}
#section03 .order{
	margin:0 auto;
}
#section03 .order span{
	display:block;
}
}