﻿@charset "utf-8";
/* =============================================================================
   非表示
   ========================================================================== */
#foot_tel{
	display: none;
}
/* =============================================================================
   TOP
   ========================================================================== */
body{
	/* min-width: 1580px;
	height: 100vh; */
}

/* =============================================================================
   CONTENTS
   ========================================================================== */
#container{
     
}

#container #main{
       width: 100%;
}

section{
	display: inline-block;
	float: left;
}

section img{
	width: 100%;
}





section:nth-child(1){
	background-image: url("../img/menu_body_b.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	width: 37.5%;
}

section:nth-child(2){
	background-image: url("../img/menu_aroma_b.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	width: 50%;
}

section:nth-child(3){
	background-image: url("/img/other_bnr_h.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	width: 12.5%;
}


section:nth-child(4){
	background-image: url("../img/menu_facial_b.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	width: 50%;
}

section:nth-child(5){
	background-image: url("../img/menu_item_b.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	width: 25%;
}

section:nth-child(6){
	background-image: url("../img/menu_before_b.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	width: 25%;
}

section:nth-child(7){
	background-image: url("../img/menu_media_b.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	width: 25%;
}

section:nth-child(8){
	background-image: url("../img/menu_about_b.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	width: 25%;
}


@media screen and (max-width : 767px){
	section:nth-child(1),section:nth-child(2),section:nth-child(3),section:nth-child(4),section:nth-child(5),section:nth-child(6),section:nth-child(7),section:nth-child(8){
		width: 100%;
	}
}


/* =============================================================================
   リンク
   ========================================================================== */
#container section a{
	display: block;
}

#container a:hover{
	opacity: 0;
	transition: all 0.8s ease 0s;
}

.tel_off{
	pointer-events: none;
	cursor: default; 
}