﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Sawarabi+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap');
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,400i");


 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

.animationElement {
  position: fixed;
  width: 100px;
  height: 100px;
  background: royalblue;
  transform-origin: bottom; 
  animation: grow-progress linear;
  animation-timeline: scroll();
}
@keyframes grow-progress {
  from {
    scale: 1 0;
  }
  to {
    scale: 1 1;
  }
}

body{
  margin:0;
  overflow-y: scroll;
  font-size:100%;
  font-style: normal;
  scrollbar-gutter: stable both-edges;
}

.mincho {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

.gothic{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}


header {
    position: relative;
    margin:0 auto;
    text-align:center;
    background: #fff;
    z-index:2;
    padding-top:10px;
  }
  header p {
	color:#ccc;
 }


@media screen and (max-width: 767px){
  header {
	height:80px;
}}




a img.alfa{
	background:none!important;
border: none;
} 
a:hover img.alfa{
	border: none;
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background:none!important;
	-webkit-transition: all .5s;
	transition: all .5s;
}

nav {
    background: #e2d06e;
    background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
    text-align:center;
    padding:2px;
    font-size:.90em;
    color:#eee;
    font-family: "Pinyon Script", cursive;
    font-weight: 300;
    font-style: normal;
  }

main {
    padding: 30px 2px;
  }

section {
    width:98%;
    height: auto;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,.1);
    text-align:center;
    opacity: 0.95;
    -moz-opacity: 0.95;
    filter: alpha(opacity=95);
    -ms-filter: "alpha(opacity=95)";

  }
section + section {
    margin-top: 120px;
  }


.hiroshimasection{
   margin:0 auto;
   width:98%;
   background:#fff;
   padding:0;
}


.wallback{
	background: url(../images/wagara.png) repeat-y top left, url(../images/wagara.png) repeat-y top right;
	background-size: auto;
}

.content{
	position:relative;
	width:96%;
	margin: 0 auto;
	padding:10px;
	text-align:center;
	height:auto;
}

@media screen and (max-width: 767px){
.content p {
	text-align:left;
}}



.weddings{
	position:relative;
	width:100%;
	margin: 0 auto;
	padding:10px;
	text-align:center;
	background: #fff;
	height:auto;
}
@media screen and (max-width: 767px){
.weddings p {
	text-align:left;
}}



.area{
	height:700px;
	text-align:center;
	color:#fff;
	padding-top:70px;
}
@media screen and (max-width: 767px){
.area {
	height:400px;
	padding-top:50px;
}}

.area img{
	margin-top:100px;
	width:auto;
	height:auto;
}

@media screen and (max-width: 767px){
.area img {
	margin-top:30px;
	width:30%;
}}


.bridalfair{
	position:absolute;
	left:30px;
	top:250px;
}
@media screen and (max-width: 767px){
.bridalfair {
	top:160px;
	z-index:5;
}}

.maru{
	width:200px;
	height:200px;
}
@media screen and (max-width: 767px){
.maru {
	width:150px;
	height:150px;
}}


.price {
    font-size: 20px;
    font-weight:bold;
    padding:0;
}
@media screen and (max-width: 320px){
.price {
	font-size:15px;
}}

.cprice {
    font-size: 1.3em;
    font-weight:300;
    line-height:1.5;
}
@media screen and (max-width: 320px){
.cprice {
	font-size:1.0em;
}}

.lefts{
	position:relative;
	padding:5px;
	font-size:13px;
	margin 0 auto;
	text-align:left;
}

.subtitle{
	font-size:15px;
}
@media screen and (max-width: 320px){
.subtitle {
	font-size:16px;
}}


.box {
	position:relative;
	margin: 0 auto;
	width:90%;
	height: auto;
	padding:14px;
	border:1px solid #c5b47f;
	border-style: double;
	text-align:left;
	word-wrap: break-word;

}



h1, h2, h3, h4,{
    position: relative;
    margin:0 auto;
    padding:0;
    display:block;
    color: #888;
    text-align: center;
    transform: translateY(-50%);
    font-size: 100%;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    line-height: 1;
}


h1{
  display:block;
  margin:0;
  padding:0;
  font-size:2.6em;
  font-weight:100;
  line-height:1;
}

@media screen and (max-width: 767px){
h1{
  font-size:1.7em;
}}


.capt{
  font-weight:100;
  padding-bottom:10px;
}



