@charset "utf-8";
@media screen and (max-width:766px){
/* news (topのみ別style)*/

.floating-banner {
    position: fixed; /* 追従 */
    z-index: 99999; /* 他の要素の下に隠れないように */
    top: 5px; /* バナーの上下の位置 */
   left: 5px; /* バナーの左右の位置 */
}
.pc {
    width: 250px; /* バナーの横幅を指定 */
}
.floating-banner:hover {
    opacity: .8; /* ホバーで少し透過 */
}
.sp {
    display: none; /* PCではスマホ用のバナーは非表示に */
}
@media screen and (max-width: 990px) { /* タブレット用のブレイクポイントを指定 */
    .pc {
        display: none; /* タブレットサイズ以下でPC用のバナーを非表示に */
    }
}

@media screen and (max-width: 560px) { /* スマホ用のブレイクポイントを指定 */
    .sp {
        display: inline-block; /* 消していたスマホ用のバナーを表示させる */
        width: 100vw; /* スマホの画面幅いっぱいにバナーを表示 */
    }
    .floating-banner  {
        top: unset; /* PCで指定していた上下の位置指定をクリア */
        right: 0; /* 左右の隙間が空かないように */
        bottom: 0; /* 画面の最下部にぴったりくっつくように指定 */
    }
}




div#news {
	color: #fff !important;
	background-color: rgba(0,0,0,.68) !important;
}
div#news_contents dd a {
	color: #fff !important;
}
/* top */
#top{
	position: relative;
	height:350px;
	text-align: center;
}
#top .sp_bg{
	height:350px;
	background: url('http://www.jisco-group.net/jhs/sp/images/top_bg.png') no-repeat center center;
	background-size: cover;
}
#top .on_title{
	display: none;

}
#top .sp_on_title{
	position: absolute;
	top:130px;
	width:100%;
font-size: 2rem;
}

#youtube{
	display: none;
}
#top .toggle{
	margin:0;
}
#top .toggle #news_contents{
	height:100px;
}
#wrapper{
	width:100%;
	margin-top:60px;
}

/* greeting */
#greeting{
	width:100%;
	margin:0 auto;
	background: url(http://www.jisco-group.net/jhs/images/top/bg01.png) no-repeat center top;
	background-size: cover;
	font-family: 'Hiragino Mincho ProN', serif;
	font-weight: bold;
	padding:60px 0;
}
#greeting .greeting_inner{
	width:90%;
	margin:0 auto;
color:#ffffff;
}
#greeting .greeting_inner .title{
	text-align: center;
	font-size: 1.5rem;
	margin: 22px 0 42px;
}
#greeting .greeting_inner p{
	font-size: 1.2rem;
	line-height: 2;
}
#greeting .greeting_inner p.name{
	text-align: right;
}

/* purpose */
#purpose{
	width:100%;
	background: url(http://www.jisco-group.net/jhs/images/top/bg02.png) no-repeat center top;
	background-size: cover;
	font-family: 'Hiragino Mincho ProN', serif;
	padding: 60px 0;
}
#purpose .purpose_inner{
	margin:0 auto;
	color:#ffffff;
}
#purpose .purpose_inner .title{
	text-align: center;
	margin:22px 0 42px;
	font-size: 2rem;
color:#000000;
}
#purpose .purpose_inner ul{
	width:100%;
	overflow: hidden;
}
#purpose .purpose_inner li{
	width:80%;
	margin:0 auto 20px;
	text-align: center;
	padding:5px 0;
	border:2px solid #ffffff;
}
#purpose .purpose_inner li a{
	display: block;
	color:#ffffff;
	font-size: 1.5rem;
}
#purpose .purpose_inner p{
	width:90%;
	margin:10px auto 0;
	text-align: center;
	font-size: 1.5rem;
}

/* about */
#about_jisaku{
	width:100%;
}
#about_jisaku .about{
	width:90%;
	margin:0 auto 55px;
	padding-top:60px;
}
#about_jisaku .about .title{
	text-align: center;
	margin:22px 0 42px;
	font-size: 1.38rem;
	font-family: 'Hiragino Mincho ProN', serif;
}
#about_jisaku .about p{
	font-size: 0.9rem;
	line-height: 2;
}
#about_jisaku .history,
#about_jisaku .omotenashi,
#about_jisaku .ryori{
	width:100%;
	margin:0 auto;
}
#about_jisaku .history_photo img,
.omotenashi_photo img,
.ryori_photo img{
	width:100%;
}
.omotenashi_photo{
	overflow: hidden;
}
#about_jisaku .row{
	overflow: hidden;
}
#about_jisaku .description{
	width:90%;
	margin:0 auto;
}
#about_jisaku .description .category{
	font-size: 0.9rem;
	padding: 20px 0 10px;
}
#about_jisaku .description .sub_text{
	font-size: 1.3rem;
	padding-bottom: 20px;
	font-family: 'Hiragino Mincho ProN', serif;
}
#about_jisaku .description p{
	font-size: 0.9rem;
	padding-bottom: 20px;
	line-height: 1.8;
}
#about_jisaku .description .more{
	text-align: right;
	padding-bottom:20px;
}
#about_jisaku .description .more p,
#about_jisaku .description .more img{
	display: inline;
	vertical-align: middle;
}

