@charset "utf-8";
/* CSS Document */
.scroll-up {
  opacity: 0; 
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}
.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.top-p{
	width: 13%;
	position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 5%;
	z-index: 10000;
}

.top-p-2{
	width: 25%;
    position: absolute;
    right: 20%;
    margin: 0 auto;
    z-index: 10000;
	bottom: 100px;
}

@keyframes slider {
	0% {
	transform: translateX(0);
	}
	33% {
	transform: translateX(-300px);
	}
	66% {
	transform: translateX(-600px);
	}
	100% {
	transform: translateX(0);
	}
}

/* CSSアニメーションの設定 */
@keyframes SlideIn {
  0% {
    opacity: 0;/*初期状態では透明に*/
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.animated {
  animation: move-y .5s infinite alternate ease-in-out;
}
@keyframes move-y {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(10px);
  }
}

.target {
    transition: .5s;
    transform: rotateY( 0deg );
}

.sns-link a:hover .target {
			transform: rotateY( 360deg ) ;
		}

.sns-link a:hover .target {
			transform: rotateY( 360deg ) ;
		}

/*バウンズ*/
.element {
	opacity: 0;
}
.active {
	animation: bounds 1300ms linear;
	animation-fill-mode: forwards;
}
@keyframes bounds {
	0% {
		opacity: 0;
		transform: scale(1);
	}
	8% {
		opacity: 1;
		transform: scale(1.1);
	}
	17% {
		opacity: 1;
		transform: scale(1.2);
	}
	34% {
		opacity: 1;
		transform: scale(1);
	}
	51% {
		opacity: 1;
		transform: scale(1.1);
	}
	68% {
		opacity: 1;
		transform: scale(1);}
	84% {
		opacity: 1;
		transform: scale(1.05);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.sp-on{
		display: none;
	}

nav ul ul{
  display: block;
}


html {
    font-size: 10px;
}

p{
	letter-spacing: 0.8rem;
}

img{
	width: 100%;
}

body {
    width: 100%;
    height: 100%;
    min-width: 1020px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: #000;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: 0.08em;
    word-wrap: break-word;
    overflow-wrap: break-word;
	overflow-x: hidden;
}

li{
	 list-style: none;
}

.sma{
    display: none;
}.sp-br{
		display: none;
	}

.pc-br{
	display: block;
}

/*
.base_inner {
    width: 1080px;
    padding: 0;
    margin: 0 auto;
}
*/

/*画像ズーム*/
.moimg1 {
	overflow: hidden;
	border-radius: 50px;
}

.moimg2 {
	overflow: hidden;
}

.moimg1 img , .moimg2 img{
	display: block;
	transition: 0.5s;
}
.moimg1 img:hover , .moimg2 img:hover{
	transform: scale(1.1, 1.1);
}

.zoom-in{
	display: block;
	transition: 0.5s;
}

.zoom-in:hover {
	transform: scale(1.1,1.1);
}

/*フッターまでの距離*/
.page-link{
	    margin-bottom: 20%;
}

/*フッター*/
.footer{
	display: flex;
    justify-content: space-around;
    color: #8c6239;
	border-top: solid 1px;
    padding: 100px 0;
	margin: 0 auto;
}
.footer{
	width: 80%;
	display: flex;
    justify-content: space-around;
    color: #8c6239;
	border-top: solid 1px;
    padding: 100px 0;
	margin: 0 auto;
}
.copy-r{
	color: #8c6239;
    margin: 0 auto;
    width: 80%;
    text-align: center;
    padding-bottom: 100px;
}

.copy-r span img{
	width: 14%;
}

/*snsリンクロゴ*/
.sns-link{
	text-align: center;
    margin-bottom: 100px;
}

.sns-link img{
	width: 12%;
}

/*topヘッダー*/
.contents{
	    height: 80vh;
}

#top .top-header{
	width: 12%;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    margin-top: 0;
	padding: 0% 0px 10% 3%;
}

#top .top-header img{
	width: 100%;
}

.top-header {
    width: 17%;
    position: fixed;
    margin: 0 auto;
    text-align: center;
    top: 15px;
	left: -12px;
}

.top-header img {
    width: 53%;
}

nav{
	background: #f9f3e8;
    width: 17%;
    position: absolute;
    z-index: 10000;
    padding: 20px 0 80px 80px;
    border-radius: 0 45px 45px 0;
    margin: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 500px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

nav ul{
	letter-spacing: 1.0rem;
    line-height: 2.8;
}

nav ul .link{
	background: #603813;
    width: 70%;
    color: #fff;
    text-align: center;
    border-radius: 13px;
	margin: 10px 0;
	letter-spacing: 0.3rem;
}

.underline {
  display: inline-block;
  padding-bottom: 4px;
  position: relative;
}

.underline::after {
  background-color: #8d0023;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transition: .5s all;
  width: 0;
}

.underline:hover::after {
  width: 100%;
}

/*ページヘッダー*/
#top .base_inner{
	width: 980px;
    padding: 0;
    margin: 0 auto;
}

#page-header{
	background: #f9f3e8;
    width: 17%;
    position: fixed;
    z-index: 10000;
    padding: 20px 0 80px 80px;
    border-radius: 0 45px 45px 0;
    margin: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 500px;
}

/*ページ　インナー
#shop-info .base_inner , #policy .base_inner {
	margin-left: 15%;
    padding: 0;
}*/


/*ページ　インナー*/

#shop-info , #policy , #company , form , #news , #recruit .base_inner , #baito , #syain{
	padding-left: 10%;
    width: 80%;
    margin: 0 auto;
}

/*トップページ*/
#about{
	background: url("../img/bg-000.png") no-repeat;
	background-size: 100% auto;
	height: 1500px;
	margin-top: -130px;
	margin-bottom: 300px;
}


