@charset "UTF-8";
/*
Theme Name: 吉次園
Description: WordPressテンプレート「吉次園テーマ」
Version: 1.0.0
Author: TGCompany
*/

/*
//------------------------------------------------
//	Color Setting
//------------------------------------------------
*/
/*
//------------------------------------------------
//	Font Setting
//------------------------------------------------
*/
.f-noto-sans {
  font-family: "Noto Sans JP", sans-serif;
}

.f-noto-serif {
  font-family: "Noto Serif JP", serif;
}

/*
//------------------------------------------------
//	Base Setting
//------------------------------------------------
*/
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.flex {
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  -o-display: flex;
  display: flex;
  -o-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-align-items: stretch;
  -moz-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-align-content: stretch;
  -o-align-content: stretch;
  align-content: stretch;
}

.wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  position: relative;
}

.wide {
  width: 90%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.inner2 {
  width: 90%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.small {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.min {
  width: 90%;
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
}

.micro {
  width: 90%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.laptop-laptop {
  display: none;
}

.block-laptopmini {
  display: none;
}

.block-tbpro {
  display: none;
}

.block-tb {
  display: none;
}

.block-tbmini {
  display: none;
}

.block-wsp {
  display: none;
}

.block-sp {
  display: none;
}

/*
//------------------------------------------------
//	Original Module Content Setting
//------------------------------------------------
*/
/*
//------------------------------------------------
//	全ページ共通
//------------------------------------------------
*/
.global-form-box .form {
  width: 100%;
  margin-bottom: 40px;
  background: none;
  border: none;
  line-height: 1.5;
}
.global-form-box .form tr {
  /*
  &.tel td input {
    width: 15%;
  }
  */
}
.global-form-box .form tr:last-child {
  border-bottom: 2px dotted #ff7e7e;
}
.global-form-box .form tr.postal td input:first-child {
  width: 15%;
}
.global-form-box .form tr.postal td input:last-child {
  width: 20%;
}
.global-form-box .form tr.pref select {
  padding: 5px 40px 5px 10px;
  border: #aaa 1px solid;
  display: inline-block;
  background: #fff;
  box-sizing: border-box;
  border-radius: 0;
}
.global-form-box .form tr.pref .wrap {
  position: relative;
  display: inline-block;
}
.global-form-box .form tr.pref .wrap::after {
  font-family: "Font Awesome 5 Free", fontawesome;
  content: "\f107";
  font-size: 12px;
  position: absolute;
  right: 0;
  display: inline-block;
  top: 7px;
  right: 10px;
}
.global-form-box .form tr.email td input {
  width: 100%;
}
.global-form-box .form tr.email td input:first-child {
  margin-bottom: 3px;
}
.global-form-box .form tr.kinds td .mwform-checkbox-field {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.global-form-box .form tr.kinds td .mwform-checkbox-field:not(:last-child) {
  margin-bottom: 0.25em;
}
.global-form-box .form th, .global-form-box .form td {
  background: none;
  border: none;
  padding: 10px 20px;
  vertical-align: middle;
}
.global-form-box .form th {
  text-align: left;
  width: 20%;
  min-width: 180px;
  word-break: break-all;
}
.global-form-box .form th .form-th-ttl {
  display: inline-block;
  margin-right: 0.5em;
}
.global-form-box .form th .conditions {
  font-weight: normal;
  display: inline-block;
}
.global-form-box .form th .conditions.req {
  color: red;
}
.global-form-box .form th .conditions.any {
  color: #87bc43;
}
.global-form-box .form th .note-box {
  margin-top: 0.35em;
  font-size: 0.8em;
}
.global-form-box .form th .note-box .note-text {
  text-indent: -1em;
  padding-left: 1em;
}
.global-form-box .form td input[type=text], .global-form-box .form td input[type=email], .global-form-box .form td input[type=tel] {
  padding: 8px 15px;
  padding: 2px 5px;
  border: #aaa 1px solid;
  display: inline-block;
  background: #fff;
  box-sizing: border-box;
  border-radius: 0;
  width: 100%;
}
.global-form-box .form td textarea, .global-form-box .form td select {
  padding: 8px;
  padding: 2px 5px;
  border: #aaa 1px solid;
  display: inline-block;
  background: #fff;
  box-sizing: border-box;
  border-radius: 0;
  width: 100%;
}
.global-form-box .form td select.select {
  color: gray;
}
.global-form-box .form td .mwform-checkbox-field,
.global-form-box .form td .mwform-radio-field {
  margin-left: 0;
}
.global-form-box .form td .mwform-checkbox-field:not(:last-of-type),
.global-form-box .form td .mwform-radio-field:not(:last-of-type) {
  margin-right: 1em;
}
.global-form-box .form td .mwform-checkbox-field .mwform-radio-field input,
.global-form-box .form td .mwform-radio-field .mwform-radio-field input {
  margin-right: 0.25em;
}
.global-form-box .form td .etc {
  margin-top: 0.3em;
}
.global-form-box .form td .description-area.nickname-description-area {
  margin-bottom: 0.5em;
}
.global-form-box .form td .description-area.title-description-area {
  margin-top: 0.5em;
}
.global-form-box .form td .description-area.file-description-area {
  margin-top: 0.5em;
}
.global-form-box .form td .description-area .description-box .note-box {
  font-size: 0.8em;
}
.global-form-box .form td .description-area .description-box .note-box .note-text {
  text-indent: -1em;
  padding-left: 1em;
}
.global-form-box .form textarea {
  width: 100%;
  height: 200px;
}
.global-form-box .termslink {
  color: #1c55b3;
  text-align: center;
  margin-bottom: 40px;
}
.global-form-box .termslink a {
  color: #1c55b3;
  text-decoration: underline;
}
.global-form-box .consent-box {
  text-align: center;
  margin-bottom: 35px;
}
.global-form-box .consent-box .consent-text {
  line-height: 1.7;
  margin-bottom: 0.5em;
}
.global-form-box .consent-box .consent-text .consent-link {
  display: inline;
  color: red;
  text-decoration: underline;
}
.global-form-box .consent-box .error {
  margin-top: 0.5em;
}
.global-form-box .submitbtn {
  text-align: center;
  position: relative;
}
.global-form-box .submitbtn input {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid #ff7e7e;
  border-radius: 0px;
  background: #ff7e7e;
  color: #fff;
  text-decoration: none;
  margin: 0 auto;
  padding: 10px 40px 8px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.02em;
  transition: 0.3s;
  margin: 0 10px 15px;
}
.global-form-box .submitbtn input:hover {
  opacity: 0.85;
}

.mw_wp_form.mw_wp_form_input .form_input-none {
  display: none;
}
.mw_wp_form.mw_wp_form_confirm {
  padding: 30px 0;
}
.mw_wp_form.mw_wp_form_confirm .form_confirm-none {
  display: none;
}
.mw_wp_form.mw_wp_form_confirm .lead-confirm {
  text-align: center;
  margin: 0 0 25px;
}
.mw_wp_form.mw_wp_form_confirm .contact-form-box .form tr:last-child {
  border-bottom: none;
}
.mw_wp_form.mw_wp_form_confirm .contact-form-box .form th, .mw_wp_form.mw_wp_form_confirm .contact-form-box .form td {
  padding: 2px 20px;
}
.mw_wp_form.mw_wp_form_complete {
  padding: 30px 0;
}
.mw_wp_form.mw_wp_form_complete .completion-area .completion-box .completion-letter-area .completion-letter-box .completion-letter-text:not(:first-child) {
  margin-top: 1em;
}
.mw_wp_form.mw_wp_form_complete .completion-area .completion-box .completion-letter-area .completion-letter-box .completion-letter-text .completion-letter-link {
  color: #ff7e7e;
  display: inline-block;
}

/*
//------------------------------------------------
//	トップページ
//------------------------------------------------
*/
#sectDesc.correction {
  background-color: #fced9a;
}
#sectDesc .shop_info.status {
  background: url(../../images/home/bg_info-02-01.png) center/100% no-repeat;
  position: relative;
  padding: 80px 20px 65px;
}
#sectDesc .shop_info.status .schedule_info {
  width: 85%;
  position: relative;
  top: 10%;
  left: 50%;
  transform: translateY(-10%) translateX(-50%);
}

#sectInfo .info_box.r .News .news_list .news_list-box .news_list-ul {
  padding: 0;
  margin: 0;
}
#sectInfo .info_box.r .News .news_list .news_list-box .news_list-ul .news_list-li {
  list-style: none;
  margin: 10px 0px 10px 0px;
}
#sectInfo .info_box.r .News .news_list .news_list-box .news_list-ul .news_list-li .news_list-time {
  display: inline-block;
  margin-right: 5px;
}
#sectInfo .info_box.r .News .news_list .news_list-box .news_list-ul .news_list-li .news_list-link {
  color: #09c;
  text-decoration: none;
  transition: 0.4s;
}

