/*
Theme Name: anni_r6
Theme URI: http://unknown.jp/
Description: オリジナルリセット
Version: 100.0
Author: noname
Author URI: http://unknown.jp/
*/

/* html5 reset*/
html{overflow-y:scroll;}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
main{display:block;}
h1, h2, h3, h4, h5, h6,address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
article, aside, dialog, figure, footer, header,hgroup, nav, section {display:block;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
img{vertical-align:bottom; max-width:100%; height:auto;}

/* original reset */
li{
	list-style:none;
}
a {
	text-decoration:none;
}
a:link {
}
a:visited {
}
a:hover {
	text-decoration:underline;	
}
a:active {
}

/* html5 reset +alpha */
html{
    font-size: 62.5%; /* (14px) */
	line-height:1.0;
}
#main {
	line-height:1.4;
}

/* common item */
.clrfx:after {content:".";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;font-size:0.1em;line-height:0;}
.clrfx {zoom:1;}
.clr {clear:both;}
.fltl {float:left;}
.fltr {float:right;}
.leftAdjust{text-align:left;}
.rightAdjust{text-align:right;}
.centerAdjust{text-align:center;}
.topAdjust{vertical-align:top;}
.middleAdjust{vertical-align:middle;}
.bottomAdjust{vertical-align:bottom;}
.rlt{position:relative;}
.abs{position:absolute;}
strong { font-weight:bold; }
em { font-style: italic; }
del { text-decoration:line-though; }

/*----------------------------------------------------------
【font-size】フォントサイズの設定
----------------------------------------------------------*/

.b{ font-weight: bold!important; }/*太字*/
.normal{ font-weight: normal!important; }/*太字を解除*/

.f08{ font-size: 8px; font-size: 0.8rem; }
.f09{ font-size: 9px; font-size: 0.9rem; }
.f10{ font-size: 10px; font-size: 1.0rem; }
.f11{ font-size: 11px; font-size: 1.1rem; }
.f12{ font-size: 12px; font-size: 1.2rem; }
.f13{ font-size: 13px; font-size: 1.3rem; }
.f14{ font-size: 14px; font-size: 1.4rem; }
.f15{ font-size: 15px; font-size: 1.5rem; }
.f16{ font-size: 16px; font-size: 1.6rem; }
.f17{ font-size: 17px; font-size: 1.7rem; }
.f18{ font-size: 18px; font-size: 1.8rem; }
.f19{ font-size: 19px; font-size: 1.9rem; }
.f20{ font-size: 20px; font-size: 2.0rem; }
.f21{ font-size: 21px; font-size: 2.1rem; }
.f22{ font-size: 22px; font-size: 2.2rem; }
.f23{ font-size: 23px; font-size: 2.3rem; }
.f24{ font-size: 24px; font-size: 2.4rem; }
.f25{ font-size: 25px; font-size: 2.5rem; }
.f26{ font-size: 26px; font-size: 2.6rem; }
.f27{ font-size: 27px; font-size: 2.7rem; }
.f28{ font-size: 28px; font-size: 2.8rem; }
.f29{ font-size: 29px; font-size: 2.9rem; }
.f30{ font-size: 30px; font-size: 3.0rem; }
.f31{ font-size: 31px; font-size: 3.1rem; }
.f32{ font-size: 32px; font-size: 3.2rem; }
.f33{ font-size: 33px; font-size: 3.3rem; }
.f34{ font-size: 34px; font-size: 3.4rem; }
.f35{ font-size: 35px; font-size: 3.5rem; }
.f36{ font-size: 36px; font-size: 3.6rem; }


/*----------------------------------------------------------
【color】フォントカラーの設定
----------------------------------------------------------*/

.red{ color: #ff0000!important; }
.maroon{ color: #800000!important; }
.fuchsia{ color: #ff00ff!important; }
.purple{ color: #660099!important; }
.lime{ color: #00ff00!important; }
.green{ color: #008000!important; }
.yellow{ color: #ffff00!important; }
.olive{ color: #808000!important; }
.blue{ color: #0000dd!important; }
.navy{ color: #000080!important; }
.aqua{ color: #00ffff!important; }
.teal{ color: #008080!important; }
.white{ color: #fff!important; }
.silver{ color: #c0c0c0!important; }
.gray{ color: #808080!important; }
.black{ color: #000!important; }
.orange{ color: #ffa500!important; }
.pink{ color: #ffc0c8!important; }


/*----------------------------------------------------------
【box】蛍光ペンのような文字背景の設定
----------------------------------------------------------*/

.glow-red{ padding:2px; background-color: #ff0000!important; }
.glow-lime{ padding:2px; background-color: #00ff00!important; }
.glow-yellow{ padding:2px; background-color: #ffff00!important; }
.glow-aqua{ padding:2px; background-color: #00ffff!important; }
.glow-gray{ padding:2px; background-color: #808080!important; }
.glow-black{ padding:2px; background-color: #000!important; }


/*----------------------------------------------------------
【line-height】行間の設定
----------------------------------------------------------*/

.lh10{ line-height: 1.0!important; }
.lh11{ line-height: 1.1!important; }
.lh12{ line-height: 1.2!important; }
.lh13{ line-height: 1.3!important; }
.lh14{ line-height: 1.4!important; }
.lh15{ line-height: 1.5!important; }
.lh20{ line-height: 2.0!important; }


/*----------------------------------------------------------
下線や取消線の設定
----------------------------------------------------------*/

.underline{ text-decoration: underline!important; }
.del{ text-decoration:line-through;}


/*----------------------------------------------------------
【align】文字や画像の横位置設定
----------------------------------------------------------*/

.al-c{ text-align: center; }
.al-r{ text-align: right; }
.al-l{ text-align: left; }


/*----------------------------------------------------------
ボックスの角を丸くする設定
----------------------------------------------------------*/

.radius1 { border-radius: 1px; }
.radius2 { border-radius: 2px; }
.radius3 { border-radius: 3px; }
.radius4 { border-radius: 4px; }
.radius5 { border-radius: 5px; }
.radius6 { border-radius: 6px; }
.radius7 { border-radius: 7px; }
.radius8 { border-radius: 8px; }
.radius9 { border-radius: 9px; }
.radius10 { border-radius: 10px; }


/*----------------------------------------------------------
ボックスの枠線サイズ設定
----------------------------------------------------------*/

.box-bd2 { border-width: 2px; }
.box-bd3 { border-width: 3px; }
.box-bd4 { border-width: 4px; }
.box-bd5 { border-width: 5px; }


/*----------------------------------------------------------
ボックスの枠線色設定
----------------------------------------------------------*/

.box-c-black { border-color: #000; }
.box-c-red { border-color: #ff0000; }
.box-c-blue { border-color: #0000ff; }
.box-c-yellow { border-color: #ffff00; }
.box-c-white { border-color: #fff; }


/*----------------------------------------------------------
【margin】周りのブロックからの距離設定
----------------------------------------------------------*/

.m0{ margin: 0!important; }
.m0-t{ margin-top: 0!important; }
.m0-r{ margin-right: 0!important; }
.m0-b{ margin-bottom: 0!important; }
.m0-l{ margin-left: 0!important; }

.m5{ margin: 5px!important; }
.m5-t{ margin-top: 5px!important; }
.m5-r{ margin-right: 5px!important; }
.m5-b{ margin-bottom: 5px!important; }
.m5-l{ margin-left: 5px!important; }

.m10{ margin: 10px!important; }
.m10-t{ margin-top: 10px!important; }
.m10-r{ margin-right: 10px!important; }
.m10-b{ margin-bottom: 10px!important; }
.m10-l{ margin-left: 10px!important; }

.m15{ margin: 15px!important; }
.m15-t{ margin-top: 15px!important; }
.m15-r{ margin-right: 15px!important; }
.m15-b{ margin-bottom: 15px!important; }
.m15-l{ margin-left: 15px!important; }

.m20{ margin: 20px!important; }
.m20-t{ margin-top: 20px!important; }
.m20-r{ margin-right: 20px!important; }
.m20-b{ margin-bottom: 20px!important; }
.m20-l{ margin-left: 20px!important; }

.m25{ margin: 25px!important; }
.m25-t{ margin-top: 25px!important; }
.m25-r{ margin-right: 25px!important; }
.m25-b{ margin-bottom: 25px!important; }
.m25-l{ margin-left: 25px!important; }

.m30{ margin: 30px!important; }
.m30-t{ margin-top: 30px!important; }
.m30-r{ margin-right: 30px!important; }
.m30-b{ margin-bottom: 30px!important; }
.m30-l{ margin-left: 30px!important; }

.m35{ margin: 35px!important; }
.m35-t{ margin-top: 35px!important; }
.m35-r{ margin-right: 35px!important; }
.m35-b{ margin-bottom: 35px!important; }
.m35-l{ margin-left: 35px!important; }

.m40{ margin: 40px!important; }
.m40-t{ margin-top: 40px!important; }
.m40-r{ margin-right: 40px!important; }
.m40-b{ margin-bottom: 40px!important; }
.m40-l{ margin-left: 40px!important; }

.m45{ margin: 45px!important; }
.m45-t{ margin-top: 45px!important; }
.m45-r{ margin-right: 45px!important; }
.m45-b{ margin-bottom: 45px!important; }
.m45-l{ margin-left: 45px!important; }

.m50{ margin: 50px!important; }
.m50-t{ margin-top: 50px!important; }
.m50-r{ margin-right: 50px!important; }
.m50-b{ margin-bottom: 50px!important; }
.m50-l{ margin-left: 50px!important; }

.m55{ margin: 55px!important; }
.m55-t{ margin-top: 55px!important; }
.m55-r{ margin-right: 55px!important; }
.m55-b{ margin-bottom: 55px!important; }
.m55-l{ margin-left: 55px!important; }

.m60{ margin: 60px!important; }
.m60-t{ margin-top: 60px!important; }
.m60-r{ margin-right: 60px!important; }
.m60-b{ margin-bottom: 60px!important; }
.m60-l{ margin-left: 60px!important; }


/*----------------------------------------------------------
【padding】ブロック内の距離設定
----------------------------------------------------------*/

.p0{ padding: 0!important; }
.p0-t{ padding-top: 0!important; }
.p0-r{ padding-right: 0!important; }
.p0-b{ padding-bottom: 0!important; }
.p0-l{ padding-left: 0!important; }

.p5{ padding: 5px!important; }
.p5-t{ padding-top: 5px!important; }
.p5-r{ padding-right: 5px!important; }
.p5-b{ padding-bottom: 5px!important; }
.p5-l{ padding-left: 5px!important; }

.p10{ padding: 10px!important; }
.p10-t{ padding-top: 10px!important; }
.p10-r{ padding-right: 10px!important; }
.p10-b{ padding-bottom: 10px!important; }
.p10-l{ padding-left: 10px!important; }

.p15{ padding: 15px!important; }
.p15-t{ padding-top: 15px!important; }
.p15-r{ padding-right: 15px!important; }
.p15-b{ padding-bottom: 15px!important; }
.p15-l{ padding-left: 15px!important; }

.p20{ padding: 20px!important; }
.p20-t{ padding-top: 20px!important; }
.p20-r{ padding-right: 20px!important; }
.p20-b{ padding-bottom: 20px!important; }
.p20-l{ padding-left: 20px!important; }

.p25{ padding: 25px!important; }
.p25-t{ padding-top: 25px!important; }
.p25-r{ padding-right: 25px!important; }
.p25-b{ padding-bottom: 25px!important; }
.p25-l{ padding-left: 25px!important; }

.p30{ padding: 30px!important; }
.p30-t{ padding-top: 30px!important; }
.p30-r{ padding-right: 30px!important; }
.p30-b{ padding-bottom: 30px!important; }
.p30-l{ padding-left: 30px!important; }

.p35{ padding: 35px!important; }
.p35-t{ padding-top: 35px!important; }
.p35-r{ padding-right: 35px!important; }
.p35-b{ padding-bottom: 35px!important; }
.p35-l{ padding-left: 35px!important; }

.p40{ padding: 40px!important; }
.p40-t{ padding-top: 40px!important; }
.p40-r{ padding-right: 40px!important; }
.p40-b{ padding-bottom: 40px!important; }
.p40-l{ padding-left: 40px!important; }

.p45{ padding: 45px!important; }
.p45-t{ padding-top: 45px!important; }
.p45-r{ padding-right: 45px!important; }
.p45-b{ padding-bottom: 45px!important; }
.p45-l{ padding-left: 45px!important; }

.p50{ padding: 50px!important; }
.p50-t{ padding-top: 50px!important; }
.p50-r{ padding-right: 50px!important; }
.p50-b{ padding-bottom: 50px!important; }
.p50-l{ padding-left: 50px!important; }

.p55{ padding: 55px!important; }
.p55-t{ padding-top: 55px!important; }
.p55-r{ padding-right: 55px!important; }
.p55-b{ padding-bottom: 55px!important; }
.p55-l{ padding-left: 55px!important; }

.p60{ padding: 60px!important; }
.p60-t{ padding-top: 60px!important; }
.p60-r{ padding-right: 60px!important; }
.p60-b{ padding-bottom: 60px!important; }
.p60-l{ padding-left: 60px!important; }

/* items */
a img {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
}
a:hover img.opa100 {
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: alpha(opacity=100);
}
.container {
	width:1200px;
	margin:0 auto;
	
}
.min-container {
	width:1000px;
	margin:0 auto;
	
}
/* body style */
body {
	font-size:1.4rem;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	background:#fff;
	-webkit-text-size-adjust: 100%;
}
#wrapper {
	font-family: '游ゴシック体', 'Yu Gothic', YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;

}
/* common */

#header {
	background:#fff;
	border-top:5px solid #D21D86;
}
#header .logo {
	float:left;
	width:290px;
	margin:10px 0 10px 0; 
}
#header address {
	position:absolute;
	top:18px;
	left:350px;
	font-size:16px;
}
.head_tel{
	float:left;
	    margin-top: -4px;
}

#header .hopt_adrs {
    position: absolute;
     right: 270px;
    bottom: 20px;
    font-size: 17px;
}
#header address .hopt_tel{
	color:#439BE8;
	background:url(images/tel.png) no-repeat left top;
	background-size:30px;
	display: block;
	padding:0 0 0 45px;
}
#header address .hopt_tel:hover{
	text-decoration:none;
	opacity:0.8;
}
#header address .telnum {
	font-size:35px;
	font-weight:bold;
	margin-bottom:5px;
}
#header address .times {
	font-size:16px;
}

#header .hopt_sns2 {
    position: absolute;
    width: 175px;
    bottom: 35px;
    right: 78px;
}
#header .hopt_sns2 > a{
	display:inline-block;
	width:30px;
	margin:0 5px;
	    vertical-align: middle;
}

#header .hopt_sns {
	position:absolute;
	top:8px;
	right:0;
}
#header .hopt_sns > a{
	display:inline-block;
	
	margin:0 0px;
	    vertical-align: middle;
}

#header .hopt_sns .linker{
	padding:10px 0 0 0;
}

#gnavi {
	background: #eb76ba; /* Old browsers */
	background: -moz-linear-gradient(top, #eb76ba 0%, #d21d86 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #eb76ba 0%,#d21d86 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #eb76ba 0%,#d21d86 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb76ba', endColorstr='#d21d86',GradientType=0 ); /* IE6-9 */
	border-bottom:6px solid #9B9B9B;
}
#gnavi ul {
	display:table;
}
#gnavi li {
	display:table-cell;
	vertical-align:middle;
	padding:34px 18px;
	text-align:center;
}
#gnavi li a {
	width:100%;
	height:100%;
	display:block;
	color:#fff;
	text-align:center;
}
#gnavi li a:hover{
	text-decoration:none;
	color:#FDF3CC;
}
#gnavi li a span{
	display:block;
	font-weight:bold;
	font-size:21px;
	margin-bottom:5px;
}
#gnavi li a small{
	display:block;
	font-size:12px;
}
#footer {
	background:#D21D86;
	padding:50px 0 0;
}
#footer .flogo {
	float:left;
	padding: 0px 30px 0 ;
	width:255px;
}
#footer .flogo {
	float:left;
	
}
#footer #fnavi {
	float:left;
	margin-left:100px;
	font-size:16px;
}
#footer #fnavi li{
	margin:0 0 15px;
}
#footer #fnavi a{
	color:#fff;
}
#footer #fnavi2 {
	float:left;
	margin-left:150px;
	font-size:16px;
}
#footer #fnavi2 > ul li{
	margin-bottom:30px;
}
#footer #fnavi2 > ul a{
	color:#fff;
	font-weight:bold;
}
#footer #fnavi2 .lefter {
	float:left;
	margin-right:150px;
}
#footer #fnavi2 .lefter li{
	margin:0 0 15px;
}
#footer #fnavi2 .lefter a{
	color:#fff;
}
#footer #fnavi2 .righter {
	float:left;
}
#footer #fnavi2 .righter li {
	margin:0 0 15px;
}
#footer #fnavi2 .righter a{
	color:#fff;

}