#main-visual{
    margin: 0 auto;
}

#main-visual .footer{
	width: 980px;
}

.top-img{
	position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    text-align: center;
}

.top-img img{
	width: 67%;
}

.policy ul{
	display: flex;
	padding: 330px 0 0;
	margin-top: 150px;
}

ul .policy-2{
	margin: 30px 100px 0 0;
}

.policy-2 li:nth-child(1) img{
	width: 60%;
}

.policy-img{
	width: 5%;
}

.policy-img img{
	width: calc(50% + 62vw);
}

.more{
	margin: 100px 0;
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.more span{
	font-size: 28px;
	vertical-align: sub;
}

.more p{
	line-height: 2;
}

.more div{
	width: 16%;
    margin: 0 auto;
    padding: 50px 0;
}

.menu_flex{
	display: flex;
}

.info{
	position: relative;
	background: #fff;
    padding: 50px 100px 60px;
    border-radius: 33px;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}

.info ul{
	padding: 0;
	margin-top: 0;
}

.info h2{
	text-align: center;
}

.info h2 img{
	width: 25%;
	margin: 0 0 50px;
}

.info ul{
	font-size: 14px;
	align-items: center;
	line-height: 3.0;
	letter-spacing: 5px;
	padding: 0;
}

.shopinfo-size img{
	width: 100%;
}

.info li:nth-child(1){
	width: 25%;
    border-right: 1px solid;
}

.info li:nth-child(2){
	width: calc(100% - 220px);
	padding-left: 70px;
}

.more-2{
	text-align: center;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
}

.more-2 img{
	width: 6%;
}

.menu_flex_2{
	width: 83%;
}

#menu ul{
	width: 100%;
    margin-bottom: 50px;
}

.menu{
	position: relative;
}

.menu::before{
	content: "";
    background: url(../img/deco2.png) no-repeat;
    background-size: contain;
    width: 100%;
    height: 230px;
    position: absolute;
    z-index: 100;
    top: -100px;
    left: 0;
}

.deco{
	background: url("../img/deco1.png");
	background-size: contain;
	height: 20vh;
	background-repeat: no-repeat;
    background-position: right;
}

#contact{
	margin-bottom: 400px;
	text-align: center;
}

#contact img{
	width: 60%;
	margin: 0 auto;
}

.top-bg-2{
	background: url("../img/top-bg-2.png") no-repeat;
	background-size: 100% auto;
	height: 1500px;
}

#shidashi{
	padding: 300px 0 200px 0;
}

/*お問い合わせ*/
select::-ms-expand {
	display: none; /*--IEでデフォルトの矢印を消します--*/
}

select {
	width: 100%;　/*--幅--*/
	-webkit-appearance: none; /*--各ブラウザのCSSを解除--*/
	-moz-appearance: none;　/*--各ブラウザのCSSを解除--*/
	appearance: none;　/*--各ブラウザのCSSを解除--*/
	margin: 1em 0;
	padding: 5px;
	font-size: 16px;
	border: solid 1px #ccc;
	background-image: url(../img/form-arrow.png); /*--矢印の画像を指定--*/
	background-repeat: no-repeat;
	background-size: 18px 10px;
    background-position: right 20px center;
	background-color: #fff;
}

form .page-title{
	text-align: center;
}

form .page-title img{
	width: 170px;
	margin: 85px 0;
}

@media screen and (max-width : 1127px ){
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 65%;
	margin: 0 auto;
  align-items: center;
}
@media screen and (max-width : 1127px ){
  .Form-Item {
	  width: auto;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media screen and (max-width : 1127px ){
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width : 1127px ){
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}

@media screen and (max-width : 1127px ){
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
	border: 1px solid #ddd;
  flex: 1;
  width: 100%;
}
@media screen and (max-width : 1127px ){
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  width: 100%;
height: 216px;
}
@media screen and (max-width : 1127px ){
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 22px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
margin-bottom: 20%;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #8c6239;
  color: #fff;
  text-align: center;
}
@media screen and (max-width : 1127px ){
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}

/*店舗案内*/
.shop-bg{
	background: url("../img/shop-bg.png") no-repeat;
	background-size: 100% auto;
}

#shop-info .page-title{
	text-align: center;
}

#shop-info .page-title img{
	margin: 80px 0;
	width: 110px;
}

.jump {
	display: flex;
    justify-content: space-evenly;
    margin-bottom: 150px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.jump li{
	background: #e1c892;
    border-radius: 20px;
    padding: 13px 25px;
    color: #42210b;
    font-size: 18px;
}

.shop-area{
	display: flex;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	justify-content: flex-end;
	justify-content: center;
	margin-bottom: 200px;
}

.shop-area ul{
	width: 40%;
}

.shop-area li{
	width: 90%;
}

.shop-name{
	display: flex;
    align-items: end;
}

.shop-tel{
	font-size: 20px;
}

.shop-name h2{
	font-size: 25px;
}

.shop-name h2 span{
	color: #dda552;
    font-size: 18px;
    display: block;
}

.shop-name img{
	width: 42%;
    margin-left: 20px;
}

#shop-info .box-right{
	width: 40%;
}

.shop-text{
	font-size: 15px;
    margin-top: 30px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.shop-more{
	margin-top: 50px;
    text-align: right;
}

.shop-more img{
	width: 30%;
}

/*会社概要*/
.company-bg{
	background: url("../img/company-bg.png") no-repeat;
	background-size: 100% auto;
}

.company-box{
	width: 80%;
    margin: 0 auto;
	padding-bottom: 20%;
}

#company .page-title img{
	width: 190px;
	margin: 80px 0;
}

