@charset "UTF-8";

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

summary:初宮要素

==========================================
*/
a { color:#f1ab05; }
a.hover { color:#f3c966; }

/* 共通
------------------------------------------*/
#hatsumiya #globalnav .current a {
	background-color:#fa8000;
}

#hatsumiya #content {
	position:relative;
	padding:20px 20px 170px;
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(#ffdc8a), to(#f3c966));
	background:-webkit-linear-gradient(#ffdc8a, #f3c966);
	background:-moz-linear-gradient(#ffdc8a, #f3c966);
	background:-ms-linear-gradient(#ffdc8a, #f3c966);
	background:-o-linear-gradient(#ffdc8a, #f3c966);
	background:linear-gradient(#ffdc8a, #f3c966);
	-pie-background: linear-gradient(#ffdc8a, #f3c966);
}

#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;
}

#hatsumiya aside h1 a {
	display:block;
	width:280px;
	height:262px;
	margin-bottom:20px;
	background:url(../images/title_hatsumiya.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(#fabc2a), to(#f4b113));
	background:-webkit-linear-gradient(#fabc2a, #f4b113);
	background:-moz-linear-gradient(#fabc2a, #f4b113);
	background:-o-linear-gradient(#fabc2a, #f4b113);
	background:linear-gradient(#fabc2a, #f4b113);
}
#localnav li:hover {
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(#f4b113), to(#fabc2a));
	background:-webkit-linear-gradient(#f4b113, #fabc2a);
	background:-moz-linear-gradient(#f4b113, #fabc2a);
	background:-o-linear-gradient(#f4b113, #fabc2a);
	background:linear-gradient(#f4b113, #fabc2a);	
}
#localnav li.current {
	background:#e09d00;	
}
.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_rwy.png) no-repeat 0 0;
}
.win7 #localnav span,
.ie #localnav span {
	padding-left:20px;
	background:url(../images/icon_arrow_rwy.png) no-repeat 0 3px;
}
.xp #localnav span {
	padding-left:20px;
	background:url(../images/icon_arrow_rwy.png) no-repeat 0 0;
}

#localnav .current span {
	background:none;
}

#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,
.skycontent,
.pinkcontent,
.redcontent,
.purplecontent,
.orangecontent {
	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 {
	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_orange2.png) no-repeat 0 0;
}

.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; }

.bluecontent .titlefix h2 { background:#0099da; }


.arrow_rb a {
	padding-left:20px;
	background:url(../../hatsumiya/images/icon_arrow_rb.png) no-repeat 0 0px;
	color:#0099da;
}
.arrow_rb a:hover,
.arrow_rb a:active {
	color:#80cced;
	background-position:0 -30px;
}
.win7 .arrow_rb a,
.ie .arrow_rb a {
	padding-left:20px;
	background:url(../../hatsumiya/images/icon_arrow_rb.png) no-repeat 0 3px;
	color:#0099da;
}
.xp .arrow_rb a {
	padding-left:20px;
	background:url(../../hatsumiya/images/icon_arrow_rb.png) no-repeat 0 0;
	color:#0099da;
}
.win7 .arrow_rb a:hover,
.win7 .arrow_rb a:active,
.ie .arrow_rb a:hover,
.ie .arrow_rb a:active {
	color:#80cced;
	background-position:0 -27px;
}
.xp .arrow_rb a:hover,
.xp .arrow_rb a:active {
	color:#80cced;
	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:#f99c3e;
	color:#fff;
	line-height:30px;
	text-align:center;
}

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

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

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


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

.forsp { display:none; }
img.forsp { display:none; }
br.forsp { display: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:#fa8000;
	color:#fff;
	font-size:142%;
	line-height:34px;
}
.point p.txt_intro {
	position:relative;
	width:328px;
	margin:0 10px 30px;
	color:#fa8000;
	font-size:128%;
}


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

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

.photo .absolute {
	position:absolute;
	top:44px;
	right:10px;
}

.photo .absolute.photo_l {
	top:10px;
}

.plan li {
	margin-bottom:10px;
	padding-bottom:10px;
	background:url(../images/bd_dotted_5_blue.png) repeat-x 0 100%;
	color:#0099da;
}

.plan li:last-child {
	padding-bottom:0;
	background:none;
}

/*.plan .photo li:last-child {
	margin-bottom:0;
}*/

.arrow_rr {
  margin-top: 20px;
}
.arrow_rr a {
	padding:4px 0 3px 30px;
	background:url(../images/icon_arrow_red.png) no-repeat 0 center;
	color:#e73462;
  font-size: 128.5%;
}
.arrow_rr a:hover {
  opacity: 0.8;
}


.price {
	font-size:128%;
}

.price span {
	display:inline-block;
	width:9em;
	margin-right:10px;
	padding:3px 0 2px;
	background-color:#5cbce5;
	vertical-align:text-bottom;
	color:#fff;
	font-size:89%;
	text-align:center;
}

.price strong {
	font-size:166%;
}

.note {
	color:#666;
}

.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;
}

.oiwai .bigin img {
	position:absolute;
	bottom:8px;
	right:10px;
}

.oiwai .birth img {
	position:absolute;
	bottom:5px;
	right:10px;
}

.oiwai p { margin-bottom: 20px;}
.oiwai .txt_intro { color: #fa8000; font-size: 114.2%; }
.oiwai .txt_note { margin-bottom: 0; }

.oiwai .titlefix h2 {
  width: 100%;
	background-color:#fa8000;
}
.oiwai .box_flex { display: flex; justify-content:space-between; }
.oiwai .box_flex > section { flex-basis: 28%; }

.oiwai .box_flex table { width: 100%; border-collapse: collapse; border-spacing: 0; }
.oiwai .box_flex th { padding: 5px 0; border-bottom: 1px solid #fa8000; vertical-align: middle; color: #fa8000; text-align: left; }
.oiwai .box_flex table span { font-size: 85.7%; }
.oiwai .box_flex td { padding: 5px 0; border-bottom: 1px solid #fa8000; vertical-align: middle; color: #fa8000; font-weight: bold; }

.btn_orange { margin-bottom: 30px; }

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

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


.oiwai .bigin p,
.oiwai .birth p {
	width:390px;
}

.oiwai .birth p {
	min-height:66px;
}
.btn_purple {
	text-align:right;
}

.btn_purple a {
	display:inline-block;
	width:248px;
	height:45px;
	padding-left:30px;
	background:url(../images/bg_btn_purple.png), -webkit-gradient(linear, 0 0, 0 bottom, from(#d883d7), to(#ba6ab9));
	background:url(../images/bg_btn_purple.png), -webkit-linear-gradient(#d883d7, #ba6ab9);
	background:url(../images/bg_btn_purple.png), -moz-linear-gradient(#d883d7, #ba6ab9);
	background:url(../images/bg_btn_purple.png), -o-linear-gradient(#d883d7, #ba6ab9);
	background:url(../images/bg_btn_purple.png), linear-gradient(#d883d7, #ba6ab9);
	background-position:0 0;
	background-repeat:no-repeat;
	color:#fff;
	line-height:45px;
	text-align:left;
}
.btn_purple a:hover,
.btn_purple a:active {
	background:url(../images/bg_btn_purple.png), -webkit-gradient(linear, 0 0, 0 bottom, from(#ba6ab9), to(#d883d7));
	background:url(../images/bg_btn_purple.png), -webkit-linear-gradient(#ba6ab9, #d883d7);
	background:url(../images/bg_btn_purple.png), -moz-linear-gradient(#ba6ab9, #d883d7);
	background:url(../images/bg_btn_purple.png), -ms-linear-gradient(#ba6ab9, #d883d7);
	background:url(../images/bg_btn_purple.png), linear-gradient(#ba6ab9, #d883d7);
}
.ie .btn_purple a {
	background:url(../images/bg_btn_purple_ie.png) no-repeat 0 0;
}
.ie .btn_purple a:hover,
.ie .btn_purple a:active {
	background:url(../images/bg_btn_purple_ie.png) no-repeat 0 -45px;
}

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

.win7 .btn_purple a span,
.ie .btn_purple a span {
	background:url(../images/icon_arrow_rwp.png) no-repeat 0 3px;
}
.xp .btn_purple a span {
	background:url(../images/icon_arrow_rwp.png) no-repeat 0 0;
}

.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;
}


.contactbox {
	border:1px solid #0099da;
}

.contactbox h2 {
	background-color:#0099da;
}

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


.box_covid19 { margin: 0 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 #fa8000; color: #fa8000; }



/* 衣裳
------------------------------------------*/

.costume .plan li {
	background:url(../images/bd_dotted_5.png) repeat-x 0 100%;
	color:#f58d25;
}

.costume .price span {
	background-color:#f5b26e;
}
.costume .photos {
	position:relative;
}

.costume .dress_boys {
	position:relative;
	width:304px;
	z-index:10;
}
.costume .dress_girls {
	position:absolute;
	right:0;
	top:0;
	width:304px;
	z-index:1;
}
.costume .dress_boys span,
.costume .dress_girls span {
	display:block;
	text-align:center;
}

.costume .dress_set  {
	position:relative;
	margin-top:-5px;
	z-index:15;
}
.costume .dress_set span {
	display:inline-block;
	width:228px;
}

/* 流れ
------------------------------------------*/
.flow .orangecontent h2 {
  box-sizing: border-box;
	width:100%;
  padding: 0 20px;
  border-radius: 15px;
  font-size: 114.2%;
  text-align: left;
	/*background-color:#f5b26e;*/
}
.flow .orangecontent .arrow_down {
	height:22px;
	margin-bottom:20px;
	border:none;
	background:url(../images/icon_arrow_flow2.png) no-repeat center center;
	background-size:30px 16px;
}
.flow .orangecontent .bd_orange {
	border-color:#f5b26e;
}
.flow .orangecontent .bg_orange {
  box-sizing: border-box;
  width:100%;
  height: auto;
  padding: 0 20px;
  border-radius: 15px;
  font-size: 114.2%;
  text-align: left;
	line-height:30px;
}

.flow .box_youtube { position: relative; width: 100%; margin-bottom: 30px; padding-top: 56.25%; }
.flow .box_youtube iframe { position: absolute; left:0; top:0; width: 100%; height: 100%;  }

.flow .box_time1 { position: relative; width: 80%; }
.flow .box_time1:before {content: ""; position: absolute; right: -24px; top:0; width: 12px; height: 90%; border:2px solid #f99c3e; border-left: none; }
.flow .box_time1:after {content: "所要時間 約30分"; box-sizing: border-box; position: absolute; right: -116px; top:0; bottom:0; width: 6em; height: 6em; margin: auto; padding: 1.5em 0.5em 0; border:2px solid #f99c3e; border-radius: 50%; color: #f99c3e; text-align: center; }

.flow .box_time2 { position: relative; width: 80%; }
.flow .box_time2:before {content: ""; position: absolute; right: -24px; top:0; width: 12px; height: 100%; border:2px solid #f99c3e; border-left: none; }
.flow .box_time2:after {content: "所要時間 約30分"; box-sizing: border-box; position: absolute; right: -116px; top:0; bottom:0; width: 6em; height: 6em; margin: auto; padding: 1.5em 0.5em 0; border:2px solid #f99c3e; border-radius: 50%; color: #f99c3e; text-align: center; }


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

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

/* お食い初め・初誕生祭・その他
------------------------------------------*/
.others .oiwai .photo li {
	margin-bottom:10px;
	padding-bottom:10px;
	background:url(../images/bd_dotted_5_blue.png) repeat-x 0 100%;
	color:#0099da;
}

.others .oiwai .photo li:last-child {
	padding-bottom:0;
	background:none;
}

.others .oiwai .photo .price span {
	background-color:#5cbce5;
}

.others .oiwai .titlefix h2 {
  width: 100%;
	background-color:#0099da;
}


/* 衣裳コレクション
------------------------------------------*/
.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; }