@charset "utf-8";
/* CSS Document */
/*カテゴリーの記事一覧*/
.kategori-title1 h3{
	font-size: 17px;
	line-height: 1.4;
}
.list_title{
  padding-left:0;
  padding-right: 0;
}
@media only screen and (max-width: 1024px){
.kategori-title1 h3{
font-size: 14px;
line-height: 1.48;
}
}
@media only screen and (max-width: 767px){
.kategori-title1 h3{
	font-size: 13px;
}
}
/* ページング */
.nav-links {
    display: flex;
    justify-content: center;
}
.nav-links .page-numbers {
  text-align: center;
}
.nav-links .page-numbers li {
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
}
.nav-links .page-numbers li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.nav-links .page-numbers li a:hover{
  color: #fff !important;
}
.nav-links .page-numbers li a span{
  display:table-cell;
  vertical-align:middle;
}
.nav-links .page-numbers li a:hover,
.nav-links .page-numbers li a.active{
  color: #fff;
  background: rgba(210,178,141,0.55) !important;
}
@keyframes animScale {
  0% { transform: scale(0.8, 0.8); }
  40% { transform: scale(1.2, 1.2); }
  60% { transform: scale(1, 1); }
  80% { transform: scale(1.1, 1.1); }
  100% { transform: scale(1, 1); }
}
@-webkit-keyframes animScale {
  0% { -webkit-transform: scale(0.8, 0.8); }
  40% { -webkit-transform: scale(1.2, 1.2); }
  60% { -webkit-transform: scale(1, 1); }
  80% { -webkit-transform: scale(1.1, 1.1); }
  100% { -webkit-transform: scale(1, 1); }
}
@-moz-keyframes animScale {
  0% { -moz-transform: scale(0.8, 0.8); }
  40% { -moz-transform: scale(1.2, 1.2); }
  60% { -moz-transform: scale(1, 1); }
  80% { -moz-transform: scale(1.1, 1.1); }
  100% { -moz-transform: scale(1, 1); }
}
@media only screen and (max-width: 767px){
.nav-links .page-numbers li{
	display: none;
}
.nav-links .page-numbers li{
	display: inline-block;
	width: 37px;
	height: 45px;
	text-align: center;
}
.nav-links .page-numbers li a{
	width: 100%;
	text-align: center;
}
.nav-links .page-numbers li.pre span::after{
	content: "　前の10件へ";
}
.nav-links .page-numbers li.next span::before{
	content: "次の10件へ　";
}
}
@media only screen and (max-width: 376px){
.nav-links .page-numbers li{
	height: 50px;
}
}
.nav-links .page-numbers li{
	vertical-align: top;
}
.nav-links .page-numbers li {
	margin-bottom: 8px;
}
.nav-links .page-numbers{
	line-height: 50px;
	padding-left: 0;
}
@media only screen and (max-width: 767px){
.nav-links .page-numbers{
	line-height: 35px;
}
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
/* ******ページャーカスタマイズ */
/*全体*/
.wrap-kaso{
	margin-bottom:20px;
}
@media screen and (max-width: 991px){
.wrap-kaso{
	margin-top: 80px;
}
}
@media screen and (max-width: 767px){
.container.single-header-top {
    margin-top: 60px;
}
}
@media screen and (max-width: 425px){
.container.single-header-top {
    margin-top: 0;
}
}
/*左側*/
.single-left-parts{
margin-top: 15px;
}
/*タイトル*/
.categories-title {
    font-size: 25px;
    color:#1789CA;
}
@media screen and (max-width: 1199px){
.categories-title {
    font-size: 23px;
}
}
/*カテゴリーの枠*/
.kategori-box {
    margin-bottom: 20px;
}
@media screen and (max-width: 767px){
.kategori-box {
	padding-right: 10px;
	padding-left: 10px;
}
}
.category-list-a img{
    margin: 0 0 0rem;
    width: 336px;
    height: 189px;
    object-fit: cover;
}
@media screen and (max-width: 1199px){
.category-list-a img{
	width: 100%;
	height: 161.4375px;
}
}
@media screen and (max-width: 991px){
.category-list-a img{
	height: 182.25px;
}
}
@media screen and (max-width: 767px){
.category-list-a img{
	height: 132px;
}
}
@media screen and (max-width: 430px){
.category-list-a img{
	height: 120px !important;
}
}
@media screen and (max-width: 393px){
.category-list-a img{
	height: 165px !important;
}
}
@media screen and (max-width: 375px){
.category-list-a img{
	height: 100px !important;
}
}
@media screen and (max-width: 360px){
.category-list-a img{
	height: 90px !important;
}
}
/*右側*/
.aside-right.asaide-line {
    margin-bottom: 15%;
}
@media screen and (max-width:768px) {
.aside-right.asaide-line {
	  margin-top:30px;
}
}
/*タグ*/
/* タグ のアイコンの丸*/
.circle {
    position: relative;
    width: 151px;
    height: 44px;
    background: white;
    border: solid 3px darkgray;
}
@media screen and (max-width: 991px){
.circle {
    display: block;
    margin: auto;
}
}
/*タグ全体*/
.keyword-box {
    margin-top: 20px;
}
.tag-text-color a{
  color: gray !important;
}
.tag-keyword {
  padding: 4px;
  font-size: 14px;
  color: #1789CA !important;
  padding: 4px 10px;
  display: inline-block;
  margin: 5px;
  border: 1px solid #1789CA;
  margin-left: 0;
  font-family: 'myfont-Regular';
}
.tag-keyword::before {
  content: "\0023";
}
.tag-margin{
  margin-bottom: 30px;
}
/* アニメーション */
@keyframes Flash {
  50% {
    box-shadow: 0px 0px 10px 0px rgb(255, 255, 0);
  }
}
/* タグ */
i.fas.fa-tag.tag-icon {
    position: absolute;
    margin-left: 25px;
    margin-top: 9px;
    font-size: 25px;
}
/*タグが回転*/
.tag-icon:hover {
  animation: kaiten 1.5s linear 1;
}
@keyframes kaiten {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(180deg);
}
}
.tagu-title {
    position: absolute;
    margin-top: 2%;
    margin-left: 39%;
    font-size: 23px;
}
.con6-tagu-kaso{
   margin-top: 25px;
}
.keyword-single a{
    font-size: 14px;
    color: #626262!important;
    padding: 4px 10px;
    display: inline-block;
    margin: 5px;
    border: 1px solid #626262;
}
.keyword-single a::before {
  content: "\0023";
}
.single-tag-ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-left: 0;
}
/*広告バナーa*/
img.banner-a{
margin-top: 50px;
}
img.banner-b ,img.banner-c{
    margin-top: 50px;
}
.pr-banner{
padding: 0 !important;	
}
/*広告バナーｂ*/
img.banner-b ,img.banner-c{
    margin-top: 50px;
}
@media (max-width: 767px) {
.asaid-section {
    margin-top: 0;
}	
}
/*ランキング*/
img.wpp-thumbnail.wpp_featured.lazy.attachment-thumbnail.size-thumbnail.wp-post-image.lazy-loaded {
    width: 100%;
    height: atuo;
}
.ranking-box-kaso{
    font-size: 23px;
    margin-top: 3%;
	padding: 0;
}
.ranking-ul{
  padding-left: 0;
}
.ranking-li{
  margin: 20px 0 30px;
}
.ranking-maru{
counter-reset: number;
}
.rank-number::before{
	counter-increment: count-number;
	content: counters(count-number,".") " ";
	height: 40px;
	width: 40px;
	border-radius: 50%;
	line-height: 37px;
	text-align: center;
	background: #ADA142;
	font-size: 24px;
	display: inline-block;
}
.ranking-ul li:nth-of-type(1) .rank-number::before{
	counter-increment: count-number;
	content: counters(count-number,".") " ";
	height: 40px;
	width: 40px;
	border-radius: 50%;
	line-height: 37px;
	text-align: center;
	background: #ADA142;
	font-size: 24px;
	display: inline-block;
}
.ranking-ul li:nth-of-type(2) .rank-number::before{
	counter-increment: count-number;
	content: counters(count-number,".") " ";
	height: 40px;
	width: 40px;
	border-radius: 50%;
	line-height: 37px;
	text-align: center;
	background: #B8B9B3;
	font-size: 24px;
	display: inline-block;
}
.ranking-ul li:nth-of-type(3) .rank-number::before{
	counter-increment: count-number;
	content: counters(count-number,".") " ";
	height: 40px;
	width: 40px;
	border-radius: 50%;
	line-height: 37px;
	text-align: center;
	background: #8C4841;
	font-size: 24px;
	display: inline-block;
}
body{counter-reset:count-number;}

