<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&amp;display=swap&amp;subset=japanese");

/*  共通CSS　*/
*:focus {
  outline: none;
}

.txt-c {
	text-align: center!important;
}

.b {
	font-weight: 900;
}

.sp-br {
	display: none;
}

.mt-100{
	margin-top: 100px;
}

@media only screen and (orientation: landscape) and (max-width: 813px),
  (orientation: portrait) and (max-width: 753px) {
	.sp-br {
		display: block;
	}
}

/*  PC　*/
@media only screen and (orientation:landscape) and (min-width : 813px),(orientation:portrait) and (min-width : 753px){

/*  リセット　*/
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, menu, nav, section, summary,time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
color:#333;
font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
display:block;
}
li{
list-style-type:none;
}
nav ul {
list-style:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,q:before, q:after {
content:'';
content:none;
}
a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
color:#ea3a76;
}
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}
mark {
background-color:#ff9;
color:#000;
font-style:italic;
font-weight:bold;
}
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 #cccccc;
margin:1em 0;
padding:0;
}
input, select {
vertical-align:middle;
}
*,*:before,*:after {
box-sizing: border-box;
}


.sp{
display: none!important;
}
body {
line-height:1;
font-family:'游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
position:relative;
color:#3f3f3f;
font-size: 18px;
}
a{text-decoration:none;}
a:hover{opacity:0.6;cursor:pointer}
.none{
display:none!important;
}

/*  animation　*/
#w-plan .w-plan-in h2.delighter{transform:translate(3%); opacity:0; transition: all .75s ease-out;}
#w-plan .w-plan-in h2.delighter.started { transform:none; opacity:1; }
#w-plan .w-plan-in img.delighter { transform:translate(-3%); opacity:0; transition: all .75s ease-out; }
#w-plan .w-plan-in img.started { transform:none; opacity:1; }
#w-tour .w-tour-in h2.delighter{transform:translate(3%); opacity:0; transition: all .75s ease-out;}
#w-tour .w-tour-in h2.delighter.started { transform:none; opacity:1; }
#w-tour .w-tour-in img.delighter { transform:translate(-3%); opacity:0; transition: all .75s ease-out; }
#w-tour .w-tour-in img.started { transform:none; opacity:1; }
section#concept.delighter { transform:translatey(3%); opacity:0; transition: all .75s ease-out; }
section#concept.started { transform:none; opacity:1; }
.topics-in article.delighter { transform:translate(-3%); opacity:0; transition: all .75s ease-out; }
.topics-in article.started { transform:none; opacity:1; }
.voice-in.delighter { transform:translatey(3%); opacity:0; transition: all .75s ease-out; }
.voice-in.started { transform:none; opacity:1; }

/* header */
header{
width:980px;
margin:auto;
height:80px;
line-height:80px;
margin:auto;
display:-webkit-flex;
display:flex;
align-items: center;
}
header h1,header p{
width:20%;
text-align:center;
font-family: 'Meie Script', cursive;
}
header h1 a img,header p a img{
width:360px;
}
header h1 a,header p a{
display:-webkit-flex;
display:flex;
align-items: center;
}
header nav{
width:80%;
}
header nav ul{
display:-webkit-flex;
display:flex;
justify-content:flex-end;
align-items:center;
margin:0 10px; 0 0;
}
header nav ul li a{
font-size:14px;
padding:0 15px;
color:#333;
display:block;
text-align:center;
}

/* メイン共通	 */

#mainContents{
position:relative;
z-index:1;
}
header{
display: -webkit-flex;
display: flex;
align-items: center;
position:fixed;
top: 0/*20px*/;
left:0;
right:0;
margin:auto;
width: 100%/*80%*/;
border-radius: 0/*5px*/;
height:50px;
padding:30px 30px;
box-sizing:border-box;
z-index:10000;
background: #fff;
}
header h1,header p{
width:40%;
color:#FFF!important;
}
header h1 a{
color:#333;
}
header nav{
width:60%;
}
.header-menu-bg{
display: none;
/*
content:'';
background:rgb(255 255 255 / 73%);
display:block;
position:fixed;
top:20px;
left:0;
right:0;
margin:auto;
width:80%;
border-radius:5px;
height:50px;
padding:30px 30px;
box-sizing:border-box;
z-index:2;
*/
}

/* topページ */

.fview-mov{
height:100%;
text-align:center;
background:#FFF;
position:relative;
z-index:3;
margin:60px 0 10px;
height:600px;
}
.fview-mov video{
width:100%;
height:600px;
object-fit:cover;
left:0;
top:0;
}

#concept{
display: block;
margin-bottom: 30px;
padding: 100px 0 70px;
background: #ffffff;
position: relative;
z-index: 1;
width: 100%;
}
#concept.toppage{
display: block;
margin-bottom: 30px;
padding: 170px 0 120px;
background: #ffffff;
position: relative;
z-index: 1;
width: 100%;
}
#concept h1 {
	text-align: center;
	margin-bottom: 130px;
	font-size: 2rem;
}
.concept-in{
width:640px;
display: block;
margin: auto;
position:relative;
z-index:1;
}
.concept-in p{
text-align: center;
margin:30px 0;
line-height:2;
}
.concept-bottom-txt{
text-align:right;
/*
padding:0 30px 0 0;
display:block;
font-weight:bold;
text-align:center;
position:absolute;
right:250px;
bottom:-80px;
font-size:24px
*/
}
.concept-bottom-txt span{
text-align:right;
display:block;
margin-bottom:10px;
font-size:16px;
text-align:center;
}
#concept h2,#concept.toppage h2{
font-size:18px;
display: block;
margin: auto;
text-align:center;
position:relative;
background:#FFF;
width:150px;
}
#concept h2:before,#concept.toppage h2::before{
content:"";
background:url(img/h/concept.svg)no-repeat center; 
background-size:100% 100%;
width:600px;
height:50px;
display: block;
margin-bottom:10px;
position: absolute;
top:-45px;
left:50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%)translateX(-50%);
margin: auto;
}
#concept h2:after,#concept.toppage h2::after{
content:"";
width:500px;
height:2px;
background:#333;
display: block;
position: absolute;
top:50%;
left:50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%)translateX(-50%);
margin: auto;
z-index:-1;
}
#w-plan{
position:relative;
width:100%;
background:#FFF;
margin-top: 90px;
}
.w-plan-in{
display:block;
margin:auto;
width:1200px;
height:480px;
}
#w-plan h2{
font-size:24px;
background:#ccc;
position:absolute;
background:rgb(73 68 64 / 90%);
width:600px;
max-width:50%;
padding:20px;
text-align:center;
font-size:34px;
font-weight:100;
bottom:20%;
left:50%;
color:#FFF;
z-index:1;
}
#w-plan h2:before{
content:"";
background:url(img/bt-yaji-w.svg)no-repeat;
background-size:100%;
width:60px;
height:30px;
display:block;
margin:auto;
position:absolute;
right:50px;
bottom:10px;
}
#w-plan h2 a{
color:#FFF;
letter-spacing: 0.15rem;
}
.w-plan-in img{
width:800px;
}
#w-tour{
position:relative;
background:#FFF;
width:100%;
padding:50px 0 170px;
}
.w-tour-in{
position:relative;
width:1200px;
height:480px;
display:block;
margin:auto;
}
#w-tour h2{
font-size:24px;
background:rgb(73 68 64 / 90%);
position:absolute;
width:60%;
padding:20px;
text-align:center;
font-size:34px;
font-weight:100;
bottom:10%;
right:40%;
z-index:9;
color:#FFF;
}
#w-tour h2:before{
content:"";
background:url(img/bt-yaji-w.svg)no-repeat;
background-size:100%;
width:60px;
height:30px;
display:block;
margin:auto;
position:absolute;
right:50px;
bottom:10px;
}
#w-tour h2 a{
color:#FFF;
letter-spacing: 0.15rem;
}
.w-tour-in img{
width:800px;
position:absolute;
right:0;
top:0;
z-index:1;
}
#topics{
display:block;
padding:90px 0 60px;
background:#edeceb;
position:relative;
z-index:1;
width:100%;
}
#topics h2{
font-size:18px;
display: block;
margin: auto;
text-align:center;
position:relative;
background:#edeceb;
width:150px;
}
#topics h2:before{
content:"Concept";
font-size:34px;
display: block;
margin-bottom:10px;
position:absolute;
top:-50px;
left:0;
right:0;
margin:auto;
}
#topics h2:after{
content:"";
width:500px;
height:2px;
background:#333;
display: block;
position: absolute;
top:50%;
left:50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%)translateX(-50%);
margin: auto;
z-index:-1;
}
.topics-in{
width:980px;
display: block;
margin:50px auto 0;
}
.topics-in article{
display: -webkit-flex;
display: flex;
margin-bottom:40px;
padding:10px;
box-sizing:border-box;
background:#fff;
}
.topics-in article img{
width:30%;
margin-right:20px;
height:180px;
object-fit:cover;
}
.topics-in article div{
width:70%;
}
.topics-in article time{
font-size:14px;
margin:10px 0;
display:block;
color:#777;
}
.topics-in article h3{
font-size:24px;
margin-bottom:20px;
display:block;
}
.topics-in article p{
font-size:16px;
margin-bottom:10px;
display:block;
line-height:1.6;
}
#voice{
padding:170px 0 100px;
background:#edeceb;
display:block;
position: relative;
z-index: 1;
width: 100%;
overflow: hidden;
}
#voice h2{
font-size:18px;
display: block;
margin:0 auto 40px;
text-align:center;
position:relative;
background:#edeceb;
width:150px;
}
#voice h2:before{
content:"";
background:url(img/h/voice.svg)no-repeat center; 
background-size:100% 100%;
width:600px;
height:50px;
display: block;
margin-bottom:10px;
position: absolute;
top:-45px;
left:50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%)translateX(-50%);
margin: auto;
}
#voice h2:after{
content:"";
width:500px;
height:2px;
background:#333;
display: block;
position: absolute;
top:50%;
left:50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%)translateX(-50%);
margin: auto;
z-index:-1;
}
.voice-in{
display: -webkit-flex;
display: flex;
}
.voice-in .slick-slide {
	padding-bottom: 1rem;
box-shadow: 0 2rem 2rem -2rem hsl(200deg 50% 20% / 40%);
}
.voice-in .slick-list {
	padding-bottom: 2rem;
}
.voice-in .sliderItemBox{
width:100%;
margin: 0/*10px*/;
box-sizing:border-box;
}
.voice-in .sliderItemBox a{
	outline: none;
}
.voice-in .sliderItemBox:hover{
opacity:0.8;
}
.voice-in .sliderItemBox a img{
width:100%;
}
.voice-in .sliderItemBox a h3{
padding: 0 15px;
font-size:16px;
line-height: 2rem;
margin:10px 0
}
.voice-in .sliderItemBox a h3 span {
	display: block;
	border-top: 1px solid #333;
}
.voice-in .sliderItemBox a ul {
	padding: 15px 15px 0;
}
.voice-in .sliderItemBox a li {
	display: list-item;
	margin-left: 2rem!important;
	margin-bottom: 0.5rem;
	list-style-type: disc;
	list-style-position: inside;
	color: #666;
    text-indent: -0.5rem;
	font-size: 1rem;
}

