@charset "utf-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tfoot, thead, th, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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

body {
	font: normal 18px/1.7 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	color:#1A1A1A;
	overflow-x: hidden;
    background-color: #f9f9f9;
}

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    width: 100%;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

* {
    box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media screen and (min-width: 639px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}

@media screen and (max-width: 640px) {
	.sp img{
		max-width:100%;
}
	.sp02 img{
		text-align: center;
		max-width:100%;
/*  width: "768px";*/
  height: "auto";
}
.sp03 img{
		max-width:100%;
}
}

@media screen and (max-width: 640px) {
    .sp img,
    .sp02 img,
    .sp03 img {
        max-width: 100%;
        height: auto; /* 不要なクォートを削除 */
        text-align: center; /* 追加 */
    }
}

figure, img {
  margin: 0;
  padding: 0;
  display: block;
}
.sp01, .sp02 {
  margin: 0;
  padding: 0;
}


.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.ov_hd {
	overflow: hidden;
}
.bg_none {
	background-image: none!important;
}
a.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.center {
	text-align: center;
}
.right {
	text-align:right;
}
.line_0 {
	line-height: 0;
}
.zindex {
	z-index: 200;
}
input[type=radio] {
	width: 100%;
	height: 15px;
	vertical-align: middle;
}
input[type=image]:hover{
		opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	}


/* ----------------------------------------------------

    text

---------------------------------------------------- */
em {
	text-decoration: underline;
  font-style: normal;
}
.bd_red {
	border-bottom: 1px solid #FF0004;
	padding-bottom: 2px;
}
.bd_red02 {
	border-bottom: 3px solid #FF0004;
	padding-bottom: 0px;
}
.red {
	color: #ff0000;
}
.yellow {
	background-color: #ffff00;
}
.gray {
	color:#666666;
}
.bold {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
.strike {
	text-decoration: line-through;
}
.ac {
	text-align: center !important;
}
.ar {
	text-align: right !important;
}
.al {
	text-align: left !important;
}
.bold {
	font-weight: bold !important;
}
.font10 {
	font-size: 10px !important;
}
.font11 {
	font-size: 11px !important;
}
.font12 {
	font-size: 12px !important;
}
.font13 {
	font-size: 13px !important;
}
.font14 {
	font-size: 14px !important;
}
.font15 {
	font-size: 15px !important;
}
.font16 {
	font-size: 16px !important;
}
.font17 {
	font-size: 17px !important;
	line-height:150%;
}
.font18 {
	font-size: 18px !important;
}
.font19 {
	font-size: 19px !important;
}
.font20 {
	font-size: 20px !important;
}
.font21 {
	font-size: 21px !important;
}
.font22 {
	font-size: 22px !important;
}
.font23 {
	font-size: 23px !important;
}
.font24 {
	font-size: 24px !important;
}
.font25 {
	font-size: 25px !important;
}
.font26 {
	font-size: 26px !important;
}
.font27 {
	font-size: 27px !important;
}
.font28 {
	font-size: 28px !important;
}
.font29 {
	font-size: 29px !important;
}
.font30 {
	font-size: 30px !important;
}
.font32 {
	font-size: 32px !important;
}


.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

/* ----------------------------------------------------

    float

---------------------------------------------------- */
.fr {
	float: right !important;
}
.fl {
	float: left !important;
}
.clear {
	clear: both;
}
img {
	line-height: 0;
	padding: 0;
	margin: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
/* ----------------------------------------------------
    clearfix の代用
    &#60;div class="hr"&#62;&#60;hr /&#62;&#60;/div&#62;
---------------------------------------------------- */


/* ----------------------------------------------------
  header
---------------------------------------------------- */
header p{
	background: #006800;
	padding: 10px;
	text-align: center;
}

header h1{
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

header h1 img{
	margin-top: 30px;
}


@media screen and (max-width: 640px) {
	header h1{
		padding: 10px 0;
	}
	
	header h1 img{
		margin-top: 10px;
	}
}

/* ----------------------------------------------------
  sec
---------------------------------------------------- */

.ripple {
  position: relative;
  display: block;
　width: 90%;
}
.ripple img {
  max-width: 90%;
  margin: 0 auto;
}
.ripple span {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 90%;
  height: 100%;
  margin: auto;
  animation-name: rippleAnimation;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  border-radius: 100px;
  background-color: #176987;
  box-shadow: 0 0 5px white;
}
@media screen and (max-width: 640px) {
  .ripple span {
    width: 90%;
  }
}
@keyframes rippleAnimation {
  0% {
    transform: scale(1, 1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.1, 1.1);
    opacity: 0;
  }
}
/* ----------------------------------------------------
  sec01
---------------------------------------------------- */


.sec01 figure{
	width: 50%;
	margin: 0 auto;
	text-align: center;
}


@media screen and (max-width: 640px) {
	.sec01 figure{
		width: 100%;}
}

.schedule_caption {
/*  margin: 0;
  padding: 0;
  padding-left: 10px;*/
  font-size: 70%;
/*  font-weight: bold;
  line-height: 150%;*/
  text-align: center;
	overflow:hidden;
}

@media screen and (min-width: 639px) {
  .schedule_caption {
    font-size: 80%;
}
}


/* ----------------------------------------------------
  cta
---------------------------------------------------- */

.sec_cta {
  width: 50%;
  margin: 0 auto;
  background-color: #01589B;
  padding: 3% 0;
}
.sec_cta figure {
	width: 90%;
  }
.sec_cta p {
  color: #fff;
}
.sec_cta .ripple span {
  background-color: #4ecd00;
  border-radius: 20px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .sec_cta {
    width: 100%;
	padding: 3% 0 5%;
  }	
  .sec_cta .ripple span {
    width: 90%;
  }
  .sec_cta figure {
	width: 90%;
	margin-top: 4vw;
    margin-bottom: 4vw;
  }
  .sec_cta p {
    font-size: 3.7vw;
  }
}

.disabled{
	display: none;
}

/*------------------------------------------------
	Mail Form
-------------------------------------------------*/

.mf_form {
	width: 80%;
	padding: 0.9em 0.5em;
	border-radius: 8px;
	font-size: 1.8em;
	background-color: #FFFFFF !important;
	margin-bottom: 0.5em;
	border: 1px solid #999999;
	box-sizing: border-box;
}

@media (max-width: 640px) {
.mf_form {
	width: 90%;
	font-size: 1.1em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
}

/* ----------------------------------------------------
  footer
---------------------------------------------------- */

footer{
    background-color: #01589B;
    color: #FFFFFF;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding: 1em;
    box-sizing: border-box;
    line-height: 1.65em;
    box-shadow: 4px 0px 6px rgba(0,0,0,.3),-4px 0px 6px rgba(0,0,0,.3);
}
footer a {
  color: #FFFFFF;
}

@media screen and (max-width: 640px) {
	footer{
		font-size: 3.4vw;
		width: 100%;
}
}

.side_btn {
	max-width: 200px;
	text-align: right;
	vertical-align: bottom;
	position: fixed !important;
	position: absolute;
	bottom: 0.5em;
	right: 0.5em;
	z-index: 99999;
	display: inline-block;
	max-width: 100%; /* 追加 */
}

@media (max-width: 640px) {
.side_btn {
	display: none;
}
}

.smp_btn {
	display: none;
}

@media (max-width: 640px) {
.smp_btn {
	position: fixed;
	bottom: 0; 
	left: 0;
	display: inline-block;
	z-index: 100;
}
}

.smp {
	display: none;
}

@media screen and (max-width: 640px) {
.smp {
	display: block;
}
}