@charset "UTF-8";
/* ----------------------------------------

再定義

---------------------------------------- */
html {
 overflow-y: scroll;
}
body {
 position: relative;
 line-height: 1.8571;
 color: #000;
 background-color: #fff;
 font-family: Verdana, "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
 word-wrap: break-word;
}
body * {
 box-sizing: border-box;
 -webkit-box-sizing: border-box;
}
a {
 color: #0c5f93;
}
a:hover, a:visited:hover {
 text-decoration: none;
}
img {
 max-width: 100%;
 height: auto;
 vertical-align: bottom;
}
table {
 table-layout: fixed;
}
input[type="button"], select {
 cursor: pointer;
 outline: none;
}
:focus::-webkit-input-placeholder {
 color: transparent;
}
/* Webkit */ :focus:-moz-placeholder {
 color: transparent;
}
/* Firefox 18 以前 */ :focus::-moz-placeholder {
 color: transparent;
}
/* Firefox 19 以降 */ ::-webkit-input-placeholder {
 color: #888;
 opacity: 1;
}
:-moz-placeholder {
 color: #888;
 opacity: 1;
}
::-moz-placeholder {
 color: #888;
 opacity: 1;
}
input[type="submit"], input[type="button"] {
 -webkit-appearance: button;
 -moz-appearance: button;
 appearance: button;
}
#content {
 margin-bottom: 0 !important;
}
#content ::-webkit-scrollbar {
 width: 12px;
}
#content ::-webkit-scrollbar-track {
 background: #f1f1f1;
}
#content ::-webkit-scrollbar-thumb, #content ::-webkit-scrollbar-thumb:window-inactive {
 background: #bcbcbc;
}
/* ----------------------------------------

container

---------------------------------------- */
#container {
 margin: 0 auto;
 font-size: 107.7%;
 min-width: 1040px;
 padding-top: 126px;
 position: relative;
}
/* ----------------------------------------

header

---------------------------------------- */
#header {
 position: fixed;
 width: 100%;
 background: #fff;
 z-index: 100;
 top: 0;
 left: 0;
}
#siteNameG {
 display: flex;
 align-items: center;
}
.hdr_sec {
 width: 1000px;
 margin: 0 auto;
 display: flex;
 align-items: center;
 justify-content: space-evenly;
}
.hdr_sec a {
 color: #1b5e74;
}
.hdr_sec .icon {
 width: 60px;
 position: relative;
}
.siteID {
 margin: 10px 0 6px;
 width: 420px;
}
.siteID:hover {
 opacity: 0.9;
}
.hdr_nav {
 /* float: right; */
 padding: 7px 0 6px;
 display: flex;
 width: 500px;
 justify-content: space-evenly;
}
.hdr_nav_01 { /*UniLife用のPCヘッダー枠*/
 display: inline-block;
 vertical-align: top;
 width: 300px;
 /*border:2px solid  #1baad3;
	border-radius:10px;
	padding: 5px 5px 10px 10px;*/
 width: 300px;
 margin-top: 20px;
}
.hdr_nav_info {
 display: inline-block;
 vertical-align: top;
 font-size: 11px;
 line-height: 1.5;
 padding-left: 38px;
 position: relative;
 text-align: left;
 margin-bottom: 22px;
}
.hdr_nav_info img {
 position: absolute;
 left: 0;
 top: 4px;
}
.hdr_nav_info_name {
 font-size: 16px;
 font-weight: 700;
 line-height: 1.1;
 margin: 8px 0 2px 10px;
 display: inline-block;
}
.hdr_nav_info_txt {
 display: block;
 text-align: right;
 letter-spacing: 0.5px;
 padding-right: 1em;
 position: absolute;
 width: 190px;
 font-size: 11px;
 line-height: 1.6em;
 margin-top: -11px;
 color: #ee7300;
 font-weight: 900;
 background-color: #fff;
}
.hdr_sns {
 text-align: right;
 margin-top: 3px;
 line-height: 0;
}
.hdr_sns li {
 display: inline-block;
 vertical-align: top;
 margin-left: 5px;
 padding-top: 10px;
}
.hdr_sns li a {
 display: inline-block;
 vertical-align: top;
}
.hdr_sns_line {
 width: 24px;
 height: 24px;
 position: relative;
}
.hdr_sns_line iframe {
 width: 26px !important;
 height: 26px !important;
 position: relative !important;
 z-index: 10;
 opacity: 0;
}
.hdr_sns_line > img {
 position: absolute;
 left: 0;
 top: 0;
}
.hdr_sns_line:hover > img {
 opacity: .7;
}
.hdr_sns a:hover img {
 opacity: .7;
}
.hdr_tel {
 display: inline-block;
 vertical-align: middle;
 margin-right: 10px;
}
.hdr_tel img {
 vertical-align: middle;
 margin-right: 6px;
 width: 2.5em;
}
.hdr_tel span {
 font-family: 'arial', serif;
 font-size: 25px;
 font-weight: 700;
 line-height: 1;
 color: #ff3e17;
 display: inline-block;
 vertical-align: middle;
}
.hdr_nav_02 { /*生協用のPCヘッダー枠*/
 width: 500px;
 display: inline-block;
 vertical-align: top;
 border: 2px solid #875941;
 border-radius: 10px;
 padding: 2px 10px 6px 10px;
 display: flex;
 justify-content: space-evenly;
}
.hdr_nav_info_txt2 {
 display: block;
 position: absolute;
 /*padding:0 0 0 1em;*/
 width: 140px;
 font-size: 12px;
 line-height: 1.6em;
 margin-top: -12px;
 color: #875941;
 font-weight: 900;
 background-color: #fff;
 text-align: center;
 margin-left: -25em;
}
.hdr_nav_info_coopname {
 font-size: 14px;
 font-weight: 700;
 line-height: 1.2;
 margin: 8px 0 2px 0;
 display: inline-block;
}
.hdr_inq {
 display: inline-block;
 vertical-align: top;
 margin-top: 5px;
}
.hdr_inq a {
 color: #fff;
 display: inline-block;
 vertical-align: middle;
 background: #ef3b54;
 text-decoration: none;
 font-size: 16px;
 font-weight: 700;
 line-height: 1;
 letter-spacing: .05em;
 border-radius: 3px;
 -webkit-box-shadow: 0 2px 4px rgba(5, 5, 5, .18);
 box-shadow: 0 2px 4px rgba(5, 5, 5, .18);
 padding: 7px 13px 7px 13px;
}
.hdr_inq a:hover {
 background: #d1263f;
}
.hdr_inq_arrw {
 display: inline-block;
 vertical-align: middle;
 width: 15px;
 height: 15px;
 background: url(../img/ico_arrw_next_02.png) no-repeat 50% 50%;
 -webkit-background-size: 15px 15px;
 background-size: 15px 15px;
 margin-right: 7px;
 position: relative;
 top: -1px;
}
@media screen and (max-width: 767px) {
 #header {
  position: relative;
  padding: 10px 0;
 }
 .hdr_sec {
  width: auto;
  padding: 0;
 }
 .siteID {
  float: none;
  margin: 0;
  padding: 0 65px 0 10px;
  width: auto;
 }
 .siteID img {
  width: 95%;
  margin: 0.5em 0;
 }
 .hdr_nav {
  display: none;
 }
}
/* ----------------------------------------

GNavi

---------------------------------------- */
.globalNav {
 /*background: #f6c0d7;*/
 -webkit-box-shadow: 0 2px 4px rgba(5, 5, 5, .18);
 box-shadow: 0 2px 4px rgba(5, 5, 5, .18);
}
.globalNav > ul {
 width: 1040px;
 margin: 0 auto;
 padding: 0 20px;
 display: table;
 table-layout: fixed;
}
.globalNav > ul > li {
 display: table-cell;
 vertical-align: middle;
}
.globalNav > ul > li > a {
 display: block;
 padding: 16px 0px 18px;
 color: #fff;
 font-size: 16px;
 font-weight: 700;
 line-height: 1.3;
 text-align: center;
 text-decoration: none;
 letter-spacing: 0.05em;
 font-size: 107.14286%;
 text-shadow: 2px 2px 3px rgba(50, 50, 50, 0.2);
 position: relative;
 background: url("../img/icon_dwn_arr.svg") no-repeat center bottom 2px;
 background-size: 9px 3px;
 transition: background 0.2s ease;
}
.globalNav > ul > li > a:hover, .globalNav > ul > li > a:active, .globalNav > ul > li > a.active::before {
 background-position: center bottom -8px;
}
.globalNav > ul > li > a:hover::before, {
 content: '';
 display: block;
 width: 100%;
 height: 100%;
}
.globalNav > ul > li > a::before {
 content: '';
 display: block;
 position: absolute;
 left: 1px;
 top: 0;
 width: 1px;
 height: 100%;
 background: rgba(255, 255, 255, 0.1);
 box-shadow: -1px 0 0 rgba(0, 0, 0, 0.3);
}
.globalNav > ul > li:last-of-type > a::after {
 content: '';
 display: block;
 position: absolute;
 right: 1px;
 top: 0;
 width: 1px;
 height: 100%;
 background: rgba(255, 255, 255, 0.1);
 box-shadow: 1px 0 0 rgba(0, 0, 0, 0.3);
}
.globalNav > ul > li.gnav_row2 > a {
 padding-top: 8px;
 padding-bottom: 0;
}
.globalNav > ul > li:first-child > a {
 border-left: none;
}
.globalNav > ul > li > a:hover, .globalNav > ul > li > a.active {
 /*background: #999;*/
}
.globalNav .gnav_arrw {
 display: inline-block;
 vertical-align: middle;
 width: 15px;
 height: 15px;
 background: url(/area/images/ico_arrw_down.svg) no-repeat 50% 50%;
 -webkit-background-size: 15px 15px;
 background-size: 15px 15px;
 position: relative;
 top: -1px;
 left: -.4em;
}
.globalNav .gnav_home {
 width: 75px;
 font-size: 9px;
 line-height: 1;
}
.globalNav .gnav_service {
 width: 150px;
}
.globalNav .gnav_home a {
 padding-top: 9px;
 padding-bottom: 6px;
 background-image: none;
}
.globalNav .gnav_home i {
 display: block;
 vertical-align: middle;
 width: 20px;
 height: 22px;
 background: url(/files/img/common/icon_logo_02_2.png) no-repeat 50% 50%;
 -webkit-background-size: 20px auto;
 background-size: 20px auto;
 position: relative;
 top: -2px;
 margin: 0 auto;
}
/* spmenu
------------------------------- */
.spmenu {
 display: none;
}
/* sp_btm_nav
------------------------------- */
.sp_btm_nav {
 display: none;
}
/* noscript
------------------------------- */
#noscript {
 margin-bottom: 15px;
 padding: 0.5em 1em;
 border: 2px solid #ccc;
 box-sizing: border-box;
 color: #000;
 -webkit-box-sizing: border-box;
}
/* ----------------------------------------

content

---------------------------------------- */
/* keyVisual
------------------------------- */
.keyVisual {
 margin-bottom: 45px;
 margin-top: 17px;
}
.keyVisual .slick-slide {
 display: block;
}
.keyVisual_slider > div {
 opacity: 0;
 position: absolute;
 top: 0;
}
.keyVisual_slider > div:first-child {
 opacity: 1;
 position: relative;
 text-align: center;
}
.keyVisual_slider > div.slick-list {
 opacity: 1;
 position: relative;
}
/* slick-arrow */
.keyVisual .slick-arrow {
 z-index: 10;
 width: 40px;
 height: 40px;
}
.keyVisual .slick-arrow:before {
 color: #0028a2;
}
.keyVisual .slick-prev {
 left: 50%;
 margin-left: -520px;
}
.keyVisual .slick-next {
 right: 50%;
 margin-right: -520px;
}
.keyVisual .slick-prev:before, .keyVisual .slick-next:before {
 content: '';
 display: block;
 width: 40px;
 height: 40px;
 background-color: rgba(38, 38, 38, .8);
 background-repeat: no-repeat;
 -webkit-background-size: 9px auto;
 background-size: 9px auto;
 border-radius: 100%;
 opacity: 1;
}
.keyVisual .slick-prev:before {
 background-image: url(/area/images/ico_arrw_prev.svg);
 background-position: 45% 50%;
}
.keyVisual .slick-next:before {
 background-image: url(/area/images/ico_arrw_next.svg);
 background-position: 52% 50%;
}
.keyVisual .slick-prev:hover:before, .keyVisual .slick-next:hover:before {
 opacity: .8;
}
/* slick-dots */
.keyVisual .slick-dots {
 line-height: 10px;
 bottom: -20px;
 width: auto;
 left: 50%;
 -webkit-transform: translate(-50%, 0);
 transform: translate(-50%, 0);
}
.keyVisual .slick-dots li {
 width: 10px;
 height: 10px;
 vertical-align: top;
}
.keyVisual .slick-dots li button {
 width: 10px;
 height: 10px;
 margin: 0 5px;
 padding: 0;
}
.keyVisual .slick-dots li button:before {
 content: '';
 width: 10px;
 height: 10px;
 background: #ccc;
 border-radius: 100%;
 opacity: 1;
}
.keyVisual .slick-dots li.slick-active button:before {
 background: #ccc;
}
/* bnr_01
------------------------------- */
.bnr_01 {
 width: 1040px;
 margin: 30px auto;
 padding: 0 20px;
 text-align: center;
}
.bnr_01 > a {}
/* doga_360vr
------------------------------- */
#doga_360vr {
 width: 1000px;
 height: auto;
 padding: 0;
}
#doga_360vr .movie {
 position: relative;
 width: 100%;
 padding-top: 56.25%;
 margin-bottom: 50px;
}
#doga_360vr .movie iframe {
 position: absolute;
 top: 0;
 right: 0;
 width: 100%;
 height: 100%;
}
/* exp_comment
------------------------------- */
.exp_comment {
 width: 890px;
 margin: 30px auto 45px;
 padding-right: 169px;
 position: relative;
 min-height: 133px;
 color: #000;
}
.exp_comment_txt {
 background: #fff; /*fukidashi1*/
 border-radius: 7px;
 padding: 25px 28px 25px 31px;
 position: relative;
 border: 2px solid #442F32;
}
.exp_comment_balloon {
 display: inline-block;
 width: 16px;
 height: 20px;
 position: absolute;
 top: 37px;
 right: -14px;
 overflow: hidden;
}
.exp_comment_balloon:after {
 content: '';
 display: inline-block;
 width: 23px;
 height: 40px;
 background-color: #fff; /*fukidashi2*/
 border-radius: 2px;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 position: absolute;
 right: 14px;
 top: -6px;
 border: 2px solid #442F32;
}
.exp_comment_img {
 position: absolute;
 right: 0;
 top: 0;
}
/* section_01
------------------------------- */
.section_01 {
 margin-bottom: 100px;
 position: relative;
}
.section_inner {
 width: 1000px;
 margin: 0 auto;
}
.sec_anc {
 padding-top: 15px;
}
/* title
------------------------------- */
/* タイトル画像バー */
#anc_info, #anc_meal, #anc_fur, #anc_girl, #anc_around, #anc_service {
 position: relative;
}
#anc_info::before, #anc_info::after, /* 物件情報 */ #anc_meal::before, #anc_meal::after, /* 食事付き */ #anc_fur::before, #anc_fur::after, /* 家具家電付き */ #anc_girl::before, #anc_girl::after, /* 女子専用 */ #anc_around::before, #anc_around::after, /* 周辺情報 */ #anc_service::before, #anc_service::after {
 content: '';
 display: block;
 position: absolute;
 left: 0;
 top: 10px;
 width: 100%;
 height: 60px;
 z-index: 500;
}
.title_01 {
 font-size: 36px;
 font-weight: 700;
 line-height: 1.3;
 text-align: center;
 position: relative;
 padding-top: 270px;
 margin-bottom: 35px;
}
.title_01::before {
 content: '';
 display: block;
 width: 100%;
 height: 320px;
 background-repeat: no-repeat;
 background-position: 50% 0;
 position: absolute;
 top: 0;
 left: 0;
 border: 0;
 /* border-bottom: 20px solid; */
 /* border-image: repeating-linear-gradient( -3deg , #557fd5, #557fd5 0.5px, #caeeff 0.5px, #caeeff 1px); */
 border-image-slice: 1;
}
.title_01_ico {
 display: block;
 width: 122px;
 height: 122px;
 margin: 0 auto 0.3em auto;
 background: #fff;
 border-radius: 100%;
 position: relative;
 z-index: 1;
}
.title_01_ico img {
 position: relative;
 z-index: 1;
}
.title_01_ico:after {
 content: '';
 width: 74px;
 height: 74px;
 display: block;
 background: #f6c0d7;
 border-radius: 100%;
 position: absolute;
 left: 23px;
 top: 28px;
}
.title_01_txt {
 display: block;
 margin-top: -5px;
 letter-spacing: .015em;
 position: relative;
 z-index: 1;
}
.title_01_txt span {
 font-family: 'arial', serif;
 font-size: 22px;
 margin-left: 16px;
}
.title_01:after {
 content: '';
 display: block;
 width: 72px;
 height: 4px;
 background: #444;
 margin: 0 auto;
 margin-top: 15px;
}
.title_02 {
 font-size: 28px;
 font-weight: 700;
 line-height: 1.3;
 border-bottom: 2px solid #444;
 padding-bottom: 13px;
 margin-bottom: 30px;
}
.title_03 {
 position: relative;
 padding-left: 20px;
 font-size: 22px;
 font-weight: 700;
 line-height: 1.3;
 letter-spacing: .01em;
 margin: 20px 0 10px;
}
.title_04 {
 font-size: 28px;
 font-weight: 700;
 line-height: 1.3;
 border-bottom: 2px solid #54251B;
 padding-bottom: 13px;
 padding-left: 50px;
 background-image: url(/area/area_kyushu/rc_kyudaimae/files/img/around_house_mark.png);
 background-repeat: no-repeat;
 background-size: 40px;
 margin-bottom: 30px;
}
.title_03:before {
 content: '';
 width: 5px;
 height: 1em;
 display: inline-block;
 background: #fff57b;
 position: absolute;
 left: 0;
 top: .15em;
}
/* icon
------------------------------- */
.icon_arrw {
 display: inline-block;
 vertical-align: middle;
 width: 18px;
 height: 18px;
 border-radius: 100%;
 background: url(/area/images/ico_arrw_next_03.svg) no-repeat 50% 50%;
 -webkit-background-size: 18px auto;
 background-size: 18px auto;
 margin-right: 6px;
 position: relative;
 top: -1px;
}
.icon_blank {
 display: inline-block;
 vertical-align: middle;
 width: 22px;
 height: 22px;
 border-radius: 100%;
 background: url(/area/images/ico_blank.svg) no-repeat 50% 50%;
 -webkit-background-size: 17px auto;
 background-size: 17px auto;
 margin-left: 5px;
 position: relative;
 top: -1px;
}
.icon_blank_02 {
 display: inline-block;
 vertical-align: middle;
 width: 20px;
 height: 20px;
 border-radius: 100%;
 background: url(/area/images/ico_blank_02.svg) no-repeat 50% 50%;
 -webkit-background-size: 15px auto;
 background-size: 15px auto;
 margin-left: 3px;
 position: relative;
 top: -1px;
}
/* img_slide
------------------------------- */
.img_slide {
 margin-bottom: 45px;
}
.img_slider > div {
 opacity: 0;
 position: absolute;
 top: 0;
}
.img_slider > div:first-child {
 opacity: 1;
 position: relative;
 text-align: center;
}
.img_slider > div.slick-list {
 opacity: 1;
 position: relative;
}
.img_slide .slick-slide {
 opacity: .3;
}
.img_slide .slick-slider div img {
 width: 700px;
 height: auto;
 margin: 0 auto;
}
.img_slide .slick-slide.slick-active {
 opacity: 1;
}
/* slick-arrow */
.img_slide .slick-arrow {
 z-index: 10;
 width: 40px;
 height: 40px;
}
.img_slide .slick-arrow:before {
 color: #0028a2;
}
.img_slide .slick-prev {
 left: 50%;
 margin-left: -370px;
}
.img_slide .slick-next {
 right: 50%;
 margin-right: -370px;
}
.img_slide .slick-prev:before, .img_slide .slick-next:before {
 content: '';
 display: inline-block;
 width: 40px;
 height: 40px;
 background-color: rgba(38, 38, 38, .8);
 background-repeat: no-repeat;
 -webkit-background-size: 9px auto;
 background-size: 9px auto;
 border-radius: 100%;
 opacity: 1;
}
.img_slide .slick-prev:before {
 background-image: url(/area/images/ico_arrw_prev.svg);
 background-position: 45% 50%;
}
.img_slide .slick-next:before {
 background-image: url(/area/images/ico_arrw_next.svg);
 background-position: 52% 50%;
}
.img_slide .slick-prev:hover:before, .img_slide .slick-next:hover:before {
 opacity: .8;
}
/* slick-dots */
.img_slide .slick-dots {
 line-height: 10px;
 bottom: -20px;
 width: auto;
 left: 50%;
 -webkit-transform: translate(-50%, 0);
 transform: translate(-50%, 0);
}
.img_slide .slick-dots li {
 width: 10px;
 height: 10px;
 vertical-align: top;
}
.img_slide .slick-dots li button {
 width: 10px;
 height: 10px;
 margin: 0 5px;
}
.img_slide .slick-dots li button:before {
 content: '';
 width: 10px;
 height: 10px;
 background: #ccc;
 border-radius: 100%;
 opacity: 1;
}
.img_slide .slick-dots li.slick-active button:before {
 background: #ccc;
}
/* img_slider_02
------------------------------- */
.img_slider_02 > div {
 opacity: 0;
 position: absolute;
 top: 0;
}
.img_slider_02 > div:first-child {
 opacity: 1;
 position: relative;
 text-align: center;
}
.img_slider_02 .slick-slide img, .img_slider_03 .slick-slide img {
 width: 660px;
 height: auto;
 margin: 0 auto;
}
.img_slider_02 > div.slick-list {
 opacity: 1;
 position: relative;
}
/* slick-dots */
.img_slide_02 .slick-dots {
 line-height: 10px;
 bottom: 22px;
 width: auto;
 left: 50%;
 -webkit-transform: translate(-50%, 0);
 transform: translate(-50%, 0);
}
.img_slide_02 .slick-dots li {
 width: 10px;
 height: 10px;
 vertical-align: top;
}
.img_slide_02 .slick-dots li button {
 width: 10px;
 height: 10px;
 margin: 0 5px;
}
.img_slide_02 .slick-dots li button:before {
 content: '';
 width: 10px;
 height: 10px;
 background: #ccc;
 border-radius: 100%;
 opacity: 1;
}
.img_slide_02 .slick-dots li.slick-active button:before {
 background: #ccc;
}
/* img_slider_02_nav */
.img_slider_02_nav, .img_slider_03_nav {
 margin-bottom: 30px;
 text-align: center;
}
.img_slider_02_nav .slick-track, .img_slider_03_nav .slick-track, .img_slider_02_nav .slick-list, .img_slider_03_nav .slick-list {
 -webkit-transform: none !important;
 transform: none !important;
}
.img_slider_02_nav .slick-track, .img_slider_03_nav .slick-track {
 width: auto !important;
 left: 0 !important;
}
.img_slider_02_nav > .img_slider_02_nav_btn, .img_slider_03_nav > .img_slider_03_nav_btn {
 display: inline-block;
}
.img_slider_02_nav > .img_slider_02_nav_btn, .img_slider_03_nav > .img_slider_03_nav_btn, .img_slider_02_nav .slick-slide, .img_slider_03_nav .slick-slide {
 width: 47.25% !important;
 height: 46px;
 line-height: 46px;
 text-align: center;
 border: 1px solid #000;
 margin-bottom: 1%;
 cursor: pointer;
 font-weight: 700;
 text-transform: uppercase;
 letter-spacing: .06em;
 float: left;
 position: relative;
 margin: 0px 0px 5px 10px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 @charset "UTF-8";
/* ----------------------------------------

再定義

---------------------------------------- */
 html {
 overflow-y: scroll;
}
 body {
 position: relative;
 line-height: 1.8571;
 color: #000;
 background-color: #fff;
 font-family: Verdana, "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
 word-wrap: break-word;
}
 body * {
 box-sizing: border-box;
 -webkit-box-sizing: border-box;
}
 a {
 color: #0c5f93;
}
 a:hover, a:visited:hover {
 text-decoration: none;
}
 img {
 max-width: 100%;
 height: auto;
 vertical-align: bottom;
}
 table {
 table-layout: fixed;
}
 input[type="button"], select {
 cursor: pointer;
 outline: none;
}
:
 focus::-webkit-input-placeholder {
 color: transparent;
}
/* Webkit */ :
 focus:-moz-placeholder {
 color: transparent;
}
/* Firefox 18 以前 */ :
 focus::-moz-placeholder {
 color: transparent;
}
/* Firefox 19 以降 */ ::
 -webkit-input-placeholder {
 color: #888;
 opacity: 1;
}
:
 -moz-placeholder {
 color: #888;
 opacity: 1;
}
::
 -moz-placeholder {
 color: #888;
 opacity: 1;
}
 input[type="submit"], input[type="button"] {
 -webkit-appearance: button;
 -moz-appearance: button;
 appearance: button;
}
#content {
 margin-bottom: 0 !important;
}
#content ::
 -webkit-scrollbar {
 width: 12px;
}
#content ::
 -webkit-scrollbar-track {
 background: #f1f1f1;
}
#content ::
 -webkit-scrollbar-thumb, #content ::-webkit-scrollbar-thumb:window-inactive {
 background: #bcbcbc;
}
/* ----------------------------------------

container

---------------------------------------- */
#container {
 margin: 0 auto;
 font-size: 107.7%;
 min-width: 1040px;
 padding-top: 126px;
 position: relative;
}
/* ----------------------------------------

header

---------------------------------------- */
#header {
 position: fixed;
 width: 100%;
 background: #fff;
 z-index: 100;
 top: 0;
 left: 0;
}
#siteNameG {
 display: flex;
 align-items: center;
}
.hdr_sec {
 width: 1000px;
 margin: 0 auto;
 display: flex;
 align-items: center;
 justify-content: space-evenly;
}
.hdr_sec
 a {
 color: #1b5e74;
}
.hdr_sec .icon {
 width: 60px;
 position: relative;
}
.siteID {
 margin: 10px 0 6px;
 width: 420px;
}
.siteID:
 hover {
 opacity: 0.9;
}
.hdr_nav {
 /* float: right; */
 padding: 7px 0 6px;
 display: flex;
 width: 500px;
 justify-content: space-evenly;
}
.hdr_nav_01 { /*UniLife用のPCヘッダー枠*/
 display: inline-block;
 vertical-align: top;
 width: 300px;
 /*border:2px solid  #1baad3;
 border-radius:10px;
 padding: 5px 5px 10px 10px;*/
 width: 300px;
 margin-top: 20px;
}
.hdr_nav_info {
 display: inline-block;
 vertical-align: top;
 font-size: 11px;
 line-height: 1.5;
 padding-left: 38px;
 position: relative;
 text-align: left;
 margin-bottom: 22px;
}
.hdr_nav_info
 img {
 position: absolute;
 left: 0;
 top: 4px;
}
.hdr_nav_info_name {
 font-size: 16px;
 font-weight: 700;
 line-height: 1.1;
 margin: 8px 0 2px 10px;
 display: inline-block;
}
.hdr_nav_info_txt {
 display: block;
 text-align: right;
 letter-spacing: 0.5px;
 padding-right: 1em;
 position: absolute;
 width: 190px;
 font-size: 11px;
 line-height: 1.6em;
 margin-top: -11px;
 color: #ee7300;
 font-weight: 900;
 background-color: #fff;
}
.hdr_sns {
 text-align: right;
 margin-top: 3px;
 line-height: 0;
}
.hdr_sns
 li {
 display: inline-block;
 vertical-align: top;
 margin-left: 5px;
 padding-top: 10px;
}
.hdr_sns
 li a {
 display: inline-block;
 vertical-align: top;
}
.hdr_sns_line {
 width: 24px;
 height: 24px;
 position: relative;
}
.hdr_sns_line
 iframe {
 width: 26px !important;
 height: 26px !important;
 position: relative !important;
 z-index: 10;
 opacity: 0;
}
.hdr_sns_line >
 img {
 position: absolute;
 left: 0;
 top: 0;
}
.hdr_sns_line:
 hover > img {
 opacity: .7;
}
.hdr_sns
 a:hover img {
 opacity: .7;
}
.hdr_tel {
 display: inline-block;
 vertical-align: middle;
 margin-right: 10px;
}
.hdr_tel
 img {
 vertical-align: middle;
 margin-right: 6px;
 width: 2.5em;
}
.hdr_tel
 span {
 font-family: 'arial', serif;
 font-size: 25px;
 font-weight: 700;
 line-height: 1;
 color: #ff3e17;
 display: inline-block;
 vertical-align: middle;
}
.hdr_nav_02 { /*生協用のPCヘッダー枠*/
 width: 500px;
 display: inline-block;
 vertical-align: top;
 border: 2px solid #875941;
 border-radius: 10px;
 padding: 2px 10px 6px 10px;
 display: flex;
 justify-content: space-evenly;
}
.hdr_nav_info_txt2 {
 display: block;
 position: absolute;
 /*padding:0 0 0 1em;*/
 width: 140px;
 font-size: 12px;
 line-height: 1.6em;
 margin-top: -12px;
 color: #875941;
 font-weight: 900;
 background-color: #fff;
 text-align: center;
 margin-left: -25em;
}
.hdr_nav_info_coopname {
 font-size: 14px;
 font-weight: 700;
 line-height: 1.2;
 margin: 8px 0 2px 0;
 display: inline-block;
}
.hdr_inq {
 display: inline-block;
 vertical-align: top;
 margin-top: 5px;
}
.hdr_inq
 a {
 color: #fff;
 display: inline-block;
 vertical-align: middle;
 background: #ef3b54;
 text-decoration: none;
 font-size: 16px;
 font-weight: 700;
 line-height: 1;
 letter-spacing: .05em;
 border-radius: 3px;
 -webkit-box-shadow: 0 2px 4px rgba(5, 5, 5, .18);
 box-shadow: 0 2px 4px rgba(5, 5, 5, .18);
 padding: 7px 13px 7px 13px;
}
.hdr_inq
 a:hover {
 background: #d1263f;
}
.hdr_inq_arrw {
 display: inline-block;
 vertical-align: middle;
 width: 15px;
 height: 15px;
 background: url(../img/ico_arrw_next_02.png) no-repeat 50% 50%;
 -webkit-background-size: 15px 15px;
 background-size: 15px 15px;
 margin-right: 7px;
 position: relative;
 top: -1px;
}
 @media screen and (max-width: 767px) {
 #header {
  position: relative;
 padding: 10px 0;
 }
 .hdr_sec {
 width: auto;
 padding: 0;
 }
 .siteID {
 float: none;
 margin: 0;
 padding: 0 65px 0 10px;
 width: auto;
 }
 .siteID img {
 width: 95%;
 margin: 0.5em 0;
 }
 .hdr_nav {
 display: none;
 }
}
/* ----------------------------------------

GNavi

---------------------------------------- */
.globalNav {
 /*background: #f6c0d7;*/
 -webkit-box-shadow: 0 2px 4px rgba(5, 5, 5, .18);
 box-shadow: 0 2px 4px rgba(5, 5, 5, .18);
}
.globalNav >
 ul {
 width: 1040px;
 margin: 0 auto;
 padding: 0 20px;
 display: table;
 table-layout: fixed;
}
.globalNav >
 ul > li {
 display: table-cell;
 vertical-align: middle;
}
.globalNav >
 ul > li > a {
 display: block;
 padding: 16px 0px 18px;
 color: #fff;
 font-size: 16px;
 font-weight: 700;
 line-height: 1.3;
 text-align: center;
 text-decoration: none;
 letter-spacing: 0.05em;
 font-size: 107.14286%;
 text-shadow: 2px 2px 3px rgba(50, 50, 50, 0.2);
 position: relative;
 background: url("../img/icon_dwn_arr.svg") no-repeat center bottom 2px;
 background-size: 9px 3px;
 transition: background 0.2s ease;
}
.globalNav >
 ul > li > a:hover, .globalNav > ul > li > a:active, .globalNav > ul > li > a.active::before {
 background-position: center bottom -8px;
}
.globalNav >
 ul > li > a:hover::before, {
 content: '';
 display: block;
 width: 100%;
 height: 100%;
}
.globalNav >
 ul > li > a::before {
 content: '';
 display: block;
 position: absolute;
 left: 1px;
 top: 0;
 width: 1px;
 height: 100%;
 background: rgba(255, 255, 255, 0.1);
 box-shadow: -1px 0 0 rgba(0, 0, 0, 0.3);
}
.globalNav >
 ul > li:last-of-type > a::after {
 content: '';
 display: block;
 position: absolute;
 right: 1px;
 top: 0;
 width: 1px;
 height: 100%;
 background: rgba(255, 255, 255, 0.1);
 box-shadow: 1px 0 0 rgba(0, 0, 0, 0.3);
}
.globalNav >
 ul > li.gnav_row2 > a {
 padding-top: 8px;
 padding-bottom: 0;
}
.globalNav >
 ul > li:first-child > a {
 border-left: none;
}
.globalNav >
 ul > li > a:hover, .globalNav > ul > li > a.active {
 /*background: #999;*/}
