@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
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,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
 body,html{
	 min-width:1180px;
 }
 
body{
	font-size:14px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	line-height:1.9;
	color:#92847c;
	-webkit-text-size-adjust: 100%;
}

header{
	width:100%;
	height:400px;
}

.contents{
	width:1180px;
	margin:370px auto 0;
	padding:80px 0;
}

.contents100{
	width:100%;
}

.top_contents_bg{
	background:url('../images/top_contents_bg.jpg') center center;
}

.sp_only{
	display:none;
}

a{
	color:#92847C;
	text-decoration:none;
}

a:hover{
	color:#F1A9B5;
}

.main_color{
	color:#f1a9b5;
}

h1{
	font-size:28px;
}

h2{
	position:relative;
	display:inline-block;
	margin-bottom:30px;
	font-size:18px;
	font-weight:bold;
	color:#92847c;
}

h2:before{
	width:15px;
	height:2px;
	position:absolute;
	bottom:-15px;
	left:50%;
	display:nline-block;
	content:'';
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	background-color:#f1a9b5;
}

h3{
	margin-bottom:30px;
	font-size:18px;
	font-weight:bold;
}

h4{
}

h5 {
}

h6 {
}

p{
	margin:0 0 20px 0;
}

img{
	vertical-align:bottom;
}

em{
	font-weight:bold;
}

ul,ol,dl{
	margin:0 0 1em 0;
}

ul li{
	list-style:disc;
}

ol li{
	list-style:decimal;
}

li{
	margin-left:2em;
}

dt{
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}

dd{
	margin-bottom:1em;
}

table{
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
}

th{
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#f1f1f1;
}

td{
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
}


/*================================================
 common
 ================================================*/
/* 写真中央寄せ */
.imgC {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
	text-align:center;
}
.imgC img {
	border-radius:5px;
	margin-bottom:0.5em;
}

/* 写真左寄せ */
.imgL {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgL img {
	float:left;
	margin:0 1em 0.5em 0;
	border-radius:5px;
}

/* 写真右寄せ */
.imgR {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgR img {
	float:right;
	margin:0 0 1em 0.5em;
	border-radius:5px;
}

/* 2カラム（スマートフォンでは1カラム) */
.twoCol {
	width:80%;
	overflow:hidden;
	margin:0 auto 50px;
}

.twoColInner {
	overflow:hidden;
	margin-right:-2%;
}
.twoColInner div {
	width:48%;
	float:left;
	margin-right:2%;
}
.twoColInner div:nth-child(2n+1) {
	clear:both;
}
.twoColInner img {
	margin-bottom:0.5em;
	border-radius:5px;
}

/* 3カラム（スマートフォンでは1カラム) */
.threeCol {
	overflow:hidden;
}
.threeColInner {
	overflow:hidden;
}
.threeColInner div {
	width:29%;
	float:left;


}
.threeColInner div:nth-child(3n+1) {
	clear:both;
}


/*================================================
 *  ヘッダー
 ================================================*/
header{
	position:relative;
}

#header_inner{
	position:absolute;
	top:25px;
	left:0;
	right:0;
	bottom:0;
	width:1180px;
	height:77px;
	margin:0 auto;
	z-index:10;
}


#logo{
	width:229px;
	height:77px;
	margin-left:70px;
}


.subpage_header{
	height:130px !important;
	background:#fff;
	position: fixed;
	top:0;
	opacity:0.85;
	z-index:19;
}

#sub_inner{
	width: 1220px;
	margin:0 auto;
	background: #999;
}

#subpage_logo{
	width:229px;
	height:77px;
	margin-top:5px;
}


/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	width:865px;
	height:45px;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	z-index:11;
}
nav ul {
	position:relative;
	float:right;
	margin:0;
}
nav li {
	position:relative;
	float:left;
	list-style:none;
	margin:0;
}
nav li a:hover {
	opacity:0.6;
}

.subpage_nav{
	padding-top:13px;
}

/*================================================
 *  メイン
 ================================================*/
main {
	width:100%;
}

section {
	margin-bottom:10%;
}

