@charset "utf-8";


/* --------------------------------
	Common
-------------------------------- */
html {
overflow: auto;
}
* html {
	overflow: hidden;
	overflow-x: auto;
	height: 100%;
}
body {
	font-family: YuGothic, 'Yu Gothic', 游ゴシック体, 游ゴシック, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif, normal;
	line-height: 1.5em;
	font-size:16px ;
	font-size:1.6rem;
/*	background-color:#E7EAED;*/
	background-color:#fff;
	color: #777;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	height: 100%;
	position: relative;
	}

* html body {
	overflow-y: auto;
}

.wrap {
	overflow: hidden;
}
.sp_b20{margin-bottom:20px ;}
.sp_b30{margin-bottom:30px ;}
.sp_tate50{margin:50px 0px ;}
.img_sp15 img{padding-bottom:15px ;}

@media only screen and (min-width: 768px) { .top_message { width: 750px; } }
@media only screen and (min-width: 992px) { .top_message { width: 970px; } }
@media only screen and (min-width: 1200px) { .top_message { width: 1170px; } }

.switch {
    visibility: hidden;
}

#page-top {
    position: fixed;
    bottom: 0px;
    right: 0px;
    font-size: 12px;
		font-size:1.2rem;
		 width: 100%;
		 z-index:2000;
}
#page-top a {
    background: #111;
    text-decoration: none;
    color: #fff;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 0px;
}
#page-top a:hover {
    text-decoration: none;
    background: #333;
}

.mincho {
	font-weight:normal;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.red{
	color:#C33;
}

.gray{
	color: #C1C1C1;
}

.gothic {
   /* font-size: 40px;
    font-size: 4.0rem;*/
	font-family: YuGothic, 'Yu Gothic', 游ゴシック体, 游ゴシック, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'MS ゴシック', 'MS Gothic', sans-serif, normal;
}

strong img{
	margin:30px auto;
text-align:center;
}

strong{
font-size:24px ;
font-size:2.4rem;
font-weight: 400;
line-height:1.6;
color: #933;
}

input[type=submit]{
font-family: FontAwesome /*FontAwesomeをフォント指定*/;
}

a:link,a:visited {
    color: #777;
    text-decoration: none;
}

a:hover,a:active {
    color: #111;
    text-decoration: underline;
}

	a img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a:hover img {
        opacity: 0.6;
        filter: alpha(opacity=60);
        -moz-opacity:0.60;
        opacity:0.60;
    }
 
    /* IE8 */
    html>/**/body a:hover img {
        display /***/:inline-block9;
        zoom /***/: 1;
    }
 
    /* 新旧Firefox */
    a:hover img, x:-moz-any-link { background: #fff;}
    a:hover img, x:-moz-any-link, x:default { background: #fff;}

#head_img{
	position:relative;
	margin-top:-220px ;
}

#obi {
	width:100%;
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    bottom: -1px;
content: url("../images/obi.png") ;
}

#sub_menu{
	margin-bottom:20px ;
	padding:0px ;
	border-top:1px solid #111;
	border-bottom:1px solid #111;
}

#sub_menu ul{
	margin:0px auto ;
	padding:0px 0px;
	width:100%;
	max-width:1150px ;
text-align:center;
}

#sub_menu li{
	display:inline-block;
	border-left:1px dotted #999 ;
	font-size:14px ;
	font-family:1.4rem;
	zoom: 1;
}

#sub_menu li a{
	display:block;
	background:#FFF;
	margin:0px ;
	padding:10px 15px;
	text-align:center;
	color:#111;
}

#sub_menu li a:hover{
	font-weight:700;
	text-decoration:none;
	color:#111;
}

#sub_menu li.rightside{
border-right:1px dotted #999 ;
}

/* --------------------------------
	PANKUZU
-------------------------------- */
#pan ol{
	text-align:right;
}
#pan ol li {
  display: inline;
  list-style-type: none;
}
#pan ol li:before {
  content: " > ";
}
#pan ol li:first-child:before {
  content:"";
}

