@charset "utf-8";


/*keyframes.css Include
---------------------------------------------------------------------------*/
@import url("keyframes.css");



/*ALL
---------------------------------------------------------------------------*/
html,body {
	font-size: 16px;	
scroll-behavior: smooth;
}
body {
	margin: 0px;
	padding: 0px;
	color: #e8e4df;	
	font-family:"游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro";	/*フォント種類*/
	line-height: 2;		
	background: #2a2824 url(../images/bg.jpg);	
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 1rem;font-weight: normal;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 1rem;border-spacing: 0;}
video {max-width: 100%;}
iframe {width: 100%;}

/*リンク
---------------------------------------------------------------------------*/
a {
	color: #e8e4df;		
	transition: 0.2s;	
}
a:hover {
	color: #deb025;			
	text-decoration: none;	
}

/*inner
---------------------------------------------------------------------------*/
.inner {
	max-width: 1800px;	
	margin: 0 auto;
}

/*section
---------------------------------------------------------------------------*/
section {overflow: hidden;}

/*ヘッダー
---------------------------------------------------------------------------*/
header:after {content: "";display: block;clear: both;}
header {
	background: #000 url(../images/bg_header.png) repeat center / 150px;
	color: #fff;
	box-shadow: 0px 0px 80px rgba(0,0,0,0.5);
	height: 80px;
}
header a {
	color: #fff;	
}
.home header {
	height: auto;
}
header #logo {
	width: 130px;	
	margin: 10px 50px 0 100px;	
	float: left;
}
.home header #logo {
	float: none;	
	width: 100px;	
	margin: 0 auto 50px;	
	background: linear-gradient(#48390d, #302609 20%, #302609 70%, transparent);
}

.home header #inner-header {
	text-align: center;
	position: relative;z-index: 1;
	float: left;	
	width: 30%;		
}

/*ヘッダーメニュー
---------------------------------------------------------------------------*/
.home #header-menu {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;	
	writing-mode: vertical-rl;
	text-align: left;
	display: inline-block;
	letter-spacing: 0.2em;	
	line-height: 3;	
}

#header-menu a {
	text-decoration: none;
	display: block;
	color: #888;	
	padding-top: 22px;	
}

#header-menu li {
	border-top: 2px solid #444;	
	margin-left: 30px;			
	float: left;				
}

.home #header-menu li {
	float: none;
	margin: 0;
}

#header-menu .current,
#header-menu li:hover {
	border-top: 2px solid #fff;	
}

#header-menu .current a,
#header-menu a:hover {
	color: #fff;
}


.home #header-menu.en {
	-webkit-writing-mode: horizontal-tb;
	-ms-writing-mode: lr-tb;	
	writing-mode: horizontal-tb;
}
.home #header-menu.en a {
	padding-top:0;
	padding-left: 20px;
}
.home #header-menu.en li {
	border-top: none;
	border-left: 2px solid #444;
}
.home #header-menu.en .current,
.home #header-menu.en li:hover {
	border-left: 2px solid #fff;
}

/*ヘッダーナビ
---------------------------------------------------------------------------*/
header .nav {
	position: absolute;
	right: 3%;	
	top: 0px;	
	line-height: 80px;	
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header .nav li {
  	text-decoration: none;
	display: inline-block;	
	padding-left: 15px;		
	letter-spacing: 0.2rem;
  text-decoration-style: none;
  text-decoration-line: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
  text-decoration-style: dotted;
}

/*開閉メニュー
---------------------------------------------------------------------------*/
/*スマホ用メニューブロック全体*/
#menubar {
	overflow: auto;height: 100%;
	position: fixed;z-index: 100;
	top: 0px;
	width: 100%;
	background: rgba(0,0,0,0.8);	
	text-align: center;	
	color: #fff;		
}
#menubar ul {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 10%;				
	border: 1px solid #fff;		
	background: rgba(0,0,0,0.8);	
	animation-name: opa1;		
	animation-duration: 1s;		
	animation-fill-mode: both;	
}
#menubar ul li a {
	display: block;text-decoration: none;
	color: #ccc;		
	padding: 10px 0;	
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size:1.2rem;
}

#menubar .current a,
#menubar a:hover {
	color: #fff;
}

/*３本バーアイコン
---------------------------------------------------------------------------*/
@media screen and (max-width:480px){
#menubar_hdr {
	display: block;
	position: fixed;z-index: 100;
	top: 13px;	
	right: 2%;	
}

