/*グローバルメニュー*/
header .main_menu li a, header .share_menu li a {
	padding: 0 12px;
}

header .button_biz {
    width: 110px;
    height: auto;
    font-size: 10px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #e5e5e1;
    display: block;
    margin: 0 0 0 15px;
}
header .button_biz:hover {
  text-decoration: none;
}

.maintenance {
	margin-top: 50px;
    background: #333;
    text-align: center;
    line-height: 50px;
    margin-bottom: 80px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.maintenance img {
    width: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 3px 0;
}

.icon_tel {
	padding-top: 2px;
	padding-bottom: 2px;
}

@media screen and (max-width: 768px) {
	header {
		padding-top: 8px;
	}
	header .logo {
		width: 86%;
	}
	.maintenance {
	    margin: 20px auto 70px;
	    line-height: 14px;
	    padding: 4%;
	    letter-spacing: 0.4;
	}
	.maintenance span {
	    display: block;
	}
}

/* 注意書き */
span.note {
    font-size: 0.7rem;
}

/* access */
.bus_info {
	margin: 50px 0 40px;
	font-size: 18px !important;
}


/* contact */
.shonan_contact th {
	width: 40% !important;
	padding-bottom: 20px !important;
}

.shonan_contact td {
	width: 420px !important;
	padding-bottom: 20px !important;
}




/* floor guide */
.floorguide .columns_ttl_02{
	border-top: 1px solid #d1d1cd;
}

.grid_3 ul.shop_thumb li .title {
    padding-left: 32px;
}



/* 分岐ページevent/index.htmlのstyle */
.event_sec .imgtxt_h_1-lg {
	background-color: #fff;
}
.event_sec .imgtxt_h_1-lg .it_imgtxt-img {
	width: 450px;
}
/*.event_sec .imgtxt_h_1-lg .it_imgtxt-text {
	height: auto;
}*/
.event_sec .imgtxt_h_1-lg .it_imgtxt-text .link_right {
	text-align: right;
}


/* event/cooking/teacher/index.htmlのスタイル */
li.teacher .title {
	margin: 11px 0 5px;
}
li.teacher .date .linkbtn {
	font-size: 0.7rem;
	line-height: 22px;
}


@media screen and (max-width: 768px){
	.shonan_contact th {
		width: 100% !important;
	}

	.shonan_contact td {
		width: 100% !important;
	}
}


/*icon_list_box*/
.icon_list_box li {
	width: 250px;
	height: 250px;
	margin: 0px 40px 40px;
	border: 1px solid #ccc;
	float: left;
}

.icon_list_box li .icon_head {
	height: 60px;
	padding: 20px;
	background-color: #ccc;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.icon_list_box li .icon_head img {
	height: fit-content;
	display: block;
}

.icon_list_box li .icon_head h3 {
	width: 60%;
	font-size: 16px;
}

.icon_list_box li .list_txt {
	padding: 0 10px;
}


@media screen and (max-width: 768px){
	.icon_list_box {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.icon_list_box li {
		width: 47%;
		margin: 0 0 20px;
	}
	.icon_list_box li .icon_head {
		height: 35%;
		padding: 10px 0;
		flex-direction: column;
	}
	.icon_list_box li .icon_head img {
		width: 36px;
		height: 36px;
	}
	.icon_list_box li .icon_head h3 {
		width: 90%;
		margin-bottom: 0;
		line-height: 1.2;
	}
	.icon_list_box li .two-rows h3 {
		margin-top: 1px;
	}
}

/*ボタン*/
.button01 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0.8rem 1.7rem;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  background: #ffffff;
  border: 2px solid #5DA0BA;
  transition: 0.3s;
  position: relative;
  border-right: 55px solid #5DA0BA;
  letter-spacing: 3;
}

.button02 a {
border: 2px solid #a7a79d;
  border-right: 55px solid #a7a79d;

}


.button01 a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  transform: rotate(45deg);
position: absolute;
right: -30px;

}

.button01 a:hover {
  text-decoration: none;

}

.col_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
margin-bottom:30px;
}
.col_2 > div{
	width: 47%;
	padding: 10px;
}
@media screen and (max-width: 960px) {
	.col_2 > div{
		width: 100%;
	}
}
/*湘南博用　一時css*/
.shonan_sns{text-align: center;}
.insta_btn {
  display: inline-block;
  text-align: center;/*中央揃え*/
  font-size: 18px;/*文字サイズ*/
  text-decoration: none;/*下線消す*/
}

.insta_btn:hover {/*ホバー時*/
  color:#668ad8;/*文字色*/
  transition: .5s;/*ゆっくり変化*/
}

.insta_btn .insta{/*アイコンの背景*/
  position: relative;/*相対配置*/
  display: inline-block;
  width: 40px;/*幅*/
  height: 40px;/*高さ*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  border-radius: 10px;/*角丸に*/
  vertical-align: middle;
}

.insta_btn .insta:before{/*グラデーションを重ねるため*/
  content: '';
  position: absolute;/*絶対配置*/
  top: 23px;/*ずらす*/
  left: -18px;/*ずらす*/
  width: 60px;/*グラデーションカバーの幅*/
  height: 60px;/*グラデーションカバーの高さ*/
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);/*グラデーション②*/

}

.insta_btn .fa-instagram {/*アイコン*/
  color: #FFF;/*白に*/
  position: relative;/*z-indexを使うため*/
  z-index: 2;/*グラデーションより前に*/
  font-size: 30px;/*アイコンサイズ*/
  line-height: 40px;/*高さと合わせる*/
}
