@charset "utf-8";
/* CSS Document */
/*セリフ体*/
.serif { font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
/*ゴシック体*/
.sans-serif { font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}



/*カテゴリーの記事一覧
=======================================================*/
.kategori-title1 h3 {font-size: clamp(13px, calc(13px + (17 - 13) * ((100vw - 320px) / (1920 - 320))), 17px); font-weight: 500; line-height: 1.4; margin: 4px 0 0 0; }
.kategori-box a img,
.kategori-box a .kategori-title1 h3 { display: block; transition: 0.2s ease-in-out; }
.kategori-box a:hover img {opacity: 0.8;}
.kategori-box a:hover .kategori-title1 h3 { color:#a9a9a9;}


.list_title{
  padding-left:0;
  padding-right: 0;
}

/* ページング */
.nav-links {
    
    display: flex;
		justify-content: center;
	padding-bottom: 20px;
}
.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{
  background: #F1F1F1;
   color: #000; 
}
.nav-links .page-numbers li span{
  transition: .3s ease;
}
.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;
  background: #089E99 !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: #089E99 !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;
    height: 50px;
    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: 425px){
.nav-links .page-numbers{
      padding-left: 0;
}
}
.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;
}
}
/*左側*/
/*タイトル*/
.categories-title {
    font-size: 20px;
    color:#089E99;
    font-weight: 500;
		margin: 0 0 15px 0;
}
@media screen and (max-width: 767px){
.categories-title {
    text-align: center;
	margin-left: 0;
    font-size: 18px;
}
}
@media screen and (max-width: 425px){
.categories-title {
    margin-bottom: 10px;
    line-height: 1.5em;
}
}
.category-list-style{
  padding: 4px 10px;
  font-size: 12px;
}
.category-archive{
  font-size: 20px;
  padding: 0px;
  margin-right: 10px;
  margin-bottom: 5px !important;
}
.categoru-row{
  margin-bottom: 20px;
}
@media screen and (max-width: 767px){
.category-archive{
    font-size: 18px;
}
}
/*カテゴリーの枠*/
.cat_lower { display: flex; justify-content: flex-start; }

.kategori-box {
    margin-bottom: 20px;
    padding: 0 8px;
}



.serch-kategori{
  padding-left: 0;
}

.category-list-a { margin-bottom: 11px;}
@media screen and (max-width: 991px){
.category-list-a { margin-bottom: 15px;}
}

.category-list-a img{
    aspect-ratio: 16 / 9;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
		 border: 1px solid #eee; box-sizing: border-box;
}
@media screen and (max-width: 1199px){
.category-list-a img{
	width: 290px;
}
}
@media screen and (max-width: 991px){
.category-list-a img{
	width: 350px;
}
}
@media screen and (max-width: 768px){
.side-right-parts{
    padding:0px 10px !important;
}
}
/*右側*/
.aside-right.asaide-line {
    margin-bottom: 15%;
}

