@charset "utf-8";
/* CSS Document */
*{
	box-sizing:border-box;
	padding:0;
	margin:0;
	word-break:normal;
	word-wrap:break-word;
}
@font-face {
  font-family: 'futura';
  src:url(Futura-Dem.otf);
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'futura';
  src:url(Futura-Boo.otf);
  font-weight: normal;
  font-style: normal;
}
body{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
/*	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W6", "メイリオ","Meiryo",Arial, sans-serif;*/
/* 	font-family: "Yu Mincho", "游明朝", "游明朝体", "	Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "MS Mincho", "ＭＳ 明朝", "	MS PMincho", "ＭＳ Ｐ明朝", "Sawarabi Mincho"; */
/*font-family: 'Roboto', sans-serif;*/
	background-color:#fff;
	color:#000;
	font-size: 16px;
	line-height: 1.6;
}
img{
	vertical-align:bottom;
	margin:0;
	padding:0;
	border:0;
	max-width:100%;
}
.clearfix:before,
.clearfix:after{
	display: table;
  	content: " ";
}
.clearfix:after{
	clear: both;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
p{
/* 	white-space: pre-line; */
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
ul li{
	/*list-style:none;*/
}
h1,h2,h3,h4,h5,h6,p{
	margin:0px;
}
h1,h2,h3,h4{
	font-family: "Noto Sans JP";
}

.fixedcontainer{
	width:1000px;
	margin:0 auto;
	padding:0px;
}
a{
	color: inherit;
}
a:visited,
a:link,
a:hover,
a:active,
a:focus{
	outline:none;
	text-decoration:none;
}
a:hover{
	opacity:0.8;
	transition:opacity 0.5s ease;
}


.red{
	color:#ed1c24;
}
.bkyellow{
	background-color:#fff100;
}
.bold{
	font-weight:bold;
}
.btline{
	text-decoration:underline;	
}
.underline{
	text-decoration:underline;
}
.text-center{
	text-align:center;
}
.text-left{
	text-align:left;
}
.text-right{
	text-align:right;
}
.visible-sp{
	display:none;
}
.hidden-sp{
	display:block;
}
.visible-xs{
	display:none;
}
.hidden-xs{
	display:block;
}
.visible-500{
	display:none;
}
.hidden-500{
	display:block;
}
.flex{
  display:-webkit-flex;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    flex-direction:row;
    flex-wrap: nowrap;
}
/*-------------header----------------------*/
.menu-trigger {	
	position: absolute;
	margin-top: -51px;
	right: 0;
	display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    cursor: pointer;
    float: right;
    width: 80px;
    height: 80px;
    z-index: 4;
    background-color: #5295FA;
}
.menu-trigger i {
    color: #fff;
    font-size: 24px;
    margin: 13px auto;
    text-align: center;
}
.menu-trigger i.fa-ellipsis-vertical {
	display: block;
}
.menu-trigger i.fa-xmark {
	display: none;
}
.menu-trigger.active i.fa-xmark {
	display: block;
}
.menu-trigger.active i.fa-ellipsis-vertical {
	display: none;
}
.menu-trigger.active {
	background-color: #294A7D;
}
.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    cursor: pointer;
    float: right;
    position: absolute;
    background: #fff;
    width: 36px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;

}
.menu-trigger span:nth-of-type(1) {
    top: 30px;
}
.menu-trigger span:nth-of-type(2) {
    top: 0;
    bottom: 0;
}
.menu-trigger span:nth-of-type(3) {
    bottom: 30px;
}
#navArea .g-nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 27.083vw;
    max-width: 390px;
    z-index: 4;
    height: 100vh;
    min-height: 800px;
    border-left: 1px solid #c8c8c8;
    background-color: #fff;
    -webkit-transition: left 0.4s;
    transition: left 0.4s;
}
#navArea.active .g-nav{
	left: 0;
    -webkit-transition: left 0.4s;
    transition: left 0.4s;
}
#navArea.active #mask {
    width: 100%;
    height: 100vh;
    z-index: 3;
    background-color: rgb(0 0 0 / 0.5);
    position: fixed;
    top: 0;
}
.g-nav .list {
	margin-top: 100px;
    padding: 40px;
}
.g-nav .list li{
	list-style: none;
	border-bottom: 1px solid #c8c8c8;
}
.g-nav .list li:first-child{
	border-top: 1px solid #c8c8c8;
}
.g-nav .list li a {
    display: block;
    text-decoration: none;
    padding: 15px;
    font-weight: bold;
}
.g-nav .list li img{
	width: 30px;
	margin-right: 10px;
}
.g-nav #bbp_search{
	min-width: 60%;
	margin-right:5px;
}
.g-nav #bbp_search_submit {
	display: inline-block;
	border-radius: 4px;          /* 角丸       */
	font-size: 1em;        /* 文字サイズ */
	text-align: center;      /* 文字位置   */
	cursor: pointer;     /* カーソル   */
	padding: 6px;   /* 余白       */
	background: #F0EDED;     /* 背景色     */
	color: #000000;     /* 文字色     */
	line-height: 1em;         /* 1行の高さ  */
	opacity: 1;           /* 透明度     */
	transition: .3s;         /* なめらか変化 */
	border: solid 1px #999;
	box-shadow: inset -1px -1px #ccc;
}
.g-nav #bbp_search_submit:hover {
  opacity       : 0.8;         /* カーソル時透明度 */
}
.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
}
.icon{
	width: 50px;
}
.search_sugupi{
	width: 128px
}
.header{
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	padding: 10px 30px 0;
	z-index: 1;
	background-color: #5295FA;
}

.fv{
	position: relative;
}
.fv_img img{
	width: 100%;
}

