@charset "utf-8";

/* ------------------------------
 リセット
------------------------------ */

* {
border:0;
margin:0;
outline:0;
padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
font:inherit;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
text-decoration:none;
vertical-align:baseline;
}

html {font-size:62.5%; width:100%; height:100%;}

body {
font-size:10px;
font-size:1.0rem;
line-height:1;
position:relative;
text-align:center;
	-webkit-text-size-adjust:100%;
	-moz-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	-o-text-size-adjust:100%;
	text-size-adjust:100%;
-webkit-font-smoothing:antialiased;
font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
width:100%;
height:100%;
}

article, aside, dialog, figure, footer, header, main, menu, nav, section {display:block;}
audio, canvas, video {display:inline-block;}

br,
hr {display:block;}

ol,
ul {list-style:none;}

blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:''; content:none;}

input,
select {vertical-align:middle;}

table {border-collapse:collapse; border-spacing:0; empty-cells:show;}


/* ------------------------------
 サイト全体（PC用コード）
------------------------------ */

html, 
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, sans-serif;
	line-height: 1.7;
	word-wrap: break-word;
	color: #333;
	min-width: 872px;
	max-width: 1280px;
	margin: 0 auto;
	background: #E3DBBB;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.cf:after {
	content: "";
	clear: both;
	display: block;
}

.fl {
	float:left;
}

.fr {
	float:right;
}

.tal {
	text-align:left;
}

.tac {
	text-align:center;
}

.tar {
	text-align:right;
}

.vat {
	vertical-align:top;
}

.vam {
	vertical-align:middle;
}

.vab {
	vertical-align:bottom;
}

.vtb {
	vertical-align:text-bottom;
}

.bold,
strong {
	font-weight: bold;
}


/* 行スペース */
.b1 {
	margin-bottom: 1.7em;
}

.b2 {
	margin-bottom: 3.4em;
}

.b3 {
	margin-bottom: 5.1em;
}


/* スペース */
.mb0 {
	margin-bottom: 0 !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb55 {
	margin-bottom: 55px !important;
}
.mb65 {
	margin-bottom: 65px !important;
}


/* リンク */
a {
	color: #960028;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a img {
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
a:hover img {
	opacity: 0.7;
}


/* フォントサイズ */
.fs20 {
	font-size: 2.0rem;
}

sup {
	vertical-align:top;
}


/* ------------------------------
 ヘッダ
------------------------------ */
.header {
	width: 100%;
	height: 60px;
	text-align: center;
	background: #8A0E0C;
}
.header .headerIn {
	width: 875px;
	margin: 0 auto;
	padding-top: 20px;
	text-align: left;
}
.header .headerIn img {
	vertical-align: top;
}

/* ------------------------------
 メインイメージ
------------------------------ */
.mainimg {
	max-width: 1280px;
	min-width: 875px;
	height: 350px;
	position: relative;
	overflow: hidden;
}
.mainimg img {
	height: 350px;
	min-width: 1280px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	transform: translate(-50%,0);
}

/* ------------------------------
 コンテンツ
------------------------------ */
.site {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	background: #fff;
}

.contents {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: #fff;
}
.contents .bg {
	background: #F9F8F1;
}
.contents .redbg {
	background: #8A0E0C;
	color: #fff;
}

.contents .contentsIn {
	width: 875px;
	margin: 0 auto;
	padding: 60px 0 60px;
}

.contents .bnr_block {
	background: #F9F8F1;
}
.contents .bnr_block .contentsIn {
	padding: 45px 0 50px;
}

.contents .bnr_block .contentsIn a {
	display: inline-block;
	margin: 0 25px;
}



/* ------------------------------
 見出し
------------------------------ */
h1 {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',YuGothic, '游ゴシック',"メイリオ", Meiryo, sans-serif;
	font-size: 3.8rem;
	font-weight: bold;
	color: #8A0E0C;
	
}
h1 img {
	vertical-align: middle;
	margin-bottom: 20px;
	margin-right: 3px;
}

h2 {
	font-size: 4.2rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 30px;
}
h2 span {
	font-size: 6.0rem;
	color: #8A0E0C;
}
.contents .bnr_block h2 {
	font-size: 2.2rem;
	color: #8A0E0C;
}


/* ------------------------------
 フッタ
------------------------------ */
.footer {
	width: 100%;
}
.footer p {
	width: 875px;
	margin: 0 auto;
	text-align: center;
	font-size: 1.2rem;
	line-height: 20px;
	color: #B2B2B2;
	padding: 22px 0;
}


/* -- PAGE TOP -- */
.js-btn-pagetop {
	width: 70px;
	height: 70px;
	color: #fff;
	text-align: center;
	display: block;
	position: fixed;
	bottom: 64px;
	right: 0;
	z-index: 1000;
	transition: background-color 0.2s ease 0s;
	cursor: pointer;
	background:rgba(138,14,12,.8);
	text-decoration: none;
}
.js-btn-pagetop:hover {
	text-decoration: none;
}

.js-btn-pagetop span {
	padding-top: 5px;
	display: block;
	font-size: 5.6rem;
	line-height: .6;
}
.js-btn-pagetop p {
	font-size: 1rem;
}



/* ------------------------------
 ノースクリプト
------------------------------ */
#nojs {
	width: 100%;
	padding: 0;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2000;
	background: #fff;
}

#nojs p {
	padding: 3px 0;
	color: #8A0E0C;
	font-size: 1.2rem;
}



/* ------------------------------
 印刷用コード
------------------------------ */
@media print {
	.js-btn-pagetop {
		display: none !important;
	}
	
}

 /* -- 余白 -- */
@page {
	margin: 9.7mm 9.7mm;
}



/* ------------------------------
 Android用アラート
------------------------------ */
.alert-old-android-browser {
	display: none;
}
.alert-old-android-browser.is-show {
	border-top: 1px solid #aaa;
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	color: #222;
	font-size: 16px;
	z-index: 200000;
	padding: 30px 40px 20px 20px;
}
/* android browser */
.page-fixed-header-android .alert-old-android-browser.is-show {
	position: fixed;
	bottom: 0;
	left: 0;
}
.alert-old-android-browser.is-show > .alert-old-android-browser__text {
	margin-bottom: 1em;
	background-image: url(../img/warning.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    line-height: 18px;
    background-size: 20px 18px;
    margin-bottom: 10px;
}
.alert-old-android-browser.is-show > .alert-old-android-browser__link {
	color: #1685D2;
	text-decoration: none;
}
.alert-old-android-browser.is-show > .alert-old-android-browser__close {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0px;
	right: 0px;
}
.alert-old-android-browser.is-show > .alert-old-android-browser__close:before,
.alert-old-android-browser.is-show > .alert-old-android-browser__close:after {
	content: '';
    display: block;
    position: absolute;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-color: #aaa;
    width: 20px;
    height: 2px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.alert-old-android-browser.is-show > .alert-old-android-browser__close:before {
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);	
}
.alert-old-android-browser.is-show > .alert-old-android-browser__close:after {
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.alert-old-android-browser.is-show > .alert-old-android-browser__link:before {
    font-family: 'FontAwesome';
    content: "\f138";
    margin-right: 5px;
    color: #1685D2;
    display: inline-block;
}

/* ------------------------------
btn
------------------------------ */
.btn a{ 
	width:350px;
	background-color:#A58F47;
	margin:0 auto;
	color:#FFFFFF;
	font-weight:bold;
	font-size:18px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding:20px 0;
	}
.btn a:hover{
	text-decoration:none;
	opacity: 0.7;
	}