@charset "utf-8";

#room {
  width: 930px;
  margin: 20px auto 0;
  overflow: hidden;
  font-size: 16px;
}

#main_image {
  width: 930px;
  height: 742px;
  margin: 30px auto 40px;
  overflow: hidden;
}

#main_slider {
  width: 928px;
  height: 300px;
  margin: 30px auto 40px;
  overflow: hidden;
  border: 1px solid #ccc;
}

#main_slider ul li{
  float: left;
}

#main_slider ul li img{
  pointer-events: none;
}


.about_member{
	width:80%;
	margin: 0 auto 30px;
	font-size:15px!important;
}

.about_member dl{
	display:flex;
	margin:5px auto 0;
	border-bottom:1px dotted #ccc;
	padding:10px 0;
}
.about_member dt{
	font-weight: bold;
	width:35%;
}
.about_member dd{
	width:75%;
}


/* ---------------------------------------- 
　写真とムービー
---------------------------------------- */
#room_photo {
  width: 870px;
  margin: 40px auto 0;
  overflow: hidden;
  content: "";
  clear: both;
  color:#a0a0a0;/*グレー表示やめるとき消す*/
}
#room_photo p{
	margin:5px 0 0 5px;
  color:#000;
	}
#room_photo .photolist{
	float:left;
	}
#room_photo .movie{
	float:right;
	}
#room_photo .photolist a:hover,
#room_photo .movie a:hover{
	opacity:0.75;
	filter: alpha(opacity=75);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=75)";  /* ie 8 */
	-moz-opacity:0.75;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.75;              /* Safari 1.x */
	zoom:1;
}
/* ---------------------------------------- 
 料金詳細 2人部屋まで用 
---------------------------------------- */
#room_price {
  width: 690px;
  margin: 40px auto 0;
  overflow: hidden;
  content: "";
  clear: both;
}

#room_price table {
  width: 690px;
  border-collapse: separate;
  border-spacing: 5px;
}

#room_price table caption {
  font-size:115%;
  text-align: left;
  padding: 0 0 10px 5px;
  font-weight: bold;
}

#room_price th span {
  font-weight: bold;
}

#room_price td span {
  font-size: 14px;
}

#room_price table caption:before {
  font-size:115%;
  content: "◆";
  color: #fde2a0;
  margin-right: 5px;
}

#room_price table th:nth-child(1){
  width: 170px;
  background-image: url(../image_cmn/ht_img_l.gif);
}
#room_price table th:nth-child(2){
  width: 250px;
  background: #f3e1d2;
}
#room_price table th:nth-child(3){
  width: 250px;
  background: #e7dfdc;
}

#room_price table td:nth-child(1){
  background: #fef8e9;
}
#room_price table td:nth-child(2){
  color: #c14b4b;
  font-weight: bold;
  background: #fef7f2;
  text-shadow: 1px 1px 3px #fff;
}
#room_price table td:nth-child(3){
  color: #c14b4b;
  font-weight: bold;
  background: #faf4f2;
  text-shadow: 1px 1px 3px #fff;
}

#room_price table th,
#room_price table td  {
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  text-shadow: 1px 1px 3px #fff;
  padding: 5px 0;
  line-height: 2.5;
}

/* ---------------------------------------- 
　料金詳細 4人部屋用 
---------------------------------------- */
#room_price_four {
  width: 940px;
  margin: 40px auto 0;
  overflow: hidden;
  content: "";
  clear: both;
}
#room_price_four table {
  width: 940px;
  border-collapse: separate;
  border-spacing: 5px;
}
#room_price_four table caption {
	font-size:115%;
    font-weight: bold;
    padding: 0 0 10px 5px;
    text-align: left;
}
#room_price_four th span {
  font-weight: bold;
}

#room_price_four td span {
  font-size: 14px;
}

#room_price_four table caption:before {
　font-size:115%;
  content: "◆";
  color: #fde2a0;
  margin-right: 5px;
}
#room_price_four table th:nth-child(1){
  width: 19%;
  background-image: url(../image_cmn/ht_img_l.gif);
}
#room_price_four table th:nth-child(2),
#room_price_four table th:nth-child(4){
  width: 18%;
  background: #f3e1d2;
}
#room_price_four table th:nth-child(3),
#room_price_four table th:nth-child(5){
  width: 18%;
  background: #e7dfdc;
}

