/* ==================================================
   Basic Styles
================================================== */

html, body, header, footer, nav, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var,dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
    margin: 0;
    padding: 0;
	border: 0;
    outline: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    line-height: 1;
    vertical-align: baseline;
}

table, caption, tbody, tfoot, thead, tr, th, td {}

html, body {
	height: 100%;
}

body {
	background: #fff;
	color: #424242;
	font-weight: 300;
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 14px;
	letter-spacing: 0.05em;
}

h1, h2, h3, h4, h5, h6, p, dt, dd, li, th, td {
	line-height: 1.6;
}

a img {
	border: none;
}

a > img {
	vertical-align: bottom;	
}

img {
	max-width: none;	
}

.font_mincho {
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}


/* ==================================================
   Header
================================================== */

header {
	width: 100%;
	z-index: 99;
}

.h1_area {
	background: #f2ffc3;
}
.h1_area h1 {
	font-size: 0.79em;
	line-height: 1.8em;
}

.tool_area {
	padding-top: 20px;
	padding-bottom: 20px;
}
.tool_area h2 {
	float: left;
}
.tool_area h2 a {
	opacity: 1;
	filter: alpha(opacity=100);

	-webkit-transition: opacity 0.25s ease-in-out 0s;	
	   -moz-transition: opacity 0.25s ease-in-out 0s;
		 -o-transition: opacity 0.25s ease-in-out 0s;
		    transition: opacity 0.25s ease-in-out 0s;	
}
.tool_area h2 a:hover {
	opacity: 0.65;
	filter: alpha(opacity=65);	
}
.tool_area h3 {
	padding-top: 8px;
	padding-bottom: 4px;
	font-size: 0.86em;
}

.fontsize li {
    display: inline-block;
	zoom: 1;
	padding: 3px;
	cursor: pointer;
	background: #f1f1f1;
	background: linear-gradient(#f5f5f5, #eee);
	border: 1px solid #bdbdbd;

    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
	        border-radius: 3px;
}
.fontsize li:first-child {
	margin-right: 5px;
}
.fontsize li.active {
	background: #dcf4b1;
	background: linear-gradient(#f1ffc2, #c6e99e);
	border: 1px solid #aed97d;
}
.fontsize li:hover {
	opacity: 0.65;
	filter: alpha(opacity=65);	
}

.contact_mail li {
    display: inline-block;
	cursor: pointer;
}
.contact_mail li:first-child {
	margin-right: 5px;
}
.contact_mail button {
	padding: 5px 15px;
	color: #fff;
	background: #e2aa05;
	background: linear-gradient(#f6bf29, #dba700);
	border: 1px solid #f8a63c;

    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
	        border-radius: 3px;
}
.contact_mail button:focus,
.contact_mail button:hover,
.contact_mail button:active,
.contact_mail button:active:hover,
.contact_mail button:active:focus {
	opacity: 0.65;
	filter: alpha(opacity=65);	
}

@media (max-width: 991px) {
	.h1_area h1 {
		font-size: 0.71em;
		line-height: 1.6em;
		padding: 0;
		margin: 0;
	}
	.tool_area {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}


/* ==================================================
   Navigation
================================================== */

nav#menu {
	height: 55px;
	background: url(../img/home/menu_bg.gif) repeat-x;
}

nav#menu #menu-nav {
	background: url(../img/home/menu_separator.gif) no-repeat center left;
}

#menu-nav > li {
	display: inline-block;
	background: url(../img/home/menu_separator.gif) no-repeat center right;
}

#menu-nav > li > a {
  	display: block;
	color: #3a0919;
	line-height: 50px;
	margin-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
}

#menu-nav > li.current > a {
	background: url(../img/home/menu_current.png) no-repeat top center;
}

#menu-nav > li > a:hover {
	opacity: 0.65;
	filter: alpha(opacity=65);
	text-decoration: none;

	-webkit-transition: opacity 0.25s ease-in-out 0s;	
	   -moz-transition: opacity 0.25s ease-in-out 0s;
		 -o-transition: opacity 0.25s ease-in-out 0s;
		    transition: opacity 0.25s ease-in-out 0s;	
}

@media (max-width: 767px) {
	header h1 {
		padding-top: 12px;
		padding-left: 15px;
	}
	header h1 img {
		height: 30px;
	}
}

@media (max-width: 1199px) {
	#menu-nav > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}
}


/* ==================================================
   Mobile Navigation
================================================== */

#mobile-nav {
	display: none;	
}

