@charset "UTF-8";
@import 'https://fonts.googleapis.com/css?family=Karla';
@import 'https://fonts.googleapis.com/css?family=Libre+Baskerville';

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

*{
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans Japanese", serif;
  font-weight: normal;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  letter-spacing: 1px;
}

html,body{
  height: 100%;
  background-color: #fff!important;
  color: #555;
  text-decoration: none;
}
a{
  text-decoration: none;
  color: #555;
}
body {


}

.comingsoon{
  margin-top: 200px;
  margin-bottom: 150px;
  font-size: 30px;
  font-family: 'Libre Baskerville', serif;
}

.sp-br{
  display: none;
}

/*---- SP start ----*/
@media(max-width:640px){

.pc-br{
  display: none;
}
.sp-br{
  display: block;
}
}
/* ////////////////////　　///////////////////// */

#main-header{
  width: 100%;
}

#main-header #fixed-nav{
  background-color: #FFF; 
}

#main-header .main-logo{
  margin-top: 30px;
  margin-bottom: 20px;
}

#main-header .main-logo h1{
  text-align: center;
}

#main-header .main-logo h1 img {
    width: 100px;
    height: auto;
}

#main-header #main-nav{
  margin-bottom: 40px;
}

#main-header #main-nav ul{
  overflow: hidden;
}

#main-header #main-nav ul{
  text-align: center;
}

#main-header #main-nav ul li{
  font-family: 'Karla', sans-serif;
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  padding-right: 20px;
  font-size: 12px;
}

#main-header #main-nav ul li:first-child{
  padding-left: 5px;
}

#main-header #main-nav ul li a{
  color: #555;
    -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
     -o-transition: 0.5s;
     -ms-transition: 0.5s;
     transition: 0.5s;
}

#main-header #main-nav ul li a:hover{
  color: #fff;
  text-shadow: -1px 1px 5px #555, 1px -1px 5px #555;
}

.underpage-title{
  position: relative;
  width: 100%;
  height: 200px;
  margin-top: 65px;
  background-image: url(../img/common/underpage-title-bg_v2.jpg) !important;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  text-align: center;
}
/*
.underpage-title.news-page{
  background-image: url(../img/news/title-bg.png);
}

.underpage-title.shop-title{
  background-image: url(../img/shop/title-bg.png);
}

.underpage-title.flow-price-bg{
  background-image: url(../img/flow-price/title-bg.png);
}

.underpage-title.contact{
  background-image: url(../img/contact/title-bg.png);
}*/

.underpage-title h2{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: -0.5em 0 0 -50%;
  font-family: 'Libre Baskerville', serif;
  font-size: 36px;
  color: #FFF;
  letter-spacing: 6px;
}

/*---- SP start ----*/
@media(max-width:640px){
#main-header{
  padding-top: 0px;
  z-index: 999;
}

#main-header .main-logo{
  padding-top: 10px;
  margin-top: 0;
  margin-bottom: 40px;
  height: 50px;
  border-bottom: 1px solid #ccc;
}

#main-header .main-logo h1 img{
  width: 75px;
  height: auto;
}

#main-header #main-nav{
  display: none;
}

.underpage-title{
  height: 150px;
  margin-top: 50px;
}

.underpage-title h2{
  font-size: 24px;
  color: #FFF;
  letter-spacing: 6px;
}
}

/* ////////////////////　　///////////////////// */
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    height: 65px;
    z-index: 10000;
    background-color: #FFF;
    border-bottom: 1px solid #ccc;
}

#fixed-nav.fixed .main-logo{
  float: left;
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 10px;
}

#fixed-nav.fixed .main-logo img{
  width: 110px;
  height: auto;
}

#fixed-nav.fixed #main-nav{
  float: right;
  margin-top: 17px;
  margin-bottom: 0;
  margin-right: 20px;
}

.fixed-bar{
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #FFF;
  height: 60px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
  z-index: 99999;
}

.fixed-bar ul{
  overflow: hidden;
  text-align: center;
}

.fixed-bar ul li{
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  padding-right: 10px;
}

#g_navi{
  display: none;
}

#g_navi .drawer-nav{
}

#g_navi .drawer-nav li{
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

#g_navi .drawer-nav li a{
  display: block;
  padding-bottom: 15px;
  padding-top: 15px;
}

#g_navi .drawer-nav li a:hover{
  background-color: #000;
  color: #FFF;
}
/* ////////////////////　　///////////////////// */

/*---- SP start ----*/
@media(max-width:640px){

.fixed-bar{
  height: 50px;
  padding-top: 15px;
}

.fixed-bar ul{
  overflow: hidden;
  text-align: center;
}

.fixed-bar ul li{
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  padding-right: 10px;
} 

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    height: 50px;
    z-index: 100;
    background-color: #FFF;
    border-bottom: none;
}

#fixed-nav.fixed .main-logo{
  float: none;
  margin-top: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
}

#fixed-nav.fixed .main-logo img{
  width: 75px;
  height: auto;
}

#fixed-nav.fixed #main-nav{
  float: none;
  display: none;
}

#g_navi{
  display: block;
}
}

/* ////////////////////　　///////////////////// */

#main-header .top-wedding{
  margin-bottom: 30px;
}