#menubar_hdr.close,
#menubar_hdr.open {
	width: 50px;	
	height: 50px;	
	border: 1px solid #fff;
}

#menubar_hdr.close {
	background: #000 url(../images/icon_menu.png) no-repeat center top/50px;	
}

#menubar_hdr.open {
	background: #000 url(../images/icon_menu.png) no-repeat center bottom/50px;	
}
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	padding: 100px 0 150px;	
	position: relative;
	animation-name: opa1;		
	animation-duration: 0.5S;	
	animation-delay: 0.5s;		
	animation-fill-mode: both;
}
/*トップページ*/
.home #contents {
	padding-top: 90px;	
/*	padding-top: 250px;	*/
}

#contents h2 {
	clear: both;
	margin-bottom: 50px;
font-size: 2.0rem;	
	text-align: center;	
	letter-spacing: 0.1em;	
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#contents h2 span {
	display: inline-block;white-space: nowrap;
font-size: 1.5rem;	
	border-top: 3px solid #deb025;	
padding: 10px 15px 0;	
font-family:"游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro";	/*フォント種類*/
}

#contents h3 {
	clear: both;
	margin-bottom: 30px;
	font-size: 1.5rem;	
	border-bottom: 1px dashed #999;	
	padding-left: 3%;		
	letter-spacing: 0.1em;	
}

#contents h3 span {
	display: inline-block;
	font-size: 0.875rem;	
	padding-left: 20px;
}

#contents p {
	padding: 0 3% 30px;	
}

#contents h2 + p,
#contents h3 + p {
	margin-top: -5px;
}
#contents p + p {
	margin-top: -10px;
}
#contents section + section {
	margin-top: 100px;
}

/*list
---------------------------------------------------------------------------*/
/*ボックスの設定*/
#contents .list {
	display: flex;
	align-items: center;	
	background: #111;		
	color: #e8e4df;			
	margin-bottom: 30px;		
	box-shadow: 0px 0px 30px rgba(0,0,0,0.5);	
}

#contents .list a {
	color: #e8e4df;
}

#contents .list h4 {
	margin-bottom: 30px;	
	font-size: 1.9rem;		
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-weight:600;
}
	#contents .list h4.day {
	margin-bottom: 20px;	
	font-size: 1.25rem;		
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-weight:500;
	}

#contents .list p {
	padding: 0;		
	padding-bottom: 20px;
}

#contents .list figure,
#contents .list video {
	width: 50%;		
	margin: 30px 0 0 100px;
/*	opacity: 0.4;	*/
}

#contents .list .text {
	width: 40%;		
	padding: 2% 5%;	
}


#contents .list:nth-of-type(even) .text {
	order: 1;
}

/*whole-column 100%
---------------------------------------------------------------------------*/
/*カラムブロック*/
#contents .whole-column-container {
	display: flex;
	justify-content: space-between;	
	flex-wrap: wrap;				
	margin: 2% 2%;					
}

#contents .whole-column {
	display: flex;
	flex-direction: column;			
	width: 100%;						
	/*margin: 0 10px;*/			
	background: #111;				
	color: #e8e4df;					
	border-radius: 10px;				
	overflow: hidden;				
	box-shadow: 0px 0px 20px rgba(0,0,0,0.3);	
}

#contents .whole-column a {
	color: #e8e4df;
}

#contents .whole-column h4 {
	margin-bottom: 30px;	
	font-size: 1.9rem;		
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-weight:600;
}
	#contents .whole-column h4.sub {
	margin-bottom: 0px !important;	
	font-size: 1.2rem !important;		
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-weight:600;
	}

	#contents .whole-column h4.day {
	margin-bottom: 20px;	
	font-size: 1.25rem;		
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-weight:500;
	}

#contents .whole-column p {
	padding: 0;		
	padding-bottom: 20px;
}

#contents .whole-column .text {
	padding: 2% 30%;			
	flex: 1 0 auto;
}

#contents .whole-column figure {
	min-height: 0%;
}

/*list-column 50%
---------------------------------------------------------------------------*/
/*カラムブロック*/
#contents .list-column-container {
	display: flex;
	justify-content: space-between;	
	flex-wrap: wrap;				
	margin: 0 3%;					
}

#contents .list-column {
	display: flex;
	flex-direction: column;			
	width: 50%;						
	margin-bottom: 20px;			
	background: #111;				
	color: #e8e4df;					
	border-radius: 10px;				
	overflow: hidden;				
	box-shadow: 0px 0px 20px rgba(0,0,0,0.3);	
}

