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

/***********************************************************/
/*　ゲストサイト全ページに読み込ませるCSS　（PC、SP共用）  */
/***********************************************************/
/*　社内メモ  */
/*　制作：東  */

/***********************************************************/
/*リセット等　共通のスタイル*/
/***********************************************************/

*{
	margin:0;
	padding:0;
}

html{
    overflow-y: scroll;
	height:100%;
}
h1, h2, h3, h4, h5, h6{
    font-size: 100%;
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}
a{ text-decoration: none; outline:none;}
table{
    border-collapse: collapse;
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, th, var{
    font-style: normal;
    font-weight: normal;
}

body {
	color:#000;
	font-size:16px;
	line-height	: 1.3em;
	font-family:Century Gothic,Helvetica, Arial, sans-serif;
	font-family: 'Questrial', sans-serif;
	-webkit-text-size-adjust: none;
	background:#FFF;

}

body.chs,body.chc,body.kor{
	font-family : 'Lato', 'Arial', sans-serif;
}
body.tha{
	font-family : karla,sans-serif,Arial,"Helvetica Neue";
}




p { margin: 0 0 0.8em; line-height: 1.3em;}

img{vertical-align:bottom;border:none;}

small{ font-size:85%;}

/*----------------------------------------------------
　　　リンクのスタイル（共通）
-----------------------------------------------------*/
a {color: #cc3333; text-decoration:underline;}
/*----------------------------------------------------
		クラス
-----------------------------------------------------*/

.left{text-align:left;}
.right{text-align:right;}
.center{text-align:center;}
.v_top{vertical-align:top;}
.f_r{float:right!important;}
.f_l{float:left!important;}
.clear{ clear:both;}
.mg-0{ margin:0!important;}
.mg-t0{ margin-top:0!important;}
.mg-b15{ margin-bottom:15px!important;}

.pd-t15{ padding-top:15px!important;}
.bold{font-weight:bold;}

.fs_110{ font-size:110%;}
.fs_90{ font-size:90%;}
.fs_80{ font-size:80%;}

/*テキスト非表示*/
.txtint{
	overflow:hidden;
	text-indent:100%;
	white-space: nowrap;
}

/*2行目からの字下げ*/
.txtint2 {
  padding-left: 1em;
  text-indent: -1em;
}
body.eng .txtint2 {
  padding-left: 0.5em;
  text-indent: -0.5em;
}

.disnon{
	display:none;
}
.linon{
	list-style:none;
}

/*clearfix*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}


.pos_re{position:relative;}
.pos_ab{position:absolute;}


.bd_none{border:none!important;}

.dis_pc{}/*PCでのみ表示*/
.dis_sp_i,.dis_sp_b{display:none;}/*SPでのみ表示*/

/***********************************************************/
/*PC表示時には非表示のもの*/
/***********************************************************/

.drawer-toggle,.drawer-nav{
	display:none;
}



/***********************************************************/
/*基本レイアウト*/
/***********************************************************/

.inner{
	clear:both;
	width:1000px;
	margin:0 auto;
}

.inner:after {
  content: "";
  clear: both;
  display: block;
}


/***********************************************************/
/*見出し、テーブル等*/
/***********************************************************/

h2{
	color:#A40000;
	font-family: 'EB Garamond', serif;
	font-size:360%;
	font-weight:200;
	line-height:1.2;
	width:1000px;
	text-align:center;
	margin:1em auto 0.8em;
	letter-spacing: 0.05em;
	clear:both;
}
body.chs h2,body.chc h2,body.kor h2{
}
body.tha h2{
	font-family: 'Chonburi', cursive;
	font-family: 'Pattaya', sans-serif;
}

h3{
	font-size:180%;
	font-weight:200;
	line-height:1.2;
	margin:2em auto 0.7em;
	letter-spacing: 0.02em;
}
h3 span{
	font-size:120%;
}

h4{
	font-size:140%;
	font-weight:bold;
	line-height:1.2;
	color:#a40000;
	margin:0.8em auto 0.4em;
	letter-spacing: 0.02em;
}



/***********************************************************/
/*ヘッダー*/
/***********************************************************/
header {
	min-width:1000px;
	
}
header .inner {
	position:relative;
	padding:20px 0;
}	
header h1{
	height: 74px;
	width: 268px;
}
header h1 a {
	display: block;
	overflow:hidden;
	text-indent:100%;
	white-space: nowrap;
	background:url(../img/tmpl/h1_logo.gif) no-repeat left top;
	background-position:left center;
	background-repeat:no-repeat;
	height: 74px;
	width: 268px;
	background-size:auto 74px;
	-webkit-background-size:auto 74px;
	-moz-background-size:auto 74px;
}

/*SNS*/
.sns_share{
	background:#fff;
	position:absolute;
	height:25px;
	top:48px;
	left: 635px;
}


/*言語セレクト*/
#lang{
	position:absolute;
	right:0;
	bottom: 33px;
}


/*-----------------------------------------
　　　グローバルメニュー
-------------------------------------------*/
nav#g_navi{
	min-width:1000px;
	margin:0 auto;
	background-color: #a40000;
}


