/*===========================================
	title
=============================================*/
#contents h2.title {
	margin: 0 0 20px 0;
}
#contents .leadArea {
	margin: 10px 0 15px;
}
#contents .notice_gray_b {
	margin-bottom: 50px;
	background: #F6F6F6;
}
#contents p.s-title {
	color: #588abd;
	font-size: 2em;
	margin-bottom: 20px;
	font-weight: 700;
	text-align: center;	
}
#contents p.s-title2 {
	color: #666;
	font-size: 1.5em;
	margin: 0 0 20px;
}
#contents p.s-title2+p {
	margin-left: 0;
}
/*===========================================
	gray area
=============================================*/
div.time_table {
	border-bottom: #999 dotted 1px;
	padding-bottom: 15px;
	background:url("/support/ichigan/inquiry/images/call_ico.png") top left no-repeat;
}
div.time_table h3 {
	margin: 0 70px;
	padding: 10px;
}
#contents div.time_table ul {
	margin: 0 0 0 70px;
	width: 700px;
}
#contents div.time_table ul li {
	list-style: none;
	font-weight: 700;
	margin-left: 30px;
	float: left;
}
#contents div.time_table ul.annotation {
	margin: 0 0 0 120px;
	clear: both;
}
#contents div.time_table ul.annotation li {
	font-weight: normal;
	margin: 0;
	float: none;
}
#contents div.user_note {
	padding: 10px 0;
}
#contents div.user_note ul {
		margin: 0 0 0 1.5em;
}
#contents div.terms {
	padding: 10px 0;
}
#contents div.terms div.txtarea {
	margin: 0 auto 15px;
	width: 850px;
	height: 100px;
	background: #fff;
	padding: 10px;
	overflow: auto;
	word-break: break-all;
	border: #999 solid 1px;
}
#contents div.terms p.cbox {
	width: 600px;
	margin: 0 auto 15px;
}
/*
#contents p.terms {
	margin: 20px auto;
	text-align: center;
	width: 150px;
}
#contents p.terms span {
	display: block;
	width: 150px;
	clear: both;
	background: #999;
	color: #fff;
	padding: 10px;
	font-weight: 700;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#contents p.terms a {
	text-decoration: none;
}
#contents p.terms a span:hover {
	opacity: 0.5 ;
}
*/
@media screen and (max-width: 640px) {
	div.time_table {
		width: auto;
		float: none;
		border-right: none;
		border-bottom: #ccc dotted 1px;
		padding-right: 10px;
	}
	div.time_table h3 {
		margin: 0 0 0 60px;
	}
	#contents div.time_table ul {
		margin-left: 0;
		width: auto;
	}
	#contents div.time_table ul.annotation {
		margin-left: 40px;
		width: auto;
	}
	#contents div.terms div.txtarea {
		width: auto;
	}
}
/*===========================================
	pregArea 
=============================================*/
div.pregArea {
	width: 950px;
	margin: 0;
}
@media screen and (max-width: 640px) {
	div.pregArea {
		width: auto;
	}
}
div.pregBox {
	margin: 0 0 30px;
}
div.pregBox:after,
#contents .notice_gray_b:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
/*===========================================
	prof
=============================================*/
#contents div.pregBox.chose_op {
	margin: 0 auto;
}
@media screen and (max-width: 640px) {
	#contents div.pregBox.chose_op {
			width: auto;
	}
}
.prof {
	width: 285px;
	height: 650px;
	float: left;
	margin: 0 1.25em 50px;
	padding: 6px;
	border: 1px solid #ccc;
}

.prof.right {
	margin-right: 0;
}
.prof div.img {
	width: 115px;
	height: 150px;
	float: left;
	padding: 10px;
}

.prof div.info {
	width: 150px;
	float: left;
	padding: 4em 0;
	font-weight: 700;
}

.prof div.sample_images {
	clear: both;
}
.prof div.sample_images img {
	margin-top: 5px;
}

.prof div.comment {
	height: 235px;
}


#contents div.btn {
	margin: 10px auto;
	border-top: #ccc dotted 1px;
}