.voice-in .sliderItemBox a p{
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
font-size:14px;
line-height:1.6;
}

/*--slider--*/

.slide-Area-wrap{
width: 100vw;
position: relative;
left: 50%;
transform: translateX(-50%);
padding: 10px 0;
}
.slider-prev{
position: absolute;
background:url(img/yaji-l.png)no-repeat;
background-size:100% ;
width:20px;
height:50px;
top: 0;
bottom: 0;
left: -30px;
margin: auto;
z-index:1;
}
.slider-next{
position: absolute;
background:url(img/yaji-r.png)no-repeat;
background-size:100% ;
width:20px;
height:50px;
top: 0;
bottom: 0;
right: -30px;
margin: auto;
z-index:1;
}
.slide-Area {
margin: 0 auto;
width: /*980px*/90%;
position: relative;
}
.slide-Area .slick-initialized .slick-slide{
margin: 0 10px;
}


footer{
padding:30px 0 0;
border-top:2px solid #edeceb;
background:#FFF;
position:relative;
}
footer .footer-link-list{
}
footer .footer-link-list ul{
display: -webkit-flex;
display: flex;
justify-content: center;
align-items: center;
}
footer .footer-link-list ul li{
margin:0 20px;
}
footer .footer-link-list ul li a{
color:#333;
}
footer .footer-link-list ul li.web-icon{
position:relative;
padding-left:30px;
}
footer .footer-link-list ul li.web-icon a:before{
content:"";
background:url(img/icon-web.png)no-repeat;
background-size:100%;
width:20px;
height:20px;
display:block;
position:absolute;
left:0;
top:0;
bottom:0;
margin:auto;
}
footer .footer-link-list ul li.ins-icon{
position:relative;
padding-left:30px;
}
footer .footer-link-list ul li.ins-icon a:before{
content:"";
background:url(img/icon-in.png)no-repeat;
background-size:100%;
width:20px;
height:20px;
display:block;
position:absolute;
left:0;
top:0;
bottom:0;
margin:auto;
}
footer .footer-link-list p {
	margin-top: 1rem;
	text-align: center;
}
footer .copyright-txt{
text-align:center;
margin-top:30px;
background:#edeceb;
padding:10px 0;
font-size:12px
}
footer .footer-link-list ul li.top-icon{
position:relative;
padding-left:30px;
}
footer .footer-link-list ul li.top-icon a:before{
content:"";
background:url(img/icon-home.png)no-repeat;
background-size:100%;
width:20px;
height:20px;
display:block;
position:absolute;
left:0;
top:0;
bottom:0;
margin:auto;
}
footer .footer-link-list ul li.next-icon{
position:relative;
padding-left:30px;
}
footer .footer-link-list ul li.next-icon a:before{
content:"";
background:url(img/icon-next.png)no-repeat;
background-size:100%;
width:20px;
height:20px;
display:block;
position:absolute;
left:0;
top:0;
bottom:0;
margin:auto;
}


/* plan */

.fview-img{
height:100%;
text-align:center;
background:#FFF;
position:relative;
height:600px;
z-index:3;
}
.fview-img img{
width:100%;
height:600px;
object-fit:cover;
}
.fview-img h2{
position: absolute;
top:50%;
left:50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%)translateX(-50%);
margin: auto;
line-height: 1.6;
font-size: 42px;
color:#FFF;
}
.fview-img h2 span{
display:block;
color:#FFF;
}

.plan-mov{
height:100%;
text-align:center;
background:#FFF;
position:relative;
z-index:0;
margin:0 0 0;
position: relative;
}
.plan-mov video{
width:100%;
}

#weddingPlan{
display:block;
padding:150px 0 60px;
background:#edeceb;
position:relative;
z-index:1;
width:100%;
}
#weddingPlan h2{
font-size:18px;
display: block;
margin: auto;
text-align:center;
position:relative;
background:#edeceb;
width:250px;
}
#weddingPlan h2:before{
content:"";
background:url(img/h/plan.svg)no-repeat center; 
background-size:100% 100%;
width:600px;
height:50px;
display: block;
margin-bottom:10px;
position: absolute;
top:-45px;
left:50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%)translateX(-50%);
margin: auto;
}
#weddingPlan h2:after{
content:"";
width:500px;
height:2px;
background:#333;
display: block;
position: absolute;
top:50%;
left:50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%)translateX(-50%);
margin: auto;
z-index:-1;
}
.weddingPlan-in{
width:980px;
display: block;
margin:60px auto 0;
}

.kyoshiki{
position:relative;
margin-bottom:80px;
}
.kyoshiki img{
width:540px;
height:340px;
object-fit:cover;
position:relative;
z-index:3;
}
.kyoshiki-img{
position:relative;
}
.kyoshiki-img:before{
content:"";
display:block;
position:absolute;
background:rgb(119 100 74 / 42%);
width:540px;
height:340px;
z-index:1;
top:6px;
left:6px;
}
.kyoshiki-img:after{
content:"";
display:block;
position:absolute;
width:540px;
height:340px;
z-index:1;
top:12px;
left:12px;
border:1px solid rgb(119 100 74 / 42%);
}
.kyoshiki .plan-r{
width:45%;
position:absolute;
right:0;
top:25px;
}
.kyoshiki .plan-r h3{
text-align:center;
font-size:34px;
margin:20px; 0;
}
.kyoshiki .plan-r dl{
padding:20px;
display: flex;
flex-direction: column-reverse;
}
.kyoshiki .plan-r dt{
margin-top: 20px;
padding: 0 30px;
text-align:center;
font-size:14px;
/*color:#77644a;*/
position:relative;
}
/*.kyoshiki .plan-r dt:before{
content:"";
width:200px;
height:1px;
background:#77644a;
display:block;
position:absolute;
bottom:-5px;
left:0;
right:0;
margin:auto;
}*/
.kyoshiki .plan-r dd{
font-size:16px;
line-height:1.6;
padding:0 30px;
}