/*================================================
 *  フッター
 ================================================*/
 .footer_bg{
	background:url('../images/footer_bg.jpg') top center;

}

 .footer_left{
 	border-left:1px solid #f0a7b4;
	padding:20px;
	height:190px;
	}
 
  .footer_left img{
  width: 98%;
  }
  
  .footer_access{
  	width: 100px !important;
  }
 
 .footer_center{
 	border-left:1px solid #f0a7b4;
	border-right:1px solid #f0a7b4;
	padding:20px;
	text-align: center;
	height:190px; }
 
 .footer_center img{
 	width:65%;
 }
 
 .footer_right{
	border-right:1px solid #f0a7b4;
	padding:20px;
	height:190px;
	}
 
 .footer_right ul li{
 list-style-type: none;
 margin-left: 0;
 }
 

footer {
	background:url('../images/footer_bg.jpg') bottom center;
	clear:both;
	padding:2% 0;
	font-size:11px;
	text-align:center;
	border-top:1px solid #f0a7b4;
}

address{
	margin-top:5px;
	font-size:11px;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}

.totop a {
	display:block;
	text-decoration:none;
}

.totop img:hover {
	opacity:0.6;
}

/*================================================
 *  スライドショー
 ================================================*/
.slide{
	overflow:hidden;
	position:relative;
}

.slideInner{
	list-style:none;
	margin:0;
	padding:0;
}

.slideInner li{
	position:absolute;
	width:100%;
	margin:0;
	padding:0;
	background-color:#fff;
	background-position:50% 0;
	background-repeat:no-repeat;
}

.subpage_slide{
	margin-top: 130px;
}

/*================================================
 *  top
 ================================================*/
#top_carousel{
	width: 812px;
	margin: 30px auto;
}

/*================================================
 *  news
 ================================================*/
.news {
	width:80%;
	margin:0 auto 50px;
	padding: 15px;
	background: rgba(247, 230, 220, 0.5);
	box-sizing: border-box;
}

/*================================================
 *  about
 ================================================*/


.about_box{
	width:80%;
	margin:0 auto;
}

.about_box_l{
	width:45%;
	float: right;
}

.about_box_r{
	width:50%;
	float: right;
	margin-left:5%;
	padding-top:100px;
}

.about_box2{
	width:80%;
	margin:0 auto;
}

.about_box2_l{
	width:75%;
	float: left
}

.about_box2_l h3{
text-align:left;
margin-bottom:5px;
}


.about_box2_l h4{
text-align: left;
margin-bottom:10px;
font-size:15px;
font-weight:bold;
}

.about_box2_r{
	width:20%;
	float: left;
	margin-left:5%;
}

.photo_name {
	margin-top: 10px;
	margin-bottom: 0px;
	line-height: 1;
}


/*================================================
 *  menu
 ================================================*/
.menu_box0{
	width:80%;
	margin:0 auto 80px;
}

.menu_h {
	width: 1180px;
	margin: 0 auto 50px;
}

.menu_h img{
	float: left;
	width: 25%;
}

.menu_h3 {
	position: relative;
	margin-bottom:10px;
	padding: 5px 15px 5px 20px;
	background: #fdf2f4;
	font-size: 16px;
	font-weight:bold;
	text-align: left;
}

.menu_h3::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 3px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #92847c;
	border-radius: 2px;
}

.menu_box{
	width:100%;
	margin:0 auto;
	margin-top : -123px;
	padding-top : 123px;
}

.menu_box img{
	width: 100%;
}

.menu_box_l{
	width:32%;
	float:left;
}

.menu_box_c{
	width:32%;
	float:left;
	margin: 0 2%;
}

.menu_box_r{
	width:32%;
	float:left;
}

.menu_box_l2{
	width:32%;
	float:left;
	margin-right: 2%;
}

.menu_box_r2{
	width:55%;
	float:left;
}

.menu_box_r3{
	width:66%;
	float:left;
}

/*================================================
 *  RENTAL STUDIO
 ================================================*/
.rental_box{
	width:85%;
	margin:0 auto 30px;
}

.rental_box img{
	margin-bottom:10px;
}

.rental_box ul li{
	margin-left: 15px;
}


.rental_box_l{
	width:30%;
	float: left;
}

.rental_box_l h2{
	position:static;
	display: block;
	margin-bottom:0px;
	font-size:18px;
	font-weight:normal;
}

.rental_box_l h2:before{
	display:none;
}

.reserv_btn{
	padding: 10px 25px;
	background:#92847C;
	color: #fff;
}

.rental_box_r{
	width:65%;
	float: left;
	margin-left:5%;
}

