body#top{
    background:#fff;
    overflow-x: hidden;
}
a:hover{
    opacity: 0.7;
}

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

	Snav

************************************************/
.top_nav {
	padding:0;
	margin:0 0 20px 0;
	-webkit-box-shadow:0 3px 3px rgba(191, 183, 166, 0.8);
	box-shadow:0 3px 3px rgba(191, 183, 166, 0.8);
}

.snav {
	padding:0;
	margin:0 0 30px 0;
	box-shadow:0 3px 3px rgba(191, 183, 166, 0.8);
}

.snav h2 {
	background:#513121;
	color:#FFF;
	padding:10px;
	font-size:120%;
}

.snav a {
	display:block;
	height:auto;
	padding:12px 5% 12px 5%;
	clear:both;
}

.snav a:after {
    background:url(../img/common/arrow_n.png) no-repeat;
	background-size:4px 8px;
	content: "";
    display: block;
    right: 10px;
    margin-top: -3px;
    position: absolute;
    top: 51%;
	height: 8px;
    width: 4px;
}

.snav li {
	border-top: 1px solid #B1B1B1;
	border-bottom: 1px solid #FFF;
	position:relative;
	float:left;
	color:#4C4C4C;
	font-weight:bold;
	font-size:104%;
	background: -moz-linear-gradient(top, #FFF, #EAEAEA);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EAEAEA));
}

.snav li:nth-child(-n+2) {
	border-top: none;
}

.snav li a {
	color: #4C4C4C;
}

.snav li:nth-child(2n-1) {
	border-right:1px solid #B1B1B1;
	width:50%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.snav li:nth-child(2n) {
	border-left:1px solid #FFF;
	width:50%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

#topmain {
	position:relative;
	width:100%;
}

#topmain .topbnr {
	position:absolute;
	left:5px;
	bottom:10px;
	z-index:10;
}

.badge{
	position:absolute;
	left:10px;
	top:10px;
	z-index:2;
}

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

    top serif

************************************************/
.top_serif{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

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

    Snav2

************************************************/
.snav2 {
    padding:0;
    margin:0 0 30px 0;
}

.snav2 a {
    display:block;
    height:auto;
    padding:12px 5% 12px 5%;
    clear:both;
}

.snav2 li {
    border-top: 0.5px solid #B1B1B1;
    border-bottom: 0.5px solid #FFF;
    position:relative;
    float:left;
    color:#4C4C4C;
    font-weight:bold;
    font-size:104%;
    background: #fff;
    text-align: center;
}

.snav2 li:last-child{
    border-bottom: 0.5px solid #B1B1B1;
}

.snav2 li:nth-last-child(2){
    border-bottom: 0.5px solid #B1B1B1;
}

.snav2 li a {
    color: #4C4C4C;
}

.snav2 li a:hover {
    opacity: 0.7;
}

.snav2 li:nth-child(2n-1) {
    border-right:0.5px solid #B1B1B1;
    width:50%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.snav2 li:nth-child(2n) {
    width:50%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

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

    Bridal Fair

************************************************/
.bridal_fair{
    padding: 1em 2.5% 2.5em 2.5%;
}
.bridal_fair a:hover{
    opacity: 0.5;
}
.bridal_fair img{
    vertical-align: top;
    display: inline-block;
}
.bridal_fair .text{
    display: inline-block;
    width: calc(100% - 150px);
    margin-left: 20px;
    box-sizing: border-box;
}
.bridal_fair .text h4{
    font-size: 1rem;
    color: #C10000;
    margin-top: 0.8em;
}
.bridal_fair .text h3{
    margin-top: 0.5em;
    font-size: 1.1rem;
}
.bridal_fair .text p{
    margin-top: 1em;
}

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

    Concept

************************************************/
.concept{
    padding: 1em 5% 4em 5%;
    background-color: #888888;
    background-image: url(../img/top/concept_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}
.concept .sec_title{
    background: transparent;
}
.concept .sec_title:before{
    background-image:none;
}
.concept .sec_title:after{
    background-image:none;
}
.concept .sec_title h2{
    background: transparent;
    color: #fff;
}
.concept .sec_title p{
    background: transparent;
    color: #fff;
}
.concept .text_block{
    margin-top: 2em;
}
.concept .text_block h3{
    font-size: 1rem;
    margin-bottom: 0.5em;
    padding-left: 2em;
    position: relative;
    line-height: 1.2;
}
.concept .text_block.n01 h3:before{
    content: "01";
}
.concept .text_block.n02 h3:before{
    content: "02";
}
.concept .text_block.n03 h3:before{
    content: "03";
}
.concept .text_block h3:before{
    display: block;
    font-size: 1.5rem;
    position: absolute;
    top: -4px;
    left: 0;
}

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

    img_link

************************************************/
.img_link{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 2.5em 7.5% 1.5em 7.5%;
    margin-bottom: 25px;
    position: relative;
}
.img_link.chapel{
    background-image: url(../img/top/chapel.jpg);
}
.img_link.dress{
    background-image: url(../img/top/dress.jpg);
}
.img_link.cuisine{
    background-image: url(../img/top/cuisine.jpg);
}
.img_link h2{
    box-shadow: none;
    background: transparent;
    padding-top: 7px;
    padding-bottom: 5px;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
}
.img_link h4{
    text-align: center;
    color: white;
    font-weight: normal;
    font-size: 0.9rem;
}
.img_link img{
    width: 100px;
    margin-bottom: 180px;
}
.img_link a{
    display: inline-block;
    color: #414141;
    font-size: 1rem;
    border: 1px solid #fff;
    padding: 0.3em 1em;
    width: 100%;
    position: relative;
    background: rgba(255, 255, 255, 0.7);
    box-sizing: border-box;
}
.img_link a:hover{
    opacity: 0.7;
}
.img_link a:after{
    content: "";
    display: block;
    color: white;
    width: 10px;
    height: 17px;
    position: absolute;
    right: 1em;
    top: 0.5em;
    background-image: url(../img/top/readmore_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

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

    Contact

************************************************/
.contact{
    padding: 2em 2.5% 2em 2.5%;
    background-color: #f0f0f0;
    background-image: url(../img/top/contact_bg_tile.png);
    background-repeat: repeat;
}
.contact .sec_title{
    background: transparent;
}
.contact .sec_title h2{
    background: transparent;
}
.contact .sec_title:before{
    background-image:none;
}
.contact .sec_title:after{
    background-image:none;
}
.contact .tel{
    position: relative;
    background: #fff;
    padding: 0.7em 2.5% 0.5em 2.5%;
    text-align: center;
    margin-bottom: 2em;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}
.contact .tel:hover{
    opacity: 0.7;
}
.contact .tel:before{
    content: "";
    position: absolute;
    bottom: 4px;
    left: 4px;
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../img/top/deco_bottomleft.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.contact .tel:after{
    content: "";
    position: absolute;
    top: 4px;
    right: 4px;
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../img/top/deco_topright.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.contact .tel .tel_number{
    font-size: 1.6rem;
    margin-bottom: 5px;
}
.contact .tel .tel_number img{
    width: 30px;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -5px;
}
.contact p{
    text-align: center;
}

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

	News

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

.news {
	padding:0px 0px 10px 0px;
	margin:0 0 16px 0;
}
.news h2 {
	background:#513121;
	color:#FFF;
	padding:10px;
	font-size:120%;
}
.news li {
	border-bottom:1px dotted #9C9D9F;
	padding:8px;
	color:#2F312E;
	margin:0 10px;
	font-size:90%;
}

.news .date {
	color:#000;
	float:left;
	margin:0 4px 0 0;
}

.news .info{
	color:#2F312E;
	font-size:110%;
}

.news .new{
	color:#ff0000;
	padding:0px 3px 0px 3px;
	vertical-align:middle;
	text-align:center;
	float:left;
	font-weight:bold;
	margin:0 6px 0 0;
}

.news .info_btn{
	float:right;
	font-size:80%;
	color:#222;
	background:#fff;
	text-align:center;
	padding:2px 4px 2px 8px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	margin:0 10px 3px 0;
	width:80px;
	position:relative;
}

.news .info_btn a{
	color:#000;
}


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

	Clear

************************************************/
.mnav_t .box,
.snav ul,
.snav
{
	zoom:1;
}

.mnav_t .box:after,
.snav ul:after,
.snav:after
{
	content:''; display:block; clear:both; overflow:hidden;
}

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

    instagram2

************************************************/
.instagram{
    padding-top: 3em;
}
.insta2 .tit05{
    width:60%;
    margin:15px auto 0;
    background:none;
}

.insta2 ul {
  margin: 20px 0 20px;
}

.insta2 li {
  line-height: 0;
  float: left;
  width: 33%;
  box-sizing:border-box;
}

.insta2 li img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}


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

    sec_title

************************************************/
.sec_title{
    text-align: center;
    position:relative;
    background: #fff;
    margin-bottom: 1em;
}
.sec_title:before{
    background:url(../img/common/deco_left.png) no-repeat;
    background-size:50px;
    content: "";
    display: block;
    left: calc(50% - 130px);
    margin-top: -3px;
    position: absolute;
    top: 51%;
    height: 20px;
    width: 50px;
}
.sec_title:after{
    background:url(../img/common/deco_right.png) no-repeat;
    background-size:50px;
    content: "";
    display: block;
    left: calc(50% + 78px);
    margin-top: -3px;
    position: absolute;
    top: 51%;
    height: 20px;
    width: 50px;
}
.sec_title h2{
    background: #fff;
    color: #414141;
    font-size: 2em;
    padding-bottom: 5px;
    margin-bottom: 0px;
    box-shadow: none;
}
.sec_title p{
    background: #fff;
    color: #414141;
}

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

    Menu

************************************************/
.menu_items{
    margin-bottom: 30px;
}
.menu_items a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 2em 3em;
    box-sizing: border-box;
}
.menu_items li{ 
    background-repeat: no-repeat;
    background-position: right;
    margin-top: -1px;
}
.menu_items h3{
    font-size: 1.5em;
}
.menu_items p{
    color: #A59632;
}

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

    Topics

************************************************/
.topics .slick-prev, .topics .slick-prev:hover, .topics .slick-prev:focus
{
    left: 50px!important;
    background: url(../img/common/prev.png) no-repeat;
    background-position: center;
    display: block;
    height: 30px;
    width: 30px;
    z-index: 10;
}
.topics .slick-prev:before{
  content: ""!important;
}
.topics .slick-next, .topics .slick-next:hover, .topics .slick-next:focus
{
    right: 50px!important;
    background: url(../img/common/next.png) no-repeat;
    background-position: center;
    display: block;
    height: 30px;
    width: 30px;
    z-index: 10;
}
.topics .slick-next:before{
  content: ""!important;
}
.topics .item{
  padding: 0;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  margin: 0 10px;
}
.topics {
  margin-bottom: 30px;
}
.topics .item .img{
  margin-bottom: 0.5em;
  height: 85px;
}
.topics .item .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topics .item .text{
  padding: 0 10px 1em 10px;
}
.topics h3{
  color: #A59632;
  line-height: 1.5;
  margin-bottom: 0.5em;
  overflow: hidden;
  max-height: 3em;
  overflow: hidden;
}
.topics p{
  font-size: 0.7rem;
  line-height: 1.5;
  max-height: 3em;
  overflow: hidden;
}
.topics h5{
    margin-bottom: 0.5em;
}

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

    MV

************************************************/
.top_mv{
    text-align: center;
    position: relative;
    /** height: 550px; 
    background:url("../img/top/main.jpg") no-repeat center; **/
    height: auto;
    background-size:cover;
    overflow: hidden;
}
div.mv_fg{
    position: absolute;
    top: 20px;
    width: 100%;
}
div.mv_fg img{
    width: 60%;
    max-width: 240px;
}
div.mv_fg p{
    color: white;
    font-size: 4vw;
    text-shadow: 0 0 5px black;
    font-weight: bold;
    margin-top: 1em;
    text-align: center;
}
div.mv_fg p img{
    width: 70%;
}


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

corona guidelines

**************************************/
.corona-guidelines {
  font-size: 14px;
  display: block;
  background: #ffdddd;
  text-align: center;
  padding: 2em 1em;
  width: 95%;
  margin: 0 auto 10px;
  position: relative;
  top: 10px;
  box-sizing: border-box;
}
.corona-guidelines:after {
    content: "▶︎ 詳しく見る";
    position: absolute;
    bottom: 7px;
    right: 7px;
    font-size: 8px;
}

