@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-style: normal;
font-weight: normal;
font-size: 100%;
vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
html {
overflow-y: scroll;
height: 100%;
}
body {
font-family: "メイリオ", sans-serif;
font-size: 14px;
height: 100%;
-webkit-text-size-adjust: 100%;
color: #6c311b;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}
input, textarea {
margin: 0;
padding: 0;
}
ol, ul {
list-style: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
caption, th {
text-align: left;
}
a:focus {
outline: none;
}
.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
.clearfix {
min-height: 1px;
}
* html .clearfix {
height: 1px;/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.clear {
clear: both;
overflow: hidden;
}
.inline_block {
display: inline-block;
 *display: inline;
 *zoom: 1;
}
a {
text-decoration: none;
color: #000000;
}
a:hover {
color: #f2a335;
}
a:visted {
 color:#f2a335;
}
a img:hover {
filter: alpha(opacity=75);
-moz-opacity: 0.75;
opacity: 0.75;
}
/* よく使うCSS start

img {
	max-width:100%;
}

table {
	width:100%;
}

a,a:hover {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

よく使うCSS end -----
時々使うCSS3 start ---

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

ボックスシャドウ {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

ボックスシャドウ内側 {
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}

角丸 {
	border-radius: 8px; 
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px; 
}

トランジション {
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}

透明 {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}

背景のみ透明 {
	background-color:rgba(255,255,255,0.2);
}

グラデーション {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
	background-image: -moz-linear-gradient(top, #ffffff, #000000);
	background-image: -ms-linear-gradient(top, #ffffff, #000000);
	background-image: -o-linear-gradient(top, #ffffff, #000000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
	background-image: -webkit-linear-gradient(top, #ffffff, #000000);
	background-image: linear-gradient(top, #ffffff, #000000);
}

スマホ対応
@media screen and (max-width: 480px){
	
}
@media screen and (max-width: 320px){
	
}

時々使うCSS3 end */

/*全体レイアウト*/

.alignR {
text-align: right !important;
}
.alignC {
text-align: center !important;
}
.pink {
color: #e13466;
font-weight: bold;
}
.ore {
color: #cc3300;
font-weight: bold;
}
.gr {
color: #006916;
font-weight: bold;
}
body {
background-image: url(../img/common/bg_body.png);
background-size: cover;
background-position: top center;
background-repeat: no-repeat;
}
/*body#local {
	background: url(../img/common/bg_local.png) repeat-x top left;
}*/
header .head_inner {
width: 1000px;
margin: 0 auto;
}
#container {
overflow: hidden;
width: 100%;
position: relative;
height: auto !important; /*IE6対策*/
height: 100%; /*IE6対策*/
min-height: 100%;
}
#container p {
line-height: 1.7;
}
#container #wrapper {
width: 100%;
}
#container #content {
width: 980px;
margin: 0 auto 20px;
overflow: hidden;
clear: both;
}
.recruit_bnr {
position: fixed;
z-index: 1;
top: 300px;
right: 0;
}
.toTop {
position: fixed;
right: 25px;
bottom: 200px;
}
#container h2 {
text-align: center;
margin-bottom: 50px;
}
#container h3 {
margin-bottom: 30px;
text-align: center;
}
#content .ico_arrow {
margin-bottom: 10px;
padding-left: 20px;
background: url(../img/common/ico_arrow.png) no-repeat 0 0;
}
#content .ico_arrow_r {
margin-bottom: 10px;
padding-left: 15px;
background: url(../img/common/ico_arrow.png) no-repeat 0 4px;
float: right;
}
#content .ico_wood {
font-size: 24px;
font-weight: bold;
color: #d87c08;
margin-bottom: 30px;
padding-left: 30px;
background: url(../img/common/ico_wood.png) no-repeat 0 5px;
border-bottom: 3px solid #8db708;
text-align: left;
}
#content .left {
float: left;
}
#content .right {
float: right;
}
.mb10 {
margin-bottom: 10px;
}
.mb20 {
margin-bottom: 20px;
}
.mb30 {
margin-bottom: 30px;
}
.mb40 {
margin-bottom: 40px;
}
.mb50 {
margin-bottom: 50px;
}
.f16 {
font-size: 16px;
}
.f18 {
font-size: 18px;
}
.f20 {
font-size: 20px;
}
.txt {
margin-bottom: 30px;
}
.catch_dot {
margin: 30px 0;
text-align: center;
}
.bold {
font-weight: bold;
}
h6 {
font-size: 20px;
font-weight: bold;
text-align: center;
margin-bottom: 30px;
}
/*header*/
header {
overflow: hidden;
margin-bottom: 30px;
background: rgba(255,255,255,0.6);
padding: 10px 0;
}
header .logo {
float: left;
margin: 20px 0;
}
header .head_inner {
overflow: hidden;
width: 980px;
margin: 0 auto;
}
header .head_inner .tel {
float: right;
margin: 30px 0 20px 0;
}
header .head_inner h1 {
font-size: 10px;
margin: 5px 0;
}
header nav {
width: 100%;
overflow: hidden;
}
header nav ul {
width: 1000px;
margin: 0 auto;
}
header nav ul li {
float: left;
margin-right: 18px;
}
header nav ul li:last-child {
margin-right: 0;
}
body#local header {
margin-bottom: 40px;
}
body#local #wrapper {
padding-top: 50px;
}
/*footer*/
.gmap iframe {
border: 0;
pointer-events: none;
margin-bottom: -6px;
width: 100%;
height: 350px;
frameborder: 0;
}
footer {
background: url(../img/common/bg_footer.png) center bottom #faf9dc;
width: 100%;
padding: 115px 0 115px;
}
footer .foot_inner {
width: 600px;
margin: 0 auto;
padding: 50px 80px;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border: 1px dashed #6d3117;
background-color: #ffffff;
}
footer .foot_inner .logo {
}
footer .foot_inner .telnum {
text-align: right;
clear: both;
}
footer .foot_inner nav {
margin: 20px 0;
overflow: hidden;
float: right;
width: 665px;
}
footer .foot_inner ul li {
padding-bottom: 10px;
}
footer .foot_inner nav ul li a {
}
footer .foot_inner .add {
margin-top: 10px;
}
.bnr_area {
overflow: hidden;
background-color: #f8f5d2;
padding: 20px 0 0;
}
.bnr_area ul {
overflow: hidden;
width: 1000px;
margin: 0 auto;
}
.bnr_area ul li {
float: left;
margin-right: 10px;
}
.bnr_area ul li:last-child {
margin-right: 0;
}
.copyright {
text-align: center;
clear: both;
font-weight: bold;
padding: 10px;
}
footer .ico_arrow {
margin-bottom: 10px;
padding-left: 15px;
background: url(../img/common/ico_arrow.png) no-repeat 0 4px;
}
#container h3 {
margin-bottom: 50px;
}
#container #content section {
margin-bottom: 40px;
overflow: hidden;
clear: both;
}
body#local #content {
}
body#local #content h3 {
font-size: 24px;
font-weight: bold;
margin-bottom: 30px;
padding-left: 30px;
background: url(../img/top/ico_or001.png) no-repeat 0 5px;
border-bottom: 1px dotted #f2a335;
text-align: left;
font-family : "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
}
body#local #content section table th {
border: #dcdddd 1px solid;
background-color: #ffdd95;
padding: 10px;
font-weight: bold;
font-size: 18px;
text-align: center;
}
body#local #content section .fac_t table th {
border: #dcdddd 1px solid;
background-color: #faf3e9;
padding: 10px;
font-weight: bold;
width: 25%;
font-size: 14px;
}
body#local #content section table .t_or_thin {
background-color: #faf3e9;
}
body#local #content section table .t_yl {
background-color: #ffffdb;
}
body#local #content section table .t_or {
background-color: #ffdd95;
}
body#local #content section table .t_pk {
background-color: #ffdfdf;
}
body#local #content section table .t_pk_thin {
background-color: #fff4f4;
}
body#local #content section table th.t_top {
border-top: #f2a335 4px solid;
}
body#local #content section table td.t_top {
border-top: #d0d0d0 4px solid;
}
body#local #content section table td {
border: #dcdddd 1px solid;
background-color: #fff;
padding: 10px;
vertical-align: top;
}
/*top*/
body#top #wrapper .visual {
text-align: center;
margin-bottom: 40px;
}
body#top #content .intro {
text-align: center;
}
body#top #content .intro .catch {
margin-bottom: 30px;
}
body#top #content .info {
}
body#top #content .info h3 {
 letter-spacing: 0.1em;