.globalNav .gnav_arrw {
 display: inline-block;
 vertical-align: middle;
 width: 15px;
 height: 15px;
 background: url(/area/images/ico_arrw_down.svg) no-repeat 50% 50%;
 -webkit-background-size: 15px 15px;
 background-size: 15px 15px;
 position: relative;
 top: -1px;
 left: -.4em;
}
.globalNav .gnav_home {
 width: 75px;
 font-size: 9px;
 line-height: 1;
}
.globalNav .gnav_service {
 width: 150px;
}
.globalNav .gnav_home
 a {
 padding-top: 9px;
 padding-bottom: 6px;
 background-image: none;
}
.globalNav .gnav_home
 i {
 display: block;
 vertical-align: middle;
 width: 20px;
 height: 22px;
 background: url(/files/img/common/icon_logo_02_2.png) no-repeat 50% 50%;
 -webkit-background-size: 20px auto;
 background-size: 20px auto;
 position: relative;
 top: -2px;
 margin: 0 auto;
}
/* spmenu
------------------------------- */
.spmenu {
 display: none;
}
/* sp_btm_nav
------------------------------- */
.sp_btm_nav {
 display: none;
}
/* noscript
------------------------------- */
#noscript {
 margin-bottom: 15px;
 padding: 0.5em 1em;
 border: 2px solid #ccc;
 box-sizing: border-box;
 color: #000;
 -webkit-box-sizing: border-box;
}
/* ----------------------------------------

content

---------------------------------------- */
/* keyVisual
------------------------------- */
.keyVisual {
 margin-bottom: 45px;
 margin-top: 17px;
}
.keyVisual .slick-slide {
 display: block;
}
.keyVisual_slider >
 div {
 opacity: 0;
 position: absolute;
 top: 0;
}
.keyVisual_slider >
 div:first-child {
 opacity: 1;
 position: relative;
 text-align: center;
}
.keyVisual_slider >
 div.slick-list {
 opacity: 1;
 position: relative;
}
/* slick-arrow */
.keyVisual .slick-arrow {
 z-index: 10;
 width: 40px;
 height: 40px;
}
.keyVisual .slick-arrow:
 before {
 color: #0028a2;
}
.keyVisual .slick-prev {
 left: 50%;
 margin-left: -520px;
}
.keyVisual .slick-next {
 right: 50%;
 margin-right: -520px;
}
.keyVisual .slick-prev:
 before, .keyVisual .slick-next:before {
 content: '';
 display: block;
 width: 40px;
 height: 40px;
 background-color: rgba(38, 38, 38, .8);
 background-repeat: no-repeat;
 -webkit-background-size: 9px auto;
 background-size: 9px auto;
 border-radius: 100%;
 opacity: 1;
}
.keyVisual .slick-prev:
 before {
 background-image: url(/area/images/ico_arrw_prev.svg);
 background-position: 45% 50%;
}
.keyVisual .slick-next:
 before {
 background-image: url(/area/images/ico_arrw_next.svg);
 background-position: 52% 50%;
}
.keyVisual .slick-prev:
 hover:before, .keyVisual .slick-next:hover:before {
 opacity: .8;
}
/* slick-dots */
.keyVisual .slick-dots {
 line-height: 10px;
 bottom: -20px;
 width: auto;
 left: 50%;
 -webkit-transform: translate(-50%, 0);
 transform: translate(-50%, 0);
}
.keyVisual .slick-dots
 li {
 width: 10px;
 height: 10px;
 vertical-align: top;
}
.keyVisual .slick-dots
 li button {
 width: 10px;
 height: 10px;
 margin: 0 5px;
 padding: 0;
}
.keyVisual .slick-dots
 li button:before {
 content: '';
 width: 10px;
 height: 10px;
 background: #ccc;
 border-radius: 100%;
 opacity: 1;
}
.keyVisual .slick-dots
 li.slick-active button:before {
 background: #ccc;
}
/* bnr_01
------------------------------- */
.bnr_01 {
 width: 1040px;
 margin: 30px auto;
 padding: 0 20px;
 text-align: center;
}
.bnr_01 >
 a {}