h2{
  font-size:2.4em;
  font-weight:300;
}
@media screen and (max-width: 767px){
h2{
  font-size:1.5em;
}}


h3{
  font-size:1.8em;
  font-weight:400;
  padding-bottom:0.5em;
}

@media screen and (max-width: 767px){
h3{
  font-size:1.2em;
}}

h4{
  margn:0 auto;
  font-family: "Noto Serif JP", serif;
  padding:0;
  line-height:1.7;
  font-size:1.5em;
  font-weight:400;
}
h5 {
  font-size:1.2em;
  font-weight:300;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}


h6 {
  margin:0 auto;
  padding:0;
  line-height:1.7;
  overflow: hidden;
  text-align: center;
  font-size:1.8em;
  font-weight:300;
}
@media screen and (max-width: 767px){
h6{
  font-size:1.2em;
}}



p{
	font-size:16px;
  	font-family: "Sawarabi Gothic", sans-serif;
	color:#444;
	line-height:1.7;
}

@media screen and (max-width: 767px){
p {
	font-size:15px;
	padding:10px;
}}

b{
	font-weight:400;
	font-size:17px;
}








.sns{
	position:relative;
	margin:0;
	text-align:right;
	padding: 10px 10px;
}



ul.global {
	position: relative;
	list-style-type: none;
	margin:0 auto;
	text-align: center;
	vertical-align: top;
}
ul.global li {
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	white-space:nowrap;
	padding-top:60px;
	padding-right: 30px;
	vertical-align: middle;
}

ul.global li a{
	color: #777;
	font-size:1.0em;
	text-decoration:none;
}


ul.global li a:hover{
	color: #e45991;
}






@media screen and (max-width: 768px){
.spNone { display: none;}
}
@media only screen and (min-width:640px){
.pnone {display:none}
}


.areas50{
	height:50px;
}
@media screen and (max-width: 767px){
.areas100 {
	height:30px;
}}
.areas100{
	height:100px;
}
@media screen and (max-width: 767px){
.areas100 {
	height:50px;
}}


.areas200{
	height:550px;
}
@media screen and (max-width: 767px){
.areas200 {
	height:300px;
}}


.switch{
	position:relative;
	padding:5px;
	font-size:11px;
	color:#ccc;
}

.switch a:link {
	color:#ccc;
	text-decoration:none;
}
.switch a:visited {
	color:#999;
}


.img {
	width:100%;
	height:auto;
}

.simg {
	width:20%;
	height:auto;
	padding:0 0 0 2px;
}


.pimg {
	width:80%;
	height:auto;
	padding:0;
}
@media screen and (max-width: 767px){
.pimg {
	width: 70%;
}}



.cuisine{
	width:40%;
	padding:4px;
	height:atuo;
}
@media screen and (max-width: 767px){
.cuisine {
	width: 30%;
}}