font-size: 30px;
}
body#top #content .info dl {
width: 100%;
height: 200px;
margin: auto;
text-align: left;
overflow: auto;
}
body#top #content .info dl a {
width: 100%;
color: #000;
display: -webkit-box;
display: -moz-box;
display: -webkit-flexbox;
display: -moz-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-flex;
display: flex;
flex-wrap: wrap;
}
body#top #content .info dl a dt {
width: 20%;
padding: 10px 0 5px 0;
border-bottom: 2px dotted #f1ce8a;
color: #6d3117;
font-weight: bold;
}
body#top #content .info dl a dd {
width: 80%;
padding: 10px 0 5px 0;
border-bottom: 2px dotted #f1ce8a;
}
body#top #content .live ul {
overflow: hidden;
margin-bottom: 20px;
}
body#top #content .live ul li {
width: 230px;
display: inline-block;
margin-right: 15px;
position: relative;
font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
text-align: center;
}
body#top #content .live ul li:last-child {
margin-right: 0;
}
body#top #content .live ul li .inner {
position: absolute;
top: 25px;
left: 20px;
width: 185px;
text-align: center;
}
body#top #content .live .btn {
text-align: right;
}
body#top #content .facility {
font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
body#top #content .facility .info_list {
overflow: hidden;
margin-bottom: 30px;
}
body#top #content .facility h4 {
font-size: 18px;
font-weight: bold;
margin-bottom: 20px;
padding-left: 30px;
background: url(../img/top/ico_or001.png) no-repeat 0 5px;
}
body#top #content .facility .txt {
float: left;
width: 495px;
}
body#top #content .facility .txt dl {
padding-bottom: 10px;
border-bottom: 1px dotted #f2a335;
margin-bottom: 10px;
overflow: hidden;
}
body#top #content .facility .txt dl dt {
width: 25%;
float: left;
}
body#top #content .facility .txt dl dd {
width: 75%;
float: right;
}
body#top #content .facility .photo {
float: right;
}
body#top #content .facility .gmap {
clear: both;
margin-top: 20px;
}
body#top #content .live_pho {
padding: 0 150px 0;
margin-bottom: 30px;
overflow: hidden;
clear: both;
}
body#top #content .live_pho .left {
float: left;
}
body#top #content .live_pho .right {
float: right;
}
body#top #content .foods {
margin-bottom: 30px;
overflow: hidden;
clear: both;
padding: 0 20px;
}
body#top #content .foods .left {
}
body#top #content .ask {
margin-bottom: 30px;
overflow: hidden;
clear: both;
padding: 0 30px;
}
body#top #content .ask .right {
}
body#top #content .top_move {
margin-bottom: 30px;
overflow: hidden;
clear: both;
padding: 0 60px;
}
body#top #content .bg_txt {
width: 800px;
margin: 0 auto;
padding: 20px 30px;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border: 1px dashed #6d3117;
background-color: #fff7e5;
}
body#top #content .bg_txt_move {
list-style: inherit;
padding: 30px 40px;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border: 1px dashed #7a432a;
background-color: #fffcf4;
line-height: 2;
}
body#top #content .bg_txt_move .txt {
font-size: 16px;
}
body#top #content .bg_txt ul {
margin: 0;
}
body#top #content .bg_txt ul li {
margin-bottom: 20px;
font-size: 18px;
background: url(../img/common/ico_check.png) no-repeat 0 2px;
padding-left: 35px;
}
body#top #content .bg_txt ul li:last-child {
margin-bottom: 0;
}
/*ご入居について*/
body#local .service ul {
overflow: hidden;
}
body#local .service ul li {
width: 420px;
margin: 12px;
padding: 20px;
float: left;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border: 1px dashed #6d3117;
margin: 10px;
}
body#local .service ul li:nth-child(2n) {
float: right;
}
body#local .service .li_red {
background-color: #fff4f4;
}
body#local .service .li_yellow {
background-color: #fffff4;
}
body#local .service .li_green {
background-color: #f8fff4;
}
body#local .service .li_blue {
background-color: #f4faff;
}
#content .terms {
margin: 0 auto;
padding: 0 120px;
}
#content .terms .bg_txt .ore {
font-size: 20px;
}
#content .terms .bg_txt {
margin: 20px 0;
list-style: inherit;
padding: 50px 70px;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border: 1px dashed #7a432a;
background-color: #fffcf4;
line-height: 2;
font-size: 16px;
}
/*職員募集*/
body#local section table {
width: 100%;
}
/*お問い合わせ*/
body#local #contact {
width: 900px;
margin: 0 auto;
}
body#local #contact p {
padding: 0 100px;
}
body#local #contact section .intro {
margin-bottom: 20px;
}
body#local #contact section span.em {
background: #BE0003;
color: #FFFFFF;
padding: 2px 3px;
font-size: 11px;
margin-left: 10px;
}
body#local #contact section table {
width: 100%;
margin: 0 auto;
}
body#local #contact section table th {
border: none;
background-color: #fff;
text-align: left;
width: 35%;
}
body#local #contact section table td {
border: none;
}
body#local #contact section table td.input input {
padding: 15px;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border: 1px solid #BEBEBE;
}
body#local #contact section .line {
border-left: 5px solid #f2a335;
padding-left: 10px;
font-size: 110%;
}
/*ボタン*/

