﻿@charset "UTF-8";

/*=============================
		共通
=============================*/
body {
	-webkit-text-size-adjust: 100%;/* スマホレイアウト防止 */
	margin: 0px;
	padding: 0px;
	color:#401912;
	background: url("../img/base/bg.jpg");
	-webkit-font-smoothing: antialiased;
	font-family: 'Kosugi Maru', sans-serif;
}
img{
	max-width: 100%;
	height:auto;
	}
.center{text-align: center;}
	
li img,dt img,dd img{vertical-align:bottom;}/* 隙間をなくす */


/* フェードイン ------------------*/
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}
/* PC表示・SP表示  ------------------*/
.pc { }
.sp { display:none;}
@media screen and (max-width: 600px) {
.pc{ display:none;}
.sp {display:block; }
}/*600*/


/* ホバー  ------------------*/
.hover:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.hover2{background: #000;}
.hover2 img:hover{
	opacity: 0.9;	/* 小さくするほど暗くなります */
	transition-duration: 0.3s;
	padding:0px;
}

/*=============================
		リンク
=============================*/
a{ outline: none;padding: 0px 5px;}
a:link,
a:visited {
	color: #DA573A;
	font-weight: normal;
}
a:hover,
a:active {
	text-decoration: none;
	color: #2CAF9D;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*=============================
		header
=============================*/
header{
	width: 100%;
	padding: 0px;
	margin-top: -17px;
}
.header_in{
	max-width: 1500px;
	width: 95%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0px 0px;
}
.logo{
	max-width: 300px;
	width: 28%;
}	
.header_right{
	width: 70%;
}
@media screen and (max-width:800px){
.logo{max-width: 500px;width: 60%;padding-left: 15px;}
}
@media screen and (max-width:500px){
.logo{max-width: 500px;width: 100%;padding-left: 15px;}
}


.mail_sp{padding-top: 20px;}

/*header　PC用ボタン-------*/
.header_btn{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	margin: 0 auto;
}
.header_btn li{margin-left: 10px;}
.header_tel{
	max-width: 300px;
	padding-right: 15px;
}

@media screen and (max-width:1500px){
.header_btn{width: 98%;}
.header_tel{
	max-width: 250px;
	padding-right: 15px;
}
}/*1200px*/



@media screen and (max-width:1000px){
.header_btn{display: none;}
}

/*=============================
		ヘッダーボタン
=============================*/
.h_btn{
	background: #F4EEE2!important;
	padding: 7px 25px;
	letter-spacing: 1px;
	border-radius: 40px;
	display: inline-block;
	color:#7B551F!important;
	font-size: 18px !important;
	font-weight: bold !important;
	transition: all .2s;/* ふんわり */
	text-decoration:none!important;
}
.h_btn a:hove{
	background:#7B551F!important;
}
.h_btn:hover{
	opacity: 0.8;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.h_btn i{padding-right: 5px;}

@media screen and (max-width:1200px){
.h_btn{padding: 5px 20px;}
.h_btn{font-size: 14px!important;}
}

/*ボタン①-------------------------------*/
.h_btn_1{
	background: #73C2BB!important;
	padding: 7px 25px;
	letter-spacing: 1px;
	border-radius: 40px;
	display: inline-block;
	color:#FFF!important;
	font-size: 16px !important;
	font-weight: bold !important;
	transition: all .2s;/* ふんわり */
	text-decoration:none!important;
}
.h_btn_1:hover{
	opacity: 0.8;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.h_btn_1 i{padding-right: 5px;}

@media screen and (max-width:1200px){
.h_btn_1{padding: 5px 20px;}
.h_btn_1{font-size: 14px!important;}
}

/*ボタン②-------------------------------*/
.h_btn_2{
	background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
	padding: 7px 25px;
	letter-spacing: 1px;
	border-radius: 40px;
	display: inline-block;
	color:#FFF!important;
	font-size: 18px !important;
	font-weight: bold !important;
	transition: all .2s;/* ふんわり */
	text-decoration:none!important;
}
.h_btn_2:hover{
	opacity: 0.8;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}
.h_btn_2 i{padding-right: 5px;}

@media screen and (max-width:1200px){
.h_btn_2{padding: 5px 20px;}
.h_btn_2{font-size: 14px!important;}
}


/*=============================
		スライダーvegas
=============================*/
#vegas_box{
	width: 95%;
	max-width: 1550px;
	height:700px;
	margin: 0 auto;
	overflow:hidden;
	font-size:0;
	border-radius: 40px;
	background: #FFFFFF;
}
.vegas_text{
	width: 100%;
	margin: 250px auto 0px;
	text-align: left;
	}
.vegas_text img{
	max-width: 550px;
	width: 50%;
	padding-left: 50px;
}

@media screen and (max-width: 1000px) {
#vegas_box{height:600px;}
.vegas_text{margin: 220px auto 0px;}
.vegas_text img{width: 70%;padding-left: 15px;}
}
@media screen and (max-width: 600px) {
#vegas_box{height:450px;border-radius: 30px;}
.vegas_text img{width: 60%;}
}

/*----------------------スクロールボタンの指定-------------------*/
.scroll{
  position: absolute;
  width: 100%;
  bottom: 50px;
  text-align: center;
  }
.scroll a{
    position: relative;
    display: inline-block;
    font-size: 20px;
	letter-spacing: 1px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding: 0 0 50px;
	}
.scroll :before{/*矢印を作成する*/	
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      left: 0;
      right: 0;
      bottom: 25px;
      margin: auto;
      border-bottom: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: rotate(45deg);
      animation: move 2s infinite;
    }

@keyframes move {/*矢印をアニメーションする*/
  0% {
    transform: rotate(45deg) translate(0, 0);
  }
  20% {
    transform: rotate(45deg) translate(10px, 10px);
  }
  40% {
    transform: rotate(45deg) translate(0, 0);
  }
}
@media screen and (max-width: 1000px) {
.scroll{display: none;}
}


/*=============================
		footer
=============================*/

footer{
	width: 100%;
}	
.footer_in{
	width: 100%;
	overflow: hidden;
	padding-bottom:5px;
	padding-top: 80px;
}
ul.f_menu{
	margin-top:10px;
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
ul.f_menu li{
	text-align:center;
	font-size: 15px;
	line-height:130%;
	padding:0px 10px;
}
ul.f_menu li i{padding-right: 5px;}

ul.f_menu li a:link,
ul.f_menu li a:visited,
ul.f_menu li a:hover,
ul.f_menu li a:active {
	color:#000;
	text-decoration:none;
}
.f_copy{
	color:#000000;
	font-size:12px;
	text-align:center;
	padding:30px 20px 0px!important;
}
ul.footer_ul{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 700px;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 20px;
}
.f_logo{
	text-align:center;
	margin:0 auto 50px;
	max-width: 350px;
	width: 50%;
}
.f_p{
	font-size: 13px;
	color: #FFFFFF;
	width: 60%;
	padding-left: 30px;
}

@media screen and (max-width: 800px) {
.footer_in{
	padding-top: 30px;
	padding-bottom: 0px;
	}
ul.f_menu{display:none;}
.f_copy{
	font-size:12px;
	padding:0px 10px!important;
}
.f_logo{
	width:40%;
	margin:0 auto;
	padding:10px 0px;
}
.f_p{width: 90%;padding-left: 0px;}
ul.f_banner{margin:0px;}
ul.f_banner li{width:100px;}
ul.footer_ul{flex-wrap: wrap;}
}
@media screen and (max-width: 600px) {
.footer_in{
	padding-top: 30px;
	padding-bottom: 100px;
	}
}

/*fooder_menu（もくじ）-----------*/
ul.footer_menu{
	display:flex;
	justify-content:center;
	margin:0px auto 20px;
	flex-wrap:wrap;
}
ul.footer_menu li{
	font-family: 'Kosugi Maru', sans-serif;
	font-weight: bold;
	font-size:14px;
	padding: 0px 17px;
	border-right: 1px solid #ccc;
}
.f_menu_fast{border-left: 1px solid #ccc;}

ul.footer_menu li a:link,
ul.footer_menu li a:visited {
	color:#7e5023;
	text-decoration:none;
}
ul.footer_menu li a:hover,
ul.footer_menu li a:active{
	color:#7e5023;
}

.footer_rental{padding:20px 0px;}
.footer_rental h2{
	color:#fff;
	font-size:14px;
	text-align:center;
}
@media screen and (max-width: 600px) {
	ul.footer_menu{display: none;}
}



/*footer_SPメニュー--------------------------*/
.footer_sp{display: none;}

@media screen and (max-width: 600px) {
.footer_sp{
	display: block;
	position: fixed;
	bottom: 0;
	background: #DEEAE1;
	padding: 10px 0px;
	z-index: 90;
	width: 100%;
	}
ul.footer_sp_menu{
	display: flex;
	align-items: center;
}
ul.footer_sp_menu li{
	width: 50%;
	text-align: center;
	font-size: 20px;
}
ul.footer_sp_menu li i{
	font-size: 35px;
	margin-top: -15px;
	padding-bottom: 5px;
	display: block;
	}
.f_sp1{border-right: 1px solid #FFF;}
ul.footer_sp_menu li a:link,
ul.footer_sp_menu li a:visited {
	color: #000;
	text-decoration: none;
}
ul.footer_sp_menu li a:hover,
ul.footer_sp_menu li a:active{
	color: #fff;
}
}

@media screen and (max-width: 600px) {
	.footer_sp{padding: 10px 0px;}
	ul.footer_sp_menu li{font-size: 15px;}
	ul.footer_sp_menu li i{font-size: 23px;}
}


/*=============================
		文字
=============================*/
.S{
	font-size:16px;
	line-height: 180%;
}
.M{
	font-size:18px;
	line-height: 130%;
	margin-bottom: 5px;
}
.L{
	font-size: 25px;
	line-height: 150%;
	color: #0b63a3;
	margin-bottom: 10px;
	font-family: 'Kosugi Maru', sans-serif;
}
.red{color:#d5115f;font-weight: bold;}
.pink{color:#ec5d6f;}
.white{color:#FFF;}
.marker{
	background: linear-gradient(transparent 0%, #e2e6cd 0%);
	font-weight: bold;
}
.sen{background: linear-gradient(transparent 60%, #FFFA7E 0%);}

@media screen and (max-width: 600px) {/*PC*/
.S{font-size:13px;line-height: 150%;}
.M{font-size:15px;line-height: 150%;}
.L{font-size:20px;line-height: 150%;}
}/*600*/


/*=============================
		PT ページタイトル
=============================*/

.pt{
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
	padding: 270px 0px 330px; /*背景画像の高さを確保*/
	position: relative; /*中の要素の基準値*/
	max-width: 1500px;
	width: 95%;
	margin: 0 auto;
	border-radius: 40px;
}
.pt1{/*私たちについて */
	background:url("../vegas/slider6.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
}
.pt2{/*スタジオ紹介 */
	background:url("../vegas/slider7.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
}
.pt3{/*お客様の声 */
	background:url("../vegas/slider1.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
}
.pt4{/*成人式 */
	background:url("../vegas/slider14.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
}
.pt5{/*ギャラリー */
	background:url("../vegas/slider3.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
}
.pt6{/*商品 */
	background:url("../vegas/slider8.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
}
.pt7{/*マタニティ */
	background:url("../vegas/slider9.JPG") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
}
.pt8{/*ニューボーン */
	background:url("../vegas/slider10.JPG") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
}
.pt9{/*七五三 */
	background:url("../vegas/slider13.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
}
.pt10{/*卒入園 */
	background:url("../vegas/slider12.JPG") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
}
.pt11{/*バースデー */
	background:url("../vegas/slider11.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
}
.pt12{/*家族・生年祝い */
	background:url("../vegas/slider5.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
}
.pt13{/*ウエディング */
	background:url("../vegas/slider4.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
}
.pt14{/*ポートレート */
	background:url("../vegas/slider15.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
}
.pt15{/*遺影 */
	background:url("../vegas/slider16.jpg") no-repeat center center;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
}
.pt16{/*商品写真・集合写真 */
	background:url("../vegas/slider17.jpg") no-repeat center bottom;
	background-size: cover; /*画面いっぱいに表示 */
	background-attachment: fixed;/* 背景位置固定 */
}
.pt:before,
.pt2:before,
.pt3:before,
.pt4:before,
.pt5:before,
.pt6:before,
.pt7:before,
.pt8:before,
.pt9:before,
.pt10:before,
.pt11:before,
.pt12:before,
.pt13:before,
.pt14:before,
.pt15:before,
.pt16:before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.3); /*半透明のフィルターをかける*/
  border-radius: 40px;
}
.pt-inner {
  text-align: center;
  position: absolute;
  width: 100%;
}
.pt-inner h1{
	color: #FFFF!important;
	font-family: 'Rubik', sans-serif;
	font-size: 45px;
	line-height: 160%;
}
.pt-inner p{
	color: #FFF;
	font-size: 20px;
	line-height: 160%;
}

@media screen and (max-width: 1000px) {
.pt,.pt2,.pt3,.pt4,.pt5,.pt6,.pt7,.pt8,.pt9,.pt10,.pt11,.pt12,.pt13,.pt14,.pt15,.pt16{
	padding: 200px 0px 260px; /*背景画像の高さを確保*/
	background-attachment: scroll;
	border-radius: 20px;
}	
}
@media screen and (max-width: 600px) {
.pt,.pt2,.pt3,.pt4,.pt5,.pt6,.pt7,.pt8,.pt9,.pt10,.pt11,.pt12,.pt13,.pt14,.pt15,.pt16{
	padding: 130px 0px 190px; /*背景画像の高さを確保*/
	background-attachment: scroll;
	border-radius: 20px;
}
.pt:before,
.pt2:before,
.pt3:before,
.pt4:before,
.pt5:before,
.pt6:before,
.pt7:before,
.pt8:before,
.pt9:before,
.pt10:before,
.pt11:before,
.pt12:before,
.pt13:before,
.pt14:before,
.pt15:before,
.pt16:before{
	border-radius: 20px;
	}
.pt-inner h1{font-size: 30px;}
.pt-inner p{font-size: 18px;}
}



/*=============================
	配置
=============================*/
.m10{margin:10px;}
.m20{margin:20px;}

.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}
.mtb20{margin:20px 0px;}
.mt20{margin-top:20px;}


/*=============================
		ページTOPボタン
=============================*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 5%;
  bottom: 5%;
  background: #4b4b4b;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 10px;
  left: 0;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 600px) {
#page_top{display: none;}
}

/*=============================
		ボタン
=============================*/
.yoyaku_btn{
	text-align: center;
	margin: 50px auto;
}

.btn1{/* --------------------------緑 */
	background:#005B53;
	margin: 10px auto;
	padding: 1em 2.5em;
	display: inline-block;
	text-decoration: none;
	font-size:18px;
	line-height: 130%;
	color:#FFFF!important;
	transition: all .2s;/* ふんわり */
	border-radius: 50px;
	text-align: center;
}
.btn1:hover{
	color:#FFFF;
	text-decoration: none;
	opacity: 0.6;/* 透過 */
}
.btn1 i{padding-left: 10px;}
.btn_big{font-size: 20px!important;max-width: 400px!important;}

@media screen and (max-width: 600px) {
.yoyaku_btn{
	display: none;
	}
	
.btn1{
	font-size:13px;
	padding: 1em 1.5em;
	border-radius: 30px;
	}
.btn_big{font-size: 18px!important;}
}

.btn2{/* --------------------------白 */
	background:#FFF;
	margin: 15px auto;
	padding: 1em 0em;
	display: block;
	text-decoration: none;
	font-size:15px;
	line-height: 130%;
	color:#705125!important;
	transition: all .2s;/* ふんわり */
	border-radius: 50px;
	max-width: 300px;
}
.btn2:hover{
	color:#FFFF;
	text-decoration: none;
	opacity: 0.6;/* 透過 */
}
.btn2 i{padding-left: 10px;}

@media screen and (max-width: 600px) {
.btn2{
	font-size:13px;
	padding: 1em 1.5em;
	border-radius: 30px;
	}
}

/*=============================
		table
=============================*/
table.type01 {
	width:100%;
	margin:0 auto 0px;
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	background-color:#FFFFFF;
    font-size:16px;
	line-height:140%;
}
table.type01 th {
	padding: 20px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #f5f7f7;
	vertical-align:middle;
	text-align:center;
	white-space: nowrap;
}
table.type01 td {
	padding: 20px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	vertical-align:middle;
	text-align:center;
	white-space: nowrap;
}
.text_left{text-align: left!important;}
.nowrap{white-space: nowrap;}
.t_green{
	background-color:#dbf8c8 !important;
	text-align:center;
}
.t_yellow{
	background-color:#fdecbd !important;
	text-align:center;
}
.t_pink{
	background-color:#f9dbc6 !important;
	text-align:center;
}

@media screen and (max-width: 800px) {/*タブレット*/
table.type01{font-size:14px;}
}

@media screen and (max-width: 600px) {
	table.type01 {font-size: 13px;}
	table.type01 th {padding: 20px;}
	table.type01 td {padding: 20px;}
}




/*スクロール-----------------------------------------------*/
.table-wrap {
	overflow-x: scroll;
	width: 100%;
	margin: 0 auto 20px;
	/*border: solid 1px #eee;
	box-sizing: border-box;*/
}


/* type02---------------------------- */
table.type02 {
	width:100%;
	border-collapse: separate;
	text-align: left;
    font-size:15px;
	line-height:140%;
	margin: 10px auto 30px;
	border-spacing: 0px;
	border-top: solid 1px #EFE8D8;
}
table.type02 th {
	padding: 20px;
	background: #EFE8D8;
	vertical-align:middle;
	text-align:center;
	color: #000;
	border-bottom: solid 1px #EFE8D8;
}
table.type02 td {
	padding: 20px;
	vertical-align:middle;
	background: #FFF;
	color: #000;
	border-bottom: solid 1px #EFE8D8;
}
table.type02 th img{width:100%}
table.type02 td img{width:100%}

@media screen and (max-width: 600px) {
table.type02{font-size:12px;}
table.type02 th {padding: 10px;}
table.type02 td {padding: 10px;}
}



/*=============================
		wrap
=============================*/
.wrap{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1400px;
	width: 95%;
	padding-top: 100px;
}
.main{width: 73%;}
.side{width: 25%;}

@media screen and (max-width: 1100px) {
.wrap{flex-wrap: wrap;justify-content: center;}
.main{width: 100%;}
.side{display: none;}
}

@media screen and (max-width: 600px) {
.wrap{padding-top: 50px;}
}



/*=============================
		MAP
=============================*/
.ggmap {
	position: relative;
	width: 100%;
	padding-bottom: 80%; /* 16:9 のアスペクト比 */
	height: 0;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}


/*=============================
		title
=============================*/

/*--------------------タイトル・フラッグ（ピンク）*/
.title_box{
	text-align: center;
	margin-bottom: 80px;
	overflow: hidden;
}
.title_flag_p{
	font-size: 20px;
	margin-top: -20px;
}
.title_flag{
	font-family: "Damion", cursive;
	font-size: 60px;
	margin: 0 auto 0px;
	position: relative;
    display: inline-block; /* 中央配置 */
	padding: 10px 40px; /* アイコンのスペースを確保 */
	text-align: center;
}
.title_flag br{display: none!important;}

.title_flag::before {/* 左側の装飾 */
    content: "";
    position: absolute;
    left: 0; /* 見出しの左端 */
    top: 50%;
    transform: translate(-100%, -50%); /* 見出しの外側に配置 */
    width: 250px; 
	height: 100px;
    background: url("../img/base/flag_l.png") no-repeat center / contain;	
}
.title_flag::after {/* 右側の装飾 */
	content: "";
    position: absolute;
    right: 0; /* 見出しの右端 */
    top: 50%;
    transform: translate(100%, -50%); /* 見出しの外側に配置 */
    width: 250px; 
    height: 100px;
    background: url("../img/base/flag_r.png") no-repeat center / contain;
}

@media screen and (max-width: 700px) {
.title_flag_p{
	font-size: 14px;
	margin-top: -5px;
}
.title_flag{
	font-size: 40px;
	line-height: 100%;
	margin: 0 auto 0px;
	position: relative;
    display: inline-block; /* 中央配置 */
	padding: 10px 20px; /* アイコンのスペースを確保 */
	text-align: center;
}
}

@media screen and (max-width: 500px) {
.title_box{
	margin-bottom: 40px;
}
.title_flag br{display: block!important;}
	
.title_flag::before {/* 左側の装飾 */
    content: "";
    position: absolute;
    left: 0; /* 見出しの左端 */
    top: 50%;
    transform: translate(-100%, -50%); /* 見出しの外側に配置 */
    width: 200px; 
	height: 100px;
    background: url("../img/base/flag_l.png") no-repeat center / contain;	
}
.title_flag::after {/* 右側の装飾 */
	content: "";
    position: absolute;
    right: 0; /* 見出しの右端 */
    top: 50%;
    transform: translate(100%, -50%); /* 見出しの外側に配置 */
    width: 200px; 
    height: 100px;
    background: url("../img/base/flag_r.png") no-repeat center / contain;
}
}



/*--------------------タイトル・フラッグ（黒）*/
.title_box2{
	text-align: center;
	margin-bottom: 80px;
	overflow: hidden;
	color: #262626;
}
.title_flag2{
	font-size: 25px;
	line-height: 150%;
	margin: 0 auto 0px;
	position: relative;
    display: inline-block; /* 中央配置 */
	padding: 10px 40px; /* アイコンのスペースを確保 */
	text-align: center;
}

.title_flag2::before {/* 左側の装飾 */
    content: "";
    position: absolute;
    left: 0; /* 見出しの左端 */
    top: 50%;
    transform: translate(-100%, -50%); /* 見出しの外側に配置 */
    width: 250px; 
	height: 100px;
    background: url("../img/base/flag2_l.png") no-repeat center / contain;	
}
.title_flag2::after {/* 右側の装飾 */
	content: "";
    position: absolute;
    right: 0; /* 見出しの右端 */
    top: 50%;
    transform: translate(100%, -50%); /* 見出しの外側に配置 */
    width: 250px; 
    height: 100px;
    background: url("../img/base/flag2_r.png") no-repeat center / contain;
}

@media screen and (max-width: 700px) {
.title_box2{
	margin-bottom: 40px;
}
.title_flag2{
	font-size: 20px;
	margin: 0 auto 0px;
	position: relative;
    display: inline-block; /* 中央配置 */
	padding: 10px 20px; /* アイコンのスペースを確保 */
	text-align: center;
}
}

@media screen and (max-width: 500px) {
.title_flag2{
	font-size: 18px;
	margin: 0 auto 0px;
	position: relative;
    display: inline-block; /* 中央配置 */
	padding: 10px 15px; /* アイコンのスペースを確保 */
	text-align: center;
}
.title_flag2::before {/* 左側の装飾 */
    content: "";
    position: absolute;
    left: 0; /* 見出しの左端 */
    top: 50%;
    transform: translate(-100%, -50%); /* 見出しの外側に配置 */
    width: 200px; 
	height: 100px;
    background: url("../img/base/flag2_l.png") no-repeat center / contain;	
}
.title_flag2::after {/* 右側の装飾 */
	content: "";
    position: absolute;
    right: 0; /* 見出しの右端 */
    top: 50%;
    transform: translate(100%, -50%); /* 見出しの外側に配置 */
    width: 200px; 
    height: 100px;
    background: url("../img/base/flag2_r.png") no-repeat center / contain;
}
}

/*=============================
		もくじ
=============================*/
ul.mokuji{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	max-width: 1000px;
	margin: 0px auto 0px;
}
ul.mokuji li{
	margin: 0px 5px 10px;
}
.mokuji_btn{
	background:#73C2BB;
	padding: 0.8em 1.5em;
	display: block;
	text-decoration: none;
	font-size:16px;
	line-height: 130%;
	color:#fff!important;
	transition: all .2s;/* ふんわり */
	border-radius: 50px;
}
.mokuji_btn:hover{
	opacity: 0.8;/* 透過 */
	filter: alpha(opacity=70);
	transition-duration: 0.3s;
}

@media screen and (max-width: 1000px) {
	ul.mokuji li{
		width: 30%;
		text-align: center;
		margin: 0px 5px 5px;
	}
	.mokuji_btn{
		padding: 0.8em 0.2em;
		font-size:16px;
		margin: 5px;
	}
}
@media screen and (max-width: 700px) {
	ul.mokuji{margin: -30px auto 0px;}
	ul.mokuji li{margin: 0px 5px;}
	.mokuji_btn{font-size: 14px;}	
}
@media screen and (max-width: 600px) {
	ul.mokuji li{width: 45%;}
	.mokuji_btn{font-size: 12px;}
}

/*=============================
		BOX
=============================*/
.box1{
	max-width: 1300px;
	width: 100%;
	margin: 100px auto;
}

@media screen and (max-width: 600px) {

}

/*=============================
		wrap
=============================*/
.wrap1{
	background: #FFF;
	margin-top: -10px;
	padding: 50px 0px;
}
.wrap2{
	padding: 100px 0px;
}
.svg_img{
	vertical-align:bottom;
	border: solid 1px #000;
}
@media screen and (max-width: 600px) {
.wrap1{padding-top: 50px;}
.wrap2{padding-top: 50px;}
}




/* TOP（Photo Plan） -------------------------------------------*/
.top1{
	max-width: 1300px;
	width: 100%;
	margin: 100px auto;
}
.top1_txt{
	text-align: center;
	width: 90%;
	margin: 0 auto 50px;
	font-size: 18px;
}

ul.top1_ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 90%;
	margin: 0 auto;
}
ul.top1_ul li{
	width: 30%;
	margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
ul.top1_ul li{
	width: 48%;
	margin-bottom: 20px;
}
}

@media screen and (max-width: 600px) {
.top1_txt{
	margin: 0 auto 50px;
	font-size: 14px;
}
}


/*TOP （ギャラリー）--------------------------*/
#smooth{/*smoothスライダー*/
	width: 100%;
	margin-bottom: 100px;
}
#makeMeScrollable { 
	width:100%;
	position: relative;
	margin-bottom: 50px;
	}   
#makeMeScrollable div.scrollableArea img {
	 position: relative;
	 width:200px;
	 margin:5px;
	 float: left;
	 padding: 0; 
	 }
@media screen and (max-width: 600px) {
	#smooth{
		margin:0px 0px 50px;
	}
	#makeMeScrollable div.scrollableArea img {
		width:120px;
	}
}

/* TOPお問い合わせ---------------------------- */
.contact_box{
	background: #EEF3EF;
	width: 100%;
	padding: 100px 0px;
}
.contact_in{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1300px;
	width: 90%;
	margin: 0 auto;
}
@media screen and (max-width: 1000px) {
.contact_in{
	justify-content: center;
}
}

@media screen and (max-width: 600px) {
.contact_box{
	padding: 50px 0px;
}
}

/* お問合せ（テキスト）---------------------------- */
.contact_txt{
	width: 48%;
	overflow: hidden;
}
.contact_txt h2{
	width: 90%;
	margin: 0 auto;
}

@media screen and (max-width: 1000px) {
.contact_txt{
	width: 100%;
	margin-bottom: 50px;
	text-align: center;
}
}

/* top_table---------------- */
table.top_table {
	width:100%;
    font-size:16px;
	line-height:140%;
}
table.top_table th {
	padding: 10px 20px;
	white-space: nowrap;
	border-bottom: dashed 1px #ccc;
}
table.top_table td {
	padding: 10px 20px;
	border-bottom: dashed 1px #ccc;
	text-align: left;
}
.table_tel{max-width: 250px;width: 100%;}

@media screen and (max-width: 600px) {
table.top_table {
    font-size:13px;
	line-height:140%;
}
}


/* お問合せ（MAP）---------------------------- */
.contact_map{
	width: 48%;
}

@media screen and (max-width: 1000px) {
.contact_map{width: 100%;}
}

/* TOバナー -------------------------------------------*/
ul.top_banner{
	margin: 100px auto 0px;
	width: 90%;
}
ul.top_banner li{
	margin-bottom: 10px;
	text-align: center;
}
@media screen and (max-width: 600px) {
ul.top_banner{margin: 50px auto 0px;}
}


/* 私たちについて -------------------------------------------*/
.about_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 90%;
	margin: 0 auto;
}
.about_txt{
	width: 58%;
}
.about_txt p{
	font-size: 18px;
	line-height: 180%;
	margin-bottom: 30px;
}
.about_img{
	width: 38%;
	text-align: center;
}

@media screen and (max-width: 1000px) {
.about_box{
	flex-wrap: wrap;
	justify-content: center;
}
.about_txt{
	width: 100%;
}
.about_img{
	width: 70%;
	text-align: center;
}
}
@media screen and (max-width: 1000px) {
.about_txt p{
	font-size: 14px;
	line-height: 180%;
	margin-bottom: 20px;
}
.about_img{
	width: 90%;
	text-align: center;
}
}
	

/* 私たちについて -------------------------------------------*/
ul.kodawari{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0 auto;
	max-width: 1000px;
	width: 90%;
}
ul.kodawari li{
	width: 48%;
	max-width: 460px;
	margin-bottom: 80px;
	text-align: center;
}
ul.kodawari li img{margin-bottom: 20px;}

@media screen and (max-width: 800px) {
ul.kodawari li{
	width: 90%;
	max-width: 460px;
	margin-bottom: 50px;
	text-align: center;
}
}
@media screen and (max-width: 600px) {
ul.kodawari li{
	font-size: 14px;
	margin-bottom: 30px;
}
ul.kodawari li img{margin-bottom: 10px;}
}


/* スタジオ紹介 -------------------------------------------*/
.studio_txt{
	font-size: 18px;
	text-align: center;
	width: 90%;
	max-width: 800px;
	margin: 0 auto 50px;
}
.studio_img1{
	text-align: center;
	margin: 0 auto 50px;
	width: 90%;
}
.studio_table{
	max-width: 600px;
	width: 90%;
	margin: 0 auto;
}
@media screen and (max-width: 600px) {
.studio_txt{
	font-size: 14px;
	padding: 0px 20px;
	margin-bottom: 50px;
}
}

/* お客様の声 -------------------------------------------*/
.voice_box{
	max-width: 1000px;
	width: 90%;
	box-sizing: border-box;
	margin: 0 auto 50px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	background: #fff;
	border: solid 3px #ccc;
	border-radius: 20px;
	padding: 5% 2%;
}
.voice_img{width: 40%;}
.voice_txt{width: 50%;}
.voice_txt h2{
	font-size: 25px;
	margin-bottom: 20px;
}
.voice_txt p{font-size: 16px;}

@media screen and (max-width: 800px) {
.voice_box{
	flex-wrap: wrap;
	justify-content: center;
	padding: 8% 2%;
}
.voice_img{width: 80%;margin-bottom: 20px;}
.voice_txt{width: 90%;}	
}
@media screen and (max-width: 800px) {
.voice_txt h2{
	font-size: 20px;
	margin-bottom: 20px;
}
.voice_txt p{font-size: 14px;}	
}


/* 商品一覧 -------------------------------------------*/
ul.item_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
ul.item_box li{
	width: 30%;
	text-align: center;
	font-size: 18px;
	line-height: 150%;
	margin-bottom: 30px;
}
ul.item_box li img{
	margin-bottom: 15px;
}
@media screen and (max-width: 900px) {
ul.item_box li{
	width: 45%;
}	
}
@media screen and (max-width: 600px) {
ul.item_box li{
	width: 80%;
}	
}

/* 衣装レンタル -------------------------------------------*/
ul.costume{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 90%;
	margin: 0 auto;
}
ul.costume li{
	width: 15%;
	margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
ul.costume li{
	width: 30%;
	margin-bottom: 20px;
}
}

/* もっと見るボタン -------------------------------------------*/
.more_btn{
	text-align: center;
	width: 60%;
	margin: 0 auto;
}

/* ギャラリー -------------------------------------------*/
.gallery_box{
	max-width: 1300px;
	width: 100%;
	margin: 0 auto 50px;
}
ul.gallery{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
ul.gallery li{
	width: 14%;
	padding: 1%;
	margin-bottom: 20px;
}
ul.gallery li img{
	object-fit: cover; /* トリミング */
	width: 100%;
    aspect-ratio: 1 / 1;
}

@media screen and (max-width: 1000px) {
ul.gallery li{
	width: 20%;
	padding: 1%;
	margin-bottom: 20px;
}
}

@media screen and (max-width: 600px) {
ul.gallery li{
	width: 27%;
	padding: 1%;
	margin-bottom: 10px;
}
}
/* ギャラリー②　縦用 ------------------------------------*/
ul.gallery2{
	display: flex;
	justify-content: space-around;
	margin: 0 auto 50px;
	width: 90%;
}
ul.gallery2 li{
	width: 30%;
	margin-bottom: 20px;
}
ul.gallery2 li img{
	object-fit: cover; /* トリミング */
	width: 100%;
    aspect-ratio: 1 / 1.3;
	border: solid 1px #ccc;
}

/* ギャラリー③　横用 ------------------------------------*/
ul.gallery3{
	display: flex;
	justify-content: space-around;
	margin: 0 auto 50px;
	width: 90%;
}
ul.gallery3 li{
	width: 45%;
	margin-bottom: 20px;
}
ul.gallery3 li img{
	object-fit: cover; /* トリミング */
	width: 100%;
    aspect-ratio: 1.5 / 1;
	border: solid 1px #ccc;
}

/* 料金 -------------------------------------------*/
.price_box{
	background:#EBEBEB;
	padding: 100px 10px;
	border-radius: 50px;
	margin: 50px auto 0px;
	width: 90%;
	max-width: 1000px;
	box-sizing: border-box;
}
table.price1{
	background: #fff;
	color: #262626;
	margin: 0 auto;
	width: 80%;
}
table.price1 th{
	font-size: 40px;
	text-align: center;
	width: 40%;
	vertical-align: middle;
}
table.price1 th i{
	padding-right: 10px;
}
table.price1 td{
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
	width: 40%;
	padding: 30px 0px;
}
.price_font{
	font-size: 40px;
	line-height: 1;
}
.price_point{color: #F81972;}
.price_kome{
	font-size: 13px;
	line-height: 1;
}
.plus-unicode {
	font-size: 70px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: bold;
	color: #262626;
	text-align: center;
}

table.price2{
	background: #fff;
	color: #262626;
	margin: 0 auto;
	width: 70%;
	font-size: 18px;
}
table.price2 th{
	border: solid 2px #EBEBEB;
	padding: 10px;
	background: #EEF3EF;
	vertical-align: middle;
}
table.price2 td{
	border: solid 2px #EBEBEB;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}

@media screen and (max-width: 1000px) {
table.price1{
	width: 90%;
}
table.price1 th{
	font-size: 30px;
	width: 45%;
}
table.price1 td{
	font-size: 20px;
	line-height: 1.5;
	width: 45%;
	padding: 30px 0px;
}
.price_font{
	font-size: 35px;
	line-height: 1;
}
table.price2{
	width: 90%;
	font-size: 16px;
}
}

@media screen and (max-width: 800px) {
.price_box{
	padding: 50px 10px;
	border-radius: 30px;
}
.price_font{
	font-size: 30px;
	line-height: 1;
}
table.price1 th{
	display: block;
	font-size: 25px;
	width: 100%;
	padding: 20px 0px;
	background: #EEF3EF;
}
table.price1 td{
	display: block;
	font-size: 16px;
	width: 100%;
	padding: 15px 0px;
}
table.price2{
	font-size: 14px;
}
.plus-unicode {
	font-size: 50px;
}
}


/* 施工の流れ ------------------------------*/

.flow_allbox{
	display: flex;
	justify-content: space-around;
	margin: 50px auto 0px;
	max-width: 1100px;
	width: 80%;
}
.flow_img{
	width: 40%;
	text-align: center;
}
.flow_img ul{
	margin: 0 auto;
	max-width: 350px;
}
.flow_img ul li{
	margin-bottom: 20px;
	}

.flow_design03 {
	width: 58%;
}

@media screen and (max-width: 800px) {
.flow_allbox{
	flex-wrap: wrap;
	justify-content: center;
}
.flow_img{width: 100%;}

.flow_design03 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60%;
}
.flow_design03 {
	width: 100%;
	margin-bottom: 50px;
	}
	
.flow_img ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 0 auto;
	max-width: 1000px;
}
.flow_img ul li{
	width: 45%;
	margin-bottom: 20px;
	}
	
}



.flow_design03 ul {padding: 0;}

.flow_design03 li {list-style-type: none;}

.flow_design03 dd {margin-left: 0;}

.flow03 {position: relative;}

.flow03::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}

.flow03 > li {
  position: relative;
}

.flow03 > li:not(:last-child) {
  margin-bottom: 50px;
}

.flow03 > li .icon03 {/* 〇数字---------*/
  font-size: 0.8em;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: #73C2BB;
  display: inline-block;
  margin-right: 0.5em;
}

.flow03 > li dl {
  padding-left: 70px;
  position: relative;
}

.flow03 > li dl::before,
.flow03 > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.flow03 > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #73C2BB;
  border-radius: 50%;
  left: -4px;
}

.flow03 > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}

.flow03 > li dl dt {
	font-size: 1.3em;
	line-height: 150%;
	font-weight: 600;
	color: #000;
	margin-bottom: 0.5em;
	display: flex;
	align-items: center;
}
.flow_txt{/* 流れの説明文 ------------------------------*/
	font-size: 16px!important;
	font-weight: normal!important;
}

@media screen and (max-width: 600px) {
.flow03 > li dl {
  padding-left: 45px;
  position: relative;
}
.flow03 > li dl::after {
  width: 30px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}	
.flow03 > li dl dt {
  font-size: 1.0em;
	line-height: 150%;
  font-weight: 600;
  color: #000;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}
.flow_txt{font-size: 14px!important;}
}


/* 成人式 ------------------------------*/
.comingofage_img{
	width: 90%;
	margin: 0 auto 30px;
}
@media screen and (max-width: 600px) {
.comingofage_img{
	width: 95%;
	margin: 0 auto 10px;
}	
}

/* 撮影について ------------------------------*/
.aboutphoto_txt{
	max-width: 800px;
	width: 90%;
	margin: 0 auto;
}
.aboutphoto_txt h2{
	font-size: 16px;
	padding: 10px;
	background: #fff;
	display: inline-block;
	margin-bottom: 15px;
}
.aboutphoto_txt p{
	font-size: 16px;
	line-height: 180%;
	padding-bottom: 15px;
}

@media screen and (max-width: 600px) {
.aboutphoto_txt{
}
.aboutphoto_txt p{
	font-size: 13px;
	line-height: 160%;
	padding-bottom: 10px;
}
.flow_img ul li{
	width: 100%;
	margin-bottom: 20px;
	}
	
}


/* ポートレート料金表 ------------------------------*/
.portrait_pricebox{
	background: #FFF;
	max-width: 800px;
	width: 90%;
	margin: 0 auto 30px;
	padding: 20px;
}
.portrait_pricebox p{
	font-size: 16px;
	margin: 0 auto 20px;
	text-align: center;
	max-width: 700px;
	
}
.portrait_p{
	font-size: 16px;
	margin: 0 auto 20px;
	max-width: 700px;
	width: 90%;
}
.portrait_h3{
	font-size: 18px;
	margin: 0 auto 10px;
	text-align: center;
	max-width: 700px;
}
.p_t{
	background-color: #cadfce!important;
}
.p_s{
	font-size: 14px;
}
@media screen and (max-width:800px){
.portrait_p{
	font-size: 13px;
}
.portrait_h3{
	font-size: 16px;
}
.p_s{
	font-size: 12px;
}
}