.hutari{
position:relative;
margin-bottom:50px;
}
.hutari img{
width:540px;
height:340px;
object-fit:cover;
position:absolute;
z-index:3;
right:0;
}
.hutari-img{
position:relative;
height:340px;
}
.hutari-img:before{
content:"";
display:block;
position:absolute;
background:rgb(119 100 74 / 42%);
width:540px;
height:340px;
z-index:1;
top:6px;
right:6px;
}
.hutari-img:after{
content:"";
display:block;
position:absolute;
width:540px;
height:340px;
z-index:1;
top:12px;
right:12px;
border:1px solid rgb(119 100 74 / 42%);
}
.hutari .plan-l{
width:45%;
position:absolute;
left:0;
top:25px;
}
.hutari .plan-l h3{
text-align:center;
font-size:34px;
margin:20px; 0;
}
.hutari .plan-l dl{
padding:20px;
display: flex;
flex-direction: column-reverse;
}
.hutari .plan-l dt{
margin-top: 20px;
padding: 0 30px;
text-align:center;
font-size:14px;
/*color:#77644a;*/
position:relative;
}
/*.hutari .plan-l dt:before{
content:"";
width:200px;
height:1px;
background:#77644a;
display:block;
position:absolute;
bottom:-5px;
left:0;
right:0;
margin:auto;
}*/
.hutari .plan-l dd{
font-size:16px;
line-height:1.6;
padding:0 30px;
}
.menu-img{
}
.menu-img img{
width:100%;
}
#partyPlan{
display:block;
padding:150px 0 100px;
background:#FFF;
position:relative;
z-index:1;
width:100%;
}
#partyPlan h2{
font-size:18px;
display: block;
margin: auto;
text-align:center;
position:relative;
background:#FFF;
width:250px;
}
#partyPlan h2:before{
content:"";
background:url(img/h/party.svg)no-repeat center; 
background-size:100% 100%;
width:600px;
height:50px;
display: block;
margin-bottom:10px;
position: absolute;
top:-45px;
left:50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%)translateX(-50%);
margin: auto;
}
#partyPlan h2:after{
content:"";
width:500px;
height:2px;
background:#333;
display: block;
position: absolute;
top:50%;
left:50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%)translateX(-50%);
margin: auto;
z-index:-1;
}
.partyPlan-in{
width:980px;
display: block;
margin:60px auto 0;
}

.kaisyoku{
position:relative;
margin-bottom:80px;
}
.kaisyoku img{
width:540px;
height:340px;
object-fit:cover;
position:relative;
z-index:3;
}
.kaisyoku-img{
position:relative;
}
.kaisyoku-img:before{
content:"";
display:block;
position:absolute;
background:rgb(94 178 180 / 35%);
width:540px;
height:340px;
z-index:1;
top:6px;
left:6px;
}
.kaisyoku-img:after{
content:"";
display:block;
position:absolute;
width:540px;
height:340px;
z-index:1;
top:12px;
left:12px;
border:1px solid rgb(94 178 180 / 35%);
}
.kaisyoku .plan-r{
width:45%;
position:absolute;
right:0;
top:25px;
}
.kaisyoku .plan-r h3{
text-align:center;
font-size:34px;
margin:20px; 0;
}
.kaisyoku .plan-r dl{
background:rgb(94 178 180 / 55%);
padding:20px;
display: flex;
flex-direction: column-reverse;
}
.kaisyoku .plan-r dt{
margin-top: 20px;
padding: 0 30px;
text-align:center;
font-size:14px;
color:#FFF;
position:relative;
}
.kaisyoku .plan-r dt .ninzu-icon{
width:auto;
/*display:table;*/
margin:auto;
color:#FFF;
padding:2px 10px;
border-radius:5px;
font-weight:500;
margin-right:10px;
}
/*.kaisyoku .plan-r dt:before{
content:"";
width:200px;
height:1px;
background:#FFF;
display:block;
position:absolute;
bottom:-5px;
left:0;
right:0;
margin:auto;
}*/
.kaisyoku .plan-r dd{
font-size:16px;
line-height:1.6;
color:#FFF;
padding: 0 30px;
}

.hirouen{
position:relative;
margin-bottom:80px;
}
.hirouen img{
width:540px;
height:340px;
object-fit:cover;
position:absolute;
z-index:3;
right:0;
}
.hirouen-img{
position:relative;
height:340px;
}
.hirouen-img:before{
content:"";
display:block;
position:absolute;
background:rgb(94 178 180 / 35%);
width:540px;
height:340px;
z-index:1;
top:6px;
right:6px;
}
.hirouen-img:after{
content:"";
display:block;
position:absolute;
width:540px;
height:340px;
z-index:1;
top:12px;
right:12px;
border:1px solid rgb(94 178 180 / 35%);
}
.hirouen .plan-r{
width:45%;
position:absolute;
left:0;
top:25px;
}
.hirouen .plan-r h3{
text-align:center;
font-size:34px;
margin:20px; 0;
}
.hirouen .plan-r dl{
background:rgb(94 178 180 / 55%);
padding:20px;
display: flex;
flex-direction: column-reverse;
}
.hirouen .plan-r dt{
text-align:center;
font-size:14px;
color:#FFF;
position:relative;
margin-top:20px;
}
.hirouen .plan-r dt .ninzu-icon{
width:auto;
/*display:table;*/
margin:auto;
color:#FFF;
padding:2px 10px;
border-radius:5px;
font-weight:500;
margin-right:10px;
}
/*.hirouen .plan-r dt:before{
content:"";
width:200px;
height:1px;
background:#FFF;
display:block;
position:absolute;
bottom:-5px;
left:0;
right:0;
margin:auto;
}*/
.hirouen .plan-r dd{
font-size:16px;
line-height:1.6;
color:#FFF;
padding: 0 30px;
}


/* gallery */

#gallery{
display:block;
padding:150px 0 60px;
background:#edeceb;
position:relative;
z-index:1;
width:100%;
}
#gallery h2{
font-size:18px;
display: block;
margin: auto;
text-align:center;
position:relative;
background:#edeceb;
width:250px;
}
#gallery.c-white{
background:#ffffff;
/*margin-top:60px;*/
}
#gallery.c-white h2{
background:#ffffff;
}
#gallery h2:before{
content:"";
background:url(img/h/gallery.svg)no-repeat center; 
background-size:100% 100%;
width:460px;
height:60px;
display: block;
margin-bottom:10px;
position: absolute;
top:-45px;
left:50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%)translateX(-50%);
margin: auto;
}
#gallery h2:after{
content:"";
width:500px;
height:2px;
background:#333;
display: block;
position: absolute;
top:50%;
left:50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%)translateX(-50%);
margin: auto;
z-index:-1;
}
.gallery-in{
width:980px;
display: block;
margin:50px auto 30px;
display: -webkit-flex;
display: flex;
align-items: center;
}
#gallery li{
width:30%;
}
#gallery li img{
width:105px;
height:100px;
object-fit:cover;
}
.gallery-in #gallery{
width:60%;
height:400px;
float:none!important;
}
.gallery-in #gallery img{
width:100%;
height:400px;
object-fit:cover;
}
.gallery-in #thumbs{
width:40%!important;
float:none!important;
}
.shiryouSeikyu{
	display: block;
width:150px;
margin:50px auto 80px;
padding:20px 0;
box-sizing:border-box;
border-radius:3px;
position:relative;
text-align:center;
border:1px solid #77644a;
font-size:24px;
}
.shiryouSeikyu .siryou-img{
color:#77644a;
}
.shiryouSeikyu .siryou-img:before{
content:"";
background:url(img/seikyuu.png)no-repeat;
background-size:100%;
width:40px;
height:70px;
display:block;
margin:auto;
}
.shiryouSeikyu:before{
content:"";
background:url(img/bt-yaji.svg)no-repeat;
background-size:100%;
width:40px;
height:10px;
display:block;
margin:auto;
position:absolute;
right:-20px;
bottom:10px;
}



/* phot */

