@charset 'UTF-8';
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'stroke7pixeden';
	src: url('../fonts/Pe-icon-7-stroke.eot?d7yf1v');
	src: url('../fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'),  url('../fonts/Pe-icon-7-stroke.woff?d7yf1v') format('woff'),  url('../fonts/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'),  url('../fonts/Pe-icon-7-stroke.svg?d7yf1v#stroke7pixeden') format('svg');
}
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
figure {
	margin: 0;
	padding: 0;
}*/
body {
	color: #000;
	font-size: 16px;
	font-family: Quicksand, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	line-height: 1.7;
	margin: 0;
	padding: 0em;
	background: #FFF;
	word-wrap: break-word;
}

ol, ul {
	list-style: none;
	padding:0;
}
img {
	max-width: 100%;
	height: auto;
}


a {
  color: #1FA67A;
  text-decoration: underline;
  -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
       -o-transition: all 0.2s;
          transition: all 0.2s;
}

a:hover,
a:focus {
  color: #333;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a, a img {
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}
a:hover img {
	opacity: 0.7;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #1FA67A;
}

h1,
.h1 {
  font-size: 32px;
}

h2,
.h2 {
  font-size: 28px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 16px;
}

h6,
.h6 {
  font-size: 14px;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
  font-size: 100%; /* Corrects font size not being inherited in all browsers */
  margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline; /* Improves appearance and consistency in all browsers */
  *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
select {
    width: 250px;
    border: 1px solid #DCE4EC;
    background-color: #FFF;
    height: 30px;
    padding: 5px;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
  -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing:    content-box;
  box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #E8E8E8;
  border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}
textarea {
  overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top; /* Improves readability and alignment in all browsers */
  width: 100%;
}


/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
  margin: 0 0 1.5em;
}
.byline,
.updated {
  display: none;
}

#news .updated {
	display: inline;
	margin-left: 20px;
}

#news .updated::before{
	content: '最終更新日：';
	font-size: 80%;
}

.single .byline,
.group-blog .byline {
  display: inline;
  margin-right: 0;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
#content {
  margin-top: 40px;
  margin-bottom: 40px;
}
/* =Post styling
----------------------------------------------- */
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}





.entry-meta a {
  font-size: 13px;
}
#main .page-header {
  margin-top: 0;
}

.entry-meta a {
  color: #6B6B6B;
}
.entry-meta .fa-calendar,
.entry-meta .fa-folder-open-o,
.entry-meta .fa-tags,
.entry-meta .fa-link,
.entry-meta .fa-pencil-square-o {
  font-size: 14px;
  margin-right: 3px;
  color: #1FA67A;
}

.entry-meta span {
  margin-right: 10px;
}
.entry-title {
  font-size: 32px;
  color: #444;
}
.entry-title a {
  color: #444;
}
.entry-title a:hover {
  color: #666;
}
.btn.btn-default.read-more {
  float: right;
  border: 1px solid #E8E8E8;
  color: #1FA67A;
  background-color: transparent;
  margin-top: 10px;
}
.btn.btn-default.read-more:hover {
  color: #FFF;
  background-color: #1FA67A;
}
.search .btn.btn-default.read-more {
  float: none;
}
hr.section-divider {
  border-color: #E8E8E8;
  margin-top: 50px;
  margin-bottom: 50px;
}

/* =Singe Post/Page Pagination
----------------------------------------------- */
.page-links span {
  display: inline-block;
  color: #fff;
  background-color: #1FA67A;
  border-radius: 4px;
  padding: 2px 10px;
  margin-left: 2px;
}
.page-links a span {
  background-color: inherit;
  border: 1px solid #E8E8E8;
  color: #1FA67A;
  -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
       -o-transition: all 0.2s;
          transition: all 0.2s;
}
.page-links a:hover span {
  background-color: #1FA67A;
  border: 1px solid #1FA67A;
  color: #fff;
}




/* =table
----------------------------------------------- */
table	{
	width: 100%;
	margin-bottom:20px;
	font-size:12px;
}

table th	{
	text-align: center;
	width: 13%;
	background: #f4f4f4;
	padding: 10px;
}
table td	{
	text-align: center;
	padding: 10px;
	border: 1px solid #ddd;
}




/*
table td:first-child	{ text-align: left; }

@media only screen and (max-width: 800px) { 

	table { 

		display: block; 

		width: 100%; 

		margin: 0 -10px;

	}

	table thead{ 

		display: block; 

		float: left;

		overflow-x:scroll;

	}

	table tbody{ 

		display: block; 

		width: auto; 

		overflow-x: auto; 

		white-space: nowrap;

	}

	table th{ 

		display: block;

		width:auto;

	}

	table tbody tr{ 

		display: inline-block; 

		margin: 0 -3px;

	}

	table td{ 

		display: block;

	}

}*/


/*======================================================
 * Macro
 *======================================================*/

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}
.container {
	max-width: 1068px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}
.spOneCol {
	display: block;
	width: 100%;
	float: left;
}
.spTwoCol {
	display: block;
	width: 50%;
	float: left;
}
.spThreeCol {
	display: block;
	width: 33.33%;
	float: left;
}
.spFourCol {
	display: block;
	width: 25%;
	float: left;
}
.yellowLine {
	color: #1FA67A;
    font-size: 20px;
    margin: 20px 0 20px 0;
	
	line-height: 1;
	display: inline;
	position: relative;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 73%, #ffffff 73%, #ffff00 73%, #ffff00 93%, #ffffff 93%);
	background: -webkit-linear-gradient(top, #ffffff 73%, #ffffff 73%, #ffff00 73%, #ffff00 93%, #ffffff 93%);
	background: linear-gradient(to bottom, #ffffff 73%, #ffffff 73%, #ffff00 73%, #ffff00 93%, #ffffff 93%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
.wp-post-image {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.size-full {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
/*----------------------------------------------------
	.responsiveTable01
----------------------------------------------------*/
.responsiveTable01 {
	width: 100%;
	margin: 0 -10px;
}
.responsiveTable01 th, .responsiveTable01 td {
	width: 100%;
	display: block;
	border-top: none;
	padding: 10px;
	padding: 10px;
	border: 1px solid #ddd;
	vertical-align: top;
}
.responsiveTable01 th {
	background: #f4f4f4;
}
.responsiveTable01 tr:first-child th {
	border-top: 1px solid #ddd;
}
/*======================================================
 * Header
 *======================================================*/

#headerCaption {
	height: 30px;
	background: #ffee2b;
}
#headerCaption p {
	color: #032745;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}
#headerContents {
	padding-bottom: 12px;
	border-top: 3px solid #ffdf00;
	border-bottom: 1px solid #e7e7e7;
}

#headerContents .tag-ad{
	background: #ddd;
	width: auto;
	margin: 0 auto 0 10px;
}
#headerContents .tag-ad .tag-ad__txt{
	font-size:10px;
	padding:2px 5px;
	text-wrap: nowrap;
	margin: 0;
	color: #666;
}

.headerLeft {
	padding-top: 12px;
	-js-display: flex;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
/*	align-items: center;*/
}
.headerLeft h1 {
	margin:0;
}
.headerLeft img {
	height: 30px;
	margin-top: 3px;
}
.headerRight {
	padding-top: 15px;
	-js-display: flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}
.headerRight .headerCount {
	text-align: center;
	display: block;
	/*margin-right: 10px;*/
	width: 60%;
}
.headerRight .headerCount p {
	color: #1FA67A;
	font-size: 24px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 1;
	/*letter-spacing: -0.03em;*/
	display: block;
	padding: 5px 0;
}
.headerRight .headerCount p a {
	color: #1FA67A;
	font-size: 24px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	font-style: normal;
	line-height: 1;
	/*letter-spacing: -0.03em;*/
	display: block;
	padding: 5px 0;
}
.headerRight .headerCount p a:hover {
	opacity: 0.7;
}
.headerRight .headerCount p strong {
	font-size: 30px;
}
.headerRight .headerCount .kuchikomiCount {
	font-size: 20px;
}
.headerRight .headerCount .lastUpdate {
	font-size: 16px;
}
.headerRight .headerReserve {
	display: block;
}
.headerRight .headerRanking {
	display: block;
	background-image: url(../img/common/ranking_btn.png);
	background-repeat: no-repeat;
	width: 143px;
	height: 70px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	padding-top: 42px;
	color: #1FA67A;
	overflow: hidden;
}
/* Drawer menu */

header .drawer {
	color: #ffdf00;
	display: block;
	padding-left: 20px;
	padding-right: 10px;
}
header .sb-toggle-right {
	position: relative;
	width: 40px;
	height: 34px;
	margin: 0 auto;
}
header .sb-toggle-right p {
	font-size: 9px;
	padding-top: 30px;
	width: 40px;
}
header .menuOpen, header .menuOpen span, header .menuClose, header .menuClose span {
	transition: all .3s;
}
header .menuOpen, header .menuClose {
	position: absolute;
	top: 50%;
	left: 50%;
}
header .menuOpen span, header .menuClose span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	display: block;
	background-color: #ffdf00;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
header .menuOpen {
	margin-top: -10px;
	margin-left: -14px;
	width: 28px;
	height: 23px;
}
header .menuOpen span.top {
	top: 0;
}
header .menuOpen span.middle {
	top: 50%;
	margin-top: -1px;
}
header .menuOpen span.bottom {
	bottom: 0;
}
header .menuClose {
	width: 0;
	height: 0;
	margin-top: 0;
	margin-left: 0;
	opacity: 0;
}
header .menuClose span {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2px;
}
header .menuClose .top {
	transform: rotate(45deg);
}
header .menuClose .bottom {
	transform: rotate(-45deg);
}
.sb-active header .menuOpen {
	width: 0;
	height: 0;
	margin-top: 0;
	margin-left: 0;
	opacity: 0;
}
.sb-active header .menuClose {
	width: 28px;
	height: 23px;
	margin-top: -12px;
	margin-left: -14px;
	opacity: 1;
}
.sb-slidebar {
	background: #ffee2b;
}
.sb-slidebar a:hover {
	opacity: 0.7;
}
.sb-slidebar nav dt, .sb-slidebar nav dd {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	border-bottom: rgba(230, 210, 68, 0.73) 1px solid;
}
.sb-slidebar nav dt {
	color: #002855;
	font-size: 24px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	/*letter-spacing: 0.08em;*/
	padding: 15px;
}
.sb-slidebar nav dd a {
	color: #002855;
	display: block;
	padding: 10px 15px;
}
.sb-slidebar nav dd a:before {
	content: ">";
	font-size: 8px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	display: inline-block;
	margin-right: 5px;
}
.sb-slidebar > ul {
	font-size: 0;
	padding: 10px 0;
	border-bottom: rgba(190,203,211,.4) 1px solid;
	text-align: center;
}
.sb-slidebar > ul li {
	margin: 5px;
	display: inline-block;
}
.sb-slidebar > ul li a {
	display: block;
	position: relative;
}
.sb-slidebar > ul li a:after {
	content: " ";
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: -1px;
	right: -1px;
	z-index: -1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #adadad;
}
.sb-slidebar .menuReserve {
	display: block;
	width: 166px;
	height: 80px;
	margin: 20px auto;
	position: relative;
}
.sb-slidebar .menuReserve:after {
	content: " ";
	display: block;
	width: 166px;
	height: 80px;
	position: absolute;
	bottom: -2px;
	right: -2px;
	z-index: -1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #2599CA;
}
header nav {
	display: none;
	border-bottom: 2px solid #eee;
}

@media screen and (min-width:768px) {
	#headerCaption p {
		text-align: left;
	}
	#headerContents {
		padding-bottom: 15px;
	}
	#headerContents .container {
		-js-display: flex;
		display: flex;
		/*justify-content: space-between;
		align-items: center;*/
	}
	.headerLeft, .headerRight {
		width: 50%;
	}
	.headerLeft {
		text-align: left;
	}
	.headerRight {
		margin-bottom: 0;
	}
	.headerRight .headerCount {
		text-align: right;
	}
	.headerRight address p a {
		font-size: 37px;
	}
	#headerContents h1 {
	/*	width: 100%;*/
		width: auto;
		height: 100%;
	}

	header .drawer {
		display: none;
	}
	header nav {
		display: block;
	}
	header nav ul {
		height: 50px;
		-js-display: flex;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom:0;
	}
	header nav li {
		font-size: 15px;
		font-weight: bold;
		vertical-align: middle;
		display: inline-block;
	}
	header nav li:first-child .fa {
		color: #ffee00;
	}
	header nav li:nth-child(2) .fa {
		color: #29b9bf;
	}
	header nav li:nth-child(3) .fa {
		color: #f58a67;
	}
	header nav li:nth-child(4) .fa {
		color: #f3d883;
	}
	header nav li:nth-child(5) .fa {
		color: #ff6e8f;
	}
	header nav li:nth-child(6) .fa {
		color: #00d477;
	}
	header nav a {
		color: #444;
		display: block;
		position: relative;
	}
	header nav a:after {
		content: " ";
		font-size: 0;
		width: 0px;
		height: 1px;
		display: block;
		position: absolute;
		left: 0;
		bottom: -3px;
		border-bottom: #FFF000 solid 3px;
		-webkit-transition: all .3s ease 0s;
		-moz-transition: all .3s ease 0s;
		-ms-transition: all .3s ease 0s;
		-o-transition: all .3s ease 0s;
		transition: all .3s ease 0s;
	}
	header nav a:hover:after, header nav .current a:after {
		width: 100%;
	}
}
/*======================================================
 * Toppage
 *======================================================*/


