@charset "UTF-8";

/* ======================================================
	Reset
====================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, a, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
  color: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
}

html,body{
  position: relative;
}

body {
  line-height: 1;
}

img {
  line-height: 0;
  vertical-align: bottom;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

a {
  outline: none;
}

em {
  font-style: normal;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}

/* ======================================================
	body
====================================================== */

body {
	margin: 0;
	padding: 0;
	position: relative;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
	font-size: 1.0vw;
	color: #333;
	line-height: 1.4;
}

#wrap {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

.pc,
.pc-inline {
	display: none !important;
}
.smt-inline {
	display: inline-block !important;
}

a{
	color: #3fafca;
	text-decoration: none;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}
button,
input[type="submit"]{
	cursor: pointer;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}
a[href]:hover,
button:hover,
input[type="submit"]:hover{
	text-decoration: none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
a[href]:hover img,
input[type="image"]:hover{
	filter: Alpha(opacity=70);
	opacity: .7;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
a img,
input[type="image"]{
	filter: none;
	opacity: 1;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
}

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: top; max-width: 100%; height: auto; }

form {
	margin: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	vertical-align: middle;
}

@media screen and (min-width: 700px) {
	.pc {
		display: block !important;
	}
	.pc-inline {
		display: inline-block !important;
	}
	.smt,
	.smt-inline {
		display: none !important;
	}
}

.mincho{
	font-family: "ヒラギノ明朝 Pro W4", "Hiragino Mincho Pro", "HGS明朝B", "MingLiU", "SimSun", "ＭＳ Ｐ明朝", serif !important;
	transform: rotate(.03deg);
}
.maru {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	transform: rotate(.03deg);
}

.times{
	font-family: Times, "Times New Roman", serif !important;
}
.tx-red {
	color: #ff1d25 !important;
}
.tx-pink {
	color: #ff5992 !important;
}




/* ======================================================
	Header
====================================================== */

body {
	background: #D3E5F3;
}

header {
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}
header > h1 {
	display: none;
}
header > .in {
	border-top: 4px solid #0087CD;
	margin-top: 15px;
}
header > .in > .camera {
	display: block;
	position: relative;
	text-align: center;
	padding: 20px 0;
}
header > .in > .camera > img {
	width: 42%;
}
#js-menu-open {
	position: absolute;
	display: block;
	top: 35%;
	right: 4%;
	z-index: 100;
	width: 8%;
}
#menu {
	display: none;
	position: absolute;
	letter-spacing: -.4em;
	box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.6);
	top: 4px;
	left: 0;
	z-index: 110;
	padding: 0;
	margin: 0;
	width: 100%;
}
#menu > .camera {
	display: block;
	background: #D3E5F3;
	position: relative;
	text-align: center;
	padding: 20px 0;
}
#menu > .camera > img {
	width: 42%;
}
#js-menu-close{
	position: absolute;
	display: block;
	top: 35%;
	right: 4%;
	width: 8%;
}
#menu > ul {
	display: block;
	letter-spacing: -.4em;
	background: rgba(0,135,205,0.95);
	padding: 4% 4% 0;
}
#menu > ul li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 48%;
}
#menu > ul li:nth-child(2n) {
	margin: 0 0 4.0vw 2%;
}
#menu > ul li:nth-child(2n+1) {
	margin: 0 2% 4.0vw 0;
}
#menu > ul li a {
	display: block;
	background: #339FD7;
	padding: 0.4em 1.0em 1.0em;
	border-radius: 0.5em;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-weight: 600;
	font-size: 3.6vw;
}
#menu > ul li a img {
	display: block;
	width: 50%;
	margin: 0 auto;
}
#menu > .contact {
	display: block;
	letter-spacing: normal;
	background: rgba(0,135,205,0.95);
	padding: 0 4% 4%;
}
#menu > .contact .bt {
	display: block;
	background: #EB8C32;
	border: 1px solid #EB8C32;
	color: #fff;
	padding: 0.2em 0;
	text-align: center;
	margin-bottom: 1.0em;
	border-radius: 10em;
	font-weight: 600;
	font-size: 6.2vw;
}
#menu > .contact .bt::after {
	content: "▶";
}
#menu > .contact > span {
	color: #fff;
	line-height: 1.6;
	font-size: 4.2vw;
}
#menu > .contact > span a {
	color: #fff;
}
#menu > .contact > p {
	color: #fff;
	line-height: 1.6;
	font-size: 4.2vw;
}

#no-header #js-menu-open {
	display: none;
}
#no-header #menu {
	display: none;
}

@media screen and (min-width: 700px) {
	
	header {
	}
	header > h1 {
		display: block;
		background: #0087CD;
	}
	header > h1 span {
		display: block;
		width: 98%;
		max-width: 1200px;
		margin: 15px auto 0;
		padding: 0.2em 0;
		color: #fff;
		font-size: 1.0vw;
	}
	header > .in {
		border-top: 0;
		margin-top: 0;
	}
	header > .in > .logo {
		display: block;
		width: 98%;
		max-width: 1200px;
		margin: 15px auto;
	}
	header > .in > .logo img {
		width: 435%;
		max-width: 520px;
	}
	#js-menu-open {
		display: none;
	}
	#menu {
		display: block;
		position: static;
		letter-spacing: -.4em;
		box-shadow: 0px 6px 3px -3px rgba(0,0,0,0);
		top: none;
		left: none;
		z-index: 1;
		padding: 0;
		margin: 0 auto;
		width: 98%;
		max-width: 1200px;
	}
	#menu > .camera {
		display: none;
	}
	#js-menu-close{
		display: none;
	}
	#menu > ul {
		background: rgba(0,135,205,0);
		padding: 0 0 1.0em;
	}
	#menu > ul li,
	#menu > ul li:nth-child(2n),
	#menu > ul li:nth-child(2n+1) {
		position: relative;
		width: 16.66%;
		width: -webkit-calc(100%/6);
		width: -moz-calc(100%/6);
		width: calc(100%/6);
		padding: 0;
		margin: 0;
		border-bottom: 0;
		background-image: url(../img/menu-line.png);
		background-position: right center;
		background-repeat: no-repeat;
		background-size: auto 100%;
	}
	#menu > ul li:first-child {
		background-image: url(../img/menu-line.png), url(../img/menu-line.png);
		background-position: left center, right center;
		background-repeat: no-repeat, no-repeat;
		background-size: auto 100%, auto 100%;
	}
	#menu > ul li a img {
		display: none;
	}
	#menu > ul li a {
		position: relative;
		background: none;
		background: url(../img/spacer.png) no-repeat center center;
		background-size: auto 80%;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 1.0em 0;
		color: #000;
		font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
		transform: rotate(.03deg);
		font-weight: 600;
		font-size: 1.2vw;
	}
	#menu > ul li a:hover {
		background: url(../img/menu-bg.png) no-repeat center center;
		background-size: auto 80%;
	}
	#menu > .contact {
		position: absolute;
		top: 20px;
		right: 0;
		left: 0;
		width: 98%;
		max-width: 1200px;
		margin: 0 auto;
		background-color: rgba(0,0,0,0);
		padding: 0;
		overflow: hidden;
	}
	#menu > .contact .bt {
		display: none;
	}
	#menu > .contact > span {
		display: block;
		clear: both;
		float: right;
		width: 33.4%;
		max-width: 400px;
		padding: 0;
		margin: -1.0% 0 0 0;
	}
	#menu > .contact > span > span {
		color: #000;
		background: url(../img/tel.png) no-repeat left 75%;
		background-size: auto 70%;
		padding: 0 0 0 15%;
		margin: 0;
		font-family: 'Baloo Paaji', cursive;
		line-height: 1.6;
		font-weight: 600;
		font-size: 3.8vw;
	}
	#menu > .contact > span > b {
		display: none;
	}
	#menu > .contact > p {
		display: block;
		clear: both;
		float: right;
		width: 28.4%;
		max-width: 400px;
		padding: 0 0 0 5%;
		margin-top: -1.5%;
		color: #666;
		line-height: 1.6;
		font-size: 1.0vw;
	}
}