.rental_box_r img{
	width: 100%;
}

.rental_box .price h3 {
	position: relative;
	margin-bottom:10px;
	padding: 5px 15px 5px 20px;
	background: #fdf2f4;
	font-size: 16px;
	font-weight:normal;
	text-align: left;
}

.rental_box .price h3:after {
	position: absolute;
	top: -13px;
	right:505px;
	content: url(../studio/price.png);
}

.red_bold{
	margin-left: 20px;
	color: #ff0000;
	font-weight: bold;
}

.price p{
	position: relative;
	margin-left: 20px;
	padding-top: 20px;
}

.price p:after{
	position: absolute;
	top: 5px;
	content: "→ 2,000円 / 1時間";
	color: #ff0000;
	font-weight: bold;
	font-size: 1.8rem;
}

.rental_box h3 {
	position: relative;
	margin-bottom:10px;
	padding: 5px 15px 5px 20px;
	background: #fdf2f4;
	font-size: 16px;
	font-weight:normal;
	text-align: left;
}

.rental_box_l2{
	width:43%;
	float: left;
}

.rental_box_l2 h2{
	position:static;
	display: block;
	margin-bottom:0px;
	font-size:18px;
	font-weight:normal;
}

.rental_box_l2 h2:before{
	display:none;
}

.rental_box_r2{
	width:54%;
	float: left;
	margin-left:3%;
}

.rental_box_r2 iframe{
	width:100%;
	padding: 10px;
	margin-bottom: 20px;
	box-sizing: border-box;
	border:1px solid #92847c;
}

.cancel_color{
	padding: 5px;
	background: #FCF1F3;
}

.reserv_bg{
	background: #92847c !important;
	color: #fff;
}

.caution {
	margin-bottom: 0;
	font-size: 0.8rem;
	line-height: 1.3;
}

.rental_box table{
	width: 100%;
	box-sizing: border-box;
	border: none;
}

.rental_box table th{
	background:none;
	border:1px solid #92847c;
}

.rental_box table td{
	border:1px solid #92847c;
}

.rental_box input,textarea,select{
	padding:5px;
	color:#92847c;
	border:1px solid #92847c !important;
	background:none !important;
}


.gc_wrapper {
  max-width: 800px; 
  min-width: 300px; 
  margin: 2.0833% auto;
}

.responsive-iframe-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.responsive-iframe-container iframe,   
.responsive-iframe-container object,  
.responsive-iframe-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 767px) {
	.big-container {
		display: none;
	}
	.small-container {
	   padding-bottom: 210%;   /* 高さ */
	}
}
@media (min-width: 767px) {
	.small-container {
		display: none;
	}
}


#form,#form_title {
    padding-top: 50px;
    margin-top: -50px;
}



/*================================================
 *  VOICE
 ================================================*/
.voice_box_l{
	width:35%;
	float:left;
	margin-left: 10%;
	margin-right: 5%;
}

.voice_box_r{
	width:35%;
	float:left;
	margin-left: 5%;
	margin-right: 10%;
}

.order_btn {
	width: 201px !important;
}

.voice_btn {
	width: 201px !important;
}

.subtitle {
	width: 1180px;
	position: relative;
	top: -43px;
	text-align: right !important;
}

.nmt {
	margin-top: -30px;
}



/*================================================
 *  order
 ================================================*/
.order_box0{
	width:80%;
	margin:0 auto 80px;
}


.order_box{
	width:80%;
	margin:0 auto;
}

/*================================================
 *  contact
 ================================================*/
.contact_box0{
	width:80%;
	margin:80px auto 80px;
}


.contact_box{
	width:80%;
	margin:0 auto;
}

.contact_box table{
	border:1px solid #F1A9B5;
}

.contact_box table th{
	background:url('../images/contact_bg.jpg') bottom center;
	border:1px solid #F1A9B5;
}

.contact_box table td{
	border:1px solid #F1A9B5;
}

input,textarea,select{
	padding:5px;
	color:#92847c;
	border:1px solid #F1A9B5;
	background:url('../images/contact_bg.jpg') bottom center;
}

/*================================================
 *  access
 ================================================*/
 .access_box0{
	width:90%;
	margin:80px auto 80px;
}

.access_box{
	width:90%;
	margin:0 auto;
}

.access_box p{
	margin-bottom: 0px;
	text-align: left;
}