/* Slider */

#topSlide {
	margin-bottom: 40px;
}
.slick-slide {
	overflow: hidden;
	text-align: center;
	text-align: -moz-center;
	text-align: -webkit-center;
}
.slick-slide img {
	max-width: 180%;
	margin-left: -40%;
}
.slick-dots {
	bottom: 0;
}
.slick-dots li, .slick-dots li button, .slick-dots li button:before {
	width: 10px;
	height: 10px;
}
.slick-dots li button:before {
	content: '\002022';
	color: #C8CABC;
	line-height: 10px;
	opacity: 1;
}
.slick-dots li.slick-active button:before {
	color: #5C5F58;
	opacity: 1;
}
.slick-dots li:not(.slick-active) button:hover:before, .slick-dots li:not(.slick-active) button:focus:before {
	opacity: 0.75;
}
/* areaTable */
.areaTable {
	margin: 0 -10px;
	width: 100%;
}
.areaTable th, .areaTable td {
	padding: 10px;
	border: 1px solid #f1f1d2;
	width: 100%;
	display: block;
	border-top: none;
}
.areaTable th {
	background: #fcfced;
}
.areaTable th a, .areaTable td a {
	color: #1FA67A;
}
.areaTable tr:first-child th {
	border-top: 1px solid #f1f1d2;
}
/* Top text */

#topText {
	margin-bottom: 30px;
}
#topText h1 {
	margin-bottom: 15px;
}
#topText h1 span {
	display: block;
	margin-bottom: 5px;
}
#topText p {
	/*letter-spacing: 0.08em;*/
	max-width: 32em;
	margin: 0 auto;
}
#topText p strong {
	margin: 5px 0;
}
#topText p span {
	color: #1FA67A;
}
#topColumn {
	margin-bottom: 30px;
}
#topColumn li {
	padding: 10px;
}
#topColumn figure {
	font-size: 0;
}
#topColumn figcaption {
	color: #1FA67A;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
}
#topColumn figure img {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#topColumn figure p {
	font-size: 12px;
	margin-bottom: 10px;
}
#topColumn li > a {
	color: #4D4D4D;
	font-size: 12px;
	line-height: 26px;
	display: block;
	max-width: 185px;
	height: 30px;
	margin: 0 auto;
	border-top: #DDD 1px solid;
	border-left: #DDD 1px solid;
	border-right: #DDD 3px solid;
	border-bottom: #DDD 3px solid;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#topColumn li > a:hover {
	opacity: 0.7;
}
#topColumn li > a strong {
	min-width: 117px;
	display: inline-block;
	padding: 0 15px;
	background: url(../img/common/vector_right.png) no-repeat;
	background-position: center right 3px;
}
#topColumn li > a:hover strong {
	background-position: center right 0px;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}
/* Information */

#information {
	padding: 20px 0;
	margin-bottom: 10px;
	background: url(../img/top/info_bg.png) repeat;
}
#information .twoCol {
	padding: 20px;
}
#information .titleHolder {
	font-size: 0;
	line-height: 1.2;
	padding: 10px 5px;
	margin-bottom: 20px;
	border-bottom: #C3CCD1 solid 1px;
}
#information .titleHolder h2 {
	-js-display: flex;
	display: flex;
	align-items: flex-end;
	margin-bottom: 15px;
}
#information .titleHolder h2 span {
	font-size: 12px;
	margin-left: 10px;
}
#information .campaign .titleHolder h2 img {
	margin-bottom: -5px;
}
#information .titleHolder .more {
	color: #333;
	font-size: 12px;
	text-align: left;
	display: block;
	padding-left: 13px;
	background: url(../img/common/vector_right.png) no-repeat;
	background-position: center left;
}
#information .titleHolder .more:hover {
	opacity: 0.7;
	background-position: center left 3px;
}
#information .infoList li {
	font-size: 13px;
	text-align: left;
	margin: 5px 0;
	padding: 0 5px;
	-js-display: flex;
	display: flex;
	align-items: flex-start;
}
#information .infoList li a {
	color: #1FA67A;
	font-weight: bold;
}
#information .topNews .infoList li a {
	margin-left: 20px;
}
#information .topNews .infoList li a:hover {
	opacity: 0.7;
}
#information .topCampaign .infoList li a:first-child {
	font-size: 0;
}
#information .topCampaign .titleHolder h2 img {
	display: block;
	margin-bottom: -5px;
}
#information .topCampaign .infoList li strong, #information .topCampaign .infoList li time {
	display: block;
}
#information .topCampaign .infoList li time {
	color: #686868;
	font-weight: normal;
}
#information .topCampaign .infoList li strong:hover {
	opacity: 0.7;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}
#information .topCampaign .infoList li a:first-child {
	margin-right: 20px;
}
#information .topCampaign .infoList li a img {
	width: 200px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
/* Bottom banner */

