@import url("global.css");
.sp_br{
	display: none;
}
.sp_none{
	display: block;
}

#footer .more {
	display: block;
	margin: 65px 0 30px;
	text-align: center;
}
#footer .more a {
	display: inline-block;
	border: 1px solid #ddd;
	font-size: 16px;
	padding: 10px;
	margin: 0 auto;
	width: 360px;
}
#footer .more a:hover {
	border: 1px solid #111;
	background-color: #111;
	color: #FFF;
}

#modelhouse img.objectfit {
	object-fit: contain;
	font-family: 'object-fit: contain;';
	width: 100%;
	height: 100%;
}

.pctabnone {
	display: none;
}

#pagettl {
	background-image: url(../modelhouse/img/main.jpg);
}
#contents section h1 {
	text-align: center;
	font-size: 40px;
	letter-spacing: 4px;
	font-weight: 600;
}
.list {
	margin: 25px 0 120px;
}
.show.list {
	margin-bottom: 0;
}
.list li {
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
}
.list li .databox a {
	display: table;
	text-align: center;
	width: 100%;
	height: 300px;
	margin-bottom: 30px;
	border: 1px solid #EEE;
}
.list li .databox a .image {
	display: table-cell;
	vertical-align: middle;
}
.list li .databox a .image figure {
	width: 450px;
	overflow: hidden;
}
#modelhouse .list li .databox a .image img.objectfit {
	object-fit: cover;
	font-family: 'object-fit: cover;';
	width: 100%;
	height: 100%;
}
.list li .databox a .txt {
	display: table-cell;
	vertical-align: middle;
	width: 590px;
	padding: 10px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.list li .databox a:hover .txt {
	border-color: #18727E;
}
.list li .databox a .txt h2 {
	font-weight: 600;
	font-size: 27px;
	line-height: 1.4;
	margin: 0 0 15px;
}
.show.list li .databox a .txt h2 {
	font-size: 38px;
	margin: 5px 0 15px;
}
.list li .databox a .txt h2 span {
	margin-left: 15px;
}
.list li .databox a .txt .more {
	display: inline-block;
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica,sans-serif;
	border: 1px solid #666;
	height: 40px;
	line-height: 40px;
	width: 400px;
	position: relative;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}
.list li .databox a:hover .txt .more {
	background-color: #666;
	color: #FFF;
}
.list li .databox a .txt .more::after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	border-left: 8px solid #666;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.list li .databox a:hover .txt .more::after {
	border-left-color: #FFF;
}
.list li .databox a .txt .cat {
	margin: 20px 0 25px;
}
.list li .databox a .txt .cat span {
	display: inline-block;
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica,sans-serif;
	background-color: #999;
	color: #fff;
	line-height: 33px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	padding: 0 15px;
}
#contents .list li .databox a .txt p.price {
	font-family: "Harenosora", "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "ＭＳ Ｐ明朝", serif;
	font-size: 18px;
	line-height: 36px;
	margin: 20px 0 25px;
}
#contents .list li .databox a .txt p.price span {
	font-size: 36px;
	margin-left: 10px;
}
#contents .list li .databox a .txt p.catch {
	font-size: 16px;
	line-height: 16px;
	color: #666;
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica,sans-serif;
}
#contents .list li .comment {
	text-align: center;
}

/* ------- entry ------- */

.entry #footer_menu{
	display: none;
}

.entry #footer .wrapper{
	display: none;
}

.entry #footer #map{
	display: none;
}