a.link {
  position: relative;
  display: inline-block;
  transition: .3s;
}
a.link::after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #e45991;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
a.link:hover::after {
  width: 100%;
}
a.links {
  position: relative;
  display: inline-block;
  transition: .3s;
}
a.links::after {
  position: absolute;
  bottom: -5px;
  left: 50%;
  content: '';
  width: 0;
  height: 1px;
  background-color: #eee;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
a.links:hover::after {
  width: 100%;
}
a.hover_img5{
    background-color:#000000;
    display:block;
}
a.hover_img5 img{
    transition:all 0.5s ease;
}
a:hover.hover_img5 img{
    opacity: 0.7;
    filter: alpha(opacity=70);
}


.layout3s {
	position:relative;
	padding: 0;
	margin: 0 auto;
	width:80%;
}
.layout3s li{
	list-style:none;
	display: inline-block;
	width: 30%;
	box-sizing:border-box;
	vertical-align:middle;
	box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
	-webkit-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
	-moz-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
	margin:8px;
	padding:8px;
	border:1px solid #ccc;
	text-align:center;
	font-weight:normal;
	font-weight:100;
}

.layout3s li img{
	width:100%;
}

.layout3s li img:hover{
	  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}


.layout3s h4{
	margin:0 auto;
	padding:0;
	padding-top:5px;
	line-height:1;
}

.layout3s span{
	font-size:.8em;
	font-weight:100;
	margin: 0 auto;
	line-height:1;
	padding:0;
}


@media screen and (max-width: 767px){
.layout3s {
	width: 90%;
	padding: 11px 0;
}
.layout3s li{
	width:98%;
	margin-top:20px;
}}

.wagokoro{
	position:relative;
	margin: 0 auto;
	width:99%;
	height:auto;
     /*box-shadow*/
	box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
	-webkit-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
	-moz-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
    /*design*/
	padding:6px;
	border:1px solid #ccc;
	text-align:center
}

.conces{
	position:relative;
	margin: 0 auto;
	width:60%;
	height:auto;
     /*box-shadow*/
	box-shadow:0 0 2px #fff, 0 0 2px #f8f8f8, 0 0 1px #ccc;
	-webkit-box-shadow:0 0 2px #fff, 0 0 2px #f8f8f8, 0 0 1px #ccc;
	-moz-box-shadow:0 0 2px #fff, 0 0 2px #f8f8f8, 0 0 1px #ccc;
    /*design*/
	padding:22px;
	border:1px solid #f8f8f8;

}
.conces p{
	text-align:left;
	line-height:1.8;
}


@media screen and (max-width: 767px){
.conces {
	width: 96%;
}}


.dlBlock {
  position: relative;
}
 
.dlBlock:before {
  position: absolute;
  display: block;
  content: "";
  background: #e5e5d1;
  width: 2px;
  height: 100%;
  z-index: 0;
}
 
.dlBlock .dlInner {
  display: flex;
  align-items: flex-start;
}
 
.dlBlock dt {
  position: relative;
  color: #333;
  line-height: 1;
  box-sizing: border-box;
  word-break: break-all;

  text-align:left;
}
 
.dlBlock dt:before {
  position: absolute;
  display: block;
  content: "";
  top: .5em;
  right: 0;
  width: 11px;
  height: 10px;
  background: #6fc173;
  border-radius: 50%;
  transform: translateY(-50%);
}
 
.dlBlock dd {
  line-height: 1.5;
  flex: 1;
  text-align:left;
}


 
@media only screen and (min-width: 769px), print {
  .dlBlock:before {
    top: 12px;
    left: 94px;
  }
  .dlBlock .dlInner {
    padding-bottom: 40px;
  }
  .dlBlock dt {
    width: 100px;
    padding-right: 17px;
    font-size: 16px;
  }
  .dlBlock dd {
    margin-left: 30px;
    font-size: 16px;
  }
}




@media screen and (max-width: 767px){

.dlBlock .dlInner {
	display:block;
}

.dlBlock dt:before {
	display:none;
}

.dlBlock dt {
	font-weight:800;
	display: block;
	padding-top:20px;
	padding-left:14px;
}
.dlBlock dd {
	display: block;
	padding-left:14px;
	font-size:.8em;

}}




.wagocol4{
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	justify-content: center;
  	align-items: flex-start;
	vertical-align:top;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.wagocol4 > div{
	width: 50%;
	padding: 1px 1px;
}
.wagocol4 img {
	width:100%;
	height: auto;
	padding:0;
}



@media screen and (max-width: 768px) {
.wagocol4 > div{
	width: 50%;
}
.wagocol4 img {
	width:98%;
}}

.d-none {
    display: none;
 }

.designup{
  position:relative;
  margin: 0 auto;
  text-align:center;
}
.designup img{
  width:50%; height:auto;
  margin-top:-120px;
  border:3px solid #fff;

}


embed,
iframe,
object{
	max-width: 100%;
}


.clone-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    transition: .3s;
    transform: translateY(-100%);
  }
  .is-show {
    transform: translateY(0);
 }








footer {
    height: auto;
    padding:15px 0 30px 0;
    text-align:center;
    background: #ececec;
  }
footer p {
	font-size:14px;
	color:#999;
}

@media screen and (max-width: 768px) {
footer{
    padding:20px 0 70px 0;
}}


ul.footer {
	position: relative;
	list-style-type: none;
	margin:0 auto;
	text-align: center;
	vertical-align: top;
	margin-bottom:50px;
}
ul.footer li {
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	white-space:nowrap;
	padding-top:10px;
	padding-right: 30px;
	vertical-align: middle;
}

ul.footer li a{
	color: #888;
	font-size:15px;
	text-decoration:none;
}


ul.footer li a:hover{
	color: #e45991;
}


@media screen and (max-width: 768px) {
ul.footer{
	display:none;
}}



.mini{
	font-size:10px;
}
.copy{
	font-size:11px;
	color:#999;
}
























