@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
body {
	text-align: justify;
}
@font-face {
	font-family: "Play";
	src: url("/home/wp-content/themes/cocoon-master/webfonts/play/Play-Bold.woff");
}

.clear {
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}
p.clear {
	margin-bottom: 0px;
}
.space {
	clear: both;
	height: 20px;
}

.half_left {
	width: 49%;
	height: auto;
	float: left;
	margin-right: 1%;
}
.half_right {
	width: 49%;
	height: auto;
	float: right;
}
.left_60 {
	width: 59%;
	height: auto;
	float: left;
	margin-right: 1%;
}
.right_40 {
	width: 40%;
	height: auto;
	float: right;
}
ul.flex_box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0;
	padding-left: 0;
	flex-wrap: wrap;
}
.flex_box li {
	list-style: none;
	width: 49%;
}
.flex_box_li img {
	width: 100%;
}
.caption {
	font-size: 14.4px;
	opacity: .8;
}
.bar {
	height: 5px;
	margin-bottom: 50px;
	clear: both;
	border-bottom: 2px dotted #666;
}
.wp-block-media-text .wp-block-media-text__content {
	padding: 0;	
}
.left-margin-10 {
	margin-left: 10px;
}

.sp-button {
	margin: 4px 8px;
	width: 15px;
	height: 15px;
	background-color: #CCC;
	border: none;
}
.sp-selected-button {
	background-color: #323c64;
}

/*固定ページの日付非表示*/
.page .date-tags,
.page .author-info {
	display: none;
}

.header {
	/*background-position: center bottom;*/
}
/*.header-in*/
.header .header-in {
	min-height: 100px;
	position: relative;
}
.header .header-in .sns_icon {
	position: absolute;
	top: 40px;
	right: 100px;
	width: 500px;
}
.header .header-in .sns_icon ul {
	list-style: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.header .header-in .sns_icon li {
	width: 40px;
	height: auto;
}
/*.header .header-in .sns_icon li:last-child {
	width: 60px;
	padding-left: 20px;
	text-align: right;
}*/
.header .header-in .sns_icon li img {
	width: 24px;
	height: auto;
}
/*.top_image {
	min-height: 0;
}*/
.home .top_image {
	/*justify-content: start;
	background-image: url(/home/wp-content/uploads/2023/05/bg_head_2.jpg);
	background-position: center bottom;
	background-size: auto;
	background-repeat: no-repeat;*/
	height: 100%;
	background-color: #FFF;
	bottom: 0;
}
.category-7 .header .header-in {
	min-height: 0;
}
.logo {
	padding-left: 10px;
	text-align: left;
	background: #000;
}
.logo-image {
	padding: 20px 0 0;
}
#navi .navi-in ul {
	width: 99%;
	margin: 0 auto;
	justify-content: flex-end;
}
#navi .navi-in > ul li {
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	margin: 5px 0;
	border-left: 1px solid #FFF;
	font-family: "Play", sans-serif;
}
#navi .navi-in > ul li:first-child {
	border: none;
}
#navi .navi-in > ul > li > a {
	font-size: 16px;
	padding: 0 .5em;
}
#navi .navi-in > ul > li:nth-child(5) > a {
	padding: 0 1.5em 0 .5em;
}
#navi .navi-in > .menu-header .sub-menu {
	background-color: rgba(50, 60, 100, .8);
}
#navi .navi-in > .menu-header .sub-menu li {
	border: none;
	font-size: 15px;
	font-weight: normal;
	margin: 10px 0;
}
.slicknav_nav .slicknav_arrow {
	font-size: 1.2em;
}

.content {
	margin-top: 0;
}
.main {
	padding: 9px 39px 9px 0;
}
#main .widget_new_entries, aside#custom_html-9 {
	margin: 10px;
	width: calc(100% - 20px);
	border-bottom: 2px solid #CCC;
}
/*#main .widget_media_image, .widget-index-top.widget_custom_html img, .widget-index-top.widget_pc_ad, .widget-index-top.widget_common_ad {
	width: calc(35% - 20px);
	max-width: 280px;
	margin: 10px;
	float: left;
}
#main .new-entry-cards,*/
aside#custom_html-9 .custom-html-widget  {
	height: 280px;
	overflow-y: scroll;
	font-size: 14px;
	margin-bottom: 10px;
}
#main aside#gce_widget-3 {
	display: none;
}
div.whatsnew {
	margin: 0 0 10px;
}
div.whatsnew hr {
	border-style: none;
	border-bottom: 1px dashed #999;
}
div.whatsnew hr:first-child {
	display: none;
}
div.whatsnew dt, div.whatsnew dd {
	color: #333;
}
div.whatsnew dt {
	width: 7em;
}
#main aside#custom_html-11 {
	width: calc(100% - 10px);
}
#main aside#custom_html-11 ul {
	display: flex;
	justify-content: space-between;
	/*gap: 0 5px;*/
	flex-wrap: wrap;
}
#main aside#custom_html-11 li {
	border-bottom: none;
	width: calc(49% - 5px);
}
#main aside#custom_html-11 li img {
	width: 100%;
}