.menu-nav {
	background: url(../img/menu-mobile.png) 0 0 no-repeat;
	width: 22px;
	height: 22px;
	display: block;
	margin: 15px 15px 15px 0;
	
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		 -o-transform: rotate(0deg);
			transform: rotate(0deg);
	
	-webkit-transition: -webkit-transform 250ms ease-out 0s;	
	   -moz-transition: -moz-transform 250ms ease-out 0s;
		 -o-transition: -o-transform 250ms ease-out 0s;
		    transition: transform 250ms ease-out 0s;
}

.menu-nav.open {
	background-position: 0 -22px;
		  
	-webkit-transform: rotate(-180deg);
	   -moz-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		 -o-transform: rotate(-180deg);
			transform: rotate(-180deg);
	
	-webkit-transition: -webkit-transform 0.25s ease-out 0s;	
	   -moz-transition: -moz-transform 0.25s ease-out 0s;
		 -o-transition: -o-transform 0.25s ease-out 0s;
		    transition: transform 0.25s ease-out 0s;	
}

#navigation-mobile {
	display: none;
	text-align: center;
	width: 100%;
	position: relative;
	float: left;
	z-index: 9999;
	background: rgba(158, 158, 158, 1.0);
	padding: 10px 10px 20px 10px;
}

#navigation-mobile li {
	list-style: none;
}

#navigation-mobile li a {
	display: block;
	font-size: 14px;
	line-height: 42px;
	color: #fff;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

@media (max-width: 991px) {
	#menu {
		display: none;	
	}
	#mobile-nav {
    	display: block;
		float: right;
	}
	#menu-nav-mobile {
		margin: 0;
	}
}


/* ==================================================
   Visual
================================================== */

.visual {
	background-color: #dceacc;
    background-image: url(../img/home/visual_gradation.png),
                      url(../img/home/visual_bg.gif);
    background-repeat: repeat-x,
                       repeat;
    background-position: bottom left,
                         top left;
}


/* ==================================================
   Title
================================================== */

.title {
	background: #669877;
}

.title h2 {
	text-align: center;
	color: #fff;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 1.43em;
	font-weight: 600;
	letter-spacing: 0.25em;
	padding-top: 25px;
	padding-bottom: 25px;
	border-top: 1px solid #5c8269;
	border-bottom: 1px solid #5c8269;
}

@media (max-width: 480px) {
	.title h2 {
		font-size: 1.0em;
		letter-spacing: 0.05em;
		padding-top: 15px;
		padding-bottom: 15px;
	}
}


/* ==================================================
   Contents
================================================== */

.contents {
	background-color: #f3f3e8;
    background-image: url(../img/home/contents_separator.gif),
                      url(../img/home/contents_bg.gif);
    background-repeat: repeat-x,
                       repeat;
    background-position: top left,
                         top left;
	border-bottom: 1px solid #70263e;
}

.contents_top {
	margin-top: 14px;
	padding-top: 50px;
	padding-bottom: 100px;
	background: url(../img/home/contents_top.png) no-repeat top left;
	background-size: contain;
}

.h_basic {
	padding-bottom: 5px;
	margin-bottom: 30px;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 1.14em;
	font-weight: 600;
	background: url(../img/home/h_basic.gif) repeat-x bottom left;
}

.h_basic span {
	font-size: 0.79em;
}

.h_basic_next {
	margin-top: 50px;
}

.table-bordered thead th {
	background: rgba(242, 255, 195, 0.5);
	text-align: center;
}

.table-bordered tbody th {
	background: rgba(238, 238, 238, 0.5);
	width: 12em;
}

.table-bordered tbody td {
	background: rgba(255, 255, 255, 0.5);
}

.ul_basic {
	margin-top: 0.25em;
	padding-left: 1em;
}

.ul_basic li {
	list-style: disc;
	margin-bottom: 0.25em;
}

.ul_notice {
	margin-top: 0.25em;
	padding-left: 1em;
	color: #d00;
	font-size: 0.86em;
	text-indent: -1em;
}

.ul_notice span {
	color: #424242;
}

.ul_notice li {
	list-style: none;
	margin-bottom: 0.25em;
}

.ul_notice li:before {
    content: "\f006";
    font-family: FontAwesome;
}

.ul_border li {
	color: #669877;
	padding-bottom: 0.25em;
	border-bottom: 1px dashed #aaa;
}

.ul_border li span {
	color: #424242;
}

