/*画面全体の設定*/
body,
html {
  height: 100%;
  margin: 0 auto;
}

/*固定する背景
div {
  box-sizing: border-box;
  color: #FFF;
  font-size: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 5%;
}*/
.parallax-bg {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/*各背景の画像*/

.block02 {
}
.block03 {
}
.block04 {
  background-image: url('../topImage/bg04.jpg');
  background-size: cover;
}
.contents {
}


.main{
width: 1000px;
margin: 0px auto;
}

h2{
font-family: 'Italianno', cursive;
}

p{
font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}


.block01{
margin: 0;
padding: 0;
width: 100%;
height: 400px;
overflow: hidden;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
-webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
box-sizing: border-box;
position: relative;
}
.block01 .main_catch{
height: auto;
width:400px;
position: absolute;
text-align: center;
z-index: 10;
}
.block01 .main_catch h1{
font-size: 75px;
font-weight: 500;
line-height: 100%;
letter-spacing: 10px;
margin: 10px auto 0px auto;
padding: 0;
font-family: 'Italianno', cursive, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
color: #fff;
}
.block01 .main_catch span{
font-size: 22px;
font-weight: 500;
letter-spacing: 10px;
margin: 0px auto 0px auto;
padding: 0;
font-family: 'Italianno', cursive, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
color: #fff;
}
.block01 .main_catch img{
width: 100%;
}
.filter {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: linear-gradient(rgba(0,0,0,0.10), rgba(0,0,0,1.0));
}
.swiper-container {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img{
  animation: zoomUp 10s linear 0s 1 normal both;  
}
.slide-img img{
  display: block;
}
.swiper-container .swiper-slide{
width: 100%;
height: auto;
}
.swiper-container .swiper-slide .slide-img{
height: 100%;
}
.swiper-container .swiper-slide .slide-img img{
width: 100%;
}
.block01 .swiper-container .swiper-slide{
width: 100%;
height: auto;
}
.block01 .swiper-container .swiper-slide .slide-img{
width: 100%;
height: auto;
}
.block01 .swiper-container .swiper-slide img{
width: 100%;
height: auto;
}


/*スクロールダウン全体の場所*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	left:49%;
	bottom:13vh;
    /*全体の高さ*/
	height:100px;
	z-index: 10;
	background: url("../commonImage/scroll_bg01.png") no-repeat center top;
	background-size: 40px;
}
/*Scrollテキストの描写*/
.scrolldown1 span{
        /*描画位置*/
	position: absolute;
	left:-45px;
	top: -15px;
    /*テキストの形状*/
	width: 90px;
	color: #eee;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 20px;
    /*線の形状*/
	width: 1px;
	height: 30px;
	background: #eee;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}
/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 0;
	}
	30%{
		height:30px;
		opacity: 1;
	}
	100%{
		height:0;
		top:50px;
		opacity: 0;
	}
}

.block01 .circle{
position: absolute;
z-index: 100;
width: 150px;
height: 150px;
right: 30px;
bottom: 2vh;
}
.block01 .circle .circle_in{
position: absolute;
width: 80px;
height: auto;
margin: 0px auto;
right:35px;
top: 10px;
z-index: 3;
}
.block01 .circle .circle_in img{
width: 100%;
}
.block01 .circle .circle_bg{
position: absolute;
right: 0;
bottom: 30px;
background: url("../topImage/circle01.png") no-repeat center;
background-size: 100%;
display:inline-block;
  width:150px;
  margin:0px;
  height:150px;
  animation:5s linear infinite rotation1;
 }
@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}

.contents{
margin: 0;
width: 100%;
height: auto;
background: url("../topImage/bg_ft.jpg") repeat;
overflow: hidden;
position: relative;
}


.recruit_block{
margin: 0 auto 0px auto;
width: 100%;
height: auto;
padding: 0;
background: url("../topImage/bg_ft.jpg") repeat;
overflow: hidden;
position: relative;
}

.recruit_block .center{
text-align: center;
color: #fff;
margin: 20px auto;
}

.recruit_block .LinkWrap ul{
	margin: 0 auto 50px auto;
	padding: 0px 0 0 0;
	display: flex;
	justify-content: space-between;
}
.recruit_block .LinkWrap ul li{
margin: 0;
width: 23%;
	text-align: center;
	padding: 0px 0 0 0;
}

