@charset "utf-8";

@media screen and (max-width: 700px) {
.pc_view {
	display: none;
}
.sp_view {
	display: block;
}
body {
	min-width: 100%;
}
div#wrapper {
	background: url(../images/head.jpg) no-repeat center top;
	background-size: auto 400px;
	background-attachment: fixed;
}
/*-----------------------------------------------------------------*/
	/* header */
header {
	width: 100%;
	min-width: 100%;
	position: absolute;
	padding: 0px 2.5%;
}
header h1 {
	float: left;
	padding-top: 0px;
	width: 150px;
	margin-right: 0px;
}
header h1 img {
	width: 100%;
	height: auto;
}
h1#toppage {
	float: none;
	padding-top: 0px;
	width: 240px;
	margin: 0px auto 0px;
	right: 0;
	left: 0;
	top: 180px;
	position: absolute;
	z-index: 100;
	text-align: center;
	font-weight: bold;
text-shadow: 0 2px 2px #fff, 2px 0 2px #fff, 0 -2px 2px #fff, -2px 0 2px #fff, -2px -2px 2px #fff, 2px -2px 2px #fff, -2px 2px 2px #fff, 2px 2px 2px #fff;
	}
	h1#toppage a{
		color: #565656;
	}
	h1#toppage img{
	width: 100%;
		height: auto;
		margin-top:5px;
	}
#ribbon {
	background: url(../images/ribbon.png) no-repeat center bottom;
	background-size: cover;
	right: 85px;
	width: 150px;
	height: 90px;
	z-index: 20;
	float: left;
}
#ribbon p.btn {
	font-size: 12px;
	margin: 14px auto 0px;
	width: 100px;
	border-radius: 15px;
	padding: 0px;
	background-color: #fafafa;
	background-image: -webkit-linear-gradient(bottom, #bbb, #fafafa 40%);
	background-image: linear-gradient(to top, #bbb, #fafafa 40%);
}
#ribbon p.btn a {
	color: #151515;
	display: block;
	padding: 1px 0px;
	font-weight: bold;
	font-size: 12px;
}
nav#head_list {
	display: none;
}
#main {
	width: 100%;
	height: 400px;
	background: url(../images/white01.png), url(../images/sp-main.png);
	background-repeat: no-repeat, no-repeat;
	background-size: auto, cover;
	background-position: bottom, center;
}
/*-----------------------------------------------------------------*/
	/* contents */
div.inner {
	width: 95%;
	margin: auto;
}
div.section {
	padding: 40px 0px;
}
h2.sec_title {
	font-size: 24px;
	margin-bottom: 10px;
}
.d_text {
	text-align: left;
	margin-bottom: 40px;
}
/*-----------------------------------------------------------------*/
	/* about */
