@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* header
-------------------------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  background: #FFF;
  box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.1);
  transition: .5s;
}

#headerArea{
  width:100%;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  padding:5px 0;
}
@media only screen and  (max-width: 810px) {
#headerArea{
  padding:5px 0;
  height:60px;
}
}

@media only screen and  (max-width: 568px) {
#headerArea{
  height:55px;
}
}

#header-logo{
  width:98%;
  margin: 0 auto;
  padding:0 2%;
  box-sizing: border-box;
  position: relative;
}

@media only screen and  (max-width: 810px) {
#header-logo{
  padding:0 2%;
  width:100%;
}
}

/* logo */

header #logo{
  width:200px;
  height:36px;
  display:block;
  position: absolute;
  left: 1%;
  top: 6px;
  margin:0;
  background-size:auto 36px;
  background-repeat: no-repeat;
  transition: .1s;
  background-image: url(../images/common/img-logo-watabe-wedding.svg);
}

@media only screen and  (max-width: 1280px) {
header #logo{
  left: 0;
}
}

header #logo a{
  width:200px;
  height:36px;
  text-decoration:none;
  display: block;
  text-indent:-9999px;
}

@media only screen and  (max-width: 810px) {
header #logo{
  left:15px;
  top: 6px;
}
}

@media only screen and  (max-width: 568px) {
header #logo{
  top: 4px;
  left: 2%;
  margin:0;
}
}

.fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
}

/*.tel_box
-------------------------------------------------- */
.tel_box{
  position: absolute;
  top: 20px;
  right: 20px;
  line-height:1;
}

@media only screen and  (max-width: 810px) {
.tel_box{display:none;}
}

.tel_box p{
  display:inline-block;
  vertical-align:middle;
  position: relative;
  font-size:24px;
  color:#FF8B8B;
}

.tel_box p strong{
  font-weight:500;
  font-family: 'Roboto', sans-serif;
}

.tel_box p a{text-decoration:none;padding:9px 5px;color:#FF8B8B;}

.tel_box a:hover {
  text-decoration: none;
  color:#FF8B8B!important;
}

.sns_bt{
  position: absolute;
  top: 40px;
  right: 20px;
  line-height:1;
}

.is-animation .sns_bt{top: 20px;left: initial;right: 20px;}

@media only screen and  (max-width: 810px) {
.sns_bt{display:none;}
}

.sns_bt li{
  display:inline-block;
  vertical-align:middle;
  position: relative;
  font-size:24px;
}

.sns_bt li a{text-decoration:none;padding:9px 15px;color:#FFF;}

.is-animation .sns_bt a{color:#000;}

.sns_bt a:hover {
  text-decoration: none;
  color:#BF9B30!important;
}

/*.lang-box
-------------------------------------------------- */
.lang-box{
  position:absolute;
  right: 1%;
  padding:0 0;
  display:block;
  z-index:3;
  bottom: -25px;
}

@media only screen and  (max-width: 810px) {
.lang-box{
  right: 0;
  bottom: -24px;
}
}

.lang-box li{
  display:inline-block;
  line-height:1;
  margin:0 5px;
  font-size:14px;
  font-weight:400;
  font-family: 'Roboto', sans-serif;
  height:24px;
  overflow: hidden;
  font-weight:400;
  vertical-align: top;
  letter-spacing:.05em;
  border-left:1px solid #BC9D00;
  border-right:1px solid #BC9D00;
  border-bottom:1px solid #BC9D00;
}


@media only screen and  (max-width: 810px) {
.lang-box li{
  margin:0 0 0 1px;
  border-right:0.05em solid #FFF;
}

.lang-box li:last-child {
  border-right:0.05em solid #BC9D00;
}
}

.lang-box li a{
  display:block;
  padding:5px 15px;
  color:#FFF;
  text-decoration: none;
  background:#BC9D00;
}

@media only screen and  (max-width: 810px) {
.lang-box li a{
  padding:5px 10px;
}
}

.lang-box li a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.global-right{
  display:none;
}

@media only screen and  (max-width: 810px) {
.global-right{
  width:100%;
  display:block;
}
}

.global-right ul{
  display:block;
  text-align: center;
}

.global-right li{
  display:inline-block;
  vertical-align:bottom;
  margin:0 10px 5px;
  font-size:14px;
  font-family: 'Noto Sans Japanese', sans-serif;
  letter-spacing:.1em;
  font-weight:400;
}

.global-right li a{
  color: #FFF!important;
  text-decoration: underline!important;
}

.global-right li a:hover {
  text-decoration: none!important;
  opacity: 0.6;
}

/*navi_list
--------------------------------------- */
#navi_list {
  margin:0;
  padding:15px 0;
  width:100%;
  box-sizing: border-box;
  text-align: center;
  display:block;
}

@media only screen and  (max-width: 810px) {
#navi_list {
  display:none;
}
}

#navi_list #navi {
    margin:0;
    padding:0;
    width:100%;
    list-style:none;
}