.copy {
	background:#fff;
	text-align:center;
	color:#CD3D89;
	margin-top:60px;
}
.copy .container {
	display:block;
	padding:15px;
}



.slider{
	max-width:1500px;
	margin:auto;
	width:100%;
	min-width:1200px;
}

#main {
	background:#FDF3CC;	
}
	

.title_type01 {
	font-size:100px;
	font-family:Arial, Helvetica, "sans-serif";
	font-weight:bold;
	color:#FABDBD;
	line-height:1.2;
	text-shadow:1.5px 1px 0 #CCC3C3;
	padding-bottom:0px;
	border-bottom:3px solid #FABDBD;
	margin-bottom:30px;
}
.title_type01.lefts {
	text-align:left;
}
.title_type01.rights {
	text-align:right;
}
.whites .title_type01 {
	color:#E3E0E0;
	border-bottom:0px solid #FABDBD;
}




.title_type02 {
	font-size:30px;
	font-weight:bold;
	padding:0 10px 15px 10px;
	position:relative;
	color:#505050;
	margin-bottom:20px;
}
.title_type02::before {
	content:"";
	border-bottom:6px solid #DDDDDD;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
}
.title_type02::after {
	content:"";
	border-bottom:6px solid #CD3D89;
	position:absolute;
	bottom:0;
	left:0;
	width:160px;
}
.title_type03 {
	font-size:30px;
	text-align:center;
	position:relative;
}
.title_type03 span{
	background:#FDF3CC;
	display:inline-block;
	padding:10px 40px;
	color:#D21D86;
}
.title_type03::before {
	content:"";
	height:1px;
	width:calc(50% - 80px);
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	margin:auto;
	background:#FABDBD;
}
.title_type03::after {
	content:"";
	height:1px;
	width:calc(50% - 80px);
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	margin:auto;
	background:#FABDBD;
}

.title_type04 {
	
}
.title_type04.whiter {
	color:#fff;
}
.title_type04 span {
	position:relative;
	z-index:1;
	font-size:77px;
	font-family:Arial, Helvetica, "sans-serif";
	display:block;
	font-weight:bold;
	padding:50px 0 0 30px;
	text-shadow:0 3px 6px rgba(0,0,0,0.16);
}
.title_type04 small{
	position:relative;
	z-index:1;
	font-size:25px;
	display:block;
	padding:0 0 0 30px;
	text-shadow:0 3px 6px rgba(0,0,0,0.16);
}
.title_type04.lineb::after {
	position:absolute;
	content:"";
	height:3px;
	width:110px;
	left:25px;
	margin:20px 0 0 0;
}
.title_type04.lineb.whiter::after {
	background:#fff;
}

.title_type05 {
	text-align:center;
	position:absolute;
	top:-215px;
	left:0;
	right:0;
	margin:auto;
}
.title_type05 span {
	color:#FABDBD;
	font-size:69px;
	text-shadow:0 3px 6px rgba(0,0,0,0.16);
	font-family:Arial, Helvetica, "sans-serif";
	font-weight:bold;
	display:block;
	margin-bottom:20px;
}
.title_type05 span::after {
	content:"";
	background:#FABDBD;
	height:3px;
	width:50px;
	position:absolute;
	left:0;
	right:0;
	top:0;
	margin: 100px auto 0;
}
.title_type05 small {
	color:#696565;
	font-size:20px;
	display:block;
}

.title_type06 {
	display:inline-block;
	background:#fff;
	font-size:18px;
	border:1px solid #C6C6C6;
	padding:10px 20px;
	border-radius:80px;
	min-width:160px;
	box-sizing:border-box;
	
}







.btn_type01 {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	display:inline-block;
	background:#CD3D89;
	color:#fff;

	position:relative;
	border-radius:7px;
	border:2px solid #CD3D89;
	box-sizing:border-box;
}
.btn_type01.pat1 {
	font-size:11px;
    padding: 13px 40px 10px 60px;
    width: 228px;
}
.btn_type01.pat2 {
	font-size:18px;
	padding:13px 60px 10px;
}
.btn_type01 img{
	height:15px;
	width:auto;
	position:absolute;
	top:10px;
	left:10px;
}
.btn_type01::after {
	content:"";
	position:absolute;
	top:13px;
	right:14px;
	width:6px;
	height:6px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	transform:rotate(-45deg);
}
.btn_type01.pat2::after{
	top:20px;
}
.btn_type01:hover{
	text-decoration:none;
}