#company .page-title{
	text-align: center;
}

#company .company-flex dl {
    display: flex;
    margin-bottom: 20px;
    font-size: 20px;
	font-weight: inherit;
	border-bottom: solid 1px #dda552;
    padding-bottom: 20px;
}

#company dt {
    width: 40%;
	font-weight: inherit;
}

#company dd {
    width: calc(100% - 220px);
}

.year-flex{
	display: flex;
}

.year{
	width: 35%;
}

.year-p{
	width: calc(100% - 70px);
}

/*想い・理念、こだわり*/
#policy .page-title img {
    width: 140px;
	margin: 80px 0px;
}

#policy .page-title{
	text-align: center;
}

.omoi-1 ul{
	display: flex;
	justify-content: space-evenly;
}

#policy .box-left{
	width: 35%;
    text-align: center;
    margin: 80px 0 0;
}

#policy .box-left img:nth-child(1){
	    width: 45%;
	margin-bottom: 50px;
}

#policy .box-right p{
	letter-spacing: 0.2rem;
    line-height: 2.5;
    padding: 0 0 10px 30px;
    font-size: 15px;
    width: 100%;
}

#policy .box-right p span{
    display: flex;
	align-items: center;
	margin: 10px 0 0;
}

#policy .box-right p span img{
	width: 75px;
	margin-left: 20px;
}

#policy .box-right{
	width: 50%;
}

.omoi-2 ul{
	display: flex;
    justify-content: space-evenly;
    margin: 00 0 20px;
    align-items: end;
}

.omoi-2 li:nth-child(1){
	width: 35%;
    margin-bottom: 50px;
}

.omoi-2 li:nth-child(2){
	width: 40%;
}

.omoi-2 p{
	width: 84%;
    margin: 0 auto;
    font-size: 15px;
    letter-spacing: 0.2rem;
    line-height: 2.5;
    margin-bottom: 10%;
}

.rinen{
	margin-bottom: 15%;
}

.about-bg  {
    background: url("../img/about-bg.png") no-repeat;
    background-size: 100% auto;
	background-position-y: 210px;
}

.page-link ul{
	display: flex;
    justify-content: center;
}

.page-link li{
	width: 35%;
    margin: 20px;
}

/*各店舗ページ*/
/*北浜*/
.shoptop-img{
	position: relative;
}

.base_inner{
	width: 980px;
    margin: 0 auto;
    padding: 0;
}

.tel{
	position: absolute;
    z-index: 1000;
    top: 3%;
    width: 20%;
    right: 10%;
}

.booking-link{
	position: fixed;
    top: 20%;
    width: 7%;
    right: 0;
	z-index: 1000;
}

.shop-about{
	padding-top: 100px;
	background: url("../img/shop-bg-1-1.png") no-repeat;
	background-size: 100% auto;
}

.shop-about::after{
	 content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
	background: url("../img/shop-bg-1-2.png") no-repeat;
	background-size: 100% auto;
    width: 100%;
    height: 400px;
    position: absolute;
    z-index: -100;
}


.shop-box-1{
	display: flex;
	position: relative;
	margin-bottom: 150px;
}

.shop-box-1-left{
	background: url("../img/text-bg.png") no-repeat;
	background-size: cover;
	width: 50%;
	padding: 100px;
}

.shop-box-1-rigth{
	width: 70%;
    position: absolute;
    top: 15%;
    right: -10%;
}

.shop-box-1-left h2 {
	font-size: 24px;
    color: #fff;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	margin-bottom: 50px;
}

.shop-box-2-rigth h2{
	font-size: 24px;
    color: #42210b;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	margin-bottom: 50px;
}

.shop-box-1-left span , .shop-box-2-rigth span{
    color: #910000;
}

.shop-box-1-left p {
	letter-spacing: revert;
    color: #fff;
	font-size: 15px;
}

.shop-box-2-rigth p{
	letter-spacing: revert;
    color: #42210b;
	font-size: 15px;
}


.shop-box-2-rigth{
	width: 100%;
	 background-color: rgba(255, 255, 255, 0.5);
	padding: 50px 50px 50px 100px;
}

.shop-box-2-left{
	position: relative;
	
}

.potision{
	position: absolute;
    bottom: 80px;
    left: 80px;
}

.shop-box-2{
	display: flex;
}

.shop-menu{
	color: #603813;
	letter-spacing: revert;
	font-size: 15px;
}

.course-title{
	display: flex;
    padding: 200px 0;
    justify-content: space-between;
}

.course-title li:nth-child(2){
	margin-top: 100px;
    width: 50%;
    position: relative;
}

