@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size:14px;
	/*font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;*/
	font-family: 'Zen Maru Gothic', sans-serif;
	letter-spacing: 0.1em;
	color:#352f25;
	line-height:1.5;
}
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
    .selector {
        property: value;
    }
/* IE向けのCSS～START */
	body{
		line-height:1.8;
	}
	header .drawer_box span{
		font-size: 22px !important;
	}
	header .drawer_box span{
		background-position: left 1px !important;
	}
	.btn01 a{
		padding:15px 10px 10px !important;
	}
	#salon h3{
		letter-spacing: 0.03em !important;
	}
/* IE向けのCSS～END */
}

#contents {
	/*width:1000px;
	margin:0 auto;*/
}

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

a {
	color:#000;
	text-decoration: none;
	transition:all 0.2s ease 0s;
}
a:hover {
	color:#7f7f74;
	transition:all 0.2s ease 0s;
}

h1 {
	font-size:28px;
}

h2 {
	clear:both;
	margin-top:50px;
	margin-bottom:2em;
	font-size:28px;
	text-align:center;
}

h3 {
	margin-bottom:0.25em;
	font-size:18px;
	font-weight:bold;
}

h4 {
	margin-bottom:0.25em;
	font-size:16px;
	font-weight:bold;
}
h4 span.tel-link{
	font-weight: bold;
}

.title{
	margin-bottom: 20px;
	color: #ffffff;
	padding: 5px 10px;
	background: #000000;
	display: inline-block;
}

h5 {
	margin-bottom: 0.25em;
font-size: 16px;
font-weight: bold;
}

h6 {
	margin-bottom:0.25em;
	padding-left:5px;
	font-size:16px;
}

p {
	margin:0 0 2em 0;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#ff0000;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #9b8462;
	border-left:5px solid #9b8462;
}

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}

dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dd {
	margin-bottom:1em;
}

table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	/*border:1px solid #ccc;*/
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ccc;
	background:#f7f4f0;
}
td {
	padding:10px;
	text-align:left;
	border:1px solid #ccc;
}
.smonly{
	display: none;
}

/*================================================
 *  汎用クラス
 ================================================*/
img.R{
	float: right;
	margin-bottom: 20px;
	margin-left: 10px;
}

.conL {
	clear:both;
	box-sizing:border-box;
	float:left;
	width:50%;
	padding-right:10px;
}

.conR {
	box-sizing:border-box;
	float:right;
	width:50%;
	padding-left:10px;
}
/*コンセプト*/
#concept{
	background: #e0d7cd;
}
#concept .wrap{
	position: relative;
	padding: 50px 0;
}
#concept h2{
	text-align: left;
	margin: 0 0 30px 0;
	padding: 20px 50px 0px 0;
	display: inline-block;
	/*background: url("../images/concept_h2.png") no-repeat right bottom;*/
}
#concept img{
	position: absolute;
	bottom: -40px;
	right: 0;	
	margin: 0;
}
.event{
	background-color: #ffffff;
	border-radius: 5px;
	padding: 25px;
	overflow: hidden;
	margin-bottom: 30px;
}
#concept .event h2{
	background-image: none;
	font-size: 22px;
	padding: 0px;
	margin-bottom: 0px;
}
#concept .event h2 span{
	background: #e56c75;
	border-radius: 3px;
	color: #ffffff;
	font-weight: bold;
	padding: 0px 10px 5px 10px;
	margin-left: 10px;
	display: inline-block;
	font-size: 18px;
}
#concept .event h3{
	font-size: 15px;
	font-weight: normal;
	display: block;
	float: left;
	padding: 0px 10px;
	width: 10%;
	background: #4e8b9b;
	border-radius: 3px;
	color: #ffffff;
	text-align: center;
	margin-right: 15px;
	margin-bottom: 50px;
}
#concept .event p{
	margin-bottom: 0px;
}
#concept .event p.date{
	font-size: 18px;
}
.evboxwaku{
	float: right;
	display: block;
	width: 65%;
}
.evbox{
	padding: 10px;
}
.evbox2{
	background-color: #e6f1f4;
	padding: 10px 10px 15px 10px;
	margin-top: 15px;
}
#concept .event img{
	position: relative;
	float: left;
	vertical-align: top;
	bottom: inherit;
	margin-top: 10px;
}

	#concept .event a img{
		float: none;
		margin-top: 5px;
		margin-right: 5px;
	}
/*サロン*/
#salon{
	overflow: hidden;
	padding-bottom: 100px;
	padding-top:50px; 
}
#salon h3{
	font-size: 30px;
	margin-bottom: 30px;
}
#salon h3 span{
	display: block;
	font-size: 16px;
}
#salon h3 small{
	font-size: 16px;
}
.salon_box{
	width: 47%;
	float: right;
}
#salon p img{
	vertical-align: middle;
}
.fade_box{
	max-width: 47%;
	float: left;
	margin: 0;
	padding: 0;
}
.salonindex{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: space-between;
}
.salonindex div{
	width: 48%;
	background-color:#e0d7cd ;
}
.salonindex div h3{
	font-weight: 600;
	margin-bottom: 20px !important;
}
.salonindex div h4.title{
	background: #A08A6B;
}
.salonindex div a{
	padding: 40px;
	display: block;
	border: solid 1px #878787;
	position: relative;
	overflow: hidden;
	background-color: #ffffff;
}
.salonindex div a:hover{
	border: solid 1px #e0d7cd;
	opacity: 0.6;
}
.salonindex div img{
	max-width: 100%;
	height: auto;
}
p.salonbtn{
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 20px;
	display: block;
	padding: 15px 50px 15px 30px;
	font-size: 20px;
	background: url("../images/bg_arrow_black.png") no-repeat 97% center #fff;
	text-align: center;
}