.button_basic {
	padding: 7px 10px;
	color: #70263e;
	background: #f5f5ed;
	background: linear-gradient(#fffffb, #ecece2);
	border: 1px solid #b7aeac;

    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
	        border-radius: 3px;
}
.button_basic:focus,
.button_basic:hover,
.button_basic:active,
.button_basic:active:hover,
.button_basic:active:focus {
	opacity: 0.65;
	filter: alpha(opacity=65);	
}

.map_canvas {
	position: relative;
	padding: 0 0 56%;
	height: 0;
	overflow: hidden;
}

.map_canvas iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

@media (max-width: 480px) {
	.contents {
		border-bottom: none;
	}
	.contents_top {
		padding-top: 25px;
		padding-bottom: 50px;
	}
	.contents p,
	.contents li,
	.contents th,
	.contents td {
		font-size: 13px;
	}
	.h_basic {
		margin-bottom: 15px;
		font-size: 1.07em;
	}
	.table-bordered tbody th {
		width: inherit;
	}
}


/* ==================================================
   Footer
================================================== */

.footer_nav {
	background: #669877;
	border-top: 1px solid #669877;
	border-bottom: 1px solid #70263e;
}

.footer_nav ul:after {
	content: "";
	display: block;
	clear: both; 
}

.footer_nav li {
	width: 50%;
	float: left;
	list-style: none;
}

.footer_nav li a {
	display: block;
	font-size: 0.86em;
	line-height: 2em;
	color: #fff;
	background: #669877 url(../img/home/footer_nav.png) no-repeat center left 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	text-align: center;
	text-decoration: none;
}

.footer_nav li a:hover,
.footer_nav li.current a {
	color: #669877;
	background: #fff url(../img/home/footer_nav_current.png) no-repeat center left 5px;
}

.anytime {
	background: #70263e;
	border-top: 1px solid #f3f3e8;
}
.anytime p {
	color: #fff;
	font-size: 1.43em;
	line-height: 45px;
	text-align: center;
}

footer {
	padding-top: 40px;
	background: url(../img/home/footer_bg.png) no-repeat top center;
}

footer h1 {
	color: #70263e;
	font-size: 1.14em;
	font-weight: 600;
}

footer p {
	font-size: 0.86em;
}

.footer_contact h2 {
	background: #9e9e9e;
	color: #fff;
	font-size: 1.0em;
	line-height: 20px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
}

.footer_contact button {
	margin-top: 10px;
	padding: 5px 15px;
	color: #fff;
	font-size: 0.86em;
	background: #e2aa05;
	background: linear-gradient(#f6bf29, #dba700);
	border: 1px solid #f8a63c;

    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
	        border-radius: 3px;
}
.footer_contact button:focus,
.footer_contact button:hover,
.footer_contact button:active,
.footer_contact button:active:hover,
.footer_contact button:active:focus {
	opacity: 0.65;
	filter: alpha(opacity=65);	
}

.footer_flow {
	padding: 15px;
	background-color: #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 2px 1px;
	   -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 2px 1px;
	        box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 2px 1px;
}
.footer_flow h2 {
	color: #70263e;
	font-size: 1.14em;
	margin-bottom: 0;
}
.footer_flow button {
	float: right;
	padding: 5px 10px;
	color: #70263e;
	font-size: 0.86em;
	background: #f5f5ed;
	background: linear-gradient(#fffffb, #ecece2);
	border: 1px solid #b7aeac;

    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
	        border-radius: 3px;
}
.footer_flow button:focus,
.footer_flow button:hover,
.footer_flow button:active,
.footer_flow button:active:hover,
.footer_flow button:active:focus {
	opacity: 0.65;
	filter: alpha(opacity=65);	
}

@media (max-width: 480px) {
	.anytime p,
	footer h1,
	.footer_flow h2 {
		font-size: 1.0em;
	}
	.footer_flow {
		margin-top: 20px;
		padding: 10px;
	}
	.footer_flow button {
		padding: 5px;
	}
}

footer #credits {
	font-size: 0.71em;
	line-height: 80px;
	text-align: center;
}

#back-to-top {
	display: none;
	background-color: #669877;
	margin: 0;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 50px;
	z-index: 99;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 5px #ccc;
	   -moz-box-shadow: 0 0 5px #ccc;
         box-shadow: 0 0 5px #ccc;
	opacity: 0.8;
	filter: alpha(opacity=80);	
}

#back-to-top:hover {
	background-color: #70263e;
}

#back-to-top i {
	font-size: 16px;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#back-to-top i {
	margin-left: -7px;	
}


/* ==================================================
   Top
================================================== */