nav#g_navi>ul{
	list-style:none;
	text-align: center;
	height:60px;
}

nav#g_navi>ul>li {
	clear: right;
    float: left;
	position: relative;
	width:25%;
		
}


body.eng nav#g_navi ul>li#nav-00 {width: 200px;}
body.eng nav#g_navi ul>li#nav-02 {width: 325px;}
body.eng nav#g_navi ul>li#nav-04 {width: 225px;}


nav#g_navi ul>li>a {
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
	padding:20px 15px;
	height:60px;
	box-sizing:border-box;
	position:relative;
	
	transition: 0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
}


nav#g_navi ul>li>a:hover,nav#g_navi ul>li>a.current {
    background: none repeat scroll 0 0 #B73233;
}
body.chs nav#g_navi ul>li>a, body.chc nav#g_navi ul>li>a{
	font-size:18px;
}
body.eng nav#g_navi ul>li#nav-02 >a{ padding: 10px 15px;}

nav#g_navi>ul>li>a:after{
	content: "";
	position:absolute;
	display:block;
	width:1px;
	height:20px;
	background:#ba3d3d;
	right:0;
	top:20px;
	
}
nav#g_navi>ul>li:last-child>a:after{
	display:none;
}


/*参考ページ
http://www.webdlab.com/labs/dropdownmenu-3/*/
nav#g_navi li ul.c_navi {
  left: 0;
  position: absolute;
  background:#FFF;
  border-color:#a40000;
  border-style:solid;
  border-width:0 1px 0 1px;
  width:225px;
  z-index:500;
}
nav#g_navi li ul.c_navi li {
/* overflow: hidden;
  height: 0;*/
  display:none;
 transition: 0.2s;
	-moz-transition:0.2s;
	-webkit-transition:0.2s;
}
nav#g_navi li ul.c_navi li a {
  border-bottom: 1px solid #a40000;
  color:#a40000;
  height: 40px;
  line-height:40px;
  padding:0 15px;
  display:block;
}
nav#g_navi li ul.c_navi li a:hover {
	background-color:#FFE6E6;
}
nav#g_navi li:hover > ul.c_navi > li {
  /*overflow: visible;*/
  height: 40px;
  display:block;
}

/***********************************************************/
/*ボタン*/
/***********************************************************/
a.btn  {
	text-align:center;
	color: #fff;
	clear:both;
	background: #a40000;
	text-decoration: none;
	font-size: 1.6em;
	letter-spacing: 0.1em;
	box-sizing: border-box;

}


a.big {
	display:block;
	width: 610px; 
	height: 70px; 
	line-height: 70px;  
	margin: 50px auto;
	}
	
a.big2 {
	background: #fff;
	color: #a40000;
	display:block;
	width: 914px; 
	height: 84px; 
	line-height: 84px;  
	margin: 0px auto 10px;
	}


		a.big2::before{
		position:absolute;
		content:"";
		display:block;
		width:12px;
		height:12px;
		border-top: 4px solid #a40000;
		border-right: 4px solid #a40000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		right:65px;
		top:1.25em;
}	
a.sml {
	display: inline-block;
	width: 360px; 
  	height: 90px;
	line-height: 90px;
	margin: 0 15px 15px 0;
	vertical-align:top;
	}

/*a.sml.b_cent{
	display:block;
	margin: 0 auto 15px;
}*/
/*body.eng a.sml:nth-child(1){ padding-top:19px; line-height: 1.1em;}	*/



@media (max-width: 767px) {
	a.btn  {
	font-size: 1.2em;
}
	a.big {
	width: 100%;  
	margin: 20px auto;
	height: 40px; 
	line-height: 40px;  
	}
	
	a.big2 {
	width:100%;
	max-width:600px;/*SAKEバナーと同じ*/
	font-size:5vw;
	height:auto;
	padding: 15px;
	position: relative;
	line-height: 1.2em;
	}
	

	a.big2:before {/*高さをSAKEバナーと同じ比率に保つ*/
	position:absolute;
    content: "";
	padding-top: 14.5%;
    display: block;
	width:12px;
	height:12px;
		border-top: 4px solid #a40000;
		border-right: 4px solid #a40000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		right:15px;
		top: 40%;
	}



}


a.btn:hover{
    background-color: #B73233;
}
a.big2:hover{
    background-color: #FFE6E6;
}
input.search {
	font-size: 160%;
}



/***********************************************************/
/*フッター*/
/***********************************************************/
footer{
	clear:both;
	margin:0 auto;
	min-width:1000px;
	height:140px;
	background-color: #000;
	color:#FFF;
	padding:10px 0 0 0;
}