.course-title li:nth-child(2) div{
	position: absolute;
    bottom: -100px;
    background: rgba(198,156,109,0.9);
    color: #fff;
    padding: 60px;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.course-title li:nth-child(2) h2{
	position: relative;
	    font-size: 30px;
    margin-bottom: 10px;
    text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.course-title li:nth-child(2) h2::after{
	content: '';
    width: 100px;
    height: 2px;
    display: inline-block;
    background-color: #910000;
    position: absolute;
    bottom: 0px;
    left: 60px;
}

.course-title li:nth-child(2) p{
	    font-size: 15px;
    letter-spacing: revert;
}

.course-title li:nth-child(1){
	width: 40%;
}

.course-area{
	display: flex;
	justify-content:space-between;
}

.course-area li{
	width: 30%;
}

.course-area h2{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 20px;
    margin: 20px 0 10px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
	text-align: center;
}

.course-area h2 span{
	font-size: 16px;
}

.course-area p{
	font-size: 15px;
    letter-spacing: revert;
}

.menu-area ul{
	display: flex;
	position: relative;
	    margin-bottom: 100px;
}

.menu-area li:nth-child(2){
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"
}

.menu-area li:nth-child(2) h2{
	font-size: 30px;
	writing-mode: vertical-rl;
	padding-left: 40px;
}

.menu-area li:nth-child(2) p{
	writing-mode: vertical-rl;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.menu-area li:nth-child(1){
	width: 80%;
	margin-top: 100px;
}

.menu-area li:nth-child(2) h2::after {
    content: '';
    width: 2px;
    height: 100px;
    background-color: #910000;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    margin-top: 50px;
}

.menu-area li:nth-child(2){
	position: absolute;
	display: flex;
	justify-content: center;
    right: 10px;
    background: rgba(198,156,109,0.9);
    color: #fff;
    width: 36%;
    padding: 50px
}

.row {
    flex-direction: row-reverse;
}

.menu-box{
	margin-left: 200px;
}

.menu-flex {
    display: flex;
    flex-wrap: wrap;
    color: #42210b;
    margin: 0 0 20px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.menu-box li {
    width: 50%;
}

.note{
	margin: 0 auto;
	text-align: center;
	font-size: 15px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	color: #42210b;
	letter-spacing: inherit;
	margin-bottom: 150px;
	margin-top: 50px;
}

.drink-area {
    display: flex;
    position: relative;
    margin-bottom: 100px;
}

.drink-menu ul{
	width: 45%;
	    margin-bottom: 50px;
}

.drink-title{
	display: flex;
    border-bottom: 1px solid;
    justify-content: space-between;
}

.tenpo-info{
	background: url("../img/shop-bg-2.png");
	background-size: 100% auto;
	position: relative;
}

.online-shop-link{
	position: absolute;
    top: -80px;
    width: 46%;
    right: 0;
    left: 0;
    margin: 0 auto;
	z-index: 99;
}

.drink-area li:nth-child(2) {
    width: 80%;
    margin-top: 100px;
}

.drink-area li:nth-child(1) {
    position: absolute;
    display: flex;
    justify-content: center;
    left: 10px;
    background: rgba(198,156,109,0.9);
    color: #fff;
    width: 36%;
    padding: 50px;
	z-index: 100;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.drink-area li:nth-child(1) h2 {
    font-size: 30px;
    writing-mode: vertical-rl;
    padding-left: 40px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.drink-area li:nth-child(1) h2::after {
    content: '';
    width: 2px;
    height: 100px;
    background-color: #910000;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    margin-top: 50px;
}

.drink-area li:nth-child(1) p {
    writing-mode: vertical-rl;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.drink-menu{
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.drink-menu dl{
	width: 48%;
}

.tenpo-info h2{
	width: 60%;
    padding: 200px 0 150px;
}

.info-flex{
	color: #42210b;
    font-weight: normal;
	display: flex;
	justify-content: space-between;
	margin: 0 0 100px;
}

.info-flex dd{
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
    padding: 0 0 10px;
	margin-bottom: 10px;
}

.info-left , .info-right{
	width: 48%;
}

.info-flex dd span{
	font-size: 15px;
}

dt{
	font-weight: normal;
}

.info-right dd img{
	width: 6%;
}

.link-btn{
	width: 50%;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 100px;
}

#kitahama .footer-2 , #imahashi .footer-2 , #yodoyabashi .footer-2{
	width: 100%;
	background: url("../img/shop-bg-2.png");
	background-size: 100% auto;
}

#kitahama .shop-about {
    padding-top: 100px;
    background: url("../img/kitahama-bg1.png") no-repeat;
    background-size: 100% auto;
}

#kitahama .shop-menu::before {
    content: '';
    display: inline-block;
    background: url(../img/kitahama-bg2.png) no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 1000px;
    position: absolute;
    z-index: -100;
}

#imahashi .shop-about {
    padding-top: 100px;
    background: url("../img/imahashi-bg1.jpg") no-repeat;
    background-size: 100% auto;
}

#imahashi .shop-menu::before {
    content: '';
    display: inline-block;
    background: url(../img/imahashi-bg2.png) no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 1000px;
    position: absolute;
    z-index: -100;
}

#yodoyabashi .shop-about {
    padding-top: 100px;
    background: url("../img/yodoyabashi-bg1.png") no-repeat;
    background-size: 100% auto;
}

#yodoyabashi .shop-menu::before {
    content: '';
    display: inline-block;
    background: url(../img/yodoyabashi-bg2.png) no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 1000px;
    position: absolute;
    z-index: -100;
}


/*お知らせ*/
#news .page-title img {
    width: 120px;
    margin: 80px 0px;
}

#news .page-title {
    text-align: center;
}

.news-box{
		width: 60%;
		margin: 0 auto;
	padding-bottom: 150px;
	}

.news-box ul{
	margin: 0 0 50px;
    display: flex;
    border-bottom: 1px solid #603813;
    padding: 0 0 20px;
}

.news-box ul a{
	display: flex;
}

.date{
	margin-right: 50px;
}

.page-box{
	padding: 0 0 200px;
    width: 80%;
    margin: 0 auto;
}

.news-title{
	font-size: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #603813;
    margin-bottom: 30px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.news-title span{
	display: block;
}

.news-img{
	margin-bottom: 30px;
}

.news-list{
	text-align: end;
    padding: 100px 0 0;
}

.news-list img{
	width: 20%;
}

.news-page{
	letter-spacing: inherit;
}

/*求人ページ*/
#recruit .page-title {
    text-align: center;
}

#recruit .page-title img {
    margin: 80px 0;
    width: 110px;
}

.rec-top{
	position: relative;
	margin-bottom: 300px;
}