#bottomBanner.container {
	padding: 30px 0 35px;
	margin-bottom: 45px;
	position: relative;
}
#bottomBanner:after {
	content: " ";
	display: block;
	width: 100%;
	height: 5px;
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	border-top: 1px solid #1FA67A;
	border-bottom: 1px solid #1FA67A;
}
#bottomBanner h2 {
	font-size: 0;
	position: relative;
	margin-bottom: 30px;
}
#bottomBanner h2 span {
	display: block;
	width: 210px;
	margin: 0 auto;
	background: #FFF;
}
#bottomBanner h2:after {
	content: " ";
	display: block;
	width: 100%;
	height: 5px;
	position: absolute;
	z-index: -1;
	bottom: 5px;
	left: 0;
	border-top: 1px solid #1FA67A;
	border-bottom: 1px solid #1FA67A;
}
#bottomBanner .fourCol {
	padding: 0 10px;
}
/*======================================================
 * Common
 *======================================================*/

/* Hero */

#hero {
	min-height: 128px;
	position: relative;
	background: url(../img/top/hero_bg.jpg) no-repeat;
	background-position: center;
	background-size: auto 160px;
}
#hero .hero-h1 {
    font-size: 32px;
    line-height: 1.1;
	margin:0;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 70px 30px;
	background: rgba(0,0,0,.35);
	text-align: center;
}
@media only screen and (max-width: 768px) {
  #hero .hero-h1 {
    padding: 30px 5px;
/*    padding: 40px 30px;*/
  }
}
#hero .hero-h1 .review-hero-ttl{
    margin-bottom: 10px;
	font-size:34px;
	font-weight: 500;
	font-family: sans-serif;
	text-decoration: none;
/*	letter-spacing: -0.05em;*/

	position: relative;
	display: inline-flex;
  align-items: flex-end;
	padding: 0 20px;
  color: #ffee00;
}
@media only screen and (max-width: 767px) {
  #hero .hero-h1 .review-hero-ttl{
		font-size:20px;
	}
}
#hero .hero-h1 .review-hero-ttl::before,
#hero .hero-h1 .review-hero-ttl::after {
	position: absolute;
  top: 5px;
  width: 19px;
  height: 32px;
  content: '';
  background: url(../img/common/hero-review_ico.svg) no-repeat;
}

@media only screen and (max-width: 767px) {
	#hero .hero-h1 .review-hero-ttl::before, #hero .hero-h1 .review-hero-ttl::after{
		top: 3px;
    width: 10px;
    height: 20px;
    background-size: contain;
	}
}
#hero .hero-h1 .review-hero-ttl::before {
    left: 0;
    transform: scale(-1, 1);
}
#hero .hero-h1 .review-hero-ttl::after {
    right: 0;
}
#hero .hero-h1 p {
	font-size:14px;
}
@media only screen and (max-width: 767px) {
  #hero .hero-h1 p{
		font-size:12px;
	}
}
/*.foodH1 {
	border: #ffee2b 1px solid !important;
}
.bigankiH1 {
	border: #ff6e8f 1px solid !important;
}
.netbankH1 {
	border: #7ed4f8 1px solid !important;
}*/
#hero .hero-h1 img {
	width: auto;/*height: 22px;*/
}
#hero .hero-h1 strong {
	font-size: 0;
	display: block;
	margin-bottom: 5px;
}
#her .hero-h1 span {
	font-size: 12px;
	margin-top: 10px;
	font-weight: bold;
	display: block;
}
/* Breadcrumbs */

#breadcrumbs {
	margin: 0 auto;
}
#breadcrumbs ol {
	font-size: 12px;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin:10px 0;
}
#breadcrumbs li {
	font-size: 12px;
	display: inline-block;
	text-overflow: ellipsis;
}
#breadcrumbs li:last-child {
	font-size: 12px;
	display: inline-block;
	text-overflow: ellipsis;
}
#breadcrumbs li a {
	color: #1FA67A;
}
#breadcrumbs li a:hover {
	opacity: 0.7;
}
/* Contents */

