@charset "utf-8";
#contents {
	max-width: inherit;
	width: 100%;
	margin: auto;
	color: #27354a;
	background: #d7d7d7;
	font-size: 1.6rem;
	background-image: url(/top/images/bg01.webp);
	padding-bottom: 1px;
}
#contents:before {
	content: "";
    display: block;
    width: 100%;
    height: 76px;
    margin-bottom: 0;
}
.sec {
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
	padding: 0 30px;
}
.show-sp {
	display: none;
}
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}
#top-wrap h1 {
	text-align: right;
    margin: 5px 10px 0 0;
    font-size: 1.6rem;
}
/*---------メインビジュアル---------*/
.main-img {
	position: relative; 
	overflow: hidden;
	height: 682px;
	left: 100%;
	transform: translateX(-100%);
}
.main-img ul li {
	overflow: hidden;
	position: relative;
}
.main-img ul li:before {
	animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
	background: #fff;
	content: '';
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 100;
}
@keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
}
.main-img ul li {
	z-index: -1;
    opacity: 0;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 18s 0s infinite;
    animation: anime 18s 0s infinite;
}
.main-img ul li:nth-of-type(2) {
	-webkit-animation-delay: 6s;
      animation-delay: 6s;
}
.main-img ul li:nth-of-type(3) {
	-webkit-animation-delay: 12s;
      animation-delay: 12s;
}
@keyframes anime {
  0% {
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    30% {
        opacity: 1;
    }
    37% {
        opacity: 0;
        z-index:9;
    }
    100% { opacity: 0 }
}
/*---------見出し---------*/
h2 {
	text-align: center;
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	font-size: 5.0rem;
	margin: 70px 0 25px;
	line-height: 1.0;
}
h2 span {
	font-size: 1.3rem;
    display: block;
    margin-top: 5px;
}
/*---------ニュース---------*/
.news_box {
	background: #fff;
	padding: 20px 30px;
}
.news_box dl {
	padding: 10px 0;
	border-top: 1px solid #8e8e8e;
	border-bottom: 1px solid #8e8e8e;
}
.news_box dl:not(:first-child) {
    border-top: none;
}
.news_box dt {
	color: #8e8e8e;
}
.news_box dd {
	margin-left: 0;
}
.news_box dd .bold {
	font-weight: bold;
}
/*---------メニュー---------*/
#menu .tabwrap {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	padding: 0;
	text-align: center;
}
#menu .tabwrap li {
	width: calc((100% - 80px) / 3);
	position: relative;
}
#menu .tabwrap li a{
	display: block;
}
#menu .tabwrap li p {
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	height: 45px;
	color: #fff;
	background: rgb(51 51 51 / 85%);
	font-size: 2.0rem;
	text-align: center;
	position: absolute;
	bottom: 0;
	transition: all .3s;
}
#menu .tabwrap li:hover p {
	height: 100%;
}
#menu .tabwrap li.active p {
	height: 100%;
    transition: all .3s;
}
/*---------メニュー中身---------*/
.tab_box {
    display: none;
}
.tab_box.active {
	display: block;
}
.menu_bg {
	position: relative;
	background: #fff;
    background: radial-gradient(circle at top left, transparent 15px, #fff 0) top left, radial-gradient(circle at top right, transparent 15px, #fff 0) top right, radial-gradient(circle at bottom right, transparent 15px, #fff 0) bottom right, radial-gradient(circle at bottom left, transparent 15px, #fff 0) bottom left;
    background-size: 50% 51%;
    background-repeat: no-repeat;
	padding: 20px;
	margin-top: 40px;
}
.menu_bg:after {
	position: absolute;
    bottom: 30px;
    right: 30px;
    height: 140px;
    width: 140px;
}
.menu_bg.list01:after {
	content: "";
    background: url(/top/images/img01.webp) no-repeat;
    background-size: contain;
}
.menu_bg.list02:after {
	content: "";
    background: url(/top/images/img02.webp) no-repeat;
    background-size: contain;
}
.menu_bg.list03:after {
	content: "";
    background: url(/top/images/img03.webp) no-repeat;
    background-size: contain;
}
.menu_line {
	padding: 20px 30px 120px;
    border: 2px solid #27354a;
}
.menu_line h3 {
	text-align: center;
    font-size: 2.8rem;
	position: relative;
}
.menu_line h3:before {
	background: #27354a;
    content: '';
    display: inline-block;
    position: absolute;
    border-radius: 30px;
    height: 3px;
    transform: translateX(-50%);
    bottom: 0px;
    width: 35px;
    left: 50%;
}
.price_list {
	margin-top: 20px;
}
.price_list.ma10 {
	margin-bottom: 60px;
}
.price_list li {
	border-bottom: 1px solid #adadad;
    margin-bottom: 20px;
}
.price_list dl {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	font-size: 2.0rem;
	font-weight: bold;
	align-items: center;
}
.price_list .square {
	padding-right: 8px;
}
.price_list dt .sup {
	font-size: 1.3rem;
    display: block;
	color: #27354a;
    font-weight: normal;
}
.menu_line .sup {
	color: #8e8e8e;
    font-size: 1.3rem;
}
/*---------ボタンエリア---------*/
.btn_area {
	text-align: center;
}
.btn_area .all a {
    width: 350px;
    display: block;
    border-radius: 0;
    background: #fff;
    box-shadow: 5px 5px 0 #ffed00;
    margin: 40px auto 30px;
    color: #27354a;
    font-size: 2.6rem;
    font-weight: bold;
    padding: 9px 15px 6px;
	position: relative;
	transition: all 0.3s ease;
}
.btn_area .all a:hover,
.btn_area .yoyaku a:hover {
	box-shadow: none;
	transform: translate(0, 0.25rem);
}
.btn_area .all a:after {
	position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #27354a;
    padding: 0;
    right: 7px;
    top: calc(50% - 5px);
}
.btn_area .yoyaku a {
    width: 350px;
    display: block;
    border-radius: 50px;
    background: #27354a;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
	margin: 0px auto 10px;
    color: #fff;
    font-size: 2.6rem;
    font-weight: bold;
    padding: 9px 15px 6px;
	position: relative;
	transition: all 0.3s ease;
}
.btn_area .yoyaku a:after {
	position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #fff;
    padding: 0;
    right: 7px;
    top: calc(50% - 5px);
}
.btn_area .sup {
	font-size: 1.3rem;
}
/*---------スタイル---------*/
.style_list li.img_bg {
	background: #fff;
	text-align: center;
}
.style_list li.img_bg figure {
	padding: 10px;
}
.style_list li.img_bg p {
	font-size: 1.8rem;
    font-weight: bold;
}
/*---------スライダー---------*/
.slider {
	width: 94%;
	margin: 0 auto;
}
.slider img {
	width: 30vw;
	height: auto;
	object-fit: cover;
}
.slider .slick-slide {
	transition: all 0.3s ease;
	transform: scale(0.8);
	opacity: 0.5;
}
.slider .slick-slide.slick-center {
	transform: scale(1);
	opacity: 1;
}
.slick-slide.slick-current ,
.slick-slide.is-active-next {
  transform: scale(1);
	opacity: 1;
}
.slick-prev,
.slick-next {
	position: absolute;
	top: 42%;
	cursor: pointer;
	outline: none;
	border-top: 2px solid #666;
	border-right: 2px solid #666;
	height: 15px;
	width: 15px;
}
.slick-prev {
	left: -1.5%;
	transform: rotate(-135deg);
}
.slick-next {
	right: -1.5%;
	transform: rotate(45deg);
}
#contents .slick-dotted.slick-slider {
    margin-bottom: 100px;
}
#contents .slick-dots {
	position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