.sns-share-message, .sns-follow-mesage {
	margin-bottom: 10px;
}
.entry-categories-tags {
	padding-top: 15px;
	margin-bottom: 0;
}
.entry-card-content {
	padding-bottom: 0;
}
.entry-card-snippet {
	line-height: 2em;
}
.cat-label {
  	position: absolute;
  	top: 0;
  	left: 0;
  	border: none;
	border-bottom: 2px solid #FFF;
  	font-size: 11px;
  	color: #FFF;
  	background-color: #323c64;
  	padding: 1px 5px;
  	width: 100%;
	max-width: 100%;
	height: 30px;
	line-height: 25px;
  	white-space: nowrap;
  	overflow: visible;
  	text-overflow: ellipsis;
	display: inline-block;
	z-index: 999;
}
.related-entry-card-thumb .cat-label {
	height: 16px;
	padding: 1px 2px;
	line-height: 12px;
}
.card-thumb img.related-entry-card-thumb-image {
	margin-top: 14px;
}
.cat-label:before, .cat-label:after {
	content: '';
	position: absolute;
	height: 0;
	width: 0;
	top: 100%;
	left: 80%;
	border: 15px solid transparent;
	z-index: 999;
}
.cat-label:before {
	border-color: rgba(255, 255, 255, 0);
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-left-width: 12px;
    border-right-width: 12px;
    margin-left: -12px;
    margin-top: 2px;
    border-top-color:#FFFFFF;
}
.cat-label:after {
	content: '';
	border-color: rgba(50, 60, 100, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
	margin-left: -10px;
	border-top-color:#323c64;
 }
.ect-vertical-card .entry-card-wrap .entry-card-thumb img {
	/*position: absolute;
	z-index: 0;*/
}
.blogcard,
.ecb-entry-border .entry-card-wrap,
.page-numbers,
.pagination-next-link,
.comment-btn,
.index-tab-buttons .index-tab-button,
.border-square .a-wrap,
.author-box {
  border-color: var(--cocoon-three-d-border-colors);
  border-width: 0;
  border-style: solid;
}

/*.widget-entry-cards figure {
	display: none;
	width: 0;
}
.widget-entry-card-content {
	margin-left: 0;
	border-bottom: 1px solid #CCC;
	font-size: 15px;
}
.widget-index-top-title {
	background-color: #CDE;
	background-color: #666;
	padding: 4px 12px;
	margin: 16px 0;
	border-radius: 2px;
	color: #369;
	color: #FFF;
	font-weight: bold;
	border-left: 10px solid #369;
	border-left: 10px solid #39C;
}*/
.front-page-type-index {
	float: none;
	clear: both;
}
.bc-brand-color.sns-follow .instagram-button {
	background-color: #F3C;
}

div.whatsnew a {
	border-bottom: 1px dashed #999;
}
div.whatsnew hr {
	display: none;
}
#sidebar {
	padding: 0;
}
#sidebar aside {
	padding: 0 1px;
	/*background-color: #E0E0E8;*/
}
#sidebar .widget_new_entries {
	width: 100%;
	height: auto;
	overflow-y: auto;
}
.widget-index-top {
	overflow-x: hidden;
}
/*.widget-index-top-title {
	position: relative;
	background-color: #a01e28;
	/*background-image: url(/home/wp-content/uploads/2023/05/head_end.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: auto;*/
	/*color: #FFF;
 	line-height: 25px;
	font-weight: bold;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	width: 100%;
	height: 25px;
	padding: 5px 0 5px 90px;
}*/
.widget-index-top-title {
	margin-bottom: 1em;
	padding: 5px 0 5px 90px;
	background-color: #a01e28;
	background-image: url(/home/wp-content/uploads/2023/06/head1.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	line-height: 1em;
	color: #FFF;
	font-style: italic;
	font-size: 24px;
	font-weight: bold;
}
/*.widget-index-top-title::before {
	content: "";
	position: absolute;
	display: inline-block;
	background-color: #FFF;
	background-image: url(/home/wp-content/uploads/2023/06/head1.png);
	background-size: 100%;
	background-position: left;
	background-repeat: no-repeat;
	width: 64px;
	height: 35px;
	left: 0;
}*/
#sidebar-menu-content h2, #sidebar h2, #sidebar-menu-content h3 {
	position: relative;
	background-color: #FFF;
	color: #323c64;
 	line-height: 50px;
	font-weight: bold;
	font-size: 20px;
	/*font-family: "Times New Roman", Serif;*/
	font-style: italic;
	width: calc(100% - 36px);
	height: 40px;
	padding: 0;
	margin-left: 36px;
	border-bottom: 3px dotted #323c64;
}
#sidebar h3 {
	position: relative;
	background-color: transparent;
	color: #323c64;
 	line-height: 46px;
	font-weight: bold;
	font-size: 20px;
	font-style: italic;
	width: calc(100% - 32px);
	height: 40px;
	padding: 0;
	margin-left: 20px;
}
#sidebar h3 span {
	padding: 0 5px;
	border-bottom: 3px dotted #323c64;	
}
#sidebar-menu-content h2::before, #sidebar h2::before, #sidebar-menu-content h3::before, #sidebar h3::before {
	content: "";
	position: absolute;
	display: inline-block;
	background-image: url(/home/wp-content/uploads/2023/07/side_head.png);
	background-size: 90%;
	background-position: left 10px;
	background-repeat: no-repeat;
	width: 32px;
	height: 40px;
}
#sidebar h3::before {
	left: -30px;
}
#sidebar th.simcal-nav h3 {
	background: none;
	border-left: none;
	border: 1px solid #CCC;
	color: #333;
	padding: 0 0 20px 0;
	height: 2em;
	line-height: 2em;
	left: 0px;
}
#sidebar th.simcal-nav h3 span {
	border-bottom: none;
}
#sidebar th.simcal-nav h3::before {
	position: relative;
	background: none;
	height: 100%;
	width: auto;
}
#sidebar #media_image-4.widget_media_image a {
	display: block;
	text-align: center;
}
#sidebar aside#custom_html-8 li {
	
}
#sidebar aside#custom_html-3 .textwidget {
	text-align: center;
}
#sidebar aside#custom_html-3 .textwidget img {
	width: 280px;
	height: auto;	margin: 0 auto;
}
#sidebar aside#sns_follow_buttons-2 {
	display: none;
}
#wp-calendar td {
	text-align: center;
}
.eo-future-date.eo-event-future {
	display: block;
	background: #FCC;
	text-decoration: none;
}
.eo-future-date.eo-event-future a {
	text-decoration: none;
}
.month-event a {
	text-decoration: none;
}

