@charset "UTF-8";
/*IE対策*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

/*iPhoneのフォントサイズ可変を制御*/
html {
  -webkit-text-size-adjust: none;
  font-size: 14px;
  font-size: 62.5%; }

/*全体のフォントサイズの設定と行の高さをフォントサイズと同じにしています*/
body {
  font-size: 14px;
  line-height: 1.5;
  zoom: 1.0; }

/*要素のフォントサイズやマージン・パディングをリセットしています*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
  letter-spacing: -0.001em;
  /*	color: #333333;*/
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

/*新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

/*nav要素内ulのマーカー（行頭記号）を表示しないようにしています*/
ul, ol {
  list-style: none;
  padding-left: 0; }

/*引用符の表示が出ないようにしています*/
blockquote, q {
  quotes: none; }

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています*/
a, #global-navi #extended-navi li a:visited {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  line-height: 1;
  color: #0059AC;
  text-decoration: none; }

a:hover, #global-navi #extended-navi li a:hover:visited {
  text-decoration: none; }

a:visited, #global-navi #extended-navi li a:visited {
  text-decoration: none; }

a:active, #global-navi #extended-navi li a:active:visited {
  text-decoration: none; }

a:focus, #global-navi #extended-navi li a:focus:visited {
  text-decoration: none; }

/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {
  background-color: #FF0000;
  color: #000000;
  text-decoration: none; }

/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。*/
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/*テキストに打ち消し線が付くようにしています*/
del {
  text-decoration: line-through; }

/*IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています*/
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*縦方向の揃え位置を中央揃えに指定しています*/
input, select {
  margin: 0;
  vertical-align: baseline; }

img {
  vertical-align: top;
  line-height: 0;
  font-size: 0;
  max-width: 100%;
  height: auto;
  width: auto; }

section {
  padding-bottom: 20px; }

.wrap {
  width: 900px;
  margin: 0 auto; }

.clearfix {
  zoom: 1; }
.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.clearOverflow {
  overflow: hidden; }

.clear {
  clear: both; }

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 1; }

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2; }

.titleh2 {
  width: 100%;
  text-align: center;
  background-color: #0000ff;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding: 12px 0;
  vertical-align: bottom;
  margin-bottom: 30px; }
.titleh2::before {
  content: "";
  background-image: url("../img/Improver-logoT2.png");
  display: inline-block;
  width: 23px;
  height: 23px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  vertical-align: middle;
  padding-right: 60px; }
@media only screen and (max-width: 639px) {
  .titleh2::before {
    padding-right: 30px; } }
.titleh2::after {
  content: "";
  background-image: url("../img/Improver-logoT2.png");
  display: inline-block;
  width: 23px;
  height: 23px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  vertical-align: middle;
  padding-left: 60px; }
@media only screen and (max-width: 639px) {
  .titleh2::after {
    padding-left: 30px; } }

h3.titleh3 {
  font-size: 19px; }
h3.titleh3::before {
  content: "";
  background-image: url("../img/Improver-logoT2.png");
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  vertical-align: top;
  padding-right: 40px;
  margin-left: -12px;
  margin-top: -3px; }

#global-navi {
  width: 120px;
  background: rgba(0, 0, 255, 0.7);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  border-radius: 0 0 10px 10px; }
@media only screen and (max-width: 639px) {
  #global-navi {
    background: rgba(0, 0, 255, 0); }
  .active#global-navi {
    background: rgba(0, 0, 255, 0.7); } }
#global-navi #inner-navi {
  width: 120px;
  float: right;
  text-align: center;
  display: inline-block;
  /*展開ボタン*/ }
#global-navi #inner-navi .logo {
  width: 82px;
  margin: 0 auto;
  padding: 40px 0;
  transition: 0.5s;
  transform: rotateZ(0deg); }
#global-navi #inner-navi .logo:focus, #global-navi #inner-navi .logo:hover {
  transform: rotateZ(360deg); }
@media only screen and (max-width: 639px) {
  #global-navi #inner-navi .logo {
    display: none; }
  .active#global-navi #inner-navi .logo {
    display: block; } }
#global-navi #inner-navi #menu-trigger-link {
  cursor: pointer; }
#global-navi #inner-navi #menu-trigger-head {
  margin: 0 auto;
  display: inline-block; }
#global-navi #inner-navi #menu-trigger-head #menu-trigger {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: relative;
  width: 70px;
  height: 20px; }
@media only screen and (max-width: 639px) {
  #global-navi #inner-navi #menu-trigger-head #menu-trigger {
    margin-top: 50px;
    width: 60px; }
  .active#global-navi #inner-navi #menu-trigger-head #menu-trigger {
    margin-top: 0; } }
#global-navi #inner-navi #menu-trigger-head #menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  /* ライン*/ }
@media only screen and (max-width: 639px) {
  #global-navi #inner-navi #menu-trigger-head #menu-trigger span {
    -moz-box-shadow: 0px 0px 5px #333333;
    -webkit-box-shadow: 0px 0px 5px #333333;
    box-shadow: 0px 0px 5px #333333; } }
#global-navi #inner-navi #menu-trigger-head #menu-trigger span:nth-of-type(1) {
  top: 0; }