/*固定ページのランキング*/
.ranking-title{
	width: 100%;
}

/* アニメーション */
@keyframes Flash {
  50% {
    box-shadow: 0px 0px 10px 0px rgb(255, 255, 0);
  }
}
/* タグ */
i.fas.fa-crown.crown-icon {
    position: absolute;
    margin-left: 23px;
    margin-top: 8px;
	font-size: 25px;
}
/*タグが回転*/
.crown-icon:hover {
  animation: kaiten 1.5s linear 1;
}
@keyframes kaiten {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(180deg);
}
}
.tagu-box-kaso h2{
    position: absolute;
    font-size: 23px;
    font-weight: bold;
    margin-left: 40%;
    margin-top: 3%;
}
ul.tagu-box-kaso {
	padding-left: 0;
}
ul.osusume-box-kaso {
    margin-top: 70px;
	padding: 0;
}
@media screen and (max-width:576px) {
ul.osusume-box-kaso{
	margin-left: 0;
  }
}
.side-content-ul{
	padding: 0;
}
@media screen and (max-width:576px) {
.side-content-ul{
	padding: inherit;
}
}
ul.tokusyu-box-kaso {
    padding: 0;
}
.osusume-box-kaso h2{
    position: absolute;
    font-size: 23px;
    font-weight: bold;
    margin-left: 24%;
    margin-top: 3%;
}
@media screen and (max-width:576px) {
ul.osusume-box-kaso{
  padding: inherit;
}
}
ul.tokusyu-box-kaso{
    margin-top: 70px;
}
@media screen and (max-width:576px) {
ul.tokusyu-box-kaso{
  padding: inherit;
  margin-left: 0;
}
}
.tokusyu-box-kaso h2{
    position: absolute;
    font-size: 23px;
    font-weight: bold;
    margin-left: 40%;
    margin-top: 3%;
}
ul.ranking-box-kaso{
    margin-top: 70px;
}
@media screen and (max-width:576px) {
ul.ranking-box-kaso{
  padding: 0;
  margin-left: 0;
}
}
/*数字*/
p.serif.number {
    font-size: 28px;
}
.maru2 {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 37px;
    text-align: center;
    background: #B8B9B3;
    font-size: 24px;
    display: inline-block;
}
.maru3 {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 37px;
    text-align: center;
    background: #8C4841;
    font-size: 24px;
    display: inline-block;
}
.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position:absolute;
  height:100%;
  width:100%;
}
/*数字横のタイトル*/
span.number-titile {
    font-size: 20px;
}
/*画像*/
img.new-a {
    margin-top: 10px;
	width:100%;	
}
p.ranking-tekisuto {
	margin-top: 10px;
	margin-left: -20px;
	font-size: large;
}
@media screen and (max-width:576px) {
p.ranking-tekisuto {
  	margin-left: 0px;
  }
}
@media screen and (min-width:768px) {
p.ranking-tekisuto {
  	line-height: 1.8;
  }
}
.rank-number{
  margin-bottom: 20px;
}
/*おすすめ記事*/
.circle-osusume {
    position: relative;
    width: 215px;
    height: 44px;
    background: white;
    border: solid 3px darkgray;
    margin-top: 6%;
}
@media screen and (max-width: 991px){
.circle-osusume {
	display: block;
    margin: auto;
}
}
@media screen and (max-width: 991px){
.ranking-box-kaso h2{
	display: block;
    margin: auto;
    padding-top: 0;
    line-height: 2;
}
}
@media screen and (max-width:576px) {
.side-kiji-figure{
  text-align: center;
}
}
@media screen and (max-width:575px) {
.side-container-waku{
	padding: 0 !important;	
}	
}
/* アニメーション */
@keyframes Flash {
50% {
    box-shadow: 0px 0px 10px 0px rgb(255, 255, 0);
  }
}
/* タグ */
i.fas.fa-lightbulb.osusume-icon {
    position: absolute;
    margin-left: 23px;
    margin-top: 8px;
	font-size: 25px;
}
/*タグが回転*/
.osusume-icon:hover {
  animation: kaiten 1.5s linear 1;
}
@keyframes kaiten {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(180deg);
}
}
.osusume-title {
    position: absolute;
    margin-top: 2%;
    font-size: 23px;
    font-weight: bold;
}
img.new-b {
    margin-top: 10px;
}
p.osusume-tekisuto {
    margin-top: 7px;
}
/*特集*/
.circle-dots {
    position: relative;
    width: 151px;
    height: 44px;
    background: white;
    border: solid 3px darkgray;
    margin-top: 6%;
}
@media screen and (max-width: 991px){
.circle-dots {
	display: block;
    margin: auto;
}
}
/* アニメーション */
@keyframes Flash {
  50% {
    box-shadow: 0px 0px 10px 0px rgb(255, 255, 0);
  }
}
/* タグ */
i.fas.fa-comment-dots.dots-icon {
    position: absolute;
    margin-left: 23px;
    margin-top: 8px;
	font-size: 25px;
}
/*タグが回転*/
.dots-icon:hover {
  animation: kaiten 1.5s linear 1;
}
@keyframes kaiten {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(180deg);
}
}
.dots-title {
    position: absolute;
    margin-top: 2%;
    margin-left: 40%;
    font-size: 23px;
    font-weight: bold;
}
/*カテゴリー内の記事内容 */
.breadcrumb{
	padding-left: 0;
}
.kiji-article-content {
    margin-top: -10px;
	width:100%;
}
.kiji-article-content p{
	line-height: 1.8;
}
ul.breadcrumb.recruit-panbox {
    padding-top: 15px;
	font-size: 10px;
    color: #888;
    line-height: 15px;
}
span.recruit-pan{
	color: #888;
}
@media screen and (max-width: 991px){
.main-kijititle h2{
	font-size: 25px;
}
}
@media screen and (max-width: 425px){
.main-kijititle h2{
	font-size: 20px;
}
}
/*関連記事のタイトル*/
p.related-article {
    font-size: 22px;
    font-weight: bold;
    border-bottom: solid 3px #612214;
}
.article-content h2{
    font-size: 35px;
    margin-left: 15px;
    font-weight: bold;
}
@media screen and (max-width: 425px){
.article-content h2{
    font-size: 20px;
}
}
.table-of-contents {
    background-color: #f5f5f5;
}
.table-of-contents p{
	margin: -1px;
    background: #778899;
    border: none;
    font-size: 18px;
    text-align: center;
    color: #fff;
}
.article-content ol{
    font-weight: 700;
    color: #545454;
	font-size: 22px;
}
.table-of-contents a:hover{
    opacity: .5;
}
/*カテゴリー分けの囲み*/
section.kiji-section {
    margin: 50px 0px 50px;
}
.article-content h3{
	position: relative;
	padding: 5px 26px 5px 42px;
	background: #f0f8ff;
	font-size: 20px;
	color: #2d2d2d;
	margin-left: -13px;
	line-height: 1.3;
	border-bottom: solid 3px #696969;
	z-index:-2;
	font-weight: bold;
	margin-top: 5%;
}
@media screen and (max-width: 425px){
.article-content h3{
	margin-left: -18px;
}
}
h3:after {
  position: absolute;
  content: '';
  right: -3px;
  top: -7px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px transparent;
  border-bottom: solid 79px white;
  z-index: -1;
}
.article-content h4{
	text-align: center;
    font-weight: bold;
    border-bottom: 1px #333333;
    border-bottom: 1px solid #000000;
    margin: 0 0 .5em;
    padding: 5px 0;
}
/*↑カテゴリー内の記事内容 */
.twitter{
	color: #55acee;
	font-size: 30px
}
.facebook{
	color: #4267b2;
	font-size: 30px
}
.line{
	color: #00c300;
	font-size: 30px
}
.sns-icon{
	display: inline-block;
}
img.b-icon {
    margin-top: -10px;
}
.sns-icon {
    display: inline-block;
}
.sns-box {
    text-align: end;
}
.sns-box ul li{
    margin-left: 10px;
}
/* single.php */
.single_title{
	font-size: 170%;
	font-family: 'myfont-Medium';
}
@media screen and (max-width:767px) {
.single_title{
    font-size: 120%;
  }
}
img.lazy.new-a.wp-post-image.lazy-loaded {
    width: 100%;
    height: auto;
}
.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
  padding: 10px 15px !important;
  text-align: center;
}
@media screen and (max-width:767px){
.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
    padding: 5px !important;
    text-align: left;
  }
}
.wp-block-table.is-style-regular td, .wp-block-table.is-style-regular th {
  padding: 10px 15px !important;
  text-align: center;
  border:1px solid #000;
}
@media screen and (max-width:767px){
.wp-block-table.is-style-regulars td, .wp-block-table.is-style-regular th {
    padding: 5px !important;
    text-align: left;
  }
}
/* /* navigation */
.single-submain {
    margin-bottom: 1rem;
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 1rem;
}
.single-navigation {
	overflow: hidden;
	padding: 5px 0;
	font-size: 12px;
	margin: 20px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	clear: both;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.prev {
  text-align: left;
}
.next {
  text-align: right;
}
.next1 {
  float: right;
  text-align: right;
  background-color:light-gray;
}
.single-navigationn a:hover {
  opacity: 0.8;
}
.single-navigation > div {
	width: 49%;
	height:100%;
	display:inline;
	background:#fff9ee;
	padding: 5px;
	text-align: left;
}
.single-navigation .alignright {
	text-align: right;
}
.single-navigation a {
	border: none;
}
.single-navigation a:hover {
	background: #ffeff7;
	color: #000;
}
.single-navigation .alignright a:hover {
	border-left: 1px solid #ddd;
}
.page_navi p.back a, .page_navi p.back a:hover {
	float: left;
	font-size: 11px;
	padding: 13px 15px;
	line-height: 100%;
	margin: 0 4px 12px 0;
	background: #e83817;
	display: block;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: beige !important;
}
@media (max-width: 991px) {
.single-header-top{
	margin-top: 40px;
}
}
.single-content-text{
	font-size: 15px;
	line-height: 1.739;	
}
.saboxplugin-wrap .saboxplugin-gravatar img {
	max-width: 315px !important; 
	height: auto;
	border-radius: 0;
}
.single-content-text figcaption a{
    color:#d2b293 !important;
    font-size:12px !important;
}
.single-content-text figcaption {
    color:#6c6c6c !important;
    font-size:12px !important;
}
@media screen and (max-width:767px) {
.single-content-text figcaption {
    font-size:13px !important;
}
}
p.contentTopDesc a{
  color:#d2b293 !important;
}
.single-content-text a{
  color:#d2b293;
}
div#toc_container a{
  color: #212529;
  font-weight: 500;
  font-size: 15px;
}
.single-bg{
  background-color: #1789CA;
  margin:30px auto;
}
.wp-block-image img {
    height: auto;
}
.single-content-text p a {
    color: #1789CA !important;
}
/* 関連記事 */
.wp_rp_wrap .related_post_title{
	font-size: 22px;
	border-bottom: solid 3px #612214;
	border-left: none;
	background-color: white;
}
.wp_rp_wrap .wp_rp_content .related_post_title{
    border-bottom: 2px solid #231714;
    color: #000;
    font-size: 20px !important;
    line-height: 1.4;
    padding: 14px 0 !important;
    text-align: left;
    margin-bottom: 50px !important;
	font-weight: nomal !important;
}
h3.related_post_title:before{
	content:"";
	display:inline-block;
	width:1.5em;
	height:1.5em;
	background:url(/un/wp-content/themes/unity-om-b/imgs/single-kanren.png) no-repeat;
	background-size:contain;
	margin-right: 20px;
    margin-bottom: -9px;
}
ul.related_post li img {
  max-width: 100% !important;
    width: 200px !important;
    height: 144px !important;
    object-fit: cover;
    margin-bottom: 5px !important;
}
.wrap-category {
	padding-top: 90px;
}
@media (max-width:991px){
.wrap-category {
    padding-top: 114px;
}	
}
@media (max-width:767px){
.wrap-category {
    padding-top: 53px;
}	
}
@media (max-width:767px){
.col-12.pr-banner{
	text-align: center;
}
li#media_image-4{
	text-align: center;
}
}
@media (max-width:576px){
ul.related_post li a {
	overflow: hidden;
}
.sp-rank-mr img.wpp-thumbnail.wpp_featured.wpp_cached_thumb{
	padding-right:0 !important;
}
}
.tag-link-btn:hover{
	opacity: .8;
}
.tag-link-btn-side{
	padding: 10px 0;
}
.tag-list-t{
	padding: 0;
}
/*/////////////企業情報＞お問い合わせ/////////////*/
.ot-text{
	margin: 30px 0;
}
.otoiawase-box {
     padding-top: 10%; 
}
@media (max-width: 991px) {
.otoiawase-box {
     padding-top: 13%; 
}
}
@media (max-width: 767px) {
.otoiawase-box {
     padding-top: 20%; 
}
}
p.otoiawase-title {
	background-color: #ff7512;
    text-align: center;
    font-size: 30px;
    color: #fff;
    width: 65%;
	display: block;
    margin: auto;
}
@media (max-width: 991px) {
p.otoiawase-title {
    width: 85%;
}
}
@media (max-width: 767px) {
p.otoiawase-title {
    width: 100%;
    font-size: 18px;
}
}
.otoiawase-box2 {
    margin-top: 3%;
    text-align: center;
}
@media (max-width: 767px) {
.otoiawase-box2 {
    margin-top: 5%;
}
}
p.otoiawase-text {
    font-size: 20px;
}
@media (max-width: 767px) {
p.otoiawase-text {
    font-size: 16px;
	margin-bottom: -1rem;
}
}
span.tel-contact-text {
    color: #ff7512;
    font-weight: 700;
}
.table th,.table td {
    border-top: 1px solid transparent!important;
}
table tr.no-line-mail{
  border-bottom: solid 0px transparent!important;
}
input.middle {
    width: 100%!important;
}
@media (max-width: 991px) {
input.middle {
    width: 80%!important;
}
}
@media (max-width: 767px) {
input.middle {
    width: 100%!important;
}
}
textarea.middle {
    width: 100%!important;
    height: 200px!important;
}
@media (max-width: 991px) {
textarea.middle {
    width: 80%!important;
}
}
@media (max-width: 767px) {
textarea.middle {
    width: 100%!important;
}
}
tr.otoiawase-bm-line {
    border-bottom: solid 2px transparent;
}
.con02 {
	background: #ffffff;
    width: 65%;
    display: block;
    margin: auto;
    padding: 3% 6%;
    filter: drop-shadow(-2px 4px 5px rgba(0, 0, 0, 0.2));
	margin-bottom: 10%;
}
@media (max-width: 991px) {
.con02 {
    width: 85%;
}
}
.red_text {
    color: #C1343B;
	font-size: 13px;
}
i.fas.fa-phone-alt.fa-sm.fa-fw-oiawase {
    color: #ff7512;
}
.form_style {
    width: 100%;
}
.spb {
    display: none;
}
.gaiyou {
    text-align: left;
    padding: 0px;
    height: auto;
    width: auto;
    margin: 0px;
}
.gaiyou th {
    font-weight: bold;
    font-size: 18px;
    background-color: #fff;
    width: 10em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #666666;
    height: auto;
    padding: 5px;
}
.gaiyou td {
    padding: 20px;
    height: auto;
    width: auto;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #666666;
}
.con02btn {
    margin-top: 40px;
    text-align: center;
}
input.submit.form-button {
    width: 30%;
    background-color: #e83817;
    border: #e83817;
    padding: 1%;
	color: #fff;
}
.contact-table th{
  text-align: left !important;
  padding-left: 0 !important;
}
/*フォーム内*/
form#mailform {
    padding: 50px 0;
    margin-bottom: 50px;
}
@media (max-width: 991px){
form#mailform {
    padding: 10px 10px;
}
}
@media (max-width: 767px){
form#mailform {
    width: 100%;
}
}
th.text-center.go-to-btn.rea-from {
  text-align: center !important;
}
.salon-contact-box {
	width: 65%;
    display: block;
    margin: auto;
}
@media (max-width: 1440px){
.salon-contact-box {
    width: 65%;
    display: block;
    margin: auto;
}
}
@media (max-width: 991px){
.salon-contact-box {
    width: 83%;
    display: block;
    margin: auto;
}
}
@media (max-width: 767px){
.salon-contact-box {
	width: 100%;
    display: block;
    margin: auto;
	margin-top: 40px;
    margin-bottom: 23px;
}
}
.table.table.table-type03 {
    border-collapse: collapse;
    width: 100%;
    font-size: 18px;
    font-weight: lighter;
}
@media (max-width: 767px){
.table-type03 th{
    font-size: 16px;
}
}
.table-type03 th.rea-from {
    border-top: 1px solid #ffffff!important;
}
@media (max-width: 767px){
.table-type03 th.rea-from {
    width: 100%;
    display: block;
}
}
.table-type03 td{
    font-size: 16px;
}
@media (max-width: 767px){
.table-type03 td{
    font-size: 14px;
}
}
.table-type03 td.rea-from {
    border-top: 1px solid #ffffff!important;
	vertical-align: top;
	padding: 25px 0 !important;
}
@media (max-width: 767px){
.table-type03.table td, .table th {
    width: 100%;
    display: block;
	padding-top: 0px;
}
}
/*/////////////企業情報＞お問い合わせ＞送信後/////////////*/
.thanks-box {
    margin: 15% 0 8% 0;
	border: 3px solid #ff7512;
    padding: 5%;
	background-color: #fff;
}
@media (max-width: 767px){
.thanks-box {
	width: 90%;
    display: block;
    margin: auto;
    margin-top: 25%;
    margin-bottom: 12%;
}
}
p.thanks-title {
    text-align: center;
    width: 68%;
    display: block;
    margin: auto;
}
@media (max-width: 1199px){
p.thanks-title {
    width: 81%;
}
}
@media (max-width: 991px){
p.thanks-title {
    width: 100%;
}
}
@media (max-width: 767px){
p.thanks-title {
	font-size: 13px;
}
}
.table-type03{
	border-right: none;
}
/*サンクス*/
.thanks-p{
	font-size: 18px;
	padding: 20px;
}
.thanks-p1{
	text-align: right;
}
@media (max-width: 767px){
.thanks-p1{
	text-align: center;
}	
}
/*運営会社*/
.company-table{
    width: 96.1%;
    margin: 0px 0 30px;
}
@media (max-width: 991px){
.company-table{
    width: 100%;
}	
}
.company-table tr {
	line-height: 2;
	text-align: left;
}
.company-table td{
	border: 1px solid #EBDEDE;
	padding: 20px;
}
@media (max-width:767px) {
.company-table td{
    padding: 5px;
    font-size: 13px;
}
}
@media (max-width:425px) {
.company-table td{
	width: 100%;
	display: block;
}
}
/*プライバシーポリシー*/
.privacy-policy {
	margin: 0 auto;
	color: #4d4d4d;
	padding-top: 70px;
	padding-bottom: 130px;
}
@media (max-width:767px) {
.privacy-policy{
	padding-top: 0;
}
}
.privacy-title {
	font-size: 20px;
	letter-spacing: 1px;
}
.privacy-text {
	margin: 0 auto;
	font-size: 18px;
	letter-spacing: 1.5px;
	padding-top: 50px;
}
.p-title {
	font-size: 25px;
	font-weight: bold;
	padding-bottom: 5px;
}
.privacy-text__list-text {
	padding-bottom: 10px;
}
.privacy-text__list {
	position: relative;
}
.p-text {
	padding-left: 20px;
}
.p-text__n {
	position: absolute;
	top:0;
	left: 0;
}
.privacy-sign {
	padding-top: 50px;
	font-size: 18px;
	letter-spacing: 1.5px;
	text-align: right;
}
.privacy-title{
	font-size: 100%;
}
.indent-1 {
	padding-left:1em;
	text-indent:-1em;
}
.writer-contact-title{
	padding-top: 50px;
}
.writer-bottom-space{
	margin-bottom: 30px;
}
.w-rank-img img{
	max-width: 100%;
}
.mailpoet_confirm_unsubscribe a{
	padding: 15px;
	background-color: rgb(214, 120, 57);
	margin: 50px;
	display: inline-block;
}
.kaijyo-title {
	display: inline-block;
	text-align: center;
}
/* クーポン */
.coupon-list{
	border-width: 1px;
	border-radius: 4px;
	margin: 20px;
	background-color: cornsilk;
	border: 4px dotted rgb(202, 115, 14);
}
.coupon-list img{
	width: 100%;
	height: auto;
}
.coupon-list p{
	padding: .5em;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	box-shadow: none;
	font-weight: 700;
}
.coupon-title{
	  border-bottom: none;
}
/* 特集固定ページ */
/* カフェ編 */
.special-page-content1{
	margin:0 auto;
	margin-top: 110px;
}
@media(min-width:1200px){
.special-page-content1{
	max-width: 1000px !important;
}
}
.special-main-img {
	text-align: center;
}
@media(max-width:767px){
.special-main-img {
	text-align: left;
}
}
.special-text{
	  line-height: 2.357;
	  font-size: 13px;
	  font-family: 'myfont-Regular';
}
@media(max-width:424px){
.special-text{
	font-size: .8em;
}
}
.special-text-1{
	margin:60px 0 72px 0;
}
@media(max-width:767px){
.special-text-1{
	margin:27px 0;
}
}
.meguri-map{
	  margin-top: 47px;
}
@media(max-width:767px){
.meguri-map{
	margin-top: 20px;
} 
}
.hangetu-oya{
	position:relative;
	text-align: left;
}
@media(min-width:768px){
a.anc{
	display: block;
	margin-top:-100px;
	padding-top:100px;
}
}
.hangetu-text{
  position: absolute;
  top: 5%;
  left: 61%;
}
@media(max-width:767px){
.hangetu-text{
position: inherit;
left:0;
}
}
@media(max-width:767px){
.hangetu-more{
	position: inherit !important;
	left: 0 !important;
	width: 63%;
	margin: 30px auto;
}
}
.hangetu-more{
  position: absolute;
  top: 86%;
  left: 55%;
}
.sunny-text-btn{
  margin:46px 0 58px 0;
}
@media(max-width:767px){
.sunny-text-btn{
	margin:26px 0 29px 0;
}  
}
/* オトギデザインズ */
.otogi-up{
  display: flex;
}
.otogi-waku{
  position: relative;
}
.otogi-right-parts{
}
.otogi-desc{
  text-align: left;
  position: absolute;
  top:63%;
}
@media screen and (min-width:768px) and ( max-width:991px){
.otogi-desc{
	width:54%;
}
}
@media(max-width:767px){
.otogi-desc{
	top: 66%;
	position: relative;
}
}
.otogi-img01{
	z-index: 2;
}
.special-page-content1 img{
	max-width:100%;
	vertical-align: -17px;
}
.special-list-img img{
	max-width:100%;
}
@media(max-width:767px){
.otogi-more-btn{
	bottom: -15% !important;
}
}
.sp-otogi-bottom-img{
	position: absolute;
	top: 99%;
}
@media(max-width:767px){
.sp-otogi-bottom-img{
	position: inherit;
}  
.sunny-text-btn img{
	width: 174px;
	height: auto;
}
}
.special-page-content1{
	font-size:13px;
	color: #383838;
	font-family: 'myfont-Regular';
}
.otogi-more-btn{
	position: absolute;
	bottom:5%;
	left: 0;
	z-index: 2;
}
@media screen and (min-width:768px) and ( max-width:991px){
.otogi-more-btn{
	bottom:-12%;
} 
}
@media(max-width:767px){
.otogi-more-btn{
    position: inherit;
    width: 63%;
    margin: 30px auto;
  }    
}
/* シエロイリオ */
.cireo-waku{
	position: relative;
	margin: 60px 0;
}
.c-read-more-btn img{
	position:absolute;
	bottom: 4%;
	right: 3%;
}
@media(max-width:767px){
.c-read-more-btn img{
	width: 63%;
	margin: 0 auto;
	text-align: center;
	left: 0;
}
}
.c-text{
	position:absolute;
	bottom: 8%;
	left: 3%;
	text-align: left;
}
@media(max-width:767px){
.c-text{
	bottom: 29%;  
	left:0;
	padding: 0 10px;
} 
}
@media(max-width:374px){
.c-text{
	bottom: 20%;  
}
}
/* たからもの */
.takara-img-01{
  margin:67px 0 44px 0;
  text-align: center;
}
@media(max-width:767px){
.takara-img-01{
	margin: 0;
	padding: 10px; 
}
}
.sp-takara-text{
  padding-top: 15px;
}
.tategaki-text{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: initial;
  text-orientation: upright;
}
.utuwa-up{
  display: flex !important;
  justify-content: space-between;
  align-items: flex-start;
  max-height: 355px;
}
.takaramono-down{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 43px 0 55px 0;
}
@media(max-width:767px){
.takaramono-down{
	margin:30px 0;
}
}
.takara-bg{
	background-image:url(../imgs/takara-bg.png);
	background-repeat: no-repeat;
	background-position: 50% 68%;
}
@media(max-width:767px){
.takara-bg{
	background-image:none;  
}
.takara-more-btn{
	width: 63%;
	margin: 0 auto;
}
.takaramono-down{
	display: inherit;
}
}
/* maito */
.maito-down{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media(max-width:767px){
.maito-down{
	display: inherit;
} 
.maito-more-btn{
	margin: 30px auto;
	width:63%;
	height: auto;
	display: inherit;
} 
}
.maito-text{
  text-align: left;
}
/* ダンデライオン */
.dan-waku{
  position: relative;
  margin-bottom: 168px;
}
@media(max-width:767px){
.dan-waku{
	margin-bottom: 0;  
}
}
.dan-title .choko-text{
  position: absolute;
  top: 12%;
  left: 26px;
  font-size: 36px;
}
@media screen and (min-width:768px) and ( max-width:991px){
.dan-title p{
	font-size:190% !important;
}
}
.dan-title .special-text{
	position: absolute;
	top: 20%;
	left: 26px;
	font-size: 36px;
}
p.special-text.dan-title-text {
	position: absolute;
	top: 30%;
	left: 3%;
	text-align: left;
}
@media(max-width:767px){
p.special-text.dan-title-text{
	top: 48%;
	left: 7%;
	right: 7%;
} 
}
@media(max-width:576px){
p.special-text.dan-title-text{
	top: 46%;
	left: 7%;
	right: 7%;
}
}
@media(max-width:374px){
p.special-text.dan-title-text{
	top: 42%;
	left: 7%;
	right: 7%;
} 
}
.kodawari-choco{
  position:absolute;
  bottom: 18%;
  left: 40%;
  text-align: left;
}
.dan-more-btn img{
	position:absolute;
	bottom: 6%;
	left: 37%;
}
@media(max-width:767px){
.dan-more-btn img{
	width:58%;
	left:37%;
	bottom:11%;
	height: auto;
}
}
.tour-shop-link{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-left: 0;
}
.tour-shop-link li{
  font-size: 20px;
  line-height: 1.707;
  border-bottom: 4px dotted #cd4523;
  padding-bottom: 3px;
}
.tour-shop-link li{
  margin-left: 30px;
}
@media(max-width:767px){
.tour-shop-link li{
	margin-left: 0;
	font-size:16px;
	padding:15px 0 15px 15px;
}
}
@media(max-width:991px){
.tour-shop-link li{
    padding:15px 0 15px 1px;
  }
}
@media(max-width:374px){
.tour-shop-link li{
    padding:15px 0;
  }
}
.mokuji-link-waku {
  padding-top: 20px;
}
.tour-shop-link-1::before{
	content:"";
	display:inline-block;
	width:2em;
	height:2em;
	background:url(../imgs/mokuji-n-1.png) no-repeat;
	background-size:contain;
	vertical-align: middle;
}
.tour-shop-link-2::before{
	content:"";
	display:inline-block;
	width:2em;
	height:2em;
	background:url(../imgs/mokuji-n-2.png) no-repeat;
	background-size:contain;
	vertical-align: middle;
}
.tour-shop-link-3::before{
	content:"";
	display:inline-block;
	width:2em;
	height:2em;
	background:url(../imgs/mokuji-n-3.png) no-repeat;
	background-size:contain;
	vertical-align: middle;
}
.tour-shop-link-4::before{
	content:"";
	display:inline-block;
	width:2em;
	height:2em;
	background:url(../imgs/mokuji-n-4.png) no-repeat;
	background-size:contain;
	vertical-align: middle;
}
.tour-shop-link-5::before{
	content:"";
	display:inline-block;
	width:2em;
	height:2em;
	background:url(../imgs/mokuji-n-5.png) no-repeat;
	background-size:contain;
	vertical-align: middle;
}
.tour-shop-link-6::before{
	content:"";
	display:inline-block;
	width:2em;
	height:2em;
	background:url(../imgs/mokuji-n-6.png) no-repeat;
	background-size:contain;
	vertical-align: middle;
}
.tour-shop-link-7::before{
	content:"";
	display:inline-block;
	width:2em;
	height:2em;
	background:url(../imgs/mokuji-n-7.png) no-repeat;
	background-size:contain;
	vertical-align: middle;
}
/* welcart会員登録 */
div#memberpages {
  width: 100%;
}
#memberpages div.loginbox{
	background-color:none !important;
	width: 300px !important;
	background-color: #fff !important;
	border:none !important;
}
input#member_login {
	width: 200px;
	background-color: #cd4523;
	color: #fff;
	border:none;
}
#memberpages input.loginmail{
	border:1px solid #d2b293 !important;
}
#memberpages input.loginpass{
	border:1px solid #d2b293 !important;
}
@media(max-width:767px){
form#loginform{
	text-align: center;
}
#memberpages .loginbox p#nav{
	text-align: center;
}
}
#newmember th{
	width: auto !important;
}
@media(max-width:767px){
#newmember th{
	width:100% !important;
}
}
#memberpages #memberinfo ul{
  display: flex;
}
#memberpages #memberinfo ul li{
  padding:10px;
}
/* 利用規約*/
 #newmember .at_cont_text{
   font-size:12px;
 }
 .kaiin-kiyakuwaku{
	padding-top: 0;
 }