@media screen and (max-width:768px) {
.aside-right.asaide-line {
      margin-top:30px;
      margin-bottom: 0px;
}
}
/*タグ*/
/* タグ のアイコンの丸*/
.circle {
    position: relative;
    width: 151px;
    height: 44px;
    background: white;
    border: solid 3px darkgray;
}
@media screen and (max-width: 991px){
.circle {
    display: block;
    margin: auto;
}
}
/*タグ全体*/
.tag-text-color a{
  color: gray !important;
}
.tag-keyword {
  font-size: 14px;
  color: #555555 !important;
  padding: 4px 10px;
  display: inline-block;
  margin: 5px;
  border: 1px solid #707070;
  border-radius:3px;
  margin-left: 0;
  font-weight: 500;
}
.tag-keyword::before {
  content: "\0023";
}
.tag-margin{
  margin-bottom: 15px;
}
.cat-color-head{
  padding: 4px 10px;
    font-size: 12px;
    margin-bottom: 3px;
}
.cat-new2-title{
	font-weight: 500;
	font-size: 16px;
}
.cat-new2-title a:hover{
	color:#a9a9a9!important;
}
.searchphp-keyword {
  font-size: 14px;
  color: #b39375 !important;
  padding: 4px 10px;
  display: inline-block;
  margin: 5px;
  margin-left: 0;
  padding-left: 0;
	font-weight: 500;
}
/* アニメーション */
@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{
    padding: 4px;
    font-size: 13px;
    color: #3D8FE2 !important;
    padding: 3px 5px;
    display: inline-block;
    margin: 5px;
    border: 1px solid #3D8FE2;
	font-weight: 700;
	border-radius: 3px;
}
.keyword-single a::before {
  content: "\0023";
}
.single-tag-ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-left: 0;
}
/*広告バナーa*/
.banner-box-kaso{
  padding-left: 0px;
  margin-bottom: 40px;
}
img.banner-a{
margin-top: 50px;
}
.banner-box-kaso img{
  width: 100%;
  height: auto;
}
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;
}	
}
/*いろはめぐり・カリスマめぐりバナー*/
.media-box-kaso ul{
  padding-left: 0px;
  margin-top: 15px;
}
.media-box-kaso ul li:first-child{
  margin-bottom: 15px;
}
.media-box-kaso ul li img{
  width: 100%;
  height: auto;
}
.media-box-kaso ul li{
  overflow: hidden;
}
.media-box-kaso ul li a{
  overflow: hidden;
  position: relative;
}
.media-box-kaso ul li a:before{
  content:"";
  position: absolute;
  left: -25%;
  background: #fff;
  opacity: .3;
  width: 150%;
  padding-top: 200px;
  transition:all 0.3s ease;
  border-radius: 50%;
  top: 350%;
}
.media-box-kaso ul li a:hover::before{
  top: -330%;
}
@media (max-width: 654px) {
.media-box-kaso ul li a:hover::before{
    top: 350% !important;
}
}
/*問い合わせバナー*/
.contact-box-kaso{
  margin-bottom: 40px;
  text-align: center;
  border: 1px solid #707070;
  padding: 40px 0px;
}
.contact-box-kaso p{
  margin-top: 1rem;
  line-height: 1.5333333333;
}
@media (max-width: 767px) {
.contact-box-kaso{
    display: none;
}
}
.button-link--green:before{
  background: #089E99;
}
.button-link--green{
  border-bottom: 2px solid #089E99;
}
.button-link--green:hover span{
  color: #089E99;  
  z-index: 2;
  position: relative;
}
/*ランキング*/
img.wpp-thumbnail.wpp_featured.lazy.attachment-thumbnail.size-thumbnail.wp-post-image.lazy-loaded {
    width: 100%;
		max-width: 169px;
    height: auto;
		margin: 0;
}
.wpp-thumbnail {margin:0 !important; }

.ranking-box-kaso{
    font-size: 23px;
    margin-top: 3%;
	padding: 0;
}
.ranking-box-kaso h2{
  border: solid 3px darkgray;
  width: 205px;
  height: 44px;
  margin-left: 0%;
  padding-top: 2%;
  padding-left: 20px;
  margin-bottom: 30px;
}
.ranking-box-kaso h2::before{
font-family: "Font Awesome 5 Free";
content: "\f521";
font-weight: bold;
padding-right : 5px;/*文字との隙間*/
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
}
@media screen and (max-width: 991px){
.circle-ranking
 {
	display: block;
    margin: auto;
}
}
.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 {
	width:100%;
}

.kiji-article-content p.random-kategori { font-size: clamp(13px, calc(13px + (15 - 13) * ((100vw - 320px) / (1920 - 320))), 15px); font-weight: 500; line-height: 1.5; margin: 0 0 15px 0;}

@media screen and (max-width: 767px) {
.kiji-article-content p.random-kategori { display: none;}
}

.kiji-article-content h2{
  font-weight: normal !important;
  font-weight: 500;
}
ul.breadcrumb.recruit-panbox {
    
	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 { color: #000; font-size: clamp(19px, calc(19px + (26 - 19) * ((100vw - 320px) / (1920 - 320))), 26px); font-weight: 500; line-height: 1.5;}


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;
}
}

