@charset "utf-8";
/*
theme Name: みんなの観光協会オリジナルテーマ
Author: Sato
Description: original theme
version： 1.0.0
*/
@import 'https://minna-kanko.jp/wp-content/themes/minnakankou/_bootstrap';
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*common */
body {
  overflow-x: hidden;
  line-height: 1.7em;
  font-family: -apple-system, blinkMacSystemFont,
    /* Macの欧文はSan Francisco (OS X 10.11以降) */ 'Helvetica Neue',
    /* Macの欧文 (OS X 10.10以前) */ 'Segoe UI',
    /* Windowsの欧文 */ 'Hiragino Kaku Gothic ProN',
    /* Macのヒラギノ */ 'Noto Sans Japanese', sans-serif;
}
body * {
  line-height: 1.7em;
}

a {
  color: #222;
  text-decoration: none;
}

p {
  margin: 0;
}
a:hover {
  color: inherit;
  opacity: 0.8;
  text-decoration: none;
}

img {
  margin: 0 auto;
}
h1 {
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
header *,
footer *,
.nt {
  font-family: -apple-system, blinkMacSystemFont,
    /* Macの欧文はSan Francisco (OS X 10.11以降) */ 'Helvetica Neue',
    /* Macの欧文 (OS X 10.10以前) */ 'Segoe UI',
    /* Windowsの欧文 */ 'Hiragino Kaku Gothic ProN',
    /* Macのヒラギノ */ 'Noto Sans Japanese', sans-serif;
  line-height: 1.7em;
}

img {
  max-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

.img-box {
  text-align: center;
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
}

.img-box a {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

a:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.flex {
  display: flex;
  align-items: center;
}

.flex img {
  margin: 0;
}

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

.flex-s {
  display: flex;
  align-items: center;
}

.flex-s * {
  margin-right: 10px;
}
.flex-s img {
  margin: 0 10px 0 0;
}

.flex-e {
  display: flex;
  justify-content: flex-end;
}

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.ta-l {
  text-align: left;
}

.blank-l {
  height: 200px;
}

.blank-m {
  height: 50px;
}

.blank-s {
  height: 30px;
}

li #menu_prepar {
  display: block;
  width: 100%;
}

li a {
  display: block;
  width: 100%;
}

.sub-menu {
  z-index: 3;
  display: none;
}

.sns > a {
  color: #c7b088;
}

.all-wrap {
  display: flex;
}
main {
  width: 73%;
}

/* aside */
aside {
  width: 23%;
  margin-left: auto;
}

aside section {
  margin-bottom: 30px;
}

aside section.cat-menu h1 {
  margin-top: 0;
}

aside section.cat-menu {
  margin-top: -20px;
}

aside .ad {
  width: 100%;
}

aside section h1,
.page-single section > h1 {
  text-align: center;
  border-bottom: 2px solid #000;
}

aside .menu a {
  padding: 10px 5px;
  border-bottom: 1px solid #ccc;
}

aside .menu ul {
  list-style-type: none;
}

aside .cat-menu a {
  color: #000 !important;
}

ul.area-menu > li > a > i {
  color: #999;
  line-height: 1.7em;
}

.area-menu .sub-menu > li > a {
  padding-left: 30px;
}

aside .sns {
  display: flex;
  justify-content: center;
}

aside .sns i {
  font-size: 26px;
  padding: 15px;
}

.rank-img {
  margin-right: 10px;
  position: relative;
  width: 35%;
}

.rank-img img {
  height: 70px;
  object-fit: cover;
  object-position: top center;
  width: 100%;
}

.rank-text {
  width: 65%;
}

.rank-date {
  color: #868686;
}
#rank {
  counter-reset: wpp-ranking;
}

#rank article {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  align-items: flex-start;
}
#rank h2 {
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-align: left;
  line-height: 1.5em;
}
.rank-img:before {
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #000;
  color: #fff;
  font-weight: bold;
  padding: 5px;
  font-size: 10px;
  line-height: 1em;
}

.tags-wrap {
  text-align: center;
}

.tags a {
  display: inline-block;
  padding: 0 10px;
  border: 1px solid #ccc;
  margin: 5px;
  color: #444;
}
/* end aside */

.dp-ib {
  font-size: 0;
}

.dp-ib > p {
  display: inline-block;
}

.mgr0 {
  margin-right: 0;
  margin-left: auto;
}
.mgt-auto {
  margin-top: auto;
}

.img-box {
  display: flex;
  align-items: center;
}

.c-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.author-box {
  background: #eee;
}

.author-box .desc {
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 10px;
}

.prsp {
  font-weight: bold;
}

.avatar {
  object-fit: cover;
  object-position: top center;
}

.author-box .name {
  font-size: 18px;
  font-weight: bold;
}

.author-box .location {
  font-size: 12px;
  text-align: center;
}

.area {
  border: 1px solid #000;
}
.cat {
  border-width: 1px;
  border-style: solid;
}

.post {
  margin-bottom: 20px;
}

.time {
  color: #999;
  line-height: 1.4em;
}

