@charset 'UTF-8';
/*
Theme Name: Ready
Theme URL: 
Description: Ready
Author: Ready
Version: 1.0
*/

/*--------------------------------------------共通設定*/
html {
	font-size: 62.5%;
}
body {
	position: relative;
  color: #555;
  font-size: 1.6rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, Helvetica, Meiryo, "sans-serif";
}
.serif {
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
*, *::before, *::after {
  box-sizing: border-box;
	line-height: 1.5;
	letter-spacing: 1px;
}
a:link, a:visited, a:hover, a:active {
  color: #777;
  text-decoration: none;
}
a img:hover {
	opacity: 0.8;
}
a:hover {
	opacity: 0.8;
}
ul {
	list-style: none;
}
.flex {
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
  display:-ms-flexbox;/*--- IE10 ---*/
  display: -webkit-flex;/*--- safari（PC）用 ---*/
	display: flex;
	-ms-flex-wrap:wrap;/*--- IE10用 ---*/
   -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
	flex-wrap: wrap;
	justify-content: space-between;
	-ms-flex-pack: justify; /*IE10*/
	-webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-justify-content: space-between; /* Safari6.1以降 */
}
.clear {
	clear: both;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
img {
	width: 100%;
}
.pcNone {
	display: none;
}
.relative {
	position: relative;
}
main {
	padding: 23%;
}
main p {
	text-align: center;
	font-weight: bold;
}
address {
	text-align: center;
}