.melmaga {
	border: 2px solid #323c64;
}
.melmaga .melmaga_head {
	padding: 5px;
	background-color: #323c64;
	color: #FFF;
	font-weight: bold;
}
.melmaga a {
	padding: 5px;
}
.melmaga .entry_button a {
	display: block;
	padding: 2px 10px;
	width: 70%;
	margin: 0 auto;
	text-align: center;
	background: #323c64;
	border-radius: 8px;
	color: #FFF;
	text-decoration: none;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, .5);
	transition-delay: .5s;
}
.melmaga .entry_button a:hover {
	box-shadow: 0 0 0 0;
}
.border-line {
	position: relative;
	top: 0;
	left: 0;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
}
.border-line:before {
	content: "";
    display: block;
	border-top: solid 1px #999;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: -1;
}
.border-line span {
	background: #FFF;
	padding: 5px;
	z-index: 5;
}

.proshopmap {
	position: relatie;
	z-index: 99;
	text-align: center;
	margin-top: -40px;
}
#layer1 {
  	width: auto;
}
#layer1 svg {
	width: 100%;
	height: auto;
}
#layer1 svg a path {
  transition: fill 0.3s linear;
}
#layer1 a:hover path {
   fill: #4b5a96;
}

h1.archive-title span {
	display: none; 
}
/*h1.archive-title, h1.entry-title {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	border-bottom: 2px solid #C00;
	padding: 5px;
}*/
h1.entry-title {
	font-size: 24px;
	color: #323C64;
	border-bottom: none;
}
h1.archive-title,
#post-585 h1.entry-title,
#post-615 h1.entry-title,
.article h2.wp-block-heading {
	margin-bottom: 1em;
	padding: 5px 0 5px 90px;
	background-color: #a01e28;
	background-image: url(/home/wp-content/uploads/2023/06/head1.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	line-height: 1em;
	color: #FFF;
	font-style: italic;
}
.article h2 a {
	color: #333;
	text-decoration: none;
}
.ect-vertical-card {
	gap: 0 1%;
}
.ect-3-columns .entry-card-wrap {
	width: calc(33% - 10px);
}
h2.entry-card-title {
	font-size: 15px;
	color: #323c64;
	margin: 5px 0;
	font-family: "Hiragino Kaku Gothic Pro";
}
.entry-card figure {
	padding-top: 30px;
	height: 155px;
	max-height: 155px;
	overflow: hidden;
}
.entry-card-thumb {
	width: 260px;
}
.entry-card-content {
	margin-left: 270px;
}
.article h3.wp-block-heading {
	line-height: 1.2em;
	font-size: 18px;
	border-top: none;
	border-bottom: none;
	border-right: none;
	border-left: none;
	color: #FFF;
	padding: 0;
	/*border-left: 1.2em solid #1d8d45;
	border-top: 1px solid #1d8d45;
	border-bottom: 1px solid #1d8d45;
	border-right: 1px solid #1d8d45;*/
	margin-top: 50px 0;
	clear: both;
}
.article h3.wp-block-heading span {
	position: relative;
	padding: 5px 20px;
}
.article h3.wp-block-heading span:before {
	transform: skewX(-30deg);
    content: "";
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    z-index: -1;
    background-color:#436544;
} 
.article h4 {
	font-size: 16px;
	padding: 5px 10px;
	background-color: #EEE;
	border: none;
	margin-bottom: 1em;
}
.article h5 {
	font-size: 16px;
	margin-bottom: 5px;
	padding: 2px;
}
.navi-footer-in a:hover {
	background-color: #666;
	color: #EEE;
}
input[type="submit"].wpcf7-form-control{
	width: 300px;
	margin: 0 auto;
}
.footer-bottom {
	margin-top: 0px;
}
.footer-bottom-logo img {
	height: 30px;
	margin: 0 auto;
}
.footer-meta, .breadcrumb div.breadcrumb-home {
	/*display: none;*/
}
.new-entry-card-content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  margin-left: 0;
}
#sidebar .new-entry-card-content {
	display: block;
}
.new-entry-card-date {
	display: block;
}
.new-entry-card-update-date {
	display: none;
}
#sidebar .new-entry-card-post-date {
	text-align: right;	
}
.new-entry-card-post-date {
	display: block;
	font-size: unset;
}
.post-update {
	font-size: .9em;
}
.menu-writerblog-container li {
	text-align: right;
}
.custom-html-widget ul {
	list-style: none;
	padding-left: 0;
}
.custom-html-widget li {
	
	margin-bottom: 5px;
}
.custom-html-widget li a {
	font-style: italic;
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 90%;
}
.custom-html-widget li span {
	display: block;
	text-align: right;
	font-size: 80%;
	color: #555;
	font-style: normal;
}
.custom-html-widget .shop_area li a {
	font-style: normal;
}
figure.eye-catch {
	display: none;
}
.ect-3-columns {
	justify-content: start;
}
figcaption {
	font-size: .9em;
}

