@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Galada&family=Noto+Sans+JP:wght@500;700&display=swap');

body,h1,h2,h3,p,img,table,a{
	margin: 0;
	padding: 0;
	font-family: sofia-pro, sans-serif;
}
img{
	width: 100%;
}
a{
	text-decoration: none
}
.loading {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  z-index: 99999;
}

.swiper-wrapper{
}
.swiper-container{
	height: 300px;
	
}
.swiper-slide{
	width: 100%;
}
#slide01{
	background:url(../image/header_bg01.jpg);
	background-size: cover;
	background-position: center center
}
#slide02{
	background:url(../image/header_bg02.jpg);
	background-size: cover;
	background-position: center center
}
#slide03{
	background: url(../image/header_bg03.jpg);
	background-size: cover;
	background-position: center center
}
#slide04{
	background: url(../image/header_bg04.jpg);
	background-size: cover;
	background-position: center center
}
.loading img {
  width: 60%;
  max-width: 500px;
  display: block;
  margin: 0 auto;
}

.loading img.fadein {
  opacity: 1px;
  transition: 3s;
}

.loading p {
  font-family: "a-otf-futo-go-b101-pr6n", "museo-sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  background-color: #fff;
  filter: blur(20px);
  width: 35vw;
  max-width: 340px;
  height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  animation-name: slide;
  animation-duration: 6s;
  animation-fill-mode: forwards;
}

.loading p.hide {
  opacity: 0 !important;
  transition: 1s;
}

.loading p.fadeout {
  opacity: 1 !important;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  left: 50%;
  animation-name: fadeout;
}

.effect {
  filter: blur(10px);
  transition: 1s;
  opacity: 0 !important;
}

@keyframes slide {
  50% {
    position: absolute;
    left: 70%;
    opacity: 0;
  }
  100% {
    left: 30%;
    opacity: 0;
  }
}

