@charset "utf-8";

html {
	font-size: calc(100vw / 32);
}

#mailform_box select,
#mailform_box input[type="submit"] {
	font-family: "Noto Sans JP", sans-serif;
}

#mailform_box input[type="submit"] {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

#mailform_box input[type="submit"]:hover {
	opacity: 0.8;
}

/*見出しサイズ
====================*/
h1 {
	font-size: 1.9rem;
	font-weight: bold;
}

h2 {
	font-size: 1.8rem;
	font-weight: bold;
}

h3 {
	font-size: 1.7rem;
	font-weight: bold;
}

h4 {
	font-size: 1.6rem;
	font-weight: bold;
}

h5 {
	font-size: 1.5rem;
	font-weight: bold;
}

h6 {
	font-size: 1.4rem;
	font-weight: bold;
}

p {
	font-size: 1.3rem;
}

ul,
ol {
	font-size: 1.3rem;
}

h1,
h2 {
	margin: 0 0 5vw 0;
}

h3,
h4,
h5,
h6 {
	margin: 0 0 1.25vw 0;
}

p,
ul,
ol {
	margin: 0 0 2.5vw 0;
}

.ya::after {
	content: "";
	position: absolute;
	right: 0;
	margin-right: 7.1875vw;
	display: block;
	width: 5.625vw;
	height: 1.5625vw;
	background-repeat: no-repeat;
	background-image: url(../img/index/sp_ya1.png);
	background-size: 100% auto;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ページトップ
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#scroll-to-top {
	position: fixed;
	bottom: 23px;
	right: 3.90625vw;
	width: 3.90625vw;
	height: 17.5vw;
	text-indent: -99999px;
	background-size: 100%;
	background: url(../img/pt.png) no-repeat;
	background-size: 100% auto;
	z-index: 9000;
	transition: opacity 0.3s ease;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
JetB Press 設定
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.allwrapper {
	overflow: hidden;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
}

.inner {
	position: relative;
	width: 90.625vw;
	margin: 0 auto;
	z-index: 10;
}

.f-l,
.f-r {
	float: none;
	width: 100%;
}

.fix_btn {
	display: none;
}

.pc {
	display: none;
}

.sp {
	display: block;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
パンくず
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.breadcrumbs_wrap {
	position: absolute;
	width: 100%;
	height: 8vw;
	overflow: hidden;
	z-index: 3000;
}
.breadcrumbs_area {
	position: absolute;
	width: 100%;
	height: 6.75vw;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
}
.breadcrumbs {
	color: #333333;
	padding: 2.1875vw 5vw 0;
	font-size: 3.4375vw;
	letter-spacing: 1.3px;
	text-transform: uppercase;
}
.breadcrumbs .post {
	color: #333333;
}
.breadcrumbs span a {
	color: #333333;
}
.breadcrumbs span a:hover span {
	border-bottom: 1px solid #a1a1a1;
}

/*地域横断エリア*/
#cross_area .breadcrumbs_wrap {
	top: 0.78125vw;
}
#cross_area .breadcrumbs {
	color: #babab8;
}
#cross_area .breadcrumbs .post {
	color: #babab8;
}
#cross_area .breadcrumbs span a {
	color: #babab8;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
サイドバー
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#side_bar {
	width: 100%;
	padding: 0 4.6875vw 5vw;
	background: #f4f4f4;
}

#side_bar .side_title {
	position: relative;
	color: #ffffff;
	font-size: 2.4rem;
	font-style: italic;
	text-align: center;
}

#side_bar .side_title span {
	position: absolute;
	top: 5vw;
	left: 0;
	right: 0;
	color: #222222;
	font-size: 1.4rem;
	font-weight: bold;
}
#side_bar aside {
	padding-top: 8.9063vw;
	margin-bottom: 6.5625vw;
}
#side_bar .widget-title {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 2.5vw;
	text-align: center;
}

/*Share
============================*/
#side_bar .sns_cont {
	padding-top: 8.9063vw;
	margin-bottom: 6.5625vw;
}

#side_bar .sns_cont h4 {
	margin-bottom: 6.25vw;
}

#side_bar .sns_box {
	display: flex;
	justify-content: center;
	align-items: center;
}

#side_bar .sns_box a {
	display: block;
	width: 10.3125vw;
	height: 10.3125vw;
	margin: 0 3.59375vw;
}

#side_bar .sns_box a img {
	width: 100%;
	height: auto;
}

/*Ranking
============================*/
.rank_area {
	padding-top: 6.5625vw;
}

