@charset "utf-8";
/* CSS Document */

html {
	font-size: 16px;
}


body {
	padding: 0;
	margin: 0;
}

header {
	position: relative;
	z-index: 1;
	width: 100%;
	top: 0;
	height: 130px;
	background: #0FDBD4;
	mix-blend-mode: multiply;
}

.headerflex {
	display: flex;
	margin: 0 auto;
	align-items: center;
	width: 300px;
	justify-content: center;
}

.logo {
	width: 40%;
	mix-blend-mode: multiply;
}

.logo2{
	width: 40%;
}

.mobiletop {
	display: none;
}

.headerPic {
	z-index: 1;
	position: relative;
	height: 120vh;
	background-image: url("../img/top_picture.png");
	background-repeat: no-repeat;
	background-size: cover;
}

.header_message {
	width: 350px;
	height: 100%;
	background: rgba(255, 255, 255, .8);
	position: absolute;
	left: 15%;
}

.header_message_pic {
	mix-blend-mode: multiply;
	width: 90%;
	margin: 50% 5%;
}


section {
	width: 100%;
	margin: 25vh auto;
	padding: 15vh 0;
	position: relative;
}

.category_description {
	background: #FFF5F5;
	background-image: url("../img/498132_s.jpg");
	background-size: cover;
	background-blend-mode: multiply;
}

.category_orner {
	background: #FFEDD3;
	background-image: url("../img/4290160_m.jpg");
	background-blend-mode: multiply;
}


.category_summary {
	background: #FFF5F5;
	text-align: center;
}

.category_price {
	position: relative;
	margin: 15vh auto;
}

.category_price .flex {
	flex-direction: row-reverse;
}

