/*
Theme Name: Palm Beach Child
Template: palm-beach
Theme URI: https://themezee.com/themes/palm-beach/
Author: ThemeZee
Author URI: https://themezee.com
Description: Palm Beach is a professional WordPress theme perfectly suited for a travel magazine. It features a stunning fullscreen slider, beautiful typography and a three-column grid-layout for posts. Head off on vacation now!
Version: 1.5.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: palm-beachh2
Tags: two-columns, custom-background, custom-header, custom-logo, custom-menu, editor-style, rtl-language-support, grid-layout, blog, news, featured-image-header, featured-images, flexible-header, full-width-template, threaded-comments, translation-ready, theme-options, one-column, left-sidebar, right-sidebar, three-columns
*/
/* =========================================================
   Common
========================================================= */
a:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease-out;
}
h2, .midashi-01 {
  font-size: 160%;
  color: #1d2087 !important;
  border-bottom: 1px solid #1D2087;
}
.midashi-01 span {
  padding-left: 10px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 100%;
  color: #9b9b9c;
}
h2.top-sub {
  color: #ffffff;
  border-bottom: none;
}
h3 {
  color: #000000;
  background-color: transparent;
}
h4 {
  margin-top: 50px;
  padding: 10px 10px 5px;
  color: #ffffff;
  background-color: #555555;
}
.clr30 {
  clear: both;
  height: 30px;
}
.clr50 {
  clear: both;
  height: 50px;
}
.round-corner {
  border-radius: 30px;
}
.full-width {
  margin: 70px calc(50% - 50vw) 0;
  padding: 50px calc(50vw - 50%);
}
.grey-box {
  padding: 20px 30px;
  border: 2px solid #cccccc;
}
.back-grey {
  background-color: #eeeeee;
}
.back-white {
  background-color: #ffffff;
}
.small-text {
  font-size: 70%;
}
/* =========================================================
   Layout
========================================================= */
.container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2.5em;
}
@media screen and (max-width: 425px) {
  .container {
    padding: 0 1em;
  }
}
/* =========================================================
   Header
========================================================= */
#masthead {
  background-image: url(/wp-content/themes/palm-beach_child/img/common/h-img.jpg) !important;
  background-repeat: repeat-x !important;
  background-position: left top !important;
}
@media only screen and (min-width: 60.001em) {
  .header-main.container.clearfix {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  #main-navigation {
    flex: 1 1 auto;
    width: auto;
    margin: 0 0 0 auto;
    padding: 0;
    text-align: right;
    float: none;
  }
  .main-navigation-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
  }
}
#logo {
  flex: 0 0 auto;
  max-width: 410px;
  /*margin: -5px 0 0;*/
}
#logo .custom-logo-link, #logo img {
  display: block;
}
#logo img {
  max-width: 100%;
  height: auto;
}
#logo .site-title {
  display: none;
}
.primary-navigation a {
  color: white !important
}
@media screen and (max-width: 530px){
#logo {
	width: 300px;
}}
@media screen and (max-width: 440px){
#logo {
	width: 260px;
}}
@media screen and (max-width: 380px){
#logo {
	width: 260px;
}}
@media screen and (max-width: 350px){
#logo {
	width: 220px;
}}
/* =========================================================
   Header Navigation / Hamburger Menu
   現在の親テーマ構造用
========================================================= */
/* ハンバーガーボタン */
.primary-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 10px;
  color: #000 !important;
  background-color: #fff !important;
  background: transparent;
  border: none;
  cursor: pointer;
}
.primary-menu-toggle:hover, .primary-menu-toggle:active {
  color: #00113F;
  background-color: #fff;
}
.primary-menu-toggle:hover .icon, .primary-menu-toggle:active .icon {
  fill: #00113F;
}
/* アイコン */
.primary-menu-toggle .icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
  color: #00113F;
}
/* 通常時は閉じるアイコンを非表示 */
.primary-menu-toggle .icon-close {
  display: none;
}
/* メニュー開閉時のアイコン切り替え */
.primary-menu-toggle[aria-expanded="true"] .icon-menu {
  display: none;
}
.primary-menu-toggle[aria-expanded="true"] .icon-close {
  display: block;
}
/* ナビゲーション全体 */
.primary-navigation {
  margin-left: auto;
}
/* PC表示 */
@media only screen and (min-width: 60.001em) {
  .primary-menu-toggle {
    display: none;
  }
  .primary-navigation {
    display: block;
    flex: 1 1 auto;
    margin-left: auto;
    text-align: right;
  }
  #site-navigation {
    width: 100%;
  }
  #primary-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #primary-menu > li {
    margin: 0;
  }
  #primary-menu > li > a {
    display: block;
    padding: 0.75em 0.8em;
    color: #ffffff !important;
    text-decoration: none;
    white-space: nowrap;
  }
  #primary-menu > li.current-menu-item > a {
    text-decoration: underline;
  }
}
/* スマホ・タブレット表示 */
@media only screen and (max-width: 60em) {
  .header-main.container.clearfix {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .primary-menu-toggle {
    display: flex;
    margin: 0 0 10px auto;
    color: #333333;
    background: #ffffff;
  }
  .primary-navigation {
    width: 100%;
    margin: 0;
    text-align: left;
    background-color: #dddddd;
  }
  #primary-menu {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #primary-menu > li {
    margin: 0;
    border-bottom: 1px dashed #666666;
  }
  #primary-menu > li > a {
    display: block;
    padding: 10px 15px;
    color: #333333 !important;
    text-decoration: none;
  }
}
/* =========================================================
   Header Visual
========================================================= */
#headimg {
  display: block;
  width: 100%;
  height: 560px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  background-image: url(/wp-content/uploads/2018/11/haikei-img.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#headimg img {
  margin-top: 70px;
  text-align: center;
}
@media screen and (max-width: 770px) {
  #headimg {
    height: 400px;
  }
  #headimg img {
    width: 45%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 730px) {
  #headimg img {
    width: 55%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 530px) {
  #headimg {
    height: 300px;
  }
  #headimg img {
    margin-top: 30px;
  }
}
@media screen and (max-width: 375px) {
  #headimg {
    height: 200px;
  }
  #headimg img {
    margin-top: 20px;
  }
}
/*--------------------------------------------------------------
# main-img
--------------------------------------------------------------*/
.top-image-area {
  margin: 0px calc(50% - 50vw);
  padding: 0px calc(50vw - 50%) 0px calc(50vw - 50%);
  background-color: #777777;
}
/* =========================================================
   Top Area
========================================================= */
.top-back {
  background-color: #ffffff;
}
.top_area-1 {
  width: 100%;
  max-width: 1000px;
  margin: 20px auto;
  padding: 20px 2.5em !important;
  color: #ffffff;
  background-color: #575757;
}
.top_area-1 .wp-block-columns, .wp-block-image {
  margin-bottom: 0;
}
.top_area-1 ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}
.top_area-1 h2 {
  margin: 20px 0 0 !important;
  font-size: 160%;
}
.top_area-1 p {
  margin-top: 5px !important;
}
@media only screen and (max-width: 425px) {
  .top_area-1 {
    margin: 20px auto;
    padding: 20px 1.5em !important;
  }
  .top-upper-area h2 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    font-size: 150%;
  }
  .top-upper-area p {
    margin: 0 !important;
  }
}
#category {
  height: 0;
}
.front-c04 {
  max-width: 1000px;
  margin: 30px auto 50px;
}
.front-c04 h2 {
  display: block;
  margin: 0 0 20px;
  font-size: 200%;
  font-weight: bold;
  line-height: 100%;
  color: #1d2088;
  border-bottom: 1px solid #1d2088;
}
.front-c04 h2 span {
  margin-left: 10px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
  font-size: 90%;
  color: #9b9b9c;
}
@media only screen and (max-width: 1024px) {
  .front-c04 h2 {
    font-size: 220%;
  }
}
/* =========================================================
   Top News
========================================================= */
.top-news-area01 {
  max-width: 1200px;
  margin: 0 auto;
}
.top-news-area01 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-news-area01 ul li {
  width: 30%;
  margin: 0 0 21px;
}
.top-news-area01 .top-news-img {
  display: block;
  max-width: 300px;
  height: 160px;
  margin: 0 0 10px;
  padding: 0;
}
.top-news-area01 .specialheaderimage, .top-news-area01 .specialheaderimage_noimg {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  background-position: center top;
  background-size: 110% auto;
}
.top-news-area01 .specialheaderimage_noimg {
  background-color: #cccccc;
  background-image: url(/wp-content/themes/fsvbasic-child1/img/top/blogmews-none.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
}
.top-news-area01 .top-news-title a {
  padding-bottom: 10px;
  font-size: 140%;
  font-weight: bold;
  line-height: 130%;
  color: #ec6c00;
}
.top-news-area01 .top-news-hizuke {
  display: block;
  padding-bottom: 5px;
}
.top-news-area01 ul li p {
  margin: 0 !important;
  line-height: 140%;
}
@media only screen and (max-width: 1024px) {
  .top-news-area01 {
    padding: 0;
  }
  .top-news-area01 ul li {
    width: 48%;
  }
}
@media only screen and (max-width: 425px) {
  .top-news-area01 .top-news-img {
    height: 100px;
  }
  .top-news-area01 .specialheaderimage_noimg {
    background-size: 40px auto;
  }
}
@media only screen and (max-width: 375px) {
  .top-news-area01 ul li {
    width: 80%;
    margin: 0 auto 21px;
  }
}
/* =========================================================
   Search / Under Area
========================================================= */
.under-area {
  padding: 20px;
  background: linear-gradient(to top, #cccccc, #333333);
}
.under-area h2 {
  margin: 0;
  padding: 0;
  color: #ffffff;
  text-align: center;
}
.under-area form {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
.search-form {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.search-form input[type="search"] {
  color: #555555;
  border: 1px solid #555555;
}
.search-form button {
  background-color: #555555;
  border: 1px solid #555555;
}
.search-form .search-submit .genericon-search {
  color: #ffffff !important;
}
.search-submit {
  color: #ffffff !important;
}
.search_menu_area {
  margin-bottom: 10px;
  padding: 20px;
  text-align: center;
  border: 2px solid #1d2087;
  border-radius: 14px;
}
.search_period {
  margin-bottom: 10px;
  padding: 10px 5px 5px;
  color: #ffffff;
  background-color: #1d2087;
  border-radius: 6px;
}
.cool-tag-cloud {
  line-height: 240%;
}
@media only screen and (max-width: 55em) {
  .under-area {
    padding: 10px;
  }
  .under-area h2 {
    font-size: 130%;
  }
  .under-area form {
    width: 100%;
  }
}
/* =========================================================
   Footer
========================================================= */
#footer {
  margin-bottom: 30px;
}
#footer-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px 2.5em 20px;
}
.footer-menu ul li {
  display: inline;
}
.footer-menu ul li ul {
  display: none;
}
.footer-menu li a {
  margin-right: 10px;
  padding-top: 3px;
  padding-left: 7px;
  color: #333333;
  border-left: 2px solid #cccccc;
}
/* =========================================================
   Page Header / Title
========================================================= */
.header-image {
  margin: -1px 0 0;
  vertical-align: top;
}
.header-title-image {
  height: 720px;
  margin: -1px 0 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.header-title-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 720px;
  background: rgba(0, 0, 0, 0.3);
}
.header-title-image-container .header-title-wrap {
  width: 100%;
}
.header-title {
  display: inline;
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', Verdana, Arial;
  font-size: 4rem;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 0 0 5px #333333;
  word-wrap: break-word;
}
.main-content-title {
  margin: 0 0 20px !important;
  padding: 16px 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 260% !important;
  color: #ffffff;
  text-align: center;
  background-color: #0b0000;
  background-image: url(/wp-content/uploads/common/haikei-subimg.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  border-bottom: 1px solid #e5e5e5;
}
.main-content-title h1 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1em;
  font-size: 80%;
}
.breadcrumbs {
  margin-bottom: 30px;
  border-bottom-width: 0;
}
.site-content h1 {
  background-color: #ffffff !important;
}
@media only screen and (max-width: 55em) {
  .main-content-title {
    padding: 30px 0;
    text-align: center;
    background: #0b0f3c none;
  }
}
@media screen and (max-width: 530px) {
  .main-content-title h1 {
    padding: 0 0.5em;
    font-size: 60%;
  }
}
/* =========================================================
   Gutenberg Buttons
========================================================= */
.wp-block-button a {
  text-decoration: none;
}
.wp-block-buttons .wp-block-button {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.bt-custom01 .wp-block-button__link, .bt-custom01 a {
  box-sizing: border-box;
  width: 270px;
  min-height: 70px;
  padding: 12px 16px;
  font-size: 130%;
  font-weight: bold;
  line-height: 1.2;
  color: #1d2087 !important;
  text-align: center;
  background: linear-gradient(to bottom, #ffffff, #b2b2b2);
  border: 1px solid #b2b2b2;
}
.bt-custom01 a:hover {
  color: #000000 !important;
}
.bt-custom01 a:visited {
  color: #1d2087 !important;
}
.bt01 a {
  padding-top: 25px;
}
.top-link.wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 16px;
  margin: 0 auto 18px;
  padding: 0;
}
.top-link .wp-block-button {
  display: flex;
  width: 270px;
  margin: 0;
}
.top-link .bt-custom01 .wp-block-button__link, .top-link .bt-custom01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  min-height: 72px;
  padding: 12px 16px;
  line-height: 1.35;
  text-align: center;
}
.top-link .bt01 a {
  padding-top: 12px;
}
@media only screen and (max-width: 1024px) {
  .top-link .bt-custom01 {
    width: 80%;
    text-align: center;
  }
  .top-link .bt-custom01 a {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .top-link.wp-block-buttons {
    display: block;
  }
  .top-link .wp-block-button {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 12px !important;
  }
  .top-link .wp-block-button__link {
    width: 100%;
    min-height: 64px;
  }
}
/* =========================================================
   Archive / Category / Pagination
========================================================= */
.entry-title a:link, .entry-title a:visited {
  display: block;
  margin-bottom: 10px;
  color: #1d2087 !important;
}
.pagination {
  margin: 0 0 0.5em;
  text-align: center;
}
.pagination .current {
  color: #333333 !important;
  background: #cccccc !important;
  border-color: #cccccc !important;
}
.modoru-bt a {
  display: block;
  max-width: 230px;
  margin: 1em auto 2.5em;
  padding-top: 5px;
  font-size: 100%;
  color: #000000;
  text-align: center;
  border: 1px solid #cccccc;
}
/* =========================================================
   Page ID 367 / Category List
========================================================= */
.page-id-367 .content-area ul {
  margin: 0 20px;
  padding: 20px;
  background-color: #f5f8fa;
  border: 2px solid #cccccc;
  border-radius: 10px;
}
.page-id-367 .content-area ul ul {
  padding: 0;
  border: none;
}
.cat-item a {
  font-size: 120%;
  font-weight: 600;
  color: #1d20a7 !important;
}
.cat-item-162, .cat-item-364, .cat-item-374, .cat-item-373 {
  list-style: none;
}
.cat-item-364, .cat-item-374, .cat-item-373 {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #555555;
}
/* =========================================================
   Single / Material Detail Page
========================================================= */
.entry-content table th {
  width: 20% !important;
  text-align: left;
}
.entry-content th, .entry-content td {
  padding: 0.3em 0.6em;
  border: 1px solid #666666;
}
.mikata {
  border: 1px solid #cccccc;
}
.sub-title h2 {
  font-size: 200%;
  line-height: 1.2;
  color: #000000;
  border-bottom: 1px dotted #333333 !important;
}
.entry-content h3 {
  margin-top: 50px;
  padding: 8px 8px 2px;
  /*color: #ffffff !important;*/
  /*background-color: #000000 !important;*/
}
.media_images {
  margin-top: 10px;
  padding: 5px;
  border: 1px solid #cccccc;
  box-shadow: 0 5px 6px 5px #999999;
}
.media_images img {
  display: block;
  max-height: 500px;
  margin-right: auto;
  margin-left: auto;
}
.media_genbun p, .media_gendai p {
  padding-left: 15px;
  border-left: 1px dashed #999999;
}
.meta-tags {
  display: block;
  margin-top: 30px;
  margin-bottom: 50px;
}
.entry-meta {
  display: none;
}
.specialheaderimage, .has-post-thumbnail img {
  border: 1px solid #cccccc;
}
.has-post-thumbnail img {
  max-height: 170px;
}
@media only screen and (max-width: 55em) {
  .sub-title h2 {
    font-size: 140%;
    line-height: 110%;
  }
}
/* =========================================================
   Author
========================================================= */
.author-area {
  text-align: center;
  border-bottom: 1px solid #1d2087;
}
.lineart-area {
  display: inline-block;
  margin: 0 auto;
  padding: 0 70px;
  background-image: url(/wp-content/themes/palm-beach_child/img/common/lineart.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.lineart-area2 {
  padding-right: 70px;
  background-image: url(/wp-content/themes/palm-beach_child/img/common/lineart.png);
  background-repeat: no-repeat;
  background-position: right center;
}
h2.name-area {
  margin: 0;
  padding: 0;
  text-align: center;
  border: none;
}
h3.job-area {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 100%;
  color: #1d2087 !important;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .lineart-area {
    padding: 0;
    background-image: none;
  }
  .lineart-area2 {
    padding-right: 0;
    background-image: none;
  }
}
.copyright {
  text-align: center;
}