.top-text{
	position: absolute;
    background:rgba(255,255, 255);
    padding: 80px 100px 80px;
    border-radius: 33px;
    box-shadow: 0 10px 25px 0 rgb(0 0 0 / 50%);
    bottom: -160px;
    left: 0;
    right: 0;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

#recruit .jump{
	justify-content: center;
	padding-left: 10%;
    width: 80%;
    margin: 0 auto;
	margin-bottom: 100px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.recruit-title{
	padding: 150px 0 100px;
    width: 90%;
    margin: 0 auto;
}

.recruit-title h2{
    padding-bottom: 20px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

#recruit .jump li{
	margin: 20px;
}

.ichinichi ul{
	display: flex;
    justify-content: space-between;
}

.ichinichi li{
	width: 48%;
}

/* モーダル全体(背景＋本体) */
.modal{
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
	z-index: 99999;
}

/* モーダル背景 */
.modal-bg{
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 50%);
}

/* モーダル本体 */
.modal-content{
  position: absolute;
  overflow: scroll; /* はみ出た部分はスクロールさせる */
  height: 100%;/* これが無いと「overflow:scroll」が利かない */
  width: 85%;/* これが無いと「overflow:scroll」が利かない */
	padding: 50px 0 0 10%;
    text-align: center;
    right: 0;
    left: 0;
	margin: 0 auto;
}

/* モーダルウィンドウ表示中に記事本体を固定 */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.js-modal-close{
	font-size: 50px;
    color: #fff;
}

.modal-area{
	width: 90%;
    margin: 0 auto;
}

.modal-area img{
	margin-bottom: 200px;
}

.recruit-link ul{
	display: flex;
	margin-bottom: 200px;
}

/*募集要項*/


.detil-box {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 20%;
}

 .detil-box dl {
    display: flex;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: inherit;
    border-bottom: solid 1px #dda552;
    padding-bottom: 20px;
}

.detil-box dt {
    width: 40%;
    font-weight: inherit;
}

.detil-box dd {
    width: calc(100% - 220px);
}

.detil-box h2{
	font-size: 19px;
	margin-bottom: 20px;
}

.detil-box h2 span{
	font-size: 23px;
    background: #603813;
    color: #fff;
    padding: 10px;
	margin: 0 20px 20px 0;
}

h3{
	color: #603813;
}

.h3-margin{
	margin-top: 50px;
}

#baito .jump {
    display: flex;
    justify-content: space-evenly;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

#baito .jump li {
    background: #603813;
    border-radius: 0;
    padding: 13px 25px;
    color: #fff;
    font-size: 18px;
}

#syain .jump {
    display: flex;
    justify-content: space-evenly;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

#syain .jump li {
    background: #e1c892;
    border-radius: 0;
    padding: 13px 25px;
    color: #42210b;
    font-size: 18px;
}


.oubo-link{
	width: 50%;
    margin: 0 auto;
    margin-bottom: 100px;
}

.grad-wrap {
  position: relative;
}

.grad-wrap h2{
	font-weight: bold;
	line-height: 1.2;
}

.grad-wrap h2 span{
	color: #ff3333;
	font-size: 25px;
}

.grad-wrap dt{
	background: #dda552;
    color: #fff;
    text-align: center;
	padding: 10px 0;
    margin: 10px 0;
}

.grad-wrap + .grad-wrap {
  margin-top: 40px;
}
.grad-trigger {
  /*ボタンのスタイルはご自由にどうぞ*/
}
.grad-trigger::after {
  content: "続きを読む" /*クリック前のボタンのラベル*/
}
.grad-trigger .fa {
  margin-right: .5em;
}
.grad-item {
  position: relative;
  overflow: hidden;
}
.grad-item.is-hide {
  height: 350px; /*隠した後の高さ*/
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 20px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
}

#baito .grad-item::before{
	display: none;
}

.grad-trigger.is-show {
  bottom: -4em;
}
.grad-trigger.is-show::after {
  content: "閉じる" /*クリック後にボタンのラベルを変える*/
}
.grad-trigger.is-show + .grad-item::before {
  display: none;
}

.grad-trigger {
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: -50px;
    left: 0;
    width: 148px;
    margin: auto;
    padding: 0.5em 0;
    border-radius: 40px;
    background: #fff;
    color: #000;
    font-size: 1.3rem;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
    border: solid 1px;
}

.arrow_box{
    position:relative;
	text-align: center;
    width:70%;
	margin: 0 auto;
    background:#fff;
	box-shadow: 5px 5px 20px 5px rgb(0 0 0 / 30%);
    padding:30px;
    border-radius:30px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
}

.shadow{
	position:relative;
	text-align: center;
    width:70%;
	margin: 0 auto;
    background:#fff;
	box-shadow: -5px 5px 20px 5px rgb(0 0 0 / 30%);
    padding:30px;
    border-radius:30px;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
}

.arrow_box:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(115, 255, 154, 0);
    border-top-width:20px;
    border-bottom-width:20px;
    border-left-width:11px;
    border-right-width:11px;
    margin-top: -20px;
 fffder-right-color:#73FF9A;
    right:100%;
    top:50%;
}

.hearing-flex{
	display: flex;
	margin-bottom: 150px;
	justify-content: space-between;
}

.hito-img{
	width: 30%;
	text-align: center;
	margin-top: 100px;
}

#baito .hito-img{
	margin-top: 0;
}

#baito .hearing-flex{
	align-items: center;
}

.hito-img img{
	width: 40%;
    margin-bottom: 20px;
}

.hito-img p{
	font-size: 16px;
    letter-spacing: inherit;
    text-align: center;
}

.hearing-flex:nth-child(even) {
        flex-direction: row-reverse;
    }

