@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

html {
  height: 100%;
}

body {
	color: #111;
	background-color: #FFFFFF;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	word-wrap: break-word;
	height: 100%;
}


section,
article {
	display: block;
}

img {
	vertical-align: top;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

li {
	list-style-type: none;
}

a {
	color: #0066CC;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover {
	color: #0099CC;
	text-decoration: none;
}

/* ヘッダー */
header{
	background-image: url("../img/heder_back.jpg")
}


h1 img{
	width: 200px;
}

.bbc_logo{
	padding-top: 20px;
}
.header_time{
	text-align: right;
	padding-top: 10px;
	font-size: 25px;
	font-family: 'Kaisei Opti', serif;
}

.tvinfo img{
	width:100%;
	margin: 0;
}

/* ボタン基本 */
.btn,
a.btn,
button.btn {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

/* ボタン基本 */
.btn2,
a.btn2,
button.btn2 {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: 0.8rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}


@media screen and (max-width: 1400px) {
.btn,
a.btn,
button.btn {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  padding: 1rem 1rem;
}
	
.btn2,
a.btn2,
button.btn2 {
  font-weight: 700;
  line-height: 1;
  padding: 0.5rem 1rem;
}
	
}

@media screen and (max-width: 992px) {
/* 1024pxまでの幅の場合に適応される */
.btn,
a.btn,
button.btn {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.8rem 0.3rem;
}
	
.bbc_logo img{
	width: 70%;
}
	
.header_time{
	font-size: 20px;
}

}

a.btn--orange {
  color: #fff;
  background-color: #eb6100;
  border-bottom: 5px solid #b84c00;
}
a.btn--orange:hover {
  margin-top: 3px;
  color: #fff;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
}

.li_orange{
  color: #fff;
  background-color: #eb6100;
}

a.btn--green {
  color: #fff;
  background-color: #00773b;
  border-bottom: 5px solid #025a2a;
}
a.btn--green:hover {
  margin-top: 3px;
  color: #fff;
  background: #f00773b;
  border-bottom: 2px solid #025a2a;
}

.li_green{
  color: #fff;
  background-color: #00773b;
}

a.btn--blue {
  color: #fff;
  background-color:#0028C4;
  border-bottom: 5px solid #010a5d;
}
a.btn--blue:hover {
  margin-top: 3px;
  color: #fff;
  background: #0028C4;
  border-bottom: 2px solid #010a5d;
}

.li_blue{
  color: #fff;
  background-color:#0028C4;
}

a.btn--purple {
  color: #fff;
  background-color:#7502b1;
  border-bottom: 5px solid #430065;
}
a.btn--purple:hover {
  margin-top: 3px;
  color: #fff;
  background: #7502b1;
  border-bottom: 2px solid #430065;
}

.li_purple{
  color: #fff;
  background-color:#7502b1;
}

a.btn--red {
  color: #fff;
  background-color:#E90003;
  border-bottom: 5px solid #8f0102;
}
a.btn--red:hover {
  margin-top: 3px;
  color: #fff;
  background: #E90003;
  border-bottom: 2px solid #8f0102;
}

.li_red{
  color: #fff;
  background-color:#E90003;
}



a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

/* スライドショー */
:root {
  --swiper-navigation-color: #ffffff;
  --swiper-pagination-color: #ffffff;
}
.swiper {
  max-width: 800px;
}

.swiper-container{
}

.swiper-slide img {
  width:100%;
}
#swiper01 .swiper-button-prev, 
#swiper01 .swiper-button-next {
  opacity: 0;
  transition: opacity 1s;
}
#swiper01 .swiper-button-prev.hover, 
#swiper01 .swiper-button-next.hover {
  opacity: 1;
}
#swiper01 .swiper-button-prev.swiper-button-disabled.hover, 
#swiper01 .swiper-button-next.swiper-button-disabled.hover {
  opacity: 0.35;
}

.memo {
  background: #ffffff;
  box-shadow:0 0 5px rgba(0,0,0,.2);
  padding:0.5em;
  color: #65513f;
}
.memo p {
  color: #65513f;
}

.shop{
	font-size: 0.8rem;
	font-family: 'Noto Sans JP', sans-serif;
}