#global-navi #inner-navi #menu-trigger-head #menu-trigger span:nth-of-type(2) {
  top: 9px; }
#global-navi #inner-navi #menu-trigger-head #menu-trigger span:nth-of-type(3) {
  bottom: 0; }
.active#global-navi #inner-navi #menu-trigger-head #menu-trigger {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  width: 50px; }
.active#global-navi #inner-navi #menu-trigger-head #menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg); }
.active#global-navi #inner-navi #menu-trigger-head #menu-trigger span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg); }
.active#global-navi #inner-navi #menu-trigger-head #menu-trigger span:nth-of-type(3) {
  opacity: 0; }
#global-navi #inner-navi .menu {
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 5px 0 40px 0;
  display: block;
  text-decoration: none;
  margin-bottom: 0; }
@media only screen and (max-width: 639px) {
  #global-navi #inner-navi .menu {
    font-size: 18px;
    text-shadow: 1px 2px 3px #000; } }
#global-navi #inner-navi .menu:hover, #global-navi #inner-navi .menu:visited {
  color: #fff; }
.active#global-navi #inner-navi .menu {
  padding: 15px 0 30px 0; }
#global-navi #extended-navi {
  width: 250px;
  float: right;
  /*Search box*/ }
#global-navi #extended-navi ul {
  padding: 60px 10px;
  text-align: left; }
@media only screen and (max-width: 639px) {
  #global-navi #extended-navi ul {
    padding: 60px 0 60px 20px; } }
#global-navi #extended-navi li {
  margin: 12px;
  color: #fff;
  font-size: 20px; }
#global-navi #extended-navi li a, #global-navi #extended-navi li a:visited {
  text-decoration: none;
  color: #fff;
  font-size: 20px; }
#global-navi #extended-navi li a::before, #global-navi #extended-navi li a:visited::before {
  content: "";
  position: relative;
  top: 0.1em;
  left: -15px;
  display: inline-block;
  pointer-events: none;
  width: 23px;
  height: 23px; }
#global-navi #extended-navi li a:focus::before, #global-navi #extended-navi li a:hover::before {
  background-image: url("../img/Improver-logoT2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
#global-navi #extended-navi .formstyle {
  padding: 0px 10px 20px 10px; }
@media only screen and (max-width: 639px) {
  #global-navi #extended-navi .formstyle {
    padding: 0;
    text-align: center; } }
#global-navi #extended-navi .formstyle #searchform2 {
  position: relative; }
#global-navi #extended-navi .formstyle #searchform2 #keywords2 {
  width: 182px;
  height: 30px;
  background: #999;
  border: none;
  padding: 10px;
  color: #FFF;
  background: rgba(0, 0, 255, 0.3);
  border-bottom: solid 1px #fff; }
#global-navi #extended-navi .formstyle #searchform2 #searchBtn2 {
  position: absolute;
  top: 0;
  _top: 1px;
  left: 190px;
  width: 28px;
  transition: 0.5s;
  transform: rotateZ(0deg); }
#global-navi #extended-navi .formstyle #searchform2 #searchBtn2:hover {
  transform: rotateZ(360deg); }

*:first-child + html #searchBtn2 {
  top: 1px; }

/********************
SNS
********************/
#SNS {
  position: fixed;
  right: 120px;
  top: 0;
  padding-top: 5px; }
.active #SNS {
  display: none; }
@media only screen and (max-width: 639px) {
  #SNS {
    margin-top: 10px;
    display: none; } }
@media only screen and (max-width: 639px) and (max-width: 639px) {
  .active #SNS {
    display: inline-block; } }

#SNS li {
  float: left;
  width: 35px;
  margin-right: 10px; }
#SNS li .text {
  width: 200px;
  position: relative; }
#SNS li:before {
  position: absolute;
  width: 0;
  height: 0;
  bottom: -10px;
  margin-left: 10px;
  border: solid transparent;
  border-color: rgba(51, 204, 153, 0);
  border-top-color: #ff0000;
  border-width: 10px;
  pointer-events: none;
  content: " ";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: none; }
#SNS li:nth-of-type(1):before {
  border-top-color: #d80000; }
#SNS li:nth-of-type(2):before {
  border-top-color: #00d300; }
#SNS li:nth-of-type(3):before {
  border-top-color: #2d2d9e; }
#SNS li:nth-of-type(4):before {
  border-top-color: #02c3e5; }
#SNS li:nth-of-type(5):before {
  border-top-color: #e86a1b; }
#SNS li:after {
  content: "Google+でシェアをする。";
  display: none;
  min-width: 220px;
  position: absolute;
  top: 50px;
  left: 0px;
  padding: 16px;
  border-radius: 5px;
  background: #d80000;
  color: #fff;
  font-weight: bold; }