.recruit_block .LinkWrap dl{
	background-color: rgba(255,255,255,0.8);
	padding: 10px 20px;	
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.recruit_block .LinkWrap dl dt{
	line-height: 30px;
	font-size: 25px;
	color: #4d3421;
	margin: 15px auto;
}
.recruit_block .LinkWrap dl dd{
	border: 1px solid #4d3421;
	text-align: center;
	margin: 0;
	padding: 0;
}
.recruit_block .LinkWrap dl dd a{
	display: block;
	color: #4d3421;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
padding: 10px 0px;
}
.recruit_block .LinkWrap dl dt span.ja{
	display: block;
	line-height: 15px;
	font-size: 10px;
	color: #000000;
}


.info_block{
margin: 0px auto;
}

.info_block .tbl-r01{
width: 100%;
margin: 0px auto;
padding: 0;
}
/*
* Recruit
------------------------------------------------*/
.recruitWrap .tbl-r01{
	width: 100%;
	font-size: 14px;
}
.recruitWrap .tbl-r01 th{
	width: 150px;
	background-color: #d3aa7e;
	border: 1px solid #e9c196;
	vertical-align: middle;
	color: #fff;
	padding: 10px;
}
.recruitWrap .tbl-r01 td{
	border: 1px solid #e9c196;
	padding: 10px;
	color: #5d5d5d;
	background-color: rgba(255,255,255,0.8);
	text-align: left;
}
.recruitWrap .textWrap p {
	color: #5d5d5d;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 1px;
	text-align: center;
	padding: 0 0 20px 0;
}
.recruitWrap .pageLink{
	background: url(../image/recruit_paget_view2.jpg) no-repeat;
	background-size: cover;
	padding: 30px 0;
}
.recruitWrap .pageLink .LinkWrap ul li{
	text-align: left;
	padding: 10px 0 0 0;
}
.recruitWrap .pageLink .LinkWrap dl{
	background-color: rgba(255,255,255,0.8);
	padding: 10px 20px;
	
}
.recruitWrap .pageLink .LinkWrap dl dt{
	line-height: 30px;
	font-size: 25px;
	color: #d3aa7e;
}
.recruitWrap .pageLink .LinkWrap dl dd{
	border: 1px solid #d3aa7e;
	text-align: center;
}
.recruitWrap .pageLink .LinkWrap dl dd a{
	display: block;
	color: #d3aa7e;
	font-size: 14px;
	font-weight: bold;
}
.recruitWrap .pageLink .LinkWrap dl dt span.ja{
	display: block;
	line-height: 15px;
	font-size: 10px;
	color: #000000;
}
.recruitWrap .recruitViewWrap{
	border: 1px solid #d3aa7e;
	margin: 20px 0 0 0;
	padding: 10px;
}
.recruitViewWrap .treatment-List{
	overflow: hidden;
	margin-top: 15px;
}
.recruitViewWrap .treatment-List li{
	display: inline-block;
}
.recruitViewWrap .treatment-List li.noOption img{
	opacity: 0.6;
}
.recruitWrap .recruitPrWrap{
	border: 1px solid #d3aa7e;
}
.recruitWrap .recruitPrWrap h3{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
	background: #d3aa7e;
	color: #ffffff;
}
.recruitPrWrap .PrInner{
	font-size: 14px;
	padding: 40px;
	text-align: center;
}
.recruitWrap .recruitInfoWrap,
.recruitWrap .applyInfoWrap{
	padding: 20px 0;
}
.recruitWrap .recruitInfoWrap h3,
.recruitWrap .applyInfoWrap h3{
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #d3aa7e;
}
.recruitWrap .btnWrap{
	padding: 40px 0;
	text-align: center;
}
.recruitWrap .btnWrap .lookBtn{
	display: inline-block;
	position: relative;
	background: #d3aa7e;
	color: #fff;
	padding: 10px 40px 10px 30px;
	border-bottom: 5px solid #a28566;
	border-radius: 4px;
}
.recruitWrap .btnWrap .lookBtn .text{
	font-size: 16px;
}
.recruitWrap .btnWrap .lookBtn .ja{
	padding-left: 10px;
	font-size: 12px;
}
.recruitWrap .btnWrap .lookBtn:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.btnWrap{
	padding: 40px 0;
	text-align: center;
}
.btnWrap .lookBtn{
	display: inline-block;
	position: relative;
	background: #d3aa7e;
	color: #fff;
	padding: 10px 40px 10px 30px;
	border-radius: 4px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.btnWrap .lookBtn .text{
	font-size: 20px;
}
.btnWrap a{
text-decoration: none;
}
.btnWrap a:hover{
transform: 0.5;
background: #E25C5E;
}
.btnWrap .lookBtn .ja{
	padding-left: 3px;
	font-size: 12px;
}
.btnWrap .lookBtn:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}



.info_block .info{
margin: 50px auto 50px auto;
width: 100%;
border-top: 1px solid #fff;
display: flex;
flex-wrap: wrap;
}
.info_block .info dt{
margin: 0;
padding: 15px 0;
width: 30%;
border-bottom: 1px solid #fff;
color: #fff;
font-size: 16px;
font-weight: bold;
line-height: 160%;
}
.info_block .info dd{
margin: 0;
padding: 15px 5%;
width: 60%;
text-align: left;
font-size: 16px;
border-bottom: 1px solid #fff;
color: #fff;
line-height: 160%;
}

.info_block h3{
text-align: center;
font-size: 30px;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
letter-spacing: 3px;
color: #B99C77;
border-bottom: 1px solid #B99C77;
display: inline-block;
margin: 50px auto 30px auto;
}
.info_block h3 span.ja{
	font-size: 10px;
}


.info_block .time{
width: 70%;
margin: 30px auto 100px auto;
border: 1px solid #B99C77;
border-collapse: collapse;
}
.info_block .time th{
width: 50%;
border: 1px solid #B99C77;
background: #B99C77;
font-size: 18px;
text-align: center;
padding: 15px 0px;
}
.info_block .time th:nth-child(1){
border-right: 1px solid #fff;
}
.info_block .time td{
width: 50%;
border: 1px solid #B99C77;
background: #fff;
font-size: 18px;
text-align: center;
padding: 15px 0px;
}

.other_block{
margin: 0 auto 0px auto;
width: 100%;
height: auto;
padding: 0;
background: url("../topImage/bg_ft.jpg") repeat;
overflow: hidden;
position: relative;
}
.other_block .link_list{
width: 90%;
margin: 80px auto 80px auto;
padding: 0;
display: flex;
}
.other_block .link_list li{
margin: 0px auto;
padding: 0;
width: 30%;
border:1px solid #B99C77;
}

.other_block .link_list li.price_link{
background: url("image/link_bg01.jpg") no-repeat center center;
background-size: cover;
}
.other_block .link_list li.cast_link{
background: url("image/link_bg02.jpg") no-repeat center center;
background-size: cover;
}
.other_block .link_list li.recruit_link{
background: url("image/link_bg03.jpg") no-repeat center center;
background-size: cover;
}
.other_block .link_list li.access_link{
background: url("image/link_bg04.jpg") no-repeat center center;
background-size: cover;
}

.other_block .link_list li a{
width: 100%;
height: 100%;
line-height: 170%;
display: block;
text-decoration: none;
background: hsla(0,0%,0%,0.80);
  color: #B99C77;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-family: 'Italianno', cursive, YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 30px;
}
.other_block .link_list li a span{
font-size: 12px;
}
.other_block .link_list li a:hover{
background: hsla(0,0%,0%,0.60);
}


.contents{
margin: 0;
padding: 0;
width: 100%;
height: auto;
}

.contents h2{
width: 100%;
text-align: center;
z-index: 10;
font-size: 34px;
font-weight: bold;
letter-spacing: 10px;
margin: 100px auto 40px auto;
font-family: "Century Gothic", 'Century Gothic', sans-serif;
}

.contents .form{
margin: 50px auto;
}


.contents p{
text-align: left;
margin: 0px 0px;
line-height: 180%;
font-size: 14px;
}

.contents .line{
width: 100%;
margin: 0px auto;
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
   color: #fff;
    }

.contents .line dt{
width: 30%;
margin: 0px 0px 25px 0px;
text-align: right;
font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" sans-serif;
font-size: 16px;
font-weight: bold;
color: #fff;
}
.contents .line dd{
width: 68%;
margin: 0px 0px 25px 0px;
text-align: left;
}
.contents .line dd input{
padding: 2px;
border: 2px solid #ddd;
}
.contents .line dd textarea{
padding: 2px;
border: 2px solid #ddd;
}

.contents .submit{
margin: 0px auto 100px auto;
}


.contents .submit input{
background: #fff;
color: #000;
font-weight: bold;
border: 0;
text-align: center;
border-radius: 0;
font-size: 20px;
padding: 15px 40px;
letter-spacing: 10px;
font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" sans-serif;
}
.contents .submit input:hover{
background: #666;
}
