/*
Template:oceanwp
Theme Name:oceanwp_child
*/

html {
  font-size: 62.5%;
}

body {
  font-size: 1.5rem;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, "メイリオ", sans-serif;
}

@media only screen and (max-width: 767px) {}

/*
メニュー
*/
.effect-four #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:before {
  margin-right: 3px !important;
}

.effect-four #site-navigation-wrap .dropdown-menu > li > a.menu-link > span:after {
  margin-left: 3px !important;
  content: ']' !important;
}

.effect-four #site-navigation-wrap .dropdown-menu > li > a.menu-link > .dropdown-toggle:after{
  content: '' !important;
}

@media screen and (min-width:960px) and (max-width:1280px) {
  #site-header.vertical-header #site-header-inner {
    overflow-y: auto !important;
  }

  #site-header.vertical-header #site-header-inner {
    overflow-y: auto !important;
    -ms-overflow-style: none !important;
  }

  #site-header.vertical-header #site-header-inner::-webkit-scrollbar {
    display: none;
  }

  @-moz-document url-prefix() {
    #site-header.vertical-header {
      overflow-x: hidden !important;
    }

    #site-header.vertical-header #site-header-inner {
      max-width: calc(100% + 17px) !important;
      padding-right: 17px !important;
      overflow-y: scroll !important;
    }

    #site-navigation-wrap {
      width: 300px;
    }

  }
}

@-moz-document url-prefix() {
  #site-header {
    padding-bottom: 30px;
  }
}

/*
トップページ
*/
#top--mv {
  width: 100%;
  background-color: #f5f5f5;
}

.top--mv--in {
  max-width: 90%;
  margin: 0 5%;
}

.top--mv--in img.logo_tb{
  display: none;
}

.top--mv--in img.top-mv-icon {
  display: block;
  max-width: 303px;
  width: 23%;
  padding: 20px 0;
  padding: 20px 0 20px;
  margin: 0 0 0 auto;
}

@media screen and (min-width:960px) and ( max-width:1280px) {
  .top--mv--in img.logo_tb{
    display: block;
    width: 164px;
    height: auto;
    padding: 50px 0 0;
    margin: 0 auto 0 -20px;
  }
  .top--mv--in img.top-mv-icon {
    padding: 0 0 20px;
    margin: -79px 0 0 auto;
  }
}

h2.top--title {
  display: block;
  margin: 0 auto 4%;
  font-size: 2.5rem;
  font-weight: 100;
  text-align: center;
  position: relative;
  padding: 0.3em;
}

h2.top--title:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100px;
  height: 7px;
  background: repeating-linear-gradient(-45deg, #FFD700, #FFD700 2px, white 2px, white 4px);
}

h2.top--title--new {
  display: block;
  margin: 4% auto 4%;
  font-size: 2.5rem;
  font-weight: 100;
  border-bottom: solid 1px #f5f5f5;
  position: relative;
}

h2.top--title--new:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #4BB9C3;
  bottom: -1px;
  width: 100px;
}

@media only screen and (max-width: 960px) {
  h2.top--title {
    margin: 0 auto 30px;
  }

  h2.top--title--new {
    margin: 50px 0 30px;
  }
}

.home .page-header {
  display: none;
}

/*
Breadcrumbs
*/
.site-breadcrumbs {
  position: inherit !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  max-width: 100% !important;
  margin-top: 0 !important;
}

.site-breadcrumbs a{
  color: #a7a7a7 !important;
}

/*
ピックアップ記事
*/
.pickup--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pickup--inner article {
  width: 32%;
  float: left;
  margin: 0 2% 0 0;
  padding: 0%;
  text-align: center;
}

.pickup--inner article:nth-child(3) {
  margin-right: 0;
}

.pickup--inner article a {
  width: 100%;
  height: 100%;
  padding: 3% 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 960px) {
  .pickup--inner {
    display: block;
  }

  .pickup--inner article {
    width: 100%;
    float: none;
    text-align: left;
  }

  .pickup--inner article a {
    padding: 3% 3%;
    justify-content: left;
    margin-bottom: -20px;
  }

}

#pickup .blog-entry-inner {
  width: 100%;
  height: 100%;
  border: 1px solid #f1f1f1;
  padding: 0;
  margin: 0;
}

#pickup .blog-entry.large-entry {
  border-bottom: 0px;
  margin-bottom: 20px;
  padding-bottom: 0px;
}

.blog-entry-header,
.blog-entry-title {
  display: block;
  width: 100%;
  height: 100%;
}

#pickup ul.meta {
  display: none;
}

/*
カテゴリーの説明文
*/
.tax-desc {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}