#SNS li:nth-of-type(1):after {
  background-color: #d80000;
  content: "Google+でシェアをする。"; }
#SNS li:nth-of-type(2):after {
  background-color: #00d300;
  content: "Lineでシェアをする。"; }
#SNS li:nth-of-type(3):after {
  background-color: #2d2d9e;
  content: "Facebookでシェアをする。"; }
#SNS li:nth-of-type(4):after {
  background-color: #02c3e5;
  content: "Twitterでシェアをする。"; }
#SNS li:nth-of-type(5):after {
  background-color: #e86a1b;
  content: "RSSでシェアをする。"; }
#SNS li:hover:before, #SNS li:hover:after {
  display: block; }

.scroll {
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 99;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  padding-top: 60px;
  color: #fff;
  font-weight: 600; }
.scroll span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
  font-size: 20px; }
.scroll span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box; }
.scroll span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 44px;
  height: 44px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: sdb 3s infinite;
  animation: sdb 3s infinite;
  box-sizing: border-box; }
@-webkit-keyframes sdb {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes sdb {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    opacity: 0; }
  100% {
    opacity: 0; } }
.lb-readmore {
  position: relative;
  display: inline-block;
  padding: 8px 8px 8px 32px;
  color: #00f;
  vertical-align: middle;
  font-size: 14px;
  opacity: 0.7;
  border: solid 2px #00f;
  border-radius: 8px;
  background-color: #fff;
  font-weight: 600; }
.lb-readmore::before, .lb-readmore::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 3px solid #00f;
  border-right: 3px solid #00f;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0.7; }
.lb-readmore::before {
  left: 8px; }
.lb-readmore::after {
  left: 16px; }
.lb-readmore:hover {
  opacity: 1;
  color: #00f; }

.l-category {
  padding: 7px 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  opacity: 0.7; }
@media only screen and (max-width: 639px) {
  .l-category {
    padding: 4px 6px;
    border-radius: 7px;
    font-size: 14px; } }
.l-category:visited, .l-category:hover {
  color: #fff; }
.l-category:hover {
  box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.4);
  opacity: 1; }

.m-category {
  padding: 4px 6px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  border-radius: 5px;
  opacity: 0.7;
  margin-right: 5px; }
.m-category:visited, .m-category:hover {
  color: #fff; }
.m-category:hover {
  box-shadow: 2px 2px 1px 1px rgba(0, 0, 0, 0.4);
  opacity: 1; }

.column {
  background-color: rgba(235, 222, 21, 0.5); }

.trip {
  background-color: rgba(0, 0, 255, 0.5); }

.l-tag {
  font-size: 35px; }

.fiji {
  color: #239599;
  font-weight: 500; }

.bk-fiji {
  background-color: #00c1c4; }

.bk-australia {
  background-color: #eaca4f; }

.bk-philippines {
  background-color: #d85935; }

.article-pic {
  border-radius: 5px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4);
  object-fit: cover; }

.border-bottom {
  border-bottom: #ccc 1px solid;
  margin: 60px auto; }

.border-right {
  border-right: #ccc 1px solid;
  margin: 60px 0; }
@media only screen and (max-width: 639px) {
  .border-right {
    border-right: 0;
    margin: 30px 0; } }

.pagetop {
  display: none;
  position: fixed;
  bottom: 60px;
  left: 20px;
  z-index: 99; }
.pagetop a, .pagetop #global-navi #extended-navi li a:visited, #global-navi #extended-navi li .pagetop a:visited {
  display: block;
  background-color: #00f;
  text-align: center;
  color: #fff;
  font-size: 25px;
  text-decoration: none;
  padding: 7px 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  border-radius: 3px; }
.pagetop a:hover, .pagetop #global-navi #extended-navi li a:hover:visited, #global-navi #extended-navi li .pagetop a:hover:visited {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }

/* スマートフォン、PC画像切り替え用クラス  */
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important; }

.sp {
  display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
/*【Table of Contents Plus中央表示】*/
#toc_container {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  margin-top: 50px; }

/*TOC+ 角丸*/
#toc_container {
  border-radius: 10px;
  background: #f9f9f9;
  display: table;
  width: auto;
  font-size: 95%;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 10px;
  border: 1px solid #aaaaaa; }
#toc_container p.toc_title {
  text-align: center;
  font-weight: 700;
  margin: 0;
  padding: 0; }
#toc_container .top_list {
  margin-top: 1em; }

.sort-btn {
  margin-bottom: 15px; }
.sort-btn li {
  display: inline-block;
  cursor: pointer;
  margin-right: -6px;
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #67c5ff;
  border: solid 2px #67c5ff; }
.sort-btn li:first-of-type {
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px 0 0 3px; }
.sort-btn li:last-of-type {
  -moz-border-radius: 0px 3px 3px 0;
  -webkit-border-radius: 0px;
  border-radius: 0px 3px 3px 0; }
.sort-btn li.active {
  background: #67c5ff;
  color: #fff;
  cursor: auto; }

.artile-list {
  display: none; }

.artile-list.show {
  display: block; }

.breadcrumbs {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc; }
.breadcrumbs::before {
  content: "";
  background-image: url("../img/Improver-logoT2.png");
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: top;
  padding-right: 30px;
  margin-left: -5px;
  margin-top: -3px; }

.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 11px;
  line-height: 13px; }

.pagination span, .pagination a, .pagination #global-navi #extended-navi li a:visited, #global-navi #extended-navi li .pagination a:visited {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  font-weight: 500;
  font-size: 12px; }