.btn_type02 {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	color:#CD3D89;
	border:1px solid #CD3D89;
	background:#FFFFFF;
	display:inline-block;
	padding:15px 20px;
	width:210px;
	box-sizing:border-box;
	font-size:16px;
	text-align:left;
	position:relative;
	border-radius:6px;
	box-shadow:3px 3px 0 rgba(0,0,0,0.16);
}
.btn_type02::after {
	content:"";
	position:absolute;
	top:22px;
	right:18px;
	width:6px;
	height:6px;
	border-right:1px solid #CD3D89;
	border-bottom:1px solid #CD3D89;
	transform:rotate(-45deg);
}
.btn_type02:hover {
	color:#ffffff;
	border:1px solid #ffffff;
	background:#CD3D89;
	text-decoration:none;
}
.btn_type02:hover:after {
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
.btn_type03{
	background-color:#F295CB;
	color:#fff;
border-radius:5px;
	padding:10px;
}
.btn_type03:hover{
	text-decoration:none;
	background-color:#FC5CB9;
}
.table_type01 {
	padding-top:25px;
	margin-bottom:50px;
}
.table_type01 dt {
	width:200px;
	float:left;
	box-sizing:border-box;
	padding-left:40px;
}
.table_type01 dd {
	padding-left:200px;
	border-bottom:1px solid #DBDBDB;
	padding-bottom:20px;
	margin-bottom:20px;
}
.table_type01.onlist li{
	border-bottom:1px solid #DBDBDB;
	padding-left:40px;
	padding-bottom:20px;
	margin-bottom:20px;
}
.table_type01 dd p{
	margin-bottom:15px;
}

.btn_type05 {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	display:inline-block;
	background:#4F8E26;
	color:#FFF200;

	position:relative;
	border-radius:7px;
	
	box-sizing:border-box;
}

.btn_type05.can {
	background:#188598;
	color:#FFF;
}



.btn_type05.pat1 {
    font-size: 12px;
    padding: 13px 10px 10px 40px;
   
    height: 40px;
}

.btn_type05 img{
	height:15px;
	width:auto;
	position:absolute;
	top:12px;
	left:8px;
}

.btn_type05.pat1.can {
    font-size: 12px;
    padding: 13px 10px 10px 40px;
    height: 40px;
	margin-right: 3px!important;
}

.btn_type05.can img{
	height:20px;
	width:auto;
	position:absolute;
	top:10px;
	left:8px;
}


.btn_type05:hover{
	text-decoration:none;
	opacity:0.8;
}


.index_menu .btn_type05 {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	display:inline-block;
	background:#4F8E26;
	color:#FFF200;
	position:relative;
	border-radius:7px;
	box-sizing:border-box;
}

.chirashi{
	    padding-top: 0!important;
    display: flex;
    justify-content: space-around;
    width: 1000px;
    margin: 0 auto;
}
.index_menu .btn_type06 {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	display:inline-block;
	background:#CD3D89;
	color:#FFF;
	position:relative;
	border-radius:7px;
	box-sizing:border-box;
}

.index_menu .btn_type06.pat1 {
    font-size: 25px;
    padding:0px 0px 50px 30px;
    width: 380px!important;
    height: 100px;
    line-height: 80px;
    border-radius: 0;
    border: solid 10px #fff;
}

.index_menu .btn_type06.pat2 {
    font-size: 25px;
    padding:0px 0px 50px 0px;
    width: 380px!important;
    height: 100px;
    line-height: 80px;
    border-radius: 0;
    border: solid 10px #fff;
	    background: #167ac6;
}

.index_menu .btn_type06.pat6 {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	display:inline-block;
	background:#4F8E26;
	color:#FFF200;
	position:relative;
	box-sizing:border-box;
	  font-size: 25px;
    padding:0px 0px 50px 0px;
    width: 380px!important;
    height: 100px;
    line-height: 80px;
    border-radius: 0;
    border: solid 10px #fff;
}
.index_menu .btn_type06.pat6 img{
	height:30px;
	width:auto;
	position:absolute;
	top:25px;
	left:24px;
}
	
.index_menu .btn_type06 img{
	height:40px;
	width:auto;
	position:absolute;
	top:20px;
	left:24px;
}

.index_menu .btn_type06:hover{
	text-decoration:none;
	opacity:0.8;
}

.index_menu .btn_type06::after {
    content: "";
    position: absolute;
    top: 30px;
    right: 25px;
    width: 15px;
    height: 15px;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    transform: rotate(-45deg);
}

.index_menu .btn_type05.pat1 {
    font-size: 25px;
    padding:0px 0px 50px 30px;
    width: 380px!important;
    height: 100px;
    line-height: 80px;
    border-radius: 0;
    border: solid 10px #fff;
}

.index_menu .btn_type05 img{
	height:40px;
	width:auto;
	position:absolute;
	top:20px;
	left:20px;
}

.index_menu .btn_type05:hover{
	text-decoration:none;
	opacity:0.8;
}

.index_menu .btn_type05::after {
    content: "";
    position: absolute;
    top: 30px;
    right: 25px;
    width: 15px;
    height: 15px;
    border-right: 2px solid #FFF200;
    border-bottom: 2px solid #FFF200;
    transform: rotate(-45deg);
}

.index_menu .btn_type06.pat4 {
    background-color: #188598;
    font-size: 25px;
    padding:0px 0px 50px 30px;
    width: 380px!important;
    height: 100px;
    line-height: 80px;
    border-radius: 0;
    border: solid 10px #fff;

}

.index_menu .btn_type06.pat5 {
    background-color: #df5ef5;
	   font-size: 25px;
    padding:0px 0px 50px 30px;
    width: 380px!important;
    height: 100px;
    line-height: 80px;
    border-radius: 0;
    border: solid 10px #fff;
}

.index_menu {
	padding:0px 0 70px;
}
.index_menu article {
	margin:22.5px 45px 22.5px 0;
	width:370px;
	float:left;
	box-sizing:border-box;
	padding:6px;
	text-align:center;
	background-image:url(images/indexnav_opt01.png);
	background-repeat:no-repeat;
	background-position: 34px 310px;
	box-shadow:3px 3px 0 rgba(0,0,0,0.16);
	border-radius:5px;
}
.index_menu article:nth-of-type(3n){
	margin:22.5px 0px 22.5px 0;
}
.index_menu article:nth-of-type(1) { background-color:#F2D1E5; }
.index_menu article:nth-of-type(2) { background-color:#FDFDC6; }
.index_menu article:nth-of-type(3) { background-color:#C0ECC4; }
.index_menu article:nth-of-type(4) { background-color:#E3FFF6; }
.index_menu article:nth-of-type(5) { background-color:#FED7D6; }
.index_menu article:nth-of-type(6) { background-color:#F5E5FE; }
.index_menu article:nth-of-type(7) { background-color:#E0ECC0; }
.index_menu article:nth-of-type(8) { background-color:#CBE8EF; }
.index_menu article:nth-of-type(9) { background-color:#FCE7D8; }

.index_menu article h3 {
	font-size:20px;
	font-weight:bold;
	color:#62505A;
	padding:15px 0 5px;
}
.index_menu article p {
	font-size:13px;
	color:#62505A;
}

.index_menu .linker {
	padding:80px 0 0;
	text-align:center;
	display:flex;
justify-content: flex-start;
	flex-wrap: wrap;
}
.index_menu .linker a{
    margin-right: 30px;
    margin-bottom: 30px;
}
.index_menu .linker a:nth-of-type(3n){
	margin-right:0px;
}
.index_menu .linker a:nth-of-type(6):after{
	display: none;
}

.index_menu a:hover{
	text-decoration:none;
}

.index_news {
	
}
.index_news article {
	background:#FFFFF4;
	margin-bottom:30px;
	padding:40px;
}
.index_news .oshirase li {
	float:left;
	width:260px;
	margin-right:26px;
	margin-bottom: 26px;
}
.index_news .oshirase li:nth-child(4n) {
	margin-right:0px;
}
.index_news .oshirase li a:hover{
	text-decoration:none;

}

.index_news .oshirase li p,.index_news .oshirase li .time{
	color:#3C3C3C;
}

.index_news .oshirase li .thumbs{
	margin-bottom:10px;

}
.index_news .oshirase li .cat {
	width:100px;
	text-align:center;
	float:left;
	font-size: 13px;
    padding: 2px 0px 0px;
}
.cat_oshirase {
	color:#fff;
	background:#559EE8;
}
.cat_campaign {
	color:#fff;
	background:#EF7FD9;
}
.cat_coupon{
    color: #fff;
    background: #4e9818;
}
.cat_baby,.cat_baby-coupon{
    color: #fff;
    background: #FF8080;
}

.cat_753,.cat_753-coupon {
    color: #fff;
    background: #712F9D;
}
.cat_kids,.cat_kids-coupon{
    color: #fff;
    background: #89CC58;
}
.cat_seijin,.cat_seijin-coupon {
    color: #fff;
    background: #C30E22;
}
.cat_bridal, .cat_bridal-coupon{
    color: #fff;
    background: #FFA5CF;
}
.cat_maternity,.cat_maternity-coupon {
    color: #fff;
    background: #FFAA96;
}
.cat_family,.cat_family-coupon {
    color: #fff;
    background: #AACE4D;
}
.cat_shoumei,.cat_shoumei-coupon {
    color: #fff;
    background:#4EA0FF;
}

.index_news .oshirase li .time {
	float:right;
}
.index_news .oshirase p {
	float:left;
	padding:10px 0 0 ;
	width:100%;
}

.index_news .linker {
	padding:40px 0 0 ;
	text-align:center;
}
.index_news .linker a{
	margin:0 20px;
	
}
.index_news .youtube {
	padding: 40px 40px 0;
	}
.index_news .youtube li{
	float:left;
	width:340px;
	margin:0 50px 40px 0;
}
.index_news .youtube li:nth-of-type(3n){
	margin:0 0 40px 0;
}
.index_news .youtube li iframe{
	width:340px;
	height:190px;
}
.index_gallery  {
	padding: 70px 0 0px;
}
.index_gallery  .bx-viewport{
	padding:40px 0;
}
#indexgalcal li {
	margin:0 30px;
	display:flex;
	justify-content: center;
	align-items: center;
	height:400px;
	width:250px;
}
#indexgalcal_furi li {
	margin:0 30px;
	display:flex;
	justify-content: center;
	align-items: center;
	height:400px;
	width:250px;
}
#indexgalcal_babycos li,#indexgalcal_753cos li,#indexgalcal_juniorcos li {
	margin:0 30px;
	display:flex;
	justify-content: center;
	align-items: center;
	height:400px;
	width:250px;
}
@media all and (-ms-high-contrast: none) {
#indexgalcal li {
	display:block;
}
	#indexgalcal_furi li {
	display:block;
}
		#indexgalcal_babycos li,#indexgalcal_753cos li, #indexgalcal_juniorcos li {
	display:block;
}
}
#indexgalcal li img{
	border:5px solid #fff;
	display: block;
}
#indexgalcal_furi li img{
	border:5px solid #fff;
	display: block;
}
#indexgalcal_babycos li img,#indexgalcal_753cos li img,#indexgalcal_juniorcos li img{
	border:5px solid #fff;
	display: block;
}

#gallery_cos .linker {
	text-align:center;
}
.index_gallery .linker {
	text-align:center;
}

.index_other {
	padding: 100px 0 0px;
}
.index_other .othernav {
	padding:20px 0 30px;
}
.index_other .othernav li{
	width:250px;
	float:left;
	text-align:center;
	margin-right:66px;
}
.index_other .othernav li:nth-of-type(4){
	margin-right:0px;
}
.index_other .othernav li a{
	width:250px;
	height:250px;
	background:#fff;
	display:block;
	border-radius:200px;
	box-shadow:2px 2px 0 #CCC3C3;
}
.index_other .othernav li p{
	padding:30px 0;
	font-size:18px;
	font-weight:bold;
	color:#533A47;
}

.index_other .io_btns {
	  padding: 40px 20px 30px;
	display:flex;
	justify-content:space-around;
}
.index_other .io_btns li {
	font-size:22px;
}
.index_other .io_btns li:nth-of-type(4) {
	margin-right:0px;
}
.index_other .io_btns li a {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	float:left;
	width:270px;
	background:#fff;
	padding:8px 18px;
	border-radius:30px;
	box-sizing:border-box;
	position:relative;
	text-align:center;
	border:2px solid #fff;
	box-shadow:2px 2px 0 #CCC3C3;
}
.index_other .io_btns li img {
	width:33px;
	position:absolute;
    top: 8px;
    left: 26px;
}
.index_other .io_btns li a:hover {
	border:2px solid #CD3D89;
	text-decoration:none;
	box-shadow:0px 0px 0 #CCC3C3;
}


.index_information {
	padding:100px 0 80px;
}
.index_information.whites {
	background:#fff;
}
.index_information .lefter{
	float:left;
	width:480px;
	position:relative;
}

.index_information .lefter .linker{
	position:absolute;
	right:20px;
	bottom:-30px;
}
.index_information .righter{
	float:right;
	width:650px;
	background:#FFFFF4;
	box-sizing:border-box;
	padding:30px 80px ;
	box-shadow:3px 3px 0 rgba(0,0,0,0.16);

}
.index_information .righter h3{
	font-size:20px;
	margin-bottom:15px;
}
.index_information .righter p{
	font-size:18px;
	margin-bottom:15px;
}
.index_information .righter p .bigs{
	font-size:24px;
	font-weight:normal;
}

.index_information .righter .hopt_tel{
	color:#439BE8;
	background:url(images/tel.png) no-repeat 0 20px;
	background-size:40px;
	display: block;
	padding:0 0 0 60px;
	width:300px;
	margin:25px auto ;
}
.index_information .righter .hopt_tel:hover{
	text-decoration:none;
	opacity:0.8;
}
.index_information .righter .telnum {
	font-size:33px;
	font-weight:bold;
	margin-bottom:0px;
}
.index_information .righter .times {
	font-size:19px;
}
.index_information .righter .linker  {
	text-align:center;
}
.index_information .righter .linker .btn_type01 {
	font-size:16px;
	width:300px;
	text-align:center;
}
.index_information .righter .linker .btn_type01 img {
	top:15px;
	left:30px;
}
.index_information .righter .linker .btn_type01::after {
	content:"";
	top:19px;
}

.about {
	font-size:16px;
}
.sect_head {
	padding:50px 0 140px;
	height:600px;
}
.about .about_top {
	position:absolute;
	top:100px;
	right:0;
	width:700px;
}
.sect_head .main_img{
    position: absolute;
    top: 100px;
    right: 0;
    width: 700px;
}
.sect_head .title_bg::before{
	content:"";
	width:100vw;
	position:absolute;
	top:0px;
	right:340px;
	height:440px;
	box-shadow:0 3px 0 rgba(0,0,0,0.16);
}
/*各タイトル色*/
.about .sect_head .title_bg::before{
	background:#EB79BB;
}
.menu .sect_head .title_bg::before{
	background:#EB79A0;
}

.sect_head p{
	color:#ffffff;
	position:relative;
	padding:100px 0 0 30px;
	font-size:18px;
	    width: 440px;
	line-height:1.8;
	text-shadow:0 3px 6px rgba(0,0,0,0.16);
}


.about article {
	background:#FFFFF4;
	border-bottom:8px solid #FABDBD;
	margin-bottom:140px;
	padding:160px 0 80px;
}
.about article p {
	font-size:16px;
	line-height:2;
}

.about .about02 .lefter{
	width:600px;
	margin-bottom:100px;
}
.about .about02 .righter{
	position:absolute;
	right:0;
	top:0;
}
.about .about02 .righter img{
	border:10px solid #fff;
	box-shadow:0 3px 6px rgba(0,0,0,0.16);
	    width: 320px;
}

.about .about02 .daihyo_name {
	background:#F295CB;
	position:absolute;
	bottom:-20px;
	left:-40px;
	color:#ffffff;
	padding:25px;
	font-size:19px;
	box-shadow:0 3px 6px rgba(0,0,0,0.16);
}
.about .about02 .daihyo_name small {
	font-size:16px;
	padding-right:20px;
}

.about .about02 .daihyo_name strong {
	font-size:25px;
	font-weight:normal;
}


/*メニュー*/
.bg_type01{
	background: #FFFFF4;
    border-bottom: 8px solid #FABDBD;
    margin-bottom: 90px;
    padding: 160px 0 80px;
}
.menu .index_menu{
	padding:0px;
}
/*工事中*/
.coming{
	padding:100px 0;
}
.coming_container{
	background-color:#fff;
	width:800px;
	margin:0 auto;
	text-align:center;
	padding:50px;
}
.coming_container img{
	width:200px;
	height:auto;
}
.coming_container .comment{
margin-bottom:30px;
}


/*各撮影メニューメージ*/
.baby .maintitle_type_menu,.baby .sub_title02, .baby .sub_title01 {
	color:#FF8080;
}

.shichigosan .sub_title02, .shichigosan .sub_title01{
	color:#712F9D;
}

.kids .maintitle_type_menu,.kids .sub_title02, .kids .sub_title01 {
	color:#89CC58;
}
.bridal .maintitle_type_menu,.bridal .sub_title02,.bridal .sub_title01{
	color:#FFA5CF;
}
.seijin .maintitle_type_menu,.seijin .sub_title01,.seijin .sub_title02{
	color:#C30E22;
}
.maternity .maintitle_type_menu,.maternity .sub_title02, .maternity .sub_title01 {
	color:#FFB6A5;
}

.family .maintitle_type_menu,.family .sub_title02, .family .sub_title01 {
	color:#AACE4D;
}

.profile .maintitle_type_menu,.profile .sub_title02, .profile .sub_title01 {
	color:#76D3EA;
}

.shoumei .maintitle_type_menu,.shoumei .sub_title02, .shoumei .sub_title01 {
	color:#4EA0FF;
}
.shoumei .sub_title01 {
top:307px;
}

.shoumei .menu_head h1 {
	  font-size: 79px;
}

.menu_head h1 {
    font-size: 90px;
    font-weight: bold;
	    font-family: Arial, Helvetica, "sans-serif";
}
.sukashi{
	top:80px;
	left:80px;
	z-index:1;
	font-size:140px;
	color:#f3f3f3;
	    font-family: Arial, Helvetica, "sans-serif";
	font-weight:bold;
}


.shichigosan .sukashi,.seijin .sukashi,.bridal .sukashi,.shoumei .sukashi{
	top:60px;
}

.shichigosan .menu_description{
		background-color:#712F9D;
}

 .kids .menu_description {
	background-color:#89CC58;
}
.bridal .menu_description{
	background-color:#FFA5CF;
}
.seijin .menu_description{
		background-color:#C30E22;
}

.maternity .menu_description {
	background-color:#FFB6A5;
}

 .family .menu_description {
	background-color:#AACE4D;
}
 .profile .menu_description {
	background-color:#76D3EA;
}
 .shoumei .menu_description {
	background-color:#4EA0FF;
}

