<!--/**/-->
@media screen and (max-width: 640px) {
	
	body {
    overflow-x: hidden!important;
}

* {
	margin:0;
	padding:0;
	/*outline: 1px solid magenta;*/
	}
	
/************************************

header SP

************************************/

#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	}


	#mobile-head {
		background: rgba(0,0,0,.6);
		width: 100%;
		height: 56px;
		z-index: 9999;
		position: relative;
	}
	#top-head.fixed .logo, 
	#top-head .logo {
		position: absolute;
		left: 13px;
		top: 8px;
		color: #ffffff;
		font-size: 1.3em;
		width:180px;
	}
	
	#top-head.fixed .logo svg {
	font-size: 24px;
	color: #333;
	width:90%;
	height:auto;
	margin:0 0 0 0;
	/*filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.9));*/
}


	#global-nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -500px;
		background: #333;
		width: 100%;
		text-align: center;
		padding: 15px 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 11px;
	}
	#global-nav ul li {
		float: none;
		position: static;
	}
	#global-nav ul li:after  {
		display: none;
	}
	
	
	/*#global-nav ul li:last-child  {
  color: #009bdb;
		background-color: #009bdb;
		border-radius: 15px;
		padding: 5px 0;
		margin: 0 0 0 0;
		top:-5px;
}*/



	
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #333;
		padding: 18px 0;
	}
	#nav-toggle {
		display: block;
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #global-nav スライドアニメーション */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}

/* ******************************
アニメーション矢印
****************************** */
.scroll-text {
	font-family: 'Overpass', sans-serif;
	font-weight: 400;
	position: absolute;
	bottom: 215px;
	left: 10px;
	color: #ffffff;
	font-size: 10px;
	letter-spacing: 0.1em;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.scroll-line {
	width: 1px;
	height: 65px;
	position: absolute;
	bottom: 135px;
	left: 17px;
	background-color: rgba(255,255,255,0.3);
}
.scroll-line::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	width: 1px;
	background-color: #343434;
	animation-name: lineMove;
	animation-duration: 4s;
	animation-timing-function: ease;
	animation-iteration-count: infinite;
}
@keyframes lineMove {
	0% {
		bottom: 65px;
		height: 0;
	}
	20% {
		bottom: 0;
		height: 65px;
	}
	40% {
		bottom: 0;
		height: 0;
	}
	100% {
		bottom: 0;
		height: 0;
	}
}


/************************************

ご注文ボタンへ SP

************************************/

  .bottom-fix-entry {
    position: fixed;
    z-index: 200;
    width: 100%;
    height: 60px;
    bottom: -8px;
    right: 0px;
    /*transition: bottom .6s; */
	}

.bottom-fix-entry a {
  padding: 15px 0;
  text-decoration:none;
		font-weight: 700;
		letter-spacing: 0.1em;
		}

.bottom-fix-entry a.entry {
  background-color: #009bdb;
  font-size: 0.9em;
		font-weight: 700;
  letter-spacing: 0.2em;
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ffffff;
  height: 65px;
  width: 268px;
  z-index: 2; }

.bottom-fix-entry a.entry {
      right: 0;
	  text-decoration:none;
      width: 55.55%; }
.bottom-fix-entry a.entry:before {
    background-color: white;
    content: "";
    display: block;
    height: 1px;
    width: 28px;
    right: 20px;
    transition: all .3s; }


/************************************

動画 SP

************************************/

.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  /*background: url(../img/sp_top_0.jpg) no-repeat center center/cover;*/
}
video {
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
}
bg-video-wrap .overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%);
  background-size: 0px 0px;
  z-index: 2;
}
	

h2 {
  text-align: center;
  color: #fff;
  margin:30% auto 0 auto;
  z-index: 3;
  max-width: 1000px;
  width: 100%;
  height: auto;
  letter-spacing:0.2;
  font-weight: bold;
}


.v_line_fix {
  margin-left: 100px;
  width: 1px;
  height: 12px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;

}

/************************************

sp_main_bn SP

************************************/

.sp_main_bn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
		top: 26%;
  margin: 0 auto;
		width: 100%;
		height: auto;
}


/************************************

overlay SP

************************************/


