/* CSS Document */

body{
	padding-top:3.5rem;
}

.map{
	width:90vw;
	height:70vh;
	margin:30px auto;
	overflow:hidden;
}

.map iframe{

}

@media(max-width:567px){
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
}

@media(min-width:567px){
.youtube {
  position: relative;
  text-align:center;
  width: 80%;
  padding-top: 45%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 75%;
  height: 75%;
}
}

@media(max-width:567px){
	.col-12{
	margin-bottom:2em;
	}
}

p.stop{
	text-align:center;
	color:#F00;
	border:1px solid #f00;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

p.start{
	text-align:center;
	color:#08983C;
	border:1px solid #08983C;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.color-red{
	color:#CB090C;
}

/*p,span{
	font-family:UDDigiKyokasho R JIS2004;
}
h1,h2,h3,h4,h5,h6{
	font-family:UDDigiKyokasho R JIS2004;
}*/

h1{
	margin:0;
	padding:0;
}

hr{
	width:100%;
	height:1px;
	background-color:#ccc;
	border:none;
}

.card-title{
	line-height:1.5em;
}
p.card-text{
	font-size:1rem;
	line-height:1.8em;
}

#section-pride-fish img{
	width:100%;
}

#section-about h3.h5{
	color:#B59044;
/*	font-family:UDDigiKyokasho R JIS2004;*/
}

#section-list ul{
	list-style:none;
	padding:0;
}
#section-list li{
	font-size:0.8rem;
	margin-bottom:0.5em;
	padding:0;
}
#section-list a{
	width:100%;
	height:100%;
	display:block;
	color:#47474B;
}

p.num{
	height:2em;
	color:#fff;
	text-align:center;
	padding-top:0.1em;
	letter-spacing:-0.05em;
	background:center top no-repeat;
	background-size:2em auto;
	background-image:url("../images/shop/num.png");
}

.card{
	margin-bottom:1em;
}

.lead{
	font-size:0.8rem;
/*	font-family:UDDigiKyokasho R JIS2004;*/
	margin-bottom:0.4em;
}
h4{
	font-size:1rem;
	line-height:1.2em;
	margin-bottom:0;
}
.container button,a.btn{
	font-size:1rem;
	padding:0.1em 0.2em;
	width:100%;
}

h5{
	margin-top:0.2em;
	font-size:1rem;
}
.shop-data h5{
	color:#B59044;
}
.shop-data p{
	font-size:0.8em;
}

h6.price{
	text-align:right;
}

p.card-text{
	font-size:1rem;
}

.return--top{
	width:50px;
	height:50px;
	position:fixed;
	bottom:5%;
	right:5%;
	z-index:1;
	letter-spacing:0;
}
.return--top a{
	width:100%;
	height:100%;
	letter-spacing:0;
	padding:0;
}

.to--list{
	width:50px;
	height:50px;
	position:fixed;
	bottom:5%;
	left:5%;
	z-index:1;
	letter-spacing:0;
}
.to--list a{
	width:100%;
	height:100%;
	letter-spacing:0;
	padding:0;
	text-indent:0.4em;
}

.btn-primary
,.btn-secondary
,.btn-success
,.btn-info{
	text-indent:0.5em;
	font-size:0.9rem;
	letter-spacing:0.5em;
	margin-bottom:1em;
}


.btn-map{
	color:#fff;
	background-color:#007BFF;
	border-color:#007BFF;
}

/*IE調整*/
.card-img,.card-img-top{
	height: 100% !important;
}

/*margin*/
.mt-6{
	margin-top:60px;
}
.mt-7{
	margin-top:70px;
}
.mt-8{
	margin-top:80px;
}
.mt-9{
	margin-top:90px;
}
.mt-10{
	margin-top:100px;
}

.pc{
		display:none;
	}

@media (max-width: 767.98px) {
	
p.lead{
	font-size:1.2rem;
/*	ffont-family:UDDigiKyokasho R JIS2004;*/
	margin-bottom:0.4em;
}
h4{
	font-size:1.5rem;
	line-height:1.2em;
}
	
h5{
	margin-top:0.5em;
	font-size:1.2rem;
}

h6.price{
	font-size:1.2rem;
}
	
.main-image{
    background: url("../images/main-image.jpg") center center no-repeat;
    background-size: 100%;
    height: 50vh;
    min-height: 400px;
    color: #fff;
}
}


@media (min-width: 576px) {
	.pc{
		display:inline;
	}
}

@media (min-width: 768px) {
	.main-image{
		background: url("../images/main-image.jpg") center center no-repeat;
		background-size:50%;
		height:90vh;
	}

	p.card-text{
		font-size:0.8rem;
	}
	h5.card-sub-title{
		font-size:0.8rem;
	}
}

/* FBスマホ用 */
@media screen and (max-width: 767px) {
	.fb-container {
		width: 100%;
		max-width: 500px;
	}
}
 
/* FBPC用 */
@media screen and (min-width: 768px) {
	.fb-container {
		width: 500px;
	}
}