.menu_head{
	background-color:#fff;
}

.white_container{
	width:1200px;
	margin:0 auto;
	height:370px;
}

.maintitle_type_menu{
	padding-top:55px;
	z-index:10!important;
	position:relative;
}
.shichigosan .maintitle_type_menu,.seijin .maintitle_type_menu,.bridal .maintitle_type_menu{
	padding-top:55px;
}

.second iframe{
	/*
    z-index: 200;
    position: absolute;
    top: 200px;*/
    width: 250px;
    height: 444px;
}

.seijin_main{
	/*background-color:#C30E22 !important;*/
}

.maintitle_type_menu span{
	font-size:90px;
	font-weight:bold;
}

.maintitle_type_menu small{
	font-size:25px;
}


.sub_title01 {
	position: absolute;
	font-size: 25px;
	top:185px;
	z-index:5;
}

.shichigosan .sub_title01,.seijin .sub_title01,.bridal .sub_title01 {
	position: absolute;
	font-size: 25px;
	top:160px;
	z-index:5;
	    font-weight: normal;
}

.sub_title02{
	font-size:25px;
	    top: 300px;
    left: 0px;
}






.menu_h_img{
    box-shadow: 3px 3px 6px #8c8c8c99;
	width:675px;
	height:auto;
	top:65px;
	right:0;
	z-index:5;
}

.seijin .menu_h_img{
    box-shadow: none;
}

.menu_description{
	

}
.menu_description .container{
position:relative;
	height:200px;
}

.baby .menu_description{
	background:#FF8080;
}

.menu_description .container p{
	font-size:16px;
	width:500px;
	text-align:left;
	    line-height: 1.8;
position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
/*
.shoumei .menu_description .container p{
	top: 60%;
	left: 0;
	transform: translateY(-50%);
}
*/

.menu_description p{
	color:#fff;
	text-shadow: rgba(113, 113, 113, 0.2) 0px 3px 3px
}


.menu_nav{
	background:#FFF4F4;
}
.menu_nav img{
	height:30px;
	width:auto;
	vertical-align:middle;
		margin-right:30px;
}

.seijin .menu_nav img{
	margin-right:10px;
}

.seijin .menu_nav ul a{
	font-size:17px;
	padding: 0px 5px 5px;
}

.seijin_btn{
	    display: flex;
    justify-content: space-between;
    width: 500px;
    margin: 0 auto;
    padding-bottom: 19px;
}

.menu_nav ul{
	width:1200px;
	margin:0 auto;
display:flex;
	justify-content:space-around;
	padding:20px 0;
}

.menu_nav li{
    text-align: center;
}

.menu_nav ul a{
	display:block;
	color:#D21D86;
	font-weight:bold;
	font-size:18px;
		padding: 0px 10px 5px;
	border-bottom:solid 3px #D21D86;
}
.menu_nav ul a:hover{
	text-decoration:none;
	color:#e2379a;
		border-bottom:solid 3px #e2379a;
}


.contents{
	    background: #FFFFF4;
    border-bottom: 8px solid #FABDBD;
    margin-bottom: 140px;
    padding: 60px 0 ;
}
/*成人式背景*/
.seijin .contents{
	/*background: #000000;*/
    border-bottom: 8px solid #FABDBD;
}


.title_type_menu{
	color:#F45B84;
	font-size:32px;
	text-align:center;
	font-weight:bold;
	margin-bottom:70px;
	    position: relative;
}


.contents_container{
	background:#fff;
	margin-bottom:60px;
	border:solid 5px #FDB3CF;
	border-radius:18px;
	padding:35px;
}

.flex{
	display:flex;
}

.menu_point_left{
	flex:6;
}

.menu_point_right{
	flex:4;
}

.shichigosan01 .menu_point_left{
	flex:7;
}
.shichigosan01 .menu_point_right{
	flex:initial;
}
.shichigosan01 .menu_point_right img{
	width:500px;
	height:auto;
}
.shichigosan01 .contents_p{
	margin:30px 30px 0 83px;
	    width: auto!important;
}
.kids .photos{
	    margin: 0px;
}
.photos{
	    margin: -20px;
	padding-right:20px;
}
.idphoto{
	width:250px;
	height:auto;
	padding-left:100px;
	
}
.idphoto img{
	 box-shadow: 3px 3px 10px #c5c5c599;
}

.photo_shadow{
    background: #fff;
    padding: 8px;
    border: 1px solid #cacaca4d;
    border-radius: 1%;
    box-shadow: 3px 3px 10px #c5c5c599;
}


.number_type01{
	height:50px;
 width:50px;
 border-radius:50%;
 line-height:50px;
 text-align:center;
   background: #FF4B86;
   font-size: 22px;
    color: #fff;
    font-weight: bold;
  margin-right:30px;
	float:left;
}

.menu_point_left h3{
	font-size:23px;
	color:#FF4B86;
		overflow:hidden;
	vertical-align:center;
	line-height:2.3;
	font-weight:bold;
	margin-left:83px;
	
}
.profile .menu_point_left h3,.maternity .menu_point_left h3,.family .menu_point_left h3,.shoumei .menu_point_left h3{
	margin-left: 60px;
}

.contents_p{
	margin:30px 30px 0 83px;
	    width: 515px;
}
.profile .contents_p,.maternity .contents_p,.family .contents_p,.shoumei .contents_p{
	margin:30px 30px 0 60px;
}

.family .photo_shadow{
	margin-right:30px;
}

.h3center{
	text-align:center;
	padding:10px 0 30px;
}
/*
.profile .menu_point_right img{
	width:230px;
	height:auto;
	margin-left:100px;
	box-shadow: 3px 3px 10px #c5c5c599;
}
*/

.contents_p p{
	line-height:2;
	font-size:16px;
	color:#453129;
}

.min_container{
	background-color:#FFEFF2;
padding:40px;
}


.number_type02{
	height:40px;
 width:40px;
 border-radius:50%;
 line-height:40px;
 text-align:center;
   
   font-size: 18px;
   color: #ff4b86;
    font-weight: bold;
  
	float:left;
}

.number_type02{
	height:40px;
 width:40px;
 border-radius:50%;
 line-height:40px;
 text-align:center;
     background: #FF4B86;
   font-size: 18px;
   color: #fff;
    font-weight: bold;
    margin-right: 20px;
	float:left;
}

.price_seijin .number_type02{
	height:40px;
 width:40px;
 border-radius:50%;
 line-height:40px;
 text-align:center;
   font-size: 18px;
   color: #FF4B86;
    font-weight: bold;
 background-color:initial;
	float:left;
	margin-right:0;
}



.price_wrapper{
	margin-bottom:35px;
	    width: 580px;
}

.price_title{
	overflow:hidden;
}
.baby #point h4{
	font-size:18px;
	border-bottom:solid 3px #FFC9DB;
	    display: inline-block;
	    margin-bottom: 20px;
    padding-bottom: 3px;
	font-weight:bold;
	color:#453129;
}

.baby .menu_point_right .photo_shadow{
	width: 280px;
    height: auto;
    margin-left: 100px;
}
.baby #point .flex .photo{
	width: 430px;
    height: auto;
    padding-bottom: 30px;
	    margin-right: 50px;
}
.baby #point .reverse{
   padding: 20px 0px 0px;
    border-top: solid 1px #FFC9DB;
    /*border-bottom: solid 1px #FFC9DB;*/
    margin-bottom: 30px;
    margin-top: 15px;
}

.price_wrapper h4{
	
	font-size:19px;
	line-height:2.1;
	float:left;
	margin-right:60px;
	font-weight:bold;
	color:#3E3E3E;
}

.menu_price{
	
	color:#F5266A;
	font-size:18px;
	text-align:left;
}
.menu_price02{
	line-height:2.4;
	color:#F5266A;
	font-size:18px;
	text-align:left;
}

.menu_price_type02{
	    color: #F5266A;
    font-size: 18px;
    text-align: left;
	line-height:2.4;
	
}

#price h3{
		font-size:25px;
	margin-bottom:20px;
	font-weight:bold;
	color:#1F1F1F;
}
.pcenter{
    text-align: center;
    margin: -30px 0 30px;
        font-size: 15px;
}
#price h5{
	font-size:18px;
	margin-bottom:5px;
	color:#3E3E3E;
	font-weight:bold;
}

.price_left{
	flex:6;
	padding-top:10px;
}
.price_right{
	flex:4;
}
.price_contents_p{
	margin:20px 0 0 70px;
}	
.price_contents_p_r{
	margin:20px 0 0 215px;
}	
.price_contents_p ul{
	margin-top:20px;
}
.price_contents_p li{
	font-size:17px;
	padding:5px 0;
}
.price_contents_p .size{
	font-weight:bold;
		font-size:19px;
	color:#3E3E3E;
}
	
.price_wrapper .border{
	border-bottom:1px dotted #707070;
	padding-bottom:20px;
}

.price_photo{
	margin-bottom:30px;
}

.shoumei .price_photo{
	    width: 250px;
    height: auto;
       margin: 50px auto;
}
#profilephoto  .price_photo{
	 width: auto;
}
/*
.maternity .price_photo {
    width: 350px;
    height: auto;
    margin: 0 50px;
}
*/
.profile .price_photo {
    width: 350px;
    height: auto;
    margin: 0 50px 50px;
}
.pack_title{
	font-size:20px;
  
 
	font-weight:bold;
}

#price table{
	width:90%;
	margin: 10px 0px;
	font-size:17px;
}
#price tr{

}
#price th{
	text-align:left;
		padding:5px 0;
}
#price td{
	text-align:right;
		padding:5px 0;
}
.price_second{
	margin-top:40px;
}

.gakuwari{
	background-color:#fff;
	padding:10px;
	color:#519F43;
	border:solid 1px #519F43;
	border-radius:2px;
	font-size:18px;
}

.price_left p{
	font-size:16px;
	width: 520px;
}
.price_list02{
	margin-right:30px;
}
.price_list02,.price_list03{
	margin-top:30px;
}
.price_list02 h4, .price_list03 h4{
  float:none;
	margin-right:0;
}
.price_list02 li,.price_list03 li{
	padding:10px 0;
}
.price_list{
	flex:1;
}

.pricetype02{
		border-top: 1px dotted #707070;
	text-align:right;
	    padding: 20px 0 0px;
    color: #2F2F2F;
	    margin-bottom: -10px;
}

.pricetype03{
		border-top: 1px dotted #707070;
	
	    padding: 20px 0 0px;
    color: #2F2F2F;
}

.pricetype04{
	text-align:right;
	    padding: 20px 0 0px;
    color: #2F2F2F;
}


.price_yen01{
	color:#FF4B86;
}
.price_box{
	background-color:#fff;
	border:solid 1px #D84583;
	padding:20px;
	margin-top:30px;
}
.price_box p{
	margin:10px;
}
.price_box li{
	margin:10px;
	font-size:17px;
}
.pricetype03 .price_wrapper{
	width:100%;
}
.pricetype03 .price_list02{
	margin:0;
}
.list_small{
	font-size:12px;
}
.pricetype03 .flex{
justify-content: space-evenly;
	    align-items: center;
}

.price_center{
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color:#D84583;
}

.price_table02{
	    margin:20px 20px 10px !important;
	    width: 40% !important;
}


.sub_price01{
	margin-right:20px;
}

.sub_price02{
	margin-right:15px;
	font-size:18px;
	margin-left:20px;
}
.sub_price03{
    text-align: right;
    font-size: 16px;
    margin-right: 100px;
    background: #c30e22;
   
    margin-bottom: 5px;
    color: #ffffff;
    border-radius: 2px;

    padding: 3px 10px;
    display: inline-block;
}



.price_yen{
	color: #FF4B86;
    font-size: 25px;
    font-weight: bold;
}

.shoumei #price .biyoushoumei {
      font-size: 33px;
    margin-bottom: 10px;
   color: #00A1E9;
}
.price_photo_year{
	padding:10px;
	background-color:#fff;
}
.maternity .menu_price02{
	line-height:1.5;
}
.price_large{
	font-size:25px;
}
.black{
	margin-left:214px;
}


.kids .price_photo {
    margin-bottom: 30px;
	margin-left:30px;
    width: 350px;
}


.y10 .pack_contianer{
	border-color:#5F2084;
}
.y10 h4{
	color:#5F2084;
}
.y7 .pack_contianer{
	border-color:#7F4D26;
}
.y7 h4{
	color:#7F4D26;
}
.y5 .pack_contianer{
	border-color:#D4064C;
}
.y5 h4{
	color:#D4064C;
}
.y3a .pack_contianer{
	border-color:#F19944;
}
.y3a h4{
	color:#F19944;
}
.y3b .pack_contianer{
	border-color:#8FC231;
}
.y3b h4{
	color:#8FC231;
}
.y3c .pack_contianer{
	border-color:#19509F;
}
.y3c h4{
	color:#19509F;
}
.y3d .pack_contianer{
	border-color:#D6009C;
}
.y3d h4{
	color:#D6009C;
}

.photo_pack{
	margin-top:50px;
}

.photo_pack h3 img{
	width:100%;
	height:auto;
}
.pack_contianer{
	margin:20px 0 30px;
	border:solid 2px;
	border-radius:20px;
	padding:20px;
}
.pack_img{
	flex:1;
}
.pack_description{
	flex:1;
	    padding-left: 10px;
}

.pack_min_description{
	padding-left:20px;
border-bottom:solid 1px #D8D1D3;	
}