/*================================================
 *  gallery
 ================================================*/
 .gallery_box0{
	width:90%;
	margin:80px auto 30px;
}

.gallery_box{
	width:90%;
	margin:0 auto;
}

.gallery_box p{
	margin-bottom: 0px;
	text-align: left;
}

.gallery_link {
	width: 50%;
	margin: 0 auto;
}

.gallery_link ul li {
	width: 48%;
	float: left;
	margin: 0;
	padding: 10px 0;
	background: #cdcac7;
	border-radius: 20px;
	list-style: none;
}

.gallery_link ul li:first-child {
	margin-right: 4%;
}

.gallery_link ul li a {
	color: #92847c;
}

.gallery_link_on {
	background: url("../images/footer_bg.jpg") bottom no-repeat !important;
}

.gallery_link_on a {
	background: url("../images/footer_bg.jpg") bottom no-repeat !important;
	color: #92847c !important;
}

#gallery_wrap {
	width:100%;
	margin:0 auto;
}
#gallery_list li{
	width:190px;
	height:135px;
	border:1px solid #92847c;
	float:left;
	margin:0 10px 10px 0;
	overflow:hidden;
	padding:5px;
	text-align:center;
	font-size:12px;
}
#gallery_list a.photo{
	width:190px;
	height:135px;
	margin:0 auto;
	overflow:hidden;
	display:block;
}
.pager_link{
	text-align:right;
	padding:10px;
}
/*ページャーボタン*/
.pager_link a {
    border: 1px solid #92847c;
    border-radius: 5px;
    color: #92847c;
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
	margin:0 1px;
}
/*現在のページ、オーバーボタン*/
.pager_link a.current,.pager_link a:hover{
    background: #92847c;
    color: #FFFFFF;
}
.overPagerPattern{
	padding:0 2px ;	
}


/*================================================
 *  newborn
 ================================================*/
.new_born {
	width: 100%;
}

.new_born h2 {
	width: 100%;
	margin-top: 0;
	margin-bottom: 10px;
	text-align: center;
}

.new_born h2:before{
	display:none;
}

.new_born h2 img {
	width: 60%;
}

.new_born h3 {
	font-size: 20px;
	text-align: center;
}

.new_born_01 {
	width: 100%;
	margin-bottom: 20px;
	padding: 13px 0 1px;
	background: #e1a8b9;
	text-align: center;
}

.new_born_01 p {
	color: #fff;
	font-size: 18px;
}

.new_born_02 {
	width: 100%;
	margin-bottom: 30px;
}

.new_born_02 img {
	width: 100%;
}

.new_born_03, .new_born_04 {
	width: 100%;
	margin-bottom: 50px;
}

.new_born_03 img, .new_born_04 img {
	width: 100%;
}

.new_born_03 h4, .new_born_04 h4 {
	margin-bottom: 10px;
	font-size: 20px;
}

.new_born_03 p, .new_born_04 p {
	font-size: 18px;
}


.new_born_03 .new_born_l {
	width: 30%;
	float: left;
	box-sizing: border-box;
}

.new_born_03 .new_born_r {
	width: 67%;
	float: left;
	margin-left: 3%;
	padding-left: 2%;
	border-left: 5px solid #e1a8b9;
	box-sizing: border-box;
}

.new_born_04 .new_born_l {
	width: 70%;
	float: left;
	box-sizing: border-box;
}

.new_born_04 .new_born_r {
	width: 30%;
	float: right;
	padding-left: 3%;
	box-sizing: border-box;
	border-left: 5px solid #e1a8b9;
}


.new_born_05 {
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
	border-bottom: 3px solid #96847c;
}

.new_born_05 p {
	font-size: 18px;
}

.new_born_06 {
	margin-bottom: 50px;
}

.new_born_06 h5 {
	margin-bottom: 10px;
	font-size: 20px;
}

.new_born_06 ul li {
	list-style-type: none;
	font-size: 18px;
	margin-left: 0;
}


/*================================================================================================
 *  sp
 ================================================================================================*/
