@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400italic,700);
@import url(https://fonts.googleapis.com/css?family=Andada);
*{
	   
margin: 0;   
padding: 0;   
}

*{
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}


/* リンク・マージン
================================================== */

a:link{
	color: #666; text-decoration: none;
}
a:visited{
	color: #666; text-decoration: none;
}
a:active{
	color: #666; text-decoration: none;
}
a:hover{
	color: #000; text-decoration: none;
}
a:hover *{
	filter: alpha(opacity=85);-moz-opacity:0.85;opacity:0.85;
}

/* マージン
================================================== */
.mt20{
	margin-top: 20px;
}
.mb10{
	margin-bottom: 10px;
}
.mtb10{
	margin-top: 10px;
	margin-bottom: 10px;
}
.ptb60{
	padding-top: 60px;
	padding-bottom: 60px;
}
.ptb40{
	padding-top: 40px;
	padding-bottom: 40px;
}
.ptb30{
	padding-top: 30px;
	padding-bottom: 30px;
}
.pb10{
	padding-bottom: 10px;
}
.pb30{
	padding-bottom: 30px;
}
.pt40{
	padding-top: 40px;
}
.pt60{
	padding-top: 60px;
}
.pt80{
	padding-top: 80px;
}
.pt23{
	padding-top: 23px;
}
.pt10{
	padding-top: 5px;
}
.pb60{
	padding-bottom: 60px;
}
.pb10{
	padding-bottom: 10px;
}
.bb_bk{
	border-bottom: 1px solid #000;
}
.fw_bold{
	font-weight: bold;
}
.fc_red{
	color: #993333;
}
.fc_blue{
	color: #26287d;
}
.txt_center{
	text-align: center;
}
.txt_right{
	text-align: right;
}
}.fs_12{
	font-size: 12px;
}

/* 全体
================================================== */
 
body{
	margin:0px;
	padding:0px;
	line-height: 1.8em;
	color: #333;
	font-size: 15px;
	-webkit-text-size-adjust: none;
}
a{
  outline : 0 ;
}
img{
   border:none;
}
ul,ol li{
     list-style:none;
}
dl,dt dd{
	margin:0;
	padding: 0;
}

/* ヘッダー
================================================== */
#header_wp{
    width: 100%;
}
.header_cts{
	width: 980px;
	margin: 0 auto;
}
.header_cts h1,
.header_cts p{
	font-size: 12px;
	float: left;
	margin-bottom: 15px;
	margin-top: 10px;
}
.logo{
	float: left;
	width: 55%;
	margin-top: 10px;
	margin-bottom: -50px;
}
.SNS{
	float: right;
	width: 57%;
	margin-top: 20px;
}
.header_info{
	float: right;
	width: 630px;
	padding-bottom: 17px;
}
.header_info_top{
	clear: both;
	margin-top: 10px;
}
.header_info_top img{
	height: 23px;
	vertical-align: middle;
}
.header_info_top ul li{
	font-size: 12px;
	display:inline;
	padding-right: 10px;
	padding-left: 8px;
}
.asuraku{
	background-color: #993333;
	color: #fff;
	padding: 5px 10px;
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
	border-radius: 5px;         /* CSS3 */
	margin-right: 5px;
}

/* メニュー
================================================== */
#menu_wp{
    width: 100%;
    height: 50px;
    background: rgb(29, 33, 19);
}

.menu {
    position: relative;
    width: 100%;
    height: 50px;
    max-width: 980px;
    margin: 0 auto;
}
nav {
	width: 100%;
	z-index: 200;
}
nav.fixed {
	position: fixed;
	left: 0;
	top: 0;
}
.menu > li {
    float: left;
    width: 25%; /* グローバルナビ4つの場合 */
    height: 50px;
    line-height: 50px;
    background: rgb(29, 33, 19);
	text-align: center;
}

.menu > li a {
    display: block;
    color: #fff;
	font-family: 'Libre Baskerville', serif;
}

.menu > li a:hover {
    color: #000;
}

.menu__second-level {
    visibility: hidden;
    opacity: 0.95;
    z-index: 1;
}


.menu > li:hover {
    background: #666;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li a{
    color: #fff;
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}
/* mega menu */
li.menu__mega div.menu__second-level {
	position: absolute;
	top: 40px;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 20px 2%;
	background: #666;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
li.menu__mega:hover div.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 0.95;
}
li.menu__mega div.menu__second-level > div.category_list{
    float: left;
    width: 20%;
    border: none;
	text-align:left;
}
.category_list li a{
	font-size: 12px;
	line-height: 40px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.category_list h2 a{
	font-size: 13px;
	font-weight: normal;
	color: #ccc;
}
.category_list li a:hover,
.category_list h2 a:hover{
	color: #000; text-decoration: none;
}

/* メニュー2
================================================== */
#menu_wp2{
width: 100%;
height: 100px;
/* background: rgb(29, 33, 19); */
background: #e5e5e3;
}