/*body#local #contact section input {
	padding: 10px;
	border: solid 1px #ccc;
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}
body#local #contact section .submit input {
	padding: 10px 30px;
	background: #f2a335;
	font-weight: bold;
	text-align: center;
	color: #FCFCFC;
	font-size: 14px;
	cursor: pointer;
}*/
body#local #contact section .submit {
text-align: center;
margin: 20px;
}
input[type="submit"] {
/*    background-color: #559fde;
    text-indent: 0px;
    color: #ffffff;    
    text-decoration: none;
    padding: 18px 20px 20px 20px;*/
font-size: 20px;
font-weight: bold;
width: 230px;
height: 54px;
box-shadow: 0 5px 0 0 #d38100;
-moz-box-shadow: 0 5px 0 0 #d38100;
-webkit-box-shadow: 0 5px 0 0 #d38100;
}
input[type="submit"]:hover {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
transform: translate3d(0, 5px, 0);
}
input[type="submit"], input[type="reset"], input[type="button"] {
padding: 3px 10px;
background: #f69600;
border: 0;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
line-height: 1.5;
font-size: 120%;
color: #fff;
}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
/*  background: #0991d7;*/
opacity: 0.7;
cursor: pointer;
}
*:first-child+html input[type="submit"] {
padding: 3px;
}
/*ボタン終わり*/

