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

body {
	background: #000000;
	color: #ffffff;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 500;
	font-size: 15px;
	-webkit-text-size-adjust: 100%;
	height: auto;
	line-height: 1.5;
}
a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	opacity: 0.8;
}
.sp_only{
    display: none;
}
.pc_only{
    display: block;
}
/* ヘッダー */

header {
	background: #9b0021;
	height: 110px;
	min-width: 1100px;
}
header:after { /* for Modern Browser */
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
}
header .headerInner {
	position: relative;
	width: 1100px;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0 0 0;
}
header .site_logo {
	text-align: center;
}
header .site_logo img {
	width: 130px;
	height: auto;
}
header nav {
	display: inline-block;
}
header nav ul {
	text-align: center;
	margin-top: -70px;
}
header nav ul li {
	display: inline-block;
}
header nav ul li a {
	display: block;
	font-family: 'EB Garamond', serif;
	font-weight: 400;
	color: #000000;
	font-size: 18px;
	width: 180px;
}
header nav ul li a span {
	display: block;
	font-size: 12px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
header nav ul li a:hover {
	color: #F8E8E2;
}
header nav ul li:nth-child(2) {
	margin-right: 100px;
}
header nav ul li:nth-child(3) {
	margin-left: 100px;
}
header .sns {
	position: absolute;
	top: 0;
	right: 0;
}
header .sns ul li {
	display: inline-block;
	padding: 10px;
}
header .sns ul li a {
	color: #000000;
	font-size: 24px;
}
header .sns ul li a:hover {
	color: #F8E8E2;
	font-size: 24px;
}
div.globalMenuSp{
	display: none;
}
.clone-head {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	transition: .3s;
	transform: translateY(-100%);
}
.is-show {
	transform: translateY(0);
}
/* フッダー */

footer {
	background: #9b0021;
	padding: 40px 0;
	min-width: 1100px;
	position: relative;
}
footer .pagetop a {
	display: block;
	position: absolute;
	top: -25px;
	right: 25px;
	background: #2e2e2e;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
}
footer .pagetop i {
	color: #ffffff;
}
footer .footer_nav {
	text-align: center;
}
footer .footer_nav li {
	display: inline-block;
	font-family: 'EB Garamond', serif;
	border-left: solid 1px #000;
}
footer .footer_nav li:last-child {
	border-right: solid 1px #000;
}
footer .footer_nav li a {
	display: block;
	padding: 0 40px;
	color: #000;
}
footer .footer_nav li a:hover {
	color: #fff;
}
footer .copy {
	text-align: center;
	font-size: 10px;
	padding: 30px 0 0 0;
	color: #000000;
}

/* スマートコンテナ */

.smartContainer {
	width: 100%;
	max-width: 1100px;
	min-width: 1000px;
	margin: 0 auto;
}
.pageTitle {
	text-align: center;
	font-size: 28px;
	color: #ffffff;
	padding: 40px 0;
}

.t-center{
text-align: center;
}

.white_bg{
background: #ffffff;
}

p.txt{
	margin-bottom: 20px;
}
/* テーブル */
table {
	width: 100%;
	border-top: solid 1px #343434;
}
table th {
	width: 20%;
	color: #ffffff;
	padding: 20px 0;
	text-align: left;
	border-bottom: solid 1px #343434;
}
table th .md{
display:inline-block;
padding:2px 5px;
background:#9b0021;
color:#ffffff;
font-size:12px;
margin-left:5px;
}
table.wide_th th{
	width: 30%;	
}
table td {
	color: #ffffff;
	padding: 20px 0 20px 20px;
	border-bottom: solid 1px #343434;
}

table td .small{
	font-size: 12px;
}

/* ボタン */

a.btn,input.btn{
	width: 240px;
	padding: 15px 20px;
	display: inline-block;
	text-align:center;
	color: #ffffff;
	background: #9b0021;
	border: none;
	font-size: 16px;
}
a.btn,input.btn.back{
margin-left: 15px;
background: #760019;
border: none;
}


a.btn i{
margin-left: 10px;
}

.btn.submit{
	background-color: rgb(102, 102, 102);
}

/* フォーム */

.formTable{
	margin-bottom: 20px;
}

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .field {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 6px 12px;
    margin-bottom: 14px;
    font-size: 1em;
    color: #000;
    border-radius: 3px;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15) inset;
    border: solid 1px #D0D0D0;
    width: 85%;
    background-color: #FFFFFF;
    -webkit-transition: background-color 0.24s ease-in-out;
    transition: background-color 0.24s ease-in-out;
}

textarea{
	height: 100px;
}
input[type="text"].harf{
	width: 25%;
	margin-right: 10px;
}

label{
    padding: 5px 0;
		  display: block;
  }

.btn_box{
	padding-top: 30px;
	text-align: center;
}

.other_know{
	padding-top: 5px;
}

.other_inquiry{
	padding-top: 5px;
}

.other_inquiry textarea{
	height: 70px;
}

.privacychk{
	background: rgb(102, 102, 102);
	padding: 30px;
	text-align: center;
}

.privacychk .chk{
	padding: 10px;
}
.privacychk a{
	text-decoration: underline;
}
