@charset "utf-8";
/* CSS Document */

/*------------------------
TOP
------------------------*/
.ib{
	display: inline-block;
}
.box{
 margin-bottom: 100px;	
}
.top_img {
	padding: 100px 10px;
}

#main_img{
	max-width:1000px;
	width: 100%;
	margin:30px auto 70px;
	text-align: center;
	}
	#main_img img {
		width: 100%;
	}

.top_content{
	max-width:970px;
	margin:auto;
	padding: 0 15px;
}

.top_concept{
	text-align: center;
	line-height: 1.8em;
}

.top_concept_title{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 35px;
	text-align: center;
	padding: 0;
	border: none;
	font-weight: normal;
	margin-bottom: 50px;
}

.top_concept p{
	margin-bottom: 1em;
}

.top_h2title{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 35px;
	text-align: center;
	border: none;
	font-weight: bold;
	margin: 0px 0 50px;	
	padding: 0;
	letter-spacing: 0.1em;
}

.t_gold{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:35px;
	color:#DA8F3C;
	margin-bottom:20px;
	line-height:1.5em;
	letter-spacing:0.1em;
}

.t_gold_30{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:30px;
	color:#DA8F3C;
	margin-bottom:20px;
	line-height:1.5em;
	letter-spacing:0.1em;
}


.t_gold_s{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:27px;
	color:#DA8F3C;
	margin-bottom:10px;
	line-height:1.5em;
	letter-spacing:0.1em;
	text-indent:0.7em;
	background-image:url(../img/arrow.jpg);
	background-position:left center;
	background-repeat:no-repeat;
}

.t_gold_m{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:24px;
	color:#DA8F3C;
	line-height:1.5em;
	letter-spacing:0.1em;
	text-indent:0.7em;
	background-image:url(../img/arrow.jpg);
	background-position:calc(50% - 55px) center;
	background-repeat:no-repeat;
}

a.t_gold_s{
	text-decoration: none;
}