.pagination a:hover, .pagination #global-navi #extended-navi li a:hover:visited, #global-navi #extended-navi li .pagination a:hover:visited {
  color: #fff;
  background: #3279BB; }

.pagination .current {
  padding: 6px 9px 5px 9px;
  background: rgba(0, 0, 255, 0.7);
  color: #fff;
  border-radius: 2px; }

.fa-calendar::before, .fa-pencil::before {
  padding: 0 5px 0 0; }

.article-pic {
  width: 100%;
  height: 100px; }
@media only screen and (max-width: 639px) {
  .article-pic {
    height: 25vh; } }

.article-inner {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px; }
@media only screen and (max-width: 639px) {
  .article-inner {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0px; } }

.semi-transparent_black {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 1; }

#mainindex {
  filter: drop-shadow(0 0 10px black); }
#mainindex #keyvisual {
  position: relative; }
#mainindex #keyvisual .n2-ss-slider-1, #mainindex #keyvisual .n2-ss-slider-2, #mainindex #keyvisual .n2-ss-slider-3 {
  height: 100vh !important; }
#mainindex #keyvisual .keyvisual-back {
  position: relative;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 1; }
#mainindex #article-sec {
  background-color: #c8c7d9; }
@media only screen and (max-width: 639px) {
  #mainindex #article-sec .titleh2 {
    margin-bottom: 0; } }
#mainindex #article-sec a.scroll, #mainindex #article-sec #global-navi #extended-navi li a.scroll:visited, #global-navi #extended-navi li #mainindex #article-sec a.scroll:visited {
  display: absolute;
  bottom: -45px;
  left: 50%;
  padding-top: 60px; }
#mainindex .l-category {
  position: absolute;
  left: 5px;
  bottom: 5px; }
#mainindex #article-body {
  margin: 0 10px; }
#mainindex #article-body .article-title {
  padding-right: 0;
  padding-left: 5px; }
#mainindex #article-body .article-title::after {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -10px;
  content: "";
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-top: 6px solid #ccc;
  border-right: 6px solid #ccc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0.4;
  filter: alpha(opacity=40); }
@media only screen and (max-width: 639px) {
  #mainindex #article-body .article-title::after {
    display: none; } }
#mainindex #article-body article {
  border-bottom: 1px #ccc solid;
  vertical-align: middle;
  padding: 18px;
  position: relative; }
#mainindex #article-body article:first-of-type {
  border-top: 1px #ccc solid; }
#mainindex #article-body article:hover {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25); }
#mainindex #article-body article:hover .article-title::after {
  border-top: 6px solid #00f;
  border-right: 6px solid #00f; }
#mainindex #article-body h3.titleh3 {
  margin-bottom: 10px;
  margin-left: 10px; }
#mainindex #article-body .capture {
  padding-left: 0;
  padding-right: 10px; }
@media only screen and (max-width: 639px) {
  #mainindex #article-body .capture {
    padding-left: 0; } }
#mainindex #article-body h4 a, #mainindex #article-body h4 #global-navi #extended-navi li a:visited, #global-navi #extended-navi li #mainindex #article-body h4 a:visited {
  padding-right: 30px;
  display: inline-block;
  line-height: 1.5;
  font-size: 16px; }
#mainindex #article-body ul {
  margin-bottom: 15px; }
@media only screen and (max-width: 639px) {
  #mainindex #article-body ul {
    margin-top: 10px; } }
#mainindex #article-body li {
  display: inline-block; }
#mainindex #article-body #lastest-news {
  margin-bottom: 50px; }
#mainindex #article-body #recommend h3.titleh3 {
  margin-top: 20px; }
#mainindex #news-map {
  height: 100vh;
  position: relative; }
#mainindex #news-map h2.titleh2 {
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5; }
#mainindex #news-map #map_area {
  position: relative;
  width: 100%;
  height: 100vh;
  display: block;
  margin: 0 auto; }
#mainindex #news-map .article-title {
  width: 170px;
  padding-right: 0; }
@media only screen and (max-width: 639px) {
  #mainindex #news-map .article-title {
    width: 50px; } }
#mainindex #news-map .article-pic {
  width: 125px;
  height: 100px;
  object-fit: cover;
  padding-left: 0;
  padding-right: 0; }
#mainindex #news-map .map-flame {
  position: relative; }
#mainindex #news-map .map-exp {
  position: absolute;
  top: 60px;
  margin: 0 30px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  padding: 20px; }