#room_price_four table th,
#room_price_four table td  {
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  text-shadow: 1px 1px 3px #fff;
  padding: 5px 0;
  line-height: 2.5;
}
#room_price_four table td:nth-child(1){
  background: #fef8e9;
}
#room_price_four table td:nth-child(2),
#room_price_four table td:nth-child(4),
#room_price_four table td:nth-child(6){
  color: #c14b4b;
  font-weight: bold;
  background: #fef7f2;
  text-shadow: 1px 1px 3px #fff;
}
#room_price_four table td:nth-child(3),
#room_price_four table td:nth-child(5){
  color: #c14b4b;
  font-weight: bold;
  background: #faf4f2;
  text-shadow: 1px 1px 3px #fff;
}



/* ---------------------------------------- 
　料金詳細 共通
---------------------------------------- */
#price_date {
  float: left;
  width:  610px;
}

#banner {
  float: right;
  width: 234px;
  margin-top: 21px;
}

.bnr_area {
  width:600px;
  margin:0 auto;
}

.bnr_area a:hover {
	opacity:0.75;
	filter: alpha(opacity=75);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=75)";  /* ie 8 */
	-moz-opacity:0.75;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.75;              /* Safari 1.x */
	zoom:1;
}

#food_banner {
  margin-top: 25px;
  overflow: hidden;
}

#food_banner .dinner{
  float: left;
}

#food_banner .breakfast{
  float: right;
}

.price_cap {
   margin: 20px auto;
  overflow: hidden;
  content: "";
  clear: both;
  width: 640px;
}
.price_cap li{
  font-size: 95%;
  line-height: 1.8em;
  text-indent: -1em;
  padding-left: 1em;
}

.other_link {
  margin: 20px 0;

}


/* ---------------------------------------- 
　客室情報
---------------------------------------- */
#room_info_wrap {
  width: 800px;
  margin: 30px auto 35px;
}

#room_info_wrap .room_info {
  width: 100%;
  margin: 20px 0 0 30px;
  overflow: hidden;
  content: "";
  clear: both;
  line-height: 1.6em;
}

#room_info_wrap .room_info dt {
  float: left;
  clear: left;
  width: 110px;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 25px;
}

#room_info_wrap .room_info:first-child {
  margin-bottom: 10px;
}

#room_info_wrap .room_info dd {
  float: left;
  font-size: 17px;
  max-width:600px;
  line-height: 1.7;
}

#room_info_wrap .room_info dd p {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 10px;
}

#room_info_wrap .room_info dd span {
  color: #ff0000;
}

#room_info_wrap .floorplans {
  text-align: center;
  margin: 20px 0 35px 0;
}

#setubi_button {
  width: 161px;
  height: 41px;
  margin: 0 auto;
}

#open_setubi {
  display: block;
  height: 41px;
  background: url(../image_cmn/btn_setsubi_close.gif) no-repeat;
  text-indent: -9999px;
}

#open_setubi.close {
  background: url(../image_cmn/btn_setsubi_open.gif) no-repeat;
}

#setubi {
  margin: 20px auto;
  padding:20px;
  width:680px;
  background:#fff2e6;
}

#setubi span{
  color: #ff0000;
}

#ame {
  margin: 20px auto;
  padding:20px;
  width:680px;
  background:#fff2e6;
}


#ame_button {
  width: 161px;
  height: 41px;
  margin: 35px auto 0;
}

#open_ame {
  display: block;
  height: 41px;
  margin-bottom: 0;
  background: url(../image_cmn/btn_amenity_close.gif) no-repeat;
  text-indent: -9999px;
}

#open_ame.close {
  background: url(../image_cmn/btn_amenity_open.gif) no-repeat;
  text-indent: -9999px;
}

.accordion_list{
  list-style: disc;
  font-size: 16px;
  margin: 0 auto;
  line-height: 1.8;
  content: "";
  overflow: hidden;
  clear: both;
}