.rank_area h4 {
	margin-bottom: 11.25vw;
}

.rank_area .rank_cont {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.rank_area .rank_box {
	position: relative;
	width: 40vw;
	margin-bottom: 10vw;
}

.rank_area .rank_box a {
	display: block;
}

.rank_box .img_box {
	position: relative;
	width: 100%;
	height: 23.75vw;
	overflow: hidden;
	margin-bottom: 1.25vw;
}

.rank_box .img_box span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 1.875vw 1.5625vw;
	color: #ffffff;
	font-size: 0.9rem;
	line-height: 1.4;
	background: rgba(0, 0, 0, 0.4);
}

.rank_box h5 {
	font-size: 0.9rem;
	line-height: 1.4;
}

.rank_box .abs {
	position: absolute;
	top: -3.125vw;
	left: -0.9375vw;
	width: auto;
	height: 4.84375vw;
}

#secondary .widget-title {
	position: relative;
	margin: 0px 0 16px;
	padding: 10px 0 9px;
	color: #444444;
	font-size: 1rem;
	letter-spacing: 2px;
	text-align: center;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

#secondary aside.widget_media_image {
	height: auto;
	margin: 0 auto 20px;
}

#secondary aside.widget_media_image img {
	width: 100%;
	height: auto;
}

#secondary aside#search-2 {
	padding: 0 0px 20px;
	margin-bottom: 0px;
	background: none;
}

#secondary ul {
	width: 100%;
	padding: 0 4.6875vw 0;
	margin: 0 auto;
}

#secondary li a {
	display: block;
	padding: 3.125vw 0;
	font-size: 0.9rem;
	letter-spacing: 1px;
}

#secondary ul.cat_list_box {
}

#secondary ul.cat_list_box li {
	position: relative;
	font-size: 0.9rem;
	letter-spacing: 1px;
	line-height: 1.4;
	margin-bottom: 8px;
	padding: 0;
}

#secondary ul.children {
	display: none;
}

#secondary ul .btn-icon {
	position: absolute;
	top: 3.125vw;
	right: 0;
	width: 3.75vw;
	height: 3.75vw;
}

#secondary li.has-child .btn-icon::before {
	content: "\f48a";
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	font-family: ionicons;
	font-size: 1.2rem;
}

#secondary li.has-child.active .btn-icon::before {
	content: "\f463";
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	font-family: ionicons;
	font-size: 1.2rem;
}

/*Book
============================*/
#side_bar .book_area {
	padding-top: 8.9063vw;
	margin-bottom: 6.5625vw;
}
#side_bar .book_area h4 {
	margin-bottom: 11.25vw;
}
#side_bar .book_area .book_cont {
	width: 100%;
	overflow: hidden;
	padding: 2.5vw;
	border: 1px solid rgba(208, 208, 208, 0.3);
	border-radius: 5px;
	background: url(../img/bgg1.png);
}
#side_bar .book_area .book_cont .img_box {
	float: left;
	display: block;
	width: 31.25vw;
	height: 50.46875vw;
	overflow: hidden;
	margin: 0 5vw 0 0;
}
#side_bar .book_area .book_cont .book_entry {
	float: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 46.40625vw;
	height: 51.5625vw;
	/*   height:auto; */
}
#side_bar .book_area .book_cont .book_title {
	font-size: 1.2rem;
	line-height: 1.8;
	margin-bottom: 7.5vw;
}
#side_bar .book_area .book_cont .book_btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 10vw;
	color: #ffffff;
	font-size: 1.1rem;
	border-radius: 4px;
	position: relative;
}
#side_bar .book_area .book_cont .book_btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 3.75vw;
	right: 4.53125vw;
	width: 5vw;
	height: 1.40625vw;
	background: url(../img/index/ya1.png) no-repeat;
	background-size: 100% auto;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ページ毎
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.area_title {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 65vw;
	overflow: hidden;
	background-color: #2bb5c1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.area_title .bg_wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
}

.area_title h1 {
	color: #ffffff;
	font-size: 3.6rem;
	font-weight: 100;
	font-style: italic;
	width: 80%;
	text-transform: capitalize;
	text-align: center;
	padding-bottom: 2.5vw;
}
.archive.tag .area_title h1 {
	padding: 0;
	margin: 0;
}

.area_title h1.interview_title {
	text-transform: none !important;
}

.area_title .line1 {
	width: 10vw;
	height: 1px;
	margin: 2.5vw 0 3.75vw;
	background: #f4f4f4;
}

.area_title p {
	color: #ffffff;
	font-size: 1.3rem;
}

