@charset "utf-8";

body{
	font-family: Georgia, 'Hiragino Mincho ProN', 'Yu Mincho', serif;
	overflow-x:hidden;
}

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

.menu-trigger{
	display:none;
}

.container{
	width:80%;
	margin:0px auto;
}

.clam{
	width:100%;
	padding:20px;
	margin-top:120px;
}

.clam ul{
	width:80%;
	margin:0px auto;
}

.clam ul li{
	float:left;
	font-size:16px;
}

.clam ul li a{
	color:#0e5352;
	text-decoration:none;
}

.clam ul li a:hover{
	color:#000000;
	text-decoration:underline;
}

.clam ul li:after{
	display:block;
	content:">";
	width:20px;
	float:right;
	margin-left:20px;
}

.clam ul li:last-child:after{
	content:"";
}

section{
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
}

#sp-header{
	display:none;
}



nav{
	position:fixed;
	top:0px;
	left:0px;
	background-color:#ffffff;
	width:100%;
	height:100px;
	padding:20px 20px;
	font-size:16px;
	box-sizing:border-box;
	border-bottom:1px solid #0e5352;
	z-index:100;
}

#head-logo{
	width:60px;;
	height:60px;
	float:left;	
}

nav ul{
	width:1140px;
	margin:0px auto;
}

nav ul li{
	float:left;
	margin-left:70px;
	margin-top:20px;
}

nav ul li:nth-child(3){
	margin-top:0px;
}

nav ul li a{
	color:#0e5352;
	text-decoration:none;
}

nav ul li a:hover{
	color:#000000;
	text-decoration:underline;
}


.img-space{
	width:100%;
	height:500px;
	background:url("../img/main.png") center/cover;
	margin-top:100px;
}

h1{
	font-size:26px;
	line-height:1.2;
	color:#0e5352;
	background-image:url("../img/jicara.svg");
	background-size:68px 26px;
	background-position:0px 5px;
	background-repeat:no-repeat;
	padding-left:78px;
}

h2{
	font-size:20px;
	line-height:1.2;
	border-bottom:1px solid #0e5352;
	color:#0e5352;
	padding:3px 5px;
	margin-top:50px;
	background-image:url("../img/agave.svg");
	background-size:47px 20px;
	background-repeat:no-repeat;
	padding-left:60px;
	background-position:10px 2px;
}

h3{
	font-size:18px;
	margin-top:20px;
	margin-left:15px;
	margin-right:15px;
	color:#0e5352;
}

p{
	font-size:16px;
	margin:20px 15px;
}

footer{
	padding:30px 20px;
	width:100%;
	background-color:#0e5352;
	position:relative;
	z-index:1;
	overflow:hidden;
}

#logo-foot{
	position:absolute;
	bottom:-100px;
	right:-20px;
	opacity:0.2;
	width:450px;
	height:450px;
	transform:rotate(20deg);
	z-index:1;
}

footer ul{
	float:left;
	margin-right:60px;
	z-index:50;
}

footer ul li{
	margin-top:10px;
}

footer ul li a{
	font-size:14px;
	color:#ffffff;
	text-decoration:none
}

footer ul li a:hover{
	font-size:14px;
	color:#ffffff;
	text-decoration:underline;
}

footer p{
	clear:both;
	text-align:center;
	padding-top:70px;
	font-size:12px;
	color:#ffffff;
}

.section-top dl{
	margin-top:20px;
	margin-left:15px;
}

.section-top dl dt{
	font-size:16px;
	font-weight:bold;
}

.section-top dl dd{
	font-size:16px;
}

.section-guide ul li{
	list-style-type:disc;
	font-size:16px;
	margin:5px 40px;
}

ul.three-column:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

ul.three-column li{
	width:33.33%;
	float:left;
	text-align:center;
}

ul.three-column li img{
	width:150px;
	height:150px;
	margin-top:15px;
}

ul.three-column li p{
	font-size:14px;
	text-align:left;
}