.accordion_list li{
  display: block;
  float: left;
  list-style: disc;
  margin: 0 0.5em 0 0;
  padding-left: 1em;
  text-indent: -1em;
}

.accordion_list li:before{
  content: "・";
}

.cap {
  margin: 10px 0 0 100px;
  color: #ff0000;
  font-size: 14px;
  text-indent: 1em;
}

/*-----*/

.accordion_list2{
  list-style: disc;
  font-size: 15px;
  margin: 0 0 0 10px;
  line-height: 1.8;
  content: "";
  overflow: hidden;
  clear: both;
}

.accordion_list2 li{
  display: block;
  float: left;
  list-style: disc;
  margin: 0 0.5em 0 0;
  padding-left: 1em;
  text-indent: -1em;
}

.accordion_list2 li:before{
  content: "・";
}

.cap2 {
  margin: 10px 0 0 70px;
  color: #ff0000;
  font-size: 14px;
  text-indent: 1em;
}

/*-----*/


#reserve_button {
  margin: 30px 0 20px;
  text-align: center;
}

#reserve_button + hr {
  margin: 0;
}

#room hr {
  border: 0;
  border-top: #969696 1px solid; 
}

#op_services {
  width: 100%;
  margin: 30px 0;
  color: #535353;
  text-align: center;
}

#op_services .lead {
  margin: 20px auto 0;
  line-height: 1.8;
  width:680px;
  text-align:left;
  font-size:17px;
}
#op_services .lead span {
    font-size:15px;
}

#op_services .menulist,
#op_services .menulist2,
#op_services .menulist3 {
  width: 850px;
  margin: 50px auto 0;
  content: " ";
  overflow: hidden;
  clear: both;
  font-weight: bold;
  font-size: 0;
}

#op_services .menulist li {
  width: 205px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  font-size: 14px;
}

#op_services .menulist2 li {
  width: 130px;
  display: inline-block;
  text-align: center;
  vertical-align: bottom;
  font-size: 14px;
}

#op_services .menulist3 li {
  width: 210px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  font-size: 14px;
}


#op_services .menulist .booking,
#op_services .menulist3 .booking {
  color: #c14b4b;
  font-size: 16px;
  font-weight: normal;
}

#op_services .menulist2 .booking {
  color: #c14b4b;
  font-size: 14px;
  font-weight: normal;
}

.link_map{
	width:524px;
	margin:30px auto 45px;
}

.link_map p{
	font-size:15px;
	margin:10px auto 10px;
}

.clear {
  clear:both !important; 
}


.banner{
  width:525px;
   margin:10px auto;
   
  }
  
.connect_txt{
  width:525px;
  margin:10px auto 30px;
  }
  
.ov {
        background:#fff;
        }
		
		
/* --------------------------------------
 charge_box 宿泊料金一覧表
--------------------------------------- */
.charge_box {
	width: 820px;
	margin: 36px auto 0;
	padding: 6px 0 0 0;
}

.charge_box .ttl_charge {
  font-size:115%;
  text-align: left;
  padding: 0 0 10px 5px;
  font-weight: bold;
}

.charge_box .ttl_charge:before {
  font-size:115%;
  content: "◆";
  color: #fde2a0;
  margin-right: 5px;
}

.charge_box .charge_tab {
	overflow: hidden;
	display: flex;
	width: 821px;
	margin: 15px 0 0 0;
}

.charge_box .charge_tab li {
	width: 156px;
	height: 49px;
	margin: 8px 0 0 10px;
	cursor: pointer;
}

.charge_box .charge_tab li:first-child {
	margin-left: 0;
}

