@charset "UTF-8";

/* フォント */
h1, h2, h3, h4, h5, h6 {
line-height: 1.5;
}
p {
	margin: 0;
}
body {
	background: #ffffff;
	font-family: "Noto Sans JP", "Helvetica Neue", "游ゴシック Medium", "游ゴシック体",
    "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
	font-size: 16px;
	letter-spacing: 0.05em;
	color: #000;
	font-weight: 400;
	line-height: 1.5;
}
.serif {
	font-family: 'Noto Serif JP', serif;
}
.sans {
	font-family: 'Noto Sans JP', serif;
}
.lus {
	font-family: 'Lusitana', serif;
}
.bold {
	font-weight: bold;
}
.fz12 {
	font-size: 12px;
}
.fz13 {
	font-size: 13px;
}
.fz14 {
	font-size: 14px;
}
.fz16 {
	font-size: 16px;
}
.fz18 {
	font-size: 18px;
}
.fz20 {
	font-size: 20px;
}
.fz23 {
	font-size: 23px;
}
.fz26 {
	font-size: 26px;
}
.fz28 {
	font-size: 28px;
}
.fz30 {
	font-size: 30px;
}
.fz32 {
	font-size: 32px;
}
.fz40 {
	font-size: 40px;
}
.tac {
	text-align: center;
}
.tal {
	text-align: left;
}
.tac_pc {
	text-align: center;
}
.tar {
	text-align: right;
}
@media only screen and (max-width: 768px) {
	body {
		font-size: 14px;
	}
 .fz18 {
	font-size: 16px;
}
.fz20 {
	font-size: 18px;
}
.fz23 {
	font-size: 18px;
}
.fz26 {
	font-size: 22px;
}
.fz28 {
	font-size: 20px;
}
.fz30 {
	font-size: 22px;
}
.fz32 {
	font-size: 22px;
}
.fz40 {
	font-size: 28px;
}
.tac_pc {
	text-align: left;
}
}

/* カラー */
.bg-gold {
    background: #81c1f3;
}
.bg-cream {
    background: #F6F4EE;
}
.bg-gray {
    background: #81c1f3;
}
.bg-white {
	background: #fff;
}
.ft-gold {
	color: #A9976D;
}
.ft-gold2 {
	color: #947A3F;
}
.ft-white {
	color: #fff;
}