.entry #pagettl {
	background: none;
	padding-bottom: 0;
}
.entry #contents p.cat {
	text-align: center;
	display: inline-block;
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica,sans-serif;
	font-weight: bold;
	background-color: #18727E;
	color: #fff;
	font-size: 18px;
	height: 26px;
	line-height: 26px;
	margin-top: 20px;
	padding: 0 10px;
	letter-spacing: 1px;
	border-radius: 6px;
}
.entry #contents p.price {
	position: relative;
	text-align: center;
	margin: 20px 0 50px;
	font-size: 30px;
	font-weight: bold;
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica,sans-serif;
}
.entry #contents p.price::after {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -120px;
	bottom: 15px;
	width: 240px;
	height: 8px;
	z-index: -1;
	background-color: #18727E;
}
.entry #contents p.price span {
	font-size: 46px;
	margin-right: 10px;
	font-family: "Harenosora", "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "ＭＳ Ｐ明朝", serif;
}
/*
.entry .photobox {
	position: relative;
	width: 100%;
	margin: 30px 0 60px;
	background-color: #F8F8F8;
}
.entry .photobox .fotorama {
	max-width: 900px;
	margin: 0 auto;
}
.entry .photobox .fotorama__caption__wrap {
	background-color: transparent;
	text-shadow: 0 0 2px rgba(255,255,255,1);
}*/


.entry h2 {
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	margin-top: 60px;
	margin-bottom: 60px;
}
.entry h2 .sp_br {
	display: none;
}
.entry h2 > span {
	display: block;
}
.entry h2 > span.note {
	font-weight: normal;
	font-size: 14px;
	line-height: 1.2;
	color: #A40002;
}

.entry h3 {
	text-align: center;
	font-size: 28px;
	/*font-weight: bold;*/
	margin-bottom: 40px;
}
.entry h2 > span {
	display: block;
}
.entry h2 > span.note {
	font-weight: normal;
	font-size: 14px;
	line-height: 1.2;
	color: #A40002;
}



.entry .casamh #mainph {
	margin: 50px 0 60px;
}
/* ---------banner--------- */
.entry .casamh .goform {
	width: 100%;
	margin: 70px 0 100px;
}
.entry .casamh .goform a {
	display: block;
	position: relative;
	height: 120px;
	line-height: 120px;
	font-size: 30px;
	font-weight: bold;
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica,sans-serif;
	letter-spacing: 2px;
	color: #FFF;
	padding-left: 140px;
	background: url(../event/img/icon_mail.png) no-repeat left center #EE9A28;
	text-align: left;
	box-shadow: 0 3px 2px #999;
}
.entry .casamh .goform a::after {
	content: "";
	border-bottom: solid 3px #FFF;
	border-right: solid 3px #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	width: 26px;
	height: 26px;
	margin-top: -20px;
	right: 30px;
}
.entry .casamh .goform a:hover {
	background-color: #18727E;
}
.entry .casamh .goform.link a::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -15px;
}

.entry .casamh .databox {
	margin: 30px 0 60px;
	text-align: center;
}
.entry .casamh .databox > table {
	width: 100%;
	border-collapse: collapse;
	margin: 5px 0 20px;
}
.entry .casamh .databox > table td {
	width: 50%;
	border: 1px solid #DDD;
	padding: 15px;
}
.entry .casamh .databox .floormap {
	position: relative;
	width: 80%;
	margin: 0 auto;
}
.entry .casamh .databox .floormap.yoko {
	width: 100%;
}
.entry .casamh .databox .floormap figure {
}
.entry .casamh .databox .floormap table {
	border-collapse: collapse;
	position: absolute;
	right: 0;
	bottom: 0;
}
.entry .casamh .databox .floormap table th,
.entry .casamh .databox .floormap table td {
	white-space: nowrap;
	font-size: 120%;
	padding: 5px 10px;
}

.entry .casamh .databox {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #EEE;
}
.entry .casamh .databox  h2 {
	margin-bottom: 20px;
}
.entry .casamh .databox .color{
	font-weight: bold;
	background: linear-gradient(transparent 50%, rgba(254,138,52,0.3) 50%);
}
.entry .casamh img {
	margin: auto;
	height: auto;
}