h4{
	font-weight:bold;
	color:#0e5352;
	margin-bottom:10px;
	border-bottom:1px solid #0e5352;
	font-size:16px;
	padding-top:15px;
	margin:0px 15px;
	padding-bottom:10px;
}


.img-space{
	width:100%;
	text-align:center;
}

.sheet{
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,0.15);
}

#logo{
	width:300px;
	margin:100px auto;
	opacity:0.8;
}

a.submit-link{
	display:block;
	width:100%;
	height:70px;
	border-radius:15px;
	border:7px double #0e5352;
	background-image:url("../img/jicara.svg");
	background-repeat:no-repeat;
	background-size:68px 26px;
	background-position:30px 18px;
	text-align:center;
	box-sizing:border-box;
	padding-top:12px;
	font-size:24px;
	color:#0e5352;
	font-weight:normal;
	text-decoration:none;
	margin:30px 0px;
}

a.submit-link:hover{
	display:block;
	width:100%;
	height:70px;
	border-radius:15px;
	border:7px double #0e5352;
	background-image:url("../img/jicara.svg");
	background-repeat:no-repeat;
	background-size:68px 26px;
	background-position:30px 18px;
	text-align:center;
	box-sizing:border-box;
	padding-top:12px;
	font-size:24px;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
	background-color:#0e5352;
	margin:30px 0px;
}

	#sp-menu{
		display:none;
	}

	p a{
	color:#0e5352;
	text-decoration:none;
}

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

dd a{
	color:#0e5352;
	text-decoration:none;
}

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

ul.two-column{
	width:90%;
	margin:0px 5%;
}

ul.two-column li{
	width:50%;
	float:left;
}

ul.two-column:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

ul.six-column{
	min-width:1080px;
	margin:0px auto;
	margin-top:30px;
}

ul.six-column li{
	width:16%;
	float:left;
	text-align:center;
}

ul.six-column img{
	width:150px;
}

ul.six-column:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

.shops{
	font-size:14px;
	padding:0px 10px;
}

form{
	width:90%;
	margin:0 5%;
}


input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: Georgia, 'Hiragino Mincho ProN', 'Yu Mincho', serif;
}

input[type="text"]{
	width:96%;
	padding:5px;
	background-color:#eeeeed;
	border:1px solid #0e5352;
}


input[type="submit"]{
	text-align:center;
	font-size:18px;
	display:block;
	width:150px;
	height:40px;
	border:2px solid #0e5352;
	color:#0e5352;
	border-radius:10px;
	margin-left:50%;
	font-family: Georgia, 'Hiragino Mincho ProN', 'Yu Mincho', serif;
	cursor: pointer;
}



#send{
	height:60px;
	width:100%;
	text-align:center;
	margin-top:30px;
	margin-left:-75px;
}

.red{
	color:#c8171e;
	font-size:12px;
}


input:focus{
	background-color:#ffffff;
	outline:1px solid #0e5352;
}


.select-box{
	width: 97%;
	padding: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:1px solid #0e5352;
	background-color: #eeeeed;
	cursor: pointer;
	background:url(../img/arrow.svg) 98% 50% no-repeat, #eeeeed;
	background-size: 20px, 100%;
}



}





























