@charset 'UTF-8';

/*-----------------------------------------------
10px:71.43%
11px:78.57%
12px:85.71%
13px:92.86%
14px:100%
15px:107.14%
16px:114.29%
17px:121.43%
18px:128.57%
-----------------------------------------------*/

/*----------------------
 共通部分
----------------------*/
body {
	word-break: break-word;
}
.line_link:hover {
	text-decoration: underline;
}
@media screen and (min-width:769px) {
	.tel a {
		cursor: default;
		pointer-events: none;
	}
	.pc_only {
		display: inline-block;
	}
	.sp_only {
		display: none;
	}
	.sp_toTop {
		display: none;
		padding: 10px 0;
	}
}
@media screen and (max-width:768px){
	.tel a, .mail a {
		pointer-events: auto;
	}
	.sp_block {
		display: block;
	}
	.pc_only {
		display: none;
	}
	.sp_only {
		display: inline-block;
	}
	.sp_inner {
		width: 94%;
		margin: auto;
	}
	.sp_toTop {
		display: block;
		padding: 10px 0;
	}
	.sp_toTop img {
		width: 88px;
		padding: 10px;
	}
}
.cf:after {
	content: "";
	clear: both;
	display: block;
}
img {
	width: auto;
	max-width: 100%;
}
.inner {
	max-width: 960px;
	margin: auto;
}
/* btn_cont
--------------------- */
.btn_cont {
	background-image: url(/miasa/img/detail03/btncont_bg_pc.png);
	background-position: left top;
	background-repeat: repeat-x;
	padding: 40px 0 30px;
}
.btn_cont .btn {
	background-image: url(/miasa/img/detail03/btnbg_pc.png);
	background-position: left top;
	background-repeat: no-repeat;
	width: 460px;
	display: inline-block;
	margin-top: 40px;

}
.btn_cont .btn * {
	font-size: 26px;
}
.btn_cont .btn a {
	display: block;
	padding: 30px 0;
}
.btn_cont .btn .font_l {
	font-size: 50px;
	vertical-align: middle;
	margin-right: 5px;
}
.btn_cont .btn+.btn {
	margin-left: 40px;
}
.btn_cont .info {
	line-height: 1.4;
	border: 1px solid #979797;
	margin: 30px auto 0;
	max-width: 980px;
	padding:20px;
}
.info {
	padding: 20px 0 25px;
	background-color: #313335;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 1em;
	line-height: 1.4;
}
.info span {
	display: block;
	margin-top: 20px;
	font-size: 15px;
}
.info span.info_list {
	font-size: 20px;
	width: 565px;
	margin: auto;
	text-align: left;
	padding-left: 1rem;
	text-indent: -1rem;
}
.info dd {
	font-size: 16px;
}
@media screen and (max-width:1000px){
	.btn_cont .btn {
		display: block;
		margin: 0 auto 10px;
	}
	.btn_cont .btn+.btn {
		margin: auto;
	}
}
@media screen and (max-width:768px) {
	.btn_cont {
		background-image: url(/miasa/img/detail03/btncont_bg_sp.png);
		text-align: center;
	}
	.btn_cont .btn {
		background-image: url(/miasa/img/detail03/btnbg_sp.png);
		width: 48.57%;
		display: inline-block;
		background-size: 100%;
		margin-bottom: 0;
	}
	.btn_cont .btn a {
		padding: 26px 0;
	}
	.btn_cont .btn .font_l {
		font-size: 32px;
		vertical-align: baseline;
		margin-right: 2px;
		line-height: 1.0;
	}
	.btn_cont .btn * {
		font-size: 15px;
		line-height: 1.4;
	}
	.btn_cont .btn+.btn {
		margin-left: 2%;
	}
	.bottom_btn {
		background-image: none;
		padding: 20px 0 0;
	}
	.btn_cont .info {
		margin: 20px auto;
		text-align: left;
		max-width: 320px;

	}

	.bottom_btn .info {
		margin: 20px auto 10px;
	}
	.info {
		width: 100%;
		margin: 0;
		font-size: 13px;
		line-height: 1.4;
		padding: 20px 10px;
	}
	.info span {
		margin-top: 15px;
		font-size: 11px;
	}
	.info span.info_list {
		margin-top: 0;
		font-size: 13px;
		width: auto;
	}

	.info dd {
		font-size: 11px;
		line-height: 1.4;
	}
}
@media screen and (max-width:350px) {
	.btn_cont .btn a {
		padding: 18px 0;
	}
}
/*----------------------
 main
----------------------*/
/*#main_wrap {
	height: 100%;
	position: relative;
}*/
#main {
	background-image: url(/miasa/img/detail03/main_pc.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-color: #1b1c1e;
	position: relative;
	/*position: absolute;
	top: 100px;
	bottom: 0;
	width: 100%;*/
}
#main #main_text {
	float: right;
	margin-top: 90px;
	margin-bottom: 150px;
	width: 43%;
}
#main #main_text img {
	width: 100%;
}
#main>div>div h2 {
	font-size: 17px;
	font-weight: normal;
	text-align: left;
	line-height: 1.6;
	margin-top: 40px;
}
#main .btn_cont {
	/*position: absolute;
	bottom: 0;
	width: 100%;*/
}
@media screen and (max-width:768px) {
	#main_wrap {
		height: auto;
	}
	#main {
		background-image: url(/miasa/img/detail03/main_sp.jpg);
		background-size: 100% auto;
		position: relative;
		top: 0;
		bottom: auto;
	}
	#main .btn_cont {
		position: relative;
		padding: 20px 0;
	}
	#main #main_text {
		width: 62%;
		margin: 140px 5% 320px 0;
	}
	#main>div>div h2 {
		margin-top: 20px;
		font-size: 14px;
	}
	#main>div>div h2 {
		width: auto;
	}
	#main .inner {
		width: 87.5%;
	}
}
@media screen and (max-width:600px) {
	#main #main_text {
		margin: 40px 5% 120px 0;
	}
	#main>div>div h2 {
		font-size: 12px;
	}

}
@media screen and (max-width:350px) {
	#main #main_text {
		width: 58%;
		margin: 40px 7% 80px 0;
	}
}