.menu2 {
    position: relative;
    width: 100%;
    height: 100px;
    max-width: 980px;
    margin: 0 auto;
}
nav {
	width: 100%;
	z-index: 200;
}
nav.fixed {
	position: fixed;
	left: 0;
	top: 0;
}
.menu2 > li {
    float: left;
    width: 20%; /* グローバルナビ 4つの場合 25％ 5つの場合 20％ */
    height: 100px;
    line-height: 100px;
    /* background: rgb(29, 33, 19); */
	background: #c5c5c5;
	text-align: center;
}

.menu2 > li a {
    display: block;
    color: #000;
	font-family: 'Libre Baskerville', serif;
}

.menu2 > li a:hover {
    color: #fff;
}

.menu__second-level {
    visibility: hidden;
    opacity: 0.95;
    z-index: 1;
}


.menu2 > li:hover {
    background: #666;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li a{
    color: #fff;
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.menu2:before,
.menu2:after {
    content: " ";
    display: table;
}

.menu2:after {
    clear: both;
}

.menu2 {
    *zoom: 1;
}
/* mega menu */
li.menu__mega div.menu__second-level {
	position: absolute;
	top: 40px;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 20px 2%;
	background: #666;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
li.menu__mega:hover div.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 0.95;
}
li.menu__mega div.menu__second-level > div.category_list{
    float: left;
    width: 20%;
    border: none;
	text-align:left;
}
.category_list li a{
	font-size: 12px;
	line-height: 40px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.category_list h2 a{
	font-size: 13px;
	font-weight: normal;
	color: #ccc;
}
.category_list li a:hover,
.category_list h2 a:hover{
	color: #000; text-decoration: none;
}

/* 背景
================================================== */
.content_dot {
	clear: both;
	background: url(../images/dot_ptn.png) repeat;
	padding: 20px 0;
	border-bottom: 4px solid #111;
}
.content_gray {
	clear: both;
	width: 100%;
	background-color: #ece9e0;
}
.content_blk {
	clear: both;
	width: 100%;
	background: #111;
}
.content_wp {
	clear: both;
	width: 980px;
	margin: 0 auto;
}
.page_header {
	clear: both;
	width: 980px;
	margin: 0 auto;
}

/* ヘッダー検索部
================================================== */
#search{
	width:500px;
	float:left;
	font-size: 12px
}
#search h3{
	font-family: 'Libre Baskerville', serif;
	font-size: 13px;
}

