@charset "utf-8";

/*
Theme Name: hibimiru-lp
Theme URI:
Description:
Author: s.t
Author URI:
License:
License URI:
Version: 10000.0
*/
/**
/* CSS RESET START
----------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  overflow-y: scroll;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

input,
textarea {
  margin: 0;
  padding: 0;
  outline: none;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

caption,
th {
  text-align: left;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.clearfix {
  min-height: 1px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.both {
  clear: both;
}

/**
/* CSS START
----------------------------------------------- */
html,
body {
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  letter-spacing: 0.01em;
}

*:focus {
  outline: none !important;
}

#Wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  word-break: break-all;
}

a {
  text-decoration: none;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
  color: #16A4E3;
}

.Com {
  zoom: 1;
}

.Com:before,
.Com:after {
  content: "";
  display: table;
}

.Com:after {
  clear: both;
}

br.pc_br,
.pc_img,
.pc {
  display: none;
}

span.sp_br {
  display: block;
}

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

  br.sp_br,
  span.sp_br,
  .sp_img,
  .sp {
    display: none;
  }

  .pc_img {
    display: inline-block;
  }

  br.pc_br,
  .pc {
    display: block;
  }
}

/**
/* flex CSS
----------------------------------------------- */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex_row {
  webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex_between {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flex_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex_center {
  -webkit-justify-content: center;
  justify-content: center;
}

.flex_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: space-around;
}

dl.dl_table {
  display: table;
  width: 100%;
}

dl.dl_table dt,
dl.dl_table dd {
  display: table-cell;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .flex {
    display: block;
  }
}

/**
/* ヘッダー CSS
----------------------------------------------- */
.global-header .global-nav {
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 3px 3px 6px rgb(0, 0, 0, 0.1);
}

.global-header .global-nav h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  padding: 11px 25px;
}