/************************************

トップ表示の選ばれる理由へボタン SP　使用予定なし

************************************/

.to__reason a {
	font-size:0.9em;
	color:#ffffff;
	border:3px solid #009bdb;
	text-align:center;
	border-radius:50px;
	padding:15px 10px 15px 10px;
	text-decoration: none;
	display: block;
	position: absolute;
    bottom: 33%;
    left: 0;
	right:0;
	margin: auto;
	/*background-color:#e6e4dd;*/
	width:60%;
	height: auto;
    z-index: 3;
	/*animation: flash 1.0s linear infinite;
	animation-duration: 6.0s;*/
	}
	
@keyframes flash {
  0%,100% {
    opacity: 1;
  }
  50% {
    opacity: 0.9;
  }
}

	
.to__reason a:hover {
	color:#fff;
	background-color:#88c8e2;
	}


/************************************

３つの強み SP 今は使用予定なし

************************************/


.v_line_fix_wrap {
	position:relative;
	width:100%;
	height:100px;
	}

.v_line_fix2 {
  margin-left: 100px;
  width: 1px;
  height: 30px;
  background-color: #009bdb;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;

}


.big_words {
	width:88%;
	height: auto;
	text-align:left;
	font-size:2.2em;
	letter-spacing:0.2;
	font-weight:bold;
	/*background: linear-gradient(transparent 60%, #009bdb 60%);*/
	margin:30px 0 10px 10%;
	line-height:1.2;
	}

.reason {
	text-align:left;
	width:100%;
	height:auto;
	padding:1% 6% 7% 9%;
	margin:0 auto 5% auto;
	font-size:1.0em;
	letter-spacing:0.11em;
	line-height:1.5;
	font-weight:500;
	}



/************************************

選ばれる理由へボタン SP

************************************/

.btn_main_wrap {
	position:relative;
	width:100%;
	height:auto;
	margin:10% 0% 15% 0%;
	}

.btn_main a {
font-size:1.1em;
font-weight: 600;
letter-spacing: 0.3em;
background-color:#009bdb;
color:#fff;
border:3px solid #009bdb;
text-align:center;
/*border-radius:50px;*/
transform: skewX(-8deg);
padding:1.7% 0%;
text-decoration: none;
display: block;
position: absolute;
bottom: 33%;
left: 0;
right:0;
margin: auto;
/*background-color:#e6e4dd;*/
width:65%;
height: auto;
z-index: 3;
/*animation: flash 1.0s linear infinite;
animation-duration: 6.0s;*/
	}
	
	
.btn_main a:hover {
color:#009bdb;
border:3px solid #009bdb;
background-color:#fff;

	}
	
	

/************************************

works SP

************************************/

.works {
	position:relative;
	width:100%;
	height: auto;
	margin:50px 0 0 0;
	}
.inner__works {
	margin: -80px auto 0px auto;
    width: 100%;
	height: auto;
	color:#009bdb;
	font-size:2.5em;
	font-weight:bold;
	text-align:center;
	}
	
.works__p {
	text-align:center;
	width:100%;
	height:auto;
	padding:0;
	margin:0 auto 3% auto;
	font-size:1.0em;
	letter-spacing:0.2;
	font-weight:500;
	line-height:2.0;
	}


.slideFrame {
    overflow: hidden;
	padding: 120px 0 100px 0;
	margin:0 0 0 0;
	width: 100%;
	height: 350px;
	background-color: #e6e4dd;
}

.slideCell {
  display: block;
}

.slideGuide .slideCell {
  float: left;
  margin-right: 20px;
}
.slideGuide.up .slideCell, .slideGuide.down .slideCell {
  float: none;
  margin-right: 0;
}

#slider-0.slideFrame .slideCell {
  width: 400px;
  height: auto;
  padding: 5px;
}

.slideGuide ul {
    list-style: none;
	margin: 0px 0 0px 0;
}

.slideGuide li a img {
	display: block;
	border-radius: 0;
	box-shadow:0px 0px 2px 0px #cccccc;
}

.new-btn a {
	width: 60%;
	height: 80px;
	font-size: 1.0em;
	font-weight: 500;
	color: #666666;
	letter-spacing: 1px;
	text-align: center;
	display: block;
	text-decoration: none;
	border: 1px solid #999999;
	padding: 25px 0 0 0;
	margin: 80px auto 0 auto;
}

