@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700');
@import url('https://fonts.googleapis.com/css?family=Ribeye+Marrow');



body {
	background-repeat: repeat-x;
	color: #333333;
	line-height: 1.8em;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", Osaka, arial, verdana, sans-serif;
	background-color: #FFF;
	font-size: 16px;
}

h1,h2,h3,h4,h5,h6,ul,li,ol,p {
	padding: 0;
	margin: 0;
}
hr {
}
/*table td {
	vertical-align: top;
}*/
img {
	border:0px;
}

.c-both {
	clear:both;
}

/* -- clearfix rules(float clear hack) -- */
.cf:before,
.cf:after { content:"";display:block; }
.cf:after { clear:both; }
.cf { zoom:1; }
/* -- /clearfix rules(float clear hack) -- */



/* リンク
---------------------------------------------------- */
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
}
a:hover {
	filter:alpha(opacity=80);
    -moz-opacity: 0.85;
    opacity: 0.85;
}

a img:hover {
    filter:alpha(opacity=80);
    -moz-opacity: 0.85;
    opacity: 0.85;
}


/* 共通設定
---------------------------------------------------- */
.text_L1 {
	font-size: 115%;
}
.text_small {
	font-size: 90%;
	line-height: 1.4em;
}
.text_xsmall {
	font-size: 80%;
	line-height: 1.4em;
}

.float_left {
	float: left;
}
.float_right {
	float: right;
}

hr {
	border: 0 none;
	height: 1px;
	color: #999999;
	background-color: #999999;
	margin-top: 0.5em;
	margin-bottom: 1em;
}
.line_01 {
	border: 1px solid #999;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.line_dot_01 {
	border:none;
	border-top:dashed 1px #999;
	height:1px;
	color:#FFFFFF;
}
.s_caption {
	margin-top: 0.5em;
	font-size: 100%;
}
.s_caption-2 {
	margin-top: 0.5em;
	font-size: 100%;
	line-height: 1.4em;
}
.no-space {
	padding-right: 0px !important;
	padding-left: 0px !important;
}
@media (max-width: 767px) {
    .br::before {
	content: "\A" ;
	white-space: pre ;
	}
}
@media print, screen and (min-width: 768px) {
	br.sp { display: none; }
	br.pc { display: inline; }
	}
@media screen and (max-width: 767px) {
	br.sp { display: inline; }
	br.pc { display: none; }
}








/* レイアウト
---------------------------------------------------- */
.col-sm-4,
.col-sm-6,
.col-md-7,
.col-md-8,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3 {
	margin-bottom: 25px;
}





/* ヘッダー
---------------------------------------------------- */

.bg-slider {
	width: 100vw;
	height: 760px;
	/*height: 100vh;*/
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	/*justify-content: center;*/
}
@media (max-width: 991px) {
    .bg-slider {
	height: 600px;
	}
	
}
@media (max-width: 767px) {
    .bg-slider {
	height: 360px;
	}
	
}



.head_img_logo {
	margin-left: auto !important;
	margin-right: auto !important;
	width: 640px;
	margin-top: -20px;
}
@media (max-width: 991px) {
    .head_img_logo {
	width: 400px;
	margin-top: -20px;
}
}
@media (max-width: 767px) {
	.head_img_logo {
	width: 250px;
	margin-top: -30px;
}
}





/* ナビ
---------------------------------------------------- */





/* 文字指定
---------------------------------------------------- */
.ttl_01 {
	font-size: 36px;
	line-height: 1.4em;
}
.ttl_02 {
	text-align: center;
	font-size: 48px;
	color: #736357;
}
.ttl_03 {
	color: #736357;
	font-weight: bold;
	margin-top: 0.5em;
}
.menu p {
	line-height: 1.5em;
}

@media (max-width: 767px) {
	.ttl_01 {
	font-size: 28px;
	line-height: 1.3em;
	}
}








/* 各種設定
---------------------------------------------------- */


.bg_01 {
	background-color: #f4f0eb;
	padding-top: 30px;
	padding-bottom: 30px;
}

.info_style {
	margin-right: auto;
	margin-left: auto;
	width: 42em;
}
dl dt {
     float: left;
     clear: left;
     width: 12em; 
	 padding-bottom: 10px;
	padding-top: 10px;
}

dl dd {
    border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #736357;
	padding-bottom: 10px;
	padding-top: 10px;
     padding-left: 14em; /* dtの幅以上のpaddingをとる*/
}
@media (max-width: 767px) {
	.info_style {
	margin-right: auto;
	margin-left: auto;
	width: 18em;
	}
	dl dt {
     float: none;
	 clear: none;
	 padding-bottom: 0px;
	}
	dl dd {
     padding-left: 0em; /* dtの幅以上のpaddingをとる*/
	 padding-top: 5px;
}
}








/* Facebook
---------------------------------------------------- */
.s_facebook {
	background-color: #f0f0f0;
	padding-top: 20px;
	/*padding-bottom: 20px;*/
}




/* 書き換え
---------------------------------------------------- */









/* Google Map
---------------------------------------------------- */
.map_wrapper {
  /*max-width: 640px;*/
  min-width: 280px;
  margin: 20px auto;
  padding: 4px;
  border: 1px solid #CCC;  
}
 
.googlemap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


/* Page TOP
---------------------------------------------------- */
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
 
#pageTop a {
	display: block;
	z-index: 999;
	border-radius: 30px;
	width: 50px;
	height: 50px;
	background-color: #BBBBBB;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
	text-indent: -0.4em;
	opacity: 0.7;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.9;
}


/* フッター
---------------------------------------------------- */
.foot {
  font-size: 80%;
  text-align: center;
}

/* フェードイン設定
---------------------------------------------------- */
body {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