/*スマホ*/
@media screen and (max-width: 768px){
	#shop-info, #policy, #company , form , #news ,#baito , #syain{
		width: auto;
		padding-left: 0;
	}
	
	html{
		width: 100%;
	overflow-x: hidden;
	}
	
	.page-link {
    width: 80%;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 20%;
}
	
	.pc-on{
		display: none;
	}
.sma{
        display: block;
    }	
	.sp-on{
		display: block;
	}
	
	.sp-br{
		display: block;
	}
	
	.pc-br{
	display: none;
	}
	
	body {
    min-width: 320px!important;
    max-width: 100%!important;
	font-size: 15px;
    font-size: 1.5rem;
		overflow-x: hidden;
}
	
	.base_inner {
    width: 100% !important;
    padding: 0 20px !important;
}
	
	.footer{
		display: none;
	}
	
	.copy-r{
		padding-bottom: 50px 0 30px;
	}
	
	.sns-link img {
    width: 28%;
}
	
	.sp-top{
		width: 95%;
    margin: 0 auto;
    padding-top: 50px;
	}
	
	.top-position{
		position: relative;
	}
	
	.top-p {
    width: 35%;
    position: absolute;
    margin: 0 auto;
    z-index: 100;
    left: 40%;
		top: -35px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
	
	.top-p-2 {
    width: 35%;
    position: absolute;
    right: 45px;
    margin: 0 auto;
    z-index: 100;
    bottom: 70px;
}
	
	.sp-sub{
		display: flex;
    flex-wrap: wrap;
    margin-left: 10px;
	}
	
	.sp-sub a{
		width: 50%;
	}
	
	/*ハンバーガーメニュー*/
	nav ul .link{
		width: 90%;
		margin: 0 auto;
		margin-bottom: 10px;
		border-bottom: none;
		margin-top: 20px;
	}
	
	.sp-logo{
		width: 50%;
    margin: 0 auto;
	}
	
	.hamburger {
    position: fixed;
    right: 20px;
    top: 20px;
    width: 50px;
    height: 40px;
    cursor: pointer;
    z-index: 99999;
}
	
	.hamburger__line {
    position: absolute;
    width: 40px;
    height: 1px;
    right: 0;
    background-color: #6a3906;
    transition: all 0.5s;
}
	
	.hamburger__line--1 {
    top: 1px;
}
	
	.hamburger__line--2 {
    top: 13px;
}
	
	.hamburger__line--3 {
    top: 27px;
}
	
	/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
  transform: rotate(-45deg);
  top: 11px;
}

.open .hamburger__line--2 {
  opacity: 0;
}

.open .hamburger__line--3 {
  transform: rotate(45deg);
  top: 11px;
}
	
	.sp-nav {
		text-align: initial;
    position: fixed;
    right: -100%;
    top: 0;
    width: 70%;
    height: 100vh;
    background-color: #f9f3e8;
    transition: all 0.5s;
    z-index: 200;
    overflow-y: auto;
}
	
	
	/*ハンバーガーがクリックされたら右からスライド*/
.open .sp-nav {
  right: 0;
}
	.sp-nav ul {
    font-size: 1.4rem;
    margin-top: 50px;
		padding-bottom: 100px;
}
	
	.sp-nav li {
    padding: 15px 0 15px 15px;
		border-bottom: 2px dotted #fff;
}
	
	.black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5;
    background-color: rgba(0, 0, 0, 50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 100;
}
	
	/*ハンバーガーメニューが開いたら表示*/