body#local #contact .bg_txt {
margin: 30px 0;
padding: 30px 20px;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border: 1px solid #ff9191;
background-color: #ffe9e9;
}
body#local #contact .bg_txt hr {
border: 1px dashed #ff9191;
margin: 15px 0;
}
body#local #contact .bg_txt p {
padding: 0 60px;
}
span.wpcf7-list-item {
display: block;
}
/*アクセス*/
body#local .access {
width: 90%;
margin: auto;
clear: both;
overflow: hidden;
}
/*施設紹介*/
body#local .ul_box ul {
width: 770px;
margin: 0 auto;
}
body#local .ul_box ul li {
display: inline-block;
}
body#local .time {
clear: both;
overflow: hidden;
margin: 0 auto;
padding: 0 20px;
}
body#local .time .am {
float: left;
width: 450px;
}
body#local .time .pm {
width: 450px;
float: right;
}
body#local .facility h4 {
font-weight: bold;
font-size: 18px;
margin-bottom: 20px;
}
body#local .facility h4:before {
content: "\25a0";
margin-right: 5px;
color: #f2a335;
}
body#local .facility .days {
position: relative;
padding-bottom: 130px;
}
body#local .facility .days .clock {
text-align: center;
}
body#local .facility .days .sche_inner {
background: #faf7d9;
padding: 20px;
width: 390px;
}
body#local .facility .days .sche_inner h5 {
padding: 0 0 5px 30px;
background: url(../img/facility/ico_arrow_or2.png) no-repeat 0 5px;
margin-bottom: 20px;
font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
font-weight: bold;
font-size: 20px;
border-bottom: 1px dotted #6c311b;
}
body#local .facility .days .sche_inner h5 span {
color: #d3590b;
}
body#local .facility .days .no1 {
position: absolute;
top: 50px;
left: 0;
}
body#local .facility .days .no2 {
position: absolute;
top: 160px;
right: 0;
}
body#local .facility .days .no3 {
position: absolute;
top: 330px;
left: 0;
}
body#local .facility .days .no4 {
position: absolute;
top: 540px;
right: 0;
}
body#local .facility .days .no5 {
position: absolute;
top: 750px;
left: 0;
}
body#local .facility .days .no6 {
position: absolute;
top: 680px;
right: 0;
}
body#local .facility .days .no7 {
position: absolute;
top: 980px;
right: 0;
}
body#local .facility .days .no8 {
position: absolute;
top: 1170px;
left: 0;
}
body#local .facility .days .no9 {
position: absolute;
top: 1150px;
right: 0;
}
body#local .facility .days .no10 {
position: absolute;
top: 1380px;
left: 0;
}
body#local .facility .days .no11 {
position: absolute;
top: 1410px;
right: 0;
}
body#local .facility .days .no12 {
position: absolute;
top: 1710px;
left: 0;
}
body#local .facility .days .no13 {
position: absolute;
top: 1690px;
right: 0;
}
body#local .facility .days .no14 {
position: absolute;
top: 1950px;
right: 0;
}
body#local .facility .days .no15 {
position: absolute;
top: 2110px;
left: 0;
}
body#local .facility .days .no16 {
position: absolute;
top: 2110px;
right: 0;
}
body#local .facility .event {
background: #faf7d9 url(../img/facility/img_events.png) no-repeat right center;
padding: 30px;
}
body#local .facility .event .txt {
text-align: center;
font-size: 16px;
font-weight: bold;
margin-bottom: 20px;
}
body#local .facility .event .event_list li {
padding: 0 0 5px 30px;
background: url(../img/facility/ico_arrow_or2.png) no-repeat 0 5px;
margin-bottom: 20px;
font-weight: bold;
font-size: 18px;
}
body#local .facility .recreation {
background: #faf7d9 url(../img/facility/img_recreation.png) no-repeat right bottom;
padding: 30px;
}
body#local .facility .recreation .txt {
text-align: center;
font-size: 18px;
font-weight: bold;
}
body#local .facility .recreation .recreation_list li {
padding: 0 0 5px 30px;
background: url(../img/facility/ico_arrow_or2.png) no-repeat 0 5px;
margin-bottom: 20px;
font-weight: bold;
font-size: 18px;
}
body#local .facility .cooking .txt {
text-align: center;
font-size: 18px;
margin-bottom: 30px;
font-weight: bold;
}
body#local .facility .facilities001 .txt {
margin-bottom: 20px;
}
body#local .facility .facilities001 ul li {
margin-bottom: 10px;
padding-left: 15px;
background: url(../img/common/ico_arrow_or.png) no-repeat 0 4px;
}
/*20160211追記*/
body#local .facility .facilities002 h5 {
font-weight: bold;
font-size: 16px;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px dotted #E0E0E0;
}
body#local .facility .facilities002 article {
margin-bottom: 70px;
}
body#local .facility .facilities002 .fac_pho {
overflow: hidden;
margin-bottom: 30px;
}
body#local .facility .facilities002 .fac_pho li {
float: left;
margin-right: 30px;
width: 306px;
}
body#local .facility .facilities002 .fac_pho li:last-child {
margin-right: 0;
}
body#local .facility .facilities002 .flow_list {
background: url(../img/move/fig_flow.png) no-repeat right bottom;
}
body#local .facility .facilities002 .flow_list dl {
margin-bottom: 20px;
padding-right: 300px;
}
body#local .facility .facilities002 .flow_list dl dt {
padding: 15px 0 15px 180px;
font-size: 18px;
font-weight: bold;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px dotted #f2a335
}
body#local .facility .facilities002 .flow_list dl dd {
padding-left: 180px;
background: url(../img/move/fig_step_arrow.png) no-repeat 60px center;
padding-bottom: 10px;
}
body#local .facility .facilities002 .flow_list dl.no1 dt {
background: url(../img/move/fig_step01.png) no-repeat left center;
}
body#local .facility .facilities002 .flow_list dl.no2 dt {
background: url(../img/move/fig_step02.png) no-repeat left center;
}
body#local .facility .facilities002 .flow_list dl.no3 dt {
background: url(../img/move/fig_step03.png) no-repeat left center;
}
body#local .facility .facilities002 .flow_list dl.no4 dt {
background: url(../img/move/fig_step04.png) no-repeat left center;
}
body#local .facility .facilities002 .flow_list dl.no5 dt {
background: url(../img/move/fig_step05.png) no-repeat left center;
}
body#local .facility .facilities002 .flow_list dl.no6 dt {
background: url(../img/move/fig_step06.png) no-repeat left center;
}
body#local .facility .facilities002 .fac_list li {
margin-bottom: 10px;
padding-left: 15px;
background: url(../img/common/ico_arrow_or.png) no-repeat 0 4px;
}
body#local .facility .facilities002 table {
border-collapse: collapse;
text-align: left;
line-height: 1.5;
border-left: 1px solid #ccc;
width: 100%;
font-size: 14px;
margin-bottom: 20px;
}
body#local .facility .facilities002 .fac_t table thead th {
padding: 10px;
font-weight: bold;
border-right: 1px solid #ccc;
border-top: 2px solid #f2a335;
/*background: #f5f5f5;*/
border-bottom: 1px solid #ccc;
}
body#local .facility .facilities002 .fac_t table thead td {
border-top: 2px solid #ABABAB;/*background: #f5f5f5 !important;*/
}
body#local .facility .facilities002 .fac_t table th {
padding: 10px;
font-weight: bold;
vertical-align: middle;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
background: #fef9f3;
width: 20% !important;
}
body#local .facility .facilities002 .fac_t table td {
padding: 10px;
vertical-align: top;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}
.adobe {
clear: both;
overflow: hidden;
}
.ico_adobe {
padding-top: 30px;
padding-left: 10px;
float: left;
}
body#local .facility .meaasege_inner {
overflow: hidden;
font-size: 16px;
padding: 15px;
background: #faf9e9;
border-radius: 10px;
}
body#local .facility .meaasege_inner figure {
float: left;
}
body#local .facility .meaasege_inner figure figcaption {
text-align: center;
margin-top: 10px;
}
body#local .facility .meaasege_inner .txt {
float: right;
width: 480px;
}
body#local .facility .meaasege_inner .txt .catch {
font-size: 22px;
font-weight: bold;
text-align: center;
margin-bottom: 20px;
}
/*よくある質問*/
body#local .qa .qa_list .qa_box {
/* border-radius */
border-radius: 45px;
-webkit-border-radius: 45px;
-moz-border-radius: 45px;
background: url(../img/qa/bg_qa_box.jpg);
padding: 20px 35px;
position: relative;
margin-bottom: 30px;
}
body#local .qa .qa_list .qa_box .tit {
text-align: center;
margin-bottom: 30px;
}
body#local .qa .qa_list .qa_box .question {
margin-bottom: 25px;
text-align: center;
}
body#local .qa .qa_list .slide_box {
padding-top: 40px;
border-top: 1px dotted #f2a335;
}
body#local .qa .qa_list .qa_box .question {
font-weight: bold;
font-size: 24px;
}
body#local .qa .qa_list .qa_box .toggle_box {
display: none;
padding-bottom: 30px;
text-align: center;
font-size: 16px;
}
body#local .qa .qa_list .qa_box .slide_btn {
cursor: pointer;
text-indent: -9999em;
background: url(../img/qa/ico_plus.png) no-repeat;
width: 45px;
height: 45px;
position: absolute;
right: 20px;
top: 70px;
}
body#local .qa .qa_list .qa_box .slide_btn.active {
background: url(../img/qa/ico_minus.png) no-repeat;
}
/*お知らせ*/
body#local .news .blog_cont {
float: left;
width: 720px;
}
body#local .news .blog_cont h3 span.date {
font-size: 12px;
margin-right: 10px;
}
body#local .news #sub {
float: right;
width: 230px;
}
body#local .news #sub h2 {
text-align: left;
font-size: 18px;
font-weight: bold;
padding-bottom: 5px;
border-bottom: #f2a335 1px dotted;
margin-bottom: 20px;
}
body#local .news #sub h2 :before {
content: "\25a0";
color: #f2a335;
}
body#local .news #sub ul li {
padding: 0 0 5px 15px;
background: url(../img/common/ico_arrow_or.png) no-repeat 0 5px;
margin-bottom: 10px;
}
/*サイトマップ*/
body#local .sitemap ul li {
padding-bottom: 5px;
border-bottom: #f2a335 1px dotted;
margin-bottom: 20px;
font-size: 18px;
}
body#local .sitemap ul li:before {
content: "\25a0";
color: #f2a335;
}
#map {
width: 100%;
height: 400px;
}

