@charset "utf-8";

/*レスポンシブ max-960px
---------------------------------------------------------------------------*/
@media only screen and (min-width:481px) and (max-width:960px) {

img { 
	  height: auto;
      width: 100%;
}
	
	#tel-fx {
		display: block;
		width: 100%;
		position: fixed;
		bottom: 0;
		z-index: +10000000;
	}
	
/* [ ハンバーガーメニュー ]================================================*/
	
.nav_toggle_bg{
	display: block;
	position: absolute;
	top: 50px;
	right: 3%;
	background-color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}
.nav_toggle {
    display: block;
    position: absolute;
    top: 63px;
    right: 4.3%;
    z-index: +500;
	width: 1.75rem;
    height: 1.5rem;
}
.nav_toggle i {
  display: block;
  width: 25px;
  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(9px) rotate(-45deg);
}
.nav_toggle.show1 i:nth-child(2) {
  opacity: 0;
}
.nav_toggle.show1 i:nth-child(3) {
  transform: translateY(-12px) 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: 80px 0 10px 0;
}
.nav_menu_li {
  text-align: center;
  padding:15px 0 10px 0;
}
.nav_menu_li a {
  color: #000;
  font-size: 22px;
  font-family: 'Zen Maru Gothic', sans-serif;
}
	
.navi-btn {
    text-align: center;
	padding-bottom: 20px;
}
	
.navi-btn-1 {
	padding-right: 0;
}
	
.navi-btn img {
	width: 60%;
}
	
.flex1 {
    display : block;
}

.center1 {
	width: auto;
	margin: 0 auto;
}	
	
/* [ first-view ] ================================================*/

#first-view {
    position: relative;
    width: 100%;
	height: auto;
	background-color: #00d8ff;
	padding-bottom: 60px;
}
	
header {
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}

header div {
	position: absolute;
	top: 10px;
	left: 3%;
}
	
header div img {
	width: 100px;
}
	
header h1 {
	position: absolute;
	top: 16px;
	left: 130px;
	right: 3%;
}

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

#top-visual {
  width: 100%;
  padding: 118px 0 0 0;
}

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

.anim-box.poyoyon3.is-animated {
  animation: poyoyon3 2.5s linear;
  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 {
	display: none;
}

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

.top-lead02 {
    position: absolute;
    top:-180px;
    right: 3%;
}

.top-lead02 img {
    width: 300px;
}	
	
#i-01 {
	position: absolute;
	top:-38px;
	left:2%;
}

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

.contact-lead1 {
	display: none;
}

.contact-lead2 {
	display: none;
}

.contact-area {
	background-color: #fff2bc;
	padding: 6% 1% 3% 1%;
}

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

.contact-area-top-sp {
	display: block;
	padding-left: 197px;
}
	
.contact-area-top-sp img {
	width: 92%;
}
.contact-tel {
	padding: 10px 0 0 0;
}

.contact-btn {
    display : -webkit-box;     /* old Android */
    display : -webkit-flex;    /* Safari etc. */
    display : -ms-flexbox;     /* IE10        */
    display : flex;
	width: 94%;
	margin: 0 3%;
}

.contact-btn img {
	width: 100%;
}

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

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

.contact-lead5 {
	display: none;
}

.contact-lead6 {
	display: none;
}
	
/* [ WEB-TICKET ] ================================================*/

#web-ticket {
	width: 100%;
	margin: 100px auto;
	position: relative;
	text-align: left;
}

#web-ticket p {
	font-size: 16px;
	line-height: 1.5em;
    font-weight: 600;
    margin-top: 20px;
	padding: 0 4%;
}
	
/* [ BN ] ================================================*/

.bn {
	width: 100%;
	margin: 50px auto;
	position: relative;
	text-align: center;
}
	
.bn img {
    width: 90%;
}

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

#trouble {
	width: 92%;
	margin: 0 4%;
	position: relative;
}

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

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

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

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

.trouble-bg {
	width: 100%;
	margin: 0 auto;
}

.bg-top-pa {
	margin-top: 78px;
}
	
