@charset "utf-8";
/* CSS Document */
html {
	font-family: "Times New Roman", Times, "serif";
}
html,body{
	width: 100%;
	height: 100%;
}
.c-copy{
	font-family: arial, helvetica, sans-serif;
}
.PC{
	display: none;
}


/*ヘッダー関連*/
header{

}
header .logo{
	position: absolute;
    top: 5px;
    left: 11px;
    width: 40px;
}
header .logo-caption{
	position: absolute;
    top: 11px;
    left: 63px;
}
header .logo-caption h2{
	font-size: 0.9rem;
    letter-spacing: 0.1rem;
    font-weight: 200;
}
header .logo-caption p{
	font-size: 0.5rem;
	letter-spacing: 0.05rem;
}
header ul{
	position: absolute;
	top: 26px;
	right: 30px;
}
header li{
	color: #242424;
	display: inline-block;
    margin: 0 1.2rem;
    letter-spacing: 0.15rem;
    font-size: 0.75rem;
    font-weight: 600;
}
header{
	position: fixed;
	width: 100%;
	height: 50px;
	top: 0;
	right: 0;
	z-index: 10;
	background-image: url(../img/balcom-back.jpg);
	background-repeat: repeat;
	-moz-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.25);
	position: relative;
}

/*ビデオ関連*/
.video-background-wrap {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -10;
  overflow: hidden;
}
#video-background{
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: -10;
}
.top-catch{
	position: absolute;
	z-index: 5;
	top: 45%;
	left: 0;
	right: 0;
	margin: auto;
	color: #ffffff;
	width: 80%;
}
.top-catch h1{
	font-weight: 100;
	font-size: 1.8rem;
	line-height: 2.5rem;
	letter-spacing: 0.3rem;
}
.top-catch p{
	margin-top: 0.5rem;
	font-size: 0.7rem;
	line-height: 1.5rem;
}

/*コンテンツ関連*/
#main{
	position: absolute;
	top:100%;
	width: 100%;
	z-index: 1;
}
#contents-wrap{
	top:75%;
}
.contents-inner{
	width: 85%;
	margin: 0 auto;
}

/*新着情報*/
.story{
	width: 100%;
	padding: 40px 0;
	background-image: url(../img/balcom-back.jpg);
	background-repeat: repeat;
}
.news,.schedule,.instagram{
	width: 100%;
	padding: 40px 0;
	background-image: url(../img/balcom-back.jpg);
	background-repeat: repeat;
	box-shadow: 0 0 1px 1px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 1px 1px rgba(0,0,0,.2);
	-ms-box-shadow: 0 0 1px 1px rgba(0,0,0,.2);
	-o-box-shadow: 0 0 1px 1px rgba(0,0,0,.2);
}
.news h2{
	text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0.2rem;
}
.news ul{
	width: 100%;
	margin: 40px auto;
}
.news li{
	line-height: 3.5rem;
	border-bottom: 1px solid #cacaca;
	position: relative;
	font-size: 0.7rem;
	letter-spacing: 0.15rem;
	transition: .3s ease;
}
.news li:hover{
	background-color: rgba(0,0,0,0.1);
}
.news span.day{
	margin-right: 2rem;
}
.news .arrow{
	position: absolute;
    right: 0;
    top: 29px;
	transition: .3s ease;
}
.news li:hover .arrow{
	transform: translate(-30%,0);
}
.news p{
	text-align: center;
	font-size: 0.9rem;
	position: relative;
	width: 10rem;
	margin: 20px auto 0;
}
.news p::after{
	content: "";
	width: 40%;
	right: 0;
	left: 0;
	bottom: -1rem;
	margin: auto;
	position: absolute;
	border-bottom: 1px solid #cacaca;
}

