@media screen and (max-width: 750px){
/*--------------------------------------------------
  reset
--------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-weight:normal;/* Yutaka added */
  vertical-align: baseline;
}
body {
  line-height:1;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Yutaka added */
table, tr, th, td, caption {
  vertical-align: middle;
  text-align:left;
}
img {
	width: 100%;
  vertical-align: top;
  font-size:0;
  line-height: 0;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.pc-only {
	display: none !important;
}
.sp-only {
	display: block !important;
}

/*--------------------------------------------------
  body
--------------------------------------------------*/
body {
	width: 100%;
	min-width: 100%;
  color: #333;
	font-family: YuGothic, '游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	margin: auto;
}
a {
  text-decoration: none;
	display: block;
}
a:hover {
  opacity: 0.8;
}
body .inner {
	width: 100%;
	margin: auto;
}
.c-01 {
	color: #fff;
}
.f-bold {
	font-weight: bold;
}
.bg01 {
	background: #f3f5f6;
}
.fl01 {
	display: inherit;
	align-items: inherit;
}
.fl02 {
	display: inherit;
	justify-content: inherit;
	flex-wrap: inherit;
}
	
/*--------------------------------------------------
  page link 調整
--------------------------------------------------*/
#top .anchor01 {
	display: block;
	padding-top: 60px;
	margin-top: -60px;
	/* sec01,sec02,sec03,footer */
}	

/*--------------------------------------------------
  header
--------------------------------------------------*/	
header {
	width: 100%;
	height: 60px;
	min-width: 100%;
	background: rgba(255,255,255,0.70);
	padding: 0 30px 0 15px;
	box-sizing: border-box;
	position: fixed;
	top:0;
	z-index: 999;
	display: block;
}
header .h-inner {
	position: relative;
}
header h1 {
	padding: 17px 0 0;
	box-sizing: border-box;
	float: left;
}
header h1 img {
	width: 85%;
	height: auto;
}		
	
/*---------- 背景変更 ----------*/
header.thin {
	width: 100%;
	background: #f7f7f7;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}	
	
/*====ハンバーガーメニュー=====*/
nav.globalMenuSp {
	position: fixed;
  top: 0;
  right: 0;
  color: #333;
  text-align:left;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  z-index: 900;
}
nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 40px 24px 0 24px;
	box-sizing: border-box;
  width: 100%;
}
nav.globalMenuSp ul li {
  font-size: 1.1em;
  list-style-type: none;
	border-bottom: 1px solid #ddd;
  padding: 0 0 0 0;
  width: 100%;
}
nav.globalMenuSp ul li a {
  display: block;
  color: #333;
  line-height: 1em;
  padding: 20px 0 20px;
	box-sizing: border-box;
}
nav.globalMenuSp ul li a:hover {
  color: #5292b0;
}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}
.navToggle {
  display: block;
  position: absolute;    /* bodyに対しての絶対位置指定 */
  right: 10px;
  top: 12px;
  width: 42px;
  height: 38px;
  cursor: pointer;
  text-align: center;
	z-index: 999;
}
.navToggle span {
  display: block;
  position: absolute;    /* .navToggleに対して */
  width: 30px;
  border-bottom: solid 2px #000;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 6px;
}
.navToggle span:nth-child(1) {
  top: 9px;
}
.navToggle span:nth-child(2) {
  top: 18px;
}
.navToggle span:nth-child(3) {
  top: 27px;
}
.navToggle span:nth-child(4) {
  border: none;
  color: #eee;
  font-size: 9px;
  font-weight: bold;
  top: 34px;
}
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}	

/*--------------------------------------------------
  mv
--------------------------------------------------*/
#top .mv {
	width: 100%;
	height: 0;
	background: url("../images/sp-mv.jpg") top center no-repeat;
	background-size: cover;
	margin: 60px 0 0;
	position: inherit;
	padding-top: 80%;
}
#top .mv .mv-txt {
	display: none;
	width: 530px;
	height: 209px;
	background: url("../images/mv-logo.png") no-repeat;
	background-size: 100% auto;
	overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
	margin: auto;
	position: absolute;
	top: 220px;
	left: 0;
	right: 0;
}

/*--------------------------------------------------
  sec ttl-box
--------------------------------------------------*/
.sec {
	padding: 40px 0 0;
	box-sizing: border-box;
}
.ttl-box {
	text-align: center;
}
.ttl-box01 {
	margin: 0 0 50px;
}
.ttl-box02 {
	margin: 0 0 50px;
}
.ttl-box h3 {
	height: 22px;
	background: #5ba1c2;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 0.1em;
	border-radius: 15px;
	margin: 0 0 15px 0;
	padding: 0 10px;
	box-sizing: border-box;
	display: inline-block;
}
.ttl-box p {
	font-size: 18px;
	line-height: 1;
	position: relative;
}
.ttl-box p::after {
	content: "";
	display: block;
	position: absolute;
	width: 40px;
	height: 1px;
	background: #d6e7f0;
	margin: auto;
	bottom: -20px;
	left: 0;
	right: 0;
}
	