input.text{
	color: #333333;
	font-size: 12px !important;
	margin: 0;
	padding: 5px 5px;
}
input.yen{
	width:40px;
	height:13px;
}
input.word{
	width:200px;
	height:13px;
}
input.search_btn{
	vertical-align: top;
	height:25px;
	width:25px;
	margin-left: -5px;
}
/* ヘッダー 楽天ポイント案内
================================================== */
#point_info{
	float:left;
	width: 150px;
}
#point_info h3{
	font-family: 'Libre Baskerville', serif;
	font-size: 13px;
}
#point_info p{
	font-size: 12px;
}
span.pointup{
	color: #cc0000;
	font-size: 12px;
	font-weight: bold;
	margin-left: 3px;
}
#billboard {
	margin-top: 13px;
	float:right;
    height: 40px;
    overflow: hidden;
    position: relative;
    width: 320px;
}
#billboard ul li {
    display: block;
    height: 40px;
}
#billboard ul li img{
    height: 40px;
}
/* btn */
.mod_billboardcontent_btn {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

/* ページ用ヘッダーバナー部
================================================== */

ul.pbn_wp{
	width: 980px;
	margin: 0 auto;
}

ul.pbn_wp li{ 
	display: inline-block;
	margin-right: 16px;
}
ul.pbn_wp li.bn_last{ 
	margin-right: 0;
}
ul.pbn_wp li img{
	width: 310px;
	border: 1px solid #ccc;
}

ul.pbn_wp2{
	width: 980px;
	margin: 0 auto;
}

ul.pbn_wp2 li{ 
	display: inline-block;
	margin-right: 13px;
}
ul.pbn_wp2 li img{
	width: 482px;
}
ul.pbn_wp2 li.last{ 
	margin-right: 0;
}

.page_h_w980{
	width: 980px;
	margin: 10px auto;
}

.page_h_w980 img{
	width: 977px;
	border: 1px solid #ccc;
}

/* NEW
================================================== */
h1.top_new{
	background: url(../images/new_title.png) no-repeat top center;
	width: 980px;
	font-size: 12px;
	text-align: center;
	padding-top: 45px;
	font-weight: normal;
}
h1.top_re{
	background: url(../images/re_title.png) no-repeat top center;
	width: 980px;
	font-size: 12px;
	text-align: center;
	padding-top: 45px;
	font-weight: normal;
	margin-bottom: 30px;
}
/* キャンペーン
================================================== */

h1.tag_title{
	font-size: 24px;
	font-weight: normal;
	padding: 30px 0 30px 0;
	font-family: 'Libre Baskerville', serif;
}
h1.tag_title img{
	margin-top: -40px;
}
span.rv_jp{
	font-size: 13px;
	margin-left: 10px;
}
.cpn_l{
	float: left;
	width: 335px;
	height: 370px;
	border: 1px solid #666;

}
.cpn_r{
	float: left;
	width: 600px;
	height: 330px;
	background-color: #666;
	border: 1px solid #666;
	padding: 20px;
	color: #fff;
	position: relative;
}
.cpn_r h2{
	font-size: 18px;
	font-weight: normal;
	font-family: 'Libre Baskerville', serif;
}
.h2fs_85{
	font-size: 85%;
	font-family: 'Andada', serif;
	letter-spacing: 0.1em;
}
.cpn_r p{
	font-size: 13px;
	line-height: 170%;
	padding-botom: 15px;
}
.cpn_second{
	float: left;
	width: 250px;
	position: absolute;
	bottom: 15px;
}
.cpn_second h3{
	font-size: 14px;
	color: #ffff66;
}
.cpn_second h4{
	font-size: 12px;
	font-weight: normal;
	line-height: 160%;
	color: #fff;
}
.cpn_second h4 a{
	color: #fff;
}

.cpn_second h4 a:hover{
	text-decoration: underline;
}

.cpn_second_item{
	float: right;
	width: 300px;
}
.cpn_item{
	border: 1px dotted #fff;
	padding: 7px;
	margin-top: 10px;
}
.cpn_item img{
	float: left;
	width: 80px;
	margin-right: 10px;
}
.cpn_item h4{
	font-size: 12px;
	padding: 5px 0; 
	font-weight: normal;
	line-height: 160%;
	color: #fff;
}
.cpn_item h4 a{
	color: #fff;
}
.cpn_item h4 a:hover{
	text-decoration: underline;
}
p.cpn_text{
	color: #ffff66;
	font-weight: bold;
}
.cpn_price {
	font-size: 15px;
	font-family: 'Andada', serif;
	letter-spacing: 0.05em;
}
.cpn_more a{
	width: 300px;
	background-color: #fff;
	padding: 5px 0;
	text-align: center;
	text-decoration:none;
	display:block;
	color: #333;
	font-size: 12px;
	margin-top: 10px;
}
.cpn_more a:hover{
	width: 300px;
	background-color: #111;
	color: #fff;
	padding: 5px 0;
	text-align: center;
	text-decoration:none;
	display:block;
	font-size: 12px;
	margin-top: 10px;
}

/* バナー部
================================================== */
ul.bn_wp{
	width: 980px;
	margin: 0 auto;
}

ul.bn_wp li{ 
	display: inline-block;
	margin-right: 18px;
}
ul.bn_wp li.bn_last{ 
	margin-right: 0;
}
ul.bn_wp li img{
	width: 310px;
}

ul.bn_wp_2{
	width: 980px;
	margin: 0 auto;
}

ul.bn_wp_2 li{ 
	display: inline-block;
	margin-right: 10px;
}
ul.bn_wp_2 li.bn_last_2{ 
	margin-right: 0;
}
ul.bn_wp_2 li img{
	width: 480px;
}

.bn_w980{
	width: 980px;
	margin: 20px auto 0 auto;
}

/* 雑誌掲載
================================================== */
.magazine{
	width: 980px;
	margin: 0 auto;
}
h1.post_title{
	float: left;
	font-size: 18px;
	font-weight: normal;
	padding: 25px 0 30px 30px;
	font-family: 'Libre Baskerville', serif;
}
h1.post_title img{
	margin-top: -35px;
}
p.post_more{
	float: right;
	padding: 35px 10px 0 10px;
	margin-right: 10px;
	font-size: 12px;
	border-bottom: 1px dotted #333;
}

.slider{
	clear: both;
	width: 100%;
}
.slider img{
	border: 0px;
	padding: 30px;
}
/* フッターカテゴリー
================================================== */
ul.f_category li{ 
	display: inline-block;
	margin-right: 20px;
	width: 100px;
	text-align: center;
}
ul.f_category li:last-child{ 
	margin-right: 0;
}
/* フッター
================================================== */
h1.s_guide{
	width: 500px;
	margin: 0 auto;
	font-family: 'Libre Baskerville', serif;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	padding-top: 30px; 
}
#footer_wp{
	clear: both;
	width: 980px;
	margin: 20px auto 30px auto;
	border: 1px solid #DDDDDD;
	font-size: 12px;
	background-color: #fff;
	line-height: 170%;
}
.footer_first{
	margin: 15px;
	background-color: #f8f8f8;
}
.footer_first p{
	padding: 15px 20px 20px 20px;
	line-height: 190%;
}
.footer_first h2{
	padding: 20px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-align: center;
	line-height: 190%;
}
span.check{
	color: #cc3333;
}
span.free{
	color: #4169E1;
}
h4.finfo_txt{
	font-weight: bold;
	color: #333;
	margin-top: 15px;
}
span.hl{
	font-weight: bold;
	line-height: 250%;
	color: #333;
}
span.fs11{
	font-size: 11px;
	line-height: 150%;
}

