@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* CSS Document */
@font-face {
  font-family: 'kokoro';
  src: url(../font/kokoro.woff) format('woff');
}

html, body{
	/*height:100%;*/
	/*color:black;*/
	color: #333;
	margin:0;
	padding:0;
	font-family: 'kokoro', serif;
}
a{
	color:inherit;
	text-decoration:underline;
}
h1{
	-moz-text-shadow:0px 0px 3px #FFF;
	-webkit-text-shadow:0px 0px 3px #FFF;
	text-shadow:0px 0px 3px #FFF;
}
.js_mes{
	color:#FF0004;
}
.iblock{
	display:inline-block;
}
.cl_gold{
	color: #A57C52;
}
.bgcl_gold{
	background-color: #A57C52;
}
.cl_pink{
	color: #FF8298;
}
.bgcl_pink{
	color: #FF8298;
}
span#pq_l a{
	display:inline-block;
	border:1px #A57C52 solid;
	padding:0 10px;
	/*background-color:#A57C52;*/
	color:#A57C52 !important;
	background-color:white;
}
span.pq_l a{
	display:inline-block;
	border:1px #A57C52 solid;
	padding:0 10px;
	/*background-color:#A57C52;*/
	color:#A57C52 !important;
}
.tblock_new {
	display: inline-block;
	background-color: #A38343;
	line-height: 1em;
	padding: 5px;
	color: #FFFFFF;
	font-family: 'Roboto Condensed', sans-serif;
}
#header
{
	/*
	box-shadow:0px 0px 10px 2px #7F7F7F;
	-moz-box-shadow:0px 0px 10px 2px #7F7F7F;
	-webkit-box-shadow:0px 0px 10px 2px #7F7F7F;
	*/
}
#header.bg_on{
	background-image:url(../images/cohana-v1_header_bg_on.png);
	background-position:bottom;
	box-shadow: 0px 6px 15px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 6px 15px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 6px 15px rgba(0,0,0,0.1);
}

#header .block_navi a{
	font-family: 'Roboto Condensed', sans-serif;
	color:#666666;
	display:inline-block;
	margin-left:25px;
	vertical-align:middle;
	text-decoration:none !important;
}
#header .block_navi a:hover{
	color:#A57C52;
}
#header .block_logo{
	width:
}
	
.js_none{
	display:none;
}
.font_mincho{
	font-family: "kokoro", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
}
#naw_loading{
	display:none;
}
 .contents{
	 font-family: 'Martel', "kokoro", "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "メイリオ", Meiryo, serif;
	 max-width:1043px;
	 min-width:950px;
	 margin:auto;
}
.contents p{
	line-height:2em;
}

#contents_wrapper {
	/*background-image:url(../images/cohana-v1_bg-middle.jpg);*/
	background-color:#FFFFFF;
	background: rgba(255,255,255,1);
	padding:0 20px;
}
#contents_wrapper .contents div:first-of-type h2{
	margin-top:0;
}

.flex-container {
	-js-display: flex;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
}
h1,h2,h3,h4,h5,h6{
	/*color:#A57C52;*/
}
h2{
	color:#A57C52;
	font-family: "kokoro", serif;
	font-size:26px;
	background-image:url(../images/cohana-v1_rule-h2.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	padding-bottom:22px;
	margin-top:140px;
	margin-bottom:70px;
	text-align:center;
}
.contents h3{
	line-height:1.5em;
}
/*
.contents .catchphrase .iblock{
	white-space: nowrap;
}
*/
.article_group .flex-container{
	-webkit-justify-content: space-around; /* Safari */
	justify-content:         space-around;
	
}

.article_group .block{
	width:316px;
	margin-bottom:30px;
}

.article_group .block h3{
	font-size:18px;
}
.article_group .block p{
}
#contents_wrapper_all
{
	
}
#news
{
	
}
#news h2{
}
#news .block h3{
	margin:10px 0 10px 0;
}
#about .flex-container{
	
}
#about .block{
	width:316px;
}
#about .block h3{
	margin:0;
	font-size:18px;
	text-align:center;
}
#about .block p{
	margin:0;
}
#about .list_colors.flex-container{
	justify-content: space-around;
	-webkit-justify-content: space-around;
	list-style:none;
	flex-wrap: wrap;
	margin:0;
	padding:0;
}
#about .list_colors.flex-container li{
	width:160px;
}
#about .list_colors.flex-container li .wrap_img{
	text-align:center;
}
#about .list_colors.flex-container li p{
	margin:10px 10px 0 10px;
}