.reverse .pack_description{
	padding-right:10px;
}
.photo_pack h4{
font-size: 35px;
    font-weight: bold;
	float:left;
	margin-right:50px;
}
.clear{
    margin: 5px 0 10px;
	overflow:hidden;
}
.cut{
	padding:5px 15px;
	background-color:#F45B84;
	color:#fff;
	float:left;
	margin-right:40px;
	margin-top:10px;
}

.pack_price{
    margin-top: 15px;
    float: left;
}
.photo_pack ol{
	margin-top:20px;
}
.photo_pack li{
	padding-left:20px;
	margin:10px 0;
	font-size:15px;
	color:#453129;
}
.pack_min_description p{
	margin-bottom:20px;
	font-weight:bold;
		font-size:15px;
	color:#4B4B4B;
}

.reverse{
	flex-direction:row-reverse;
}
#gallery .linker,#furisode_gallery .linker{
	text-align:center;
}
#gallery .linker a:hover,#furisode_gallery .linker a:hover{
	opacity:0.7;
}


/*成人式*/

.menu_h_img.tate{
text-align: center;
    width: 300px;
    right: 150px;
}


.space{
	justify-content: space-between;
}
.space img{
	width:350px;
	height:auto;
}
.sorou{
	text-align:center;
	color:#DD1557;
	font-size:23px;
}
.seijin_toujitsu{
	padding:40px!important;
}
.seijin_tokuten{
	padding:45px!important;
}
.seijin_toujitsu h3{
	background-color:#FFE5E5;
	border:solid 3px #DB3F3F; 
	text-align:center;
	padding:10px 0;
	color:#DB3F3F; 
	font-size:20px;
	margin:30px 0;
	font-weight:bold;
	letter-spacing:15px;
}
.mon{
    width: 38px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 2px;
}
.seijin_toujitsu ul{
	margin:50px 0;
	
}
.seijin_toujitsu li{
	background-color:#fff2f2;
	margin:10px 0;
	border-radius:50px;
	color:#575757;
	    padding: 20px 50px;
	    align-items: center;
}
.nagare_l{
	flex:2;
}
.nagare_r{
	flex:8;
}
.seijin_toujitsu h4{
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}

.seijin_toujitsu span{
	    font-size: 30px;
    color: #DB3F3F;
    font-weight: bold;
}
.sankaku{
	text-align:center;
	display:block;
	margin:20px auto;
	width:30px;
	height:auto;
}

.sakura{
		text-align:center;
	display:block;
	margin:10px auto;
	width:250px;
	height:auto;
}
.seijin_tokuten h3{
	color:#FF4B86;
	text-align:center;
	    font-size: 30px;
}
.seijin_tokuten ul{
	margin-top:60px;
}
.seijin_tokuten p{
	text-align:center;
}

.seijin_tokuten .tokuten_main{
    font-size: 20px;
    margin: 20px 0;
    font-weight: bold;
    color: #e81010;
}

.seijin_tokuten ul::after{
  content: "";
  display: block;
  clear: both;
}

.seijin_tokuten li{
	background-color: #F7F7F7;
    width: 410px;
    height: 80px;
    float: left;
    margin-right: 75px;
    margin-bottom: 50px;
    padding: 40px 50px 30px;
    font-size: 18px;
    line-height: 1.8;
}
.seijin_tokuten li:nth-child(2n){
	margin-right:0px;
}


.seijin_point{
    left: 50px;
    top: -25px;
    color: #F5266A;
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: bold;
}
.seijin_tokuten li p{
	font-size:15px;
}
.price_seijin h3{
	text-align:center;
}
.price_seijin .tax{
	font-size: 14px;
}
.plan2_price{
    margin-top: 40px;
    margin-left: 10px;
    font-size: 17px;
	color: #3e3e3e;
}

.plan2_price_set{
	 margin-left: 39px;
}

.price_seijin .radius{
 height: 60px;
    width: 60px;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    background: #F29ACD;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    margin-right: 30px;
}

.price_seijin .radius_men{
 height: 60px;
    width: 60px;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    background: #9ABFF2;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    margin-right: 30px;
}

.chart{
		text-align:center;
	display:block;
margin:0 auto;
}
.seijin_plan{
	
}
.seijin_plan h3 span{
	display:block;
	/*color:#1F1F1F;*/
	margin:5px 0;
}
.seijin_plan h3 small{
	display:block;
	color:#F5266A;
	font-size:15px;
}
.plantype{
    top: -30px;
    left: 60px;
    color: #6A6A6A;
    font-size: 40px;
}
.price_list02, .price_list03 {
    margin-top: 30px;
	margin-top:50px;
}

.seijin_plan .price_list02, .seijin_plan .price_list03 {
    margin-top: 0px;
	}

.seijin_plan .price_photo{
	margin:10px 20px 20px;
}

.seijin_plan .tate{
	text-align:center;
}
.seijin_plan .tate img{ 
	width:370px;
	height:auto;
}

.price_seijin .price_right{
	flex:5;
}
.price_seijin .price_left{
	flex:5;
}

.price_seijin .plan1{
	background-color:#E3F6FD;
	margin-top:100px;
}
.price_seijin .plan2{
	background-color:#E2FFF5;
	margin-top:100px;
}
.price_seijin .plan3{
	background-color:#F7EDFC;
	margin-top:100px;
}
.price_seijin .plan4 {
    background-color: #FFFACF;
    margin-top: 100px;
}

.price_seijin .plan1 .seijin_plan_title{
color: #00A6DE;
}
.price_seijin .plan2 .seijin_plan_title{
    color: #19A591;
}
.price_seijin .plan3 .seijin_plan_title{
       color: #9b6cab;
}
.price_seijin .plan4 .seijin_plan_title{
color: #bd8f13;
}



.price_seijin .hakama{
	background-color:#EFF4FF;
}

.seijin_price.t_right{
	text-align:right;
}
.seijin_price.t_right .price_yen{
	line-height:1;
}
.seijin_plan h3 span{
	font-size:22px;
	   
}
.suit h3 span{
	font-size:25px;
}
.hakama .price_title h3{
	text-align:left;
	    font-size: 23px!important;
	color: #2a3ead!important;
}
.float_p{
	float:left;
}
.suit{
	margin-top:50px;
}
.price_seijin .sotusyo{
	background-color:#F5E6FF;
}

.sotugyo .price_wrapper {
    width: 470px;
}
.sotugyo .price_left {
    flex: 4!important;
}

.sotugyou{
	font-size:20px;
	color:#4D4D4D;
}
.oshitaku p{
	margin:10px 0 0;;
	text-align:right;
	color:#6E6E6E;
}
.oshitaku h3{
	    color: #F59D35 !important;
    text-align: center;
    border-top: solid 2px #F59D35;
    border-bottom: solid 2px #F59D35;
    padding: 7px;
margin-top:70px;
}


.oshitaku .min_container{
	margin-top:20px;
	background-color:#FDF6DD;
	    padding: 30px;
}





.oshitaku h4{
	text-align:center;
	color:#F59D35;
	font-size:20px;
	margin-bottom:20px;
}

.oshitaku .float{
	overflow:hidden;
	margin:10px 0;
}
.oshitaku .float_left{
	float:left;
	font-size:16px;
}
.oshitaku .float_right{
float:right;
}

.otoku{
	margin-top:20px;
	color:#fff;
	background-color:#EA286B;
	margin-right:20px;
	padding:20px;
	font-size:18px;
	line-height:16px;
	border-radius:5px;
}

/*ブライダル*/
.bridal .contents_p{
	width:auto;
}
.price_bridal .bgwhite{
	background-color:#fff;
}
.price_bridal table{
	width:100% !important;
	text-align:center;
}
.price_bridal th{
	background-color:#F0C8EB;
	text-align: center !important;
}
.price_bridal tr{
    background-color: #FFF7FE;
    padding: 30px 0;
    border-bottom: 5px solid #fff;
	text-align: center !important;

}



.price_bridal td{
		text-align: center !important;
}

.bridal #explain .min_container{
	background-color:#fff;
	padding: 25px 25px;
}
.bridal #explain h3{
	text-align:center;
	color:#FF4B86;
	font-size:20px;
	margin:0px 0 20px;
}
.bridal #explain h4{
	text-align:left;
	color:#FF4B86;
	font-size:16px;
	margin:10px;
}
.bridal #explain ul{
	margin-left:25px;
}
.bridal #explain li{
	list-style:disc;
}
.bridal #explain dt{
float:left;
font-weight:bold;
	margin-right:20px;
		padding:10px 0;
}
.bridal #explain dd{
		padding:10px 0;
	
}
.bridal #explain dl{
overflow:hidden;
	font-size:15px;

}

.bridal .bridal_course{
	margin-bottom:30px;
}
.bridal .bridal_course:last-child{
	margin-bottom:0px;
}

.price_bridal h3{
	text-align:center;
	color:#DD1557 !important;
}
.bridal_course h3 span{
	display:block;
	color:#1F1F1F;
	margin:5px 0;; 
}




.bridal_course .price_list02, .bridal_course .price_list03 {
    margin-top: 0px;
	}

.bridal_course .price_photo{
	margin:10px 20px 20px;
}
.bridal .price_contents_p{
	    margin: 20px 0 0 10px;
}


.price_bridal .tate{
	text-align:center;
}

/*
.yousou{
	margin-bottom:30px;
	background-image: url("images/youshitsu_bg.jpg");
	background-repeat: no-repeat;
background-position:center;
}
*/
.yousou{
    background-color: #FDFAF2;
    padding: 40px 15px;
}


.yousou_img_flex{
	display:flex;
    align-items: flex-start;
	    justify-content: space-between;
}

.yousou_img {
    width: auto;
    margin-left: 5px;
}

.yousou_img01{
	 width:730px;
}

.bridal_cos_link{
	display: flex;
    justify-content: space-around;
}
.bridal_cos_link .btn_type02{
	    width: 310px;
    text-align: center;
    margin-top: 30px;
}
.yousou_bg{
	 height: 100%;
    background: rgba(37, 37, 37, 0.2);
	display:flex;
	    padding: 40px;
	position:relative;
}
.yousou .isyou_left img{
	position:absolute;
	    top: 20px;
    right: 20px;
    width: 300px;
	height:auto;
	    border: solid 3px #fff;
    box-shadow: 3px 3px 10px rgba(255, 255, 255, 1);
}
.wasou{
	background-color:#F7FDF2;
	padding: 40px;
}

.isyou_right{
	flex:4;
	margin:0 40px;
}
.isyou_left{
	flex:6;
	text-align: center;
}

.isyou_right h4{
    font-size: 25px;
	
	border-bottom: solid 3px;
    padding-bottom: 10px;
}
.wasou .isyou_right h4{
	color:#1E8129;
	border-color:#1E8129;
}
.yousou .isyou_right h4{
	color:#fff;
	border-color:#fff;
}

.yousou .isyou_right table{
	    margin: 150px 0 0px;
	    color: #fff;
}
.isyou_right table{
	    margin: 10px 0 ;
	    width: 70%;
	font-size:16px;
}
.isyou_right table td{
	padding:5px 0;
}
.isyou_right table td:last-child{
	text-align:right;
}
.isyou_right span{
	font-size:14px;
}

#photokonbtn a{
	display:block;
	background-color:#F45B84;
		border-radius:10px;
	padding:5px;
	width:650px;
	margin:0 auto;
	color:#1F1F1F;
	    box-shadow: 3px 3px 0 rgba(0,0,0,0.16);
}
#photokonbtn a:hover{
	text-decoration:none;
}
#photokonbtn .moji{
	background-color:#fff;
	border-radius:5px;
	text-align:center;
	padding:10px;
	font-size:30px;
	font-weight:bold;
	width:350px;
}

.moji{
	background-color:#fff;
	border-radius:5px;
	text-align:center;
	padding:10px;
	font-size:30px;
	font-weight:bold;
	
}

.kon{
	font-size:35px;
	color:#F5266A;
}
.moji p{
	font-size:12px;
	font-weight:normal;
	line-height:2.5;
}
#photokonbtn .img{
	padding-left:20px;
	padding: 5px 10px 5px 10px;
}


.photokon{

	text-align:center;
}
.photokon .contents{
		background:#FFD8E7;
}
.photokon .btn_type04{
	width:300px;
}
.photokon .btn_type04:hover{
	text-decoration:none;
	opacity:0.7;
}

/*コンタクトフォーム*/
.form h2{
	font-size:22px;
	text-align:center;
}
.contact .sect_head{
	    height: 530px;
}
.contact .bg_type01{
	    padding: 80px 0 80px;
}
.attention{
	margin:20px 0 50px;
}
.contact .sect_head .title_bg::before {
    background: #D86DA7;
}
.contact .bg_type01 .container{
	background:#fff;
	padding:50px 0;
}
.wpcf7 .form_contents{
margin-bottom:20px;
}
.wpcf7-not-valid-tip{
	color:red;
	display:block;
	font-size:16px;
}

.wpcf7-validation-errors{
	color:red;
	text-align:center;
	
}


.wpcf7 .form_left{
font-size: 15px;
background:#FFE6FC;
padding:15px 30px;
margin-bottom:5px;

}

.wpcf7 .form_right{
padding:10px;
}

.form_contents p{
margin-left:10px;
}

.wpcf7 input[type="checkbox"]{
width:20px;
	height:20px;
	    display: inline-block;
    vertical-align: middle;
	    margin: 5px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
	background-color: #fff;
	color: #333;
	width: 40%;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}
