@charset "UTF-8";
/*
 * common.css
 *
 */


/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{ display: block;}

/* !Reseting
---------------------------------------------------------- */
body {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 14px;
	line-height: 1.5;
	background-image:url(../img/bg_img.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
img {
	vertical-align:bottom;
}
.bold {
    font-weight: bold;
}
a:hover {
	opacity:0.6;
}
#dialog_menu,
#sp-menu,
.only_sp {
	display:none;
}
/*==================================
             header
==================================*/

#headerIn {
	width:960px;
	margin:0 auto;
}
#headerLogo_left {
	margin:15px auto 0;
	float:left;
}
#headerLogo_right p{
	float:right;
	margin:20px 0 0;
	padding:3px 50px 3px 30px;
	color:#fff;
	font-size:16px;
	text-decoration:none;
	background:#728229;
	border-radius:15px;
	background-image:url(/img/shisetsu/morinoie_bekkan/short_stay/common/top_contact_bg.png);
	background-position:90% 50%;
	background-repeat:no-repeat;
	background-size:8% auto;
}
#navi1 {
    text-align: center;
    width: 960px;
    margin: 0 auto;
    padding: 310px 0 50px;
}
#navi1 ul {
    padding: 10px 0 12px;
    background-color: rgba(255,255,255,0.8);
    border-radius: 5px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
#navi1 li {
    display: table-cell;
    font-size: 15px;
    width: 137px;
    text-align: center;
}
#navi1 li a img {
    margin: 0 auto;
}
#navi1 li a {
    text-decoration: none;
    display: block;
    color: #866743;
}
#navi1 li a:hover{
	opacity:0.5;
}
/*==================================
             contents
==================================*/

#contents {
	padding:30px 0 0;
	margin:0px auto;
	text-align:center;
	width:960px;	
}
#contents.top {
	padding:0;	
}
.contact_tel {
	margin:30px auto 60px;
}
.contact_tel  img {
	border:#FED749 solid 2px;
}
.contact_tel a:hover {
	opacity:0.5;
}

/*==================================
             pagetop
==================================*/
#pageTop {
	position: fixed;
	z-index: 9999;
	bottom: 20px;
	right: 15px;
	font-size: 12px;
}
#pageTop a {
	background: #43B133;
	text-decoration: none;
	color: #fff;
	font-size:14px;
	padding: 10px 15px;
	text-align: center;
	display: block;
	-moz-opacity: 0.3;
	opacity: 0.3;
	border-radius: 5px; 
}
#pageTop a:hover {
	text-decoration: none;
	background: #999;
	color: #fff;
}
#pageTop a:before {
    content: "▲";
}

/*==================================
             footer
==================================*/

#footer {
	background-color:#728229;
	color:#fff;	
}
#footer a{
	color:#fff;	
}
#footer_box {
	width:960px;
	margin:20px auto 0;
}
#footer_left , #footer_right {
	display:inline-block;
}
#footer_left {
	margin:20px auto;
}
#footer_left img {
    float: left;
    margin: 0 15px 15px 0;
    vertical-align: middle;
    background-color: #fff;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    border-radius: 5px;
}
#footer_left p {
    float: left;
    margin: 10px 0 0 10px;
}
#footer_left .unyo {
    width: 300px;
    margin: 20px 0 0;
    border: #1A2C90 solid 2px;
    border-radius: 5px;
    background-color: #fff;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.5);	
}
#footer_left .unyo p {
    display: inline-block;
    padding: 15px 0 10px 10px;
    color: #1A2C90;
    font-size: 18px;
}
#footer_left .unyo img {
    margin: 0;
    padding: 5px 0;
    box-shadow: none;
}
#footer_right {
	float:right;
	margin:20px 50px 20px 0;
}
#footer_right ul{
	display:inline-block;
	vertical-align:top;
	margin:0 5px 0 0;
}
#footer_right ul li {
	background-image:url(/img/shisetsu/morinoie_bekkan/short_stay/common/arrow_foot.png);
	background-position:0% 50%;
	background-repeat:no-repeat;
	padding:0 0 0 20px;
	line-height:2em;
	margin:0 20px 0 0;
}
#footer_left dl {
	width:175px;
	margin:0 0 0 12px;
}
#footer_left dt,
#footer_left dd {
	display:inline-block;
}
#footer_left dt {
	width:40px;
}
#footer_left dt {
    width: 35px;
    text-align: justify;
    text-align-last: justify;
    text-justify: inter-character;
    margin: 0 8px 0 0;
}
#footer_left dd {
	width:130px;
}
.footer_info {
	display:inline-block;
}
#copyright {
	text-align:center;
	color:#fff;
	background-color:#728229;
	margin:0;
	padding:10px;
}
.unyo {
	width: 300px;
	margin: 20px 10px;
	border: #1A2C90 solid 2px;
	border-radius: 5px;
}
.unyo p {
	display: inline-block;
	padding: 15px 0 10px 10px;
	color: #1A2C90;
	font-size: 18px;
}
.unyo img {
	padding: 5px 0;
}
/*==================================
          トップ以外共通
==================================*/
.rogo img {
    margin: 10px auto 0;
    background-color: rgba(255,255,255,0.8);
    border-radius: 5px;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}
.chushaku {
	color:#FF0000;
}
.contact_tel img {
    border: #728229 solid 2px;
}
#wrapper.kaigo_kyoten {
    background-image: url(/img//shisetsu/morinoie_bekkan/short_stay/common/backimg.jpg);
}
.short_page #header {
	height:490px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.short_page .kaigo_kyoten #headerLogo_left .rogo {
	float:left;
}
.short_page .menu_img {
	display:block;
	margin:0 auto;
	width:auto;
}
.short_page #navi1 {
    padding:178px 0 0;
}
.short_page #navi1 ul {
    background:none;
    border-radius: none;
    box-shadow:none;
}
.short_page #contents {
    padding: 130px 0 0;
}