.about h2.sec_title {
	background: url(../images/h201.png), url(../images/h202.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left 18% center, right 18% center;
}
div.section.about {
	background: #fff;
}
.absolute_wrap {
 left: 30px;
}
ul.about_list li {
	float: none;
	width: 340px;
	margin: 0px auto 40px;
}
ul.about_list li img.main {
	margin: 20px auto 20px;
}
/*-----------------------------------------------------------------*/
	/* flow */
.flow .wrap {
	padding: 0px;
}
.flow h2.sec_title {
	background: url(../images/h203.png), url(../images/h204.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left 18% center, right 18% center;
}
div.section.flow {
	padding: 80px 0px;
	background: url(../images/white01.png), url(../images/white02.png), url(../images/sky.jpg);
	background-size: auto, auto, cover;
 background-attachment: scroll, scroll, scroll;
	background-repeat: no-repeat, no-repeat, no-repeat;
 background-position: bottom, top, center;
}
ul.flow_list {
	margin-bottom: 20px;
}
ul.flow_list li {
	font-size: 18px;
	padding: 12px 0px 12px 50px;
	background: url(../images/flow01.png) no-repeat left center;
	background-size: 40px auto;
}
ul.flow_list li:nth-child(2) {
	background: url(../images/flow02.png) no-repeat left center;
	background-size: 40px auto;
}
ul.flow_list li:nth-child(3) {
	background: url(../images/flow03.png) no-repeat left center;
	background-size: 40px auto;
}
ul.flow_list li:nth-child(4) {
	background: url(../images/flow04.png) no-repeat left center;
	background-size: 40px auto;
}
div.img_wrap {
	width: 226px;
	float: none;
	margin: 0px auto 20px;
}
div.img_wrap img {
	width: 100%;
	height: auto;
}
/*-----------------------------------------------------------------*/
	/* availability */
.availability h2.sec_title {
	background: url(../images/h205.png), url(../images/h206.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left 10% center, right 10% center;
}
div.bg_wrap {
	background: none;
	padding-bottom: 0px;
}
div.bg_wrap::before {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	width: 40px;
	height: 40px;
	background: url(../images/bar.png) no-repeat;
	background-size: 40px auto;
}
div.bg_wrap::after {
	content: '';
	position: absolute;
	right: -10px;
	bottom: -10px;
	width: 40px;
	height: 40px;
	background: url(../images/bar.png) no-repeat;
	background-size: 40px auto;
}
div.time_wrap {
	background: #fff;
	padding: 10px;
	width: 100%;
	height: auto;
}
table.ava_list {
	width: 100%;
}
table.ava_list th {
	font-size: 20px;
	padding: 5px;
	border-right: 2px solid #dedbd1;
	border-bottom: 2px solid #dedbd1;
}
table.ava_list td {
	font-weight: bold;
	font-size: 20px;
	padding: 5px;
	border-right: 2px solid #ccc;
}
/*-----------------------------------------------------------------*/
	/* last */
div.section.last {
	padding: 80px 0px 120px;
}
.last .wrap {
	padding: 0px 0px 80px;
}
.last ul.about_list li {
	margin: 0px auto 20px;
	width: 50%;
	float: left;
}
.last ul.about_list li img{
	width: 90%;
	margin: 0px 5px;
	height: auto;
}
.last .absolute_wrap {
 left: 0px;
	width: 38%;
}
.last .absolute_wrap img{
 width: 100%!important;
	height: auto;
}
div.fb_inner {
	float: none;
	margin: 40px auto;
}
div.fb_inner iframe{
	width: 100%;
}
div.twitter_inner {
	float: none;
	margin: 0px auto;
}
div.news_inner {
	width: 100%;
	float: none;
}
div.insta_inner {
	width: 100%;
	text-align: center;
	background: none;
	height: 100px;
}
.sp_wrap{
	width: -webkit-calc(100% - 140px);
	width: calc(100% - 140px);
	float: left;
}
/*-----------------------------------------------------------------*/
	/* contact */
div.section.contact {
	padding: 40px 0px;
}
.contact .info_part {
	width: 100%;
}
ul.logo_icon {
	text-align: center;
}
ul.logo_icon li {
	float: none;
	display: inline-block;
	margin-right: 20px;
}
ul.logo_icon li:first-child {
	display: block;
	margin-right: 0;
}
.text_list {
	overflow: hidden;
	margin-bottom: 20px;
}
.text_list li {
	margin-bottom: 5px;
}
.contact .contact_part {
	float: none;
	width: 320px;
	margin: 0px auto 0px;
}
.contact .btn {
	width: 320px;
}
.contact .right_part {
	float: none;
	margin: 20px auto 0px;
	width: 226px;
}
.contact_part p.number {
 font-size: 30px;
}
/*-----------------------------------------------------------------*/
	/* footer */
footer {
	padding: 20px 0px;
}
#foot_list {
	width: 100%;
	margin-bottom: 20px;
}
#foot_list li {
	width: 50%;
	margin-bottom: 10px;
}
#foot_list li a {
	font-size: 15px;
}
.btn-wrap{
	width: 100%;
	display: flex;
	justify-content:center;
	margin-bottom: 20px;
}
.hyoka {
	position: static;
	margin-right: 10px;
}
.program {
	position: static;
}
#copylight {
	text-align: center;
	float: none;
	font-size: 14px;
}
	.availability p.d_text{
		text-align: center!important;
	}
}