/*3columm*/	
ul.top_3columm{
	max-width:1000px;
	width: 100%;
	margin:auto;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
		
ul.top_3columm li{
	width: calc(100% / 3 - 3%);
}

ul.top_3columm p{
	line-height:2em;
}

.topimg_main{
	margin-bottom:10px;
	border:solid 1px #ccc;
}

/*4columm*/		
ul.top_4columm{
	max-width:1000px;
	width: 100%;
	margin:auto;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
		
ul.top_4columm li{
	width: calc(100% / 4 - 3%);
}

.top_4columm_l{
	
}

ul.top_4columm p{
	width:215px;
	line-height:2em;
}

.topimg_main{
	margin-bottom:10px;
}

/*2columm*/		
ul.top_2columm{
	max-width:1000px;
	width: 100%;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
		
ul.top_2columm li{
	width: 46%;
}

ul.top_2columm p{
	max-width:460px;
	line-height:2em;
}

.shop_info table{
	margin: 20px 0;
	text-align: left;
}

.shop_info th{
	font-weight: normal;
	width: 25%;
}

.shop_info td{
	width: 75%;
}

.shop_info th,
.shop_info td{
	padding: 4px 0;
	vertical-align: top;
}


.topimg_main{
	margin-bottom:10px;
}

.topimg_title{
	max-width:460px;
	text-align:center;
	margin: 0 auto;
}

.top_btn a{
	font-size:120%;
	background-color:#ddd;
	padding:12px 18px;
	text-align:center;
	border-radius:8px;
	margin:15px 0;
	color: inherit;
	display: block;
	line-height: 1.6em;
}

.top_insta_b img {
	width: 100%;
}

.responsive_table ,
.responsive_table caption ,
.responsive_table thead ,
.responsive_table tbody ,
.responsive_table tfoot ,
.responsive_table tr ,
.responsive_table th ,
.responsive_table td {
	display: block;
	width: 100%;
	box-sizing: border-box;
}

.responsive_table th ,
.responsive_table td {
	padding: 7px 5px;
	vertical-align: top;
}
.responsive_table tr {
}
.responsive_table th {
	text-align: left;
	background: #eaeaea;
	padding: 8px 10px;
	font-size: 0.84rem;
}
.responsive_table td {
	padding-bottom: 25px;
	line-height: 1.5;
}
.recruit_table th {
	font-size: 1rem;
}
.recruit_table ul {
	padding-left: 1.5em;
}
@media only screen and (min-width: 540px) , print {
	.responsive_table {
		display: table;
		table-layout: fixed;
		border-top: 1px solid #e5e5e5;
	}

	.responsive_table caption {
		display: table-caption;
	}

	.responsive_table thead {
		display: table-header-group;
	}

	.responsive_table tbody {
		display: table-row-group;
	}

	.responsive_table tfoot {
		display: table-footer-group;
	}

	.responsive_table tr {
		display: table-row;
		background-size: 100% 1px;
		border: 0;
	}

	.responsive_table th ,
	.responsive_table td {
		display: table-cell;
		border-bottom: 1px solid #e5e5e5;
		padding: 7px 5px;
	}

	.responsive_table th {
		width: 8em;
		background-color: transparent;
		color: inherit;
	}

	.responsive_table td {
	}

	.recruit_table {
		border: 0;
		max-width: 580px;
		margin: 0 auto 2rem;
	}
	.recruit_table th,
	.recruit_table td {
		border: 0;
		border-bottom: 1px dotted #e5e5e5;
		padding: 1rem 0;
	}
	.recruit_table th {
		font-weight: 700;
		padding-right: 3.6rem;
		width: 12rem;
	}
	.recruit_table p {
		margin: 0;
	}
}

/*インフォメーション、ホットペッパー*/
#info_hp{
	max-width:1000px;
	margin:auto;
}

/*インフォメーション*/
.info{
	width:450px;
	float:left;
}

.info p{
	margin-bottom:10px;
	line-height:2em;
}

.info ul{
	overflow-y:scroll;
	height: 430px;
}

.info ul li{
	list-style:none;
	border-bottom:#ccc solid 1px;
	margin:10px auto auto auto;
}

.info ul li a {
	color: #000;
	text-decoration: underline;
}

/*ホットペッパー*/		

.top_hp {
	display: flex;
	justify-content: space-between;
}
.top_hp-item {
	width: 46%;
	display: flex;
	flex-direction: column;
	margin-bottom:50px;
}
.top_hp-imgwrap {
	margin-bottom: 15px;
}
.top_hp-title {
	background-color: #c6b8ad;
	padding: 1rem 1rem;
}
.top_hp-title img {
	max-width: 100%;
}
.top_hp-mainimg {
	width: 100%;
}
.top_hp-linkbox {
	margin-top: auto;
}

.topimg_main{
	margin-bottom:10px;
}

.hb_link{
	font-size:120%;
	color:#fff;
	background-color:#333;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	border-radius:8px;
	margin-bottom:15px;
	text-indent:0.7em;
	background-image:url(../img/arrow_w.png);
	background-position:30px center;
	background-repeat:no-repeat;
}

.hp_comment{
	margin-bottom:15px;
}

/*instagram*/
.gallery{
	display: flex;
	flex-wrap: wrap;
}

.gallery-item{
	width: 190px;	
	height: 190px;
	margin: 5px;
	text-align: center;
	overflow: hidden;
}
.gallery-item img{
	width:auto;
	height:auto;
	max-width:100%;
}
.btn-default{
	width: 90px;
	display: inline-block;
	color: #fff;
	background-color: #333;
	padding: 10px;
	text-align: center;
	border-radius: 8px;
	border: none;
	margin: 8px auto 80px;
}

.follow{
	width: 160px;
}

.top_flex_content ul{
}

.t_gold_30 span{
	font-size: 75%;
}

.top_flex_content li{
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}

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

.top_flex_img{
	width:48%;
}

.top_flex_img img{
	width: 100%;
}

.top_flex_text{
	width: 48%;
	line-height: 2em;
}

.topimg_main{
	margin-bottom:10px;
	width: 100%;
}

.recruit_banner,
.aujua_banner{
	margin-bottom: 50px;
	max-width: 1200px;
	text-align: center;
}

.recruit_banner img,
.aujua_banner img{
	border-radius:10px;
	width: 100%;
	margin-bottom: 50px;
}

.aujua_banner img{
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

.info ul.info_mini {
	height: 460px;
	margin: -25px 0 35px;
}

.facebook {
	margin-bottom: 60px;
}

.instagram{
	margin-bottom: 80px;
}

/*------------------------
ショップデータ
------------------------*/
#shopdata{
	margin:40px auto 70px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#shopdata h3{
	border-bottom:#bbb 1px solid;
	font-size:200%;
	font-weight:lighter;
	margin:10px 0 30px 0;
	padding-bottom:5px;
	letter-spacing:0.2em;
}

#shopdata p{
	margin:10px 0 20px 0;
	line-height:1.7em;
}

.shopdata_left{
	width:55%;
}
.shopdata_left iframe{
	width: 100%;
}

.shopdata_right{
	width:38%;
}

.shop_img{
	width:100%;
	margin-bottom:20px;
}

.concept{
	font-size:110%;
}

ul.shopdata li{
	float:left;
	list-style:none;
	line-height:1.7em;
} 

.shopdata_title{
	width:70px;
}

.concept_title{
	font-size:140%;
	font-weight:lighter;
}

#shop_concept{
	max-width:1000px;
	margin:50px auto auto auto;
	text-align:center;
	font-size:30px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#333;
	line-height:1.8em;
	letter-spacing:0.2em;
}