.new-btn a:hover {
	background-color:#009bdb;
	color:#ffffff;
	}



/************************************

word SP

************************************/

.word__wrap {
	position:relative;
	width:100%;
	height: auto;
	margin:80px 0 0 0;
	}

.word {
  width: 100%;
  height: auto;
  color: #009bdb;
  position: absolute;
  top: -35px;
  left: 0;
  text-align: center;
  z-index: 1;
  opacity:0.1;
  font-size:4em;
  font-weight:bold;
  display:block;
}

.word_sp {
  width: 100%;
  height: auto;
  color: #d9eff8;
  text-align: center;
  z-index: 10;
  opacity:0.1;
  font-size:4em;
  font-weight:bold;
}


.word__title {
  text-align: center;
  color: #444444;
  position: absolute;
  top: -35px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  width: 100%;
  height: 0px;
  font-size:1.4em;
  letter-spacing:0.2;
  font-weight: bold;
}

.word__p {
	text-align:center;
	width:100%;
	height:auto;
	padding:1% 5% 1% 5%;
	margin:10px auto 10px auto;
	font-size:1.0em;
	letter-spacing:0.2;
	font-weight:500;
	line-height:2.0;
	}
	
.word__point {
	font-size:0.9em;
	font-weight:bold;
	color:343434;
	width:80%;
	height:auto;
	margin:0 auto 2% auto;
	}

.word__point a {
	display:block;
	padding:5% 0%;
	border-radius:50px;
	border:5px dashed #009bdb;
	text-align:center;
	text-decoration:none;
	color:#343434;
	font-size:0.9em;

	}
	
.word__point a:hover {
	border:5px solid #009bdb;
	color:#009bdb;
	}

/************************************

news SP

************************************/

.news__wrap {
	position:relative;
	width:100%;
	height: auto;
	margin:80px 0 0 0;
	}

.news {
  width: 100%;
  height: auto;
  color: #009bdb;
  position: absolute;
  top: -35px;
  left: 0;
  text-align:center;
  z-index: 1;
  opacity:0.1;
  font-size:4.0em;
  font-weight:bold;
  display:block;
}

.news_sp {
  width: 100%;
  height: auto;
  color: #d9eff8;
  text-align: center;
  z-index: 10;
  opacity:0.1;
  font-size:4em;
  font-weight:bold;
}


.news_p {
  text-align: center;
  color: #444444;
  position: absolute;
  top: -35px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: auto;
  width: 100%;
  height: 0px;
  font-size:1.4em;
  letter-spacing:0.2;
  font-weight: bold;
}

.news__p {
	text-align:center;
	width:100%;
	height:auto;
	padding:1% 10% 1% 10%;
	margin:10px auto 10px auto;
	font-size:0.8em;
	letter-spacing:0.2;
	font-weight:100;
	line-height:2.0;
	}


.section2 {
	width:100%;
	height:auto;
	margin:10px 0 50px 0;
	}

.section2_inner {
	width:90%;
	height:auto;
	margin:0 auto;
	}

/*.news_list {
	margin:0 0 0px 10px;
	width:320px;
	height:22px;
	float:right;
	padding:3px 0 0 0;
	font-size:0.8em;
	font-weight:bold;
	font-family: 'Oswald', sans-serif;
	border-radius:4px 4px 0 0; 
	background-color:#000000; 
	text-align:center; 
	color:#ffffff;
	}*/

/*.news_box {
	margin:0 0 0px 0px;
	width:320px;
	height:350px;
	float:right;
	padding:2px 0 2px 0;
	font-size:0.95em;
	font-weight:bold;
	font-family: 'Oswald', sans-serif;
	border-radius:0 0 4px 4px;
	color:#333333;
	}*/

.plan { margin: 0 0 0 0; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius:0 0 4px 0; -o-border-radius:0 0 4px 0; border-radius:0 0 4px 0; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; 
-webkit-transition:1.0s all ease-in-out;
    -moz-transition:1.0s all ease-in-out;
    transition:1.0s all ease-in-out;}

.plan dl {
	padding:7px 0 6px 0;
	border-bottom:1px dotted #ccc;
	}

