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

/*文字のサイズ*/
.f80 { font-size:80% !important;}
/*文字の色*/
.gold{
	color: #594200;
}
.pink{
	color: #e7456b;
}
/*項目の前後*/
.margintop-1 { margin-top: 1% !important;}
.margintop-2 { margin-top: 2% !important;}
.margintop-3 { margin-top: 3% !important;}
.margintop-4 { margin-top: 4% !important;}
.margintop-5 { margin-top: 5% !important;}
.marginbottom-1 { margin-bottom: 1% !important;}
.marginbottom-2 { margin-bottom: 2% !important;}
.marginbottom-3 { margin-bottom: 3% !important;}
.marginbottom-4 { margin-bottom: 4% !important;}
.marginbottom-5 { margin-bottom: 5% !important;}
.marginbottom-6 { margin-bottom: 6% !important;}
.marginbottom-7 { margin-bottom: 7% !important;}
.marginbottom-8 { margin-bottom: 8% !important;}
.marginbottom-9 { margin-bottom: 9% !important;}
.marginbottom-10 { margin-bottom: 10% !important;}

.roundBoxP{display: block; width:100%; padding: 1em; margin-bottom: 3%; border: 1px solid #e7456b; border-radius: 10px;}
.infoBox{display: block; padding: 1em; margin:3%; text-align: center;}
/*TOPページのスライダー　スマホサイズ別画像*/
 .sliderTop{
	display: none;
}
 .sliderTopSP{
	position: relative;
	display: block;
}
.sliderTopSP li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-main .slider-itemSP01 {
    background:url(../img/top/slide/first-imageSP1.jpg);
	background-position: top center;
}
.slider-main .slider-itemSP02 {
    background:url(../img/top/slide/first-imageSP2.jpg);
	background-position: bottom center;
}
.slider-main .slider-itemSP03 {
    background:url(../img/top/slide/first-imageSP3.jpg);
	background-position: center center;
}
.slider-main .slider-itemSP04 {
    background:url(../img/top/slide/first-imageSP4.jpg);
	background-position: center center;
}
.slider-main .slider-itemSP05 {
    background:url(../img/top/slide/first-imageSP5.jpg);
	background-position: center;
}
.slider-main .slider-itemSP01::before,
.slider-main .slider-itemSP02::before,
.slider-main .slider-itemSP03::before,
.slider-main .slider-itemSP04::before,
.slider-main .slider-itemSP05::before {
  content: "";
  position: absolute;
  top: 0;  bottom: 0;
  left: 0;  right: 0;
  background: black;
  opacity:0.21;
}

/*TOPページ　客室写真　宴会畳写真　配置調整*/
.position-room { object-position: 15% center; }
.position-banquet { object-position: 15% center; }


.infoDetail{	
	width: 90%;
    max-width: 1000px;
    margin: 1% auto 0;
    padding: 1.5rem 0;
}
.infoDetail dt{
	font-family: source-han-serif-japanese, 'Shippori Mincho', serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.2rem;
   /* padding-bottom: 0.3rem;*/
}
.infoDetail dd{
	text-align: left;
	padding-bottom: 0.5rem;
}
.menuImg{
	width:100%;
	margin:0 auto; 
}
.menuImg img{
	width:100%;
	max-width:800px;	
}
.shabuzen img{
	max-width: 1000px;
}
.textDetail{
	width: 90%;
    max-width: 1000px;
    margin: 0 auto ;
	padding: 3rem 0 0;
}
.textDetail span{
	display: block;
	text-align: center;
}
/*囲み線*/
.simpleLineBox{
	width: 80%;
	margin: 0 auto;
	max-width: 1000px;
}
.simpleLineBox p{
	padding: 1em;
	text-align: left;
	border: 2px solid #ccc;
}

/*ページ下の二重線囲み　TEL案内*/
.doubleBox{
	width: 80%;
	margin: 0 auto;
	max-width: 1000px;
}
.doubleBox p{
	padding: 1em;
	text-align: center;
	border: 6px double #C9AA6A;
}
.outer-container {
    width: 90%;
    max-width: 1200px;
	padding: 3rem 0 0;
    margin: 0 auto;
}
.outer-container h3{
	margin-bottom: 1.5rem;
}
.lead-text01{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
.lead-text01 p{
    font-size: 1.2rem;
    margin: 2.4rem 0 0.6rem 0;
	font-family: source-han-serif-japanese, 'Shippori Mincho', serif;
    font-style: normal;
	color: #594200;
}
.banquetplan-img{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.banquetplan-img img{
	width: 100%;
}

/* レストラン画像無限ループ */
.slider-loop img {
	width:100%; 
    height: auto;
    object-fit: cover;
}
/*ダイナミックパッケージ*/
.dpBox{
	width:90%;
	margin: 1% auto 5%;
}
.dp-bnrArea{
	display: flex;
	flex-wrap: wrap;
	margin-left: 2%;
	margin: 0 auto ;
}
.dp-bnrArea li{
    width: 48%;
    margin-right: 2%;
    margin-bottom: 30px;
}
.dp-bnrArea li img{
	width:100%;
}
.dp-bnrArea li p{
	font-size: 90%;
}
/*アコーディオン内の２分割*/
.twoPiece{
	display: flex;
	flex-direction: column;
	justify-content: center;	
}
.twoPieceL{
	display: block;
	width: 100%;
	margin-right: 0%;
}
.twoPieceL img{
	width: 100%;
}
.twoPieceR{
	display: flex;
	width: 100%;
	flex-direction: column;
}
/*宴会プラン*/
.banquetplanBox{
	display: flex;
	flex-direction: column;
	justify-content: center;	
}
.banquetplanBoxL{
	display: block;
	width: 100%;
	margin-right: 0%;
}
.banquetplanBoxL img{
	width: 100%;
}
.banquetplanBoxR{
	display: flex;
	width: 100%;
	flex-direction: column;
}
.banquetplanBoxR p{
	width: 100%;
    font-size: 1.2rem;
    margin: 2.4rem 0 0.6rem 0;
	font-family: source-han-serif-japanese, 'Shippori Mincho', serif;
    font-style: normal;
	color: #594200;
}
.plan-point{
	display: block;
	border: 1px solid #c00;
	padding: 1em;
	margin: 0 0 1em;
}
/*周辺スポット*/
.list-area{
	max-width: 1200px;
	padding: 0 2.1rem;
	display: block;	
}
.list-area ul{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.list-area ul li{
	line-height: 1.8em;
	font-family: source-han-serif-japanese, 'Shippori Mincho', serif;
}
.accordion-area .hotel-info2 {
	width: 100%;
	padding: 0.9rem 0 0;
	display: flex;
	flex-direction: column-reverse;
}
.accordion-area .hotel-info2 dt{
	width: 90%;
	margin: 5% 5% 0;
}
.accordion-area .hotel-info2 dd{
	text-align: left;
	font-size: 90%;
}
.accordion-area .hotel-info2 .tit{
	font-family: source-han-serif-japanese, 'Shippori Mincho', serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.2rem;
    padding-bottom: 0.3rem;
}
.accordion-area .hotel-info2 img{
	width: 100%;
}

.banquet_menuTi{
	font-size:120%;
	border-bottom: 2px dotted #ccc;
}
.banquet-info {
	width: 100%;
	padding: 0 0 0;
	display: flex;
	flex-direction: column-reverse;
}
.banquet-info dt{
	width: 100%;
	margin: 5% 0 0;
}
.banquet-info dd{
	text-align: left;
	font-size: 90%;
}
.banquet-info img{
	width: 100%;
}
.banquet-info dt span,.banquet-info dd span{
	padding-top: 0;
}
.photo_caption{
    font-weight: normal;
    font-style: normal;
    padding-bottom: 0rem;
}




@media (min-width: 768px) {
/*TOPページのスライダー　スマホサイズ別画像*/
.sliderTopSP{display:none;}
.sliderTop{
	position: relative;
	display: block;
}
/*アコーディオン内の２分割*/
.twoPiece{
	display: flex;
	flex-direction: row;
	justify-content: center;	
}
.twoPieceL{
	display: block;
	width: 25%;
	/*min-width: 320px;*/
	margin-right: 5%;
}
.twoPieceL img{
	max-width: 320px;
}
.twoPieceR{
	display: flex;
	width: 70%;
	flex-direction: column;
}
.twoPieceR dl{padding: 0 0 1.5rem;}
	
/*宴会プラン*/
.banquetplanBox{
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 0 auto 2%;
	max-width: 1000px;
}
.banquetplanBoxL{
	display: block;
	width: 43%;
	margin-right: 2%;
}
.banquetplanBoxR{
	display: flex;
	width: 55%;
	flex-direction: column;
}
.banquetplanBoxR p{
    margin: 0rem 0 0.6rem 0;
}
.banquet-info {
	width: 100%;
	padding: 0.9rem 0 0;
	display: flex;
	flex-direction: row-reverse;
	justify-content:space-between;
}
.banquet-info dt{
	width: 40%;
	margin: 0% 0 0 2%;
}
		
.accordion-area .hotel-info2 {
	width: 100%;
	padding: 0.9rem 0 0;
	display: flex;
	flex-direction: row-reverse;
	justify-content:space-between;
}
.accordion-area .hotel-info2 dt{
	width: 20%;
	margin: 0% 0 0 2%;
}
.accordion-area .hotel-info2 .tit{
	padding-top: 0;
}

	

}
@media (min-width: 1000px) {
/*グロナビ7つにしたので
	1000の時もハンバーガーにする*/
#hamburgermenu {
	position: relative;
	width: 70px;
	height: 70px;
	display: flex; 
	z-index: 1000;
	background: transparent;
	}
header nav#headerGnavi { display: none;}

/*各ページの最初の写真配置調整*/
.position-access { object-position: 50% 90%; }
.position-memorial { object-position: 50% 10%; }
.position-faq { object-position: 50% top; }
	
.parallax-shibuya {
	padding: 180px 0;
    background: url(../img/sightseeing/cityscape.jpg);
	filter: brightness(114%)saturate(180%)contrast(69%);
    background-size: cover;
	background-repeat: no-repeat;
	background-position: right 66% top 0%;
}
.card-content { height: 270px; }




}
@media (min-width: 1100px) {
/*グロナビ7つにしたので
	1100の時からハンバーガー非表示*/
#hamburgermenu { display: none;}
header nav#headerGnavi { display: block;}	
/*ダイナミックパッケージ*/
.dpBox{
	width:90%;
	margin: 1% auto 0;
	max-width: 1200px;
}
.dp-bnrArea{
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto ;
}
.dp-bnrArea li{
	width: 31%;
	margin-right: 1%;
	margin-bottom: 30px;
}
.dp-bnrArea li p{
		font-size: 100%;
}

	
}	
@media (min-width: 1300px) {



	
}



