/*POST SINGLE
======================*/
#blog_area {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	padding: 0;
	overflow: hidden;
}

#blog_area .area_title {
	height: 100%;
	min-height: 31.25vw;
	flex-direction: column-reverse;
}

#blog_area .area_title .inner {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row-reverse;
}

#blog_area .area_title h1 {
	font-size: 1.8rem;
	font-style: normal;
	line-height: 1.6;
	text-align: center;
	margin: 0;
}

#blog_area .area_title .thumb_box {
	display: none;
}

#blog_cont {
	width: 90.625vw;
	margin: 0 auto;
}

.blog_txt {
	line-height: 1.6;
	padding: 6.25vw 0 12.5vw;
}
.tag_entry {
	font-size: 0.8rem;
}

/*
#blog_cont .blog_txt p{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
}*/

#ez-toc-container {
	font-size: 1rem;
	width: 100%;
}

div#ez-toc-container p.ez-toc-title {
	padding: 0.8em 0;
}

div#ez-toc-container ul li > ul {
	margin: 0.6em 0 0.6em 1.5em;
}

/*PAGE
======================*/
#page_area {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	padding: 0;
	overflow: hidden;
}

#page_area .area_title {
	margin-top: 0;
	background-color: #45b5c1;
	background-position: center center;
	background-size: cover;
}

#page_area .area_title h1 {
	font-size: 1.4rem;
	font-style: normal;
	line-height: 1.6;
	text-align: center;
}

#page_cont {
	line-height: 1.6;
	padding: 10vw 0 5vw 0;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
投稿一覧(archive_post.php)
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#post_list_area {
}

#post_list_area .area_title {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#post_list_area .post_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 10vw 0 5vw;
}

#post_list_area .post_list_cont {
	position: relative;
	width: 41.25vw;
	margin: 0 0 12.5vw 0;
}

#post_list_area .post_list_cont a {
	display: block;
}

#post_list_area .post_list_cont .img_box {
	width: 100%;
	height: 26.25vw;
	margin-bottom: 2vw;
}
/*
* 更新日・公開日
* Single/Archive用
*/
#blog_cont .public_update,
#post_list_area .post_list_cont .public_update {
	display: block;
	width: 100%;
	color: #666;
	font-size: 12px;
	line-height: 1;
	text-align: right;
}

#blog_cont .public_update {
	margin-bottom: 1.2vw;
}

#blog_cont .public_update .public,
#post_list_area .post_list_cont .public_update .public {
	margin-left: 1vw;
}
#post_list_area .post_list_cont h3 {
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.4;
	margin: 3.75vw 0 1.875vw;
}

#post_list_area .post_list_cont .txt_box {
	width: 100%;
	height: 17.5vw;
	margin-bottom: 2.5vw;
	color: #7c7c7c;
	font-size: 1rem;
	line-height: 1.4;
}

#post_list_area .post_list_cont .more {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #222222;
	font-size: 1rem;
	font-weight: bold;
	text-align: right;
}

#post_list_area .post_list_cont .more::after {
	content: "";
	display: inline-block;
	position: relative;
	width: 2.03125vw;
	height: 2.34375vw;
	margin-left: 1.875vw;
	background: url(../img/ya2.png);
	background-size: 100% auto;
}

/*==============================
HP AREA
==============================*/
#hp_area {
	display: none !important;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 50px;
}

#hp_area .hp_cont {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding: 5vw;
	border: 3px solid #000;
	font-size: 16px;
}

#hp_area .hp_p1 {
	font-size: 1.1rem;
	width: 100%;
	padding: 3.125vw 0;
	color: #fff;
	text-align: center;
	background: #000;
}

#hp_area .hp_L {
	float: left;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom: 5vw;
}

#hp_area .hp_L img {
	padding: 1.5625vw;
	width: 100%;
	height: auto;
	box-sizing: border-box;
}

#hp_area .h1 {
	margin-bottom: 5vw;
}

#hp_area .h1 img {
	width: auto !important;
	height: 100px;
}

#hp_area .h1_1 img {
	width: auto;
	height: auto;
}

#hp_area .h2 {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 30px;
}

#hp_area .hp_p2 {
	font-size: 1.2rem;
}

#hp_area .hp_R {
	float: right;
	width: 100%;
	box-sizing: border-box;
	padding-right: 3.125vw;
	margin-bottom: 4.6875vw;
	overflow: hidden;
}

#hp_area .hp_R img {
	width: 100%;
	height: auto;
}