/*------------------------------
スタッフ
------------------------------*/
.staff {
	margin: 20px auto 0px;
	width: 950px;
}

.staff td {
	padding: 20px 20px 50px;
	vertical-align: top;
	width:200px;
}

.staff td img{
	width:200px;
}

/*------------------------------
スタッフ
------------------------------*/
.staff {
	margin: 20px auto 0px;
	max-width: 960px;
	width: 100%;
}

.staff ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}

.staff li {
	padding: 20px 2.1% 50px;
	vertical-align: top;
	width:20.8%;
}

.staff li img{
	width:100%;
}

/*------------------------------
メニュー
------------------------------*/
.menu_bg{
	background:url(../img/menu_bg.jpg) bottom right no-repeat;
}

.menu_bg2{
	background:url(../img/menu_bg2.jpg) bottom right no-repeat;
}

.menu_bg h3{
	padding:0 0 0 20px;
}
#menu_all {
	float: left;
	max-width: 1000px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#menu_left {
	margin: 45px 0px 30px;
	max-width: 440px;
	width: 100%;
	display:block;
}

#menu_right {
	margin: 45px 0 30px;
	max-width: 440px;
	width: 100%;
	display:block;
}

.menu_table {
	margin: 10px 0 50px 20px;
	width: 350px;
}

.menu_table th {
	text-align:left;
	padding: 5px;
	font-weight: normal;
}

.menu_table td {
	text-align:right;
	padding: 5px;
}

.menu_table2 {
	max-width: 400px;
	width: 100%;
	margin: 15px auto;
}

.menu_table2 th {
	text-align:left;
	padding: 5px;
	font-weight: normal;
}

.menu_table2 td {
	text-align:right;
	padding: 5px;
	width: 6em;
}

.attention{
	padding:0 0 20px 40px;
}

.attention2{
	padding:0 0 20px 0;
	float:left;
	-webkit-text-size-adjust: 100%;
	width: 60%;
}

.menu_title{
	margin-bottom:30px;
	}
	
#hair_length{
	float:left;
	margin-left:15px;
	}
	
.menu_bgcolor{
	background-color:#eee;
	margin:10px auto 30px auto;
	padding:10px 15px;
}
.menu_bgcolor.mg-b{
	margin-bottom: 10px;
}
.option{
	margin: 0 15px 15px;
}

#kodawari{
	max-width:1000px;
	width: 100%;
	margin:100px auto 20px;
	background-image:url(../img/kodawari_bg.jpg);
	background-position:right;
	background-repeat:no-repeat;
	background-size: contain;
}

#kodawari h3{
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:24px;
	letter-spacing:0.2em;
	color:#333;
	margin-bottom:50px;
}

#kodawari h4{
	font-size:17px;
	color:#333;
	margin:0 auto 20px;
}

.kodawari_content{
	margin:0 50px 40px 0;
	width: 47%;
	display: inline-block;
	line-height:1.7em;
}

.kodawari_content_r{
	margin:0 0 40px 0;
	width: 47%;
	display: inline-block;
	line-height:1.7em;
}

/*------------------------
ショップ
------------------------*/
#shopdata2 {
	margin: 70px 0px 0px;
	border: 1px solid #999;
	padding-bottom: 10px;
	background: #FFF;
}

.photo_shadow {
	padding-bottom: 20px;
	background:url(../img/shop/shadow1.gif) no-repeat center bottom;
}

ul.magazine_list {
	letter-spacing: -0.4em;
    list-style: outside none none;
    margin-bottom: 50px;
    margin-top: 20px;
    padding: 0;
    text-align: center;
    width: 1200px;
		max-width: 95vw;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
}

ul.magazine_list li {
	letter-spacing: 0.05em;
    margin: 0 6px 10px;
    vertical-align: top;
    max-width: 180px;
		width: 40%;
}

ul.magazine_list li img {
	width: 100%;
	height: 230px;
	object-fit: contain;
}

/*------------------------
コンタクト
------------------------*/

/*コンタクトページ内容*/
#contact {
	margin: 20px auto 20px auto;
	width: 790px;
}

/*フォームタイトル*/
#contact th {
	padding: 5px;
	width: 150px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

