/*******全体*******/
.pc{
	display: block;
}
.sp{
	display: none;
}
img {
	height: auto;
	/* width: 100%; */
}
body{
	margin: 0;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
}
body a:hover {
	opacity: 0.8;
}
#wrapper .mt_01{
	margin-top: 50px;
}
.hr_contents{
	max-width:100px;
	height: 10px;
	/* border-width: 0; */
	background-color: #ffccbc;
	background-image:linear-gradient(-45deg,
		#ff5722 0px,#ff5722 2px, transparent 2px, transparent 4px,
		#ff5722 4px, #ff5722 6px, transparent 6px, transparent);

	background-image: -webkit-linear-gradient(135deg,
		#ff5722 0px,#ff5722 2px, transparent 2px, transparent 4px,
		#ff5722 4px, #ff5722 6px, transparent 6px, transparent);

	background-size: 6px 6px;
}
.movie_box{
	text-align: center;
	margin-bottom: 30px;
	padding: 10px;
}
.movie_box iframe{
	width: 750px;
	height: 400px;
}


/*******header*******/
#header {
	background-color: black;
	padding: 15px 0px 15px 0px;
}
#header .contents {
	margin: 0px auto 0px auto;
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	margin: 0px auto 0px auto;
}
#header #logo {
	width: 227px;
	font-weight:bold;
	color:#fff;
}
#header a {
	color: white;
	text-decoration: none;
}
#header #logo img {
	width: 100%;
}
#header ul {
	display: flex;
	align-items: center;
	margin: 0;
}
#header ul li {
	list-style-type: none;
}
#header ul li a {
	display: block;
	padding: 0px 12px 0px 12px;
	font-weight: bold;
	line-height: 1.3em;
	border-right: 1px solid #FFFFFF;
	font-size: 14px;
}
#header a {
	color: white;
	text-decoration: none;
}


/*******ページコンテンツ*******/
.kanban img{
	width:850px;
}
.flexbox{
	display: flex;
	justify-content:space-between;
}
.flexbox_02{
	display: flex;
	justify-content:space-between;
}
.item a{
	text-decoration: none;
}
.item_kouza{
	padding-right: 10px;
	max-width: 47%;
}
.kanban{
	text-align:center;
	margin-bottom: 30px;
}
.width_01{
	max-width: 670px;
	margin: 0 auto;
	text-align: center;
}
.width_02{
	max-width: 850px;
	margin: 0 auto;
	text-align: center;
}
#wrapper{
	/* padding-bottom: 50px; */
	background:#fff;
}
#wrapper h1{
	text-align: left;
  font-size: 25px;
	font-weight: bold;
	margin-top: 20px;
	line-height: 1.1;
}
#wrapper h1 small{
  font-size: 18px;
	line-height: 1.2;
	display: inline-block;
	padding-top: 5px;
	font-weight: 200;
}
#wrapper h2{
	text-align: left;
  font-size: 24px;
  /* padding: 20px 0px 70px 0px; */
  margin: 10px 0;
	line-height:1.2;
}
#wrapper h2.title{
  font-size: 25px;
	font-weight: bold;
	margin-top: 20px;
	line-height: 1.1;
}
#wrapper h2 small{
  font-size: 18px;
}
#wrapper h3{
  text-align: left;
  color: #B68705;
  font-size: 28px;
  line-height: 1.5;
	font-weight: bold;
	padding: 0.25em 0.5em;/*上下 左右の余白*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
}
#wrapper p{
  text-align: left;
	padding: 0px 0px 20px 0px;
  line-height: 1.8;
	font-size:16px;
}
.text_box{
	padding: 15px 35px 35px 35px;
	margin-bottom: 50px;
	/* background:lightgreen; */
}
.box{
	padding: 15px 35px 35px 35px;
	margin-bottom: 40px;
	/* background:lightgreen; */
}
.box img{
	/* width:90%; */
}
.border{
	border:1px solid #ccc;
}
.text_box p img{
  max-height:50px;
	width: auto;
}
.busbox{
	background:#eee;
	padding: 30px;
  padding-top: 50px;
}
.busbox img{
	width:90%;
}
.bus_btn a{
	text-decoration: none;
}

