@charset "UTF-8";
/* //////////////////////////////////////////////////

　TOPページ

////////////////////////////////////////////////// */


#sec01 {
	position: relative;
}
#sec01 .pic01 {
	position: absolute;
	width: 150px;
	top: 0;
	right: 0;
}


#sec01 ol {
	overflow:hidden;
	background:url(../common/img/bg_main01.png);
	background-size:23px;
	padding:0 5px;
}
#sec01 li {
	float:left;
	width:33.33%;
	padding:5px 3px 10px;
}
#sec01 li:nth-child(1) {
}
#sec01 li:nth-child(4) {
	margin:0 -5px;
	width:100%;
	width: calc(100% + 10px);
	padding:0;
}
#sec01 p {
	margin:10px;
}


#plan {
}
#plan h2 {
	text-align: center;
	padding-bottom: 10px;
}
#plan .box01 {
	background: #DFE7D3;
	padding: 2px 0;
}
#plan .box02 {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 10px 20px;
}
#plan .box02 table {
	width: 100%;
}
#plan .box02 td {
	padding: 5px;
	text-align: center;
}
#plan .search_button_489ban {
	width: 200px;
	height: 24px;
	background-size: 100%;
	border: none;
}



#sec02 {
}
#sec02 h2 {
	position:relative;
}
#sec02 .box01 {
	background: #F2EEED;
}
#sec02 .box01 ul { margin-bottom: -10px;
}


#sec03 {
    background-image: url(../img/bg_sec03_01.png),
                      url(../img/bg_sec03_02.png);
    background-repeat: no-repeat,
                       no-repeat;
    background-position: top,
                         bottom;
	background-size: 100%;
}

#sec03 li {
	border-bottom:1px dotted #302821;
}
#sec03 li:last-child {
	border-bottom:none;
}
#sec03 li img {
	float:left;
	margin-right:5px;
}
#sec03 li span{
	color: #B20000;
}
#sec03 li a {
	display:block;
	padding:10px 15px 10px 10px;
	background-image:url(../img/mrk_link.png);
	background-size:3px;
	background-repeat:no-repeat;
	background-position:98% 50%;
	text-decoration:none;
}


#sec04 {
}
#sec04 .box01 {
	background: #D3DEC7;
	box-shadow: 0 0px 12px -5px #222 inset;
}
#sec04 .box02 {
	background: #fff1d7;
	box-shadow: 0 0px 12px -5px #222 inset;
}

#sec04 li {
	border-bottom:1px dotted #302821;
}
#sec04 li:last-child {
	border-bottom:none;
}
#sec04 li img {
	float:left;
	margin-right:5px;
}
#sec04 li span{
	color: #B20000;
}
#sec04 li a {
	display:block;
	padding:10px 15px 10px 10px;
	background-image:url(../img/mrk_link.png);
	background-size:3px;
	background-repeat:no-repeat;
	background-position:98% 50%;
	text-decoration:none;
}
#sec04 .Sprice{
	font-weight: bold;
	font-size:90%;
}

#mainimg{
	margin-bottom: 20px;
}


.sec_bnr01 {
	padding: 0 10px;
}
.sec_bnr02 {
	padding: 0px 10px 0px;
}



#sec05 {
	padding: 10px 0 0;
}
#sec05 h2 {
}

/* 170120 */
#sec05 dl{ clear: both; margin: 15px auto; padding: 0 1% 15px; width: 96%; box-sizing: border-box; border-bottom:1px dotted #ccc;}
#sec05 dt img{ width: 100%; max-width: 100%; height: auto;}
#sec05 dd span{ display: block; margin: 0 0 5px; color:#5D852A;}
/*
#sec05 dt{ margin: 0 0 5px; width: 100%; height: auto; text-align: center;}
#sec05 dd{ padding: 0 1%; }
*/

/* 170227 */
#sec05 dl:after { clear: both; content: "."; display: block; height: 0; font-size: 0; visibility: hidden;}
#sec05 dt{ margin-right: 5px; width: 90px; height: 68px; float: left; overflow: hidden;}
#sec05 dd{ padding: 0 0 0 1%; }



#sec06 .taC{
margin-bottom:15px;

}
aside ul {
	width:100%;
	border-spacing:10px;
}

#reservation .btn{
	margin:8px 3px;	
}
#reservation2 .btn{
	margin:8px 3px;	
}

.square_btn {
    display: block;
    padding: 0.8em 0.5em;
    text-decoration: none;
    color: #FFF !important;
    background: #2d5929;/*色*/
    border: solid 1px #2d5929;/*線色*/
    border-radius: 30px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    margin: 10px auto;
    text-align:center;
    font-size: 1.2em;
	width: 90%;
}
.square_btn:active {/*crick時*/
    border: solid 1px #03A9F4;
    box-shadow: none;
    text-shadow: none;
}

.day{
    background: #e07e00;/*色*/
    border: solid 1px #e07e00;/*線色*/
}

.gotoblock .goto_txt {
	color:  red;
	font-weight:bold;
}