#navi .sbm a{
  color:#545454;
  display:block;
}

#navi .sbm a:hover{
  color:#BF9B30;
}

#navi .sbm{
  display:inline-block;
  vertical-align:middle;
  letter-spacing:0.05em;
  position: relative;
  text-align: center;
  line-height:1.2;
  font-family: 'Roboto', sans-serif;
  font-weight:500;
  text-transform: uppercase;
  font-size:0.95em;
  margin:0 2% 0;
}
 
#navi li ul {
    list-style:none;
}


#navi li .smlst:before {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 9px;
	left:0;
	top: -8px;
	background-image: url(../images/common/popup_arrow.png);
	background-position: center top;
	background-repeat: no-repeat;
}

.smlst{
	z-index:999;
	position: absolute;
	top: 25px;
	left:50%;
	margin-left:-80px;
	border-collapse: collapse;
	list-style: none;
	font-size:0.9em;
	letter-spacing:0.05em;
	text-transform: initial;
	background: #000;
	background: rgba(54, 39, 8, 0.8);
	box-shadow: 0 3px 5px rgba(0,0,0,0.2),  0 1px 0 rgba(0,0,0,0.1);
}

a .ft-Caret{
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-bottom: 2px solid #545454;
    border-right: 2px solid #545454;
    transform:rotate(45deg) translateY(-50%);
    position: absolute;
    top: 40%;
    right: -10px;
    transition: .5s;
}

a:hover .ft-Caret{
  border-bottom: 2px solid #BF9B30;
  border-right: 2px solid #BF9B30;
}

#navi li ul .ssbm {
    border-bottom:0.05em dotted #9D9D9D;
    border-right:none;
    margin:0;
    position:relative;
    width:180px;
	text-align: left;
}

#navi li ul .ssbm:last-child {
	border-bottom: none;
}

#navi li ul .ssbm ul {
    position:absolute;
    left:0;
    top:0;
    margin-left:0;
    padding-top:0;
    padding-left:1px;
    left:180px;
}

#navi .ssbm a {
    padding: 12px 10px 10px;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0 3px 5px rgba(0,0,0,0.2),  0 1px 0 rgba(0,0,0,0.1);
    display:block;
    color:#fff!important;
    text-decoration:none;
    line-height:1.4;
	font-weight:normal;
}

#navi .ssbm a:hover::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    transform:rotate(45deg) translateY(-50%);
    position: absolute;
    top: 45%;
    right: 10px;
}

#navi .ssbm a:hover,
#navi .ssbm a.open {
    background-color: #545454;
	color: #FFF!important;
}

#navi li ul .ssbm2 {
    border-bottom:0.05em dotted #9D9D9D;
    border-right:none;
    margin:0;
    position:relative;
    width:180px;
	text-align: left;
}

#navi li ul .ssbm2:last-child {
	border-bottom: none;
}



#navi .ssbm2 a {
    padding: 12px 10px 10px;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0 3px 5px rgba(0,0,0,0.2),  0 1px 0 rgba(0,0,0,0.1);
    display:block;
    color:#fff!important;
    text-decoration:none;
    line-height:1.4;
	font-weight:normal;
}

#navi .ssbm2 a:hover{
    background-color: #545454;
	color: #FFF!important;
}

#navi li ul .ssbms {
    border-bottom:0.05em dotted #9D9D9D;
    border-right:none;
    margin:0;
    position:relative;
    width:200px;
	text-align: left;
}

#navi li ul .ssbms a:hover::after {
    content: "";
    border: none!important;
}
#navi li ul .ssbms:last-child {
	border-bottom: none;
}