/*******ボタン*******/
.btn,.btn_bus,.kouza_btn{
	padding:10px 30px;
	background:#ff0082;
	border:1px solid #ff0082;
	color:#fff;
	text-decoration: none;
	margin: 40px 0 10px;
	text-align: center;
	display:inline-block;
	position: relative;
}
.btn:after {
	content: " ";
	width: 4px;
	height: 4px;
	position: absolute;
	right: 15px;
	top: 50%;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg) translateY(-50%);
}
.btn:hover{
	background:white;
	color:#000;
}
.btn:hover:after {
	border-top: 2px solid #000;
	border-right: 2px solid #000;
}
.btn_bus,.kouza_btn{
	background:#fff;
	border:1px solid #000;
	color:#000;
	margin: 30px 0;
	position: relative;
}
.btn_bus:after {
	content: " ";
	width: 4px;
	height: 4px;
	position: absolute;
	right: 15px;
	top: 50%;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg) translateY(-50%);
}
.btn_bus:hover{
	background:#000;
	color:#fff;
}
.btn_bus:hover:after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.kouza_btn{
	margin: 0;
}
.kouza_btn:after {
	content: " ";
	width: 4px;
	height: 4px;
	position: absolute;
	right: 15px;
	top: 50%;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg) translateY(-50%);
}
.kouza_btn:hover{
	background:#000;
	color:#fff;
}
.kouza_btn:hover:after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}


/*******オススメイベント*******/

.osusume_box{
	width:850px;
	margin: 0 auto;
	/* background:#eee; */
	padding-bottom: 50px;
  /* padding-top: 50px; */
}
.osusume_box > p{
	text-align: center!important;
}
#wrapper > .osusume_box > h2{
	text-align: center;
}
.kouza{
	display: flex;
	justify-content:center;
}
.kouza > div{
	margin-right: 10px;
	width: 25%;
}
.kouza > div.last{
	margin-right: 0;
}
.kouza > div > img{
	width:100%;
	border:1px solid #ccc;
}
.kouza > div > p{
	padding:0;
	font-size: 14px!important;
	margin-bottom: 0;
}
.kouza .item{
	padding:0;
	text-align:center;
}
.kouza .item .btn{
	margin: 0;
}

/*---------------------
		980px以下
---------------------*/
@media only screen and (max-width: 980px){
	img{
		width:100%;
	}
	#header .contents {
			margin: 0px 2% 0px 2%;
	}
	.mb20{
		margin-bottom: 20px!important;
	}
}

/*---------------------
		768px以下
---------------------*/
@media screen and (max-width: 768px) {

	/*******全体*******/
	.pc{
		display: none;
	}
	.sp{
		display: initial;
	}
  .kanban img{
    width:100%;
	}
	#wrapper .mt_01{
		margin-top: 2em;
		margin-bottom: 2em;
	}
	.movie_box iframe{
		width:100%;
		height: auto;
	}

	
	/*******header*******/
  #header {
    padding: 8px 0px 8px 0px;
  }
  #header #logo {
    width: 30%;
    margin-bottom: 5px;
  }
  #header .contents {
      flex-direction: column;
			align-items: center;
  }
  #header li:first-child a {
    padding-left: 0px;
  }
  #header ul li a {
    padding: 0px 6px 0px 6px;
    font-size: 7px;
  }
  #header ul{
    padding: 0 5px;
    margin: 0;
	}
	
	/*******ページコンテンツ*******/
	.flexbox{
		display: block;
	}
	.flexbox_02{
		/* display: block; */
	}
	.width_01,.width_02{
		/* width: 100%; */
		margin: 0 auto;
		text-align: center;
	}
	#wrapper{
		padding: 0;
	}
  #wrapper h1{
    font-size: 5.5vw;
  }
  #wrapper h1 small{
    font-size: 3vw;
  }
  #wrapper h2{
    font-size: 5vw;
    padding-top: 3.5vw;
    padding-bottom: 5vw;
	}
	#wrapper h2.title{
		font-size: 5.5vw;
    padding-top: 0;
    padding-bottom: 0;
	}
  #wrapper h2 small{
    font-size: 2.8vw;
  }
	#wrapper h3{
		/* padding-top: 1em; */
		margin-top: 45px;
    font-size: 5vw;
  }
	#wrapper p{
		/* font-size: 3vw; */
    font-size: 16px;
    line-height: 1.4;
    padding: 0 0 2vw 0;
	}
	.text_box{
		padding: 3vw 5vw 6vw 5vw;
		margin: 3vw;
	}
	.box{
		padding: 0;
		margin: 3vw;
		margin-bottom: 3em;
		text-align: left;
	}
	.box img{
		/* width:100%; */
	}
  .text_box p img{
    height:8vw;
	}
	.box img.ske{
		width:80%;
	}
	.busbox{
		padding: 3vw;
	}
	.busbox img{
		width:90%;
	}
	
	/*******ボタン*******/
	.btn{
		margin: 0 auto;
    width: 50%;
    text-align: center;
	}

	/*******オススメイベント*******/

	.osusume_box{
		width: 100%;
    padding: 0px 20px 30px 20px;
    box-sizing: border-box;
	}
	.osusume_box > p{
	}
	#wrapper > .osusume_box > h2{
		font-size: 4vw;
		padding-bottom: 0;
	}
	.kouza > div{
		width: 47%;
	}



}