@charset "utf-8";
/* CSS Document */

#main{
	width: 100%;
	min-width: 1200px;
	height: 500px;
	overflow: hidden;
	position: relative;
}

ul.bxslider{
	height: 500px;
}

ul.bxslider li {
	height: 500px;
	position: relative;
}

ul.bxslider li img{
	width: 100%;
	height: auto;
}

ul.bxslider li img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    max-width: 100%;
    height: auto;
	margin: auto;
}

#main_logo {
    position: absolute;
	top: 39%;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 80;
}

#main_logo img.pc_only{
	display: inline-block;
}

#scroll_tt{
	margin: 30px auto 26px;
}


.color_box_right1,.color_box_right2,.color_box_left1{
	width: 50%;
	height: 100px;
	float: right;
	background-color: #f8f3ec;
}

.color_box_right2,.color_box_left1{
	height: 80px;
}

.color_box_left1{
	float: left;
	margin-bottom: 60px;
}

#column01{
	background-color: #f8f3ec;
}

#column01_img_01{
	width: 100%;
	min-width: 1200px;
	height: 400px;
	background:url(../images/column01_img_01_pc.jpg) no-repeat bottom left;
	background-size: 100% auto;
}

.column01_inner{
	width: 1000px;
	margin: 0 auto;
}

.white_txt_box{
    text-align: left;
    width: 650px;
    box-sizing: border-box;
    padding: 60px;
    background-color: #fff;
    margin-top: -60px;
    position: relative;
    z-index: 1;
}

.white_txt_box_h2{
	font-size: 24px;
    margin-bottom: 20px;	
    font-weight: 500;
}

.column01_img_02{
	margin: -180px 0 160px 230px;
	display: inline-block;
}

.column01_img_02 img{
	text-align: right;
}


.sp_only.column01_img_02{
	display: none;
}


.column_tt{
	width: 100%;
	min-width: 1200px;
	height: 420px;
	color: #fff;
    padding: 60px 0;
	box-sizing: border-box;
	font-size: 20px;
}

.column_tt h2{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 40px;
	margin-bottom: 40px;
}

#menu_column{
	background:url(../images/menu_img_01_pc.jpg) no-repeat center left;
	background-size: 100% auto;
	margin-bottom: 60px;
}

#party_column{
	background:url(../images/plan_img_01_pc.jpg) no-repeat center left;
	background-size: 100% auto;
	position: relative;
    margin-bottom: 140px;
}

#party_column.column_tt:after{
	content: '';
    width: 100%;
    height: 140px;
    background-color: #f8f3ec;
    display: block;
    position: absolute;
    bottom: -140px;
	left: 0;
}

#wedding_column{
	background:url("../images/wedding/bg_pc.jpg") no-repeat center left;
	background-size: 100% auto;
    margin-bottom: 140px;
}

#floor_column{
	background:url(../images/floor_img_01_pc.jpg) no-repeat center left;
	background-size: 100% auto;
}

#access_column{
	background:url(../images/access_img_01_pc.jpg) no-repeat center left;
	background-size: 100% auto;
	padding: 80px 0;
	margin-bottom: 140px;
}

#topics_column{
	background:url("../images/topics_img_01_pc.jpg") no-repeat center left;
	background-size: 100% auto;
	margin-bottom: 90px;
}

.column_link_box{
	width: 300px;
	border: solid 2px #FFFFFF;
	color: #fff;
	display: inline-block;
	margin-top: 40px;
}

.column_link_box a{
	background: rgba(0,0,0,0.1) url(../images/link_arrow.png) no-repeat 270px center;
	color: #fff;
	display: block;
	padding: 10px 20px;
	box-sizing: border-box;
	transition: .3s;
	font-family: 'Noto Sans JP', sans-serif;
}


.column_link_box a:hover{
	color: #333;
	background: #fff url(../images/link_arrow_hover.png) no-repeat 270px center;
	display: block;
	padding: 10px 20px;
	box-sizing: border-box;
	transition: .3s;
}

#access {
	margin: 0 auto 90px;
}


#news_column{
	width: 1000px;
	margin: 0 auto 180px;
}