.linkcard .lkc-url{
  color: #089E99 !important;
}

.single-submain {
    aspect-ratio: 16 / 9;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}



/* /* navigation */

.single-navigation {
  overflow: hidden;
  padding: 5px 0;
  font-size: 12px;
  margin: 7px 0 20px;
  clear: both;
display:flex;
	align-items:center;
	justify-content:space-between;
}
.single-navigation-text{
  display:flex;
	align-items:center;
  justify-content:space-between;
}
.single-navigation-text a{
  width: 48%;
  font-size: 15px;
  color: #009E99 !important;
    font-weight: 600;
}
.single-navigation-text a:first-child{
  text-align: right;
}
.prev {
  text-align: left;
  position: relative !important;
  padding-left: 30px !important;
  min-height: 50px;
}
.prev .fa{
  position: absolute;
  left: 6px;
  top: calc(50% - 9px);
  font-size: 18px;
  color:#009E99;
}
.next {
  text-align: right;
}
.next1 {
  min-height: 50px;
  float: right;
  text-align: right;
  position: relative !important;
  padding-right: 30px !important;
}

.next1 .fa{
  position: absolute;
  right: 6px;
  top: calc(50% - 9px);
  font-size: 18px;
  color:#009E99;
}

.single-navigationn a:hover {
  opacity: 0.8;
}
.single-navigation > div {
	width: 48%;
	display: flex;
	background:#fff;
	font-size: 13px;
    padding: 10px;
	align-items: center;
	text-align: left;
	border: 1px solid #707070;
}
.single-navigation .alignright {
  text-align: right;
font-weight: 500;
}
.single-navigation a {
  border: none;
}
.single-navigation a:hover {
  color: #009E99 !important;
}
.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: #009E99;
  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;	
  font-weight: 500;
}
.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;
	font-weight: 500;
}
.single-content-text figcaption {
    color:#6c6c6c !important;
    font-size:12px !important;
	font-weight: 500;
}
@media screen and (max-width:767px) {
	.single-content-text figcaption {
    font-size:13px !important;
}
}
p.contentTopDesc a{
  color:#009E99 !important;
	font-weight: 500;
}
.single-content-text a{
  color:#009E99;
font-weight: 500;
}

.single-bg{
  background-color: #01589E;
  margin: 20px auto 0 auto;
  padding: 0 20px;
  border-radius: 4px;
  transition: all .3s;
	display: inline-block;
}
.single-bg:hover{
  opacity: .8;
}
.wp-block-image img {
    height: auto;
}
.single-content-text p a {
    color: #009E99 !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;
}
.related-box ul {
margin: 0;
padding: 0;
display: flex;
    justify-content: space-between;
  
}
@media (max-width:767px){
  .related-box{
    
}
}
.single-related-title{
  font-size: 20px;
  margin: 0px -15px 10px;
}
.single-related-title img{
    width: 30px;
    height: 25px;
}

.wrap-category {
	padding-top: 120px;
}


/*single.php下部に出る関連記事
=======================================================*/
.related-box_list {flex: 0 0 calc(33.333% - 8px); margin: 0 0 16px 0; padding: 0;}

@media (max-width:767px){
.related-box_list {flex: 0 0 calc(50% - 8px);}
.related-box_list:nth-child(n+9) { display: none;}
}