.tax-desc p {
  display: inline-block;
}

.tax-desc p:after {
  position: absolute;
  content: " ";
  display: block;
  margin: 0 auto;
  border-bottom: solid 1px #ffd700;
  bottom: 0;
  right: 0;
  left: 0;
  width: 200px;
}

/*
投稿記事からのおすすめ
*/
h3.theme-heading {
  font-weight: 100;
}

.related-post h3 {
  font-weight: 100;
}

/*
フッターウィジェット
*/
#footer-widgets {
  text-align: center;
}

#footer-widgets .f-widget-button {
  display: inline-block;
  width: auto;
  height: auto;
  text-align: center;
  text-decoration: none;
  outline: none;
  border: 1px solid #fff;
  padding: 20px 40px;
  font-weight: bold;
}

#footer-widgets .f-widget-button::before,
#footer-widgets .f-widget-button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

#footer-widgets .f-widget-button,
#footer-widgets .f-widget-button::before,
#footer-widgets .f-widget-button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .7s;
  transition: all .7s;
}

#footer-widgets .f-widget-button:hover {
  background-color: #fff;
}

/*
固定ページのフッターウィジェット
*/
.page #footer-widgets {
  padding: 0;
}

.page .footer-widgets-inner {
  display: none;
}

/*
reaction_buttons
*/
div.reaction_buttons{
  border-top: 1px dotted #e2e2e2 !important;
  margin-top: 50px !important;
  padding-top: 50px !important;
}

div.reaction_buttons li.reaction_button {
  border: 1px solid #4bb9c3 !important;
  padding: 5px 10px !important;
  -moz-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0) !important;
  -webkit-box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0) !important;
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

div.reaction_buttons li.reaction_button:hover {
  background: #4bb9c3 !important;
  border: 1px solid #4bb9c3 !important;
  color: #fff !important;
}

div.reaction_buttons ul{
  margin-left: 0 !important;
}

@media only screen and (max-width: 960px) {
  div.reaction_buttons{
    border-bottom: 1px dotted #e2e2e2 !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    padding-top: 30px !important;
    padding-bottom: 20px !important;
    text-align: center !important;
  }
}

/*
ログイン
*/
.login a {
  width: 50px;
  display: block;
  margin: 30px 0 0 auto;
  text-align: center;
  color: #e2e2e2;
  border: 1px dotted #e2e2e2;
  font-size: 1rem;
  padding: 3px;
}

/*
プリントする
*/
.print-button button {
  display: inline-block;
  width: auto;
  height: auto;
  text-align: center;
  text-decoration: none;
  outline: none;
  border: 1px solid #fff;
  padding: 10px 20px;
  font-weight: bold;
  background-color: #4BB9C3;
  color: #fff;
}

.print-button button::before,
.print-button button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.print-button button,
.print-button button::before,
.print-button button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .7s;
  transition: all .7s;
}

.print-button button:hover {
  background-color: #6ed0d9;
}

/*
プリントエリアの設定
*/
@media print {

  #site-header,
  .site-breadcrumbs,
  #right-sidebar,
  .reaction_buttons,
  #related-posts,
  #footer-widgets {
    display: none !important;
  }

  #outer-wrap {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .content-area {
    width: 100% !important;
  }

  a[href]:after {
    content: "" !important;
  }

  abbr[title]:after {
    content: "" !important;
  }

}

/*
contact form
*/
.wpcf7c-elm-step2{/* 確認画面に表示されるクラス名 */
  text-align: center;
}

.confirm-text{
  margin: 20px 0;
}

.wpcf7c-elm-step2 .confirm-text span{
  border-bottom: 1px solid #DC64AA;
}

div.wpcf7-mail-sent-ok {
  border: 0;
}

.contactform-buttom-area{
  text-align: center;
}

input[type="button"],
input[type="reset"],
input[type="submit"],
button[type="submit"],
.button,
body div.wpforms-container-full .wpforms-form input[type=submit],
body div.wpforms-container-full .wpforms-form button[type=submit],
body div.wpforms-container-full .wpforms-form .wpforms-page-button {
  font-size: 1.5rem !important;
  font-weight: 4 !important;
  text-transform: uppercase;
  margin: 20px auto 0 !important;
  padding: 18px 30px  !important;
  box-shadow: 2px 2px 2px #e2e2e2;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: 1px solid #FFD700 !important;
  margin: 2em 0 1em !important;
  padding: 0.5em 1em !important;
}

input.wpcf7-confirm,input.wpcf7-back,input.wpcf7-submit{
}

input.wpcf7-back{
  margin-right: 4% !important;
}

input.wpcf7-back,input.wpcf7-submit{width: 130px;
}