#sectInfo3 .info_box.r .Blog {
  position: relative;
}
#sectInfo3 .info_box.r .Blog .info_ttl {
  position: absolute;
  z-index: 10;
  top: -3%;
  left: 4%;
  width: 85%;
}
#sectInfo3 .info_box.r .Blog .news_list {
  z-index: 10;
  top: 21%;
  left: 8%;
}
#sectInfo3 .info_box.r .Blog .news_list .news_list-box .news_list-ul {
  padding: 0;
  margin: 0;
}
#sectInfo3 .info_box.r .Blog .news_list .news_list-box .news_list-ul .news_list-li {
  list-style: none;
  margin: 10px 0px 10px 0px;
}
#sectInfo3 .info_box.r .Blog .news_list .news_list-box .news_list-ul .news_list-li .news_list-time {
  display: inline-block;
  margin-right: 5px;
}
#sectInfo3 .info_box.r .Blog .news_list .news_list-box .news_list-ul .news_list-li .news_list-link {
  color: #09c;
  text-decoration: none;
  transition: 0.4s;
}
#sectInfo3 .info_box.r .Blog .info_bg {
  position: relative;
}
#sectInfo3 .info_box.r .Blog .btn {
  position: absolute;
  z-index: 10;
  bottom: 3.75%;
  right: 13%;
  width: 25%;
  max-width: 120px;
}