.related-box_list-thamnail .anim { width: 100%;}
.related-box_list-thamnail img { aspect-ratio: 16 / 9; border: 1px solid #eee; height: 100%; object-fit: cover; object-position: center; width: 100%; box-sizing: border-box;}

.related-box_list-title { font-size: clamp(12px, calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320))), 14px); font-weight: 500; line-height: 1.5; margin: 0; padding: 0; font-weight: 500; line-height: 1.5; margin-top: 10px;}
.related-box_list-title:hover { color:#a9a9a9!important;}


.related-box_list-cate{
  margin-top: 10px;
}
.related-box_content{
  
}
.tag-related{
  line-height: 2;
}
.tag-related li:first-child{
  margin-left: 0px;
}
@media (max-width:991px){
.wrap-category {
    padding-top: 114px;
}	
}
@media (max-width:767px){
.wrap-category {
    padding-top: 70px;
}	
}
@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{
  color: #3D8FE2;
  text-align: left;
  font-size: 13px;
    font-weight: 700;
}
.tag-link-btn .fas{
  color: #3C8FE2 !important;
}
.tag-link-btn-side{
padding: 10px 0;
text-align: right !important;
}
.tag-list-t{
  padding: 0;
}
.profiletxt {
    margin: 5px 0px 0px 0px;
}
@media (max-width: 767px) {
.profiletxt {
    margin: 0px;
}
}
/*/////////////企業情報＞お問い合わせ/////////////*/
.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{
	margin: 10px 0 30px 0;
}
.company-table tr {
	line-height: 2;
	text-align: left;
}
.company-table {
	margin-left: auto;
	margin-right: auto;
}
.company-table td{
	border: 1px solid #EBDEDE;
	padding: 20px;
}
@media (max-width:767px) {
.company-table{
    margin: 0px 10px 50px;
}
.company-table td{
	width: 100%;
	display: block;
    padding: 10px 20px;
    font-size: 14px;
}
.company-table td:nth-child(1){
	background-color: #ebdedea6;
}
}
/*プライバシーポリシー*/
.privacy-policy {
	margin: 0 auto;
	color: #4d4d4d;
	padding: 0 0 50px 0;
}
.privacy-title {
	font-size: 20px;
	letter-spacing: 1px;
}
.privacy-text {
	margin: 0 auto;
	letter-spacing: 1.5px;
	padding-top: 50px;
	text-align: justify;
}
@media (max-width:767px) {
.privacy-text {
    font-size: 14px;
    line-height: 1.6em;
}
}
.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;
}
@media (max-width:767px) {
.privacy-sign {
    font-size: 14px;
    padding-top: 20px;
}
}
.privacy-title{
	font-size: 100%;
}
.indent-1 {
padding-left:1em;
text-indent:-1em;
text-align: justify;
}
.writer-contact-title{
	padding-top: 50px;
}
@media (max-width:767px) {
.writer-contact-title{
    font-size: 25px;
}
}
.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-weight: 500;
}
@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-weight: 500;
}
.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;
}    
}
.tour-shop-link{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-left: 0;
}
@media(max-width:767px){
.tour-shop-link{
    margin-bottom: 0rem;
}
}
.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: 14px;
    padding:15px 0 15px 15px;
}
}
@media(max-width:991px){
  .tour-shop-link li{
    padding:15px 0 15px 1px;
}
}
@media(max-width:767px){
  .tour-shop-link li{
    padding: 15px 5px 5px 1px;
}
}
@media(max-width:374px){
.tour-shop-link li{
    padding: 15px 0px 5px 0px;
}
}
.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;
 }
.terms-title {
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 5px;
}
@media(max-width:767px){
.terms-title {
	font-size: 18px;
}
}
/* 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: #F2FAFA;
	padding: 20px 25px;
	margin-bottom: 35px;
	font-size: 15px;
	color: #212529;
	line-height: 1.7;
}
/* タグ一覧 */
.tag-key-list li a{
  font-size: 14px;
    color: #3D8FE2 !important;
    padding: 4px 10px;
    display: inline-block;
    margin: 5px;
    border: 1px solid #3D8FE2;
    font-weight: 500;
    border-radius: 3px;
}
.tag-key-list li a::before {
  content: "\0023";
}
.tag-key-list{
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
.tag-key-list li{
  color: #666;
}
.tag-key-list{
    padding:0 10px;
}
  .addtoany_header {
    color: #767676;
}
/*コンタクト7*/
/* Contact Form7 */
.contact7 {
	max-width: 100%;
	box-sizing: border-box;
  padding: 20px 0px 0px;
}
@media screen and (max-width:767px) {
.contact7 dd{
		margin:0;
}
}
@media screen and (max-width: 767px){
.contact7 input[type="checkbox"] {
  width: 100%;
}
}
@media screen and (max-width: 767px){
.contact7 .wpcf7-textarea {
    width: 100%;
    height: 150px;
}
}
.contact7 dd {
	margin: 0 0 0px 0;
}
.contact7 dt {
	font-weight: normal;
}
@media screen and (max-width:767px) {
	.contact7 input{
		width:100%;
}
	span.wpcf7-form-control-wrap.goal input{
  width: auto;
}
}
@media screen and (max-width:320px) {
	.contact7 input{
		width:90%;
    padding: 0;
}
}
/* 必須マーク */
.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: 0;}
}