.link {
	text-decoration: underline;
	transition: .3s;
}
.link:hover {
	opacity: 0.8;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
@media only screen and (max-width: 768px) {
.pc {
	display: none;
}
.sp {
	display: block;
}
}

/* 文字マーカー */
.marker {
background: #FCFF5A;
}

/* インナー */
.inner800 {
	max-width: 800px;
	margin: 0 auto;
}

/* 余白 */
.mb-10 {
	margin-bottom: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-40 {
margin-bottom: 40px;
}
.mb-60 {
margin-bottom: 60px;
}
.mb-80 {
margin-bottom: 80px;
}
.mb-100 {
margin-bottom: 100px;
}
.mb-120 {
margin-bottom: 120px;
}
.p100-100 {
	padding: 100px 0;
}
@media only screen and (max-width: 768px) {
.mb-30 {
	margin-bottom: 20px;
}
.mb-40 {
margin-bottom: 30px;
}
.mb-60 {
margin-bottom: 40px;
}
.mb-80 {
margin-bottom: 60px;
}
.mb-100 {
margin-bottom: 60px;
}
.p100-100 {
	padding: 60px 0;
}
.mb-120 {
margin-bottom: 60px;
}
}


/* flex */
.flex {
	display: flex;
}
.fl_pcsp {
	display:flex;
}
.fl_pcsp991 {
	display:flex;
}
.fl_center {
	align-items: center;
}
.fl_wrap {
	flex-wrap: wrap;
}
.fl_between {
	justify-content: space-between;
}
.jc_center {
	justify-content: center;
}
.fl_reverse {
	flex-direction: column-reverse;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix:before {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	display: block;
}
@media only screen and (max-width: 991px) {
.fl_pcsp991 {
	display:block;
}
}
@media only screen and (max-width: 768px) {
.fl_pcsp {
	display:block;
}
}

/* 改行 */
@media only screen and (max-width: 568px) {

br {
	display: inline-block;
}

}

/* 幅 */
.column48 {
	width: 48%;
}
.column42 {
width: 42%;
}
.column50 {
	width: 50%;
}
.column58 {
width: 58%;
}
@media only screen and (max-width: 768px) {
.column48,.column42,.column58,.column50 {
	width: 100%;
}
}

/* 枠線 */
.border-gold {
	border: #A9976D 1px solid;
}
.border-gold_topbottom {
	border-top: #A9976D 1px solid;
	border-bottom: #A9976D 1px solid;
}
.border-white {
	border: #fff 4px solid;
}

/* タイトル */
/* 背景金の帯 */
.ttl-sec01 {
	padding: 70px 20px;
	background-image: url(../img/renewal/ttl-sec01.png);
	background-position: right;
background-repeat: no-repeat;
}
.ttl-sec02 {
	padding: 10px;
}
@media only screen and (max-width: 768px) {
.ttl-sec01 {
	padding: 30px 20px;
}
}

/* 上中心に丸い画像、下部にテキスト */
.des-msg_img {
	width: 138px;
	margin: 0 auto -69px;
}
.des-msg_txt {
	padding: 96px 60px 45px;
}
@media only screen and (max-width: 768px) {
.des-msg_txt {
	padding: 96px 30px 30px;
}
.des-msg_txt {
	margin: 0 10px;
}
}

/* 左に丸い画像、右にテキスト */
.des-msg02 {
	padding: 40px 57px 46px 40px;
}
.des-msg02_img {
	width: 138px;
	margin-right: 45px;
}
.des-msg02_txt {
	width: calc(100% - 183px);
}
@media only screen and (max-width: 991px) {
.des-msg02 {
	padding: 30px 20px;
}
.des-msg02_img {
	width: 110px;
	margin: 0 auto;
}
.des-msg02_txt {
	width: 100%;
	margin-top: 20px;
}
}
@media only screen and (max-width: 768px) {
.des-msg02 {
	margin-bottom: 20px;
}
}

/* 左42％に画像、右58％にテキスト */
.des-msg03_txt {
	padding: 0px 8% 0 6%;
}

@media only screen and (max-width: 768px) {
.des-msg03_txt {
	padding: 30px 10px;
}
.des-msg03_img {
	text-align: center;
	margin-bottom: 30px;
}
.des-msg03_img img {
	width: 80%;
}
}

/* 背景あり、左画像、右テキスト（フロー） */
.des-flow {
	padding: 40px 50px;
}
.des-flow_img {
	width: 320px;
}
.des-flow_txt {
	width: calc(100% - 320px);
	padding-left: 60px;
}
@media only screen and (max-width: 768px) {
	.des-flow {
	padding: 30px 20px;
}
	.des-flow_img {
	margin: 0 auto 30px;
	width: auto;
	max-width: 320px;
}
.des-flow_txt {
	width:100%;
	padding-left: 0px;
}
}


/* --------------------- */
/* ---リクルートページ--- */
/* --------------------- */

/* ヘッダー */
.toptop {
    background: #81c1f3;
}
#home .color-overlay {
    background: #A9976D;
}
#main-features {
	background: none;
}
.top_bnr {
	width: 100%;
	margin: 60px auto;
}
.top_bnr a {
	display: block;
	max-width: 890px;
	margin: 0 auto;
}
.recruit-human {
	padding:20px 60px 40px;
}
.navbar {
	margin-bottom: 0;
}
.recruit_home {
	margin-top: 0;
}
@media only screen and (max-width: 768px) {
	.recruit-human {
	padding:10px 0px 30px;
}
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* 不満 */
.recruit_list {
	padding: 100px 0;
}
@media only screen and (max-width: 768px) {
.recruit_list {
	padding: 0px;
}
}


/* 働きやすい理由 */
.recruit-kankyo {
	padding: 60px 0 100px;
}
.recruit-kankyo_list {
	padding: 57px 0 20px;
	max-width: 800px;
	margin: 0 auto;
}
.recruit-kankyo_list ul {
	list-style: none;
	display: inline-block;
}
.recruit-kankyo_list li {
	margin-bottom: 20px;
}
.recruit-kankyo_list li span {
	font-size: 28px;
	display: inline-block;
	margin-right: 10px;
}
#main-features .recruit-kankyo_list li img {
	width: 20px;
	margin-right: 20px;
}
.recruit-point-item {
	padding: 56px 70px 70px;
}
.recruit-point {
padding: 100px 0 120px;
}
@media only screen and (max-width: 768px) {
.recruit-point-item {
	padding: 30px 20px;
}
.recruit-point {
padding: 60px 0 40px;
}
.recruit-kankyo_list li span {
	font-size: 20px;
}
.recruit-kankyo_list p {
	margin-bottom: 0;
	text-align: left;
}
.recruit-kankyo_list li {
	margin-bottom: 0;
}
.recruit-kankyo_list {
	padding: 30px 0 20px;
}
}


/* 技術を学べます */
.recruit-manabu {
    background-size: 100%;
	background-image: url(../img/renewal/recruit/manabu-bg.jpg);
	background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
@media only screen and (min-width: 769px) {
.recruit-manabu {
	background-attachment: fixed;
}
}
.recruit-manabu .absolute2 {
	top: 62%;
}
.recruit-manabu .row {
	padding: 100px 0;
}
@media only screen and (max-width: 991px) {
.recruit-manabu .fz28 {
font-size: 23px;
}
.recruit-manabu .row {
	padding: 60px 10px;
}
}
@media only screen and (max-width: 568px) {
.recruit-manabu .fz28 {
font-size: 18px;
}
#main-features .recruit-manabu .row {
	padding: 60px 10px;
}

}

/* キャリアパス */
.recruit-career {
	padding-top: 80px;
	padding-bottom: 120px;
}
.recruit-career-price {
	padding: 10px 0;
}
.recruit-career01 {
	margin-top: 50px;
}
.recruit-career02 {
	margin-top: 40px;
}
.recruit-career03 {
	margin-top: 30px;
}
.recruit-career04 {
	margin-top: 20px;
}
.recruit-career05 {
	margin-top: 10px;
}
@media only screen and (max-width: 991px) {
.recruit-career01,
.recruit-career02,
.recruit-career03,
.recruit-career04,
.recruit-career05,
.recruit-career06 {
	margin-top: 10px;
}
}
@media only screen and (max-width: 768px) {
.recruit-career {
	padding-top: 60px;
	padding-bottom: 60px;
}
}
@media only screen and (max-width: 568px) {
.padding-topbottom {
	padding: 40px 0;
}
.padding-tbr {
	padding: 40px 15px;
}
}

/* 働くスタッフからのメッセージ */
.bg-attention {
	padding: 30px 5px;
	border:double 5px #A9976D;
}
.recruit-msg02 {
	padding: 0px 0 120px;
}
.des-msg {
	margin-top: 50px;
}
@media only screen and (max-width: 768px) {
.des-msg {
	margin-top: 30px;
}
}

/* お客様からのメッセージ */
.recruit-voice {
	padding: 80px 0 150px;
}

@media only screen and (max-width: 768px) {
.recruit-voice {
	padding: 60px 0 80px;
}
.recruit-voice01 {
margin-bottom: 20px;
}
}

/* プライベートを大切にしています */
.recruit-private {
	padding: 120px 0 100px;
}
.recruit-private_inner {
	padding: 25px 34px;
}
@media only screen and (max-width: 768px) {

.recruit-private {
	padding: 60px 0 60px;
}
}

/* 採用情報 */
.recruit-saiyou {
	padding: 80px 0 0px;
}
.table_ttl {
	width: 210px;
	padding: 20px;
}
.table_desc {
	padding: 20px 25px;
	width: calc(100% - 210px);
}
@media only screen and (max-width: 768px) {
.recruit-saiyou {
	padding: 60px 0 40px;
}
	.table_ttl {
	width: 120px;
	padding: 20px;
}
.table_desc {
	padding: 20px 20px;
	width: calc(100% - 120px);
}
}

/* エントリーお待ちしています */
.recruit-entry {
    background-size: 100%;
	background-image: url(../img/renewal/recruit/entry-bg.jpg);
	background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
@media only screen and (min-width: 769px) {
.recruit-entry {
	background-attachment: fixed;
}
}

/* フロー */
.recruit-flow {
	padding-top: 80px;
	padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
.recruit-flow {
	padding-top: 60px;
	padding-bottom: 60px;
}
}

/* フッター */
#footer {
	background: #ababab00;
}
#main-features {
    border-bottom: 10px solid #595757;
}
.youtube {
    border: 10px #a9976d00 solid;
}
.btn-warning {
	background: #59575700;
}