@media screen and (min-width: 1200px) {
	
	header > h1 span {
		font-size: 13px;
	}
	#menu > ul li a {
		font-size: 15px;
	}
	#menu > .contact > span > .pc-inline {
		font-size: 48px;
	}
	#menu > .contact > p {
		font-size: 13px;
	}
}


/* ======================================================
	Footer
====================================================== */

footer {
	display: block;
	position: relative;
	overflow: hidden;
	margin-top: -30%;
}
#pageTop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 20;
	width: 15%;
	max-width: 80px;
}
footer > img {
	display: block;
	width: 70%;
	margin: 10vw auto;
}
footer > span {
	display: block;
	margin: 0 auto;
	padding-top: 22%;
	position: relative;
}
footer > span > img {
	display: block;
	width: 20%;
	position: absolute;
	top: 0;
	right: 20%;
	z-index: 10;
}
address {
	display: block;
	background: #0087CD;
	color: #fff;
	padding: 2.0em 0;
	text-align: center;
	font-size: 3.6vw;
}

@media screen and (min-width: 700px) {
	
	#pageTop {
		bottom: 60px;
		right: 30px;
		max-width: 80px;
	}
	footer {
		display: block;
		position: relative;
		overflow: hidden;
		margin-top: -120px;
	}
	footer > img {
		display: block;
		width: 24.5%;
		max-width: 390px;
		margin: 50px auto -90px;
	}
	footer > span {
		display: block;
		margin: 0 auto;
		padding-top: 112px;
		position: relative;
	}
	footer > span > img {
		display: block;
		width: 8.2%;
		max-width: 130px;
		position: absolute;
		top: 0;
		right: 130px;
		z-index: 10;
	}
	address {
		padding: 2.5em 0;
		font-size: 1.1vw;
	}
	
}

@media screen and (min-width: 1600px) {
	
	address {
		font-size: 14px;
	}
	
}


/* ======================================================
	ページ
====================================================== */

.sec-slide > .block > .in > .slider {
	position: relative;
}
.sec-slide > .block > .in > .slider > ul {
	padding-bottom: 20%;
}
.sec-slide > .block > .in > .slider > ul img {
	width: 100%;
}
.sec-slide > .block > .in > .slider > img {
	display: block;
	position: absolute;
	width: 70%;
	margin: 0 auto;
	z-index: 10;
	bottom: -21%;
	left: 0;
	right: 0;
}
.sec-slide > .block > .in > span {
	display: block;
	padding: 15% 4% 4%;
	background: #0087CD;
}
.sec-slide > .block > .in > p {
	padding: 4%;
	line-height: 1.8;
	font-size: 3.6vw;
}
.sec-slide > .block > .in > p > b {
	color: #0087CD;
	font-weight: 600;
	font-size: 4.2vw;
}
.sec-slide > .block > .in > p > i {
	color: #EB8C32;
	font-weight: 600;
	font-size: 4.2vw;
}
.sec-slide > .block > .in > .bt {
	display: block;
	background: #EB8C32;
	border: 1px solid #EB8C32;
	color: #fff;
	padding: 0.2em 0;
	text-align: center;
	margin: 0 4% 1.0em;
	border-radius: 10em;
	font-weight: 600;
	font-size: 6.2vw;
}
.sec-slide > .block > .in > .bt::after {
	content: "▶";
}

.campaign {
	display: block;
	background: url(../img/bg.png);
	padding: 8% 4%;
}