@media screen and (max-width:767px) {
	 body,html{
		min-width:auto;
		overflow: auto;
		height: 100%;
	 }


	.pc_only{
		display:none;
	}
	
	.sp_only{
		display:block;
	}
	
	img{
		width:100%;
	}
	
	br{
		display: none;
	}
	
	html, body {
}
	
	/*-----------------------------------------------------
	header
	------------------------------------------------------*/
	header{
    width:100%;
    height:70px;
    position:fixed;
    top:0;
    left:0;
	background:rgba(255,255,255,0.85);
    border-bottom:1px solid #f1a9b5;
    z-index:100;
}

.spmenu_btn {
    display:block;
    position:absolute;
    top:25px;
    right:15px;
    width:30px;
    height:22px;
    background:#92847c;
    border-top:10px solid #FFF;
    border-bottom:10px solid #FFF;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.spmenu_btn:before {
    content:'';
    position:absolute;
    width:30px;
    height:2px;
    background:#92847c;
    top:-9px;
    right:0;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.spmenu_btn:after {
    content:'';
    position:absolute;
    width:30px;
    height:2px;
    background:#92847c;
    bottom:-9px;
    right:0;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.spmenu_btn.active {
    background:#FFF;
}
.spmenu_btn.active:before {
    -moz-transform:rotate(-135deg);
    -webkit-transform:rotate(-135deg);
    transform:rotate(-135deg);
    top:0;
    right:0;
}
.spmenu_btn.active:after {
    -moz-transform:rotate(135deg);
    -webkit-transform:rotate(135deg);
    transform:rotate(135deg);
    bottom:0;
    right:0;
}
 
.spmenu {
    display:none;
    position:fixed;
    top:71px;
    left:0;
    width:100%;
	height: 100%;
    background:#FCF2F3;
	overflow-y: auto;
	 -webkit-overflow-scrolling: touch;
}


#sp_nav {
    display:block;
    width:100%;
	height: 100%;
	}
	
	#sp_nav ul{
		overflow: auto;
	}
	
	#sp_nav ul li{
	margin-left: 0;
		list-style: none;
	}

#sp_nav ul li a {
    display:block;
    width:100%;
    color:#92847c;
    padding:20px 40px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    position:relative;
    border-bottom:1px dotted #f1a9b5;
}

#sp_logo{
	width:115px;
	margin:15px auto 0;
}

#sp_logo img{
	width:100%;
}

#sp_messe{
	width:100%;
	text-align:center;
	font-size:10px;
	margin:5px 0 0;
}


	
/*================================================
 *  メイン
 ================================================*/
	
	.contents{
		box-sizing:border-box;
		width:100%;
		margin-top:0;
		padding:0 15px;
	}
	
	.contents100 {
		box-sizing:border-box;
		width:100%;
		margin-top:50px;
		padding:50px 15px;
	}
	
	 .footer_center{
 	border-left:none;
	border-right:none;
	padding:20px;
	text-align: center;
	height:auto; 
	}
 
 .footer_center img{
 	width:70%;
 }
 
 address{
	margin-bottom:20px;
	font-size:12px;
}



	h2 {
		margin-top:30px;
	}

	.imgC {
		margin-bottom:30px;
	}
	.imgC img {
		max-width:100%;
	}

	.imgL {
		margin-bottom:30px;
	}
	.imgL img {
		float:none;
		max-width:100%;
		margin-right:0;
	}

	.imgR {
		margin-bottom:30px;
	}
	.imgR img {
		float:none;
		max-width:100%;
		margin-left:0;
	}

	.twoCol {
		width:100%;
		margin-right:0;
		margin-bottom:30px;
	}
	.twoColInner {
		margin-right:0;
	}
	.twoColInner div {
		float:none;
		width:100%;
	}

	.threeCol {
		margin-bottom:30px;
	}

	.threeColInner {
		margin-right:0;
	}
	.threeColInner div {
		float:none;
		width:100%;
	}
	
	/*================================================
 *  top
 ================================================*/
	#top_carousel{
		width: 90%;
	}
	
	.bx-wrapper .bx-next {
		display: none;
	}
	
	/*================================================
 *  news
 ================================================*/
.news {
	width:95%;
	height: 280px;
	margin:0 auto 50px;
	padding: 15px;
	-webkit-overflow-scrolling: touch;
	  overflow-scrolling: touch;
	  overflow-y: scroll;
	background: rgba(247, 230, 220, 0.5);
	box-sizing: border-box;
}

	
	/*================================================
 *  about
 ================================================*/
.about_box0{
	width:95%;
	margin:0 auto;
}

.about_box0 p{
	margin-bottom:0;
}


.about_box{
	width:100%;
	margin:0 auto;
}

