@charset "utf-8";
/*--------------------------------------------
	サイト基本設定　ここの設定はサイト依存
--------------------------------------------*/
body, html {
	font-family: "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	height: 100%;
}

body {
	min-width:1250px;
	height: 100%;
	background: #fff;
	color:#000;
	font-size: 14px;
	line-height:1.8;
	-webkit-overflow-scrolling : touch;
}
a {
	text-decoration: none;
	color: inherit;
	display:inline-block;
}
@media screen and (min-width : 768px ) {
a:hover {
	color: #d5b95d;
	transition: 0.3s;
}
}
table {
	width: 100%;
}
img {
	max-width:100%;
}
@media screen and (min-width : 768px ) {
.pc_none {
	display: none !important;
}
.pc_event_none{
	pointer-events:none;
}
}
@media screen and (max-width : 767px ) {
.sp_none {
	display: none !important;
}
}
/*--------------------------------------------
	Title / タイトル
--------------------------------------------*/
.ttl_01 {
	font-size: 36px;
	font-weight: 500;
	text-align: center;
	width: 100%;
	padding-bottom: 50px;
}
.ttlRed {
	font-size:12px;
	color: #903a40;
	display: block;
	font-weight: bold;
	padding-top: 10px;
}
.ttl_02 {
	font-size: 30px;
	text-align: center;
	width: 100%;
}
.ttl_03 {
	font-size: 30px;
	width: 100%;
	margin-bottom: 30px;
	padding-left: 50px;
	border-left: 30px solid #353536;
	box-sizing: border-box;
}
.ttl_03 span {
	display: block;
	font-size: 14px;
}
.ttl_04 {
	font-size: 24px;
	width: 100%;
	margin-bottom: 30px;
	padding-left: 0;
	border-bottom: 1px solid #bea768;
	box-sizing: border-box;
	text-align: center;
}
/*--------------------------------------------
	Text / テキスト
--------------------------------------------*/
.ntja {
	font-family: "Noto Sans Japanese";
	letter-spacing: 0.06em;
	font-weight: 200;
}
/*縦書き*/
.vertical {
	font-family: "游明朝", "ＭＳ 明朝", serif; /* Windows環境しか考えていない */
	height: 16em;
	margin-left: 2em;
	-ms-writing-mode: tb-rl; /* for MS IE8+ */
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
/*明朝*/
.mincho {
	font-family:"游明朝", "Yumincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
.subTxt {
	font-size: 14px;
	line-height: 36px;
	padding: 20px 0;
	font-weight: bold;
	text-align: left;
}
.marker_01 {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}
/*--------------------------------------------
	Link / リンクボタン
--------------------------------------------*/
.linkWrap {
	text-align: center;
}
.linkBox {
	display: inline-block;
	width: 30%;
}
.linkBox a {
	width: 100%;
	box-sizing: border-box;
	padding: 5px 0;
	background: #b22a30;
	padding: 10px 40px;
	font-weight: bold;
	color: #ffffff;
	font-size: 18px;
}
@media screen and (min-width : 768px ) {
.linkBox a:hover {
	opacity: 0.8;
}
}
/*--------------------------------------------
	Hover / ホバーアクション
--------------------------------------------*/
.over {
	transition: 0.2s;
}
@media screen and (min-width : 768px ) {
.opt10:hover {
	opacity: 1.0;
}
.opt09:hover {
	opacity: 0.9;
}
.opt08:hover {
	opacity: 0.8;
}
.opt07:hover {
	opacity: 0.7;
}
.opt06:hover {
	opacity: 0.6;
}
.opt05:hover {
	opacity: 0.5;
}
}
/*--------------------------------------------
	Header / ヘッダー
--------------------------------------------*/
#top .drawer,
#top #wrapper,
#top #scrollfix{
	height:100%;
		height:100%;
}
#top #scrollfix{
	position: relative;
}
#top.tablet #scrollfix{
	max-height:91vw;
}
#header {
	width: 100%;
	border-bottom: 1px solid #bda768;
	position: absolute;
	bottom: 0;
	z-index: 200;
	width: 100%;
	height: 76px;
	background:#fff;
}
.under #header {
/*	top:273px;*/
bottom:0;
}
#header.fixed {
	position: fixed;
	top: 0;
	box-shadow: 0px 0px 2px #444;
}
#header #hdrInner {
	width: 1200px;
	margin: 0 auto;
}