.post h1 {
  text-align: justify;
  text-justify: inter-ideograph;
}

/* end common */

/* in header */
header {
  width: 100%;
  padding-bottom: 25px;
}
header * {
  z-index: 11;
}
.sns-nav {
  justify-content: flex-end;
  align-items: center;
  height: 50px;
  margin-right: 20px;
  margin-left: auto;
  margin-top: 5px;
}

.header-logo {
  height: 45px;
  width: auto;
}

.sns-nav .sns {
  width: 100px;
  display: flex;
  justify-content: space-between;
  margin-left: 10px;
}
.sns-nav .wpml-box a {
  margin-left: 0;
}

.sns-nav .sns a {
  font-size: 20px;
}

.sns-nav .login {
  color: #222;
}

header h1 {
  font-size: 13px;
  color: #868686;
  font-weight: normal;
  margin: 0;
  line-height: 1.7em;
  padding: 20px 0;
}

.menu {
  z-index: 3;
}
.menu a {
  display: block;
  cursor: pointer;
  position: relative;
}

.menu li.sitemap {
  display: none;
}

.pc .global-menu {
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}

.pc .global-menu i {
  margin-right: 6px;
}

.pc .global-menu > li {
  position: relative;
}

/* 準備中画面ようのCSSを指定 */
.pc .global-menu > #menu_prepar > a {
  text-align: center;
  padding: 5px 18px;
  color: rgb(139, 138, 138);
}

.pc .global-menu a {
  text-align: center;
  padding: 5px 18px;
  border-bottom: 2px solid #fff;
}

.pc .global-menu > li > a:hover,
.pc .sub-menu a:hover {
  border-bottom: 2px solid #d20001;
}

.pc .global-menu .sub-menu {
  background: #fff;
  position: absolute;
  margin: 0 -20px;
  width: 180px;
}
.pc .global-menu .sub-menu li {
  width: 100%;
}

.pc .sub-menu a {
  padding: 10px;
  border-bottom: 2px solid #fff;
  text-align: center;
}

.arrow::after {
  content: '\f107';
  font-family: 'Font Awesome 5 Free';
  margin-left: 10px;
  font-size: 14px;
  font-weight: bold;
}

.arrow.up::after {
  content: '\f106';
}

.lang {
  background: #222;
  display: block;
  height: 100%;
}

.lang a {
  color: #fff;
}

.lang .sub-menu {
  margin-top: 0;
}

.lang .sub-menu li {
  color: #fff;
  background: #222;
}

.lang .sub-menu li:hover {
  opacity: 0.8;
}

.lang a {
  color: #fff;
  font-weight: normal;
}