.sec-about {
	padding: 0 0 4%;
}
.sec-about > .sec-about-a {
	display: block;
	padding: 4%;
}
.sec-about > .sec-about-a > h2 {
	display: block;
	position: relative;
	text-align: center;
	color: #0087CD;
	padding: 0.5em 0;
	font-weight: 600;
	font-size: 7.2vw;
}
.sec-about > .sec-about-a > div {
	display: block;
	width: 80%;
	margin: 0 auto;
}
.sec-about > .sec-about-a > p {
	display: block;
	padding: 1.0em 0;
	color: #666;
	line-height: 1.8;
	font-size: 4.2vw;
}
.sec-about > .sec-about-a > p strong {
	display: block;
	padding: 0.5em 0;
	color: #E6001F;
	font-weight: 600;
	font-size: 5.6vw;
}
.sec-about > .sec-about-b {
	display: block;
	width: 80%;
	margin: 0 auto;
}
.sec-about > .sec-about-c {
	display: block;
	padding: 4% 4% 0;
	counter-reset: number 0;
}
.sec-about > .sec-about-c > strong {
	display: block;
	width: 60%;
	background: url(../img/sec-about-c-strong.png) no-repeat left center;
	background-size: auto 100%;
	color: #0087CD;
	margin: 0 auto;
	padding: 0.5em 0 0.5em 25%;
	font-weight: 600;
	font-size: 5.0vw;
}
.sec-about > .sec-about-c > ul {
	display: block;
	padding: 25px 0 0;
}
.sec-about > .sec-about-c > ul li {
	display: block;
	padding: 0 0 35px;
}
.sec-about > .sec-about-c > ul li dl {
	display: block;
	letter-spacing: -.4em;
}
.sec-about > .sec-about-c > ul li dl dt {
	display: inline-block;
	letter-spacing: normal;
	position: relative;
	width: 40%;
	margin-right: 2%;
	vertical-align: top;
}
.sec-about > .sec-about-c > ul li dl dt img {
	border-radius: 2.0vw;
}
.sec-about > .sec-about-c > ul li dl dt::before {
	position: absolute;
	counter-increment: number 1; 
	content:counter(number) "";
	display: block;
	background: #0087CD;
	color: #fff;
	text-align: center;
	width: 8.0vw;
	height: 8.0vw;
	border-radius: 50%;
	line-height: 8.0vw;
	vertical-align: middle;
	top: -6%;
	left: -3%;
	font-size: 3.6vw;
}
.sec-about > .sec-about-c > ul li dl dt::after {
	content: "";
	position: absolute;
	top: 110%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #0087CD;
}
.sec-about > .sec-about-c > ul li:last-child dl dt::after {
	display: none;
}
.sec-about > .sec-about-c > ul li dl dd {
	display: inline-block;
	letter-spacing: normal;
	width: 58%;
	vertical-align: top;
	color: #666;
	line-height: 1.8;
	font-size: 4.0vw;
}
.sec-about > .sec-about-c > ul li dl dd b {
	display: block;
	color: #0087CD;
	padding-bottom: 5px;
	line-height: 1.0;
	font-weight: 600;
	font-size: 4.6vw;
}
.sec-about > p {
	display: block;
	background: url(../img/sec-about-p.png) no-repeat center top;
	background-size: 25% auto;
	padding: 28% 4% 4%;
	color: #E6001F;
	font-weight: 600;
	font-size: 7.0vw;
}
.sec-about > p b {
	background: linear-gradient(transparent 60%, #ff0 0%);
}

.sec-reason > h2 {
	display: none;
}
.sec-reason > .sec-reason-a {
	display: block;
	padding: 4%;
}
.sec-reason > .sec-reason-a dt {
	margin: 0 auto 4%;
}
.sec-reason > ul {
	display: block;
	padding: 4% 4% 8%;
}
.sec-reason > ul li {
	display: block;
	padding: 0 0 15px;
}
.sec-reason > ul li dl {
	display: block;
}
.sec-reason > ul li dl dt {
	display: block;
}
.sec-reason > ul li dl dt img {
	border-radius: 2.0vw;
}
.sec-reason > ul li dl dd {
	display: block;
	padding: 4% 0;
	color: #666;
	line-height: 1.8;
	font-size: 4.0vw;
}
.sec-reason > ul li dl dd i {
	color: #c00;
}
.sec-reason > ul li:nth-child(1) dl dd {
	background: url(../img/01.png) no-repeat 100% 92%;
	background-size: 50% auto;
}
.sec-reason > ul li:nth-child(2) dl dd {
	background: url(../img/02.png) no-repeat 100% 92%;
	background-size: 50% auto;
}
.sec-reason > ul li:nth-child(3) dl dd {
	background: url(../img/03.png) no-repeat 100% 92%;
	background-size: 50% auto;
}
.sec-reason > ul li:nth-child(4) dl dd {
	background: url(../img/04.png) no-repeat 100% 92%;
	background-size: 50% auto;
}
.sec-reason > ul li:nth-child(5) dl dd {
	background: url(../img/05.png) no-repeat 100% 92%;
	background-size: 50% auto;
}
.sec-reason > ul li:nth-child(6) dl dd {
	background: url(../img/06.png) no-repeat 100% 92%;
	background-size: 50% auto;
}
.sec-reason > ul li dl dd b {
	display: block;
	color: #0087CD;
	padding: 0.5em 0 0.3em 2.8em;
	margin-bottom: 0.5em;
	line-height: 1.2;
	font-weight: 600;
	font-size: 4.2vw;
}
.sec-reason > ul li:nth-child(2n) dl dd b {
	background: url(../img/reason03squirre.png) no-repeat left top;
	background-size: 12% auto;
}
.sec-reason > ul li:nth-child(2n+1) dl dd b {
	background: url(../img/reason03mouse.png) no-repeat left top;
	background-size: 12% auto;
}
.sec-reason > ul li:nth-child(1) dl dd b,
.sec-reason > ul li:nth-child(2) dl dd b {
	background-position: left 20%;
}
.sec-ability {
	display: block;
	padding: 4%;
}
.sec-ability > h2 {
	display: block;
	position: relative;
	text-align: center;
	background-image: url(../img/sec-ability-h2-l.png), url(../img/sec-ability-h2-r.png);
	background-position: left center, right center;
	background-repeat: no-repeat, no-repeat;
	background-size: 20% auto, 20% auto;
	color: #0087CD;
	padding: 0.5em 0;
	font-weight: 600;
	font-size: 7.2vw;
}
.sec-ability > ul {
	display: block;
}
.sec-ability > ul li {
	display: block;
	background: #fff;
	border-radius: 3.0em;
	padding: 4%;
	margin-bottom: 10px;
}
.sec-ability > ul li img {
	display: block;
	margin: 5px auto;
	width: 40%;
}
.sec-ability > ul li strong {
	display: block;
	color: #19A082;
	text-align: center;
	font-weight: 600;
	font-size: 4.6vw;
}
.sec-ability > ul li p {
	display: block;
	color: #666;
	line-height: 1.8;
	font-size: 4.0vw;
}
.sec-ability > ul li p b {
	color: #E6001F;
}
.sec-price > h2 {
	display: none;
}
.sec-price > .sec-price-a {
	display: block;
	padding: 4%;
}
.sec-price > .sec-price-a dt {
	margin: 0 auto 4%;
}
.sec-price > div {
	display: block;
	background: #fff;
	margin: 4%;
	padding: 4%;
}
.sec-price > div > h3 {
	display: block;
	position: relative;
	text-align: center;
	color: #333;
	padding: 0 0 0.5em;
	margin-bottom: 1.0em;
	font-weight: 600;
	font-size: 7.2vw;
}
.sec-price > div > p {
	display: block;
	padding: 0 4%;
	color: #666;
	line-height: 1.8;
	font-size: 4.0vw;
}
.sec-price > div > p b {
	display: block;
	color: #E6001F;
	font-weight: 600;
}
.sec-price > div > dl {
	display: block;
	padding: 8% 4%;
}
.sec-price > div > dl dt {
	display: block;
}
.sec-price > div > dl dt img {
	display: block;
	margin: 0 auto;
}
.sec-price > div > dl dt p {
	display: block;
	padding: 1.0em 0 1.0em 1.0em;
	text-indent: -1em;
	color: #666;
	line-height: 1.8;
	font-size: 4.0vw;
}
.sec-price > div > dl dd {
	display: block;
}
.sec-price > div > dl dd strong {
	display: block;
	color: #0087CD;
	border-left: 3px solid #0087CD;
	padding: 0.3em 0.5em 0.4em;
	font-size: 4.0vw;
}
.sec-price > div > dl dd p {
	display: block;
	color: #666;
	padding: 0.3em 0 1.0em;
	line-height: 1.8;
	font-weight: 600;
	font-size: 4.0vw;
}
.sec-price > div > dl dd p:last-child {
	padding: 0.3em 0 1.0em 1.0em;
	text-indent: -1em;
	font-weight: normal;
}
.sec-price > div > dl dd p b {
	color: #E6001F;
}
.sec-price > div > dl dd table {
	width: 100%;
	margin-top: 5px;
	border-collapse: collapse;
}
.sec-price > div > dl dd table tr {
}
.sec-price > div > dl dd table tr th {
	background: #F9DCC1;
	width: 45%;
	color: #333;
	padding: 0.5em;
	border-bottom: 1px solid #FDF3EA;
	vertical-align: middle;
	text-align: left;
	font-size: 4.0vw;
}
.sec-price > div > dl dd table tr td {
	width: 55%;
	color: #666;
	background: #FDF3EA;
	padding: 0.5em;
	border-bottom: 1px solid #F9DCC1;
	line-height: 1.8;
	font-size: 4.0vw;
}
.sec-price > div > dl dd table tr:last-child th,
.sec-price > div > dl dd table tr:last-child td {
	border-bottom: 0;
}
.sec-price > div > dl dd table tr td b {
	color: #E6001F;
	font-weight: 600;
}
.sec-option {
	display: block;
	padding: 4%;
}
.sec-option > h2 {
	display: block;
	position: relative;
	text-align: center;
	background-image: url(../img/sec-option-h2-l.png), url(../img/sec-option-h2-r.png);
	background-position: left center, right center;
	background-repeat: no-repeat, no-repeat;
	background-size: 20% auto, 20% auto;
	color: #0087CD;
	padding: 0.5em 0;
	font-weight: 600;
	font-size: 7.2vw;
}
.sec-option > ul {
	display: block;
}
.sec-option > ul li {
	display: block;
}
.sec-option > ul li img {
	display: block;
	margin: 0 auto;
	width: 80%;
}
.sec-option > ul li div {
	display: block;
	background: #FDF3EA;
	border-radius: 3.0em;
	padding: 4%;
	margin: 10px auto 20px;
}
.sec-option > ul li:last-child div {
	background: #E8F5F2;
}
.sec-option > ul li div b {
	display: block;
	text-align: center;
	color: #0087CD;
	font-weight: 600;
	font-size: 5.6vw;
}
.sec-option > ul li div strong {
	display: block;
	text-align: center;
	color: #0087CD;
	font-weight: 600;
	font-size: 8.8vw;
}
.sec-option > ul li div strong small {
	font-size: 4.6vw;
}
.sec-option > ul li div p {
	display: block;
	color: #666;
	padding: 0.5em 0;
	line-height: 1.8;
	font-size: 4.0vw;
}
.sec-contact {
	display: block;
	padding: 4% 4% 30%;
}
.sec-contact > h2 {
	display: block;
	position: relative;
	text-align: center;
	color: #333;
	padding: 0.5em 0;
	font-weight: 600;
	font-size: 7.2vw;
}
.sec-contact > .formbox > p {
	display: block;
	color: #666;
	padding: 0.5em 0;
	line-height: 1.8;
	font-size: 4.0vw;
}
.sec-contact > .formbox > p b {
	color: #E6001F;
}
.sec-contact > .telbox {
	display: block;
	position: relative;
	padding: 20px 0 0;
	margin: 20px 0 0;
}
.sec-contact > .telbox strong {
	display: block;
	width: 84%;
	margin: 0 auto;
	background: url(../img/tel.png) no-repeat left center;
	background-size: auto 60%;
	color: #0087CD;
	font-family: 'Baloo Paaji', cursive;
	font-weight: 600;
	padding: 0 0 0 12%;
	font-size: 11.0vw;
}
.sec-contact > .telbox strong a {
	color: #0087CD;
}
.sec-contact > .telbox p {
	display: block;
	width: 88%;
	margin: 0 auto;
	color: #666;
	padding: 0 0 0 12%;
	line-height: 1.4;
	font-size: 4.0vw;
}

.sec-contact > .formbox {
	display: block;
	margin: 4% auto;
	/*background: #fff;*/
}
.sec-contact > .formbox table {
	width: 100%;
	margin: 0.5em auto;
	border-collapse: separate;
	border-spacing: 0;
}
.sec-contact > .formbox table tr th {
	display: block;
	color: #000;
	border-bottom: 1px dotted #969696;
	padding: 0.2em;
	text-align: left;
	font-weight: 600;
	font-size: 4.2vw;
}
.sec-contact > .formbox table tr td {
	display: block;
	color: #000;
	text-align: left;
	padding: 0.5em 0.5em 1.0em;
	font-size: 4.0vw;
}
.sec-contact > .formbox table tr th b {
	color: #E6001F;
}
.sec-contact > .formbox table tr td input[type="text"],
.sec-contact > .formbox table tr td input[type="tel"],
.sec-contact > .formbox table tr td input[type="email"],
.sec-contact > .formbox table tr td input[type="number"],
.sec-contact > .formbox table tr td textarea,
.sec-contact > .formbox table tr td select {
	font-size: 4.2vw;
	padding: 0.5em;
	margin: 0.5em 0.5%;
	/*background: #fbe4eb;*/
	border: 1px solid #969696;
}

/* iOSでのデフォルトスタイルをリセット */
.reset {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
.reset::-webkit-search-decoration {
  display: none;
}
.reset::focus {
  outline-offset: -2px;
}

.sec-contact > .formbox table tr td input.type-l,
.sec-contact > .formbox table tr td textarea.type-l {
	width: 93%;
}
.sec-contact > .formbox table tr td input.type-s {
	width: 25%;
}
.sec-contact > .formbox table tr td input.type-volume {
	width: 13%;
	vertical-align: 0.75em;
	text-align: right;
}
.js-button {
	background: #ccc;
	cursor: pointer;
	border: 1px solid #333;
	border-radius: 0.4em;
	font-size: 4.2vw;
	padding: 0.5em;
}

.sec-contact > .formbox table tr td label {
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}
.sec-contact > .formbox table tr td small {
	display: block;
	font-size: smaller;
}
.sec-contact > .formbox table tr td dl {
	display: block;
	letter-spacing: -.4em;
	margin-bottom: 1.0em;
}
.sec-contact > .formbox table tr td dl dt,
.sec-contact > .formbox table tr td dl dd {
	display: inline-block;
	letter-spacing: normal;
}
.sec-contact > .formbox table tr td dl dt {
	width: 24%;
	font-size: 4.2vw;
	padding: 1.0em 0 0;
	vertical-align: top;
}
.sec-contact > .formbox table tr td dl dd {
	width: 76%;
}
.sec-contact > .formbox table tr td dl dd .dpdemo {
	width: 40%;
}
.sec-contact > .formbox table tr td dl dd button {
	vertical-align: middle;
}
.sec-contact > .formbox table tr td ol {
	display: block;
	letter-spacing: -.4em;
}
.sec-contact > .formbox table tr td ol li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 49%;
	margin: 0 0 1.0em;
	padding: 0;
}
.sec-contact > .formbox table tr td ol li:nth-child(2n) {
	margin-left: 2%;
}

.sec-contact > .formbox .bt {
	display: block;
	text-align: center;
	letter-spacing: -.4em;
	margin: 2.0em auto;
}
.sec-contact > .formbox .bt > input,
.sec-contact > .formbox .bt > button {
	display: inline-block;
	letter-spacing: normal;
	position: relative;
	border: 0;
	border-radius: 0.5em;
	background: #ed7a9b;
	color: #fff;
	width: 92%;
	margin: 0 auto;
	text-align: center;
	cursor: pointer;
	padding: 0.5em 0;
	font-weight: 600;
	font-size: 4.2vw;
	font-family: "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
}
.sec-contact > .formbox .bt > .gray {
	background: #e0e0e0;
	color: #4d4d4d;
}
.sec-contact > .formbox .bt > .half {
	width: 48%;
	margin: 0 1%;
}

@media screen and (min-width: 700px) {
	
	.sec-slide > .block > .in > .slider {
		position: relative;
	}
	.sec-slide > .block > .in > .slider > ul {
		padding-bottom: 0;
	}
	.sec-slide > .block > .in > .slider > img {
		display: block;
		position: absolute;
		width: 16.7vw;
		max-width: 260px;
		margin: 0;
		z-index: 10;
		top: 21vw;
		bottom:;
		left: 68vw;
		right:;
	}
	#arrows {
		display: block;
		position: absolute;
		overflow: hidden;
		width: 80%;
		max-width: 1270px;
		top: 16vw;
		margin: 0 auto;
		left: 0;
		right: 0;
	}
	#arrows .bt-prev {
		float: left;
	}
	#arrows .bt-next {
		float: right;
	}
	.sec-slide > .block > .in > .slider > span {
		display: block;
		position: absolute;
		top: 2.5vw;
		left: 18vw;
		width: 25vw;
		max-width: 400px;
	}
	.sec-slide > .block > .in > .slider > span > .bt {
		display: block;
		background: #EB8C32;
		border: 1px solid #EB8C32;
		color: #fff;
		padding: 0.2em 0;
		text-align: center;
		margin: 0.8em 0 0;
		border-radius: 10em;
		font-weight: 600;
		font-size: 1.6vw;
	}
	.sec-slide > .block > .in > .slider > span > .bt:hover {
		background: #fff;
		color: #EB8C32;
	}
	.sec-slide > .block > .in > .slider > span > .bt::after {
		content: "▶";
	}
	.sec-slide > .block > .in > p {
		display: block;
		width: 98%;
		max-width: 1200px;
		margin: 0 auto;
		padding: 0.8em 0;
		line-height: 1.4;
		font-size: 1.8vw;
	}
	.sec-slide > .block > .in > p > b {
		color: #0087CD;
		font-weight: 600;
		font-size: 2.0vw;
	}
	.sec-slide > .block > .in > p > i {
		color: #EB8C32;
		font-weight: 600;
		font-size: 2.0vw;
	}
	.sec-slide > .block > .in > .bt {
		display: none;
	}

	.campaign {
		padding: 4% 0;
	}
	.campaign img {
		display: block;
		width: 98%;
		max-width: 1200px;
		margin: 0 auto;
	}

	.sec-about {
		padding: 0 0 4%;
	}
	.sec-about > .sec-about-a {
		padding: 4% 0;
		width: 98%;
		max-width: 1200px;
		margin: 0 auto;
	}
	.sec-about > .sec-about-a > h2 {
		display: block;
		width: 98%;
		max-width: 1200px;
		margin: 0 auto;
		font-size: 3.0vw;
		background-image: url(../img/sec-about-h2.png), url(../img/sec-about-h2.png);
		background-position: left center, right center;
		background-repeat: no-repeat, no-repeat;
		background-size: auto 60%, auto 60%;
	}
	.sec-about > .sec-about-a > p {
		text-align: center;
		line-height: 2.0;
		font-size: 1.4vw;
	}
	.sec-about > .sec-about-a > p strong {
		font-size: 1.6vw;
	}
	.sec-about > .sec-about-b {
		display: block;
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 0 2%;
	}
	.sec-about > .sec-about-c {
		padding: 0 0 2%;
	}
	.sec-about > .sec-about-c > strong {
		display: block;
		width: 50%;
		max-width: 846px;
		margin: 0 auto;
		padding: 1.0em 0 1.0em 10%;
		font-size: 2.8vw;
	}
	.sec-about > .sec-about-c > ul {
		letter-spacing: -.4em;
		width: 98%;
		max-width: 1200px;
		margin: 0 auto;
		padding: 50px 0;
	}
	.sec-about > .sec-about-c > ul li {
		display: inline-block;
		letter-spacing: normal;
		width: 21%;
		vertical-align: top;
		padding: 0 2%;
	}
	.sec-about > .sec-about-c > ul li dl dt {
		display: block;
		width: 100%;
		margin-right: 0;
	}
	.sec-about > .sec-about-c > ul li dl dt img {
		border-radius: 10px;
	}
	.sec-about > .sec-about-c > ul li dl dt::before {
		width: 2.4vw;
		height: 2.4vw;
		line-height: 2.4vw;
		top: 3%;
		left: 3%;
		font-size: 1.2vw;
	}
	.sec-about > .sec-about-c > ul li dl dt::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 113%;
		margin-left:;
		margin-top: -15px;
		border: 15px solid transparent;
		border-top: 15px solid transparent;
		border-left: 15px solid #0087CD;
	}
	.sec-about > .sec-about-c > ul li dl dd {
		display: block;
		width: 100%;
		padding: 0.5em 0;
		font-size: 1.2vw;
	}
	.sec-about > .sec-about-c > ul li dl dd b {
		padding: 0.8em 0;
		text-align: center;
		font-size: 2.0vw;
	}
	.sec-about > p {
		width: 64%;
		margin: 0 auto;
		padding: 4% 0;
		font-size: 3.4vw;
	}
	.sec-about > p {
		width: 54%;
		max-width: 860px;
		margin: 0 auto;
		background: url(../img/sec-about-p.png) no-repeat left center;
		background-size: auto 90%;
		padding: 0 0 0 12%;
		font-size: 2.8vw;
	}

	.sec-reason > .sec-reason-a {
		letter-spacing: -.4em;
		margin: 0 auto;
		padding: 4% 0;
		width: 98%;
		max-width: 1200px;
	}
	.sec-reason > .sec-reason-a dt {
		display: inline-block;
		letter-spacing: normal;
		width: 38%;
		margin-right: 4%;
	}
	.sec-reason > .sec-reason-a dt img {
		margin-top: 20px;
	}
	.sec-reason > .sec-reason-a dd {
		display: inline-block;
		letter-spacing: normal;
		width: 58%;
	}
	.sec-reason > ul {
		width: 98%;
		max-width: 1200px;
		margin: 0 auto;
		padding: 4% 0 8%;
	}
	.sec-reason > ul li {
		display: block;
		padding: 0 0 40px;
	}
	.sec-reason > ul li dl {
		display: block;
		overflow: hidden;
	}
	.sec-reason > ul li dl dt {
		float: left;
		vertical-align: top;
		width: 40%;
	}
	.sec-reason > ul li dl dt img {
		border-radius: 10px;
	}
	.sec-reason > ul li dl dd {
		float: right;
		vertical-align: top;
		width: 58%;
		padding: 0 0 0 2%;
		font-size: 1.2vw;
	}
	.sec-reason > ul li:nth-child(1) dl dd {
		background: url(../img/01.png) no-repeat 96% 100%;
		background-size: 25% auto;
	}
	.sec-reason > ul li:nth-child(2) dl dd {
		background: url(../img/02.png) no-repeat 96% 100%;
		background-size: 25% auto;
	}
	.sec-reason > ul li:nth-child(3) dl dd {
		background: url(../img/03.png) no-repeat 96% 100%;
		background-size: 25% auto;
	}
	.sec-reason > ul li:nth-child(4) dl dd {
		background: url(../img/04.png) no-repeat 96% 100%;
		background-size: 25% auto;
	}
	.sec-reason > ul li:nth-child(5) dl dd {
		background: url(../img/05.png) no-repeat 96% 100%;
		background-size: 25% auto;
	}
	.sec-reason > ul li:nth-child(6) dl dd {
		background: url(../img/06.png) no-repeat 96% 100%;
		background-size: 25% auto;
	}
	.sec-reason > ul li dl dd b {
		font-size: 2.6vw;
		padding-bottom: 0.4em;
	}
	.sec-reason > ul li:nth-child(2n+1) dl dt {
		float: right;
	}
	.sec-reason > ul li:nth-child(2n+1) dl dd {
		float: left;
		padding: 0 2% 0 0;
	}
	
	.sec-ability {
		padding: 4% 0;
	}
	.sec-ability > h2 {
		display: block;
		width: 60%;
		max-width: 932px;
		margin: 0 auto;
		font-size: 3.0vw;
		background-position: left center, right center;
		background-repeat: no-repeat, no-repeat;
		background-size: auto 60%, auto 60%;
	}
	.sec-ability > ul {
		display: block;
		letter-spacing: -.4em;
		width: 98%;
		max-width: 1200px;
		margin: 0 auto;
	}
	.sec-ability > ul li {
		display: inline-block;
		letter-spacing: normal;
		vertical-align: top;
		border-radius: 1.0em;
		width: 28%;
		padding: 2%;
		margin-bottom: 25px;
	}
	.sec-ability > ul li:nth-child(3n-1) {
		margin: 0 2%;
	}
	.sec-ability > ul li img {
		display: block;
		margin: 15px auto;
		width: 50%;
	}
	.sec-ability > ul li strong {
		padding-bottom: 1.0em;
		text-align: center;
		font-size: 1.8vw;
	}
	.sec-ability > ul li p {
		font-size: 1.2vw;
	}
	
	.sec-price > .sec-price-a {
		letter-spacing: -.4em;
		margin: 0 auto;
		padding: 4% 0;
		width: 98%;
		max-width: 1200px;
	}
	.sec-price > .sec-price-a dt {
		display: inline-block;
		letter-spacing: normal;
		width: 38%;
		margin-right: 4%;
	}
	.sec-price > .sec-price-a dt img {
		margin-top: 20px;
	}
	.sec-price > .sec-price-a dd {
		display: inline-block;
		letter-spacing: normal;
		width: 58%;
	}
	
	.sec-price > div > h3 {
		padding: 0 0 0.5em;
		font-size: 3.0vw;
	}
	.sec-price > div > p {
		text-align: center;
		line-height: 2.8;
		font-size: 1.4vw;
	}
	.sec-price > div > p b {
		font-weight: 600;
		font-size: 1.6vw;
	}
	.sec-price > div > dl {
		width: 98%;
		max-width: 1200px;
		margin: 0 auto;
		padding: 4% 0;
		overflow: hidden;
	}
	.sec-price > div > dl dt {
		float: right;
		width: 41%;
		padding: 0 0 0 2%;
		vertical-align: top;
	}
	.sec-price > div > dl dt img {
		margin: 0;
	}
	.sec-price > div > dl dt p {
		font-size: 1.2vw;
	}
	.sec-price > div > dl dd {
		float: left;
		width: 57%;
		vertical-align: top;
	}
	.sec-price > div > dl dd strong {
		padding: 0.1em 0.5em 0.2em;
		font-size: 1.2vw;
	}
	.sec-price > div > dl dd p {
		font-size: 1.2vw;
	}
	.sec-price > div > dl dd p b {
		color: #E6001F;
	}
	.sec-price > div > dl dd table {
		width: 100%;
		margin-top: 5px;
		border-collapse: collapse;
	}
	.sec-price > div > dl dd table tr {
	}
	.sec-price > div > dl dd table tr th {
		width: 40%;
		width: -webkit-calc(40% - 2.0em);
		width: -moz-calc(40% - 2.0em);
		width: calc(40% - 2.0em);
		padding: 1.0em;
		font-size: 1.2vw;
	}
	.sec-price > div > dl dd table tr td {
		width: 60%;
		width: -webkit-calc(60% - 2.0em);
		width: -moz-calc(60% - 2.0em);
		width: calc(60% - 2.0em);
		padding: 1.0em;
		font-size: 1.2vw;
	}
	
	.sec-option {
		padding: 2% 0;
	}
	.sec-option > h2 {
		display: block;
		width: 60%;
		max-width: 932px;
		margin: 0 auto;
		font-size: 3.0vw;
		background-position: left center, right center;
		background-repeat: no-repeat, no-repeat;
		background-size: auto 60%, auto 60%;
	}
	.sec-option > ul {
		display: block;
		width: 98%;
		max-width: 1152px;
		margin: 20px auto;
		overflow: hidden;
	}
	.sec-option > ul li {
		width: 47%;
		max-width: 560px;
		/*float: left;*/
		margin: 0 auto;
	}
	.sec-option > ul li:last-child {
		/*float: right;*/
	}
	.sec-option > ul li img {
		border-radius: 10px;
	}
	.sec-option > ul li div {
		display: block;
		border-radius: 5.0em;
		padding: 4%;
		margin: 10px auto 20px;
	}
	.sec-option > ul li div b {
		font-size: 1.8vw;
	}
	.sec-option > ul li div strong {
		font-size: 3.6vw;
	}
	.sec-option > ul li div strong small {
		font-size: 1.8vw;
	}
	.sec-option > ul li div p {
		font-size: 1.2vw;
	}
	.sec-contact {
		padding: 4% 0 20%;
	}
	.sec-contact > h2 {
		font-size: 3.0vw;
	}
	.sec-contact > .formbox > p {
		font-size: 1.2vw;
	}
	.sec-contact > .telbox {
		display: block;
		position: relative;
		text-align: center;
		padding: 20px 0 0;
		margin: 20px 0 0;
	}
	.sec-contact > .telbox strong {
		display: block;
		width: 46%;
		max-width: 695px;
		margin: 0 auto;
		background: url(../img/tel.png) no-repeat left center;
		background-size: auto 60%;
		color: #0087CD;
		font-family: 'Baloo Paaji', cursive;
		font-weight: 600;
		padding: 0 0 0 7%;
		font-size: 7.0vw;
	}
	.sec-contact > .telbox p {
		display: block;
		width: 46%;
		max-width: 695px;
		margin: -1.0em auto 0;
		padding: 0 0 0 7%;
		text-align: left;
		font-size: 1.9vw;
	}

	.sec-contact > .formbox {
		display: block;
		width: 98%;
		max-width: 1200px;
		margin: 0 auto;
		/*background: #fff;*/
	}
	.sec-contact > .formbox table {
		width: 100%;
		margin: 0.5em auto;
		border-collapse: separate;
		border-spacing: 0;
	}
	.sec-contact > .formbox table tr th {
		display: table-cell;
		width: 40%;
		padding: 1.0em 0;
		vertical-align: top;
		font-size: 16px;
		font-size: 1.3vw;
	}
	.sec-contact > .formbox table tr td {
		display: table-cell;
		border-bottom: 1px dotted #969696;
		padding: 1.0em 0;
		font-size: 16px;
		font-size: 1.3vw;
	}
	.sec-contact > .formbox table tr td input[type="text"],
	.sec-contact > .formbox table tr td input[type="tel"],
	.sec-contact > .formbox table tr td input[type="email"],
	.sec-contact > .formbox table tr td input[type="number"],
	.sec-contact > .formbox table tr td textarea,
	.sec-contact > .formbox table tr td select {
		margin: 0.2em 0.5%;
		font-size: 16px;
		font-size: 1.3vw;
	}
	.js-button {
		font-size: 12px;
		font-size: 1.0vw;
		margin: 0 0.5%;
	}

	.sec-contact > .formbox table tr td label {
		display: inline-block;
		padding-left: 1em;
		text-indent: -1em;
	}
	.sec-contact > .formbox table tr td small {
		display: block;
		font-size: smaller;
	}
	.sec-contact > .formbox table tr td dl {
		display: block;
		letter-spacing: -.4em;
		margin-bottom: 1.0em;
	}
	.sec-contact > .formbox table tr td dl dt,
	.sec-contact > .formbox table tr td dl dd {
		display: inline-block;
		letter-spacing: normal;
	}
	.sec-contact > .formbox table tr td dl dt {
		width: 14%;
		font-size: 16px;
		font-size: 1.3vw;
		padding: 0.5em 0 0;
	}
	.sec-contact > .formbox table tr td dl dd {
		width: 86%;
	}
	.sec-contact > .formbox table tr td dl dd .dpdemo {
		width: 60%;
	}
	.sec-contact > .formbox table tr td dl dd button {
		vertical-align: middle;
	}
	.sec-contact > .formbox table tr td ol {
		display: block;
		letter-spacing: -.4em;
	}
	.sec-contact > .formbox table tr td ol li {
		display: inline-block;
		letter-spacing: normal;
		vertical-align: top;
		width: 49%;
		margin: 0 0 1.0em;
		padding: 0;
	}
	.sec-contact > .formbox table tr td ol li:nth-child(2n) {
		margin-left: 2%;
	}

	.sec-contact > .formbox .bt {
		display: block;
		text-align: center;
		letter-spacing: -.4em;
		margin: 2.0em auto;
	}
	.sec-contact > .formbox .bt > input,
	.sec-contact > .formbox .bt > button {
		width: 50%;
		margin: 0 auto;
		border: 1px solid #ed7a9b;
		font-size: 2.0vw;
	}
	.sec-contact > .formbox .bt > .gray {
		border: 1px solid #e0e0e0;
	}
	.sec-contact > .formbox .bt > input:hover,
	.sec-contact > .formbox .bt > button:hover {
		background: #fff;
		color: #ed7a9b;
	}
	.sec-contact > .formbox .bt > .gray:hover {
		background: #4d4d4d;
		color: #e0e0e0;
	}
}