@media screen and (max-width: 760px) {
.pc {
display: none;
}
#container header {
margin: 0 10px;
}
#container header h1 {
margin: 0 0 10px 0;
}
#container header .head_inner {
width: 100%;
}
.drawer-nav ul li {
color: #6c311b;
font-size: 16px;
padding: 0 0 5px 15px;
background: url(../img/common/ico_arrow_or.png) no-repeat 0 5px;
margin-bottom: 10px;
margin-left: 5px;
border-bottom: 1px dotted #FFFFFF;
}
.drawer-nav ul li a {
color: #6c311b;
}
#footer {
height: auto;
position: inherit;
}
#container footer .foot_inner {
width: 95%;
padding: 10px 10px;
}
footer .foot_inner .logo {
float: none;
margin-top: 20px;
}
footer .foot_inner .logo img {
width: 100%;
}
footer .foot_inner nav {
margin: 20px 0;
overflow: hidden;
float: none;
width: 100%;
}
.bnr_area {
padding: 15px;
}
.bnr_area ul {
overflow: hidden;
width: 100%;
margin: 0 auto;
}
.bnr_area ul li {
float: left;
width: 49%;
margin-right: 0;
}
.bnr_area ul li:nth-child(2n) {
float: right;
}
#container img {
width: 100%;
height: auto;
}
#container #wrapper {
width: 95%;
padding: 0 10px;
margin: 20px auto 20px;
}
#container header .head_inner .logo {
float: none;
margin: 20px auto;
text-align: center;
width: 40%;
}
#container header .head_inner .logo img {
width: 100%;
}
#container #main section {
margin-bottom: 30px;
}
#container .pc {
display: none !important;
}
#container footer .foot_inner .bnr_area ul li {
float: none;
margin-bottom: 20px;
}
#container #main .menu ul li img {
width: 100%;
}
header .head_inner .tel {
float: none;
margin: 20px auto;
width: 50%;
text-align: center;
}
#container header .head_inner .tel img {
width: 100%;
}
.fb_w {
display: none;
}
#container .toTop img {
width: 70%;
height: auto;
}
.toTop {
position: fixed;
right: 5px;
bottom: 200px;
}
.ajax-loader {
display: none;
}
#container #content {
width: 100%;
}
body#local #content section table.sptable tr th {
display: block;
width: 100%;
padding-bottom: 5px;
border-bottom: 1px solid #dedede;
margin-bottom: 10px;
border-top: 0;
border-right: 0;
border-left: 0;
text-align: left;
}
/*body#local #content section table.sptable tr th:before {
	content: "\25a0";
	color: #f2a335;
}*/
body#local #content section table.sptable tr td {
width: 95%;
display: block;
border: 0;
}
#container h2 {
margin-bottom: 30px;
}
#container h2 img {
width: 60%;
height: auto;
}
#container h3 img {
width: 70%;
height: auto;
}
body#local #wrapper {
padding-top: 50px;
}
header .head_inner h1 {
width: 70%;
margin-left: 10px;
}
/*top*/
#container .user {
background: none;
}
#container .unable .txt {
float: none;
width: 100%;
margin-bottom: 10px;
}
#container .unable .photo {
float: none;
}
body#top #content .facility .txt {
float: none;
width: 100%;
margin-bottom: 10px;
}
body#top #content .facility .txt dl dt {
width: 100%;
float: none;
}
body#top #content .facility .txt dl dd {
width: 100%;
float: none;
}
body#top #content .facility .photo {
float: none;
}
body#top #content .live ul li {
/*padding:0 0 5px 15px;
	background:url(../img/common/ico_arrow_or.png) no-repeat 0 5px;*/