/* sp */
.sp {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  height: 55px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.sp .logo {
  position: absolute;
  left: 15px;
  top: 15px;
  height: 30px;
  width: auto;
}

.sp .sns {
  position: absolute;
  right: 60px;
  top: 12px;
  display: flex;
}

.sp .sns > a {
  padding: 0 8px;
  font-size: 20px;
}

.sp .menu-icon {
  position: absolute;
  right: 10px;
  top: 15px;
  height: 28px;
  width: auto;
}

.drop {
  display: none;
  position: fixed;
  top: 55px;
  width: 100%;
  background: #000;
  padding: 10px;
  height: 100%;
}

.drop * {
  color: #fff;
}

.drop .menu {
  display: block;
}

.drop .global-menu {
  width: 100%;
  font-weight: normal;
  margin: 0;
}

.drop .menu > li {
  position: relative;
}

.drop .searchsubmit {
  top: 45px;
  background: #fff;
  color: #000 !important;
}

.drop .global-menu > li > a {
  padding: 8px 10px;
  width: 100%;
  border-bottom: 1px solid #333;
}

.drop .global-menu > li > a:after,
.cat-menu a:after,
.area-menu a i,
.area-menu .sub-menu a:after {
  position: absolute;
  right: 10px;
  top: 10px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.area-menu .sub-menu a:after {
  color: #999;
}

.pc .cat-menu a:after,
footer .cat-menu a:after {
  display: none;
}

.pc .cat-item-prepar {
  padding: 8px 40px 8px 40px;
}

footer .cat-menu a {
  color: #fff !important;
}

.drop .global-menu > li > a:after,
.cat-menu a:after,
.area-menu .sub-menu > li > a:after {
  content: '\f105';
}

.drop .sub-menu a {
  padding: 8px 10px 8px 40px;
}

.drop .global-menu > li > a.up:after {
  content: '\f106';
}

.drop .searchform {
  width: 100%;
  top: 0;
  margin-bottom: 15px;
}
.drop .searchfield {
  background: transparent;
  padding: 5px 10px;
}

.drop .searchform * {
  color: #fff;
}

.drop .close-btn {
  background: #333;
  width: 100%;
  padding: 10px;
  color: #fff;
  text-align: center;
}

.drop .close-btn i {
  margin-right: 10px;
}

.drop li i {
  margin-right: 5px;
}

.drop a:hover {
  color: #fff;
}

.logo-box {
  float: left;
  width: 30%;
  height: auto;
  margin-left: 0px;
}

.nav-box {
  float: right;
  width: 700px;
}
header .wpml-ls ul {
  display: flex;
}

header .wpml-ls li {
  display: none !important;
}

header .wpml-ls li.wpml-ls-item-en,
header .wpml-ls li.wpml-ls-item-zh-hant,
header .wpml-ls li.wpml-ls-item-ja {
  display: block !important;
}

header .wpml-ls li {
  display: block;
}

header .wpml-ls li a {
  display: block;
  width: 100%;
}

header .wpml-ls-flag {
  width: 35px !important;
  height: auto !important;
  margin-left: 7px;
}

header .wpml-ls-item-ja img {
  border: 1px solid #ccc;
}

header .wpml-ls span {
  font-size: 13px !important;
}

.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  margin-bottom: 0;
}

.wpml-ls {
  margin-bottom: 0 !important;
}

/* <!-- refs #310　英語および繁体語対応 S--> */
.sp-lang-btn {
  position: fixed;
  top: 60px;
  right: 5px;
  border: 1px solid #bbb;
  padding: 0px 5px 2px;
  border-radius: 2px;
  background: #fff;
  font-size: 16px;
  color: #555;
}

.sp-lang-btn i {
  font-size: 12px;
}

.sp-lang-area {
  position: fixed;
  top: 95px;
  right: -5px;
  background: #fff;
  display: none;
}

.sp .wpml-ls span {
  display: none !important;
}

header .sp img.wpml-ls-flag {
  margin-left: 0;
  width: 50px !important;
}

/* <!-- refs #310　英語および繁体語対応 E--> */

/* end header */

/* in footer */
footer {
  background: #000;
  padding: 20px 0;
  margin-top: 60px;
}

footer * {
  color: #fff;
  z-index: 0;
}
footer .menu a {
  text-align: center;
}
footer .logo-wrap img {
  width: 250px;
}

footer .global-menu {
  display: flex;
  margin-top: 15px;
  font-weight: normal;
  margin-right: -10px;
  justify-content: flex-end;
}

footer .menu > li.lang,
footer .menu > li.search {
  display: none;
}

footer .menu > li.sitemap {
  display: block;
}

footer .global-menu > li > a {
  padding: 0 15px;
}

footer .global-menu > li:not(:last-child) > a {
  border-right: 1px solid #fff;
  overflow: hidden;
}

footer .sub-menu a {
  padding: 5px;
  text-align: center;
}

footer .copy {
  color: #999;
  text-align: center;
}

footer .copy a {
  color: #999;
  text-decoration: underline;
}

footer a:hover {
  color: #fff;
}

.to-top {
  display: none;
}

footer .row > div {
  margin: 30px 0;
}
/* end footer */

/* search */
.searchform {
  width: 230px;
  margin-block-end: 0;
}
.searchfield {
  width: 100%;
  /* border: none; */
  padding: 5px 10px;
}

.searchfield:focus::placeholder {
  color: transparent;
}
.searchsubmit {
  font-weight: normal;
  font-size: 14px;
  padding: 0;
  cursor: pointer;
  border: none;
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 2px 5px;
  background: #333;
  color: #fff;
  border-radius: 3px;
  letter-spacing: 2px;
}
.searchsubmit:hover {
  opacity: 0.6;
}

.search .sub-menu {
  right: 0;
}

/* breadcrumb */
#breadcrumb {
  background: #000;
  padding: 5px;
  margin-bottom: 25px;
}

#breadcrumb * {
  color: #fff;
}

#breadcrumb ul {
  overflow: hidden;
}

#breadcrumb li {
  display: inline-block;
}

#breadcrumb li:not(:last-of-type) span:after {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin: 0 8px;
}

/* page-home */
.sp-slider {
  margin-bottom: 40px;
  margin: 0 -15px;
}

.sp-slider a {
  display: block;
  width: 100%;
}
.sw-btn {
  background: #000;
  color: #fff;
  background-image: none;
  font-size: 28px;
  top: 45%;
  width: 36px;
  height: 36px;
  text-align: center;
  border-radius: 2px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-slide {
  padding: 0 15px;
}

.sp-box {
  position: relative;
}

.sp-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.85);
  margin: 0;
}

.sp-info h1 {
  font-size: 16px;
  padding: 0;
  margin: 0 0 10px 0;
  width: 90%;
}

.sp-info .slider-sp-icon {
  width: 10%;
  height: auto;
  margin: -30px -10px 0 auto;
}

.sp-slider .img-box {
  position: relative;
  height: 470px;
}

.sp-slider .new-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: auto;
}

.sp-slider .icatch img {
  height: 100%;
  width: 100%;
}

