@charset "utf-8";
/* CSS Document */

*{
	padding: 0;
	margin: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
img{
	width: 100%;
}

.main_box{
	max-width: 1000px;
	margin: auto;
	padding: 1rem 0;
}
.container{
	display: inline-block;
	width: 100%;
}
.float_l{
	float: left;
	width: 50%;
}
.float_r{
	float: right;
	width: 50%;
}
span.anchorlink {
	position: relative;
	top: -30px;
	display: block;
}

/* ==========================================================
 * reset
 * ========================================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,th,dt {
	font-weight: 400;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
q:before,q:after {
	content: '';
}
object,embed {
	vertical-align: top;
}
hr,legend {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}
img,abbr,acronym,fieldset {
	border: 0;
}
ol,ul {
	list-style-type: none;
}

/* ==========================================================
 * common
 * ========================================================*/
html {
	font: 62.5%;
}
body {
	font-size: 1rem;
	font-family: "Noto Sans JP", sans-serif;
	line-height: normal;
	color: #000000;
	background: #fff;
}
img {
	vertical-align: top;
	width: 100%;
}
p {
	text-align: justify;
}
*::selection {
	background: #81bb0d;
	color: #d0ff00;
}
*::-moz-selection {
	background: #81bb0d;
	color: #d0ff00;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clear {
	clear: both;
}
.left {
	float: left;
	width: 50%;
}
.right {
	float: right;
	width: calc(50% - 1px);
}
.center {
	margin: 0 auto !important;
}
.te_left {
	text-align: left !important;
}
.te_right {
	text-align: right !important;
}
.te_center {
	text-align: center !important;
}
.serif {
	font-family: 'Noto serif JP',serif;
}
.sans {
	font-family: 'Noto sans-serif JP',sans-serif;
}
.block {
	display: block !important;
}
.inline {
	display: inline !important;
}
.inline-b {
	display: inline-block !important;
}
.flex {
	display: flex !important;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.noborder {
	border: none !important;
}
.nobg {
	background: none !important;
}
.no-margin-top {
	margin-top: 0 !important;
}
small {
	font-size: 90%;
	font-weight: normal;
}
strong {
	font-size: 110%;
	font-weight: bold;
}
a {
	outline: none;
	text-decoration: none;
	color: #880000;
}
a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
/* ie lt 8 */
	-ms-filter: alpha(opacity=80);
/* ie 8 */
	-moz-opacity: 0.8;
/* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;
/* Safari 1.x */
}
a img {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.button {
	width: 200px;
	margin: 2rem auto;
	border: 1px solid #009163;
	padding: 0.5rem 1rem;
	text-align: center;
	font-size: 1.1rem;
	font-family: "Noto Sans JP", sans-serif;
	transition: 0.2s;
	display: block;
	color: #fff;
	letter-spacing: 1px;
	background: #009163;
}
.button:hover {
	background: #efefef;
	color: #009163;
}
span.anchorlink {
	position: relative;
	top: -70px;
	display: block;
}
.b{
	font-weight: bold;
}
.black{
	color: #000;
}
.red{
	color: #dc1f3f;
}
.green{
	color: #02908e;
}
.gray{
	color: #888;
}
.button.orange {
	background: #ef6854;
	border: 1px solid #ef6854;
}
.button.orange:hover {
	background: #fff;
	border: 1px solid #ef6854;
	color: #ef6854;
}
.small{
	font-size: 0.8rem;
}
.w-600 {
	max-width: 600px;
	margin: auto;
}
.w-700 {
	max-width: 700px;
	margin: auto;
}
/* ==========================================================
 * header
 * ========================================================*/
.header_bg {
	z-index: 1000;
	position: fixed;
	width: 100%;
	position:fixed;
	top:0;
	background:none;
}
.header_bg.scroll{
	background: rgba(255, 255, 255, 0.9);
	border-bottom:solid 1px silver;
}

header.cd-morph-dropdown {
	padding:  0;
	overflow: hidden;
}
header > div.right {
	width: 100%;
}
header > div.right > div {
	overflow: hidden;
}
header > div.right div .left {
}
header > div.right div .left a {
	color: #fff;
	font-size: 0.9rem;
	letter-spacing: 1px;
	transition: 0.2s;
	line-height: 1rem;
}
header > div.right div .left a:hover {
	color: #aaa;
}
header > div.right div .right {
	width: 75%;
	padding-top: 0.2rem;
}
header > div.right div .right ul {
	display: flex;
}
header > div.right div .right li>a {
	line-height: normal;
	color: #888;
	font-size: 1rem;
	font-weight: 500;
	margin: 0 0.2rem;
	transition: 0.2s;
}
header > div.right div .right li>a:hover {
	opacity: 0.6;
}
header .main-nav {
	margin-top: 0.2rem;
}
header .main-nav > ul > li {
	text-align: center;
	letter-spacing: 1px;
	display: inline-block;
	float: left;
	width: 20%;
	padding: 0 0 0.5rem;
}
header .main-nav span {
	font-family: "Marck Script";
	font-weight: normal;
	display: block;
	font-size: 0.5rem;
	margin-top: -0.1rem;
	letter-spacing: 0;
}
header .main-nav > ul > li{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		 -o-box-sizing: border-box;
		-ms-box-sizing: border-box;
			box-sizing: border-box;
}
header .title {
	font-size: 1.8rem;
	color: #888;
	position: relative;
	margin: auto 0 auto auto;
	width: 100px;
	height: 90px;
	display: block;
	margin-top: -1.8rem;
}
header h1 {
	position: absolute;
	left: 99999px;
}
header h1 span {
	font-size: 0.5rem;
	display: block;
	line-height: 1.8rem;
}
/* ==========================================================
 * #top-head
 * ========================================================*/
#top-head {
	position: fixed;
    width: 100%;
	margin: 0 auto;
	padding: 0;
	line-height: 1;
}
/* transition */
#top-head,
#top-head:after{
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
/* Fixed */
#top-head.fixed {
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 1px 1px 1px #7f7f7f;
}
#top-head.fixed .logo {
	height: 70px;
}
#top-head.fixed:after {
	width: 100%;
	margin-top: 20px;
}
/* ==========================================================
 * size
 * ========================================================*/