#mainContents {
	padding: 0 10px;
}
#mainContents main, #mainContents > aside {
	margin-bottom: 40px;
}
.single {
	text-align: left;
	/*font-size: 18px;*/
}
.single > h1 {
	font-size: 24px;
	line-height: 1.7;
	/*margin-bottom: 20px;*/
	margin-top:0;
	/*
	height: 60px;*/
	position: relative;
	color: #052844;
}
/*.single h2:before {
    content: " ";
    width: 5px;
    height: 1em;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #1FA67A;
}*/
.single > h1:after {
	content: " ";
	display: block;
	width: 100%;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../img/common/dot_gray.png) repeat-x;
	background-position: center left;
}
.single > h1 img {
	line-height: 1;
	vertical-align: middle;
}
.single h3 {
	font-size: 20px;
	line-height: 1.6;
	position: relative;
	color: #1FA67A;
}
/*.single h3:before {
	content: " ";
	width: 5px;
	height: 1em;
	vertical-align: middle;
	margin-right: 10px;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #ffff00;
}*/
.single h4 {
	color: #333;
	font-size: 20px;
	position: relative;
}
.single h3.revieSectionTtl {
	font-size: 24px;
	line-height: 1.6;
	position: relative;
	color: #052844;
	background-color: #fcfced;
	padding: 5px 20px 5px;
	border-radius: 10px;
	margin: 10px 0 10px;
	text-align: center;
	border: 1px solid #f1f1d2;
	background-position: top 25px left 20px;
	font-weight:bold;
}
.single h3.revieSectionTtl:before {
	content:normal;
}
.single h3.revieSectionTtl .ratingSter {
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: center;
	justify-content: center;
	
}
.single h3.revieSectionTtl .ratingSter img {
	width: 20px;
	height: auto;
}
.single > p {
	/*font-size: 16px;*/
	/*letter-spacing: 0.05em;*/
	margin: 20px 0;
}
.entry-content p {
	margin-bottom: 20px;
}
.single > p a, .single > p strong {
	color: #1FA67A;
}
.single > p .underDot {
	position: relative;
}
.single > p .underDot:after {
	content: " ";
	width: 6px;
	height: 6px;
	background: #FF0;
	position: absolute;
	bottom: -6px;
	left: 50%;
	margin-left: -3px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
/*======================================================
 * top
 *======================================================*/
.rankNewpostBox {
	font-size: 14px;
	padding: 15px;
	border: #f1f1d2 solid 1px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #fcfced;
	margin: 20px 0;
	line-height: 2;
}
.rankNewpostBox h3 {
	margin:0;
}
.rankNewpostBox h3:before {
	content: " ";
	width: 5px;
	height: 1em;
	vertical-align: middle;
	margin-right: 10px;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #1FA67A;
}
/*======================================================
 * taxonomyArea
 *======================================================*/

.taxonomyArea > h1, .taxonomyItem > h1 {
	color: #1FA67A;
	font-size: 20px;
	line-height: 1.7;
	margin-bottom:5px;
}
.taxonomyArea > h1:before, .taxonomyItem > h1:before {
	content: " ";
	width: 5px;
	height: 1em;
	vertical-align: middle;
	margin-right: 10px;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #ffff00;
}

.taxonomyArea > h2, .taxonomyItem > h2 {
	color: #1FA67A;
	font-size: 20px;
	line-height: 1.7;
	margin-bottom:5px;
}
.taxonomyArea > h2:before, .taxonomyItem > h2:before {
	content: " ";
	width: 5px;
	height: 1em;
	vertical-align: middle;
	margin-right: 10px;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #ffff00;
}
.taxonomyArea > h2:after, .taxonomyItem > h2:after {
	content: " ";
	display: block;
	width: 100%;
	border-bottom: 1px dotted #1FA67A;
/*	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #aaa;*/
}
.taxonomyArea > p, .taxonomyItem > p {
	/*font-size: 14px;*/
    /*letter-spacing: 0.05em;*/
	margin: 10px 0;
}
.taxonomyImg {
	margin: 10px 0 0;
}
.rankNewpost {
	border-bottom: 1px solid #ccc;
}
.rankNewpost time {
	margin-right: 10px;
	font-size: 12px;
	float: left;
}
.rankNewpost h4 a {
	font-size: 14px;
	color: #1FA67A;
	text-decoration: underline;
}
.rankNewpost h4:before {
	content: ">";
	color: #1FA67A;
	font-size: 10px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	text-align: center;
	line-height: 15px;
	text-indent: 0.2em;
	vertical-align: middle;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	background: #ffee01;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.rankNewpost .ratingSter img {
	width: 16px;
}
.rankNewpost .rankPoint li {
	display: block;
	font-size: 12px;
}
.rankNewpost .rankPoint strong {
	float: left;
	font-size: 12px;
	margin: 0 10px 0 0;
}
.rankNewpost .rankPoint p {
	margin-bottom:0;
}

/*20230905追加
.rankNewpost .userProfile {
	font-size: 12px;
}*/
/*======================================================
 * rankingBox
 *======================================================*/
.rankingBox {
	border-top: 4px solid #efefef;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 20px;
}
.rankingBox > h3 {
	border-bottom: 1px solid #ccc;
}
.rankingBox > h3:first-child {
	border-bottom: 0px solid #ccc;
	margin: 0;
}
.rankingBox > h3 a {
	color: #1FA67A;
	text-decoration:none;
}
.rankingBox > h3 img {
	vertical-align: bottom;
	margin-right: 5px;
}
/*.rankingBox .shopData dt,
.rankingBox .shopData dd {
	font-size: 14px;
	letter-spacing: 0.1em;
}*/
.rankingBox strong {
	color: #1FA67A;
	/*font-size: 24px;*/
	margin: 20px 0 20px 0;
}
.rankingBox .singleReview_cta02 {
	margin-bottom: 0;
}
/*======================================================
 * areaBox
 *======================================================*/

.rankingBox .areaBox {
	padding-top: 20px;
}
.rankingBox .areaList {
	border-top: 4px solid #699fc8;
	border-left: 1px solid #699fc8;
	border-right: 1px solid #699fc8;
	border-bottom: 1px solid #699fc8;
	/*border: #699fc8 1px solid;*/
	webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 20px;
}
.rankingBox .areaList > h4 {
	border-bottom: 1px solid #699fc8;
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 10px;
	position: relative;
	padding-left: 25px;
}
.rankingBox .areaList > h4:before {
	position: absolute;
	top: 10px;
	left: 0;
	content: ">";
	color: #1FA67A;
	font-size: 10px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	text-align: center;
	line-height: 15px;
	text-indent: 0.2em;
	vertical-align: middle;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 5px;
	margin-right: 10px;
	background: #ffee01;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.rankingBox .areaList > h4 a {
	font-size: 20px;
	line-height: 1.6;
	position: relative;
	color: #1FA67A;
}
.rankingBox .areaList .iframe {
	pointer-events: none !important;
}
.google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	pointer-events: none !important;
}
.youtube {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.rankingBox .areaBox h3 {
	border-bottom: 1px solid #699fc8;
	font-size: 20px;
	line-height: 1.6;
	position: relative;
	color: #1FA67A;
}
/* Sidebar */
.sideRanking {
	border-top: 4px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 20px;
}
.sideRanking ul li {
	margin-bottom: 10px;
}
.sideRanking ul li h4 {
	font-size: 16px;
	line-height: 1.6;
	position: relative;
	color: #1FA67A;
	border-bottom: rgba(204,204,204,.5) 1px solid;
}
.sideRanking ul li h4 a {
	color: #1FA67A;
}
.sideRanking ul li h4 img {
	vertical-align: bottom;
	margin-right: 5px;
}
.sideCampaign, .sideBanner, .sideFacebook {
	margin-bottom: 20px;
	text-align: center;
}
.sideCampaign {
	font-size: 0;
	margin-bottom: 20px;
}
.sideSocial {
	font-size: 0;
	text-align: center;
}
.sideSocial dt {
	margin-bottom: 25px;
	position: relative;
}
.sideSocial dt p {
	width: 240px;
	margin: 0 auto;
	background: #fff;
}
.sideSocial dt:after {
	content: " ";
	display: block;
	width: 100%;
	height: 5px;
	position: absolute;
	z-index: -1;
	bottom: 10px;
	left: 0;
	border-bottom: 1px solid #1FA67A;
}
.sideSocial dd {
	margin-right: 15px;
	display: inline-block;
}
.sideSocial dd:last-child {
	margin-right: 0;
}
/* Whitening point */

.reviewPoint {
	/*padding: 5px 0;
	border-top: #DDD solid 1px;
	border-left: #DDD solid 1px;
	border-right: #DDD solid 3px;
	border-bottom: #DDD solid 3px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	    margin-top: 15px;*/
	padding: 5px 0;
	margin-top: 5px;
}
.reviewPoint dt {
	color: #1FA67A;
	font-size: 18px;
	font-weight: bold;
	/*letter-spacing: 0.08em;*/
	padding: 20px 20px 0;
}
.reviewPoint li, .reviewPoint dd {
	font-size: 16px;
	padding: 5px 20px 5px 55px;
	/*border-bottom: rgba(204,204,204,.5) 1px solid;*/
	background: url(../img/common/check.png) no-repeat;
	background-position: top 11px left 5px;
}
.reviewPoint li:last-child, .reviewPoint dd:last-child {
	border-bottom: none;
}
.reviewPoint li strong, .reviewPoint dd strong {
	color: #1FA67A;
	font-size:20px;
}
.reviewPoint li .subtxt, .reviewPoint dd .subtxt {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
}
/*======================================================
 * taxonomy
 *======================================================*//*  */
.itemDetail {
	padding: 10px 0;
}
.itemDetail .itemLogo {
	float: left;
	width: 100px;
	height: 100px;
	padding: 7px 10px 10px 0;
}
.itemDetail h2 {
	/*margin: 0 0 20px;
	font-size: 24px;
	line-height: 1.6;
	position: relative;
	color: #1FA67A;
	border-bottom: 1px solid #ccc;*/
	margin: 73px 0 15px;
    padding: 5px 0;
    font-size: 28px;
    font-weight: 700;
    border-bottom: 1px solid #181818;
}
.itemDetail h3 {
	margin: 56px 0 20px;
    padding: 13px 28px 12px;
    font-size: 21px;
    font-weight: 700;
    background: #f3f3f3;
    border-radius: 10px;
}
.itemDetail > p {
	font-size: 16px;
	margin: 0 0 20px;
	line-height: 1.7;
}
.itemDetail > p a, .itemDetail > p strong {
	color: #1FA67A;
}
.itemDetail > p strong {
	color: #1FA67A;
}

/*****************************/
/* Top Line */
/*****************************/
.tabs {
	position: relative;
	overflow: hidden;
	margin: 5px auto 0;
	width: 100%;
	font-weight: 300;
	font-size: 1.25em;
}
/* Nav */
.tabs nav {
	text-align: center;
}
.tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}
.tabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.5;
}
.tabs nav a span {
	vertical-align: middle;
	font-size: 0.75em;
}
.tabs nav li.tab-current a {
	color: #74777b;
}
.tabs nav a:focus {
	outline: none;
}
/* Icons */
.icon::before {
	z-index: 10;
	display: inline-block;
	margin: 0 0.4em 0 0;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	font-size: 1.3em;
	line-height: 1;
	speak: none;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.tabs-style-topline {
	max-width: 1200px;
}
.tabs-style-topline nav li {
	border: 1px solid rgba(40,44,42,0.1);
}
.tabs-style-topline nav li:not(:last-child) {
	border-right: none;
}
.tabs-style-topline nav li.tab-current {
	border-top-color: #2CC185;
	border-bottom: none;
}
.tabs-style-topline nav a {
	padding: 0.65em 0 0.5em;
	background: rgba(40,44,42,0.05);
	color: #74777b;
	line-height: 1;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	text-decoration:none;
}
.tabs-style-topline nav a:hover, .tabs-style-topline nav a:focus {
	color: #2CC185;
}
.tabs-style-topline nav li.tab-current a {
	background: none;
	box-shadow: inset 0 3px 0 #2CC185;
	color: #2CC185;
}
.tabs-style-topline .icon::before {
	display: block;
	margin: 0;
}
.tabs-style-topline nav a span {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 0.5em;
}
/* Blue caption */

.blueCaption {
	font-size: 14px;
	padding: 15px;
	border: #f1f1d2 solid 1px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #fcfced;
	margin-bottom: 20px;
}
.blueCaption span {
	font-size: 11px;
}
/* Dot line */

hr.dotLine {
	margin: 45px auto;
	height: 5px;
	border: none;
	background: url(../img/common/dot_gray.png) repeat-x;
	background-position: center left;
}
hr.dotLine10 {
	margin: 10px auto;
	height: 5px;
	border: none;
	background: url(../img/common/dot_gray.png) repeat-x;
	background-position: center left;
}
hr.dotLine20 {
	margin: 20px auto;
	height: 5px;
	border: none;
	background: url(../img/common/dot_gray.png) repeat-x;
	background-position: center left;
}
.entryTitle {
	font-size:24px;
	border-bottom: rgba(204,204,204,.5) dashed 1px;
}


/*======================================================
 * Price
 *======================================================*/



.priceFont {
	font-family: Helvetica, Arial, sans-serif;
	/*letter-spacing: -0.05em;*/
	display: inline;
}
.priceFont:after {
	content: "\005186";
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.65em;
	font-weight: bold;
	display: inline;
}
/* Price campaign */

.priceCampaign {
	color: #4C4948;
}
.priceCampaign > p {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.priceCampaign > p strong {
	color: #1FA67A;
	font-size: 24px;
}
.priceCampaignBox {
	overflow: hidden;
	border: #ffee01 1px solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #fffccb;
}
.priceCampaignBox .size-full {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.priceCampaignBox h4 {
	font-size: 16px;
	padding: 5px 10px;
	background: #ffee01;
	color: #1FA67A;
}
.priceCampaignBox .inner {
	padding: 10px;
}
.priceCampaignBox .inner strong {
	color: #1FA67A;
}
.priceCampaignBox dl {
	margin-bottom: 15px;
}
.priceCampaignBox dl dt, .priceCampaignBox dl dd {
	line-height: 1;
	margin: 5px 10px;
}
.priceCampaignBox dl dt {
	font-size: 16px;
	font-weight: bold;
}
.priceCampaignBox dl dd {
	font-size: 0;
	text-align: center;
}
.priceCampaignBox dl dd > p {
	padding: 5px;
	display: inline-block;
	vertical-align: middle;
}
.priceCampaignBox .normal {
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}
.priceCampaignBox .normal img {
	vertical-align: top;
	margin-right: 5px;
}
.priceCampaignBox .normal .priceFont {
	font-size: 24px;
	font-weight: normal;
}
.priceCampaignBox .arrow img {
	width: 14px;
}
.priceCampaignBox .limit {
	color: #FFF000;
	font-size: 28px;
	line-height: 1;
	position: relative;
}
.priceCampaignBox .limit img {
	vertical-align: top;
	margin-right: 5px;
}
.priceCampaignBox .limit .priceFont {
	font-size: 48px;
}
.priceCampaignBox .limit .subtxt {
	color: #4C4948;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
	display: block;
	position: absolute;
	right: 0;
	bottom: -15px;
}
.priceCampaignBox .rightCol {
	text-align: center;
	padding: 0 10px;
}
.priceCampaignBox .rightCol dt {
	text-align: left;
}
.priceCampaignBox .rightCol dd > p {
	display: block;
}
.priceCampaignBox .rightCol img {
	width: 100%;
	max-width: 100%;
}
/* Price plan */

.pricePlan {
	padding-top: 20px;
	border-top: #DDD 1px solid;
	border-left: #DDD 1px solid;
	border-right: #DDD 3px solid;
	border-bottom: #DDD 3px solid;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.pricePlan h3 {
	color: #1FA67A;
	font-size: 20px;
	/*letter-spacing: 0.05em;*/
	padding: 0 20px;
}
.pricePlan h3:before {
	content: " ";
	width: 5px;
	height: 1em;
	vertical-align: middle;
	margin-right: 10px;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #1FA67A;
}
.pricePlan h3:after {
	content: " ";
	font-size: 0;
	vertical-align: middle;
	display: inline-block;
	width: 19px;
	height: 21px;
	background: url(../img/common/kira.png) no-repeat;
}
.pricePlan h3 strong {
	vertical-align: middle;
}
.pricePlan .upSide {
	padding: 0 20px;
}
.pricePlan .upSide dl {
	-js-display: flex;
	display: flex;
	align-items: center;
}
.pricePlan .upSide dt {
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	padding: 0 15px;
	margin-right: 10px;
	flex: 0 0 auto;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.12);
	-moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.12);
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.12);
	background: #58c3ed;
	background: -moz-linear-gradient(left, #58c3ed 0%, #20afe7 100%);
	background: -webkit-linear-gradient(left, #58c3ed 0%, #20afe7 100%);
	background: linear-gradient(to right, #58c3ed 0%, #20afe7 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58c3ed', endColorstr='#20afe7', GradientType=1 );
}
.pricePlan .upSide dd {
	color: #00A4E3;
	font-size: 32px;
	font-weight: bold;
}
.pricePlan .upSide dd .priceFont {
	font-size: 40px;
	font-weight: normal;
}
.pricePlan .lowSide {
	padding: 5px 20px;
	border-top: #DDD 1px solid;
}
.pricePlan .lowSide dl {
	max-width: 325px;
	position: relative;
	-js-display: flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pricePlan .lowSide dl:before {
	content: " ";
	display: block;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(76,73,72,.63);
}
.pricePlan .lowSide dt {
	font-size: 0;
	background: #FFF;
	padding: 0 5px;
}
.pricePlan .lowSide dd {
	color: #00A4E3;
	font-size: 17px;
	font-weight: bold;
	padding: 0 5px;
	background: #FFF;
}
.pricePlan .lowSide dd .priceFont {
	font-size: 26px;
	font-weight: normal;
}
/* Price course */

.priceCourse {
	padding-top: 40px;
}
.priceCourse h3:before {
	content: " ";
	width: 5px;
	height: 1em;
	vertical-align: middle;
	margin-right: 10px;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #1FA67A;
}
.priceCourse h3 {
	color: #1FA67A;
	font-size: 20px;
	/*letter-spacing: 0.05em;*/
	margin-bottom: 20px;
}
.priceCourse h3 strong {
	vertical-align: middle;
}
.priceCourse table {
	width: 100%;
	margin-bottom: 30px;
	border-collapse: collapse;
}
.priceCourse thead th, .priceCourse tbody th, .priceCourse tbody td {
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	width: 25%;
	padding: 5px;
}
.priceCourse table tr td:nth-child(2) {
	font-weight: bold;
}
.priceCourse thead th {
	border-bottom: rgba(204,204,204,.5) solid 1px;
}
.priceCourse tbody th {
	color: #1FA67A;
}
.priceCourse tbody th, .priceCourse tbody td {
	border-bottom: rgba(204,204,204,.5) dotted 1px;
}
.priceCourse tbody {
	border-bottom: rgba(204,204,204,.5) solid 1px;
}
.priceCourse tfoot tr:first-child td {
	font-size: 11px;
	/*letter-spacing: 0.1em;*/
	padding: 10px 5px;
}
.priceCourse tfoot td dl {
	line-height: 1.2;
	max-width: 395px;
	position: relative;
	-js-display: flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.priceCourse tfoot td dl:before {
	content: " ";
	display: block;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: rgba(76,73,72,.63);
}
.priceCourse tfoot td dt {
	font-size: 0;
	background: #FFF;
	padding: 0 5px;
}
.priceCourse tfoot td dd {
	color: #00A4E3;
	font-size: 17px;
	font-weight: bold;
	padding: 0 5px;
	background: #FFF;
}
.priceCourse tfoot td dd .priceFont {
	font-size: 26px;
	font-weight: normal;
}
/* Bridal course */

.bridalCourse {
	padding: 20px;
	margin-bottom: 30px;
	border-top: #DDD 1px solid;
	border-left: #DDD 1px solid;
	border-right: #DDD 3px solid;
	border-bottom: #DDD 3px solid;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.bridalCourse .leftCol {
	font-size: 0;
	flex: 0 0 auto;
}
.bridalCourse .rightCol {
	margin-top: 10px;
}
.bridalCourse dt {
	font-size: 16px;
	font-weight: bold;
}
.bridalCourse dt strong {
	color: #1FA67A;
	font-size: 20px;/*letter-spacing: 0.05em;*/
}
.bridalCourse dt strong:after {
	content: " ";
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 5px;
	margin: 0 15px;
	background: url(../img/common/dot_gray.png) repeat-x;
}
.bridalCourse dd {
	font-size: 14px;
	margin-top: 10px;
}
.bridalCourse dd span {
	font-size: 12px;
	background: url(../img/common/dot_w2.png) repeat-x;
	background-position: bottom center;
}
.priceAnnotate {
	font-size: 11px;
	line-height: 1.8;/*letter-spacing: 0.1em;*/
}
.priceAnnotate span {
	display: block;
}
/*======================================================
 * Flow
 *======================================================*/



/* Whitening flow */

.whiteningFlow {
	margin-bottom: 20px;
	-js-display: flex;
	display: flex;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.whiteningFlow li {
	width: 50%;
	margin-bottom: 20px;
}
.whiteningFlow li:nth-child(odd) {
	padding-right: 5px;
}
.whiteningFlow li:nth-child(even) {
	padding-left: 5px;
}
.whiteningFlow .number {
	font-size: 0;
	margin-bottom: 10px;
	background: url(../img/flow/ol_bg.png) repeat-x;
	background-position: center right;
}
.whiteningFlow .number p {
	padding-right: 5px;
	display: inline-block;
	background: #FFF;
}
.whiteningFlow figure figcaption {
	color: #1FA67A;
	font-size: 14px;
	font-weight: bold;
	/*letter-spacing: 0.05em;*/
	margin: 10px 0;
}
.whiteningFlow figure p {
	font-size: 12px;
}
/*======================================================
 * Media
 *======================================================*/


.mediaList li:first-child {
	margin-bottom: 30px;
}
.mediaList li .movieBox {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}
.mediaList li .movieBox iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.mediaList li figcaption {
	color: #1FA67A;
	font-size: 15px;
	font-weight: bold;
	padding: 15px 0;
}
/*======================================================
 * Shop
 *======================================================*/


#shop .single {
	margin-bottom: 40px;
}
#shop .single > p {
	margin: 20px 0 0;
}
.shoplist {
	padding: 30px 0;
	border-bottom: #AADDF3 dashed 1px;
}
.shoplist dt {
	position: relative;
}
.shoplist dt:after {
	content: " ";
	font-size: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: #EEE;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: -1;
}
.shoplist dt strong {
	color: #1FA67A;
	font-size: 16px;
	display: inline-block;
	padding-left: 35px;
	padding-right: 15px;
	background-color: #FFF;
	background-image: url(../img/common/circle_right.png);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: center left 10px;
}
.shoplist dd {
	margin-top: 30px;
	margin-bottom: 5px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.06);
	-moz-box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.06);
	-webkit-box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.06);
}
.shoplist dd h3 {
	font-size: 0;
}
.shoplist dd h3 a {
	color: #686868;
	line-height: 30px;
	display: block;
	position: relative;
	padding: 15px 15px 15px 20px;
	background: #FAFAFA;
}
.shoplist dd h3 a:before {
	content: " ";
	width: 5px;
	height: 20px;
	margin-left: -5px;
	vertical-align: middle;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #73D1ED;
}
.shoplist dd h3 a:after {
	content: " ";
	font-size: 0;
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	left: 0;
	bottom: 0;
	border-top: #e5e5e5 dashed 1px;
	border-bottom: #e5e5e5 dashed 1px;
}
.shoplist dd h3 a:hover {
	background: #fefefe;
}
.shoplist dd h3 a:hover img {
	opacity: 1;
}
.shoplist dd h3 img {
	vertical-align: middle;
	display: inline-block;
	margin-left: 10px;
}
.shoplist dd h3 strong {
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}
.shoplistData {
	padding: 20px 15px;
}
.shoplistData > img {
	width: 100%;
}
.shoplistData > img.spNone {
	display: none;
}
.shoplistData ul {
	margin-top: 15px;
}
.shoplistData ul li {
	color: #A1A1A1;
	font-size: 12px;
	margin-bottom: 5px;
}
.shoplistData ul li span {
	display: block;
}
.shoplistData ul li.address {
	line-height: 1.8;
	padding-left: 40px;
	background: url(../img/common/icon_address.png) no-repeat;
	background-size: 30px;
	background-position: top left;
}
.shoplistData ul li.tel {
	line-height: 30px;
	padding-left: 40px;
	background: url(../img/common/icon_tel.png) no-repeat;
	background-size: 30px;
	background-position: center left;
}
.shoplistData ul li.tel a {
	color: #A1A1A1; /* safari */
}
.shoplistData ul li.link {
	margin-top: 15px;
}
.shoplistData ul li.link a {
	color: #1FA67A;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-indent: -0.05em;
	line-height: 30px;
	/*letter-spacing: 0.05em;*/
	display: block;
	position: relative;
	width: 185px;
	height: 30px;
	margin: 0 auto;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: #FFF048;
	background-image: url(../img/common/vector_right_blue.png);
	background-repeat: no-repeat;
	background-position: center right 25px;
}
.shoplistData ul li.link a:hover {
	background-position: center right 23px;
}
/*======================================================
 * Shop Detail
 *======================================================*/

/* shop data */

.shopData {
	margin-top: 5px;
	margin-bottom: 20px;
}
.shopData dt, .shopData dd {
	font-size: 14px;
}
.shopData dt {
	color: #052844;
	font-weight: bold;
	/*float: left;*/
	clear: both;
	padding: 5px 0;
}
.shopData dd {
	/*padding: 5px 0 5px 80px;*/
	padding: 5px 0 5px 0;
	border-bottom: rgba(204,204,204,.5) 1px solid;
}
.shopData dt span:not(:first-child) {
	display: none;
}
.shopData dt span.pcNone {
	display: block;
	width: 4.5em;
}

.shopData dd a {
	color: #686868;
	text-decoration: underline;
}
.shopData dd a:hover {
	opacity: 0.7;
}
.shopImages {
	font-size: 0;
}
.shopImages .leftCol {
	margin-bottom: 10px;
}
.shopImages .rightCol img {
	width: 49%;
}
.shopImages .rightCol img:first-child {
	margin-right: 2%;
}
#googleMap iframe {
	width: 100%;
	height: 320px;
	margin-top: 20px;
}
/* shop plan */
.shopPlan {
	margin-top: 20px;
	border-top: #DDD 1px solid;
	border-left: #DDD 1px solid;
	border-right: #DDD 3px solid;
	border-bottom: #DDD 3px solid;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.shopPlan h3 {
	color: #1FA67A;
	font-size: 20px;
	padding: 15px 20px;
	border-bottom: #DDD 1px dashed;
}
.shopPlan h3:before {
	content: " ";
	width: 5px;
	height: 1em;
	vertical-align: middle;
	margin-right: 10px;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #1FA67A;
}
.shopPlan h3:after {
	content: " ";
	font-size: 0;
	vertical-align: middle;
	display: inline-block;
	width: 19px;
	height: 21px;
	background: url(../img/common/kira.png) no-repeat;
}
.shopPlan h3 strong {
	vertical-align: middle;
}
.shopPlan dl {
	padding: 0 20px;
	-js-display: flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
.shopPlan dt {
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	padding: 0 15px;
	margin-right: 10px;
	flex: 0 0 auto;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.12);
	-moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.12);
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.12);
	background: #58c3ed;
	background: -moz-linear-gradient(left, #58c3ed 0%, #20afe7 100%);
	background: -webkit-linear-gradient(left, #58c3ed 0%, #20afe7 100%);
	background: linear-gradient(to right, #58c3ed 0%, #20afe7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#58c3ed', endColorstr='#20afe7', GradientType=1 );
}
.shopPlan dd {
	color: #00A4E3;
	font-size: 32px;
	font-weight: bold;
}
.shopPlan dd .priceFont {
	font-size: 40px;
	font-weight: normal;
}
/*======================================================
 * Recruit
 *======================================================*/
.rercruitImages {
	font-size: 0;
	margin-bottom: 30px;
	-js-display: flex;
	display: flex;
	justify-content: space-between;
}
.rercruitImages .leftCol {
	padding-right: 5px;
}
.rercruitImages .rightCol {
	padding-left: 5px;
}
.recruitTable {
	font-size: 14px;
	border: rgba(204,204,204,.5) solid 1px;
	border-collapse: collapse;
}
.recruitTable th, .recruitTable td {
	padding: 10px;
	border-bottom: rgba(204,204,204,.5) solid 1px;
}
.recruitTable th {
	color: #1FA67A;
	font-weight: bold;
	width: 7em;
	background: #FAFAFA;
}
.recruitTable td a {
	color: #686868;
}
.recruitTable td a:hover {
	opacity: 0.7;
}
/*======================================================
 * Introduction
 *======================================================*/
#introduction .whiteningPoint {
	margin-bottom: 30px;
}
.introTel a:hover {
	opacity: 0.7;
}
/*======================================================
 * FAQ
 *======================================================*/
.faqList {
	margin-top: 40px;
}
.faqList dt {
	font-size: 14px;
	font-weight: bold;
	position: relative;
	padding-left: 50px;
	margin: 20px 0;
}
.faqList dt:before {
	content: " ";
	width: 40px;
	height: 39px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -20px;
	background: url(../img/faq/question.png) no-repeat;
	background-size: cover;
}
.faqList dd {
	font-size: 13px;
	position: relative;
	padding-left: 50px;
	padding-bottom: 20px;
	border-bottom: rgba(204,204,204,.5) solid 1px;
}
.faqList dd:before {
	content: " ";
	width: 40px;
	height: 39px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/faq/answer.png) no-repeat;
	background-size: cover;
}
/*======================================================
 * News
 *======================================================*/