@media screen and (max-width:1500px) and (min-width:769px) {
	#main #main_text {
		margin-right: 3.333%;
	}
}
/*----------------------
 location
----------------------*/
#location {
	background-color: #1b1c1e;
	padding: 40px 0 0;
}
.location_cont {
	background-image: url(/miasa/img/detail03/cont_bg.png);
	background-position: left top;
	background-repeat: repeat-y;
	padding-bottom: 40px;
	margin-bottom: 60px;
}
.location_cont h2 {
	font-size: 34px;
	font-weight: normal;
	color: #780000;
	padding: 40px 0 30px;
}
.location_cont .note {
	color: #a02929;
}
#location_inner>div {
	background-image: url(/miasa/img/detail03/location_bg_pc.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 60px;
}
#location_inner>div .map {
	float: right;
	position: relative;
}
#location_inner>div p {
	position: absolute;
	color: #ffffff;
	font-weight: bold;
}
#location_inner>div .text_01 {
	top: 63.56%;
	right: 0;
	width: 18.62%;
}
#location_inner>div .text_02 {
	top: 83.47%;
	left: 0;
	width: 58.28%;
}
#location_inner>div .text_03 {
	top: 37.71%;
	left: 0;
	width: 58.28%;
}
#location_inner>div .text_04 {
	top: 52.54%;
	right: 19.14%;
	width: 22.41%;
}
.location_cont dt span {
	font-size: 18px;
	font-weight: bold;
	vertical-align: middle;
}
.location_cont>div>dl>dt,
.location_cont>div>dl>dt span {
	background-color: #eaeaea;
	color: #474747;
}
.location_cont dt img {
	vertical-align: middle;
	margin-right: 10px;
}
.location_cont dd,
.location_cont dd>* {
	font-size: 15px;
	color: #1b1b1b;
	line-height: 1.6;
}
.location_cont dd ul li {
	font-size: 15px;
}
.location_cont .location_tit{
	font-size: 18px;
	padding: 10px 20px;
	font-weight: bold;
	margin-bottom: 25px;
}
.location_cont .info dd {
	color: #fff;
}

@media screen and (max-width:768px) {
	#location {
		padding: 20px 5% 10px;
	}
	.location_cont h2 {
		font-size: 20px;
		padding: 20px 0 15px;
	}
	#location_inner>div {
		background-image: url(/miasa/img/detail03/location_bg_sp.jpg);
		background-position: center top;
		background-size: cover;
		padding: 220px 15px 15px;
	}
	#location_inner>div .map {
		float: none;
		max-width: 580px;
		margin: auto;
	}
	#location_inner>div img {
		float: none;
		box-sizing: border-box;
	}
	#location_inner>div p {
		font-size: 12px;
	}
	.location_cont {
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	.location_cont .location_tit {
		padding: 10px 3%;
		margin-bottom: 0;
		font-size: 14px;
	}
	.location_cont dt span {
		font-size: 15px;
	}
	.location_cont .note {
		color: #a02929;
		font-size: 12px;
		line-height: 1.4;
		text-align: left;
		text-indent: -1.5em;
		padding-left: 1.5em;
		width: 90%;
		margin: auto;
	}
	.location_cont dd ul li {
		font-size: 12px;
	}
	.location_cont .info {
		width: 96%;
		margin: auto;
		text-align: left;
		padding: 20px 16px;
	}
}