.w1 {
	width: 8.3333%
}
.w2 {
	width: 16.6666%
}
.w3 {
	width: 25%
}
.w4 {
	width: 33.3333%
}
.w5 {
	width: 41.6666%
}
.w6 {
	width: 50%
}
.w7 {
	width: 58.3333%
}
.w8 {
	width: 66.6666%
}
.w9 {
	width: 75%
}
.w10 {
	width: 83.333%
}
.w11 {
	width: 91.6666%
}
.w12 {
	width: 100%
}
/* ==========================================================
 * section
 * ========================================================*/
section {
	padding: 2rem 0;
}
section:last-child {
	padding-bottom: 5rem;
}
/* ==========================================================
 * footer
 * ========================================================*/
footer {
	background: #fff;
	color: #880000;
}
footer:after {
	content: " ";
	background: url(../img/top/footer_bg.jpg)no-repeat;
	background-size: cover;
	height: 2rem;
	display: block;
}
footer nav ul {
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding-bottom: 1rem;
	color: #888;
}
footer ul {
	margin: 0 1.5rem 1rem;
}

footer li {
	padding: 1rem 0.2rem 0;
	color: #fff;
	width: 20%;
	text-align: center;
}
footer li span {
	font-size: 0.5rem;
	display: block;
}
footer li a {
	color: #888;
	font-family: 'Open Sans Condensed', sans-serif;
}
footer dt {
	margin-bottom: 0.2rem;
}
footer dd {
	margin-left: 1rem;
	font-size: 0.9rem;
	padding-left: 0.5rem;
	border-left: 1px solid #eee;
	line-height: 1.5rem;
}
footer dd.under {
	padding-left: 1.5rem;
}

/* =========================================================
 * IE10～11に対応
 * =========================================================*/
@media all and (-ms-high-contrast: none){
	.sec1 .prev-arrow {
		padding: 0.7rem 0rem 0.3rem 1.1rem;
	}
	.sec1 .next-arrow {
		padding: 0.7rem 1.1rem 0.3rem 0rem;
	}
}