@charset "utf-8";

/*==================================
Reset
==================================*/
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, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

/*==================================
Web Font
==================================*/
@font-face {
	font-family: 'AvenirLTStd-Roman';
	src: url(../font/AvenirLTStd-Roman.woff2);
	src: url(../font/AvenirLTStd-Roman.woff);
}
@font-face {
	font-family: 'UNITEDARROWS-Regular';
	src: url(../font/UNITEDARROWS-Regular.woff2);
	src: url(../font/UNITEDARROWS-Regular.woff);
}
@font-face {
	font-family: 'UNITEDARROWS-Medium';
	src: url(../font/UNITEDARROWS-Medium.woff2);
	src: url(../font/UNITEDARROWS-Medium.woff);
}
@font-face {
	font-family: 'UNITEDARROWS-Bold';
	src: url(../font/UNITEDARROWS-Bold.woff2);
	src: url(../font/UNITEDARROWS-Bold.woff);
}

/*==================================
Default
==================================*/
body {
	font-family: Avenir, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, Roboto, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #000;
	line-height: 1.7;
}

/*==================================
Layout
==================================*/
#container {
	width: auto;
	margin: 0 auto;
}
.wrapper {
	width: auto;
	margin: 0 auto;
	padding: 0 10%;
}

/*==================================
Header
==================================*/
header {
	height: 20px;
	margin: 0 auto;
	padding: 17px 10% 5px 10%;
}
header p {
	font-size: 5px;
	display: inline-block;
}
header .upDate {
	font-family: 'UNITEDARROWS-medium';
	font-size: 7px;
	letter-spacing: 0.8px;
	float: left;
}
header .uaLink {
	margin: -1px 0 0 0;
	font-family: 'UNITEDARROWS-medium';
	font-size: 7px;
	letter-spacing: 0.5px;
	text-decoration: none;
	float: right;
}
header .uaLink a {
	color: #000;
	text-decoration: none;
}

/*==================================
Main Image
==================================*/
.mainImg img {
	width: 100%;
	height: auto;
}
.mainImg .spImg {
	display: inline;
}
.mainImg .pcImg {
	display: none;
}

/*==================================
Article
==================================*/
article section {
	margin: 30px 0 0 0;
}
article .read {
	margin: 30px 0 0 0;
}
article .photoCredit {
	margin: 10px 0 0 -5px;
	padding: 0 0 11px 0;
	font-size: 10px;
	text-align: right;
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, article .photoCredit { font-size: 14px; } /* IE11 */
}

article h1 {
	font-size: 16px;
	margin: 30px 0 0 0;
}
article h2 {
	font-size: 15px;
	margin: 25px 0 20px 0;
}
article h3 {
	margin: 0px 0 7px 0;
	padding: 0 0 0 35px;
	font-size: 14px;
	position: relative;
	display: inline-block;
	font-weight: normal;
}
article h3:before {
	content: '';
	position: absolute;
	top: 23%;
	left: 0;
	display: inline-block;
	width: 26px;
	height: 1px;
	background-color: black;
}
article h3.mt20 {
	margin: 20px 0 7px 0;	
}
article p {
	margin: 0 0 30px 0;
	text-align: justify;
  text-justify: inter-ideograph;
}
article figure, {
	margin: 0 0 20px 0;
	text-align: center;
}
article figcaption {
	font-size: 10px;
	margin: 0 0 30px 0;
}
.women article figcaption {
	font-size: 14px;
	margin: 0 0 30px 0;
}
article section .mint_left{
	width: 55%;
	float: left;
}
article section .mint_left img{
	width: 100%;
	height: auto;
}
article section .mint_right{
	width: 40%;
	margin: 25px 0 0 0;
	float: right;
}
article section .mint_right img{
	width: 100%;
	height: auto;
}
article section img {
	width: 100%;
	height: auto;
}
article section figure.adjust {
	margin: -5px 0 0 0;
}
article section .lumine {
	width: 80%;
	margin: 0 auto;
}
article ul {
	margin: 20px 0 0 0;
}
article ul li {
	margin: 0 0 10px 0;
	padding-left: 1em;
  text-indent: -1em;
	list-style: none;
}
article ul li:before {
	content:"・";
	display: inline-block;
  width: 1em;
  text-indent: 0;
}
article ul li:last-child {
	margin: 0;
}
article .toWomen {
	width: 70%;
	margin: 50px auto 0 auto;
	border-top: 2px solid #606060;
	border-bottom: 2px solid #606060;
	text-align: center;
	clear: both;
}
article .toWomen a {
	padding: 20px 0;
	text-decoration: none;
	color: #000;
	display: block;
}