.search_form{
	position: absolute;
	background-color: #fff;
	padding: 45px 45px 25px 45px;
	box-shadow: 0px 0px 4px 0px rgb(4 0 0 / 30%);
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	left: 50%;
	margin-left: -500px;
	bottom: 0;
	transform: translateY(50%);
}
.search_sugupi{
	position: absolute;
	right: -20px;
	top: -100px;
}
.search_form_ttl{
	display: flex;
	width: 220px;
}
.search_form_ttl_header{
	margin-left: 10px;
	font-weight: bold;
}
.search_form_ttl_header_jp{
	color: #000;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
}
.search_form_ttl_header_en{
	font-size: 14px;
	color: #84a59d;
	font-family: futura;
}
.search_area_list{																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																				
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 240px);
}
.search_area_list li{
	width: 210px;
	margin-right: 20px;
	margin-bottom: 20px;
	list-style: none;
}
.search_area_list li:nth-child(3n){
	margin-right: 0;
}
.search_area_list li a{
	display: block;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	border-right: 10px;
	background-color: #f28482;
	position: relative;
	border-radius: 5px;
}
.search_area_list li a:after{
	content: '';
	position: absolute;
	top: 20px;
	width: 12px;
	height: 7px;
	background: url(../img/btn-arrow.svg) no-repeat;
	background-size: contain;
	background-position: center;
	right: 15px;
}
.fv{
	margin: 0;
}
h1.title, h2.title, h1.entry-title, h2.entry-title {
	margin-bottom: 16px;
	border-bottom: solid 2px #5295FA;
	font-size: 1.6em;
}