@media screen and (max-width: 768px){
	

	nav{
		display:none;
	}

	#sp-header{
		width:100%;
		height:60px;
		border-bottom:1px solid #0e5352;
		position:fixed;
		top:0px;
		left:0px;
		background-color:#ffffff;
		z-index:85;
	}
	
	#sp-head-logo{
		width:50px;
		height:50px;
		position:absolute;
		top:5px;
		left:50%;
		margin-left:-25px;
	}
	
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}

	.menu-trigger {
		position: fixed;
		top:15px;
		right:10px;
		width: 46px;
		height: 30px;
		z-index:100;
	}
	
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 4px;
		background-color: #0e5352;
		border-radius: 4px;
	}

	.menu-trigger span:nth-of-type(1) {
		top: 0;
	}

	.menu-trigger span:nth-of-type(2) {
		top: 13px;
	}

	.menu-trigger span:nth-of-type(3) {
		bottom: 0;
	}

	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(13px) rotate(-315deg);
		-moz-transform:: translateY(-13px) rotate(315deg);
		transform: translateY(13px) rotate(-315deg);
		background-color:#ffffff;
	}

	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}

	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-13px) rotate(315deg);
		-moz-transform: translateY(-13px) rotate(315deg);
		transform: translateY(-13px) rotate(315deg);
		background-color:#ffffff;
	}
	
	#btn-open{
		width:50px;
		height:30px;
		position:absolute;
		top:15px;
		right:10px;
	}

	#sp-menu{
		width:100%;
		height:100%;
		position:fixed;
		top:0px;
		right:-100%;
		background-color:#0e5352;
		z-index:90;
		opacity:0;
		-webkit-transition: .5s ease-in-out;
    		-moz-transition: .5s ease-in-out;
    		transition: .5s ease-in-out;
	}

	#sp-menu.open{
		width:100%;
		height:100%;
		background-color:#0e5352;
		z-index:90;
		opacity:1.0;
		-moz-transform: translateX(-100%);
   		-webkit-transform: translateX(-100%);
   		transform: translateX(-100%);
	}

	#sp-menu-logo{
		width:50px;
		height:50px;
		position:absolute;
		top:5px;
		left:50%;
		margin-left:-25px;
	}

	#sp-menu ul{
		width:60%;
		margin:70px 20%;
		font-size:14px;
	}

	#sp-menu ul li{
		margin-bottom:10px;
		border-bottom:1px solid #ffffff;
		padding-left:5px;
		padding-bottom:3px;
	}

	#sp-menu ul li a{
		color:#ffffff;
		text-decoration:none;
	}

	#sp-menu ul li a:hover{
		color:#ffffff;
		text-decoration:underline;
	}


.container{
	width:80%;
	margin:0px auto;
}

.clam{
	width:100%;
	padding:20px;
	margin-top:80px;
}

.clam ul{
	width:80%;
	margin:0px auto;
}

.clam ul li{
	float:left;
	font-size:16px;
}

.clam ul li a{
	color:#0e5352;
	text-decoration:none;
}

.clam ul li a:hover{
	color:#000000;
	text-decoration:underline;
}

.clam ul li:after{
	display:block;
	content:">";
	width:20px;
	float:right;
	margin-left:20px;
}

.clam ul li:last-child:after{
	content:"";
}

section{
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
}

p a{
	color:#0e5352;
	text-decoration:none;
}

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


.img-space{
	width:100%;
	height:400px;
	background:url("../img/main.png") center/cover;
	margin-top:0px;
}

h1{
	font-size:20px;
	line-height:1.2;
	color:#0e5352;
	background-image:url("../img/jicara.svg");
	background-size:55px 21px;
	background-position:0px 2px;
	background-repeat:no-repeat;
	padding-left:65px;
}

h2{
	font-size:18px;
	line-height:1.2;
	border-bottom:1px solid #0e5352;
	color:#0e5352;
	padding:3px 5px;
	margin-top:50px;
	background-image:url("../img/agave.svg");
	background-size:47px 20px;
	background-repeat:no-repeat;
	padding-left:60px;
	background-position:10px 2px;
}

h3{
	font-size:16px;
	margin-top:20px;
	margin-left:15px;
	margin-right:15px;
	color:#0e5352;
}

p{
	font-size:14px;
	margin:20px 15px;
}

footer{
	padding:30px 20px;
	width:100%;
	background-color:#0e5352;
	position:relative;
	z-index:1;
	overflow:hidden;
}

#logo-foot{
	position:absolute;
	bottom:-100px;
	right:-20px;
	opacity:0.2;
	width:300px;
	height:300px;
	transform:rotate(20deg);
	z-index:1;
}