@media only screen and (max-width: 639px) {
  #mainindex #news-map .map-exp {
    padding: 10px;
    font-size: 12px; } }
#mainindex #news-map .map-article {
  float: left;
  width: 85%; }
#mainindex #news-map .lb-readmore {
  top: 20px;
  float: right; }
@media only screen and (max-width: 639px), only screen and (min-width: 640px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 999px) {
  #mainindex #news-map .lb-readmore {
    top: 0px; } }
#mainindex #news-map a.scroll, #mainindex #news-map #global-navi #extended-navi li a.scroll:visited, #global-navi #extended-navi li #mainindex #news-map a.scroll:visited {
  bottom: 0px;
  left: 50%;
  padding-top: 60px; }
#mainindex #news-map a.scroll span {
  border: 1px solid #888; }
#mainindex #news-map a.scroll span::after {
  border-left: 1px solid #888;
  border-bottom: 1px solid #888; }
#mainindex #news-map a.scroll span::before {
  width: 40px;
  height: 40px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2); }

#ad {
  margin-top: 40px;
  text-align: center; }
#ad img {
  margin-bottom: 30px; }

footer {
  text-align: center;
  background-color: #00f; }
footer #copyright {
  font-size: 12px;
  color: #fff;
  padding: 15px 0; }

#single {
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  z-index: 0; }
#single #article-sec {
  padding-bottom: 20px; }
@media only screen and (max-width: 639px) {
  #single #article-sec {
    padding-bottom: 0; } }
#single #keyvisual {
  width: 100%;
  min-height: 40vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  margin: 0; }
@media only screen and (max-width: 639px) {
  #single #keyvisual {
    min-height: 35vh; } }
#single #keyvisual #title-box {
  background-color: rgba(255, 255, 255, 0.7);
  margin: 90px auto 60px auto;
  padding: 40px; }
@media only screen and (max-width: 639px) {
  #single #keyvisual #title-box {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.7); } }
#single #keyvisual #title-box .single-cat-tag {
  margin-bottom: 20px;
  display: inline-block; }
#single #keyvisual #title-box .single-cat-tag li {
  float: left;
  padding-right: 10px; }
#single #keyvisual #title-box .single-cat-tag li .l-category {
  vertical-align: bottom;
  position: relative;
  top: 5px;
  z-index: 2;
  font-size: 14px; }
#single #keyvisual #title-box h1.single-title {
  font-size: 40px;
  margin: 10px 0; }
@media only screen and (max-width: 639px) {
  #single #keyvisual #title-box h1.single-title {
    font-size: 20px; } }
#single #keyvisual #title-box img.title-wave-shape {
  width: 130px;
  height: 25px;
  margin: 10px 0; }
@media only screen and (max-width: 639px) {
  #single #keyvisual #title-box img.title-wave-shape {
    width: 100px;
    height: 20px; } }
#single #keyvisual #title-box .post-detail {
  font-size: 16px; }
@media only screen and (max-width: 639px) {
  #single #keyvisual #title-box .post-detail {
    font-size: 13px; } }
#single #article-body {
  padding: 0 20px; }
@media only screen and (max-width: 639px) {
  #single #article-body {
    padding: 0 10px; } }
#single #article-body .breadcrumbs {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc; }
#single #article-body h4 a, #single #article-body h4 #global-navi #extended-navi li a:visited, #global-navi #extended-navi li #single #article-body h4 a:visited {
  padding-right: 0; }
#single #article-body .m-category {
  padding: 4px 6px; }
#single #article-body .article-title {
  padding-left: 3px; }
#single .single-content {
  word-wrap: break-word;
  color: #3C4858;
  font-weight: 300px;
  font-size: 16px;
  line-height: 1.618;
  margin: 0 50px;
  /* 汎用クラス  */ }
@media only screen and (max-width: 639px) {
  #single .single-content {
    margin: 0 10px; } }
#single .single-content p {
  margin: 0 0 15px; }
#single .single-content .simple-border {
  border: solid 1px #ccc; }
#single .contents {
  margin: 0 auto;
  width: 100%;
  border: 1px solid #000; }
#single .contents li {
  margin-left: 20px; }
#single .contents h2 {
  text-align: center;
  margin: 15px; }
#single .acf-map {
  width: 100%;
  height: 340px;
  display: block;
  margin: 50px 0;
  /* fixes potential theme css conflict */ }
#single .acf-map img {
  max-width: inherit !important; }
#single iframe, #single #map_area {
  width: 100%;
  min-height: 400px;
  margin-bottom: 15px; }
#single .page-nation {
  vertical-align: middle;
  margin: 20px 0;
  position: relative; }
#single .prelink a, #single .prelink #global-navi #extended-navi li a:visited, #global-navi #extended-navi li #single .prelink a:visited, #single .prelink a:visited, #single .prelink #global-navi #extended-navi li a:visited, #global-navi #extended-navi li #single .prelink a:visited {
  float: left;
  padding: 10px;
  width: 50%;
  border-top: 1px solid #64340f;
  border-bottom: 1px solid #64340f;
  color: #64340f;
  margin-left: -1%; }
