/* CSS Document */
*{
/*	font-family: "Zen Maru Gothic", serif;*/
color:#333333;
}
html {
  scroll-padding-top: 120px; // ヘッダーの高さ分設定
}
body{
background-image: url(../images/common/bg_bg.jpg);
background-size: cover;
background-repeat: repeat-y;
}
header{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	z-index: 999;
}
.body_bg{
	z-index: -999;
	position: fixed;
	width: 100%;
	margin:  0 auto;
}
/*横幅 320px 以上 767px 未満*/
@media (min-width: 1301px)  {
	.body_bg img{
		width: 100%;
		max-width: 1500px;
		margin-top: -300px;
}
		.jumbotron_h{
		height: 500px;
	}

}
/*PC*/
@media (min-width: 981px) and (max-width: 1300px){
	.body_bg img{
		width: 100%;
		max-width: 1800px;
		margin-top: -150px;
	}
	.jumbotron_h{
		height: 500px;
	}
}
@media (min-width: 721px) and (max-width: 980px){
	.body_bg img{
		width: 100%;
		max-width: 1800px;
		margin-top: -10px;
	}
	.jumbotron_h{
		height: 500px;
	}
	.sub_jumbotron img{
	}

}
/*mobile*/
@media (max-width: 720px){ 
	.body_bg{
		overflow: hidden;
	}
	.body_bg img{
		width:  800px;
		margin-left: calc(60% - 800px/2);
	}
	.jumbotron_h{
		height: 450px;
	}
	.sub_jumbotron img{
/*		width: 100%;
		min-width: 650px;
		margin-left: calc(47% - 650px/2);
*/	}
}


.bd_info {
border-bottom: 1px dotted #DCD2D2;
	margin-bottom: 5px;
	padding-bottom: 3px;
}

.info_01 {
color: #5E5A5A;	
	margin: 0 10px 1px 5px;
}
.info_02 {
	margin: 0 0 1px 5px;
}

.bg_menu_ttl {
background-image: url(../images/common/bg_bg.jpg);	
	background-size: cover;
}

.bg_menu_ttll {
background-image: url(../images/common/bg_bg.jpg);	
	background-size: cover;
	background-position: center;
}

.menu_line {
border-bottom: 1px solid #F4E9DA;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
.menu_001 {
	font-size: 110%;
}
.menu_002 {
	
}

.kugiri_line {
	text-align: center;
	color: pink;
	letter-spacing: 1em;
	margin: 15px 0 20px;
	font-size: 150%;
}
.text_pink{
	color: #FF69B4!important;
}
.sp_footer {
	position: fixed;
	bottom: 0;
	width: 100%;
}
/*.a_link{
	padding-top: 80px;
	margin-top: -80px;
}*/
.sub_jumbotron {
height: 300px;overflow: hidden;display: flex;justify-content: center;align-items: center;
}
.sub_jumbotron img {
width: 100%;min-width: 500px;max-width: 1500px;
}
.balloon {
  display: inline-block;
  font-weight: bold;
  color: #333;
  background: #fff;
  border: solid 3px #333;
  padding: 20px 22px;
  position: relative;
}
.balloon::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 18px;
  background: #fff;
  bottom: -18px;
  left: 0;
  right: 7px;
  border-right: 3px solid #333;
  transform: skew(-30deg);
  margin: auto;
  z-index: 1;
}
.balloon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #5bd4c4;
  top: 8px;
  left: 8px;
  mix-blend-mode: multiply;
  z-index: 2;
}.line_baner {
	position: fixed;
	right:  15px;
	bottom: 25px;
	z-index: 9999;
}