#news_column_inner{
	border-top: solid 1px #b38a49;
	border-bottom: solid 1px #b38a49;
	padding: 10px 0;
}

#news_column h3{
	color: #b38a49;
	font-size: 40px;
	font-family: 'Noto Sans JP', sans-serif;
}

#news_column_inner p{
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: 16px;
	border-bottom: 1px dotted #CCC;
}
#news_column_inner p:last-child{
border: none;
}
#news_column_inner p a {
	text-decoration:underline;
	color:#b38a49;
	font-weight: bold;
}

#insta{
    margin-bottom: 60px;
    position: relative;
    width: 920px;
    margin: 0 auto 110px;
    z-index: 99;
}

/*#instafeed li{
    display: inline-block;
    margin: 15px;
}*/

.instagram_tt_01{
	margin-bottom: 25px;
}

.new_next {
	max-width: 800px;
	margin: 40px auto;
	padding:15px 25px 0;
	border: 1px solid #CCC;
	text-align: left;
}


.new_next label {
	font-weight: bold;
	position: relative;
	display: block;
	margin: auto;
	cursor: pointer;
	text-align: center;
}

.new_next label:hover {
    background: #efefef;
}

.new_next input {
    display: none;
}

.new_next .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.new_next input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}
.new_next h4 {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #b38a49;
}
.new_next h5 {
font-weight: bold;
font-size: 110%;
	font-weight: bold;
}
.new_next p {
	margin-bottom: 15px;
	font-size: 16px;
}
.new_next .poinTxt {
color:#7C090B;
	font-weight: bold;
	font-size: 120%;
}
.new_next .right {
	text-align: right;
}
 
 @media screen and (min-width : 769px){
 #instafeed img{
    width: auto;
    height: 270px;
    vertical-align: middle;
}

.ofi {
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
}

#instafeed li{
	width: 270px;
	height: 270px;
	border: 1px solid #b38a49;
	display: inline-block;
	margin-right: 20px;
    overflow: hidden;
	margin-bottom: 20px;
}

#instafeed li:nth-child(3n){
	margin-right: 0;
}

#instafeed img,#instafeed li{
	vertical-align: middle;
}



 
 }

@media screen and (max-width : 768px){


.white_txt_box,.column01_inner,#access_column_inner,.access_box,#access_column_02,#news_column,#insta{
    width: 100%;
}

#main,#column01_img_01,.column_tt{
	min-width: 100%;
}

#main{
	width: 100%;
	height: 0;
	padding-bottom: 134.375%;
}

#main_logo {
    width: 58.75%;
    margin: 0 auto;
    top: 38.4%;
}

#main_logo img.pc_only {
    display: none;
}

#main_logo img.sp_only {
    display: inline-block;
}

ul.bxslider li {
	height: 0;
	padding-bottom: 134.375%;
}


#scroll_tt {
    margin: 3% auto -3%;
    width: 8.438%;
}

.color_box_right1, .color_box_right2, .color_box_left1{
    height: 0;
    padding-bottom: 9.376%;
}

.color_box_left1 {
    margin-bottom: 5%;
}

#column01_img_01{
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	background:url(../images/column01_img_01_sp.jpg) no-repeat bottom left;
	background-size: cover;
}

.column01_inner{
    padding-bottom: 9%;
}

.white_txt_box_h2 {
    font-size: 18px;
    margin-bottom: 0;
}

.column01_img_02 {
    margin: 0;
}


.sp_only.column01_img_02{
    display: block;
    margin-top: -8%;
}

.pc_only.column01_img_02{
	display: none;
}

.column_tt {
    font-size: 14px;
    height: auto;
    padding: 14.0625% 8%;
    max-height: 480px;
}

.column_tt h2 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: -5%;
    text-align: center;
    display: initial;
}

.column_link_box {
    width: 100%;
    margin-top: 5%;
    max-width: 472px;
}

.column_link_box a {
    background: rgba(0,0,0,0.1) url(../images/link_arrow.png) no-repeat 97% center;
}