margin-bottom: 10px;
border-bottom: #f2a335 1px dotted;
margin-bottom: 20px;
width: 45%;
}
body#top #content .live .btn {
text-align: center;
}
body#top #content .live .btn img {
width: 40%;
height: auto;
}
body#top #content .bg_txt {
width: auto;
}
/*会社概要*/
body#local .company .sec001 .txt {
width: 100%;
float: none;
margin-bottom: 10px;
}
body#local .company .sec001 .photo {
float: none;
}
body#local .company .sec002 dl dt {
width: 100%;
float: none;
font-weight: bold;
margin-bottom: 10px;
}
body#local .company .sec002 dl dd {
width: 100%;
float: none;
}
/*スタッフ紹介*/
body#local .staff .staff_list .staff_prof .photo {
float: none;
margin-bottom: 10px;
}
body#local .staff .staff_list .staff_prof .prof {
float: none;
width: 100%;
background: #FFFFFF;
}
/*施設紹介*/
body#local .facility .days2 .sche_inner {
background: #faf7d9;
padding: 20px;
width: 90%;
margin-bottom: 30px;
}
body#local .facility .days2 .sche_inner h5 {
padding: 0 0 5px 30px;
background: url(../img/facility/ico_arrow_or2.png) no-repeat 0 5px;
margin-bottom: 20px;
font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
font-weight: bold;
font-size: 20px;
border-bottom: 1px dotted #6c311b;
}
body#local .facility .days .sche_inner h5 span {
color: #d3590b;
}
body#local .facility .event {
background: #faf7d9;
padding: 20px;
}
body#local .facility .recreation {
background: #faf7d9;
padding: 20px;
}
body#local .facility .facilities002 .fac_pho {
margin-bottom: 0;
}
body#local .facility .facilities002 .fac_pho li {
float: none;
margin-right: 0;
width: 100%;
margin-bottom: 20px;
}
body#local .facility .facilities002 .flow_list dl {
padding-right: 0;
}
body#local .facility .meaasege_inner figure {
float: none;
margin-bottom: 10px;
}
body#local .facility .meaasege_inner .txt {
float: none;
width: 100%;
}
/*よくある質問*/
body#local .qa .qa_list .qa_box .tit {
text-align: center;
margin-bottom: 30px;
}
body#local .qa .qa_list .qa_box .tit img {
width: 50%;
height: auto;
}
body#local .qa .qa_list .qa_box .slide_btn {
right: 20px;
top: 20px;
}
/*お知らせ*/
body#local .live .blog_cont {
float: none;
width: 100%;
}
body#local .live #sub {
display: none;
}
/*マップ処理*/
.map_wrapper {
max-width: 640px;
min-width: 280px;
margin: 20px auto;
padding: 4px;
border: 1px solid #CCC;
}
.gmap {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.gmap iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
/**************************2016.06.28追加分****************************/

.catch_dot {
width: 20%;
margin: 50px auto;
}
body#top #content .live ul {
margin-right: -20px;
margin-left: 20px;
}
body#top #content .live_pho .left {
float: none;
}
body#top #content .live_pho .right {
float: none;
}
body#top #content .foods {
margin: 0 auto;
width: 80%;
padding: 0;
}
body#top #content .foods .left {
float: none;
}
body#top #content .foods .right {
float: none;
}
body#top #content .ask {
margin: 0 auto;
width: 80%;
padding: 0;
}
body#top #content .ask .left {
float: none;
}
body#top #content .ask .right {
float: none;
}
body#top #content .top_move {
margin: 0 auto;
width: 80%;
padding: 0;
}
body#top #content .top_move .left {
float: none;
}
body#top #content .top_move .right {
float: none;
}
/*ご入居について*/

