@charset "UTF-8";
/* OKINAWA STYLE （レスポンシブ）
---------------------------------------------------------------*/


* {
	margin: 0;
	padding: 0;
	background: transparent;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

/* hide from Mac IE \*/
* html * {
	font: normal x-small/130% Arial, Helvetica, sans-serif;
}
/* */ 

body {
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	background-color: #f8f8f8;
	color: #232323;
}
html,body{
     height:100%;
}

a {
	text-decoration: none;
	color: #88635d;
}
a:hover {
	opacity: 0.7;
	cursor: pointer;
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



/* ヘッダー
----------------------------------------------- */
header {
	display: block;
	text-align: right;
	width: 100%;
	height: 10px;
}
header img {
	width: 100px;
	margin: 10px;
}

/* メイン画像エリア
----------------------------------------------- */
#main {
	background-size: cover;
	background-color: #494C58;
	background-position: center center;
	display: block;
	height: 1000px;
	width: 100%;
	color: #FFFFFF;
	margin-bottom: 100px;
}
@media screen and (max-width: 1000px) {
#main {
	height: 80%;
	margin-bottom: 80px;
}
}
@media screen and (max-width: 457px) {
#main {
	height: 60%;
	margin-bottom: 50px;
}
}

#main .h1_main {
	margin-top: 30px;
	margin-left: 30px;
}
@media screen and (max-width: 1000px) {
#main .h1_main {
	margin-left: 0px;
}
#main .h1_main img {
	width: 20vw;
}
}
@media screen and (max-width: 457px) {
#main .h1_main img {
	width: 30vw;
}
}

#main .logo {
	display: block;
	margin-top: 400px;
	padding-right: 50px;
	width: 100%;
	text-align: right;
}
@media screen and (max-width: 1000px) {
#main .logo {
	margin-top: 20px;
	padding-right: 0px;
	width: 100%;
	text-align: left;
}
#main .logo img {
	width: 70vw;
}
}
@media screen and (max-width: 457px) {
#main .logo img {
	width: 80vw;
}
}

/* トップ メイン画像 */
#top #main {
	height: 790px;
	background-position: top center;
}
@media screen and (max-width: 1000px) {
#top #main {
	height: 80%;
	margin-bottom: 80px;
}
}
@media screen and (max-width: 457px) {
#top #main {
	height: 70%;
	margin-bottom: 50px;
}
}
#top #main .logo {
	display: block;
	margin-top: -100px;
	padding-right: 50px;
	width: 100%;
	text-align: center;
}
@media screen and (max-width: 1000px) {
#top #main .logo {
	margin-top: 20px;
	padding-right: 0px;
	width: 100%;
}
}
@media screen and (max-width: 457px) {
#top #main .logo img {
	width: 80vw;
}
}

#top #main h2 {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	line-height: 2.5;
	font-size: 1.4rem;
	font-weight: normal;
}
@media screen and (max-width: 1000px) {
#top #main h2 {
	line-height: 1.4;
	font-size: 1.1rem;
}
}
@media screen and (max-width: 457px) {
#top #main h2 {
	line-height: 1.2;
	font-size: 0.8rem;
}
}


/* [コント」専用メイン画像 */
#conte #main {
	background-position: bottom left;
}
@media screen and (max-width: 1000px) {
#conte #main {
	background-position: bottom center;
}
}
@media screen and (max-width: 457px) {
#conte #main {
	background-position: bottom left;
}
}


/* 下・右 */
#koku #main, #calin #main {
	background-position: bottom right;
}
/* 上・中央 */
#lotta #main {
	background-position: top center;
}


/* コンテンツ
----------------------------------------------- */
.contents {
	display: block;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#top .contents {
	width: 90%;
}

@media screen and (max-width: 1000px) {
.contents {
	width: 100vw;
}
#top .contents {
	width: 100%;
}

}

	/* ジャンル・ショップ名・投稿日時 */
.contents h2 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 8rem;
	font-weight: normal;
	color: #ededed;
}
.contents h3 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 5rem;
	font-weight: normal;
	color: #232323;
	margin-top: -55px;
	margin-left: 100px;
}
.contents time {
	color: #ccc;
	font-size: 1.2rem;
}
@media screen and (max-width: 1000px) {
.contents h2 {
	font-size: 5rem;
	margin-left: 10px;
}
.contents h3 {
	font-size: 3rem;
	margin-left: 110px;
	margin-bottom: 20px;
}
.contents time {
	margin-left: 20px;
}
}


	/* 記事内容 */
.contents dl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 100px;
}
.contents dl.reverse {
	flex-direction: row-reverse;
}
.contents dl img {
	width: 500px;
}
.contents dl dt {
	width: 500px;
}
.contents dl dd {
	width: 500px;
}

@media screen and (max-width: 1000px) {
.contents dl {
	flex-direction: column;
	margin-bottom: 50px;
}
.contents dl.title{
	flex-direction: row;
}
.contents dl.title dd {
	margin-left: -50%;
}
.contents dl.title dd img {
	z-index: 9999;
	margin-top: 25%;
}
.contents dl.title dt {
	z-index: 1;
}
.contents dl.reverse {
	flex-direction: column;
}

.contents dl img {
	width: 100vw;
}
.contents dl dt {
	width: 100%;
	padding-bottom: 50px;
}
.contents dl dd {
	width: 100%;
}
}