#footer_navi{
	/*padding: 0 80px;*/	
	
}

#footer_navi p{
	margin: 5px 0;
	text-align:right;
	
}

#footer_navi p.copy{
	font-size: 13px;
	padding-top:1em;
}

#footer_navi a{
	color:#FFF;
	text-align:right!important;
	text-decoration:underline;
}

#footer_navi a:hover{
	text-decoration:none;
}



#footer_navi p img{
	vertical-align:middle;
}



/***********************************************************/
/*その他*/
/***********************************************************/

#pankz {
	padding:0.8em 0;
	background:#313131;
	color:#FFF;
	font-size:15px;
	min-width:1000px;
}
#pankz p{
	width:1000px;
	margin:0 auto!important;
}
#pankz a{
	color:#FFF;
	text-decoration:none;
}
#pankz a:hover{
	color:#CCC;
}

#pageTop {
	clear:both;
}
#pageTop .inner{
	position:relative;
	height:170px;
	min-width:1000px;
}


#pageTop a {
	position:absolute;
	bottom:0;
	right:0;
	width:90px;
	height:69px;
	background:url(../img/tmpl/bg_pagetop.gif) left top no-repeat;
	overflow:hidden;
	text-indent:100%;
	white-space: nowrap;
}


/*ボタン*/
.btn_r{
	color: #fff;
	background: #a40000;
	text-decoration: none;
	display:block;
	width:700px;
	font-size: 1.4em;
	letter-spacing: 0.1em;
	line-height:1.2;
	box-sizing: border-box;
	padding:20px 50px 20px 20px;
	margin:50px auto;
	position:relative;
}
.btn_r:after{
	position:absolute;
	content:"";
	display:block;
	width:15px;
	height:15px;
	border:#fff solid;
	border-width:3px 3px 0 0;
	right:20px;
	top:35%;
	-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn_r:hover{
    background-color: #B73233;
}
.btn_r.point{
	background-image:url(../img/about/point.png);
	background-position:left 10px center;
	background-repeat:no-repeat;
	padding:15px 50px 15px 70px;
	min-height:65px;
}

.btn_r.r2{
	margin:0 10px 0 0;
	width:452px;
	height:87px;
	display:inline-block;
	font-size: 1.5em;
	padding:30px 50px 30px 20px;
}
.btn_r.r2:after{
	top:40%;
}




/***********************************************************/
/*フォーム*/
/***********************************************************/
/*フォームのスタイルをリセット*/
input[type="text"], input[type="button"], button, textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
   -webkit-border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/*firefox用*/
  text-indent: 0.01px;
  text-overflow: '';
	font-size:16px;
	font-family:Century Gothic,Helvetica, Arial, sans-serif;
	font-family: 'Questrial', sans-serif;
}

body.chs input[type="text"], body.chs input[type="button"], body.chs button, textarea, select,
body.chc input[type="text"], body.chc input[type="button"], body.chc button, textarea, select,
body.kor input[type="text"], body.kor input[type="button"], body.kor button, textarea, select,{
	font-family : 'Lato', 'Arial', sans-serif;
}
body.tha input[type="text"], body.tha input[type="button"], body.tha button, textarea, select,{
	font-family : karla,sans-serif,Arial,"Helvetica Neue";
}

select::-ms-expand {
  display: none;
}


select#select_lang{
	padding:5px 30px 5px 5px;
	background:url(../img/tmpl/btn_select.gif) right 5px center no-repeat #ffffff;
	box-sizing:border-box;
	border:1px solid #d2d2d2;
	width: 165px;
	height: 2.1em;
}



/***********************************************************/
/*mod-cookie-bar*/
/***********************************************************/
.mod-cookie-bar {
	display: none;
   /* position: fixed;*/
    top: 0;
    right: 0;
    left: 0;
    z-index: 10000;
    padding: 0;
    background-color: #2b2b2b;

}
.mod-cookie-bar__body {
	max-width: 71.25rem;
    margin: 0 auto;

}
.mod-cookie-bar__body-inner {
	 position: relative;
    display: block;
    overflow: hidden;
    height: 50px;
    padding-right: 6.25rem;
}
.mod-cookie-bar__text {
	 -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 50%;
    display: block;
    line-height: 16px;
    font-size: 12px;
    color: #fff;
    padding-right: 15px;

}
.mod-cookie-bar__button{
	display: inline-block;
    vertical-align: top;
    height: 40px;
    line-height: 38px;
    border-radius: 4px;
    color: #fff !important;
    background-color: #e7001d;
    font-size: 16px;
    padding: 0 15px;
    outline: none !important;
    cursor: pointer;
    border: 0;
    font-weight: 700;
    transition: all .1s ease;
	text-decoration:none;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 50%;
    position: absolute;
    right: 0;
    height: 30px !important;
    line-height: 28px !important;

}