.wpcf7 textarea {
	width: 98%;
}


.wpcf7 .soushin{text-align: center;}
.wpcf7 input[type="submit"] {
display: block;
   background: linear-gradient(to right,#D55F9D, #C92B7E);
	border-radius:7px;
    color: #fff;
    width: 250px;
    height: 50px;
    margin: 20px auto;
    text-align: center;
    line-height: 50px;

    letter-spacing: 5px;
	font-size:16px;
	transition:0.3s;
	    border: 0px;
}
.wpcf7 input[type="submit"]:hover{
transition:0.3s;
	opacity: 0.8;
}

.wpcf7-mail-sent-ok{
		text-align:center;
}

span.wpcf7-list-item {
display: block!important;
}
/*プライバシーポリシー*/
.privacy .sect_head{
	    height: 530px;
}
.privacy .bg_type01{
	    padding: 80px 0 80px;
}
.privacy .sect_head .title_bg::before {
    background: #77A3F5;
}

.privacy .sect_head p{
	    padding: 70px 0 0 30px;
}

.privacy .center{
    text-align: center;
    margin: 0px 0 50px;
    font-size: 16px;
}


.privacy li{
	background:#fff;
	padding:30px;
	box-shadow: 3px 3px 6px rgba(224,211,189,1);
	border-radius:15px;
	margin-bottom:30px;
	color:#5C5C5C;
}

.privacy li h3{
	
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #484848;
	padding-bottom:15px;
	padding-left:25px;
}
.privacy li p{
	margin:25px 25px 0px;
}
/*撮影の流れ*/
.flow .sect_head{
	    height: 530px;
}
.flow .bg_type01{
	    padding: 80px 0 80px;
}
.flow .sect_head .title_bg::before {
    background: #77D074;
}
.flow .contents_container{
	border:0px;
	box-shadow: 3px 3px 6px rgba(253,218,218,1);
}
.flow .menu_point_left h3{
    color: #626262;
    border-bottom: solid 2px #FF4B86;
    padding-bottom: 15px;
    margin-right: 50px;
	font-weight:normal;
}

.flow .menu_point_left .contents_p{
	width:auto;
	    margin: 30px 75px 0 83px;
}

.yajirushi{
	    width: 65px;
    height: auto;
    bottom: -45px;
    left: 0;
    right: 0;
    margin: auto;
}

/*お客様の声・Q&A*/
.voiceqa .sect_head{
	    height: 530px;
}
.voiceqa .sect_head .title_bg::before {
    background: #F5A0A0;
}
.voiceqa .bg_type01{
	    padding: 80px 0 80px;
}

.voiceqa .mes{
	background-color:#fff;
	    padding: 35px;
	box-shadow: 3px 3px 6px rgba(224,211,189,1);
	    border-radius: 18px;
}

.voiceqa nav{
	background-color:#FFDBDB;
	overflow:hidden;
	    padding: 40px 0;
}

.voiceqa nav a{
	    width: 500px;
    display: block;
    padding: 15px 0;
    text-align: center;
    background-color: #fff;
    border: solid 2px #D21D86;
    border-radius: 5px;
    color: #D21D86;
    box-shadow: 3px 3px 2px rgba(0,0,0,0.16);
    font-weight: bold;
    position: relative;
	    margin: 0 auto;
}



.voiceqa nav li{
    float: left;
    margin: 10px 56px 10px 0;
}
.voiceqa nav  li:last-child{
	   margin: 10px 0px 10px 0;
}
.voiceqa nav li a{
    width: 190px;
    display: block;
    padding: 15px 0;
    text-align: center;
    background-color: #fff;
    border: solid 2px #D21D86;
    border-radius: 5px;
    color: #D21D86;
    box-shadow: 3px 3px 2px rgba(0,0,0,0.16);
    font-weight: bold;
	position:relative;
}
.navqa{
	color:#CD3D89;
	font-size:20px;
	text-align:center;
	margin:30px 0 5px;
}
.voiceqa nav a::after {
    content: "";
    position: absolute;
    top: 22px;
    right: 14px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #CD3D89;
    border-bottom: 1px solid #CD3D89;
    transform: rotate(-45deg);
}

.voiceqa  nav a:hover{
	text-decoration:none;
	background-color:#FFACCB;
}

.mes_right{
	flex:4;
}
.mes_left{
	flex:6;
}
.voice li{
	margin-bottom:40px;
}
.voice li:last-child{
	margin-bottom:0px;
}
.mes_left img{
	width:50px;
	height:auto;
}
.mes_left h3{
	    color: #626262;
    border-bottom: solid 2px #CCC3C3;
    padding-bottom: 20px;
    margin-right: 50px;
    font-weight: normal;
    font-size: 23px;
}
.voice_cat{
      background: #F0E0C8;
    color: #1C1C1C;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 80px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 4px;
        left: 220px;
    top: 10px;
}

.voice_p{
    margin: 30px 60px 0px 10px;
    color: #343434;
    line-height: 1.5;
}
.mes_right .tate {
	text-align:center;
}
.mes_right .tate img{
	    width: 270px;
    height: auto;
}
.mes_right .photo img{
		box-shadow: 3px 3px 6px rgba(0,0,0,0.16);
}
.voiceqa .center{
	text-align:center;
	font-size:16px;
}

.qa h3{
	background-color: #fff;
    border: solid 1px #F45B84;
    color: #F45B84;
    padding: 10px;
    font-size: 22px;
    text-align: center;
    margin-top: 90px;
    margin-bottom: 20px;
}
.qa li{
		background-color:#fff;
	    padding: 25px;
	box-shadow: 3px 3px 6px rgba(224,211,189,1);
	    border-radius: 18px;
	margin-bottom:30px;
	    color: #5C5C5C;
}

.qa li:last-child{
	margin-bottom:0px;
}

.q{
	    font-size: 40px;
    color: #F45B84;
    font-weight: bold;

	margin-right:50px;
	
}
.que h4{
	font-size:17px;
	
    left: 90px;
}
.a{
	font-size:40px;
	color:#959595;
	  font-weight: bold;
	float:left;
	margin-right:50px;
	
}

.que{
	border-bottom:1px solid #707070;

	  padding-bottom: 10px;
	padding-left:10px;
	display:flex;
 align-items: center;
}
.ans{
	display:flex;
	    padding-top: 20px;
	padding-left:10px;
}
.ans p{
	   top: 60%;
    left: 90px;
   
}


/*料金について*/
.price .sect_head{
	    height: 530px;
}
.price .bg_type01{
	    padding: 80px 0 80px;
}
.price .sect_head .title_bg::before {
    background: #FF7C9F;
}
.price h2{
	background-color:#FFA3BC;
	color:#fff;
	padding:10px;
	text-align:center;
	box-shadow:3px 3px 0 rgba(0,0,0,0.16);
		    margin-bottom: 20px;
}

.price nav{
	background-color:#FFDBDB;
	overflow:hidden;
	      padding: 20px 30px;
	margin-bottom:70px;
}

.price nav a{
	    width: 500px;
    display: block;
    padding: 15px 0;
    text-align: center;
    background-color: #fff;
    border: solid 2px #D21D86;
    border-radius: 5px;
    color: #D21D86;
    box-shadow: 3px 3px 2px rgba(0,0,0,0.16);
    font-weight: bold;
    position: relative;
	    margin: 0 auto;
}



.price nav li{
    float: left;
    margin: 10px 42px 10px 0;
}
.price nav  li:nth-child(5n){
	   margin: 10px 0px 10px 0;
}
.price nav li a{
    width: 190px;
    display: block;
    padding: 15px 0;
    text-align: center;
    background-color: #fff;
    border: solid 2px #D21D86;
    border-radius: 5px;
    color: #D21D86;
    box-shadow: 3px 3px 2px rgba(0,0,0,0.16);
    font-weight: bold;
	position:relative;
}

.price nav a::after {
    content: "";
    position: absolute;
    top: 22px;
    right: 14px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #CD3D89;
    border-bottom: 1px solid #CD3D89;
    transform: rotate(-45deg);
}

.price  nav a:hover{
	text-decoration:none;
	background-color:#FFACCB;
}

.price h3{
	text-align:center;
    margin: 0px auto 30px;
}
.price h4{
    font-size: 18px;
    margin-bottom: 5px;
    color: #3E3E3E;
    font-weight: bold;
}






/* waypoints */
.fadeInUp {
    -webkit-animation: fadeInUp 1s cubic-bezier(.55,0,.1,1) both;
    animation: fadeInUp 1s cubic-bezier(.55,0,.1,1) both;
}
@-webkit-keyframes fadeInUp { from{ opacity: 0; -webkit-transform: translateY(8px); transform: translateY(8px); }}
@keyframes fadeInUp { from{ opacity: 0; -webkit-transform: translateY(8px); transform: translateY(8px); }}
.delay-02s {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.delay-05s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}


/* turn */
.turner{
animation-name: turnY;
animation-duration: 2s;
animation-iteration-count: 1;
-webkit-animation-name: turnY;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: 1;
}

@-webkit-keyframes turnY{
0%{-webkit-transform: rotateY(0deg);}
100%{-webkit-transform: rotateY(360deg);}
}
@keyframes turnY{
0%{transform: rotateY(0deg);}
100%{transform: rotateY(360deg);}
}

/*
Theme Name: Original_style
Theme URI: http://unknown.jp/
Description: オリジナルリセット
Version: 100.0
Author: noname
Author URI: http://unknown.jp/
*/

/*キャンペーン*/
#campaign .linker{
	text-align:center;
	margin:50px 0;
}
#campaign .linker a:hover{
	opacity:0.7;
}

/*お知らせ*/
.news_head{
	height:240px;
	background-image: linear-gradient(-45deg, #FFE6FC 25%, #FEF3FB 25%, #FEF3FB 50%, #FFE6FC 50%, #FFE6FC 75%, #FEF3FB 75%, #FEF3FB);
  background-size: 40px 40px;
}
.news_h2 {
font-size:50px;
text-shadow: 0 3px 6px rgba(0,0,0,0.16);
display: block;	
	    top: 50%;
       left: 50%;
    transform: translate(-50%,-50%);
}
.news_h2 span{
	color:#696565;
	font-size:16px;
	    display: block;
	margin-top:50px;
}
.news_h2 span::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 55px;
    display: inline-block;
    width: 50px;
    height: 3px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #F45B84;
    border-radius: 2px;
	   box-shadow: 3px 3px 3px #F4D1E3;
}
.news_icon{
	top:30px;
	right:25%;
	    width: 150px;
    height: auto;
}

.main_news{
	background-color:#ffffe8 !important;
}
.news .container{
	margin:60px auto;
	width:1100px;
	background-color:#FFFFFF;
	    box-shadow: 3px 3px 3px #F4D1E3;
	padding:40px;
}

.news_h3{
	background-color:#D21D86;
	color:#fff;
	text-align:center;
	font-size:20px;
	padding:15px 0;
}
.cat_tim{
	overflow:hidden;
}
.main_news .time{
float:right;
	margin:20px 0;
}
.main_news .cat{
	float:left;
	width:100px;
	padding:5px;
	text-align:center;
	margin:20px 0;
	font-size:12px;
}

.main_news .clrfx{
	
    padding: 20px 0;
 
}
.main_news .oshirase_single .clrfx p{
	font-size:15px;
	 line-height:1.5;
	
}