#single .nextlink a, #single .nextlink #global-navi #extended-navi li a:visited, #global-navi #extended-navi li #single .nextlink a:visited, #single .nextlink a:visited, #single .nextlink #global-navi #extended-navi li a:visited, #global-navi #extended-navi li #single .nextlink a:visited {
  float: right;
  padding: 10px;
  width: 50%;
  text-align: right;
  border-top: 1px solid #64340f;
  border-bottom: 1px solid #64340f;
  color: #64340f;
  margin-right: -1%; }
#single .border-pagen {
  display: inline-block;
  position: absolute;
  left: 50%;
  width: 1px;
  height: 35px;
  margin: auto 0;
  background-color: #64340f; }
#single .prelink a:hover, #single .prelink #global-navi #extended-navi li a:hover:visited, #global-navi #extended-navi li #single .prelink a:hover:visited, #single .pre-nolink a, #single .pre-nolink #global-navi #extended-navi li a:visited, #global-navi #extended-navi li #single .pre-nolink a:visited {
  background-color: #64340f;
  color: #fff; }
#single .nextlink a:hover, #single .nextlink #global-navi #extended-navi li a:hover:visited, #global-navi #extended-navi li #single .nextlink a:hover:visited, #single .next-nolink a, #single .next-nolink #global-navi #extended-navi li a:visited, #global-navi #extended-navi li #single .next-nolink a:visited {
  background-color: #64340f;
  color: #fff; }
@media only screen and (max-width: 639px) {
  #single #recommended-article {
    margin: 0 20px; } }
#single #recommended-article .m-category {
  position: absolute;
  left: 5px;
  bottom: 5px; }
#single #recommended-article article {
  margin-top: 15px; }
#single #recommended-article .capture {
  margin-bottom: 0;
  position: relative; }
#single #recommended-article a.article-title, #single #recommended-article #global-navi #extended-navi li a.article-title:visited, #global-navi #extended-navi li #single #recommended-article a.article-title:visited {
  font-size: 14px;
  color: #000;
  margin: 5px 10px;
  display: inline-block; }
@media only screen and (max-width: 639px) {
  #single #recommended-article a.article-title, #single #recommended-article #global-navi #extended-navi li a.article-title:visited, #global-navi #extended-navi li #single #recommended-article a.article-title:visited {
    margin: 10px; } }

#side-menu .titleh3 {
  padding-bottom: 10px;
  border-bottom: 1px #ccc solid; }
#side-menu .m-category {
  position: absolute;
  left: 10px;
  bottom: 5px; }
#side-menu .wpp-list li {
  position: relative; }
#side-menu .wpp-list li:after {
  content: "1";
  font-size: 32px;
  font-weight: 900;
  color: #0000ff;
  text-shadow: 1px 1px 10px white;
  font-family: 'Nico Moji';
  position: absolute;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  padding: 0 3px;
  top: 5px;
  left: -3px;
  z-index: 2;
  display: block; }
@media only screen and (max-width: 639px) {
  #side-menu .wpp-list li:after {
    top: 0;
    left: 0; } }
#side-menu .wpp-list li:nth-of-type(2):after {
  content: "2"; }
#side-menu .wpp-list li:nth-of-type(3):after {
  content: "3"; }
#side-menu .wpp-list li:nth-of-type(4):after {
  content: "4";
  background-image: url(""); }
#side-menu .wpp-list li:nth-of-type(5):after {
  content: "5";
  background-image: url(""); }
#side-menu .wpp-list li article {
  background-color: #eeeeee;
  margin-top: 20px; }
@media only screen and (max-width: 639px) {
  #side-menu .wpp-list li article {
    margin-left: 10px;
    margin-right: 10px; } }
#side-menu .wpp-list li .capture {
  text-align: center;
  position: relative;
  margin-bottom: 10px; }
#side-menu .wpp-list li p {
  margin-left: 5px;
  margin-top: 5px; }
#side-menu .wpp-list li .wpp-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100px; }
@media only screen and (max-width: 639px) {
  #side-menu .wpp-list li .wpp-thumbnail {
    height: 25vh;
    margin-right: 0; } }
#side-menu .wpp-list li .wpp-post-title {
  font-size: 14px;
  margin: 15px 10px;
  display: inline-block; }
#side-menu .wpp-list li .wpp-views {
  margin: 0,0,5px,5px !important; }
#side-menu .story-box {
  width: 100%;
  margin: 20px auto;
  padding: 30px 10px;
  text-align: center; }
@media only screen and (max-width: 639px) {
  #side-menu .story-box {
    width: 90%;
    padding: 25px 10px; } }
#side-menu .story-box h3 {
  color: #fff;
  font-weight: 300px;
  margin-bottom: 20px; }
#side-menu .story-box.bk-australia h3 {
  font-size: 18px; }

#archive {
  filter: drop-shadow(0 0 10px black);
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  z-index: 0; }
#archive #keyvisual {
  position: relative; }