/* welcart会員登録関連フォーム */
 #newmember .at_check_area, #customer-info .at_check_area {
  font-size: 1em !important;
}
.header_explanation ul,li{
  margin:0;
  padding:0;
}
@media(max-width:575px){
  div.header_explanation {
    padding: 15px;
}
}
.agree_member_area{
  width:100% !important;
}
@media(max-width:767px){
.agree_member_area{
	padding:5px;
}
}
#newmember .agree_member_area, #customer-info .agree_member_area {
	margin: 0 !important;
}
@media(max-width:576px){
#newmember .customer_form input#mailaddress1, #newmember .customer_form input#mailaddress2, #newmember .customer_form input#address1, #newmember .customer_form input#address2, #newmember .customer_form input#address3 {
	width: 100% !important;
}
#newmember .customer_form input {
	width: 100% !important;
}
.customer_form tr.inp1 td {
  width: 100% !important;
}
}
/* 投稿フォーム背景追加 */
.contentTopDesc {
	background: #f7f7f7;
	padding: 20px 25px;
	margin-bottom: 35px;
	font-size: 15px;
	color: #555;
	line-height: 1.7;
}
/* タグ一覧 */
.tag-key-list li a{
	font-size: 14px;
	color: #1789CA !important;
	padding: 4px 10px;
	display: inline-block;
	margin: 5px;
	border: 1px solid #1789CA;
}
.tag-key-list li a::before {
	content: "\0023";
}
.tag-key-list{
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
}
.tag-key-list li{
	color: #1789CA !important;
}
.tag-key-list{
	padding:0 10px;
}
.addtoany_header {
	color: #767676;
}
/*コンタクト7*/
/* Contact Form7 */
.contact7 {
	max-width: 100%;
	box-sizing: border-box;
}
@media screen and (max-width:767px) {
.contact7 dd{
	margin:0;
}
}
@media screen and (max-width: 767px){
.contact7 input[type="checkbox"] {
  width: auto;
}
}
.contact7 dd {
	margin: 0 0 30px 0;
}
@media screen and (max-width: 767px){
.contact7 dd {
	margin: 0 0 15px 0;
}
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 150px;
}
@media screen and (max-width: 767px){
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
}
}
.contact7 dt {
	font-weight: normal;
}
@media screen and (max-width:767px) {
.contact7 input{
	width:100%;
}
span.wpcf7-form-control-wrap.goal input{
	width: auto;
}
}
/* 必須マーク */
.contact7 .must {
	background: #d83c15;
}
/* 任意マーク */
.contact7 .optional {
	background: #999;
}
.contact7 .must,
.contact7 .optional {
	color: #FFF;
	border-radius: 3px;
	font-size: 10px;
	margin-left: 10px;
	padding: 5px 10px;
	letter-spacing: 2px;
}
@media screen and (max-width:767px) {
.contact7 .must,
.contact7 .optional {
	margin-left: 5px;
    padding: 0px 5px;
}
}
.btn_contact7 {
	text-align: center;
}
.btn_contact7 input {
	width: 70%;
	background-color: #d83c15;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #d83c15;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}
@media screen and (max-width:767px) {
.btn_contact7 input {
	width: 100%;
}
}
.btn_contact7 input:hover {
	background-color: #FFF;
	color: #d83c15; 
}
@media screen and (min-width: 768px) {
.contact7 dt {
	float: left;
	clear: left;
	padding: 5px 10px 5px 0;
}
.shopping-form dt {
	float: left;
	clear: left;
	padding: 5px 10px 5px 0;
	width:43%;
}
.contact7 dd {
	margin-left: 40%;
}
dd.shop-contact {
	margin-left: 0;
	display:flex;
}
.btn_contact7 input {
	width: 70%;
	background-color: #d83c15;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #d83c15;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	display: block;
	margin: auto;
}
.btn_contact7 input:hover {
	background-color: #FFF;
	color: #d83c15; 
}
}
.contact7 .must {
  background: #d83c15;
}
.mail-footer{
  text-align: center;
}
.wpcf7-mail-sent-ok {
  display: none !important;
}
.shop-text{
	padding-left:15px;
	padding-right:15px;
}
.kiji-article-content.shop-text-1 {
    margin-left: 0;
}
@media screen and (max-width:767px) {
	.kiji-article-content.shop-text-1 {
    margin:0 10px;
}
}
/* 谷中ツアー */
.gokoku-img{
  display: flex;
  justify-content: space-between;
}
.yanaka-main-under{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.y-shop-name{
  padding: 20px 0;
  font-size: 43.325px;
  font-family: "A-OTF A1 Mincho Std";
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.2;
  text-align: left;
}
@media(max-width:767px){
.y-shop-name{
	font-size: 30px;
}
}
.line-kana{
	padding-left: 30px;
}
.line-kana-r{
	padding-right: 30px;
}
@media(max-width:767px){
.line-kana{
	padding-left: 10px;
} 
}
.yanaka-img{
	display: flex;
}
@media(max-width:767px){
.yanaka-img{
	display: block;
}
}
.yanaka-img-first{
	margin-right: 20px;
}
@media(max-width:767px){
.yanaka-img-first{
	margin-right: 0;
}
}
.gokokuji-ume-waku{
	position: relative;
	padding-bottom: 50px;
}
@media(max-width:767px){
.gokokuji-ume-waku{
	padding-bottom: 0; 
} 
}
.gokokuji-text{
	position: absolute;
	top: 27%;
	left: 23%;
}
@media(max-width:767px){
.gokokuji-text{
	position:inherit;
	top: 0%;
	left: 0%;
}
}
.ume{
	padding-top:20px;
}
.ume-read-more{
	padding-top: 30px;
}
@media(max-width:767px){
.ume-read-more{
	text-align: center;
}
.ume-read-more img.ume-read-more-btn{
	width: 174px;
	height: 35.2px;
}
}
.fl-nyan{
	float: right;
	position: absolute;
	display: inline-block;
	margin-top: -30px;
}
.yanaka-p{
	text-align: left;
}
.yanaka-text-r{
	margin-left: -112px;
}
@media(max-width:767px){
.yanaka-text-r{
	margin-left: 0;
}
}
.y-shop-name-yanakareien{
	font-size: 82px;
}
@media(max-width:767px){
.y-shop-name-yanakareien{
	font-size: 32px;
} 
}
.shibu-waku{
	position: relative;
}
@media(max-width:767px){
.shibu-waku{
	margin-top: -43px;
}
}
.sp-shibusawa{
  float: right;
  width: 60%;
}
@media(max-width:767px){
.sp-shibusawa{
	float: right;
	width: 50%;
	padding-top: 47px;
}
}
@media(max-width:767px){
p.yanaka-more-btn.text-center.text-md-right {
	width: 60%;
	margin: 0 auto;
}
}
@media(max-width:767px){
img.d-md-none.sp-ginger-more-btn{
	width: 174px;
	height: auto;
	padding: 20px 0;
}
.sp-ginger-more-btn-waku{
	text-align: center;
}
}
.yanaka-more-btn{
	padding: 10px 0;
}
.kayaba-drink-img{
  position: absolute;
  top:45%;
  left:0;
}
@media(max-width:767px){
.kayaba-drink-img{
	position:inherit;
}
}
.y-shop-name-kayaba{
  font-size: 68px;
}
.y-shop-name-kayaba img{
  vertical-align: text-top;
  padding-left: 20px;
}
@media(max-width:767px){
.y-shop-name-kayaba{
	font-size: 30px;
	padding: 0;
	margin: 0;
} 
}
.kayaba-row{
  position: relative;
}
.niwatori-set{
  float: right;
  display: block;
  padding: 20px;
}
.niwatori-img-p{
  padding-top: 20px;
}
.scai-pink-line{
  float: right;
}
.scai-name{
  letter-spacing: .05em;
  font-size: 75px;
}
@media(max-width:767px){
.scai-name{
	letter-spacing: .05em;
	font-size: 41px;
} 
.sp-1500more{
	text-align: center;
}
.sp-1500more img{
	width: 174px;
	height: auto;
	padding: 20px 0;
}
}
.kashiwayu-text{
	padding: 42px 0;
}
@media(max-width:767px){
.kashiwayu-text{
	padding: 20px 0 0 0;
}
}
.y-shop-name-cibi{
	font-size: 137px;
	letter-spacing: 10px;
	padding-top: 0;
}
@media(max-width:767px){
.y-shop-name-cibi,.line-kana-cibi{
	display: none !important;
}
}
.cibi-title{
	display: flex !important;
	justify-content: space-between;
	align-items: end;
}
.line-kana-cibi{
	padding-top: 43px;
}
.cibi-neko-margin{
	margin-bottom: 0;
}
.sleep-cat{
	margin-bottom: -20px;
}
.cibi-right-img{
	z-index: -1;
}
.cibi-img-3{
	padding-top: 20px;
	display: flex !important;
}
.cibi-more{
	padding-top: 15px;
}
@media(max-width:767px){
.cibi-more{
	display: none;
}
}
@media(max-width:767px){
.sp-cibi-more img{
	width: 174px;
	height: auto;
	padding: 32px 0;
}
.sp-cibi-more{
	margin: 0 auto;
}
}
.yanakaginza-top{
	padding-top: 20px;
}
@media screen and (min-width:768px) and ( max-width:1199px){
.yanakaginza-top{
	display: flex;
	align-items: center;
}
}
@media(max-width:767px){
  .sp-fukunyan{
    float: right;
    width: 37%;
  }
  .sp-up-eye-cat{
    width: 30%;
  }
  .sp-up-eye-cat-span{
    text-align: center;
  }
}

.yuyake{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sugiura{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media(max-width:767px){
.sp-sugiura-09{
	padding-bottom: 20px;
}
}
.y-shop-name-sugiura{
	font-size: 83px;
	letter-spacing: 20px;
}
.sugiura-bottom{
	padding: 60px 0;
}
@media(max-width:767px){
.sugiura-bottom{
	padding: 30px 0;
}
}
.auther-content-w{
	padding-left: 0;
	padding-right: 0;
}
/* 浅草ツアー */
.asa-con1-waku{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
}
.title1000{
  font-size: 42px;
  font-family: "A-OTF A1 Mincho Std";
  line-height: 1.333;
  letter-spacing: 3px;
}
.title1000_big-text{
  font-size: 68px; 
}
.asa-con2-waku{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.title-kaminarimon{
  font-size: 53px;
  font-family: "A-OTF A1 Mincho Std";
  margin-bottom: 0;
}
.asa-con2-waku1{
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.asa-con3-waku,.asa-con3-waku1{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ikemen-position{
  padding-left: 50px;
}
.ikemen-img-abs{
    margin-top: 162px;
    position: absolute;
    left: 72%;
}
p.title1000.sp-order-ebisu1{
	text-align: left;
	white-space: nowrap
}
.asa-con4-waku{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 40px;
  position: relative;
}
.kingyo-position{
  position: relative;
  margin-top: 40px;
  margin-left: -20px;
}
.kingyo-title{
	font-size: 68px;
	font-family: "A-OTF A1 Mincho Std";
	line-height: 1.744;
	text-align: right;
	position: absolute;
	top: 5%;
	right: 0;
}
.kingyo-text-more{
	float: left;
	position: absolute;
	top: 71%;
}
.title100051{
  font-size: 51px;
  font-family: "A-OTF A1 Mincho Std";
  line-height: 2.284; 
}
.red-kingyo{
	position: absolute;
	top: 80%;
	right: -10%;
}
.red-kingyo img{
	max-width: 100%;
}
.dango-up{
	margin-top: 20px;
}
.camera-up{
	margin-top: 40px;
}
.sumida-mt{
	margin-top: 80px;
}
.kaminarimonmae{
	position: absolute;
	top: -48%;
	left: 50%;
}
.bure{
	margin-top: 45px;
}
.eat-walk-mt{
	margin-top: 40px;
}
.asakusa-con-1430{
	margin-top: 40px;
}
.ebisuya-btn{
	text-align: left;
}
.sensouji-title-mt{
	margin-top: 100px;
	display: flex;
	align-items: center;
}
.as-con1530-mt{
	margin-top: 64px;
}
.sensouji-text{
	padding-left: 30px;
}
.sensouji-1530-img{
	margin-top: 70px;
}
.mangando-title{
	font-size: 58px;
	font-family: "A-OTF A1 Mincho Std";
	letter-spacing: 3px;
	margin-top: 70px;
}
.con-1700-mt{
	margin-top: 70px;
}
.tsurujiro-mt{
	margin-top: 70px;
}
.as-con-last{
	margin-top: 70px;
}
.asakusaeki-title{
	margin-bottom: 70px;
}
.asakusaeki-under-waku{
	margin-bottom:70px;
	margin-top: 35px;
	display: flex !important;
	flex-wrap: wrap;
	justify-content: space-around;
}
/* 浅草ツアーSP */
@media screen and (max-width:767px) {
.sp-at-con1-text{
  text-align: center !important;
}
.at-sp-dispyay{
  display: block;
}
.asa-con1-waku{
  display: block;
}
.at-sp-text-center{
  text-align: center !important;
}
.title1000{
	font-size:34px ;
}
.kaminarimonmae{
	position:inherit;
	padding-top: 40px;
}
.asa-con2-waku1-sp{
	display: flex !important;
}
.title-kaminarimon{
	font-size: 30px;
}
.asa-con3-waku,.asa-con3-waku1{
	display: block;
}
.sp-title1000-nakamise{
	font-size: 29px;
}
.eat-walk-mt{
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}
.eat-walk-mt div{
	display: inline-block !important;
	width: 90%;
	overflow: hidden;
	padding-right: 15px;
}
.sp-tabearuki-text{
	white-space: initial;
}
.asa-con4-waku{
	display: inline-grid;
}
.sp-order-ebisu1{
	order: 1;
}
.sp-order-ebisu2{
	order: 2;
}
p.text-left.jinriki{
	order: 3;
	padding-top: 30px;
}
p.ume-read-more.ebisuya-btn{
	order: 4;
}
.ikemen-position{
	padding-left: 0;
}
.kingyo-text-more{
	position:inherit;
}
.sensouji-text{
	padding-left: 0;
}
p.text-left.sensouji-title-mt.d-block.d-md-none{
	text-align: center !important;
}
.mangando-title{
	font-size: 43px;
}
.sp-kimono-village2{
	font-size: 21px;
}
.title100051-sp{
	font-size: 36px;
	text-align: center;
	margin-bottom: 0;
}
.sp-turujiro-img-waku{
	display: flex;
}
.sp-turu-img-flex{
	display: flex;
}
.sp-order-2-last-text{
  order: 2;
  padding-top: 31px;
}
.sp-order-1-last-text{
  order: 1;
}
.sp-rental-kimono{
	margin-bottom: 35px;
}
.sp-rental-text{
  padding-top: 20px;
}
.sumida-mt {
  margin-top: 26px;
}
.sp-sumidakouen-title{
  padding-left: 10px;
  margin-bottom: 0px;
}
.sp-st-text{
  padding-left: 10px;
  margin-bottom: 0;
}
.sp-tenori{
  padding-left: 10px;
}
.asa-con2-waku1{
  display: none !important;
}
.sp-kaminarimon-girl-img{
  padding-right: 8px;
}
.sp-nakamise-more{
  padding-top: 0;
}
.asakusa-con-1430 {
  margin-top: 21px;
}
.asa-con4-waku{
margin-top: 0;
}
.ume-read-more {
  padding-top: 12px;
}
.kingyo-position {
  margin-top: -26px;
}
.kingyo-text-more {
  position: absolute;
  top: 71%;
  left: 4%;
  width: 56%;
}
.sp-kingyo-more-btn{
  text-align: center;
  padding-top: 30px;
}
.sensouji-title-mt {
  margin-top: 24px;
}
.sensouji-1530-img {
  margin-top: 0;
}
.as-con1530-mt {
  margin-top: 32px;
}
.sp-doya-girls{
  padding-top: 30px;
}
.mangando-title {
  margin-top: 17px;
  margin-bottom: 0;
}
.sp-yakiimo-soft-text{
  margin-top: 1rem; 
}
.con-1700-mt {
  margin-top: 27px;
}
.sp-1800-btn{
  padding-top: 22px;
}
.tsurujiro-mt {
  margin-top: 22px;
}
.as-con-last {
  margin-top: 48px;
}
.asakusaeki-title {
  margin-bottom: -6px;
}
}
@media screen and (max-width:346px) {
.sp-rental-text{
	letter-spacing: -1px;
}
}
.page-numbers {
	display: inline-block;
	padding-left: 0;
	margin: 15px 0;
}
.page-numbers li{
	margin: 0 2px;
	padding: 0;
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	position: relative;
	color: #fff;
	line-height:50px;
}
.page-numbers > li > a, .page-numbers > li > span {
	vertical-align: top;
    background: #1789CA;
    color: #fff!important;
    margin: 0 0px;
    padding: 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    position: relative;
	line-height: 50px;
}
@media screen and (max-width:767px) {
.page-numbers > li > a, .page-numbers > li > span {
    width: 35px!important;
    height: 35px!important;
}
}
.page-numbers > li:first-child a, .page-numbers > li:first-child span {
	margin-left: 0;
    padding-left: 0;
}
.page-numbers > li > a:hover, .page-numbers > li > span:hover, .page-numbers > li > a:focus, .page-numbers > li > span:focus {
	z-index: 2;
	color: #3B6E39;
	background-color: #eeeeee;
}
.page-numbers .current {
	z-index: 3;
	background: #47bcff;
    color: #fff;
	cursor: default;
}
.page-numbers > .disabled > span, .page-numbers > .disabled > span:hover, .page-numbers > .disabled > span:focus, .page-numbers > .disabled > a, .page-numbers > .disabled > a:hover, .page-numbers > .disabled > a:focus {
	color: #777777;
	background-color: #ffffff;
	border-color: #dddddd;
	cursor: not-allowed;
}
/*インターネット・光回線総合比較メディア：厳選 バナー追加*/
li#media_image-7,li#media_image-11{
    margin-top: 30px;
}
.wp_rp_footer {
    display: none;
}
/*\インフルエンサーマーケティングに興味がある方/*/
p.single-toridori-title {
    text-align: center;
	margin-top: 44px;
	font-weight: 500;
	font-size: 15px;
}
@media screen and (max-width:767px) {
p.single-toridori-title {
	font-size: 3.81vw;
}
}
/*下層記事ライターの画像*/
.writer-profile.writer-profile-1.col-12 {
    display: flex;
    flex-direction: column;
}
.eyecatch-writer-profile img {
    width: 160px;
    height: 160px;
    border-radius: 80px;
    object-fit: cover;
}
@media screen and (max-width:767px) {
.eyecatch-writer-profile img {
    width: 110px;
    height: 110px;
}
}
@media screen and (max-width:440px) {
.eyecatch-writer-profile img {
	width: 85px;
	height: 85px;
}
}
@media screen and (max-width:393px) {
.eyecatch-writer-profile img {
	width: 65px;
	height: 65px;
}
}
.profiletxt {
    width: 70.5%;
	display: flex;
    flex-direction: column;
	font-size: 15px;
}
@media screen and (max-width:1199px) {
.profiletxt {
    width: 66.5%;
}
}
@media screen and (max-width:991px) {
.profiletxt {
    width: 69.5%;
}
}
@media screen and (max-width:767px) {
.profiletxt {
    width: 74%;
}
}
@media screen and (max-width:767px) {
.text-kategori.text-kategori-special-feature {
    margin-bottom: 50px;
}
}
.kaso-kiji-idv {
    display: flex;
    align-items: center;
    margin: 0px 10px;
}
.wp_rp_footer {
    display: none;
}
@media screen and (max-width:991px) {
.om-title.single-mt-title {
	margin: 50px 10px 10px;
}
}
/*ライター紹介*/
.writer-contents{
	border-radius: 4px;
	border: 1px solid #FFA411;
	padding: 17px 29px;
}
@media screen and (max-width:767px) {
.writer-contents{
	padding: 13px 11px;
}
}
.writer-contents-profile {
    display: flex;
    align-items: center;
    gap: 38px;
    justify-content: space-between;
}
@media screen and (max-width:1199px) {
.writer-contents-profile {
	gap: 20px;
}
}
@media screen and (max-width:767px) {
.writer-contents-profile {
	align-items: flex-start;
	gap: 14px;
}
}
.profile-description {
    line-height: 1.5em;
    font-size: 15px;
    font-weight: 400;
}
@media screen and (max-width:767px) {
.profile-description {
	font-size: 14px;
    line-height: 1.64em;
}
}
@media screen and (max-width:320px) {
.profile-description {
	font-size: 13px;
}
}
.profile-button {
    display: flex;
    align-items: center;
	color: #FFF;
	margin-top: 23px;
}
@media screen and (max-width:767px) {
.profile-button {
	margin-top: 17px;
	font-size: 17px;
}
}
@media screen and (max-width:320px) {
.profile-button {
	font-size: 15px;
}
}
.profile-button span{
    padding: 9px 30px;
    border-radius: 4px;
    background: #FFA411;
}
@media screen and (max-width:767px) {
.profile-button span{
	width: 100%;
    text-align: center;
    padding: 9px 9px;
}
}
/*各記事のライター紹介*/
.writer-contents.writer-contents-kiji {
    margin-bottom: 36px;
}
@media screen and (max-width:767px) {
.writer-contents.writer-contents-kiji {
    margin: 0px 10px 18px;
}
}
/*ライター一覧*/
.writer-contents.writer-contents-page {
    margin-bottom: 30px;
}
@media screen and (max-width:767px) {
.writer-contents.writer-contents-page {
	width: 93.7%;
	margin: 0 auto 10px;
}
}
/*記事ページこちらもおすすめ*/
p.also-recommended {
    margin: 55px 0px 0px;
}
p.tag-link-btn.single-tag-link-btn {
    margin-top: 0px;
}
/*rss設定*/
ul.rss-grop {
    text-align: end;
}
/*ページング*/
nav.navigation.pagination {
    display: flex;
    justify-content: center;
}
/*タグのパンくずの下に自動で入っているもの非表示*/
span.text-white.mein-a {
    display: none;
}
figure.category-list-a {
    margin: 0 0 0rem;
}