/* --------------------- */
/* ------新デザイン------ */
/* --------------------- */
/* .new-design p {
	margin-bottom: 0;
} */
.inner {
	width: 90%;
	margin: 0 auto;
	max-width: 1170px;
}

.bar {
	position: relative;
}
.bar::after {
	content: '';
	display: block;
	width: 90px;
	height: 1px;
	background: #a9976d50;
	position: absolute;
  bottom: -20px;
  right: 50%;
  -webkit-transform: translate(50%, 0%);
  transform: translate(50%, 0%);
}
@media only screen and (max-width: 768px) {
.bar::after {
	width: 50px;
}

}

/* aタグ */
.new_opacity {
	transition: .3s;
}
.new_opacity:hover {
	opacity: 0.8;
	color: #947A3F;
	text-decoration: underline;
}


/* ============================================== */
/* ローディング=================================== */
/* ============================================== */
.loading {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
	right: 0;
	bottom: 0;
    top: 0;
    z-index: 9999999;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
	background: #fff;
	opacity: 1;
}

.loading__logo {
    opacity: 0;
    z-index: 2;
	transition: 1.5s;
	position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.open.loading__logo {
  opacity: 1;
}
.loading__logo img {
    width: 150px;
}
.loading.is-fade {
    opacity: 0;
	transition: 1s;
}
.loading.none {
	display: none;
}
@media only screen and (max-width: 600px) {
.loading__logo img {
    width: 90px;
}
}

/* ヘッダー */
.site-header {
	width: 100%;
}
.site-header.fixed{
    position: fixed;
    top: 0;
	left: 0;
	right: 0;
}
.new_header {
	position: relative;
	z-index: 10000;
	padding: 0;
}

.new_header_logo {
padding-top: 24px;
}
.new_header_list_wrap {
display: block;
padding: 25px 10px 32px;
width: calc(100% / 5);
position: relative;
transition: .3s;
}
.fixed .new_header_list_wrap {
	padding: 15px 10px 5px;
}
.new_header_list {
	display: block;
}
.new_header_list_inner {
	position: absolute;
	top: 100%;
	left: 0;
	padding-left: 0;
	width: 100%;
	list-style-type: none;
	display: none;
	transition: .3s;
	opacity: 0;
}
.new_header_list_inner_list {
	display: block;
	padding: 15px;
}
.new_header_list_wrap:hover > .new_header_list_inner {
	opacity: 1;
	display: block;
}

/*ハンバーガーメニュー----------------*/

  #nav-toggle {
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
  }

  #nav-toggle>div {
    position: fixed;
    /* width: 60px;
    height: 50px; */
    top: 65px;
    right: 5%;
  }

  #nav-toggle span {
    width: 38px;
    height: 1px;
    display: block;
    background: #A9976D;
    /* position: absolute; */
    transition: .2s;
  }

  #nav-toggle span:nth-child(1) {
    margin-bottom: 10px;
  }

  .open #nav-toggle span:nth-child(1) {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
    transform-origin:left top;
    background: #fff;
  }

  .open #nav-toggle span:nth-child(2) {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
    transform-origin:left bottom;
    background: #fff;
  }

  #nav-toggle {
    z-index: 100000;
  }

  #gloval-nav {
    width: 100%;
    height: 100%;
    padding: 156px 0 100px 18%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    overflow: scroll;
  }

  #gloval-nav ul {
	  list-style-type: none;
	  padding: 5px 0 10px 20px;
  }