/*
//------------------------------------------------
//	固定ページ
//------------------------------------------------
*/
.breadcrumbs-area .breadcrumbs-box .breadcrumbs-navXT {
  padding: 1em 0 0.5em;
  display: flex;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 500;
}
.breadcrumbs-area .breadcrumbs-box .breadcrumbs-navXT span {
  margin-left: 0.3em;
  margin-right: 0.3em;
}
.breadcrumbs-area .breadcrumbs-box .breadcrumbs-navXT span a {
  margin: 0.3em 0;
  display: inline-block;
  color: #5f4646;
  text-decoration: underline;
}

/*
//------------------------------------------------
//	アーカイブページ
//------------------------------------------------
*/
.main-bg {
  position: relative;
}
.main-bg .main-bg-wrapper {
  width: 100%;
  height: 100%;
}

.content-wrap {
  padding-top: 70px;
  padding-bottom: 80px;
}

.content-flex {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.content-flex.wide-flex #main-content {
  max-width: calc(100% - 295px);
}
.content-flex.wide-flex #sidebar {
  width: 260px;
}
.content-flex #main-content {
  width: 100%;
  max-width: 840px;
  max-width: calc(100% - 265px);
}
.content-flex #main-content .main-content-inner.news-content-inner {
  background-color: #fff;
  border-radius: 5px;
  padding: 40px 30px;
  margin-bottom: 3em;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.15);
}
.content-flex #main-content .main-content-inner.contact-content-inner {
  background-color: #fff;
  border-radius: 5px;
  padding: 40px 30px;
  margin-bottom: 3em;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.15);
}
.content-flex #main-content.fullwidth {
  max-width: 100%;
}
.content-flex #sidebar {
  width: 230px;
  box-sizing: border-box;
}
.content-flex #sidebar .widget {
  line-height: 1.7;
  padding: 2em 1.5em;
  background: #fff;
  border-radius: 5px;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.15);
}
.content-flex #sidebar .widget:not(:last-child) {
  margin-bottom: 2em;
}
.content-flex #sidebar .widget-header {
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 0.5em;
}
.content-flex #sidebar .widget-header::before, .content-flex #sidebar .widget-header::after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  z-index: 0;
}
.content-flex #sidebar .widget-header::before {
  width: 80px;
  background-color: #87bc43;
  border-radius: 5px;
}
.content-flex #sidebar .widget-header::after {
  width: 40px;
  z-index: 1;
  background-color: #ff7e7e;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.content-flex #sidebar .widget-header .widget-ttl {
  font-size: 18px;
}
.content-flex #sidebar .md-side-list ul {
  list-style: none;
  padding-left: 20px;
}
.content-flex #sidebar .md-side-list ul ul {
  border-bottom: #ff7e7e 1px solid;
}
.content-flex #sidebar .md-side-list ul li a {
  display: block;
  padding: 1em 0 1em 1.3em;
  position: relative;
  color: #5f4646;
  transition: all ease-in-out 0.2s;
}
.content-flex #sidebar .md-side-list ul li a::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) translateX(0%);
  font-family: "Font Awesome 5 Free", FontAwesome;
  content: "\f054";
  font-size: 10px;
  color: #ff7e7e;
  transition: all ease-in-out 0.2s;
  font-weight: 900;
}
.content-flex #sidebar .md-side-list ul li:not(:last-child) a {
  border-bottom: #b0aba6 1px solid;
}
.content-flex #sidebar .md-side-list ul li ul {
  padding-left: 1.5em;
  padding-bottom: 1.5em;
}
.content-flex #sidebar .md-side-list ul li ul li {
  margin-bottom: 0.5em;
}
.content-flex #sidebar .md-side-list ul li ul li:first-child {
  margin-top: 1.5em;
}
.content-flex #sidebar .md-side-list ul li ul li a {
  border-bottom: none !important;
  padding-top: 0;
  padding-bottom: 0;
  color: #5f4646;
  background: none !important;
}
.content-flex #sidebar .md-side-list ul li ul li a::before {
  top: 0.5em;
}
.content-flex #sidebar .md-side-list ul li ul li a:hover {
  background: none;
  color: #ff7e7e;
}
.content-flex #sidebar .md-side-list ul li ul li.current-page-item a {
  background: none;
  color: #ff7e7e;
}
.content-flex #sidebar .md-side-list.page-year ul li.current-page-item a {
  background: none;
}
.content-flex #sidebar .md-side-banners ul {
  list-style: none;
}
.content-flex #sidebar .md-side-banners ul li:not(:last-child) {
  margin-bottom: 1em;
}
.content-flex #sidebar .md-side-list-dropdown {
  margin-top: 1.5em;
}
.content-flex #sidebar .md-side-list-dropdown .cp_ipselect {
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.content-flex #sidebar .md-side-list-dropdown .cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.content-flex #sidebar .md-side-list-dropdown .cp_ipselect select::-ms-expand {
  display: none;
}
.content-flex #sidebar .md-side-list-dropdown .cp_ipselect.cp_sl01 {
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff;
}
.content-flex #sidebar .md-side-list-dropdown .cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 1.2em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}
.content-flex #sidebar .md-side-list-dropdown .cp_ipselect.cp_sl01 select {
  padding: 8px 38px 8px 8px;
  color: #666666;
}