#hp_area .hp_C {
	clear: both;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding: 3.125vw;
	margin: 1.5625vw 0 0;
	border-top: 1px solid #000;
}

#hp_area .hp_C .hpa {
	display: block;
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 1.09375vw 1.5625vw 0.78125vw 0px;
}

#hp_area .hp_C .hpa:before {
	content: "\f138";
	position: relative;
	top: 0.3125vw;
	margin-right: 0.46875vw;
	color: #000;
	font-size: 1rem;
	font-family: FontAwesome;
	font-weight: normal;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
ページナビ
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.page_nav_box {
	margin: 0 0 18.4375vw;
}
.page_nav_box .wp-pagenavi {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2.5vw;
	width: calc(100% - 10vw);
	overflow: hidden;
	text-align: center;
	margin: 0 auto 5vw;
}
.page_nav_box .wp-pagenavi a,
.page_nav_box .wp-pagenavi span {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 8.75vw;
	height: 8.75vw;
	margin: 0;
	padding: 0;
	color: #777;
	font-size: 4.0625vw;
	font-weight: bold;
	line-height: 1;
	border: 0.3125vw solid #d0c7bd;
}

.page_nav_box .wp-pagenavi span.current {
	color: #fff;
	border: 1px solid #333;
	background: #333;
}

.page_nav_box .wp-pagenavi .first,
.page_nav_box .wp-pagenavi .previouspostslink,
.page_nav_box .wp-pagenavi .nextpostslink,
.page_nav_box .wp-pagenavi .last {
	width: 6.25vw;
	border: none;
}

.page_nav_box .result_count {
	color: #777;
	font-size: 3.125vw;
	text-align: center;
}

/* .wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-bottom: 5vw;
}

.wp-pagenavi a,
.wp-pagenavi span.current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.5vw;
  height: 7.5vw;
  margin: 1.25vw 2.5vw;
  color: #45b5c1;
  font-size: 1.4rem;
  font-style: italic;
  border: none;
}

.wp-pagenavi span.current {
  color: #fff;
  background: #45b5c1;
  border-radius: 50%;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  color: #45b5c1;
  font-family: ionicons;
  font-size: 1.2rem;
  font-style: normal;
  margin: 1.25vw 0;
  position: relative;
  width: auto;
}

.wp-pagenavi .previouspostslink span,
.wp-pagenavi .nextpostslink span {
  font-size: 0.9rem;
  font-style: normal;
  border: none;
  padding: 0 1.25vw;
}

.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
  content: "";
  width: 0;
  height: 1px;
  background: #45b5c1;
  position: absolute;
  right: 0;
  bottom: 1.5625vw;
  left: inherit;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.wp-pagenavi .nextpostslink::after {
  animation: promotionLine 1.5s infinite;
  -webkit-animation: promotionLine 1.5s infinite;
  -moz-animation: promotionLine 1.5s infinite;
}

.wp-pagenavi .nextpostslink:hover::after {
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
} */

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
制作実績
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.inc_works {
	position: relative;
	padding: 12.03125vw 0 12.5vw;
}

.inc_works h2.in_title {
	display: inline-block;
	color: #222222;
	font-size: 1.4rem;
	font-weight: bold;
	padding-left: 4.6875vw;
	padding-bottom: 3.4375vw;
	margin-bottom: 5.46875vw;
	border-bottom: 0.3125vw solid #000000;
}

.inc_works .sub_title {
	position: absolute;
	top: 1.25vw;
	left: 5vw;
	color: #e9e9e9;
	font-size: 2rem;
}

.inc_works .sub_title img {
	width: 18.59375vw;
	height: auto;
}

.inc_works ul {
	display: flex;
	flex-wrap: wrap;
	width: 80vw;
	margin: 0 auto 1.875vw;
}

.inc_works li {
	width: 35.15625vw;
	margin: 0 8.75vw 11.25vw 0;
}

.inc_works li:nth-child(2n) {
	margin-right: 0;
}

.inc_works li a {
	display: block;
}