/*==================================
Profile
==================================*/
.profile {
	width: 80%;
	margin: 50px auto 0 auto;
	padding: 25px 0 20px 0;
}
.profile img {
	width: 100%;
	height: auto;
}
.profile .storeInfo {
}
.profile .storeInfo .infoTitle {
	margin: 20px 0 0 0;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
}
.profile .storeInfo p {
	margin: 10px 0 10px 0;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1px;
}
.profile .storeInfo dt {
	min-width: 60px;
	margin: 1px 10px 0 0;
	font-size: 10px;
	letter-spacing: 1px;
	float: left;
}
.profile .storeInfo dd {
	margin: 0 0 10px 0;
	font-size: 8px;
	letter-spacing: 0.5px;
}
.profile .storeInfo a {
	color: #000;
	text-decoration: none;
}
.profile .storeInfo dd br.sp {
		display: none;
}

/*==================================
Footer
==================================*/
footer {
	width: 81%;
	margin: 0 auto;
	padding: 27px 0 30px 0;
	border-top: 1px solid #CCC;
}
footer .footerInner {
	margin: 0 auto;
	padding: 0 4.5%;
}
footer .sns {
	text-align: center;
}
footer p {
	margin: 20px 0 0 0;
	font-family: 'UNITEDARROWS-Bold';
	font-size: 11px;
	color: #000;
	letter-spacing: 1px;
	text-align: center;
}
footer .sns li {
	font-size: 18px;
	margin: 0 40px 0 0;
	display: inline-block;
}
footer .sns li:last-child {
	margin: 0;
}
footer .sns li a {
	display: inline-block;
	color: #000;
	text-align: center;
	line-height: 33px;
	vertical-align: middle;
}

