@charset "UTF-8";

/*
======== table of content. ===============

summary:七五三要素

==========================================
*/

/* 共通
------------------------------------------*/
#shichigosan #content {
	position:relative;
	padding:20px 20px 170px;
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(#ffc7d0), to(#f39ba9));
	background:-webkit-linear-gradient(#ffc7d0, #f39ba9);
	background:-moz-linear-gradient(#ffc7d0, #f39ba9);
	background:-ms-linear-gradient(#ffc7d0, #f39ba9);
	background:-o-linear-gradient(#ffc7d0, #f39ba9);
	background:linear-gradient(#ffc7d0, #f39ba9);
	-pie-background: linear-gradient(#ffc7d0, #f39ba9);
}

#content #inner {
	background:url(../images/bg_aside_l.png) no-repeat 0 100%;
}

.schedule #content #inner {
	background:url(../images/bg_aside_s.png) no-repeat 0 100%;
}

.faq #content #inner {
	background:url(../images/bg_aside_m.png) no-repeat 0 100%;
}

aside {
	float:left;
	width:280px;
}

.fontgothic {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#shichigosan aside h1 a {
	display:block;
	width:280px;
	height:262px;
	margin-bottom:20px;
	background:url(../images/title_shichigosan.png) no-repeat 0 0;
	text-indent:-999px;
	overflow:hidden;
}

#localnav li {
	position:relative;
	margin-bottom:15px;
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(#ed7b8d), to(#eb4b66));
	background:-webkit-linear-gradient(#ed7b8d, #eb4b66);
	background:-moz-linear-gradient(#ed7b8d, #eb4b66);
	background:-o-linear-gradient(#ed7b8d, #eb4b66);
	background:linear-gradient(#ed7b8d, #eb4b66);
}
#localnav li:hover {
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(#eb4b66), to(#ed7b8d));
	background:-webkit-linear-gradient(#eb4b66, #ed7b8d);
	background:-moz-linear-gradient(#eb4b66, #ed7b8d);
	background:-o-linear-gradient(#eb4b66, #ed7b8d);
	background:linear-gradient(#eb4b66, #ed7b8d);	
}
#localnav li.current {
	background:#e73462;	
}
.ie #localnav li {
	background:url(../images/bg_localnav_ie.png) no-repeat 0 0;
}
.ie #localnav li:hover {
	background:url(../images/bg_localnav_ie.png) no-repeat 0 -45px;
}
.ie #localnav li.current {
	background:url(../images/bg_localnav_ie.png) no-repeat 0 -90px;
}
#localnav a {
	display:block;
	height:45px;
	line-height:45px;
	padding-left:25px;
	background:url(../images/bg_localnav.png) no-repeat 0 0;
	color:#fff;
	overflow:hidden;
}
#localnav span {
	padding-left:20px;
	background:url(../images/icon_arrow_rwr.png) no-repeat 0 0;
}
.win7 #localnav span,
.ie #localnav span {
	padding-left:20px;
	background:url(../images/icon_arrow_rwr.png) no-repeat 0 3px;
}
.xp #localnav span {
	padding-left:20px;
	background:url(../images/icon_arrow_rwr.png) no-repeat 0 0;
}

#localnav .current span {
	background:none;
}

#localnav .list_sns { background: transparent none; text-align: center; }
#localnav .list_sns:hover  { background: transparent none; }
#localnav .list_sns a,
#localnav .list_sns span { display: inline-block; width: 40px; height: 40px; margin:0 10px 0 0; padding: 0; border: none; background: transparent none; vertical-align: top; }
#localnav .list_sns img { max-width: 100%; height: auto; margin: 0; vertical-align: top; }
#localnav .list_sns a:hover { background: transparent none; opacity: 0.9; }
#localnav .list_sns span { opacity: 0.7; }


#main {
	float:right;
	position:relative;
	width:600px;
	padding:20px 10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-pie-border-radius:10px;
	background:#fff;
}

.bluecontent {
	margin-bottom:20px;
}

.skycontent {
	margin-bottom:20px;
}

.pinkcontent {
	margin-bottom:20px;
}

.redcontent {
	margin-bottom:20px;
}

.purplecontent {
	margin-bottom:20px;
}


.bluecontent h1,
.skycontent h1,
.pinkcontent h1,
.redcontent h1,
.purplecontent h1,
.orangecontent h1 {
	position:relative;
	/*width:580px;*/
	padding-left:20px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	-pie-border-radius:8px;
	color:#fff;
	font-size:171%;
	font-weight:normal;
	line-height:42px;
}

.bluecontent h1,
.redcontent h1.title_blue {
	background:url(../images/bg_title_blue.png) no-repeat 0 0;
}

.skycontent h1 {
	background:url(../images/bg_title_sky.png) no-repeat 0 0;
}

.pinkcontent h1 {
	background:url(../images/bg_title_pink.png) no-repeat 0 0;
}

.redcontent h1 {
	background:url(../images/bg_title_red.png) no-repeat 0 0;
}

.purplecontent h1 {
	background:url(../images/bg_title_purple.png) no-repeat 0 0;
}

.orangecontent h1 {
	background:url(../images/bg_title_orange.png) no-repeat 0 0;
}

.bluecontent h1.line2 {
	padding:8px 0 8px 20px;
	background:url(../images/bg_title_blue2line.png) no-repeat 0 0;
	line-height:28px;
}
.redcontent h1.line2 {
	padding:8px 0 8px 20px;
	background:#e73462 url(../images/bg_title_red.png) no-repeat 0 0;
	line-height:28px;
}

.bluecontent .inner,
.skycontent .inner,
.pinkcontent .inner,
.redcontent .inner,
.purplecontent .inner,
.orangecontent .inner {
	padding:20px 10px;
}

.bluecontent .box,
.skycontent .box,
.pinkcontent .box,
.redcontent .box,
.purplecontent .box,
.orangecontent .box {
	position:relative;
	margin-bottom:20px;
	padding:9px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-pie-border-radius:5px;
	background-color:#fff;
}

.bluecontent .box {
	border:1px solid #0099da;
	color:#0099da;
}
.skycontent .box {
	border:1px solid #70b6e5;
	color:#0099da;
}
.redcontent .box,
.pinkcontent .box {
	border:1px solid #e73462;
	color:#e73462;
}
.purplecontent .box {
	border:1px solid #a25ca1;
	color:#a25ca1;
}
.orangecontent .box {
	border:1px solid #f99c3e;
	color:#f99c3e;
}

.ttl_blue { background:#0099da; }
.ttl_sky { background:#70b6e5; }
.ttl_red { background:#e73462; }
.ttl_purple { background:#a25ca1; }
.ttl_orange { background:#f99c3e; }
.ttl_blue,
.ttl_sky,
.ttl_red,
.ttl_purple,
.ttl_orange { height:30px; line-height:30px; margin-bottom:20px; -webkit-border-radius:8px; border-radius:8px; -pie-border-radius:8px; color:#fff; font-size:128.5%; text-align:center; }


.subtitle {
	margin-bottom:12px;
	padding-bottom:2px;
	background-color:#fff;
	font-family:arial,'ヒラギノ丸ゴ Pro W3', 'Hiragino Maru Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック',sans-serif;
	font-size:128%;
}

.bluecontent .subtitle {
	border-bottom:2px solid #0099d9;
}


.bluecontent dl {
	position:relative;
	margin-bottom:20px;
	border:1px solid #0099da;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-pie-border-radius:5px;
	background-color:#fff;
	line-height:40px;
}

.bluecontent dt {
	float:left;
	position:relative;
	width:128px;
	height:40px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-pie-border-radius:4px;
	background-color:#0099da;
	color:#fff;
	text-align:center;
}

.bluecontent dd {
	margin-left:140px;
}

.bluecontent .bd_btm {
	border-bottom:1px dotted #25a8df;
}

.orangecontent dl {
	position:relative;
	margin-bottom:20px;
	border:1px solid #0099da;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-pie-border-radius:5px;
	background-color:#fff;
	line-height:40px;
}

.orangecontent dt {
	float:left;
	position:relative;
	width:128px;
	height:40px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-pie-border-radius:4px;
	background-color:#f99c3e;
	color:#fff;
	text-align:center;
}

.orangecontent dd {
	margin-left:140px;
}


.arrow_rr a {
	padding-left:20px;
	background:url(../../shichigosan/images/icon_arrow_rr.png) no-repeat 0 0px;
	color:#e73462;
}
.arrow_rr a:hover,
.arrow_rr a:active {
	color:#ffc7d0;
	background-position:0 -30px;
}

.win7 .arrow_rr a,
.ie .arrow_rr a {
	padding-left:20px;
	background:url(../../shichigosan/images/icon_arrow_rr.png) no-repeat 0 3px;
	color:#e73462;
}
.xp .arrow_rr a {
	padding-left:20px;
	background:url(../../shichigosan/images/icon_arrow_rr.png) no-repeat 0 0;
	color:#e73462;
}
.win7 .arrow_rr a:hover,
.win7 .arrow_rr a:active,
.ie .arrow_rr a:hover,
.ie .arrow_rr a:active {
	color:#ffc7d0;
	background-position:0 -27px;
}
.xp .arrow_rr a:hover,
.xp .arrow_rr a:active {
	color:#ffc7d0;
	background-position:0 -30px;
}

.titlefix {
	position:relative;
	margin-bottom:20px;
	padding:40px 10px 10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-pie-border-radius:10px;
	background-color:#fff;
}

.titlefix h2 {
	position:absolute;
	top:0;
	left:0;
	width:140px;
	height:30px;
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	border-radius:9px;
	-pie-border-radius:9px;
	background-color:#e73462;
	color:#fff;
	line-height:30px;
	text-align:center;
}

.forpc { display:block; }
br.forpc { display:inline; }
img.forpc { display:inline; }

.forsp { display:none; }
img.forsp { display:none; }
br.forsp { display:none; }


.btn_blue {
	text-align:right;
}

.btn_blue a {
	display:inline-block;
	width:248px;
	height:45px;
	padding-left:30px;
	background:url(../images/bg_btn_blue.png), -webkit-gradient(linear, 0 0, 0 bottom, from(#66c5ed), to(#0099da));
	background:url(../images/bg_btn_blue.png), -webkit-linear-gradient(#66c5ed, #0099da);
	background:url(../images/bg_btn_blue.png), -moz-linear-gradient(#66c5ed, #0099da);
	background:url(../images/bg_btn_blue.png), -o-linear-gradient(#66c5ed, #0099da);
	background:url(../images/bg_btn_blue.png), linear-gradient(#66c5ed, #0099da);
	background-position:0 0;
	background-repeat:no-repeat;
	color:#fff;
	line-height:45px;
	text-align:left;
}
.btn_blue a:hover,
.btn_blue a:active {
	background:url(../images/bg_btn_blue.png), -webkit-gradient(linear, 0 0, 0 bottom, from(#0099da), to(#66c5ed));
	background:url(../images/bg_btn_blue.png), -webkit-linear-gradient(#0099da, #66c5ed);
	background:url(../images/bg_btn_blue.png), -moz-linear-gradient(#0099da, #66c5ed);
	background:url(../images/bg_btn_blue.png), -ms-linear-gradient(#0099da, #66c5ed);
	background:url(../images/bg_btn_blue.png), linear-gradient(#0099da, #66c5ed);
}

.btn_blue a span {
	padding-left:20px;
	background:url(../images/icon_arrow_rwb.png) no-repeat 0 0;
}

.btn_red { margin-bottom: 30px; }

.btn_red a {
	display:block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4px; 
	margin: auto;
	background:url(../images/bg_btn_red.png), -webkit-gradient(linear, 0 0, 0 bottom, from(#ed7b8d), to(#eb4b66));
	background:url(../images/bg_btn_red.png), -webkit-linear-gradient(#ed7b8d, #eb4b66);
	background:url(../images/bg_btn_red.png), -moz-linear-gradient(#ed7b8d, #eb4b66);
	background:url(../images/bg_btn_red.png), -o-linear-gradient(#ed7b8d, #eb4b66);
	background:url(../images/bg_btn_red.png), linear-gradient(#ed7b8d, #eb4b66);
	background-position:0 0;
	background-repeat:no-repeat;
	background-size: cover;
	color:#fff;
	font-size: 24px;
	text-align:center;
}
/*
.btn_red a:hover,
.btn_red a:active {
	background:url(../images/bg_btn_red.png), -webkit-gradient(linear, 0 0, 0 bottom, from(#eb4b66), to(#ed7b8d));
	background:url(../images/bg_btn_red.png), -webkit-linear-gradient(#eb4b66, #ed7b8d);
	background:url(../images/bg_btn_red.png), -moz-linear-gradient(#eb4b66, #ed7b8d);
	background:url(../images/bg_btn_red.png), -ms-linear-gradient(#eb4b66, #ed7b8d);
	background:url(../images/bg_btn_red.png), linear-gradient(#eb4b66, #66ced7b8d5ed);
	background-size: cover;
}
*/

.btn_red a > span { 
	display: block;
	height: 80px;
	padding-top:22px;
	border: 1px solid #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.pagetop {
	clear:both;
	text-align:right;
}

.pagetop a {
	padding-left:20px;
	background:url(../images/icon_arrow_top.png) no-repeat 0 0;
	color:#f9a9b6;
	font-size:85%;
	cursor:pointer;
}

.spnav {
	display:none;
}

/* トップ
------------------------------------------*/
.box_movie { margin-bottom: 36px; }
.box_movie video { outline: none; }

.point h2 {
	width:328px;
	margin-bottom:10px;
	padding-left:20px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-pie-border-radius:10px;
	background-color:#e73462;
	color:#fff;
	font-size:142%;
	line-height:34px;
}
.point li {
	position:relative;
	width:348px;
	color:#e73462;
	font-size:128%;
}
.point li:first-child {
	margin-bottom:10px;
	padding-bottom:10px;
	background:url(../images/bd_dotted_5.png) repeat-x 0 100%;
}
.point li:last-child {
	margin-bottom:80px;
}

.point .photowrap {
	float:right;
	margin-left:10px;
	padding:5px;
	border:1px solid #ccc;
}

.point span {
	font-size:67%;
}

/*.bluecontent .sch_table,
.orangecontent .sch_table{
	padding-bottom:20px;
}
*/
.bluecontent .sch_table dt,
.orangecontent .sch_table dt {
	margin-bottom:10px;
}

.bluecontent .sch_table dd,
.orangecontent .sch_table dd {
	clear:both;
	margin-left:0;
}

.ttl_yokoku {
	margin:20px auto 10px;
	color:#e73462;
	font-size:128.5%;
}

.txt_yokoku {
	margin-bottom:10px;
	padding:0;
	font-size:114.2%;
	font-weight:bold;
	line-height:1.8;
}

.btn_blue.btn_yokoku,
.btn_red.btn_yokoku {
	margin-bottom:30px;
	text-align:center;
}


.bluecontent .h40 {
	height:40px;
}

.bluecontent .sch_table dd {
	position:relative;
/*	min-height:106px;
*/	
}

.bluecontent .sch_table .txt_notice {
	position:absolute;
	top:-38px;
	left:140px;
	width:240px;
	line-height:1.3;
	font-size:12px;
}
.bluecontent .sch_table .txt_notice_l {
	margin-top:0;
	padding:20px;
	line-height:1.5;
	font-size:16px;
}

/*.bluecontent .sch_table .absolute {
	position:absolute;
	top:-38px;
	right:20px;
}*/

.bluecontent .sch_table dd .photowrap {
	position:absolute;
	right:20px;
	top:-36px;
	width:220px;
}
.bluecontent .sch_table dd .photowrap img {
	width:220px;
	height:auto;
}
.bluecontent .sch_table dd .photowrap img + img {
	margin-top:10px;
}

.bluecontent .time_table ,
.orangecontent .time_table {
	padding-bottom:10px;
}

.time_table .absolute {
	position:absolute;
	top:50px;
	left:8px;
}

/*.bluecontent .sch_table li {
	padding:0 20px;
}*/

.bluecontent .sch_table .month,
.orangecontent .sch_table .month {
	display:inline-block;
	width:72px;
	font-size:171%;
}

.bluecontent .sch_table .adjust,
.orangecontent .sch_table .adjust {
	margin-left:72px;
}

.access h2 {
	position:relative;
	color:#0099da;
	font-size:150%;
	z-index:10;
	zoom:1;
}

.access .clearfix {
	position:relative;
}

.access img {
	float:left;
	margin-right:12px;
	padding:4px;
	border:1px solid #0099da;
}
.access p {
	margin-bottom:10px;
}

.catch {
	margin-bottom:20px;
	color:#e73462;
	font-weight:bold;
}

.contactbox {
	border:1px solid #e73462;
}

.contactbox .photowrap {
	float:right;
	margin-left:10px;
	padding:5px;
	border:1px solid #ccc;
}


.bluecontent .box_rounded_blue {
	position:relative;
	margin-bottom:20px;
  padding: 0 20px 20px;
	border:1px solid #0099da;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.bluecontent .box_rounded_blue h1 {
   -webkit-border-radius: 8px 8px 0 0;
   border-radius: 8px 8px 0 0;
   margin: 0 -20px 20px;
}
.bluecontent .box_rounded_blue p {
   margin-bottom: 20px;
}

.bluecontent .box_rounded_blue p.pa20 {
   padding: 20px;
}
.bluecontent .box_rounded_blue dl { border: none; }

.bluecontent .box_counter { padding: 20px; }
.bluecontent .box_counter .ttl_counter { color: #30b8f2; font-size: 128.5%; }
.bluecontent  p.txt_note { margin-top: 10px; line-height: 20px; }
.bluecontent .box_counter p span { display: inline-block;width: 5em; }
.bluecontent .box_counter p span.forpc { width: 1em; }

.bluecontent hr { height: 0; margin: 20px 0; outline: 0; border: 0; border-top: 1px dotted #0099da; }

.bluecontent .photowrap { display: flex; flex-shrink: 0; align-items: flex-start; justify-content: space-between; margin-bottom: 30px;  }
.bluecontent .photowrap img { width: 49.9%; flex-shrink: 0; }

.box_covid19 { margin: 30px 10px 40px; padding: 15px 20px; background-color: #f5f5dc; font-weight: bold;}
.box_covid19 li { padding-left: 1em; text-indent: -1em; }
.box_covid19 .txt_strong { border-bottom: 1px solid #e73462; color: #e73462; }

.box_covid19 .img_covid {  display: flex; flex-wrap: wrap; margin-top: 20px; font-size: 0!important; }
.box_covid19 .img_covid img { flex-shrink: 0; flex-basis: 180px; }

.orangecontent .box_rounded_orange {
	position:relative;
	margin-bottom:20px;
  padding: 0 20px 20px;
	border:1px solid #f99c3e;
	-webkit-border-radius:10px;
	border-radius:10px;
}
.orangecontent .box_rounded_orange h1 {
   -webkit-border-radius: 8px 8px 0 0;
   border-radius: 8px 8px 0 0;
   margin: 0 -20px 20px;
}
.orangecontent .box_rounded_orange p {
   margin-bottom: 20px;
}

.orangecontent .box_rounded_orange p.pa20 {
   padding: 20px;
}
.orangecontent .box_rounded_orange dl { border: none; }

.orangecontent .box_counter { padding: 20px; }
.orangecontent .box_counter .ttl_counter { color: #30b8f2; font-size: 128.5%; }
.orangecontent  p.txt_note { margin-top: 10px; line-height: 20px; }
.orangecontent .box_counter p span { display: inline-block;width: 5em; }
.orangecontent .box_counter p span.forpc { width: 1em; }

.orangecontent hr { height: 0; margin: 20px 0; outline: 0; border: 0; border-top: 1px dotted #f99c3e; }

.btn_purple a {
	display:block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4px; 
	margin: auto;
	background:url(../images/bg_btn_purple.png), -webkit-gradient(linear, 0 0, 0 bottom, from(#c77bc7), to(#ad63ad));
	background:url(../images/bg_btn_purple.png), -webkit-linear-gradient(#c77bc7, #ad63ad);
	background:url(../images/bg_btn_purple.png), -moz-linear-gradient(#c77bc7, #ad63ad);
	background:url(../images/bg_btn_purple.png), -o-linear-gradient(#c77bc7, #ad63ad);
	background:url(../images/bg_btn_purple.png), linear-gradient(#c77bc7, #ad63ad);
	background-position:0 0;
	background-repeat:no-repeat;
	background-size: cover;
	color:#fff;
	font-size: 24px;
	text-align:center;
}

.btn_purple a > span { 
	display: block;
	height: 80px;
	padding-top:22px;
	border: 1px solid #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/* 実施日
------------------------------------------*/
.schedule .titlefix h2 {
	width:210px;
}

.schedule .titlefix .absolute {
	position:absolute;
	top:6px;
	left:228px;
}

.schedule .titlefix .text_0 img:nth-child(1),
.schedule .titlefix .text_0 img:nth-child(2) {
	margin-right:4px;
}

/* プラン
------------------------------------------*/
.rentalpack .inner {
	position:relative;
}

.rentalpack li {
	margin-bottom:10px;
	padding-bottom:10px;
	background:url(../images/bd_dotted_5.png) repeat-x 0 100%;
	color:#e73462;
}

.rentalpack li img {
	float:left;
	margin-right:0;
}

.rentalpack li p {
	margin-left:82px;
	line-height:1.4;
}

.rentalpack li strong {
	font-size:257%;
	line-height:1;
}

.rentalpack li span {
	font-size:128%;
}

.rentalpack .absolute {
	position:absolute;
	top:110px;
	left:346px;
}

.privilege {
	color:#e73462;
}

.privilege h1 img {
	margin:0 20px 2px 0;
	vertical-align:middle;
}

.privilege .titlefix img {
	position:absolute;
	top:18px;
	right:20px;
}

.privilege .titlefix .adjust {
	position:absolute;
	top:0;
	right:16px;
}

.privilege .titlefix p {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.dress {
	color:#a25ca1;
}

.dress .price1 {
	width:176px;
	letter-spacing:-1px;
	text-align:center;
}

.dress .price1 .text_s {
	margin:0 -5px;
}

.dress .price1 .purple {
	margin-bottom:10px;
	padding:5px 0;
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	border-radius:9px;
	-pie-border-radius:9px;
	color:#fff;
	background-color:#a25ca1;
}

.dress .right {
	position:relative;
	width:212px;
	padding-bottom:20px;
}

.dress .right .purple {
	position:relative;
	margin-bottom:10px;
	padding:5px 0;
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	border-radius:9px;
	-pie-border-radius:9px;
	background-color:#a25ca1;
	color:#fff;
	text-align:center;
}

.dress .titlefix {
	float:right;
	width:390px;
}

.dress .titlefix h2 {
	background-color:#a25ca1;
}

.dress .right table {
	width:100%;
}

.dress .right td {
	padding:2px;
}

.dress .right td:last-child {
	text-align:right;
}

.dress .titlefix img {
	float:right;
	margin:-20px 0 0 20px;
}

.dress .titlefix p {
	font-size:114%;
	margin-left:1em;
	text-indent:-1em;
}

.family .box p {
	font-size:114%;
}

.dress strong,
.family strong {
	color:#e73462;
}

/* オプション
------------------------------------------*/
.option .redcontent {
}

.makeup {
	margin-bottom:20px;
	padding-left:68px;
	background:url(../images/bg_makeup.png) no-repeat 0 0;
}

.makeup li {
	position:relative;
	margin-bottom:20px;
	padding:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-pie-border-radius:10px;
	background-color:#fbdfdf;
	color:#e73462;
}

.makeup li img {
	float:left;
	margin-right:20px;
}

.makeup li h2 {
	margin:30px 0 6px;
	font-size:128%;
}

.makeup li p {
	font-size:128%;
	font-weight:bold;
}

.makeup li p span {
	font-size:166%;
}

.photo {
	margin-bottom:40px;
	padding-left:68px;
	background:url(../images/bg_photo.png) no-repeat 0 0;
}

.photo .maintitle {
	margin-bottom:20px;
	padding:6px 20px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-pie-border-radius:5px;
	background-color:#0099d9;
	color:#fff;
	font-size:128%;
}

.photo .subtitle {
	padding-bottom:2px;
	border-bottom:2px solid #0099d9;
	background-color:#fff;
}

.photo li {
	position:relative;
	margin-bottom:20px;
	padding:10px;
	border:1px solid #70b6e5;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-pie-border-radius:10px;
	color:#0099d9;
}

.photo .titlefix {
	padding:50px 10px 10px;
	position:relative;
}

.photo .titlefix h2 {
	background-color:#70b6e5;
	color:#fff;
}

.photo .titlefix .notefix {
	position: absolute;
	top: 6px;
	left:160px;
	color:#666666;
}

.photo .sky {
	float:right;
	width:200px;
	padding:10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-pie-border-radius:5px;
	background-color:#ddebf8;
	font-size:85%;
}

.photo h3 {
	margin-bottom:12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:128%;
}

.photo h3.subtitle {
	font-family:arial,'ヒラギノ丸ゴ Pro W3', 'Hiragino Maru Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック',sans-serif;
}

.mini_title_blue {
	display:inline-block;
	margin-bottom:5px;
	padding:3px 6px;
	background-color:#ddebf8;
}

.photo .baseprice {
	margin:18px 0 6px;
	color:#999;
}

.photo .baseprice span {
	margin-right:6px;
	padding:6px;
	background-color:#999;
	color:#fff;
	font-size:78%;
}

.photo .baseprice span.text_s {
	margin-right:0;
	padding:0;
	background-color:transparent;
	color:#999;
}

.photo .packprice {
	font-size:128%;
}

.photo .packprice span {
	margin-right:10px;
	padding:6px 12px;
	background-color:#0099d9;
	vertical-align:text-bottom;
	color:#fff;
	font-size:89%;
}
.photo .packprice.sakura span {
	background-color:#e5577b;
	color:#fff;
}

.photo .packprice strong {
	font-size:166%;
}
.photo .packprice.sakura,
.photo .packprice.sakura strong,
.photo .packprice.sakura span.text_s {
	color:#e5577b;
}

.photo .packprice span.text_s {
	margin-right:6px;
	padding:6px;
	background-color:transparent;
	color:#0099d9;
}

/* よくある質問
------------------------------------------*/
.faq li {
	margin-bottom:10px;
}
.question {
	margin-top:14px;
	padding:6px 24px;
	background:#e88ba2 url(../images/icon_faq.png) no-repeat 8px 11px;
	color:#fff;
	cursor:pointer;
}
.on {
	background-position:8px -41px !important;
}
.purplecontent .question {
	background-color:#d179ce;
}
.skycontent .question {
	background-color:#6cb8d9;
}
.answer {
	padding:10px;
	background:#fff;
	line-height:1.8;
}

.redcontent .answer {
	border:1px solid #e88ba2;
}
.purplecontent .answer {
	border:1px solid #d179ce;
}
.skycontent .answer {
	border:1px solid #6cb8d9;
}

/* 衣裳コレクション
------------------------------------------*/
.outfit .outfitcontent h3 { width:80px; margin:0 auto 20px; padding-bottom:2px; border-bottom:2px solid #f99c3e; font-size:114.2%; text-align:center; }
.outfit .outfitcontent ul { margin-bottom:20px;}
.outfit .outfitcontent li { width:280px; margin-bottom:20px; }
.outfit .outfitcontent li:nth-child(2n+1) { clear:both; float:left; }
.outfit .outfitcontent li:nth-child(2n) { float:right; }
.outfit .outfitcontent li a { display:block; padding:5px; border:1px solid #ccc; cursor:pointer; outline:none; }
.outfit .outfitcontent li img { width:100%; height:auto; }

.outfit .outfitcontent .list_links { display: flex; flex-wrap: wrap; justify-content: space-between; }
.outfit .outfitcontent .list_links li { float: none; width: 48.5%; }
.outfit .outfitcontent .list_links li a { box-sizing: border-box; width: 100%; padding: 0; border: 2px solid #0099da; }
.outfit .outfitcontent .list_links li a figcaption { display: block; padding: 5px; background-color: #0099da; color: #fff; text-align: center; }
.outfit .outfitcontent .list_links .link_3girl a,
.outfit .outfitcontent .list_links .link_7girl a { border-color: #e73462; }
.outfit .outfitcontent .list_links .link_mom a { border-color: #a25ca1; }
.outfit .outfitcontent .list_links .link_3girl a figcaption,
.outfit .outfitcontent .list_links .link_7girl a figcaption { background-color: #e73462; }
.outfit .outfitcontent .list_links .link_mom a figcaption { background-color: #a25ca1; }

.outfit .outfitcontent .list_nav { display: flex; align-items: center; justify-content: space-between; margin: 10px 0 30px; }
.outfit .outfitcontent .list_nav li { float: none; width: auto; min-width: 18%; margin: 0; padding: 0; border: none; cursor: default; outline: none; text-align: center; }
.outfit .outfitcontent .list_nav li a { padding: 10px; border: 2px solid #f99c3e; border-radius: 8px; background-color: #fff; color: #f99c3e; font-weight: bold; text-align: center; }
.outfit .outfitcontent .list_nav li.current a { background-color: #f99c3e; color: #fff; }