#weddingPhot{
display:block;
padding:170px 0 80px;
background:#fff;
position:relative;
z-index:1;
width:100%;
}
#weddingPhot h2{
font-size:18px;
display: block;
margin: auto;
text-align:center;
position:relative;
background:#fff;
width:350px;
}
#weddingPhot h2:before{
content:"";
background:url(img/h/photo.svg)no-repeat center; 
background-size:100% 100%;
width:600px;
height:50px;
display: block;
margin-bottom:10px;
position: absolute;
top:-45px;
left:50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%)translateX(-50%);
margin: auto;
}
#weddingPhot h2:after{
content:"";
width:500px;
height:2px;
background:#333;
display: block;
position: absolute;
top:50%;
left:50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%)translateX(-50%);
margin: auto;
z-index:-1;
}
.weddingPhot-in{
width:980px;
display: block;
margin:60px auto 0;
}
#weddingPhot dd h4{
	padding: 1rem 0 0;
}
#weddingPhot dd p{
	padding: 0.5rem 0;
}
.kihon{
position:relative;
margin-bottom:80px;
}
.kihon img{
width:540px;
height:340px;
object-fit:cover;
position:relative;
z-index:3;
}
.kihon-img{
position:relative;
}
.kihon-img:before{
content:"";
display:block;
position:absolute;
background:rgb(131 181 175 / 60%);
width:540px;
height:340px;
z-index:1;
top:6px;
left:6px;
}
.kihon-img:after{
content:"";
display:block;
position:absolute;
width:540px;
height:340px;
z-index:1;
top:12px;
left:12px;
border:1px solid rgb(131 181 175 / 60%);
}
.kihon .plan-r{
width:45%;
position:absolute;
right:0;
top:25px;
}
.kihon .plan-r h3{
text-align:center;
font-size:34px;
margin:20px; 0;
}
.kihon .plan-r dl{
padding:20px;
display: flex;
flex-direction: column-reverse;
}
.kihon .plan-r dt{
margin-top:20px;
padding: 0 30px;
text-align:center;
font-size:14px;
position:relative;
}
/*.kihon .plan-r dt:before{
content:"";
width:200px;
height:1px;
background:#76c1b8;
display:block;
position:absolute;
bottom:-5px;
left:0;
right:0;
margin:auto;
}*/
.kihon .plan-r dd{
font-size:16px;
line-height:1.6;
padding: 0 30px;
}




#option{
display:block;
padding:170px 0 100px;
position:relative;
z-index:0;
width:100%;
background:#fff;
}
#option h2{
font-size:18px;
display: block;
margin: auto;
text-align:center;
position:relative;
background:#fff;
width:250px;
}
#option h2:before{
content:"";
background:url(img/h/option.svg)no-repeat center; 
background-size:100% 100%;
width:600px;
height:50px;
display: block;
margin-bottom:10px;
position: absolute;
top:-45px;
left:50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%)translateX(-50%);
margin: auto;
}
#option h2:after{
content:"";
width:500px;
height:2px;
background:#333;
display: block;
position: absolute;
top:50%;
left:50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%)translateX(-50%);
margin: auto;
z-index:-1;
}
.option-in{
width:980px;
display: block;
margin:60px auto 0;
}
.option-out{
width:980px;
max-width: 90%;
display: block;
margin: 30px auto 0;
}
.option-mov{
height:552px;
text-align:center;
background:#FFF;
position:relative;
z-index:0;
margin:0 0 0;
position: relative;
}
.option-mov:before{
content:"";
height:552px;
width:980px;
border:1px solid #76c1b8;
position:absolute;
left:10px;
top:18px;
z-index:10;
}
.option-mov:after{
content:"";
height:552px;
width:980px;
background:rgb(131 181 175 / 60%);
position:absolute;
left:-8px;
top:8px;
z-index:1;
}
.option-mov video{
position:relative;
width:100%;
z-index:10;
}
.kome-txt{
position:absolute;
bottom:10px;
right:10px;
margin:auto;
color:#c8c7cc;
z-index:10;
font-size:12px;
}
.mov-list{
position:relative;
margin-top:60px;
margin-bottom:60px;
display: -webkit-flex;
display: flex;
justify-content: space-between;
}
.mov-list .mov-list-r{
width:45%;
}
.mov-list .mov-list-r h3{
text-align:center;
font-size:20px;
margin:20px;
}
.mov-list .mov-list-r dl{
padding:20px;
/*min-height:200px;*/
display: flex;
flex-direction: column-reverse;
}
.mov-list .mov-list-r dt{
text-align:center;
font-size:14px;
color:#333;
position:relative;
margin-top:20px;
}
/*.mov-list .mov-list-r dt:before{
content:"";
width:200px;
height:1px;
background:#FFF;
display:block;
position:absolute;
bottom:-5px;
left:0;
right:0;
margin:auto;
}*/
.mov-list .mov-list-r dd{
font-size:16px;
line-height:1.6;
color:#333;
}
.mov-list .mov-list-l{
width:45%;
}
.mov-list .mov-list-l h3{
text-align:center;
font-size:20px;
margin:20px;
}
.mov-list .mov-list-l dl{
/*background:#76c1b8;*/
padding:20px;
/*min-height:200px;*/
display: flex;
flex-direction: column-reverse;
}
.mov-list .mov-list-l dt{
margin-top:20px;
text-align:center;
font-size:14px;
color:#333;
position:relative;
}
/*.mov-list .mov-list-l dt:before{
content:"";
width:200px;
height:1px;
background:#333;
display:block;
position:absolute;
bottom:-5px;
left:0;
right:0;
margin:auto;
}*/
.mov-list .mov-list-l dd{
font-size:16px;
line-height:1.6;
color:#333;
}
.mov-list dd.ninzu-icon{
background:#FFF;
width:auto;
display:table;
margin:auto;
color:#76c1b8;
padding:2px 10px;
border-radius:5px;
font-weight:500;
margin-bottom:10px;
}


/*  form　*/
#form-thanks{
margin:0 auto 80px;
width:900px;
padding: 50px 0;
background:#FFF;
border:1px solid #77644a;
position:relative;
border-radius:5px;
}
#form-thanks:before{
content:"";
position:absolute;
left:-10px;
top:-10px;
width:900px;
height:100%;
background:rgb(119 100 74 / 23%);
border:1px solid #77644a;
z-index:-1;
border-radius:5px;
}
#form-thanks:after{
content:"";
position:absolute;
left:10px;
top:10px;
width:900px;
height:100%;
background:rgb(119 100 74 / 23%);
border:1px solid #77644a;
z-index:-1;
border-radius:5px;
}
.thanks-top-txt{
display:block;
margin:100px auto 50px;
text-align:center;
line-height:normal;
font-size:24px;
width:1200px;
}
.alldld-bt{
display:block;
margin:0 auto 50px;
text-align:center;
}
.alldld-bt a{
display:block;
width:350px;
margin:auto;
background:#77644a;
color:#FFF;
font-size:18px;
padding:8px 0;
border-radius:5px;
box-shadow:0 2px 0 0 #67553e;
}
#form-thanks .form-thanks-in{
text-align:center;
line-height:normal;
position:relative;
}
#form-thanks .form-thanks-in:before{
content:"";
position:absolute;
background:url(img/icon-message.png)no-repeat;
background-size:100%;
width:650px;
height:300px;
right:120px;
top:-15px;
}

#form-thanks h2{
font-size:44px;
font-weight:normal;
display: block;
margin: auto;
text-align:center;
position:relative;
width:100%;
color:#a27e8a;
}
#form-thanks .thanks-from{
margin:50px 0 80px;
color:#a27e8a;
font-size:20px;
line-height:1.6;
color:#82b4ae;
}
#form-thanks .thanks-txt{
line-height:1.8;
font-size:18px;
}
#form-thanks .thanks-txt p{
margin-bottom:30px;
}
.download-list{
width:800px;
margin:auto;
}
.download-list dl{
display: -webkit-flex;
display: flex;
background:#ecebea;
margin:20px 0;
box-sizing:border-box;
}
.download-list dt{
width:30%;
line-height:0;
}
.download-list dt img{
width:100%;
}
.download-list dd{
padding:15px 20px;
text-align:center;
width:70%;
line-height:1.6;
font-size:16px;
}
.download-list dd p{
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
/*-webkit-line-clamp:2;*/
}
.download-list dd h3{
padding:0 0 10px;
font-size:20px;
}
.download-list dd a{
text-align:center;
background:#77644a;
color:#FFF;
padding:5px 30px;
border-radius:5px;
box-shadow:0 2px 0 0 #67553e;
display:block;
width:200px;
margin:auto;
margin-top:15px;
}
#mainContents #form h2:before{
content:"";
background:url(img/h/form.svg)no-repeat center; 
background-size:100% 100%;
width:600px;
height:50px;
display: block;
margin-bottom:10px;
position: absolute;
top:-45px;
left:50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%)translateX(-50%);
margin: auto;
}


}



/*  ↓sp　*/