#contents .list-column a {
	color: #e8e4df;
}

#contents .list-column h4 {
	margin-bottom: 30px;	
	font-size: 1.9rem;		
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-weight:600;
}
	#contents .list-column h4.sub {
	margin-bottom: 0px !important;	
	font-size: 1.2rem !important;		
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-weight:600;
	}

	#contents .list-column h4.day {
	margin-bottom: 20px;	
	font-size: 1.25rem;		
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-weight:500;
	}

#contents .list-column p {
	padding: 0;		
	padding-bottom: 20px;
}

#contents .list-column .text {
	padding: 10%;			
	flex: 1 0 auto;
}

#contents .list-column figure {
	min-height: 0%;
}

/*フッター
---------------------------------------------------------------------------*/
footer {
	clear: both;
	font-size: 0.875rem;	
	background: #222;	
	color: #ccc;		
	text-align: center;
	box-shadow: 0px 0px 40px rgba(0,0,0,0.4);	
}
footer a {color: #ccc;}
footer a:hover {color: #fff;}
footer .pr {display: block;}

/*フッター内のコンテンツ*/
#footer-contents {
	overflow: hidden;
	padding: 0 3% 3%;	
}

/*フッター内のh2*/
footer h2 {
	display: inline-block;
	background: #000;	
	position: relative;
	top: -50px;			
	font-size: 2rem;	
	padding: 50px;		
}
/*h2内のspan*/
footer h2 span {
	display: block;
	font-size: 0.875rem;
}
/*フッター内のテーブル*/
footer .ta1 {
	text-align: left;
	background: transparent;	
	width: 100%;
	margin: 0 0 30px;
}
footer .ta1 caption {
	background: transparent;
	text-align: center;
}

/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	text-align: center;
	background: #000;	
	padding: 20px 0;	
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#copyright a {text-decoration: none;}

/*facebookやtwitterアイコン
---------------------------------------------------------------------------*/
ul.icon {
	margin-bottom: 20px;
}
ul.icon li {
	display: inline-block;	
}
ul.icon img {
	width: 30px;		
}
ul.icon img:hover {
	opacity: 0.8;		
}

/*更新情報・お知らせ
---------------------------------------------------------------------------*/
.new dl {
	padding: 0px 10%;		
}
.new dt {
	float: left;
	width: 9em;		
	letter-spacing: 0.1em;
}
.new dd {
	padding-left: 9em;
}

/*ta1設定
---------------------------------------------------------------------------*/
.ta1 caption, .ta2 caption {
	border: 1px solid #ccc;	
	border-bottom: none;	
	text-align: left;		
	background: rgba(0,0,0,0.3);	
	font-weight: bold;		
	padding: 15px 10px;		
}

.ta1 {
	width: 94%;
	table-layout: fixed;
	margin: 0 3% 30px;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #ccc;	
	padding: 15px 10px;		
	word-break: break-all;
}

.ta1 th {
	width: 150px;	
	text-align: center;	
	font-weight: normal;
}
.ta1 ul.disc {
	padding-bottom: 0;
	padding-left: 20px;
}

/*inputボタン
---------------------------------------------------------------------------*/
#contents input[type="submit"].btn,
#contents input[type="button"].btn,
#contents input[type="reset"].btn {
	-webkit-appearance: none;
	outline: none;
	padding: 5px 20px;		
	border: 1px solid #333;	
	border-radius: 3px;		
	background: #333;		
	color: #fff;			
}

#contents input[type="submit"].btn:hover,
#contents input[type="button"].btn:hover,
#contents input[type="reset"].btn:hover {
	border: 1px solid #333;	
	background: #fff;		
	color: #333;			
	}

/*単一ページ
---------------------------------------------------------------------------*/
dl.text-menu dt {
	 background: rgba(0,0,0,0.5);	
	 border-radius: 5px;			
	 padding: 5px 10px;				
	 text-align: center;			
}
dl.text-menu dd + dt {
	margin-top: 10px;
}

dl.text-menu dd {
	overflow: hidden;
	margin: 0px 20px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

dl.text-menu dd .price {
	float: right;	
}

/*NEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;	
	color: #FFF;		
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}

/*PAGE TOP
---------------------------------------------------------------------------*/
body .nav-fix-pos-pagetop a {display: none;}
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;text-decoration: none;text-align: center;
	width: 50px;		
	line-height: 50px;	
	z-index: 1;
	position: fixed;
	bottom: 20px;	
	right: 3%;		
	background: #666;	
	background: rgba(0,0,0,0.6);	
	color: #fff;	
	border: 1px solid #fff;	
	animation-name: opa1;	
	animation-duration: 1S;	
	animation-fill-mode: both;	
}
/*マウスオン時*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	background: #999;	
}

/*ul.disc,ol
---------------------------------------------------------------------------*/
ul.disc {
	list-style: disc;
	padding: 0 3% 20px 6%;
}
ol {
	padding: 0 3% 20px 6%;
}