#product .list_product.flex-container {
	margin-bottom: 70px;
	-webkit-justify-content: space-between;
	/* Safari */
	justify-content: space-between;
}
#product .list_product.flex-container li{
	margin-bottom: 36px;
}
#product .list_product.flex-container li .hover_text{
	transition: 0.75s ;
	opacity: 0;
}
#product .list_product.flex-container li .js_hover .hover_photo{
	transition: 0.75s ;
	opacity: 1;
}
#product .list_product.flex-container li .js_hover:hover .hover_text{
	opacity: 1;
}
#product .list_product.flex-container li .js_hover:hover .hover_photo{
	opacity: 0.25;
}
#product .list_product.flex-container li .js_hover .js_open_movei:hover{
	color: #A57C52;
}

#product .block_product.flex-container {
	margin-bottom: 70px;
	-webkit-justify-content: space-around;
	/* Safari */
	justify-content: space-around;
}
#product .block_product.flex-container .photo {
	width: 50%;
	position: relative;
	background-image: url(../images/cohana-v1_bg-middle.jpg);
}
#product .block_product.flex-container .photo .copyright {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px 10px;
}
#product .block_product.flex-container .description {
	width: 50%;
	position: relative;
	padding: 30px;
	background-image:url(../images/cohana-v1_bg-middle.jpg);
}
#product .block_product.flex-container .description p{
	margin-bottom:0;
}
#product .block_product.flex-container .description h3 {
	border-bottom: 1px dotted gray;
	padding-bottom: 10px;
}
#product .block_product.flex-container .description .readmore {
	position: absolute;
	bottom: 0;
	right: 0;
}
#product .block_product.flex-container .description .readmore a {
	font-family: 'Roboto Condensed', sans-serif;
	color: #FFFFFF;
	padding: 5px 20px;
	display: block;
	background-color: lightgray;
	text-decoration:none !important;
}
#product .block_product.flex-container .description .readmore a:hover{
	background-color:#A57C52;
}
.event #product .block_product.flex-container .photo,
.inc_part_shortcode_contents_product_event #product .block_product.flex-container .photo {
	width: 60%;
}
.event #product .block_product.flex-container .description,
.inc_part_shortcode_contents_product_event #product .block_product.flex-container .description{
	width: 40%;
	padding: 0 0 0 20px;
	background-image: none;
}
.event #product.min .block_product.flex-container .description,
.inc_part_shortcode_contents_product_event #product.min .block_product.flex-container .description{
	padding: 20px 0 0 0;
}

#product.min .block_product.flex-container .photo,
#product.min .block_product.flex-container .description{
	width:100%;
}

#footer{
	font-family: 'Noto Sans Japanese';
	font-weight:100;
}
#footer .flex-container{
	-webkit-justify-content: center; /* Safari */
	justify-content:         center;
}
#footer .flex-container .left {
	padding-right: 80px;
}
#footer .flex-container .right {
	padding-right: 40px;
	border-left: dotted 1px gray;
	padding-left: 20px;
}
#footer .flex-container .left.min,
#footer .flex-container .right.min{
	padding: 0;
	border:none;
	text-align:center;
	margin:0 0 20px 0;
	width:100%;
}
#footer .sns_icons
{
	font-size:20px; list-style:none; padding:0;
	color:gray;
	margin:20px 0;
	/*
	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:start;
    -moz-box-pack:start;
    -webkit-flex-pack:start;
    -moz-flex-pack:start;
    -ms-flex-pack:start;
    -webkit-justify-content:flex-start;
    -moz-justify-content:flex-start;
    justify-content:flex-start;
	*/
}
#footer .sns_icons li{
	margin:0 10px; 
}
#footer .sns_icons li .fa
{
	color:gray;
}

