@charset "utf-8";



/* ---------- 基本設定 ---------- */

body {
	font-family:メイリオ, Meiryo, Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #3D250F;
}


img {
	border: none;
	line-height: 0;
	vertical-align: bottom;
}

a{
	text-decoration: underline;
	color: #3D250F
}

a:hover {
    opacity: 0.5;
    transition: 0.7s;
	color: #ccac92;
}

h2 {
    font-size: 50px;
	color: #000000;
    margin-bottom: 40px;
    text-align: center;
    font-family:  'Della Respira', serif;
}
#damy {
    width: 1140px;
    margin: 0 auto;
    height: 1500px;
    background: #DDD;
}





/*サイトヘッダ部*/
#site_head {
    width: 1140px;
    margin: 0 auto 40px;
    display: flex;
    justify-content: space-between;
}
#site_head h1 {
    margin-top: 30px;
}
#site_head ul {
    display: flex;
    margin-top: 40px;
}
#site_head li {
    margin-left: 40px;
}

.site_head_logp{
	width: 200px;
	height: auto;
}

.site_head_info_logo{
	width: 50px;
	height: auto;
}


/*サイトナビ部*/
#site_navi {
	background-color: #3D250F;
}

#site_navi_but_left {
	width: 1140px;
	margin: 0 auto;
    display: flex;
}

#site_navi_but_left li {
    margin-right: 40px;
	padding: 20px;
}

#site_navi_but_left a {
    color: #fff;
	font-family: 'Della Respira', serif;
    text-decoration: none;
    font-size: 20px;
}



/*フッタ部*/
#site_footer {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3D250F,ccac92+100 */
background: #3D250F; /* Old browsers */
background: -moz-linear-gradient(top,  #3D250F 0%, #ccac92 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #3D250F 0%,#ccac92 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #3D250F 0%,#ccac92 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3D250F', endColorstr='#ccac92',GradientType=0 ); /* IE6-9 */
    margin-top: 200px;
    padding: 30px 0;
    color: #FFF;
}


#site_footer_inner {
    width: 1140px;
    margin: 0 auto;
    text-align: center;
}
#site_footer_inner a {
    color: #FFF;
}
#site_footer_inner h3 {
    margin-bottom: 30px;
}
#footer_nav1 {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
#footer_nav1 li {
    margin: 0 10px;
}
#footer_nav1 a {
    font-size: 14px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}

#footer_info {	
    width: 700px;
    margin: 0 auto;
    text-align: left;
    display: flex;
    justify-content: space-between;
	font-size: 13px;
	line-height: 16px;
}
#footer_info h4 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
	font-family:  'Della Respira', serif;
}

.map_pin {
    background: url("../images/03_map_pin.png") no-repeat;
    padding-left: 15px;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 5px;
}

.copyright {
	font-size: 12px;
	font-weight: bold;
	margin-top: 30px;
}





/* ---------- イメージスライダー部 ---------- */
#header_img {
	margin-bottom: 100px;
}
#slider {
    width: 100%;
}
#slider img {
    width: 100%;
}

/* ---------- 記事部「news」 ---------- */


article{
	width: 720px;
	margin: auto;
	margin-bottom: 100px;
	font-size: 18px;
	line-height: 35px;
	text-align: left;
}

dl{
	display: block;
    margin-bottom: 50px;
}

dt span{
	margin-right: 20px;
}

dd{
	font-size: 13px;
	line-height: 25px;
}



/* ---------- 記事部「about」 ---------- */

#about  {
	font-size: 18px;
	line-height: 35px;
	text-align: center;
	margin-bottom: 100px;
}

#about_title {
	width: 720px;
	margin: 40px auto;
	font-size: 15px;
	line-height: 25px;
}

#about h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}

#about h4 {
	font-weight: bold;
	margin-bottom: 15px;
}






/* ---------- 記事部「recomend」 ---------- */

#recommend {
	width: 1140px;
	margin: 0 auto 100px;
	text-align: center;
}


#recommend section{
	display: flex;
	justify-content: center;
	margin-top: 30px;
}


.recommend_menu  {
	width: 300px;
	margin-bottom: 50px;	
	margin-right: 30px;
	padding-bottom: 20px;
	position: relative;
}


.recommend_menu:nth-child(3n) {
    margin-right: 0;
}


.recommend_menu h5 {
	background-color: #3D250F;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}


.recommend_menu h6 {
	background-color: #ccac92;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}

.recommend_comment{
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	padding: 15px 0;
}

.nomikata{
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	text-align: center !important;
	position: absolute;
	bottom: 0;
	}




span{
	margin-right: 10px;
}



.recommend_menu h4{
	overflow: hidden;
}

.recommend_menu img:hover {
	filter: brightness(120%);
	transform: scale(1.5);
	transition: 0.5s;
}




/* ----- 記事部「open」-----*/
#open {
    width: 1140px;
    margin: 0 auto 200px;
}

#open section{
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
}

#open section div {
	width: 400px;
	margin-right: 140px;
}

#open section div:nth-child(2n) {
    margin-right: 0;
}

#open h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 25px !important;
    background-repeat: no-repeat;
	padding-left: 30px;
	margin-bottom: 15px;
}

#open h4{
	padding-bottom: 20px;
	
}

.open_icon {background: url("../images/04_menu_icon1.png")}

#open p {
	font-size: 15px;
	line-height: 25px;
}

#open_hours p{
	font-size: 12px;
}

.reserve_link {
    display: block;
	width: 400px;
	height: 50px;
	background: #ccac92;
	border: solid 2px #3d250f;
    box-sizing: border-box;
    text-align: center;
    line-height: 50px;
    font-size: 15px;
	color: #3d250f;
	text-decoration: none;
    margin: 15px 0;
}

.reserve_link:hover {
	background-color: #3d250f;
	color: #FFF;
    opacity: 1.0;
}



/*記事部「access」*/


iframe {
	display: block;
	width: 1140px;
	height: 500px;
	margin: 0 auto;
}



#access {
	width: 720px;
	margin: 0 auto 200px;
	line-height: normal;
}

#access p{
	font-size: 15px;
}

#access p span{
	margin-left: 11px;
}

address{
	margin: 20px 0;
	font-weight: bold;
}

/*記事部「sns」*/

#sns {
    width: 1140px;
    margin: 0 auto 200px;
}

#sns section{
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
}

#sns section div {
	width: 400px;
	margin-right: 100px;
	background-repeat: no-repeat;
	background-position: left;
}

#sns section div:nth-child(2n) {
    margin-right: 0;
}

#sns h3 {
	font-size: 25px;
	font-weight: bold;
	line-height: 25px !important;
	margin-bottom: 15px;
}

#sns h4{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 20px;	
}


#sns_icon_i{
	background: url("../images/instagram_logo.png");
}


#sns_icon_t{
	background: url("../images/tictok_logo.png");
}

.sns_icon{
	margin-left:120px;
}