.global-header .header-right {
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .global-header .global-nav h1 {
    font-size: 42px;
    padding: 11px 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .global-header .global-nav h1 {
    font-size: 42px;
    padding: 11px 25px;
  }
}

/**
/* Common CSS
----------------------------------------------- */
.inner-wrap {
  width: 94%;
  max-width: 1200px;
  margin: auto;
}

.inner {
  width: 90%;
  max-width: 1100px;
  margin: auto;
}

.singleWrap,
.pageWrap {
  margin-top: 80px;
}

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

  .singleWrap,
  .pageWrap {
    margin-top: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {

  .singleWrap,
  .pageWrap {
    margin-top: 60px;
  }
}

/**
/* 見出し CSS
----------------------------------------------- */
.page-header-view {
  text-align: center;
  padding: 80px 0 0 0;
}

.page-header-view .roma {
  color: #168CE3;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.18;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}

.page-header-view h1,
.page-header-view h2 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.47;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  .page-header-view {
    padding: 80px 0 0 0;
  }

  .page-header-view .roma {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .page-header-view h1,
  .page-header-view h2 {
    font-size: 34px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .page-header-view {
    padding: 80px 0 0 0;
  }

  .page-header-view .roma {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .page-header-view h1,
  .page-header-view h2 {
    font-size: 34px;
  }
}

/**
/*  ブログ CSS
----------------------------------------------- */
.post-list .post-items {
  border-bottom: 1px solid #b9b9b9;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.post-list .post-items:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.post-list .post-items dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.post-list .post-items dt .post-date {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.post-list .post-items .the_terms {
  margin: 0 10px;
}

.post-list .post-items .the_terms li a {
  display: block;
  background: #b9b9b9;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  padding: 5px 15px;
  border-radius: 20px;
}

.post-list .post-items dd {
  font-size: 16px;
  font-weight: 400;
}

.post-list .post-items dd a {
  position: relative;
  display: block;
  color: #222222;
  padding-right: 15px;
}

.post-list .post-items dd h3 {
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 10px;
}

.post-list .post-items dd a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  margin: -5px 0 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: solid 2px #b9b9b9;
  border-right: solid 2px #b9b9b9;
}

@media only screen and (max-width: 767px) {
  .post-list .post-items {
    padding-bottom: 5%;
    margin-bottom: 5%;
  }

  .post-list .post-items dt {
    margin-bottom: 3%;
  }

  .post-list .post-items dt .post-date {
    font-size: 3.4vw;
  }

  .post-list .post-items .the_terms {
    margin: 0 3%;
  }

  .post-list .post-items .the_terms li a {
    padding: 3px 10px 1px 10px;
    font-size: 3.26vw;
  }

  .post-list .post-items dd {
    font-size: 3.6vw;
  }

  .post-list .post-items dd h3 {
    font-size: 4.3vw;
    margin-bottom: 3%;
  }

  .post-list .post-items dd a {
    padding-right: 10px;
  }

  .post-list .post-items dd a:after {
    width: 8px;
    height: 8px;
    margin: -6px 0 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .post-list .post-items {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .post-list .post-items dt {
    margin-bottom: 5px;
  }

  .post-list .post-items dt .post-date {
    font-size: 15px;
  }

  .post-list .post-items .the_terms {
    margin: 0 10px;
  }

  .post-list .post-items .the_terms li a {
    padding: 3px 10px 1px 10px;
    font-size: 12px;
  }

  .post-list .post-items dd {
    font-size: 15px;
  }

  .post-list .post-items dd h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .post-list .post-items dd a {
    padding-right: 10px;
  }

  .post-list .post-items dd a:after {
    width: 8px;
    height: 8px;
    margin: -6px 0 0 0;
  }
}

/**
/* 投稿詳細 CSS
----------------------------------------------- */
.single-guide .entry-header {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.single-guide .entry-header .entry-deta {
  font-size: 14px;
  color: #777777;
}

.single-guide .entry-header h2 {
  font-size: 28px;
  font-weight: 500;
  margin-top: 5px;
}

.single-guide .entry-body p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 40px;
}

.single-guide .entry-body ol {
  list-style: decimal;
  margin-left: 20px;
}

.single-guide .entry-body ul {
  list-style: disc;
  margin-left: 20px;
}

.single-guide .entry-body ol li,
.single-guide .entry-body ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

.single-guide .entry-body figcaption {
  font-size: 90%;
  color: #888888;
}

.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
  margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
  margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
  clear: both;
}

@media only screen and (max-width: 767px) {
  .single-guide .entry-header {
    padding-bottom: 3%;
    margin-bottom: 5%;
  }

  .single-guide .entry-header .entry-deta {
    font-size: 3.26vw;
  }

  .single-guide .entry-header h2 {
    font-size: 4.4vw;
    margin-top: 5px;
  }

  .single-guide .entry-body p {
    font-size: 3.4vw;
    margin-bottom: 2%;
  }

  .single-guide .entry-body ol li,
  .single-guide .entry-body ul li {
    font-size: 3.4vw;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .single-guide .entry-header {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }

  .single-guide .entry-header .entry-deta {
    font-size: 14px;
  }

  .single-guide .entry-header h2 {
    font-size: 24px;
    margin-top: 5px;
  }

  .single-guide .entry-body p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .single-guide .entry-body ol li,
  .single-guide .entry-body ul li {
    font-size: 14px;
  }
}

/**
/* ページネーション CSS
----------------------------------------------- */
.pagination {
  text-align: center;
  margin-top: 80px;
}

.pagination span,
.pagination a {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  color: #16242E;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.6;
  padding: 0 18px;
  margin: 0 3px;
  text-align: center;
  border-radius: 5px;
}

.pagination .current,
.pagination a.pager:hover {
  background: #16242E;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .pagination {
    margin-top: 10%;
  }

  .pagination span,
  .pagination a {
    font-size: 3.8vw;
    padding: 0 5%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .pagination {
    margin-top: 60px;
  }

  .pagination span,
  .pagination a {
    font-size: 16px;
    padding: 0 15px;
  }
}

/**
/* ページ共通 CSS
----------------------------------------------- */
.page-guide {
  padding: 80px 0;
}

.page-guide .entry p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .page-guide {
    padding: 10% 0;
  }

  .page-guide .entry p {
    font-size: 3.8vw;
    margin-bottom: 5%;
  }
}

@media only screen and (min-width: 736px) and (max-width: 1024px) {
  .page-guide {
    padding: 40px 0;
  }

  .page-guide .entry p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

/**
/* エラーページ CSS
----------------------------------------------- */
.error-guide .entry p {
  font-size: 18px;
  text-align: center;
}

.error-guide .entry .error_url {
  padding: 30px 0;
}

.error-guide .entry .block_btn {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .error-guide .entry p {
    font-size: 3.8vw;
  }

  .error-guide .entry .error_url {
    padding: 5% 0;
  }

  .error-guide .entry .block_btn {
    margin-top: 8%;
  }
}

@media only screen and (min-width: 736px) and (max-width: 1024px) {
  .error-guide .entry p {
    font-size: 16px;
  }

  .error-guide .entry .error_url {
    padding: 20px 0;
  }

  .error-guide .entry .block_btn {
    margin-top: 40px;
  }
}

/**
/* フッター CSS
----------------------------------------------- */
.footer {
  background: #16242E;
  padding: 40px 0 30px 0;
  margin-top: auto;
}

.footer-wrap {
  padding-bottom: 30px;
}

.footer-wrap h5 a {
  color: #ffffff;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.footer-wrap .sub_nav {
  margin-left: 20px;
}

.footer-wrap .sub_nav li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.footer-wrap .sub_nav li a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0.1em;
}

.footer .copy,
.footer .copy a {
  font-family: 'Montserrat', sans-serif;
  color: #495D6C;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
  .footer {
    padding: 5% 0 3% 0;
  }

  .footer-wrap {
    padding-bottom: 5%;
  }

  .footer-wrap h5 {
    text-align: center;
    margin-bottom: 3%;
  }

  .footer-wrap .sub_nav {
    margin-left: 0;
  }

  .footer-wrap .sub_nav li a {
    display: block;
    font-size: 3.6vw;
    text-align: center;
  }

  .footer .copy,
  .footer .copy a {
    font-size: 3.26vw;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer {
    padding: 30px 0 20px 0;
  }

  .footer-wrap {
    padding-bottom: 20px;
  }

  .footer-wrap .sub_nav {
    margin-left: 10px;
  }

  .footer-wrap .sub_nav li a {
    font-size: 13px;
  }

  .footer .copy,
  .footer .copy a {
    font-size: 12px;
  }
}

.mv {
  text-align: center;

  .mv-pc {
    height: 700px;
    object-fit: cover;
    width: auto;
  }

  .mv-sp {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .mv {
    .mv-pc {
      height: 59vw;
      object-fit: cover;
      width: auto;
    }
  }
}

@media only screen and (max-width: 767px) {
  .mv {
    .mv-pc {
      display: none;
    }

    .mv-sp {
      display: block;
    }
  }
}

.flow-guide .flow-list {
  justify-content: center;
}

.plan-guide .plan-list .plan-items {
  width: 325px;
}


@media screen and (max-width: 1024px) {
  .plan-guide .plan-list .plan-items dl dd span {
    width: 190px;
  }
}

@media screen and (max-width: 767px) {
  .plan-guide .plan-list .plan-items {
    width: 100%;
  }

  .plan-guide .plan-list .plan-items dl {
    flex-flow: column;
    align-items: center;
  }

  .plan-guide .plan-list .plan-items .contentArea {
    width: 100%;
    padding-left: 0;
  }

  .plan-guide .plan-list .plan-items dl dt {
    width: 100%;
    text-align: center;
  }

  .plan-guide .plan-list .plan-items dl dd {
    width: 70%;
  }

  .plan-guide .plan-list .plan-items dl dd span {
    width: 100%;
  }

  .plan-guide .plan-list .plan-items div {
    font-size: 5vw;
  }

  .plan-guide .plan-list .plan-items dl dt {
    font-size: 15vw;
  }

  .plan-guide .plan-list .plan-items dl dt span {
    font-size: 6.4vw;
  }

  .plan-guide .plan-list .plan-items p {
    margin-top: 3%;
    font-size: 3.5vw;
    text-align: center;
  }


}