@charset "utf-8";
@media screen and (min-width:767px){
.floating-banner {
    position: fixed; /* 追従 */
    z-index: 99999; /* 他の要素の下に隠れないように */
    top: 105px; /* バナーの上下の位置 */
   left: 5px; /* バナーの左右の位置 */
}
.pc {
    width: 200px; /* バナーの横幅を指定 */
}
.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; /* 画面の最下部にぴったりくっつくように指定 */
    }
}
#top{
	background: url(../images/fishing/top_bg.png) no-repeat center top;
	background-size: cover;
	height:324px;
}
#top .on_text{
	max-width:1400px;
	height:324px;
	margin:0 auto;
	text-align: right;
	position:relative;
}
#top .on_text img{
	position:absolute;
	bottom:5%;
	right:11%;
}

#top1{
	position: relative;
	height: 350px;
}
#top1 .top_bg{
	background: url(http://www.jisco-group.net/jhs/images/fishing/top.png) no-repeat center top;
	background-size: cover;
	height:400px;
}
#top1 .on_text{
	max-width:1000px;
	height:400px;
	margin:0 auto;
	text-align: right;
	position:relative;
}
#top1 .on_text img{
	position:absolute;
	bottom:5%;
	right:11%;
}

#top2{
	position: relative;
	height: 350px;
}
#top2 .funeral{
	background: url(http://www.jisco-group.net/jhs/images/funeral/funeral.png) no-repeat center top;
	background-size: cover;
	height:400px;
}
#top2 .on_text{
	max-width:1000px;
	height:400px;
	margin:0 auto;
	text-align: right;
	position:relative;
}
#top2 .on_text img{
	position:absolute;
	bottom:5%;
	right:11%;
}

#top3{
	position: relative;
	height: 350px;
}
#top3 .traffic{
	background: url(http://www.jisco-group.net/jhs/images/traffic/traffic.png) no-repeat center top;
	background-size: cover;
	height:400px;
}
#top3 .on_text{
	max-width:1000px;
	height:400px;
	margin:0 auto;
	text-align: right;
	position:relative;
}
#top3 .on_text img{
	position:absolute;
	bottom:5%;
	right:11%;
}

/* menu */
#menu{
	max-width: 1000px;
	margin:60px auto 20px;
	text-align: center;
}
#menu ul{
	overflow: hidden;
	padding-top:28px;
	width:90%;
	margin:0 auto 28px;
}
#menu ul.row2{
	padding:0;
	margin-bottom:28px;
}
#menu ul li{
	display: inline-block;
	width:22%;
	text-align: center;
	border:2px solid #c7c8c8;
	color:#9c9d9d;
	font-weight: bold;
	margin-right:2%;
	font-size: 1rem;
	vertical-align: top;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
#menu ul li:nth-of-type(4){
	margin:0;
}
#menu ul li a{
	color:#9c9d9d;
	display: block;
	padding:12px 0;
	transition: 0.2s ease-in-out;
}
#menu ul li a:hover{
	background: #c7c8c8;
	color:#fff;
}
#menu ul li.bridal a{
	padding:4px 0;
}
#menu ul li p.span{
	font-size: 0;
}
#menu ul li.bridal span{
	font-size: 0.6rem;
}

/* reception */
#reception{
	width:100%;
	background: rgba(156,143,128,.1);
}

/* family */
#family{
	background: rgba(156,143,128,.1);
}

/* farewell */
#farewell{
	background: rgba(156,143,128,.1);
}

/* foreigner */
#foreigner{
	background: rgba(156,143,128,.1);
}
#foreigner .to_english{
	clear: both;
	width:500px;
	margin:47px auto 40px;
	border:2px solid rgba(161,148,128,.6);
	text-align: center;
}
#foreigner .to_english a{
	display: block;
	font-size: 1.26rem;
	padding:5px 0;
	color: #a19480;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	transition: 0.2s ease-in-out;
}
#foreigner .to_english a:hover{
	background: #a19480;
	color:#fff;
}

/* 共通 */
.inner{
	max-width: 1000px;
	margin:0 auto;
	color: #454444;
}
.inner .title{
	text-align: center;
	font-size: 1.5rem;
	padding-top:34px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: bold;
}
.title span{
	font-size: 1rem;
	font-weight: 400;
}
.inner p{
	padding-top:40px;
	font-size: 1.2rem;
	width:1000px;
	margin:0 auto;
	line-height: 2;
}
.inner .photo{
	max-width:1000px;
	margin:28px auto 0;
	padding:0 1%;
}
.inner .photo figure{
	display: inline-block;
	width:47.5%;
	vertical-align: top;
	margin-right:4.2%;
	margin-bottom:22px;
}
.inner .photo figure:nth-of-type(2){
	margin:0;
}
.inner .photo figure img{
	width:100%;
}
.inner .photo figure figcaption{
	font-size: 1.2rem;
	padding-top:15px;
}
.inner .to_contact{
	clear: both;
	width:22%;
	margin:0 auto 31px;
	text-align: center;
	position: relative;
}
.inner .to_contact a{
	border:2px solid #bebfbf;
	display: block;
	color: #808080;
	padding:5px 0;
	font-size: 0.94rem;
	font-weight: bold;
	transition: 0.2s ease-in-out;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.inner .to_contact a:hover{
	background: #bebfbf;
	color:#fff;
}
.inner .price_area .example{
	font-size: 1.2rem;
}
.inner .price_area{
	margin-left:3%;
	margin-top:10px;
	width:40%;
	float: left;
	font-size: 1.2rem;
}
.inner .price_area dl{
	margin:5px 0 63px;
}
.inner .price_area dt{
	float:left;
}
.inner .price_area dd{
	width:100%;
	text-align: right;
	margin:0;
	padding-bottom:1%;
}
.inner .description{
	margin-right:7%;
	width:40%;
	float:right;
	font-size: 0.88rem;
	margin-top:90px;
}
.inner .description ul li{
	padding-bottom:1%;
}
}
@media screen and (max-width:1000px){
#menu ul li{
	font-size: 0.84rem;
}
}
