@charset "utf-8";


/* CSS Document
=========================================================
画像関係
=========================================================
*/

img {
max-width: 100%;
height: auto;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
height : auto ;
border-style:none;
vertical-align: top;
}
a img {
    border-style:none;
}
/*img:not([width]) {
	zoom: .5; /* Retinaディスプレイ対応のためimg要素は半分の大きさに 
}*/
.img_w{
	width: 100%;
	height: auto;
}
.img_w50{
	width: 50%;
	height: auto;

}
.img_w25{
	width: 25%;
	height: auto;
}
.img_w20{
	width: 20%;
	height: auto;
}
.img_w10{
	width: 10%;
	height: auto;
}
.img_w_75 {
	width:75%;
}


.color_gray { color: #666;}
.color_red { color: #b9181e;}
.color_blue { color: #3333ff;}
.color_coral { color:#F08080;}


/*
=========================================================
clearfix
=========================================================
*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix { display: inbox-block}


.clear {
	clear:both;
}


/*------------------------------------------------------------*/.headertop {
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	overflow: hidden;
	background:url(../images/common/bg_wrap.png) top center repeat;
	background-size: cover;
	height: auto;

}
.header h1 {
    text-align: left;
    font-size: 25px;
    font-size: 2.5rem;
    padding: 0 20px 20px 0px;
    color: #fff;
	}

.logo {
	width:80%;
	height:auto;
	padding-top:0;
	padding-left:5px;
	margin-bottom:30px;
}
.logo img {
	width:100%;
	margin-top:0;
}

/*
=========================================================
content
=========================================================
*/

.container > header,
.codrops-top {
	color: #fff;
	font-family: 'Lato', Arial, sans-serif;
}

/*
=========================================================
コンテンツ内
=========================================================
*/

#contents {
   margin:80px 0 0 0;
   width: 100%;
   pading: 0;
}
.box {
  height: auto;
  text-align:center;
	width: 100%;
 }
.box p {
	width: 90%;
 	color: #3E4345;
	margin:0 auto;
    position: relative;
	padding:0;
    text-align:left;
	}
.box p.mtb20 {
	margin:20px auto;
}
.imgbox {
	margin:0 0 20px 0;
	text-align:center;
	width:100%;
}
.imgbox img {
	margin:0 0 4px 0;
	width:75%;
}
.imgbox_w {
	margin:0 0 20px 0;
	text-align:center;
	width:100%;
}
.imgbox_w img {
	margin:0 0 4px 0;
	width:96%;
}
.imgbox_tb {
	margin:20px 0;
	text-align:center;
	width:100%;
}
.imgbox_tb img {
	margin:0 0 4px 0;
	width:320px;
}
.nomargin {
	margin:0;
}
.mgb20 {
	margin:0 0 20px 0;
}
.pb10{ padding-bottom:10px;}
.pb5{ padding-bottom:5px;}


.google-maps {
	width: 90%;
	margin:20px 4% 20px 4%;
	position: relative;
	padding-bottom: 250px; /*高さは250pxで固定*/
	height: 0;
	overflow: hidden;
	}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.table_w_all {
	width:92%;
	border-collapse: collapse;
 	border: 1px solid #cfa972;
 	margin: 0px 4% 20px 4%;
}
.table_w_all th {
	background-color:#FFF5EE;
	width:20%;
 	border: 1px solid #cfa972;
	font-weight:normal;
	text-align:left;
	padding:4px 10px;
}
.table_w_all td {
	background-color:#FFFFFF;
 	border: 1px solid #cfa972;
	padding:4px 10px;
	text-align:left;
}
.table_w_all td span {
	font-weight:bold;
}

/*----------------------------------------*/
.txtbox  {
	margin:0 0 20px 0;
	padding:0 0 0 3%;
	width:96%;
}
dl.faq {
	width:100%;
	text-align:left;
	margin:10px 0;
}
dl.faq dt {
	margin:0 0 2px 0;
	padding:12px 0 12px 50px;
	background:url(../../images/faq/q.png) top left no-repeat;
	color:#F08080;
	font-size:14px;
	font-weight: bold;
	border-bottom:1px dotted #FFEBCD;
}
.faq dd {
	margin:0 0 20px 0;
	padding:5px 3px 10px 50px;
	background:url(../../images/faq/a.png) top left no-repeat;
	font-size:12px;
	border-bottom:2px dotted #FFBC1C;
}

/*----------------------------------------*/

.box_flow {
	margin:20px 2%;
	padding:0;
	width:96%;
}

.box_flow dt {
	width:100%;

}

.box_flow dd {
	width:98%;
	padding:0 2%;
}
.box_flow dd p {
	margin:10px 0 ;
}
.kakomi_r {
	background-color:#fffff0;
	border-radius: 10px;
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	border: 2px solid #F90;
	width:90%;
	padding:10px;
	font-size:14px;
	margin-bottom:20px;
}
.kakomi_r2 {
	padding: 10px;
	background-color:#fffff0;
	border-radius: 10px;
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	border: 2px solid #F90;
	width:90%;
	font-size:14px;
	margin-bottom:20px;
}
.kakomi_r2 .title {
	border:1px solid #ff8c00;
	background-color:#ffffff;
	margin-bottom:8px;
	padding:3px 3px 3px 0;
}
.kakomi_r2 .title span {
	background-color:#ff8c00;
	color:#ffffff;
	padding:3px;
}
ol.list_suuji li {
	margin-left:40px;
	padding-bottom:5px;
	list-style-type: decimal;
}
ul.list_check li {
	padding-left:25px;
	padding-bottom:5px;
	background:url(../../images/common/list_check.png) top left no-repeat;

}

ul.menu_box {

  margin:0 auto 30px 3%;
	text-align:center;
	width:97%;
    display: table;
	list-style:none;
}
.menu_box li {
    display: table-cell;

}
.menu_box li img {
    display: block;
    width: 93%;
}
/*
===================================================================

Floating　Menu

=================================================================== */
#footerFloatingMenu {
    display: block;
	padding:1% 4%;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 999;
    text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e3e3e2+0,b9b8b8+100&0.4+0,1+100 */
background: -moz-linear-gradient(top, rgba(227,227,226,0.4) 0%, rgba(185,184,184,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(227,227,226,0.4) 0%,rgba(185,184,184,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(227,227,226,0.4) 0%,rgba(185,184,184,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66e3e3e2', endColorstr='#b9b8b8',GradientType=0 ); /* IE6-9 */
}
.fl_menu {
    display: table;
    width: 100%;
}
.fl_menu > a {
    display: table-cell;
}
.fl_menu img {
    display: block;
    width: 75%;
}

/*
===================================================================

シェアボタンを入れてみた

=================================================================== */
.wrap-social-button {
	width:92%;
	height:auto;
	margin:0 auto 20px auto;
	padding:10px;
	border-radius: 6px;
	-webkit-border-radius: 6px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 6px;   /* Firefox用 */
	border: 1px solid #CCCCCC;
}
.share {
	margin: 0px;
	padding-top: 5px;
	padding-right: 24px;
	padding-bottom: 5px;
	clear: both;
	height: 20px;
	text-align: center;
}
.social-button {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.social-button li {
	float: right;
	margin: 5px 5px 0 0;
	padding: 0;
}
.li_txt {
	color:#949494;
	font-size:10px;
	line-height:1.2em;

}

/*
===================================================================

グループバナー

=================================================================== */

.group_link {
  margin: 0 0 20px 0;
}


.group_link ul {
	border-collapse: separate;
	border-spacing: 5px 0;
	display: table;
	table-layout: fixed;
	width: 100%;
}
.group_link ul li {
	display: table-cell;
	width: 33.33%;
	vertical-align: up;
	overflow: hidden;
	text-align: center;
}
.group_link ul li img {
	width: 100%;
}
/*
===================================================================

カフェページ

=================================================================== */

p.catchp {
	color: #de6210;
	font-size:110%;
	padding:10px 0 30px 0;
	text-align:center;

}
h3.h3_ppl {
	margin:0 ;
	padding:8px 0 8px 8px;
	background-color:#c490bf;
	color:#ffffff;
	font-weight: bold;
	font-size:16px;

}
h3.h3_pnk {
	margin:0 ;
	padding:8px 0 8px 8px;
	background-color:#ee427e;
	color:#ffffff;
	font-weight: bold;
	font-size:16px;

}
h3.h3_org {
	margin:0 ;
	padding:8px 0 8px 8px;
	background-color:#ff6600;
	color:#ffffff;
	font-weight: bold;
	font-size:16px;

}
.cafe_what , .event_box {
	margin:0 0 30px 0;
	padding:0;
}
ul.what_box {
	margin:0;
	padding:0;
    table-layout:fixed;
	box-sizing: border-box;
}
ul.what_box li {
	margin:0;
	padding: 10px;
	width:100%;
	clear:both;

}
ul.what_box li p {
	width:100%;
}
ul.what_box li img {
	float:left;
	width:45%;
	margin-right:2%;
}
ul.what_box li h4 {
	color: #f5950c;
	font-weight:bold;
	font-size:105%;
	margin-bottom: 4px;
	text-align:left;
}
.cafe_what {
	margin:0 0 30px 0;
	padding:0;
}

.cafe_menu {
	margin:0 0 30px 0;
	padding:0;
}

ul.menu2_box li {
	margin:0 0 10px 0 ;
	padding: 10px 0;
	width:100%;
}

ul.menu2_box li h4 {
	color: #742003;
	font-weight:bold;
	font-size:105%;
	margin: 10px 0 ;
}

.event_box li {
	margin:0;
	padding: 10px 0;
	width:100%;
}
.event_box li p {
	margin:10px 0 10px 10px;
}
.cafe_Intro {
	background:url(../images/potstickers/bg_cafe_Intro.jpg) top left no-repeat;
	background-size:cover;
	margin:0 0 20px 2%;
	padding:0 0 0 42%;
}
.cafe_Intro p  {
	margin:10px 0 0 0;
	}
	.cafe_origami {
	background:url(../images/cafe101/bg_cafe_origami.png) top left no-repeat;
	background-size:cover;
	margin:0 0 20px 2%;
	padding:0 0 0 42%;
}
.cafe_origami p  {
	margin:10px 0 0 0;
	}

/* TOPページ追加 */
.cheki {
	background-color: #d3f1f8;
	padding: 0 0 10px 0 ;
	margin: 0 0 10px 0 ;
}
.cheki2 {
	background-color: #ffe4e1;
	padding:10px ;
	margin: 20px 0 ;
}
.copyright {
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

/*
===================================================================

フロアガイド

=================================================================== */
input {
 	vertical-align: middle;
}
.idx_box {
	width:98%;
	margin:20px 1%;
	height:auto;
}
.button_fg {
	color: #FFFFFF;
	-webkit-border-radius: 4px; -moz-border-radius: 4px;
	border-radius: 4px;
	width:30%;
	margin:0 5px 10px 0;
	background:#961a59;
	 border:1px solid #961a59;
	letter-spacing:-0.1em;
	font-size:15px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}
.button_fg:hover{
	 border:1px solid #f60080;
 background-color: #ff2a98;
}
.button_cr{
	 border:1px solid #f60080;
 background-color: #dfbacd;
	color: #FFFFFF;
	-webkit-border-radius: 4px; -moz-border-radius: 4px;
	border-radius: 4px;
	width:30%;
	margin:0 5px 10px 0;
	border: none;
	letter-spacing:-0.1em;
	font-size:15px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.idx_room {
	border-top:1px solid #dcdcdc;
	text-align:right;
	padding-right:4px;
}
.idx_room input {
	color: #FFFFFF;
	padding:4px;
	margin:0 5px 10px 0;
	background:#e47c7b;
	border: none;
	font-size:15px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
}

.idx_room input.cr {
	color: #FFFFFF;
	padding:4px;
	margin:0 5px 10px 0;
	background:#f7d7d7;
	border: none;
	font-size:15px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
}

.button_ip {
border:1px solid #fe48aa; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:16px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #FF5DB1; background-image: -webkit-gradient(linear, left top, left bottom, from(#FF5DB1), to(#ef007c));
 background-image: -webkit-linear-gradient(top, #FF5DB1, #ef007c);
 background-image: -moz-linear-gradient(top, #FF5DB1, #ef007c);
 background-image: -ms-linear-gradient(top, #FF5DB1, #ef007c);
 background-image: -o-linear-gradient(top, #FF5DB1, #ef007c);
 background-image: linear-gradient(to bottom, #FF5DB1, #ef007c);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FF5DB1, endColorstr=#ef007c);
}

.button_ip:hover{
 border:1px solid #f60080;
 background-color: #ff2a98; background-image: -webkit-gradient(linear, left top, left bottom, from(#ff2a98), to(#AF0E64));
 background-image: -webkit-linear-gradient(top, #ff2a98, #AF0E64);
 background-image: -moz-linear-gradient(top, #ff2a98, #AF0E64);
 background-image: -ms-linear-gradient(top, #ff2a98, #AF0E64);
 background-image: -o-linear-gradient(top, #ff2a98, #AF0E64);
 background-image: linear-gradient(to bottom, #ff2a98, #AF0E64);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ff2a98, endColorstr=#AF0E64);
}
.txt_center {
	text-align:center;
	margin:20px;
}
.sps {
	margin-right:66%;
}
/*
===================================================================

部屋・設備

=================================================================== */

#wrap_slide p {
	margin: 0 auto 20px auto ;
	text-align:center;
	color: #CC80A8;

}
.idx_rm {
	width:98%;
	margin:20px 1%;
	height:140px;
}

.akibeya {
		display: table;
		table-layout: fixed;
	border-collapse: separate;
	border-spacing: 5px 0;
	width:80%;
	margin:0 auto 10px auto;
	}
a.button-link  {
	display: table-cell;
	padding:2px 20px;
	color: #FFFFFF;
	-webkit-border-radius: 4px; -moz-border-radius: 4px;
	border-radius: 4px;
	margin:0 5px 10px 0;
	background:#961a59;
	border:1px solid #961a59;
	letter-spacing:-0.1em;
	font-size:15px;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

.button-link:hover {
	cursor: pointer ;
	border:1px solid #f60080;
 	background-color: #ff2a98;
	text-decoration:none;
}

.faq_b { color:#ff6600;font-weight:bold;}



/*
===================================================================

シェアハウスのメリット

=================================================================== */
.h3_merit {
	margin:10px auto;
	padding: 0 auto;
	display: block;
	text-align:center;
	background:#c54c82 ;
	color:#fdfdcb;
	width: 100px;
	height: 100px;
   -webkit-border-radius: 50%;/* 50%でもOK */
   -moz-border-radius: 50%;
  border-radius: 50%;
}
.h3_merit .text_in {
	padding-top:30px;
	line-height: 1.2em;
}
.box_merit1 ul  {
	margin:0;
	display: block;
}
.box_merit1 ul li {
	margin:0;
	display: inline-block;
	width:32%;
	background:#ec729c ;
	color: #FFFFFF;
	padding:1em;
	height: 180px;
	vertical-align: top;
}
.box_merit1 ul li:nth-child(even) {
		background:#f4aeba ;

}
.box_merit1 ul li strong ,.box_merit2 ul li strong ,.box_merit3 ul li strong {
	font-size:130%;
	color:#fdfdcb;
	display: contents;
}
.box_merit2 ul li {
	margin:0 0 6px 0;
	display: inline-block;
	width:46%;
	background:#c54c82 ;
	padding:1.2em;
	color:#fffaf0;
	height: 160px;
	vertical-align: top;
}
.box_merit2 ul li:first-child {
		background:#808000 ;
}
.box_merit2 ul li:last-child {
		background:#808000 ;
}
.box_merit3 ul li {
	margin:0 0 6px 0;
	display: inline-block;
	width:46%;
	background:#808000 ;
	padding:1.2em;
	color:#fffaf0;
	height: 180px;
	vertical-align: top;
}
.box_merit3 ul li:first-child {
		background:#ec729c ;
}
.box_merit3 ul li:last-child {
		background:#ec729c ;
}
hr.style-two {
	width:80%;
	margin-bottom:10px;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}
.box_video {
	position: relative;
	padding-bottom: 56.25%;
	/*padding-top: 30px;*/
	margin-bottom: 15px;
	height: 0;
	overflow: hidden;
}

.box_video iframe,
.box_video object,
.box_video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*20200901追加分---------------------------------------------------*/
.merit_wrap .h3_merit {
	margin: 20px 0;
	padding: 10px 0;
	font-size: 30px;
	display: block;
	text-align: center;
	float: none;
	color: #fdfdcb;
	 width: 100%;
	 height: 35px;
	 -webkit-border-radius: 0;
	-moz-border-radius: 0;
	 border-radius: 0;
}

.merit_wrap .h3_merit .text_in {
	padding-top: 0px;
}
.merit_wrap .box_merit1,
.merit_wrap .box_merit2,
.merit_wrap .box_merit3 {
	display: block;
	float: none;
	width: 100%;
	margin: 0 auto;
}
.merit_wrap .box_merit1 ul,
.merit_wrap .box_merit2 ul,
.merit_wrap .box_merit3 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.merit_wrap .box_merit1 ul li,
.merit_wrap .box_merit2 ul li,
.merit_wrap .box_merit3 ul li {
	margin: 0;
	display: inline-block;
	width: 50%;
	height: 155px !important;
	height: 0px;
	color: #FFFFFF;
	padding: 0;
	vertical-align: top;
}
.merit_wrap .box_merit1 ul li:first-child,
.merit_wrap .box_merit1 ul li:nth-child(4),
.merit_wrap .box_merit1 ul li:nth-child(5),
.merit_wrap .box_merit2 ul li:first-child,
.merit_wrap .box_merit2 ul li:nth-child(4),
.merit_wrap .box_merit2 ul li:nth-child(5),
.merit_wrap .box_merit2 ul li:last-child,
.merit_wrap .box_merit3 ul li:first-child,
.merit_wrap .box_merit3 ul li:nth-child(4),
.merit_wrap .box_merit3 ul li:nth-child(5),
.merit_wrap .box_merit3 ul li:last-child  {
	padding: 1em;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.merit_wrap ul .img_merit01{
  background: url(/sp/images/merit/merit01.jpg) no-repeat center !important;
}
.merit_wrap ul .img_merit02{
  background: url(/sp/images/merit/merit02.jpg) no-repeat center;
}
.merit_wrap ul .img_merit03{
  background: url(/sp/images/merit/merit03.jpg) no-repeat center !important;
}
.merit_wrap ul .img_merit04{
  background: url(/sp/images/merit/merit04.jpg) no-repeat center;
}
.merit_wrap ul .img_merit05{
  background: url(/sp/images/merit/merit05.jpg) no-repeat center;
}
.merit_wrap ul .img_merit06{
  background: url(/sp/images/merit/merit06.jpg) no-repeat center;
}
.merit_wrap ul .img_merit07{
  background: url(/sp/images/merit/merit07.jpg) no-repeat center;
}
.merit_wrap ul .img_merit08{
  background: url(/sp/images/merit/merit08.jpg) no-repeat left;
}
.merit_wrap ul .img_merit09{
  background: url(/sp/images/merit/merit09.jpg) no-repeat left;
}
.merit_wrap ul .img_merit10{
  background: url(/sp/images/merit/merit10.jpg) no-repeat center;
}
.merit_wrap ul .img_merit11{
  background: url(/sp/images/merit/merit11.jpg) no-repeat left;
}
@media screen and (min-width: 374px){
  .merit_wrap ul .img_merit08{
  background: url(/sp/images/merit/merit08.jpg) no-repeat center;
}
.merit_wrap ul .img_merit11{
  background: url(/sp/images/merit/merit11.jpg) no-repeat center;
}
}



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

   リモート内見　追加ページ

*****************************************************/
section .section-title-box {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 40px;
}
section .section-title-box .section-title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 40px;
    border-bottom: 2px solid #707070;
}
section .section-title-box .sub-text {
    color: #08b697;
    display: block;
    font-size: 14px;
    font-weight: normal;
}
.remote_wrapper{
	max-width: 715px;
	margin: 0 auto;
	font-size: 14px;
	text-align: justify;
	position: relative;
}
.remote_wrapper h1{
	max-width: 510px;
	margin: 0 auto;
}
.remote_wrapper h1 img {
    padding: 0px 5px;
}
.remote_wrapper .remote_cont1 {
    display: block;
	margin-bottom: 25px;
}
.remote_wrapper .remote_cont1 p{
    position: inherit;
	z-index: 1;
	max-width: 100%;
	padding: 28px 5px;
}
.remote_wrapper .remote_cont1 img{
	margin: 0 auto;
	display: block;
	padding: 0 5px;
}
.remote_wrapper .remote_cont2 {
	display: block;
	margin-bottom: 50px;
}
.remote_wrapper .remote_cont2 img {
    margin: 0 auto;
	display: block;
	padding: 0 5px;
}
.remote_wrapper .remote_cont2 ul{
	width: 310px;
    position: inherit;
    background: #fff;
    border: solid #E5E3E3 2px;
    font-weight: bold;
    padding: 55px 0px 15px 25px;
    margin: 20px auto 0px;
}
.remote_wrapper .remote_cont2 ul li{
    line-height: 37px;
}
.remote_wrapper .remote_cont2 ul li::before{
	display: block;
    content: "";
	float: left;
	width: 39px;
    height: 32px;
    background: url(/images/remote/check.png) no-repeat;
}
.remote_wrapper .remote_cont3 {
	display: block;
	padding: 0px 5px;
	margin: 0 auto 70px;
    width: 180px;
}
.remote_wrapper .remote_cont3 dl{
	width: 180px;
	height: 131px;
}
.remote_wrapper .remote_cont3 dl:nth-child(1){
	background: url(/images/remote/bg_icon01.png) no-repeat center;
}
.remote_wrapper .remote_cont3 dl:nth-child(3){
	background: url(/images/remote/bg_icon02.png) no-repeat center;
}
.remote_wrapper .remote_cont3 dl:nth-child(5){
	background: url(/images/remote/bg_icon03.png) no-repeat center;
}
.remote_wrapper .remote_cont3 dl dt{
	font-weight: bold;
}
.remote_wrapper .remote_cont3 dl dt span{
	font-size: 30px;
}
.remote_wrapper .remote_cont3 dl dd{
	font-size: 12px;
}
.remote_wrapper .remote_cont3 .remote_triangle {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 26.0px 15px 0 15px;
	border-color: #F08080 transparent transparent transparent;
    margin: 20px auto;
}
.remote_wrapper .remote_cont4 {
	margin-bottom: 65px;
}
.remote_wrapper .remote_cont4 ol{
	max-width: 436px;
	margin: 0 auto;
	padding: 0 5px;
}
.remote_wrapper .remote_cont4 ol li{
	padding: 3px 0;
}
.remote_wrapper .remote_cont5 h3{
	font-size: 18px;
	margin-bottom: 25px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.remote_wrapper .remote_cont5 h3::before,
.remote_wrapper .remote_cont5 h3::after{
	content: "";
    display: block;
    height: 1px;
    width: 27px;
    background: #707070;
}
.remote_wrapper .remote_cont5 h3::before{
	transform: rotate(60deg);
}
.remote_wrapper .remote_cont5 h3::after{
	transform: rotate(-60deg);
}
.remote_wrapper .remote_cont5 a>img{
	display: block;
	margin-bottom: 50px;
}
.remote_wrapper .remote_cont5 img{
	width: 100%;
	padding: 0px 10px;
}
.remote_wrapper .remote_cont5 .txt_center{
	margin-bottom: 50px;
}
/*****************************************************

   ニューノーマル スイッチ応援キャンペーン 追加ページ

*****************************************************/
.page_newnomal .page-main_wrapper{
	font-size: 14px;
	text-align: justify;
}
.newnomal_wrapper{
	margin: 0 auto;
    width: 100%;
}
.newnomal_wrapper p{
	font-size:18px;
	text-align: center;
	margin: 25px auto 25px;
}
.newnomal_wrapper .newnomal_cont1{
	display: flex;
	flex-flow: row-reverse;
	margin: 0 auto 155px;
	width: 320px;
	position: relative;
}
.newnomal_wrapper .newnomal_cont1::after{
	display: block;
    content: "";
    width: 170px;
    height: 135px;
	background: url(/images/newnomal/icon01.png) no-repeat;
	position: absolute;
    left: 0;
    top: 85px;
}
.newnomal_wrapper .newnomal_cont1 ul{
	border: solid 5px #F08080;
	border-radius: 5px;
    width: 320px;
    padding: 20px 10px;
	line-height: 2;
	text-align: left;
}
.page_newnomal section h2{
	font-size: 26px;
	text-align: center;
}
.page_newnomal section h2 span{
	color: #FF9900;
	font-size: 26px;
}
.newnomal_wrapper .newnomal_cont2 ul{
	display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
	box-shadow: 3px 3px 6px rgb(0,0,0,16%);
	padding: 30px;
	margin: 0 10px 80px;
}
.newnomal_cont3 .newnomal_incont1::before,
.newnomal_cont3 .newnomal_incont2::before,
.newnomal_cont3 .newnomal_incont3::before,
.newnomal_cont3 .newnomal_incont4::before,
.newnomal_cont3 .newnomal_incont5::before{
	display: block;
    content: "";
    width: 100%;
    height: 35px;
	background:#F08080;
	position: absolute;
	z-index: -1;
}
.newnomal_cont3 .newnomal_inner{
	margin: 30px auto;
	width: 320px;
}
.newnomal_cont3 .newnomal_inner dl{
	width: 320px;
	clear: both;
	z-index: 1;
	text-align: left;
}
.newnomal_cont3 .newnomal_inner dl dt::before{
	display: block;
    content: "";
    width: 47px;
    height: 48px;
	margin: 3px 10px 0 0;;
	float: left;
}
.newnomal_cont3 .newnomal_incont1 dl dt::before{
	background: url(/images/campaign/211209/no01.png) no-repeat;
}
.newnomal_cont3 .newnomal_incont2 dl dt::before{
	background: url(/images/campaign/211209/no02.png) no-repeat;
}
.newnomal_cont3 .newnomal_incont3 dl dt::before{
	background: url(/images/campaign/211209/no03.png) no-repeat;
}
.newnomal_cont3 .newnomal_incont4 dl dt::before{
	background: url(/images/campaign/211209/no04.png) no-repeat;
}
.newnomal_cont3 .newnomal_incont5 dl dt::before{
	background: url(/images/campaign/211209/no05.png) no-repeat;
}
.newnomal_cont3 .newnomal_inner dl h3{
	color: #fff;
	font-size: 22px;
	line-height: 1.5;
}
.newnomal_cont3 .newnomal_inner dl dt{
	margin-bottom:10px;
}
.newnomal_cont3 .newnomal_inner dl dt span{
	color: #FF9900;
}
.newnomal_cont3 .newnomal_inner img{
	margin-top:10px;
	z-index: 1;
}
.newnomal_wrapper .newnomal_cont4 h4 {
    font-size: 18px;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.newnomal_wrapper .newnomal_cont4 h4::before, .newnomal_wrapper .newnomal_cont4 h4::after {
    content: "";
    display: block;
    height: 1px;
    width: 27px;
    background: #707070;
}
.newnomal_wrapper .newnomal_cont4 h4::before {
    transform: rotate(60deg);
}
.newnomal_wrapper .newnomal_cont4 h4::after {
    transform: rotate(-60deg);
}
.newnomal_wrapper .txt_center{
	margin: 0px auto 50px;
}
.newnomal_wrapper .none320{
	display: none;
}

.message p{
    font-size: 17px;
    padding: 0.1rem 0.3rem;
    border-radius: 20px;
    color: #fff;
    background-color: #24880D;
	margin: 0 auto;
	width: 60%;
	text-align: center;
}

.women{
	margin: 30px auto 10px auto;
	width: 320px;
}

.yadokari_box{
	padding: 20px 0 ;
	margin: 0 auto;
	width: 70%;
}
.yadokari_box2{
	padding: 40px 0 20px 0 ;
	margin: 0 auto;
	width: 60%;
}

.extrude p{
	font-size: 15px;
    font-weight: bold;
	margin: 5px auto 50px;
	width: 320px;
	color: #067C0A;
}

.merit_takenotuka p{
	font-size: 22px;
	text-decoration:underline overline;
	text-decoration-thickness: 2px; /* 線の太さ */
	text-underline-offset: 2px;
	color: #707070;
	text-align: center;
}
/*****************************************************

   キャンペーン一覧ページ 20200828追加ページ

*****************************************************/
.section_campaign{
	margin: 10px 10px 30px;
}
.section_campaign ul li{
	margin-bottom: 15px;
}
.section_campaign ul li:nth-child(even) .target-property-area{
	display: flex;
	flex-wrap: wrap;
}
.section_campaign .target-property-area dt{
	width: 90px;
}
.section_campaign .target-property-area dd{
	margin-bottom: 15px;
}
.section_campaign .target-property-area dd span {
    width: 300px;
    display: block;
}
/*****************************************************

   部屋・設備ページ 20200828追加ページ

*****************************************************/
.section_public-area, .section_private-area{
    margin: 10px 10px 40px;
}
.section_public-area h2{
    font-size: 1.2em;
    font-weight: bold;
    margin: 10px auto;;
}
.section_public-area .overview-text {
    margin: 5px 20px 10px 20px;
    font-size: 1.1em
}

.section_private-area .caption {
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0 10px;
}
.icon_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section_public-area .icon_box li {
    width: 33%;
    height: auto;
}
/*****************************************************

   unext　追加ページ

*****************************************************/
.page_unext .unext_wrapper{
    max-width: 400px;
    margin: 0 auto;
}
.page_unext span{
	color: #D2BE8E;
	font-size: inherit;
}
.page_unext .unext_wrapper h2 {
    margin: 30px 0;
	font-size: 26px;
	text-align: center;
}
.page_unext .unext_wrapper .unext_cont1{
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 40px;
}
.page_unext .unext_wrapper .unext_cont1 dl{
	max-width: 400px;
	align-items: center;
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 20px;
}
.page_unext .unext_wrapper .unext_cont1 dl dt{
	margin-bottom: 20px;
}
.page_unext section dl dt{
	font-size: 18px;
	font-weight: bold;
}
.page_unext section dl dt span{
	font-weight: bold;
}
.page_unext .unext_wrapper .unext_cont1 dl dd{
	margin: 0 5px;
}
.page_unext .unext_cont2{
	background: url(/images/unext/bg01.jpg) no-repeat center;
	background-size: cover;
    width: 100%;
	height: 150px;
	align-items: center;
    display: flex;
	flex-wrap: wrap;
	margin: 0 auto 30px;
	color: #fff;
}
.page_unext .unext_cont2 dl{
	margin:0 auto;
}
.page_unext .unext_cont2 dl dd.unext_font_s {
    font-size: 12px;
    margin-top: 5px;
}
.page_unext .unext_cont3{
	margin-bottom: 30px;
}
.page_unext .unext_cont3 p{
	max-width: 600px;
    margin: 0 5px 30px;
}
.page_unext .unext_cont3 ul li:first-child{
	margin-bottom: 20px;
}
.page_unext .unext_cont4 h4{
	text-align: center;
	display: flex;
    justify-content: center;
    align-items: center;
	font-size: 18px;
	margin-bottom: 25px;
}
.unext_wrapper .unext_cont4 h4::before, .unext_wrapper .unext_cont4 h4::after {
    content: "";
    display: block;
    height: 1px;
    width: 27px;
	background: #707070;
}
.unext_wrapper .unext_cont4 h4::before {
    transform: rotate(60deg);
}
.unext_wrapper .unext_cont4 h4::after {
    transform: rotate(-60deg);
}
.unext_wrapper .txt_center {
    margin: 0px auto 80px;
}
/*****************************************************

   cafe_a　追加ページ

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

.page_cafe_a #contents{
	max-width: 600px;
	margin: 0 auto;
}
.page_cafe_a .cafe_a_bg{
	margin-bottom: 50px;
}
.page_cafe_a .cafe_a_cont1{
	margin: 0 0 50px 0;
}
.page_cafe_a .cafe_a_cont1 h2{
	margin: 30px auto;
    width: 65%;
}
.page_cafe_a .cafe_a_cont2{
	text-align: center;

}
.page_cafe_a section .h3_cafe_a{
	display: flex;
    margin: 40px auto 30px;
    align-items: center;
    justify-content: space-around;
}
.page_cafe_a section .h3_cafe_a img{
	width: 50%;
}
.page_cafe_a section .h3_cafe_a span{
	font-weight: bold;
    color: #CB0808;
}
.page_cafe_a .cafe_a_cont2 .cafe_a_menu_box h4{
	font-weight: bold;
    font-size: 16px;
	
}
.page_cafe_a .cafe_a_cont2 .cafe_a_menu_box img{
	width: 65%;
	margin: 20px 0 50px;
}
.page_cafe_a .cafe_a_cont3 .cafe_a_message_box {
	width: 65%;
    margin: 0 auto;
}
.page_cafe_a .cafe_a_cont3 .cafe_a_message_box img{
	margin: 60px 0;
}
.page_cafe_a .cafe_a_cont4 {
	margin: 0 0 50px 0;
}
.page_cafe_a .cafe_a_cont4 .cafe_a_photo_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.page_cafe_a .cafe_a_cont4 .cafe_a_photo_box li{
	width: 49%;
	margin: 0 0 10px 0;
}


.renovation_list {
    width:90%;
    contents_align:center;
    margine_left:auto;
    padding-top:20px;
}

.title_txt {
    font-size:1.5em;
    color:#000000;
    text-align: center;
}

.subtitle_txt {
    color: #FFFFFF;
    font-size:1.2em;
    width:85%;
    height:auto;
    text-align: center;
    background-color: #92864e;
    padding:5px;
    margin:20px auto 30px auto;
}

.renovation_image {
    box-sizing: border-box;
    text-align: center;
margin: 0;
padding: 5px;
width: 49%;
}

.renovation_image p {
    align-content: center;
    font-size:16px;
}

.box_renovation2 {
    display:flex;
flex-wrap:wrap;
justify-content:center;
align-items:center;
padding-bottom: 50px;
}

.wrap_renove {
    width:95%;
    height:auto;
    padding-bottom: 20px;
    text-align: center;
    margin: 10px auto 10px auto;
}

.renovation_ttl {
    width:100%;
    text-align: center;
    margin: 0 auto 0 auto;
}

.fin_date {
    margin: 0 auto 0 0;
    width:50%;
    height:auto;
    text-align: left;
}

.text_box {
    height:auto;
    width:100%;
    margin:10px 5 0 5;
    text-align: left;
}

.image_box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width:95%;
    height:auto;
    margin: 30 0 30 0;
    padding:30px 0 30px 0;
}

.head_txt {
    font-size:1.5em;
    font-weight: 500;
    margin:10px 0 5 0;
    line-height: 30px;
}

.image_box img {
    width:90%;
    height:auto;
    padding:10px;
}

.fin_date img {
    width:180px;
    height:auto;
    padding:0;
    margin: 0;

}

.txtbox_renovation {
    text-align: center;
    padding-bottom: 30px;
    font-size:1.2em;
}

.cafe_a_menu_box li{
	list-style: none;
}

.cafe_a_photo_box li{
	list-style: none;
}

ul{
	padding: 0;
}






/*コロナ対策ページのCSS*/
.subtitle_txt_box {
    width:450px;
    height:auto;
	color: #000;
    font-size:1.3em;
    text-align: center;
    background-color: #FFFFFF;
    margin:20px auto 30px auto;
}

.corona_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  width:100%;
  margine: 0 auto;
}


.band {
	color: #FFFFFF;
    font-size:14px;
	width: 95%;
    height:auto;
    text-align: center;
    background-color: #2cb889;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.column_wrap .img_box img {
	width:120px;
	height:auto;
}

.corona_txt_box {
	float:right;
	width:50%;
	height:auto;
	padding: 3%;
	margin-left: auto;
	margin-right: auto;

}



.corona_wrap {
	width: 90%;
    height:auto;
    outline: solid 2px #2cb889;
    background-color: white;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.discription_txt {
	font-size:0.9em;
	}

.txt_head {
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}

.band2 {
		color: #FFFFFF;
    font-size:14px;
	width: 95%;
    height:auto;
    text-align: center;
    background-color: #2ca3b8;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.corona_wrap2 {
	width: 90%;
    height:auto;
    outline: solid 2px #2ca3b8;
    background-color: white;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}



#wrap_header_corona {
    	background:url(../images/common/bg_tile.png) top left repeat-x;
	height:550px;
	width: 100%;
	margin:0 auto;
	padding:0;
	display: block;
	border-bottom: 1px solid #cfa972;
	text-align:center;
}

.corona_subtxt_box {
    width: 450px;
    height: auto;
    font-size: 24px;
    padding: 0;
    margin:  0;
}

.subtext_wrap {
width: 90%;
text-align: center;
font-size: 16px;
margin-left: auto;
margin-right: auto;
}
.wrap_corona_main {
text-align: center;
}

.corona_main_wrap {
	width: 100%;
}


/*お試し入居ページCSS*/

.live_trial {
	max-width: 80%;
	margin: auto;
	padding-bottom: 10px;
	padding-top: 15px;
}

.trial_live {
	text-align: center;
	padding-bottom: 10px;
}

.money_rist {
	text-align: center;
	margin: auto;
	border-collapse: collapse;
	color: black;
	width: 80%;
}


.img_aling {
	width: 40%;
}

.img_aling2 {
	width: 40%;
}

.qa_movie {
	margin:auto;
	text-align:center;
	width: 100%;
	height: auto;
}

.accses_map {
	min-width: 50px;
	max-width: 80%;
	display: flex;
	margin:auto;
}


.solid_time {
	font-size: 17px;
	font-weight: bold;
	border: solid 2px black;
	width: 25%;
	vertical-align: middle;
}

.solid_bk {
	border: solid 2px black;
	width: 85%;
	font-size: 6px;
}

.buntyo1 {
	display: flex;
	justify-content: center;
	max-width: 100%;
}

.hotel_like {
	width: calc(40px + 60%);
	margin: auto;
	padding: 20px;
}

.img_aling3 {
	width: 40%;
	padding-top: 5%;
}

.img_aling4 {
	width: 40%;
	padding-top: 10%;
}

.img_aling5 {
	width: 40%;
	padding-right: 4%;
}

.price_wm {
	width: 35%;
	vertical-align: middle;
	margin: 0;
	padding: 7px;
}

.trial_description {
	width: 80%;
    pading: 0 ;
    margin:0 auto 0 auto;
}

.faq_box {
	width: 320px;
    text-align: left;
    line-height: 25px;
    margin: 0 auto 0 auto;
}

.text_question {
	font-size:1.2em;
    font-weight: 400;
    color:#E82307;
}

.text_answer {
	margin-bottom: 20px;
    font-size:1em;
    border-bottom: #454545 dot 1px;
}


.newnomal_wrapper .img {
        width: 100%;
    }

.img_banner {
    width: 100%;
}

.container {
    width: 100%;
}


.extrude {
        color: #067C0A;
	font-size: 1.2em;
	font-weight: bold;
    text-align: center;
}


div.controlWrap p#PrevIcon a{
display:block;
width:13px;/*オリジナルの矢印アイコン画像の横幅を設定しましょう*/
height:19px;/*オリジナルの矢印アイコン画像の縦幅を設定しましょう*/
position:absolute;
background:url(../img/icon-arrow-prev01.jpg) left center no-repeat;/*オリジナルの矢印アイコンを設定しています*/
color:#fff;
top:20px;
left:20px;
text-indent:-9999px;
}



div.controlWrap p#NextIcon a{
display:block;
width:13px;/*オリジナルの矢印アイコン画像の横幅を設定しましょう*/
height:19px;/*オリジナルの矢印アイコン画像の縦幅を設定しましょう*/
position:absolute;
background:url(../img/icon-arrow-next01.jpg) left center no-repeat;/*オリジナルの矢印アイコンを設定しています*/
color:#fff;
top:20px;
right:20px;
text-indent:-9999px;
}



.icon_box .img_icon {
    width: 80px;
    text-align: center;
}

icon_box li {
width: 33%;
}

.body_copyright {
    font-size:1.2em;
    line-height: 130%;
}

.merit_box01 {
    width: 100%;
    background-color: #FCFFE6;
    margin: 0 0 30px 20px;
    margin-bottom: 20px;
}

.merit_box01 img {
    width:30px;
}

.colum_title img {
 width: 20px;
 height: auto;
}

.mainimg_box {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.copyright_box {
    width: 100px;
    height:auto;
    margin: 30px auto 30px auto;
}

.column_title img {
  width: 20px;
    height: auto;
}

.title01 {
    width: 80%;
    font-size:1.3em;
    font-weight: 400;
    color: #1F4A15;
    vertical-align: middle;
    margin: 20px 0 5px 15px;
}

.box_merit {
    font-size: 0.8em;
    padding: 10px auto 10px 10px;
}



.merit_image_box img{
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.merit_image_box {
    text-align: center;
    margin: 10px 0 20px 30px;
}

.merit_box02 {
    width: 100%;
    background-color: #EAF9FD;
    margin: 0 20px 30px 0;
}

.merit_box03 {
    width: 100%;
    background-color: #FFE9E6;
    margin: 0 0 30px 20px;
}

.merit_box04 {
    width: 100%;
    background-color: #F0EDED;
    margin: 0 20px 30px 0;
}

.merit_box05 {
    width: 100%;
    background-color: #FFF2D6;
    margin: 0 0 30px 20px;
}

.title02 {
    font-size:1.3em;
    font-weight: 400;
    color: #5B8592;
    vertical-align: middle;
}

.title03 {
    font-size:1.3em;
    font-weight: 400;
    color: #C97172;
    vertical-align: middle;
}

.title04 {
    font-size:1.3em;
    font-weight: 400;
    color: #8D8C8C;
    vertical-align: middle;
}

.title05 {
    font-size:1.3em;
    font-weight: 400;
    color: #958842;
    vertical-align: middle;
}

.column_title {
    height: 30px;
    margin: 5px 10px 10px 30px;
}

.merit_box01 .column_title img {
    width: 10px;
    height: auto;
}

.merit_wrap {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding:  0;
}

.number_box {
    width:10px;
    height: auto;
}

.copytext_box {
    height:150px;
    font-size:1em;
    align-content: center;
    vertical-align: middle;
    line-height: 1.2em;
    padding: 30px;
}

.top_main_banner {
    width: 100%;
    height: 420px;
    padding: 0;
    margin: 0;
}



/*長期入居者様お誕生日おめでとう特典ページCSS*/


#contents2 {
   margin:60px 0 0 0;
   width: 100%;
   pading: 0;
}
.tyouki_wrap {
	width: 80%;
	margin: 0 auto;
}

.tyouki_copy h2 {
  margin: 40px 0 ;
  color: #000;
  font-size: 23px;
}

.crescendo {
  color: #BA070A;
}

.tyouki_tokuten {
  color: #BA070A;
  padding: 1rem 0;
  border-top: 2px solid #BA070A;
  border-bottom: 2px solid #BA070A;
  font-size: 20px;
}
.tokuten_otoku {
	color: #BA070A;
	margin: 50px 0;
	font-size: 23px;
}


.green_cashback {
  color: #06771C;
  font-weight: bold;
}

.ribon {
	text-align: center;
}
.tyouki_conditions {
	margin-bottom: 30px;
	font-weight: bold;
	color: #000;
}