.charge_box .charge_tab .general.select {
  background: url(../image/top/tab_general_select.png) no-repeat 0 0;
  background-size: 100%;
  height: 57px;
  margin-top: 0;
}
.charge_box .charge_tab .golf.select {
  background: url(../image/top/tab_golf_select.png) no-repeat 0 0;
  background-size: 100%;
  height: 57px;
  margin-top: 0;
}
.charge_box .charge_tab .special.select {
  background: url(../image/top/tab_special_select.png) no-repeat 0 0;
  background-size: 100%;
  height: 57px;
  margin-top: 0;
}
.charge_box .charge_tab .hotel.select {
  background: url(../image/top/tab_hotel_select.png) no-repeat 0 0;
  background-size: 100%;
  height: 57px;
  margin-top: 0;
}
.charge_box .charge_tab .ticket.select {
  background: url(../image/top/tab_ticket_select.png) no-repeat 0 0;
  background-size: 100%;
  height: 57px;
  margin-top: 0;
}
.charge_box .charge_tab .hotel_oneyear.select {
  background: url(../image/top/tab_hotel_oneyear_select.png) no-repeat 0 0;
  background-size: 100%;
  height: 57px;
  margin-top: 0;
}


.charge_box .charge_tab li.select img {
	visibility: hidden;
}

.charge_box .txt_type {
	font-size: 14px;
	margin: 6px 0 0 0px;
}

.charge_box .txt_type_01 {
	font-size: 14px;
	display: table-cell;
	white-space: nowrap;
}

.charge_box .txt_type_02 {
	font-size: 14px;
	display: table-cell;
}

/* .charge_table table ---------------------------- */
.charge_table table {
	width: 830px;
	margin: 14px 0 0 -5px;
	border-collapse: separate;
	border-spacing: 5px;
}

/* 一般のお客様 ---------------------------- */
.charge_box .charge_table.general {
	border-top: 2px solid #d86583;
}
.charge_box.select_hotel .charge_table.general {
	display: block;
}
.charge_table.general table thead th {
	background: url(../image/top/bg_general.jpg) repeat 0 0;
}
.charge_table.general table thead .connect .ico_txt {
	color: #d45678;
}

/* ゴルフ会員様 ---------------------------- */
.charge_box .charge_table.golf {
	border-top: 2px solid #036d00;
	display: none;
}
.charge_table.golf table thead th {
	background: url(../image/top/bg_golf.jpg) repeat 0 0;
}
.charge_table.golf table thead .connect .ico_txt {
	color: #036d00;
}

/* 準会員様 ---------------------------- */
.charge_box .charge_table.special {
	border-top: 2px solid #e34d4d;
	display: none;
}
.charge_table.special table thead th {
	background: url(../image/top/bg_special.jpg) repeat 0 0;
}
.charge_table.special table thead .connect .ico_txt {
	color: #e34d4d;
}

/* ホテル会員様 ---------------------------- */
.charge_box .charge_table.hotel {
	border-top: 2px solid #0055a1;
	display: none;
}
.charge_table.hotel table thead th {
	background: url(../image/top/bg_hotel.jpg) repeat 0 0;
}
.charge_table.hotel table thead .connect .ico_txt {
	color: #0055a1;
}
/* ホテル1年会員様 ---------------------------- */
.charge_box .charge_table.hotel_oneyear {
	border-top: 2px solid #570067;
	display: none;
}
.charge_box.select_hotel_oneyear.charge_table.hotel_oneyear {
	display: block;
}
.charge_table.hotel_oneyear table thead th {
	background: url(../image/top/bg_hotel_oneyear.jpg) repeat 0 0;
}
.charge_table.hotel_oneyear table thead .connect .ico_txt {
	color: #570067;
}

/* 写真付きバナー（/tado_onsen/room/honkan/deluxe/216/） */
.bnr_plan {
  width: 700px;
  margin: 20px auto 10px;
}

ul.notes li{
	width:790px;
	list-style: none;
	margin:10px auto;
	text-indent:-1em;
	padding-left:1em;
}

/* ボタンとキャプション */
.bnr_plan2 {
  width: 524px;
  margin: 20px auto;
}

.bnr_plan2 figcaption {
  margin: 10px 5px 0;
  line-height: 1.4;
}

/* ロールオーバー */
.bnr_plan img:hover,.bnr_plan2 img:hover {
  opacity:0.7;
}


/* チケット会員様 ---------------------------- */
.charge_box .charge_table.ticket {
	border-top: 2px solid #7f4bcd;
	display: none;
}
.charge_table.ticket table thead th {
	background: url(../image/top/bg_ticket.jpg) repeat 0 0;
}
.charge_table.ticket table thead .connect .ico_txt {
	color: #7f4bcd;
}