.entry-content {
	margin-bottom: 1em;
}
/*プライバシーポリシー*/
#post-21 p, #post-1715 p {
	font-size: 14px;
}
#post-21 h1, #post-1715 h1 {
	background: none;
	font-size: 24px;
	color: #333;	
}
/*#post-21 h2 {
	padding: 0;
	margin: 0 0 10px 0;
	background: none;
	font-size: 18px;
}
#post-21 h3 {
	margin: 40px 0 10px;
	padding-left: 0;
	background: none;
	border: none;
	font-size: 16px;
	color: #333;
	border-bottom: 1px solid #CCC;
	padding: 3px;
}
#post-21 h4 {
	margin: 40px 0 10px;
}*/
/*ブログトップ*/
/*#post-615 h1.archive-title, #post-615 h1.entry-title {
	padding: 0 0 0 70px;
	background-color: #FFF;
	color: #333;
	background-image: url(/sample/test1/wp-content/uploads/2023/04/Itary.png);
	background-repeat: no-repeat;
	background-size: 60px;
	line-height: 1em;
	font-size: 22px;
}*/
.category-6 #list {
	display: none;
}
.blog_headline {
	background-image: none;
	margin-bottom: 0;
	padding: 0 5px;
	background-color: transparent;
	border-bottom: 2px solid #a01e28;
	color: #555;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3em;
	font-family: "新ゴ B";
	font-style: italic;
}
.blog_headline br {
	display: none;
}
.blog_wrap {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 20px;
}
.blog_cats {
	width: 48%;
}
.blog_cats.last {
	background-image: url(/home/wp-content/uploads/2023/07/title_img1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 70%;
}
.blog_cats a {
	text-decoration: none;
	color: #333;
}
.blog_cats a:hover {
	color: #555;
}
.blog_cats p {
	font-size: 90%;
/*	text-align: right;
	margin: 0 0 0 1em;*/
}
.blog_prof {
	height: 11em;
	font-size: 90%;
	line-height: 1.5em;
}
.blog_prof img {
	margin-right: 10px;
	float: left;
	max-width: 100px;
}
.blog_cats_txt {
	clear: both;
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 2em;
	padding: 5px 0 5px 32px;
	margin: 0;
	background-color: #323c64;
	color: #FFF;
	background-repeat: no-repeat;
	background-size: auto 80%;
	background-position: 2px center;
}
.blog_cats_txt.writer1 {
	background-image: url(/home/wp-content/uploads/2023/07/writer_icon_1.png);
}
.blog_cats_txt.writer2 {
	background-image: url(/home/wp-content/uploads/2023/07/writer_icon_2.png);
}
.blog_cats_txt.writer3 {
	background-image: url(/home/wp-content/uploads/2023/07/writer_icon_3.png);
}
.blog_cats_txt.writer4 {
	background-image: url(/home/wp-content/uploads/2023/07/writer_icon_4.png);
}
.blog_cats_txt:before {
 	content: "";
	position: absolute;
  	top: 2em;
  	left: 24px;
  	border: 12px solid transparent;
  	border-left: 15px solid #323c64;
  	z-index: 0;
  	-webkit-transform: rotate(90deg);
  	transform: rotate(90deg);
}
.blog_cats .new_post_list {
	margin-bottom: 20px;
}
.blog_cats .new_post_list ul {
	list-style: none;
	min-height: 2em;
	margin: 10px 0;
	padding: 0;
	font-size: 80%;
}
.blog_cats .new_post_list li {
	border-bottom: 1px dashed #999;
}

/*Shop Guide*/
.shop_menu a {
	font-size: 24px;
	text-decoration: none;
	color: #323c64;	
}
#post-585, .category-7 .category-content {
	/*min-height: 1300px;
	background-image: url(/home/wp-content/uploads/2023/07/bg_shop_3.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 95%;*/	
}
#post-585 .entry-content, .category-7 .category-page-content {
	background-image: url(/home/wp-content/uploads/2023/06/fiat_img.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 50%;
	padding-bottom: 100px;
	font-family: "新丸ゴ R";
}
.article#post-585 h2.wp-block-heading {
	background-color: transparent;
}