.inc_works li .img_box {
	position: relative;
	width: 100%;
	margin-bottom: 4.21875vw;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.inc_works li .img_box::before {
	content: "";
	display: block;
	padding-top: 62%;
}

.inc_works li .img_box img {
	position: absolute;
	top: 0;
}

.inc_works li .txt1 {
	color: #51bdc7;
	font-size: 0.9rem;
	margin-bottom: 3.75vw;
}

.inc_works li .txt1:before {
	content: "";
	display: inline-block;
	width: 5vw;
	height: 1px;
	margin-right: 1.875vw;
	vertical-align: 0.9375vw;
	background: #51bdc7;
}

.inc_works li .post_title {
	color: #222222;
	font-size: 0.9rem;
	font-weight: bold;
	margin-bottom: 1.5625vw;
}

.inc_works li .post_title span {
	display: inline-block;
	width: 7.96875vw;
	height: 4.375vw;
	padding-top: 0.9375vw;
	color: #ffffff;
	font-size: 0.8rem;
	text-align: center;
	border-radius: 3px;
	background: #2bb5c1;
	vertical-align: middle;
}

.inc_works li .txt2 {
	font-size: 0.9rem;
	line-height: 1.5;
}

.inc_works .list_link_box {
	padding: 0 4.6875vw 5.625vw;
	background: #ffffff;
}

.inc_works .list_link_btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 15vw;
	color: #ffffff;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 1px;
	border-radius: 0.78125vw;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	background: #222222;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
Single JetBお客様インタビュー
category:interview
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#interview_area .area_title {
	flex-direction: column-reverse;
	background-position: center center;
	background-size: cover;
}

#interview_area .area_title h1 {
	font-size: 1.8rem;
	font-style: normal;
	line-height: 1.6;
	text-align: center;
	z-index: 1;
}

#interview_area .area_title p,
#interview_area .area_title hr {
	position: relative;
	z-index: 1;
}

#interview_area .blog_txt {
	line-height: 1.4;
	padding: 6.25vw 0 12.5vw;
}

#interview_area .blog_txt h1 {
	color: #2bb5c1;
	font-size: 1.4rem;
	font-weight: bold;
}

#interview_area .area_title .bg_wrap {
	background: rgba(0, 0, 0, 0.3);
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
Single オプション
category:option
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#option_area .area_title {
	flex-direction: column-reverse;
	background-position: center center;
	background-size: cover;
}

#option_area .area_title h1 {
	font-size: 1.4rem;
	font-style: normal;
	line-height: 1.6;
	text-align: center;
}

#option_area .blog_txt {
	line-height: 1.4;
	padding: 6.25vw 0 12.5vw;
}

#option_cont {
	width: 800px;
	margin: 0 auto;
	background: #ffffff;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
パスワード認証(authentication.php)
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#fix_page {
	padding: 5vw;
	background: #fefefe;
}

.fix_page_cont {
	width: 62.5vw;
	margin: 0 auto;
}

#fix_page_title {
	color: #3f3f3f;
	font-size: 1.4rem;
	margin-bottom: 8.75vw;
	padding-left: 3.125vw;
	border-left: 0.78125vw solid #3f3f3f;
}

.fix_page_cont span {
	display: block;
	width: 100%;
}

.fix_page_cont input[type="email"] {
	border: 1px solid #cccccc;
}

.fix_page_cont input[type="submit"] {
	position: relative;
	display: block;
	width: 77.5vw;
	height: 15vw;
	margin: 0px auto;
	cursor: pointer;
	outline: none;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
検索ページ
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#search_area {
}

#search_area .area_title {
	margin-bottom: 10vw;
}

#search_area .search_list {
	width: 90.625vw;
	margin: 0 auto;
}

#search_area .search_box {
	padding-bottom: 1.25vw;
	margin-bottom: 7.5vw;
	border-bottom: 1px dotted #eeeeee;
}

#search_area .search_box a {
	display: flex;
	flex-direction: row;
	width: 100%;
}

#search_area .search_box .img_box {
	width: 23.4375vw;
	height: 23.4375vw;
	overflow: hidden;
}

#search_area .search_box .entry_box {
	width: calc(100% - 28.125vw);
	padding-left: 3.75vw;
}

#search_area .search_box .entry_box h3 {
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.3;
	height: 15vw;
}

#search_area .search_box .entry_box .txt {
	font-size: 0.9rem;
	line-height: 1.5;
}

/*検索無かった時*/
.not_box {
	padding: 0 0 15vw;
	line-height: 1.6;
}

.not_box .txt {
	font-weight: bold;
	line-height: 3;
}

/*検索*/
#searchform2 {
	position: relative;
	width: 70%;
	height: 100%;
	padding-top: 5vw;
	margin: 0 auto;
}

#searchBtn2 {
	cursor: pointer;
	position: absolute;
	bottom: 1.25vw;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 5vw;
	height: 5vw;
	color: #333333;
	font-family: ionicons;
	font-size: 1.7rem;
	font-weight: 100;
	line-height: 1;
}

