/* 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;
	}
	.slideshow ul{
		max-height: 300px;
	}
	.slideshow ul li {
    width:15rem;
	}
}
/*PC*/
@media (min-width: 981px) and (max-width: 1300px){
	.body_bg img{
		width: 100%;
		max-width: 1800px;
		margin-top: -30px;
	}
	.jumbotron_h{
		height: 500px;
	}
	.slideshow ul{
		max-height: 300px;
	}
	.slideshow ul li {
    width:15rem;
	}
}
@media (min-width: 721px) and (max-width: 980px){
	.body_bg img{
		width: 100%;
		max-width: 1800px;
		margin-top: -75px;
	}
	.jumbotron_h{
		height: 500px;
	}
	.sub_jumbotron img{
	}
	.slideshow ul{
		max-height: 300px;
	}
	.slideshow ul li {
    width:15rem;
	}
}
/*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);
*/	}
	.slideshow ul{
		max-height: 200px;
	}
	.slideshow ul li {
    width:9rem;
	}
}


.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: 115%;
}
.menu_002 {
font-family: 'Quicksand', sans-serif;
}

.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: 15px 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;
}
.line_baner_02 {
	position: fixed;
	left: 5px;
	top: 60px;
	z-index: 9999;
}
.line_baner_03 {
	position: fixed;
	left: 20px;
	top: 80px;
	z-index: 9999;
}
.slideshow {
    overflow-x:scroll;
    display:flex;
    align-items:center;
}

.slideshow ul {
  display:flex;
  list-style-type:none;
}

/* フォトギャラリー */
.slideshow ul li {
    /*width:9rem;*/
    height:auto;
    margin-right:0rem;
}
.slideshow ul li img {
    max-width:100%;
    height:auto;
}
p.asterisk2{
  padding-left: 1em;
	font-size: 90%;
	margin-bottom: 5px;
}

p.asterisk2::before {
  content: "※";
  margin-left: -1em;
	color: darkgray;
}
p.point2{
  padding-left: 1em;
	font-size: 90%;
	margin-bottom: 5px;
}

p.point2::before {
  content: "●";
  margin-left: -1em;
	color: lightgrey;
	font-size: 70%;
	padding-right: 3px;
}

.ttl_menu_link {
background-color: rgba(255,91,136,1.00);
color: white;
font-family: 'Kosugi Maru', sans-serif;
border-radius: 20px;
padding: 3px 10px;
margin: 30px 0 15px -5px;
display: inline-block;
}

.fs_120 {
	font-size: 120%;
}