/*.fade {
	max-width: 45%;
	margin: 0;
	padding: 0;
	height: auto;
	float: left;
}
.fade img{ width: 100%;}*/

/*ショップ*/
#shop{
	background: #f7f4f0;
	padding: 50px 0;
}
#shop .wrap{
	padding: 30px 50px;
}
#shop .wrap p a{
	display:block;
	border: 1px solid #000;
	padding: 10px 50px 10px 30px;
	font-size: 18px;
	background: url("../images/bg_arrow_black.png") no-repeat 97% center #fff;
	text-align: center;
}
#shop h2{
	margin-top: 0;
	text-align: left;
	margin-bottom: 30px;
}
#shop h2 br{
	display: none;
}
#shop img{
	width: 30%;
	border: 1px solid #cccccc;
	float: right;
	margin-left: 30px;
}
#shop .shopbox{
	width: 60%;
	float: left;
	display: block;
}
#shop .shopbox p{
	font-size: 16px;
	line-height: 1.8em;
}
/*アイテム*/
#item{
	background: #f7f4f0;
	padding: 0;
	margin: 100px 0 0 0px;
}
#item .wrap{
	padding: 30px 50px;
}
#item h2 span{
	background-color: #ffffff;
	font-size: 15px;
	padding: 5px;
	border: 1px solid #000000;
	display: inline-block;
	margin-left: 10px;
}
#item h3{
	margin-bottom: 20px;
}
#item h4{
	color: #A08A6B;
}
#item h4 span{
	font-size: 14px;
	font-weight: 600;
	display: block;
}
#item p.read{
  font-size: 16px;
  line-height: 1.8em;
	padding-bottom: 20px;
	border-bottom: 1px solid #999999;
}
#item .boxR,
#item .boxL{
	margin-bottom: 50px;
}
#item .boxR .boxL,
#item .boxL .boxL,
#item .boxR .boxR,
#item .boxL .boxR{
	margin-bottom: 0px;
}
#item .point{
	display: block;
	clear: both;
	border: 1px solid #999999;
	padding: 20px;
}
#item .point h3{
	text-align: center;
}
#item div.point p:last-of-type{
	margin-bottom: 0px;
}

.f-container{
  display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/*align-items: stretch;*/
	/*align-items: center;*/
	margin-bottom: 20px;
}
.item{
	display: flex;
	align-items: center;
}

#item .point-ht{
	border: 1px solid #999999;
	padding: 15px;
	width: 38%;
}
#item .batsu{
	font-size: 20px;
}
#item div.point-ht h4{
	margin-bottom: 10px;
	display: block;
}
#item h4 span.nam{
	display: inline-block;
	font-size: 18px;
	background-color: #A08A6B;
	color: #ffffff;
	border-radius: 50%;
	margin: 0px 5px;
	width: 25px;
	padding-left: 2px;
  height: 25px;
	text-align: center;
	box-sizing: border-box;
	line-height: 22px;
}
#item div.point-ht p{
	margin-bottom: 10px;
	display: block;
}
#item div.point-ht p:last-of-type{
	margin-bottom: 0px;
}
#item div.point-ht strong{
	color: #352f25;
	display: block;
}
.txtC{
	text-align: center !important;
}
.txtR{
	text-align: right !important;
}
p.ss{
	font-size: 12px;
}

.wrap:after {
  content: "";
  clear: both;
  display: block;
}

.blog a{
	display:block;
	border: 1px solid #000;
	padding: 15px 50px 15px 30px;
	font-size: 20px;
	background: url("../images/bg_arrow_black.png") no-repeat 97% center #fff;
	text-align: center;
}
.blog a span{
	color: #9f1547;
	display: inline-block;
	margin-left: 5px;
	font-size: 16px;
	transition: all 0.2s ease 0s;
}
.blog a:hover span{
	opacity: 0.5;
}


/*アクセス*/
#access{
	background: #7f7f74;
	overflow: hidden;
}
#access2{
	background: #7D747F;
	overflow: hidden;
}
.access_box{
	width: 40%;
	float: left;
	padding: 0 0 0 10%;
}
.access_box p{
	color: #FFFFFF;
	font-size: 16px;
}
#access h2,
#access2 h2{
	color: #fff;
	text-align: left;
	margin-bottom: 20px;
}
#access h3,
#access2 h3{
	color: #ffffff;
	margin-bottom: 20px;
}

.map {
	position: relative;
	padding-bottom: 350px;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom:0px;
	width: 50%;
	float: right;
}
 
.map iframe,
.map object,
.map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*メニュー*/
#menu{
	padding-top:40px;
	padding-bottom: 50px;
}
#menu h2{
	background: url("../images/menu_bg.png") no-repeat top center;
	padding: 15px 0;
	margin-bottom: 30px;
}
#menu h3{
	font-size: 22px;
	margin-bottom: 20px;
}
#menu h3 span{
	font-size: 16px;
	display: inline-block;
	margin-left: 10px;
}
#menu h4{
	display: inline-block;
	background: #d7cdbf;
	padding: 3px 15px;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 30px;
}
.menubox{
	border-bottom: 1px solid #999999;
	clear: both;
	position:relative;
	margin-bottom: 15px;
}
.menubox h5{
	font-size: 15px;
	margin-bottom: 0px;
}
.menubox h5 span{
	
}
.menubox:after {
  content: "";
  clear: both;
  display: block;
}
.menu .price {
	font-size: 16px;
	font-weight: bold;
	color: #352f25;
	text-align: right;
	/*position:absolute;
	top:0;
	right:0;
	font-size: 16px;
	font-weight: bold;*/
}