.md-archive .report-item-box {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 2px dashed #ff7e7e;
}
.md-archive .report-item-box:first-child {
  padding-top: 0;
}
.md-archive .report-item-box .report-item-flex {
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-align-items: flex-start;
  -moz-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.md-archive .report-item-box .report-item-flex .report-item-left-box {
  display: none;
  width: 173px;
  min-width: 173px;
  height: 120px;
  border: 3px solid #ff7e7e;
  border-radius: 20px;
  box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  margin-right: 20px;
}
.md-archive .report-item-box .report-item-flex .report-item-left-box .report-img-box .report-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.md-archive .report-item-box .report-item-flex .report-item-right-box {
  width: 100%;
}
.md-archive .report-item-box .report-item-flex .report-item-right-box .report-item-right-top-box {
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}
.md-archive .report-item-box .report-item-flex .report-item-right-box .report-item-right-top-box .time-box {
  margin-right: 1em;
  color: #ff7e7e;
}
.md-archive .report-item-box .report-item-flex .report-item-right-box .report-item-right-top-box .report-item-category-area .report-item-category-flex {
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.md-archive .report-item-box .report-item-flex .report-item-right-box .report-item-right-top-box .report-item-category-area .report-item-category-flex .category-link {
  padding: 3px 1.2em;
  line-height: 1;
  font-size: 0.85em;
  color: #fff;
  background-color: #ff7e7e;
  border-radius: 2em;
  margin: 0.15em 0;
  width: -moz-fit-content;
  width: fit-content;
}
.md-archive .report-item-box .report-item-flex .report-item-right-box .report-item-right-top-box .report-item-category-area .report-item-category-flex .category-link.blog {
  background-color: #ff7e7e;
}
.md-archive .report-item-box .report-item-flex .report-item-right-box .report-item-right-top-box .report-item-category-area .report-item-category-flex .category-link:not(:last-child) {
  margin-right: 0.5em;
}
.md-archive .report-item-box .report-item-flex .report-item-right-box .report-item-right-bottom-box .report-ttl-area .report-ttl {
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #5f4646;
}
.md-archive .report-none {
  line-height: 1.7;
}

.md-gallery .gallery-flex {
  -o-flex-flow: row wrap;
  flex-flow: row wrap;
}
.md-gallery .gallery-flex .item {
  box-shadow: rgba(153, 153, 153, 0.5) 0 5px 9px;
  margin-bottom: 2.5em;
  width: 48.5%;
  margin-right: 3%;
}
.md-gallery .gallery-flex .item:nth-child(2n) {
  margin-right: 0;
}
.md-gallery .gallery-flex .item .thumb {
  border-bottom: red 4px solid;
  overflow: hidden;
}
.md-gallery .gallery-flex .item .thumb .img-link {
  display: block;
}
.md-gallery .gallery-flex .item .thumb .img-link .img-link-inner {
  max-height: 200px;
  height: 19vw;
}
.md-gallery .gallery-flex .item .thumb .img-link .img-link-inner img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transition: all ease-in-out 0.4s;
}
.md-gallery .gallery-flex .item .thumb .img-link:hover .img-link-inner img {
  transform: scale(1.15);
}
.md-gallery .gallery-flex .item .txt {
  padding: 1.2em 1.5em;
  background-color: #fff;
}
.md-gallery .gallery-flex .item .txt time {
  display: inline-block;
  font-size: 12px;
  color: #999;
  margin-bottom: 0.5em;
}
.md-gallery .gallery-flex .item .txt time i {
  margin-right: 8px;
  color: red;
}
.md-gallery .gallery-flex .item .txt .report-item-category-area {
  margin-bottom: 0.5em;
}
.md-gallery .gallery-flex .item .txt .report-item-category-area .report-item-category-flex {
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.md-gallery .gallery-flex .item .txt .report-item-category-area .report-item-category-flex .category-link {
  padding: 3px 1.2em;
  line-height: 1;
  font-size: 0.85em;
  color: #fff;
  background-color: #ff7e7e;
  border-radius: 2em;
  margin: 0.15em 0;
  width: -moz-fit-content;
  width: fit-content;
}
.md-gallery .gallery-flex .item .txt .report-item-category-area .report-item-category-flex .category-link.blog {
  background-color: #ff7e7e;
}
.md-gallery .gallery-flex .item .txt .report-item-category-area .report-item-category-flex .category-link:not(:last-child) {
  margin-right: 0.5em;
}
.md-gallery .gallery-flex .item .txt .ttl {
  margin: 0;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0.5em;
}
.md-gallery .gallery-flex .item .txt .excerpt {
  font-size: 14px;
  line-height: 1.6;
  color: #666666;
}

.wp_pagenavi-area {
  margin: 40px auto 0;
}
.wp_pagenavi-area .wp-pagenavi {
  clear: both;
  text-align: center;
  display: flex;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.wp_pagenavi-area .wp-pagenavi a,
.wp_pagenavi-area .wp-pagenavi span {
  color: #333;
  background-color: #ccc;
  padding: 8px 12px;
  margin: 2px 2px;
  white-space: nowrap;
  border-radius: 3px;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  border: none;
  width: 45px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  line-height: 1.6;
}
.wp_pagenavi-area .wp-pagenavi a:hover {
  color: #FFF;
  background-color: #87bc43;
}
.wp_pagenavi-area .wp-pagenavi span.current {
  color: #fff;
  background-color: #ff7e7e;
  font-weight: bold;
}
.wp_pagenavi-area .wp-pagenavi .pages {
  display: none;
}

/*
//------------------------------------------------
//	投稿ページ
//------------------------------------------------
*/
.single-header {
  padding: 5px 0 5px 25px;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
}
.single-header::before, .single-header::after {
  position: absolute;
  left: 0;
  width: 3px;
  height: 50%;
  content: "";
}
.single-header::before {
  top: 0;
  background-color: #ff7e7e;
}
.single-header::after {
  bottom: 0;
  background-color: #87bc43;
}
.single-header .single-ttl {
  font-size: 24px;
  line-height: 1.4;
}
.single-header .cat {
  margin-top: 0.6em;
  display: flex;
}
.single-header .cat .post-category {
  padding: 4px 8px;
  font-weight: 400;
  border-radius: 0;
  background-color: #ff7e7e;
  color: #fff;
  font-size: 12px;
  width: -moz-fit-content;
  width: fit-content;
}
.single-header .cat .post-category:not(:last-child) {
  margin-right: 0.75em;
}
.single-header .contributors-info-area {
  margin-top: 0.5em;
  line-height: 1.7;
}
.single-header .contributors-info-area .contributors-info-box .contributors-info-enumeration-area .contributors-info-enumeration-box .contributors-info-enumeration-flex {
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 2em);
}
.single-header .contributors-info-area .contributors-info-box .contributors-info-enumeration-area .contributors-info-enumeration-box .contributors-info-enumeration-flex .contributors-info-enumeration-item {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 2em;
  /*
  &:not(:last-child){
    margin-right: 2em;
  }
  */
}
.single-header .single-time {
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 12px;
  margin-top: 0.65em;
}

.eyecatch {
  margin-bottom: 1em;
}

.sentry {
  line-height: 1.7;
}
.sentry h1, .sentry h2, .sentry h3, .sentry h4, .sentry h5, .sentry h6 {
  margin: 1.5em 0;
  line-height: 1.4;
}
.sentry p, .sentry ul, .sentry ol, .sentry table, .sentry dl, .sentry blockquote {
  margin-bottom: 1.5em;
}
.sentry p, .sentry ul, .sentry ol {
  text-align: justify;
  text-justify: distribute;
}
.sentry blockquote p {
  text-align: left;
  text-justify: inherit;
  word-wrap: break-word;
}
.sentry h1 {
  font-size: 2em;
}
.sentry h2 {
  font-size: 22px;
  padding: 0.5em 0;
  border-top: #ff7e7e 2px solid;
  border-bottom: #ff7e7e 2px solid;
}
.sentry h3 {
  padding: 0.5em;
  background: #F2F2F2;
  font-size: 21px;
  background: #ff7e7e;
  color: #fff;
}
.sentry h4 {
  font-size: 18px;
  padding-left: 1em;
  border-left: #ff7e7e 4px solid;
}
.sentry h5 {
  font-size: 18px;
  padding-left: 1.2em;
  position: relative;
}
.sentry h5::before {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #ff7e7e;
  left: 0;
  top: 50%;
  transform: translateY(-50%) translateX(0%);
  content: "";
}
.sentry h6 {
  font-size: 18px;
}
.sentry blockquote {
  padding: 3em 1em 1em 1em;
  background: #f2f2f2;
  position: relative;
}
.sentry blockquote::before {
  position: absolute;
  left: 15px;
  top: 10px;
  content: "“";
  line-height: 1;
  color: #9C9C9C;
  font-size: 60px;
  font-weight: bold;
}
.sentry blockquote p:last-child {
  margin-bottom: 0;
}
.sentry blockquote span {
  color: #989898;
}
.sentry blockquote span a {
  color: #989898;
  text-decoration: underline;
}
.sentry a {
  text-decoration: underline;
  word-break: break-all;
}
.sentry a.chr {
  position: relative;
}
.sentry a.chr::after {
  font-family: fontawesome;
  content: "\f105";
  text-decoration: none;
}
.sentry ul {
  list-style: disc;
  padding-left: 1.2em;
}
.sentry ol {
  padding-left: 1.2em;
}
.sentry ul li, .sentry ol li {
  margin-bottom: 0.5em;
}
.sentry table {
  width: 100%;
  border-collapse: collapse;
}
.sentry table th, .sentry table td {
  padding: 0.5em 1em;
  border: #fff 5px solid;
  text-align: left;
}
.sentry table th {
  background: #ff7e7e;
  color: #fff;
}
.sentry table td {
  background: #f3f3f3;
}
.sentry table.overview-table {
  margin-bottom: 0;
}
.sentry table.overview-table th, .sentry table.overview-table td {
  padding: 1em 1em;
}
.sentry table.overview-table th {
  width: 20%;
  min-width: 162px;
  background: #ff7e7e;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
.sentry table.overview-table td {
  background: #f3f3f3;
  font-weight: 600;
  padding: 1em 3em;
}
.sentry img {
  transition: all 0.4s;
  max-width: 100%;
  height: auto;
}
.sentry a:hover img {
  opacity: 0.7;
}
.sentry dl dt {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.sentry dl dd {
  padding-left: 1.5em;
}
.sentry .alignleft {
  float: left;
  clear: left;
  margin: 0 1em 1.5em 0px;
}
.sentry img.aligncenter, .sentry img.centered, .sentry img.center {
  display: block;
  margin: 0 auto 1.5em;
  float: none;
  clear: both;
}
.sentry img.alignright {
  float: right;
  clear: right;
  margin: 0 0 1.5em 1em;
}
.sentry .gallery-item {
  margin-top: 1% !important;
  margin-bottom: 3% !important;
}

.movie-youtube-area .movie-youtube-box {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.movie-youtube-area .movie-youtube-box .movie-youtube-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map-googlemap-area {
  position: relative;
  height: 0;
  padding-top: 400px;
  overflow: hidden;
}
.map-googlemap-area .map-googlemap-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1540px) {
  .block-laptop {
    display: block;
  }
  .none-laptop {
    display: none;
  }
}
@media (max-width: 1368px) {
  .block-laptopmini {
    display: block;
  }
  .none-laptopmini {
    display: none;
  }
}
@media (max-width: 1080px) {
  .block-tbpro {
    display: block;
  }
  .none-tbpro {
    display: none;
  }
  /*
  //------------------------------------------------
  //	全ページ共通
  //------------------------------------------------
  */
  /*
  //------------------------------------------------
  //	トップページ
  //------------------------------------------------
  */
  /*
  //------------------------------------------------
  //	固定ページ
  //------------------------------------------------
  */
  /*
  //------------------------------------------------
  //	アーカイブページ
  //------------------------------------------------
  */
  /*
  //------------------------------------------------
  //	投稿ページ
  //------------------------------------------------
  */
}
@media (max-width: 834px) {
  .block-tb {
    display: block;
  }
  .none-tb {
    display: none;
  }
  /*
  //------------------------------------------------
  //	全ページ共通
  //------------------------------------------------
  */
  .global-form-box .form {
    display: block;
  }
  .global-form-box .form tbody,
  .global-form-box .form tr,
  .global-form-box .form th,
  .global-form-box .form td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .global-form-box .form th,
  .global-form-box .form td {
    padding: 10px;
  }
  .global-form-box .form th {
    padding-bottom: 0;
  }
  .global-form-box .consent-box {
    text-align: left;
  }
  .mw_wp_form.mw_wp_form_confirm .contact-form-box .form th, .mw_wp_form.mw_wp_form_confirm .contact-form-box .form td {
    padding: 2px 10px;
  }
  /*
  //------------------------------------------------
  //	固定ページ
  //------------------------------------------------
  */
  .breadcrumbs-area .breadcrumbs-box .breadcrumbs-navXT {
    font-size: 14px;
  }
  /*
  //------------------------------------------------
  //	アーカイブページ
  //------------------------------------------------
  */
  .content-wrap {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .content-flex {
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .content-flex #main-content,
  .content-flex #sidebar {
    width: 100% !important;
    max-width: 100% !important;
  }
  .content-flex #main-content .main-content-inner.news-content-inner {
    padding: 1.5em;
  }
  .content-flex #main-content .main-content-inner.contact-content-inner {
    padding: 1.5em;
  }
  .content-flex #sidebar {
    margin-top: 40px;
  }
  .md-gallery .gallery-flex .item .thumb .img-link .img-link-inner {
    max-height: 200px;
    height: 25vw;
  }
  /*
  //------------------------------------------------
  //	投稿ページ
  //------------------------------------------------
  */
  .sentry {
    font-size: 14px;
  }
  .sentry h1 {
    font-size: 20px;
  }
  .sentry h2 {
    font-size: 18px;
  }
  .sentry h3 {
    font-size: 18px;
  }
  .sentry h5 {
    font-size: 16px;
  }
  .sentry h6 {
    font-size: 16px;
  }
  .sentry dl dd:not(:last-child) {
    margin-bottom: 1.5em;
  }
  .sentry table.md-table {
    display: block;
  }
  .sentry table.md-table tbody,
  .sentry table.md-table tr,
  .sentry table.md-table th,
  .sentry table.md-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .sentry table.md-table th {
    border-bottom: none;
  }
  .sentry table.md-table tr:not(:last-child) td {
    border-bottom: none;
  }
  .sentry table.overview-table th {
    min-width: 150px;
  }
  .sentry table.overview-table td {
    padding: 1em 2em;
  }
  .map-googlemap-area {
    padding-top: 325px;
  }
}
@media (max-width: 764px) {
  .block-tbmini {
    display: block;
  }
  .none-tbmini {
    display: none;
  }
  /*
  //------------------------------------------------
  //	トップページ
  //------------------------------------------------
  */
  #sectDesc.correction {
    background-color: transparent;
  }
  #sectDesc .shop_info.status {
    height: 250px;
    height: 64vw;
    background: url(../../images/home/bg_info-02-01.png) center/100% no-repeat;
    position: relative;
    display: block;
    padding: 60px 20px 45px;
  }
  #sectDesc .shop_info.status .schedule_info {
    padding-top: 0;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateY(-55%) translateX(-50%);
    width: 90%;
  }
}
@media (max-width: 600px) {
  .block-wsp {
    display: block;
  }
  .none-wsp {
    display: none;
  }
}
@media (max-width: 480px) {
  .block-sp {
    display: block;
  }
  .none-sp {
    display: none;
  }
  /*
  //------------------------------------------------
  //	全ページ共通
  //------------------------------------------------
  */
  .global-form-box .form tr {
    /*
    &.tel td input {
      width: 24%;
    }
    */
  }
  .global-form-box .form tr.postal td input:first-child {
    width: 24%;
  }
  .global-form-box .form tr.postal td input:last-child {
    width: 34%;
  }
  .global-form-box .form th {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .global-form-box .form td .mwform-checkbox-field,
  .global-form-box .form td .mwform-radio-field {
    display: block;
    display: inline-block;
  }
  .global-form-box .form td .etc {
    margin-top: 0.3em;
  }
  .global-form-box .form td .description-area.file-description-area {
    margin-top: 0;
  }
  .global-form-box .submitbtn input {
    padding: 10px 1em 8px;
    margin: 0 5px 14px;
  }
  .mw_wp_form.mw_wp_form_confirm {
    padding: 25px 0;
  }
  .mw_wp_form.mw_wp_form_confirm .lead-confirm {
    margin: 0 0 20px;
  }
  .mw_wp_form.mw_wp_form_complete {
    padding: 25px 0;
  }
  /*
  //------------------------------------------------
  //	固定ページ
  //------------------------------------------------
  */
  .breadcrumbs-area .breadcrumbs-box .breadcrumbs-navXT {
    font-size: 14px;
  }
  /*
  //------------------------------------------------
  //	アーカイブページ
  //------------------------------------------------
  */
  .content-wrap {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .md-archive .report-item-box .report-item-flex .report-item-right-box .report-item-right-top-box {
    -moz-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
    -moz-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
  }
  .md-archive .report-item-box .report-item-flex .report-item-right-box .report-item-right-top-box .time-box {
    margin-right: 0;
    margin-bottom: 0.5em;
  }
  .md-gallery .gallery-flex .item {
    margin-bottom: 2.5em;
    width: 100%;
    margin-right: 0;
  }
  .md-gallery .gallery-flex .item .thumb .img-link .img-link-inner {
    max-height: 175px;
    height: 40vw;
  }
  .md-gallery .gallery-flex .item .txt {
    padding: 1.5em;
    padding: 1em;
    padding: 1.2em 1.5em;
  }
  .wp_pagenavi-area .wp-pagenavi a,
  .wp_pagenavi-area .wp-pagenavi span {
    width: 40px;
  }
  /*
  //------------------------------------------------
  //	投稿ページ
  //------------------------------------------------
  */
  .single-header {
    padding: 5px 0 5px 15px;
  }
  .single-header .single-ttl {
    font-size: 18px;
  }
  .single-header .cat {
    margin-top: 0.5em;
  }
  .single-header .single-time {
    margin-top: 0.6em;
  }
  .sentry table th, .sentry table td {
    border: #fff 2px solid;
  }
  .sentry table.overview-table {
    /*
        display: block;
    tbody,
    tr,
    th,
    td{
    	display: block;
    	width: 100%;
    	box-sizing: border-box;
    }
        th{
          border-bottom: none;
        }
        tr{
          &:not(:last-child){
            td{
              border-bottom: none;
            }
          }
        }
        */
  }
  .sentry table.overview-table th {
    min-width: 90px;
  }
  .sentry table.overview-table td {
    padding: 1em 1em;
  }
  .map-googlemap-area {
    padding-top: 225px;
  }
}/*# sourceMappingURL=sub-main01.css.map */