.column_link_box a:hover{
	background: #fff url(../images/link_arrow_hover.png) no-repeat 97% center;
}


.white_txt_box{
    margin: -5% auto 0;
    padding: 6%;
    width: 87.5%;
}


#menu_column{
	background:url(../images/menu_img_01_sp.jpg) no-repeat center center;
	background-size: cover;
    margin-bottom: 5%;
}

#party_column{
	background:url(../images/plan_img_01_sp.jpg) no-repeat center center;
	background-size: cover;
    margin-bottom: 14%;
}

#wedding_column{
	background:url("../images/wedding/bg_sp.jpg") no-repeat center center;
	background-size: cover;
    margin-bottom: 14%;
}

#party_column.column_tt:after {
    content: '';
    width: 100%;
    height: 0;
    background-color: #f8f3ec;
    display: block;
    position: absolute;
    bottom: -26%;
    left: 0;
    padding-bottom: 14%;
}

#floor_column{
	background:url(../images/floor_img_01_sp.jpg) no-repeat center center;
	background-size: cover;
}


#access_column{
	background:url(../images/access_img_01_sp.jpg) no-repeat right center;
	background-size: cover;
    margin-bottom: 14%;
    height: auto;
    padding: 18.0625% 8%;
}

#topics_column{
	background:url("../images/topics_img_01_sp.jpg") no-repeat center center;
	background-size: cover;
    margin-bottom: 14%;
}

#access_column_02 {
    margin: 0 auto 12%;
}

#access {
    margin: 0 auto 13%;
}

#news_column {
    padding: 6%;
    box-sizing: border-box;
    margin: 0 auto 14%;
}

#news_column h3 {
    font-size: 30px;
}

#news_column_inner p {
    font-size: 14px;
	text-align: left;
}

#insta {
    margin: 10% auto 16%;
}

.instagram_tt_01 {
    margin-bottom: 25px;
    width: 56.72%;
    margin: 0 auto 3%;
}

#instafeed{
    width: 87.5%;
	max-width: 560px;
    margin: 0 auto;
}


#instafeed {
    display: grid;
	-ms-display: grid;
    -ms-grid-columns:270px;
    -ms-grid-rows: 270px 1fr 1fr;}

/* top.css:214行目を修正 */
#instafeed li {
	display: block;
    border: 1px solid #b38a49;
    box-sizing: border-box;

}

/* 追加 */
#instafeed li a {
　　　　　display: block;
    height: 100%;
}

/* top.css:226行目を修正 */
#instafeed li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: inherit;
}


#instafeed {
    grid-gap: 9px;
    grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
}



}

@media screen and (max-width : 680px){
#party_column.column_tt:after{
    bottom: -23%;
}
}

@media screen and (max-width : 430px){
#party_column.column_tt:after{
    bottom: -20%;
}
}


@media screen and (max-width : 375px){
#party_column.column_tt:after{
    bottom: -17%;
}
}
@media screen and (max-width : 320px){
.white_txt_box_h2 {
    font-size: 16px;
    margin-bottom: 0;
}
#party_column.column_tt:after{
    bottom: -16%;
}
}


.newsTop{
	z-index:90;
	width:1040px;
	position: absolute;	
	top: 0px;
	left:calc(50% - 520px);
	text-align: right;
}
.newsbl {
 	position: relative;
	display: inline-block;
 	margin: 1.5em 0;
	padding: 10px 15px;
	min-width: 120px;
 	max-width: 100%;
	font-size: 18px;
	background: #FFF;
	border-radius: 5px;
}

.newsbl:before{
	content: "";
	position: absolute;
	top: -30px;
	left: 85%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #FFF;
}
.newsbl a {
 	color: #b38a49 !important;
}
@media screen and (max-width : 768px){
.newsTop{
	width:auto;
	top: 0px;
	right: 5px;
}
.newsbl {
 	position: relative;
	display: inline-block;
	padding: 10px 15px;
	font-size: 16px;
}
.newsbl:before{
	top: -20px;
	left: 90%;
 	margin-left: -10px;
	border: 10px solid transparent;
	border-bottom: 10px solid #FFF;
}
}