.instalink a {/*ボタンの下地*/
  color: #FFF;/*文字・アイコン色*/
  border-radius: 7px;/*角丸に*/
  position: relative;
  display: inline-block;
  height: 50px;/*高さ*/
/*  width: 300px;幅*/
  text-align: center;/*中身を中央寄せ*/
  font-size: 14px;/*文字のサイズ*/
  line-height: 50px;/*高さと合わせる*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  text-decoration:none;/*下線は消す*/
  padding: 0 20px;
}
.instalink a:before{/*グラデーション②*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;/*全体を覆う*/
  height: 100%;/*全体を覆う*/
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.instalink a .fa-instagram{/*アイコン*/
  font-size: 25px;/*アイコンサイズ*/
  position: relative;
  top: 4px;/*アイコン位置の微調整*/
}

.instalink a span {/*テキスト*/
  display:inline-block;
  position: relative;
  transition: .5s
}

.instalink a:hover span{/*ホバーで一周回転*/
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg);
}

.entry .casamh .day{
	width:fit-content;
	margin: 40px auto 60px;
	text-align: start;
	font-size: 22px;
}

.entry .casamh .day span{
	font-weight: bold;
}

.entry .casamh .photobox {
	border-top: 1px solid #EEE;
	padding: 30px 0;
}
.entry .casamh .pharea a:hover img {
	opacity: .8;
}
.entry .casamh .photobox .pharea ul li {
	margin-bottom: 25px;
}
.entry .casamh .photobox figure {
	position: relative;
	text-align: center;
}
.entry .casamh .photobox figure figcaption {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 0;
	background-color: rgba(255,255,255, .7);
	padding: 10px;
	text-align: center;
	display: block;
	font-size: 18px;
}
.entry .casamh .photobox figure img {
}


.entry .casamh #longing {
	padding: 50px 0;
	text-align: center;
}
.entry .casamh #longing h2 span {
	display: block;
	line-height: 1.3;
	font-family: "MOGCenturyOld-Roman_0", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.entry .casamh #longing p {
}


.entry .casamh #wecan {
	border-top: 1px solid #EEE;
	padding: 50px 0;
}
.entry .casamh #wecan ul {
	text-align: center;
	letter-spacing: -.4em;
}
.entry .casamh #wecan ul li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 50%;
	padding: 0 20px 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.entry .casamh #wecan ul li .box {
	border: 1px solid #DDD;
	padding: 30px;
	position: relative;
}
.entry .casamh #wecan ul li .box h3 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #DDD;
}
.entry .casamh #wecan ul li .box h3 span {
	position: absolute;
	z-index: 2;
	left: 50%;
	top: -28px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 50px;
	font-weight: bold;
	line-height: 1;
}
.entry .casamh #wecan ul li .box p {
	text-align: justify;
}


.entry .casamh #architect {
	border-top: 1px solid #EEE;
	padding: 50px 0;
	margin: 0 -20px;
	overflow: hidden;
}
.entry .casamh #architect figure {
	float: left;
	width: 40%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
	position: relative;
}
.entry .casamh #architect figure figcaption {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0;
	background-color: rgba(255,255,255, .7);
	padding: 7px;
	display: block;
	font-size: 24px;
	font-family: "MOGCenturyOld-Roman_0", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.entry .casamh #architect .txt {
	float: right;
	width: 60%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px;
}
.entry .casamh #architect .txt p {
}
.entry .casamh #architect .txt p + p {
	margin-top: 15px;
}
.entry .casamh .sp_br{
	display: none;
}

#googlemap {
	margin: 0 0 90px;
	padding: 50px 0;
	background-color: #F8F8F8;
}
#googlemap h2 {
	text-align: center;
	margin: 0 0 40px;
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica,sans-serif;
	font-size: 34px;
	line-height: 1;
	font-weight: bold;
}
#googlemap .maparea {
	margin: 10px 0 0;
	border: 1px solid #ddd;
	padding: 1px;
	background-color: #fff;
}
#googlemap .maparea .map {
	width: 100%;
	height: 0;
	padding-top: 30%;
	position: relative;
	overflow: hidden;
}
#googlemap .maparea .map iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#contents section #form {
	margin-top: -140px;
	padding-top: 140px;
}