.plan dl dt {
	width:30%;
	height:5%;
	background-color:#efd025;/*f29c9f*/
	color:#fff;
	margin:0px 0 10px 10px;
	text-align:center;
	padding:2px 10px 3px 3px;
	border-radius:4px;
	font-weight:bold;
	font-size:0.9em;
	}

.plan dl dd {	
    margin:0 0 0 10px;
	font-weight: normal;
	font-size:0.9em;
	line-height:1.5;
	letter-spacing: 0.8;

}

.plan dl a:hover dd {
	text-decoration:underline;
}




/************************************

ninki_word SP

************************************/

.ninki_word {
	/*background-color:#e6e4dd;*/
	width:100%;
	height: auto;
	padding:15px 0 12px 0px;
	margin:0px 0 0px 0;
	}
	
.ninki_word ul {
	margin:0 auto;
	width:80%;
	height: auto;
	}

.ninki_word ul li {
	list-style-type:none;
	float:left;
	margin:0px 10px 10px 0;
	}
	
.ninki_word ul li a {
	font-size:0.9em;
	color:#343434;
	border:3px solid #009bdb;
	text-align:center;
	transform: skewX(-8deg);
	padding:5px 10px 5px 10px;
	text-decoration: none;
	display: block;
	}
	
.ninki_word ul li a:hover {
	color:#fff;
	background-color:#88c8e2;
	}



/************************************

access SP

************************************/


.access__wrap {
	position:relative;
	width:100%;
	height: auto;
	margin:80px 0 0 0;
	}

.access {
  width: 100%;
  height: auto;
  color: #009bdb;
  position: absolute;
  top: -35px;
  left: 0;
  text-align: center;
  z-index: 1;
  opacity:0.1;
  font-size:4em;
  font-weight:bold;
  display:block;
}

.access_sp {
  width: 100%;
  height: auto;
  color: #d9eff8;
  text-align: center;
  z-index: 10;
  opacity:0.1;
  font-size:4em;
  font-weight:bold;
}


.accessus {
  text-align: center;
  color: #444444;
  position: absolute;
  top: -35px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  width: 100%;
  height: 0px;
  font-size:1.4em;
  letter-spacing:0.2;
  font-weight: bold;
}

.access__p {
	text-align:center;
	width:100%;
	height:auto;
	padding:1% 2% 1% 2%;
	margin:0 auto;
	font-size:1.0em;
	letter-spacing:0.1em;
	font-weight:500;
	line-height:1.3;
	}


	
	/************************************

flexbox2 SP

************************************/

.flexbox2 {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/*background-color:#f4f0e8;*/
	}


.ivent2 {
    width: 100%;
    height: auto;
    /* border-radius: 4px;*/
    margin: 10px 0;
    text-align: center;
    position: relative;
    /*border: 2px double #ffffff;*/
}

.ivent2:hover {
    width: 100%;
    height: auto;
    /* border-radius: 4px;*/
    margin: 10px 0;
    text-align: center;
    position: relative;
    /*border: 2px double #eeeeee;*/
	/*background-color:#88c8e2;*/
}

.ivent2 img {
	}

.ivent2 a {
	text-decoration: none;
	font-size:3em;
	color:#353535;
	display:block;
}

.ivent2 a:hover {
	color:#009bdb;
	}


/************************************

access 地図 SP

************************************/

.big_map {
	width:100%;
	height:80px;
	text-align:center;
	background-color:#333;
	font-weight:bold;
	font-size:1.0rem;
	box-sizing:border-box;
	color:#fff;
	border-bottom:1px solid #fff;
	}
	
.big_map p {
	font-family: 'Oswald', sans-serif;
	color:#ffffff;
	}

.big_map a {
	width:100%;
	height:80px;
	padding:25px 0 20px 0;
	margin:-15px 0 0 0;
	color:#ffffff;
	display:block;
	text-decoration:underline;
	background-color:#009bdb;
	}
	
.big_map a:hover {
	background-color:#444444;
	text-decoration:underline;
	color:#ffffff;
	}



/************************************

contact SP

************************************/

.contact__wrap {
	position:relative;
	width:100%;
	height: auto;
	margin:80px 0 0 0;
	}