.under #scrollfix {
	min-height:427px;
	position:relative;
}
@media screen and (max-width : 767px ) {
#header {
	padding: 10px 0;
	background:#fff;
	border-bottom: 3px solid #bda768;
	height: 61px;
	box-sizing:border-box;
}
#header #hdrInner {
	width: auto;
	margin: 0 auto;
}
#header #hbg_logo {
	text-align:center;
	background-color: white;
}
.under #scrollfix {
	min-height: 180px;
}
.under #header {
	top:180px;
}
.under #header.fixed {
	top:0;
	position:fixed;
}
}
/*--------------------------------------------
	Global Navigation / グローバルナビ
--------------------------------------------*/
#gNavi {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #ffffff;
}
#gNavi ul {
	text-align:center;
}
#gNavi li {
	width: 165px;
	font-size: 15px;
	display:inline-block;
	font-weight:bold;
	text-align: center;
	position: relative;
	line-height: 1.3;
	vertical-align:top;
}
#gNavi li .red {
	display: block;
	color: #e60012;
	font-size: 12px;
	font-weight: normal;
}
#gNavi .snsWrap > li > a {
	width: 100%;
	padding:20px 0;
}
@media screen and (min-width : 768px ) {
#gNavi li a:hover {
/*  transform: translateY(-5px);
	transition: 0.3s;*/
}
}
#gNavi .logo {
	width: 134px;
}
#gNavi .snsWrap > li.logo > h1 > a {
	padding:17px 0;
}
#top #gNavi .logo {
	display:none;
}
#gNavi ul .sub {
	cursor:pointer;
	padding:20px 0;
	overflow:hidden;
}
@media screen and (min-width : 768px ) {
#gNavi ul .sub:hover {
	color: #d5b95d!important;
	overflow:visible;
}
}
#gNavi .subNav {
	position: absolute;
	top: 74px;
	left: 0;
	width: 100px;
	z-index: 500;
	width: 100%;
}
#gNavi .subNav li {
	height: 0;
	overflow: hidden;
	transition:.5s;
}
@media screen and (min-width : 768px ) {
#gNavi .sub:hover .subNav li {
	height: auto;
	overflow: visible;
	width: 110%;
}
}
#gNavi .subNav li a {
	line-height:43px;
	color:#fff;
	background: #e60c13;
	display:block;
	border:1px solid #e60c13;
	font-size:13px;
}
@media screen and (min-width : 768px ) {
#gNavi .subNav li a:hover {
	background:#fff;
	color:#e60c13;
}
}
/*--------------------------------------------
	Overlay Navigation / オーバーレイ
--------------------------------------------*/
#btn {
	cursor: pointer;
}
#overlay {
	padding: 40px 0;
	display: none;
	width: 100%;
	height:100%;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
	background: rgba(0,0,0,0.7);
	overflow-y: scroll;
	color: #fff;
	font-size: 16px;
}
#overlay .subtxt {
	padding-bottom: 50px;
}
#overlay .sec_inner {
	padding: 0;
}
#overlay .link ul li {
	display: block;
	text-align: left;
	line-height: 40px;
	width: 100%;
}
#overlay .ttl_04 {
	font-size: 16px!important;
	border: none!important;
	text-align: left!important;
}
#overlay .ttl_03 {
	font-size: 20px!important;
	border: none!important;
	text-align: left!important;
	padding-left: 0!important;
	border-bottom: 1px solid #fff!important;
	margin-bottom: 15px!important;
	line-height: 60px!important;
}
#text {
	font-size: 40px;
	color: #eee;
	padding-top: 400px;
	vertical-align: middle;
	font-weight: bold;
}
#close {
	width: 70px;
	margin: auto;
	text-align: center;
	font-size: 18px;
	padding:5px;
	border-radius: 3px;
	cursor: pointer;
	position: fixed;
	top:5%;
	background: #fff;
	color: #000;
	right: 20%;
}
/*--------------------------------------------
	Drawer Navigation / スマホメニュー
--------------------------------------------*/
@media screen and (max-width : 767px ) {
#top .drawer-hamburger{
	position:fixed;
}
.under .drawer-hamburger{
	top:9px;
}
.drawer-nav {
}
.drawer-menu {
	background:#fff;
	min-height:100vh;
	box-sizing:border-box;
}
.drawer-menu li {
	border-bottom-color: #e60012;
}
.drawer-menu li ul li {
	border:none;
	padding-left:15px;
}
.drawer-menu .sub {
	padding-bottom:2%;
	color:#e60012;
}
.drawer-menu .sub a {
	padding-bottom:0;
}
.drawer-menu li ul li a {
	padding:0;
	font-size:13px;
	line-height:1.8
}
.drawer-menu li ul li a:before {
	content:"ー";
	margin-right:10px;
}
.drawer-menu a {
	color:#e60012;
	font-size:15px;
	display:block;
	padding:6px;
}
.drawer-menu a span {
	font-size:12px;
	margin-left:15px;
}
.under .drawer--top.drawer-open #header .drawer-hamburger {
	top:-168px;
}
.under .drawer--top.drawer-open #header.fixed .drawer-hamburger {
	top:12px;
}
#header .subNav {
	display:none;
}
#header .triger {
	position:relative;
}
#header .triger:after {
	position:absolute;
	right:0;
	top:6px;
	content:"+";
	line-height:30px;
	width:30px;
	text-align:center;
	color:#e60012;
	font-weight:bold;
	font-size:22px;
}
#header .triger.active:after {
	content:"-";
}
#header #hbg_logo a{
	height:40px;
}
#header #hbg_logo a img{
	max-height:100%;
}
}
/*--------------------------------------------
	mainimge / メインイメージ
--------------------------------------------*/
#mainimage {
	position: relative;
	width: 100%;
}
/*--------------------------------------------
 Contents / コンテンツ大枠
--------------------------------------------*/
#contents {
	position: relative;
	background:#fff;
	z-index:100;
}
#cts_inner {
}
.sec_inner {
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0;
}
/*--------------------------------------------
	Footer / フッター
--------------------------------------------*/
#footer {
	background-image: url(../Image/under/bg_ftrWhite.png);
	background-repeat: no-repeat;
	padding-top: 110px;
	background-position: top center;
	background-color: #353535;
	color: #fff;
	position: relative;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	z-index: 0;
}
#top #footer {
	background-image: url(../Image/under/bg_ftrTop.png);
}
#footer .sec_inner {
	padding: 0;
	width:1100px;
}
#footer .ftr_up {
	width:55%;
	float:left;
}
#footer .name {
	margin-bottom:12px;
}
#footer .map {
}
#footer .name .subTxt {
	padding: 10px 0;
	line-height: 1.6;
	float: left;
	margin-left: 30px;
	font-weight: normal;
	font-size: 13px;
	letter-spacing: 0.1em;
}
#footer nav {
	width:35%;
	float:right;
}
#footer nav ul {
	width:45%;
	float:left;
}
#footer nav ul:first-child {
	margin-right:10%;
}
#footer nav li {
	font-size: 12px;
	font-weight:bold;
	line-height:2.2;
}
#footer nav li a {
	width: 100%;
}
#footer nav li.caption {
}
#footer nav li.grandchild {
	font-weight:normal;
	padding-left:20px;
}
#footer nav li.grandchild_02 {
	margin-bottom:8px;
}
@media screen and (min-width : 768px ) {
#footer nav li a:hover {
	transform: translateY(-5px);
	transition: 0.3s;
}
}
#footer #copyright {
	font-size:12px;
	text-align: center;
}
#footer #copyright a {
	padding: 30px 0 20px;
	width: 100%;
}
@media screen and (max-width : 767px ) {
#footer {
	padding-top: 50px;
	padding-bottom: 40px;
}
#footer .sec_inner {
	padding:20px 0 0;
}
#footer nav {
	display: none;
}
#footer .name {
	width:100%;
	text-align:center;
}
#footer .fLeft {
	float:none;
}
#footer .fLeft img {
	height: 48px;
}
#footer .fRight {
	float:none;
	text-align:center;
}
#footer #copyright a {
	padding: 10px 0 20px;
	width: 100%;
}
#footer .ftr_up {
	width:100%;
	float:none;
}
#footer .name .subTxt {
	margin-left:0;
	float:  none;
	font-size:  12px;
}
}