/* Archive */
.newsList {
	padding-top: 40px;
}
.newsList li {
	font-size: 16px;
	line-height: 1.8;
	padding-bottom: 0.4em;
	margin-bottom: 0.4em;
	border-bottom: rgba(204,204,204,.5) dashed 1px;
}
.newsList li a {
	color: #052844;
	display: inline-block;
}
.newsList li a:hover {
	opacity: 0.7;
}
.newsList li a strong {
	vertical-align: middle;
}
.newsList li a:before {
	content: ">";
	color: #FFF;
	font-size: 10px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	text-align: center;
	line-height: 16px;
	text-indent: 0.1em;
	vertical-align: middle;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 5px;
	margin-right: 10px;
	background: #1FA67A;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.newsList li time {
	display: block;
}
/* review */
.reviewList h3:before {
	content: normal;
	width: 0;
	height: 0;
	vertical-align: middle;
	margin-right: 0;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #ffff00;
}
.reviewList article {
	font-size: 16px;
	line-height: 1.8;
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
	border-bottom: rgba(204,204,204,.5) solid 1px;
}
.reviewList article .userLeft {
	width: 60px;
	float: left;
	margin-right:10px;
}
.reviewList article .userLeft img {
	width: 50px;
}
.reviewList article .userRight .userProfile {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
}
.reviewList article .userRight .userProfile span {
	font-size: 12px;
	font-weight: normal;
}
.reviewList article .userRight .userProfile time {
	font-weight: normal;
}
.reviewList h2.reviewTitle,
.reviewList h3.reviewTitle {
	margin-bottom: 10px;
	border-bottom: 1px dashed rgba(204,204,204,.5);
}
.reviewList h2.reviewTitle a,
.reviewList h3.reviewTitle a {
	font-size: 20px;
	color: #1FA67A;
	font-weight: bold;
	text-decoration: underline;
}
.reviewList h2.reviewTitle a:before,
.reviewList h3.reviewTitle a:before {
	content: ">";
	color: #1FA67A;
	font-size: 10px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	text-align: center;
	line-height: 16px;
	text-indent: 0.1em;
	vertical-align: middle;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 5px;
	margin-right: 10px;
	background: #ffee01;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.reviewList .reviewMeta {
	font-size: 0;
	-js-display: flex;
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
}
.reviewList .reviewMeta p {
	font-size: 14px;
	text-align: left;
	float: left;
	margin-right: 20px;
}
.reviewList .reviewMeta a {
	color: #1FA67A;
}
.reviewList .reviewMeta .reviewIcon {
	font-size: 12px;
	padding: 1px 16px;
	background-color: #ffee01;
	color: #1FA67A;
	float: left;
	margin-right: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-weight: bold;
}
.reviewList .reviewMeta .reting {
	color: #29ace2;
	font-weight: normal;
	line-height: 29px;
}
.reviewList article .userContet {
	border: 1px solid #f1f1d2;
	background-color: #fcfced;
	padding: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-size: 14px;
}
.reviewList .reviePhoto {
	line-height: 1;
	float: right;
	width: 120px;
	margin-left: 20px;
}
.reviewList .reviePhoto img {
	width: 120px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.reviewList article a {
	display: inline-block;
}
.reviewList article a:hover {
	opacity: 0.7;
}
.reviewList article a strong {
	vertical-align: middle;
}
.pager {
	font-size: 0;
	padding-top: 30px;
}
.pager li {
	text-align: center;
	line-height: 30px;
	/*width: 30px;
	height: 30px;*/
	display: inline-block;
	margin-right: 15px;
}
.pager li a {
	color: #FFF;
	font-size: 17px;
	font-weight: bold;
	display: block;
	background: #1FA67A;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.pager li:not(.pageCurrent) a:hover {
	opacity: 0.7;
}
.pager li.pagePrevious a, .pager li.pageNext a {
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
}
.pager li.pageNext a {
	text-indent: 0.12em;
}
/* Single */
.reviewSingleTitle {
	border-bottom: rgba(204,204,204,.5) dashed 1px;
}
.reviewSingleTitle h1 {
	color: #052844;
	font-size: 28px;
	font-weight:bold;
}
.reviewSingleTitle h1 strong {
	vertical-align: middle;
}
/*
.reviewSingleTitle h1:before {
	content: ">";
	color: #1FA67A;
	font-size: 10px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	text-align: center;
	line-height: 15px;
	text-indent: 0.2em;
	vertical-align: middle;
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-left: 5px;
	margin-right: 10px;
	background: #ffee01;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
*/
.reviewSingleTitle .category {
	background-color: #fcfced;
	padding: 0 0 0 40px;
	margin-bottom: 5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	position: relative;
	font-size:14px;
	line-height:35px;
}
.reviewSingleTitle .category img {
	width: 30px;
	position: absolute;
	top: 3px;
	left: 3px;
}
.singleThumb {
	padding-top: 10px;
}


.reviewSingleTitle .sigleTime {
	font-size: 13px;
}
.reviewSingleTitle time {
	font-size: 13px;
}
.singleSocal {
	padding: 10px 0 0;
	margin-bottom:10px;
}
.singleSocal .fa {
	font-size: 28px;
}
.c-fa-line {
	color: #04c900;
}
.c-fa-hatenabookmark {
	color: #04abde;
}
.fa-facebook {
	color: #3b5998;
	margin-right: 10px;
}
.fa-twitter {
	color: #00aced;
	margin-right: 5px;
}
.fa-get-pocket {
	color: #f4435c;
	margin-right: 5px;
}
dl.userDate dl, dt, dd {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
dl.userDate {
	background: #fcfced;
	border: 1px #f1f1d2 solid;
	border-top: none;
	margin-top: 10px;
	margin-bottom: 10px;
}
dl.userDate dt, dd {
	padding: 2px 5px;
}
dl.userDate dt {
	border-top: 1px #f1f1d2 solid;
	clear: left;
	float: left;
	width: 160px;
	color: #1FA67A;
	font-weight: bold;
}
dl.userDate dd {
	background: #fff;
	border-left: 1px #f1f1d2 solid;
	border-top: 1px #f1f1d2 solid;
	margin-left: 160px;
}
.reviewSingleContent {
	margin: 30px 0;
}
.reviewSingleContent .eyecatch {
	font-size: 0;
	margin-bottom: 30px;
}
.reviewSingleContent h1 {
	font-size: 20px;
}
.reviewSingleContent h2 {
	font-size: 18px;
}
.reviewSingleContent h3 {
	font-size: 16px;
}
.reviewSingleContent h4 {
	font-size: 14px;
}
.reviewSingleContent h5 {
	font-size: 12px;
}
.reviewSingleContent h6 {
	font-size: 10px;
}
.reviewSingleContent p {
	font-size: 16px;
	line-height: 1.8;
	margin: 30px 0;
}
.ratingSter {
	-js-display: flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-direction: row;
	flex-direction: row;
	margin-bottom: 0;
}
.ratingNumber {
	color: #E70550;
	font-size: 20px;
	margin-left: 5px;
}
.openAccordion {
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 2.6;
	/*margin: 20px auto;*/
	border-top: #177b5b 1px solid;
	border-left: #177b5b 1px solid;
	border-right: #177b5b 3px solid;
	border-bottom: #177b5b 3px solid;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #1FA67A;
	font-weight: 700;
	padding: 0 20px;
	width: 100%;
}
.openAccordion i {
	margin-right: 5px;
}
.reviewSection02 {
	display: none;
}
.active {
	display: inline;
	margin-bottom: 20px;
}
.graphHeader {
	background-color: #fcfced;
	border: 1px solid #f1f1d2;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 5px 0;
	margin-bottom: 5px;
}
.graphTitle {
	font-size: 20px !important;
	text-align: center;
	color: #052844 !important;
}
.graphSubTitle {
	font-size: 14px !important;
	text-align: center;
	color: #227ea0;
}
.myFlatDesign .myFlatTable > table {
	font-size: 14px;
}
.myFlatDesign .myFlatText .myFlatTable > table {
	font-size: 14px;
}
.myFlatDesign .myFlatTable table {
	width: 100%;
	margin: 0 auto;
	table-layout: auto;
	padding: 0;
	border-spacing: 0;
	border-top: 1px solid #ffff04;
	border-left: 1px solid #ffff04;
	border-right: 1px solid #ffff04;
}
.myFlatDesign .myFlatTable table.normalWidth {
	width: auto !important;
	margin-left: 60px;
	margin-right: auto;
}
.myFlatDesign .myFlatTable th {
	padding: 2px 10px;
	color: #00ADEF;
	white-space: nowrap;
	border-bottom: 1px solid #ffff04;
	background-color: #fcfced;
}
.myFlatDesign .myFlatTable th .required {
	color: #FDF101;
}
.myFlatDesign .myFlatTable th a {
	color: #1FA67A;
}
.myFlatDesign .myFlatTable td {
	padding: 2px 5px;
	border-bottom: 1px solid #FDF101;
}
.myFlatDesign .myFlatTable td img {
	width: 20px;
}
.myFlatDesign .myFlatTable .respStyle td table.respStyle {
	width: 100%;
	margin: 0 auto;
	border-style: none !important;
}
.myFlatDesign .myFlatTable .respStyle td .respStyle th {
	background: #12CAD6;
}
.myFlatDesign .myFlatTable .respStyle td .respStyle td {
	border-color: #E0FFFF !important;
}
dl.responsiveTable {
	background: #e7e7e7;
	border: 1px solid #333;
	line-height: 36px;
}
dl.responsiveTable dt {
	clear: left;
	float: left;
	font-weight: bold;
	text-align: left;
	display: block;
	width: 100%;
	padding: 20px 0 10px 20px;
	margin-bottom: 10px;
	box-sizing: border-box;
}
dl.responsiveTable dd {
	background: #fff;
	border-top: 1px dashed #a7a7a7;
	color: #7c7979;
	display: block;
	padding: 15px 20px 15px;
}
dl.responsiveTable dt:first-child {
	border-top: 0 none transparent;
	padding: 20px 0 10px 20px;
}
dl.responsiveTable dd:first-of-type {
	border-top: 0 none transparent;
	padding: 10px 20px 5px;
}
.reviewSingleNavi {
	-js-display: flex;
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
	border-top: rgba(204,204,204,.5) dashed 1px;
}
.reviewSingleNavi li {
	font-size: 13px;
	font-weight: bold;
	line-height: 30px;
	width: 30%;
	max-width: 115px;
	height: 30px;
}
.reviewSingleNavi li a {
	color: #FFF;
	display: block;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.12);
	-moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.12);
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.12);
	background: #1FA67A;
}
.reviewSingleNavi li a:hover {
	opacity: 0.7;
}
.reviewSection04 h4 {
	font-size: 24px;
	color: #1FA67A;
	border-bottom: rgba(204,204,204,.5) 1px solid;
	font-weight:bold;
}
/*.reviewSection04 h4:before {
	content: url(../img/common/check.png);
	vertical-align: middle;
	display: inline-block;
}*/
.entry-content h5{
	font-size: 20px;
}
.singleReview_cta01 {
	text-align: center;
	padding: 10px 0 0;
}
.postArticle {
	margin: 10px 0;
}
.singleReview_cta01 h3 {
	font-size: 16px;
	margin-bottom: 10px;
}
.singleReview_cta02 {
	text-align: center;
	padding: 10px 0 0;
	margin-bottom: 40px;
}
.singleReview_cta02 > h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0;
}
.singleReview_cta02 > h3 strong {
	color: #1FA67A;
	font-size: 24px;
}
.singleReview_cta03 {
	padding: 10px 0 0;
}
.singleReview_cta03 a {
	text-align: center;
	color: #1FA67A;
	font-size: 18px;
	line-height: 2.6;
	display: block;
	margin: 0 auto;
	border-top: #ffdf00 1px solid;
	border-left: #ffdf00 1px solid;
	border-right: #ffdf00 3px solid;
	border-bottom: #ffdf00 3px solid;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background-color: #ffee01;
	font-weight: 700;
	text-decoration:none;
}
.singleReview_cta03 a:after {
	content: ">";
	font-size: 18px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	margin-left: 10px;
}