#keywords2 {
	border-bottom: 1px solid #d4d4d4;
	font-size: 1.4rem;
	width: 100%;
	height: 6.25vw;
	border-radius: 0;
	line-height: 1;
	padding: 0 3.125vw 0 6.25vw;
	background: none;
	-webkit-appearance: none;
	-moz-apperance: none;
	appearance: none;
	vertical-align: middle;
}

#keywords2:placeholder-shown,
#keywords2::-webkit-input-placeholder {
	color: #666666;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
single下の広告エリア
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.advertisement_area {
	width: 100%;
	overflow: hidden;
	padding: 15vw 0 5vw;
}
.advertisement_cont {
	width: 100%;
	padding: 6.25vw;
	margin-bottom: 5vw;
	border-radius: 6px;
	border: 1px solid rgba(170, 171, 170, 0.3);
	background: url(../img/advertisement/advertisement_bg1.png);
}
.advertisement_cont .t_title {
	color: #2bb5c1;
	font-size: 1.5rem;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 6.25vw;
}
.advertisement_cont .t_title span {
	border-bottom: 1px solid rgba(43, 181, 193, 0.4);
}

.advertisement_cont .img_box {
	display: block;
	float: left;
	font-size: 0;
	width: 33.125vw;
	height: 30.46875vw;
	overflow: hidden;
	margin: 0.625vw 5vw 0 0;
}
.advertisement_cont p {
	font-size: 1.2rem;
	line-height: 1.8;
}
.advertisement_cont p.txt2 b {
	border-bottom: 1px solid rgba(43, 181, 193, 0.4);
}
.advertisement_cont ul {
	margin: 5vw 0;
}
.advertisement_cont li {
	position: relative;
	font-size: 1.2rem;
	line-height: 1.6;
	padding: 0 0 0 5vw;
	margin-bottom: 1.875vw;
}
.advertisement_cont li::before {
	content: "■";
	position: absolute;
	top: 1.25vw;
	left: 1.25vw;
	color: #2bb5c1;
	font-size: 0.6rem;
}
.advertisement_cont .link_btn {
	box-shadow: 0px 0px 16px rgba(6, 0, 1, 0.2);
	margin: 10vw 0 3.75vw;
}
.advertisement_cont .link_btn a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 15vw;
	color: #ffffff;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 1px;
	border-radius: 4px;
	text-shadow: 1px 0px 16px rgba(6, 0, 1, 0.2);
}
.advertisement_cont .link_btn a::after {
	content: "";
	position: absolute;
	right: 3.75vw;
	display: block;
	width: 5.625vw;
	height: 1.5625vw;
	margin-top: -0.46875vw;
	background-repeat: no-repeat;
	background-image: url(../img/index/ya1.png);
	background-size: 100% auto;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
single下の関連記事
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.relate_wrap {
	width: 90.625vw;
	padding-top: 12.5vw;
	margin: 0 auto;
}

.relate_wrap .cont_title {
	position: relative;
	font-size: 1.4rem;
	font-weight: 500;
	text-align: center;
	margin: 0 auto 8.75vw;
}

.relate_wrap .cont_title span {
	position: absolute;
	top: -5vw;
	left: 0;
	right: 0;
	width: 100%;
	color: #dbdbdb;
	font-size: 2.4rem;
	font-style: italic;
	text-align: center;
	z-index: -1;
}

.relate_wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.relate_wrap li {
	position: relative;
	width: 41.25vw;
	margin: 0 0 12.5vw 0;
}

.relate_wrap li a {
	display: block;
}

.relate_wrap li .img_box {
	position: relative;
	width: 100%;
	height: 26.25vw;
	overflow: hidden;
	margin-bottom: 1.5625vw;
}

.relate_wrap li .img_box span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 1.875vw 1.5625vw;
	color: #ffffff;
	font-size: 0.9rem;
	line-height: 1.4;
	background: rgba(0, 0, 0, 0.4);
}

.relate_wrap li .cat_box {
	color: #3da853;
	font-size: 0.9rem;
	font-weight: bold;
	margin: 0 0 0.3125vw;
}

.relate_wrap li h5 {
	font-size: 1rem;
	line-height: 1.4;
}

.relate_wrap .link_btn {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 15vw;
	margin-bottom: 8.75vw;
	color: #ffffff;
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 1px;
	border-radius: 0.78125vw;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	background: #222222;
}

.relate_wrap .link_btn::after {
	content: "";
	position: absolute;
	right: 0;
	margin-right: 7.1875vw;
	display: block;
	width: 5.625vw;
	height: 1.5625vw;
	background: url(../img/index/sp_ya1.png) no-repeat;
	background-size: 100% auto;
}