#js_totop{
	text-align:center;
	font-family: 'Roboto Condensed', sans-serif;
	color:lightgray;
}
#js_totop a{
	color:lightgray;
	text-decoration:none !important;	
}
#js_totop a:hover{
	color:#A57C52;
}
.product_window{
	display:none;
}

ul.list_table{
	display:table;
	padding:0;
	/*_width:100%;*/
	margin:auto;
}
ul.list_table li{
	display:table-cell;
}
ul.list_table.colors{
	/*_border-spacing:38px;*/
	/*margin:20px -19px;*/
	margin:20px auto;
}
ul.list_table.colors li{
	width:20%;
	/*padding:0 19px;*/
	padding:0;
}
ul.list_table.colors li p{
	margin:0 19px;
}

#header .block_navi_list{
		list-style:none;
		float:right;
		margin:0;
}
#header .block_navi_list a{
	
}
#header .block_navi_list .pq_l{
	display:none;
}
#header .block_navi_list .pq_l a{
}
#header .block_navi_list li{
	float:left;
}
#header .block_navi_list li .fa{
	font-size:20px;
	vertical-align:middle;
}
#header .block_navi_list li .sns{
	display:none;
}
#header .block_navi_list.mb li .fa{
	font-size:inherit;
}
#header .block_navi_list.mb li .sns{
	display:inline;
}
#header .block_navi_list li.fast{
	float:left;
}
#header .block_navi_list li ul.block_navi_list_mb{
	list-style:none;
}
#header .block_navi_list li ul.block_navi_list_mb li{
	 text-align:left;
}
#header .block_navi_list li ul.block_navi_list_mb a{
	
}

#header .mb.block_navi_list{
	margin:0;
	padding:0;
}
#header .mb.block_navi_list .pq_l{
	display:block;
}
#header .mb.block_navi_list a{
	background-color:white;
}
#header .mb.block_navi_list li{
	
}
#header .mb.block_navi_list li.fast{
	
}
#header .mb.block_navi_list li ul.block_navi_list_mb{
	position:absolute; float:left; padding:0; display:none;
}
#header .mb.block_navi_list li ul.block_navi_list_mb li{
	float:none;
}
#header .mb.block_navi_list li ul.block_navi_list_mb a{
	display:block;
	border-left:1px solid gray;
	/*border-right:1px solid gray;*/
	border-bottom:1px solid gray;
	padding:0 5px 0 10px;
	 background-color:white;
}

#header .block_navi_list.mb .fast a{
	margin-left:10px;
}
#header .block_navi_list.mb .mid a{
	margin-left:10px;
}

body.mb .product .bt_lose{
	opacity:0.5;
}
body.mb .product_window_contents .commentary
{
	width:auto !important;
	height:auto !important;
	position: relative !important;
	padding:20px 60px;
}
body.mb .product_window_contents .commentary .inside{
	top: auto !important;
	-webkit-transform: none !important;
	transform: none !important;
	padding:0 !important;
}

body .bt_link a{
	color: white;
	background-color: rgba(163,131,67,1);
}
body .bt_link a.js_hover{
	color: white;
	background-color: rgba(163,131,67,0.5);
}
body .bt_link a.js_hover:hover{
	color: white;
	background-color: rgba(163,131,67,1);
}

body.mb .product_window_contents #photos_product{
	width:auto !important;
}
body.mb .product_window_contents #photos_product img
{
	margin-bottom:1px;
}