@media screen and (max-width:768px) {
	.singleReview_cta03 a {
		font-size: 14px;
	}
}
.singleReview_cta04 {
	text-align: center;
	padding: 10px 0 0;
	margin-bottom: 40px;
}
.singleReview_cta04 h4 {
	display:none;
}

.blueBtn a {
	font-size: 14px;
	color: #4D4D4D;
	background-color: #fff;
	border-top: #DDD 1px solid;
	border-left: #DDD 1px solid;
	border-right: #DDD 3px solid;
	border-bottom: #DDD 3px solid;
}
.redBtn a {
	font-size: 14px;
	color: #ffffff;
	background-color: #fe0000;
	border-top: #d40000 1px solid;
	border-left: #d40000 1px solid;
	border-right: #d40000 3px solid;
	border-bottom: #d40000 3px solid;
}
.reviewItem {
	margin-top: 30px;
	margin-bottom: 5px;
	border-top: #DDD solid 1px;
	border-left: #DDD solid 1px;
	border-right: #DDD solid 3px;
	border-bottom: #DDD solid 3px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.reviewItem h3 {
	font-size: 18px;
}
.reviewItem h3 a {
	color: #686868;
	line-height: 30px;
	display: block;
	position: relative;
	padding: 15px 15px 15px 20px;
	background: #FAFAFA;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.reviewItem h3 a:before {
	content: " ";
	width: 5px;
	height: 20px;
	margin-left: -5px;
	vertical-align: middle;
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #73D1ED;
}
.reviewItem h3 a:after {
	content: " ";
	font-size: 0;
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	left: 0;
	bottom: 0;
	border-top: #e5e5e5 dashed 1px;
	border-bottom: #e5e5e5 dashed 1px;
}
.reviewItem h3 a:hover {
	background: #fefefe;
}
.reviewItem h3 a:hover img {
	opacity: 1;
}
.reviewItem h3 img {
	vertical-align: middle;
	display: inline-block;
	margin-left: 10px;
}
.reviewItem h3 strong {
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
}
.newsSingleNavi {
	margin-top: 20px;
	-js-display: flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	justify-content: space-between;
}
.newsSingleNavi li {
	width: 33.3%;
}
/*======================================================
 * Footer
 *======================================================*/