/*その他
---------------------------------------------------------------------------*/
.clearfix::after {content: "";display: block;clear: both;}
.look {background: #000;border: 1px solid #555;display: inline-block;padding: 0px 10px !important;border-radius: 4px;}
p.look {margin: 0 3%;}
.mb15,.mb1em {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb50 {margin-bottom: 50px !important;}
.plr3p {padding-left: 3% !important;padding-right: 3% !important;}
.clear {clear: both;}
.color1, .color1 a {
	color: #c00;
	font-weight:600 !important;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.wl {width: 96%;}
.ws {width: 50%;}
.w48p {width: 48%;}
.c {text-align: center !important;}
.r {text-align: right !important;}
.l {text-align: left !important;}
.fl {float: left;}
.fr {float: right;}
.sh {display: none;}
.ofh {overflow: hidden;}
.mt50 {margin-top: 50px !important;}




/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:820px){

html,body {
	font-size: 2vw;	
}

/*ヘッダー
---------------------------------------------------------------------------*/
.home header #logo {
	margin-bottom: 0;
	width: 70px;	/*画像幅*/
}

/*ヘッダーメニュー
---------------------------------------------------------------------------*/
#header-menu {
	display: none !important;
}

header .nav li {
	display: inline-block;	
	padding-left: 15px;		
	letter-spacing: 0rem;
}

/*コンテンツ
---------------------------------------------------------------------------*/
.home #contents {
	padding-top: 30px;	
}

#contents .list h4 {
	margin-bottom: 30px;	
	font-size: 1.2rem;		
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-weight:600;
}
	#contents .list h4.day {
	margin-bottom: 20px;	
	font-size: 1.2rem;		
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-weight:500;
	}

/*list-column
---------------------------------------------------------------------------*/
#contents .list-column {
	width: 100%;
}
	
/*フッター設定
---------------------------------------------------------------------------*/
footer .ta1 th {
	width: 25%;
}

/*その他
---------------------------------------------------------------------------*/
body.s-n .sub,body.s-n #footermenu {display: none;}

#contents .list figure,
#contents .list video {
	width: 50%;		
	margin: 20px 0 0;
/*	opacity: 0.4;	*/
}

.new dl {
	padding: 0px 3%;		
}
}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

html,body {
	font-size: 3vw;
}

/*ヘッダー
---------------------------------------------------------------------------*/
header #logo {
	margin-left: 70px;
}

header .nav {
	display: none !important;

}


/*コンテンツ
---------------------------------------------------------------------------*/
.home #contents {
	padding-top: 30px;	
}
/*h2タグ*/
#contents h2 {
	margin-bottom: 30px;
}
/*他、微調整*/
#contents section + section {
	margin-top: 50px;
}

#contents .list h4 {
	margin-bottom: 20px;	
	font-size: 1.0rem;		
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-weight:600;
}
	#contents .list h4.day {
	margin-bottom: 20px;	
	font-size: 1.0rem;		
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-weight:500;
	}

/*list-column
---------------------------------------------------------------------------*/
#contents .list-column {
	width: 100%;
}

/*テーブル
---------------------------------------------------------------------------*/
.ta1, .ta1 td, .ta1 th {
	padding: 5px;	
}

.ta1 th {
	width: 100px;
}

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 94%;}
.w48p {width: 100%;}
.fl {float: none;}
.fr {float: none;}
.sh {display:block;}
.pc {display:none;}

#contents .list figure,
#contents .list video {
	width: 50%;		
	margin: 0;
/*	opacity: 0.4;	*/
}
.new dl {
	padding: 0px 3%;		
}
}


/*画面幅380px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:380px){

/*コンテンツ
---------------------------------------------------------------------------*/
.home #contents {
	padding-top: 30px;	
}

#contents h2 {
	margin-bottom: 30px;
}

#contents .list figure,
#contents .list video {
	width: 50%;	
	margin: 0;
/*	opacity: 0.4;	*/
}
.new dl {
	padding: 0px 3%;		
}
}