.sw-btn i {
  display: block;
}
.sp-icon {
  height: 70px;
  width: auto;
  top: 0;
  left: 0;
  position: absolute;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.new-icon {
  height: 30px;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.pickup-icon {
  height: 30px;
  width: auto;
  position: absolute;
  top: -10px;
  right: 10px;
  z-index: 10;
}

.sp-info .time,
.sp-info .area {
  margin-left: 10px;
}
.sp-info .author-box {
  display: flex;
  background: transparent;
}

.sp-info .author-box * {
  align-items: center;
}

.sp-info img,
.sp-info .prsp {
  margin-right: 10px;
}

.sp-info .author-box .inner {
  display: flex;
}

.sp-info .ca-box {
  display: flex;
  margin-left: auto;
  margin-right: 0;
  align-items: center;
}
.sp-info .ca-box .inner {
  display: flex;
}

.page-home main h2 {
  margin-bottom: 40px;
}
.page-home main h2 span {
  display: block;
  font-size: 14px;
}
.area,
.cat {
  font-size: 14px;
  padding: 1px 5px 0;
  margin-right: 5px;
}

.sp-info .author {
  font-weight: bold;
  font-size: 16px;
}

.top-list {
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.top-list .post {
  border: 1px solid #eee;
  width: 31%;
  margin-bottom: 30px;
  margin-right: 25px;
  display: flex;
  flex-direction: column;
}

.top-list .post:nth-child(3n) {
  margin-right: 0;
}

.top-list .post .cat {
  margin-bottom: 5px;
}
.top-list .post .time {
  margin-top: 5px;
}

.top-list .img-box {
  height: 160px;
}
.pickup-icon {
  display: none;
}

.pickup-list .pickup-icon {
  display: block;
}

.info-box {
  padding: 15px 10px 10px 10px;
}

.post h1 {
  font-size: 16px;
  margin: 5px 0;
  padding: 0;
}

.post h1:hover {
  text-decoration: underline;
}

.post .time {
  font-size: 14px;
  margin-top: 10px;
}

.post .cat {
  margin-right: 5px;
}

.bottom-box {
  margin-top: auto;
  padding: 10px;
  padding-top: 0;
}
.prsp {
  margin-top: 2px;
  font-size: 12px;
}

[rel~='author'] {
  font-weight: bold;
  font-size: 16px;
}

.pagination {
  width: 100%;
}

.page-numbers {
  display: flex;
  justify-content: center;
  line-height: 40px;
}

.page-numbers li {
  border: 1px solid #fff;
  margin: 0 5px;
  background: #000;
  color: #fff;
  font-weight: bold;
}

.page-numbers a {
  color: #fff;
}

.page-numbers > * {
  width: 40px;
  display: block;
  line-height: 40px;
  text-align: center;
}

.page-numbers .current {
  background: #555;
}

.page-home h2 {
  text-align: center;
  margin: 0 0 10px;
}

.page-home main section:not(:first-of-type) {
  margin: 40px 0;
}

.icatch {
  height: 100%;
  width: 100%;
  display: block;
}
.icatch img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top center;
  font-family: 'object-fit: cover;object-position:top center;';
}
/* end home */

/* single */

.wpml {
  background: #eee;
  overflow: hidden;
  margin-bottom: 20px;
}
.wpml span {
  display: block !important;
  margin: 0 !important;
  width: 100% !important;
  text-align: center !important;
  font-size: 12px !important;
  padding-top: 5px !important;
}
.wpml li {
  width: 12.5%;
  float: left;
  display: block;
}
.wpml a {
  padding: 5px 5px 0 5px !important;
}

.wpml img {
  max-width: 70px !important;
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

.page-single .main-h1 {
  font-weight: 900;
  margin-top: 0;
  padding: 10px 0;
  text-align: justify;
}

.page-single .tag {
  padding-left: 3px;
}

.page-single .tag img {
  margin-right: 3px;
  position: relative;
  top: -3px;
  width: 13px;
  height: auto;
}

.page-single .tag a {
  font-size: 16px;
  display: inline-block;
  margin-right: 15px;
}
.s-row1 {
  overflow: hidden;
}
.s-row1 > p {
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
}

.page-single .cat,
.page-single .area {
  padding: 3px 10px;
}

.page-single .cat {
  display: inline-block;
  margin-right: 5px;
}

.s-row1 .fb-like {
  float: right;
}

.share {
  display: flex;
  margin: 20px 0;
}

.share > a {
  width: 100%;
  background: #000;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share > a i {
  font-size: 20px;
  color: #fff;
}

.share > a img {
  height: 20px;
  width: auto;
  margin: 0;
}
.share .twitter {
  background: #1da1f2;
}
.share .fb {
  background: #3b5998;
}
.share .line {
  background: #00b900;
}
.share .hatena {
  background: #00a4de;
}

.like-box {
  display: flex;
}

.like-box > div {
  width: 100%;
  height: 270px;
}

.like-box .img img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
}

.like-box .img a {
  pointer-events: none;
}

.like-box .text {
  background: #000;
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
}

.like-box p {
  text-align: center;
}

.like-box p:first-of-type {
  font-size: 20px;
  color: #9b9b9b;
  line-height: 30px;
}
.like-box p:last-of-type {
  font-size: 14px;
  color: #999;
}

.page-single h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px 0;
  padding: 0;
}

.page-single h3 i {
  margin-right: 10px;
  font-size: 25px;
}

.page-single section:not(.lang-switch) {
  margin: 30px 0;
}
.page-single .pager {
  display: flex;
  border: 1px solid #ccc;
}

.page-single .pager > div {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
}

.page-single .pager a {
  display: block;
}

.page-single .pager i:not(.center) {
  color: #ccc;
  font-size: 20px;
}
.page-single .pager > div:first-of-type i {
  margin-right: 10px;
}
.page-single .pager > div:last-of-type i {
  margin-left: 10px;
}

.page-single .pager > div:not(:last-of-type) {
  border-right: 1px solid #ccc;
}

.page-single i.center {
  margin-right: 10px;
}
.related {
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.related > .post {
  width: 23%;
  display: block;
  margin-bottom: 20px;
  margin-right: 20px;
}

.related > .post:nth-child(4n) {
  margin-right: 0;
}

.related .img-box {
  height: 140px;
}

.related .cat,
.related .area {
  font-size: 12px;
  margin-top: 5px;
  padding: 0 4px;
}

.related .info-box {
  padding: 0;
}

.related .time {
  margin-top: 10px;
}
.related h1 {
  font-size: 14px;
  margin: 5px 0;
}
.related .ca-box * {
  margin-left: 0;
}
.related .ca-box p {
  display: inline-block;
  font-size: 11px !important;
  padding: 0 5px;
  margin: 0;
  line-height: 1.5em;
}
.wpml-ls-statics-shortcode_actions {
  border: none;
}
.page-single .author-box {
  padding: 20px;
}

.page-single .author-box .img-box {
  margin-right: 15px;
}
.author-box > .inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.author-box a {
  display: block;
  /* 2020-06-27 23:04:39 #285 SHINGO IZUMI S 	ユーザープロフィールのaタグがたまに改行されていないときがある*/
  word-wrap: break-word;
  /* 2020-06-27 23:04:39 #285 SHINGO IZUMI E	ユーザープロフィールのaタグがたまに改行されていないときがある */
}
.author-box img {
  margin-right: 10px;
}

.author-box .more {
  margin-right: 0;
  margin-left: auto;
  cursor: pointer;
  border: 1px solid #999;
  border-radius: 3px;
  padding: 0 5px;
  color: #999;
  display: inline-block;
  margin-top: 10px;
}

.author-box .more i {
  margin-right: 5px;
}

.author1 .desc {
  display: none;
}

.author1 .inner {
  display: flex;
  align-items: flex-start;
}

.author1.author-box a {
  display: inline;
}

.author1 .avatar-box {
  display: block;
  width: 10%;
  padding-right: 10px;
}

.author1 .str-box {
  width: 90%;
  overflow: hidden;
}

#exe1 {
  margin-top: 10px;
}

#exe1.hidden {
  display: none;
}