footer .upSide {
	position: relative;
	text-align: center;
}
footer .upSide .logo, footer .upSide .shopdata, footer .upSide address {
	margin-bottom: 15px;
}
footer .upSide .shopdata p {
	color: #666;
	font-size: 14px;
	font-weight: bold;
}
footer .upSide .shopdata p:first-child {
	font-size: 11px;
	letter-spacing: inherit;
}
footer .upSide .shopdata p span {
	color: #1FA67A;
}
footer .upSide address a {
	font-size: 0;
	display: block;
	padding: 15px 10px;
	border: #F2F2F2 1px solid;
}
footer .upSide #pagetop {
	font-size: 0;
	display: inline-block;
	margin-bottom: 15px;
}
footer nav {
	padding: 10px 0;
	border-top: #F2F2F2 1px solid;
	text-align: center;
}
footer nav li {
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
	display: inline-block;
	margin: 5px;
}
footer nav li a {
	color: #666;
}
footer nav li a:hover {
	opacity: 0.7;
}
footer .lowSide {
	line-height: 65px;
	height: 65px;
	background: #ffee00;
	text-align: center;
}
footer .lowSide p {
	color: #002855;
	font-size: 12px;
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	line-height: 1;
	vertical-align: middle;
	display: inline-block;
	padding: 0 10px;
}