footer ul li{
	margin-top:10px;
	z-index:50;
}

footer ul li a{
	font-size:14px;
	color:#ffffff;
	text-decoration:none
}

footer ul li a:hover{
	font-size:14px;
	color:#ffffff;
	text-decoration:underline;
}

footer p{
	clear:both;
	text-align:center;
	padding-top:70px;
	font-size:12px;
	color:#ffffff;
}

.section-top dl{
	margin-top:20px;
	margin-left:15px;
}

.section-top dl dt{
	font-size:14px;
	font-weight:bold;
}

.section-top dl dd{
	font-size:14px;
}

.section-guide ul li{
	list-style-type:disc;
	font-size:14px;
	margin:5px 40px;
}

span.person{
	font-weight:bold;
}

.img-space{
	width:100%;
	text-align:center;
}

.sheet{
	width:100%;
	height:100%;
	background-color:rgba(255,255,255,0.15);
}

#logo{
	width:200px;
	margin:130px auto;
	opacity:0.8;
}

a.submit-link{
	display:block;
	width:100%;
	height:58px;
	border-radius:15px;
	border:7px double #0e5352;
	text-align:center;
	box-sizing:border-box;
	padding-top:12px;
	font-size:14px;
	color:#0e5352;
	font-weight:normal;
	text-decoration:none;
	margin:30px 0px;
}

a.submit-link:hover{
	display:block;
	width:100%;
	height:58px;
	border-radius:15px;
	border:7px double #0e5352;
	text-align:center;
	box-sizing:border-box;
	padding-top:12px;
	font-size:14px;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
	background-color:#0e5352;
	margin:30px 0px;
}




footer ul{
	clear:both;
	margin-bottom:20px;
	z-index:50;
}	

.container{
	width:90%;
	margin:0px auto;
}

.clam ul{
	width:90%;
	margin:0px auto;
}



ul.three-column:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

ul.three-column li{
	width:100%;
	text-align:center;
	margin-bottom:40px;
}

ul.three-column li img{
	width:150px;
	margin-top:15px;
}

ul.three-column li p{
	font-size:14px;
	text-align:left;
}

h4{
	font-weight:bold;
	color:#0e5352;
	margin-bottom:10px;
	border-bottom:1px solid #0e5352;
	font-size:16px;
	padding-top:15px;
	margin:0px 15px;
	padding-bottom:10px;
}

ul.six-column{
	width:100%;
}

ul.six-column li{
	width:50%;
	float:left;
	text-align:center;
	margin-top:20px;
}

ul.six-column:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

ul.six-column img{
	width:120px;
}

.shops{
	font-size:14px;
	padding:0px 10px;
}


form{
	width:90%;
	margin:0 5%;
}


input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: Georgia, 'Hiragino Mincho ProN', 'Yu Mincho', serif;
}

input[type="text"]{
	width:96%;
	padding:5px;
	background-color:#eeeeed;
	border:1px solid #0e5352;
}


input[type="submit"]{
	text-align:center;
	font-size:18px;
	display:block;
	width:140px;
	height:40px;
	border:2px solid #0e5352;
	color:#0e5352;
	border-radius:10px;
	margin-left:50%;
	font-family: Georgia, 'Hiragino Mincho ProN', 'Yu Mincho', serif;
	cursor: pointer;
}



#send{
	height:60px;
	width:100%;
	text-align:center;
	margin-top:30px;
	margin-left:-75px;
}

.red{
	color:#c8171e;
	font-size:12px;
}


input:focus{
	background-color:#ffffff;
	outline:1px solid #0e5352;
}


.select-box{
	width: 100%;
	padding: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:1px solid #0e5352;
	background-color: #eeeeed;
	cursor: pointer;
	background:url(../img/arrow.svg) 98% 50% no-repeat, #eeeeed;
	background-size: 20px, 100%;
}

dd a{
	color:#0e5352;
	text-decoration:none;
}

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

}	
		