@media screen and (min-width: 1200px) {
	
	
	
	.sec-slide > .block > .in > p {
		font-size: 24px;
	}
	.sec-slide > .block > .in > p > b {
		font-size: 26px;
	}
	.sec-slide > .block > .in > p > i {
		font-size: 26px;
	}
	
	.sec-about > .sec-about-a > h2 {
		font-size: 38px;
	}
	.sec-about > .sec-about-a > p {
		font-size: 18px;
	}
	.sec-about > .sec-about-a > p strong {
		font-size: 22px;
	}
	.sec-about > .sec-about-c > strong {
		font-size: 38px;
	}
	.sec-about > .sec-about-c > ul li dl dt::before {
		width: 40px;
		height: 40px;
		line-height: 40px;
		top: 1%;
		left: 1%;
		font-size: 20px;
	}
	.sec-about > .sec-about-c > ul li dl dd {
		font-size: 16px;
	}
	.sec-about > .sec-about-c > ul li dl dd b {
		font-size: 26px;
	}
	.sec-about > p {
		width: 770px;
		padding: 0 0 0 160px;
		font-size: 36px;
	}

	.sec-reason > ul li dl dd {
		font-size: 16px;
	}
	.sec-reason > ul li dl dd b {
		font-size: 30px;
	}
	
	.sec-ability > h2 {
		font-size: 40px;
	}
	.sec-ability > ul li strong {
		font-size: 22px;
	}
	.sec-ability > ul li p {
		font-size: 16px;
	}
	
	.sec-price > div > h3 {
		font-size: 40px;
	}
	.sec-price > div > p {
		font-size: 18px;
	}
	.sec-price > div > p b {
		font-size: 24px;
	}
	.sec-price > div > dl dt p {
		font-size: 16px;
	}
	.sec-price > div > dl dd strong {
		font-size: 16px;
	}
	.sec-price > div > dl dd p {
		font-size: 16px;
	}
	.sec-price > div > dl dd table tr th {
		font-size: 16px;
	}
	.sec-price > div > dl dd table tr td {
		font-size: 16px;
	}
	
	.sec-option > h2 {
		font-size: 40px;
	}
	.sec-option > ul li div b {
		font-size: 22px;
	}
	.sec-option > ul li div strong {
		font-size: 44px;
	}
	.sec-option > ul li div strong small {
		font-size: 22px;
	}
	.sec-option > ul li div p {
		font-size: 16px;
	}
	.sec-contact {
		padding: 4% 0 20%;
	}
	.sec-contact > h2 {
		font-size: 46px;
	}
	.sec-contact > .formbox > p {
		font-size: 16px;
	}
	.sec-contact > .telbox strong {
		font-size: 94px;
	}
	.sec-contact > .telbox p {
		font-size: 18px;
	}

	.sec-contact > .formbox table tr th {
		font-size: 16px;
	}
	.sec-contact > .formbox table tr td {
		font-size: 16px;
	}
	.sec-contact > .formbox table tr td input[type="text"],
	.sec-contact > .formbox table tr td input[type="tel"],
	.sec-contact > .formbox table tr td input[type="email"],
	.sec-contact > .formbox table tr td input[type="number"],
	.sec-contact > .formbox table tr td textarea,
	.sec-contact > .formbox table tr td select {
		font-size: 16px;
	}
	.js-button {
		font-size: 12px;
	}

	.sec-contact > .formbox table tr td dl dt {
		font-size: 16px;
	}

	.sec-contact > .formbox .bt > input,
	.sec-contact > .formbox .bt > button {
		font-size: 24px;
	}
	
}