.sec{
	padding: 100px 0;
}
.no_top_sec{
	padding-top: 0px !important;
}
.no_bottom_sec{
	padding-bottom: 0px !important;
}
.box_shadow{
	border-radius: 50%;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
}
.review .fixedcontainer{
	position: relative;
}
.top_review_btn{
	position: absolute;
	right: 0;
	top: 120px;
	text-align: center;
	padding: 8px 16px;
	font-weight: bold;
	color: #f28482;
	border: 1px solid #f28482;
	display: inline-block;
	font-weight: bold;
	border-radius: 30px;
	/*font-family: 'Noto Sans JP';*/
}
.top_review_btn img{
	display: none;
}
.review_one{
	padding: 30px;
	margin: 0 10px;
	display: block;
	width: 320px;
	border-radius: 10px;
	border-top: 10px solid #f6bd60;
	box-shadow: 0px 0px 4px 0px rgb(4 0 0 / 30%);
}
.review_header{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.review_header img{
	margin-right: 10px;
}
.review_tbl{
	width: 100%;
	/*font-family: 'Noto Sans JP';*/
	font-size: 14px;
}
.review_tbl th{
	width: 40%;
	padding: 6px 0;
	border: 1px solid #fff;
}
.review_tbl td{
	width: 60%;
	padding: 6px 0;
	text-align: center;
	background-color: #f7f7f7;
	border: 1px solid #fff;
	font-weight: bold;
	font-size: 16px;
}
.review_tbl td img{
	vertical-align: middle;
}
.review_tbl thead th{
	background-color: #f28482;
	color: #fff;
}
.review_tbl tbody th{
	background-color: #f7ede2;
}
.review_tbl table{
	width: 100%;
}
.review_ttl{
	font-size: 18px;
	font-weight: bold;
	margin: 15px 0 5px;
}
.review_txt{
	/*font-family: 'Noto Sans JP';*/
	color: #808080;
	font-size: 14px;
	line-height: 1.4;
  height: 5.6em;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.review_man_info{
	/*font-family: 'Noto Sans JP';*/
	line-height: 1.6;
	margin-left: 10px;
}
.review_man_name{
	font-size: 16px;
}
.review_man_store{
	font-size: 12px;
	color: #666;
}
.review_man{
	display: flex;
	padding: 10px;
	border-radius: 5px;
	background-color: #f2f2f2;
	align-items: center;
	margin-top: 20px;
}
.review_wrap{
	position: relative;
}

.slider-filter-right, .slider-filter-left{
		z-index: 1;
    background: #fff;
    zoom: 1;
    position: absolute;
    top: 0;
    height: 80px;
    width: calc((100vw - 1100px) / 2);
}
.slider-filter-left {
    background: linear-gradient(-90deg,#ffffff,transparent);
    right: 0;
    height: 100%;
    bottom: 0;
}
.slider-filter-right {
    background: linear-gradient(90deg,#ffffff,transparent);
    left: 0;
    height: 100%;
    bottom: 0;
}
.slick-prev{
	width: 31px;
	height: 61px;
	left: 20px;
	background: url(../img/prev.png) no-repeat;
	background-size: contain;
	background-position: center;
	z-index: 2;
}
.slick-next{
	width: 31px;
	height: 61px;
	right: 20px;
	background: url(../img/next.png) no-repeat;
	background-size: contain;
	background-position: center;
	z-index: 2;
}
.slick-prev:before,.slick-next:before{
	content: none;
}
.slick-dots li {
    width: 80px;
    height: 2px;
    margin: 0;
}
.slick-dots li button:before {
    content: '';
    width: 80px;
    height: 2px;
    background: #cccccc;
    opacity: 1;
}
.slick-dots li.slick-active button:before {
    background: #f6bd60;
}
.slick-slider .slick-list{
	padding-bottom: 20px !important;
}
.slick-slide{
	text-align: center;
}
.btn_wrap{
	text-align: center;
}
.btn{
	cursor: pointer;
	text-align: center;
	display: inline-block;
	width: 280px;
	padding: 20px 0;
/* 	font-weight: bold; */
	color: #fff;
	background-color: #f28482;
	border: none;
	border-bottom: 4px solid #c76d6c;
	border-radius: 5px;
	position: relative;
}
.btn:after{
	content: '';
	position: absolute;
	right: 15px;
	width: 18px;
	height: 10.5px;
	background: url(../img/btn-arrow.svg) no-repeat;
	background-position: center;
	background-size: contain;
	top: 50%;
	margin-top: -5px;
}
.submit_btn{
	cursor: pointer;
	text-align: center;
	display: inline-block;
	width: 100%;
	padding: 10px 0;
	font-weight: bold;
	color: #fff;
	background-color: #f28482;
	border: none;
	outline: none;
	border-bottom: 4px solid #c76d6c;
	border-radius: 5px;
}
.banner{
	text-align: center;
}
.gray_back{
	background-color: #f7f7f7;
}
.article_list{
	display: flex;
	flex-wrap: wrap;
}
.article_one{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 10px 10px 0 10px;
}
.article_list .article_one{
	margin-bottom: 0;
}
.article_separator, #bbpress-forums hr.article_separator {
    border-bottom: solid 1px #aaa;
    width: calc(100% - 60px);
    margin: 0 30px 16px;
}
.article_img{
	width: 120px;
	height: 120px;
	overflow: hidden;
	background-color: #CCC;
	margin-bottom: 8px;
}
.article_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.article_content{
	width: calc(100% - 140px);
}
.article_date{
	font-family: 'futura';
	color: #808080;
	font-size: 14px;
	margin-bottom: 3px;
}
.article_ttl {
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 16px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    white-space: normal;
    text-decoration: underline;
}
.article_btn_wrap{
	margin-top: 10px;
	text-align: right;
}
.article_btn{
	text-align: center;
	display: inline-block;
	padding: 5px 30px;
	background-color: #fff;
	border-radius: 30px;
	border: 1px solid #f28482;
	color: #f28482;
	position: relative;
/* 	font-weight: bold; */
}
.article_btn:after{
	content: '';
	position: absolute;
	right: 12px;
	top: 50%;
	width: 6px;
	height: 10px;
	margin-top: -5px;
	background: url(../img/btn-arrow2.svg) no-repeat;
	background-size: contain;
	background-position: center;
}
.img{
	height: 420px;
}
.img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.special_in{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.special_in .title{
	text-align: left;
}
.special_in .article_one{
	margin-right: 50px;
	margin-bottom: 30px;
	width: 540px;
}
.special_in .article_one:nth-child(2){
	margin-right: 0;
	margin-left: 50px;
}
.special{
	position: relative;
}
.special:before{
	content: '';
	width: 50%;
	height: 80%;
	top: 10%;
	position: absolute;
	left: 0;
	background-color: #f7f7f7;
	z-index: -1;
}
.special.guide{
	margin-top: 100px;
}
.special.guide:before{
	content: '';
	width: 50%;
	height: 80%;
	top: 10%;
	position: absolute;
	left: auto;
	right: 0;
	background-color: #f7f7f7;
	z-index: -1;
}
.special.guide .special_in{
	flex-direction: row-reverse;
}

.special.guide .special_in .article_one{
	margin-left: 50px;
	margin-bottom: 30px;
	width: 540px;
}
.special.guide .special_in .article_one:nth-child(2){
	margin-right: 50px;
	margin-left: 0;
}
.footer_in1 ul li{
	list-style: none;
}
.footer_in1{
	padding: 80px 0 45px;
}
.footer_logo{
	margin-bottom: 15px;
	text-align: center;
}
.sns_links{
	display: flex;
	align-items: center;
	justify-content: center;
}
.sns_links li{
	margin: 0 20px;
}
.footer_links1{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 50px 0 20px;
}
.footer_links1 li{
	margin: 0 10px;
}
.footer_links1 li a{
	display: block;
	width: 220px;
	text-align: center;
	padding: 10px 0;
  color: #fff;
  border-right: 10px;
  background-color: #f28482;
  position: relative;
  border-radius: 5px;
}
.footer_links1 li a:after {
    content: '';
    position: absolute;
    top: 20px;
    width: 12px;
    height: 7px;
    background: url(../img/btn-arrow.svg) no-repeat;
    background-size: contain;
    background-position: center;
    right: 15px;
}
.footer_links2{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}
.footer_links2 li{
	padding: 0 20px;
	border-right: 1px solid #ccc;
}
.footer_links2 li:last-child{
	border-right: none;
}
.footer_in2{
	background-color: #5295FA;
	text-align: center;
	padding: 20px 0;
	color: #fff;
	font-size: 12px;
}
.submain{
	padding: 120px 0 60px;
}
.submain h1{
	font-size: 30px;
}
.submain h1 img{
	margin-right: 10px;
}
.breadcrumb{
	background-color: #f2f2f2;
	padding: 15px 0;
	font-size: 14px;
}
.search_title{
	text-align: center;
	font-size: 24px;
	margin-bottom: 30px;
}
.search_area_list2{
	display: flex;
	flex-wrap: wrap;
}
.search_area_list2 li{
	list-style: none;
	width: 23.5%;
	margin-bottom: 15px;
	margin-right: 2%;
}
.search_area_list2 li:nth-child(4n){
	margin-right: 0;
}
.search_area_list2 li a{
	display: block;
	text-align: center;
	color: #fff;
	background-color: #f28482;
	border-radius: 5px;
	padding: 10px 0;
	position: relative;
}
.search_area_list2 li a:after {
    content: '';
    position: absolute;
    top: 20px;
    width: 12px;
    height: 7px;
    background: url(../img/btn-arrow.svg) no-repeat;
    background-size: contain;
    background-position: center;
    right: 15px;
}
.search .title{
	text-align: left;
}
.title2{
	display: flex;
	align-items: center;
}
.title2_img{
	margin-right: 10px;
}
.title2_txt{
	font-weight: bold;
}
.title2_txt .jp{
	font-size: 22px;
	line-height: 1.2;
}
.title2_txt .en{
	font-family: 'futura';
	font-size: 14px;
	color: #84a59d;
}
.search_header{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 20px;
}
.search_count span{
	font-size: 22px;
	color: #f28482;
}
.shop_one{
	margin-bottom: 40px;
	border-radius: 5px;
	overflow: hidden;
	border-top: 10px solid #f6bd60;
	box-shadow: 0px 0px 4px 0px rgb(4 0 0 / 30%);
	padding: 30px;
	display: flex;
	justify-content: space-between;
}
.shop_review img{
	vertical-align: middle;
}

.shop_ttl{
	font-size: 22px;
	font-weight: bold;
}
.shop_img{
	margin-top: 20px;
}
.shop_left{
	width: 320px;
}
.shop_right{
	width: calc(100% - 350px);
}
.shop_point_lists{
	padding: 20px;
	background-color: #f2f2f2;
}
.point_one{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.point_one:last-child{
	margin-bottom: 0;
}
.point_num{
	font-family: 'futura';
	font-weight: bold;
	font-size: 12px;
	display: flex;
	align-items: center;
	width: 70px;
}
.point_num span{
	display: block;
	width: 24px;
	height: 24px;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	background-color: #f28482;
	border-radius: 50%;
	margin-left: 5px;
}
.point_txt{
	width: calc(100% - 80px);
	/*font-family: 'Noto Sans JP';*/
	font-size: 14px;
	line-height: 1.4;
}
.shop_point_lists{
	margin-bottom: 20px;
}
.shop_info_list{
	margin-bottom: 20px;
}
.shop_info_list>span{
	display: inline-block;
	padding: 3px 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 14px;
	/*font-family: 'Noto Sans JP';*/
}
.shop_info_type1{
	background-color: #84a59d;
}
.shop_info_type2{
	background-color: #f6bd60;
}
.shop_info_type3{
	background-color: #29abe2;
}
.shop_info_type4{
	background-color: #6cbf65;
}
.shop_info_type5{
	background-color: #c69c6d;
}
.shop_info_type6{
	background-color: #ee90a5;
}
.shop_info_type7{
	background-color: #666565;
}
.shop_info_type8{
	background-color: #8c71b0;
}
.shop_intro{
	margin-bottom: 20px;
	/*font-family: 'Noto Sans JP';*/
}
.shop_intro_ttl{
	font-size: 18px;
	border-bottom: 1px solid #f6bd60;
	margin-bottom: 10px;
}
.shop_intro_txt{
	font-size: 14px;
}
.shop_btn{
	display: inline-block;
    width: 220px;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    border-right: 10px;
    background-color: #f28482;
    position: relative;
    border-radius: 5px;
}
.shop_btn:after {
    content: '';
    position: absolute;
    top: 20px;
    width: 12px;
    height: 7px;
    background: url(../img/btn-arrow.svg) no-repeat;
    background-size: contain;
    background-position: center;
    right: 15px;
}
.access{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 5vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
    background: linear-gradient(0deg, #0CB144, #5295FA);
	font-weight: bold;
	z-index: 10;
}
.access_in{
	text-align: center;
	/*font-family: 'Noto Sans JP';*/
	letter-spacing: 1px;
}
.access_ttl1{
	font-size: 18px;
	margin-bottom: 30px;
}
.logo18{
	margin-bottom: 40px;
}
.access_ttl2{
	font-size: 24px;
	margin-bottom: 30px;
}
.access_btns{
	display: flex;
	justify-content: center;
}
.access_btns a{
	width: 140px;
	display: inline-block;
	padding: 5px 0;
	margin: 0 15px;
	border-radius: 5px;
	color: #fff;
	font-size: 24px;
	font-family: 'futura';
	font-weight: bold;
	text-align: center;
}
.yes_btn{
	background-color: #f28482;
}
.no_btn{
	background-color: #000;
}
.login_in{
	width: 640px;
	border-radius: 8px;
	background-color: #fff;
	padding: 80px 70px;
}
.login_ttl{
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: bold;
}
.login_logo {
    margin-bottom: 35px;
    text-align: center;
    background-color: #5295FA;
    padding: 20px 0 0;
}
.input_wrap{
	margin-bottom: 20px;
}
.input_wrap input{
	width: 100%;
	border-radius: 5px;
	background-color: #f2f2f2;
	padding: 10px;
	height: 60px;
	border: none;
	outline: none;
}
.submit_wrap input{
	width: 100%;
	padding: 15px 0;
	text-align: center;
	color: #fff;
	background-color: #f28482;
	outline: none;
	border: none;
	border-radius: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.tabs ul li{
	list-style: none;
}
.tabs{
	border-bottom: 1px solid #84a59d;
	margin-top: 60px;
}
.tabs ul{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.tabs ul li div{
	cursor: pointer;
	display: block;
	width: 230px;
	text-align: center;
/* 	font-weight: bold; */
	color: #fff;
	padding: 15px 0;
	background-color: #f28482;
}
.tabs ul li div.active{
	background-color: #84a59d;
	font-size: 18px;
	padding: 20px 0;
}
.tab_content{
	display: none;
}
.tab_content.active{
	display: block;
}
.shop_main_ttl{
	margin-bottom: 20px;
	font-size: 24px;
}
.shop_main_txt{
	font-weight: bold;
}
.shop_main_info{
	display: flex;
	justify-content: space-between;
}
.shop_main_info{
	margin-top: 40px;
}
.shop_point_ttl{
	/*font-family: 'Noto Sans JP';*/
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.shop_main_img{
	width: 364px;
}
.shop_main_img_in img{
	width: 100%;
	height: auto;
}

.shop_main_point{
	width: 590px;
}
.shop_people_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.shop_people_one{
	width: 220px;
	margin-right: 40px;
	margin-bottom: 40px;
	border-radius: 5px;
	overflow: hidden;
	border-top: 5px solid #f6bd60;
	display: block;
	box-shadow: 0px 0px 4px 0px rgb(4 0 0 / 30%);
}
.shop_people_one:nth-child(4n){
	margin-right: 0;
}
.people_one_img{
	width: 100%;
	height: 212px;
}
.people_one_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.people_one_in{
	padding: 15px;
	/*font-family: 'Noto Sans JP';*/
}
.people_name{
	font-weight: bold;
	margin-bottom: 5px;
}
.people_info{
	font-size: 14px;
}
.people_cat{
	margin: 5px 0;
}
.people_cat span{
	padding: 3px 10px;
	color: #fff;
	background-color: #84a59d;
	font-size: 12px;
}
.people_cat span.cat2{
	background-color: #c69c6d;
}
.people_shop_name{
	font-size: 14px;
}

.price_one{
	margin-bottom: 40px;
	box-shadow: 0px 0px 4px 0px rgb(4 0 0 / 30%);
	padding: 30px 40px 40px;
	background-color: #fff;
	border-top: 10px solid #f6bd60;
	overflow: hidden;
	border-radius: 5px;
}
.price_ttl{
	font-size: 20px;
	margin-bottom: 20px;
}
.price_tbl{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	/*font-family: 'Noto Sans JP';*/
	margin-bottom: 15px;
}
.price_tbl dl{
	display: flex;
	width: 50%;
}
.price_tbl dt{
	padding: 15px 10px;
	background-color: #f7ede2;
	border: 1px solid #fff;
	width: 50%;
	font-weight: normal;
}
.price_tbl dd{
	padding: 15px 10px;
	background-color: #f7f7f7;
	border: 1px solid #fff;
	width: 50%;
}
.info_tbl{
	display: flex;
	flex-wrap: wrap;
	/*font-family: 'Noto Sans JP';*/
}
.info_tbl dl{
	display: flex;
	width: 50%;
}
.info_tbl dt{
	padding: 15px 15px;
	background-color: #f7ede2;
	border: 1px solid #fff;
	width: 50%;
	font-weight: normal;
}
.info_tbl dd{
	padding: 15px 15px;
	background-color: #f7f7f7;
	border: 1px solid #fff;
	width: 50%;
}

.content_wrap{
	display: flex;
	justify-content: space-between;
}
.sidebar{
	width: 240px;	
	/*font-family: 'Noto Sans JP';*/
}
.content{
	width: 720px;
}
.therapist_list{
	display: flex;
	flex-wrap: wrap;
}
.therapist_list .shop_people_one{
	margin-right: 30px;
	margin-bottom: 30px;
}
.therapist_list .shop_people_one:nth-child(3n){
	margin-right: 0;
}
.sidebar_ttl{
	background-color: #84a59d;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
}
.sidebar_in{
	background-color: #fff;
	border: 1px solid #84a59d;
	padding: 10px 20px;
}
.search_item_one{
	padding: 10px 0;
	border-bottom: 1px solid #84a59d;
}
.search_item_one:last-child{
	border-bottom: none;
}
.search_item_ttl{
	font-weight: bold;
	margin-bottom: 5px;
}
.two_column{
	display: flex;
	justify-content: space-between;
}
.two_column>div{
	width: 48%;
}
.sidebar_in select{
	width: 100%;
	height: 30px;
	background-color: #f2f2f2;
	border: none;
	border-radius: 0;
	outline: none;
}
.shop_review_wrap{
	display: flex;
	justify-content: space-between;
}
.shop_review_wrap .review_tbl{
	width: 280px;
}
.shop_review_wrap .shop_review_left{
	width: calc(100% - 320px);
}
.shop_review_one{
	padding: 40px;
	margin-bottom: 40px;
	border-top: 10px solid #f6bd60;
    display: block;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 0px rgb(4 0 0 / 30%);
}
.shop_review{
	display: flex;
	align-items: center;
}
.post_cats li{
	list-style: none;
	border-bottom: 1px solid #84a59d;
}
.post_cats li:first-child{
	border-top: 1px solid #84a59d;
}
.post_cats li a{
	display: block;
	padding: 20px 0;
	font-size: 16px;
	/*font-family: 'Noto Sans JP';*/
}
.post_one{
	display: flex;
	justify-content: space-between;
	padding: 20px;
	margin-top: 40px;
	border-radius: 10px;
	box-shadow: 0px 0px 4px 0px rgb(4 0 0 / 30%);
}
.post_img{
	width: 240px;
	height: 180px;
	border-radius: 5px;
	overflow: hidden;
}
.post_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.post_in{
	width: calc(100% - 280px);
}
.post_one .article_ttl{
	font-size: 18px;
}
.article_cat{
	margin: 10px 0;
}
.article_cat span{
	display: inline-block;
	padding: 5px 10px;
	background-color: #84a59d;
	color: #fff;
	/*font-family: 'Noto Sans JP';*/
	font-size: 12px;
}
.article_txt{
	/*font-family: 'Noto Sans JP';*/
	font-size: 14px;
    line-height: 1.4;
    height: 2.8em;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.line_btn{
	padding: 18px 0;
	text-align: center;
	background-color: #00c300;
	display: inline-block;
	border-radius: 5px;
	width: 280px;
}
.line_btn_wrap{
	text-align: center;
}
.btn_flex{
	margin-top: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn_flex>div{
	margin-right: 40px;
}
.btn_flex>div:last-child{
	margin-right: 0;
}
.therapist_wrap{
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
.therapist_left{
	width: 463px;
}
.therapist_right{
	width: 500px;
}
.tenpo_name{
	font-size: 24px;
	margin-bottom: 10px;
}
.therapist_name{
	font-size: 32px;
	/*font-family: 'Noto Sans JP';*/
	margin-bottom: 10px;
}
.therapist_info{
	/*font-family: 'Noto Sans JP';*/
}
.therapist_info table{
	width: 100%;
}
.therapist_info th{
	padding: 8px 0;
	width: 90px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
.therapist_info td{
	padding: 8px 0;
	width: calc(100% - 90px);
}
.therapist_info .cat1{
	padding: 3px 10px;
	display: inline-block;
	color: #fff;
	background-color: #84a59d;
	font-size: 12px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.therapist_info .cat2{
	padding: 3px 10px;
	display: inline-block;
	color: #fff;
	background-color: #c69c6d;
	font-size: 12px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.therapist_video{
	margin-top: 40px;
}
.therapist_btn_wrap{
	display: flex;
	justify-content: center;
}
.therapist_btn_wrap>a{
	margin: 0 30px;
}
.therapist_imgs_thumb {
	margin-top: 20px;
}
.therapist_imgs_thumb .slick-slide{
	padding: 0 3px;
}

.style2a {
    margin: 65px 0 30px !important;
    border-bottom: 3px solid #000;
    font-size: 26px !important;
}
.style3a {
    margin: 65px 0 30px !important;
    padding: 10px 3px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 22px !important;
}
.single_thumbnail img{
	width: 100%;
	height: auto;
}
#toc_container{
	width: 100%;
	margin-top: 30px;
}
#toc_container p.toc_title{
	font-size: 200%;
}
.single_content{
	margin-bottom: 40px;
}
.single_content table{
	width: 100%;
	margin: 20px 0;
}
.single_content table th,.single_content table td{
	border: 1px solid #ccc;
	padding: 15px 10px;
}
.single_thumbnail{
	margin: 20px 0;
}

.page_content table th,.page_content table td{
	padding: 15px 10px;
	border: 1px solid #ccc;
}
#wpmem_login, #wpmem_msg, #wpmem_reg, .wpmem_msg{
	width: 100%;
}
.button_div input[type="submit"]{
	width: 100%;
	border: none;
	background: #0CB144;
	color: #fff;
	border-radius: 4px;
	padding: 15px 0;
}
.review_form div{
	display: flex;
}
.review_form div label{
	width: 200px;
	padding: 10px 0 30px;
}
.review_form div div{
	width: calc(100% - 200px);
	padding: 0 0 20px;
}
.input1{
	padding: 10px;
	border: none;
	outline: none;
	background: #f2f2f2;
	width: 100%;
}
.input2{
	padding: 10px;
	border: none;
	outline: none;
	background: #f2f2f2;
	width: 100%;
	height: 120px;
}
.rate{
	font-size: 24px;
	color: #f28482;
}
.submit_btn_wrap{
	text-align: center;
}
.rate_avarage{
	color: #f28482;
	font-size: 16px;
}
.rate_avarage_wrap{
	display: flex;
	align-items: center;
	justify-content: center;
}
.review_man_img{
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 50%;
}
.review_man_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.easy-wp-page-navigation.style-circle a, .easy-wp-page-navigation.style-circle span{
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #f28482;
}
.easy-wp-page-navigation a:hover, .easy-wp-page-navigation span.current{
	background: #f28482;
}
.easy-wp-page-navigation.style-circle a.next, .easy-wp-page-navigation.style-circle a.prev, .easy-wp-page-navigation.style-circle a.first-page-link, .easy-wp-page-navigation.style-circle a.last-page-link{
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	border: 1px solid #f28482;
}
ul.easy-wp-page-nav li{
	margin-right: 10px;
}
.easy-wp-page-navigation{
	margin-top: 30px;
}
.therapist_review_one .review_txt{
	height: auto;
	overflow: initial;
	display: block;
	text-overflow: initial;
}

.flex_field_group{
	display: flex;
	justify-content: space-between;
}
.flex_field_group>.field_wrap{
	width: 48%;
}
.field_ttl{
	padding: 10px 0;
	font-weight: bold;
}
.field_wrap input{
	width: 100%;
	height: 56px;
	padding: 5px;
	background-color: #f2f2f2;
	border-radius: 5px;
	outline: none;
	border: none;
}
.field_wrap select{
	width: 100%;
	height: 56px;
	padding: 5px;
	background-color: #f2f2f2;
	border-radius: 5px;
	outline: none;
	border: none;
}
.field_wrap{
	margin-bottom: 10px;
}

.field_div{
}
.field_ttl span,.check_field_ttl span{
	color: #ed1c24;
}
.check_field_ttl{
	font-weight: bold;
	margin-bottom: 15px;
	padding-top: 10px;
}
.check_field_list{
	display: flex;
	flex-wrap: wrap;
}
span.mwform-checkbox-field{
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
.check_field_list label{
	width: 100%;
	display: block;
}

.check_field_list label input{
	width: 18px;
	height: 18px;
	margin-right: 10px;
	vertical-align: top;
	margin-top: 4px;
}
.mw_wp_form .horizontal-item + .horizontal-item{
	margin-left: 0 !important;
}
.check_field_wrap{
}
.field_div textarea{
	width: 100%;
	height: 140px;
	padding: 5px;
	background-color: #f2f2f2;
	border-radius: 5px;
	outline: none;
	border: none;
	resize: none;
}
.submit_btn_wrap{
	margin-top: 30px;
	text-align: center;
}
.submit_btn_wrap input{
	display: inline-block;
	padding: 15px 30px;
	background-color: #f28482;
	color: #fff;
	border-radius: 5px;
	border: none;
	outline: none;
}
.wpcf7-spinner{
	display: none;
}
.field_div a{
	text-decoration: underline;
}
#review_modal{
	display: none;
}
.therapist_review_list_wrap{
	position: relative;
}
.therapist_review_list_wrap .top_review_btn{
	top: 0;
}
#review_modal{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	justify-content: center;
	align-items: center;
	z-index: 5;
}
#review_modal.active{
	display: flex;
}
.review_form{
	max-width: 800px;
	width: 90%;
	background: #fff;
	position: relative;
}
.close{
	position: absolute;
	right: -20px;
	top: -20px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
}
.copy_text_wrap{
	padding: 40px;
	text-align: center;
	background-color: #f2f2f2;
}
#copy_text{
	text-align: left;
	margin: 0 0 30px;
	padding: 20px;
	background: #fff;
}
.footer_twitter{
	text-align: center;
	max-width: 800px;
	margin: 0 auto 20px;
}
.main-wrapper {
	width: 100%;
	background: linear-gradient(0deg, #0CB144, #5295FA);
}
.main-container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 26px;
	background-color: #fff;
}
.appeal-sp{
	display: none;
}
.search{
	width:100%;
}
.contents-container {
	display:flex;
}
.top-contents-container{
	padding-top: 26px;
}
.contents-main{
	width:calc(100% - 365px);
	margin: 0;
}
.contents-sub{
	width: 350px;
	margin-left: 30px;
}
.appeal{
	border: solid 1px #0CB144;
	padding: 18px;
	margin-bottom: 40px;
}
.appeal a.button {
	display:block;
	background-color: #0CB144; 
	color: #fff;
	margin-bottom: 20px;
	font-size: 1.2em;
	font-weight: 700;
	border: solid 2px #0CB144;
	width: 100%;
	border-radius: 4px;
	padding: 6px;
	text-align:center;
}
#bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, #bbpress-forums ul.bbp-topics {
    font-size: 14px;
	line-height: 1.6em;
	border: none;
    margin-bottom: 0;
}
#bbpress-forums ul.bbp-replies {
    border: solid 1px #535353;
	border-radius: 0 0 4px 4px;
	border-top: none;
	font-weight: 600;
	margin-bottom: 12px;
}
.bbp-pagination {
    float: left;
    width: 100%;
    margin-bottom: 6px;
}
.bbp-pagination-meta {
    border: solid 1px #535353;
	border-radius: 4px 4px 0 0;
	border-bottom: none;
	margin: 0;
	padding: 10px;
	float: left;
    width: 100%;
}
.bbp-header, .bbp-footer {
	display: none;
}
#bbpress-forums div.bbp-forum-header, #bbpress-forums div.bbp-reply-header, #bbpress-forums div.bbp-topic-header {
    margin: 8px 16px;
    padding: 8px 0 0 0;
	border-top: solid 1px #aaa;
	background-color: #fff;
}
#bbpress-forums div.odd, #bbpress-forums ul.odd {
    background-color: #fff;
}
#bbpress-forums div.hentry {
    height: auto;
    box-sizing: border-box;
    padding: 0 14px 14px;
}
#bbpress-forums div.bbp-forum-content, #bbpress-forums div.bbp-reply-content, #bbpress-forums div.bbp-topic-content {
    margin-left: 0; 
    padding: 0 12px 12px 0;
    text-align: left;
    position: relative;
}
.bbp-breadcrumb, .bbp-template-notice {
	display:none;
}
.bbp-meta{
	color: #5295FA;
}
.bbp-pagination-count {
    font-size: 12px;
	font-weight: 600;
}
.bbp-pagination-links {
    font-size: 14px;
	font-weight: 600;
	margin-bottom: 8px;
}
#bbpress-forums .bbp-pagination-links a, #bbpress-forums .bbp-pagination-links span.current {
    font-size: 14px;
    line-height: 34px;
    padding: 0 12px;
    margin-left: 8px;
    background-color: #F0F0F0;
    border-radius: 4px;
    border: none;
}
#bbpress-forums .bbp-pagination-links span.current {
    color: #b1b1b1;
}
#bbpress-forums fieldset.bbp-form{
	border: none;
	padding: 0;
    margin-bottom: 0;
}
#bbpress-forums fieldset.bbp-form legend {
    border: solid 1px #535353;
    border-radius: 4px 4px 0 0;
    border-bottom: none;
    margin: 0;
    padding: 10px;
    float: left;
    width: 100%;
	font-size:1.1em;
	font-weight: 600;
}
#bbpress-forums fieldset.bbp-form legend span.alert {
	font-size:12px;
	color: red;
}
#new-post .reply-form1 {
	border: solid 1px #535353;
    border-radius: 4px;
	margin: 0;
    padding: 10px;
	width: 100%;
	font-size:1.1em;
	font-weight: 500;
}
div.bbp-submit-wrapper {
    margin: 30px 0;
    width: 100%;
}
div.bbp-submit-wrapper button#bbp_reply_submit {
    background-color: #0CB144;
    color: #fff;
    margin: 0;
    font-size: 1.4em;
    font-weight: 700;
    border: solid 2px #0CB144;
    width: 100%;
    border-radius: 4px;
    padding: 12px 6px;
}
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
    width: 100%;
    margin: 0;
    font-size: 14px;
	background-color: #F0EDED;
	border: solid 1px #999;
	border-radius: 4px;
	box-shadow: inset 1px 1px #ccc;
}
.review-result {
    width: 100%;
    position: static;
    margin: 6px 0 0 0;
}
.review-result a{
	float:left;
	padding: 10px 14px 10px 0;
	color: #5295FA;
}
.review-result a i{
	font-size: 28px;
}
.review-result .wpulike{
	float:left;
}
.searchandfilter{
 width:100%;
}