@media only screen and (orientation:landscape) and (max-width : 813px),(orientation:portrait) and (max-width : 753px){

/*  リセット　*/

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, menu, nav, section, summary,time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
color:#333;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
display:block;
}
li{
list-style-type:none;
}
nav ul {
list-style:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,q:before, q:after {
content:'';
content:none;
}
a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
color:#ea3a76;
}
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}
mark {
background-color:#ff9;
color:#000;
font-style:italic;
font-weight:bold;
}
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 #cccccc;
margin:1em 0;
padding:0;
}
input, select {
vertical-align:middle;
}
*,*:before,*:after {
box-sizing: border-box;
}
/*  共通CSS　*/
.pc{
display: none!important;
}
body {
line-height:1;
font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
position:relative;
}
body.android{
	font-family: 'Noto Serif JP', serif;
}
a{text-decoration:none;}
a:hover{opacity:0.6;cursor:pointer}
.none{
display:none!important;
}


/* header */
header{
width:100%;
height:50px;
line-height:50px;
margin:auto;
background:#FFF;
display:-webkit-flex;
display:flex;
align-items: center;
position:fixed;
top:0;
left:0;
z-index:1000;
}
header h1,header p{
width:auto;
text-align:center;
font-size:14px;
line-height:normal;
margin:0;
padding:0 5px 0;
color:#666;
text-align:left;
}
header h1 a,header p a{
color:#666;
display: -webkit-flex;
display: flex;
align-items: center;
}
header h1 img,header p img{
width:100%;
}
header nav{
display:none;
}
.header-menu-bg{
display:none;
}

/* SPMENU */
.sp-menu{
}
.sp-menu .menu-btn {
position:fixed;
top:10px;
right:10px;
z-index:999999;
}
body .sp-menu .menu-btn span.menu-icon{
background:url(img/icon-menu.svg)no-repeat center;
background-size:100%;
height:30px;
width:30px;
display:block;
}
body.open .sp-menu .menu-btn span.menu-icon{
background:url(img/icon-close.svg)no-repeat center;
background-size:100%;
height:30px;
width:30px;
display:block;
}
body .sp-menu-modal{
position:fixed;
display:block;
width:100%;
height:100%;
-webkit-transition: all .5s;
transition: all .5s;
visibility: hidden;
opacity:0;
}
body .sp-menu-modal nav{
display:none;
}
body.open .sp-menu-modal{
position:fixed;
display:block;
width:100%;
height:100%;
-webkit-transition:all .5s;
transition:all .5s;
visibility:visible;
opacity:0.9;
z-index:120;
backdrop-filter: blur(10px);
}
body.open .sp-menu-modal:after{
content:"";
top:0;
position:absolute;
width:100%;
height:100%;
opacity:0.9;
z-index:-1;
background:#1d0d02;
}
body.open .sp-menu-modal nav{
display:block;
position: absolute;
top:50%;
left:50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%)translateX(-50%);
margin: auto;
width:90%;
}
body.open .sp-menu-modal nav ul{
display:block;
width:100%;
}
body.open .sp-menu-modal nav ul li{
display:block;
margin:20px 0;
}
body.open .sp-menu-modal nav ul li a{
font-size:16px;
color:#FFF;
text-shadow: 0 0 5px rgb(0 0 0 / 50%);
display:block;
text-align:center;
padding:20px 0 ;
}


/* topページ */

.fview-mov{
height:100%;
text-align:center;
background:#FFF;
position:relative;
z-index:0;
margin:50px 0 10px;
}
.fview-mov video{
width:100%;
height:auto;
object-fit:cover;
}

#concept{
padding:90px 10px 70px;
box-sizing:border-box;
}
#concept.toppage{
display: block;
margin-bottom: 30px;
padding: 120px 0 120px;
background: #ffffff;
position: relative;
z-index: 1;
width: 100%;
}
#concept h1 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 10px;
}
.toppage .concept-in{
width:100%;
display: block;
margin: auto;
position: relative;
margin-bottom: 70px;
}
.concept-in{
width:100%;
display: block;
margin: auto;
position: relative;
}
.concept-in p{
text-align: center;
margin:30px 0;
line-height:2;
font-size:16px;
}
.concept-bottom-txt{
text-align:right;
/*
	text-align:right;
padding:0 30px 0 0;
display:block;
font-weight:bold;
text-align:center;
position:absolute;
right:0;
bottom:-50px;
font-size:20px
*/
}
.concept-bottom-txt span{
text-align:right;
margin:0 10px;
font-size:16px;
text-align:center;
}
#concept h2,#concept.toppage h2{
font-size:14px;
display: block;
margin: auto;
text-align:center;
position:relative;
width:45%;
background:#FFF;
}
#concept h2:before,#concept.toppage h2::before{
content:"";
background:url(img/h/concept.svg)no-repeat center; 
background-size:100% 100%;
width:320px;
height:40px;
display: block;
margin-bottom:10px;
position: absolute;
top:-30px;
left:50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%)translateX(-50%);
margin: auto;
}
.concept-img {
	margin-top: 30px;
}
#concept h2:after,#concept.toppage h2::after{
content:"";
width:200%;
height:1px;
background:#333;
display: block;
position: absolute;
top:50%;
left:50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%)translateX(-50%);
margin: auto;
z-index:-1;
}
#w-plan{
position:relative;
width:100%;
display:block;
margin:0 auto 30px;
height:auto;
overflow: hidden;
}
.w-plan-in{
position:relative;
left:0;
top:0;
width:100%;
}
#w-plan h2{
font-size:13px;
background:#ccc;
position:absolute;
background:rgb(73 68 64 / 90%);
width:75%;
max-width:100%;
padding:10px;
text-align:center;
bottom:10px;
right:0;
color:#FFF;
z-index:1;
}
#w-plan h2:before{
content:"";
background:url(img/bt-yaji-w.svg)no-repeat;
background-size:100%;
width:30px;
height:10px;
display:block;
margin:auto;
position:absolute;
right:10px;
bottom:10px;
}
#w-plan h2 a{
color:#FFF;
letter-spacing: 0.15rem;
}
.w-plan-in img{
width:95%;
}
#w-tour{
position:relative;
width:100%;
display:block;
margin:0 auto 60px;
height:auto;
top:0;
overflow: hidden;
}
.w-tour-in{
position:relative;
right:0;
top:0;
width:100%;
margin:0 auto;
text-align:right;
}
#w-tour h2{
font-size:13px;
background:rgb(73 68 64 / 90%);
position:absolute;
width:75%;
padding:10px;
text-align:center;
bottom:10px;
left:0;
z-index:9;
color:#FFF;
}
#w-tour h2:before{
content:"";
background:url(img/bt-yaji-w.svg)no-repeat;
background-size:100%;
width:30px;
height:10px;
display:block;
margin:auto;
position:absolute;
right:15px;
bottom:10px;
}
#w-tour h2 a{
color:#FFF;
letter-spacing: 0.15rem;
}
.w-tour-in img{
width:95%;
position:relative;
left:0;
top:0;
z-index:1;
}
#w-plan .w-plan-in h2.delighter{transform:translate(3%); opacity:0; transition: all 1s ease-out;}
#w-plan .w-plan-in h2.delighter.started { transform:none; opacity:1; }
#w-plan .w-plan-in img.delighter { transform:translate(-3%); opacity:0; transition: all 1s ease-out; }
#w-plan .w-plan-in img.started { transform:none; opacity:1; }
#w-tour .w-tour-in h2.delighter{transform:translate(3%); opacity:0; transition: all 1s ease-out;}
#w-tour .w-tour-in h2.delighter.started { transform:none; opacity:1; }
#w-tour .w-tour-in img.delighter { transform:translate(-3%); opacity:0; transition: all 1s ease-out; }
#w-tour .w-tour-in img.started { transform:none; opacity:1; }
#topics{
display:block;
padding:90px 0 40px;
background:#edeceb;
position:relative;
z-index:1;
width:100%;
}
#topics h2{
font-size:14px;
display: block;
margin: auto;
text-align:center;
position:relative;
background:#edeceb;
width:45%;
}
#topics h2:before{
content:"Topics";
font-size:30px;
display: block;
margin-bottom:10px;
position:absolute;
top:-42px;
left:0;
right:0;
margin:auto;
}
#topics h2:after{
content:"";
width:200%;
height:1px;
background:#333;
display: block;
position: absolute;
top:50%;
left:50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%)translateX(-50%);
margin: auto;
z-index:-1;
}
.topics-in{
width:100%;
display: block;
margin:50px auto 0;
padding:0 10px 0;
}
.topics-in article{
display: -webkit-flex;
display: flex;
-webkit-flex-wrap:wrap;
flex-wrap:wrap;
margin-bottom:20px;
padding:10px;
box-sizing:border-box;
background:#fff;
}
.topics-in article img{
width:100%;
margin-right:0;
}
.topics-in article div{
width:100%;
}
.topics-in article time{
font-size:12px;
margin:10px 0 10px;
display:block;
color:#777;
}
.topics-in article h3{
font-size:18px;
margin-bottom:10px;
display:block;
}
.topics-in article p{
font-size:16px;
margin-bottom:10px;
display:block;
line-height:1.6;
}
#voice{
display:block;
padding:90px 0 0;
background:#edeceb;
position:relative;
z-index:1;
width:100%;
}
#voice h2{
font-size:14px;
display: block;
margin:0 auto 40px;
text-align:center;
position:relative;
background:#edeceb;
width:45%;
}
#voice h2:before{
content:"";
background:url(img/h/voice.svg)no-repeat center; 
background-size:100% 100%;
width:320px;
height:40px;
display: block;
margin-bottom:10px;
position: absolute;
top:-30px;
left:50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%)translateX(-50%);
margin: auto;
}
#voice h2:after{
content:"";
width:200%;
height:1px;
background:#333;
display: block;
position: absolute;
top:50%;
left:50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%)translateX(-50%);
margin: auto;
z-index:-1;
}
.voice-in{
display: -webkit-flex;
display: flex;
overflow:hidden;
width:100%;
}
.voice-in .slick-slide {
	padding-bottom: 1rem;
box-shadow: 0 2rem 2rem -2rem hsl(200deg 50% 20% / 40%);
}
.voice-in .sliderItemBox{
width:100%;
margin:auto;
box-sizing:border-box;
}
.voice-in .sliderItemBox a{
}
.voice-in .sliderItemBox:hover{
opacity:0.8;
}
.voice-in .sliderItemBox a img{
width:300px;
height:200px;
object-fit:cover;
}
.voice-in .sliderItemBox a h3{
	padding: 0 15px 0;
font-size:16px;
margin:10px 0;
}
.voice-in .sliderItemBox a ol{
	padding: 0 15px 0;
}
.voice-in .sliderItemBox a li{
	margin: 0 0 0.5rem 1.5rem;
list-style-type: disc;
display: list-item;
font-size: 1rem;
color: #666;
}