.author2 .avatar-box {
  display: block;
  width: 15%;
  padding-right: 10px;
}

.author2 .str-box {
  width: 85%;
}

/* end single */
/* index */

.index .post h1 {
  padding: 5px 0 5px 2px;
}
.index .post {
  overflow: hidden;
}
.index .post .img-box {
  width: 30%;
}

.index .post .info-box {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  width: 70%;
}

.index .post {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  display: flex;
}

.index .img-box {
  height: 160px;
}
.index .time {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
}
.pvfb-box {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
}

.pvfb-box > div {
  margin-left: 10px;
}
/* page-lp */

.contact {
  position: fixed;
  right: 1%;
  display: block;
  width: 110px;
  height: auto;
  z-index: 12;
}

.contact1 {
  top: 100px;
}
.contact2 {
  top: 230px;
}

#lp header {
  padding-bottom: 0;
}
#lp .pc {
  padding: 10px 30px;
}
#lp .h1-sns {
  display: none;
}

#lp .header-logo {
  height: 35px;
  width: auto;
}

#lp .pc > .container {
  width: 100%;
  padding: 0;
  margin: 0;
}

#lp .nav-box {
  width: 800px;
}

.lp-top {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 11;
}
.lp-middle {
  position: fixed;
  top: 0;
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 1);
  padding: 10px 0;
}

.lp-middle h1,
.lp-middle .sns-nav {
  display: none;
}

.lp-top h1 {
  color: #fff;
}

.lp-top .global-menu > li > a {
  border: transparent 1px solid;
  color: #fff;
}
.lp-top .global-menu > li > a:hover {
  border-bottom: 1px solid #fff;
}

.lp-01 {
  position: relative;
  background-image: url(images/lp-01.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
}

#lp section h1 {
  padding-top: 70px;
  background-image: url(images/logomark.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 60px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2em;
  text-align: center;
  margin-top: 0;
}

#lp h3 {
  text-align: center;
}

#lp #intro *,
#lp #ex *,
#lp #theme * {
  text-align: center;
}
.lp-01 .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px 20px 30px 20px;
}

.lp-01 .lp-01-head {
  height: 540px;
  width: auto;
}

.lp-btn {
  display: block;
  margin-top: 30px;
}
.lp-btn img {
  width: auto;
  height: 80px;
}