.btn_type04 {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: inline-block;
    background:linear-gradient(to right,#D55F9D, #C92B7E);
    color: #fff;
    position: relative;
    border-radius: 7px;
  margin:0 auto;
    box-sizing: border-box;
	    font-size: 18px;
    padding: 13px 60px;
}
.main_news .linker{
	    margin: 50px auto;
    text-align: center;
}
.btn_type04::after {
    content: "";
    position: absolute;
    top: 22px;
    right: 14px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
}
.main_news .linker a:hover{
	text-decoration:none;
	opacity:0.7;
}
.oshirase_single img{
	    display: block;
    margin-left: auto;
    margin-right: auto;
}

.oshirase_single a:hover img{
	opacity:1;
}
.contents_container a:hover img{
	opacity:1;
}


.oshiease_mainnav{
	background-color:#F45B84;
	padding:20px 0;
}
.oshiease_mainnav a{
	background-color:#fff;
	display:block;
	text-decoration:none;
	color:#5C5C5C;
	width:330px;
	text-align:center;
	    padding: 20px 0;
    font-size: 15px;
	position:relative;
	box-shadow: 3px 3px 0px rgba(0,0,0,0.16);
}

.oshiease_mainnav a:hover{
	background-color:#FFC4E8;
}
.oshiease_mainnav .container{
	justify-content:space-around;
}

.oshiease_mainnav a img{
width:40px;
height:auto;
	position: absolute;
    top: 13px;
    left: 30px;
}


.campaign_nav
{
	background-color:#FFC4D4;
	padding:20px 0;
	overflow:hidden;
}
.campaign_nav li{
float:left;
	margin:10px 57px 10px 0;
}

.campaign_nav li:nth-child(5n){
		margin:10px 0px 10px 0;
}

.campaign_nav a{
	width:190px;
	display:block;
	padding:10px 0;
	text-align:center;
	background-color:#fff;
	border:solid 2px #D21D86;
	border-radius:5px;
	color:#D21D86;
		box-shadow: 3px 3px 2px rgba(0,0,0,0.16);
	font-weight:bold;
}
.campaign_nav a:hover{
	background-color:#FFC4E8;
	text-decoration:none;
}


.archive .oshirase{
	margin-bottom:0px;
}
.archive_article{
	background-color:#ffffe8;
	    padding: 50px 0 80px;
}
.archive_article  .oshirase a{ 
	background-color:#fff;
	padding:30px;
	color:#3C3C3C;
		box-shadow: 3px 3px 0px #F4D1E3;
	overflow:hidden;
		display:block;
	position:relative;
}

.archive_article .oshirase a::after{
    content: "";
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 15px;
    height: 15px;
    border-right: 1px solid #CD3D89;
    border-bottom: 1px solid #CD3D89;
    transform: rotate(-45deg);
}

.archive_article  .oshirase  li{
margin-bottom:35px;
}
.archive_article  .oshirase  li:last-child{
	margin-bottom:0px;
}
.article_left{
	float:left;
}
.article_left img{
	width:250px;
	height:auto;
}
.article_right{
	    margin-left: 50px;
    float: left;
	    width: 750px;
}
.article_right .cat{
    width: 100px;
    padding: 3px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 12px;
}
.article_right .time{
	 margin-bottom: 20px;
}
.article_right h3{
	 margin-bottom: 20px;
	font-size:20px;
}

/*ページナビ*/
.pagenation{
	
}

.page_navi{
	text-align:center;
margin: 50px auto 0px;;
}
.page_navi li{
	    display: inline-block;
	margin-right:15px;
}

.page_navi li.current span {
    color: #D21D86;
    font-weight: bold;
    display: inline-block;
    padding: 8px 0px;
    background: #fff;
    border: solid 1px #D21D86;
    border-radius: 30px;
    width: 45px;
    height: 45px;
    box-sizing: border-box;
    text-align: center;
	font-size:18px;
}
  
.page_navi li a {
    color: #D21D86;
    font-weight: bold;
    display: inline-block;
    padding: 8px 0px;
    background: #fff;
    border: solid 1px #D21D86;
    border-radius: 35px;
    width: 45px;
    height: 45px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	font-size:18px;
	
}
.page_navi li a:last-child{
	margin-right:0px;
}

  
.page_navi li a:hover {
	text-decoration:none;
    background: #D21D86;
	color:#fff;
}
.page_navi li.last  {
	margin-left:35px;
	position:relative;
}
.page_navi li.last::after  {
	content:"";
	position:absolute;
	left:-30px;
	top:0;
	letter-spacing:-10px;
	text-align:left;
}
.page_navi li.first  {
	margin-right:35px;
	position:relative;
}
.page_navi li.first::after  {
	content:"";
	position:absolute;
	right:-20px;
	top:0;
	letter-spacing:-10px;
	text-align:right;
}


/*-------------------------------------------------
  BABYページここから
--------------------------------------------------*/



/*-----------------------------------------
	こだわりの撮影ポイント
-----------------------------------------*/
#point {
	position: relative;
}
.contents {
     background: #FFFFF4; 
    border-bottom: 8px solid #FABDBD;
    margin-bottom: 90px;
    padding: 60px 0 80px;
}

/*--------------------------------------*/
/*  こだわりの撮影ポイント見出し
--------------------------------------*/
 main h2{
	
	color: #F45B84;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
	position: relative;
/*	display: inline-block;*/
	margin-bottom: 3em;
}

/*以下で線を表示*/
.title_type_menu:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;/*線の上下位置*/
  display: inline-block;
  width: 150px;/*線の長さ*/
  height: 2.5px;/*線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #F45B84;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}
/*--------------------------------------*/
/*  和装
--------------------------------------*/

.point_contents {
    background: #fff;
    margin:50px 0 100px;
    border: solid 5px #FDB3CF;
    border-radius: 18px;
    padding: 35px;
    height: auto;

}
.point_contents h3 {
	color: #F45B84;
    font-size: 24px;
    text-align: left;
    font-weight: bold;
   margin-bottom: 2rem;
   padding: 0;
}
.point_contents h4 {
	font-size: 22px;
	font-weight: bold;
	color: #453129;
	padding-top:2rem;
	margin-bottom: 4rem;

}
.point_contents h4 span {
	padding-bottom: 10px;
	border-bottom:solid 3px #FDB3CF ;

}
.point_contents p {
	font-size: 18px;
	line-height: 2;	
}


/*--------------------------------------*/
/*  和装 写真
--------------------------------------*/
.point_right {
	width: 500px;
	position: relative;

}

.point_right img {
	width: 100%;
	height: auto;		
}

 .point_left {
	flex: 6;
	padding: 20px 80px;	 
	}





	
/*--------------------------
基本料金の説明ここから
--------------------------*/
#price {
	position: relative;
}
.point_img img{
	width: 450px;
	height: auto;
	margin:30px 30px;
	padding-right: 20px;

}
.point_left01 {
	width: 600px;
	position: relative;
	padding: 10px 10px;	
}

.point_text {
	font-size: 13px;
	font-weight: normal;
	color:#000;
}



.line01 {
	 border: solid 5px #936BA9;
}
.line02 {
	 border: solid 5px #7F4D26;
}
.line03 {
	 border: solid 5px #D4064C;
}
.line04{
	 border: solid 5px #F19944;
}
.line05{
	 border: solid 5px #8FC231;
}
.line06{
	 border: solid 5px #19509F;
}
.plan_p {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 2rem;
}
.button {
	position: absolute;
	top:18px;
	left:210px;
	display: block;
	padding: 1% 2%;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #EC407A;
	border:1px solid #fff;
	overflow: hidden;
	 
}
.button_color01 {
	width: 60px;
}
.button_color02 {
	width: 100px;
	margin-right: 20px;
}
.Plan_01 {
	position: absolute;
	top:20px;
	left:350px;
	display: block;
	color: #000;
	padding: 0 2%;
	font-size: 16px;
}
.point_text_plan  {
	margin-top: 30px;
}
.point_text_plan ul li{
	font-size: 18px;
	line-height: 1.8;
	margin-left: 40px;
}
/*--------------------背景　緑-------------------------------*/


.kids .maintitle_type_menu {
    color: #89CC58;
}
.kids .sub_title {
	position: absolute;
	font-size: 25px;
	top:200px;
	left:0px;
	color: #89CC58;
	z-index: 10;
}
.kids .sub_title02{
	  color: #89CC58;
	

}
.menu_point_left_kids{
	flex:4;
}

.menu_point_right_kids{
	flex:5;
}




/*----------------------
 とびっきり説明文

----------------------*/

.price_contents_kids {
    background: #fff;   
    border: solid 5px #FDB3CF;
    border-radius: 18px;
    padding: 35px;  
   	margin: 30px;
   	width: 1000px;
   	height: auto;
}


/*----------------ボックス設定---------------------*/
.left_box_kids {
	flex: 0 0 550px;
	margin: 0 20px 0 20px;
	padding: 10px 0 10px 0;	
    /*background: green;*/
	height: auto;
}
.left_box_kids_02 {
	flex: 0 0 500px;
	margin: 20px 10px 0 60px;
	padding: 10px 0 10px 10px;
	height: auto;	
}
/*---------------------------------------------*/
.right_box_kids {
	flex: 1 1 auto;
	padding: 30px 10px;
	height: auto;
	/*padding-bottom: 100px;
	margin-bottom:20px;*/
	/*background: skyblue;	*/	
}
.right_box_kids_02 {
	flex: 1 1 auto;	
	padding: 10px 0 ;
	height: 500px;
/*	background: blue;*/	

}



/*------------バッジ---------------------*/
.badge {
	position: absolute;
	left: 0;
	top:5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	background: #FF4B86;
	text-align: center;
	font-size: 20px;
	color:#fff;
	font-weight: bold;
	padding: 10px;
	
}
.badge_mini{
	position: absolute;
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 50%;
	background: #FF4B86;
	text-align: center;
	font-size: 20px;
	color:#fff;
	font-weight: bold;
	padding: 10px;
}
.num_mini01 {
	left: 40px;
	top:70px;
}
.num_mini02{
	left: 30px;
	top:145px;
}
.num_mini03{
	left: 30px;
	top:255px;
}
.num_mini04{
	left: 30px;
	top:255px;
}
/*------------------------------------------------------*/



/*------------バッジ---------------------*/
.badge {
	position: absolute;
	left: 0;
	top:5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	background: #FF4B86;
	text-align: center;
	font-size: 20px;
	color:#fff;
	font-weight: bold;
	padding: 10px;
	
}
.badge_mini{
	position: absolute;
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 50%;
	background: #FF4B86;
	text-align: center;
	font-size: 20px;
	color:#fff;
	font-weight: bold;
	padding: 10px;
}
.num_kids {
	left: 0px;
	top:32px;
}
.num_kids02{
	left: 0px;
	top:185px;
}
.num_kids03{
	left: 0px;
	top:1200px;
}

.point_text {		
	font-size: 13px;
	font-weight: normal;
	color:#000;
}
.kihon_02 {
	margin-top: 60px;

}
.left_box_kids ul li{
	padding-bottom: 10px;
}
.left_box_kids table {
	margin-top: 60px;
	margin-left: 50px ;	
	margin-bottom: 30px;
	
}
.left_box_kids td {
	padding-bottom: 60px;

}

/*----------------------------------
 ギャラリー
----------------------------------*/
#gallary {
	position: relative;
}
.p_space {
	letter-spacing: 20px;
}
/*-------------------------------------
 キャンペーン
-------------------------------------*/
#campaine{
	position: relative;
}




/* ギャラリーページ */
.gallery_h2{
	   font-size: 45px;
    text-shadow: 0 3px 6px rgba(0,0,0,0.16);
    display: block;
	margin:0 0 1em 0;
	padding:1em 0 0;
}
.gallery_h2 span {
    color: #696565;
    font-size: 16px;
    display: block;
    margin-top: 50px;
}
.gallery_h2 span::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 55px;
    display: inline-block;
    width: 50px;
    height: 3px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #F45B84;
    border-radius: 2px;
    box-shadow: 3px 3px 3px #F4D1E3;
}
#gallery_list {
	background:#fef6fe;
}
#gallery_list .title_area {
	background:#ffffff;
	padding:40px 0;
}
#gallery_list .title_area .container{
	background:url(images/gallery_obj01.png) no-repeat right top;
	height:367px;
}
#gallery_list .title_area h2{
	padding:40px 0 40px;
}
#gallery_list .title_area p {
	color:#050505;
	line-height:1.8;
}
#gallery_list main{
	padding:40px 0 80px;
	background:url(images/bg01.png) center top;
}
#gallery_list article{
	padding:40px 0 80px;
}
#gallery_list  .galarea{
	border-left:1px solid #c5c5c5;
	border-right:1px solid #c5c5c5;
	border-bottom:1px  solid #c5c5c5;
	background:#fff;
	width:962px;
	margin:0 auto;
}
#gallery_list  .galbox{
	display:block;
	width:320px;
	height:320px;
	float:left;
	border-top:1px solid #c5c5c5;
	/*border-bottom:1px solid #c5c5c5;*/
	margin-top:-1px;
	font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	position:relative;
	color:#050505;
	overflow:hidden;
}

.costume #gallery_list  .galbox{
border-bottom:1px solid #c5c5c5;
}

#gallery_list .galbox:nth-child(3n-1), #gallery_list .galbox:nth-child(3n-2) {
	border-right:1px solid #c5c5c5;
}
#gallery_list .galbox:nth-child(6) {
	border-bottom:1px solid #c5c5c5;
}
#gallery_list .galbox:nth-child(7), #gallery_list .galbox:nth-child(8), #gallery_list .galbox:nth-child(9) {
	border-bottom:0px solid #c5c5c5;
}
.costume #gallery_list .galbox:nth-child(7), #gallery_list .galbox:nth-child(8) {
	border-bottom:1px solid #c5c5c5;
}
#gallery_list  .galbox img{
	display:block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
/*	-webkit-clip-path: circle(30% at 50% 43%);*/
/*	clip-path: circle(30% at 50% 43%);*/
}
#gallery_list .galbox:hover img{
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: alpha(opacity=100);
/*	-webkit-clip-path: circle(70.7% at 50% 50%);*/
/*	clip-path: circle(70.7% at 50% 50%); */
}

#gallery_list .galbox p{
	position:absolute;
	bottom:18px;
	left:0;
	right:0;
	margin:auto;
	padding:8px 0 0;
	background:rgba(255,255,255,0.7);
	box-shadow:0 10px 10px rgba(255,255,255,0.7);
}
#gallery_list .galbox .txt01{
	display:block;
	text-align:center;
	font-size:18px;
	text-shadow:2px 2px 1px #fff;
	font-weight:bold;
	margin:0 0 5px;
}
#gallery_list .galbox span.overwhite{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	display:block;
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	margin:auto;
	left:0;
	right:0;
}
#gallery_list .galbox:hover span.overwhite{
	height:300%;
	width:300%;
	left:-100%;
	top:-100%;
}
#gallery_list .galbox .txt02{
	display:block;
	text-align:center;
	font-size:28px;
	text-shadow:2px 2px 1px #fff;
	font-weight:bold;
}





#gallery_single {
	background:#fef6fe;
}
#gallery_single .gal_navigate{
	background:#ffe4f2;
	padding:40px 0;
}
#gallery_single .gal_navigate ul{
	text-align:center;
}
#gallery_single .gal_navigate li{
		display: inline-block;
	 margin-right: 15px;
}
#gallery_single .gal_navigate li:last-child{
 margin-right: 0px;
}