#gloval-nav ul a {
	color: #fff;
	font-size: 14px;
	padding: 5px 0;
	margin-bottom: 5px;
	display: block;
}
  #gloval-nav ul a:hover {
    opacity: 0.8;
  }

  .open #gloval-nav {
    visibility: visible;
    z-index: 990;
  }

  #gloval-nav {
    padding: 80px 20px 30px 8%;
  }
  #nav-toggle span {
    width: 20px;
  }
  #nav-toggle>div {
    top: 36px;
  }
  .open #nav-toggle span:nth-child(1) {
    -webkit-transform: rotate(32deg);
    transform: rotate(32deg);
  }

  .open #nav-toggle span:nth-child(2) {
    -webkit-transform: rotate(-32deg);
    transform: rotate(-32deg);
  }

  .gloval-nav_ttl {
	  font-size: 16px;
	  color: #726545;
  }
.gloval-nav_top {
	display: block;
	margin-bottom: 20px;
}



/* ３つ並ぶリスト */
.list3 {
width: calc((100% - 70px) / 3);
position: relative;
}
.list3_txt {
position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  width: 100%;
}
.list3_a {
	position: absolute;
	z-index: 10;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
@media only screen and (max-width: 768px) {
.list3 {
width: calc((100% - 26px) / 3);
}
}
@media only screen and (max-width: 600px) {
	.list3 {
		width: 100%;
		margin-bottom: 13px;
		display: flex;
}
}

/* 背景に黒を置いてhoverで暗くする */
.hover_bg {
	position: relative;
}
.hover_bg img {
	transition: .3s;
	position: relative;
}
.hover_bg:hover img {
	opacity: 0.8;
}
.hover_bg::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.hover_bg:hover::before {
	opacity: 1;
}

/* --------------------- */
/* ------TOPページ------ */
/* --------------------- */

/* メインビジュアル */
/* .new_mv {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
} */
@media only screen and (min-width: 601px) {
.new_mv_sp {
	display: none;
}
}
@media only screen and (max-width: 600px) {
	.new_mv_pc {
	display: none;
	}
}

.top-msg {
	padding: 120px 0 150px;
}

.top-msg_right {
	padding-left: 13.5%;
}
.onayami {
	padding: 60px 0;
}
.onayami_content {
	display: inline-block;
	margin: 0 auto;
}
.onayami2 {
	padding: 120px 0 100px;
}
.onayami3 {
	padding: 80px 0;
}
.top-reason-ttl {
	padding: 0 45px 10px;
	display: inline-block;
	border-bottom: 1px solid #947A3F70;
}
.meria_left {
padding: 0 5%;
}
.meria_left_img {
	width: 200px;
}
.meria_left_txt {
	padding-left: 40px;
	display: inline-block;
}
.meria_right {
	padding: 0 3%;
	color: #2c2c2c;
}
.reason_img {
	padding: 70px;
	min-height: 500px;
}
.reason_img_img {
	background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 100%;
}
.reason_txt {
	padding: 70px 20px;
	max-width: 460px;
	margin: 0 auto;
}
.mens {
	padding: 200px 0 170px;
}
.mens_txt {
padding-right: 5%;
}
.mens_img {
	padding: 0 2%;
}
.menu_ttl {
	display: inline-block;
	padding: 0 37px;
	margin: 0;
	position: relative;
}
.menu_ttl_wrap {
	position: relative;
}
.menu_ttl_wrap::before {
	content: '';
	display: block;
	width: 320px;
	height: 1px;
	background: #A9976D;
	position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.menu_list {
	max-width: 885px;
	margin: 0 auto;
}
.menu_list .list3 {
	width: calc((100% - 26px) / 3);
	margin-bottom: 10px;
}
.top_taisaku_bnr {
max-width: 820px;
margin: 100px auto;
}
.shoplist_wrap {
	padding: 60px 0 90px;
}
.shoplist {
	padding: 25px 50px;
	width: 48%;
}
.shoplist_map {
	width: 100%;
	height: 242px;
	margin-bottom: 16px;
}
.shoplist_sns img {
	margin-right: 20px;
}
@media only screen and (max-width: 768px) {
	.top-msg {
	padding: 80px 0;
}
.top-msg_right {
	padding: 80px 0 20px;
	text-align: center;
	width: 100%;
}
.onayami {
	padding: 40px 0 60px;
}
.onayami2 {
	padding: 60px 0;
}
.onayami3 {
	padding: 80px 0;
}
.reason_img {
	padding: 40px;
	min-height: auto;
}
.reason_img_img {
	height: 300px;
}
.reason-column {
	flex-direction: column-reverse;
}
.mens {
	flex-direction: column-reverse;
	padding: 80px 0 120px;
}
.mens_txt {
padding-right: 0%;
}
.mens_img {
	padding: 0 5%;
	margin-bottom: 40px;
}
.top_taisaku_bnr {
margin: 50px auto;
}
.menu_list .list3 {
	width: calc((100% - 13px) / 2);
}
.meria_left {
padding: 0 8% 30px;
}
}
@media only screen and (max-width: 680px) {
	.shoplist {
	padding: 20px 20px;
	width: 100%;
}
.meria_left_img {
	width: 120px;
}
}
@media only screen and (max-width: 600px) {
	.reason_img_img {
	height: 250px;
}
.meria_left_txt {
	padding-left: 20px;
}
.reason_img {
	padding: 25px;
}
.reason_txt {
	padding: 30px 20px;
}
}

/* フッター */
.new_footer {
	padding-top: 60px;
}
.new_footer_content {
	padding: 23px 0 40px;
	max-width: 760px;
	margin: 0 auto;
	border-bottom: 1px solid #BEAE88;
}
.new_footer small {
	padding: 15px 0 20px;
	font-size: 10px;
	display: block;
	color: #fff;
}
.new_footer_content ul {
	width: calc(100% / 3);
	list-style-type: none;
}
.new_footer_content a {
	color: #fff;
}
.new_footer_content li {
	margin-bottom: 10px;
}
@media only screen and (max-width: 600px) {
.new_footer_content {
	display: none;
}
.new_footer small {
	margin-top: 50px;
}
}

.list3_line {
	margin-top: 20px;
	padding: 40px 10px;
}
.list3_line_icon {
	width: 30px;
	margin-right: 10px;
}
.list3_line_txt a {
color: #000;
}
.list3_line_img {
	max-width: 120px;
	width: 70%;
	margin: 0 auto 8px;
}
.list3_line_txt_wrap {
	align-items: center;
	justify-content: center;
}
.insta_area {
	border: 1px solid #947A3F;
	padding: 18px;
	margin: 0 auto;
	width: 100%;
	max-width: 700px;
	margin-top: 60px;
}
.insta_area_inner {
width: 100%;
max-width: 520px;
align-items: center;
justify-content: space-between;
margin: 0 auto;
}
.insta_area_img {
	width: 120px;
}
.insta_area_txt {
	align-items: center;
}
.insta_area_txt_img {
	margin-right: 15px;
}
@media only screen and (max-width: 600px) {
.list3_img {
	width: 160px;
}
.list3_line {
	width: calc(100% - 160px);
}
.list3_line_img {
	display: none;
}
.list3_line {
	margin-top: 0px;
}
.list3_line_txt_wrap {
	flex-direction: column;
}
.list3_line_icon {
	width: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
}

}
@media only screen and (max-width: 768px) {
	.insta_area {
		background: #A9976D;
		margin-top: 7px;
	}
	.insta_area_txt {
		flex-direction: column;
		margin: 0 auto;
	}
	.insta_area_txt_img {
		margin-right: 0;
		margin-bottom: 8px;
	}
	.insta_area_txt .ft-gold {
		color: #fff;
	}
	.insta_area {
		padding: 20px;
	}
}


.zasshibnr {
margin-bottom: 70px;
}
.zasshibnr_inner {
	background: url(../img/new_top/zasshi_bnr_bg.png) center / cover no-repeat;
padding: 50px 0;
}
.zasshibnr_img {
	margin: 0px auto;
	max-width: 1000px;
	width: 90%;
}

@media only screen and (max-width: 680px) {
}