#contents section #form h1 {
	text-align: center;
	margin-bottom: 30px;
}

#contents section #form div.ann {
	text-align: center;
	margin-bottom: 30px;
}

#contents section #form div.ann ul {
	display: inline-block;
	text-align: left;
}

#contents section #form div.ann ul li::before {
	content:"●";
	padding-right: 5px;
	color: #ccc;
}
#contents section #form table.inputform{
	max-width: 800px;
	border-top: none;
	border-bottom: none;
}
#contents section #form table.inputform tr{
	margin-bottom: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
}
#contents section #form table.inputform tr:nth-child(odd){
	background-color: #fff;
}
#contents section #form table.inputform th{
	padding: 5px 10px;
	border-right: none;
} 
#contents section #form table.inputform td{
	width: 100%;
	padding: 5px 10px;
	position: relative;
}
#contents section #form table.inputform .hissu{
	position: absolute;
	top: 13px;
	right: 15px;
}
#contents section #form table.inputform input[type=text],
#contents section #form table.inputform input[type=tel],
#contents section #form table.inputform input[type=email],
#contents section #form table.inputform textarea {
	border: none;
	border-radius: 0px;
	padding: 10px;
}
table.inputform input[type=text]:focus,
table.inputform input[type=tel]:focus,
table.inputform input[type=email]:focus,
table.inputform textarea:focus {
	border-bottom: 1px solid #ddd;
}
table.inputform #date1, table.inputform #date2 {
	margin: 6px 6px 6px 0;
}

.link{
	margin-bottom: 80px;
	text-align: center;
}
.link a{
	color: #fff;
	border-radius: 7px;
	position: relative;
	display: inline-block;
	height: 50px; text-align: left;
	font-size: 14px;
	line-height: 50px;
	background: url('../event/img/icon_mail.png') no-repeat left center #EE9A28; 
	overflow: hidden;
	text-decoration: none;
	background-size: 15%;
	padding-left: 120px;
	width: 175px;
}
/*
#rsv {
	width: 100%;
	margin: 0 0 70px;
}
#rsv .reserve_btn {
	position: relative;
}
#rsv .reserve_btn::after {
	content: "";
	border-bottom: solid 3px #FFF;
	border-right: solid 3px #FFF;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	right: 30px;
}

#rsv #reserve_btn {
	text-align: left;
	display: block;
	height: 120px;
	line-height: 120px;
	font-weight: 500;
	font-size: 30px;
	font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Meiryo", "メイリオ", Helvetica,sans-serif;
	letter-spacing: 2px;
	color: #FFF;
	text-decoration: none;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	padding-left: 140px;
	background: url(../event/img/icon_mail.png) no-repeat left center #EE9A28;
	cursor: pointer;
	width: 100%;
	box-shadow: 0 3px 2px #999;
}
#rsv #reserve_btn:hover {
	background-color: #18727E;
}
*/


/* ------------------------------------------------------------------------------------------------------------------------
/* 1099px（タブレット縦）以下から
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1099px){

	.list li .databox a {
		height: auto;
	}
	.list li .databox a .image {
		width: 45%;
		position: relative;
	}
	.list li .databox a .image figure {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	.list li .databox a .txt {
		width: 55%;
		padding: 15px;
	}
	.list li .databox a .txt .more {
		display: block;
		width: auto;
	}
	.list li .databox a .txt h2 {
		font-size: 24px;
	}
	.show.list li .databox a .txt h2 {
		font-size: 22px;
		margin: 5px 0 30px;
	}
	
	
	
	/* ------- entry ------- */
	.entry #contents section h1 {
		margin-top: 70px;
	}
	.entry #contents p.price {
		margin: 0 0 30px;
	}
	.entry .casamh #wecan ul {
		margin: 0 -10px;
	}
	.entry .casamh #wecan ul li {
		padding: 0 10px 30px;
	}
	
	.entry .casamh .goform a {
		font-size: 23px;
	}
	.entry .casamh #architect {
		margin: 0 -10px;
	}
	.entry .casamh #architect figure {
		width: 45%;
		padding: 0 10px;
	}
	.entry .casamh #architect figure figcaption {
		left: 10px;
		right: 10px;
		font-size: 21px;
	}
	.entry .casamh #architect .txt {
		width: 55%;
		padding: 0 10px;
	}
	.entry .casamh .sp_br{
	display: block;
}
	.entry h2 .sp_br {
		display: block;
	}
	#googlemap {
		margin: 70px 0;
		padding: 30px 0;
	}
	#googlemap h2 {
		margin: 0 0 20px;
	}
	/* btn 
	#rsv #reserve_btn {
		font-size: 26px;
	}*/

	#contents section #form {
		margin-top: -100px;
		padding-top: 100px;
	}
	
}
	