@media screen and (min-width:768px) { /* PC：画面サイズ:768px〜 */

	/*==================================
	Default
	==================================*/
	body {
		font-family: Avenir, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, Roboto, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
		margin: 0;
		padding: 0;
		font-size: 17px;
		color: #000;
		line-height: 1.7;
	}
	
	/*==================================
	Layout
	==================================*/
	#container {
		margin: 0 auto;
		width: 100%;
	}
	.wrapper {
		max-width: 900px;
		margin: 0 auto;
	}
	
	/*==================================
	Header
	==================================*/
	header {
		width: 100%;
		height: 35px;
		margin: 0 auto;
		padding: 17px 0 0 0;
	}
	header .headInner {
		max-width: 900px;
		margin: 0 auto;
		padding: 0 8.5%;
	}
	header .upDate {
		font-family: 'UNITEDARROWS-medium';
		font-size: 12.7px;
		color: #333;
		letter-spacing: 1.7px;
		float: left;
	}
	header .uaLink {
		font-family: 'UNITEDARROWS-medium';
		font-size: 13px;
		color: #333;
		letter-spacing: 0.5px;
		text-decoration: none;
		float: right;
	}
	header .uaLink a {
		color: #000;
		text-decoration: none;
	}
	
	/*==================================
	Main Image
	==================================*/
	.mainImg img {
		width: 100%;
		height: auto;
	}
	.mainImg .spImg {
		display: none;
	}
	.mainImg .pcImg {
		display: inline;
	}
	
	/*==================================
	Article
	==================================*/
	article section {
		margin: 50px 0 0 0;
	}
	article .read {
		margin: 30px 0 0 0;
	}
	article .photoCredit {
		margin: 0 0 -5px 0;
		padding: 0 0 10px 0;
		text-align: right;
	}
	article hr {
		border-color: #afafaf;
	}
	article h1 {
		font-size: 21px;
		margin: 50px 0 20px 0;
	}
	article h2 {
		font-size: 21px;
		margin: 33px 0 20px 0;
	}
	article h3 {
		font-size: 17px;
		margin: 33px 0 0 0;
		display: flex;
		align-items: center;
		font-weight: normal;
	}
	article h3:before {
		border-top: 1px solid;
		content: "";
		flex-grow: 0;
		margin-right: 0.6rem;
		width: 45px;
	}
	article p {
		margin: 0 0 40px 0;
		text-align: justify;
		text-justify: inter-ideograph;
	}
	article figure {
		margin: 0 0 40px 0;
	}
	article figcaption {
		font-size: 13px;	
	}
	.women article figcaption {
		font-size: 17px;
		margin: 0 0 30px 0;
	}
	article section .mint_left{
		width: 51%;
		float: left;
	}
	article section .mint_left img{
		width: 100%;
		height: auto;
	}
	article section .mint_right{
		width: 44%;
		margin: 45px 0 0 0;
		float: right;
	}
	article section .mint_right img{
		width: 100%;
		height: auto;
	}
	article ul {
		margin: 20px 0 0 0;
	}
	article ul li {
		list-style: none;
	}
	article ul li:before {
		content:"・";
		display: inline-block;
	}
	article .toWomen {
		width: 350px;
		margin: 100px auto 0 auto;
		border-top: 2px solid #606060;
		border-bottom: 2px solid #606060;
		text-align: center;
		clear: both;
	}
	article .toWomen a {
		padding: 20px 0;
		text-decoration: none;
		font-size: 22px;
		color: #000;
		display: block;
	}
	
	/*==================================
	Profile
	==================================*/
	.profile {
		max-width: 900px;
		margin: 80px auto 30px auto;
		padding: 45px 0 35px 0;
	}
	.profile img {
		width: 67%;
		height: auto;
	}
	.profile .storeInfo {
		width: 30%;
		margin: 0;
		padding: 35px 0 31px 0;
		vertical-align: top;
		border-top: 2px solid #606060;
		border-bottom: 2px solid #606060;
		float: right;
	}
	.profile .storeInfo .infoTitle {
		margin: 5px 0 20px 0;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 1.5px;
	}
	.profile .storeInfo p {
		font-size: 16px;
		letter-spacing: 0.7px;
		font-weight: bold;
	}
	.profile .storeInfo dt {
		display: none;
	}
	.profile .storeInfo dt.openHour,
	.profile .storeInfo dt.tel {
		font-size: 13px;
		display: block;
	}
	.profile .storeInfo dd {
		margin: 0 0 20px 0;
		font-size: 14px;
		letter-spacing: 0.7px;
		clear: both;
	}
	.profile .storeInfo dd br.sp {
		display: inline;
	}
	.profile .storeInfo dd a {
		 pointer-events: none;
	}
	.profile .storeInfo .carrier {
		font-size: 14px;
	}
	
	/*==================================
	Footer
	==================================*/
	footer {
		width: 100%;
		margin: 0 auto;
		padding: 27px 0 30px 0;
		border-top: none;
	}
	footer .footerInner {
		margin: 0 auto;
		padding: 0 4.5%;
	}
	footer .sns {
		text-align: center;
	}
	footer p {
		margin: 20px 0 0 0;
		font-family: 'UNITEDARROWS-Bold';
		font-size: 11px;
		color: #000;
		letter-spacing: 1px;
		text-align: center;
	}
	footer .sns li {
		font-size: 24px;
		margin: 0 50px 0 0;
		display: inline-block;
	}
	footer .sns li:last-child {
		margin: 0;
	}
	footer .sns li a {
		display: inline-block;
		color: #000;
		text-align: center;
		line-height: 33px;
		vertical-align: middle;
	}
}