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

/*
 * テンプレートのタブレット用 CSS
 */


/* 変数 */
:root {
	--headerHeight: 200px;
	--logoHeight: 80px; /* ロゴの高さ */
	--contentsPaddingSide: 30px;
	--sectionContentPadding: 25px;
}


#GNAVI {
    margin: 0 auto;
    font-size: 1.6vw;
	font-weight: bold;
}

/* グローバルナビゲーション（幅や背景画像を個別に設定する場合） */
#GNAVI .gNavi:last-child>a {
  border-right: none;
}

#GNAVICONTENTS01 .gNavi>a {
    border-right: 1px solid #cccccc;
}


#HEAD {
    padding-top: 0;
	margin-bottom: 15px;
    align-items: center;
	flex-direction: column;
	gap: 0;
}

#HEADRCONTENTS {
    height: auto;
}

#HEADRCONTENTS .title {
    top: 10px;
    font-size: .8em;
    position: inherit;
}


#HDLOGO {
    height: auto;
    margin-bottom: inherit;
    margin-top: 3vw;
}

#HDLOGO-IMG, #HDLOGO-LINK {
    width: 50vw;
	padding: 0px;
}

#FOOTSITEMAP {
    border-bottom: 2px solid;
}

#FOOTER {
    padding-left: 0;
    padding-right: 0;
}

#FOOTSITEMAP {
    font-size: 0.8em;
}


.flex_box {
    display: flex;              /* フレックスボックスにする */
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
}


.flex_item {
	width: calc(100% / 3);
	padding: 0px;
	font-size: 0.9em;
    font-weight: bold;
}

.gray_circle {
    width: 100px;
    height: 100px;
    background: #cccccc;
    border-radius: 50%;
    margin-bottom: 2em;
    margin-left: auto;
    margin-right: auto;
}


/* リンクボタン */
.button-rink, .button-rink:visited,
.button-rink_hotpepperbeauty, .button-rink_hotpepperbeauty:visited,
.button-rink_line, .button-rink_line:visited,
.button-rink_netyoyaku, .button-rink_netyoyaku:visited {
    width: 70%;
	padding: 20px 0;
}


/* フッター */
.footCopyright {
    text-align: center;
}


/* フッター店舗詳細 */
.foot_info {
    display: flex;
	flex-direction: row;
    padding: 20px 50px;
    gap: 30px;
    align-items: center;
}

.foot_info :nth-child(1) {
	width: auto;
    margin: 0;
}
.foot_info :nth-child(2) {
	text-align: left;
	margin-bottom: 0;
}
.foot_info :nth-child(3) {

}

.foot_info :nth-child(1) img {
	width: 100%;
}

.kiji-midashi {
	font-size: 20px;
}


/* 料金 */
.price_box {
    font-size: 24px;
}


/* アクセス */
.access_box {
	display: flex;
    gap: 20px;
    flex-direction: row;
    align-items: flex-start;
    padding: 0 var(--contentsPaddingSide);
}


/* ネイル */

/* （TB表示） */
@media screen and ( max-width:1023.9px )
{
.instaGalleryBox .instaPhotoLink {
  width: calc((100% - (5px * 3)) / 3);
}
}