.contact {
  width: 100%;
  height: auto;
  color: #009bdb;
  position: absolute;
  top: -35px;
  left: 0;
  text-align:center;
  z-index: 1;
  opacity:0.1;
  font-size:4.0em;
  font-weight:bold;
  display:block;
}

.contact_sp {
  width: 100%;
  height: auto;
  color: #d9eff8;
  text-align: center;
  z-index: 10;
  opacity:0.1;
  font-size:4em;
  font-weight:bold;
}


.tel__mail {
  text-align: center;
  color: #444444;
  position: absolute;
  top: -35px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  width: 100%;
  height: 0px;
  font-size:1.4em;
  letter-spacing:0.2;
  font-weight: bold;
}

.contact__p {
	text-align:center;
	width:100%;
	height:auto;
	padding:1% 5% 1% 5%;
	margin:10px auto 10px auto;
	font-size:1.0em;
	letter-spacing:0.2;
	font-weight:500;
	line-height:2.0;
	}


.flexbox {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 0 0px 0;
	padding: 0 0 10px 0;
	/*background-color:#f4f0e8;*/
	}

.ivent {
    width: 95%;
    height: auto;
    /* border-radius: 4px;*/
    padding: 2% 0  3% 0;
    margin: 0 0 3% 0;
    text-align: center;
    position: relative;
    border-bottom:1px solid #353535;

}

.ivent:hover {
    width: 95%;
    height: auto;
    /* border-radius: 4px;*/
    padding: 2% 0  3% 0;
    margin: 0 0 3% 0;
    text-align: center;
    position: relative;
    border-bottom:1px solid #353535;

}


.ivent a {
	text-decoration: none;
	font-size:2.2em;
	color:#009bdb;
	display:block;
}

.ivent a:hover {
	color:#444444;
	}

.icon {
color: #009bdb;
font-size:2em;
}

a .ivent_p {
	color: #343434;
	padding: 0 5px 10px 5px;
	margin: 0 0 0 15px;
	font-size: 0.9em;
	text-align: left;
	font-weight: 500;
	line-height: 1.5;
}

.telmail__p {
	text-align:center;
	width:90%;
	height:auto;
	padding:3% 0 3% 0;
	margin:0 auto;
	font-size:1.0em !important;
	letter-spacing:0.2;
	font-weight:500;
	line-height:2.0;
	}



/************************************

footer SP

************************************/


footer {
width: 100%;
height: auto;
padding: 2.69em 0;
background: #009bdb;
color: #fff;
margin:0 0 0 0;
text-align: center;
z-index: 1000;
overflow: hidden!important;
}

.footer_logo a {
  color: #fff;
  font-size:1.2em;
		font-weight: 700;
  text-align:center;
  margin:0 auto 2% auto;
}

.footer_p {
	text-align:center;
	font-size:0.9em;
	margin:0 0 3% 0;
	}

small a {
  display: inline-block;
  font-size: 0.8em;
  color: #fff;
  margin: 0 0 20px 0;
  text-align: center;
}

/*footer nav*/

.nav-bottom {
margin: 30px 0 10px 0;
color: #ffffff;
}
 
.nav-bottom ul {
    margin: 0 auto;
    padding: 0 0 20px 0 ;
				width: 95%;
}
 
.nav-bottom ul li{
display: inline-block;
    width: 45%; /* ここで項目の幅を指定します */
	font-weight: 700;
	font-size: 0.9em;
	color: #ffffff;
	margin: 0 0 10px 0;
}
 
 
.nav-bottom ul li a {
    text-decoration: none;
    color: #ffffff;
}
	
.nav-bottom ul li a:hover {
	color: #ffffff;
	}


/************************************

 page top SP

************************************/

#page-top-base {
	/*position: fixed;
	bottom: 5%;
	left: 95%;
	display: none;
	font-size: 30px;*/
}
#page-top-base a {
	width: 110px;
	height: 36px;
	padding:0 0 0 0;
	margin: 40px auto -10px auto;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	opacity:1.0;
	display:block;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;

}
#page-top-base a:hover {
	/*padding-bottom: 8px;*/
	opacity:0.8;
	width: 110px;
	height: 36px;
	padding:0 0 0 0;
}


}