@media screen and (min-width: 1600px) {
	
	.sec-slide > .block > .in > .slider > img {
		width: 16.7vw;
		top: 23vw;
		left: 68vw;
	}
	#arrows {
		display: block;
		position: absolute;
		overflow: hidden;
		width: 100%;
		top: 16vw;
		margin: 0 auto;
		left: 0;
		right: 0;
	}
	#arrows .bt-prev {
		float: left;
	}
	#arrows .bt-next {
		float: right;
	}
	.sec-slide > .block > .in > .slider > span {
		display: block;
		position: absolute;
		top: 2.5vw;
		left: 18vw;
		width: 25vw;
		max-width: 400px;
	}
	.sec-slide > .block > .in > .slider > span > .bt {
		display: block;
		background: #EB8C32;
		border: 1px solid #EB8C32;
		color: #fff;
		padding: 0.2em 0;
		text-align: center;
		margin: 0.8em 0 0;
		border-radius: 10em;
		font-weight: 600;
		font-size: 24px;
	}
	.sec-slide > .block > .in > .slider > span > .bt:hover {
		background: #fff;
		color: #EB8C32;
	}
	.sec-slide > .block > .in > .slider > span > .bt::after {
		content: "▶";
	}
	
}



/**** datepicker ui ****/
#ui-datepicker-div {
}
.ui-datepicker {
	font-size: 4.2vw;
}
.ui-widget-content {
	border: 0;
	border-radius: 0.5em;
	background: #F0E9CF;
	color: black;
}
.ui-widget-header {
	border: 0;
	background: #F0E9CF;
	color: #646464;
	font-weight: 600 !important;
}
.ui-datepicker-month {
	font-size: larger;
}
.ui-datepicker-calendar {
	border: 0;
	border-radius: 0.5em;
	background: #fff;
}