#lp .row > div {
  margin: 30px 0;
}

#lp .narrow {
  max-width: 1000px;
}
#lp .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}

#lp #intro h2 {
  background-image: url(images/circle.svg);
  background-size: 100% 70px;
  background-repeat: no-repeat;
  background-position: top center;
  margin: 0 auto;
  width: 80%;
  height: 70px;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  padding-top: 5px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

#lp #intro .box {
  border-radius: 20px;
  padding: 0 20px 20px 20px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 70px;
  height: 200px;
}
#lp #intro .box p {
  color: #fff;
  font-weight: 700;
  color: #fff;
}

#lp #intro .black {
  background: #084f78;
}
#lp #intro .black h2 {
  letter-spacing: 5px;
  text-indent: 5px;
  color: #084f78;
}

#lp #intro .green {
  background: #4ecc4b;
}
#lp #intro .green h2 {
  letter-spacing: 5px;
  text-indent: 5px;
  color: #4ecc4b;
}
#lp #intro .green p {
  font-size: 36px;
}
#lp #intro .orange {
  background: #f74905;
}
#lp #intro .orange h2 {
  letter-spacing: 5px;
  text-indent: 5px;
  color: #f74905;
}
#lp #intro .orange p {
  font-size: 30px;
}
#lp #intro .gray {
  background: #f5547d;
}
#lp #intro .gray h2 {
  letter-spacing: 5px;
  text-indent: 5px;
  color: #f5547d;
}

#lp #intro .pale-gray {
  background: #888;
}
#lp #intro .pale-gray h2 {
  letter-spacing: 5px;
  text-indent: 5px;
  color: #888;
}
#lp #intro .pale-gray p {
  font-size: 30px;
}
#lp #intro .blue {
  background: #047dc4;
}
#lp #intro .blue h2 {
  text-indent: 5px;
  color: #047dc4;
}
#lp #intro .blue p {
  font-size: 30px;
  line-height: 1em;
}

#lp section:not(.lp-01) {
  padding: 60px 0;
}

#intro .intro-top {
  font-size: 18px;
  font-weight: 400;
  margin: 30px 0;
}
#lp #theme {
  background-image: url(images/theme-bg.jpg);
  background-position: center center;
  background-size: cover;
  margin-bottom: 70px;
}

#lp #theme h2,
#lp #media-guide h2 {
  background: #222;
  color: #fff;
  padding: 5px 10px;
  width: 300px;
  border-radius: 5px;
  margin: 0 auto 30px auto;
  font-size: 24px;
}
#lp #theme ul {
  margin-bottom: 20px;
}

#lp #theme li {
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 20px;
  font-size: 24px;
  margin: 10px;
  font-weight: 700;
  font-family: 'メイリオ', Meiryo, 'Montserrat', '游ゴシック', YuGothic,
    'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}

#lp #price,
#lp #faq,
#lp #tm {
  background: #eee;
}

/* SHINGO IZUMI メディアガイド */
#lp #media-guide {
  /* background: rgb(229, 240, 203); */
  text-align: center;
  background-image: url(images/theme-bg.jpg);
  background-position: center center;
  background-size: cover;
  margin-bottom: 0px;
}

#lp #price .row {
  max-width: 800px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  margin: 30px auto;
  padding: 10px;
  border-radius: 5px;
}

#lp #price td {
  padding-right: 15px;
}

#lp #price .tax {
  font-size: 16px;
  font-weight: normal;
  text-align: right;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  top: -15px;
}

#lp #price .tax2 {
  max-width: 1000px;
}

#lp #price .row > div {
  margin: 0;
}

#lp #price .kakaku {
  font-weight: 700;
  text-decoration: line-through;
  text-decoration-color: #c5181f;
  font-size: 36px;
  margin-right: 20px;
}

#lp #price .muryou {
  font-size: 30px;
  font-weight: 500;
  border-bottom: 4px solid #fff980;
}

#lp span.en-price {
  font-size: 0.7em;
  margin-left: 5px;
  text-decoration: none;
  display: inline-block;
}

#lp .brnikai {
  display: none;
}

#lp #price .tuika {
  color: #0ec4a5;
}

#lp #price .muryou span {
  color: #c5181f;
  /* text-decoration: underline; */
}
#lp #price .row > div {
  padding: 10px;
  display: flex;
}

#lp #price .row .head {
  background: #0ec4a5;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  text-align: center;
}

#lp #price .row .main {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 20px;
}

#lp #price .option {
  font-size: 24px;
  font-weight: 500;
  margin: 0 auto;
}

#lp #price .option p {
  width: 100%;
}

#lp #price .row.ticket .main {
  display: block;
}

#lp #price .row.ticket .main * {
  text-align: left;
  font-size: 24px;
  font-weight: 500;
}

#lp .ex-wrap {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  margin: 40px auto;
  max-width: 1000px;
}

#lp #price .ex-inner {
  margin: 0;
  padding: 20px;
  display: flex;
  justify-content: flex-start;
  max-width: none;
  text-align: left;
  overflow: hidden;
}