.commentArea {
	background-color: #fff;
	padding: 40px;
}
@media screen and (max-width: 1000px) {
.commentArea {
  order:2;
}
imgArea{
  order:1;
}
}
.commentArea h4 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1.2rem;
	margin-bottom: 20px;
	line-height: 1.6;
	letter-spacing: 0.3rem;
}
.commentArea p {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 0.9rem;
	line-height: 2;
	letter-spacing: 0.2rem;
}


/* トップ ショップ一覧
----------------------------------------------- */
.shopList {
	margin: 10%;
	display: -webkit-flex;       /* ※均等に並べる */
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	text-align: center;
	flex-wrap: wrap;
 }
@media screen and (max-width: 468px) {
.shopList {
    display: block;
}
}

.shopList .shopImg {
    width:  300px;       /* ※縦横を同値に */
    height: 300px;       /* ※縦横を同値に */
    border-radius: 50%;  /* 角丸半径を50%にする(=円形にする) */
    background-position: center center;
		background-size: cover;
    display: inline-block;          /* 複数の画像を横に並べたい場合 */
	margin-left: 30px;
	margin-right: 30px;
}
@media screen and (max-width: 1000px) {
.shopList .shopImg {
    width:  250px;       /* ※縦横を同値に */
    height: 250px;       /* ※縦横を同値に */
}
}
.shopList li {
	padding-bottom: 30px;
}
.shopList ul.category {
    display:-webkit-box;       /* ※中央寄せで並べる */
    display:-moz-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-pack:center;
    -moz-box-pack:center;
    -webkit-flex-pack:center;
    -moz-flex-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    -moz-justify-content:center;
    justify-content:center;
	margin-bottom: 1rem;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 468px) {
.shopList .shopImg {
    width:  200px;       /* ※縦横を同値に */
    height: 200px;       /* ※縦横を同値に */
}
.shopList ul.category {
	margin-top: 1rem;
}
}


.shopList ul.category li {
	background-color: #ffffff;
	padding: 10px;
	font-size: 0.7rem;
	margin-right: 10px;
}

	/* ジャンル・ショップ名・投稿日時 */
.shopList h2 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 5rem;
	font-weight: normal;
	color: #ededed;
}
.shopList h3 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 3rem;
	font-weight: normal;
	color: #232323;
	margin-top: -55px;
	margin-left: 100px;
}
.shopList time {
	color: #ccc;
	font-size: 1.2rem;
}
@media screen and (max-width: 1000px) {
.shopList h2 {
	font-size: 4rem;
	margin-left: 10px;
}
.shopList h3 {
	font-size: 2rem;
	margin-left: 110px;
	margin-bottom: 20px;
}
.shopList time {
	margin-left: 20px;
}
}


/* 各ショップページ下部 */
.subPages .shopList {
    display:-webkit-box;       /* ※中央寄せで並べる */
    display:-moz-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-pack:center;
    -moz-box-pack:center;
    -webkit-flex-pack:center;
    -moz-flex-pack:center;
    -ms-flex-pack:center;
    -webkit-justify-content:center;
    -moz-justify-content:center;
    justify-content:center;
}
@media screen and (max-width: 468px) {
.subPages .shopList {
    display: block;
}
}

.subPages .shopList .shopImg {
    width:  150px;       /* ※縦横を同値に */
    height: 150px;       /* ※縦横を同値に */
}
.subPages .shopList h2 {
	font-size: 3rem;
}
.subPages .shopList h3 {
	font-size: 2rem;
	margin-top: -20px;
	margin-left: 100px;
}
.subPages .shopList time {
	font-size: 0.8rem;
}


/* 店舗情報
----------------------------------------------- */
address {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	padding: 40px;
	font-size: 0.9rem;
}
@media screen and (max-width: 1000px) {
address {
	width: 100vw;
}
}
address ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	margin-top: -3rem;
	margin-bottom: 3rem;
}
@media screen and (max-width: 468px) {
address ul {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
}

address ul li {
	background-color: #F8F8F8;
	padding: 10px;
	font-size: 0.7rem;
	margin-right: 10px;
}
address h2 {
	font-size: 1.8rem;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: #333 2px solid;
}
@media screen and (max-width: 468px) {
address h2 {
	font-size: 1.5rem;
}
}

address h2 small {
	font-size: 1.2rem;
	margin-left: 10px;
}
address dl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 20px;
}
address dt {
	width: 20%;
	text-align: right;
	margin-right: 20px;
}
address dd {
	width: 70%;
}

/* 地図
----------------------------------------------- */
.map {
  width: 100%;
  height: 30%;
}

/* フッター
----------------------------------------------- */
footer {
	margin-top: 100px;
	padding: 0px 0 20px;
}
footer .footerLink {
	list-style: none;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	
}
@media screen and (max-width: 767px) {
footer .footerLink {
	display: block;
	margin-left: 10%;
}
}

footer .footerLink li {
	margin: 0 13px 0 0;
	white-space: nowrap;
}
footer .footerLink li:after {
	content: "|";
	color: #232323;
	margin: 0 0 0 13px;
}
@media screen and (max-width: 767px) {
footer .footerLink li:after {
	content: "";
}
}

footer .footerLink li:last-child {
	margin-right: 0;
	white-space: normal;
}
footer .footerLink li:last-child:after {
	display: none;
}
footer .footerLink li a {
	line-height: 2.0;
	font-size: 0.8em;
}
footer small {
	display: block;
	margin-top: 16px;
	text-align: center;
	line-height: 2.0;
	color: #232323;
	font-size: 0.8em;
}