.category-25 h1, .category-27 h1, .category-29 h1, .category-30 h1, .category-32 h1 {
	font-size: 24px;
	color: #323C64;
	border-bottom: none;
	padding: 5px;
	background-color: #FFF;
	background-image: none;
	font-style: normal;
	font-family: "新ゴ B";
}
.category-25, .category-27, .category-29, .category-30, .category-32 {
	font-family: "新丸ゴ R";
}
.shop_img_top {
	width: 48%;
	float: right;
	margin-bottom: 0;
}
.shop_info_top {
	width: 51%;
	float: left;
	margin-bottom: 0;
}
.shop_info_top table tr, .shop_info_top td {
	padding: 3px;
	border: none;
	background-color: #FFF;
}
.shop_info_top td.url a {
	display: block;
	word-break: break-all;
	line-height: 1.2em;
}
h4.partner {
	background-color: #323c64;
	width: 200px;
	height: 30px;
	padding: 5px 0;
	display: flex;
	margin-bottom: .5em;
}
h4.partner span {
	color: #FFF;
	height: 20px;
	text-align: center;
	width: 50%;
}
h4.partner span:first-child {
	border-right: 1px solid #FFF;
	font-size: 16px;
	line-height: 16px;
	padding: 2px 0;
}
h4.partner span:last-child {
	font-size: 14px;
	line-height: 1em;
	padding: 2px 0;
}
h4.shops {
	background-color: #FC3;
	padding-left: 0;
}

.p-shop {
	width: 50%;
}
.p-shop a {
	color: #323c64;
	text-decoration: none;
}
.p-shop a:hover {
	color: #6cf;
}
.p-shop p {
	margin-bottom: 1em;
}
.p-shop .p-head {
	font-size: 14px;
	font-weight: normal;
}
.p-shop .p-head h5 {
	border: none;
	font-size: 28px;
	padding: 0;
	font-weight: bold;
	text-justify: none;
}
.p-shop table th, .p-shop table td {
	font-size: 14px;
	padding: 3px;
	border: none;
	background-color: #FFF;
}
.p-shop .p-txt {
	font-size: 14px;
}
.p-shop .shop_repo {
	font-size: 13px;
}
.p-thum{
	width: 49%;
	float: right;
}
.p-thum img {
	width: 100%;
}
.p-shop .p-head span {
	padding: 2px 10px;
	text-align: center;
	background-color: #09C;
	border-radius: 8px;
	font-size: 14px;
}
.p-shop .p-head span a {
	color: #FFF;
	text-decoration: none;
}

.r-shop dl {
	display: flex;
	flex-wrap: wrap;
}
.r-shop dt{
	width: 10%;
	padding: 0;
	margin: 0;
}
.r-shop dd {
	width: 90%;
	padding: 0;
	margin: 0 0 1em 0;
	border-bottom: 1px solid #999;
}
.r-shop dd ul {
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 0 0 1em 0;
	padding: 0;
	flex-wrap: wrap;
}
.r-shop dd li:nth-child(1) {
	margin: 0;
	width: 50%;
}
.r-shop dd li:nth-child(2) {
	margin: 0;
	width: calc(50% - 90px);
}
.r-shop dd li:nth-child(3){
	margin: 0;
	width: 90px;
}
.r-shop dd li:nth-child(3) a {
	display: block;
	background: #f0f8fe;
	border-radius: 8px;
	padding: 2px 0;
	text-align: center;
	font-size: 11px;
	border: 1px solid #69C;
}

.r-shop p{
	margin-bottom: 1em;
}
/*.r-shop span {
	padding: 2px 10px;
	text-align: center;
	background-color: #CCC;
	border-radius: 8px;
	font-size: 12px;
}*/
.r-shop a {
	color: #323c64;
	text-decoration: none;
	font-size: 90%;
}
.r-shop a:hover {
	text-decoration: underline;
}
.r-shop br {
	display: none;
}

/*.shop_info {
	background: url(https://festrico.net/home/wp-content/uploads/2023/05/information.png) no-repeat left center;
	background-size: 50px;
	float: right;
	width: auto;
	min-height: 80px;	max-width: 460px;
	padding: 10px 10px 10px 55px;
}*/
.shop_area {
	width: 100%;
	margin-bottom: 30px;
}
.shop_area ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.shop_area li {
	width: 33%;
	text-align: center;
	color: #FFF;
	border-radius: 8px;
}
.shop_area li a {
	display: block;
	color: #FFF;
}
.shop_area li:nth-child(1) {
	background-color: #36C;
}
.shop_area li:nth-child(2) {
	background-color: #39F;
}
.shop_area li:nth-child(3) {
	background-color: #396;
}
.shop_area li:nth-child(4) {
	background-color: #6C6;
}
.shop_area li:nth-child(5) {
	background-color: #F93;
}
.shop_area li:nth-child(6) {
	background-color: #E77;
}
table.shoplist {
	font-size: 12px;
}
table.shoplist td a {
	display: block;
	padding: 2px 5px;
	background: #39C;
	color: #FFF;
	border-radius: 8px;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
}

.shop_block_1, .shop_block_2 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}
.shop_block_2 {
	flex-direction: row;
}
.shop_img_1 {
	width: 45%;
	font-size: 12px;
	line-height: 1.4em;
}
.shop_txt_1{
	width: 54%;
}