#contents .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
#contents .slick-dots li button {
    font-size: 0px;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    color: transparent;
    padding: 5px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    outline: none;
    background: transparent;
}
#contents .slick-dots li button:before {
    font-family: slick;
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: 0.25;
    color: black;
    -webkit-font-smoothing: antialiased;
}
#contents .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}
/*---------スタッフ---------*/
.img_area {
	display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 100%;
}
.img_area .flex_img {
	width: calc((100% - 8px) / 2);
}
.img_area .flex_img .flex_box {
	display: flex;
	display: -webkit-flex;
	margin-bottom: 8px;
}
.img_area .flex_img .flex_box .img01,
.img_area .flex_img .flex_box .img03 {
	margin-right: 8px;
}
.staff_box {
	text-align: center;
	margin-bottom: 30px;
}
.staff_box .name {
	font-size: 2.6rem;
    font-weight: bold;
	line-height: 1.3;
    margin-top: 15px;
}
.staff_box .name .sup {
	font-weight: normal;
    font-size: 1.6rem;
}
/*---------アクセス---------*/
#access figure {
	width: 70%;
}
#access .right_box {
	text-align: right;
}
.shop_list {
	background: #fff;
    width: 80%;
    padding: 20px 30px;
	margin: 20px 0 20px auto;
	font-weight: bold;
}
.shop_list dl {
	display: flex;
	display: -webkit-flex;
	margin-bottom: 6px;
	font-size: 2.0rem;
}
.shop_list dd.ma40 {
	margin-left: 40px;
}
.shop_list dd.ma20 {
	margin-left: 20px;
}
.shop_list dd.ma43 {
	margin-left: 43px;
}
.map_box {
	text-align: center;
}
/*---------リクルート---------*/
#recruit {
	padding-bottom: 130px;
}
.recruit_box {
	position: relative;
}
.recruit_box .recruit_list {
	position: absolute;
    bottom: 10px;
    right: 30px;
    font-size: 1.8rem;
    font-weight: bold;
}
.recruit_list a {
	position: relative;
    text-decoration: underline;
}
.recruit_list a:hover {
	text-decoration: none;
}
.ic_pdf {
    display: inline-block;
    width: 18px;
    height: 16px;
    margin: 0 0 2px 4px;
    background-image: url(/top/images/ic_pdf.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    vertical-align: middle;
}
/*----------------------------------------
タブレット・スマホ
----------------------------------------*/
@media screen and (max-width: 999px) {
#contents {
    max-width: inherit;
}
#contents:before {
	height: 60px;
}
.show-sp {
	display: block;
}
.show-pc {
	display: none;
}
/*-----メインビジュアル-----*/
.main-img {
	height: 430px;
}
/*-----メニュー-----*/
#menu .tabwrap li {
	width: calc((100% - 25px) / 3);
}
#menu .tabwrap li p {
	font-size: 1.6rem;
}
.menu_bg:after {
	height: 120px;
    width: 120px;
}
.price_list .square {
    padding-right: 5px;
}
/*-----スタイル-----*/
.slick-slide img {
	width: 40vw;
}
/*-----スタッフ-----*/
.staff_box .name {
	font-size: 2.4rem;
}
.staff_box .name .sup {
	font-size: 1.3rem;
}
/*-----リクルート-----*/
.recruit_box .recruit_list {
	bottom: 5px;
    right: 30px;
    font-size: 1.3rem;
}
}
@media screen and (max-width: 599px) {
#contents {
	font-size: 1.4rem;
}
.sec {
	padding: 0 20px;
}
#top-wrap h1 {
	margin: 2px 10px 0 0;
	font-size: 1.0rem;
}
/*-----メインビジュアル-----*/
.main-img {
	height: 240px;
}
/*-----見出し-----*/
h2 {
	margin: 40px 0 20px;
	font-size: 4.0rem;
}
h2 span {
	font-size: 1.0rem;
	margin-top: 3px;
}
/*-----ニュース-----*/
.news_box {
	padding: 15px 20px;
}
/*-----メニュー-----*/
#menu .tabwrap li {
	width: calc((100% - 10px) / 3);
}
#menu .tabwrap li p {
	font-size: 1.3rem;
}
#menu .tabwrap li p {
	height: 25px;
}
/*-----メニュー中身-----*/
.menu_bg {
	background-size: 51% 51%;
	padding: 15px;
    margin-top: 15px;
}
.menu_line h3 {
	font-size: 2.0rem;
}
.menu_line h3:before {
	width: 30px;
}
.menu_line {
	padding: 15px 10px 70px;
}
.price_list dl {
	font-size: 1.4rem;
}
.price_list dt {
	width: 70%;
}
.price_list dt .sup {
	font-size: 0.9rem;
}
.menu_bg:after {
	height: 90px;
	width: 90px;
	bottom: 25px;
    right: 25px;
}
.menu_line .sup {
	font-size: 1.2rem;
}
.btn_area .all a {
	width: 270px;
	font-size: 2.0rem;
}
.btn_area .yoyaku a {
	width: 270px;
	font-size: 1.8rem;
	margin: 0px auto 8px;
}
.btn_area .sup {
	font-size: 1.1rem;
}
/*-----スタイル-----*/
.style_list li.img_bg figure {
	padding: 5px;
}
.style_list li.img_bg p {
	font-size: 1.6rem;
}
#contents .slick-dots li button:before {
	font-size: 10px
}
#contents .slick-dotted.slick-slider {
	margin-bottom: 60px;
}
#contents .slick-dots {
	bottom: -35px;
}
#contents .slick-dots li {
	margin: 0 3px;
}
/*-----スタッフ-----*/
.staff_box {
	width: 50%;
	margin: auto;
	margin-bottom: 20px;
}
.staff_box .name {
	font-size: 2.0rem;
	margin-top: 10px;
}
.staff_box .name .sup {
	font-size: 1.1rem;
}
.img_area .flex_img {
	width: calc((100% - 3px) / 2);
}
.img_area .flex_img .flex_box {
	margin-bottom: 3px;
}
.img_area .flex_img .flex_box .img01,
.img_area .flex_img .flex_box .img03 {
	margin-right: 3px;
}
/*-----アクセス-----*/
#access figure {
	width: 85%;
}
.shop_list {
	width: 95%;
	padding: 15px;
    margin: 15px 0 15px auto;
}
.shop_list dl {
	font-size: 1.4rem;
}
.shop_list dd.ma40 {
    margin-left: 28px;
}
.shop_list dd.ma20 {
    margin-left: 15px;
}
.shop_list dd.ma43 {
    margin-left: 28px;
}
.map_box iframe {
	width: 90%;
    height: 250px;
    border: 0;
}
/*-----リクルート-----*/
#recruit {
    padding-bottom: 80px;
}
.recruit_box .recruit_list {
	bottom: 5px;
	right: 20px;
	font-size: 1.3rem;
}
}