.btn_contact7 {
	text-align: center;
}
.btn_contact7 input {
	width: 70%;
  display: block;
  margin: auto;
	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;	
  padding: 20px 0px;
  border-radius: 60px;
}
.btn_contact7 input:hover {
	background-color: #FFF;
	color: #d83c15; 
	cursor: pointer;
}

.contact-form dd input{
  padding: 10px;
}
@media screen and (min-width: 768px) {
.contact7 dt {
	padding: 0 10px 0 0;
}
.shopping-form dt {
	padding: 5px 10px 5px 0;
		width:43%;
}
dd.shop-contact {
    margin-left: 0;
		display:flex;
}
.contact-form{
  display: flex;
	        align-items: center;
  margin-bottom: 0px;
}
.contact-form dt{
    width: 35%;
		display: flex;
		justify-content:space-between;
		        align-items: center;
}

.contact-form dt span { display: block;}
.contact-form dd{
  width: 70%;
  margin-bottom: 0px;
}
.contact-form dd input,
.contact-form dd textarea{
    width: 90%;
	padding: 4px;
}
.contact-form dd textarea{
    height: 150px;
}
.contact-form p{
	font-weight: 500;
    margin-bottom: 0;
}
.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;	
}
.btn_contact7 input:hover {
	background-color: #FFF;
	color: #d83c15; 
}
}
.contact7 .must {
  background: #d83c15;
}
.mail-footer{
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width:767px) {
.mail-footer{
    font-size: 13px;
}
}
.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;
}
}
.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;
}

.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;
	background: #089E99;
    color: #fff;
	line-height:50px;
}

.page-numbers > li > a, .page-numbers > li > span {
	vertical-align: top;
    background: #F1F1F1;
    color: #089E99 !important;
    margin: 0 0px;
    padding: 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    position: relative;
	line-height: 50px;
}
.page-numbers > li:first-child a, .page-numbers > li:first-child span {
	margin-left: 0;
    padding-left: 0;
}
.page-numbers > li:last-child a, .page-numbers > li:last-child span {
	
}
.page-numbers > li > a:hover, .page-numbers > li > span:hover, .page-numbers > li > a:focus, .page-numbers > li > span:focus {
	z-index: 2;
	color: #089E99 !important;
	background-color: #F1F1F1;
	
}
.page-numbers .current {
	z-index: 3;
	background: #089E99;
    color: #fff !important;
	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;
}
/*目次*/
ul.toc_list li{
    line-height: 1.5em!important;
}
/*インターネット・光回線総合比較メディア：厳選　バナー*/
li#media_image-5 {
    margin-top: 30px;
}
/*ライター一覧*/
ul.writers.writers-grop {
    margin-left: -40px;
}
@media(max-width:767px){
ul.writers.writers-grop {
    margin-left: 0px;
} 
}
.writer-profile.writer-profile-1.col-12 {
    margin-bottom: 10px;
}
/*ライター募集*/
.writer-contact-text p{
	font-weight: 500;
	line-height: 1.6em;
}
@media(max-width:767px){
p.categories-title.title-margin {
    text-align: left;
}
}
img.kaiju_banner {
    width: 50%;
    margin: 0px auto 50px;
    display: block;
}
@media(max-width:767px){
img.kaiju_banner {
    width: 100%;
    margin: 0px auto 90px;
}
}
p.pr-text.kaiju_banner-text {
    margin-right: 25%;
}
@media(max-width:767px){
p.pr-text.kaiju_banner-text {
    margin-right: 0%;
}
}