.category_price::before, .category_price::after {
	border-top: 2px solid #9F7A7A;
	content: '';
	width: 70%;
	height: 10px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.category_price::before {
	top: 10px;
}

.category_price::after {
	bottom: 10px;
}


.categoryTitle, .caegoryTitle_description {
	text-align: center;
	font-family: '游明朝';
	color: #9F7A7A;
}

.categoryTitle {
	font-weight: bold;
	font-size: 1.8rem;
	margin: 10px auto;
}

.categoryTitle_name {
	font-size: 2.1rem;
}

.caegoryTitle_description {
	font-size: 1.2rem;
	font-weight: normal;
}

.title_box {
	width: 60%;
	padding: 20px 4vw;
	background: #fff;
	border-radius: 100px;
	margin: 0 auto;min-width: 320px
}


.description {
	max-width: 500px;
	color: #707070;
	margin: 0 auto;
}


.listBox {
	text-align: center;
	min-width: 320px;
	width: 50%;
	margin: 0 auto;
}

.menulist {
	width: 90%;
	margin: 0 auto;
}

.menulist dt {
	float: left;
	width: 300px;
	padding: 5px 0;
	font-size: 1.2rem;
	font-weight: bold;
}


.menulist dd {
	border-bottom: #868686 1px solid;
	padding: 8px 0;

}

.minitext {
	font-size: 1rem;
}

/*address --------------------------------------------------------------------------------*/


.addressBox {
	width: 90%;
	margin: 0 auto;
	text-align: left;
}

.addressBox dt {
	width: 300px;
	padding: 5px 0;
	font-size: 1.2rem;
	font-weight: bold;
}



/*addressここまで --------------------------------------------------------------------------------*/


.text_center {
	font-size: 1.3rem;
	line-height: 2.2rem;
	text-align: center;
	font-family: '游ゴシック';
}

.ornerDescription {
	font-family: '游明朝';
	font-size: 1.3rem;
	line-height: 2.5rem;
}

.address_description {
	font-family: '游ゴシック';
	font-size: 1rem;
	line-height: 1.8rem;
	margin: 50px auto 0;
	width: 80%;
}


.category {
	width: 70%;
	margin:  10vh auto 0;
}

.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.orner_background .category {
	width: 100%;
}


.picture_eyelash, .picture_woman {
	max-width: 40%;
	min-width: 230px;
	margin: 0 auto 50px;
}

.picture_eyelash{
	border-radius: 50%;
}


.picture_orner {
	max-width: 30%;
	min-width: 230px;
	margin: 0 auto 50px;
	border-radius: 10%;
}

.picture_woman {
	border-radius: 10%;
}

footer {
	width: 100%;
	height: 200px;
	background: #D5D3D3;
	position: relative;
}

.copyright {
	font-size: 1rem;
	font-family: '游明朝';
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.menulist, .addressBox {
	font-family: '游ゴシック';
	color: #707070;
}


.float_left {
	float: right;

}


.queryButton_mobile, .queryButton {
	font-family: '游ゴシック';
	font-weight: bold;
	display: inline-block;
	position: fixed;
	color: #fff;
	background: #00CFC2;
	box-shadow: 2px 2px 3px #A2F3FF;
}

.queryButton_mobile {
	margin: 20px 10px 0 0;
	padding: 18px 15px;
	text-align: center;
	line-height: 1rem;
	font-size: 25px;
}



.queryButton {
	border-radius: 10px;
	z-index: 1;
	font-size: 1.1rem;
	margin: 50px auto 20px;
	padding: 15px 15px;
	top: 75vh;
	right: 50px;
}

.queryButton:hover, .queryButton_mobile:hover {
	cursor: pointer;
	transition: .4s;
	background: #00C1CF;
}


.orner_background{
	background: rgba(255, 255, 255, .7);
	margin: 0 auto;
	width: 80%;
	padding: 40px;
}

.arrangePic {
	width: 12%;
	position: absolute;
	min-width: 80px;
}

.pic_rip {
	right: 10%;
	transform: rotate(15deg);
}

.pic_cream {
	bottom: -10%;
	right: 10%;
	transform: rotate(30deg);
}

.pic_mirrow {
	bottom: -10%;
	left: 10%;
	transform: rotate(-30deg);
}

.pic_eyelash {
	right: 10%;
	top: 5%;
	transform: rotate(30deg);
}

.pic_eyeshadow {
	bottom: -10%;
	left: 20%;
	transform: rotate(-30deg);
}

.pic_powder {
	bottom: -10%;
	right: 20%;

}

.pic_eyeshadow2 {
	top: 5%;
	right: 15%;
}

.pic_tubecream {
	top: -5%;
	left: 15%;
	transform: rotate(-15deg);
}

.pic_brash {
	top: -10%;
	right: 20%;
	transform: rotate(200deg);
}

.pic_spray {
	bottom: -10%;
	right: 10%;
}


.pic_mirrow, .pic_powder, .pic_tubecream {
	display: block;
}

.map {
	margin: 10px auto;
}


.pc_hidden {
	display: none;
}


	.br_pc_hidden {
		display: none;
	}


@media (max-width: 426px) {



	.br_pc_hidden {
		display: block;
	}

	.listBox {
		width: 100%;
	}

	.menulist {
		width: 100%;
		margin: 0 auto;
	}

	.menulist dt {
		width: 100%;
		margin: 5px auto;
		font-size: 1.2rem;
		font-weight: bold;
	}



	.category_price {
		padding: 8vh 0;
	}



	.mobiletop {
		z-index: 1;
		display: block;
		position: relative;
		width: 100%;
	}

	.header_message_mobile {
		width: 100%;
		z-index: 1;
	}

	.header_message_mobile .header_message_pic {
		margin: 20px auto;
		display: block;
		width: 80%;

	}


	.headerPic {
		display: none;
	}



	.queryButton {
		float: none;
	}


	.ornerDescription {
		font-size: .9rem;
		line-height: 2rem;
	}

	.address_description {
		font-family: '游ゴシック';
		font-size: .9rem;
		line-height: 1.5rem;
	}

	.categoryTitle {
		font-size: 1.3rem;
	}

	.categoryTitle_name {
		font-size: 1.6rem;
	}

	.caegoryTitle_description {
		font-size: 1rem;
	}



	.category_price .category, .category_summary .category {
		width: 100%;
	}

	.category_description .category {
		width: 85%;
	}


	.orner_background {
    width: 90%;
    padding: 20px;
	}


	.text_center {
		font-size: 1rem;
		line-height: 2rem;
	}

	.arrangePic {
		transform: translateX(-50%);
	}


	.pic_rip, .pic_eyelash, .pic_eyeshadow2, .pic_brash {
		top: -5%;
		left: 50%;
	}

	 .pic_eyeshadow {
		bottom: -10%;
		left: 50%;
	}

	.pic_cream {
		bottom: -7%;
		left: 50%;
	}


	.pic_spray {
		bottom: -5%;
		left: 50%;
	}

	.pic_eyeshadow {
		bottom: -3%;
		left: 50%;
	}

	.pic_mirrow, .pic_powder, .pic_tubecream {
		display: none;
	}

	.header_message {
		display: none;
	}


	.pc_hidden {
		display: block;
		top: 0;
		right: 15px;
	}


	.mobile_hidden {
		display: none;
	}


	.picture_eyelash, .picture_orner, .picture_woman {
		width: 100%;
		margin: 0 auto 20px;
	}


	}

@media (min-width: 427px) and (max-width: 768px) {


.picture_eyelash, .picture_orner, .picture_woman {
	width: 300px;
	margin: 0 auto 50px;
}

	.queryButton {
		float: none;
	}

	.listBox, .addressBox {
		text-align: center;
	}

	.header_message {
		display: block;
	}

	.pic_rip {
		right: 10%;
		transform: rotate(15deg);
	}


	.pic_eyeshadow {
		bottom: -5%;
		left: 20%;
		transform: rotate(-30deg);
	}

	.pic_powder {
		bottom: 0%;
		right: 20%;

	}

	.pic_eyeshadow2 {
		top: 0%;
		right: 15%;
	}

	.pic_tubecream {
		top: -2%;
		left: 15%;
		transform: rotate(-15deg);
	}

	.pic_brash {
		top: -5%;
		left: 50%;
		transform: translate(-50%);
	}

	.pic_spray {
		bottom: -5%;
		left: 50%;
		transform: translate(-50%);
	}


	.categoryTitle {
		font-size: 1.5rem;
	}


	.categoryTitle_name {
		font-size: 1.7rem;
	}



	.header_message {
		width: 300px;
	}

	.pc_hidden {
		display: none;
	}



	.mobile_hidden {
		display: block;
	}


	.br_pc_hidden {
		display: none;
	}

}