/*コメント
====================*/
.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label {
	display: block;
	width: 100%;
	padding: 10px 0px;
	vertical-align: top;
}

.comment-form-author input[type="text"],
.comment-form-email input[type="email"],
.comment-form-url input[type="url"] {
	width: 100%;
	height: 25px;
}

.comment-form-comment textarea {
	width: 100%;
	height: 90px;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
メールフォーム(#mailformで囲む)
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#mailform_box {
	width: 100%;
	margin: 0 auto 10vw;
}

#mailform_box table {
	width: 100%;
}

#mailform_box th,
#mailform_box td {
	display: block;
	width: 100%;
	padding: 1.25vw 0;
	box-sizing: border-box;
	border: none;
	vertical-align: middle;
}

#mailform_box th {
	position: relative;
	font-size: 1.1rem;
	font-weight: bold;
	padding: 3.75vw 0 1.25vw;
}

#mailform_box td {
	position: relative;
	font-size: 1.1rem;
}

#mailform_box .wpcf7-list-item:not(.last) {
	margin-right: 1em;
}

#mailform_box .wpcf7-list-item.first.last {
	margin: 0;
}

#mailform_box input[type="text"],
#mailform_box input[type="email"],
#mailform_box input[type="tel"],
#mailform_box select,
#mailform_box textarea {
	width: 100%;
	height: 10vw;
	font-size: 1.1rem;
	padding: 0 1.25vw;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-apperance: none;
}
::-moz-placeholder {
	line-height: 10vw;
}
#mailform_box input[type="file"] {
	width: 100%;
}

#mailform_box textarea {
	height: 31.25vw;
	font-size: 1rem;
	padding: 1.25vw;
}

#mailform_box input[type="file"]::-webkit-file-upload-button {
	border-style: solid;
	border-radius: 0;
	background: #f1f1f1;
	font-size: 1em;
	padding: 0.5em;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

#mailform_box .sent_btn {
	text-align: center;
	position: relative;
}

#mailform_box .sent_btn::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

#mailform_box .sent_btn.js-submit::before {
	content: none;
}

#mailform_box .sent_btn input[type="submit"] {
	position: relative;
	display: block;
	width: 77.5vw;
	height: 15vw;
	margin: 0px auto;
	cursor: pointer;
	outline: none;
	background-image: url(../img/contact/submit_btn.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	opacity: 0.5;
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	text-indent: -99999px;
}

#mailform_box .sent_btn.js-submit input[type="submit"] {
	opacity: 1;
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
}

/*エラー表示*/
span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1.1rem;
	font-weight: normal;
	display: block;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	font-size: 1.1rem;
	text-align: center;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
サイト集客力チェック
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
#mailform_box.site-attraction-check_box {
	margin: 10vw auto 10vw;
	background: #f7f7f7;
}
.site-attraction-check_box .form_wrap {
	padding: 5vw 3.75vw;
}
/*tタイトル、テキスト*/
.site-attraction-check_box .form_txt_box {
	text-align: center;
	margin-bottom: 5vw;
}
.site-attraction-check_box .form_txt_box .form_title {
	font-size: 2rem;
	margin-bottom: 3.75vw;
}
.site-attraction-check_box .form_txt_box .form_txt1 {
	font-size: 1rem;
	letter-spacing: -1px;
}

/*入力欄*/
.site-attraction-check_box .form_box {
	margin-bottom: 5vw;
}
.site-attraction-check_box .form_box .input_wrap {
	margin-bottom: 3.75vw;
}

/*個人情報*/
.site-attraction-check_box .ct_3 {
	font-size: 1rem;
	line-height: 1.6;
	padding: 7.5vw 7.5vw 6.25vw 10vw;
	margin: 11.875vw 0 11.25vw;
	background: #ebebeb;
}
.site-attraction-check_box .ct_3 a {
	color: #2bb5c1;
	font-weight: bold;
}

/*送信ボタン*/
.site-attraction-check_box .sousin_btn {
}
.site-attraction-check_box .sousin_btn input[type="submit"] {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 15vw;
	color: #ffffff;
	font-size: 1.1rem;
	margin-bottom: 2.34375vw;
	border-radius: 5px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
特定商取引法に基づく表記
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.tokutei {
	width: 100%;
	margin: 0px auto;
	font-size: 1rem;
	line-height: 1.6;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #dddddd;
}

.tokutei td {
	padding: 2.5vw;
	font-weight: normal;
	border: 1px solid #dddddd;
	vertical-align: top;
}

.tokutei td {
	width: 35%;
	background: #eee;
}

.tokutei td + td {
	width: 65%;
	background: none;
}

/*テーブル*/
.scrollable-table {
	clear: both;
	overflow-x: auto;
}

.scrollable-table::-webkit-scrollbar {
	height: 5px;
}

.scrollable-table::-webkit-scrollbar-track {
	border-radius: 5px;
	background: #eee;
}

.scrollable-table::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #e5cece;
}

