/*@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);*/

body, div, pre, p, blockquote,
form, fieldset, input, textarea, select, option,
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
table, th, td, embed,object{
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-weight: normal;
}
img{
	border: 0px;
	width: 100%;
    vertical-align: top;
}
html{
	 font-size: 62.5%;
}
body{
	color: #222;
	font-size: 1.8rem;
	font-family: 'Noto Sans Japanese', '游ゴシック体', "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, sans-serif;
}
a{
	color: #131313;
    text-decoration: none;
}
a:hover{
	text-decoration: underline;
	opacity: 0.7;
}
p{
	margin: 0px 0px 24px 0px;
}
header{
    margin: auto;
	width: 750px;
	margin-bottom: 60px;
}
#contents{
    margin: auto;
	width: 750px;
	line-height: 2.0;
}
.box1{
    padding: 50px 10px;
}
.box1 p:last-child, .box2 p:last-child{
    margin: 0px;
}
.box1_1{
	margin: 0px 20px 0px 20px;
    padding: 0px 20px;
	line-height: 140%;
}
.box2{
    padding: 10px;
}
.box2_2{
	background: #e8e6dd;
    padding: 0px 2%;
}
.box3{
    background: #fce5e5;
    padding: 0px 10px 10px 10px;
}
.box3{
    background: #fce5e5;
    padding: 0px 10px 10px 10px;
}
.box4{
    padding: 20px 2%;
    border-left: 1px solid #424d8d;
    border-right: 1px solid #424d8d;
    border-bottom: 1px solid #424d8d;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.wrap4{
	background: #fce5e5;
	padding: 0px 2%;
}
.txt1{
	color: #0066b3;
    font-size: 2.2rem;
	font-weight: bold;
}

.txt3{
	color: #E8303C;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 2.6rem;
	font-weight: bold;
}
.qa dt{
    background: url(../img/q.png) no-repeat;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 0px 36px;
    min-height: 30px;
    color: #0066b3;
}
.qa dd{
    background: url(../img/a.png) no-repeat;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 36px;
    min-height: 30px;
}
.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}
.gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.midashi1{
    background: #36b6b8;
    color: #fff;
    font-size: 2.4rem;
    text-align: center;
}
.midashi2{
    background: #555555;
    padding: 0px 6px;
    color: #fff;
}
.info{
    background: #ececec;
    margin: 20px;
    padding: 20px;
}
.info_head{
    display: table;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 20px 0px;
    width: 100%;
}
.info_head span{
	font-size: 2.0rem;
    font-weight: bold;
}
.info_head img{
    width: 100%;
	margin-bottom: 20px;
}
.info_foot{
    width: 100%;
}
.info_foot table{
    width: 100%;
}
#footer_menu {
    padding: 24px 0px;
    text-align: center;
    font-size: 1.2rem;
}
#footer_copy {
    padding: 24px 6px;
    font-size: 1.2rem;
    line-height: 160%;
    text-align: center;
}
.info_view{
    margin: 0px auto 24px auto;
    text-align: center;
}
.r{
	color: #e7042e;
}
.b{
	color: #928a5c;
}
.f{
	color: #e7042e;
	font-size: 1.8rem;
	line-height: 160%;
}
.f2{
	color: #928a5c;
	font-size: 1.8rem;
	line-height: 160%;
    text-align: center;
}
.m{
	margin: 0px 0px 8px 0px;
	color: #947701;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 160%;
}
.form{
	padding: 0px 0px 36px 0px;
	border-bottom: 1px solid #ccc;
	text-align: left;
}
.form_inner {
    margin: 0px auto 16px auto;
    width: 550px;
}
.form label{
	border: none !important;
}
.form select{
	width: 100%;
	font-size: 1.8rem;
}
.form input[type="text"]{
	width: 38% !important;
	font-size: 1.8rem;
}
.form input[type="email"], .form input[type="tel"], .form textarea{
	width: 100% !important;
	font-size: 1.8rem;
}
.f_m{
	background: #0066b3;
	margin: 0px 0px 12px 0px;
	padding: 0px 10px;
	color: #fff;
}
.mast{
	background: #E8303C;
	padding: 2px 4px;
	color: #fff;
}
.map{
    position: relative;
    margin: auto;
    width: 98%;    /* 左右に余白が必要なら値を変更してもOK */
    height: 0;
    padding-bottom: 100%;    /* padding-topでもOK */
    overflow: hidden;
}
.map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;    /* 必要であれば!importantを付けてください */
    height: 100%;    /* 必要であれば!importantを付けてください */
}
.ybox1:first-child{
    padding: 10px 0px 10px 0px;
    border-top: solid 1px #222;
}
.ybox1{
    display: table;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
    width: 100%;
    border-bottom: solid 1px #222;
}
.ybox1l{
    display: table-cell;
    padding: 0px 20px 0px 0px;
    width: 20%;
    vertical-align: middle;
    box-sizing: border-box;
}
.ybox1r{
    display: table-cell;
    vertical-align: middle;
}
.list1{
    list-style-position: inside;
}
.list1 li{
    padding-left: 1.8rem;
    text-indent: -1.8rem;
}
/*お部屋の詳細
-----------------------------------------*/
.condominium-list {
	width: 100%;
	margin-top: 25px;
    border-collapse:collapse;
}

.condominium-list_left {
	width: 25%;
	color: white;
	background-color: #555555;
	padding: 15px;
    border: solid 1px #ccc;
}

.condominium-list_right {
	width: 75%;
	background-color: #fff;
	padding: 15px;
    border: solid 1px #ccc;
}

/*開閉ボタン
-----------------------------------------*/
.info_view_btn {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 700px;
	margin: 25px auto;
	padding: 15px 0;
	font-weight: bold;
	border: 2px solid #0066b3;
	background: #0066b3;
	color: #fff;
	font-size: 2.0rem;
	border-radius: 100vh;
	transition: 0.5s;
}
.info_view_btn:hover {
	color: #0066b3;
	background: #fff;
}
.info_view_btn:visited {
	color: #0066b3;
	background: #fff;
}
.info_trg {
    cursor: pointer;
}