#contact span{
	color:#FF0000;
	margin-left:5px;
}

.contact_p{
	padding:30px 0 10px 0;
}

/*入力フィールド*/
#contact td {
}

#contact input[type=text],input[type=password],textarea {
	width: 480px;
}

input[type=text],
input[type=password]{
	border: 1px solid #999;
	padding: 3px;
}
.contact{font-size:12px; width:80px;}

textarea {
	padding: 3px;
	border: 1px solid #999;
	line-height: 130%;
}

/*------------------------------
リクルート
------------------------------*/
#recruit{
	margin: 30px auto 50px;
	max-width: 1000px;
	width: 100%;
}


.tel{
	font-weight:bold;
	letter-spacing:2px;
	font-size:20px;
}

.owner_comment_t{
	margin:0 auto 10px auto;
	text-align:center;
	font-size:30px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#333;
	line-height:1.8em;
	letter-spacing:0.2em;
}

.owner_comment{
	margin:0 auto 20px auto;
	text-align:center;
	font-size:16px;
	color:#333;
	line-height:1.8em;
	letter-spacing:0.2em;
}

/*リクルート　3columm*/	
ul.recruit_3columm{
	width:900px;
	margin:auto auto 50px auto;
	list-style: none;
	text-align: center;
}

ul.recruit_3columm img{
	
}

ul.recruit_3columm li{
	/*width:250px;
	float:left;*/
	display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 250px;
}

.recruit_3columm_l{
	margin-right:72px;
}

.recruit_3columm img{
	margin-bottom:15px;
}

.recruit_3columm_l img{
	margin-bottom:15px;
}

ul.recruit_3columm p{
	width:250px;
	line-height:2em;
	margin-bottom:10px;
}

#recruit h3 {
	margin: 0 0 2rem;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.7;
	text-align: center;
}
#recruit h3 img {
	height: 32px;
	vertical-align: top;
}

.recruit-01-box {
	margin-bottom: 100px;
}
.recruit-01-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 0;
}
.recruit-01-list li img {
	width: 100%;
}

.recruit-02-box {
	margin-bottom: 100px;
}
.recruit-02-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	justify-content: center;
	gap: 10px;
	margin: 0 auto 60px;
	padding: 0;
	list-style: none;
}
.recruit-02-list li {
	background-color: #dcdddd;
	padding: 1.5rem 0.7rem;
	max-width: 260px;
}
.recruit-02-list div {
	color: #f29985;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.7;
	margin-bottom: 1rem;
}
.recruit-02-list .recruit-02-list_border {
	text-decoration: underline;
	text-decoration-color: #fff200;
	text-decoration-thickness: 6px;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
	min-height: 3.5em;
}
.recruit-02-list img {
	width: 100%;
}
.recruit-02-list p {
	margin-top: auto;
	line-height: 1.5;
}

.recruit-02-education h4 {
	margin: 0 0 1.5rem;
	font-size: 1.2em;
	line-height: 1.5;
	text-align: center;
}
.recruit-02-education h4 span {
	display: block;
	font-size: 1.7rem;
	color: #29b5a6;
	letter-spacing: 0.15em;
}
.recruit-02-education ol {
	padding-left: 1.5em;
	margin: 0 auto 2rem;
	line-height: 1.5;
	max-width: 600px;
	display: grid;
	gap: 0.3em;
}
.recruit-02-education img {
	width: 100%;
}

.recruit-03-box {
	margin-bottom: 100px;
}
.recruit-03-list {
	display: flex;
	flex-direction: column;
	gap: 80px;
	background-color: #eaeaea;
	padding: 4rem 4%;
}
.recruit-03-list-item {
	display: flex;
	gap: 30px 40px;
}
.recruit-03-list-item img {
	width: 100%;
}
.recruit-03-list-item h4 {
	margin: 0 0 1.5rem;
	font-size: 1.5rem;
	line-height: 1.5;
}
.recruit-03-list-item h4 span {
	font-size: 1.2rem;
}
.recruit-03-list-item p {
	color: #ed7967;
	line-height: 1.5;
}

.recruit-recruit-box {
	margin-bottom: 100px;
}

.recruit-img_list {
	display: flex;
	flex-direction: column;
	gap: 50px;
	text-align: center;
}
.recruit-img_list-sns {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
}
.recruit-img_list-sns span {
	display: inline-flex;
}
.recruit-img_list img {
	max-width: 100%;
}

/*------------------------------
スタイル
------------------------------*/
.style {
	margin: 10px auto;
	width: 1000px;
}
.style td {
	width:230px;
	padding: 20px 10px 0px;
	vertical-align: top;
}