/*404.php
=======================================================*/
/*記事が見当たらなかった際の調整の枠*/
.notfoundBox {}
.notfoundBox h2 {font-size: clamp(19px, calc(19px + (26 - 19) * ((100vw - 320px) / (1920 - 320))), 26px); font-weight: 500; line-height: 1.5;}

/*記事単体の調整の枠*/
.single-left-parts {}

/*youtubeなどのiframeを16:9にする
=======================================================*/
.wp-embed-aspect-16-9 { height: 0; padding-bottom: 56.25%; /* 16:9 */ position: relative; width: 100%; }
.wp-embed-aspect-16-9 iframe { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }

iframe[src*="youtube.com"],
iframe[src*="youtu.be"],
iframe[src*="vimeo.com"] { aspect-ratio: 16 / 9; height: auto; width: 100%;}

/* 古いブラウザ用にpadding-bottom方式も追加 */
.responsive-iframe-wrapper { height: 0; padding-bottom: 56.25%; /* 16:9 */ position: relative; width: 100%; }
.responsive-iframe-wrapper iframe { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }

/*author.php（ライターに紐づいた記事一覧）
=======================================================*/
.authorBox { border: 1px solid #01589E; border-radius: 3px; margin: 0 0 40px 0; padding: 17px 29px; width: 100%; box-sizing: border-box;}
.authorBox dl { display: flex; gap: 0 20px; margin: 0; padding: 0;}

/*ライター写真
160サイズで正円になるようにカット
---------------------------------*/
.authorBox dt { border-radius: 50%; flex-shrink: 0; height: 160px; margin: 0; padding: 0; overflow: hidden; width: 160px; }
.authorBox dt img { display: block; height: 100%; object-fit: cover; object-position: center; width: 100%;}

/*ライター紹介文の枠
---------------------------------*/
.authorBox dd { margin: 0; padding: 0; word-break: break-all;}
/*名前*/
.authorBox dd strong { display: block; font-size: 16px; font-weight: 500; line-height: 1; margin: 0 0 15px 0; padding: 0;}
/*肩書*/
.authorBox dd span { display: block; font-size: 14px; font-weight: 500; line-height: 1; margin: 0 0 15px 0; padding: 0;}
/*紹介文*/
.authorBox dd p { font-size: clamp(14px, calc(14px + (16 - 14) * ((100vw - 320px) / (1920 - 320))), 16px); font-weight: 500; line-height: 1.5; margin: 0; padding: 0;}

@media screen and (max-width: 767px) {
.authorBox { margin: 0 0 20px 0; padding: 10px 18px;}
.authorBox dl { gap: 0 14px;}
.authorBox dt { height: 110px; width: 110px; }
}
@media screen and (max-width: 576px) {
.authorBox dl { gap: 0 10px;}
.authorBox dt { height: 68px; width: 68px; }
}

/*AddToAny用の調整
=======================================================*/
.post-share-inline { margin: 0px 0px 42px; text-align: center;}
.post-share-inline__title { color: #000; font-size: 15px; font-weight: 500; margin: 0 0 5px; letter-spacing: 0.08em;}

/*記事中の手動で挟んでる広告
=======================================================*/
.singleWkBox { margin: 24px 0; }
.singleWkBox img { display: block; margin: 10px 0 0 0; }
.singleWkBox p { font-size: 15px; font-weight: 500; line-height: 1.8; text-align: left; margin: 0; padding: 0;}
.singleWkBox span { color: #6c6c6c; display: block; font-size: 12px; font-weight: 500; line-height: 1.3; text-align: left; margin: 5px 0 0 0; padding: 0;}

/*下層用Bootstrapのpadding矯正
=======================================================*/
.wrappadding { margin: 0; padding: 0 8px;}