#about_jisaku .description .more p{
	margin-right:0.7rem;
	color:#ff3800;
	font-size: 0.7rem;
	padding:5px 0;
}

/* monthly dish */
#monthly_dish{
	width:100%;
	padding-top:60px;
}
#monthly_dish .title{
	margin:22px 0 22px;
	text-align: center;
	font-size: 1.38rem;
	font-family: 'Hiragino Mincho ProN', serif;
}
#monthly_dish .contents_area{
	width: 100%;
	padding-top:60px;
}
#monthly_dish .contents_bg{
	width:100%;
	overflow: hidden;
	background: rgba(156,143,128,.2);
}
#monthly_dish .contents_area .contents_block{
  width:100%;
	margin:0 auto;
}
#monthly_dish .contents{
}
#monthly_dish .contents .photo{
	width:100%;
}
#monthly_dish .contents .text{
	width:80%;
	margin:10px auto;
}
#monthly_dish .contents .text a{
	color:#000;
}
#monthly_dish .contents .text p.name{
	font-size: 1.2rem;
}
#monthly_dish .contents .text p.price{
	font-size: 1rem;
	padding-bottom:10px;
}
#monthly_dish .contents .text p.description{
	font-size: 0.9rem;
	padding-bottom:10px;
}

/* room */
#room{
	margin:0 auto 55px;
	padding-top:60px;
}
#room .title{
	text-align: center;
	margin:22px 0 42px;
	font-size: 1.38rem;
	font-family: 'Hiragino Mincho ProN', serif;
}
#room ul{
	width:100%;
	overflow: hidden;
	text-align: center;
}
#room ul li{
	float: left;
	width:48%;
	margin:0 1%;
}
#room ul li img{
	width:100%;
}
#room p{
	font-size: 0.9rem;
	width:90%;
	margin:20px auto 0;
}
#room .more{
	margin-top: 28px;
	text-align: center;
}
#room .more p,
#room .more img{
	display: inline;
	vertical-align: middle;
}
#room .more p{
	color:#ff3800;
	margin-right:0.7rem;
	font-size:0.7rem;
}

/* access */
#access{
	width:100%;
	background: rgba(156,143,128,.3);
	color:#806134;
	padding-top:60px;
}
#access .title{
	text-align: center;
	margin:22px 0 42px;
	font-size: 1.38rem;
	font-family: 'Hiragino Mincho ProN', serif;
}
#access p{
	font-size: 0.8rem;
	line-height: 1.8;
	color:#806134;
}
#access .access_inner{
	width:90%;
	margin:20px auto 0;
}
#access .access_inner iframe{
	width:100%;
	height:200px;
	margin:0 auto;
}
#access .access_inner .root{
	padding-bottom:20px;
	}
#access .access_inner .root_bus{
	margin-bottom:1em;
}
#access .access_inner .root_bus{
	display: block;
}
#access .access_inner .to_map{
	text-align: center;
	padding:20px 0 40px;
	}
#access .access_inner .to_map a{
	color:#806134;
	text-decoration: underline;
	}

/* bridal  ginza */
#bridal{
	background: #BE8288;
	border-top:1px solid #fff;
}
#bridal .to_bridal{
	padding:20px 0;
	text-align: right;
	}
#bridal .to_bridal p,
#bridal .to_bridal img{
	display: inline;
	vertical-align: middle;
	color: #871300;
	padding-left:5px;
	}
#ginza_tsukiji{
	background: #871300;
	border-top:1px solid #fff;
}
#ginza_tsukiji a{
	color:#fff;
}
#ginza_tsukiji .ginza_photo{
	overflow: hidden;
}
#ginza_tsukiji .to_ginza{
	padding:20px 0;
	text-align: right;
}
#ginza_tsukiji .to_ginza p,
#ginza_tsukiji .to_ginza img{
	display: inline;
	vertical-align: middle;
	color: #be8288;
	padding-left:5px;
}
#ginza_tsukiji .ginza_logo{
	position:absolute;
	top:50px;
	right:0;
}
.row{
	width:100%;
}
.row .bridal_photo img,
.row .ginza_photo img{
	width:100%;
}
.row .description_area{
	width:90%;
	margin:0 auto;
}
.description_area .description{
	padding:20px 0;
	position:relative;
	color:#fff;
}
.description_area .description p.sub_title{
	font-size: 0.9rem;
	padding-bottom: 10px;
}
.description_area .description .title{
	font-size: 1.8rem;
	padding-bottom:15px;
	font-family: 'Hiragino Mincho ProN', serif;
}
.description_area .description .text{
	font-size: 0.9rem;
	line-height: 1.8;
	display: block;
	overflow: hidden;
}

/* season */
#season{
	margin:0 auto;
}
#season .title{
	margin:36px 0 27px;
	text-align: center;
	font-family: 'Hiragino Mincho ProN', serif;
}
/* instgram */
#instagram{
	width:100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
#instagram li{
	width: 50%;
	position: relative;
	margin-bottom:-8px;
}
#instagram li img{
	width: 100%;
	margin-bottom: -8px;
}
#instagram li p{
	width:100%;
	position: absolute;
	bottom:0;
	background-color: rgba(70,70,70,.7);
	text-align: center;
	padding:3% 0;
	margin-bottom: 8px;
}
#instagram li a{
	display: block;
	color:#fff;
	font-size:0.8rem;
}
#instagram li span.date{
	display: block;
}

}