.charge_table table thead th {
	width: 161px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 17px;
	font-weight: normal;
}

.charge_table table thead th span {
	font-weight: bold;
}

.charge_table table thead .connect {
	padding: 8px 0 0 0;
	height: 65px;
}

.charge_table table thead .connect .ico_txt {
	margin: 12px auto 0;
	width: 148px;
	height: 22px;
	line-height: 22px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	background: #fff;
}
.charge_table table thead th.blank {
	width: 155px;
	background: none;
}

.charge_table table tbody th {
	height: 50px;
	background: #fef8e9;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}

.charge_table table tbody td {
	background: #faf4f2;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}

.charge_box .notes {
	margin: 14px 0 0 0;
}

.charge_box .notes li {
	margin: 5px 0 0 0;
	padding: 0 0 0 1em;
	font-size: 15px;
	text-indent: -1em;
	line-height: 1.4;
}

/* bnr_cr ---------------------------- */
.charge_box .bnr_cr {
	margin: 20px 0 0 0;
	padding: 0 0 10px;
	text-align: center;
}

.charge_box .bnr_cr figcaption {
	width: 590px;
	margin: 8px auto 0;
	font-size: 16px;
	line-height: 1.4;
	text-align: left;
}

/* ご宿泊ボタン ---------------------------- */

.pleasewate{
	 font-size:15px;
	 margin:10px auto 0;
	
	}

/* ---------------------------------------- 
　#howto ホテル多度温泉の楽しみ方
---------------------------------------- */
#howto {
	width: 870px;
	margin: 0 auto;
	background: url(/tado_onsen/room/image_cmn/img_how_to_bg.png) 0 0 no-repeat #f4e7e8;
	font-size: 16px;
}


#howto h2 {
	padding: 14px 0 0 0;
	text-align: center;
}

#howto h2 + p {
	padding: 55px 0 0 0;
	text-align: center;
}

#howto .content_area {
	background: url(/tado_onsen/room/image_cmn/img_how_to_line.png) center top no-repeat #f4e7e8;
	margin: 25px auto 0 auto;
	padding: 35px 0 0 0;
	width: 814px;
	overflow: hidden;
}

/* ---------------------------------------- 
　#howto ホテル多度温泉の楽しみ方
	=========================================
	.content_area レジデンス新館
	～最上級のゴルフリゾートをあなたに～
---------------------------------------- */
.content_area > figure {
	float: left;
	margin: 0 0 0 2px;
}

.for_you {
	width: 544px;
	float: right;
	margin: 0 2px 0 0;
}

.for_you p {
	margin: 15px 10px 0 10px;
}

.for_you {
	width: 544px;
	float: right;
	margin: 0 2px 8px 0;
}

.for_you aside {
	display: block;
	margin: 14px 0 0 10px;
}

.for_you aside a {
	width: 121px;
	height: 29px;
	display: block;
	background: url(/tado_onsen/room/image_cmn/btn_how_to00.png) 0 0 no-repeat;
	color: #0000ff;
	padding: 11px 0 0 61px;
	font-size: 14px;
}

.for_you aside a:hover {
	color: #FF0000;
}


.content_area ol {
	clear: both;
	overflow: hidden;
}

.content_area li {
	float: left;
	overflow: hidden;
	width: 250px;
	background: url(/tado_onsen/room/image_cmn/btn_how_to_bg.png) 0 0 no-repeat;
	padding: 4px 10px 8px 6px;
	margin: 9px 8px 0 0;
}

.content_area li:nth-of-type(3n) {
	margin: 9px 0 0 0;
}

.content_area li a {
	display: table;
}

.content_area li figure {
	margin: 0;
	display: table-cell;
}

.content_area li dl{
	display: table;
	width: 126px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 15px;
}

.content_area li dt{
	font-size: 14px;
}

.content_area li dd{
	font-size: 14px;
}

.media {
	margin: 46px 0 0 0;
	overflow: hidden;
}

.media figure {
	float: left;
	margin: 0 0 0 159px;
	width: 246px;
}

.media figure + figure {
	float: right;
	margin: 0 159px 0 0;
}

