@charset "UTF-8";
/*reset*/
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

html, body, div, span, object, iframe, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, sub, sup, 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: 0;
  outline: 0;
  vertical-align: top;
  background: transparent;
}

h1, h2, h3, h4, h5, h6, strong {
  margin: 0;
  font-size: 100%;
  font-weight: normal;
}

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

ul, ol {
  list-style: none;
    margin-bottom: 0!important;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  max-width: 100%;
  width: 100%;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.fs10 {font-size: 10px;}
.fs12 {font-size: 12px;}
.fs14 {font-size: 14px;}
.fs17 {font-size: 17px;}
.fs18 {font-size: 18px;}
.center { text-align: center!important; }
.left { float: left;}
.right { float: right; }
.mb30{margin-bottom: 30px;}
.mb50{margin-bottom: 50px;}

@media screen and (max-width: 640px) {
  .pc_only {
    display: none !important;
  }

  .sp_only {
    display: inline-block !important;
  }

  .imgSwitch {
    opacity: 0;
    filter: alpha(opacity=0);
  }

  .imgSwitch.loaded {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
/* PC向けサイズには非表示 */
@media only screen and (min-width: 641px), print {
  .sp_only {
    display: none !important;
  }

  .pc_only {
    display: inline-block !important;
  }
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:active, a:focus, input:active, input:focus {
  outline: 0;
}

a img {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
a:hover img {
  opacity: 0.7;
}
.mincho { font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;}

body {
  min-width: auto;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #241916;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 640px) {
  body { font-size: 14px; }
}

#layout {
  max-width: 850px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

/* header */
.main_img {
  padding-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .main_img {padding-bottom: 15px; }
}

/* contenst */
.contents_wrap {
  margin: 0 auto;
  max-width: 850px;
}


.bg_yellow {
  background: #fffded;
  padding: 150px 0 20px;
  margin: -150px 0 0 0 ;
}

.notice{
	background: #fff;
	padding: 30px;
	margin-bottom: 30px;
}
.notice p:first-child{
	border-bottom: 2px solid #000;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.notice strong{
	font-size: 18.5px;
	font-weight: 700;
}

.red{
	color: #e60012;
}

p.caption{
	font-size: 12px;
}

.dot{
	position: relative;
	font-weight: 700;
	text-align: center;
	font-size: 25px;
	letter-spacing : 4.75px;
	line-height: 2;
  	color : #391500;
	margin-bottom: 20px;
}

.dot:before, .dot:after{
	content:"";
	display:inline-block;
	width:1.5em;
	height:1.5em;
	background:url(../images/contents/dot01.png) no-repeat;
	background-size:contain;
}
.dot:after{
	background:url(../images/contents/dot02.png) no-repeat;
	background-size:contain;
}

.ib{
	display: inline-block;
}

@media screen and (max-width: 640px) {
  .section { margin-bottom: 20px;}
  .contents_wrap {padding: 0 15px;}
  .bg_yellow {
	  margin: -70px 0 0 0;
	 padding-top: 80px;
    padding-bottom: 15px;
  }
	.notice strong {
    font-size: 15px;
	}
	.notice p:first-child{
	line-height: 1.5;
	}
}


.col_2 .col_left {
  float: left;
  width: 47.53%;
}
.col_2 .col_right {
  float: right;
  width: 47.55%;
}

@media screen and (max-width: 640px) {
  .col_2 .col_left,
  .col_2 .col_right {float: none; width: auto; text-align: center;}
  .col_2 .col_left { margin-bottom: 20px; }
}
.event-schedule{
	background: #5bc2d9;
	padding: 50px 0;
}
.btn{width: 100%; margin: 20px auto; }

.coupon {
  	background: #fcf7e6;
  	border: 2px solid #ca2b2b;
  	text-align: center;
}

.coupon_inner {
  padding: 10px 22px 0;
}
.h_coupon{
	background: #ea545d;
	padding: 15px 0 0px;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	letter-spacing : 2.6px;
	line-height: 1.5;
}
.h_coupon strong{
	font-size: 30px;
	font-weight: 700;
	color: #fff000;
}
.h_coupon small{
	font-size: 21px;
	vertical-align: middle;
}
.h_coupon span{
	font-size: 13px;
	letter-spacing: 0.05rem;
}
.h_coupon .bg{
	background: #000;
	padding: 5px 10px;
	margin-right: 5px;
}
.coupon .ttl_coupon {
  color: #A52325;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.coupon .ttl_sub {
  background: #ef7f86;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 3px 0;
  position: relative;
  text-align: center;
}
.coupon .ttl_sub:before,
.coupon .ttl_sub:after {
  background: url(../images/contents/icon_01.png) no-repeat 0 0;
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  position: absolute;
}
.coupon .ttl_sub:before {
  left: 0;
  top: 0;
}
.coupon .ttl_sub:after {
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.coupon .ttl_small {
  background: #fce5e7;
  color: #231815;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
  padding: 3px 0;
	letter-spacing: 0;
}
.coupon_col {
  margin-bottom: 40px;
}
.coupon .coupon_list li {
  color: #5a5a5c;
  font-size: 16.3px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
	background: #fff;
	padding-bottom: 20px;
}
.coupon .coupon_list li .price {
  color: #A52325;
  font-size: 24px;
  line-height: 1.2;
}
.coupon .coupon_list li .price span {
  font-size: 31px;
  vertical-align: bottom;
  position: relative;
  top: 3px;
}
.coupon .coupon_list li span {
  vertical-align: bottom;
}
.coupon .note_list { padding: 0 22px 20px; }

@media screen and (min-width: 641px) {

  .coupon_col {
    background: url(../images/contents/dot_01.png) repeat-y center top;
  }
  .coupon_col .col_left,
  .coupon_col .col_right {
    float: left;
    width: 47%;
  }
  .coupon_col .col_right { float: right; }
}

@media screen and (max-width: 640px) {
	h2.h_coupon{
	font-size: 18px;
	letter-spacing : 0;
		margin-bottom: 15px;
}
.h_coupon strong{
	font-size: 22px;
}
.h_coupon small{
	font-size: 16px;
	vertical-align: middle;
}
.h_coupon span{
	font-size: 12px;
	letter-spacing: 0;
}
	.h_coupon p{
		line-height: 1;
	}

  .coupon_inner {
    margin: 0 auto;
    max-width: 420px;
    padding: 10px 10px 0;
  }
  .coupon_col { margin-bottom: 0px; }
  .coupon .ttl_coupon { font-size: 20px; }
  .coupon .ttl_sub { font-size: 18px; }
  .coupon .ttl_small { font-size: 18px; }
  .coupon .note_list { padding: 0 10px 20px; }
		.btn {
    padding: 0 15px;
}
}

.voice {
  background: #fff;
  border: 2px solid #2d315a;
  position: relative;
}
.voice:before {
  border: 1px solid #2d315a;
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  right: 3px;
  top: 3px;
  bottom: 3px;
  z-index: 101;
}
.h_voice {
  background: #deeaf4;
  color: #1E2C57;
  font-size: 24px;
  padding: 8px 0;
  text-align: center;
}
.voice_inner {
  padding: 0 18px 10px;
}
.voice .voice_list li {
  border-bottom: 1px solid #b6a8a0;
  padding: 20px 15px 15px 10px;
  text-align: justify;
}
.voice .voice_list li.bd_none { border-bottom: none; }
.voice .voice_list li .text {
  float: left;
  width: 85%;
}
.voice .voice_list li .img {
  float: right;
  max-width: 75px;
  text-align: center;
  width: 12%;
}
.voice .voice_list li .text span {
  clear: both;
  display: block;
  text-align: right;
}

@media screen and (max-width: 640px) {
  .h_voice { font-size: 20px; }
  .voice_inner { padding: 0 8px 10px; }
  .voice .voice_list li {
    padding-left: 5%;
    padding-right: 5%;
  }
  .voice .voice_list li .text {
    width: 80%;
  }
  .voice .voice_list li .img {
    width: 18%;
  }
}

.sec_recruit { margin-bottom: 55px; }
.recruit {
  background: #fff;
  border: 1px solid #29a8a3;
  padding: 0 14px 10px;
}
.h_recruit {
  color: #14A4A0;
  border-bottom: 1px solid #14A4A0;
  font-size: 21.5px;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 8px 0 5px;
  text-align: center;
}
.recruit .btn_recruit {
  margin-bottom: 28px;
  text-align: center;
}
.ttl_recruit {
  background: #8cc4c2;
  border-radius: 8px;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 1px 0 2px;
  text-align: center;
}
.recruit_list {
  margin-bottom: 20px;
}
.recruit_list li {
  font-weight: bold;
  padding: 0 10px;
  text-align: center;
}
.recruit_list li span {
  display: block;
  font-weight: normal;
  font-size: 10px;
}
.note {
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
}

@media screen and (max-width: 770px) {
  .sec_recruit { padding: 0 10px; }
}

@media screen and (min-width: 641px) {
  .recruit .recruit_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
  }
  .recruit .recruit_list li {
    border-right: 2px dotted #d3d1d1;
    width: 33.33%;
  }
  .recruit .recruit_list li:last-child { border-right: none; }
}

@media screen and (max-width: 640px) {
  .sec_recruit { margin-bottom: 20px; }
  .recruit_inner {
    margin: 0 auto;
    max-width: 365px;
  }
  .h_recruit {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .recruit .btn_recruit { margin-bottom: 15px; }
  .recruit .recruit_list li {
    border-bottom: 2px dotted #d3d1d1;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .recruit .recruit_list li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

/* footer */
#footer {
  padding: 15px 10px;
}
#footer_inner {
  margin: 0 auto;
  max-width: 770px;
}
.f_right {
  background: #d6e7e6;
  padding: 5px 8px;
}
.f_right .txt_note {
  font-size: 12px;
  font-weight: bold;
}
.f_right .txt_time {
  font-size: 10px;
}
@media screen and (min-width: 641px) {
  .f_left {
    float: left;
    width: 66.9%;
  }
  .f_right {
    float: right;
    width: 31.2%;
  }
}

@media screen and (max-width: 640px) {
  .f_left { margin-bottom: 20px; }
}
.h-sub {
	background: #b81c22;
	font-size: 15px;
	color: #fff;
	padding: 5px 0;
	vertical-align: bottom;
}

.h-sub span {
	background: #fff;
	color: #b81c22;
	padding: 3.5px;
	border-radius: 20px;
}

.h-sub strong {
	font-weight: 700;
	font-size: 17px;
}

.h-wrap {
	position: relative;
}

.icon {
	position: absolute;
	top: -40px;
    left: -40px;
    width: 15%;
}

.kv {
	position: relative;
}

.pos-a {
	position: absolute;
	width: 67px;
	height: 67px;
	animation: img_box_9955 3s linear infinite;
}
@keyframes img_box_9955 {
  0% { transform: translateY(0) }
  33.33333% { transform: translateY(-10px) }
  66.66667% { transform: translateY(0) }
  100% { transform: translateY(0) }
}

.pos-a:hover{  
	opacity: 0.6;
	transform: scale(1.1, 1.1);
	transition: 0.4s;
}

.kv01 {
    top: 47%;
    left: 36%;
}
.kv02 {
    top: 54%;
    left: 77%;
}
.kv03 {
    top: 58%;
    left: 64%;
}
.kv04 {
    top: 76%;
    left: 62%;
}

.modal-ttl {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
}

.modal-txt {
	font-size: 16px;
	line-height: 1.5;
}

.modal-img {
	display: inline-block;
	vertical-align: middle;
	width: 18%;
	padding-right: 10px;
}

#modal .modaal-content-container{
	background: #fdf0f2;
}

#modal02 .modaal-content-container:nth-child(2){
	background: #f6f1f7;
}
.col2 {
		display: inline-block;
	vertical-align: middle;
	width: 74%;
	padding-right: 10px;
}

.modal-icon {
	width: 120px; 
	margin-right: 5px
}

.modal-bg {
	background: #9acc82;
	color: #fff;
	padding: 10px 0;
	font-weight: 700;
	margin: 10px 0;
}

.free {
	width: 60px; margin-right: 10px
}
@media screen and (max-width: 640px) {
	.dot{
		font-size: 16px;
		letter-spacing: 0;
	}
	.free {
	width: 30px; margin-right: 10px
}
	.kv01 {
    top: 37%;
    left: 23%;
}
	.kv02 {
    top: 49%;
    left: 72%;
}
	.kv03 {
    top: 55%;
    left: 52%;
}
	.kv04 {
    top: 72%;
    left: 56%;
}
	.modal-ttl {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 20px;
}
	.modal-txt {
    font-size: 14px;
	text-align: left;
}
		.icon {
    position: absolute;
    top: -16px;
    left: -13px;
    width: 24%;
}
	.col2 {
	width: 100%;
	padding-right: 0;
}
	.modal-img {
	display: block;
	width: 50%;
	margin: 20px auto;
}

}

.modaal-close {
    color: #009fc1!important;
}
.modaal-close:after, .modaal-close:before {
    display: block;
    content: " ";
    position: absolute;
    top: 14px;
    left: 23px;
    width: 4px;
    height: 22px;
    border-radius: 4px;
    background: #009fc1!important;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}
.moyou{
	position: relative;
}
.moyou:before{
	position: absolute;
	content: "";
	display: block;
	background: url("../images/img09.png")no-repeat;
	width: 233px;
	height: 193px;
	top:0;
	left: 0;
	
}
.bg-yellow{
	background: url("../images/bg01.jpg")
}
.bg-gry{
	background: url("../images/bg02.jpg")
}
.pt50{
	padding-top: 50px;
}
.pb50{
	padding-bottom: 50px;
}
.f14{
	font-size: 14px;
}
.btn img{
	width: 80%;
}
.line01{
	position: relative;
	
}
.line01:before{
	position: absolute;
	content: "";
	display: block;
	right: 0;
	height: 100%;
	width: 3px;
	background: url( "../images/line01.png")no-repeat;
	background-position: center;
}
.line02{
	position: relative;
	
}
.line02:after{
	position: absolute;
	content: "";
	display: block;
	bottom: 0;
	height:2px;
	width: 100%;
	background: url( "../images/line02.png")no-repeat;
	background-position: 20%;
}
@media screen and (max-width: 640px) {
	.moyou:before{
		background-size: 63%;}}
.mt--10{
	margin-top: -10px;
}
.container {
	max-width: 100%!important;
	margin: 30px auto 0;
	padding: 0!important;
}
.madoriTab {
	max-width:100%;
}
.madoriTab ul {
	-webkit-display: flex;
			display: flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	    border-bottom: 5px solid #1E2E52;
}
.madoriTab ul li {
	float: left;
	width:49%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
    background-color: #fff;
	text-align: center;
	padding: 18px 0;
	font-size: 14px;
	line-height: 1;
	position: relative;
	cursor: pointer;

}
.madoriTab ul li:nth-child(1) {

	background: #D8DBE2;
}
.madoriTab ul li:nth-child(2) {

	background: #D8DBE2;
}
.madoriTab ul li:nth-child(2).current{
    background: #1E2E52!important;
}
.madoriTab ul li:nth-child(2).current > .madoriTab ul{
    border-bottom: 5px solid #1E2E52;
 
}
/*.madoriTab ul li:before,
.madoriTab ul li:after {
	content: "";
	width: 50%;
	height: 100%;
	background-color: #0097dd;
	position: absolute;
	bottom: 0;
	z-index:1;
	-webkit-transition: .3s;
	   -moz-transition: .3s;
	    -ms-transition: .3s;
	     -o-transition: .3s;
	        transition: .3s;
}*/
.madoriTab ul li:before {
	left: 50%;
 	      transform-origin: left center;
  -webkit-transform-origin: left center;
	-webkit-transform: scale(0,1);
	   -moz-transform: scale(0,1);
	        transform: scale(0,1);		
}
.madoriTab ul li:after {
	right: 50%;
 	      transform-origin: right center;
  -webkit-transform-origin: right center;
	-webkit-transform: scale(0,1);
	   -moz-transform: scale(0,1);
	        transform: scale(0,1);		
}
.madoriTab ul li.current:before,
.madoriTab ul li:hover:before {
	-webkit-transform: scale(1,1);
	   -moz-transform: scale(1,1);
	        transform: scale(1,1);
}
.madoriTab ul li.current:after,
.madoriTab ul li:hover:after {
	-webkit-transform: scale(1,1);
	   -moz-transform: scale(1,1);
  }
.madoriTab ul li.current {
	cursor: default;
	background: #1E2E52;
}
.madoriTab ul li img{
	width: auto;
}
.madoriTab ul li:nth-child(1) img{
	width: 30%;
}
.madoriTab ul li:nth-child(2) img{
	width: 34%;
}

.tag {
	position: absolute;
	top:-20px;
	left:-20px;
	z-index: 3;
	
}
@media screen and (max-width: 767px) {
.tag {
    position: absolute;
    top: -20px;
    left: -12px;
    z-index: 3;
	}
	.tag img{
	width:50%;
}
	.madoriTab ul li:first-child img{
		width: 55%;
	}
	.madoriTab ul li:nth-child(2) img{
		width: 65%;
	}
}
.mfp-auto-cursor .mfp-content{
    width: 100%;
    max-width: 900px;
}

.anchFlex{
	display: flex;
	justify-content: space-around;
	margin-top: 20px;
	margin-bottom: 30px;
}
.anchFlex a{
	width: 46%;
	display: block;
	text-decoration: none;
	transition: .6s;
}
.anchFlex a:hover{
	text-decoration: none;
	opacity: 0.6;
	transition: .6s;
}
.item{
	border: 1px solid #1E2E52;
	text-align: center;
	padding: 12px;
}
.anchFlex a .item p{
	line-height: 1.4;
	margin-bottom: 0;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.line01txt{
	font-size: 24px;
	font-weight: bold;
	color: #1E2E52;
	letter-spacing: 1px;
}
.line02txt{
	font-weight: bold;
	margin-top: 2px;
	font-size: 16px;
	color: #1E2E52;
	letter-spacing: 1px;
}
@media screen and (max-width: 640px) {
	.anchFlex{
		justify-content: space-between;
	}
	.anchFlex a{
		width: 49%;
	}
	.line01txt{
		font-size: 22px;
	}
	.line02txt{
		font-size: 12px;
	}
}


/*----------------------*/
#top_scroll{ 
	position: relative; 
	z-index: 100; 
	margin: 0; 
	padding: 0; 
}

#page-top1{
	display: block;
	position: fixed;
	z-index: 9999;
	bottom: -250px;
	right: 10px;
	width: 80px;
	padding: 0;
	color: #222;
	text-align: center;
	text-decoration: none;
	transition: 1.4s;
	-webkit-transition: 1.4s;
}
#page-top1:hover{ 
	background: ;
	transform: translateY(-10px);
}
#top_scroll:hover{
	background: #fff;
}		
@media screen and (max-width:767px) {
	#page-top1{
		right: 5vw;	
		width: 10vw;
	}
}