.about_box_l{
	width:100%;
	float:none;
}

.about_box_l img{
	width:50%;
	margin-top:20px;
}

.about_box_r{
	width:100%;
	float:none;
	margin-left:0;
	text-align: center;
	padding-top:0px;
}

.about_box_r p,h3{
text-align: center !important;
}

.about_box2{
	width:100%;
	margin:0 auto;
}

.about_box2_l{
	width:100%;
	float:none;
	margin-bottom:30px !important;
}

.about_box2_r{
	width:100%;
	float:none;
	margin-left:0;
}

.about_box2_r img{
width:40%;
margin-bottom: 10px;
}

.photo_name {
	margin-top: 0px;
	line-height: 1.5;
}

.photo_name:last-child {
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 1.5;
}


/*================================================
 *  menu voice
 ================================================*/
.menu_box0{
	width:100%;
	margin:0 auto 30px;
}

.menu_h {
	width: 100%;
	margin: 0 0 30px 0;
}

.menu_h img{
	width: 50%;
}

.menu_h3 {
	text-align: left !important;
}

.menu_box{
	width:100%;
	margin:0 auto 30px;
	margin-top : -80px;
	padding-top : 80px;
}

.menu_box_l{
	width:100%;
	float:none;
}

.menu_box_c{
	width:100%;
	float:none;
}

.menu_box_r{
	width:100%;
	float:none;
	margin-left:0;
	margin-bottom:20px !important;
}

.menu_box_l2{
	width:100%;
	float:none;
	margin-right: 0;
}

.menu_box_r2{
	width:100%;
	float:none;
}

.menu_box_r3{
	width:100%;
	float:none;
}

/*================================================
 *  RENTAL STUDIO
 ================================================*/
 .sp_studio_img {
 	padding-top: 70px;
 }
 
.rental_box{
	width:95%;
	margin:0 auto 30px;
}

.rental_box_l{
	width:100%;
	float: none;
}

.reserv_btn{
	padding: 10px 15px;
	background:#92847C;
	color: #fff;
}

.reserv_btn a{
	color: #fff;
}

.rental_box_r{
	width:100%;
	float: none;
	margin-left:0;
}

.rental_box .price h3 {
	margin-bottom:10px;
	padding: 5px 10px;
	text-align: left !important;
}

.rental_box .price h3:after {
	position: absolute;
	top: 5px;
	right: 5px;
	content: url(../studio/sp_price.png);
}

.red_bold{
	margin-left: 0;
}

.price p{
	margin-left: 0px;
	margin-bottom: 40px;
	padding-top: 0px;
}

.price p:after{
	top: 50px;
	left: 0;
	font-size: 1.3rem;
}

.rental_box h3 {
	margin-bottom:10px;
	padding: 5px 10px;
	font-size: 16px;
	text-align: left !important;
}

.rental_box_l2{
	width:100%;
	float: none;
}

.rental_box_r2{
	width:80%;
	float: none;
	margin-left:0;
}

.rental_box_r2 iframe{
	width:80%;
	padding: 0;
	margin-bottom: 20px;
	box-sizing: border-box;
	border:1px solid #92847c;
}

.rental_box table{
	width: 100%;
	box-sizing: border-box;
	border: none;
}

.rental_box table th{
	display: block;
	background:none;
	border:1px solid #92847c;
	text-align: left;
}

.rental_box table td{
	display: block;
	border:1px solid #92847c;
}

.rental_box input,textarea,select{
	padding:5px;
	color:#92847c;
	border:1px solid #92847c !important;
	background:none !important;
}

#form,#form_title {
    padding-top: 10px;
    margin-top: -10px;
}



/*================================================
 *  VOICE
 ================================================*/

.voice_box_l{
	width:100%;
	float:none;
	margin-left: 0;
	margin-right: 0;
}

.voice_box_r{
	width:100%;
	float:none;
	margin-left: 0;
	margin-right: 0;
}

.voice_btn {
	width: 60% !important;
}


.order_btn {
	width: 60% !important;
}

.subtitle {
	width: 100%;
	position: static;
	top:0;
	text-align: right !important;
}

.nmt {
	margin-top: 0px;
}



/*================================================
 *  order
 ================================================*/
.order_box0{
	width:100%;
	margin:0 auto 30px;
}


.order_box{
	width:100%;
	margin:0 auto;
}