.searchandfilter ul{
	display: flex;
	width:100%;
}
.searchandfilter li{
  list-style: none;
  margin-left: 0;
}
.search .searchandfilter li:first-child{
	width: 210px;
}
.search .searchandfilter li:nth-child(2){
	width: calc(100% - 360px);
}
.search .searchandfilter li:nth-child(3){
	width: 140px;
}
#ofcategory {
	height:46px;
	border: solid 1px #000;
	width: 210px;
	border-radius: 4px 0 0 4px;
	padding: 6px 12px;
}
.searchandfilter input[type="text"]{
	height:46px;
	border: solid 1px #000;
	border-left: none;
	width: 100%;
	border-radius: 0 4px 4px 0;
	padding: 6px 12px;
}
.searchandfilter input[type="submit"]{
	height: 46px;
    background-color: #0CB144;
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    border: solid 2px #0CB144;
    width: 120px;
    border-radius: 4px;
    padding: 6px;
    margin: 0 10px;
}
.search h2 {
	font-size: 16px;
	padding: 12px 0 6px;
}
.more {
	margin: 0 0 30px 0;
	text-align: right;
}
.more a {
	text-decoration: underline;
}
.menu-trigger {
	display:none;
}
.page_content h2{
	font-size: 1.2em;
}
.page_content p{
	font-size: 1.1em;
    line-height: 1.8em;
    margin: 0 0 1.8em;
}
.page_content .topic-form p{
    margin: 0;
	line-height: 1.4em;
}
.header_in {
	display: flex;
}
header .logo{
	padding: 10px 0 0 0;
	width: calc(100% - 520px);
}
header .b-nav {
	width: 520px;
	justify-content: space-around;
	color: #fff;
	font-weight: 600;
	font-size: 1.2em;
}
header .b-nav ul{
	display: flex;
	justify-content: flex-end;
}
header .b-nav li{
	list-style: none;
	margin: 10px 0 10px 26px;
}
header .b-nav .button-a {
    background-color: #0CB144;
    border: solid 1px #fff;
    border-radius: 4px;
    padding: 9px 20px;
}
header .b-nav .button-b {
    background-color: #fff;
    border: solid 1px #0CB144;
	color: #0CB144;
    border-radius: 4px;
    padding: 9px 20px;
}
.wp-pagenavi {
    width: 100%;
    text-align: center;
}
.wp-pagenavi {
    width: 100%;
    text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: none;
    padding: 6px 0;
    margin: 4px;
    display: inline-block;
    font-size: 12px;
	height: 30px;
	border-radius: 50%;
}
.wp-pagenavi a.page {
    background-color: #d9d9d9;
    width: 30px
}
.wp-pagenavi span {
    background-color: #5295FA;
	width: 30px;
}
.search-results li{
	font-size: 1.2em;
	list-style-type: none;
}
.search-results li a{
	text-decoration: underline;
}
.bbp-login-form{
	display: none;
}
ul.icon-button{
	display: flex;
	width:100%;
	height: 70px;
	list-style: none;
}
.icon-button li{
	width: 70px;
	height: 50px;
	text-align: center;
}
.icon-button li i{
	width: 28px;
	height: 28px;
	font-size: 28px;
	margin: 11px 21px 6px 21px;
}
.icon-button li span{
	width: 70px;
	font-size: 12px;
}
div.bbp-submit-wrapper button#bbp_topic_submit {
    background-color: #0CB144;
    color: #fff;
    margin: 0;
    font-size: 1.4em;
    font-weight: 700;
    border: solid 2px #0CB144;
    width: 100%;
    border-radius: 4px;
    padding: 12px 6px;
}
div.topic-form {
    border: solid 1px #616161;
    border-radius: 4px;
    padding: 8px;
}
div.topic-form .s-text{
	font-size: 0.8em;
}
div.topic-form .s-text{
	font-size: 0.8em;
}
div.cf-form span {
    display: block;
    float: left;
    width: 6em;
    padding: 6px 0 0 0;
}
.bnr-space{
	margin: 0 auto 20px;
}