.open .black-bg {
  opacity: 0.3;
  visibility: visible;
}
	
	nav{
		padding: 0;
    border-radius: 0;
    margin: 0;
	}
	
	/*topトップページ*/
	.contents{
	display: none;
	}
	
	#about {
    background: url(../img/sp-bg-000.png) no-repeat;
    background-size: 100% auto;
		height: auto;
		margin: 0;
}
	
	.policy ul {
    display: block;
		padding: 50px 0 0;
		margin: 0;
	}
	
	.nav-wrapper{
		text-align: center;
	}
	
	.policy-2{
		text-align: center;
	}
	
	.policy-2 li:nth-child(1) img {
    width: 80%;
}
	
	.policy-img {
    width: auto;
		margin: 30px 0 0;
}
	
	.policy-img img {
    width: 100%;
}
	
	.more span{
		font-size: 20px;
	}
	
	.more{
		display: block;
		margin: 50px 0;
	}
	
	.more div {
    text-align: end;
		width: 80%;
}
	
	.more div img{
		width: 45%;
		margin: 0 auto;
	}
	
	.info{
		margin: 0 0 50px;
		padding: 30px 30px 40px;
	}
	
	.info h2 img {
    width: 43%;
    margin: 0 0 30px;
}
	
	.info ul{
	line-height: 2.5;
    margin: 0 0 20px;
    font-size: 1.2rem;
    align-items: inherit;
    display: block;
	padding: 0 0 0;
	}
	
	.info li:nth-child(2) {
    width: auto;
	padding-left: 0;
}
	
	.info li:nth-child(1) {
    width: auto;
	margin-right: 30px;
	border-right: 0;
}
	
	.more-2{
	bottom: -30px;
	}
	
	.more-2 img {
    width: 18%;
}
	
	.deco{
		height: 11vh;
		margin: 0 0 50px;
	}
	
	.shopinfo-size img {
    width: 100%;
}
	
	.menu::before{
		width: 65%;
		top: 0;
	}
	
	.menu_flex_2 {
    width: auto;
}
	
	.menu_flex {
    display: block;
}
	
	#shidashi {
    margin-bottom: 60px;
}
	
	#contact img {
    width: 80%;
    margin: 0 auto;
}
	
	#contact {
		margin-bottom: 100px;
	}
	
	#shidashi {
		padding: 100px 0 50px;
		margin-bottom: 0;
}
	
	.top-bg-2 {
    background: url(../img/sp-top-bg-2.png) no-repeat;
    background-size: 100% auto;
		height: auto;
}
	
	/*店舗案内*/
	#shop-info .page-title img {
    margin: 80px 0 50px;
    width: 30%;
}
	
	.jump{
		margin-bottom: 80px;
	}
	
	.jump li {
    padding: 13px 10px;
    font-size: 12px;
    text-align: center;
    width: 31%;
}

	.shop-name h2 span{
		font-size: 14px;
	}
	
	.shop-area {
    display: block;
	margin-bottom: 50px;
	}
	
	.shop-area ul {
    width: auto;
	margin-bottom: 20px;
}
	
	#shop-info .box-right {
    margin-left: 0;
    width: auto;
}
	
	.shop-text{
		margin-top: 20px;
		font-size: 14px;
	}
	
	.shop-name h2{
		width: 80%;
	}
	
	.shop-more {
    margin-top: 20px;
	}
	
	.shop-more img {
    width: 40%;
	}
	
	.shop-area li {
    width: auto;
}
	
	/*会社概要*/
	.company-box{
		width: auto;
	}
	
	#company .page-title img {
    width: 50%;
}
	
	.company-flex {
    margin: 0 auto;
	width: auto;
}
	
	#company .company-flex dl{
		font-size: 14px;
		display: block;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	
	#company dt{
		width: 30%;
	}
	
	#company dd {
    width: auto;
}
	
	.company-bg{
		background: none;
	}
	
	.company-bg::before{
content: "";
  background: url("../img/company-bg.png")no-repeat center center;
  background-size: 100% auto;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  transform: translateZ(0);
}
	
	.year {
    width: 50%;
}
	
	
	
	
/*	想い　理念*/
	.about-bg{
		background-position-y: 150px;
	}
	
	.shop-bg{
		background: none;
	}
	
	.shop-bg::before{
content: "";
  background: url("../img/shop-bg.png")no-repeat center center;
  background-size: 100% auto;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  transform: translateZ(0);
}
	
	.page-title img {
    margin-top: 0;
}
	
	#policy .page-title img {
    width: 33%;
}
	
	.omoi-1 ul {
    display: block;
}
	
	#policy .box-left {
    width: 85%;
    padding: 0 0 30px;
    margin: 0 auto;
}
	
	#policy .box-right {
    width: auto;
}
	
	#policy .box-right p {
    margin: 30px 0;
	padding: 0;
	}
	
	.omoi-1 ul {
    display: block;
}
	
	#policy .box-right p span {
    display: block;
    margin: 10px 0 0;
		text-align: center;
}
	
	#policy .box-right p span img {
		margin-bottom: 7px;
	}
	
	.omoi-2 ul {
		display: block;
		margin: 0;
}
	
	.omoi-2 li:nth-child(1) {
    width: 70%;
    margin: 0 auto;
    padding: 30px 0;
}
	
	.omoi-2 p{
		width: auto;
	}
	
	.rinen {
    margin: 15% 0;
}
	
	.page-link ul {
    display: block;
}
	
	.page-link li {
		width: auto;
		    margin-bottom: 50px;
}
	
/*	コンタクト*/
	form .page-title img {
    width: 37%;
    margin: 85px 0 0px;
}
	
/*	各店舗ページ*/
	.booking-link{
		display: none;
	}
	
	.tel{
		top: 20px;
    width: 50%;
    left: 20px;
		z-index: 1;
	}
	
	.shop-box-1{
		display: block;
		margin-bottom: 80px;
	}
	
	.shop-about {
    padding-top: 80px;
	}
	
	.shop-box-1-left{
		width: auto;
		padding: 10px;
	}
	
	.shop-box-1-left h2{
		margin: 20px 0;
	}
	
	.shop-box-1-left p{
		margin: 0 0 20px;
	}
	
	.shop-box-1-rigth {
    width: auto;
    position: inherit;
		top: 0;
		right: 0;
		overflow-x: hidden;
}
	
	.shop-about{
		background-repeat: repeat;
	}
	
	.shop-box-2 {
    display: block;
}
	
	.potision {
    bottom: 65px;
    left: 0;
	overflow-x: hidden;
}
	
	.shop-box-2-rigth{
		padding: 30px 10px;
	}
	
	.shop-box-2-rigth h2{
		margin-bottom: 30px;
	}
	
	.course-title {
    display: block;
    padding: 100px 0;
	}
	
	.course-title li:nth-child(2) div {
		bottom: -200px;
		width: 95%;
		padding: 60px 30px;
	}
	
	.course-title li:nth-child(1) {
    width: auto;
}
	
	.course-title li:nth-child(2) {
    margin-top: 20px;
    width: auto;
	}
	
	.course-title li:nth-child(2) h2::after{
		display: none;
	}
	
	.course-title li:nth-child(2) h2{
		border-bottom: 1px solid #910000;
    margin-bottom: 10px;
	}
	
	.course-area {
		display: block;
		margin-top: 170px;
	}
	
	.course-area li{
		width: auto;
		margin-bottom: 50px;
	}
	
	.menu-area ul {
    display: block;
	}
	
	.menu-area li:nth-child(1) {
    width: auto;
    margin-top: 0;
}
	
	.menu-area li:nth-child(2) {
    display: block;
    width: 95%;
    padding: 30px;
	left: 0;
    right: 0;
    margin: 0 auto;
    top: 200px;
}
	
	.menu-area li:nth-child(2) h2 {
    font-size: 30px;
    writing-mode: inherit;
    padding-left: 0;
		text-align: center;
		border-bottom: 1px solid #910000;
		margin-bottom: 10px;
}
	
	.menu-box {
    margin-left: auto;
    margin-top: 200px;
}
	
	.menu-flex {
    display: block;
	margin-bottom: 0;
	}
	
	.menu-box li {
    width: auto;
    margin-bottom: 20px;
}
	
	.menu-area li:nth-child(2) p {
    writing-mode: inherit;
		letter-spacing: revert;
}
	
	.menu-area li:nth-child(2) h2::after {
    display: none;
}
	
	.drink-area{
		display: block;
	}
	
	.drink-area li:nth-child(2) {
    width: auto;
    margin-top: 0;
}
	
	.drink-area li:nth-child(1){
		display: block;
    width: 95%;
    padding: 30px;
	left: 0;
    right: 0;
    margin: 0 auto;
    top: 200px;
	}
	
	.drink-area li:nth-child(1) h2 {
    font-size: 30px;
    writing-mode: inherit;
    padding-left: 0;
		text-align: center;
		border-bottom: 1px solid #910000;
		margin-bottom: 10px;
}
	
	.drink-area li:nth-child(1) p {
    writing-mode: inherit;
		letter-spacing: revert;
}
	
	.drink-area li:nth-child(1) h2::after {
    display: none;
}
	
	.drink-menu {
		display: block;
    margin-left: auto;
    margin-top: 250px;
}
	
	.drink-menu ul{
		width: auto;
		margin-bottom: 30px;
	}
	
	
	.note{
		margin: 50px 0 100px 0;
	}
	
	.online-shop-link{
		top: -50px;
    width: 90%;
	}
	
	.tenpo-info h2 {
    width: auto;
    padding: 80px 0 30px;
}
	
	.info-flex{
		display: block;
		margin: 0 0 80px;
	}
	
	.info-left, .info-right {
    width: auto;
}
	
	.link-btn{
		width: 85%;
    margin-top: 100px;
    margin-bottom: 100px;
	}
	
	#imahashi .shop-about , #yodoyabashi .shop-about , #kitahama .shop-about{
    background-repeat: repeat;
}
	