/*================================================
 *  contact
 ================================================*/
.contact_box0{
	width:100%;
	margin:80px auto 30px;
}


.contact_box{
	width:100%;
	margin:0 auto;
}

.contact_box table{
border:none;
}

.contact_box table tr{
        display: block;
    }
.contact_box table th,
td{
        display: list-item;
        border: none;
		list-style-type:none;
    }

.contact_box table th{
	background: #F5CACB;
border:none;
text-align:left;
}

.contact_box table td{
border:none;
}

input,textarea,select{
padding:5px;
	color:#92847c;
border:1px solid #F1A9B5;
	background:url('../images/contact_bg.jpg') bottom center;
}

/*================================================
 *  access
 ================================================*/
 .access_box0{
	width:100%;
	margin:80px auto 80px;
}

.access_box{
	width:100%;
	margin:0 auto 80px;
}

.access_box p{
	margin-bottom: 0px;
	text-align: left;
}

/*================================================
 *  gallery
 ================================================*/
 .gallery_box0{
	width:100%;
}

.gallery_box{
	width:100%;
	margin:0 auto 80px;
}

.gallery_link {
	width: 100%;
	margin: 0;
}

.gallery_link ul li {
	width: 48%;
	float: left;
	margin: 0;
	padding: 5px 0;
	background: #cdcac7;
	border-radius: 20px;
	list-style: none;
}

.gallery_link ul li:first-child {
	margin-right: 4%;
}

.gallery_link ul li a {
	color: #92847c;
	font-size: 0.7rem;
}

.gallery_link_on {
	background: url("../images/footer_bg.jpg") bottom no-repeat !important;
}

.gallery_link_on a {
	background: url("../images/footer_bg.jpg") bottom no-repeat !important;
	color: #92847c !important;
}


#gallery_wrap {
	width:100%;
	margin:0 auto;
}
#gallery_list li{
	width:100%;
	height:auto;
	border:1px solid #92847c;
	float:none;
	margin:0 10px 10px 0;
	overflow:hidden;
	padding:5px;
	text-align:center;
	font-size:12px;
}

#gallery_list li img{
	width:100%;
	height:auto;
}

#gallery_list a.photo{
	width:100%;
	height:auto;
	margin:0 auto;
	overflow:hidden;
	display:block;
}
.pager_link{
	text-align:right;
	padding:10px;
}
/*ページャーボタン*/
.pager_link a {
    border: 1px solid #92847c;
    border-radius: 5px;
    color: #92847c;
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
	margin:0 1px;
}
/*現在のページ、オーバーボタン*/
.pager_link a.current,.pager_link a:hover{
    background: #92847c;
    color: #FFFFFF;
}
.overPagerPattern{
	padding:0 2px ;	
}

/*================================================
 *  newborn
 ================================================*/
.new_born h2 img {
	width: 100%;
}

.new_born h3 {
	font-size: 15px;
	text-align: center;
}

.new_born_01 {
	width: 94%;
	margin-bottom: 20px;
	padding: 20px 3%;
	text-align: left;
}

.new_born_01 p {
	font-size: 16px;
}

.new_born_02 {
	width: 100%;
	margin-bottom: 30px;
}

.new_born_03, .new_born_04 {
	margin-bottom: 30px;
}

.new_born_03 img, .new_born_04 img {
	margin-bottom: 20px;
}

.new_born_03 h4, .new_born_04 h4 {
	margin-bottom: 10px;
	font-size: 18px;
}

.new_born_03 p, .new_born_04 p {
	font-size: 16px;
}


.new_born_03 .new_born_l {
	width: 100%;
	float: none;
}

.new_born_03 .new_born_r {
	width: 100%;
	float: none;
	margin-left: 0;
	padding-left: 0;
	border-left: none;
}

.new_born_04 .new_born_l {
	width: 100%;
	float: none;
}

.new_born_04 .new_born_r {
	width: 100%;
	float: none;
	padding-left: 0;
	border-left: none;
}


.new_born_05 {
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
	border-bottom: 3px solid #96847c;
}

.new_born_05 p {
	font-size: 18px;
}

.new_born_06 {
	margin-bottom: 50px;
}

.new_born_06 h5 {
	margin-bottom: 10px;
	font-size: 20px;
}

.new_born_06 ul li {
	list-style-type: none;
	font-size: 18px;
	margin-left: 0;
}



}