.topic-form #mceu_0,.topic-form #mceu_1,.topic-form #mceu_2,.topic-form #mceu_3,.topic-form #mceu_4,.topic-form #mceu_5,.topic-form #mceu_6,.topic-form #mceu_7,.topic-form #mceu_8,.topic-form #mceu_9,.topic-form #mceu_10,#mceu_11{
	display: none;
}
fieldset {
   border: none;
   margin: 0;
   padding: 0;
}
.search #bbp-search-form #bbp_search {
    height: 46px;
    border: solid 1px #000;
    width: 100%;
    border-radius: 4px;
    padding: 6px 12px;
	width: calc(100% - 150px);
}
.search #bbp-search-form #bbp_search_submit {
    height: 46px;
    background-color: #0CB144;
    color: #fff;
    font-size: 1.2em;
    font-weight: 700;
    border: solid 2px #0CB144;
    width: 120px;
    border-radius: 4px;
    padding: 6px;
    margin: 0 10px;
}
.top-contents-main .bbp-pagination{
	display: none;
}
.bbp-topic-form input[type="text"], #bbpress-forums fieldset.bbp-form input[type="text"]{
	min-width: 90%;
    max-width: 100%;
    font-size: 1rem;
    padding: 2px 5px;
    margin: 0 0 12px;
    font-size: 14px;
    background-color: #F0EDED;
    border-radius: 4px;
	border: solid 1px #999;
    box-shadow: inset 1px 1px #ccc;
}
.bbp-topic-form .bbp-the-content {
    min-width: 90%;
    max-width: 100%;
    height: 8rem;
    font-size: 1rem;
    padding: 2px 5px;
    margin: 0 0 12px;
	background-color: #F0EDED;
    border-radius: 4px;
	border: solid 1px #999;
    box-shadow: inset 1px 1px #ccc;
}
.custom-field-container {
	margin-bottom: 12px;
}
.bbp-reply-form p{
	font-size: 1.1em;
}
.bbp-reply-form p.s-text{
	font-size: 1em;
	width: 100%;
}
.mobile-on{
        display: none;
    }
