@charset "utf-8";
/* CSS Document */

/****************************************************************

  single style

****************************************************************/

/* left_content
--------------------------------*/

/* common */
#content.single #left_cont .breadcrumbs .breadCrumb {
	border-bottom:1px solid #ddd;
}

/* post_content */
#content.single #left_cont #single_top {
	letter-spacing:0.1em;
}

#content.single #left_cont #single_top h1 {
	margin:30px 0 13px 0;
	font-size:26px;
	letter-spacing:0.1em;
	font-weight:bold;
	color:#2c3e50;
    line-height: 1.4;
}

#content.single #left_cont #single_top div {
	display: -webkit-flex;
	display: flex;
	color: #95b1ce;
	font-size:16px;
	margin-bottom:20px;
}

#content.single #left_cont #single_top div p {
	font-style: italic;
	margin-right:30px;
}

#content.single #left_cont #single_top div ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
}

#content.single #left_cont #single_top div ul li {
	margin:0 15px 10px 0;
}

#content.single #left_cont #single_cont {
	letter-spacing:0.1em;	
	margin-bottom:60px;
}

#content.single #left_cont #single_cont p {
	font-size:16px;
	letter-spacing:0.1em;
	color:#444;
	line-height:1.875;
}

#content.single #left_cont #single_cont p strong {
	font-weight: bold;
	font-size: 20px;
	display: block;
	border-left: 8px solid #444;
	margin: 40px 0 0 0;
	padding: 0 0 0 12px;
}

#content.single #left_cont #single_cont h2,
#content.single #left_cont #single_cont h3,
#content.single #left_cont #single_cont h4,
#content.single #left_cont #single_cont h5,
#content.single #left_cont #single_cont h6 {
	font-size:26px;
	font-weight:bold;
	border-top:solid 2px #476078;
	background-color:#fff;
	padding:19px 0 17px 20px;
	color:#476078;
	margin-bottom:28px;
}

#content.single #left_cont #single_cont a {
	color:#476078;
	text-decoration:underline;
	font-style: italic;
}

#content.single #left_cont #single_cont .rink_order {
	margin-top:30px;
}

#content.single #left_cont #single_cont a:hover {
	opacity:0.8;
}

#content.single #left_cont #single_cont .single_back {
	width:300px;
	margin:58px auto 60px;
}

#content.single #left_cont #single_cont .single_back a {
	background-color: #fff;
    border: 1px solid #2c3e50;
    color: #2c3e50;
    display: block;
    padding: 18px 0 16px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.025em;
    text-indent: 0.025em;
    text-decoration: none;
    border-radius: 25px;
    line-height: 1;
    transition: 0.4s;
	font-style: normal;
}

#content.single #left_cont #single_cont .single_back a:hover {
	opacity:1;
	color:#fff;
	background-color:#2c3e50;
}

#content.single #left_cont #single_cont .single_result {
	width:820px;
	height:200px;
	background:url(../images/single_btn_bk.png) no-repeat;
	background-size:contain;
	position: relative;
}

#content.single #left_cont #single_cont .single_result p:first-child {
	position:absolute;
	top:25px;
	left:0;
	right:0;
	margin:auto;
	width:432px;
}

#content.single #left_cont #single_cont .single_result p:nth-child(2) {
	position:absolute;
	bottom:38px;
	left:0;
	right:0;
	margin:auto;
	width:112px;
}

#content.single #left_cont #shopLink {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 820px;
    margin: 0 auto 30px;
	padding-bottom:60px;
    letter-spacing: 0.05em;
	border-bottom:1px solid #ddd;
}

#content.single #left_cont #shopLink div:first-child {
    width: 462px;
    padding-top: 360px;
    background: url(../images/pagelink_bk.png) no-repeat;
    background-size: contain;
    position: relative;
    margin-top: 35px;
}

#content.single #left_cont #shopLink div:first-child p {
    position: absolute;
}

#content.single #left_cont #shopLink div:first-child .map_hokkaidou {
    top: 114px;
    right: 61px;
}

#content.single #left_cont #shopLink div:first-child .map_kantou {
    top: 232px;
    right: 52px;
}

#content.single #left_cont #shopLink div:first-child .map_toukai {
    top: 295px;
    right: 139px;
}

#content.single #left_cont #shopLink div:first-child .map_kansai {
    top: 256px;
    right: 226px;
}

#content.single #left_cont #shopLink div:first-child .map_tyuugoku {
    top: 289px;
    left: 72px;
}