.media figcaption {
	font-size: 14px;
	line-height: 1.2;
	padding: 10px 5px 0 5px;
}

.media aside {
	clear: both;
	width: 524px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}

.media p {
	width: 524px;
	margin: 5px auto 0 auto;
	font-size: 15px;
}

/* ---------------------------------------- 
　#howto ホテル多度温泉の楽しみ方
	=========================================
	#other_area 
---------------------------------------- */
#other_area {
	margin: 51px 26px 0 30px;
	overflow: hidden;
}

#other_area figure {
	width: 246px;
	float: left;
}

#other_area figcaption {
	font-size: 14px;
	line-height: 1.3;
	padding: 10px 5px 0 5px;
}

#other_area dl {
	padding-bottom: 20px;
}

#other_area dl {
	width: 536px;
	float: right;
	margin: 21px 0 0 0;
}

#other_area dt {
	text-align: center;
}

#other_area dd {
	margin: 27px 0 0 0;
	overflow: hidden;
}

#other_area dd figure {
	width: 260px;
}

#other_area dd figure + figure {
	float: right;
}



/* ----------------------------------------

　/tado_onsen/room/honkan/gold/207/
  クラブハウス本館 > 皐月‐さつき‐

  =========================================
  .con_aircon
---------------------------------------- */
.con_aircon {
  background: url("/tado_onsen/room/honkan/gold/207/image/bg-aircon.png") no-repeat;
  background-size: 100%;
  margin-top: 2em;
  overflow: hidden;
  width: 100%;
}

.con_aircon .inner {
  margin: 2.8em auto;
  width: 830px;
}

.con_aircon .inner h2 {
  border-bottom: 1px solid #005D9E;
  color: #005D9E;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",游明朝,"Yu Mincho",YuMincho,HGS明朝E,serif;
  font-size: 25px;
  line-height: 1em;
  margin: 0 0.5em;
  padding: 0 0 0.2em;
  text-align: center;
}

.con_aircon .inner h2 span {
  font-size: 20px;
}

.con_aircon .inner p {
  line-height: 1.5em;
  margin-top: 1em;
  text-align: justify;
  padding: 0 1em;
}

.con_aircon .inner p small {
  font-size: 90%;
}

.con_aircon .inner .box_detail {
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1.5em;
}

.con_aircon .inner .box_detail dl:first-of-type {
  border-radius: 8px;
  border: 1px solid #6AAF82;
  width: 300px;
}

.con_aircon .inner .box_detail dl:first-of-type dt {
  background: #6AAF82;
  border-radius: 7px 7px 0 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 110%;
  font-weight: bold;
  padding: 0.3em 0.7em;
}

.con_aircon .inner .box_detail dl:first-of-type dd {
  padding: 0 0.5em 0.5em;
  box-sizing: border-box;
}

.con_aircon .inner .box_detail dl:first-of-type dd figure {
  margin-top: 0.5em;
}

.con_aircon .inner .box_detail dl:first-of-type dd figcaption {
  font-size: 90%;
  padding: 0.3em 0.3em 0;
}


.con_aircon .inner .box_detail dl:nth-of-type(2) {
  border-radius: 8px;
  border: 1px solid #6BB4DE;
  width: 300px;
}

.con_aircon .inner .box_detail dl:nth-of-type(2) dt {
  background: #6BB4DE;
  border-radius: 7px 7px 0 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 110%;
  font-weight: bold;
  padding: 0.3em 0.7em;
}

.con_aircon .inner .box_detail dl:nth-of-type(2) dd {
  padding: 0 0.5em 0.5em;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.con_aircon .inner .box_detail dl:nth-of-type(2) dd figure {
  margin-top: 0.5em;
}

.con_aircon .inner .box_detail dl:nth-of-type(2) dd figure:nth-of-type(2),
.con_aircon .inner .box_detail dl:nth-of-type(2) dd figure:nth-of-type(3) {
  width: 140px;
}

.con_aircon .inner .box_detail dl:nth-of-type(2) dd figcaption {
  font-size: 90%;
  padding: 0.3em 0.3em 0;
}

.con_aircon .inner .box_detail .madori {
  width: 213px;
}