/* ボタン */
.btn_change {
	position: relative;
	-webkit-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
	overflow: hidden;
	z-index: 1;
}

.btn_change.change1 {
	border: 1px solid #2bb5c1;
	color: #fff;
}

.btn_change.change2 {
	border: 1px solid #222;
	background: #222;
	color: #fff;
}

.btn_change.change3 {
	border: 1px solid #fff;
	background: #fff;
	color: #2bb5c1;
}

/* select,radio,checkbox */
.select-wrap > span,
.radio-wrap > span,
.chkbx-wrap > span {
	position: relative;
}

.select-wrap > span::after {
	content: "";
	border-color: #2bb5c1 transparent transparent transparent;
	border-style: solid;
	border-width: 0.8em 0.5em 0 0.5em;
	height: 0;
	right: 0.5em;
	position: absolute;
	bottom: calc(50% - 0.5em);
	width: 0;
}

.radio-wrap input[type="radio"] {
	display: none;
}

.radio-wrap label {
	position: relative;
	cursor: pointer;
}

.radio-wrap label::before {
	content: "";
	position: absolute;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	border: 1px solid #ccc;
	top: calc(50% - 0.5em);
	left: -1em;
}

.radio-wrap input[type="radio"] + span {
	position: relative;
}

.radio-wrap input[type="radio"]:checked + span::before {
	content: "";
	position: absolute;
	display: block;
	width: 0.48em;
	height: 0.48em;
	background: #2bb5c1;
	border-radius: 50%;
	top: calc(50% - 0.24em);
	left: -0.74em;
	overflow: hidden;
	-webkit-animation: 0.5s linear 0s normal 1 running radioscale;
	animation: 0.5s linear 0s normal 1 running radioscale;
}

@keyframes radioscale {
	30% {
		transform: scale(1.3);
	}

	70% {
		transform: scale(1);
	}

	100% {
		transform: none;
	}
}

.chkbx-wrap input[type="checkbox"] + span {
	padding-left: 2em;
	position: relative;
}

.chkbx-wrap input[type="checkbox"]:checked + span::after {
	width: 0.5em;
	height: 0.8em;
	top: 0.1em;
	left: 0.2em;
	border-width: 5px;
}

.chkbx-wrap .checkout .col-2 h3#ship-to-different-address {
	font-size: 22px;
}

.chkbx-wrap .checkout .col-2 h3#ship-to-different-address input[type="checkbox"] + span::before {
	top: 0.5rem;
}

.chkbx-wrap input[type="checkbox"] {
	display: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.chkbx-wrap input[type="checkbox"] + span::before {
	cursor: pointer;
	content: "";
	display: block;
	position: absolute;
	width: 1.5em;
	height: 1.5em;
	border: 1px solid #ccc;
	top: -0.25em;
	left: 0;
	background: #ffffff;
}

.chkbx-wrap input[type="checkbox"]:checked + span::after {
	content: "";
	display: block;
	position: absolute;
	top: -0.3em;
	left: 0.3em;
	width: 0.8em;
	height: 1.2em;
	transform: rotate(45deg);
	border-bottom: 0.25em solid #2bb5c1;
	border-right: 0.25em solid #2bb5c1;
}

/*チャットボット*/
#arrabbiata_booter {
	left: 0;
	margin: auto;
}

#arrabbiata_booter .arrabbiata_parts span {
	line-height: 1.4;
}

/*===============================
  パスワード保護
  ===============================*/
.wp_pass_cont {
	width: 100%;
	padding: 15vw 10vw;
	text-align: center;
}
.wp_pass_cont .pass_text {
	line-height: 2;
}
.wp_pass_cont input[type="password"] {
	width: 100%;
	height: 7.5vw;
	padding: 4px 8px;
	font-size: 16px;
	border: 1px solid #ddd;
	margin-bottom: 7.5vw;
}
.wp_pass_cont input[type="submit"] {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30vw;
	height: 7.5vw;
	margin: 0 auto;
	font-size: 1.3rem;
	border: 1px solid #ddd;
}