/*--------------------------------------------------
 sec01
--------------------------------------------------*/
#top .sec01 {
	width: 100%;
}
#top .sec01 .txt-area {
	width: 100%;
	margin: 0 auto 40px;
	padding: 0 20px;
	box-sizing: border-box;
	position: inherit;
}
#top .sec01 .img-box {
	width: 100%;
	height: auto;
	background: none;
	background-size: 100% auto;
}
#top .sec01 .img-box img {
	width: 100%;
	height: auto;
}
#top .sec01 .txt-box {
	position: inherit;
	width: 100%;
	height: auto;
	background: rgba(255,255,255,0.80);
	padding: 30px 20px;
	box-sizing: border-box;
	top: inherit;
	left: inherit;
}
#top .sec01 .txt-box h4 {
	font-size: 16px;
	text-align: justify;
	line-height: 1.3em;
	margin: 0 0 20px;
}
#top .sec01 .txt-box p {
	font-size: 14px;
	text-align: justify;
	line-height: 1.3em;
	margin: 0 0 20px;
}
#top .sec01 .txt-box p:last-child {
	margin: 0 0 0;
}
#top .sec01 .img-bg {
	width: 100%;
	height: auto;
	background: none;
	background-size: cover;
}
#top .sec01 .img-bg img {
	width: 100%;
	height: auto;
}	

/*------------------------------------------------------------
 sec02
------------------------------------------------------------*/
#top .sec02 {
	width: 100%;
}
#top .sec02 .txt-area {
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}
#top .sec02 .txt-area .img-box {
	width: 100%;
	height: auto;
	background: none;
	background-size: cover;
}
#top .sec02 .txt-area .img-box img {
	width: 100%;
	height: auto;
}
#top .sec02 .txt-box {
	width: 100%;
	height: auto;
	background: #fff;
	padding: 30px 0 40px;
	box-sizing: border-box;
}
#top .sec02 .txt-box p {
	font-size: 14px;
	text-align: justify;
	line-height: 1.3em;
	margin: 0 0 30px;
}
#top .sec02 .btn01 {
	width: 100%;
	height: 55px;
}
#top .sec02 .btn01 a {
	color: #333;
	font-size: 15px;
	background: #fff;
	border: 1px solid #333;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 55px;
}
#top .sec02 .btn01 a:hover {
	color: #fff;
	font-size: 15px;
	background: #333;
	border: 1px solid #333;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 55px;
}

/*------------------------------------------------------------
 sec03
------------------------------------------------------------*/
#top .sec03 {
	width: 100%;
	padding: 40px 0 40px;
	box-sizing: border-box;
}
#top .sec03 .block-area {
  padding: 0 20px;
  box-sizing: border-box;
}	
#top .sec03 .block {
	position: relative;
}
#top .sec03 .block {
	width: 100%;
	height: auto;
}
#top .sec03 .block .img-box {
	width: 100%;
	height: auto;
	
}
#top .sec03 .block01 {
	width: 100%;
	height: 0;
	background: url("../images/sp-sec03-img01.jpg") no-repeat;
	background-size: 100% auto;
	padding-top: 45.07%;
}
#top .sec03 .block02 {
	width: 100%;
	height: 0;
	background: url("../images/sp-sec03-img02.jpg") no-repeat;
	background-size: 100% auto;
	padding-top: 45.07%;
}
#top .sec03 .block03 {
	width: 100%;
	height: 0;
	background: url("../images/sp-sec03-img03.jpg") no-repeat;
	background-size: 100% auto;
	padding-top: 45.07%;
}
#top .sec03 .btn02 {
	position: absolute;
	width: 180px;
	height: 40px;
	margin: auto;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
#top .sec03 .btn02 a {
	color: #111;
	font-size: 16px;
	background: #fff;
	border-radius: 100px;
	text-align: center;
	line-height: 40px;
	position: relative;
}
#top .sec03 .btn02 a::before {
	display: block;
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-top: 2px solid #82bcd8;
	border-right: 2px solid #82bcd8;
	transform: rotate(45deg);
	top: 50%;
	right: 13%;
	margin-top: -5px;
}
#top .sec03 .btn02 a:hover {
	color: #fff;
	font-size: 16px;
	background: #5ba1c2;
	border-radius: 100px;
	text-align: center;
	line-height: 50px;
	position: relative;
}
#top .sec03 .btn02 a:hover::before {
	display: block;
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	top: 50%;
	right: 13%;
	margin-top: -5px;
}