#content .terms {
padding: 0;
width: 100%;
}
#content .terms .left {
float: none;
}
#content .terms .right {
float: none;
margin: 0 auto;
width: 50%;
}
#content .service {
margin: 0 auto;
}
#content .service ul {
text-align: center;
}
#content .service ul li {
width: auto;
}
body#local .service ul li {
float: none;
}
body#local .service ul li:nth-child(2n) {
float: none;
}
body#local .time {
padding: 0 20px;
}
body#local .time .am {
float: none;
width: 100%;
}
body#local .time .pm {
float: none;
width: 100%;
}
body#local #content section table td {
width: 40%;
}
body#local #content section table th {
font-size: 100%;
text-align: left;
}
body#local .service ul li {
width: 80%;
margin: 0 0 10px 0;
}
/*施設紹介*/

body#local .facility .facilities002 .fac_pho li {
width: 32%;
display: inline-block;
}
body#local .access {
width: 100%;
}
body#local .access .left {
float: none;
}
body#local .access .right {
float: none;
}
body#local .facility .facilities002 .flow_list {
padding-right: 0;
background: 0;
}
/*お問合せ*/
body#local #contact {
width: 100%;
}
body#local #contact p {
padding: 0 50px;
}
body#local #contact .bg_txt p {
padding: 0 30px;
}
body#local #contact section table {
width: 80%;
}
}

/**************************2016.06.28追加分****************************/
@media screen and (max-width: 480px) {
body#top #content .live ul li {
width: 100%;
}
body#top #content .live_pho {
padding: 0;
}
body#top #content .live_pho .left {
float: none;
}
body#top #content .live_pho .right {
float: none;
}
body#top #content .foods {
width: 100%;
}
body#top #content .ask {
width: 100%;
}
body#top #content .top_move {
width: 100%;
}
body#top #content .foods img {
margin: 0 auto;
}
body#top #content .bg_txt {
padding: 50px;
}
body#local .facility .facilities002 .fac_pho li {
width: 100%;
}
/*お問合せ*/
body#local #contact {
width: 100%;
}
body#local #contact p {
padding: 0 20px;
}
body#local #contact .bg_txt p {
padding: 0 10px;
}
}

@media only screen and (min-width: 761px) {
.pc {
display: block;
}
.sp {
display: none !important;
}
}