#content.single #left_cont #shopLink div:first-child .map_kyuusyuu {
    top: 249px;
    left: -2px;
}

#content.single #left_cont #shopLink div:first-child p a {
    display: block;
    color: #fff;
    font-size: 14px;
    border-radius: 25px;
    border: 2px solid #fff;
    padding: 7px 12px 5px 12px;
    line-height: 1;
    width: auto;
    min-width: 84px;
    box-sizing: border-box;
    text-align: center;
}

#content.single #left_cont #shopLink div:first-child p:nth-child(odd) a {
    background-color: #a5956c;
}

#content.single #left_cont #shopLink div:first-child p:nth-child(even) a {
    background-color: #7d6e46;
}

#content.single #left_cont #shopLink div:first-child p:nth-child(odd) a:hover,
#content.single #left_cont #shopLink div:first-child p:nth-child(even) a:hover {
    text-decoration: none;
    background-color: #c4961f;
}

#content.single #left_cont #shopLink div:nth-child(2) {
    width: 300px;
    line-height: 1;
}

#content.single #left_cont #shopLink div:nth-child(2) dl dt {
    font-size: 16px;
    background-color: #000;
    padding: 11px 0 11px 15px;
    margin-bottom: 10px;
}

#content.single #left_cont #shopLink div:nth-child(2) dl dt a {
    color: #fff;
	transition:opacity 0.2s;
}

#content.single #left_cont #shopLink div:nth-child(2) dl dt a:before {
    content: "";
    display: inline-block;
    background: url(../images/pagelink_arrow.gif) no-repeat;
    background-size: contain;
    width: 15px;
    height: 9px;
    margin-right: 15px;
}

#content.single #left_cont #shopLink div:nth-child(2) dl dd {
    padding: 0 0 10px 10px;
}

#content.single #left_cont #shopLink div:nth-child(2) dl dd a {
    color: #222;
    font-size: 14px;
    margin-right: 10px;
    display: inline-block;
    border-bottom: 1px solid #222;
	transition:opacity 0.2s;
}

#content.single #left_cont #shopLink div:nth-child(2) dl dt a:hover,
#content.single #left_cont #shopLink div:nth-child(2) dl dd a:hover {
	opacity:0.8;
}

/* Popular */
#content.single #left_cont .post h2 {
	text-align: center;
    margin-bottom: 33px;
}

#content.single #left_cont .post h2 font {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    color: #2c3e50;
    letter-spacing: -0.025em;
    text-indent: -0.025em;
    font-size: 34px;
    line-height: 1.2;
}

#content.single #left_cont .post h2 span {
    display: block;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    margin-top: 5px;
    color: #5f5234;
}

#content.single #left_cont .post .reration_key .relation_tag {
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-bottom:40px;
}

#content.single #left_cont .post .reration_key .relation_tag a {
    font-size: 16px;
    color: #476078;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
    display: block;
    border: 1px solid #476078;
    padding: 13px 10px 11px;
    text-align: center;
    background-color: #fff;
    transition: 0.4s;
    min-width: 159px;
    box-sizing: border-box;
    margin: 0 5px 5px 0;
}

#content.single #left_cont .post .reration_key .relation_tag a:hover {
    color: #fff;
    background-color: #476078;
}

#content.single #left_cont .post .reration_post {
	border-top:1px solid #ddd;
	padding-top:33px;
}

#content.single #left_cont .post .post_block {
	margin-bottom:20px;
}

#content.single #left_cont .post div:last-of-type.post_block {
	margin-bottom:0;
}

#content.single #left_cont .post .post_block > a {
	display: -webkit-flex;
	display: flex;
	background-color:#fff;
}

#content.single #left_cont .post .post_block > a .post_img {
	width:400px;
	min-height:200px;
	overflow: hidden;
	position:relative;
	box-sizing:border-box;
}

#content.single #left_cont .post .post_block > a .post_img:after {
	content:"";
	opacity:0;
	transition:opacity 0.4s;
}

#content.single #left_cont .post .post_block > a .post_img:before {
	content:"";
	opacity:0;
	transition:0.1s;
}

#content.single #left_cont .post .post_block > a:hover .post_img:after {
	content:"Read More";
	color:#476078;
	font-family: 'Playfair Display', serif;
    font-weight: 400;
	font-size:40px;
	text-align:center;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items:center;
	align-items:center;
	-webkit-justify-content:center;
	justify-content:center;
	position:absolute;
	width:400px;
	height:100%;
	z-index:2;
	background:rgba(255,255,255,0.60);
	opacity:1;
}

