@charset "UTF-8";
html {
	overflow-y: scroll;
	line-height: 1.6;
}
h3, .catch, .headline, .topics, .column, .name, .poetry, .asahi dt, .asahi dd, .facetext, #question dt {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", Serif;
}
a {
	text-decoration: none;
}
.radius img {
	border-radius: 10px;
}
.maru img {
border-radius: 50%;
}
.text_center{
 text-align: center;
}
.mg_center {
    margin: 0 auto;
}
.facetext {
	text-align: center;
	padding-top: 85px;
	font-size: 187.5%;
	color: #fff/*rgba(255,255,255,0.7)*/;
	letter-spacing: 0.2em;
	line-height: 1.5em;
	font-weight: bold;
	}

/*
#main_image {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 360px;
	background-image: url(../images/main.jpg);
}*/


















.both {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.dot {
	border-bottom: 1px dotted #000;
}
.center {
	text-align: center;
}
/* ----------------width指定_box_img---------------- */

header, .box1000, .box700, h3, footer, #main_image img {
	width: 100%;
	margin: 0 auto;
}
header {
	min-width: 320px;
}
.box1000, .box700, h3 {
	max-width: 1000px;w
}
.box700 {
	width: 70%;
	margin: 0 auto;
}
.box500 {
	width: 50%;
	margin: 0 auto;
}
.fullbox {
	background: url(../images/nami_green.svg) repeat-x;
	padding-top: 50px;
	margin-bottom: 60px;
}
.box1000 img {
	max-width: 100%;
	height: auto;
}
/* ----------------header--------------- */

header {
	min-height: 60px;
	border-top: 3px solid #00642d;
}
h1 {
	float: left;
	width: 305px;
	padding-top: 11px;
		padding-left: 3%;
}
#menu {
	display: none;
}
nav {
	float: right;
	margin-top: 15px;
}
nav li {
	float: left;
}
nav li a {
	display: block;
	padding: 10px 12px;
	text-decoration: none;
	font-size: 81.25%;
	font-weight: bold;
	color: #00642d;
}
nav li a:hover {
	color: #fff;
	background: #cccccc;
	border-radius: 10px;
}
h3 {
	background: url(../images/kometsubu.svg) no-repeat 0.5em 0;
	background-size: 20px;
	font-size: 137.5%;
	color: #00642D;
	text-indent: 1.8em;
	margin-bottom: 2px;
	min-height: 30px;
	letter-spacing: 0.03em;
	clear: both;
	font-weight: bold;
}
/* ----------------見出し類---------------- */

.catch {
	width: 75%;
	line-height: 2.2em;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: bold;
	font-size: 103%;
	margin: 40px auto 60px;
}
.headline {
	font-size: 118.75%;
	font-weight: bold;
	margin: 5px 0 10px;
	letter-spacing: 0.1em;
}
.column {
	width: 100%;
	background: rgba(0,0,0,0.5);
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px 0;
	border-radius: 0 0 10px 10px;
	text-align: center;
	font-size: 112.5%;
	letter-spacing: 0.05em;
}
.text {
	font-size: 87.5%;
	line-height: 1.7em;
	margin-bottom: 10px;
	color: #333333;
}
/*----------------ボタンメニュー----------------*/

.btn a {
	border-radius: 5px;
	background: #fff;
	border: 1px solid #00ea5b;
	display: block;
	width: 180px;
	color: #00ea5b;
	font-size: 87.5%;
	text-align: center;
	font-weight: bold;
	transition: background-color 0.1s;
	padding: 10px 0;
}
.ama a {
	border: 1px solid #262626;
	color: #262626;
}
.raku a {
	border: 1px solid #bf0000;
	color: #bf0000;
}
.ama a::after {
	content: url(../images/amazon.svg);
	position: absolute;
	left: 10px;
	top: 9px;
}
.raku a::after {
	content: url(../images/raku.svg);
	position: absolute;
	left: 13px;
	top: 9px;
}
.arrow {
	position: relative;
	display: block;
}
.arrow::before {
	content: '';
	width: 7px;
	height: 7px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 18px;
	right: 6%;
	margin-top: -4px;
}
.arrow::before {
	border-top: solid 1px #00ea5b;
	border-right: solid 1px #00ea5b;
}
.ama .arrow::before {
	border-top: solid 1px #262626;
	border-right: solid 1px #262626;
}
.raku .arrow::before {
	border-top: solid 1px #bf0000;
	border-right: solid 1px #bf0000;
}
.btn a:hover {
	background: #B7F2CA;
}
.ama a:hover {
	background: #A2A2A2;
}
.raku a:hover {
	background: #FABEB6;
}
/*----------------footer----------------*/

footer {
	clear: both;
	text-align: center;
	font-size: 81.25%;
	color: #00642d;
	margin-top: 100px;
}
footer ul {
margin-bottom: 20px;
}
footer li {
	display: inline;
}
footer li+li::before {
	content: " | ";
}
footer li a {
	text-decoration: none;
	font-weight: bold;
	padding: 1.5em 7px 0;
	line-height: 2;
	color: #00642d;
}
footer li a:hover {
	color: #bbb;
	text-decoration: none;
	background: url(../images/kometsubu.svg) no-repeat center 0px;
	background-size: 9px auto;
}
.fullbox_btm {
	background: url(../images/nami_green.svg) repeat-x center top;
	clear: both;
	padding: 0 0 20px;
}
#home .n1 a, #asahi .n2 a, #lineup .n3 a, #about .n4 a, #faq .n5 a, #contact .n6 a {
	text-decoration: underline;
}
footer img {
	width: 85px;
	margin: 0 auto;
	padding: 25px 0 20px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
footer img:hover {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
}
#totop {
	position: fixed;
	bottom: 0px;
	right: 15px;
	border-radius: 5px;
}
#totop a {
	width: 45px;
	height: 40px;
	display: table-cell;
	background: rgba(30,30,30,0.4);
	color: #fff;
	font-weight: bold;
	vertical-align: bottom;
	font-size: 87.5%;
	padding-bottom: 5px;
	letter-spacing: 0.1em;
	border-radius: 10px;
}
#totop a::before {
	content: '';
	width: 15px;
	height: 15px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 12px;
	right: 14px;
}
