@charset "UTF-8";

body {
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    line-height: 1.4;
    font-size: 1rem;
    width: 100%;
    color: #2A2A2A;
    position: relative;
	overflow-x: hidden;
}

* html body {
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	overflow-x: hidden;
}

*:first-child+html body {
  font-family: "メイリオ", sans-serif;
} /*ブラウザごとのズレやフォントを解消するこれはＩＥ７に反映させる*/

img { 
  vertical-align: bottom; 
} /*画像の下端と、行の下端を揃える*/

/*リンクされた文字*/
a {
	text-decoration: none;
	color: #003CB5;
}

a:hover {
	opacity: 0.6;
}

/*マウスをのせたとき*/
a img {
	-webkit-transition: 0.2s ease-in-out;  
	-moz-transition: 0.2s ease-in-out;  
	-o-transition: 0.2s ease-in-out;  
	transition: 0.2s ease-in-out;  
}

a img:hover {
	opacity: 0.4;  
	filter: alpha(opacity=60);
}

/* [ 共通 ] ================================================*/

#tel-fx {
	display: none;
}

/* [ first-view ] ================================================*/

#first-view {
    position: relative;
    width: 100%;
	height: auto;
	background-color: #00d8ff;
}

header {
	max-width: 1020px;
	margin: 0 auto;
	position: relative;
}

header div {
	position: absolute;
	top: 20px;
	left: 0;
}

header h1 {
	position: absolute;
	top: 24px;
	left: 120px;
}

h1 {
	font-size: 16px;
	color: #fff;
}

#sp-navi {
	display: block;
}

#visual {
	position: relative;
}

#top-visual {
  width: 800px;
  margin: 0 auto;
  padding: 80px 0 60px 0;
}

#top-visual img {
	width: 100%;
}

.anim-box.poyoyon3.is-animated {
  animation: poyoyon3 2.5s infinite;
  opacity: 1;
}
@keyframes poyoyon3 {
  0%, 40% {
    transform: skew(0deg, 0deg);
  }
  5% {
    transform: skew(5deg, 5deg);
  }
  10% {
    transform: skew(-4deg, -4deg);
  }
  15% {
    transform: skew(3deg, 3deg);
  }
  20% {
    transform: skew(-2deg, -2deg);
  }
  25% {
    transform: skew(1deg, 1deg);
  }
  30% {
    transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    transform: skew(0.3deg, 0.3deg);
  }
}

.top-lead01 {
	position: absolute;
	top: 290px;
	left:160px;
}

/* [ bg-fade ] ================================================*/

.bg-fade {
  opacity: 0;
  -moz-transition: -moz-transform 1.5s linear;
  -webkit-transition: -webkit-transform 1.5s linear;
  -o-transition: -o-transform 1.5s linear;
  -ms-transition: -ms-transform 1.5s linear;
  transition: transform 1.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.img-blur {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: .3s;
}
@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
      opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}


/* [ ハンバーガーメニュー ] ================================================*/

#sp-navi {
	width: 100%;
    display: block;
	position: relative;
}

.nav_toggle_bg{
	display: block;
	position: absolute;
	top: 50px;
	right: 3%;
	background-color: #fff;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}
.nav_toggle {
    display: block;
    position: absolute;
    top: 63px;
    right: 4.35%;
    z-index: +500;
	width: 1.75rem;
    height: 2rem;
}
.nav_toggle i {
  display: block;
  width: 33px;
  height: 3px;
  background-color: #000;
  position: absolute;
  transition: transform .5s, opacity .5s;
	z-index: +120;
}
.nav_toggle i:nth-child(1) {
  top: 0;
}
.nav_toggle i:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.nav_toggle i:nth-child(3) {
  bottom: 0;
}
.nav_toggle.show1 i:nth-child(1) {
  transform: translateY(14px) rotate(-45deg);
}
.nav_toggle.show1 i:nth-child(2) {
  opacity: 0;
}
.nav_toggle.show1 i:nth-child(3) {
  transform: translateY(-15px) rotate(45deg);
}
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s, visibility .5s;
  z-index: +100;
	background-color: #fff;
}