#main-header .top-wedding img{
  display: block;
  margin: 0 auto;
}

#main-header p.sub-catch{
  font-family: 'Karla', sans-serif;
  font-size: 14px;
  text-align: center;
  margin-bottom: 40px;
}

#main-header .main-img{
  width: 100%;
  height: 390px;
  background-image: url(../img/top/main-img_v3.jpg);
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#main-header .main-img .smp-main-img{
  display: none;
}

/* ////////////////////　　///////////////////// */

/*---- SP start ----*/
@media(max-width:640px){
#main-header .top-wedding{
  margin-bottom: 15px;
}

#main-header .top-wedding img{
  width: 80%;
  height: auto;
}

#main-header p.sub-catch{
  font-size: 14px;
  margin-bottom: 30px;
}

#main-header .main-img{
  width: 100%;
  height: auto;
  background-image: none;
  background-repeat: no-repeat;
}

#main-header .main-img .smp-main-img{
  width: 100%;
  height: auto;
  display: block;
}
}

/* ////////////////////　　///////////////////// */

.contact{
  width: 100%;
  background-image: url(../img/common/contact_v2.jpg);
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.contact h2{
  font-family: 'Libre Baskerville', serif;
  color: #FFF;
  font-size: 36px;
  letter-spacing: 6px;
  margin-bottom: 20px;
  text-shadow: 0px 0px 10px #aaa;
}

.contact .text{
  font-size: 13px;
  line-height: 24px;
  color: #FFF;
  margin-bottom: 30px;
  text-shadow: 0px 0px 3px #555;
}

.contact span.btn a{
  width: 300px;
  height: 45px;
  font-size: 13px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  display: block;
  text-align: center;
  text-decoration: none;
  padding-top: 12px;
  color: #c5ad88;
  margin: 0 auto;
  background-color: #FFF;
  letter-spacing: 2px;
}

.contact span.btn a:hover{
  background-color: rgba(255,0,0,0);
  color: #FFF;
  border: 1px solid #fff;
  font-weight: bold;
}

.go-to-top{
  margin-top: 50px;
}

.go-to-top a{
  display: block;
  width: 60px;
  margin: 0 auto;
}

.go-to-top a img{
  width: 100%;
  height: auto;
}
/* ////////////////////　　///////////////////// */

/*---- SP start ----*/
@media(max-width:640px){

.contact{
  width: 100%;
  -webkit-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  background-position: bottom 0 right -150px;
  padding-top: 50px;
  padding: 50px 20px 50px;
  text-align: center;
}

.contact h2{
  font-size: 28px;
  letter-spacing: 4px;
  margin-bottom: 15px;
}

.contact .text{
  font-size: 12px;
  line-height: 22px;
}

.contact span.btn a{
  width: 280px;
  height: 40px;
  font-size: 10px;
  padding-top: 11px;
}

.go-to-top{
  margin-top: 50px;
}

.go-to-top a{
  display: block;
  width: 40px;
  margin: 0 auto;
}

.go-to-top a img{
  width: 100%;
  height: auto;
}
}

/* ////////////////////　　///////////////////// */

/*---- SP start ----*/
@media(max-width:640px){
  
}

#main-foot{
 margin-top: 50px; 
}

#main-foot nav{
  margin-bottom: 50px;
}

#main-foot nav ul{
  overflow: hidden;
  text-align: center;
}

#main-foot nav ul li{
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  padding-right: 10px;
  font-size: 12px;
}

#main-foot .tel a{
  text-align: center;
  font-size: 12px;
  display: block;
  margin-bottom: 50px;
  text-decoration: none;
}

#main-foot small{
  margin-bottom: 60px;
  display: block;
  text-align: center;
  background-color: #000;
  color: #FFF;
  font-size: 10px;
  padding: 15px 0;
}
/*---- SP start ----*/
@media(max-width:640px){
#main-foot nav{
  display: none;
}

#main-foot .tel a{
  margin-bottom: 20px;
}

#main-foot small{
  padding-bottom: 70px;
  margin-bottom: 0;
  font-size: 9px;
}
}

/* ////////////////////　PAGE NAVI　///////////////////// */
.wp-pagenavi{
  
}

.wp-pagenavi span,
.wp-pagenavi a{
  padding: 3px 10px !important;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  margin: 0 5px !important;
  border: 1px solid #000 !important;
  -webkit-box-shadow: 1px 1px 2px #999;
          box-shadow: 1px 1px 2px #999;
}
.wp-pagenavi span.current{
  background-color: #000;
  color: #FFF;
}
/*---- SP start ----*/
@media(max-width:640px){
}

/* ////////////////////　　///////////////////// */

/*---- SP start ----*/
@media(max-width:640px){
}

/* ////////////////////　　///////////////////// */

/*---- SP start ----*/
@media(max-width:640px){
}

/* ////////////////////　　///////////////////// */

/*---- SP start ----*/
@media(max-width:640px){
}

/* ////////////////////　　///////////////////// */

/*---- SP start ----*/
@media(max-width:640px){
}

/* ////////////////////　　///////////////////// */

/*---- SP start ----*/
@media(max-width:640px){
}

/* ////////////////////　　///////////////////// */

/*---- SP start ----*/
@media(max-width:640px){
}