/* ------------------------------------------------------------------------------------------------------------------------
/* 幅644px以下
------------------------------------------------------------------------------------------------------------------------ */

@media only screen and (max-width: 644px){
	.sp_br{
	display: block;
}
.sp_none{
	display: none;
}
	#footer .more a {
		display: block;
		font-size: 14px;
		padding: 5px;
		width: auto;
	}
	
	.pctabnone {
		display: block;
	}
	
	#contents section h1 {
		font-size: 25px;
		line-height: 30px;
		letter-spacing: 2px;
	}
	.list {
		margin: 15px 0 50px;
	}
	.list li {
		padding-bottom: 0;
		border-bottom: none;
	}
	.list li .databox a {
		display: block;
		border: 1px solid #ccc;
		padding: 5px;
		width: auto;
		margin-bottom: 15px;
	}
	.list li .databox a .image {
		display: block;
		width: 100%;
		text-align: center;
	}
	.list li .databox a .image figure {
		position: static;
	}
	.list li .databox a .txt {
		display: block;
		height: auto;
		border: none;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.list li .databox a .txt h2 {
		margin: 5px 0 10px;
		font-size: 18px;
	}
	.show.list li .databox a .txt h2 {
		font-size: 18px;
		margin: 0 0 10px;
	}
	.list li .databox a .txt h2 span {
		margin-left: 10px;
	}
	.list li .databox a .txt .more {
		background-color: #666;
		color: #FFF;
	}
	.list li .databox a .txt .more::after {
		border-left-color: #FFF;
	}
	.list li .databox a .txt .cat {
		margin: 15px 0;
	}
	.list li .databox a .txt .cat span {
		font-size: 13px;
		line-height: 26px;
		padding: 0 10px;
	}
	#contents .list li .databox a .txt p.price {
		margin: 10px 0;
		font-size: 14px;
		line-height: 30px;
	}
	#contents .list li .databox a .txt p.price span {
		font-size: 30px;
		margin-left: 5px;
	}
	#contents .list li .databox a .txt p.catch {
		margin-top: 10px;
		font-size: 14px;
	}

	
	
	
	/* ------- entry ------- */
	
	.entry #contents section h1 {
		margin-top: 0;
		font-size: 20px;
		letter-spacing: 0;
	}
	.entry #contents p.cat {
		font-size: 15px;
		height: 21px;
		line-height: 21px;
		margin-top: 15px;
		padding: 0 7px;
		border-radius: 3px;
	}
	.entry #contents p.price {
		margin: 0 0 20px;
		font-size: 21px;
	}
	.entry #contents p.price::after {
		margin-left: -90px;
		width: 180px;
		height: 5px;
	}
	.entry #contents p.price span {
		font-size: 34px;
		margin-right: 5px;
	}
	
	
	.entry h2 {
		font-size: 20px;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.entry h2 .sp_br {
		display: block;
	}
	.entry h2 > span.note {
		font-size: 12px;
	}
	
	.entry h3 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.entry h2 > span.note {
		font-size: 12px;
	}
	
	.entry .casamh #mainph {
		margin: 25px 0 40px;
	}
	/* ---------banner--------- */
	.entry .casamh .goform {
		margin: 25px 0 40px;
	}
	.entry .casamh .goform a {
		height: 60px;
		line-height: 60px;
		font-size: 15px;
		letter-spacing: 1px;
		padding-left: 45px;
		background-size: auto 24px;
		box-shadow: none;
		border: 1px solid #ccc;
	}
	.entry .casamh .goform a::after {
		width: 10px;
		height: 10px;
		margin-top: -7px;
		right: 15px;
	}

	.entry .casamh .day{
		font-size: 18px;
	}
	.entry .casamh .databox {
		margin: 25px 0 40px;
	}
	.entry .casamh .databox > table {
		border-bottom: 1px solid #DDD;
	}
	.entry .casamh .databox > table td {
		display: block;
		width: 100%;
		padding: 15px 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border-bottom: none;
	}
	.entry .casamh .databox .floormap {
		width: 90%;
	}
	.entry .casamh .databox .floormap table th,
	.entry .casamh .databox .floormap table td {
		font-size: 110%;
		padding: 2px 5px;
	}
	.entry .casamh .photobox {
		margin: 20px 0;
	}
	.entry .casamh .photobox .pharea ul li {
		margin-bottom: 15px;
	}
	.entry .casamh .photobox figure figcaption {
		position: static;
		padding: 0 0 5px;
		letter-spacing: 0;
		font-size: 12px;
	}

	.entry .casamh #longing {
		padding: 30px 0;
	}
	.entry .casamh #longing p {
		font-size: 12px;
		letter-spacing: 0;
	}
	.entry .casamh #wecan {
		padding: 30px 0;
	}
	.entry .casamh #wecan ul {
		letter-spacing: normal;
		margin: 0;
	}
	.entry .casamh #wecan ul li {
		display: block;
		width: 100%;
		padding: 0 0 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.entry .casamh #wecan ul li .box {
		padding: 20px 15px;
	}
	.entry .casamh #wecan ul li .box h3 {
		font-size: 16px;
		letter-spacing: 0;
		font-weight: bold;
	}
	.entry .casamh #wecan ul li .box h3 span {
		top: -20px;
		font-size: 36px;
	}

	.entry .casamh #architect {
		padding: 30px 0 0;
		margin: 0;
	}
	.entry .casamh #architect figure {
		float: none;
		width: 100%;
		padding: 0;
		position: static;
	}
	.entry .casamh #architect figure figcaption {
		text-align: center;
		position: static;
		background-color: transparent;
		padding: 0;
		font-size: 20px;
	}
	.entry .casamh #architect .txt {
		float: none;
		width: 100%;
		padding: 20px 0;
	}
	.entry .casamh #architect .txt p + p {
		margin-top: 10px;
	}
	.entry .casamh .sp_br{
	display: block;
}
	#googlemap {
		margin: 30px 0;
	}
	#googlemap h2 {
		margin: 0 0 10px;
		font-size: 21px;
		line-height: 30px;
	}
	
	/* btn 
	#rsv {
		width: 100%;
		margin: 30px 0 50px;
	}
	#rsv .reserve_btn::after {
		width: 10px;
		height: 10px;
		margin-top: -5px;
		right: 15px;
	}
	#rsv #reserve_btn {
		height: 60px;
		line-height: 60px;
		font-size: 16px;
		letter-spacing: 1px;
		padding-left: 48px;
		background: url(../event/img/icon_mail.png) no-repeat left center #EE9A28;
		background-size: auto 26px;
		box-shadow: none;
		border: 1px solid #ccc;
	}*/
	
	#contents section #form {
		margin-top: -80px;
		padding-top: 80px;
	}
	#contents section #form table.inputform .hissu{
		top: 9px;
	}
	#contents section #form table.inputform tr{
		flex-direction: column;
	}
	#contents section #form table.inputform td{
		width: 100%;
		padding: 0 10px;
	}
	#contents section #form table.inputform td .time{
		display: inline-block;
	}
}