.menu p {
	margin-bottom:15px;
	font-size: 11px;
	color: #41413A;
}
.menu {
	overflow:hidden;
	margin-bottom:50px;
	padding:30px;
	background:#f7f4f0;
}
.menu .innerL {
	box-sizing:border-box;
	width:50%;
	float:left;
	padding-right:20px;
}
.menu .innerR {
	box-sizing:border-box;
	width:50%;
	float:right;
	padding-left:20px;
}
.sugoi{
	position: relative;
	background: #DD340D;
	color: #ffffff;
	border-radius: 5px;
	display: inline-block;
	font-weight: bold;
	padding: 3px 5px;
	text-align: center;
	margin-left: 10px;
	font-size: 14px;
}
.sugoi:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -5px;
  border: 5px solid transparent;
  border-right: 5px solid #DD340D;
}

.acmenuwaku{
	/*display:flex;
	flex-wrap:wrap;
	justify-content: space-between;*/
}

.acmenu {
  border: 1px solid #ccc;
	border-radius: 5px;
	width: 60%;
	margin: 0 auto 30px auto;
}
.check{
	padding-left: 10px;
}
.check li{
	position: relative;
	list-style: none;
	margin-bottom: 10px;
}
.check li::before {
    content: "";
    display: block;
    position: absolute;
    width: 1rem;
    height: 0.5rem;
    border-left: 4px solid red;
    border-bottom: 2px solid red;
    top: 0.2rem;
    left: -1.8rem;
    transform: rotate(-45deg);
	z-index: 1
}
.check li::after {
    content: "";
    display: block;
    position: absolute;
    width: 1rem;
    height: 1rem;
    border: 1px solid #ccc;
    top: 0.25rem;
    left: -2rem;
}



/*チェックボックスを非表示にする*/
input {
  display: none;
}
label {
  /*padding: 1em;
  background: #eee;*/
  display: block;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
label img{
	width: 100%;
}
#menu label h3{
	margin-bottom: 0px;
	padding: 20px;
	font-size: 18px;
}

/*三角矢印アイコン*/
.icon {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 30px;
  width: 16px;
  margin-left: 6px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.5s;
}
.icon::before,
.icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 3px;
  background-color: #000;
}
.icon::before {
  left: 0;
  transform: rotate(45deg);
}
.icon::after {
  right: 0;
  transform: rotate(-45deg);
}


/*コンテンツ初めは非表示*/
.accontent {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  overflow: hidden;
	padding: 0px;
}
.accontentin{
	padding: 0 20px;
}
.accontent p {
}
.accontent .menu{
	margin-bottom: 20px;
}

/*クリックするとコンテンツ表示*/
input:checked ~ .accontent {
  max-height: 100%;
  opacity: 1;
  visibility: visible;
}

/* アコーディオン表示の際に三角回転 */
input:checked ~ label .icon {
  transform: rotate(180deg);
}

/*シークレットメス*/
ul.sec li{
	display: inline-block;
	margin: 0px 15px 5px 0px;
	/*color: #ffffff;*/
	padding: 3px 10px;
	background-color: #ffffff;
	position: relative;
	border: 1px solid #cbc5bd;
}
ul.sec li:last-child{
	margin-right: 0px;
}
ul.sec li::after{
	content: "＋";
	position: absolute;
	right: -18px;
}
ul.sec li:last-child::after{
	display: none;
}
/*ul.sec li.radio{
	background-color: #000000;
}
ul.sec li.rf{
	background-color: #D10003;
}
ul.sec li.ems{
	background-color: #0065D1;
}
ul.sec li.ep{
	background-color: #E94100;
}
ul.sec li.cab{
	background-color: #009C4C;
}
ul.sec li.kyuin{
	background-color: #E70072;
}*/
.sec_s{
	/*padding: 20px;*/
	overflow: hidden;
	margin-bottom: 50px;
}
#menu .sec_s h3{
	border-bottom:1px solid #999999;
	font-size: 24px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
#menu .sec_s h5{
	font-size: 20px;
	margin-bottom: 15px;
	font-weight: normal;
}
#menu .sec_s h4{
	background: none;
	font-size: 16px;
	padding: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}
#menu .sec_s p{
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0px;
}
#menu .sec_s ul{
	width: 100%;
}
#menu .sec_s ul li{
	/*background: #eee6dc;*/
	width: 45%;
	background: #ffffff;
	padding: 10px;
	margin-bottom: 10px;
	margin-right:5px;
	margin-left: 0px;
	list-style: none;
	display: inline-block;
	vertical-align: top;
}
#menu .sec_s ul li:nth-child(even){
	margin-right: 0px;
}
ul.col4{
	clear: both;
	margin-bottom: 50px;
}
ul.col4 li{
	width: 24.3%;
	display: inline-block;
	margin: 0 10px 0 -5px;
	vertical-align: top;
}
ul.col4 li:last-child{
	margin-right: 0px;
}
ul.col4 li img{
	width: 100%;
	height: auto;
}

/*スタッフ*/
#staff{
	overflow: hidden;
	position: relative;
	clear: both;
	text-align: center;
	margin-bottom: 50px;
}
#staff h2{
	background: url("../images/kira_bg.jpg") no-repeat top center;
	background-size: cover;
	padding: 70px 0 160px 0;
	margin-top: 0px;
}
#staff .wrap{
	margin-top: -170px;
}
.staff_box{
	display: inline-block;
	width: 28.5%;
	/*float: left;*/
	padding: 0 20px;
	text-align: center;
	vertical-align: top;
}
.staff_box img{
	margin-bottom: 20px;
}
.staff_box h3{
	text-align: center;
	/*margin-bottom: 30px;*/
	margin-bottom: 0px;
}
.staff_box p{
	font-size: 13px;
	line-height: 1.6em;
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph;
}
.staff_box span{
	font-size: 15px;
	color: #afb0a4;
	display: block;
}