#pan ol li  a:link,#pan ol li  a:visited{
	color:#1F9ABD;
}

#pan ol li  a:hover,#pan ol li  a:active{
	color:#1F9ABD;
	text-decoration:underline;
}

.bk{
	color:#000;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


@media only screen and (max-width: 767px){
#pan ol{
	display:none;
}

strong{
font-size:18px ;
font-size:1.8rem;
font-weight: 600;
line-height:1.6;
color: #933;
}

}
	
#content{
	padding-top:30px ;
	background:#FFF;
}

#content_top{
	padding-top:0px ;
	background:#FFF;
}

#content_lower{
	padding-top:220px ;
	padding-bottom:50px ;
	background:#FFF;
}

#content_agent{
	margin:0px 0px 100px 0;
}

.container{
	padding-bottom:20px ;

}

#header .container{
	margin-bottom:0px ;
	padding-bottom:0px ;
}

input[type=checkbox], input[type=radio] {
    margin: 0px;
    }

.navbar-collapse {
    padding-right: -15px;
    padding-left: -15px;
}


dt {
    font-weight:normal;
		padding-bottom:5px ;
		color:#000;
}

dd {
	padding-bottom:15px ;
}

.btm50{
	margin-bottom:50px ;
}
/* Slider */
.slick-loading .slick-list {
    background: #fff url('ajax-loader.gif') center center no-repeat;
}

/* Arrow */

.slick_prev,
.slick_next {
	font-size: 18px;
	font-size: 1.8rem;
	width: 40px; height: 40px;
	line-height: 40px;
}

/* Dots */
.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
	content:" ";
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    text-align: center;
    opacity: .25;
    background-color: black;
	border-radius: 50%;

}
.slick-dots li.slick-active button:before {
    opacity: .75;
    background-color: black;
}

.slick-dots li button.thumbnail img {
	width: 0; height: 0;
}

#item_photo_area .slick-slide {
	text-align: center;
}
#item_photo_area .slick-slide img {
	display: inline-block;
}

.slick-dots:after
{
    clear: both;
}


/*======================================
=            ガター溝なしスタイリング            =
======================================*/
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.gutter10 > [class*='col-'] {
    padding-right:10px;
    padding-left:10px;
}

.gutter10_xsnon > [class*='col-'] {
    padding-right:10px;
    padding-left:10px;
}

.inner{
	padding:0px 15px ;
}

/******************************
	Media Query
*******************************/

@media only screen and (max-width: 767px) {

	/* --------- common ---------- */

#content_lower{
	padding-top:0px ;
	padding-bottom:20px ;
}

#head_img{
	position:relative;
	margin-top:0px ;
}

#content_agent{
	margin:50px 0px ;
}
	/****** Header Setting ********/


	/****** Side Setting ********/


	/****** Effect Setting ********/
.gutter10 > [class*='col-'] {
    padding-right:0px;
    padding-left:0px;
}

.inner{
	padding:0px 0px ;
}

/*#sub_menu ul{
	margin:0px auto ;
	padding:0px 0px;
	width:100%;
	letter-spacing: -.40em; 
	text-align:left;
}

#sub_menu li{
display:inline-block;
	border-left: none ;
	font-size:14px ;
	font-family:1.4rem;
	width:100%;
	zoom: 1;
	letter-spacing: normal;
}

#sub_menu li a{
	display:block;
	background:#D3CFCE;
	margin:0px ;
	padding:10px 0px;
	text-align:center;
	color:#fff;
}

#sub_menu li a:hover{
	font-weight:700;
	text-decoration:none;
	color:#111;
}

#sub_menu li.rightside{
border-right: none ;
}
*/

}
@media only screen and (min-width: 768px) {
}

@media only screen and (max-width: 800px) {
	#sub_menu{
	display:none;
}
}