.trouble-ttl3 {
	text-align: center;
	font-size: 30px;
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #fff2bc;
	width: 90%;
	margin: 0 5% 0 5%;
}
	.ttl-pa {
		margin-top: 30px;
	}
	


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

#point {
	width: 90%;
	margin: 0 5%;
}

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

.point-ul li {
	width: 100%;
	height: 50vw;
    display:table;
    text-align:center;
}

.point-ul li:first-child {
	margin-right: 5%;
}

.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.8rem;
	padding-bottom: 15px;
}

.point-1 {
	width: 100%;
	height: 50vw;
	background-image: url("../img/point-1.png");
	background-size:　cover;
	background-repeat: no-repeat;
	margin-top: 32px;
}

.point-2 {
	width: 100%;
	height: 50vw;
	background-image: url("../img/point-2.png");
	background-size:　cover;
	background-repeat: no-repeat;
	margin-top: 32px;
}
.point-3 {
	width: 100%;
	height: 50vw;
	background-image: url("../img/point-3.png");
	background-size:　cover;
	background-repeat: no-repeat;
	margin-top: 0;
}

.point-4 {
	width: 100%;
	height: 50vw;
	background-image: url("../img/point-4.png");
	background-size:　cover;
	background-repeat: no-repeat;
	margin-top: 0;
}
.point-5 {
	width: 100%;
	height: 50vw;
	background-image: url("../img/point-5.png");
	background-size:　cover;
	background-repeat: no-repeat;
	margin-top: 0;
}

.point-6 {
	width: 100%;
	height: 50vw;
	background-image: url("../img/point-6.png");
	background-size:　cover;
	background-repeat: no-repeat;
	margin-top: 0;
}

.point-7 {
	width: 100%;
	height: 50vw;
	background-image: url("../img/point-7.png");
	background-size:　cover;
	background-repeat: no-repeat;
	margin-top: 0;
}

.point-8 {
	width: 100%;
	height: 50vw;
	background-image: url("../img/point-8.png");
	background-size:　cover;
	background-repeat: no-repeat;
	margin-top: 0;
}

.point-9 {
	width: 100%;
	height: 50vw;
	background-image: url("../img/point-9.png");
	background-size:　cover;
	background-repeat: no-repeat;
	margin-top: 0;
}

.point-10 {
	width: 100%;
	height: 50vw;
	background-image: url("../img/point-10.png");
	background-size:　cover;
	background-repeat: no-repeat;
	margin-top: 0;
}

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

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

.ttl-pa1 {
	padding: 54px 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: 90px;
}

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

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

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

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

#price {
	display: none;
}
	
#price-sp {
	display: block;
	width: 94%;
	margin: 0 3% 0 3%;
}	
	
.price-credit {
	width: 90%;
	margin: 0 5%;
	padding-top: 0;
}

.price-credit img {
	width: 100%;
}	

/* [ price ] ================================================*/
	
#voice-ttl {
	position: relative;
}

.voice-ttl1 {
	text-align: center;
    font-size: 35px;
    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: 94%;
	margin: 0 3%;
}

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

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

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

.voice-txt2 {
	font-size: 14px;
	line-height: 1.4rem;
}

.voice-ul li div {
	position: absolute;
	bottom: 10px;
	left: 0;
}
.voice-ul li div img {
	width: 100%;
}
	
.voice-txt3 {
	font-size: 35px;
	text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
	padding: 20px 0 82px 0;
}	
	
/* [ AREA ] ================================================*/

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

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

.area-ttl1 {
	font-size: 24px;
    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: 62px 5% 22px 5%; 
}

.form-txt2 {
	text-align: left;
	color: #ff0000;
	font-size: 17px;
}

.mailform {
	display: none;
}

.mailform-sp {
	display: block;
	width: 94%;
	margin: 0 3%;
}	
	
/* [ 概要 ] ================================================*/

table.cate_table01 {
    border: none;
    width: 90%;
    margin: 30px 5%;
	border: 5px solid #fff8db;
}

table.cate_table01 th {
    text-align: left;
    font-weight: bold;
    padding: 25px 0 25px 15px;
    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: 126px;
	font-size: 13px;
	color: #fff;
}