#content.single #left_cont .post .post_block > a:hover .post_img:before {
	content:"";
	display:block;
	position:absolute;
	width:400px;
	height:100%;
	z-index:3;
	opacity:1;
	border:15px #476078 solid;
	box-sizing:border-box;
}

#content.single #left_cont .post .post_block > a .post_txt {
	width:420px;
	box-sizing:border-box;
	padding:25px 25px 0 23px;
}

#content.single #left_cont .post .post_block > a .post_txt h3 {
	font-size:20px;
	letter-spacing:0.1em;
	font-weight:bold;
	color:#333;
	line-height:1.3;
	margin-bottom:15px;
}

#content.single #left_cont .post .post_block > a .post_txt div {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content:space-between;
	font-size:12px;
	letter-spacing:0.1em;
	font-style: italic;
	color:#95b1ce;
	margin-bottom:15px;
}

#content.single #left_cont .post .post_block > a .post_txt ul {
	-webkit-flex-direction:row-reverse;
  	flex-direction:row-reverse;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

#content.single #left_cont .post .post_block > a .post_txt ul li {
	margin:0 0 5px 8px;
}

#content.single #left_cont .post .post_block > a .post_txt > p {
	font-size:14px;
	letter-spacing:0.1em;
	line-height:1.6;
	color:#333;
    padding-bottom: 5px;
}


/****************************************************************
  smartphone
****************************************************************/
@media screen and (max-width:640px) {

#content.single {
	padding: 7.8% 0 16%;
}

/* left_content
--------------------------------*/

/* common */
#content.single #left_cont h3.left_ttl {
	margin-bottom:3.2%;    
}

#content.single #left_cont h3.left_ttl font {
	font-size:25px;
}

#content.single #left_cont h3.left_ttl span {
	font-size:11px;
	margin-top:8px;
}

/* post_content */
#content.single #left_cont #single_top h1 {
    margin:0;
    font-size: 20px;
	text-align:center;
	line-height:1.4;
	margin:0 0 3.75% 0;
}

#content.single #left_cont #single_top div {
	-webkit-justify-content:center;
	justify-content:center;
	font-size:12px;
	margin-bottom:5.3%;
}

#content.single #left_cont #single_top div p {
	font-style: italic;
	margin-right:4.7%;
}

#content.single #left_cont #single_top div ul {
	max-width:55%;
}

#content.single #left_cont #single_top div ul li {
	margin:0 6px 6px 0;
}

#content.single #left_cont #category_top .category_tag {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 3%;
}

#content.single #left_cont #single_cont {
    margin-bottom: 5.3%;
	padding-bottom:9.375%;
}

#content.single #left_cont #single_cont h2,
#content.single #left_cont #single_cont h3,
#content.single #left_cont #single_cont h4,
#content.single #left_cont #single_cont h5,
#content.single #left_cont #single_cont h6 {
    font-size: 17px;
    padding: 15px 0 14px 16px;
    margin-bottom: 3.75%;
	line-height:1.2;
}

#content.single #left_cont #single_cont p {
    font-size: 12px;
	padding:0 2%;
}

#content.single #left_cont #single_cont .single_back {
    width: 215px;
    margin: 9.375% auto 8%;
}

#content.single #left_cont #single_cont .single_back a {
    padding: 18px 0 16px;
    font-size: 12px;
}

#content.single #left_cont #single_cont .rink_order {
    margin-top: 15px;
}

#content.single #left_cont #single_cont .single_result {
    width: 100%;
    height: auto;
    padding-top: 24.4%;
    background-size: cover;
}

#content.single #left_cont #single_cont .single_result p:first-child {
    position: absolute;
    top: 4%;
    width: 60%;
}

#content.single #left_cont #single_cont .single_result p:nth-child(2) {
    bottom: 11%;
    width: 23%;
}

/* Shop pageLink */
#content.single #left_cont #shopLink {
	width:93.5%;
	margin:12.9% auto 21.8%;
    display: block;
}

#content.single #left_cont #shopLink div:first-child {
	width:100%;
	padding-top:77.9%;
	margin-bottom:8.6%;
}

#content.single #left_cont #shopLink div:first-child p {
	position:absolute;
}

#content.single #left_cont #shopLink div:first-child p a {
	display: block;
    color: #fff;
    font-size: 11px;    
    border-radius: 25px;
    border: 2px solid #fff;
    padding: 6px 12px 4px 12px;
    line-height: 1;
	width:auto;
	min-width:70px;
	box-sizing:border-box;
	text-align:center;
	text-decoration:none;
}