/*--slider--*/

.slide-Area-wrap{
width:100%;
position: relative;
left: 50%;
transform: translateX(-50%);
padding: 10px 0 0;
}
.slider-prev{
position: absolute;
background:url(img/yaji-l.png)no-repeat;
background-size:100% ;
width:20px;
height:50px;
top: 0;
bottom: 0;
left: -30px;
margin:auto;
z-index:1;
}
.slider-next{
position: absolute;
background:url(img/yaji-r.png)no-repeat;
background-size:100% ;
width:20px;
height:50px;
top: 0;
bottom: 0;
right: -30px;
margin: auto;
z-index:1;
}

.slide-Area {
margin: 0 auto;
width:300px;
position: relative;
}

#gallery .slide-Area {
margin: 0 auto;
width:100%;
position: relative;
}
.slide-Area .slick-initialized .slick-slide{
margin:0 0 2.5rem;
}
.slick-track{
overflow:hidden!important;
}


footer{
padding:20px 0 0;
border-top:2px solid #edeceb;
}
footer .footer-link-list{
}
footer .footer-link-list ul{
text-align:center;
margin-bottom:35px;
display:block;
}
footer .footer-link-list ul li{
margin:20px 0;
font-size:14px;
display:block;
}
footer .footer-link-list ul li a{
color:#333;
width:auto;
position:relative;
padding:0 0 0 30px;
}
footer .footer-link-list ul li.web-icon{
position:relative;
padding-left: 0;
}
footer .footer-link-list ul li.web-icon a:before{
content:"";
background:url(img/icon-web.png)no-repeat;
background-size:100%;
width:20px;
height:20px;
display:block;
position:absolute;
left:0;
top:0;
bottom:0;
margin:auto;
}
footer .footer-link-list ul li.ins-icon{
position:relative;
padding-left:30px;
}
footer .footer-link-list ul li.ins-icon a:before{
content:"";
background:url(img/icon-in.png)no-repeat;
background-size:100%;
width:20px;
height:20px;
display:block;
position:absolute;
left:0;
top:0;
bottom:0;
margin:auto;
}
footer .copyright-txt{
text-align:center;
margin-top:20px;
background:#edeceb;
padding:10px 0;
font-size:11px;
}
footer .footer-link-list ul li.top-icon{
position:relative;
padding-left: 0;
}
footer .footer-link-list ul li.top-icon a:before{
content:"";
background:url(img/icon-home.png)no-repeat;
background-size:100%;
width:20px;
height:20px;
display:block;
position:absolute;
left:0;
top:0;
bottom:0;
margin:auto;
}
footer .footer-link-list ul li.next-icon{
position:relative;
padding-left:30px;
}
footer .footer-link-list ul li.next-icon a:before{
content:"";
background:url(img/icon-next.png)no-repeat;
background-size:100%;
width:20px;
height:20px;
display:block;
position:absolute;
left:0;
top:0;
bottom:0;
margin:auto;
}

/* plan */

.fview-img{
text-align:center;
background:#FFF;
position:relative;
z-index:0;
margin:50px 0 0;
position:relative;
}
.fview-img img{
width:100%;
height:160px;
object-fit:cover;
}
.fview-img h2{
position: absolute;
top:50%;
left:50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%)translateX(-50%);
margin: auto;
line-height: 1.6;
font-size: 20px;
color:#FFF;
width:100%;
}
.fview-img h2 span{
display:block;
color:#FFF;
}

.plan-mov{
height:100%;
text-align:center;
background:#FFF;
position:relative;
z-index:0;
margin:0 0 0;
position: relative;
}
.plan-mov video{
width:100%;
}

#weddingPlan{
display:block;
padding:90px 0 40px;
background:#edeceb;
position:relative;
z-index:1;
width:100%;
}
#weddingPlan h2{
font-size:14px;
display: block;
margin:0 auto 40px;
text-align:center;
position:relative;
background:#edeceb;
width:60%;
}
#weddingPlan h2:before{
content:"";
background:url(img/h/plan.svg)no-repeat center; 
background-size:100% 100%;
width:320px;
height:40px;
display: block;
margin-bottom:10px;
position: absolute;
top:-30px;
left:50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%)translateX(-50%);
margin: auto;
}
#weddingPlan h2:after{
content:"";
width:155%;
height:1px;
background:#333;
display: block;
position: absolute;
top:50%;
left:50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%)translateX(-50%);
margin: auto;
z-index:-1;
}
.weddingPlan-in{
width:100%;
display: block;
margin:30px auto 0;
}

.kyoshiki{
position:relative;
margin-bottom:40px;
}
.kyoshiki img{
width:95%;
height:250px;
object-fit:cover;
position:relative;
z-index:3;
}
.kyoshiki-img{
position:relative;
}
.kyoshiki-img:before{
content:"";
display:block;
position:absolute;
background:rgb(119 100 74 / 42%);
width:95%;
height:250px;
z-index:1;
top:5px;
left:6px;
}
.kyoshiki-img:after{
content:"";
display:block;
position:absolute;
width:95%;
height:250px;
z-index:1;
top:12px;
left:12px;
border:1px solid rgb(119 100 74 / 42%);
}
.kyoshiki .plan-r{
width:100%;
position:relative;
right:0;
top:0;
}
.kyoshiki .plan-r h3{
text-align:center;
font-size:24px;
margin:30px 0 20px;
}
.kyoshiki .plan-r dl{
padding:20px;
display: flex;
flex-direction: column-reverse;
}
.kyoshiki .plan-r dt{
text-align:center;
font-size:14px;
/*color:#77644a;*/
position:relative;
margin-top:20px;
}
/*.kyoshiki .plan-r dt:before{
content:"";
width:200px;
height:1px;
background:#77644a;
display:block;
position:absolute;
bottom:-5px;
left:0;
right:0;
margin:auto;
}*/
.kyoshiki .plan-r dd{
font-size:16px;
line-height:1.6;
padding:0;
}