@media screen and (max-width:768px) and (min-width:376px) {
	#location_inner>div {
		float: none;
		padding: 400px 5% 50px 5%;
		box-sizing: border-box;
	}
	#location_inner>div p {
		font-size: 10px;
	}
}
/*----------------------
 gallery
----------------------*/
#gallery {
	margin-bottom: 40px;
	text-align: center;
}
#gallery li {
	float: right;
	width: 100%;
	margin-bottom: 10px;
}
#gallery li:first-child {
	float: left;
	width: 100%;
}
#gallery li:last-child {
	margin-bottom: 0;
}
#gallery li .text {
	overflow: hidden;
	background-image: url(/miasa/img/detail03/gallery_bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0 5% 18px 5%;
}
#gallery li.gallery01 .text {
	padding-bottom: 38px;
}
#gallery li dl {
	padding: 0 5px 15px 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#gallery li.gallery01 dl {
	padding: 0 15px 15px 15px;
}
#gallery li.gallery01 dl:first-child {
	margin-bottom: 13px;
	border-bottom: 1px solid #780000;
}
#gallery li.gallery01 dl+dl {
	float: left;
	width: 65.24%;
}
#gallery li dt {
	color: #780000;
	font-size: 28px;
	line-height: 1.3;
	padding: 23px 0 10px 0;
}
#gallery li dl+dl dt {
	font-size: 24px;
	text-align: center;
	padding: 10px 0;
}
#gallery li dt span {
	display: block;
	color: inherit;
	font-size: 20px;
}
#gallery li dl+dl dt span {
	display: inline-block;
	color: inherit;
	font-size: 18px;
}
#gallery li dd {
	text-align: center;
	font-size: 18px;
	color: #000;
	line-height: 1.6;
}
#gallery li.gallery01 dd {/*
	letter-spacing: 0.05em;*/
}
#gallery li .dd_thumb_s {
	display: none;
}
#gallery li .thumb_s {
	float: right;
	width: 34%;
	text-align: center;
	margin-top:1rem;
}
@media screen and (max-width:768px) {
	#gallery {
		margin-bottom: 20px;
	}
	#gallery li,
	#gallery li:first-child,
	#gallery li:nth-child(2),
	#gallery li:last-child {
		width: 100%;
		background-image: url(/miasa/img/detail03/cont_bg.png);
		background-position: left top;
		background-repeat: repeat-y;
		margin-bottom: 3px;
	}
	#gallery li .text {
		padding: 0;
	}
	#gallery li.gallery01 .text {
		padding: 0;
	}
	#gallery li dl,
	#gallery li.gallery01 dl {
		background-image: none;
		padding: 15px 8%;
	}
	#gallery li.gallery01 dl:first-child {
		margin-bottom: 0;
		border-bottom: 0;
	}
	#gallery li.gallery01 dl+dl {
		overflow: hidden;
		padding-top: 0;
	}
	#gallery li.gallery01 dl+dl dt {
		text-align: left;
		padding-top: 15px;
		border-top: 1px solid #780000;
	}
	#gallery li dt {
		font-size: 18px;
		padding: 0;
	}
	#gallery li dt span {
		font-size: 14px;
	}
	#gallery li.gallery01 dl:first-child span {
		display: block;
	}
	#gallery li dl+dl dt {
		font-size: 18px;
		padding: 0;
	}
	#gallery li dl+dl dt span {
		font-size: 14px;
	}
	#gallery li dd {
		font-size: 13px;
		text-align: left;
		margin-top: 10px;
		padding-bottom: 0;
	}
	#gallery li dl+dl dd {
		float: left;
		width: 47.23%;
	}
	#gallery li dl+dl dd+dd {
		float: right;
		width: 47.23%;
	}
	#gallery li.gallery01 dl+dl {
		float: none;
		width: 100%;
	}
	#gallery li .dd_thumb_s {
		display: block;

	}
	#gallery li .thumb_s {
		display: none;
		float: none;
		width: 100%;
		padding-bottom: 15px;
	}
}
@media screen and (max-width:400px) {
	#gallery li {
		background-image: none;
		padding: 0;
	}
	#gallery li dl {
		background-image: url(/miasa/img/detail03/gallery_bg.png);
		background-position: left top;
		background-repeat: no-repeat;
		background-size: cover;
	}
}
/*----------------------
 reservation
----------------------*/
#reservation {
	padding: 0 40px 40px;
}
#reservation>div {
	background-color: #fff;
	margin: 40px 0 0;
	padding: 40px;
	box-sizing: border-box;
	text-align: left;
}
#reservation>div>dl {
	text-align: left;
}
#reservation h3 {
	background-color: #c87373;
	color: #fff;
	line-height: 1.5;
}
#reservation .location_tit + dl dt {
	background-color: #fff;
	color: #474747;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
	line-height: 1.5;
}
#reservation .location_tit + dl dd {
	background-color: #fff;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