.nav.show1 {
  opacity: 1;
  visibility: visible;
}
.nav_menu_ul {
  padding: 60px 0 60px 0;
}
.nav_menu_li {
  text-align: center;
  padding:15px 0 15px 0;
}
.nav_menu_li a {
  color: #000;
  font-size: 27px;
  font-family: 'Zen Maru Gothic', sans-serif;
}
	
.navi-btn-1 {
	padding-right: 60px;
}
	
.navi-btn img {
	width: 300px;
}

.flex1 {
    display : -webkit-box;     /* old Android */
    display : -webkit-flex;    /* Safari etc. */
    display : -ms-flexbox;     /* IE10        */
    display : flex;
}

.center1 {
	width: 660px;
	margin: 0 auto;
}


/* [ contact ] ================================================*/
	
#contact {
	width: 800px;
	margin: 0 auto;
	position: relative;
}

.top-lead02 {
	position: absolute;
	top: -200px;
	right:-100px;
}

#i-01 {
	position: absolute;
	top:-44px;
	left: 25px;
}

#i-01 img {
	width: 150px;
}

.contact-lead1 {
	font-size: 58px;
	padding: 40px 0 0 200px;
	font-family: 'Noto Sans JP', sans-serif;
}

.contact-lead2 {
	font-size: 30px;
	padding: 10px 0 40px 200px;
	font-family: 'Noto Sans JP', sans-serif;
}

.contact-area {
	background-color: #fff2bc;
	padding: 34px 26px 26px 26px;
}

.contact-area-top {
	padding-left: 165px;
}

.contact-area-top-sp {
	display: none;
}

.contact-lead3 {
	background-color: #ff6c00;
    border-radius: 12px 0 12px 0;
	padding: 0 13px 3px 13px;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 46px;
}

.contact-lead4 {
	background-color: #ff6c00;
    border-radius: 12px 0 12px 0;
	padding: 0 13px 3px 13px;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 42px;
	margin-left: 25px;
}

.contact-tel {
	padding: 15px 0 0 0;
}

.contact-btn {
    display : -webkit-box;     /* old Android */
    display : -webkit-flex;    /* Safari etc. */
    display : -ms-flexbox;     /* IE10        */
    display : flex;
}

.contact-btn img {
	width: 370px;
}

.contact-btn li {
	padding-top:20px;
}

.contact-btn li:first-child {
	padding: 20px 20px 0 20px;
}

.contact-lead5 {
	font-size: 50px;
	padding: 18px 0 0 190px;
	font-family: 'Noto Sans JP', sans-serif;
}

.contact-lead6 {
	font-size: 27px;
	padding: 10px 0 30px 198px;
	font-family: 'Noto Sans JP', sans-serif;
}

/* [ WEB-TICKET ] ================================================*/

#web-ticket {
	width: 800px;
	margin: 80px auto;
	position: relative;
	text-align: center;
}

#web-ticket p {
	font-size: 19px;
	line-height: 1.7em;
    font-weight: 600;
    margin-top: 30px;
}

/* [ BN ] ================================================*/

.bn {
	width: 800px;
	margin: 100px auto;
	position: relative;
	text-align: center;
}


/* [ TROUBLE ] ================================================*/

#trouble {
	width: 800px;
	margin: 50px auto;
	position: relative;
}

.trouble-ttl {
	text-align: center;
	margin-top: 84px;
}

.trouble-ttl img {
	width: 300px;
}

.trouble-ttl2-pc {
	text-align: center;
	font-size: 36px;
	padding: 15px 0 0 0;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 1px;
}
.trouble-ttl2-sp{
	display: none;
}
.trouble-ttl-btm {
	position: absolute;
    bottom: -30px;
    left: calc(50% - 50px);
    width: 100px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #00d8ff;
}

.txt-plus {
	font-size: 1.5em;
}

.txt-plus1 {
	color: #ff0000;
}

.trouble-bg {
	width: 800px;
	margin: 0 auto;
}

.bg-top-pa {
	margin-top: 65px;
}

.trouble-ttl3 {
	text-align: center;
	font-size: 30px;
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #fff2bc;
	width: 650px;
	margin: 0 auto;
	padding: 5px 0;
}

.ttl-pa {
	margin-top: 40px;
}


/* [ POINT ] ================================================*/

#point {
	width: 800px;
	margin: 0 auto;
}