/*ストーリ*/
.story{
	text-align: left;
}
.story h2{
	font-weight: 100;
    font-size: 1.3rem;
    line-height: 1.8rem;
    letter-spacing: 0.1rem;
    position: relative;
}
.story h2::after{
	content: "";
	width: 100%;
	bottom: -1rem;
	left: 0;
	position: absolute;
	border-bottom: 1px solid #cacaca;
}
.story p{
	margin-top: 40px;
	font-size: 0.8rem;
	line-height: 1.5rem;
	letter-spacing: 0.1rem;
}
.gallery{
	width: 100%;
	margin: 20px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gallery-sub{
	width: 49%;
	height: 80px;
	margin-bottom: 20px;
	background-color: #acacac;
}
.gallery-cook{
	width: 100%;
	margin: 40px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gallery-cook-sub{
	width: 49%;
	height: 115px;
	margin-bottom: 20px;
	background-color: #acacac;
}

/*商品コンテンツ*/
.item-contents{
	width: 100%;
	background-image: url(../img/balcom-back.jpg);
	background-repeat: repeat;
	padding: 30px 0;
}
.item-contents h2.con-tilte{
	font-weight: 100;
    font-size: 1.3rem;
    line-height: 1.8rem;
    letter-spacing: 0.1rem;
	text-align: center;
	width: 85%;
	margin: 0 auto 45px;
    position: relative;
}
.item-contents h2.con-tilte::after{
    content: "";
    width: 100%;
    bottom: -1rem;
    left: 0;
    position: absolute;
    border-bottom: 1px solid #cacaca;
}
.item{
	width: 95%;
    height: 120px;
    margin: 5px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.item-base{
	z-index: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center 25%;
}
.item-base::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
}
.item-caption{
	z-index: 1;
	width: 100%;
}
.recaption{
}
.item-caption h2{
	text-align: center;
    color: #ffffff;
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    padding-left: 1rem;
}
.item-caption p.sub-title{
	display: none;
}
.item-caption p.sub-caption{
}
.item-image{
	display: none;
}

/*スケジュール関連*/
.schedule{
}
.link-border{
	text-align: center;
	border: 1px solid #cacaca;
	padding: 10px;
	width: 100%;
	height: 120px;
	margin: 0 auto;
}
.link-banner{
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.05rem;
    line-height: 20px;
    width: 100%;
    height: 100%;
    color: #ffffff;
    background-color: #3F3F3F;
    padding-top: 30px;
}


/*インスタグラム関連*/
.insta-warp{
	width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.instagram h2{
	text-align: center;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.2rem;
    margin-bottom: 25px;
}
.instagram p{
	font-size: 0.9rem;
	margin-top: 40px;
	line-height: 2rem;
	border-bottom: 1px solid #cacaca;
	width: 5rem;
}
ul.instagram_wrap{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.instagram_wrap li{
	width: calc(100% / 2 - 2px);
}

/*フッター*/
footer{
	width: 100%;
	padding: 60px 0;
	box-shadow: 0 0 1px 1px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 1px 1px rgba(0,0,0,.2);
	-ms-box-shadow: 0 0 1px 1px rgba(0,0,0,.2);
	-o-box-shadow: 0 0 1px 1px rgba(0,0,0,.2);
	position: relative;
}
.company-flex{
    display: flex;
    justify-content: center;
	align-items: center;
	flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}
.company-movie{
	width: 75%;
	height: 120px;
	position: relative;
}
.company-movie i{
    position: absolute;
    top: 40%;
    left: 42%;
    font-size: 2rem;
	color: rgba(255,255,255,0.8);
}
.company-movie a{
	display: block;
    width: 100%;
    height: 100%;
    background-color: #8c8c8c;
}
.company-set{
	width: 100%;
}
.company-logo{
	width: 110px;
	margin: 30px auto 0;
}
.company-cap{
	margin-top: 20px;
	font-size: 0.7rem;
	line-height: 1.1rem;
	letter-spacing: 0.1rem;
	text-align: center;
}
.company-gallery{
	width: 100%;
	margin: 30px auto 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.company-gallery li{
	width: 25%;
	padding: 5px;
}
.company-gallery li img{
	max-width: 100%;
	max-height: 38px;
	object-fit:contain;
}
.copyright{
	position: absolute;
	width: 100%;
	bottom: 0;
	right: 0;
	font-size: 0.7rem;
	letter-spacing: 0.3rem;
	line-height: 2rem;
	background-color: #242424;
	color: #ffffff;
	text-align: center;
	z-index: 12;
}
.copyright i{
	margin-right: 0.5rem;
}

/*戻るボタン*/
#page-top{
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 99;
	cursor: pointer;
}
.modoru{
	transform: rotate(90deg);
	position: relative;
}
.modoru p{
	font-size: 0.6rem;
	letter-spacing: 0.25rem;
	text-align: center;
}
.modoru span.arrow{
	transform: rotate(180deg);
    width: 75px;
    position: absolute;
    top: -10px;
    left: -25px;
}

/*コンテンツ*/
#con-top-back{
	width: 100%;
	height:50%;
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: -5;
}
#con-top-back::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	z-index: -4;
}
.con-top-catch{
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	margin: auto;
	color: #ffffff;
	transform: translate(0,-25%);
	z-index: 0;
	width: 80%;
}
.con-top-catch h1{
	font-weight: 100;
	font-size: 1.2rem;
	line-height: 1.8rem;
	letter-spacing: 0.3rem;
}
.con-top-catch p{
	margin-top: 0.5rem;
	font-size: 0.6rem;
	letter-spacing: 0.1rem;
}
.theme-title-wrap{
	margin-top: 75px;
}
.theme-mark{
	width: 30px;
	height: 30px;
	margin: 0 auto;
	position: relative;
}
.theme-mark::after{
	content: "";
    position: absolute;
    width: 1px;
    height: 55px;
    background-color: #c8c8c8;
    bottom: -70px;
    left: 50%;
}
.theme-name{
    padding-top: 60px;
	padding-bottom: 15px;
	position: relative;
	text-align: center;
}
.theme-name::after{
	content: "";
	position: absolute;
	width: 80px;
	height: 2px;
	background-color: #c8c8c8;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
}
.theme-title{
	font-weight: 100;
	font-size: 1.3rem;
	line-height: 2rem;
	letter-spacing: 0.1rem;
	text-align: center;
}
.sub-theme-title{
	font-weight: 100;
	font-size: 1.3rem;
	line-height: 2rem;
	letter-spacing: 0.1rem;
	margin-top: 60px;
	text-align: center;
}
.contents-full{
	margin-top: 20px;
	width: 100%;
	height: 50vh;
	background-size: cover;
}
.contents-inner2{
	width: 100%;
	margin: 0 auto;
}
.theme-sentence{
	text-align: left;
}
.theme-sentence span{
    font-size: 0.75rem;
    line-height: 1.3rem;
    color: #8c8c8c;
}
.ryourichou{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: left;
	align-items:flex-end;
	margin-top: 40px;
}
.ryourichou-gazou{
	width: 58%;
	height: 120px;
	margin: 0 auto 20px;
}
.ryourichou-caption{
	width: 100%;
}
.ryourichou-caption p{
	margin-top: 0;
	font-size: 0.8rem;
	line-height: 1.5rem;
}

.schedule-wrap{
	width: 100%;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.schedule-img{
	width: 100%;
    height: 300px;
    position: relative;
}
.schedule-img li{
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
    position: absolute;
}
.schedule-plan{
	width: 100%;
    background-color: rgba(0,0,0,0.1);
    padding: 20px;
    text-align: left;
    font-size: 0.6rem;
    line-height: 1rem;
    letter-spacing: 0.1rem;
}
.schedule-plan li{
	border-bottom: solid 1px #ffffff;
	padding: 1rem ;
}
.schedule-plan li:last-child{
	border-bottom: none;
}
p.slide-coution{
	margin-top: 0.5rem;
    width: 100%;
    font-size: 0.5rem;
    line-height: 1rem;
    text-align: left;
    color: #8c8c8c;
}
.sub-theme-name{
	padding-top: 30px;
    padding-bottom: 15px;
    text-align: center;
    position: relative;
}
.sub-theme-name::after{
	content: "";
	position: absolute;
	width: 80px;
	height: 2px;
	background-color: #c8c8c8;
	bottom: 10px;
	left: 0;
	right: 0;
	margin: auto;
}
.sub-theme-gallery{
	display: flex;
	justify-content: space-between;
}
.sub-gallery{
	width: 49%;
    height: 190px;
    margin: 40px 0;
    position: relative;
}
.sub-gallery p{
	position: absolute;
	bottom: -2rem;
	left: 0;
	font-size: 0.8rem;
    line-height: 1rem;
    letter-spacing: 0.1rem;
    text-align: left;
}
.content-explain{
    margin: 80px 0;
    padding: 30px 0;
    border-top: solid 2px #c8c8c8;
    border-bottom: solid 2px #c8c8c8;
}
.explain-title{
	font-weight: 100;
   	font-size: 1.3rem;
    letter-spacing: 0.1rem;
	text-align: center;
}
p.explain-sentence{
    margin: 10px auto 0;
    width: 95%;
    text-align: left;
    line-height: 1.5rem;
}
.explain-table{
    width: 100%;
    margin: 20px auto;
}
.explain-table table{
    width: 100%;
    border-spacing: 0;
    font-size: 0.7rem;
    line-height: 1.2rem;
    letter-spacing: 0.15rem;
}

.explain-table table th{
	border-bottom: solid 1px #bc9e64;
    padding: 5px 0;
    width: 40%;
    font-weight: 100;
    text-align: left;
    padding-left: 1rem;
}
.explain-table table td{
    border-bottom: solid 1px #ddd;
    text-align: left;
    padding: 7px 0;
    padding-left: 1rem;
}
.cooking-movie{
	width: 75%;
	height: 120px;
	margin: 40px auto;
	position: relative;
}
.cooking-movie::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	background-color: rgba(0,0,0,0.3);
}
.cooking-movie i{
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%,-50%);
    font-size: 3rem;
	color: rgba(255,255,255,1);
}
.cooking-movie a{
	display: block;
    width: 100%;
    height: 100%;
}

/*予約ボタン*/
.book-now-end-border{
	text-align: center;
    border: 1px solid #cf0000;
    padding: 10px;
    width: 100%;
    height: 100px;
    margin: 80px auto 40px;
}
.book-now-end{
	width: 100%;
	height: 100%;
    background-color: #cf0000;
}
.book-now-end p{
    text-align: center;
    line-height: 80px;
    color: #ffffff;
	margin-top: 0;
}
.book-now{
	width: 150px;
    height: 50px;
    background-color: #cf0000;
    position: fixed;
    bottom: 0;
    right: 0;
	left: 0;
	margin: auto;
    z-index: 10;
	-moz-border-radius: 15px 15px 0 0;
	-webkit-border-radius: 15px 15px 0 0;
	-ms-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
}
.book-now p{
	text-align: center;
    line-height: 50px;
    color: #ffffff;
    font-size: 0.9rem;
}
.book-now p i,.book-now-end p i{
	margin-right: 0.5rem;
}

/*会社概要*/
.company{
	text-align: center;
	width: 100%;
	padding: 40px 0;
	background-color: #ffffff;
	box-shadow: 0 0 1px 1px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 1px 1px rgba(0,0,0,.2);
	-ms-box-shadow: 0 0 1px 1px rgba(0,0,0,.2);
	-o-box-shadow: 0 0 1px 1px rgba(0,0,0,.2);
}
.company h2{
	font-weight: 100;
    font-size: 1.3rem;
    line-height: 1.8rem;
    letter-spacing: 0.1rem;
	position: relative;
}
.company h2::after{
	content: "";
	width: 50px;
	right: 0;
	left: 0;
	bottom: -1rem;
	margin: auto;
	position: absolute;
	border-bottom: 1px solid #cacaca;
}
.main-company-logo{
	width: 110px;
	margin: 50px auto 0;
}
p.main-company-cap,p.company-map-cap{
	margin-top: 40px;
	font-size: 0.8rem;
	line-height: 1.5rem;
	letter-spacing: 0.1rem;
}
p.company-map-cap{
	padding-right: 1.5rem;
	color: #8c8c8c;
}
p.company-map-cap::before{
	color: #8c8c8c;
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
	content: "\f3c5";
	margin-right: 1rem;
}
.company-map iframe{
	height: 200px;
}

/*イベントスケジュール*/
.schedule-page-back{
	background-image: url(../img/balcom-back.jpg);
	background-repeat: repeat;
}
.schedule-flex-wrap{
	width: 100%;
	margin: 60px auto;
}
.schedule-flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 35px auto;
	position: relative;
	flex-wrap: wrap;
	padding-bottom: 1.3rem;
}
.schedule-flex::after{
	position: absolute;
	content: "Photo credit:Hiroshima Prefecture";
	font-size: 0.6rem;
	font-weight: 100;
	bottom: 0;
	right: 0;
	color: #cacaca;	
}
.schedule-gazou{
	width: 100%;
	height: 180px;
}
.schedule-caption{
	width: 100%;
}
.schedule-caption p{
	font-size: 0.8rem;
	line-height: 2.5rem;
	color:#8c8c8c;
}
.schedule-caption h3{
	font-family: "リュウミン R-KL",Ryumin Regular KL,serif;
	font-size: 1.1rem;
	line-height: 2.5rem;
}
.schedule-caption .schedule-en{
	border-bottom: solid 1px #cacaca;
	margin-bottom: 10px;
}