#lp .ex-inner > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#lp .ex-inner .kind {
  width: 70%;
  float: left;
}

#lp .ex-inner .getugaku {
  float: right;
  width: 30%;
}

#lp .ex-inner .getugaku span {
  font-size: 40px;
}

#lp #price .ex-inner img {
  margin-right: 20px;
  margin-left: 0;
}

#lp .ex-inner i {
  font-size: 30px;
  margin-right: 20px;
}

#lp .ex-inner p {
  font-size: 30px;
  font-weight: 600;
  border-bottom: 4px solid #fff980;
}

#lp .ex h3 {
  background: #0ec4a5;
  color: #fff;
  font-weight: 500;
  padding: 5px;
  border-radius: 5px;
  margin: 0;
  font-size: 20px;
  letter-spacing: 1px;
  text-indent: 1px;
}

#lp .ex .bg-circle {
  background-image: url(images/circle2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 150px;
  width: 150px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#lp .col2 .row {
  max-width: 1000px;
  display: flex;
  padding: 0;
  border-radius: 10px;
  border: 1px solid #eee;
  overflow: hidden;
  margin: 40px auto;
}

#lp .col2 .row img {
  width: 100%;
  object-fit: cover;
  height: 350px;
}

#lp .col2 .row > div {
  margin: 0;
}

#lp .col2 .row div:first-of-type {
  padding: 0;
}
#lp .c-box {
  padding: 15px;
  background: #fff;
}

#lp .c-box h2 {
  margin-top: 0;
  font-size: 27px;
  margin-bottom: 10px;
  padding: 0;
  text-align: justify;
  font-weight: 700;
}

#lp #flow .c-box h2 {
  font-size: 20px;
}

#lp .c-box li,
#lp .c-box p {
  font-size: 16px;
  text-align: left !important;
}

#lp .col2 ul {
  list-style-type: disc;
  margin-left: 15px;
}
.langs-wrap {
  border: 1px solid #eee;
  border-radius: 10px;
  margin: 40px auto;
  width: 100%;
  max-width: 1000px;
  padding: 0;
}
.langs-wrap h3 {
  margin: 10px 0 0;
}

.langs {
  width: 100%;
  border-collapse: separate;
  border-spacing: 15px;
  /* background: #eee; */
}

.langs td {
  border-radius: 5px;
  width: 25%;
  text-align: left !important;
  background: #eee;
  padding: 15px 10px;
  font-size: 18px;
  font-weight: 500;
  box-sizing: border-box;
}

.langs img {
  margin-top: -3px;
  margin-right: 3px;
  width: 40px;
}
.langs th {
  font-size: 20px;
  text-align: center;
}

#lp #flow .flow-wrap {
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
}

#lp #flow .c-box {
  min-height: 150px;
}

#faq li {
  border: 1px solid #eee;
  background: #fff;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 10px;
}
#faq p {
  padding: 10px 0 10px 90px;
  background-position: left;
  background-size: 70px;
  background-repeat: no-repeat;
  min-height: 70px;
}
#faq .q {
  font-size: 24px;

  background-image: url(images/q-icon.svg);
  background-position: left;
  font-weight: bold;
  margin-bottom: 20px;
}
#faq .a {
  padding-top: 15px;
  font-size: 18px;
  background-image: url(images/a-icon.svg);
  background-position: left;
}

#faq .container {
  max-width: 1000px;
}

#faq .a a {
  color: #c5181f;
}

#lp #touroku {
  text-align: center;
  padding: 60px 0;
  background-image: url(images/lp-01.jpg);
  background-position: center;
  background-size: cover;
  margin: 60px 0;
}

#lp #touroku .lp-btn {
  margin-top: 0;
}
/* end page-lp */

/* 投稿者一覧の寄稿者アカウントのカード背景色 */
.ipj-um-members-bg-contributor {
  background-color: #fff2cc;
}

/* 投稿者一覧の公式アカウントのカード背景色 */
.ipj-um-members-bg-administrator {
  background-color: #e2efda;
}

/* 投稿者一覧の公式アカウントのカード背景色 */
.ipj-um-members-bg-spec-agent {
  background-color: #fff0f5;
}

/* 投稿者一覧の公式アカウントバッジ部分 */
.ipj-um-members-badge-official {
  position: absolute;
  top: 2px;
  left: 2px;
  background-color: #000099;
  color: #ffffff;
  border-radius: 3px;
  padding-left: 1rem;
  padding-right: 1rem;
  z-index: 999;
  font-size: 1.25rem;
}

/* 投稿者一覧の公式アカウントバッジ部分 */
.ipj-um-members-badge-spec-agent {
  position: absolute;
  top: 2px;
  left: 2px;
  background-color: #9400d3;
  color: #ffffff;
  border-radius: 3px;
  padding-left: 1rem;
  padding-right: 1rem;
  z-index: 999;
  font-size: 1.25rem;
}
/* page-author */

.page-author h3 {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 700;
}
.page-author h3 i {
  margin-right: 10px;
}