.point-ul {
    display : -webkit-box;     /* old Android */
    display : -webkit-flex;    /* Safari etc. */
    display : -ms-flexbox;     /* IE10        */
    display : flex;
}

.point-ul li {
	width: 380px;
	height: 380px;
    display:table;
    text-align:center;
}

.point-ul li:first-child {
	margin-right: 40px;
}

.point-ul li p{
	color: #fff;
	font-size: 50px;
	text-align: center;
    display:table-cell;
    vertical-align:middle;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 3.7rem;
}

.point-1 {
	background-image: url("../img/point-1.png");
	background-size: contain;
	width: 380px;
	height: 380px;
	background-repeat: no-repeat;
	margin-top: 72px;
}

.point-2 {
	background-image: url("../img/point-2.png");
	background-size: contain;
	width: 380px;
	height: 380px;
	background-repeat: no-repeat;
	margin-top: 72px;
}
.point-3 {
	background-image: url("../img/point-3.png");
	background-size: contain;
	width: 380px;
	height: 380px;
	background-repeat: no-repeat;
	margin-top: 42px;
}

.point-4 {
	background-image: url("../img/point-4.png");
	background-size: contain;
	width: 380px;
	height: 380px;
	background-repeat: no-repeat;
	margin-top: 42px;
}
.point-5 {
	background-image: url("../img/point-5.png");
	background-size: contain;
	width: 380px;
	height: 380px;
	background-repeat: no-repeat;
	margin-top: 42px;
}

.point-6 {
	background-image: url("../img/point-6.png");
	background-size: contain;
	width: 380px;
	height: 380px;
	background-repeat: no-repeat;
	margin-top: 42px;
}

.point-7 {
	background-image: url("../img/point-7.png");
	background-size: contain;
	width: 380px;
	height: 380px;
	background-repeat: no-repeat;
	margin-top: 42px;
}

.point-8 {
	background-image: url("../img/point-8.png");
	background-size: contain;
	width: 380px;
	height: 380px;
	background-repeat: no-repeat;
	margin-top: 42px;
}

.point-9 {
	background-image: url("../img/point-9.png");
	background-size: contain;
	width: 380px;
	height: 380px;
	background-repeat: no-repeat;
	margin-top: 42px;
}

.point-10 {
	background-image: url("../img/point-10.png");
	background-size: contain;
	width: 380px;
	height: 380px;
	background-repeat: no-repeat;
	margin-top: 42px;
}


/* [ price ] ================================================*/

#price-ttl {
	width: 600px;
	margin: 0 auto;
	position: relative;
}

.ttl-pa1 {
	padding: 82px 0 0 0;
}

.price-ul {
    display : -webkit-box;     /* old Android */
    display : -webkit-flex;    /* Safari etc. */
    display : -ms-flexbox;     /* IE10        */
    display : flex;
}

.price-ul li:first-child img {
	width: 120px;
}

.price-ul li:last-child img {
	width: 200px;
}

.price-ul li:last-child {
	padding: 20px 0 0 30px;
}

.price-ttl1 {
	display: block;
	color: #ff0000;
    font-size: 35px;
	font-family: 'Noto Sans JP', sans-serif;
	padding-top: 10px;
}

.price-ttl2 {
	display: block;
    font-size: 50px;
	font-family: 'Noto Sans JP', sans-serif;
}

#price {
	width: 750px;
	margin: 0 auto;
	padding-top: 70px;
}

#price-sp {
	display: none;
}

.price-img {
	padding-bottom: 20px;
}

.price-1 {
	background-image: url("../img/price-1.png");
	background-repeat: no-repeat;
	background-size:contain;
	width: 100%;
	height: 254px;
	position: relative;
}

.price-2 {
	background-image: url("../img/price-2.png");
	background-repeat: no-repeat;
	background-size:contain;
	width: 100%;
	height: 254px;
	position: relative;
	margin-top: 30px;
}

.price-3 {
	background-image: url("../img/price-3.png");
	background-repeat: no-repeat;
	background-size:contain;
	width: 100%;
	height: 254px;
	position: relative;
	margin-top: 30px;
}