@keyframes fadeout {
  0% {
    position: absolute;
    left: 30%;
    opacity: 0;
  }
  100% {
    left: 50%;
    opacity: 1;
  }
}
.clear{
	clear: both
}
.header{
	padding-top: 10px;
}
.header_area{
	width: 95%;
	margin: 0 auto;
}
.header_img{
	height: 400px;
	background: url("../image/bg02.jpg");
	background-size: cover;
	background-position: center;
	display: block;
}
.wrap{
	width: 100%;
}
.wrap_area{
	width: 95%;
	margin: 0 auto;
	padding-bottom: 120px;
}
.header_menu_area{
	margin-bottom: 10px;
}
.header_title{
	float: left;
	color: #151515;
	font-size: 14px;
}
.header_menu_ul{
	display: none
}
.header_menu_li{
	margin-left: 10px;
	margin-right: 10px;
	display: block;
	float: left;
	font-size: 20px;
	font-family: sofia-pro, sans-serif;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	line-height: 16px;
}
.header_menu_li a{
	text-decoration: none;
	color: dimgray
}
.header_li_jp{
	font-size: 12px;
}
.header_svg{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	display:block
}
.header_svg svg path{
	fill:#0DAC67;
	fill-opacity:0;
	stroke:#0DAC67;
	stroke-width:1px;
	stroke-dasharray:1000;
	stroke-dashoffset:1000;
	animation: 2s ease-in forwards 0.5s textAnimation;
}
@keyframes textAnimation{
	0%{
		stroke-dashoffset:1000;
	}
	80%{
		stroke-dashoffset:0;
	fill-opacity:0;
	}
	100%{
		stroke-dashoffset:0;
	fill-opacity:1;
	}
}
.top_about{
	margin-top: 120px;
}
.top_about_title_image{
	width: 270px;
}
.top_about_left{
	width:95%;
	margin: 0 auto 60px;
}
.top_about_right{
	width:95%;
	margin: 0 auto 60px;
}
.top_iframe{
	width: 580px;
	height: 326px;
}
.top_about_title{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.top_service{
	margin-top: 120px;
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #f2f5f9;
}
.top_service_area{
	width: 1200px;
	margin: 0 auto
}
.top_service_title{
	width: 300px;
	margin: 0 auto 60px;
}
.top_service_main_box{
	width: 580px;
	margin-left: 10px;
	margin-right: 10px;
	float: left
}
.top_service_main_box_title_en{
	font-size: 32px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	color: #333;
}
.top_service_main_box_title_jp{
	font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	color: #333;
}
.top_service_right_area{
	width: 580px;
	margin-left: 10px;
	margin-right: 10px;
	float: left
}
.top_service_right_box{
	width: 270px;
	height: 310px;
	margin-left: 10px;
	margin-right: 10px;
	float: left
}
.top_service_right_box_title_en{
	font-size: 24px;
	line-height: 28px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #333;
}
.top_service_bottom_box_title_jp{
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	color: #333;
}
.top_service_bottom_box_title_en{
	font-size: 24px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 28px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #333;
}
.top_service_right_box_title_jp{
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	color: #333;
}
.top_service_bottom_box{
	width: 280px;
	margin-left: 10px;
	margin-right: 10px;
	float: left
}
.top_service_main_box_image{
	width: 100%;
	height: 400px;
	background: url("../image/bg.jpg");
	background-position: center;
	background-size: cover
}
.top_service_bottom_box_bottan , .top_service_main_box_bottan , .top_service_right_box_bottan{
	border:1px solid #333;
	padding: 5px 10px;
	border-radius: 40px;
	font-size: 12px;
	text-decoration: none;
	color: #333;
	margin-left: auto;
	margin-right: 10px;
	margin-top: 10px;
	display: block;
	width: 100px;
	text-align: center;
}
.top_service_right_box_image{
	width: 100%;
	height: 140px;
}
.top_service_bottom_box_image{
	width: 100%;
	height: 180px;
}
.bg02{
	background: url("../image/service_bg02.png");
	background-position: center;
	background-size: cover
}
.bg03{
	background: url("../image/service_bg03.jpg");
	background-position: center;
	background-size: cover
}
.bg04{
	background: url("../image/service_bg04.jpg");
	background-position: center;
	background-size: cover
}
.bg05{
	background: url("../image/service_bg05.jpg");
	background-position: center;
	background-size: cover
}
.bg06{
	background: url("../image/service_bg06.jpg");
	background-position: center;
	background-size: cover
}
.bg07{
	background: url("../image/service_bg07.jpg");
	background-position: center;
	background-size: cover
}
.bg08{
	background: url("../image/service_bg008.png");
	background-position: center;
	background-size: cover
}
.bg09{
	background: url("../image/bg.jpg");
	background-position: center;
	background-size: cover
}
.top_works{
	padding-top: 80px;
	padding-bottom: 80px;
}
.top_works_area{
	width: 95%;
	margin: 0 auto;
}
.top_works_title{
	width: 80%;
	margin: 0 auto 60px;
}
.top_works_box_area{
	padding-top: 40px;
	padding-bottom: 100px;
	margin-bottom: 80px;
}
.top_works_box{
	width: 90%;
	height: 200px;
	margin-left: 7%;
	margin-right: auto;
	margin-bottom: 40px;
	float: left;
	position: relative;
}
.top_works_image{
	position: absolute;
	width: 100%;
	height: 200px;
	top:-10px;
	left:-10px;
}
.viewmore_center{
	width: 110px;
	display: block;
    text-decoration: none;
    padding-bottom: 10px;
    color: #000;
    border-bottom: #000 4px solid;
    position: relative;
	font-size: 14px;
    line-height: 1;
    letter-spacing: .1em;
    font-weight: bold;
	text-align: center;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto
}
.top_blog{
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #f2f5f9;
}
.top_blog_area{
	width: 95%;
	margin: 0 auto;
}
.top_blog_title{
	width: 80%;
	margin: 0 auto 40px;
}
.top_blog_box{
	width: 45%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	margin-bottom: 20px;
	float: left;
	background: white
}
.top_blog_box_image{
	width: 100%;
	height: 180px;
}
.top_blog_box_title{
	padding: 10px;
	font-size: 16px;
	color: black;
}
.top_blog_box_day{
	padding: 10px;
	color: black;
	font-size: 14px;
	text-align: right;
}
.top_blog_box_title{
	font-size: 20px;
}
.top_company{
	padding-top: 80px;
	padding-bottom: 80px;
}
.top_company_area{
	width: 1200px;
	margin: 0 auto;
}
.top_company_title{
	width: 340px;
	margin: 0 auto 60px;
}
.top_company_logo{
	width: 364px;
	margin: 0 auto 60px;
}
.top_company_box{
	width: 560px;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}
.top_map{
	width: 100%;
	height: 300px;
}
.top_company_name{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
.top_company_address{
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
}
.footer{
	margin-top: 80px;
	border-top: #e8e8e8 2px solid;
	padding-top: 40px;
	text-align: center;
	font-size: 12px;
	padding-bottom: 80px;
}
.top_contact{
	padding-top: 100px;
	padding-bottom: 100px;
	background: url("../image/contact_bg.jpg");
	background-size: cover;
	background-position: center
}
.top_contact_area{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.top_contact_box{
	width: 90%;
	background: white;
    padding: 30px;
	margin-left: auto;
	margin-right: auto;
    box-sizing: border-box;
    z-index: 2;
}
.top_contact_title{
	margin-right: auto;
	width: 95%;
	margin-bottom: 20px;
}
.contacthere{
	width: 140px;
	display: block;
    text-decoration: none;
    padding-bottom: 10px;
    color: #000;
    border-bottom: #000 4px solid;
    position: relative;
	font-size: 14px;
    line-height: 1;
    letter-spacing: .1em;
    font-weight: bold;
	text-align: center;
	margin-top: 30px;
}

/*カテゴリ*/
.category_area{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 80px;
	padding-bottom: 80px;
}
.cat_box{
	width: 90%;
	height: 200px;
	margin-left: 7%;
	margin-right: auto;
	margin-bottom: 40px;
	float: left;
	position: relative;
}
.page_header{
	border-bottom: 3px solid #e9e9e9
}
.cat_area_title_text{
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 40px;
}
.cat_works_title{
	width: 70%;
	margin: 0 auto 0px;
}
.modal-open{
	display: block;
	font-size: 10px;
	padding-top: 10px;
	color: white;
	text-decoration: underline;
	text-align: center;
}
.modal-content {
    position:fixed;
    display:none;
    z-index:2;
    width:80%;
	height: 100%;
	overflow: scroll;
    margin:0;
    padding:10px 20px;
    border:2px solid #aaa;
    background:#fff;
}
.modal-content html{
height:100%;
}
.modal-content p {
}
.modal-overlay {
    z-index:1;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}
.modal-open:hover {
}
.modal-close {
    color:white;
	background: black;
	text-decoration: none;
	margin: 0 auto;
	text-align: center;
	display: block;
	width: 100px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-size: 16px;
}
.photo_lage_icon{
	width: 30px;
	position: absolute;
	right: 10px;
	bottom:5px;
}
/*プロフィール*/
.page_area{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 60px;
	padding-bottom: 80px;
}
.page_profile_title{
	width:80%;
	text-align: center;
	margin-left: auto;
	margin-right: auto
}
.page_about_right{
	width: 90%;
	margin-left: auto;
	margin-right: auto
}
.profile_zisseki{
	width: calc(45% - 20px);
	height: 200px;
	margin-bottom: 30px;
	padding: 10px;
	margin-left: 2.5%;
	margin-right: 2.5%;
	float: left;
	background: white;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, .08);
}
.profile_zisseki_image{
	height: 120px;
	margin-bottom: 10px;
}
.profile_zisseki_title{
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	font-family: sofia-pro, sans-serif;
}
.zisseki_small{
	font-size: 14px;
}
.profile_zisseki_number{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	font-family: sofia-pro, sans-serif;
	font-style: italic
}
.number_small{
	font-size: 16px;
}
.camera_image{
	width: 90%;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
}
.camera_text{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	font-family: sofia-pro, sans-serif;
}
.menuPrice {
	width: 90%;
	margin: 0 auto 30px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	font-size: 16px;
	font-weight: bold;
}
.menu_bikou{
	font-size: 12px;
}
.menuLeft,.menuRight {
	flex: 0 1 auto;
}

.centerLine {
	padding: 5px 15px;
	flex-grow: 2;
}

.centerLine hr {
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
}

.price_tax {
	font-size: 80%;
}
.menu_title{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin-top: 120px;
	margin-bottom: 20px;
}.menu-container {
  margin: 0;
}

.menu-container .menu {
  border: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-container .menu .menu-item {
  flex: 1;
}

.menu-container .menu .menu-item a {
  background: #fff;
  border-right: 1px solid #ccc;
  color: #333;
  display: block;
  padding: 0.6em 0.4em;
  text-align: center;
  text-decoration: none;
}

.menu-container .menu .menu-item a:hover {
  background: #ccc;
  color: #ffffff;
}

.menu-container .menu .menu-item:last-child a {
  border-right: none;
}

#modal-overlay {
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  height: 120%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
.icon-hamburger {
  background: #fff;
  cursor: pointer;
  height: 30px;
  position: fixed;
  width: 30px;top:15px;
	left:10px;
  display: none;
  margin-bottom: 0.4em;
}

.icon-hamburger span {
}

.icon-hamburger span::before,
.icon-hamburger span::after {
}

.icon-hamburger span::before {
}

.icon-hamburger span::after {
}

@media screen and (max-width: 768px) {
  .icon-hamburger {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .menu-container .menu {
    -webkit-transform: translate(-50%, -50%);
    background: #fff;
    display: none;
    height: auto;
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 100;
  }
  .menu-container .menu .menu-item a {
    border-bottom: 1px solid #ccc;
    border-right: none;
  }
  .menu-container .menu .menu-item:last-child a {
    border-bottom: none;
  }
}
.family_bg{
	background: url(../image/family_sp_bg.png);
	background-position:bottom center;
	background-size: 100%;
	background-repeat: no-repeat;
	background-color:rgba(255,255,255,0.6);
	background-blend-mode:lighten;
}
.celemony_bg{
	background: url(../image/celemony_sp_bg.png);
	background-position:bottom center;
	background-color:rgba(255,255,255,0.6);
	background-size: 100%;
	background-repeat: no-repeat;
	background-blend-mode:lighten;
}
.item_bg{
	background: url("../image/item_sp_bg.png");
	background-position:bottom center;
	background-color:rgba(255,255,255,0.6);
	background-size: 100%;
	background-repeat: no-repeat;
	background-blend-mode:lighten;
}
.bridal_bg{
	background: url("../image/bridal_sp_bg.png");
	background-position:bottom center;
	background-color:rgba(255,255,255,0.6);
	background-size: 100%;
	background-repeat: no-repeat;
	background-blend-mode:lighten;
}
.kids_bg{
	background: url("../image/kids_sp_bg.png");
	background-position:bottom center;
	background-color:rgba(255,255,255,0.6);
	background-size: 100%;
	background-repeat: no-repeat;
	background-blend-mode:lighten;
}
.food_bg{
	background: url("../image/food_sp_bg.png");
	background-position:bottom center;
	background-color:rgba(255,255,255,0.6);
	background-size: 100%;
	background-repeat: no-repeat;
	background-blend-mode:lighten;
}
.other_bg{
	background: url("../image/other_sp_bg.png");
	background-position:bottom center;
	background-color:rgba(255,255,255,0.6);
	background-size: 100%;
	background-repeat: no-repeat;
	background-blend-mode:lighten;
}
.top_works_sp_title{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}
/*ページャー*/
.wp-pagenavi{
text-align: center;
	margin-top:30px;
}
		.pages{
			display: none;
		}
a.page,.current,.nextpostslink,.previouspostslink,.last,.first{
background: #fff;
border: solid 1px #ccc;
padding:5px 8px;
margin:0 2px;
	color: #232323;
text-decoration: none;
}
.current{
background: #232323;
border: solid 1px #232323;
color: #fff;
}
.social_area{
	width: 150px;
	margin-left: auto;
	margin-right: auto;
}
.social_icon{
	display: block;
	width: 55px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
.form_area{
	width: 90%;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #323232;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #323232;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
	border: none;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}
.album_area{
	width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.album_image01{
	width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.album_image02{
	width: 60%;
  margin-left: auto;
  margin-right: auto;
	
}