.hutari{
position:relative;
text-align:right;
}
.hutari img{
width:95%;
height:250px;
object-fit:cover;
position:relative;
z-index:3;
}
.hutari-img{
position:relative;
}
.hutari-img:before{
content:"";
display:block;
position:absolute;
background:rgb(119 100 74 / 42%);
width:95%;
height:250px;
z-index:1;
top:5px;
right:6px;
}
.hutari-img:after{
content:"";
display:block;
position:absolute;
width:95%;
height:250px;
z-index:1;
top:12px;
right:12px;
border:1px solid rgb(119 100 74 / 42%);
}
.hutari .plan-l{
width:100%;
position:relative;
left:0;
top:0;
}
.hutari .plan-l h3{
text-align:center;
font-size:24px;
margin:30px 0 20px;
}
.hutari .plan-l dl{
padding:20px;
display: flex;
flex-direction: column-reverse;
}
.hutari .plan-l dt{
text-align:center;
font-size:14px;
/*color:#77644a;*/
position:relative;
margin-top:20px;
}
/*.hutari .plan-l dt:before{
content:"";
width:200px;
height:1px;
background:#77644a;
display:block;
position:absolute;
bottom:-5px;
left:0;
right:0;
margin:auto;
}*/
.hutari .plan-l dd{
font-size:16px;
line-height:1.6;
text-align:left;
}
.menu-img{
}
.menu-img img{
width:100%;
}
#partyPlan{
display:block;
padding:90px 0 40px;
background:#FFF;
position:relative;
z-index:1;
width:100%;
}
#partyPlan h2{
font-size:14px;
display: block;
margin:0 auto 40px;
text-align:center;
position:relative;
background:#ffffff;
width:45%;
}
#partyPlan h2:before{
content:"";
background:url(img/h/party.svg)no-repeat center; 
background-size:100% 100%;
width:320px;
height:40px;
display: block;
margin-bottom:10px;
position: absolute;
top:-30px;
left:50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%)translateX(-50%);
margin: auto;
}
#partyPlan h2:after{
content:"";
width:200%;
height:1px;
background:#333;
display: block;
position: absolute;
top:50%;
left:50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%)translateX(-50%);
margin: auto;
z-index:-1;
}
.partyPlan-in{
width:100%;
display: block;
margin:30px auto 0;
}

.kaisyoku{
position:relative;
margin-bottom:50px;
}
.kaisyoku img{
width:95%;
height:250px;
object-fit:cover;
position:relative;
z-index:3;
}
.kaisyoku-img{
position:relative;
}
.kaisyoku-img:before{
content:"";
display:block;
position:absolute;
background:rgb(94 178 180 / 35%);
width:95%;
height:250px;
z-index:1;
top:5px;
left:6px;
}
.kaisyoku-img:after{
content:"";
display:block;
position:absolute;
width:95%;
height:250px;
z-index:1;
top:12px;
left:12px;
border:1px solid rgb(94 178 180 / 35%);
}
.kaisyoku .plan-r{
width:100%;
position:relative;
right:0;
}
.kaisyoku .plan-r h3{
text-align:center;
font-size:24px;
margin:30px 0 20px;
}
.kaisyoku .plan-r dl{
background:rgb(94 178 180 / 55%);
padding:20px;
display: flex;
flex-direction: column-reverse;
}
.kaisyoku .plan-r dt{
text-align:center;
font-size:14px;
color:#FFF;
position:relative;
margin-top:20px;
}
/*.kaisyoku .plan-r dt:before{
content:"";
width:200px;
height:1px;
background:#FFF;
display:block;
position:absolute;
bottom:-5px;
left:0;
right:0;
margin:auto;
}*/
.kaisyoku .plan-r dd{
font-size:16px;
line-height:1.6;
color:#FFF;
}
.kaisyoku .plan-r dt .ninzu-icon{
width:auto;
/*display:table;*/
margin:auto;
margin-right: 10px;
color:#FFF;
padding:2px 10px;
border-radius:5px;
font-weight:500;
font-size:12px;
}

.hirouen{
position:relative;
margin-bottom:50px;
text-align:right;
}
.hirouen img{
width:95%;
height:250px;
object-fit:cover;
position:relative;
z-index:3;
}
.hirouen-img{
position:relative;
}
.hirouen-img:before{
content:"";
display:block;
position:absolute;
background:rgb(94 178 180 / 35%);
width:95%;
height:250px;
z-index:1;
top:5px;
right:6px;
}
.hirouen-img:after{
content:"";
display:block;
position:absolute;
width:95%;
height:250px;
z-index:1;
top:12px;
right:12px;
border:1px solid rgb(94 178 180 / 35%);
}
.hirouen .plan-r{
width:100%;
position:relative;
left:0;
}
.hirouen .plan-r h3{
text-align:center;
font-size:24px;
margin:30px 0 20px;
}
.hirouen .plan-r dl{
background:rgb(94 178 180 / 55%);
padding:20px;
display: flex;
flex-direction: column-reverse;
}
.hirouen .plan-r dt{
text-align:center;
font-size:14px;
color:#FFF;
position:relative;
margin-top:20px;
}
/*.hirouen .plan-r dt:before{
content:"";
width:200px;
height:1px;
background:#FFF;
display:block;
position:absolute;
bottom:-5px;
left:0;
right:0;
margin:auto;
}*/
.hirouen .plan-r dd{
font-size:16px;
line-height:1.6;
color:#FFF;
text-align:left;
}
.hirouen .plan-r dt .ninzu-icon{
width:auto;
/*display:table;*/
margin:auto;
margin-right: 10px;
color:#FFF;
padding:2px 10px;
border-radius:5px;
font-weight:500;
font-size:12px;
}

#gallery{
display:block;
padding:90px 0 60px;
background:#edeceb;
position:relative;
z-index:1;
width:100%;
}
#gallery h2{
font-size:14px;
display: block;
margin:0 auto 40px;
text-align:center;
position:relative;
background:#edeceb;
width:45%;
}
#gallery.c-white{
background:#ffffff;
}
#gallery.c-white h2{
background:#ffffff;
}

#gallery h2:before{
content:"";
background:url(img/h/gallery.svg)no-repeat center; 
background-size:100% 100%;
width:320px;
height:40px;
display: block;
margin-bottom:10px;
position: absolute;
top:-30px;
left:50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%)translateX(-50%);
margin: auto;
}
#gallery h2:after{
content:"";
width:200%;
height:1px;
background:#333;
display: block;
position: absolute;
top:50%;
left:50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%)translateX(-50%);
margin: auto;
z-index:-1;
}
.gallery-in{
display: -webkit-flex;
display: flex;
overflow:hidden;
width:100%;
}
#gallery .slide-Area li.gallery-img img{
width:100%;
height:205px;
object-fit:cover;
padding:5px;
}



.shiryouSeikyu{
	display: block;
width:150px;
margin:50px auto 50px;
padding:20px 0;
box-sizing:border-box;
border-radius:3px;
position:relative;
text-align:center;
border:1px solid #77644a;
font-size:24px;
}
.shiryouSeikyu .siryou-img{
color:#77644a;
}
.shiryouSeikyu .siryou-img:before{
content:"";
background:url(img/seikyuu.png)no-repeat;
background-size:100%;
width:40px;
height:70px;
display:block;
margin:auto;
}
.shiryouSeikyu:before{
content:"";
background:url(img/bt-yaji.svg)no-repeat;
background-size:100%;
width:40px;
height:10px;
display:block;
margin:auto;
position:absolute;
right:-20px;
bottom:10px;
}


/* phot */

#weddingPhot{
display:block;
padding:90px 0 40px;
background:#fff;
position:relative;
z-index:1;
width:100%;
}
#weddingPhot h2{
font-size:14px;
display: block;
margin:0 auto 40px;
text-align:center;
position:relative;
background:#fff;
width:75%;
}
#weddingPhot h2:before{
content:"";
background:url(img/h/photo.svg)no-repeat center; 
background-size:100% 100%;
width:320px;
height:40px;
display: block;
margin-bottom:10px;
position: absolute;
top:-30px;
left:50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%)translateX(-50%);
margin: auto;
}
#weddingPhot h2:after{
content:"";
width:125%;
height:1px;
background:#333;
display: block;
position: absolute;
top:50%;
left:50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%)translateX(-50%);
margin: auto;
z-index:-1;
}
.weddingPhot-in{
width:100%;
display: block;
margin:30px auto 0;
}
#weddingPhot dd h4{
	padding: 1rem 0 0;
}
#weddingPhot dd p{
	padding: 0.5rem 0;
}

.kihon{
position:relative;
display:block;
}
.kihon img{
width:95%;
height:250px;
object-fit:cover;
position:relative;
z-index:3;
}
.kihon-img{
position:relative;
}
.kihon-img:before{
content:"";
display:block;
position:absolute;
background:rgb(131 181 175 / 60%);
width:95%;
height:250px;
z-index:1;
top:5px;
left:6px;
}
.kihon-img:after{
content:"";
display:block;
position:absolute;
width:95%;
height:250px;
z-index:1;
top:12px;
left:12px;
border:1px solid rgb(131 181 175 / 60%);
}
.kihon .plan-r{
width:100%;
position:relative;
right:0;
top:0;
}
.kihon .plan-r h3{
text-align:center;
font-size:24px;
margin:40px 0 20px;
}
.kihon .plan-r dl{
background:#FFF;
padding:20px;
display: flex;
flex-direction: column-reverse;
}
.kihon .plan-r dt{
text-align:center;
font-size:14px;
position:relative;
margin-top:20px;
}
/*.kihon .plan-r dt:before{
content:"";
width:200px;
height:1px;
background:#76c1b8;
display:block;
position:absolute;
bottom:-5px;
left:0;
right:0;
margin:auto;
}*/
.kihon .plan-r dd{
font-size:16px;
line-height:1.6;
}