#gallery_single .gal_navigate a{
background-color:#fff;
    font-size: 16px;
    color:#e257a8;
    border: 3px solid #fcbfda;
    padding: 10px 20px;
    border-radius: 20px;
   
}
#gallery_single .gal_navigate a:hover{
	text-decoration:none;
	background-color:#fcbfda;
	color:#fff;
}
#gallery_single main{
	padding:40px 0 80px;
	background:url(images/bg01.png) center top;
}
#gallery_single article{
	padding:40px 0 80px;
}
#gallery_single .list{
	background:#fef6fe;	
	margin:0 auto;
}
#gallery_single .list .list-box{
	width:300px;
	opacity:0;
	margin-bottom: 10px;
	transition:initial;
}


/*春キャン*/
.spring h3{
	    text-align: center;
    border-top: solid 1px #D21D86;
    border-bottom: solid 1px #D21D86;
    color: #ce1b88;
    font-size: 25px;
    padding: 5px 0;
    margin: 50px 0 20px;
}
.spring p{
	text-align:center;
	    margin-bottom: 20px;
}

.spring h4{
	    font-size: 25px;
    border-bottom: solid 3px;
    padding-bottom: 10px;
    padding-left: 10px;
    letter-spacing: 2px;
	font-weight: bold;
}
.spring h4 span{
	    font-size: 35px;
}
.spring .blue_c{
	color:#006FBD;
	border-color:#006FBD;
}

.spring .orange_c{
	color:#E76D1B;
	border-color:#E76D1B;
}
.spring .green_c{
	color:#00B057;
	border-color:#00B057;
}

.spring .yellow_c{
	color:#D1A40C;
	border-color:#D1A40C;
}

.present{
    padding-left: 10px;
    color: #000;
    margin-top: 20px;
    font-size: 18px;
    margin-bottom: 20px;
}

.spring .float{
    overflow: hidden;
    margin: 0 auto;
    display: block;
    width: 700px;
}
.spring .blue_c img:first-child{
	margin-right:160px;
	float:left;
}
.spring img{
	height:400px;
	width:auto;
}

/*七五三年齢*/
.price_photo_year th,.price_photo_year td,.price_photo_year td{
  border-collapse: collapse;
    border:1px solid #878787;
}

.pay_h3{
	text-align:left!important;
	color:#e01398;
	font-size:15px;
}

.credit{
	margin-bottom:0!important;
}
.closed{
	padding-top:40px;
}
.closed .container{
	padding:20px;
	background-color:#fff;
	border-radius:5px;
}

.closed p{
	width: 682px;
    margin: 20px auto;
}

.close_title{
	text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #e60083;
    padding: 15px;
}

.price_list02 .float{
	float:left;
}
.pricetype03 .pack_title{
	    width: 180px;
}
.pricetype03 .price_list02 {
   width:350px;
}

/*キッズギャラリー*/
.kids_cos_gal h3{
	    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #ff66d0;
	margin-top:15px;
}


#gallery_single .gal_navigate .kids_cos_gal ul {
     text-align: left;
    margin: 10px 0px;
    display: flex;
    flex-wrap: wrap;
}
#gallery_single .gal_navigate .kids_cos_gal li {
    display: inline;
	margin-right:10px;
}

#gallery_single .gal_navigate .kids_cos_gal a {
    display: table;
}

.blue_c{
	background-color:#d1edfa!important;
	color:#000!important;
}
.pink_c{
	background-color:#f7dfff!important;
	color:#000!important;
}
.green_c{
	background-color:#ccffdf!important;
	color:#000!important;
}
.orange_c{
background-color:#ffca9d!important;
		color:#000!important;
}

.purple_c{
background-color:#e7c4f3!important;
		color:#000!important;
}

.blue02_c{
	background-color:#d1d8fa!important;
	color:#000!important;
}

.pink02_c{
	background-color:#ffd5ec!important;
	color:#000!important;
}

.yellow_c{
	background-color:#ffeaad!important;
	color:#000!important;
}

.kids_cos_nav{
	    padding: 5px 0 12px!important;
}

.gal_title_all{
	display:flex;
	align-items:baseline;
}

.all_btn{
	    margin-left: 15px;
    padding: 3px 10px!important;
}

.costume #gallery_list .galarea{
	border-bottom:0;
	border-right:0;
}
.costume #gallery_list .galarea {
	width: 963px;
}
.costume #gallery_list .galbox:nth-of-type(3n){
	    border-right: 1px solid #c5c5c5;
}
/*
.gal_navigate.kids_cos_nav a{
    background-color: #fff;
    font-size: 13px!important;
    color: #e257a8;
    border: 3px solid #fcbfda;
    padding: 6px 10px!important;
    border-radius: 20px;
}
*/
#gallery_single.kids_cos .gal_navigate a{
    padding: 7px 20px;
}
.kids_cos .gallery_h2 span::after {
	    bottom: 27px;
}

.kids_cos .gallery_h2 span{
	    margin-top: 23px;
}

.tennai{
	text-align: center;
    margin-bottom: 25px;
    margin-top: -18px;
    font-size: 21px;
    color: #cd3d89;
    font-weight: bold;
}

.price_left .btn_type02{
	    width: auto!important;
    padding: 15px 30px;
    margin-top: 10px;
}

.furisode_cos h3 {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #ff66d0;
      margin-top: 20px;
    margin-bottom: 17px;
}

.furisode_cos .gal_navigate ul{
	text-align:left!important;
}
#gallery_single.furisode_cos .gal_navigate {
    background: #ffe4f2;
    padding: 30px 0;
}
#gallery_single.furisode_cos .gal_navigate a {
    padding: 7px 20px;
}

/*レンタル衣裳*/
.kids_cos_rental .kids_cos_gal li a{
	color: #484544!important;}
.kids_cos_rental .kids_cos_gal li a:hover{
	opacity:0.8;
}

.kids_cos_rental .gallery_h2 span {
    margin-top: 30px;
}

.kids_cos_rental .gallery_h2 span::after {
    bottom: 29px;
}

.kids_cos_rental .all_btn {
    margin-left: 0px;
}

.kids_cos_rental .gal_navigate .kids_cos_gal ul {
	    margin: 10px 0px 10px!important;
}
.kids_cos_rental .kids_cos_nav {
    padding: 12px 0 12px!important;
}

.kids_cos_rental .rg3{
	    background-color: #fbd7e3!important;
}
.kids_cos_rental .rb3{
	    background-color: #b2f5fb!important;
}
.kids_cos_rental .rb5{
	    background-color: #85ff70!important;
}
.kids_cos_rental .rg7{
	background-color:#ebd2fc!important;
}
.kids_cos_rental .rg5{
	background-color:#f7d985!important;
}
.costume_type{
	font-size:20px;
}
#gallery_list .linker{
	    text-align: center;
    margin-top: 50px;
}
#gallery_list .btn_type02{
	       width: 240px;
}

/*cyoujyu*/
.cyoujyu{
	    width: 30%!important;
    border: solid 1px;
    background-color: #fff;
	margin-top:20px!important;
}

.cyoujyu th,.cyoujyu td{
	padding:10px;
	border: solid 1px;
	text-align:center!important;
}

.title_type_menu02{
	font-size:16px;
	margin-bottom:20px;
}

/*bridal*/
.bridal_txt{
	font-size:16px;
	margin:20px 0 ;
}
.bridal_pack_plan h4{
    font-size: 16px;
    text-align: center;
    border-bottom: solid 2px #ffb1c6;
    padding-bottom: 11px;
    color: #f45b84;
    margin-bottom: 10px;
}



.bridal_set{
	display:flex;
	justify-content:space-between;
	    text-align: center;
}
.bridal_pack_plan{
background-color: #fff;
    border: solid 2px #ffadad;
    margin: 30px 0;
}

.wasou_yousou{
	background-color:#fcf6f8;
}

.wasou_plan{
	background-color:#fcf9fd;
}
.dress_plan{
	background-color:#f5feff;
}

.bridal_wrapper{
    border-bottom: dotted 2px #ffcfe1;
    padding: 20px 0;
}

.wasou_plan .bridal_wrapper{
    border-bottom: dotted 2px #e0caea;
}
.dress_plan .bridal_wrapper{
    border-bottom: dotted 2px #c5e1e5;
}

.bridal_course.wasou_yousou h3{
	background-color:#e2c3cb;
	padding:10px;
}
.bridal_course.wasou_plan h3{
	background-color:#d3c4e4;
	padding:10px;
}
.bridal_course.dress_plan h3{
	background-color:#b9d5d9;
	padding:10px;
}

.bridal_course h3 small{
	display:block;
	font-size:15px;
	color:#1F1F1F;
}
.bridal_course h3 span{
margin-bottom:0;
}

.wasou_yousou .bridal_wrapper{
	  border-bottom: dotted 2px #e1c1cc;
}
.bridal_wrapper:last-child{
	border-bottom:none;
}
.price_wrapper_bridal {
    width: 530px;
}
.bridal .price_wrapper{
	width: 530px;
}
.price_wrapper_bridal h4{
	    font-size: 20px;
    border-left: solid 5px #ff4b86;
    padding-left: 10px;
    font-weight: bold;
    color: #3e3e3e;
}

.wasou_yousou .price_wrapper_bridal h4{
	  border-left: solid 5px #e1c1cc;
}
.wasou_plan .price_wrapper_bridal h4{
	  border-left: solid 5px #c2b4d1;
}
.dress_plan .price_wrapper_bridal h4{
	  border-left: solid 5px #b9d5d9;
}

.bridal_plan_price{
    margin: 20px auto;
    /* width: 290px; */
    display: inline-table;
    text-align: right;
}
.price_wrapper_bridal ul{
    border: solid 1px #fdb3cf;
    background-color: #fff;
     display: table;
    padding: 15px 20px;
    font-size: 15px;
	line-height:1.8;
}

.price_wrapper_bridal li span{
	font-weight:bold;
}

.bridal_plan_price span{
	margin-left:20px;
}
.packplan_p{
    font-size: 23px;
color:#fa4b86;
	font-weight:bold;
}
.bridal_pack{
    margin: 20px 0;
}
.simple_p{
	 font-size: 20px;
}
.bridal_pack p{
	font-size:15px;
}

.datacut{
	    background-color: #fdb3cf;
    padding: 5px 17px;
    display: table;
    margin-top: 10px;
    border-radius: 50px;
}

.bridal .price_contents p{
	font-size:16px;
	margin:10px 0;
}
.bridal .price_photo.tate{
    margin: 10px 90px 20px;
}
.price_bridal .price_right{
	flex:6;
}
.price_bridal .price_left{
	flex:4;
}

.price_bridal .tate img {
    width: 270px;
    height: auto;
}
.bridal .price_photo{
	margin-bottom:0;
}

.flex.rev{
	flex-direction: row-reverse;
}

.flex.rev img{
    width: 300px;
    margin: 0 auto;
    display: block;
}

/*Pamphlet*/
.pamphlet {
    margin-top: 50px;
	text-align:center;
}

/*店内画像*/

.tennai_img{
	display:flex;
	justify-content:space-between;
	align-items: flex-start;
	margin-top: 25px;
}

.tennai_img img{
width:320px;
	height:auto;
}


/*訪問着・男性着物ギャラリー*/
.attention_cosgal{
	    text-align: center;
    margin-top: -20px;
    margin-bottom: 15px;
    line-height: 1.3;
}
.hmg_mk_gallery .gallery_h2 span {
    margin-top: 23px;
}
.hmg_mk_gallery .gallery_h2 span::after {
    bottom: 27px;
}
#gallery_single.hmg_mk_gallery .gal_navigate {
	padding:15px 0;
}

#gallery_single.hmg_mk_gallery .gal_navigate ul{
	text-align:left;
		margin: 27px 0 10px;
}

#gallery_single.hmg_mk_gallery .all_btn{
	margin-left:0;

}

#gallery_single .gal_navigate a.hmg{
	    background-color: #e2d4ed;
    color: #353535;
}
#gallery_single .gal_navigate a.mk{
	    background-color: #d4edde;
    color: #353535;
}

/*video*/
.video ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.video ul li{
	margin-right: 50px;
	margin-bottom: 20px;
	width: 250px;
	height: auto;
}

.video ul li:nth-child(4n){
margin-right: 0px;
}


.video ul li video{
	width: 250px;
	height: auto;
}

.topbanner{
	display: flex;
	justify-content: space-between;
}

.topbanner a img{
	width: 380px;
}

.index_menubtn{
	background-color: #740228;
padding-top: 70px;
padding-bottom: 50px;
}


.title_type07{
	color:#F45B84!important;
	text-align:center;
	font-size:25px;
}

.hakama .price_left{
	flex:4!important;
}
.hakama .price_wrapper {
    width: 470px;
}

.life_flex{
	display:flex;
	align-items:flex-end;
}
.life_flex table{
margin-right:20px!important;
	margin-bottom:0!important;
}
.life_flex img{
	width:auto;
	height:243px;
}

.phototype01 img{
	width: 300px;
    margin: 0 auto;
    display: block;
}

.phototype02 img{
width: 560px;
    margin: 10px auto;
    display: block;
}

.phototype03 img{
    width: 547px;
    margin: 10px auto;
    display: block;
}
.phototype04 img{
    width: 400px;
    margin: 10px auto;
    display: block;
}
.phototype05 img{
    width: 547px;
    margin: 10px 0 0px 71px;
    display: block;
}

.hakama .tate img,.sotugyo .tate img{
	width:300px;
}

.eigyouinfo{
	    margin: 67px auto 0;
    display: block;
}