.page-author .author-box {
  padding: 20px 15px;
}
.page-author .author-box img {
  margin-right: auto;
}

.author-info.row {
  margin: 10px auto 0 auto;
  display: flex;
}

.author-info > dl {
  padding: 3px;
  margin: 0;
  display: flex;
}

.author-info > dl .inner {
  padding: 5px;
  background: #fff;
  text-align: center;
  width: 100%;
}

.author-info dt {
  font-size: 12px;
  color: #999;
}

.author-info dd {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2em;
}
.page-author .author-box .desc {
  padding: 0 3px;
  text-align: left;
}

.page-author .author-box .name {
  text-align: center;
  margin-bottom: 0;
}

.page-author .prsp {
  text-align: center;
  margin-top: 10px;
}
/* page-contact */

.pg-c h1 {
  text-align: center;
  color: #c5181f;
  letter-spacing: 2px;
  text-indent: 2px;
  padding: 10px 0;
}

.pg-c h1 i {
  font-size: 40px;
  display: block;
}

.pg-c table {
  width: 100%;
}

.pg-c h1 span {
  display: block;
  font-size: 18px;
}

.pg-c .caption {
  text-align: center;
  padding: 20px 0;
  margin-bottom: 10px;
  line-height: 2em;
}

.pg-c th,
.pg-c td {
  padding: 20px;
  font-size: 16px;
  position: relative;
}

.hissu {
  background: #c5181f;
  color: #fff;
  padding: 1px 8px 2px;
  font-size: 13px;
  position: absolute;
  right: 10px;
}
.pg-c tr.content th,
.pg-c tr.content td {
  vertical-align: top;
}

.pg-c th {
  letter-spacing: 1px;
}

.pg-c td {
  width: 73%;
}

.pg-c table input,
.pg-c table textarea {
  padding: 5px 10px;
  width: 100%;
}

.pg-c table input::placeholder {
  color: #ccc;
}

.submit-box {
  text-align: center;
}

.submit-btn {
  margin: 30px auto;
  padding: 15px 20px;
  display: inline-block;
  background: #000;
  color: #fff;
  width: 240px;
  border-radius: 30px;
  letter-spacing: 3px;
  border: none;
  position: relative;
}

.submit-btn::after {
  content: '\f144';
  font-family: 'Font Awesome 5 Free';
  margin-left: 10px;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  right: 15px;
  font-size: 18px;
  top: 20px;
}

.submit-btn input {
  background: transparent;
  border: none;
  display: inline;
  font-size: 18px;
}

.submit-btn span {
  position: absolute;
}

/* ultimate　memmberCSS調整 */
.um-member-directory-search-line .um-do-search {
  color: #ffffff;
  background: rgb(110, 105, 105);
}

/*  2020-07-02 23:17:35 メンバー一覧のプロフィール情報を左寄せにする　#308 S*/
.um-members-grid > .um-member {
  margin-left: 1%;
  margin-right: 1%;
}

.um-member-card {
  margin-top: 5px;
}
/*  2020-07-02 23:17:35 メンバー一覧のプロフィール情報を左寄せにする　#308 E*/

.cp_box *,
.cp_box *:before,
.cp_box *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cp_box {
  position: relative;
}
.cp_box label {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  width: 100%;
  left: 0%;
  height: 0px; /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  /* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
  background: linear-gradient(
    to bottom,
    rgba(250, 252, 252, 0) 0%,
    rgba(250, 252, 252, 0.95) 90%
  );
}
.cp_box input:checked + label {
  background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
  line-height: 2rem;
  position: absolute;
  z-index: 2;
  bottom: -50px;
  left: 30%;
  width: 10rem;
  font-family: FontAwesome;
  content: '\f13a'' 続きをよむ';
  transform: translate(-50%, 0);
  letter-spacing: 0.05em;
  color: #ffffff;
  border-radius: 20px;
  background-color: rgba(27, 37, 56, 1);
  font-size: 0.8em;
}
.cp_box input {
  display: none;
}
.cp_box .cp_container {
  overflow: hidden;
  height: 40px; /* 開く前に見えている部分の高さ */
  transition: all 0.5s;
}

.cp_box .cp_container > p {
  font-size: 0.8em;
  /* 2020-07-02 15:51:48 メンバー一覧のプロフィール情報を左寄せにする #refs 308 S */
  text-align: left;
  margin-left: 16px;
  margin-right: 16px;
  /* 2020-07-02 15:51:48 メンバー一覧のプロフィール情報を左寄せにする #refs 308 E */
}

.cp_box input:checked + label {
  /* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
  font-family: FontAwesome;
  content: '\f139'' 閉じる';
}
.cp_box input:checked ~ .cp_container {
  height: auto;
  padding-bottom: 0px; /* 閉じるボタンのbottomからの位置 */
  transition: all 0.5s;
}

.content-wrap a {
  color: #0000ff;
  text-decoration: underline;
}
/* .um-directory .um-members-wrapper .um-members.um-members-grid .um-member .um-member-card .um-members-edit-btn a.um-edit-profile-btn { 

} */