.ui-datepicker-calendar th {
	font-weight: normal;
	color: #604C3F;
}
.ui-datepicker-calendar td,
.ui-datepicker-calendar td a {
	font-weight: normal;
	color: #604C3F;
	text-align: center;
}
.ui-datepicker-calendar td,
.ui-datepicker-calendar td span {
	text-align: center;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 0;
	background: #fff;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border-radius: 0.5em;
	background: #E2D5A8;
	color: #fff;
}
.ui-widget-header .ui-icon {
	/*background-image: url(../img/common/ui-icons_off.png);*/
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	/*background-image: url(../img/common/ui-icons_on.png);*/
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	background: #E2D5A8;
}

@media screen and (min-width: 700px) {
	
	.ui-datepicker {
		font-size: 1.6vw;
	}
	
}

@media screen and (min-width: 1200px) {
	
	.ui-datepicker {
		font-size: 18px;
	}
	
}

/* ======================================================
	個人情報の取り扱い
====================================================== */

#popup {
	display: block;
	padding: 4%;
}
#popup h2.midashi {
	display: block;
	background: #1DA8C7;
	color: #fff;
	padding: 0.8em;
	margin-bottom: 0.2em;
	font-weight: 600;
	font-size: 16px;
}
#popup h3.midashi {
	display: block;
	color: #1DA8C7;
	border-bottom: 2px solid #1DA8C7;
	padding: 0.2em 0;
	margin-bottom: 0.2em;
	font-weight: 600;
	font-size: 16px;
}
#popup .text {
	display: block;
	overflow: hidden;
	padding: 0.5em 0 1.0em;
	line-height: 1.6;
	font-size: 14px;
}
#popup .name {
	text-align: right;
}
#popup dl {
	text-align: right;
}
#popup dl dt {
}
#popup dl dd {
}