/*------------------------------------------------------------
 footer
------------------------------------------------------------*/
footer {
	width: 100%;
}
footer .txt-area {
	width: 100%;
	height: auto;
	padding: 0 0;
	box-sizing: border-box;
}
footer .txt-area .img-box {
	width: 100%;
	height: 0;
	background: url("../images/footer-img.jpg") top center no-repeat;
	background-size: 100% auto;
	padding-top: 100%;
}
footer .txt-area .txt-box {
	width: 100%;
	height: auto;
	background: #f3f5f6;
	padding: 30px 20px;
	box-sizing: border-box;
}
footer .txt h4 {
	color: #5ba1c2;
	font-size: 14px;
	margin: 0 0 10px;
}
footer .txt01 p {
	font-size: 14px;
}
footer .txt02 p {
	font-size: 14px;
	float: right;
}
footer .txt01 {
	margin: 0 0 20px;
}
footer .txt02 {
	margin: 0 0 65px;
}

/* schedule */
.schedule {
	width: 100%;
}
.schedule table {
	width: 100%;
	font-size: 13px;
	margin-bottom: 15px;
	box-sizing: border-box;
}
.schedule table tr {
	background: #fff;
	line-height: 37px;
}
.schedule table thead th {
	height: 30px;
	font-size: 12px;
	background: #82bcd8;
	text-align: center;
	line-height: 30px;
	padding: 0 1% 0 0;
	box-sizing: border-box;
}
.schedule table tbody th {
	width: 30%;
	font-size: 3.5vw;
	padding: 0 0 0 10px;
	box-sizing: border-box;
}
.schedule table td {
	width: 7.5%;
	color: #82bcd8;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 0 1% 0 0;
	box-sizing: border-box;
}

/* tel-box */
.tel-box {
	margin: 0 0 25px;
}
.tel-box h3 {
	font-size: 16px;
	line-height: 1;
	margin: 0 0 15px;
}
.tel-box h3 img {
	width: 90%;
	height: auto;
}

/* access-box */
.access-box .access {
	font-size: 14px;
	text-align: justify;
	line-height: 1.3em;
	margin: 0 0 15px;
}
.access-box .how {
	font-size: 14px;
	line-height: 1.3em;
}
/*------------------------------------------------------------
  float-btn
------------------------------------------------------------*/

.float-btn {
	position: fixed;
	top: 2rem;
	right: 2rem;
	z-index: 9980;
	display: flex;
}

.float-btn li+li {
	margin-left: 1rem;
}

.float-btn li a {
	width: 25rem;
	height: 6rem;
	border-radius: .5rem;
	background: #5ba1c2;
	color: #fff;
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
}

.float-btn li a span {
	position: relative;
	padding-right: 1.5rem;
}

.float-btn li a span:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.4rem 0 0.4rem 0.8rem;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.float-btn li.web-resv a span {
	padding-left: 3.3rem;
}

.float-btn li.web-resv a span:before {
	content: '';
	width: 2.5rem;
	height: 2.5rem;
	background: url(../img/icon-resv01.png) no-repeat center/contain;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-57%);
}

.float-btn li.tel a span {
	padding-left: 2rem;
}

.float-btn li.tel a span:before {
	content: '';
	width: 1.4rem;
	height: 2.26rem;
	background: url(../images/icon-tel01.png) no-repeat center/contain;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}


.float-btn {
	width: 100%;
    height: 4rem;
    justify-content: center;
	top: auto;
	bottom: 0;
	right: 0;
	padding: .5rem 1rem;
}

.float-btn li {
	width: 17.5rem;
	height: 100%;
}

.float-btn li+li {
	margin-left: 0;
}

.float-btn li a {
	width: 100%;
	height: 100%;
	font-size: 1.2rem;
	letter-spacing: .05em;
}

.float-btn li.web-resv a span {
	padding-left: 2.1rem;
}

.float-btn li.web-resv a span:before {
	width: 1.5rem;
	height: 1.5rem;
	transform: translateY(-55%);
}

.float-btn li.tel a span {
	padding-left: 1.7rem;
}

.float-btn li.tel a span:before {
	width: 1.1rem;
	height: 1.8rem;
}

/*------------------------------------------------------------
  copyright
------------------------------------------------------------*/
.copy {
	height: 30px;
	background: #5ba1c2;
	font-size: 12px;
	text-align: center;
	line-height: 30px;
}
}