/*
Theme Name: wpdc - Inspiro child
Template: inspiro
Version: 1.0
Description: Inspiroの子テーマ
*/


/* wpdc */

.pc {
	display: block;
}
.smh {
	display: none;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.c_head {
    position: relative;
    background-color: #fff;
}
.c_head img {
	width: 100%;
	height: 700px;
    object-fit: cover;
	object-position: bottom;
}
.bbq_head {
	position: relative;
	background-color: #000;
}
.bbq_head img {
	width: 100%;
	height: 700px;
    object-fit: cover;
	object-position: bottom;
}
.bbq_logo {
	position: absolute;
	top: 45%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.bbq_logo img {
	width: 600px;
	height: 100%;
}
.site-content2 {
	background-color: #000;
	color: #fff;
}
.bbq_img {
	text-align: center;
}
.bbq_maru_box {
	display: flex;
    justify-content: space-evenly;
}
.bbq_maru_img {
	text-align: center;
    margin-bottom: 2%;
}
.bbq_maru_c {
	width: 45%;
}
.tt1 {
	font-family: serif;
    font-size: 2.5em;
    font-weight: 600;
    text-align: center;
	line-height: 1.2;
}
.com1 {
	font-weight: 600;
}
.com2 {
	line-height: 1.5;
}
.bbq_toi_box {
	    width: fit-content;
    margin: 0 auto;
}
.bbq_toi1 {
	font-size: 1.3em;
    font-weight: bolder;
	line-height: 1.3;
}
.bbq_toi2 {
	font-size: 0.8em;
    font-weight: 100;
}
.bbq_toi_tel {
	font-size: 1.5em;
    font-weight: bolder;
	line-height: 1.3;
}
.bbq_toi_eigyou {
	font-size: 1.3em;
    font-weight: bold;
    text-align: right;
	line-height: 1.3;
}
.bbq_etc {
	width: fit-content;
    margin: 0 auto;
}
.bbq_sikaku_box {
	display: flex;
	justify-content: space-around;
}
.foot_homura {
	background-color: #f1f09a;
	text-align: center;
}
.foot_homura img {
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}
.site-info_bbq {
	color: #c12c1f;
    font-size: 14px;
    font-size: .875rem;
    padding: 1.875em 0;
    margin: 0;
}
.main_logo {
		width: 18%;
		margin-bottom: 5%;
}
/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 300px;
    left: 50%;
    transform: translate(-50%,-30%);
	padding: 0 0 30px 0;
	width: 80%;
}
.odb_logo {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}
.odb_logo img {
    width: 700px;
    height: 100%;
}
.tt1_red {
	font-family: serif;
    font-size: 2.5em;
    font-weight: 600;
    text-align: center;
	color: #c12c1f;
	line-height: 1.2;
}
.tt2_red {
	font-family: serif;
    font-size: 1.4em;
    font-weight: 600;
    text-align: center;
    color: #c12c1f;
    line-height: 1.5;
}
.com2_red {
	color: #c12c1f;
}
.odb_toi1 {
    font-size: 1.3em;
    font-weight: bolder;
	color: #c12c1f;
}
.odb_toi_tel {
    font-size: 1.5em;
    font-weight: bolder;
	color: #c12c1f;
	line-height: 1.3;
}
.odb_toi_eigyou {
    font-size: 1.3em;
    font-weight: bold;
    text-align: right;
	color: #c12c1f;
	line-height: 1.3;
}
.com1_red {
	font-weight: 600;
    color: #c12c1f;
    width: fit-content;
    margin: 0 auto;
	line-height: 1.3;
}
.osz_box {
	display: flex;
	justify-content: space-around;
}
.osz_dango_img {
	margin: 0 20px 0 0;
}
.osz_dango_r {
	width: 53%;
}
.osz_toi_eigyou, .osz_toi_tel {
	    font-size: 1.3em;
    color: #c12c1f;
    font-weight: bolder;
    line-height: 1.3;
}
.osz_toi_box {
    margin-top: 3%;
}
.osz_menu_tt_box {
	display: flex;
    justify-content: space-around;
	align-items: flex-end;
}
.osz_menu_r_box {
	width: 85%;
}
.osz_com1 {
	line-height: 1.3;
	margin-bottom: 2%;
	text-align: left;
}
.osz_menu_ibox {
	display: flex;
	flex-wrap: wrap;
}
.osz_menu_img {
	width: 25%;
	text-align: center;
	margin-bottom: 2%;
}












/* スマホ　*/
@media screen and (max-width: 40em) {
	
	.pc {
	display: none;
}
	.smh {
	display: block;
}
	.bbq_head img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: bottom;
}
	.c_head img {
	width: 100%;
	height: 300px;
    object-fit: cover;
	object-position: bottom;
}
	.bbq_logo, .odb_logo {
    width: 90%;
	}
	.bbq_logo img, .odb_logo img {
    width: 100%;
    height: 100%;
}
	.bbq_maru_box {
    display: block;
}
	.bbq_maru_c {
    width: 100%;
}
	.bbq_toi_eigyou {
    font-size: 0.8em;
	}
	.bbq_toi_tel {
    font-size: 1.6em;
	}
	/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 300px;
    left: 50%;
    transform: translate(-55%,-50%);
	padding: 0 0 30px 0;
	width: 90%;
}
	.main_logo {
		width: 50%;
		margin-bottom: 5%;
}
	.osz_box {
    display: block;
}
	.osz_dango_r {
    position: static;
    width: 100%;
}
	.osz_toi_box {
    position: static;
    padding: 20px 0;
}
	.osz_dango_img {
    margin: 0;
}
	.osz_menu_tt_box {
    display: block;
    text-align: center;
}
	.osz_menu_r_box {
    width: 100%;
}
	.osz_menu_img {
    width: 50%;
    text-align: center;
    margin-bottom: 2%;
}
	.tt2_red {
    font-size: 1.2em;
}

	
	
	
	
	
	
	
}





/*　ふわっと　*/
.fade {
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 2s;
}
 
.fade.view {
	 transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
/*　ここまで　*/



/*========= スマホナビ ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
	top:0;
    right: calc(-100vw - 3rem);
	width:100%;
    height: 100vh;
	background: rgba(0,0,0,0.6);
	transition: all 0.6s 0s ease;
	font-size: 0.8em;
}
.g_nav_foot {
	background: rgba(255,255,255,0.5);
    margin-top: 10%;
    margin-bottom: 10%;
    border-radius: 5px;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: calc(0px - 0px);
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}



/*リストのレイアウト設定*/

#g-nav li{
  list-style: none;
    text-align: center;
}

#g-nav li a{
  color: #fff;
  text-decoration: underline;
  padding:10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
	font-size: 1.5em;
}
.logo_size4 {
    margin: 30px 0;
}

/*========= スマホボタンのためのCSS ===============*/
.openbtn1{
  position:fixed;
    z-index: 9999;
  top:10px;
  right: 10px;
  cursor: pointer;
    width: 50px;
    height:50px;
	background-color: rgba(255,255,255,0.7);
	border: 1px solid #ccc;
}
  
/*×に変化*/  
.openbtn1 span{
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
  background-color: #666;
    width: 45%;
  }

.openbtn1 span:nth-of-type(1) {
  top:15px; 
}

.openbtn1 span:nth-of-type(2) {
  top:23px;
}

.openbtn1 span:nth-of-type(3) {
  top:31px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}