#archive #keyvisual img {
  height: 45vh;
  width: 100%;
  object-fit: cover;
  object-position: center center; }
@media only screen and (min-width: 768px) and (max-width: 999px) {
  #archive #keyvisual img {
    height: 35vh; } }
#archive #keyvisual .location-exp {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 10px;
  bottom: 20px;
  left: 2%;
  display: inline-block;
  position: absolute;
  font-weight: 500;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
#archive #article-sec {
  padding: 0; }
@media only screen and (max-width: 639px) {
  #archive #article-sec .titleh2 {
    margin-bottom: 0px; } }
#archive #article-sec #article-body {
  margin: 0 10px; }
#archive #article-sec #article-body .breadcrumbs {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc; }
#archive #article-sec #article-body .sort_btn {
  margin-bottom: 20px; }
#archive #article-sec #article-body article {
  margin-bottom: 50px; }
#archive #article-sec #article-body .article-title .article-exp {
  margin: 5px 0;
  font-size: 13px; }
#archive #article-sec #article-body .article-title .post-info {
  font-size: 12px;
  background-color: #eee;
  padding: 5px; }
#archive #article-sec #article-body .article-title .post-info li {
  margin-right: 8px; }
#archive #article-sec #article-body .article-title .post-info li:last-of-type {
  margin-right: 0; }
#archive #article-sec #article-body .article-title ul {
  margin: 0 0 20px 0; }
@media only screen and (max-width: 639px) {
  #archive #article-sec #article-body .article-title ul {
    margin: 10px 0 20px 0; } }
#archive #article-sec #article-body .article-pic {
  width: 100%;
  height: 160px; }
@media only screen and (max-width: 639px) {
  #archive #article-sec #article-body .article-pic {
    height: 25vh; } }
#archive #article-sec #article-body ul {
  margin: 0 0 25px 0; }
@media only screen and (max-width: 639px) {
  #archive #article-sec #article-body ul {
    margin: 20px 0; } }
#archive #article-sec #article-body li {
  display: inline-block; }
#archive #article-sec #article-body h4 {
  font-size: 16px; }

#contact {
  background-image: url("../img/camera-1215737_1280.jpg");
  filter: drop-shadow(0 0 10px black);
  background-attachment: fixed;
  background-size: cover; }
@media only screen and (max-width: 639px) {
  #contact {
    height: auto; }
  .wpcf7 .sent #contact {
    height: 92vh; } }
#contact #contact-form {
  padding-bottom: 0; }
#contact #contact-form .form-inner {
  margin: 90px auto;
  min-height: 600px;
  z-index: 1;
  padding: 30px;
  background-image: url("../img/old-letter.jpg");
  background-size: 100% 100%;
  border-radius: 8px;
  box-shadow: 0px 1px 6px #3F3F3F;
  position: relative; }
@media only screen and (max-width: 639px) {
  #contact #contact-form .form-inner {
    margin: auto auto 90px auto;
    min-height: 500px; } }
.wpcf7 .sent #contact #contact-form .form-inner {
  background-image: url("../img/old-envelope.png");
  margin: auto auto 15px auto; }
@media only screen and (max-width: 639px) {
  .wpcf7 .sent #contact #contact-form .form-inner {
    position: absolute;
    top: 31%;
    width: 100%;
    margin: 0;
    min-height: 265px; } }
#contact #contact-form .form-inner .form-submit {
  filter: drop-shadow(7px 9px 12px #703333);
  width: 250px;
  position: absolute;
  top: -85px;
  left: -130px;
  z-index: 2;
  opacity: 0.95;
  filter: alpha(opacity=95);
  outline: 0; }
@media only screen and (max-width: 639px) {
  #contact #contact-form .form-inner .form-submit {
    top: auto;
    left: auto;
    bottom: -85px;
    right: -5%; } }
.wpcf7 .failed #contact #contact-form .form-inner .form-submit {
  display: none; }
.wpcf7 .sent #contact #contact-form .form-inner .form-submit {
  display: none; }
#contact #contact-form .form-inner .border-right {
  margin: 0;
  border-right: #703333 2px solid; }
@media only screen and (max-width: 639px) {
  #contact #contact-form .form-inner .border-right {
    border: 0; } }
.wpcf7 .failed #contact #contact-form .form-inner .border-right {
  display: none; }
.wpcf7 .sent #contact #contact-form .form-inner .border-right {
  display: none; }
#contact #contact-form .form-inner .info-area {
  min-height: 450px; }
.wpcf7 .failed #contact #contact-form .form-inner .info-area {
  display: none; }
.wpcf7 .sent #contact #contact-form .form-inner .info-area {
  display: none; }
#contact #contact-form .form-inner .info-area .stamp {
  position: relative;
  z-index: 2; }