.login_status, .register_status, .register_links{
	text-align: center;
}
.login_status a{
	background-color: #0CB144;
    border-radius: 4px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 300px;
    padding: 10px 25px;
    color: #fff;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
	height: 46px;
    font-size: 1.2em;
    font-weight: 700;   
    margin: 20px auto 0;
}
.register_links li{
    list-style: none;
}
.register_links li:nth-child(1) a{
    color: #5295FA;
	text-decoration: underline;
}
.register_links li:nth-child(2) a{
	background-color: #0CB144;
    border-radius: 4px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 300px;
    padding: 10px 25px;
    color: #fff;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
	height: 46px;
    font-size: 1.2em;
    font-weight: 700;   
    margin: 20px auto 0;
}


.top-count {
    margin: 18px 0 0;
    font-weight: 800;
    line-height: 1.8rem;
}
.top-count span{
	display: inline-block;
}
.top-count b.num1 {
	color: #5295FA;
	font-size:2rem;
	margin: 0 2px;
}
.top-count b.num2 {
	color: #0CB144;
	font-size:2rem;
	margin: 0 2px;
}
.top-count b.ken1 {
	color: #5295FA;
}
.top-count b.ken2 {
	color: #0CB144;
}
.topic-form .mce-toolbar .mce-ico {
    width: 40px !important;
    height: 40px !important;
    font-size: 2rem;
}
.topic-form #mceu_18{
	height: 200px;
	overflow:hidden;
}
.topic-form #tinymce img{
	height: 180px !important;
	overflow:hidden;
}
.topic-form .wp-editor-container {
    border: 1px solid #ffffff !important; 
}
.mce-reset .mce-formitem {
    display: none;
}
.mce-reset .mce-first {
    display: block;
}
.image-upload {
	margin-top: -200px;
}
.bbp-forums, .bbp-admin-links {
    display: none !important;
}
#bbp_topic_image, #bbp_reply_image {
	padding: 6px 0;   /* 余白       */
}
#bbp_topic_image::file-selector-button, #bbp_reply_image::file-selector-button {
	display: inline-block;
	border-radius: 4px;          /* 角丸       */
	font-size: 1em;        /* 文字サイズ */
	text-align: center;      /* 文字位置   */
	cursor: pointer;     /* カーソル   */
	padding: 6px;   /* 余白       */
	background: #F0EDED;     /* 背景色     */
	color: #000000;     /* 文字色     */
	line-height: 1em;         /* 1行の高さ  */
	opacity: 1;           /* 透明度     */
	transition: .3s;         /* なめらか変化 */
	border: solid 1px #999;
	box-shadow: inset -1px -1px #ccc;
}
#bbp_topic_image::file-selector-button:hover, #bbp_reply_image::file-selector-button:hover {
  opacity       : 0.8;         /* カーソル時透明度 */
}
.anonymous-form{
	display:none;
}
a:visited.register-link, a:link.register-link, a:hover.register-link, a:active.register-link, a:focus.register-link{
	color: #0055ff;
	text-decoration: underline;
}
a.register-link:visited, a.register-link:link, a.register-link:hover, a.register-link:active, a.register-link:focus{
	color: #0055ff;
	text-decoration: underline;
}
#bbpress-forums .cf-turnstile {
    padding: 0 calc(50% - 75px);
    width: 100%;
}