/*takuji*/
#takuji{
	display: block;
	clear: both;
	padding-top: 30px;
}
#takuji .boxR{
	/*border: 1px solid #000;*/
	padding: 20px;
	width: 45%;
	background: #f7f4f0;
}

#takuji .boxR h4{
	margin-bottom: 10px;
}
#takuji .boxR p{
	margin-bottom: 10px;
}
#takuji .boxR p.blog a{
	font-size: 18px;
}

/*Instagram*/
#instagram{
	margin-bottom: 50px;
	clear: both;
	padding-top: 50px;
}
#instagram h2{
	text-align: left;
	margin-bottom: 40px;
}
#instagram h2 img{
	vertical-align:-5px;
	margin-right: 20px;
}
#instagram h2 a{
	display: inline-block;
	text-align: right;
	float: right;
	text-decoration: none;
	font-size: 16px;
	padding-top: 10px;
	padding-left: 23px;
	background: url("../images/arrow_icon.png") no-repeat left 17px;
}

/*予約*/
.hr{
	width: 100%;
	height: 30px;
	background: url("../images/kira_bg.jpg") no-repeat center center;
	background-size: cover;
	clear: both;
}
#reserv{
	/*background: url("../images/footer_logoimg.png") no-repeat bottom center;*/
	background: url("../images/footer_logoimg_lymph.png") no-repeat bottom center;
	text-align: center;
	padding: 120px 0 50px 0;
	overflow: hidden;
}
#reserv p{
	font-size: 18px;
}
#reserv ul{
	margin-top: 20px;
	margin-bottom: 0px;
	display: flex;
	flex-wrap: wrap;
	padding: 0 40px;
	justify-content: space-between;
	align-items: stretch; 
}
#reserv ul li{
	list-style: none;
	display: block;
	margin: 0 0 10px;
	font-size: 18px;
	width: 49%;
	
}
#reserv ul li:first-child{
	/*display: inline-block;
	background: #000000;
	color: #fff;
	padding: 10px 30px;
	width: 280px;*/
}
#reserv ul li a{
	background: #000000;
	display: block;
	color: #fff;
	padding: 10px 30px;
	text-decoration: none;
	height: 100%;
	
	/*width: 280px;*/
}
#reserv ul li a div{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
#reserv ul li a div > *{
	margin: 0 10px;
}
#reserv ul li a img{
	/*vertical-align :middle;
	margin-right: 10px;
	display: inline-block;*/
}
#reserv ul li a{
	background: url("../images/arrow_icon_w.png") no-repeat 95% center #000;
	margin-right: 0px;
}
#reserv ul li a:hover{
	opacity: 0.8;
}
/*body.pobihiro #reserv ul,*/
body.ptomamu #reserv ul{
	justify-content: center;
}
body.pobihiro #reserv ul li.restom{
	display: none;
}
body.ptomamu #reserv ul li.resobi{
	display: none;
}
.box26 {
    position: relative;
    margin: 0 0 70px 0;
    padding: 90px 0 60px 0;
    border: solid 1px #000;
}
.box26 h2.box-title {
    position: absolute;
    display: inline-block;
    top: -50px;
    left: 50%;
    padding: 0 30px;
    background: #FFF;
	margin: 0 0 0 -10%;
	font-size: 24px;
}

/*採用*/
#recruit{
	overflow: hidden;
	position: relative;
	clear: both;
	text-align: center;
	padding-bottom: 60px;
}
#recruit h1,
body.page #contents h1{
	background: url("../images/kira_bg.jpg") no-repeat top center;
	background-size: cover;
	padding: 70px 0;
	margin-top: 0px;
	text-align: center;
}
.rec_contact {
	overflow:hidden;
	margin-bottom:50px;
	padding:20px;
	background:#f7f4f0;
}
.rec_contact p{
	margin-bottom: 0px;
}
.rec_contact h5{
	margin-top: 20px;
	color: #7f7f74;
}

@media screen and (max-width:767px) {
	.menu .innerR {
		padding-left:0;
	}
}

/**/
.onlyobi{
	border: 1px solid #000000;
	padding: 0px 10px 2px 10px;
	font-weight: 500;
}

.textC {
	text-align:center;
}

/*slick*/
.slick-slide img{
	width: 100%;
}

/* 写真中央寄せ */
.imgC {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
	text-align:center;
}
.imgC img {
	border-radius:5px;
	margin-bottom:0.5em;
}