#reservation .net_info ul {
	background-image: url(/miasa/img/detail03/bd.png);
	background-position: left top;
	background-repeat: repeat-x;
	padding-top: 20px;
}
#reservation dl li {
	color: #1b1b1b;
	line-height: 1.4;
	margin-bottom: 5px;
}
#reservation dl li span {
	color: #a02929;
}

#reservation .font_2 {
	color: #a02929;
	font-size: 20px;
	vertical-align: middle;
	margin-right: 5px;
	font-weight: bold;
}

#reservation .reservation_btn {
	background-color: #555555;
	background-image: url(/miasa/img/detail03/btn_arrow.png);
	background-position: 96% center;
	background-repeat: no-repeat;
	display: block;
	width: 310px;
	margin: 20px auto;
	font-size: 18px;
	color: #fff;
	text-align: center;
}

#reservation .reservation_btn_closed {
	background-color: #555555;
	background-position: 96% center;
	background-repeat: no-repeat;
	display: block;
	width: 310px;
	margin: 20px auto;
	font-size: 18px;
	color: #fff;
	text-align: center;
	padding: 20px 0;
}
#reservation .reservation_btn a {
	display: block;
	padding: 20px 0;
}
#reservation .tel_info dd,
#reservation .tel_info span {
	color: #1b1b1b;
	vertical-align: middle;
}
#reservation .tel_info dd {
	text-align: center;
}
#reservation .tel_info .text_info {
	font-size: 18px;
}
#reservation .tel_info dd div {
	max-width: 670px;
	border: 1px solid #d2d2d2;
	padding: 22px 0;
	margin: 20px auto;
}
#reservation .tel_info dd div p {
	color: #1b1b1b;
	font-weight: normal;
	line-height: 1.4;
}
#reservation .tel_info .tel {
	position: relative;
	display: inline-block;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 20px;
    padding-left: 210px;
}
#reservation .tel_info .tel span {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 0;
    margin: auto;
    padding-bottom: 1em;
	font-size: 18px;
	font-weight: normal;
}
#reservation .tel_info img {
	vertical-align: middle;
	margin: 0 10px;
}
#reservation .caution {
	background-color: #f9eeee;
	padding: 18px;
	box-sizing: border-box;
}
#reservation .caution img,
#reservation .caution dl {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
#reservation .caution dt,
#reservation .caution dd {
	font-size: 18px;
	color: #a02929;
	line-height: 1.4;
}
#reservation .caution dt {
	font-weight: bold;
}
#reservation #reservation01 {
	margin-top: 10px;
}
@media screen and (max-width:768px) {
	#reservation {
		padding: 0;
	}
	#reservation .reservation_btn {
		background-position: 96% center;
		width: 70%;
		font-size: 14px;
	}
	#reservation .reservation_btn a {
		padding: 10px 0;
	}
	#reservation>div {
		padding: 0 0 10px;
		margin: 15px 0 0;
	}
	#reservation .net_info ul{
		padding: 20px 3%;
	}
	.location_cont dd,
	.location_cont dd>* {
		font-size: 11px;
	}
	#reservation .tel_info dd {
		text-align: center;
		padding: 0 5px;
	}
	#reservation .location_tit + dl dt {
		font-size: 18px;
		margin: 15px auto;
	}
	#reservation .location_tit + dl dd {
		font-size: 16px;
		margin-bottom: 5px;
		text-align: center;
	}
	#reservation .location_tit + dl dd > p {
	display: inline-block;
	    text-align: left;
	    text-indent: -1em;
	    margin: 0 3%;
	    padding-left: 1em;
	}
	#reservation .tel_info dd div {
		max-width: 670px;
		border: 1px solid #d2d2d2;
		padding: 10px 0;
		margin: 20px 5%;
	}
	#reservation .tel_info dd div p {
	    font-size: 11px;
	}
	#reservation .tel_info .tel {
		font-size: 26px;
	    margin-bottom: 10px;
		padding-left: 0;
	}
	#reservation .tel_info .tel span {
		position: static;
		display: block;
		font-size: 14px;
		margin-bottom: 10px;
	}
	#reservation .tel_info .text_info {
		font-size: 14px;
	}
	#reservation .tel_info img {
		width: 10%;
		margin: 0 5px;
	}
	#reservation .font_2 {
	color: #a02929;
	font-size: 13px;
	vertical-align: middle;
	margin-right: 5px;
	font-weight: bold;
}
	#reservation .caution {
		margin: 0 5% 10px;
		padding: 20px 10px;
	}
	#reservation .caution img {
		width: 15%;
		margin-right: 2%;
	}
	#reservation .caution dl {
		width: 80%;
		margin-right: 0;
	}
	#reservation dl li {
		font-size: 12px;
	}

	#reservation .caution dt,
	#reservation .caution dd {
		font-size: 12px;
		line-height: 1.6;
	}
	.location_cont dd .caution_list {
		padding: 20px 5px 10px 2em;
		text-indent: -1.5em;
		width: 90%;
		margin: auto;
	}
}
@media screen and (max-width:350px) {
	#reservation .reservation_btn {
		width: 80%;
	}
}
/*----------------------
 access
----------------------*/
#access {
	padding: 0 40px 40px;
	margin-bottom: 0;
}
#access>div+div {
	background-color: #fff;
	padding: 40px;
	box-sizing: border-box;
	text-align: left;
}
/* map
--------------------- */
.google-maps {
	position: relative;
	padding-bottom: 40%;
	height: 0;
	overflow: hidden;
	border: 2px solid #fff;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
/*#access .map {
	padding: 2px;
}
#access .mapField {
	clear: both;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#access .gmap{
	height: 396px;
}*/
#access .address {
	color: #000;
	font-size: 18px;
	margin-bottom: 40px;
}
#access dl {
	margin-bottom: 20px;
}
#access .access_title {
	font-size: 17px;
	color: #d1503f;
}
#access dd dl {
	margin-top: 20px;
	padding-bottom: 10px;
	background-image: url(/miasa/img/detail03/bd.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}