#contact #contact-form .form-inner .info-area .stamp .stamp-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 170px;
  opacity: 0.5;
  filter: drop-shadow(0 0 3px #703333);
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index: 3; }
#contact #contact-form .form-inner .info-area .stamp .stpcircle {
  text-align: center;
  position: absolute;
  top: 80px;
  right: 26%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  filter: drop-shadow(0 0 3px #703333);
  height: 100px;
  width: 100px;
  border: 1.5px solid #703333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 3; }
@media only screen and (max-width: 639px) {
  #contact #contact-form .form-inner .info-area .stamp .stpcircle {
    top: 60px; } }
#contact #contact-form .form-inner .info-area .stamp .stpcircle .stp-text {
  margin-top: 17px;
  font-weight: 700;
  color: #703333; }
#contact #contact-form .form-inner .info-area .input-area {
  filter: drop-shadow(0 0 3px #703333);
  position: absolute;
  bottom: 0;
  width: 90%;
  margin-left: 15px; }
#contact #contact-form .form-inner .info-area .input-area p {
  color: #703333;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 15px; }
#contact #contact-form .form-inner .info-area .input-area input {
  background: none;
  border-left: none;
  border-bottom: 1px solid #703333;
  border-right: none;
  border-top: none;
  outline: 0;
  width: 80%;
  margin-bottom: 20px; }
#contact #contact-form .form-inner .info-area .input-area input::-webkit-input-placeholder {
  font-style: italic;
  color: #703333; }
#contact #contact-form .form-inner .info-area .input-area input:-moz-placeholder {
  font-style: italic;
  color: #703333; }
#contact #contact-form .form-inner .info-area .input-area input::-moz-placeholder {
  font-style: italic;
  color: #703333; }
#contact #contact-form .form-inner .info-area .input-area input:-ms-input-placeholder {
  font-style: italic;
  color: #703333; }
#contact #contact-form .form-inner .info-area .input-area .indication {
  font-size: 12px;
  text-align: right;
  padding-right: 10px;
  font-style: italic; }
.wpcf7 .failed #contact #contact-form .form-inner .text-area {
  display: none; }
.wpcf7 .sent #contact #contact-form .form-inner .text-area {
  display: none; }
#contact #contact-form .form-inner .text-area .text-area-body {
  filter: drop-shadow(0 0 3px #703333);
  position: relative;
  background: none;
  border: none;
  outline: 0;
  font-size: 16px;
  width: 90%;
  height: 500px;
  line-height: 2;
  margin: 15px;
  color: #703333;
  z-index: 2; }
#contact #contact-form .form-inner .text-area .text-area-body::-webkit-input-placeholder {
  font-style: italic;
  color: #703333; }
#contact #contact-form .form-inner .text-area .text-area-body:-moz-placeholder {
  font-style: italic;
  color: #703333; }
#contact #contact-form .form-inner .text-area .text-area-body::-moz-placeholder {
  font-style: italic;
  color: #703333; }
#contact #contact-form .form-inner .text-area .text-area-body:-ms-input-placeholder {
  font-style: italic;
  color: #703333; }
#contact #contact-form .form-inner .text-area:before {
  content: "______________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________________";
  position: absolute;
  top: 7px;
  left: 3px;
  font-size: 16px;
  width: 90%;
  height: 98%;
  margin: 15px;
  overflow: hidden;
  display: inline-block;
  word-wrap: break-word;
  line-height: 2;
  color: #703333;
  z-index: 1; }

.wpcf7 .wpcf7-mail-sent-ok {
  background-image: url("../img/wax-seal-send-ok.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: transparent;
  border: none;
  padding: 0;
  height: 200px;
  margin-top: -100px;
  background-color: none; }
.wpcf7 .wpcf7-response-output {
  width: 300px;
  margin-left: -150px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  box-sizing: content-box; }
.wpcf7 .wpcf7-response-output:not(.wpcf7-mail-sent-ok) {
  background-color: #fff;
  margin-top: -50px;
  padding: 15px; }

#p404 {
  height: calc(100vh - 48px);
  background-image: url("../img/404.png");
  background-repeat: no-repeat;
  background-position: 50% calc(50% + 88px);
  background-size: contain; }

/*********************************************
/*ドラクエ風コメント
/*********************************************
/* 黒板 */
.blackboard {
  margin: 0 auto 1.5rem;
  padding: 1.6rem 2rem;
  font-size: 1.2rem;
  color: #fff;
  border: 2px solid #000;
  border-radius: 5px;
  box-shadow: 0 0 0 4px #fff inset;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%; }
.blackboard .answer {
  position: relative;
  float: right;
  width: auto; }
.blackboard .answer li {
  list-style-type: none;
  margin-bottom: 1rem; }
.blackboard .answer li:last-of-type {
  margin-bottom: 0; }
.blackboard .answer button {
  margin-left: 1.7rem;
  display: block;
  font-size: 1.2rem;
  text-decoration: none;
  color: #fff;
  background-color: transparent;
  border: none; }
.blackboard .answer button:hover::before {
  content: '▶';
  position: absolute;
  left: 1rem;
  animation: blink 1.4s infinite; }
.blackboard .answer button:focus {
  outline: 0; }

.DRAQQ .card {
  border: none; }