#content.single #left_cont #shopLink div:first-child p:nth-child(odd) a {
	background-color:#a5956c;
}

#content.single #left_cont #shopLink div:first-child p:nth-child(even) a {
	background-color:#7d6e46;
}

#content.single #left_cont #shopLink div:first-child p:nth-child(odd) a:hover,
#content.single #left_cont #shopLink div:first-child p:nth-child(even) a:hover {
	text-decoration:none;
	background-color:#c4961f;
}

#content.single #left_cont #shopLink div:first-child .map_hokkaidou {
	top: 31%;
    right: 12%;
}

#content.single #left_cont #shopLink div:first-child .map_kantou {
	top: 64%;
    right: 8%;
}

#content.single #left_cont #shopLink div:first-child .map_toukai {
	top: 81%;
    right: 27%;
}

#content.single #left_cont #shopLink div:first-child .map_kansai {
	top: 68%;
    right: 48%;
}

#content.single #left_cont #shopLink div:first-child .map_tyuugoku {
	top: 82%;
    left: 18%;
}

#content.single #left_cont #shopLink div:first-child .map_kyuusyuu {
	top: 68%;
    left: -1%;
}

#content.single #left_cont #shopLink div:nth-child(2) {
	width:100%;
	line-height:1;
}

#content.single #left_cont #shopLink div:nth-child(2) dl dt {
	font-size:13px;	
	background-color:#000;
}

#content.single #left_cont #shopLink div:nth-child(2) dl dt a {
	text-decoration:underline;
}

#content.single #left_cont #shopLink div:nth-child(2) dl dt a:hover {
	opacity:0.8;
	text-decoration:none;
}

#content.single #left_cont #shopLink div:nth-child(2) dl dd a {
	font-size:12px;
}

#content.single #left_cont #shopLink div:nth-child(2) dl dd a:hover {
	opacity:0.8;
	text-decoration:none;
}

/* Popular */
#content.single #left_cont .post h2 {
    margin-bottom: 5.2%;
}

#content.single #left_cont .post h2 font {
    font-size: 25px;
}

#content.single #left_cont .post h2 span {
    font-size: 11px;
}

#content.single #left_cont .post .reration_key {
	margin-bottom:5.2%;
}

#content.single #left_cont .post .reration_key .relation_tag {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 9.375%;
}

#content.single #left_cont .post .reration_key .relation_tag a {
    font-size: 10px;
    padding: 13px 0 11px;
    min-width:auto;
    margin: 0;
	width: 49%;
    margin: 0 0 2% 0;
}

#content.single #left_cont .post .post_block {
    margin-bottom: 3.4%;
}

#content.single #left_cont .post .post_block > a {
    display:block;
}

#content.single #left_cont .post .post_block > a .post_img {
	width:100%;
	height:auto;
	padding-top:50%;
}

#content.single #left_cont .post .post_block > a .post_txt {
    width: 100%;
    padding: 4.2% 3.9% 4.4%;
}

#content.single #left_cont .post .post_block > a .post_txt h3 {
    font-size: 15px;
    margin-bottom: 8px;
}

#content.single #left_cont .post .post_block > a .post_txt div {    
    font-size: 11px;
    margin-bottom: 8px;
}

#content.single #left_cont .post .post_block > a .post_txt > p {
    font-size: 12px;
    padding-bottom: 0;
}

#content.single #left_cont .post .post_block > a:hover .post_img:before {
    width: 100%;
    border: 10px #476078 solid;
	top:0;
}

#content.single #left_cont .post .post_block > a:hover .post_img:after {
    font-size: 20px;
    width: 100%;
	top:0;
}

#content.single #left_cont .category_post_tag {
	margin-bottom:6.5%;
}

#content.single #left_cont .category_post_tag p {
    font-size: 13px;
    padding: 13px 30px 12px;
    min-width: 100px;
}

#content.single #left_cont #category_top .category_tag p {
    width: 49%;
    margin: 0 0 2% 0;
}

#content.single #left_cont #category_top .category_tag p a {
    font-size: 10px;
    padding: 13px 0 11px;
    min-width: 100%;
    margin: 0;
}

#content.single #left_cont #category_top .category_disc p {
	font-size:12px;
	letter-spacing:0.05em;
	margin-bottom:6.5%;
	padding:0 2.25% 6.5%;
}



}