.shop2{
	font-size: 0.8rem;
	font-family: 'Noto Sans JP', sans-serif;
}

/* ハンバーガーメニュー */
.header_nav{
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	position:fixed;
	top:-120%;
	width: 100%;
    /*動き*/
	transition: all 0.6s;
	z-index: 999;
}

.header_nav.panelactive{
    top: 80px;
}


.header_menu{
	padding:0px;
	margin:0px;
}

.header_menu li{
	padding: 10px 0px;
}

.header_menu li a{
	font-family: 'Kaisei Opti', serif;
	font-family: 'M PLUS 1p', sans-serif;
	font-size:22px;
	text-decoration: none;
	color: #FFFFFF;
	padding: 0;
}

h2 {
	font-family: 'Noto Sans JP', sans-serif;
  	position: relative;
  	padding: 1.5rem 2rem;
  	-webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
  	box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
}

h2:before,
h2:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}

h2:before {
  top: 0;
}

h2:after {
  bottom: 0;
}

h3 {
	font-family: 'Noto Sans JP', sans-serif;
  	position: relative;
  	padding: 1.5rem 2rem;
	background: rgb(5,94,10);
    background: linear-gradient(90deg, rgba(5,94,10,1) 0%, rgba(10,154,3,1) 50%, rgba(9,121,12,1) 100%);
	-webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
  	box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
	color:#ffffff;
}

h3:before,
h3:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}

h3:before {
  top: 0;
}

h3:after {
  bottom: 0;
}

.memo2{
	background-image: url("../img/memo2_back.jpg");
	width: 768px;
	margin-left: auto;
	margin-right: auto;
}

.memo2 p{
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 1.3em;
}

h4{
  position: relative;
		font-family: 'Noto Sans JP', sans-serif;
	padding: 0 65px;
  text-align: center;
}

h4:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}

h4 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
		font-size: 1em; 
}

.present{
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 1.5em;
}

.tendan{
	font-family:"ＭＳ Ｐ明朝","MS PMincho";
}

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn{
	/*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
	position: relative;
	background:#D54884;
	cursor: pointer;
    width: 50px;
    height:50px;
	border-radius: 5px;
}

/*ボタン内側*/
.openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 5px;
	background: #fff;
  	width: 45%;
  }


.openbtn span:nth-of-type(1) {
	top:13px;	
}

.openbtn span:nth-of-type(2) {
	top:19px;
}

.openbtn span:nth-of-type(3) {
	top:25px;
}

.openbtn span:nth-of-type(3)::after {
	content:"Menu";/*3つ目の要素のafterにMenu表示を指定*/
	position: absolute;
	top:5px;
	left:-2px;
	color: #fff;
	font-size: 0.6rem;
	text-transform: uppercase;
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/

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

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

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

.openbtn.active span:nth-of-type(3)::after {
	content:"Close";/*3つ目の要素のafterにClose表示を指定*/
    transform: translateY(0) rotate(-45deg);
	top:5px;
	left:4px;
}

@media screen and (max-width: 1024px) {
/* 1024pxまでの幅の場合に適応される */
	
.shop{
	font-size: 0.6rem;
	}
	
.shop2{
	font-size: 0.7rem;
	}


}

@media screen and (max-width: 970px) {
/* 950pxまでの幅の場合に適応される */
.memo2{
	width: 100%;
}
}

@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
nav{
	display: none;
	}
	
.top{
  z-index:1000;
  position: fixed;
  width: 100%;
  background-color:#d7cba5; 
	}
	
h1 img{
	width: 150px;
	margin-top: 5px;
	margin-right: 40px
	}

.header_time{
	display: none;
	}
	
.bbc_logo img{
	width:100px;
}
		
.top_pading{
	padding-top: 80px;
	}
	
.openbtn{
		margin-top: 10px;
		margin-right: 5px;
	}

.tvinfo{
	margin-top: 60px;
	}
	
h4 span{
	font-size: 0.8rem;
	}
h3{
	font-size: 1rem;
	}

	
}
@media screen and (min-width: 769px) {
	.openbtn{
		display: none;
	}
	.drawer_btn{
		display: none;
	}
	
}
@media screen and (max-width: 480px) {
/* 480pxまでの幅の場合に適応される */


}