.price-4 {
	background-image: url("../img/price-4.png");
	background-repeat: no-repeat;
	background-size:contain;
	width: 100%;
	height: 254px;
	position: relative;
	margin-top: 30px;
}

.price-txt-1 {
    font-size: 33px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 2.5rem;
	position: absolute;
	top:15px;
	left:260px;
}

.price-txt-2 {
    font-size: 25px;
	font-family: 'Noto Sans JP', sans-serif;
	position: absolute;
	top:65px;
	left:260px;
}

.price-txt-4 {
    font-size: 25px;
	font-family: 'Noto Sans JP', sans-serif;
	position: absolute;
	top:105px;
	left:260px;
}
.price-txt-3 {
    font-size: 35px;
	font-family: 'Noto Sans JP', sans-serif;
	position: absolute;
	bottom:10px;
	right:30px;
}

.txt-plus2 {
	font-size: 5rem;
	font-family: 'Noto Sans JP', sans-serif;
	color: #ff0000;
	font-weight: bold;
}

.price-credit {
	width: 625px;
	margin: 0 auto;
	padding: 62px 0 82px 0;
}

.price-credit img {
}


/* [ VOICE ] ================================================*/

#voice-ttl {
	position: relative;
}

.voice-ttl1 {
	text-align: center;
    font-size: 55px;
    padding: 15px 0 0 0;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 1px;
}

.voice-ul {
    display : -webkit-box;     /* old Android */
    display : -webkit-flex;    /* Safari etc. */
    display : -ms-flexbox;     /* IE10        */
    display : flex;
	width: 800px;
	margin: 0 auto;
}

.voice-ul li {
	width: 380px;
	height: 340px;
	border: 5px solid #00d8ff;
	border-radius: 12px;
	margin-top: 40px;
	padding: 15px;
	position: relative;
}

.voice-ul li:first-child {
	margin-right: 40px;
}

.voice-txt1 {
	font-size: 25px;
	text-align: center;
	padding: 20px 0;
	font-weight: bold;
}

.voice-txt2 {
	font-size: 18px;
	line-height: 1.7rem;
}

.voice-ul li div {
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.voice-ul li div img {
	width: 90%;
}

.voice-txt3 {
	font-size: 50px;
	text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
	padding: 40px 0 82px 0;
}


/* [ AREA ] ================================================*/

#area {
	width: 800px;
	margin: 0 auto;
	background-color: #fff8db;
	padding: 35px 35px 0 35px;
}

.area-ttl {
	text-align: center;
	font-size: 35px;
    font-family: 'Noto Sans JP', sans-serif;
	color: #ff6c00;
}

.area-ttl1 {
	font-size: 30px;
    font-family: 'Noto Sans JP', sans-serif;
	padding-top: 20px;
}

.txt-plus3 {
	font-size: 18px;
	color: #ff0000;
	padding-left: 10px;
}

.area-txt {
	padding-top: 20px;
	line-height: 1.7rem;
}

.area-pa {
	padding-bottom: 35px;
}


/* [ フォーム ] ================================================*/

#area-4 {
	margin-top: 62px;
}

.form-txt1 {
	margin: 122px 5% 32px 5%; 
}

.form-txt2 {
	text-align: center;
	color: #ff0000;
	font-size: 1.3rem;
}

.mailform {
	height: 1100px;
	padding-bottom: 32px;
}

.mailform-sp {
	display: none;
}


/* [ 概要 ] ================================================*/

table.cate_table01 {
    border: none;
    width: 800px;
    margin: 10px auto;
	border: 5px solid #fff8db;
}

table.cate_table01 th {
    text-align: left;
    font-weight: bold;
    padding: 25px 0 25px 30px;
    white-space: nowrap;
    width: 24%;
}

.cate_table01 tr:nth-child(odd) th,
.cate_table01 tr:nth-child(odd) td {
    background: #fff8db;
}

.cate_table01 tr:nth-child(odd) th,
.cate_table01 tr:nth-child(odd) td {
    background: #fff8db;
}

table.cate_table01 td {
    padding: 18px;
}

/* [ コピーライト ] ================================================*/

#copy {
	width: 100%;
	background: #00d8ff;
	padding: 5px 0;
	text-align: center;
	margin-top: 70px;
	font-size: 13px;
	color: #fff;
}