/* 写真左寄せ */
.imgL {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgL img {
	float:left;
	margin:0 2em 2em 0;
	border-radius:5px;
}

/* 写真右寄せ */
.imgR {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}

.imgR img {
	float:right;
	margin:0 0 2em 2em;
	border-radius:5px;
}

/* 2カラム（スマートフォンでは1カラム) */
.twoCol {
	overflow:hidden;
	margin-bottom:50px;
}
.twoColInner {
	overflow:hidden;
	margin-right:-2%;
}
.twoColInner div {
	width:48%;
	float:left;
	margin-right:2%;
}
.twoColInner div:nth-child(2n+1) {
	clear:both;
}
.twoColInner img {
	width:100%;
	margin-bottom:0.5em;
	border-radius:5px;
}

/* 3カラム（スマートフォンでは1カラム) */
.threeCol {
	overflow:hidden;
	margin-bottom:50px;
}
.threeColInner {
	overflow:hidden;
	margin-right:-3%;
}
.threeColInner div {
	width:31%;
	float:left;
	margin-right:2%;
}
.threeColInner div:nth-child(3n+1) {
	clear:both;
}
.threeColInner img {
	width:100%;
	margin-bottom:0.5em;
	border-radius:5px;
}

/* ボタン（タイプ1） */
.btn01 a {
	display:inline-block;
	padding:10px;
	color:#fff;
	;width: 100%;
	text-decoration:none;
	background:#000 url("../images/icon_white.png") 95% 50% no-repeat;
	transition:all 0.2s ease 0s;
	font-size: 18px;
	
		-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
.btn01 a:hover {
	opacity: 0.8;
	transition:all 0.2s ease 0s;
}

/* ボタン（タイプ2） */
.btn02 a {
	display:inline-block;
	padding:10px;
	/*color:#6d5d45;*/
	color:#fff;
	text-decoration:none;
	border-radius:5px;
	/*border:1px solid #6d5d45;*/
	/*background:#fff;*/
	background:#6d5d45;
	transition:all 0.2s ease 0s;
}
.btn02 a:hover {
	/*color:#fff;*/
	color:#6d5d45;
	/*background:#6d5d45;*/
	background:#d7cdbf;
	transition:all 0.2s ease 0s;
}
.ch br{
	display: none;
}

/**/
.boxL{
	float: left;
	width: 48%;
}
.boxR{
	float: right;
	width: 48%;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	/*position:fixed;
	top:0;
	z-index:100;*/
	width:100%;
	background:#fff;
	overflow: hidden;
}

header h1 {
	padding:5px 0;
	float: left;
	margin-top:40px;
	/*text-align: center;*/
	text-align: left;
	width: 22%;
}

header h1 a {
	color:#000;
	text-decoration:none;
	display: block;
	text-indent: -9999px;
	background: url("../images/logo_crinpa.png") no-repeat left center;
	height: 58px;
}

header h1 a:hover {
	color:#000;
}

header .inner {
	position:relative;
	width:1000px;
	margin:0 auto;
	overflow: hidden;
	display: block;
	padding: 23px 0;
}
header .inner p.about{
	width: 40%;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	float: left;
	padding:0 0 0 40px;
	margin-bottom: 0;
}
header a.head_inst img,
header a.head_inst2 img,
header a.head_line img,
header a.head_line2 img{
	display: block;
	margin: 0 auto;
}
/*インスタ帯広*/
header a.head_inst{
	position: absolute;
	/*right: 180px;
	top: 15px;*/
	/*right: 10px;*/
	right: 60px;
	top: 70px;
	display: inline-block;
	z-index: 1;
	text-align: center;
	font-weight: bold;
}
header a.head_inst:hover{
	opacity: 0.8;
}
/*インスタトマム*/
header a.head_inst2{
	position: absolute;
	right: 150px;
	/*right: 90px;*/
	top: 70px;
	display: inline-block;
	z-index: 1;
	font-weight: bold;
}
header a.head_line,
header a.head_line2,
header span.head_sns,
header span.head_sns2{
	position: absolute;
	display: inline-block;
	z-index: 1;
	text-align: center;
	font-weight: bold;
}
/*ライン帯広*/
header a.head_line{
	right: 20px;
	top: 70px;
}
/*ライントマム*/
header a.head_line2{
	right: 110px;
	top: 70px;
}
/*OBIHIRO*/
header span.head_sns{
	right: 23px;
	top: 105px;
}
/*TOMAMU*/
header span.head_sns2{
	right: 112px;
	top: 105px;
}

header a.head_inst2:hover{
	opacity: 0.8;
}

@media screen and (min-width:1536px) {
	/*header a.head_inst{
		right: 180px;
		top: 15px;
	}
	header a.head_inst2{
		right: 270px;
		top: 15px;
	}*/
}


header .head_yoyaku p{
	margin-bottom: 0px;
}
header .head_yoyaku p a img{
	vertical-align: middle;
	margin-right: 7px;
	display: inline-block;
}
header .head_yoyaku p a{
	color: #fff;
	font-size: 18px;
	background: url("../images/icon_white.png") no-repeat 95% center #000;
	text-decoration: none;
	padding: 10px 25px 10px 20px;
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
}
header .head_yoyaku p a:hover{
	background-color: #313131;
}

/* グローバルナビゲーション */
header nav {
	overflow:hidden;
	/*position:absolute;
	top:0;
	right:0;
	padding-top:16px;*/
	width: 33%;
}
header nav ul {
	padding-left: 40px;
	overflow: hidden;
	margin-bottom: 0px;
}
header nav li {
	float:left;
	list-style:none;
	margin:0;
	width: 48%;
	font-size: 16px;
	line-height: 1.8;
}

header nav li a {
	font-weight:bold;
	color:#000;
	text-decoration:none;
}

header nav li a:hover {
	color:#7f7f74;
}
/*ドロワーメニュー*/
header nav.drawer-nav ul{
		margin: 0;
		padding: 0;
	}
header nav.drawer-nav ul li{
		text-align: center;
		width: 100%;
		float: none;
		border-bottom: 1px solid #ccc
	}
header nav.drawer-nav li a{
	display: block;
	padding: 5px 0;
}
header nav.drawer-nav li a img{
	width: 15px;
	vertical-align: -2px;
	margin-left: 5px;
}
header .drawer_box{
	padding: 20px;
}
header .drawer_box span{
	font-size: 22px;
	background: url("../images/tel_icon.png") no-repeat left center;
	padding-left: 30px;
}
header .drawer_box p{
	margin-bottom: 5px;
	text-align: center;
	line-height: 1.8em;
	/*text-align: center;*/
}
header .drawer_box p img{
	margin-right: 5px;
	vertical-align: middle;
}
header .drawer_box p.btn01{
	margin-bottom: 15px;
	line-height: 1.4em;
}
header .drawer_box p.btn01 a{
	padding: 10px 10px 13px 10px;
}
header .drawer_box p.btn01 img{
	margin-right: 10px;
}
header .drawer_box p small{
	font-size: 12px;
}

/*================================================
 *  メイン
 ================================================*/
main {
	width:100%;
}

section {
	margin-bottom:10%;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
	padding:20px 0;
	background: url("../images/kira_bg.jpg") no-repeat center bottom;
	overflow: hidden;
	/*margin-bottom: 70px;*/
}
footer div{
	background-size: cover;
}
footer p.copy{
	font-size:11px;
	width: 40%;
	float: left;
	margin-bottom: 0px;
	padding-top: 10px;
}
footer div.fsns{
	display: inline-block;
	margin-left: 20px;
	float: right;
}
footer a{
	/*float: right;*/
	font-size: 12px;
	/*margin: 0 10px;*/
}
footer a:hover{
	color: #000;
}
footer a img{
	margin-left: 15px;
	vertical-align: middle;
}

/*フッター固定*/
.fix-menu {
  position: fixed;
  bottom: 0;
  height: auto;
  z-index: 999;
  width: 100%;
	border-top: 1px solid #fff;
	background-color: #d7cdbf;
	text-align:center;
	color:#000000;
	overflow:hidden;
	opacity: 1;
	visibility: visible;
}
.fix-menu ul{
	margin-bottom: 0px;
}
.fix-menu ul li{
	margin: 0;
	/*width: 50%;*/
	width: calc(100% / 3);
	float: left;
	list-style: none;
	vertical-align: middle;
}
body.pobihiro .fix-menu ul li{
	width: 50%;
}
body.ptomamu .fix-menu ul li/*,
body.pobihiro .fix-menu ul li*/{
	width: 100%;
	float: none;
}
.fix-menu ul li{
	/*display: block;
	font-size: 26px;
	padding: 10px 0;
	height: 40px;*/
	background:  url("../images/line.png") repeat-y right center;
}
.fix-menu ul li:last-child{
	background: none;
}
.fix-menu ul li a{
	display: block;
	width: 100%;
	text-decoration: none;
	/*font-size: 26px;*/
	font-size: 20px;
	padding: 15px 0;
	/*height: 40px;*/
}
.fix-menu ul li a div{
	display: flex;
	justify-content: center;
	align-items: center;
}
.fix-menu ul li a div > *{
	margin: 0 10px;
}
.fix-menu ul li img{
	vertical-align: middle;
	display: inline-block;
}
.fix-menu ul li:last-child a{
	font-size: 20px;
	/*padding-top: 18px;
	padding-bottom: 0;*/
}
.fix-menu ul li a img,
.fix-menu ul li img{
	vertical-align: 0px;
	/*margin-right: 10px;*/
}
.fix-menu ul li a:hover{
	color: #000;
}
.is-fixed {
  /*display: none!important;*/
  transition: opacity 0.5s, visibility 1s;
opacity: 0;
  visibility: hidden;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:80px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
	transition:all 0.2s ease 0s;
}
.totop img {
	background:#000;
}
.totop img:hover {
	background:#333;
	transition:all 0.2s ease 0s;
}

/*================================================
 *  スライドショー
 ================================================*/
.slide {
	overflow:hidden;
	position:relative;
	background: url("../images/bg.jpg") repeat-x left bottom;
	margin: 0 !important;
}
.slideInner {
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}
.slideInner li {
	/*position:absolute;*/
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
}
.slideInner li img {
	max-width:100%;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	header h1 {
		margin-left:10px;
	}

	header .inner {
		width:100%;
	}

	#contents {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	*{
		-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
	}
	.pconly{
		display: none;
	}
	.smonly{
		display: block;
	}
	nav.pc{
		display: none;
	}
	a[href^="tel:"]{
    /*pointer-events: none;*/
  }
	header .inner{
		padding: 30px 0 ;
	}
	
	header h1{
		width: 100%;
		float: none;
		padding: 0;
		text-align: center;
		margin-left: 0px;
		margin-top: 0px;
	}

	header h1 a {
	color:#000;
	text-decoration:none;
	display: block;
	text-indent: -9999px;
		background: none;
	/*background: url("../images/logo_crinpa_sm_2.png") no-repeat center center;*/
	height: 0px;
	background-size: 50%;
}
	body.page header h1 a{
	color:#000;
	text-decoration:none;
	display: block;
	text-indent: -9999px;
	background: url("../images/logo_crinpa_sm.png") no-repeat center center;
	height: 80px;
		background-size: contain;
}
	
	header h1 img{
		width: 50%;
		margin: 0 auto;
	}
	header .inner p.about{
		width: auto;
		float: none;
		border-left: none;
		border-right: none;
		padding: 0 20px;
		display: none;
	}
	header .head_yoyaku{
		display: none;
	}
	
	.drawer-hamburger p {
		letter-spacing: 0.3em !important;
		color: #000000 !important;
		text-align: center !important;
    }
	h2 {
		margin-top:30px;
		font-size: 26px;
	}

	.conL {
		float:none;
		width:100%;
		padding-right:0;
	}

	.conR {
		float:none;
		width:100%;
		padding-left:0;
	}

	.menu {
		margin-bottom:40px;
		padding: 30px 18px;
	}

	.menu .innerL,
	.menu .innerR {
		float:none;
		width:100%;
}
	.menu .innerL{
		padding-right: 0;
		/*text-align: center;*/
	}
	.acmenu{
		width: 100%;
	}
	/*.accontent .menu .innerL{
		margin-bottom: 20px;
	}*/
	.menu .innerR{
		/*margin-top: 40px;
		text-align: center;*/
	}
	.menubox{
		text-align: left;
	}
	.imgC {
		margin-bottom:30px;
	}
	.imgC img {
		max-width:100%;
	}

	.imgL {
		margin-bottom:30px;
	}
	.imgL img {
		display:block;
		float:none;
		max-width:100%;
		margin:0 auto 1em auto;
	}

	.imgR {
		margin-bottom:30px;
	}
	.imgR img {
		display:block;
		float:none;
		max-width:100%;
		margin:0 auto 1em auto;
	}

	.twoCol {
		margin-right:0;
		margin-bottom:30px;
	}
	.twoColInner {
		margin-right:0;
	}
	.twoColInner div {
		float:none;
		width:100%;
	}

	.threeCol {
		margin-bottom:30px;
	}

	.threeColInner {
		margin-right:0;
	}
	.threeColInner div {
		float:none;
		width:100%;
	}
	
	#contents{
		padding: 0;
	}
	.wrap{
		width: auto;
		padding:0 20px;
	}
	#concept .wrap{
		padding: 30px 20px;
	}
	#concept h2{
		margin-bottom: 20px;
		padding: 20px 0px 0px 0;
		text-align: center;
		width: 100%;
		background-position: center bottom;
	}
	#concept p br{
		display: none;
	}
	#concept img{
		width: 55%;
		right: 20px;
		float: right;
		bottom: -50px;
	}
	#access h2,
	#access2 h2{
		text-align: center;
	}
	.access_box{
		padding: 0 20px 30px 25px;
		text-align: center;
	}
	.access_box p{
		font-size: 14px;
		margin-bottom: 1em;
	}
	.salon_box,
	.access_box,
	.map,
	.staff_box,
	.fade_box,
	.boxL,
	.boxR{
		width: auto;
		float: none;
	}
	.fade_box{
		max-width: 100%;
	height: auto;
	}
	.fade img{ width: 100%;}
	
	
	.salon_box{
		margin-top: 50px;
	}
	#salon{
		padding-bottom: 40px;
	}
	#salon h3{
		font-size: 24px;
		text-align: center;
		line-height: 1.4;
		padding-top: 30px;
	}
	#salon h3 span,
	#salon h3 small{
		font-size: 14px;
		display: block;
	}
	.salonindex{
		display: block;
	}
	.salonindex div{
		width: 100%;
		margin-bottom: 20px;
	}
	.salonindex div h3{
		padding-top: 0px !important;
	}
	.salonindex div a{
		padding: 30px 20px;
	}
	p.salonbtn{
		padding: 0;
		font-size: 18px;
		text-align: left;
	}
	.boxL,.boxR{
		overflow: hidden;
	}
	#item{
		margin-top: 30px;
	}
	#reserv{
		background-size: contain;
		padding-top: 100px;
	}
	#reserv ul {
		padding: 0 20px;
		display: block;
	}
	#reserv ul li,
	#reserv ul li:first-child{
		width: 100%;
		margin-bottom: 10px;
	}
	#reserv ul li:first-child a img{
		display: inline-block;
		margin-top: 5px;
		/*display: inline-block;
		width: auto;
		padding: 0px;*/
	}
	#reserv ul li:last-child{
		letter-spacing: normal;
	}
	#reserv ul li a{
		width: 100%;
		font-size: 16px;
		padding: 10px 20px 15px 10px;
	}
	#reserv ul li a div{
		display: block;
	}
	#reserv ul li:last-child a div img{
		margin: 3px 5px 0px 0px;
		vertical-align: middle;
	}
	.box26{
		padding: 80px 0 30px 0;
		margin-bottom: 30px;
	}
	.box26 h2.box-title{
		/*margin: 0 0 0 -25%;*/
		margin: 0 0 0 -32%;
	}
	.title{
	display: block;
		text-align: center;
}
	footer{
		text-align: center;
		background-size: cover;
		padding: 10px 0 15px 0;
	}
	footer p.copy{
		width: 100%;
		float: none;
		font-size: 10px;
		margin-bottom: 10px;
	}
	footer div.fsns{
		float: none;
		width: 49%;
		text-align: center;
		margin: 0px;
	}
	footer a{
		float: none;
		margin-top: 5px;
	}
	footer a img{
		vertical-align: -10px;
	}
	footer a img{
		/*width: 15px;
		margin-left: 5px;*/
	}
	.totop{
		bottom: 100px;
		width: 10%;
		right: 10px;
	}
	.totop img{
		width: 100%;
	}
	.fix-menu ul{
		overflow: hidden;
		display: flex;
		align-items: stretch;
		justify-content: space-between;
	}
	.fix-menu ul li{
		width: 50%;
		float: none;
	}
	.fix-menu ul li:first-child{
		font-size: inherit;
	}
	.fix-menu ul li:first-child img{
		margin-top: 3px;
	}
	.fix-menu ul li{
		width: 50%;
	}
	.fix-menu ul li a{
		height: 100%;
		font-size: 15px;
		width: 100%;
		padding: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.fix-menu ul li:last-child a{
		font-size: 15px;
		/*padding-top:25px; */
	}
	.fix-menu span{
		display: none;
	}
	.fix-menu ul li a div{
		display: block;
	}
	body.ptomamu .fix-menu ul li:last-child a{
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 18px;
	}
	body.pobihiro .fix-menu ul li:last-child a{
		/*padding-top: 20px;
		padding-bottom: 20px;*/
		font-size: 18px;
	}
	/*body.pobihiro .fix-menu ul li a div{
		display: flex;
	}*/
	body.pobihiro .fix-menu ul li a div img{
		margin-top: 5px;
	}
	
	.image-box{
		width: 50% !important;
	}
	.menubox h5{
		letter-spacing: 0.1em;
		padding-bottom: 5px;
	}
	.blog a{
		font-size: 18px;
		padding: 15px 30px 15px 20px;
	}
	#takuji .boxR{
		width: 100%;
	}