#access dd dt {
	color: #1b1b1b;
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 10px;
}
#access dd dd,
#access dd p {
	margin-bottom: 10px;
}
#access .mapcode {
	background-color: #f9eeee;
	padding: 25px 18px;
	box-sizing: border-box;
	margin: 18px 0;
}
#access .mapcode>div,
#access .mapcode dl {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0;
}
#access .mapcode dl {
	margin-bottom: 0;
	margin-left: 10px;
}
#access .mapcode dt {
	font-weight: bold;
	font-size: 18px;
	color: #a02929;
	line-height: 1.6;
}
#access .mapcode dd {
	font-size: 14px;
	color: #a02929;
	line-height: 1.6;
}
@media screen and (max-width:768px) {
	.google-maps {
		padding-bottom: 80%;
	}
	#access {
		padding: 0 0 10px;
	}
	#access .access_title {
		font-size: 15px;
		margin-bottom: 20px;
	}
	#access .map {
		padding: 5px;
	}
	#access .gmap{
		height: 300px;
	}
	#access>div+div {
		padding: 10px 0;
	}
	#access .address {
		font-size: 14px;
		margin-top: 8px;
		margin-bottom: 20px;
		padding: 0 3%;
	}
	#access>div>dl>dd {
		width: 94%;
		padding: 0 3%;
	}
	#access .location_tit {
		margin-bottom: 20px;
	}
	#access dd dl {
		margin-top: 10px;
	}
	#access dd dt {
		font-size: 14px;
	}
	#access .mapcode>div {
		width: 20%;
	}
	#access .mapcode {
		margin: 18px 5%;
	}
	#access .mapcode dl {
		width: 75%;
		margin-left: 2%;
	}
	#access .mapcode dt {
		font-size: 14px;
		line-height: 1.2;
		margin-bottom: 5px;
	}
	#access .mapcode dd {
		font-size: 11px;
	}
}