.top_visual {
	background: url(../img/home/top_visual.jpg);
}

.flexslider {
	float: left;
	width: 70%;
}

.top_point {
	float: right;
	width: 30%;

}

.top_point ul.top_point01 {
	margin: 20px 20px 10px 20px;
}

.top_point ul.top_point01 li {
	list-style: none;
	margin-bottom: 10px;
	text-align: center;
	color: #fff;
	line-height: 2em;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	border: 1px solid #edc971;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 2px 1px, rgba(255, 255, 255, 0.25) 0px 0px 2px 1px inset;
	   -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 2px 1px, rgba(255, 255, 255, 0.25) 0px 0px 2px 1px inset;
	        box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 2px 1px, rgba(255, 255, 255, 0.25) 0px 0px 2px 1px inset;
}

.contents_home {
	padding-top: 25px !important;
	padding-bottom: 50px !important;
}

.top_point h2 {
	padding: 0 20px;
	color: #fff;
	font-size: 0.86em;
}

.top_point ul.top_point02 {
	margin: 0 20px 20px 40px;
}

.top_point ul.top_point02 li {
	list-style: disc;
	color: #fff;
	font-size: 0.86em;
}

.top_policy {
	margin-left: 0;
	margin-right: 0;
	padding: 20px;
	background: rgba(255, 255, 255, 0.5) url(../img/home/top_policy_bg.png) no-repeat top left;
	border: 2px solid #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;

	-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 2px 1px;
	   -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 2px 1px;
	        box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 2px 1px;
}