.shop_img_r {
	padding-left: 10px;
	margin-bottom: 0;
	width: 35%;
	float: right;
	font-size: 11px;
	line-height: 1.4em;
}
.shop_img_l {
	padding-right: 10px;
	margin-bottom: 0;
	width: 35%;
	float: left;
}
.shop_img_top img, .shop_img_r img, .shop_img_l img {
	width: 100&;
}

#post-992 h1, #post-2281 h1, #post-2572 h1, #post-2577 h1 {
	color: #323c64;
	font-size: 30px;
}
.shop-read {
	margin-bottom: 1.2em;
	font-family: "新ゴ B";
	/*font-family: "リュウミン B-KL";*/
	font-size: 20px;
	color: #323c64;
}
.shop-state {
	display: flex;
	width: 200px;
	background: #323c64;
	padding: 6px 0;
	margin-bottom: 10px;
	text-align: center;
	color: #FFF;
	line-height: 1em;
}
.shop-state span {
	width: 60%;
	font-size: 14px;
}
.shop-state span:first-child {
	width: 40%;
	border-right: 1px solid #FFF;
	font-size: 16px;
}

.sp-thumbnails.sp-grab, .sp-grabbing {
	margin-top: 80px;
}
#slider-pro-4 .sp-thumbnails.sp-grab, #slider-pro-4 .sp-grabbing{
	margin-top: 0;
}
.sp-caption-container {
	height: 3em;
	margin-top: -185px;
	margin-bottom: 160px;
	text-align: left;
	font-size: 90%;
	color: #666;
	font-weight: bold;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
	top: 0px;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail::before,
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail::after {
	display: none;
	height: 0;
}
/*.sp-bottom-thumbnails.sp-has-pointer */
.sp-selected-thumbnail {
	opacity: .5;
}
.sp-bottom-thumbnails .sp-thumbnail-arrow {
	width: 20px;
	height: 120px;
	margin-top: -8px;
	padding: 0 10px;
	background-color: #323c64;
	border-left: 4px solid #FFF;
	border-right: 4px solid #FFF;
	overflow: hidden;
}
.sp-next-thumbnail-arrow::before, .sp-previous-thumbnail-arrow::before,
.sp-next-thumbnail-arrow::after, .sp-previous-thumbnail-arrow::after {
	border-bottom: 2px solid #FFF;
	border-left: 2px solid #FFF;
	width: 3px;
	height: 3px;
}
.sp-next-thumbnail-arrow::before {
	top: 48%;
	right: 8px;
	transform: skew(-135deg, 0deg);
}
.sp-next-thumbnail-arrow::after {
	top: 52%;
	right: 8px;
	transform: skew(135deg, 0deg);
}
.sp-previous-thumbnail-arrow::before {
	top: 48%;
	left: 8px;
	transform: skew(135deg, 0deg);
}
.sp-previous-thumbnail-arrow::after {
	top: 52%;
	left: 8px;
	transform: skew(-135deg, 0deg);
}

.point {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.point .point-in {
	width: 49%;
	position: relative;
}
.point div img {
	width: 100%;
}
.shop_img_r p, .shop_img_l p {
	margin-bottom: 1em;
	font-size: 11px;
	line-height: 1.4em;
}
.point-in h4{
	background: none;
	color: #323c64;
	margin-bottom: .8em;
	padding: 0;
	font-size: 20px;
	border: none;
}
.point-in p {
	margin-bottom: 1em;
	font-size: 14px;
	line-height: 1.5em;
}
.pickup {
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
	padding: 10px 0;
	width: 200px;
	text-align: center;
	color: #FFF;
	background: #a01e28;
	font-size: 24px;
	font-weight: blod;
}
.pickup:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 20%;
	border: 15px solid transparent;
  	border-left: 15px solid #a01e28;
  	z-index: 0;
  	-webkit-transform: rotate(90deg);
  	transform: rotate(90deg);
}
.fukidashi {
	position: absolute;
	top: 0;
	right: 0;
	width: 90px;
	height: 90px;
}
.balloon {
	position: relative;
	display: inline-block;
	margin-top: -30px;
	padding: 0 5px;
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	background: #C00;
	border-radius: 50%;
	box-sizing: border-box;
}
.balloon:before {
 	content: "";
	position: absolute;
  	bottom: -4px;
  	left: 8px;
  	margin-top: -15px;
  	border: 15px solid transparent;
  	border-left: 15px solid #C00;
  	z-index: 0;
  	-webkit-transform: rotate(30deg);
  	transform: rotate(30deg);
}

.prof_btn {
	position: absolute;
	width: 200px;
	height: 40px;
	top: 50px;
	right: 30px;
	cursor:pointer;
}
.prof_btn img {
	width: 100%;
}
.prof {
	position: absolute;
	top: 25px;
	right: 30px;
	display: none;
	width: 300px;
	height: auto;
	background: #FFF;
	padding: 10px;
	border: 1px solid #CCC;
	font-size: 12px;
}
.prof p {
	margin-bottom: .5em;
}
.close_btn {
	text-align: right;
	cursor: pointer;
}

.event_cate_icon {
	position: relative;
	display: flex;
	align-items: center;
	width: 240px;
	height: 2em;
	padding: 5px 0;
	background-color: #323c64;
}
.event_cate_icon::before {
 	content: "";
	position: absolute;
  	top: 2em;
  	left: 24px;
  	border: 12px solid transparent;
  	border-left: 15px solid #323c64;
  	z-index: 0;
  	-webkit-transform: rotate(90deg);
  	transform: rotate(90deg);
}
.event_cate_icon span {
	color: #FFF;
	font-weight: bold;
	padding: 0 5px;
	line-height: 1.2em;
}
.event_cate_icon span:first-child {
	width: 80px;
	font-size: 16px;
	border-right: 1px solid #FFF;
	text-align: center;
}
.event_cate_icon span:last-child {
	font-size: 14px;
	padding: 0 0 0 10px;
}

#post-992 h1.entry-title, #post-2281 h1.entry-title, #post-2436 .entry-title,
#post-2572 .event_cate_icon, #post-2577 .event_cate_icon, #post-3787 .entry-title {
	display: none;
}
.category-shops-post h1.entry-title {
	display: none;
}