#navi li ul .ssbms ul {
    position:absolute;
    left:0;
    top:0;
    margin-left:0;
    padding-top:0;
    padding-left:1px;
    position:absolute;
    left:200px;
}

#navi .ssbms a {
    padding: 12px 10px 10px;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0 3px 5px rgba(0,0,0,0.2),  0 1px 0 rgba(0,0,0,0.1);
    display:block;
    color:#fff;
    text-decoration:none;
    line-height:1.4;
	font-weight:normal;
}

#navi .ssbms a:hover,
#navi .ssbms a.open {
    background-color: #545454;
	color: #FFF!important;
}

#navi li ul .ssbmL {
    border-bottom:0.05em dotted #9D9D9D;
    border-right:none;
    margin:0;
    position:relative;
    width:200px;
	text-align: left;
}

#navi li ul .ssbmL:last-child {
	border-bottom: none;
}

#navi li ul .ssbmL ul {
    position:absolute;
    left:0;
    top:0;
    margin-left:0;
    padding-top:0;
    padding-left:1px;
    left:200px;
}

#navi .ssbmL a {
    padding: 12px 10px 10px;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0 3px 5px rgba(0,0,0,0.2),  0 1px 0 rgba(0,0,0,0.1);
    display:block;
    color:#fff!important;
    text-decoration:none;
    line-height:1.4;
	font-weight:normal;
}

#navi .ssbmL a:hover::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    transform:rotate(45deg) translateY(-50%);
    position: absolute;
    top: 45%;
    right: 10px;
}

#navi .ssbmL a:hover,
#navi .ssbmL a.open {
  background-color: #545454;
  color: #FFF!important;
}

.jpmn{
  font-weight:500px;
  font-family: 'Noto Sans Japanese', sans-serif;
}

/* sp_head
--------------------------------------------------*/
.sp_head {display:none;}

@media only screen and  (max-width: 810px) {
.sp_head {
  display:block;
  position:absolute;
  top: 0;
  right: 0;
  width: 182px;
  padding:0 0;
  height: 60px;
  overflow:hidden;
}

@media only screen and  (max-width: 568px) {
.sp_head {
  right: 0;
  width: 166px;
  height: 55px;
}
}

.sp_head .sp_nav{
  width:100%;
  padding: 0;
  margin:0 auto;
  position: relative;
}

.sp_head ul{
  width:100%;
  padding: 0;
  margin:0 auto;
}

.sp_head li{
  text-align: center;
  width:60px;
  padding: 0 0 0;
  text-align: center;
  margin:0;
  box-sizing: border-box;
  display:inline-block;
  height: 64px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sp_head .sp_nav .jus{
  position:absolute;
  top: 0;
  right: 60px;
}

.sp_head .sp_nav .lgn{
  position:absolute;
  top: 0;
  right: 0;
}

@media only screen and  (max-width: 568px) {
.sp_head li{
  width:55px;
  height: 55px;
}

.sp_head .sp_nav .jus{
  right: 56px;
}
}

.sp_head a {
  color: #000;
  display:block;
  text-decoration: none;
}

.sp_head li a:hover {
  opacity: 0.6;
}

.sp_head li .fa{
  font-size:24px;
}

@media only screen and  (max-width: 568px) {
.sp_head li .fa{
  font-size:20px;
}
}

.sp_head li span{
  margin:0;
  padding:0;
}

.sp_head li p{
  font-size:11px;
  margin:0;
  padding:3px 0 0;
  line-height:1.7;
}

@media only screen and  (max-width: 568px) {
.sp_head li p{
  line-height:1.6;
  padding:2px 0 0;
}
}

/* .sp_menu 
---------------------------------------------------------------------------*/
.sp_menu p{
  font-size:14px;
  margin:0;
  padding:0;
  color:#FFF;
  line-height:1.5;
  letter-spacing:0.05em;
  text-transform: uppercase;
  font-weight:500;
}

.sp_menu1 p{
  font-size:14px;
  margin:0;
  padding:0;
  color:#FFF;
  line-height:1.5;
  letter-spacing:0.05em;
  text-transform: uppercase;
  font-weight:500;
}

.sp_menu2 p{
  font-size:14px;
  margin:0;
  padding:0;
  color:#FFF;
  line-height:1.5;
  letter-spacing:0.05em;
  text-transform: uppercase;
  font-weight:500;
}