#contents_wrapper .pn_link{
	display:table;
	width:100%;
	border-bottom:1px solid lightgray;
	padding:0;
	margin:60px auto 30px;
}
#contents_wrapper .pn_link li{
	width:50%;
	display:table-cell;
	vertical-align:middle;
}
#contents_wrapper .pn_link li a{
	text-decoration:none;
}
#contents_wrapper .pn_link .previous{
	border-right:1px solid lightgray;
}
#contents_wrapper .pn_link .next{
	text-align:right;
}

#contents_wrapper .other_news{
	display:table;
	margin:auto;
	padding:0;
}
#contents_wrapper .other_news li{
	display:table-row;
}
#contents_wrapper .other_news li.current_post{
	opacity:0.5;
}
#contents_wrapper .other_news li div{
	display:table-cell;
	padding:15px 0;
	text-align:left;
}
#lightcase-overlay{
	z-index: 11000 !important;
}
#lightcase-icon-spin{
	z-index: 11100 !important;
}
#lightcase-case{
	z-index: 11200 !important;
}
.lightcase-icon-close{
	z-index: 11300 !important;
}
#lightcase-nav{
	z-index: 11400 !important;
}
/* slide_show------------------------- */
.slide_show_full {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.slide_show_full ul{
	top: 50%;
    left: 50%;
    width: 100%;
    position: fixed; /* absolute or fixed */
    overflow: hidden;
}
.slide_show_full ul li{
	top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}
.slide_show_full ul li img{
	 width: 100%;
}

/* slide_navi------------------------- */
.slide_show_full .btn_prev,
.slide_show_full .btn_next {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: fixed; /* absolute or fixed */
    z-index: 105;
}
.slide_show_full .btn_prev {
    left: 10px;
    background: transparent url(../images/btnPrev.png) no-repeat center center;
}
.slide_show_full .btn_next {
    right: 10px;
    background: transparent url(../images/btnNext.png) no-repeat center center;
}

/* PagiNation--------------------------- */
.pagination {
    bottom: 30px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: fixed; /* absolute or fixed */
    z-index: 110; /* 非表示にする場合は「90」以下に */
    visibility: visible; /* 非表示にする場合は「hidden」に */
}
.pagination a {
    margin: 0 5px;
    width: 10px;
    height: 10px;
    display: inline-block;
    overflow: hidden;
    background: #000;
}
.pagination a.pn_active {
    filter: alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}

/* Wrapper--------------------------- */
#contents_wrapper {
    width: 100%;
    /*text-align: left;*/
    /*background: #fff;*/
    position: relative;
    z-index: 120;
}
 
.contents {
    /*padding: 30px 50px 50px 50px;*/
}
.contents p {
    /*padding-bottom: 3em;*/
   /* line-height: 180%;*/
}

/* =======================================
    ClearFixElements
======================================= */
.slide_show_full ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
.slide_show_full ul {
    display: inline-block;
    overflow: hidden;
}

@media (min-width: 0px) and (max-width: 599px) {
   /**/
   #container #contents_wrapper_all #contents_wrapper .contents .article_group img
   {
	   width:100%; 
	   height:auto;
   }
	#product .list_product.flex-container li{
		margin-bottom: 14px;
	}
}
@media (min-width: 600px) and (max-width: 959px) {
   
}
@media (min-width: 960px) {
   
}

/* =======================================
    for Editor
======================================= */

/* editor */
 
.editor p {
    display: block;
    margin: 1em 0;
}
.editor strong { font-weight: bold; }
.editor em { font-style: italic; }
.editor blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
 
/* editor img */
 
.editor .aligncenter {
    display: block;
    margin: 0 auto;
}
.editor .alignright { float: right; }
.editor .alignleft { float: left; }
 
.editor img[class*="wp-image-"],
.editor img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}
 
/* editor clearfix */
 
.editor .clearfix {
    overflow: hidden;
    zoom: 1;
}
.editor .clearfix:after {
    content: ""
    display: block;
    clear: both;
}