.footer_l{
	float : left;
	margin: 15px 0 15px 20px;
	width: 285px;
}


.footer_c{
	float : left;
	margin: 15px 0 15px 40px;
	width: 285px;
}

.footer_r{
	float : right;
	margin: 15px 25px 25px 0;
	width: 285px;
}

.footer_l p,
.footer_c p,
.footer_r p{
	margin-top: 10px;
}

.footer_last{
	clear: both;
	margin: 20px auto;
	width: 930px;
	border-top: 1px solid #DDDDDD;
}
.footer_last p{
	padding: 15px;
	text-align: center;
}

.calendar{
	width: 200px;
	font-size: 11px;
}

.footer_info{
	width: 980px;
	margin: 0 auto;
	text-align: center;
	color: #eee;
}
.footer_info p{
	font-size: 12px;
	line-height: 170%;
	margin-bottom: 15px;
}
p.cp_line{
	font-family: 'Libre Baskerville', serif;
	font-size: 10px;
}
ul.f_sns{
	margin-bottom: 20px;
}
ul.f_sns li{
	font-size: 12px;
	display:inline;
	padding-right: 10px;
	padding-left: 8px;
}
ul.f_sns li img{
	height: 23px;
	vertical-align: middle;
}

/*　IEブラウザ用 */

.clearfix:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix{
  min-height: 1px;
}

* html .clearfix{
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* 会社概要 <section>～</section>
================================================== */
@media only screen and (max-width: 768px) {
#company-area {
margin: 0 auto;
padding-top: 40px; }
#company-area .company-inner {
margin: 0 auto;
padding: 0 10px; }
#company-area .company-inner h2 {
margin: 0 auto 40px;
text-align: center; }
#company-area .company-inner ul li {
margin-bottom: 20px; }
#company-area .company-inner ul li dl dt {
float: left;
width: 105px; }
#company-area .company-inner ul li dl dt.director {
padding-top: 3px;
line-height: 1.3em; }
#company-area .company-inner ul li dl dd {
margin-bottom: 5px;
padding-left: 105px;
width: 100%; }
#company-area .company-inner ul li dl dd.director {
height: 40px; }
#company-area .company-inner ul li dl dd:last-child {
margin-bottom: 0; }
#company-area .map iframe {
width: 100%;
height: 320px;
} }

@media only screen and (min-width: 769px) {
#company-area {
margin: 0 auto;
padding-top: 30px;
/* padding-top: 80px; } */
padding-bottom: 30px;
background: #ffffff;
}
#company-area .company-inner {
margin: 0 auto;
width: 980px; }
#company-area .company-inner h2 {
margin: 0 auto 80px;
text-align: center; }
#company-area .company-inner ul {
margin-bottom: 40px; }
#company-area .company-inner ul:after {
display: block;
clear: both;
content: ''; }
#company-area .company-inner ul li {
float: left;
margin-right: 40px;
width: 500px; }
#company-area .company-inner ul li:last-child {
margin-right: 0; }
#company-area .company-inner ul li dl.english dt {
float: left;
width: 120px; }
#company-area .company-inner ul li dl.english dt.director {
padding-top: 3px;
line-height: 1.3em; }
#company-area .company-inner ul li dl.english dd {
padding-left: 120px;
width: 500px; }
#company-area .company-inner ul li dl.english dd.director {
height: 40px; }
#company-area .company-inner ul li dl.japanese dt {
float: left;
width: 90px; }
#company-area .company-inner ul li dl.japanese dd {
padding-left: 90px;
width: 500px; }
#company-area .map iframe {
width: 980px;
height: 440px;
} }