/*======================================================
 * category
 *======================================================*/
.page-header {
    padding-bottom: 9px;
    /*margin: 40px 0 20px;*/
    border-bottom: 1px solid #eee;
}
.page-header {
    padding-bottom: 9px;
    margin: 0;
    border-bottom: 1px solid #eee;
}
.entry-title {
    font-size: 24px;
    color: #444;
}
.entry-meta span {
    margin-right: 10px;
}
.byline, .updated {
    display: none;
}
.btn.btn-default.read-more {
    border: 1px solid #E8E8E8;
    color: #1FA67A;
    background-color: transparent;
    margin-top: 10px;
}
.hentry {
    margin: 0 0 1.5em;
}


/*======================================================
 * ミールキット 20230319追加 mealkit
*======================================================*/
#mealkit{
	margin-top: 100px;
	margin-bottom: 90px;
}
#mealkit .mealkit_ttl{
 	background: #fcfced;
 	padding: 5px 15px;
 	border-left: 5px solid #1FA67A;
 	margin-top: 50px;
 	margin-bottom: 20px;
}

#mealkit .mealkit-block01{
	margin-bottom:30px;
}

#mealkit .marker-under{
	background: linear-gradient(transparent 50%, #f1f1d2 50%);
	padding: 0 5px;
}

#mealkit .marker-under__red{
	background: linear-gradient(transparent 60%, #ffd0d1 60%);
	padding: 0 5px;
}

#mealkit table td:nth-child(n + 2){
	text-align: left;
}


/*======================================================
 common-Item
*======================================================*/
.marker-txt__red{
	background: linear-gradient(transparent 50%, #ffd0d1 100%);
	padding: 0 5px;
}
.marker-txt__yellow{
	background: linear-gradient(transparent 50%, #ffff00 100%);
	padding: 0 5px;
}
.item-caption{
	color: #666;
	text-align: right;
	font-size: 70% !important;
}


/*======================================================
 food/item/  review
*======================================================*/
.serviceReview{
  margin:20px 0;
}
.serviceReview-tab{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-end;
}
.serviceReview-tab__label{
  flex-grow: 1;
  background: #ccc;
  border-radius: 5px 5px 0 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  text-shadow: 0 -1px 0 rgba(0,0,0,.2);
  white-space: nowrap;
  text-align: center;
  padding: 15px 0;
  transition: .3s;

  /*margin-bottom: 0;
  order: -1;
  position: relative;
  z-index: 1;*/
}
.serviceReview-tab__label:not(:last-of-type) {
  margin-right: 10px;
}
.serviceReview-tab__label--good:hover,
.serviceReview-tab__label--good.is-active{
  background: #fd3837;
  transition: all 0.5s ease-out;
}
.serviceReview-tab__label--neutral:hover,
.serviceReview-tab__label--neutral.is-active{
  background: #1FA67A;
  transition: all 0.5s ease-out;
}
.serviceReview-tab__label--bad:hover,
.serviceReview-tab__label--bad.is-active{
  background: #036eb7;
  transition: all 0.5s ease-out;
}

.serviceReview-panel{
  /*min-height:100px;
  border:solid 1px #CCC;
  border-top: 8px solid #C8E4FF;
  padding: 10px;*/
}
.serviceReview-panel-con{
  width: 100%;
  height: 0;
  font-size: 13px !important;
  line-height: 1.8;
  color: #333;
  overflow: hidden;
  opacity: 0;
  position: relative;
  border-radius: 0 0 5px 5px;
/*    display:none;*/
}
.serviceReview-panel-con--good:before{
  content: '';
  width: 100%;
  height: 3px;
  background: #fd3837;
  display: block;
}
.serviceReview-panel-con--neutral:before{
  content: '';
  width: 100%;
  height: 3px;
  background: #1FA67A;
  display: block;
  order: -1;
}
.serviceReview-panel-con--bad:before{
  content: '';
  width: 100%;
  height: 3px;
  background: #036eb7;
  display: block;
  order: -1;
}
.serviceReview-panel-item{
  padding: 15px 15px 0 15px;
}
.serviceReview-panel-item:not(:last-of-type){
  border-bottom: 1px solid #eee;
}
h3.serviceReview-panel-item__ttl{
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 13px !important;
  font-weight: 700;
  background: none;
  border-radius: 0;
}
.serviceReview-panel-item__user{
  font-size: 12px;
  color: #666;
  margin-bottom: 5px;
  position: relative;
}
.serviceReview-panel-item__user:before{
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  margin-bottom: -3px;
}
.serviceReview-panel-con--good .serviceReview-panel-item__user:before{
  background: url(https://www.min-no.com/food/wp-content/themes/food/img/common/rating4.png) top left/ contain;
}
.serviceReview-panel-con--neutral .serviceReview-panel-item__user:before{
  background: url(https://www.min-no.com/food/wp-content/themes/food/img/common/rating3.png) top left/ contain;
}
.serviceReview-panel-con--bad .serviceReview-panel-item__user:before{
  background: url(https://www.min-no.com/food/wp-content/themes/food/img/common/rating1.png) top left/ contain;
}
/*.serviceReview-tab__label.is-active{
    color:#FFF;
    transition: .3s;
    opacity: 0.6;
    padding-bottom: 20px;
}*/
.serviceReview-panel-con.is-show{
  height: auto;
  overflow: auto;
  opacity: 1;
  transition: .5s opacity ease-out;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
}

@media screen and (max-width:480px) { 
  .serviceReview-tab__label{
    font-size: 14px;
    padding: 10px 0;
  }
  .serviceReview-tab__label:not(:last-of-type) {
    margin-right: 5px;
  }
  .serviceReview-panel-con,
  .serviceReview-panel-item__user{
    font-size: 14px;
  }
}

/*======================================================
 food/item/  .entryService common-buttom
*======================================================*/
#entryService{}
#entryService a{
	color: #fff;
  background-color: #fe0000;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  padding: 10px 5px;
  position: fixed;
  bottom: 50%;
  right: 0px;
  font-size: 18px;
  text-decoration: none;
  border: 1px solid #eee;
  border-right: none;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  z-index: 99;
  cursor: pointer;
}
@media screen and (max-width:480px) { 
	#entryService a{
		background-color: #fe0000;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    padding: 15px 5px;
    bottom: 0;
    left: 0;
    font-size: 18px;
    text-align: center;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
  }
}

/*======================================================
 common others
*======================================================*/
.mt60{
	margin-top: 60px;
}
.pd20{
	padding: 20px !important;
}

/*======================================================
 food/item/  review
*======================================================*/
.TopReview{
  margin-top: 50px;
}
.TopReview__ttl{
	line-height: 2;
}
.TopReview__ttl:before{
	content: " ";
  width: 5px;
  height: 1em;
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #1FA67A;
}
.TopReview-intro{
	font-size: 14px;
	margin: 0 0 20px;
	line-height: 1.7;
}
.TopReview .serviceReview-panel-con.is-show{
	box-shadow: none!important;
}
.TopReview .serviceReview{
	margin-bottom: 0;
}