/*	お知らせ*/
	.page-box {
    padding: 0 0 100px;
    width: auto;
}
	
	.news-list img {
    width: 40%;
}
	
	.news-box {
    width: auto;
    padding-bottom: 100px;
}
	
	#news .page-title img {
		width: 30%;
	}
	
	.news-box ul {
    margin: 0 0 20px;
    display: block;
	}
	
/*	求人ページ*/
.rec-top {
	margin-bottom: 180px;
}
	
	.rec-top ul{
		margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	}
	
	.top-text{
		padding: 30px 25px;
		bottom: -150px;
		width: 100%;
	}
	
	#recruit .page-title img {
    margin: 50px 0;
    width: 25%;
}
	
	.modal-area {
    width: auto;
}
	
	.modal-content{
		padding: 20px 0 50px 0%;
		width: auto;
	}
	
	.recruit-link ul {
    display: block;
    margin-bottom: 80px;
}
	
	.modal-area img {
    margin-bottom: 100px;
}
	
	#syain .jump li{
		font-size: 14px;
    padding: 20px 5px;
	}
	
	.hearing-flex {
    display: block;
    margin-bottom: 80px;
}
	
	.hito-img{
		margin-top: 0;
    margin-bottom: 20px;
		width: auto;
	}
	
	.arrow_box{
		width: auto;
		padding: 10px;
	}
	
	.grad-trigger{
		bottom: -30px;
	}
	
	#bosyuu li:nth-child(1){
		margin-bottom: 20px;
	}
	
	
/*	募集要項*/
	.detil-box {
    margin: 0 auto;
    width: auto;
}
	
	.detil-box {
    width: auto;
}
	
	.detil-box dl {
    font-size: 14px;
}
	
	.detil-box dt {
    width: 30%;
}
	
	.detil-box dd {
    width: calc(100% - 100px);
}
	
	.detil-box h2 {
    font-size: 18px;
}
	
	.voice li{
	width: auto;
		margin-bottom: 80px;
}
	
	#baito .jump li{
		font-size: 14px;
		padding: 10px 5px;
	}
	
	.oubo-link {
    width: 80%;
    margin-bottom: 80px;
}
	
	.detil-box{
		padding-bottom: 8%;
	}
	
	.shadow{
		box-shadow: 5px 5px 20px 5px rgb(0 0 0 / 30%);
	}
	
	.hito-img img{
		width: 25%;
	}
	
	#recruit .jump{
		padding-left: 0;
		margin: 0;
		width: auto;
		padding: 50px 0;
		align-items: center;
	}
	
	#recruit .jump li:nth-child(1) , #recruit .jump li:nth-child(2){
		padding: 20px 10px;
	}
	
	#recruit .jump li:nth-child(3){
		padding: 30px 10px;
	}
	
	.recruit-title {
    padding: 0 0 50px;
	width: auto;
	}
	
	.news-box ul a {
    display: block;
}
	
}

/*デスクトップ*/
@media screen and (min-width:1500px){

	#about{
		height: 1700px;
	}
	
	.policy ul {
    padding: 50% 0 0;
}
	
	.info ul{
		padding: 0;
	}
	
	#policy .box-right p , #policy .omoi-2 p{
    font-size: 15px;
}

	
}

@media (max-width: 520px) {
  body {
    top: 0 !important
  }
}

@media screen and (min-width: 1px) and (max-width: 1400px){
/*
	#shop-info .base_inner, #about .base_inner{
		padding: 0;
		margin-left: 0;
	}
*/
	
	#about .box-right p{
		padding: 0;
	}
}