/* doga_360vr
------------------------------- */
#doga_360vr {
 width: 1000px;
 height: auto;
 padding: 0;
}
#doga_360vr .movie {
 position: relative;
 width: 100%;
 padding-top: 56.25%;
 margin-bottom: 50px;
}
#doga_360vr .movie
 iframe {
 position: absolute;
 top: 0;
 right: 0;
 width: 100%;
 height: 100%;
}
/* exp_comment
------------------------------- */
.exp_comment {
 width: 890px;
 margin: 30px auto 45px;
 padding-right: 169px;
 position: relative;
 min-height: 133px;
 color: #000;
}
.exp_comment_txt {
 background: #fff; /*fukidashi1*/
 border-radius: 7px;
 padding: 25px 28px 25px 31px;
 position: relative;
 border: 2px solid #442F32;
}
.exp_comment_balloon {
 display: inline-block;
 width: 16px;
 height: 20px;
 position: absolute;
 top: 37px;
 right: -14px;
 overflow: hidden;
}
.exp_comment_balloon:
 after {
 content: '';
 display: inline-block;
 width: 23px;
 height: 40px;
 background-color: #fff; /*fukidashi2*/
 border-radius: 2px;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 position: absolute;
 right: 14px;
 top: -6px;
 border: 2px solid #442F32;
}
.exp_comment_img {
 position: absolute;
 right: 0;
 top: 0;
}
/* section_01
------------------------------- */
.section_01 {
 margin-bottom: 100px;
 position: relative;
}
.section_inner {
 width: 1000px;
 margin: 0 auto;
}
.sec_anc {
 padding-top: 15px;
}
/* title
------------------------------- */
/* タイトル画像バー */
#anc_info, #anc_meal, #anc_fur, #anc_girl, #anc_around, #anc_service {
 position: relative;
}
#anc_info::
 before, #anc_info::after, /* 物件情報 */ #anc_meal::before, #anc_meal::after, /* 食事付き */ #anc_fur::before, #anc_fur::after, /* 家具家電付き */ #anc_girl::before, #anc_girl::after, /* 女子専用 */ #anc_around::before, #anc_around::after, /* 周辺情報 */ #anc_service::before, #anc_service::after {
 content: '';
 display: block;
 position: absolute;
 left: 0;
 top: 10px;
 width: 100%;
 height: 60px;
 z-index: 500;
}
.title_01 {
 font-size: 36px;
 font-weight: 700;
 line-height: 1.3;
 text-align: center;
 position: relative;
 padding-top: 270px;
 margin-bottom: 35px;
}
.title_01::
 before {
 content: '';
 display: block;
 width: 100%;
 height: 320px;
 background-repeat: no-repeat;
 background-position: 50% 0;
 position: absolute;
 top: 0;
 left: 0;
 border: 0;
 /* border-bottom: 20px solid; */
 /* border-image: repeating-linear-gradient( -3deg , #557fd5, #557fd5 0.5px, #caeeff 0.5px, #caeeff 1px); */
 border-image-slice: 1;
}
.title_01_ico {
 display: block;
 width: 122px;
 height: 122px;
 margin: 0 auto 0.3em auto;
 background: #fff;
 border-radius: 100%;
 position: relative;
 z-index: 1;
}
.title_01_ico
 img {
 position: relative;
 z-index: 1;
}
.title_01_ico:
 after {
 content: '';
 width: 74px;
 height: 74px;
 display: block;
 background: #f6c0d7;
 border-radius: 100%;
 position: absolute;
 left: 23px;
 top: 28px;
}
.title_01_txt {
 display: block;
 margin-top: -5px;
 letter-spacing: .015em;
 position: relative;
 z-index: 1;
}
.title_01_txt
 span {
 font-family: 'arial', serif;
 font-size: 22px;
 margin-left: 16px;
}
.title_01:
 after {
 content: '';
 display: block;
 width: 72px;
 height: 4px;
 background: #444;
 margin: 0 auto;
 margin-top: 15px;
}
.title_02 {
 font-size: 28px;
 font-weight: 700;
 line-height: 1.3;
 border-bottom: 2px solid #444;
 padding-bottom: 13px;
 margin-bottom: 30px;
}
.title_03 {
 position: relative;
 padding-left: 20px;
 font-size: 22px;
 font-weight: 700;
 line-height: 1.3;
 letter-spacing: .01em;
 margin: 20px 0 10px;
}
.title_04 {
 font-size: 28px;
 font-weight: 700;
 line-height: 1.3;
 border-bottom: 2px solid #54251B;
 padding-bottom: 13px;
 padding-left: 50px;
 background-image: url(/area/area_kyushu/rc_kyudaimae/files/img/around_house_mark.png);
 background-repeat: no-repeat;
 background-size: 40px;
 margin-bottom: 30px;
}
.title_03:
 before {
 content: '';
 width: 5px;
 height: 1em;
 display: inline-block;
 background: #fff57b;
 position: absolute;
 left: 0;
 top: .15em;
}
/* icon
------------------------------- */
.icon_arrw {
 display: inline-block;
 vertical-align: middle;
 width: 18px;
 height: 18px;
 border-radius: 100%;
 background: url(/area/images/ico_arrw_next_03.svg) no-repeat 50% 50%;
 -webkit-background-size: 18px auto;
 background-size: 18px auto;
 margin-right: 6px;
 position: relative;
 top: -1px;
}
.icon_blank {
 display: inline-block;
 vertical-align: middle;
 width: 22px;
 height: 22px;
 border-radius: 100%;
 background: url(/area/images/ico_blank.svg) no-repeat 50% 50%;
 -webkit-background-size: 17px auto;
 background-size: 17px auto;
 margin-left: 5px;
 position: relative;
 top: -1px;
}
.icon_blank_02 {
 display: inline-block;
 vertical-align: middle;
 width: 20px;
 height: 20px;
 border-radius: 100%;
 background: url(/area/images/ico_blank_02.svg) no-repeat 50% 50%;
 -webkit-background-size: 15px auto;
 background-size: 15px auto;
 margin-left: 3px;
 position: relative;
 top: -1px;
}
/* img_slide
------------------------------- */
.img_slide {
 margin-bottom: 45px;
}
.img_slider >
 div {
 opacity: 0;
 position: absolute;
 top: 0;
}
.img_slider >
 div:first-child {
 opacity: 1;
 position: relative;
 text-align: center;
}
.img_slider >
 div.slick-list {
 opacity: 1;
 position: relative;
}
.img_slide .slick-slide {
 opacity: .3;
}
.img_slide .slick-slider
 div img {
 width: 700px;
 height: auto;
 margin: 0 auto;
}
.img_slide .slick-slide.slick-active {
 opacity: 1;
}
/* slick-arrow */
.img_slide .slick-arrow {
 z-index: 10;
 width: 40px;
 height: 40px;
}
.img_slide .slick-arrow:
 before {
 color: #0028a2;
}
.img_slide .slick-prev {
 left: 50%;
 margin-left: -370px;
}
.img_slide .slick-next {
 right: 50%;
 margin-right: -370px;
}
.img_slide .slick-prev:
 before, .img_slide .slick-next:before {
 content: '';
 display: inline-block;
 width: 40px;
 height: 40px;
 background-color: rgba(38, 38, 38, .8);
 background-repeat: no-repeat;
 -webkit-background-size: 9px auto;
 background-size: 9px auto;
 border-radius: 100%;
 opacity: 1;
}
.img_slide .slick-prev:
 before {
 background-image: url(/area/images/ico_arrw_prev.svg);
 background-position: 45% 50%;
}
.img_slide .slick-next:
 before {
 background-image: url(/area/images/ico_arrw_next.svg);
 background-position: 52% 50%;
}
.img_slide .slick-prev:
 hover:before, .img_slide .slick-next:hover:before {
 opacity: .8;
}
/* slick-dots */
.img_slide .slick-dots {
 line-height: 10px;
 bottom: -20px;
 width: auto;
 left: 50%;
 -webkit-transform: translate(-50%, 0);
 transform: translate(-50%, 0);
}
.img_slide .slick-dots
 li {
 width: 10px;
 height: 10px;
 vertical-align: top;
}
.img_slide .slick-dots
 li button {
 width: 10px;
 height: 10px;
 margin: 0 5px;
}
.img_slide .slick-dots
 li button:before {
 content: '';
 width: 10px;
 height: 10px;
 background: #ccc;
 border-radius: 100%;
 opacity: 1;
}
.img_slide .slick-dots
 li.slick-active button:before {
 background: #ccc;
}
/* img_slider_02
------------------------------- */
.img_slider_02 >
 div {
 opacity: 0;
 position: absolute;
 top: 0;
}
.img_slider_02 >
 div:first-child {
 opacity: 1;
 position: relative;
 text-align: center;
}
.img_slider_02 .slick-slide
 img, .img_slider_03 .slick-slide img {
 width: 660px;
 height: auto;
 margin: 0 auto;
}
.img_slider_02 >
 div.slick-list {
 opacity: 1;
 position: relative;
}
/* slick-dots */
.img_slide_02 .slick-dots {
 line-height: 10px;
 bottom: 22px;
 width: auto;
 left: 50%;
 -webkit-transform: translate(-50%, 0);
 transform: translate(-50%, 0);
}
.img_slide_02 .slick-dots
 li {
 width: 10px;
 height: 10px;
 vertical-align: top;
}
.img_slide_02 .slick-dots
 li button {
 width: 10px;
 height: 10px;
 margin: 0 5px;
}
.img_slide_02 .slick-dots
 li button:before {
 content: '';
 width: 10px;
 height: 10px;
 background: #ccc;
 border-radius: 100%;
 opacity: 1;
}
.img_slide_02 .slick-dots
 li.slick-active button:before {
 background: #ccc;
}
/* img_slider_02_nav */
.img_slider_02_nav, .img_slider_03_nav {
 margin-bottom: 30px;
 text-align: center;
}
.img_slider_02_nav .slick-track, .img_slider_03_nav .slick-track, .img_slider_02_nav .slick-list, .img_slider_03_nav .slick-list {
 -webkit-transform: none !important;
 transform: none !important;
}
.img_slider_02_nav .slick-track, .img_slider_03_nav .slick-track {
 width: auto !important;
 left: 0 !important;
}
.img_slider_02_nav > .img_slider_02_nav_btn, .img_slider_03_nav > .img_slider_03_nav_btn {
 display: inline-block;
}
.img_slider_02_nav > .img_slider_02_nav_btn, .img_slider_03_nav > .img_slider_03_nav_btn, .img_slider_02_nav .slick-slide, .img_slider_03_nav .slick-slide {
 width: 47.25% !important;
 height: 46px;
 line-height: 46px;
 text-align: center;
 border: 1px solid #000;
 margin-bottom: 1%;
 cursor: pointer;
 font-weight: 700;
 text-transform: uppercase;
 letter-spacing: .06em;
 float: left;
 position: relative;
}
.img_slider_02_nav .slick-slide:nth-child(4n+1), .img_slider_03_nav .slick-slide:nth-child(4n+1) {
 /* margin-right: 0.75%; */
}
.img_slider_02_nav .slick-slide:nth-child(4n+2), .img_slider_03_nav .slick-slide:nth-child(4n+2), .img_slider_02_nav .slick-slide:nth-child(4n+3), .img_slider_03_nav .slick-slide:nth-child(4n+3) {
 /* margin-left: 0.375%; */
 /* margin-right: 0.375%; */
}
.img_slider_02_nav .slick-slide:nth-child(4n), .img_slider_03_nav .slick-slide:nth-child(4n) {
 /* margin-left: 0.75%; */
}
.img_slider_02_nav_col2 .slick-slide {
 width: 48.5% !important;
 margin: 0 auto 8px !important;
}
.img_slider_02_nav_col3 .slick-slide {
 width: 15.5% !important;
 margin: 0px 5px 8px !important;
}
.slidecenter {
 margin-left: 200px;
}
.img_slider_02_nav_col3 .slick-slide:nth-child(3n+1), .img_slider_03_nav_col3 .slick-slide:nth-child(3n+1) {
 /* margin-right: 0.75% !important; */
}
.img_slider_02_nav_col3 .slick-slide:nth-child(3n+2), .img_slider_03_nav_col3 .slick-slide:nth-child(3n+2) {
 /* margin-left: 0.375% !important; */
 /* margin-right: 0.375% !important; */
}
.img_slider_02_nav_col3 .slick-slide:nth-child(3n), .img_slider_03_nav_col3 .slick-slide:nth-child(3n) {
 /* margin-left: 0.75% !important; */
}
/*5分割*/
.img_slider_02_nav_col5 .slick-slide, .img_slider_03_nav_col5 .slick-slide {
 width: 19.46% !important;
 margin: 0 0 8px !important;
}
.img_slider_02_nav_col5 .slick-slide:nth-child(5n+1), .img_slider_03_nav_col5 .slick-slide:nth-child(5n+1) {
 margin-right: 0.2% !important;
}
.img_slider_02_nav_col5 .slick-slide:nth-child(5n+2), .img_slider_03_nav_col5 .slick-slide:nth-child(5n+2) {
 margin-left: 0.5% !important;
 margin-right: 0.2% !important;
}
.img_slider_02_nav_col5 .slick-slide:nth-child(5n+3), .img_slider_03_nav_col5 .slick-slide:nth-child(5n+3) {
 margin-left: 0.5% !important;
 margin-right: 0.2% !important;
}
.img_slider_02_nav_col5 .slick-slide:nth-child(5n+4), .img_slider_03_nav_col5 .slick-slide:nth-child(5n+4) {
 margin-left: 0.5% !important;
 margin-right: 0.2% !important;
}
.img_slider_02_nav_col5 .slick-slide:nth-child(5n), .img_slider_03_nav_col5 .slick-slide:nth-child(5n) {
 margin-left: 0.4% !important;
}
/*5分割ここまで*/
.img_slider_02_nav .slick-slide
 img, .img_slider_03_nav .slick-slide img {
 max-height: 100%;
 vertical-align: middle;
 display: inline-block;
}
.img_slider_02_nav .slick-slide.slick-active, .img_slider_03_nav .slick-slide.slick-active {
 border-color: #000;
 color: #000;
 background-color: #CCC;
}
.img_slider_02_nav .slick-slide:
 hover, .img_slider_03_nav .slick-slide:hover {
 opacity: .7;
}
.img_slider_02_nav .slick-track, .img_slider_03_nav .slick-track {
 padding-top: 9px;
}
.img_slider_02_nav .slick-slide.slick-active::
 before, .img_slider_03_nav .slick-slide.slick-active::before {
 content: '';
 width: 0;
 height: 0;
 display: block;
 position: absolute;
 top: -16px;
 left: 50%;
 margin-left: -4px;
 border: 8px solid transparent;
}
/* btn_unit
------------------------------- */
.btn_unit {
 width: 1000px;
 margin: 40px auto;
 background: #f0f0f0;
 padding: 0 0 10px;
 text-align: center;
 border: 3px solid #565492;
}
.btn_unit
 p.btn_unit_tit {
 font-size: 150%;
 font-weight: 900;
 margin: 0 0 10px 0;
 line-height: 1.1em;
 background-color: #565492;
 color: #000;
 padding: 10px;
}
.btn_unit
 p.btn_unit_tit span {
 font-weight: 100 !important;
 font-size: 70%;
}
.btn_unit
 div {
 width: 480px;
 margin: 0 0 5px 8px;
 float: left;
}
.btn_unit
 div.shinjuku {
 text-align: left !important;
}
.btn_unit
 div.shinjuku img {
 width: 120px;
 float: left;
 margin: 0 10px 0 0;
}
.btn_unit
 div.shinjuku p {
 float: left;
}
 p.shinjuku_name {
 line-height: 1.5em;
 margin-bottom: 8px;
 background: url(/files/img/common/icon_logo_02.png) 0 0 no-repeat;
 padding: 0 0 0 30px;
 margin: 0.4em 0;
 font-weight: 700;
 font-size: 140%;
}
 p.shinjuku_station {
 width: 340px;
 font-size: 110%;
 font-weight: 700;
 padding-left: 35px;
 min-height: 70px;
 height: auto !important;
 background: url(/files/img/common/icon_nearest_station_01.png) no-repeat scroll 0px 3px transparent;
 line-height: 1.4em;
 color: #F8450B;
}
 p.shinjuku_txt {
 /*width: 340px;*/
 line-height: 1.4em;
}
.btn_unit
 li {
 width: 445px; /*475px*/
 display: inline-block;
 margin: 0 4px;
}
.btn_unit
 li.btn_unit_tit {
 width: 96%;
 display: block;
 margin: 0 auto;
 padding: 0 10px;
}
.btn_unit
 li.btn_unit_detail {
 clear: left;
}
.btn_unit
 li.btn_unit_detail a, .btn_unit li.btn_unit_reserve a {
 display: block;
 text-decoration: none;
 color: #fff;
 font-size: 24px;
 font-weight: 700;
 line-height: 1.3;
 letter-spacing: .02em;
 border-radius: 3px;
 padding: 22px 0 24px 0;
 -webkit-box-shadow: 0 2px 6px rgba(5, 5, 5, .3);
 box-shadow: 0 2px 6px rgba(5, 5, 5, .3);
 position: relative;
}
.btn_unit_arrw {
 display: inline-block;
 vertical-align: middle;
 width: 22px;
 height: 22px;
 background: url(/area/images/ico_arrw_next_02.svg) no-repeat 50% 50%;
 margin: 0 10px 0 -2px;
 position: relative;
 top: -2px;
}
.btn_unit_reserve
 a {
 background: #33338d;
}
.btn_unit_reserve
 a:hover {
 background: #951717;
}
.btn_unit_detail {
 color: #ff3e17;
 font-weight: 900;
 font-size: 300%;
}
.btn_unit_detail
 img {
 vertical-align: middle;
 margin: 0 10px 0 0;
}
.btn_unit.school_list {
 background: none;
 border: none;
 padding: 0;
}
.btn_unit.school_list
 li {
 margin-bottom: 10px;
}
.btn_unit.school_list
 li.btn_unit_reserve a {
 font-size: 20px;
 padding: 15px 10px;
}
/* info_sec
------------------------------- */
.info_sec .title_01:
 before {
 background-image: url(/area/images/info_tit_bg.jpg);
}
/* info_tbl */
.info_tbl {
 margin-bottom: 35px;
}
.info_tbl
 table {
 width: 100%;
 background-color: #fff;
}
.info_tbl
 th, .info_tbl td {
 padding: 10px 20px;
 vertical-align: top;
 border-top: #33338d solid 1px;
 border-bottom: #33338d solid 1px;
}
.info_tbl
 th {
 font-weight: 700;
 color: #000;
 width: 15%;
}
.info_tbl
 colgroup col:nth-child(1), .info_tbl colgroup col:nth-child(3) {
 width: 10em;
}
/* info_facility_list */
.info_facility_list {
 margin-right: -8px;
 margin-bottom: 50px;
}
.info_facility_list .info_facility_list_01 {
 background-color: #fff;
 border-width: 1px;
 border-style: solid;
 padding: 10px 20px 20px;
 width: 244px;
 float: left;
 margin: 0 8px 8px 0;
 border-color: #000;
}
.info_facility_list >
 div.cl_l {
 clear: left;
}
.info_facility_list >
 div.info_facility_list_col2 {
 width: 496px;
}
.info_facility_list_tit {
 font-size: 13px;
 font-weight: 700;
 line-height: 1.375;
 position: relative;
 min-height: 40px;
 margin-bottom: 10px;
 display: table;
}
.info_facility_list_tit::
 before {
 /*content: counter(info_facility,decimal-leading-zero);*/
 content: counter(info_facility) "";
 display: block;
 width: 40px;
 height: 40px;
 color: #FFF;
 line-height: 42px;
 text-align: center;
 background: #999;
 border-radius: 20px;
}
.info_facility_list_tit >
 span {
 display: table-cell;
 vertical-align: middle;
 height: 40px;
 padding-left: 0.5em;
}
.info_facility_list_txt {
 font-size: 13px;
}
.info_facility_list_01 {
 border-color: #000;
 position: relative;
 counter-increment: info_facility;
}
.info_facility_list_img {
 text-align: center;
 margin-bottom: 13px;
}
 ul.tokki {
 list-style: square;
}
 ul.tokki li {
 padding: 0;
 margin-left: 1em;
}
 span.uchikeshi{
 text-decoration: line-through;
}
 ul.tokki li.nomark{
 list-style:none;
 color:#33338d;
 font-weight: 700;
 font-size:110%;
}
/* meal_sec
------------------------------- */
.meal_sec .title_01:
 before { /* background-image: url(/area/area_kyushu/ue_nagasaki-global_coop/files/img/food_tit_bg.jpg); */ background-image: url(/area/images/meal_tit_bg.jpg);
}
/* meal_unitime */
.meal_unitime {
 border: 2px dotted #f39801;
 background-color: #fff;
 padding: 35px 50px 35px 40px;
 margin: 40px 0 50px;
}
.meal_unitime_main {
 width: 600px;
 float: left;
}
.meal_unitime_tit_02 {
 text-align: center;
 margin-bottom: 15px;
}
.meal_unitime_tit_02 >
 span {
 background: url(/area/images/meal_unitime_line.png) repeat-x 0 100%;
 display: inline-block;
 font-size: 18px;
 font-weight: 700;
 line-height: 1.5555;
 padding-bottom: 10px;
}
.meal_unitime_tit_02
 span span {
 font-size: 20px;
 color: #f39801;
}
.meal_unitime_link {
 margin-top: 10px;
}
.meal_unitime_link
 a {
 color: #000;
}
.meal_unitime_sub {
 width: 280px;
 float: right;
 font-size: 16px;
 font-weight: 700;
 color: #000;
 background: url(/area/images/meal_unitime_line_02.png) no-repeat 0 0;
}
.meal_unitime_sub
 li {
 background: url(/area/images/meal_unitime_line_02.png) no-repeat 0 100%;
 padding: 11px 0 11px 39px;
 position: relative;
}
.meal_unitime_sub
 li:before {
 content: '';
 width: 30px;
 height: 30px;
 display: inline-block;
 position: absolute;
 left: 0;
 top: 50%;
 margin-top: -15px;
 background-image: url(/area/images/meal_unitime_num.png);
 background-repeat: no-repeat;
}
.meal_unitime_sub
 li:nth-child(1):before {
 background-position: 0 0;
}
.meal_unitime_sub
 li:nth-child(2):before {
 background-position: 0 -51px;
}
.meal_unitime_sub
 li:nth-child(3):before {
 background-position: 0 -101px;
}
.meal_unitime_sub
 li:nth-child(4):before {
 background-position: 0 -151px;
}
.meal_unitime_sub
 li:nth-child(5):before {
 background-position: 0 -204px;
}
.meal_unitime_sub
 li:nth-child(6):before {
 background-position: 0 -256px;
}
.meal_unitime_sub
 li:nth-child(7):before {
 background-position: 0 -306px;
}
.meal_unitime_sub
 li:nth-child(8):before {
 background-position: 0 -356px;
}
/* shokudo */
.shokudo {
 background-image: url("../img/wood.jpg");
 width: 1000px;
 margin: 1em auto 100px auto;
 padding: 0;
}
.shokudo
 p.s_tit {
 font-size: 200%;
 line-height: 1.4em;
 font-weight: 900;
 display: block;
 text-align: center;
 padding: 0.5em 0;
 background-image: url(../img/yellow_dot.png);
 background-repeat: repeat-x;
 background-position: left bottom;
}
.shokudo
 p.s_tit span {
 font-size: 80%;
}
.shokudo
 img.s_logo1 {
 width: 80%;
 margin: 1em 0 0.5em 40px;
}
.shokudo
 img.s_logo2 {
 width: 60%;
 margin: 1em 0 0.5em 80px;
}
.shokudo
 div.s_inner1 ul li p {
 /*
 height: 180px;
*/
 margin: 0 10px 0 0;
}
.shokudo
 div.s_inner1 {
 padding: 0;
 margin: 0px;
 background-image: url("../img/s_kazari.png");
 background-repeat: no-repeat;
 background-position: 0 0;
}
.shokudo
 div.s_inner1 ul {
 display: block;
 width: 972px;
 margin: 1em auto;
 padding: 0;
 background-image: url(../img/s_kazari.png);
 background-repeat: no-repeat;
 padding-bottom: 50px;
 background-position: bottom;
}
.shokudo
 div.s_inner1 ul li {
 display: block;
 margin: 0;
 padding: 0;
}
.shokudo
 div.s_inner1 ul li.meal_coupon {
 width: 100%;
 text-align: center;
 font-weight: 900;
 font-size: 110%;
 margin-bottom: 0.5em;
 color: #214a9d;
}
.shokudo
 div.s_inner1 ul li.s_left {
 float: left;
 width: 322px; /*max488px*/
 padding: 0 20px 0 20px;
 background-image: url("../img/yellow_dot2.png");
 background-repeat: repeat-y;
 background-position: right top;
}
.shokudo
 div.s_inner1 ul li.s_right {
 float: right;
 width: 321px; /*max483px*/
 padding: 0px 30px 0 10px;
}
.shokudo
 div.s_inner2 {
 clear: both;
 padding: 1em 0 2em 0;
 margin: 0;
 background-image: url("../img/s_kazari.png");
 background-repeat: no-repeat;
 background-position: 0 bottom;
}
.shokudo
 div.s_inner2 p.eigyojikan {
 font-size: 120%;
 font-weight: 900;
 display: block;
 float: left;
 width: 55%;
 padding: 0 0 0 1em;
}
.shokudo
 div.s_inner2 p.eigyohosoku {
 font-size: 90%;
 float: right;
 width: 45%;
 display: block;
 padding: 0 1em 0 0;
}
 @media screen and (max-width: 767px) {
 .shokudo {
  width: 100%;
 margin: 1em auto 4em auto;
 }
 .shokudo p.s_tit {
 font-size: 140%;
 }
 .shokudo img.s_logo1 {
 width: 80%;
 margin: 0 0 0.5em 10%;
 }
 .shokudo img.s_logo2 {
 width: 60%;
 margin: 0.5em 0 0.5em 20%;
 }
 .shokudo div.s_inner1 ul li p {
 height: auto;
 margin-bottom: 1em;
 }
 .shokudo div.s_inner1 {
 padding: 0;
 margin: 0;
 background-image: url("../img/s_kazari.png");
 background-repeat: no-repeat;
 background-position: 0 0;
 }
 .shokudo div.s_inner1 ul {
 width: 100%;
 }
 .shokudo div.s_inner1 ul li.meal_coupon {
 font-size: 100%;
 margin-bottom: 0.5em;
 padding: 0 0 1em 0;
 background-image: url(../img/yellow_dot.png);
 background-repeat: repeat-x;
 background-position: left bottom;
 }
 .shokudo div.s_inner1 ul li.s_left {
 float: none;
 width: 100%;
 padding: 1em 3% 1em 3%;
 background-image: url("../img/yellow_dot.png");
 background-repeat: repeat-x;
 background-position: left bottom;
 }
 .shokudo div.s_inner1 ul li.s_right {
 float: none;
 width: 100%;
 padding: 1em 3%;
 }
 .shokudo div.s_inner2 {
 clear: both;
 padding: 0 0 1.5em 0;
 }
 .shokudo div.s_inner2 p.eigyojikan {
 font-size: 110%;
 font-weight: 900;
 display: block;
 float: none;
 width: 100%;
 padding: 0 3%;
 }
 .shokudo div.s_inner2 p.eigyohosoku {
 font-size: 90%;
 float: right;
 width: 100%;
 display: block;
 padding: 0 3%;
 }
}
/* meal_welcome */
.meal_welcome_tit {
 margin-bottom: 25px;
 text-align: center;
}
.meal_welcome .img_slide
 img {
 width: 700px;
 height: auto;
}
.meal_welcome >
 p:last-of-type {
 margin-bottom: 1.5em;
}
/* furniture_sec
------------------------------- */
#anc_fur .furniture_sec .title_01:
 before {
 background-image: url(/area/images/furniture_tit_bg.jpg);
}
/* furniture_voice */
#anc_fur .furniture_info { /*20171019 to add*/
 margin: 0 auto 3em auto;
 display: flex;
 justify-content: center;
}
#anc_fur .furniture_voice {
 padding: 37px 100px 0 0;
 position: relative;
 min-height: 201px;
 margin: auto;
 width: 800px;
}
#anc_fur .furniture_voice_txt {
 border: 1px solid #000;
 border-radius: 8px;
 padding: 20px 50px 20px 30px;
 position: relative;
}
#anc_fur .furniture_voice_txt:
 after {
 content: '';
 display: inline-block;
 width: 18px;
 height: 28px;
 position: absolute;
 right: -18px;
 top: 103px;
 background: url(/area/images/furniture_voice_bg.png) no-repeat;
}
#anc_fur .furniture_voice_tit {
 color: #FFF;
 font-weight: 700;
 margin-bottom: 5px !important;
 font-size: 0.9rem;
 padding: 0 0.5em;
 background: #000;
 position: absolute;
 left: 20px;
 top: -0.6em;
 letter-spacing: .1em;
 line-height: 1.5em;
}
#anc_fur .furniture_voice_txt
 p {
 margin-bottom: 12px;
}
#anc_fur .furniture_voice_txt
 p:last-child {
 margin-bottom: 0;
}
#anc_fur .furniture_voice_img {
 position: absolute;
 right: 10px;
 bottom: 0;
}
#anc_fur .furniture_voice_img_sp {
 display: none;
}
/* furniture_point */
.furniture_point {
 margin-bottom: 4em;
}
.furniture_point >
 li {
 float: left;
 border: 1px dashed #000;
 background-color: #fff;
 padding: 16px 10px 13px 15px;
 font-weight: 700;
 color: #000;
 margin-right: 10px;
 letter-spacing: .03em;
 line-height: 1.5;
 position: relative;
}
.furniture_point >
 li:last-child {
 margin-right: 0;
}
.furniture_point >
 li span {
 color: #33338d;
 font-size: 16px;
}
.furniture_point
 i {
 font-style: normal;
 display: inline-block;
 background: #33338d;
 color: #fff;
 border-radius: 3px;
 padding: 1px 10px;
 font-family: 'arial', serif;
 letter-spacing: .05em;
 position: absolute;
 top: -12px;
 left: 10px;
 text-transform: uppercase;
}
/* furniture_set */
.furniture_set {
 margin-top: 35px;
 margin-bottom: 10px;
 display: flex;
 justify-content: center;
}
.furniture_set >
 div {
 border: 1px solid #000;
 background-color: #fff;
 padding: 32px 15px 15px 15px;
 position: relative;
 width: 292px;
 float: left;
 margin-left: 62px;
}
.furniture_set >
 div:first-child {
 margin-left: 0;
}
.bnr_interview {
 width: 100%;
 padding: 0;
 margin: 1em auto;
 text-align: center;
 clear: both;
}
.bnr_interview
 img {
 width: 100%;
}
#homewatch {
 width: 100%;
 padding: 15px;
 margin: 1em auto;
 clear: left;
}
.furniture_set_plus {
 content: '';
 width: 34px;
 height: 34px;
 display: inline-block;
 position: absolute;
 right: -48px;
 top: 50%;
 margin-top: -17px;
}
.furniture_set_plus:
 before, .furniture_set_plus:after {
 content: '';
 background: #000;
 position: absolute;
 display: inline-block;
}
.furniture_set_plus:
 before {
 width: 34px;
 height: 6px;
 top: 14px;
 left: 0;
}
.furniture_set_plus:
 after {
 width: 6px;
 height: 34px;
 top: 0;
 left: 14px;
}
.furniture_set_tit {
 display: block;
 width: 100%;
 background: #33338d;
 color: #fff;
 font-weight: 700;
 /*padding: 5px 10px 5px 70px;*/
 position: absolute;
 left: 0px;
 top: 0px;
 text-align: center;
}
.furniture_set_txt {
 font-size: 13px;
 line-height: 1.6923;
 margin-top: 15px;
}
.all_new {
 position: absolute;
 width: 80px;
 left: -10px;
 top: -30px;
}
/* girl_sec
------------------------------- */
.girl_sec .title_01:
 before {
 background-image: url(/area/images/girl_tit_bg.jpg);
}
.girl_sec {
 /* [disabled]background-color:#f9e0e4; */
 padding-bottom: 2em;
 background: linear-gradient(to bottom, #fff 30%, #f9e8e0); /*to bottom, #fff0 30%, #f9e8e0*/
}
.girl_tit_01 {
 font-size: 30px;
 font-weight: 700;
 line-height: 1.3;
 margin-bottom: 20px;
 text-align: center;
 font-family: 'TsukuBRdGothic-Regular', YuGothic, 'Yu Gothic', sans-serif;
 color: #875941;
}
.girl_tit_02 {
 font-size: 16px;
 font-weight: 700;
 margin-bottom: 13px;
 text-align: center;
}
.girl_box_01 {
 background: #fff;
 border-radius: 10px;
 padding-top: 2%;
 padding-right: 5%;
 padding-bottom: 2%;
 padding-left: 5%;
 margin-top: auto;
 /*margin-left: 5%;*/
 /*margin-right: 5%;*/
 margin-bottom: auto;
}
/* service_sec
------------------------------- */
.service_sec .title_01:
 before {
 background-image: url(/area/images/service_tit_bg.jpg);
}
.service_list {
 margin-right: -8px;
 margin-bottom: 30px;
}
.service_list >
 div {
 border-width: 1px;
 border-style: solid;
 width: 244px;
 float: left;
 margin: 0 8px 8px 0;
 border-color: #4A6E82;
 background-color: #fff;
}
.service_list >
 div.cl_l {
 clear: left;
}
.service_list >
 div.service_list_col2 {
 width: 496px;
}
.service_list_inner {
 display: block;
 padding: 10px 20px 20px;
}
 a.service_list_inner:hover {
 opacity: .7;
}
.service_list
 a {
 color: #000;
 text-decoration: none;
}
.service_list_tit {
 font-size: 16px;
 font-weight: 700;
 line-height: 1.375;
 position: relative;
 min-height: 40px;
 margin-bottom: 10px;
 display: table;
}
.service_list_tit >
 span {
 display: table-cell;
 vertical-align: middle;
}
.service_list_txt {
 font-size: 13px;
}
.service_list_btn {
 text-align: center;
 margin: 10px auto 0;
 max-width: 300px;
}
.service_list_btn
 span {
 display: block;
 padding: 8px 25px 9px;
 line-height: 1;
 margin: 0 10px;
 background: #442F32;
 color: #fff;
 border-radius: 3px;
}
.service_list_btn
 img {
 vertical-align: middle;
 margin-left: 5px;
 display: inline-block;
}
.service_list_ico {
 padding-right: 10px;
}
.service_list_ico >
 span {
 width: 40px;
 height: 40px;
 display: inline-block;
 border-radius: 100%;
 text-align: center;
}
.service_list_anshin {
 border-color: #442F32 !important;
}
.service_list_anshin .service_list_ico >
 span, .service_list_anshin .service_list_btn span {
 background: #442F32;
}
.service_list_tyumoku {
 border-color: #33338d !important;
}
.service_list_tyumoku .service_list_ico >
 span, .service_list_tyumoku .service_list_btn span {
 background: #33338d;
}
.service_list_kaiteki {
 border-color: #1a8ac6 !important;
}
.service_list_kaiteki .service_list_ico >
 span, .service_list_kaiteki .service_list_btn span {
 background: #1a8ac6;
}
.service_list_img {
 text-align: center;
 margin-bottom: 13px;
}
.service_list_img
 img {
 display: inline-block;
}
/* around_sec
------------------------------- */
#anc_around.around_sec .title_01:
 before {
 /*background-image: url(../img/around_tit_bg.jpg);*/
 background-image: url(/area/images/around_tit_bg.jpg);
}
/* around_map */
.around_map {
 margin: 30px 0 20px;
}
.pc_none {
 display: none;
}
.around_map_iframe {
 overflow: hidden;
}
.around_map_iframe
 iframe {
 border: none;
 display: block;
 width: 100%;
 height: auto;
}
.around_map_more {
 text-align: right;
 margin-top: 10px;
}
.around_map_more
 a {
 color: #000;
}
.around_map_more
 img {
 vertical-align: middle;
 margin-right: 6px;
 position: relative;
 top: -2px;
}
/* 全デバイス指定 */
.around_map_iframe .left
 iframe {
 display: block;
 width: 100%;
 height: 480px;
}
/* around_osusume */
.around_osusume_tit {
 font-size: 28px;
 font-weight: 700;
 line-height: 1.3;
 letter-spacing: .02em;
 margin-bottom: 10px;
}
.around_osusume_tit_ico {
 display: inline-block;
 width: 46px;
 height: 46px;
 background: #f6c0d7;
 border-radius: 100%;
 text-align: center;
 vertical-align: middle;
 margin-right: 11px;
 position: relative;
 top: -3px;
}
.around_osusume_tit_ico
 img {
 vertical-align: middle;
 position: relative;
 top: 1px;
}
/* around_facility_list */
.around_facility_list {
 margin: 17px 0 40px;
}
.around_facility_list
 p {
 line-height: 1.5em !important;
}
.around_facility_list >
 div {
 width: 244px;
 float: left;
 border: 1px solid #33338d;
 background-color: #fff;
 padding: 12px 20px 15px;
 margin: 8px 0 0 8px;
}
.around_facility_list >
 div.map1 {
 display: none;
}
.around_facility_list >
 div:nth-child(4n+1) {
 clear: left;
 margin-left: 0;
}
.area_text { /*20171017 to add*/
 position: relative;
}
.around_facility_tit {
 min-height: 3.2em;
 margin-bottom: 8px;
}
.around_facility_tit >
 div {
 position: relative;
 display: table;
 width: 100%;
}
.around_facility_ico {
 display: table-cell;
 vertical-align: middle;
 width: 44px;
}
.around_facility_ico
 span {
 display: inline-block;
 -webkit-box-shadow: 0 2px 5px rgba(4, 0, 0, .25);
 box-shadow: 0 2px 5px rgba(4, 0, 0, .25);
 border-radius: 3px;
 width: 34px;
 height: 34px;
 position: relative;
 top: -1px;
}
.around_facility_name {
 display: table-cell;
 vertical-align: middle;
 font-size: 16px;
 font-weight: 700;
 line-height: 1.375;
}
.around_facility_img {
 margin-bottom: 13px;
 text-align: center;
}
.around_facility_img
 img {
 display: inline-block;
}
.around_facility_access {
 margin-top: 15px;
 font-size: 11px;
 font-weight: 700; /*20171017 to add*/
 left: 10px;
 bottom: 0px;
 align-items: center;
}
.around_facility_txt {
 margin-bottom: 26px; /*20171017 to add*/
}
.around_facility_txt2 {
 margin: 5px 10px 10px 10px;
}
.around_facility_access
 img {
 margin-right: 6px;
 vertical-align: middle;
 position: relative;
 top: -2px;
 display: inline-block;
}
.around_facility_ico_01
 span {
 background: #20baff;
}
.around_facility_ico_04
 span {
 background: #ffec4f;
}
.around_facility_access_01 {
 color: #00a2cd;
}
.around_facility_access_02 {
 color: #3fb28b;
}
.around_facility_access_03 {
 color: #ec9607;
}
.around_facility_access_04 {
 color: #f57f63;
}
/* around_school */
.around_school .title_03 {
 color: #fff;
 height: 35px;
 padding-left: 60px;
 background-image: url(../img/train.png);
 background-repeat: no-repeat;
}
.around_school .title_03 {
 position: relative;
}
.cycling {
 position: absolute;
 right: 300px;
 top: 0;
}
.around_school .title_03
 img {
 vertical-align: top;
}
.around_school .title_03:
 before {
 background: none !important;
}
.around_school {
 background: repeating-linear-gradient(45deg, #f38062, #f38062 10px, #951717 10px, #951717 20px);
 padding: 35px 0 57px;
 margin: 50px 0;
}
.around_school_list {
 margin: 20px 0 10px 0;
 max-height: 400px;
 overflow: auto;
}
.around_school_list
 ul {
 display: table;
 width: 100%;
 border-spacing: 0 3px;
}
.around_school_list
 li {
 margin-bottom: 3px;
 display: table-row;
}
.around_school_name {
 display: table-cell;
 vertical-align: middle;
 padding: 15px 20px 15px 30px;
 font-weight: 700;
 border-bottom: 3px solid transparent;
 background: #fff;
 width: 35%;
 vertical-align: top;
}
.around_school_access {
 display: table-cell;
 vertical-align: middle;
 padding: 15px 20px 15px 0;
 background: #fff;
 vertical-align: top;
}
.around_school_access
 span {
 font-size: 18px;
 font-weight: 700;
 line-height: 1;
 color: #ff3e17;
 margin: 0 1px;
}
.around_rosen {
 margin: 0 auto;
 padding: 0;
 width: 1000px;
}
.around_rosen >
 img {
 max-width: 100%;
 height: auto;
}
 p.scroll, p.toho80 {
 font-size: 85%;
 display: block;
 color: #fff;
 width: 1000px;
 margin: 0.5em auto;
}
/* around_house */
.around_house {
 margin: 55px 0 40px;
}
.around_house_list >
 li {
 width: 244px; /*original_4cell 244px 2cell_495px*/
 float: left;
 margin-left: 8px;
 margin-bottom: 8px;
}
.around_house_list >
 li:nth-child(4n+1) {
 margin-left: 0;
}
.around_house_list
 a {
 display: block;
 color: #000;
 text-decoration: none;
}
.around_house_img
 img {
 width: 100%;
}
.around_house_list
 a:hover img {
 opacity: .7;
}
.around_house_cnt {
 border: 1px solid #ddd;
 border-top: none;
 padding: 12px 20px 20px;
}
.around_house_tit {
 font-weight: 700;
 margin-bottom: 5px;
}
.around_house_txt {
 font-size: 13px;
}
.service_list_btn2 {
 text-align: center;
 margin: 10px auto 0;
 max-width: 300px;
}
.service_list_btn2
 span {
 display: block;
 padding: 8px 25px 9px;
 line-height: 1;
 margin: 0 10px;
 background: #3a78b7;
 color: #fff;
 border-radius: 3px;
}
.service_list_btn2
 img {
 vertical-align: middle;
 margin-left: 5px;
 display: inline-block;
}
/* around_house2 */
.around_house2 {
 margin-right: -8px;
 margin-bottom: 30px;
}
.around_house2 >
 div {
 border-width: 1px;
 border-style: solid;
 width: 328px !important;
 float: left;
 margin: 0 8px 8px 0;
 border-color: #000;
 background-color: #fff;
}
.around_house2 >
 div.cl_l {
 clear: left;
}
.around_house2 >
 div.around_house2_col2 {
 width: 496px;
}
.around_house2_inner {
 display: block;
 padding: 10px 20px 20px;
}
 a.around_house2_inner:hover {
 opacity: .7;
}
.around_house2
 a {
 color: #000;
 text-decoration: none;
}
.around_house2_tit {
 font-size: 16px;
 font-weight: 700;
 line-height: 1.375;
 position: relative;
 min-height: 40px;
 margin-bottom: 10px;
 display: table;
}
.around_house2_tit >
 span {
 display: table-cell;
 vertical-align: middle;
}
.around_house2_txt {
 font-size: 13px;
}
.around_house2_btn {
 text-align: center;
 margin: 10px auto 0;
 max-width: 300px;
}
.around_house2_btn
 span {
 display: block;
 padding: 8px 25px 9px;
 line-height: 1;
 margin: 0 10px;
 background: #4A6E82;
 color: #fff;
 border-radius: 3px;
}
.around_house2_btn
 img {
 vertical-align: middle;
 margin-left: 5px;
 display: inline-block;
}
.around_house2_ico {
 padding-right: 10px;
}
.around_house2_ico >
 span {
 width: 40px;
 height: 40px;
 display: inline-block;
 border-radius: 100%;
 text-align: center;
}
.around_house2_img {
 text-align: center;
 margin-bottom: 13px;
}
.around_house2_img
 img {
 display: inline-block;
}
/* around_shop */
#anc_shop {
 padding: 20px 2%;
 background: #FFF;
}
.around_shop {
 border: 3px solid #ff7b00;
 background-color: #fff;
 border-radius: 3px;
 padding: 30px 30px 15px;
 position: relative;
 max-width: 1000px; /*20171113 oiwa to add 2line*/
 margin: 0 auto;
}
.around_shop
 a {
 color: #000;
}
.around_shop_tit {
 position: absolute;
 top: -1em;
 left: 50%;
 -webkit-transform: translate(-50%, 0);
 transform: translate(-50%, 0);
 padding: 0 25px;
 font-size: 18px;
 font-weight: 700;
 color: #e36d00;
 background: #fff;
 letter-spacing: .03em;
 white-space: nowrap;
}
.around_shop
 div.mainstore_wrap { /*20171113 oiwa to add 1class*/ max-width: 1000px;
 margin: 0 auto;
 display: flex;
}
/*.around_shop .img01 {
float: left;
margin: 0;
overflow: hidden;
}*/
.around_shop .img01 {
 float: none;
 margin: 0;
 text-align: center;
 width: 50%;
}
.around_shop .img01
 img {
 margin-right: 10px;
}
.around_shop .txt {
 overflow: hidden;
 padding-bottom: 5px;
 width: 50%;
}
.around_shop .txt .name
 a {
 font-size: 140%;
 font-weight: 700;
 line-height: 2.2;
 margin-bottom: 8px;
 background: url(/files/img/common/icon_logo_01.png) 0 5px no-repeat;
 padding: 10px 0px 8px 40px;
}
.nearest_station {
 padding-top: 5px;
 min-height: 31px;
 height: auto !important;
 background: url(/files/img/common/icon_nearest_station_01.png) no-repeat scroll 0px 3px transparent;
 line-height: 1.4em;
 font-family: "メイリオ", Arial, Helvetica, sans-serif;
 font-size: 140%;
 font-weight: 700;
 color: #F8450B;
 padding-left: 35px;
}
.around_shop .address {
 margin-bottom: 10px;
 color: #666;
}
.around_shop .tel {
 display: inline-block;
 vertical-align: middle;
 margin-right: 10px;
 font-family: 'arial', serif;
 font-size: 42px;
 font-weight: 700;
 line-height: 1;
 color: #ff3e17;
 margin-bottom: 5px;
}
.around_shop .tel
 a {
 color: #ff3e17;
}
.around_shop .tel:
 before {
 content: '';
 display: inline-block;
 vertical-align: middle;
 width: 46px;
 height: 34px;
 background: url(/area/images/ico_tel.png) no-repeat;
 -webkit-background-size: 46px auto;
 background-size: 46px auto;
 margin-right: 10px;
 position: relative;
 top: -2px;
}
.around_shop .btn {
 display: inline-block;
 vertical-align: middle;
 margin-bottom: 5px;
}
.around_shop .co {
 padding-left: 3em;
}
 div.storeBlock01.typeTwoCol li {
 float: left;
 width: 425px;
 margin: 20px;
}
/* yakan */
#yakan {
 text-align: center;
}
#yakan
 img {
 margin-top: 40px;
}
/* 店舗情報（2件）
---------------------------------------------- */
#anc_shopMult {
 /*padding:10px 3% 30px;*/
 max-width: 1040px;
 margin: 0 auto;
 display: flex;
}
/* lp
------------------------------- */
#lp {
 width: 1000px;
 margin: 30px auto;
 padding: 0;
}
#lp
 a {
 display: block;
 width: 100%;
 text-align: center;
}
/* pickup
------------------------------- */
.section_inner.pickup {
 margin-top: 100px;
}
.section_inner.pickup .title_02 {
 border-color: #000 !important;
 background: url(/area/area_kyushu/rc_kyudaimae/files/img/around_house_mark.png) no-repeat;
 background-size: 40px;
 padding-left: 50px;
}
.section_inner.pickup .service_list >
 div {
 border-color: #ddd;
 width: 244px;
}
.section_inner.pickup .service_list_img {
 height: 160px;
 position: relative;
 overflow: hidden;
}
.section_inner.pickup .service_list_img
 img {
 position: absolute;
 top: -30px;
 left: 0;
}
.section_inner.pickup .service_list_btn
 span {
 background: #f39801;
}
/* ----------------------------------------

footer

---------------------------------------- */
#footer {
 position: relative;
 background: #f7f5f2;
}
#footer
 a {
 color: #000;
}
#footer #info {
 width: 1000px;
 margin: 0 auto;
 padding-top: 35px;
}
#footer #day {
 width: 1000px;
 margin: 20px auto 0;
 padding-bottom: 45px;
 color: #999;
}
#link_copyright {
 background: #262626;
 text-align: center;
 padding: 25px 0 30px;
 color: #ccc;
}
#link_copyright
 a {
 color: #ccc;
 display: inline-block;
 margin: 0 5px;
}
#copyright_other {
 margin-top: 15px;
 color: #999;
 font-size: 13px;
}
/* pagetop
------------------------------- */
#pagetop {
 position: absolute;
 right: 10px;
 bottom: 40px;
 z-index: 1000;
}
#pagetop
 a {
 text-decoration: none;
 color: #6a390c;
 text-transform: uppercase;
 font-size: 13px;
 font-family: "arial", serif;
 font-weight: 700;
 line-height: 1.2;
 letter-spacing: .03em;
}
#pagetop
 img {
 display: block;
 margin: 0 auto;
}
.pagetop_img {
 position: relative;
 right: -4px;
 bottom: -11px;
 z-index: 1;
}
#pagetop
 span {
 display: block;
 position: relative;
 width: 72px;
 height: 72px;
 border-radius: 100%;
 background-color: #ffee3e;
 text-align: center;
 padding-top: 15px;
}
#pagetop
 span img {
 margin-bottom: 5px;
}
#pagetop
 a > div {
 position: relative;
}
#pagetop
 a:hover > div {
 top: -5px;
}
/**************************************
***************************************
PCのみ
***************************************
**************************************/
 @media screen and (min-width: 768px) {
 .pc_none {
  display: none !important;
 }
 .around_map_iframe .left {
 float: left;
 width: 100%;
 height: 510px;
 background: #fff;
 }
 .around_map_iframe .right {
 float: right;
 width: 300px;
 }
}
/* @media min-width: 768px */
/* ----------------------------------------

- Stopgap Class
(以下は暫定的、又はイレギュラーな場合のみ使用。通常は使用しない)

---------------------------------------- */
.fs60 {
 font-size: 60% !important;
}
.fw400 {
 font-weight: 400 !important;
}
.fw700 {
 font-weight: 700;
}
.clear {
 clear: both;
}
.hidden {
 width: 0;
 height: 0;
 overflow: hidden;
}
.mgt0 {
 margin-top: 0 !important;
}
.mgt5 {
 margin-top: 5px !important;
}
.mgt10 {
 margin-top: 10px !important;
}
.mgt15 {
 margin-top: 15px !important;
}
.mgt20 {
 margin-top: 20px !important;
}
.mgt30 {
 margin-top: 30px !important;
}
.mgt40 {
 margin-top: 40px !important;
}
.mgb0 {
 margin-bottom: 0 !important;
}
.mgb5 {
 margin-bottom: 5px !important;
}
.mgb10 {
 margin-bottom: 10px !important;
}
.mgb15 {
 margin-bottom: 15px !important;
}
.mgb20 {
 margin-bottom: 20px !important;
}
.mgb30 {
 margin-bottom: 30px !important;
}
.mgb40 {
 margin-bottom: 40px !important;
}
.alnC {
 text-align: center !important;
}
.alnR {
 text-align: right !important;
}
.alnL {
 text-align: left !important;
}
.nowrap {
 white-space: nowrap;
}
.breakWord {
 word-wrap: break-word;
}
.w05p {
 width: 5% !important;
}
.w08p {
 width: 8% !important;
}
.w10p {
 width: 10% !important;
}
.w12p {
 width: 12% !important;
}
.w13p {
 width: 13% !important;
}
.w14p {
 width: 14% !important;
}
.w15p {
 width: 15% !important;
}
.w18p {
 width: 18% !important;
}
.w20p {
 width: 20% !important;
}
.w22p {
 width: 22% !important;
}
.w25p {
 width: 25% !important;
}
.w30p {
 width: 30% !important;
}
.w33p {
 width: 33% !important;
}
.w35p {
 width: 35% !important;
}
.w40p {
 width: 40% !important;
}
.w45p {
 width: 45% !important;
}
.w50p {
 width: 50% !important;
}
.w59p {
 width: 59% !important;
}
.w60p {
 width: 60% !important;
}
.w70p {
 width: 70% !important;
}
.w80p {
 width: 80% !important;
}
.w90p {
 width: 90% !important;
}
.w100p {
 width: 100% !important;
}
/* ----------------------------------------

clearfix

---------------------------------------- */
/* Modern Browsers
------------------------------- */
.clearfix:
 after {
 display: block;
 clear: both;
 height: 0;
 line-height: 0;
 visibility: hidden;
 content: ".";
}
/* Legacy IE
------------------------------- */
.clearfix {
 *
 zoom: 1;
}
/* Price
------------------------------- */
.price
 i span, .shikikin i span, .nyukan i span {
 font-size: 160%;
}
.price
 i, .shikikin i, .nyukan i {
 font-weight: 700;
 font-style: normal !important;
 color: #f8450b;
}
/* High versatility
------------------------------- */
.font_red_mini {
 color: #f8450b;
 font-size: 85%;
}
.font_red_bold {
 color: #f8450b;
 font-weight: 900;
}
.font_red_bold_130 {
 color: #f8450b;
 font-size: 130%;
 font-weight: 900;
}
.marker_yellow_futo {
 background: linear-gradient(transparent 50%, #fef200 50%);
 font-weight: 900;
 font-size: 110%;
}
/* Chushaku 20171025_oiwa to add
------------------------------- */
 p.chushaku {
 display: block;
 margin: 0 auto 3em auto;
 padding: 0;
 font-size: 90%;
 line-height: 1.5em;
}
.marker_blue_futo {
 background: linear-gradient(transparent 0%, #217bac 0%);
 color: #fff;
 font-weight: 900;
}
.marker_green_futo {
 background: linear-gradient(transparent 0%, #21beb6 0%);
 color: #fff;
 font-weight: 900;
}
.m_notice {
 padding: 20px;
 width: 95%;
 margin: 1em auto;
 border: 2px solid #D44138;
 background-color: #fff;
 color: #d44138;
}
/* KV下　学校一覧
---------------------------------------------- */
#gakkouList {
 width: 1000px;
 margin: 0 auto;
}
#gakkouList
 dl {
 position: relative;
 padding-bottom: 0.8rem;
}
#gakkouList
 dl::after {
 content: '※電車利用の学校については、乗車時間のみの計算となります。';
 position: absolute;
 right: 0;
 bottom: -15px;
 text-align: right;
 font-size: 0.75rem;
}
#gakkouList
 dl dt {
 background: url(../img/btn_school.png) no-repeat top center;
 min-height: 56px;
 color: #FFF;
 font-weight: bold;
 font-size: 1.3rem;
 letter-spacing: 0.5em;
 padding: 10px 90px 10px;
 text-align: center;
 margin-bottom: 8px;
}
#gakkouList
 dl dd {
 display: inline-block;
 background-color: #f9f9d1;
 font-size: 0.8rem;
 padding: 0.1em 0.5em;
 margin: 0 0.3em 0.5em 0;
}
#gakkouList
 dl dd span {
 color: red;
 font-weight: bold;
}
/* 動画エリア*/
.dougaArea >
 iframe {
 width: 100%;
 max-width: 100%;
 height: 470px;
}
.dougaArea {
 width: 880px;
 margin: 0 auto 2em;
}
 @media screen and (max-width: 767px) {
 #gakkouList {
  width: auto;
 margin: 0 3% 20px;
 overflow: scroll;
 overflow-x: scroll;
 -webkit-overflow-scrolling: touch;
 }
 #gakkouList::
 -webkit-scrollbar {
  height: 5px;
 }
 #gakkouList::
 -webkit-scrollbar-track {
  border-radius: 5px;
 background: #fff;
 }
 #gakkouList::
 -webkit-scrollbar-thumb {
  border-radius: 5px;
 background: #333;
 }
 #gakkouList dl {
 padding-bottom: 1.4em;
 width: 300%;
 }
 #gakkouList dl::
 after {
  text-align: left;
 width: 100%;
 }
 #gakkouList dl dt {
 background: url(../img/btn_school.png) no-repeat left top;
 background-size: auto 56px;
 padding: 14px 10px 10px 110px;
 position: relative;
 z-index: 10;
 font-size: 1.1rem;
 text-align: left;
 letter-spacing: 0.3em;
 }
}
/*試食会*/
#sishoku_box {
 padding: 0 0 3% 0;
}
#sishoku_box .left_tasting {
 float: left;
 width: 400px;
}
#sishoku_box .left_tasting
 p {
 margin-top: 3%;
}
#sishoku_box .right_tasting {
 float: right;
 width: 600px;
 background: #fff;
 padding: 1% 2%;
 margin-top: 1%;
}
#sishoku_box .right_tasting
 dl {
 border-bottom: dotted 1px #ccc;
 padding: 1% 0;
}
#sishoku_box .right_tasting
 dt {
 float: left;
 width: 100px;
}
#sishoku_box .right_tasting
 dd {
 float: right;
 width: 450px;
}
.tasting_contact
 a {
 background-image: url(/area/images/tasting_contact.png);
 width: 443px;
 height: 71px;
 display: block;
 text-indent: -999999px;
}
.bnr_sishoku {
 width: 1000px;
 margin: 0 auto 15px auto;
 padding: 0;
}
 @media screen and (max-width: 767px) {
 .bnr_sishoku {
  width: auto;
 margin: 15px auto;
 padding: 0 15px;
 }
 .bnr_sishoku img {
 width: 100% !important;
 }
}
.color_e6450b {
 color: #e6450b;
}
.color_f7f706 {
 color: #f7f706;
}
.color_f78bf7 {
 color: #f78bf7;
}
.color_4d90fe {
 color: #4d90fe;
}
.color_58c158 {
 color: #58c158;
}
.color_b1816f {
 color: #b1816f;
}
.color_157315 {
 color: #157315;
}
 @media screen and (max-width: 767px) {
 #sishoku_box .left_tasting, #sishoku_box .right_tasting, #sishoku_box .right_tasting dt, #sishoku_box .right_tasting dd {
  float: none;
 width: auto;
 }
 #sishoku_box .right_tasting dt {
 padding-bottom: 1%;
 }
 .left_tasting .photo p {
 float: left;
 width: 50%;
 padding-right: 2%;
 padding-bottom: 2%;
 }
 #sishoku_box .left_tasting p {
 width: 50%;
 margin: 2% auto 0% auto;
 }
 #sishoku_box iframe {
 height: 250px;
 width: 100%;
 }
 .right_tasting .text {
 margin-bottom: 3%;
 }
 .tasting_contact a {
 background-image: url(/area/images/tasting_contact.png);
 display: block;
 }
}
/* comic
------------------------------- */
#comic .section_inner {
 background-color: none;
}
/*#comic .title_01:before {
 content: '※写真はイメージです。';
    font-size: 14px;
    text-align: left;
    text-shadow: white 1px 0px, white -1px 0px, white 0px -1px, white 0px 1px, white 1px 1px, white -1px 1px, white 1px -1px, white -1px -1px, white 1px 1px, white -1px 1px, white 1px -1px, white -1px -1px, white 1px 1px, white -1px 1px, white 1px -1px, white -1px -1px;
}*/
#comic .title_01:
 before {
 background-image: url(../img/tit_bg_community_room.jpg);
}
#comic
 p {
 margin: 20px 0;
}
#comic
 img {
 display: block;
 margin: 0 auto;
}
.comic_notice {
 font-size: 80%;
}
#comic .jisyu {
 padding-top: 45px;
}
#comic .jisyu:
 before {
 background-image: none;
 content: none;
}
.red {
 color: #e73533;
 font-size: 20px;
 font-weight: bold;
}
/*満室御礼
-------------------------------------------*/
.thanks-img {
 position: absolute;
 bottom: 38%;
 left: 88%;
}
/* .mv_pc_price .price1
------------------------------- */
/*@media screen and (min-width: 768px) {
#mv_pc_price {
 display: block;
 position: absolute;
 bottom: 8%;
 left: 0%;
 
 padding: 0px 0px 0px 20px;
 line-height: 2.0em;
 text-align: right;
 user-select: auto;
 width: 255px;
 border-top-left-radius: 100px;
 border-bottom-left-radius: 100px;
 
}
#mv_pc_price div.main{
 font-size: 25px;
 font-weight: 700;
 text-shadow: 2px 2px 1px #ffffff;
}
#mv_pc_price div.main .red{
 font-size: 1.2em;
 font-weight: 700;
 text-shadow: 2px 2px 1px #ffffff;
}
#mv_pc_price div.sub{
 font-size: 80%;
 line-height: 1.5em;
} 
#mv_pc_price i span {
 font-size: 150%;
}
#mv_pc_price div::first-letter {
 font-size: 100%;
}
#mv_pc_price i {
 font-style: normal;
 color: #ff0000;
}

#mv_pc_price .rent {
 display: inline-flex;
 width: 70px;
 height: 70px;
 color: #FFF;
 line-height: 45px;
 text-align: center;
 background: #ea5514;
 float: left;
 border-radius: 100%;
 margin: -40px 0px 0px 5px;
 font-size: 20px;
 justify-content: center;
 align-items: center;
}
.slick-slider .slick-track, .slick-slider .slick-list {

}
.price1{
    height: 480px!important;
}
}*/
/* .mv_pc_price .price1
------------------------------- */
 @media screen and (min-width: 768px) {
 #mv_pc_price {
  display: block;
 position: absolute;
 bottom: 1.6%;
 left: 1.5%;
 padding: 9px;
 line-height: 3em;
 text-align: left;
 user-select: auto;
 width: 400px;
 color: #fff;
 }
 #mv_pc_price div.main {
 font-size: 25px;
 font-weight: 700;
 text-shadow: 2px 2px 0 #33338d, -2px 2px 0 #33338d, 2px -2px 0 #33338d, -2px -2px 0 #33338d;
 }
 #mv_pc_price div.main .red {
 font-size: 1.2em;
 font-weight: 700;
 text-shadow: 2px 2px 1px #ffffff;
 }
 #mv_pc_price div.sub {
 font-size: 80%;
 line-height: 1.2em;
 width: 88% !important;
 text-shadow: 1px 1px 0 #33338d, -1px 1px 0 #33338d, 1px -1px 0 #33338d, -1px -1px 0 #33338d;
 }
 #mv_pc_price i span {
 font-size: 150%;
 }
 #mv_pc_price div::
 first-letter {
  font-size: 100%;
 }
 #mv_pc_price i {
 font-style: normal;
 color: #ff0000;
 }
 #mv_pc_price .rent {
 display: inline-flex;
 width: 65px;
 height: 65px;
 color: #33338d;
 line-height: 42px;
 text-align: center;
 background: #fcff66;
 float: left;
 border-radius: 100%;
 margin: 0px 5px 0px 0px;
 font-size: 20px;
 justify-content: center;
 align-items: center;
 font-weight: bold;
 }
 .img_slider_02_nav {
 /* height: 100px; */
 }
 .img_slider_03_nav {
 height: 100px;
 }
 .price1 {
 height: 480px !important;
 }
}
/* フロア
---------------------------------------------- */
.floorimg_of1
 img {
 height: auto;
 max-width: none;
 width: 1000px;
}
.floorimg_of1::
 -webkit-scrollbar {
 height: 5px;
}
.floorimg_of1::
 -webkit-scrollbar-track {
 border-radius: 5px;
 background: #fff;
}
.floorimg_of1::
 -webkit-scrollbar-thumb {
 border-radius: 5px;
 background: #333;
}
 p.xscroll_guide img {
 width: 25px;
 /*float: left;*/
 height: auto;
}
/*headerタイトルロゴ部分　PC
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.siteID {
 line-height: 0.5em;
 font-size: 180%;
 text-align: center;
 font-weight: bold;
}
.siteID:
 hover {
 opacity: 0.9;
}
.siteID
 a {
 text-decoration: none;
 color: #000;
 font-weight: bold;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 align-items: flex-end;
}
.siteID
 img {
 width: 5em;
 position: relative;
 /* top: 0.5em; */
 /* left: -0.5em; */
}
.siteID
 span.schoolname {
 width: 85%;
}
.siteID
 span.schoolname {
 margin: 5px 0px;
 padding: 0.4em 0em;
 font-size: 50%;
 display: flex;
 color: white;
 background: #33338d;
 justify-content: center;
 flex-direction: row;
 border-radius: 5px;
}
.siteID
 span.estate_name {
 margin: 5px 0px;
 text-align: center;
 font-size: 65%;
 display: block;
 color: #33338d;
}
.siteID
 span span.redcolor {
 font-size: 150%;
 color: #f97058;
};
}
.img_slider_02_nav .slick-slide:nth-child(4n+1), .img_slider_03_nav .slick-slide:nth-child(4n+1) {
 /* margin-right: 0.75%; */
}
.img_slider_02_nav .slick-slide:nth-child(4n+2), .img_slider_03_nav .slick-slide:nth-child(4n+2), .img_slider_02_nav .slick-slide:nth-child(4n+3), .img_slider_03_nav .slick-slide:nth-child(4n+3) {
 /* margin-left: 0.375%; */
 /* margin-right: 0.375%; */
}
.img_slider_02_nav .slick-slide:nth-child(4n), .img_slider_03_nav .slick-slide:nth-child(4n) {
 /* margin-left: 0.75%; */
}
.img_slider_02_nav_col2 .slick-slide {
 width: 48.5% !important;
 margin: 0 auto 8px !important;
}
.img_slider_02_nav_col3 .slick-slide {
 width: 15.5% !important;
 margin: 0px 5px 8px !important;
}
.slidecenter {
 margin-left: 200px;
}
.img_slider_02_nav_col3 .slick-slide:nth-child(3n+1), .img_slider_03_nav_col3 .slick-slide:nth-child(3n+1) {
 /* margin-right: 0.75% !important; */
}
.img_slider_02_nav_col3 .slick-slide:nth-child(3n+2), .img_slider_03_nav_col3 .slick-slide:nth-child(3n+2) {
 /* margin-left: 0.375% !important; */
 /* margin-right: 0.375% !important; */
}
.img_slider_02_nav_col3 .slick-slide:nth-child(3n), .img_slider_03_nav_col3 .slick-slide:nth-child(3n) {
 /* margin-left: 0.75% !important; */
}
/*5分割*/
.img_slider_02_nav_col5 .slick-slide, .img_slider_03_nav_col5 .slick-slide {
 width: 19.46% !important;
 margin: 0 0 8px !important;
}
.img_slider_02_nav_col5 .slick-slide:nth-child(5n+1), .img_slider_03_nav_col5 .slick-slide:nth-child(5n+1) {
 margin-right: 0.2% !important;
}
.img_slider_02_nav_col5 .slick-slide:nth-child(5n+2), .img_slider_03_nav_col5 .slick-slide:nth-child(5n+2) {
 margin-left: 0.5% !important;
 margin-right: 0.2% !important;
}
.img_slider_02_nav_col5 .slick-slide:nth-child(5n+3), .img_slider_03_nav_col5 .slick-slide:nth-child(5n+3) {
 margin-left: 0.5% !important;
 margin-right: 0.2% !important;
}
.img_slider_02_nav_col5 .slick-slide:nth-child(5n+4), .img_slider_03_nav_col5 .slick-slide:nth-child(5n+4) {
 margin-left: 0.5% !important;
 margin-right: 0.2% !important;
}
.img_slider_02_nav_col5 .slick-slide:nth-child(5n), .img_slider_03_nav_col5 .slick-slide:nth-child(5n) {
 margin-left: 0.4% !important;
}
/*5分割ここまで*/
.img_slider_02_nav .slick-slide img, .img_slider_03_nav .slick-slide img {
 max-height: 100%;
 vertical-align: middle;
 display: inline-block;
}
.img_slider_02_nav .slick-slide.slick-active, .img_slider_03_nav .slick-slide.slick-active {
 border-color: #000;
 color: #000;
 background-color: #CCC;
}
.img_slider_02_nav .slick-slide:hover, .img_slider_03_nav .slick-slide:hover {
 opacity: .7;
}
.img_slider_02_nav .slick-track, .img_slider_03_nav .slick-track {
 padding-top: 9px;
}
.img_slider_02_nav .slick-slide.slick-active::before, .img_slider_03_nav .slick-slide.slick-active::before {
 content: '';
 width: 0;
 height: 0;
 display: block;
 position: absolute;
 top: -16px;
 left: 50%;
 margin-left: -4px;
 border: 8px solid transparent;
}
/* btn_unit
------------------------------- */
.btn_unit {
 width: 1000px;
 margin: 40px auto;
 background: #f0f0f0;
 padding: 0 0 10px;
 text-align: center;
 border: 3px solid #565492;
}
.btn_unit p.btn_unit_tit {
 font-size: 150%;
 font-weight: 900;
 margin: 0 0 10px 0;
 line-height: 1.1em;
 background-color: #565492;
 color: #000;
 padding: 10px;
}
.btn_unit p.btn_unit_tit span {
 font-weight: 100 !important;
 font-size: 70%;
}
.btn_unit div {
 width: 480px;
 margin: 0 0 5px 8px;
 float: left;
}
.btn_unit div.shinjuku {
 text-align: left !important;
}
.btn_unit div.shinjuku img {
 width: 120px;
 float: left;
 margin: 0 10px 0 0;
}
.btn_unit div.shinjuku p {
 float: left;
}
p.shinjuku_name {
 line-height: 1.5em;
 margin-bottom: 8px;
 background: url(/files/img/common/icon_logo_02.png) 0 0 no-repeat;
 padding: 0 0 0 30px;
 margin: 0.4em 0;
 font-weight: 700;
 font-size: 140%;
}
p.shinjuku_station {
 width: 340px;
 font-size: 110%;
 font-weight: 700;
 padding-left: 35px;
 min-height: 70px;
 height: auto !important;
 background: url(/files/img/common/icon_nearest_station_01.png) no-repeat scroll 0px 3px transparent;
 line-height: 1.4em;
 color: #F8450B;
}
p.shinjuku_txt {
 /*width: 340px;*/
 line-height: 1.4em;
}
.btn_unit li {
 width: 445px; /*475px*/
 display: inline-block;
 margin: 0 4px;
}
.btn_unit li.btn_unit_tit {
 width: 96%;
 display: block;
 margin: 0 auto;
 padding: 0 10px;
}
.btn_unit li.btn_unit_detail {
 clear: left;
}
.btn_unit li.btn_unit_detail a, .btn_unit li.btn_unit_reserve a {
 display: block;
 text-decoration: none;
 color: #fff;
 font-size: 24px;
 font-weight: 700;
 line-height: 1.3;
 letter-spacing: .02em;
 border-radius: 3px;
 padding: 22px 0 24px 0;
 -webkit-box-shadow: 0 2px 6px rgba(5, 5, 5, .3);
 box-shadow: 0 2px 6px rgba(5, 5, 5, .3);
 position: relative;
}
.btn_unit_arrw {
 display: inline-block;
 vertical-align: middle;
 width: 22px;
 height: 22px;
 background: url(/area/images/ico_arrw_next_02.svg) no-repeat 50% 50%;
 margin: 0 10px 0 -2px;
 position: relative;
 top: -2px;
}
.btn_unit_reserve a {
 background: #33338d;
}
.btn_unit_reserve a:hover {
 background: #951717;
}
.btn_unit_detail {
 color: #ff3e17;
 font-weight: 900;
 font-size: 300%;
}
.btn_unit_detail img {
 vertical-align: middle;
 margin: 0 10px 0 0;
}
.btn_unit.school_list {
 background: none;
 border: none;
 padding: 0;
}
.btn_unit.school_list li {
 margin-bottom: 10px;
}
.btn_unit.school_list li.btn_unit_reserve a {
 font-size: 20px;
 padding: 15px 10px;
}
/* info_sec
------------------------------- */
.info_sec .title_01:before {
 background-image: url(/area/images/info_tit_bg.jpg);
}
/* info_tbl */
.info_tbl {
 margin-bottom: 35px;
}
.info_tbl table {
 width: 100%;
 background-color: #fff;
}
.info_tbl th, .info_tbl td {
 padding: 10px 20px;
 vertical-align: top;
 border-top: #33338d solid 1px;
 border-bottom: #33338d solid 1px;
}
.info_tbl th {
 font-weight: 700;
 color: #000;
 width: 15%;
}
.info_tbl colgroup col:nth-child(1), .info_tbl colgroup col:nth-child(3) {
 width: 10em;
}
/* info_facility_list */
.info_facility_list {
 margin-right: -8px;
 margin-bottom: 50px;
}
.info_facility_list .info_facility_list_01 {
 background-color: #fff;
 border-width: 1px;
 border-style: solid;
 padding: 10px 20px 20px;
 width: 244px;
 float: left;
 margin: 0 8px 8px 0;
 border-color: #000;
}
.info_facility_list > div.cl_l {
 clear: left;
}
.info_facility_list > div.info_facility_list_col2 {
 width: 496px;
}
.info_facility_list_tit {
 font-size: 13px;
 font-weight: 700;
 line-height: 1.375;
 position: relative;
 min-height: 40px;
 margin-bottom: 10px;
 display: table;
}
.info_facility_list_tit::before {
 /*content: counter(info_facility,decimal-leading-zero);*/
 content: counter(info_facility) "";
 display: block;
 width: 40px;
 height: 40px;
 color: #FFF;
 line-height: 42px;
 text-align: center;
 background: #999;
 border-radius: 20px;
}
.info_facility_list_tit > span {
 display: table-cell;
 vertical-align: middle;
 height: 40px;
 padding-left: 0.5em;
}
.info_facility_list_txt {
 font-size: 13px;
}
.info_facility_list_01 {
 border-color: #000;
 position: relative;
 counter-increment: info_facility;
}
.info_facility_list_img {
 text-align: center;
 margin-bottom: 13px;
}
ul.tokki {
 list-style: square;
}
ul.tokki li {
 padding: 0;
 margin-left: 1em;
}
span.uchikeshi{
 text-decoration: line-through;
}
ul.tokki li.nomark{
 list-style:none;
 color:#33338d;
 font-weight: 700;
 font-size:110%;
}
/* meal_sec
------------------------------- */
.meal_sec .title_01:before { /* background-image: url(/area/area_kyushu/ue_nagasaki-global_coop/files/img/food_tit_bg.jpg); */ background-image: url(/area/images/meal_tit_bg.jpg);
}
/* meal_unitime */
.meal_unitime {
 border: 2px dotted #f39801;
 background-color: #fff;
 padding: 35px 50px 35px 40px;
 margin: 40px 0 50px;
}
.meal_unitime_main {
 width: 600px;
 float: left;
}
.meal_unitime_tit_02 {
 text-align: center;
 margin-bottom: 15px;
}
.meal_unitime_tit_02 > span {
 background: url(/area/images/meal_unitime_line.png) repeat-x 0 100%;
 display: inline-block;
 font-size: 18px;
 font-weight: 700;
 line-height: 1.5555;
 padding-bottom: 10px;
}
.meal_unitime_tit_02 span span {
 font-size: 20px;
 color: #f39801;
}
.meal_unitime_link {
 margin-top: 10px;
}
.meal_unitime_link a {
 color: #000;
}
.meal_unitime_sub {
 width: 280px;
 float: right;
 font-size: 16px;
 font-weight: 700;
 color: #000;
 background: url(/area/images/meal_unitime_line_02.png) no-repeat 0 0;
}
.meal_unitime_sub li {
 background: url(/area/images/meal_unitime_line_02.png) no-repeat 0 100%;
 padding: 11px 0 11px 39px;
 position: relative;
}
.meal_unitime_sub li:before {
 content: '';
 width: 30px;
 height: 30px;
 display: inline-block;
 position: absolute;
 left: 0;
 top: 50%;
 margin-top: -15px;
 background-image: url(/area/images/meal_unitime_num.png);
 background-repeat: no-repeat;
}
.meal_unitime_sub li:nth-child(1):before {
 background-position: 0 0;
}
.meal_unitime_sub li:nth-child(2):before {
 background-position: 0 -51px;
}
.meal_unitime_sub li:nth-child(3):before {
 background-position: 0 -101px;
}
.meal_unitime_sub li:nth-child(4):before {
 background-position: 0 -151px;
}
.meal_unitime_sub li:nth-child(5):before {
 background-position: 0 -204px;
}
.meal_unitime_sub li:nth-child(6):before {
 background-position: 0 -256px;
}
.meal_unitime_sub li:nth-child(7):before {
 background-position: 0 -306px;
}
.meal_unitime_sub li:nth-child(8):before {
 background-position: 0 -356px;
}
/* shokudo */
.shokudo {
 background-image: url("../img/wood.jpg");
 width: 1000px;
 margin: 1em auto 100px auto;
 padding: 0;
}
.shokudo p.s_tit {
 font-size: 200%;
 line-height: 1.4em;
 font-weight: 900;
 display: block;
 text-align: center;
 padding: 0.5em 0;
 background-image: url(../img/yellow_dot.png);
 background-repeat: repeat-x;
 background-position: left bottom;
}
.shokudo p.s_tit span {
 font-size: 80%;
}
.shokudo img.s_logo1 {
 width: 80%;
 margin: 1em 0 0.5em 40px;
}
.shokudo img.s_logo2 {
 width: 60%;
 margin: 1em 0 0.5em 80px;
}
.shokudo div.s_inner1 ul li p {
 /*
	height: 180px;
*/
 margin: 0 10px 0 0;
}
.shokudo div.s_inner1 {
 padding: 0;
 margin: 0px;
 background-image: url("../img/s_kazari.png");
 background-repeat: no-repeat;
 background-position: 0 0;
}
.shokudo div.s_inner1 ul {
 display: block;
 width: 972px;
 margin: 1em auto;
 padding: 0;
 background-image: url(../img/s_kazari.png);
 background-repeat: no-repeat;
 padding-bottom: 50px;
 background-position: bottom;
}
.shokudo div.s_inner1 ul li {
 display: block;
 margin: 0;
 padding: 0;
}
.shokudo div.s_inner1 ul li.meal_coupon {
 width: 100%;
 text-align: center;
 font-weight: 900;
 font-size: 110%;
 margin-bottom: 0.5em;
 color: #214a9d;
}
.shokudo div.s_inner1 ul li.s_left {
 float: left;
 width: 322px; /*max488px*/
 padding: 0 20px 0 20px;
 background-image: url("../img/yellow_dot2.png");
 background-repeat: repeat-y;
 background-position: right top;
}
.shokudo div.s_inner1 ul li.s_right {
 float: right;
 width: 321px; /*max483px*/
 padding: 0px 30px 0 10px;
}
.shokudo div.s_inner2 {
 clear: both;
 padding: 1em 0 2em 0;
 margin: 0;
 background-image: url("../img/s_kazari.png");
 background-repeat: no-repeat;
 background-position: 0 bottom;
}
.shokudo div.s_inner2 p.eigyojikan {
 font-size: 120%;
 font-weight: 900;
 display: block;
 float: left;
 width: 55%;
 padding: 0 0 0 1em;
}
.shokudo div.s_inner2 p.eigyohosoku {
 font-size: 90%;
 float: right;
 width: 45%;
 display: block;
 padding: 0 1em 0 0;
}
@media screen and (max-width: 767px) {
 .shokudo {
  width: 100%;
  margin: 1em auto 4em auto;
 }
 .shokudo p.s_tit {
  font-size: 140%;
 }
 .shokudo img.s_logo1 {
  width: 80%;
  margin: 0 0 0.5em 10%;
 }
 .shokudo img.s_logo2 {
  width: 60%;
  margin: 0.5em 0 0.5em 20%;
 }
 .shokudo div.s_inner1 ul li p {
  height: auto;
  margin-bottom: 1em;
 }
 .shokudo div.s_inner1 {
  padding: 0;
  margin: 0;
  background-image: url("../img/s_kazari.png");
  background-repeat: no-repeat;
  background-position: 0 0;
 }
 .shokudo div.s_inner1 ul {
  width: 100%;
 }
 .shokudo div.s_inner1 ul li.meal_coupon {
  font-size: 100%;
  margin-bottom: 0.5em;
  padding: 0 0 1em 0;
  background-image: url(../img/yellow_dot.png);
  background-repeat: repeat-x;
  background-position: left bottom;
 }
 .shokudo div.s_inner1 ul li.s_left {
  float: none;
  width: 100%;
  padding: 1em 3% 1em 3%;
  background-image: url("../img/yellow_dot.png");
  background-repeat: repeat-x;
  background-position: left bottom;
 }
 .shokudo div.s_inner1 ul li.s_right {
  float: none;
  width: 100%;
  padding: 1em 3%;
 }
 .shokudo div.s_inner2 {
  clear: both;
  padding: 0 0 1.5em 0;
 }
 .shokudo div.s_inner2 p.eigyojikan {
  font-size: 110%;
  font-weight: 900;
  display: block;
  float: none;
  width: 100%;
  padding: 0 3%;
 }
 .shokudo div.s_inner2 p.eigyohosoku {
  font-size: 90%;
  float: right;
  width: 100%;
  display: block;
  padding: 0 3%;
 }
}
/* meal_welcome */
.meal_welcome_tit {
 margin-bottom: 25px;
 text-align: center;
}
.meal_welcome .img_slide img {
 width: 700px;
 height: auto;
}
.meal_welcome > p:last-of-type {
 margin-bottom: 1.5em;
}
/* furniture_sec
------------------------------- */
#anc_fur .furniture_sec .title_01:before {
 background-image: url(/area/images/furniture_tit_bg.jpg);
}
/* furniture_voice */
#anc_fur .furniture_info { /*20171019 to add*/
 margin: 0 auto 3em auto;
 display: flex;
 justify-content: center;
}
#anc_fur .furniture_voice {
 padding: 37px 100px 0 0;
 position: relative;
 min-height: 201px;
 margin: auto;
 width: 800px;
}
#anc_fur .furniture_voice_txt {
 border: 1px solid #000;
 border-radius: 8px;
 padding: 20px 50px 20px 30px;
 position: relative;
}
#anc_fur .furniture_voice_txt:after {
 content: '';
 display: inline-block;
 width: 18px;
 height: 28px;
 position: absolute;
 right: -18px;
 top: 103px;
 background: url(/area/images/furniture_voice_bg.png) no-repeat;
}
#anc_fur .furniture_voice_tit {
 color: #FFF;
 font-weight: 700;
 margin-bottom: 5px !important;
 font-size: 0.9rem;
 padding: 0 0.5em;
 background: #000;
 position: absolute;
 left: 20px;
 top: -0.6em;
 letter-spacing: .1em;
 line-height: 1.5em;
}
#anc_fur .furniture_voice_txt p {
 margin-bottom: 12px;
}
#anc_fur .furniture_voice_txt p:last-child {
 margin-bottom: 0;
}
#anc_fur .furniture_voice_img {
 position: absolute;
 right: 10px;
 bottom: 0;
}
#anc_fur .furniture_voice_img_sp {
 display: none;
}
/* furniture_point */
.furniture_point {
 margin-bottom: 4em;
}
.furniture_point > li {
 float: left;
 border: 1px dashed #000;
 background-color: #fff;
 padding: 16px 10px 13px 15px;
 font-weight: 700;
 color: #000;
 margin-right: 10px;
 letter-spacing: .03em;
 line-height: 1.5;
 position: relative;
}
.furniture_point > li:last-child {
 margin-right: 0;
}
.furniture_point > li span {
 color: #f8450b;
 font-size: 16px;
}
.furniture_point i {
 font-style: normal;
 display: inline-block;
 background: #33338d;
 color: #fff;
 border-radius: 3px;
 padding: 1px 10px;
 font-family: 'arial', serif;
 letter-spacing: .05em;
 position: absolute;
 top: -12px;
 left: 10px;
 text-transform: uppercase;
}
/* furniture_set */
.furniture_set {
 margin-top: 35px;
 margin-bottom: 10px;
 display: flex;
 justify-content: center;
}
.furniture_set > div {
 border: 1px solid #000;
 background-color: #fff;
 padding: 32px 15px 15px 15px;
 position: relative;
 width: 292px;
 float: left;
 margin-left: 62px;
}
.furniture_set > div:first-child {
 margin-left: 0;
}
.bnr_interview {
 width: 100%;
 padding: 0;
 margin: 1em auto;
 text-align: center;
 clear: both;
}
.bnr_interview img {
 width: 100%;
}
#homewatch {
 width: 100%;
 padding: 15px;
 margin: 1em auto;
 clear: left;
}
.furniture_set_plus {
 content: '';
 width: 34px;
 height: 34px;
 display: inline-block;
 position: absolute;
 right: -48px;
 top: 50%;
 margin-top: -17px;
}
.furniture_set_plus:before, .furniture_set_plus:after {
 content: '';
 background: #000;
 position: absolute;
 display: inline-block;
}
.furniture_set_plus:before {
 width: 34px;
 height: 6px;
 top: 14px;
 left: 0;
}
.furniture_set_plus:after {
 width: 6px;
 height: 34px;
 top: 0;
 left: 14px;
}
.furniture_set_tit {
 display: block;
 width: 100%;
 background: #33338d;
 color: #fff;
 font-weight: 700;
 /*padding: 5px 10px 5px 70px;*/
 position: absolute;
 left: 0px;
 top: 0px;
 text-align: center;
}
.furniture_set_txt {
 font-size: 13px;
 line-height: 1.6923;
 margin-top: 15px;
}
.all_new {
 position: absolute;
 width: 80px;
 left: -10px;
 top: -30px;
}
/* girl_sec
------------------------------- */
.girl_sec .title_01:before {
 background-image: url(/area/images/girl_tit_bg.jpg);
}
.girl_sec {
 /* [disabled]background-color:#f9e0e4; */
 padding-bottom: 2em;
 background: linear-gradient(to bottom, #fff 30%, #f9e8e0); /*to bottom, #fff0 30%, #f9e8e0*/
}
.girl_tit_01 {
 font-size: 30px;
 font-weight: 700;
 line-height: 1.3;
 margin-bottom: 20px;
 text-align: center;
 font-family: 'TsukuBRdGothic-Regular', YuGothic, 'Yu Gothic', sans-serif;
 color: #875941;
}
.girl_tit_02 {
 font-size: 16px;
 font-weight: 700;
 margin-bottom: 13px;
 text-align: center;
}
.girl_box_01 {
 background: #fff;
 border-radius: 10px;
 padding-top: 2%;
 padding-right: 5%;
 padding-bottom: 2%;
 padding-left: 5%;
 margin-top: auto;
 /*margin-left: 5%;*/
 /*margin-right: 5%;*/
 margin-bottom: auto;
}
/* service_sec
------------------------------- */
.service_sec .title_01:before {
 background-image: url(/area/images/service_tit_bg.jpg);
}
.service_list {
 margin-right: -8px;
 margin-bottom: 30px;
}
.service_list > div {
 border-width: 1px;
 border-style: solid;
 width: 244px;
 float: left;
 margin: 0 8px 8px 0;
 border-color: #4A6E82;
 background-color: #fff;
}
.service_list > div.cl_l {
 clear: left;
}
.service_list > div.service_list_col2 {
 width: 496px;
}
.service_list_inner {
 display: block;
 padding: 10px 20px 20px;
}
a.service_list_inner:hover {
 opacity: .7;
}
.service_list a {
 color: #000;
 text-decoration: none;
}
.service_list_tit {
 font-size: 16px;
 font-weight: 700;
 line-height: 1.375;
 position: relative;
 min-height: 40px;
 margin-bottom: 10px;
 display: table;
}
.service_list_tit > span {
 display: table-cell;
 vertical-align: middle;
}
.service_list_txt {
 font-size: 13px;
}
.service_list_btn {
 text-align: center;
 margin: 10px auto 0;
 max-width: 300px;
}
.service_list_btn span {
 display: block;
 padding: 8px 25px 9px;
 line-height: 1;
 margin: 0 10px;
 background: #442F32;
 color: #fff;
 border-radius: 3px;
}
.service_list_btn img {
 vertical-align: middle;
 margin-left: 5px;
 display: inline-block;
}
.service_list_ico {
 padding-right: 10px;
}
.service_list_ico > span {
 width: 40px;
 height: 40px;
 display: inline-block;
 border-radius: 100%;
 text-align: center;
}
.service_list_anshin {
 border-color: #442F32 !important;
}
.service_list_anshin .service_list_ico > span, .service_list_anshin .service_list_btn span {
 background: #442F32;
}
.service_list_tyumoku {
 border-color: #33338d !important;
}
.service_list_tyumoku .service_list_ico > span, .service_list_tyumoku .service_list_btn span {
 background: #33338d;
}
.service_list_kaiteki {
 border-color: #1a8ac6 !important;
}
.service_list_kaiteki .service_list_ico > span, .service_list_kaiteki .service_list_btn span {
 background: #1a8ac6;
}
.service_list_img {
 text-align: center;
 margin-bottom: 13px;
}
.service_list_img img {
 display: inline-block;
}
/* around_sec
------------------------------- */
#anc_around.around_sec .title_01:before {
 /*background-image: url(../img/around_tit_bg.jpg);*/
 background-image: url(/area/images/around_tit_bg.jpg);
}
/* around_map */
.around_map {
 margin: 30px 0 20px;
}
.pc_none {
 display: none;
}
.around_map_iframe {
 overflow: hidden;
}
.around_map_iframe iframe {
 border: none;
 display: block;
 width: 100%;
 height: auto;
}
.around_map_more {
 text-align: right;
 margin-top: 10px;
}
.around_map_more a {
 color: #000;
}
.around_map_more img {
 vertical-align: middle;
 margin-right: 6px;
 position: relative;
 top: -2px;
}
/* 全デバイス指定 */
.around_map_iframe .left iframe {
 display: block;
 width: 100%;
 height: 480px;
}
/* around_osusume */
.around_osusume_tit {
 font-size: 28px;
 font-weight: 700;
 line-height: 1.3;
 letter-spacing: .02em;
 margin-bottom: 10px;
}
.around_osusume_tit_ico {
 display: inline-block;
 width: 46px;
 height: 46px;
 background: #f6c0d7;
 border-radius: 100%;
 text-align: center;
 vertical-align: middle;
 margin-right: 11px;
 position: relative;
 top: -3px;
}
.around_osusume_tit_ico img {
 vertical-align: middle;
 position: relative;
 top: 1px;
}
/* around_facility_list */
.around_facility_list {
 margin: 17px 0 40px;
}
.around_facility_list p {
 line-height: 1.5em !important;
}
.around_facility_list > div {
 width: 244px;
 float: left;
 border: 1px solid #33338d;
 background-color: #fff;
 padding: 12px 20px 15px;
 margin: 8px 0 0 8px;
}
.around_facility_list > div.map1 {
 display: none;
}
.around_facility_list > div:nth-child(4n+1) {
 clear: left;
 margin-left: 0;
}
.area_text { /*20171017 to add*/
 position: relative;
}
.around_facility_tit {
 min-height: 3.2em;
 margin-bottom: 8px;
}
.around_facility_tit > div {
 position: relative;
 display: table;
 width: 100%;
}
.around_facility_ico {
 display: table-cell;
 vertical-align: middle;
 width: 44px;
}
.around_facility_ico span {
 display: inline-block;
 -webkit-box-shadow: 0 2px 5px rgba(4, 0, 0, .25);
 box-shadow: 0 2px 5px rgba(4, 0, 0, .25);
 border-radius: 3px;
 width: 34px;
 height: 34px;
 position: relative;
 top: -1px;
}
.around_facility_name {
 display: table-cell;
 vertical-align: middle;
 font-size: 14px;
 font-weight: 700;
 line-height: 1.375;
}
.around_facility_img {
 margin-bottom: 13px;
 text-align: center;
}
.around_facility_img img {
 display: inline-block;
}
.around_facility_access {
 margin-top: 15px;
 font-size: 11px;
 font-weight: 700; /*20171017 to add*/ left: 10px;
 bottom: 0px;
 align-items: center;
}
.around_facility_txt {
 margin-bottom: 26px; /*20171017 to add*/
}
.around_facility_txt2 {
 margin: 5px 10px 10px 10px;
}
.around_facility_access img {
 margin-right: 6px;
 vertical-align: middle;
 position: relative;
 top: -2px;
 display: inline-block;
}
.around_facility_ico_01 span {
 background: #20baff;
}
.around_facility_ico_04 span {
 background: #ffec4f;
}
.around_facility_access_01 {
 color: #00a2cd;
}
.around_facility_access_02 {
 color: #3fb28b;
}
.around_facility_access_03 {
 color: #ec9607;
}
.around_facility_access_04 {
 color: #f57f63;
}
/* around_school */
.around_school .title_03 {
 color: #fff;
 height: 35px;
 padding-left: 60px;
 background-image: url(../img/train.png);
 background-repeat: no-repeat;
}
.around_school .title_03 {
 position: relative;
}
.cycling {
 position: absolute;
 right: 300px;
 top: 0;
}
.around_school .title_03 img {
 vertical-align: top;
}
.around_school .title_03:before {
 background: none !important;
}
.around_school {
 background: repeating-linear-gradient(45deg, #f38062, #f38062 10px, #951717 10px, #951717 20px);
 padding: 35px 0 57px;
 margin: 50px 0;
}
.around_school_list {
 margin: 20px 0 10px 0;
 max-height: 400px;
 overflow: auto;
}
.around_school_list ul {
 display: table;
 width: 100%;
 border-spacing: 0 3px;
}
.around_school_list li {
 margin-bottom: 3px;
 display: table-row;
}
.around_school_name {
 display: table-cell;
 vertical-align: middle;
 padding: 15px 20px 15px 30px;
 font-weight: 700;
 border-bottom: 3px solid transparent;
 background: #fff;
 width: 35%;
 vertical-align: top;
}
.around_school_access {
 display: table-cell;
 vertical-align: middle;
 padding: 15px 20px 15px 0;
 background: #fff;
 vertical-align: top;
}
.around_school_access span {
 font-size: 18px;
 font-weight: 700;
 line-height: 1;
 color: #ff3e17;
 margin: 0 1px;
}
.around_rosen {
 margin: 0 auto;
 padding: 0;
 width: 1000px;
}
.around_rosen > img {
 max-width: 100%;
 height: auto;
}
p.scroll, p.toho80 {
 font-size: 85%;
 display: block;
 color: #fff;
 width: 1000px;
 margin: 0.5em auto;
}
/* around_house */
.around_house {
 margin: 55px 0 40px;
}
.around_house_list > li {
 width: 244px; /*original_4cell 244px 2cell_495px*/
 float: left;
 margin-left: 8px;
 margin-bottom: 8px;
}
.around_house_list > li:nth-child(4n+1) {
 margin-left: 0;
}
.around_house_list a {
 display: block;
 color: #000;
 text-decoration: none;
}
.around_house_img img {
 width: 100%;
}
.around_house_list a:hover img {
 opacity: .7;
}
.around_house_cnt {
 border: 1px solid #ddd;
 border-top: none;
 padding: 12px 20px 20px;
}
.around_house_tit {
 font-weight: 700;
 margin-bottom: 5px;
}
.around_house_txt {
 font-size: 13px;
}
.service_list_btn2 {
 text-align: center;
 margin: 10px auto 0;
 max-width: 300px;
}
.service_list_btn2 span {
 display: block;
 padding: 8px 25px 9px;
 line-height: 1;
 margin: 0 10px;
 background: #3a78b7;
 color: #fff;
 border-radius: 3px;
}
.service_list_btn2 img {
 vertical-align: middle;
 margin-left: 5px;
 display: inline-block;
}
/* around_house2 */
.around_house2 {
 margin-right: -8px;
 margin-bottom: 30px;
}
.around_house2 > div {
 border-width: 1px;
 border-style: solid;
 width: 328px !important;
 float: left;
 margin: 0 8px 8px 0;
 border-color: #000;
 background-color: #fff;
}
.around_house2 > div.cl_l {
 clear: left;
}
.around_house2 > div.around_house2_col2 {
 width: 496px;
}
.around_house2_inner {
 display: block;
 padding: 10px 20px 20px;
}
a.around_house2_inner:hover {
 opacity: .7;
}
.around_house2 a {
 color: #000;
 text-decoration: none;
}
.around_house2_tit {
 font-size: 16px;
 font-weight: 700;
 line-height: 1.375;
 position: relative;
 min-height: 40px;
 margin-bottom: 10px;
 display: table;
}
.around_house2_tit > span {
 display: table-cell;
 vertical-align: middle;
}
.around_house2_txt {
 font-size: 13px;
}
.around_house2_btn {
 text-align: center;
 margin: 10px auto 0;
 max-width: 300px;
}
.around_house2_btn span {
 display: block;
 padding: 8px 25px 9px;
 line-height: 1;
 margin: 0 10px;
 background: #4A6E82;
 color: #fff;
 border-radius: 3px;
}
.around_house2_btn img {
 vertical-align: middle;
 margin-left: 5px;
 display: inline-block;
}
.around_house2_ico {
 padding-right: 10px;
}
.around_house2_ico > span {
 width: 40px;
 height: 40px;
 display: inline-block;
 border-radius: 100%;
 text-align: center;
}
.around_house2_img {
 text-align: center;
 margin-bottom: 13px;
}
.around_house2_img img {
 display: inline-block;
}
/* around_shop */
#anc_shop {
 padding: 20px 2%;
 background: #FFF;
}
.around_shop {
 border: 3px solid #ff7b00;
 background-color: #fff;
 border-radius: 3px;
 padding: 30px 30px 15px;
 position: relative;
 max-width: 1000px; /*20171113 oiwa to add 2line*/
 margin: 0 auto;
}
.around_shop a {
 color: #000;
}
.around_shop_tit {
 position: absolute;
 top: -1em;
 left: 50%;
 -webkit-transform: translate(-50%, 0);
 transform: translate(-50%, 0);
 padding: 0 25px;
 font-size: 18px;
 font-weight: 700;
 color: #e36d00;
 background: #fff;
 letter-spacing: .03em;
 white-space: nowrap;
}
.around_shop div.mainstore_wrap { /*20171113 oiwa to add 1class*/ max-width: 1000px;
 margin: 0 auto;
 display: flex;
}
/*.around_shop .img01 {
float: left;
margin: 0;
overflow: hidden;
}*/
.around_shop .img01 {
 float: none;
 margin: 0;
 text-align: center;
 width: 50%;
}
.around_shop .img01 img {
 margin-right: 10px;
}
.around_shop .txt {
 overflow: hidden;
 padding-bottom: 5px;
 width: 50%;
}
.around_shop .txt .name a {
 font-size: 140%;
 font-weight: 700;
 line-height: 2.2;
 margin-bottom: 8px;
 background: url(/files/img/common/icon_logo_01.png) 0 5px no-repeat;
 padding: 10px 0px 8px 40px;
}
.nearest_station {
 padding-top: 5px;
 min-height: 31px;
 height: auto !important;
 background: url(/files/img/common/icon_nearest_station_01.png) no-repeat scroll 0px 3px transparent;
 line-height: 1.4em;
 font-family: "メイリオ", Arial, Helvetica, sans-serif;
 font-size: 140%;
 font-weight: 700;
 color: #F8450B;
 padding-left: 35px;
}
.around_shop .address {
 margin-bottom: 10px;
 color: #666;
}
.around_shop .tel {
 display: inline-block;
 vertical-align: middle;
 margin-right: 10px;
 font-family: 'arial', serif;
 font-size: 42px;
 font-weight: 700;
 line-height: 1;
 color: #ff3e17;
 margin-bottom: 5px;
}
.around_shop .tel a {
 color: #ff3e17;
}
.around_shop .tel:before {
 content: '';
 display: inline-block;
 vertical-align: middle;
 width: 46px;
 height: 34px;
 background: url(/area/images/ico_tel.png) no-repeat;
 -webkit-background-size: 46px auto;
 background-size: 46px auto;
 margin-right: 10px;
 position: relative;
 top: -2px;
}
.around_shop .btn {
 display: inline-block;
 vertical-align: middle;
 margin-bottom: 5px;
}
.around_shop .co {
 padding-left: 3em;
}
div.storeBlock01.typeTwoCol li {
 float: left;
 width: 425px;
 margin: 20px;
}
/* yakan */
#yakan {
 text-align: center;
}
#yakan img {
 margin-top: 40px;
}
/* 店舗情報（2件）
---------------------------------------------- */
#anc_shopMult {
 /*padding:10px 3% 30px;*/
 max-width: 1040px;
 margin: 0 auto;
 display: flex;
}
/* lp
------------------------------- */
#lp {
 width: 1000px;
 margin: 30px auto;
 padding: 0;
}
#lp a {
 display: block;
 width: 100%;
 text-align: center;
}
/* pickup
------------------------------- */
.section_inner.pickup {
 margin-top: 100px;
}
.section_inner.pickup .title_02 {
 border-color: #000 !important;
 background: url(/area/area_kyushu/rc_kyudaimae/files/img/around_house_mark.png) no-repeat;
 background-size: 40px;
 padding-left: 50px;
}
.section_inner.pickup .service_list > div {
 border-color: #ddd;
 width: 244px;
}
.section_inner.pickup .service_list_img {
 height: 160px;
 position: relative;
 overflow: hidden;
}
.section_inner.pickup .service_list_img img {
 position: absolute;
 top: -30px;
 left: 0;
}
.section_inner.pickup .service_list_btn span {
 background: #f39801;
}
/* ----------------------------------------

footer

---------------------------------------- */
#footer {
 position: relative;
 background: #f7f5f2;
}
#footer a {
 color: #000;
}
#footer #info {
 width: 1000px;
 margin: 0 auto;
 padding-top: 35px;
}
#footer #day {
 width: 1000px;
 margin: 20px auto 0;
 padding-bottom: 45px;
 color: #999;
}
#link_copyright {
 background: #262626;
 text-align: center;
 padding: 25px 0 30px;
 color: #ccc;
}
#link_copyright a {
 color: #ccc;
 display: inline-block;
 margin: 0 5px;
}
#copyright_other {
 margin-top: 15px;
 color: #999;
 font-size: 13px;
}
/* pagetop
------------------------------- */
#pagetop {
 position: absolute;
 right: 10px;
 bottom: 40px;
 z-index: 1000;
}
#pagetop a {
 text-decoration: none;
 color: #6a390c;
 text-transform: uppercase;
 font-size: 13px;
 font-family: "arial", serif;
 font-weight: 700;
 line-height: 1.2;
 letter-spacing: .03em;
}
#pagetop img {
 display: block;
 margin: 0 auto;
}
.pagetop_img {
 position: relative;
 right: -4px;
 bottom: -11px;
 z-index: 1;
}
#pagetop span {
 display: block;
 position: relative;
 width: 72px;
 height: 72px;
 border-radius: 100%;
 background-color: #ffee3e;
 text-align: center;
 padding-top: 15px;
}
#pagetop span img {
 margin-bottom: 5px;
}
#pagetop a > div {
 position: relative;
}
#pagetop a:hover > div {
 top: -5px;
}
/**************************************
***************************************
PCのみ
***************************************
**************************************/
@media screen and (min-width: 768px) {
 .pc_none {
  display: none !important;
 }
 .around_map_iframe .left {
  float: left;
  width: 100%;
  height: 510px;
  background: #fff;
 }
 .around_map_iframe .right {
  float: right;
  width: 300px;
 }
}
/* @media min-width: 768px */
/* ----------------------------------------

- Stopgap Class
(以下は暫定的、又はイレギュラーな場合のみ使用。通常は使用しない)

---------------------------------------- */
.fs60 {
 font-size: 60% !important;
}
.fw400 {
 font-weight: 400 !important;
}
.fw700 {
 font-weight: 700;
}
.clear {
 clear: both;
}
.hidden {
 width: 0;
 height: 0;
 overflow: hidden;
}
.mgt0 {
 margin-top: 0 !important;
}
.mgt5 {
 margin-top: 5px !important;
}
.mgt10 {
 margin-top: 10px !important;
}
.mgt15 {
 margin-top: 15px !important;
}
.mgt20 {
 margin-top: 20px !important;
}
.mgt30 {
 margin-top: 30px !important;
}
.mgt40 {
 margin-top: 40px !important;
}
.mgb0 {
 margin-bottom: 0 !important;
}
.mgb5 {
 margin-bottom: 5px !important;
}
.mgb10 {
 margin-bottom: 10px !important;
}
.mgb15 {
 margin-bottom: 15px !important;
}
.mgb20 {
 margin-bottom: 20px !important;
}
.mgb30 {
 margin-bottom: 30px !important;
}
.mgb40 {
 margin-bottom: 40px !important;
}
.alnC {
 text-align: center !important;
}
.alnR {
 text-align: right !important;
}
.alnL {
 text-align: left !important;
}
.nowrap {
 white-space: nowrap;
}
.breakWord {
 word-wrap: break-word;
}
.w05p {
 width: 5% !important;
}
.w08p {
 width: 8% !important;
}
.w10p {
 width: 10% !important;
}
.w12p {
 width: 12% !important;
}
.w13p {
 width: 13% !important;
}
.w14p {
 width: 14% !important;
}
.w15p {
 width: 15% !important;
}
.w18p {
 width: 18% !important;
}
.w20p {
 width: 20% !important;
}
.w22p {
 width: 22% !important;
}
.w25p {
 width: 25% !important;
}
.w30p {
 width: 30% !important;
}
.w33p {
 width: 33% !important;
}
.w35p {
 width: 35% !important;
}
.w40p {
 width: 40% !important;
}
.w45p {
 width: 45% !important;
}
.w50p {
 width: 50% !important;
}
.w59p {
 width: 59% !important;
}
.w60p {
 width: 60% !important;
}
.w70p {
 width: 70% !important;
}
.w80p {
 width: 80% !important;
}
.w90p {
 width: 90% !important;
}
.w100p {
 width: 100% !important;
}
/* ----------------------------------------

clearfix

---------------------------------------- */
/* Modern Browsers
------------------------------- */
.clearfix:after {
 display: block;
 clear: both;
 height: 0;
 line-height: 0;
 visibility: hidden;
 content: ".";
}
/* Legacy IE
------------------------------- */
.clearfix {
 *zoom: 1;
}
/* Price
------------------------------- */
.price i span, .shikikin i span, .nyukan i span {
 font-size: 160%;
}
.price i, .shikikin i, .nyukan i {
 font-weight: 700;
 font-style: normal !important;
 color: #f8450b;
}
/* High versatility
------------------------------- */
.font_red_mini {
 color: #f8450b;
 font-size: 85%;
}
.font_red_bold {
 color: #f8450b;
 font-weight: 900;
}
.font_red_bold_130 {
 color: #f8450b;
 font-size: 130%;
 font-weight: 900;
}
.marker_yellow_futo {
 background: linear-gradient(transparent 50%, #fef200 50%);
 font-weight: 900;
 font-size: 110%;
}
/* Chushaku 20171025_oiwa to add
------------------------------- */
p.chushaku {
 display: block;
 margin: 0 auto 3em auto;
 padding: 0;
 font-size: 90%;
 line-height: 1.5em;
}
.marker_blue_futo {
 background: linear-gradient(transparent 0%, #217bac 0%);
 color: #fff;
 font-weight: 900;
}
.marker_green_futo {
 background: linear-gradient(transparent 0%, #21beb6 0%);
 color: #fff;
 font-weight: 900;
}
.m_notice {
 padding: 20px;
 width: 95%;
 margin: 1em auto;
 border: 2px solid #D44138;
 background-color: #fff;
 color: #d44138;
}
/* KV下　学校一覧
---------------------------------------------- */
#gakkouList {
 width: 1000px;
 margin: 0 auto;
}
#gakkouList dl {
 position: relative;
 padding-bottom: 0.8rem;
}
#gakkouList dl::after {
 content: '※電車利用の学校については、乗車時間のみの計算となります。';
 position: absolute;
 right: 0;
 bottom: -15px;
 text-align: right;
 font-size: 0.75rem;
}
#gakkouList dl dt {
 background: url(../img/btn_school.png) no-repeat top center;
 min-height: 56px;
 color: #FFF;
 font-weight: bold;
 font-size: 1.3rem;
 letter-spacing: 0.5em;
 padding: 10px 90px 10px;
 text-align: center;
 margin-bottom: 8px;
}
#gakkouList dl dd {
 display: inline-block;
 background-color: #f9f9d1;
 font-size: 0.8rem;
 padding: 0.1em 0.5em;
 margin: 0 0.3em 0.5em 0;
}
#gakkouList dl dd span {
 color: red;
 font-weight: bold;
}
/* 動画エリア*/
.dougaArea > iframe {
 width: 100%;
 max-width: 100%;
 height: 470px;
}
.dougaArea {
 width: 880px;
 margin: 0 auto 2em;
}
@media screen and (max-width: 767px) {
 #gakkouList {
  width: auto;
  margin: 0 3% 20px;
  overflow: scroll;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
 }
 #gakkouList::-webkit-scrollbar {
  height: 5px;
 }
 #gakkouList::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #fff;
 }
 #gakkouList::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #333;
 }
 #gakkouList dl {
  padding-bottom: 1.4em;
  width: 300%;
 }
 #gakkouList dl::after {
  text-align: left;
  width: 100%;
 }
 #gakkouList dl dt {
  background: url(../img/btn_school.png) no-repeat left top;
  background-size: auto 56px;
  padding: 14px 10px 10px 110px;
  position: relative;
  z-index: 10;
  font-size: 1.1rem;
  text-align: left;
  letter-spacing: 0.3em;
 }
}
/*試食会*/
#sishoku_box {
 padding: 0 0 3% 0;
}
#sishoku_box .left_tasting {
 float: left;
 width: 400px;
}
#sishoku_box .left_tasting p {
 margin-top: 3%;
}
#sishoku_box .right_tasting {
 float: right;
 width: 600px;
 background: #fff;
 padding: 1% 2%;
 margin-top: 1%;
}
#sishoku_box .right_tasting dl {
 border-bottom: dotted 1px #ccc;
 padding: 1% 0;
}
#sishoku_box .right_tasting dt {
 float: left;
 width: 100px;
}
#sishoku_box .right_tasting dd {
 float: right;
 width: 450px;
}
.tasting_contact a {
 background-image: url(/area/images/tasting_contact.png);
 width: 443px;
 height: 71px;
 display: block;
 text-indent: -999999px;
}
.bnr_sishoku {
 width: 1000px;
 margin: 0 auto 15px auto;
 padding: 0;
}
@media screen and (max-width: 767px) {
 .bnr_sishoku {
  width: auto;
  margin: 15px auto;
  padding: 0 15px;
 }
 .bnr_sishoku img {
  width: 100% !important;
 }
}
.color_e6450b {
 color: #e6450b;
}
.color_f7f706 {
 color: #f7f706;
}
.color_f78bf7 {
 color: #f78bf7;
}
.color_4d90fe {
 color: #4d90fe;
}
.color_58c158 {
 color: #58c158;
}
.color_b1816f {
 color: #b1816f;
}
.color_157315 {
 color: #157315;
}
@media screen and (max-width: 767px) {
 #sishoku_box .left_tasting, #sishoku_box .right_tasting, #sishoku_box .right_tasting dt, #sishoku_box .right_tasting dd {
  float: none;
  width: auto;
 }
 #sishoku_box .right_tasting dt {
  padding-bottom: 1%;
 }
 .left_tasting .photo p {
  float: left;
  width: 50%;
  padding-right: 2%;
  padding-bottom: 2%;
 }
 #sishoku_box .left_tasting p {
  width: 50%;
  margin: 2% auto 0% auto;
 }
 #sishoku_box iframe {
  height: 250px;
  width: 100%;
 }
 .right_tasting .text {
  margin-bottom: 3%;
 }
 .tasting_contact a {
  background-image: url(/area/images/tasting_contact.png);
  display: block;
 }
}
/* comic
------------------------------- */
#comic .section_inner {
 background-color: none;
}
/*#comic .title_01:before {
	content: '※写真はイメージです。';
    font-size: 14px;
    text-align: left;
    text-shadow: white 1px 0px, white -1px 0px, white 0px -1px, white 0px 1px, white 1px 1px, white -1px 1px, white 1px -1px, white -1px -1px, white 1px 1px, white -1px 1px, white 1px -1px, white -1px -1px, white 1px 1px, white -1px 1px, white 1px -1px, white -1px -1px;
}*/
#comic .title_01:before {
 background-image: url(../img/tit_bg_community_room.jpg);
}
#comic p {
 margin: 20px 0;
}
#comic img {
 display: block;
 margin: 0 auto;
}
.comic_notice {
 font-size: 80%;
}
#comic .jisyu {
 padding-top: 45px;
}
#comic .jisyu:before {
 background-image: none;
 content: none;
}
.red {
 color: #e73533;
 font-size: 20px;
 font-weight: bold;
}
/*満室御礼
-------------------------------------------*/
.thanks-img {
 position: absolute;
 bottom: 38%;
 left: 88%;
}
/* .mv_pc_price .price1
------------------------------- */
/*@media screen and (min-width: 768px) {
#mv_pc_price {
	display: block;
	position: absolute;
	bottom: 8%;
	left: 0%;
	
	padding: 0px 0px 0px 20px;
	line-height: 2.0em;
	text-align: right;
	user-select: auto;
	width: 255px;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
	
}
#mv_pc_price div.main{
	font-size: 25px;
	font-weight: 700;
	text-shadow: 2px 2px 1px #ffffff;
}
#mv_pc_price div.main .red{
	font-size: 1.2em;
	font-weight: 700;
	text-shadow: 2px 2px 1px #ffffff;
}
#mv_pc_price div.sub{
	font-size: 80%;
	line-height: 1.5em;
}	
#mv_pc_price i span {
	font-size: 150%;
}
#mv_pc_price div::first-letter {
	font-size: 100%;
}
#mv_pc_price i {
	font-style: normal;
	color: #ff0000;
}

#mv_pc_price .rent {
	display: inline-flex;
	width: 70px;
	height: 70px;
	color: #FFF;
	line-height: 45px;
	text-align: center;
	background: #ea5514;
	float: left;
	border-radius: 100%;
	margin: -40px 0px 0px 5px;
	font-size: 20px;
	justify-content: center;
	align-items: center;
}
.slick-slider .slick-track, .slick-slider .slick-list {

}
.price1{
    height: 480px!important;
}
}*/
/* .mv_pc_price .price1
------------------------------- */
@media screen and (min-width: 768px) {
 #mv_pc_price {
  display: block;
  position: absolute;
  bottom: 1.6%;
  left: 1.5%;
  padding: 9px;
  line-height: 3em;
  text-align: left;
  user-select: auto;
  width: 400px;
  color: #fff;
 }
 #mv_pc_price div.main {
  font-size: 25px;
  font-weight: 700;
  text-shadow: 2px 2px 0 #33338d, -2px 2px 0 #33338d, 2px -2px 0 #33338d, -2px -2px 0 #33338d;
 }
 #mv_pc_price div.main .red {
  font-size: 1.2em;
  font-weight: 700;
  text-shadow: 2px 2px 1px #ffffff;
 }
 #mv_pc_price div.sub {
  font-size: 80%;
  line-height: 1.2em;
  width: 88% !important;
  text-shadow: 1px 1px 0 #33338d, -1px 1px 0 #33338d, 1px -1px 0 #33338d, -1px -1px 0 #33338d;
 }
 #mv_pc_price i span {
  font-size: 150%;
 }
 #mv_pc_price div::first-letter {
  font-size: 100%;
 }
 #mv_pc_price i {
  font-style: normal;
  color: #ff0000;
 }
 #mv_pc_price .rent {
  display: inline-flex;
  width: 65px;
  height: 65px;
  color: #33338d;
  line-height: 42px;
  text-align: center;
  background: #fcff66;
  float: left;
  border-radius: 100%;
  margin: 0px 5px 0px 0px;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  font-weight: bold;
 }
 .img_slider_02_nav {
  /* height: 100px; */
 }
 .img_slider_03_nav {
  height: 100px;
 }
 .price1 {
  height: 480px !important;
 }
}
/* フロア
---------------------------------------------- */
.floorimg_of1 img {
 height: auto;
 max-width: none;
 width: 1000px;
}
.floorimg_of1::-webkit-scrollbar {
 height: 5px;
}
.floorimg_of1::-webkit-scrollbar-track {
 border-radius: 5px;
 background: #fff;
}
.floorimg_of1::-webkit-scrollbar-thumb {
 border-radius: 5px;
 background: #333;
}
p.xscroll_guide img {
 width: 25px;
 /*float: left;*/
 height: auto;
}
/*headerタイトルロゴ部分　PC
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.siteID {
 line-height: 0.5em;
 font-size: 180%;
 text-align: center;
 font-weight: bold;
}
.siteID:hover {
 opacity: 0.9;
}
.siteID a {
 text-decoration: none;
 color: #000;
 font-weight: bold;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 align-items: flex-end;
}
.siteID img {
 width: 5em;
 position: relative;
 /* top: 0.5em; */
 /* left: -0.5em; */
}
.siteID span.schoolname {
 width: 85%;
}
.siteID span.schoolname {
 margin: 5px 0px;
 padding: 0.4em 0em;
 font-size: 50%;
 display: flex;
 color: white;
 background: #33338d;
 justify-content: center;
 flex-direction: row;
 border-radius: 5px;
}
.siteID span.estate_name {
 margin: 5px 0px;
 text-align: center;
 font-size: 65%;
 display: block;
 color: #33338d;
}
.siteID span span.redcolor {
 font-size: 150%;
 color: #f97058;
}

/*インターネット10Gプラン PC ID internet 
====================================================*/
#internet {
    padding-bottom: 2em;
    background: linear-gradient(to bottom, #fff 30%, #fbefbb);
} 
#internet .txtBox01 {
        flex-direction: column;
        margin-bottom: 5px;
    }
#internet .txtBox01 {
    display: flex;
    justify-content: space-between;
    margin: -30px 0 0 0;
    background-color: #ffffff;
    border-radius: 10px;
    padding-top: 5%;
    padding-right: 5%;
    padding-bottom: 2%;
    padding-left: 5%;
    align-items: center;
}
#internet .txtBox01 li {
        margin-bottom: 8px;
        padding-left: 20px;
        background-size: 13px auto;
        font-size: 1.3rem;
    }
#internet .txtBox01 li {
    FONT-VARIANT: JIS83;
    margin-bottom: 5px;
    padding-left: 24px;
    background: url(/img/common/icon31.png) no-repeat left top 4px;
    background-size: 16px auto;
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.69;
}
#internet .pho {
    display: flex;
    justify-content: center;
}
#internet .section_inner