#takuji .boxR p.blog a{
	font-size: 16px;
}
	#instagram {
    margin-bottom: 50px;
}
	#instagram .wrap{
		padding: 0px;
	}
	#instagram h2{
		margin-bottom: 20px;
	}
	#menu h3{
		text-align: center;
		line-height: 1.2em;
	}
	#menu h3 span{
		display: block;
		margin: 0;
		font-size: 14px;
	}
	.ch p a{
		color: #ff0000 !important; 
	}
	.ch br{ display: block;}
	/*#instagram iframe{
		width: 100% !important;
		height: auto !important;
	}*/
	#shop{
		padding: 30px 30px 50px 30px;
	}
	#shop .wrap{
		padding: 0;
	}
	#shop .shopbox{
		float: none;
		width: 100%;
	}
	#shop img{
		width: 100%;
		float: none;
		margin: 0;
	}
	#shop h2 br{
		display: block;
	}
	#shop .shopbox p{
		font-size: 14px;
	}
	#shop .shopbox p br{
		display: none;
	}
	#shop .wrap p a{
		font-size: 15px;
	}
	img.R{
		float: none;
		width: 100%;
		margin: 0 0 15px 0;
	}
	.event{
	padding: 10px;
}
#concept .event h2{
	background-image: none;
	font-size: 20px;
	margin-bottom: 5px;
}
#concept .event h2 span{
	display: block;
	font-size: 16px;
	padding: 5px;
	margin: 10px 0 0 ;
}
#concept .event h3{
	font-size: 15px;
	float: none;
	width: 30%;
	margin-right: 0px;
	margin-bottom: 5px;
}
#concept .event p.date{
	font-size: 15px;
}
.evboxwaku{
	float: none;
	display: block;
	width: 100%;
}
.evbox{
	padding: 10px 0 15px 0;
}
.evbox2{
	background-color: #e6f1f4;
	padding: 10px;
}
#concept .event img{
	float: none;
	margin-top: 0px;
	width: 100%;
	right: 0;
	margin: 20px 0;
}
	#concept .event a img{
		width: auto !important;
		margin-bottom: 0px !important;
	}
	#concept .event br{
		display: block;
	}
	.sec_s{
		margin-bottom: 20px;
	}
	#menu .sec_s ul li{
		width: 100%;
	}
	#menu .sec img.R{
		width: 50%;
		margin: 0 auto 20px auto;
		display: block;
	}
	#menu .sec_s h3 span{
		letter-spacing: normal;
	}
	#menu .sec_s h5{
		font-size: 18px;
	}
	ul.col4 li{
		width: 100%;
		margin: 0 0 15px 0;
	}
	ul.col4 li p{
		margin-bottom: 0px;
		font-size: 11px !important;
	}
	#item .wrap{
		padding: 20px;
	}
	#item h2{
		margin-bottom: 30px;
	}
	#item h2 span{
		margin: 10px 0 0 0;
		display: block;
	}
	#item p.read{
		font-size: 14px;
	}
	#item .boxR, #item .boxL{
		width: auto;
		float: none;
		/*border-bottom: 1px solid #999999;*/
		margin-bottom: 30px;
	}
	#item .boxL{
		margin-bottom: 50px;
	}
	
	#item .boxR .boxL, #item .boxL .boxL, #item .boxR .boxR, #item .boxL .boxR{
		border-bottom: none;
	}
	#item .boxR .boxL, #item .boxL .boxL{
		width: 48%;
		float: left;
	}
	#item .boxR .boxR, #item .boxL .boxR{
		width: 48%;
		float: right;
	}
	#item .point h3{
		font-size: 16px;
	}
	.f-container{
		display: block;
	}
	#item .point{
		/*margin-bottom: 40px;*/
		margin-bottom: 0px;
	}
	#item h4 span.nam{
		margin: 0 5px 0 0 !important;
		display: inline-block !important;
	}
	#item .point-ht{
		width: 100%;
	}
	#item .batsu{
		text-align: center;
	}
	.item{
		display: block;
	}
	#menu h4{
		font-size: 18px;
		margin-top: 20px;
	}
	#menu .sec_s h4{
		margin-top: 0px;
	}
	#instagram h2 a{
		display: inline-block;
		margin: 0 0 10px 0;
	}
	.sugoi{
	display: block;
		top: 10px;
		margin-left: 0px;
		margin-bottom: 15px;
}
.sugoi:before {
  top: -5px;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-bottom: 5px solid #DD340D;
}
	#t_reserv iframe{
	}
	
	
}