#contents div.btn p.reserve_btn {
	margin: 20px auto;
	text-align: center;
	width: 180px;
}
#contents div.btn p.reserve_btn span {
	display: block;
	width: 160px;
	clear: both;
	background: #588abd;
	color: #fff;
	padding: 10px;
	font-weight: 700;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#contents div.btn p.reserve_btn a {
	text-decoration: none;
	color: #fff;
}
#contents div.btn p.reserve_btn a span:hover {
	opacity: 0.5 ;
}
.prof .ttl {
	color: #588abd;
	font-weight: 700;
}
@media screen and (max-width: 640px) {
	.prof {
		width: auto;
		height: auto;
		float: none;
		margin: 0 0 30px;
	}
	.prof div.comment {
		height: auto;
	}
	.prof div.btn {
		margin: 0 0 20px;
	}
	#contents div.btn p.reserve_btn span br {
		display: none;
	}
}
/*===========================================
	flowArea
=============================================*/
#contents ul.flowArea {
	margin:5px 0 15px 0;
	padding:0;
	list-style:none;
}
#contents ul.flowArea li {
	width:200px;
	margin:0;
	padding:0;
	float:left;
	clear:none !important;
}
#contents ul.flowArea li.arrow {
	width:45px;
	margin:0px;
	padding:0;
	float:left;
}
#contents ul.flowArea li.arrow-mq {
	display:none;
}
#contents ul.flowArea+ul.annotation {
	margin:0 0 1em 1em;
}
@media screen and (max-width: 640px) {
#contents ul.flowArea {
	margin: 5px 0 30px;
}
#contents  ul.flowArea li {
	width: auto;
	float: none;
	text-align:center;
}
#contents  ul.flowArea li img {
	max-width: 100%;
	height:auto;
}
#contents  ul.flowArea li.arrow {
	display:none;
}
#contents  ul.flowArea li.arrow-mq {
	display: block;
	margin:10px 0px;
	padding:0;
	text-align:center;
}
.pc-none {
	display:block;
}
.mq-none {
	display:none;
}
}
/*===========================================
	other inquiry
=============================================*/
#contents p.other {
	margin: 0 auto;
	width: 250px;
	text-align: center;
}
#contents p.other span {
	clear: both;
	width: 250px;
	background: #999;
	color: #fff;
	padding: 10px;
	font-weight: 700;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#contents p.other a {
	text-decoration: none;
}
#contents p.other a span:hover {
	opacity: 0.5 ;
}

/*===========================================
	enqueteArea
=============================================*/
html>body #enqueteArea {
	float: none;
	margin: 0 auto;
}

/*===========================================
	Photo
=============================================*/	
img.mobile {
	display:none;
}
@media screen and (max-width: 640px) {				
	img.zoom {
		display:none;
	}			
	img.mobile {
		display: inline-block;
	}
}
/*
	====================================
			button
	====================================
*/
.btn_area {
	display: none;
}
@media screen and (max-width: 640px) {	
.btn_area {
	display: block;
}
.ButtonIcon {
	margin: 0 5px 0 0;
}
.Button {
	display: inline-table;
	vertical-align: middle;
	border: 1px solid #666666;
	width: 88%;
	min-height: 32px;
	height: 32px;
	height: 40px\9;
	background: url("/support/ichigan/images/enjoy/photo/innerlinkbutton.png") no-repeat scroll 0 52% transparent;
	border: 1px solid #BCBCBC;
	border-radius: 6px 6px 6px 6px;
	padding: 10px 0 10px 20px;
	cursor: pointer;
	transition: opacity 0.2s ease-in 0s;
	*width: 250px;
	*max-height: 32px;
	*height: auto;
	*padding: 8px 0 4px 22px;
	*display:inline;
	*zoom:1;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
.Button { display: inline-block; }
}
.ButtonImg {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	*display:inline;
	*zoom:1;
	width: 35px;
}
.ButtonText {
	word-break: break-all;
	min-height: 32px;
	height: 32px;
	color: #333333;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
	line-height: 1.2em;
	margin: -3px 0 0 0;
	padding-right: 5px;
	letter-spacing: 0;
	*width: auto;
	*max-width: 200px;
	*min-height: 0;
	*max-height: 32px;
	*height: auto;
	*margin: -3px 5px 0 5px;
	*display:inline;
	*zoom:1;
}
ul li span.ButtonText {
	padding-left: 2em;
	*padding-left: 1.5em;
	text-indent: -2em;
	*text-indent: -1.5em;
}

ul.btn_area.long .Button {
	width: auto;
}
ul.btn_area.long .ButtonText {
	*max-width: none;
}

a:hover span.Button, a:active span.Button {
	color: #333333;
	text-decoration: none;
	background: url("/support/ichigan/images/enjoy/photo/innerlinkbutton_on.png") no-repeat 0 52%;
}
a:hover span.ButtonText, a:active span.ButtonText{
	color: #333333;
	text-decoration: none;
}
#contents ul.btn_area {
	margin-left: 0;
	}
#contents ul.btn_area li {
	list-style: none;
	float: left;
	margin: 0 .5em .5em 0 ;
	width: 47%;
}
ul.btn_area li a {
	webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
}

/* 20200325’Ç‰Á */
#contents .vamiddle {
	margin: 1em auto;
	width: 70%;
}

@media screen and (max-width: 640px) {	
	#contents .vamiddle {
		width: 100%;
	}
}

/* 20200720’Ç‰Á */
div.pregArea div.leadArea p.attention{
	border: 1px solid red;
    padding: 0.5em;
    color: red;
    font-weight: bold;
    font-size: 1.5em;
}
 