.top_policy h2 {
	color: #70263e;
	font-size: 1.43em;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.top_policy p {
	margin-bottom: 10px;
}

.top_way {
	margin-top: 10px;
	padding: 10px 10px 5px 10px;
	font-size: 0.79em;
	background: #f7fede;
}

.top_way h3 {
	font-weight: 600;
}

.top_rent {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 15px;
	padding: 20px;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #f8a63c;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;

	-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 2px 1px;
	   -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 2px 1px;
	        box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 2px 1px;
}

.top_banner {
	margin-top: 30px;
}

@media (max-width: 1199px) {
	.top_point ul.top_point01 {
		margin: 10px 10px 10px 10px;
	}
	.top_point ul.top_point01 li {
		line-height: 1.5em;
	}
	.top_point h2 {
		padding: 0 10px;
	}
	.top_point ul.top_point02 {
		margin: 0 10px 10px 30px;
	}
	.top_rent {
		margin-top: 15px;
	}
}

@media (max-width: 991px) {
	.flexslider,
	.top_point {
		float: none;
		width: 100%;
	}
	.top_policy {
		padding: 10px;
	}
	.top_policy h2 {
		font-size: 1.07em;
	}
	.top_banner {
		margin-top: 15px;
	}
}

@media (max-width: 480px) {
	.visual .container {
		padding-left: 0;
		padding-right: 0;
	}
	.top_point ul.top_point01 {
		margin: 20px;
	}
}

/* ==================================================
   Point
================================================== */

.point_title {
	margin-bottom: 20px;
	color: #cc4570;
	font-size: 1.43em;
	font-weight: 600;
}

.point {
	margin-top: 50px;
	margin-left: 0;
	margin-right: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	background: rgba(255, 255, 255, 0.5);
	border: 2px solid #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;

	-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 2px 1px;
	   -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 2px 1px;
	        box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 2px 1px;
}

.point h3 {
	padding-bottom: 5px;
	margin-bottom: 15px;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 1.14em;
	font-weight: 600;
	background: url(../img/home/h_basic.gif) repeat-x bottom left;
}


@media (max-width: 480px) {
	.point_title {
		margin-top: 20px;
		font-size: 1.07em;
	}
	.point {
		margin-top: 15px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.point h3 {
		margin-top: 15px;
		font-size: 1.0em;
	}
}


/* ==================================================
   Facility
================================================== */

.facility {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: rgba(255, 255, 255, 0.5);
	border: 2px solid #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;

	-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 2px 1px;
	   -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 2px 1px;
	        box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 2px 1px;
}

.facility h4 {
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-weight: 600;
	border-bottom: 1px dotted #999;
}


@media (max-width: 480px) {
	.facility {
		margin-bottom: 15px;
	}
	.facility h4 {
		padding-top: 5px;
	}
}


/* ==================================================
   Room
================================================== */

.ul_equip {}

.ul_equip li {
	list-style: none;
	margin-top: 15px;
}

.room {
	margin-left: 0;
	margin-right: 0;
	margin-top: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: rgba(255, 255, 255, 1);
	border: 2px solid #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;

	-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 2px 1px;
	   -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 2px 1px;
	        box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 2px 1px;
}

.room h4 {
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #70263e;
	font-weight: 600;
	border-bottom: 1px solid #edc971;
}

.room h4 span {
	font-size: 2em;
}

.room table {
	margin-top: 5px;
	width: auto;
}

.room table th,
.room table td {
	width: 5em !important;
	text-align: center;
}


@media (max-width: 480px) {
	.room {
		margin-bottom: 15px;
	}
	.room h4 {
		padding-top: 5px;
	}
	.room .img_floor {
		margin-top: 15px;
		margin-bottom: 15px;
	}
}


/* ==================================================
   Service
================================================== */

.service {
	margin-left: 0;
	margin-right: 0;
	margin-top: 30px;
	padding: 15px 20px;
	background: rgba(255, 255, 255, 1);
	border: 2px solid #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;

	-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 2px 1px;
	   -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 2px 1px;
	        box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 2px 1px;
}

.service h4 {
	padding-bottom: 5px;
	margin-bottom: 15px;
	color: #e64e7e;
	font-size: 1.14em;
	font-weight: 600;
	border-bottom: 1px dashed #999;
}

.service h4:before {
    content: "\f004";
    font-family: FontAwesome;
}

@media (max-width: 480px) {
	.service {
		padding: 10px;
	}
	.service h4 {
		margin-bottom: 10px;
		font-size: 1.0em;
	}
}

/* ==================================================
   Price
================================================== */

.roomtype {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: rgba(255, 255, 255, 1);
	border: 2px solid #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;

	-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 2px 1px;
	   -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 2px 1px;
	        box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 2px 1px;
}

.roomtype h4 {
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-weight: 600;
	border-bottom: 1px dotted #999;
}

.roomtype h4 span {
	font-size: 2em;
}

.roomtype table {
	margin-top: 5px;
	width: auto;
}

.roomtype table th,
.roomtype table td {
	width: 5em !important;
	text-align: center;
}

@media (max-width: 480px) {
	.roomtype {
		margin-bottom: 15px;
	}
	.roomtype h4 {
		padding-top: 5px;
	}
}


/* ==================================================
   Flow
================================================== */

.flow {
	margin-left: 0;
	margin-right: 0;
	padding: 15px 20px;
	background: rgba(255, 255, 255, 0.5);
	border: 2px solid #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;

	-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 2px 1px;
	   -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 2px 1px;
	        box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 2px 1px;
}

.arrow {
	height: 50px;
	background: url(../img/flow/arrow.png) no-repeat bottom center;
}

.flow h3 {
	padding-bottom: 5px;
	margin-bottom: 15px;
	color: #e64e7e;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 1.14em;
	font-weight: 600;
	border-bottom: 1px solid #993454;
}

.flow ol{
	counter-reset: number; 
	list-style: none;
}

.flow ol li{
	margin-top: 0.25em;
}

.flow ol li:before{
	counter-increment: number;
	content: counter(number);
	float: left;
	margin-right: 0.25em;
	background: #993454;
	width: 1.25em;
	height: 1.25em;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 1.25;
}

@media (max-width: 480px) {
	.flow {
		padding: 10px;
	}
	.flow h3 {
		margin-bottom: 10px;
		font-size: 1.0em;
	}
}


/* ==================================================
   Life
================================================== */

.life {
	margin-left: 15px;
	border-left: 1px solid #e64e7e;
}


.life_day {
	margin-left: -9px;
	padding-bottom: 15px;
}
/*
.life_day h4 {
	color: #e64e7e;
	font-size: 1.29em;
}

.life_day h4 span {
	color: #424242;
	font-size: 0.79em;
	font-weight: 600;
}

.life_day h4:before {
    content: "\f111";
    font-family: FontAwesome;
}
*/

.life_day dl dt:before {
    content: "\f111";
    font-family: FontAwesome;
}

.life_day dl dt {
	float: left;
	width: 6em;
	color: #e64e7e;
	font-weight: 600;
}

.life_day dl dd {
	color: #424242;
	font-weight: 600;
}

.life_day dl:after {
	content: "";
	display: block;
	clear: both; 
}

.life_day p {
	padding-left: 6em;
}

.life_year {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 30px;
	padding: 15px;
	background: rgba(255, 255, 255, 0.5);
	border: 2px solid #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;

	-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 2px 1px;
	   -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 2px 1px;
	        box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 2px 1px;
}

.life_year h4 {
	margin-top: 5px;
	margin-bottom: 5x;
	color: #e64e7e;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 1.14em;
	font-weight: 600;
}

@media (max-width: 480px) {
	.life_day p {
		padding-left: 2em;
	}
	.life_year h4 {
		font-size: 1.0em;
	}
}


/* ==================================================
   Form
================================================== */

.red_required {
	color: #f00 !important;
	font-size: 0.79em;
}

.form_area {
	margin-left: 0;
	margin-right: 0;
	margin-top: 30px;
	padding: 15px;
	background: rgba(255, 255, 255, 0.5);
	border: 2px solid #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;

	-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 2px 1px;
	   -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 2px 1px;
	        box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 2px 1px;
}

.form_area dl {
	padding: 15px;
	border-bottom:  1px solid #e3e3e3;
}

.form_area dl:after {
	content: "";
	display: block;
	clear: both; 
}

.form_area dl dt {
	clear: both;
	float: left;
	width: 25%;
}

.form_area dl dd {
	float: left;
	width: 70%;
	margin-left: 20px;
}

.form_area dl dd input {
	position: relative;
	z-index: 2;
    height: 50px;
    width: 80%;
	padding: 10px;
	border: 1px solid #9e9e9e;
}

.form_area dl dd input ::-ms-clear {
    display: none;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #656565;
}

/* Firefox 18- */
:-moz-placeholder {
    color: #656565;
	opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
    color: #656565;
	opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
    color: #656565;
}

.form_area dl dd select {
    height: 50px;
	padding: 10px;
	border: 1px solid #9e9e9e;
}

.form_area dl dd textarea {
    height: 280px;
    width: 80%;
    resize: none;
	padding: 10px;
	border: 1px solid #9e9e9e;
}

.form_area textarea , x:-moz-any-link { font-size: 85.71%; } /* Firefox */

/*
.form_area dl dd label {
	position: relative;
	padding: 5px 5px 5px 25px;
	margin : 0 5px 0 -25px;
	z-index: 1;
}
*/
.form_area dl dd.error input , 
.form_area dl dd.error textarea , 
.form_area dl dd.error label {
	background: #f6cad2;
}

.form_area dl dd p.error {
	margin: 0;
	color: red;
	font-weight :bold;
	margin-bottom: 1em;
}

.personal_info {
    height: 180px;
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 25px;
    overflow: scroll;
    overflow-x: hidden;
	color: #464646;
	background: #fff;
    border: 1px solid #9e9e9e;
}

.personal_info h2 {
    margin-bottom: 5px;
    font-size: 18px;
	font-weight: 600;
}

.personal_info .read {
    padding-top: 10px;
    padding-bottom: 20px;
}

.personal_info h3 {
    margin: 5px 0px 0px 0px;
    font-size: 14px;
	font-weight: 600;
}

.personal_info div {
    padding-top: 20px;
	padding-left: 20px;
}

.personal_info div.last {
    padding-bottom: 50px;
}

.personal_info p {
    padding-top: 5px;
    font-size: 14px;
    margin: 0;
    line-height: 18px;
}

.personal_check {
    width: 60%;
    margin: 0 auto;
    padding: 15px 10px;
    text-align: center;
	background: #fff;
    border: 1px solid #9e9e9e;
}

.personal_check_error {
    color: red;
    width: 550px;
    margin: 0 auto;
}

.btn_submit input {
	margin-top: 30px;
	margin-bottom: 15px;
	width: 30% !important;
	padding: 15px;
	font-size: 18px;
	color: #fff;
	background: #669877 !important;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
}

@media (max-width: 767px) {
	.form_area dl {
		width: auto;
		padding: 15px 0;
	}
	.form_area dl dt {
		float: none;
		width: inherit;
	}
	.form_area dl dd {
		float: none;
		margin-left: 0;
		width: inherit;
	}
	.form_area dl dd input,
	.form_area dl dd textarea {
		width: 100%;
	}
	.personal_info {
		width: 100%;
		padding-left: 15px;
		padding-right: 5px;
	}
	.personal_info div {
		padding-left: 10px;
	}
	.personal_info h2 {
		font-size: 14px;
	}
	.personal_info p {
		font-size: 13px;
	}
	.personal_check {
		width: 100%;
		padding: 15px 0px;
		font-size: 13px;
	}
	.btn_submit input,
	.btn_confirm input {
		width: 70% !important;
	}
}