.style2 {
	margin: 10px auto;
	max-width: 1000px;
	width: 100%;
}
.style2 td {
	padding: 20px 10px 0px;
	vertical-align: top;
}
.style2 td img{
	width:180px;
}

ul.style_list {
	list-style: none;
	margin-top: 15px;
	padding: 0;
	letter-spacing: -0.4em;
}

ul.style_list li {
	width: 180px;
	letter-spacing: 0.05em;
	display: inline-block;
	vertical-align: top;
	margin: 15px 10px 0;
}

ul.style_list li img {
	max-width: 100%;
	height: auto;
}

.style2_banner {
	text-align: center;
}
.style2_banner img {
	max-width: 900px;
	width: 100%;
}
.style2_link {
	display: flex;
	justify-content: space-between;
	max-width: 450px;
	margin: 0 auto 20px;
}
.style2_link div {
	max-width: 200px;
	width: 48%;
}
.style2_link img {
	width: 100%;
}
.style2 p {
	font-size: 1.1rem;
	text-align: center;
	font-weight: bold;
	max-width: 900px;
	margin: 50px auto;
	line-height: 1.8em;
}

@media only screen and (max-width: 1100px) {
	.top_flex_content {
	}
	.top_flex_content li{
		display: block;
		max-width: 460px;
		margin: 0px auto 70px;
	}
	.top_flex_img,
	.top_flex_text{
		width: 100%;
	}
	
	.top_flex_img{
		margin-bottom: 20px;
	}
	
	.recruit-02-list {
		grid-template-columns: 1fr 1fr;
		max-width: calc(260px * 2 + 10px);
	}
	.recruit-02-list .recruit-02-list_border {
		min-height: unset;
	}
}

@media only screen and (max-width: 950px) {
	.attention2{
		padding:0 0 0 0;
		width: 100%;
		max-width: 440px;
		margin: 0 auto;
		float: none;
	}
	#hair_length{
		float:none;
		margin:15px auto 0;
		text-align: center;
		}

	#menu_all {
		flex-direction: column;
		align-items: center;
	}

	#menu_left {
		margin: 45px 0px 0;
	}
	
	#menu_right {
		margin: 0 0 30px;
	}

	#kodawari{
		max-width: 440px;
	}
	.kodawari_content{
		margin:0 0 40px 0;
		width: 100%;
	}
	
	.kodawari_content_r{
		width: 100%;
	}
}

@media only screen and (max-width: 800px) {
	.staff li {
		width:29.1%;
	}

	.recruit-01-list {
		grid-template-columns: 1fr 1fr;
	}
}

@media only screen and (max-width: 700px) {
	ul.top_4columm li{
		width: calc(100% / 2 - 3%);
		margin-bottom: 5%;
	}

	#shopdata {
		margin:20px auto 30px auto;
	}
	.shopdata_left{
		width: 100%;
	}
	.shopdata_right{
		width: 100%;
		order: -1;
	}

	.recruit-03-list {
		padding: 3rem 4%;
	}
	.recruit-03-list-item {
		flex-direction: column;
		align-items: center;
	}
	.recruit-03-list-item h4 {
		text-align: center;
	}
}

@media only screen and (max-width: 600px) {
	.box{
		margin-bottom: 80px;
	}
	ul.top_3columm li{
		width: 100%;
		margin-bottom:5%;
	}

	ul.top_2columm li {
		width: 100%;
		margin-bottom: 50px;
	}
	
	ul.top_2columm li:last-child {
		margin-bottom: 0;
	}

	.top_hp {
		flex-direction: column;
	}
	.top_hp-item {
		width: 100%;
		margin-bottom: 5%;
	}

	#shop_concept{
		font-size: 20px;
	}

	.recruit-01-box {
		margin-bottom: 80px;
	}
	.recruit-02-box {
		margin-bottom: 80px;
	}
	.recruit-03-box {
		margin-bottom: 80px;
	}
	.recruit-recruit-box {
		margin-bottom: 80px;
	}
	.recruit_banner img,
	.aujua_banner img{
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 550px) {
	.staff li {
		width:45.7%;
	}

	.t_gold{
		font-size: 25px;
	}
	.t_gold_30{
		font-size: 20px;
	}

	.recruit-02-list {
		grid-template-columns: 1fr;
		max-width: 260px;
	}

	.recruit-img_list {
		gap: 40px;
	}
}

@media only screen and (max-width: 450px) {
	ul.magazine_list li img {
		height: 45vw;
	}

	.recruit-01-list {
		grid-template-columns: 1fr;
	}
}