#option{
display:block;
padding:90px 0 60px;
position:relative;
z-index:1;
width:100%;
background:#fff;
}
#option h2{
font-size:14px;
display: block;
margin:0 auto 40px;
text-align:center;
position:relative;
background:#fff;
width:45%;
}
#option h2:before{
content:"";
background:url(img/h/option.svg)no-repeat center; 
background-size:100% 100%;
width:320px;
height:40px;
display: block;
margin-bottom:10px;
position: absolute;
top:-30px;
left:50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%)translateX(-50%);
margin: auto;
}
#option h2:after{
content:"";
width:200%;
height:1px;
background:#333;
display: block;
position: absolute;
top:50%;
left:50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%)translateX(-50%);
margin: auto;
z-index:-1;
}
.option-in{
width:100%;
display: block;
margin:40px auto 0;
}

.option-out {
    max-width: 90%;
    display: block;
    margin: 15px auto 0;
}
.option-mov{
/*height:200px;*/
text-align:center;
background:#FFF;
position:relative;
z-index:0;
width: 95%;
margin: auto;
padding-top: 56.25%;
position: relative;
}
.option-mov:before{
content:"";
height:200px;
width:95%;
border:1px solid #76c1b8;
position:absolute;
left:5px;
top:5px;
z-index:10;
}
.option-mov:after{
content:"";
height:90%;
width:95%;
background:rgb(131 181 175 / 60%);
position:absolute;
right:5px;
bottom:5px;
z-index:1;
}
.option-mov video{
	  position: absolute;
top: 2.5%;
    right: 2.5%;
    width: 95%;
    height: 95%;
  z-index:10;
/*position:relative;
width:100%;
height:200px;
*/
}
.kome-txt{
position:absolute;
bottom: 7%;
    right: 3%;
margin:auto;
color:#c8c7cc;
z-index:10;
font-size:10px;
}
.mov-list{
position:relative;
margin-top:30px;
display: -webkit-flex;
display: flex;
justify-content:center;
-webkit-flex-wrap:wrap;
flex-wrap:wrap;
}
.mov-list .mov-list-r{
margin-top:30px;
width:100%;
margin-bottom:50px;
}
.mov-list .mov-list-r h3{
text-align:center;
font-size:20px;
margin:20px;
}
.mov-list .mov-list-r dl{
/*background:#76c1b8;*/
padding:20px;
display: flex;
flex-direction: column-reverse;
}
.mov-list .mov-list-r dt{
text-align:center;
font-size:14px;
position:relative;
margin-top:20px;
}
/*.mov-list .mov-list-r dt:before{
content:"";
width:200px;
height:1px;
display:block;
position:absolute;
bottom:-5px;
left:0;
right:0;
margin:auto;
}*/
.mov-list .mov-list-r dd{
font-size:16px;
line-height:1.6;
}
.mov-list .mov-list-l{
width:100%;
}
.mov-list .mov-list-l h3{
text-align:center;
font-size:20px;
margin:20px;
}
.mov-list .mov-list-l dl{
padding:20px;
display: flex;
flex-direction: column-reverse;
}
.mov-list .mov-list-l dt{
    text-align: center;
    font-size: 14px;
    /* color: #FFF; */
    position: relative;
    margin-top: 20px;
}
/*.mov-list .mov-list-l dt:before{
content:"";
width:200px;
height:1px;
background:#FFF;
display:block;
position:absolute;
bottom:-5px;
left:0;
right:0;
margin:auto;
}*/
.mov-list .mov-list-l dd{
font-size:16px;
line-height:1.6;
}
.mov-list dd.ninzu-icon{
background:#FFF;
width:auto;
display:table;
margin:auto;
color:#76c1b8;
padding:2px 10px;
border-radius:5px;
font-weight:500;
margin-bottom:10px;
}


/*  form　*/
#form-thanks{
margin:0 auto 50px;
width:90%;
padding: 50px 0;
background:#FFF;
border:1px solid #77644a;
position:relative;
border-radius:5px;
}
#form-thanks:before{
content:"";
position:absolute;
left:-10px;
top:-10px;
width:100%;
height:100%;
background:rgb(119 100 74 / 23%);
border:1px solid #77644a;
z-index:-1;
border-radius:5px;
}
#form-thanks:after{
content:"";
position:absolute;
left:10px;
top:10px;
width:100%;
height:100%;
background:rgb(119 100 74 / 23%);
border:1px solid #77644a;
z-index:-1;
border-radius:5px;
}
.thanks-top-txt{
display:block;
margin:30px auto 40px;
text-align:center;
line-height:normal;
font-size:20px;
width:100%;
}
.alldld-bt{
display:block;
margin:0 auto 50px;
text-align:center;
}
.alldld-bt a{
display:block;
width:80%;
margin:auto;
background:#77644a;
color:#FFF;
font-size:16px;
padding:8px 0;
border-radius:5px;
box-shadow:0 2px 0 0 #67553e;
}
#form-thanks .form-thanks-in{
text-align:center;
line-height:normal;
position:relative;
}
#form-thanks .form-thanks-in:before{
content:"";
position:absolute;
background:url(img/icon-message.png)no-repeat;
background-size:100%;
width:300px;
height:200px;
right:20px;
top:0px;
}

#form-thanks h2{
font-size:24px;
font-weight:normal;
display: block;
margin: auto;
text-align:center;
position:relative;
width:100%;
color:#a27e8a;
}
#form-thanks .thanks-from{
margin:30px 0 50px;
color:#a27e8a;
font-size:16px;
line-height:1.6;
color:#82b4ae;
}
#form-thanks .thanks-txt{
line-height:1.8;
font-size:15px;
padding:0 10px
}
#form-thanks .thanks-txt p{
margin-bottom:30px;
}
.download-list{
width:100%;
margin:auto;
}
.download-list dl{
display: -webkit-flex;
display: flex;
background:#ecebea;
margin:20px 0;
box-sizing:border-box;
}
.download-list dt{
width:40%;
padding: 0;
line-height:0;
}
.download-list dt img{
width:135px;
height:110px;
object-fit:cover;
}
.download-list dd{
padding:10px 10px;
text-align:center;
width:70%;
line-height:1.6;
font-size:16px;
}
.download-list dd p{
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
/*-webkit-line-clamp:2;*/
}
.download-list dd h3{
padding:15px 0 5px;
font-size:12px;
}
.download-list dd a{
text-align:center;
background:#77644a;
color:#FFF;
padding:2px 30px;
border-radius:5px;
box-shadow:0 2px 0 0 #67553e;
display:block;
width:200px;
margin:auto;
margin-top:10px;
}
#mainContents #form h2:before{
content:"";
background:url(img/h/form.svg)no-repeat center; 
background-size:100% 100%;
width:320px;
height:40px;
display: block;
margin-bottom:10px;
position: absolute;
top:-30px;
left:50%;
transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%)translateX(-50%);
margin: auto;
}

.voice-in .sliderItemBox a h3{
	line-height: 2rem;
}
.voice-in .sliderItemBox a h3 span {
	display: block;
	border-top: 1px solid #333;
}

footer .footer-link-list p {
	margin-top: 1rem;
	text-align: center;
}

}


/* TKHR Custom */
.sign {
	text-align: right;
}
.sign-all {
	text-align: center;
    margin-bottom: 0!important;
    margin-top: 20px;
}
.kv img{
	width: 100%;
	height: auto;
}
.blank {
	list-style-type: none!important;
	height: 1rem;
}
.contentLsit {
	margin-left: 1rem;
}
.contentLsit li {
	list-style-type: disc;
}
@media only screen and (orientation:landscape) and (max-width : 813px),(orientation:portrait) and (max-width : 753px){
	.sign img {
	width: 200px;
	height: auto;
}
	.sign-all img {
	width: 100%;
	height: auto;
}
}

/*
@media only screen and (max-width : 1024px) {
	.slide-Area {
		width: 980px;
	}
}
@media only screen and (min-width : 1025px) and (max-width : 1360px) {
	.slide-Area {
		width: 1280px;
	}
}
@media only screen and (min-width : 1361px) and (max-width : 1640px) {
	.slide-Area {
		width: 1480px;
	}
}
@media only screen and (min-width : 1641px) {
	.slide-Area {
		width: 1680px;
	}
}*/

</pre></body></html>