#insta2{
    padding: 0 2.5%;
    width: clamp(240px, 100%, 1280px);
    margin: 0 auto;

    & a{
        text-decoration: none;
    }

    & ul{
        box-sizing: border-box;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;

        & li{
            list-style: none;
            box-sizing: border-box;
            width: 48%;
            margin-bottom: 3em;
            height: 240px;
            position: relative;

            & .captionTxt{
                display: block;
                width: 100%;
                height: 100%;
                padding: 16px;
                font-size: 14px;
                line-height: 1.8;
                text-align: left;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                background-color: rgba(0,0,0,.75);
                color: #fff;
                opacity: 0;
                
            }

            & .like_count{
                font-size: 12px;
                line-height: 2;
                display: block;
                text-align: center;
                position: relative;

                &::before{
                    content: "\02665";
                    color: #d4245f;
                    font-size: 14px;
                    vertical-align: middle;
                    padding-right: 0.25em;
                }
            }

            &:hover{
                & .captionTxt{
                    transition: .5s opacity, .25s filter;
                    opacity: 1;
                }
            }

            & img{
                object-fit: cover;
                width: 100%;
                height: 100%;
            }
        }
    }
}

@media screen and (min-width:600px) {
    #insta2{
        padding: 0 24px;
        & ul{
            & li{
                width: 32%;
            }
        }
    }
}

@media screen and (min-width:1025px) {
    #insta2{
        & ul{
            & li{
                width: 23.5%;
            }
        }
    }
}