input[type="text"], input[type="email"], textarea {
	border: 1px solid #666;
	background-color: #f9fcfe;
}
input[type="submit"].wpcf7-form-control {
	width: 240px;
	background-color: #323c64;
	color: #FFF;
	font-size: 18px;
}
input[type="button"].wpcf7-form-control {
	width: 240px;
	background-color: #CCC;
	padding: 11px;
	cursor: pointer;
	border: 1px solid #CCC;
	box-sizing: border-box;
	font-size: 18px;
}
.wpcf7-form span.conf {
	padding: 2px 5px;
	font-weight: bold;
	border: 1px solid #CCC;
	display: block;
}
.wpcf7-form span.hissu {
	color: #F88;
	font-size: 14px
}
.wpcf7-form .form_txt {
	font-size: 15px;
	color: #666;
}

.contact_box {
	border: 1px solid #CCC;
	padding: 10px;
}
.contact_box h4 {
	margin-bottom: 10px;
}
.contact_box p {
	font-size: 90%;
	margin-bottom: 0;
}

.youtube {
position: relative;
width: 100%;
padding-top: 56.25%;
}

.youtube iframe{
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}

#post-731 {
	min-height: 1400px;
	background-image: url(/home/wp-content/uploads/2023/07/bg_about.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 95%;
}
/*北海道・東北*/
#post-912, .category-25 .category-page-content {
	/*min-height: 1100px;
	background-image: url(/home/wp-content/uploads/2023/07/bg_shop_1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100%;*/
}
/*関西エリア*/
#post-922, .category-30 .category-page-content {
	/*min-height: 1300px;
	background-image: url(/home/wp-content/uploads/2023/07/bg_shop_4.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100%;*/
}
/*中国・四国・九州*/
#post-924, .category-32 .category-page-content {
	/*min-height: 1450px;
	background-image: url(/home/wp-content/uploads/2023/07/bg_shop_1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100%;*/
}
/*.category-3 .main {
	min-height: 1500px;
	background-image: url(/presite/wp-content/uploads/2023/07/bg_shop_4.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 95%	
}*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
	.header-in {
		background-position: center bottom;
	}
	.logo-image {
		padding: 30px 0 0;
	}
  	#main .widget_new_entries {
		width: calc(65% - 20px);
		max-width: 700px;
	}
	#main .widget_media_image, .widget-index-top.widget_custom_html img, .widget-index-top.widget_pc_ad, .widget-index-top.widget_common_ad {
		width: calc(35% - 20px);
		max-width: 280px;
	}
	.logo.logo-footer {
		text-align: center;
	}
	.slicknav_btn {
		margin: 0;
	}
	.slicknav_menu {
		background: rgba(0, 0, 0, .5);
		position: absolute;
		right: 0;
		z-index: 99;
		width: 100%;
		padding: 0;
	}
	#sidebar #custom_html-8 ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#sidebar #custom_html-8 li {
		width: 49%;
	}
	#sidebar aside#sns_follow_buttons-2 {
		display: block;
	}
	#main .sns-share {
		
	}
	#main .sns-follow, #sidebar .sns-follow-message {
		display: none;
	}
	.sidebar .sns-follow-buttons a {
		width: 33%;
	}
	
	#post-731 {
		min-height: 200px;
		background-image: none;
	}

	#post-912, #post-922, #post-924, #post-585, .category-7 .category-content, .category-25 .category-page-content, .category-30 .category-page-content, .category-32 .category-page-content {
		min-height: 100px;
		background-image: none;
	}
	.category-3 .main {
		min-height: 300px;
		background-image: none;
	}
	#post-585 .entry-content {
		padding-bottom: 50px;
	}

}

/*834px以下*/
@media screen and (max-width: 834px) {
	.header-in {
		/*background-image: url(https://festrico.net/home/wp-content/uploads/2023/05/header_1_sp.jpg);
		background-size: auto 100%;*/
	}
    #main .widget_new_entries, aside#custom_html-9 {
		margin: 0;
		width: 100%;
		max-width: 834px;
		float: none;
	}
	#main .widget_media_image, .widget-index-top.widget_custom_html img, .widget-index-top.widget_common_ad {
		width: 31%;
		max-width: 233px;
		margin: 10px 1%;
		float: left;
	}
	.blog_headline {
		font-size: 20px;
	}
	#sidebar {
		padding: 0 15px;
	}

}
/*720px以下*/
@media screen and (max-width: 720px){

	.blog_wrap {
		display: block;
	}
	.blog_cats {
		width: 100%;
	}

	.p-shop, .p-thum {
		width: 100%;
	}
	.flex_box li {
		width: 100%;
	}

	/*.category-blog1 h1.archive-title, .category-blog2 h1.archive-title, .category-blog3 h1.archive-title, .category-blog4 h1.archive-title {
		background-image: none;
		padding: 5px;
		background-color: transparent;
		border-bottom: 2px solid #a01e28;
		color: #333;
		font-size: 20px;
	}*/
}
/*640px以下*/
@media screen and (max-width: 640px){
	.header-in {
		/*background-image: url(https://festrico.net/home/wp-content/uploads/2023/05/header_00_sp.jpg);*/
		background-image: url(/home/wp-content/uploads/2023/05/header_1_sp.jpg);
		/*background-size: 100%;*/
	}
	#main aside#custom_html-11 {
		width: calc(100% - 20px);
	}
	#main aside#custom_html-11 ul {
		display: block;
	}
	#main aside#custom_html-11 li {
		width: 100%;
		margin-bottom: 10px;
	}
	.entry-card-thumb {
		width: 100%;
	}
	.entry-card figure {
		height: auto;
		max-height: 200px;
	}
	.entry-card-content {
		margin-left: 0;
		width: 100%;
	}
	
	h1.entry-title {
		padding: 0;
	}

	.ect-3-columns .entry-card-wrap {
		width: calc(49% - 5px);
	}
	
	.r-shop dd li:nth-child(1) {
		margin: 0;
		width: 100%;
	}
	.r-shop dd li:nth-child(2) {
		width: calc(100% - 90px);
	}
	
	.shop_img_top, .shop_info_top {
		width: 100%;
		float: none;
		margin-left: 0;
	}
	.sp-thumbnails-container {
		margin-top: -20px;
	}
	.sp-thumbnails.sp-grab, .sp-grabbing {
		margin-top: 150px;
	}
	.sp-thumbnail-container {
		margin-top: -50px;
		padding-bottom: 20px;
	}
	.sp-bottom-thumbnails .sp-thumbnail-arrows {
		margin-top: -27px;
	}
	.sp-caption-container {
		margin-top: -250px;
		margin-bottom: 160px;
		text-align: left;
	}

	.blog_headline {
		font-size: 21px;
	}
	.blog_headline br {
		display: block;
	}
	
	#post-585 .entry-content {
		background-size: 80%;
	}
	
	.category-blog1 h1.archive-title, .category-blog2 h1.archive-title, .category-blog3 h1.archive-title {
		font-size: 90%;
		padding: 5px 0 5px 60px;
	}

	.right_40 {
		width: 100%;
		float: none;
	}
	
	#post-3992 img.wp-image-2115 {
		width: 100%;
		float: none;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
	/*.home .top_image {
		display: none;
	}
	.home .header .header-in {
		min-height: 380px;
		display: block;
	}*/
	.header .header-in .sns_icon{
		width: 300px;
		top: 50px;
		right: 0;
	}
	.sp-button {
		width: 12px;
		height: 12px;
	}
	.header .header-in .sns_icon li {
		width: 35px;
	}
	#main .widget_new_entries{
		max-width: 480px;
	}
	aside#custom_html-9 {
		max-width: calc(100% - 30px);
	}
  	#main .widget_media_image, .widget-index-top.widget_custom_html img, .widget-index-top.widget_common_ad {
		width: 95%;
		max-width: 460px;
		margin: 10px auto;
		float: none;
		text-align: center;
	}
	
	.menu-writerblog-container li {
		text-align: left;
	}
	#sidebar #custom_html-8 ul {
		display: block;
	}
	#sidebar #custom_html-8 li {
		width: 100%;
	}
	
	.p-shop .p-head {
		width: 100%;
	}
	.p-thum {
		width: 100%;
	}
	.p-shop .p-txt {
		display: none;
	}
	.shop_img_top {
		width: 100%;
		float: none;
		margin-left: 0;
	}
	.shop_info_top {
		width: 100%;
		float: none;
	}
	.r-shop br {
		display: block;
	}
	.r-shop dl {
		display: block;
	}
	.r-shop dt {
		width: 30%;
	}
	.r-shop dt span {
		width: auto;
		padding: 5px 10px;
		text-align: center;
		background: #EEE;
	}
	.r-shop dd {
		width: 100%;
	}
	
	.shop_block_1, .shop_block_2 {
		flex-direction: column-reverse;
	}
	.shop_img_1, .shop_txt_1 {
		width: 100%;
	}
	.shop_img_r, .shop_txt_r {
		padding-left: 0;
		width: 100%;
		float: none;
	}
	.shop_img_l, .shop_txt_l {
		padding-right: 0;
		width: 100%;
		float: none;
	}
	.point {
		display: block;
	}
	.point .point-in {
		width: 100%;
		position: relative;
		margin-top: 50px;
	}
	
	.event_cate_icon {
		margin-bottom: 10px;
	}
	
	.half_left {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.half_right {
		width: 100%;
		float: none;
	}
}
