@charset "UTF-8";

/*
Theme Name : design-template-ver1.1
*/

* {
  font-family: "Noto Serif JP", serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
}

img {
  width: 100%;
}

h2,
h3,
h4 {
  margin: 0;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

main {
  padding-top: 80px;
}

.contents_wrapper {
  position: relative;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.content_block {
  width: 100%;
  padding: 60px 0 0;
}

.blog_content_block {
  width: 100%;
  padding: 50px 0 120px;
}

.content_inner {
  width: 980px;
  padding: 0 50px;
  margin: 0 auto;
  position: relative;
}

.content_inner .inner_section_block {
  margin-top: 50px;
  margin-bottom:50px;
}

.visual_title {
  padding: 80px 0;
  margin-top: -60px;
  background-attachment: fixed;
  background-size: cover;
}
.visual_title_top .visual_title_inner {
  max-width: 980px;
  padding: 0 50px;
  margin: 0 auto;
  position: relative;
}

.visual_title_top .visual_title_inner h2 {
  font-size: 32px;
  margin: 0;
}

.visual_title_top .visual_title_inner p {
  margin-top: 30px;
  font-weight: 300;
}

.visual_title .visual_title_inner {
  max-width: 980px;
  padding: 0 50px;
  margin: 0 auto;
}

.visual_title .visual_title_inner h2 {
  font-size: 32px;
  margin: 0;
}

.visual_title .visual_title_inner p {
  font-weight: 400;
}

.height100_img_block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.two_bgcolor_block {
  background: #f7f7f7;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.two_bgcolor_block .text_block {
  z-index: 1;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.two_bgcolor_block .text_block .inner_text_item {
  width: 80%;
}

.two_bgcolor_block .height100_img_block {
  width: 50%;
}

.left_bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #e2e2e2;
}

.right_bg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #e2e2e2;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::after,
::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
  color:#fff;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

iframe {
  border-style: none;
}

img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button,
input,
select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: #fff;
  border: solid;
  color: #000;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[tabindex],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  height:70px;
}

header .header_pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height:70px;
}

header .header_pc .header_logo {
  width: 200px;
  margin-left: 50px;
}

header .header_pc .header_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .header_pc .header_item .header_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0 20px;
  list-style: none;
}

header .header_pc .header_item .header_nav ul li {
  margin-right: 20px;
}

header .header_pc .header_item .header_nav ul li:last-of-type {
  margin-right: 0;
}

header .header_pc .header_item .header_nav ul li a {
  color: #333;
  font-weight: bold;
}

header .header_pc .header_item .header_cta{
  width: 150px;
  height: 70px;
}
header .header_pc .header_item .header_cta_2{
  width: 210px;
  height: 70px;

}

header .header_pc .header_item .header_cta a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #1b6500;
  color: #fff;
  font-weight: bold;
  font-size:19px;
}

header .header_pc .header_item .header_cta a::before {
  font-size: 16px;
  color: #fff;
}

header .header_pc .header_item .header_cta_2{
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #44A300;
  color: #fff;
  font-weight: bold;
  padding:12px;
  text-align:center;
}

header .header_pc .header_item .header_cta_2 .fa-solid{
  padding-right:5px;
  font-weight:900;
  position: relative;
  left:0;
  bottom:1px;
}

header .header_pc .header_item .header_cta .fa-solid{
  padding-right:0px;
  font-weight:900;
  position: relative;
  left:0;
  bottom:0px;
}

header .header_pc .header_item .tel_h{
  font-size: 20px;
  color: #fff;
  letter-spacing: 1.5;
  font-weight:900;
  line-height: 20px;
  position: relative;
  text-align: center;
}


.h_icon{
padding:0px;
}

#drawer {
  position: absolute;
  top: 13px;
  right: 20px;
  z-index: 11;
  /* :::::: toggle button :::::: */
  /* #navTgl:checked + .open {
  	transform: translateX(-250px);
  } */
  /* :::::: drawer menu :::::: */
}

#drawer label {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

#drawer #navTgl:checked ~ .contents_wrapper {
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px);
}

#drawer #navTgl {
  display: none;
}

#drawer .open {
  z-index: 12;
  position: inherit;
  width: 48px;
  height: 48px;
  -webkit-transition: background 0.6s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 0.6s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#drawer .open::before,
#drawer .open::after {
  content: "";
}

#drawer .open span,
#drawer .open::before,
#drawer .open::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 30%;
  width: 40%;
  border-bottom: 3px solid #333;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#drawer .open::before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

#drawer .open::after {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

#drawer .close {
  z-index: 3;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  -webkit-transition: background 0.6s;
  transition: background 0.6s;
}

#drawer #navTgl:checked + .open span {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

#drawer #navTgl:checked + .open::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 3px solid #fff;
}

#drawer #navTgl:checked + .open::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 3px solid #fff;
}

#drawer #navTgl:checked ~ .close {
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.5);
  z-index: 11;
  position: fixed;
}

#drawer .menu {
  z-index: 11;
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #2176a0;
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#drawer .menu h2,
#drawer .menu a {
  color: #fff;
}

#drawer .menu h2 {
  text-align: center;
}

#drawer .menu ul {
  margin: 0;
  padding: 0;
}

#drawer .menu li {
  font-size: 0.8em;
  line-height: 1.4;
}

#drawer #navTgl:checked ~ .menu {
  -webkit-transform: none;
  transform: none;
}

.drawer_inner_btn ul {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}

.drawer_inner_btn ul li {
  margin-bottom: 15px;
}

.drawer_inner_btn ul li:last-of-type {
  margin-bottom: 0;
}

.drawer_inner_btn ul li a {
  color: #fff;
  font-weight: bold;
  background: #333;
  border-radius: 20px;
  display: block;
  text-align: center;
  padding: 5px 0;
  text-decoration: none;
}

.sp_menu .header_nav_block {
  padding: 0 15px;
  margin: 70px 0;
}

.sp_menu .header_nav_block ul {
  list-style: none;
  padding: 0;
}

.sp_menu .header_nav_block ul li {
  margin-bottom: 16px;
  list-style: none;
}

.sp_menu .header_nav_block ul li a {
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  padding: 5px 15px;
}

.sp_menu .header_nav_block ul li a::before {
  font-size: 5px;
  margin-right: 10px;
  font-weight: normal;
}

.sp_menu .header_nav_block ul li a:hover {
  text-decoration: underline;
  text-underline-offset:5px;
  border-radius: 20px;
}

.sp_menu .header_tel {
  padding: 0 30px;
}

.sp_menu .header_tel p {
  font-size: 16px;
  margin-bottom: 20px;
  color:#FFF;
  font-weight:bold;
}
.tel-no{
font-size:20px;
}

footer {
  background: #2176a0;
}

footer .footer_inner {
  width: 900px;
  margin: 0 auto;
  padding: 0px 0;
}

footer .footer_inner .footer_shopinfo {
  width: 700px;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .footer_inner .footer_shopinfo .footer_logo {
  text-align: center;
}

footer .footer_inner .footer_shopinfo .footer_logo img {
  width: 200px;
}

footer .footer_inner .footer_shopinfo .footer_shopinfo_text .shop_name {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 16px;
  text-align: left;
  color: #FFF;
}

footer .footer_inner .footer_shopinfo .footer_shopinfo_text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  font-size: 16px;
  color: #FFF;
}

footer .footer_inner .footer_shopinfo .footer_shopinfo_text dl dt {
  width: 25%;
  text-align:left;
  color: #FFF;
}

footer .footer_inner .footer_shopinfo .footer_shopinfo_text dl dd {
  width: 75%;
  margin: 0;
  font-weight: bold;
  color: #FFF;
}
footer .footer_inner .footer_shopinfo .footer_shopinfo_text dl dd br{

}

footer .footer_inner .footer_shopinfo .footer_shopinfo_text dl dd a[href*="tel:"] {
  color: #FFF;
  font-weight: bold;
  font-size:14px;
}

footer .footer_nav {
  margin: 1px 0 0;
  padding: 10px 0 50px;
  width: 100%;
}

footer .footer_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding:20px;
}

footer .footer_nav ul li {
  margin-right: 20px;
}

footer .footer_nav ul li:last-of-type {
  margin-right: 0;
}

footer .footer_nav ul li a {
  color: #FFF;
  font-weight: bold;
}

footer .copy {
  text-align: center;
  padding: 30px 0;
  background: #2176a0;
}

.pagetop_block {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9;
}

.pagetop_block .contact_sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%;
}

.pagetop_block .contact_sp a {
  background: #3790bd;
  padding: 10px 30px;
  height: 60px;
  width: 100%;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
}

.pagetop_block .contact_sp a::before {
  font-family: "fontello";
  content: "\e801";
  font-size: 16px;
  margin-right: 10px;
  font-weight: normal;
}

.pagetop_block #pagetop {
  width: 60px;
  height: 60px;
  margin-left: auto;
}

.pagetop_block #pagetop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #333;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
}

.pagetop_block #pagetop a::before {
  font-family: "fontello";
  content: "\e800";
  font-size: 16px;
  line-height: 1;
}

.breadcrumb_block {
  width: 880px;
  margin: 10px auto 0;
}

.breadcrumb_block ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb_block ul li,
.breadcrumb_block ul a {
  color: #333;
  font-size: 13px;
}

.breadcrumb_block ul li {
  padding-right: 30px;
  position: relative;
}

.breadcrumb_block ul li::before {
  font-family: "fontello";
  content: "\e800";
  position: absolute;
  right: 10px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.breadcrumb_block ul li:last-of-type::before {
  content: "";
}

#mw_wp_form_mw-wp-form-12 p {
  font-size: 16px;
}

#mw_wp_form_mw-wp-form-12 p:last-of-type {
  margin-bottom: 0;
}

.mw_wp_form_preview form p:nth-of-type(even) {
  border-bottom: 1px dotted #d0d0d0;
  padding-bottom: 20px;
}

.form_item input {
  width: 100%;
  padding: 5px;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}

.form_item textarea {
  width: 100%;
  padding: 5px;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}

.form_item .red_text {
  font-size: 14px;
}

.form_item_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 32px;
}

.form_item_button input {
  border: none;
  background: #636363;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  width: 140px;
  line-height: 1;
  border-radius: 5px;
  cursor: pointer;
}

.form_item_button input:hover {
  opacity: 0.8;
}

.form_item_button input:nth-of-type(2) {
  margin-left: 20px;
}

.home_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 32px;
}

.home_button a {
  display: block;
  border: none;
  text-decoration: none;
  background: #636363;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 10px;
  width: 160px;
  line-height: 1;
  border-radius: 5px;
  cursor: pointer;
}

.home_button a:hover {
  opacity: 0.8;
}

a[href*="tel:"] {
  text-decoration: underline;
}

.card_item figure {
  margin: 0;
}

.card_item figure img {
  height: auto;
  border-radius: 0.25rem 0.25rem 0 0;
}

.card-body {
  padding: 2rem 1rem;
}

.card_title {
  font-size: 16px;
  margin-bottom: 1rem;
}

.card_text {
  margin-bottom: 1rem;
}

.blog_post_date {
  font-size: 13px;
  margin-bottom: 10px;
  display: block;
}

.card_button a {
  width: 80%;
  height: 40px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  background: #333;
}

.bg_gray-light {
  background: #e2e2e2;
}

.bg_gray-lighter {
  background: #f7f7f7;
}
.bg_rokusyou{
  background: #5BAD92;
}

.d_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.justify_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify_between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify_around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.align_items_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn01 a {
  color: #fff;
  width: 300px;
  height: 40px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  background: #333;
}

.pagination {
  margin-top: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination a {
  color: #333;
}

.pagination .page-numbers {
  margin: 0 10px;
}

.pagination .current {
  border-bottom: 1px solid #333;
}

.loading {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}

.loading div {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 220px;
}

#elevator_nav {
  position: fixed;
  right: 0;
  top: 45%;
  padding: 30px 10px 30px 0;
}

#elevator_nav ul {
  padding: 0;
  list-style: none;
  margin: 0;
  position: relative;
}

#elevator_nav ul::after {
  content: "";
  position: absolute;
  border-left: 1px solid #b8b8b8;
  height: 180px;
  top: 10px;
  left: 11px;
  z-index: 0;
}

#elevator_nav ul li {
  margin-bottom: 25px;
}

#elevator_nav ul li:last-of-type {
  margin-bottom: 0;
  font-size: 13px;
}

#elevator_nav ul li a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#elevator_nav ul li a::before {
  font-size: 13px;
  font-family: "fontello";
  content: "\e807";
  color: #b8b8b8;
  width: 24px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
}

#elevator_nav ul li a span {
  font-size: 13px;
}

.current::before {
  color: #3B7AB8 !important;
  font-size: 16px !important;
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadein.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pt60 {
  padding-top: 60px;
}

* {
  color: #333;
  font-weight: 400;
}

p,
a,
li,
table {
  font-size: 16px;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2;
  margin: 0;
}

h2 {
  font-size: 32px;
  margin: 0 0 0px;
  color: #333;
  font-weight: 900;
}

h3 {
  margin: 0 0 20px;
  font-size: 1.49rem;
  font-weight: 900;
}

.bo_center {
  position: relative;
  display: inline-block;
  padding: 0 65px;
  text-align: center;
}
.bo_center:before,
.bo_center:after {
  position: absolute;
  top: calc(50% - 3px);
  width: 50px;
  height: 6px;
  content: '';
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
}

.bo_center:before {
  left: 0;
}

.bo_center:after {
  right: 0;
}


.bo_under{
  display: flex;
  align-items: center; /* 垂直中心 */
}

.bo_under:after {
  border-top: 1px solid #999;
  content: "";
  width: 200px; /* 線の長さ */
  margin-left:20px;
	}

  .bo_under_h3{
    position: relative;
    padding-bottom:15px;
  }
  
  .bo_under_h3:before {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 30%;
    height: 1px;
    content: '';
    background: #ccc;
    }


h4 {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
}

.text_link {
  font-weight: bold;
  color: #3B7AB8;
}

.fw {
  font-weight: bold;
}

.red_text {
  color: #E63A05;
}

.yellow_text {
  color: #f3cb2b;
}

.pink_text {
  color: #ef75c4;
}

.under_line {
  font-weight: bold;
  border-bottom: 1px dashed #333;
}

.note,
.quote {
  margin-top: 10px;
  font-size: 13px;
}

.note a,
.quote a {
  font-size: 13px;
}

.note {
  position: relative;
  padding-left: 16px;
}

.note::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.align_c {
  text-align: center;
}

.align_l {
  text-align: left;
}

.align_r {
  text-align: right;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */

@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.main_visual {
  width: 100%;
  height: 1000px;
  margin-top:70px;
}

.main_visual .main_visual_inner {
  position: relative;
}

.main_visual .main_visual_inner .slick-slider {
  margin: 0;
  padding: 0;
}

.main_visual .main_visual_inner .slick-slider .slick-slide {
  background-color: rgba(61, 35, 0, 0.1);
}

.main_visual .main_visual_inner .slick-slider .slick-slide img {
  width: 100%;
  height: 1000px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  mix-blend-mode: multiply;
}

.main_visual .main_visual_inner .slick-slider .slick-prev {
  left: 25px;
  z-index: 9;
  width: auto;
  height: auto;
}

.main_visual .main_visual_inner .slick-slider .slick-prev::before {
  font-size: 40px;
  font-family: "fontello";
  content: "\e804";
  color: #fff;
}

.main_visual .main_visual_inner .slick-slider .slick-next {
  right: 25px;
  z-index: 9;
  width: auto;
  height: auto;
}

.main_visual .main_visual_inner .slick-slider .slick-next::before {
  font-size: 40px;
  font-family: "fontello";
  content: "\e805";
  color: #fff;
}

.main_visual .main_visual_inner .logo_sp_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: absolute;
  top: 15%;
}

.main_visual .main_visual_inner .logo_sp_top img {
  width: 170px;
  /* filter:drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5)); */
}

.main_visual .main_visual_inner .top_m{
  position: absolute;
  font-size: 40px;
  font-weight: 300;
  color: #FFF;
  height:100%;
  top:8%;
  right:8%;
}
::-webkit-full-page-media, :future, :root{
  .main_visual .main_visual_inner .top_m{
    position: absolute;
    font-size: 40px;
    font-weight: 300;
    color: #FFF;
    height:100%;
    top:8%;
    right:13%;
  }
}

.main_visual .main_visual_inner .top_m .catch_copy {
  font-size: 30px;
  font-weight: 600;
  color: #FFF;
  text-align: left;
  -ms-writing-mode: tb-rl;
  line-height: 2;
  writing-mode: vertical-rl;
  padding:10px;
  text-shadow: #333 2px 0 10px;
}

.main_visual .main_visual_inner .desc {
  position: relative;
  font-size: 20px;
  font-weight: 300;
  bottom: 440px;
  line-height: 1.5;
  color: #FFF;
  text-align:center;
  text-shadow: #333 2px 0 10px;
  letter-spacing:8px;
}
.main_visual .main_visual_inner .desc_u {
  position: relative;
  font-size: 20px;
  font-weight: 300;
  bottom: 510px;
  line-height: 1.5;
  color: #FFF;
  text-align:center;
  text-shadow: #333 2px 0 10px;
  letter-spacing:8px;
  margin:0 auto;
}


.news_block {
  width: 100%;
  background: #f7f7f7;
}

.news_block .news_block_inner {
  width: 980px;
  margin: 0 auto;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news_block .news_block_inner .news_heading {
  width: 20%;
}

.news_block .news_block_inner .news_heading h3 {
  text-align: center;
  color: #333;
  font-size: 24px;
  margin: 0;
}

.news_block .news_block_inner .news_heading .archive_btn {
  margin: 15px 0 0;
  text-align: center;
}

.news_block .news_block_inner .news_heading .archive_btn a {
  text-decoration: none;
  color: #fff;
  background: #636363;
  padding: 2px 15px 3px;
  border-radius: 20px;
  font-size: 12px;
}

.news_block .news_block_inner .news_list {
  padding: 0 0 0 30px;
  width: 90%;
}

.news_block .news_block_inner .news_list dl {
  border-bottom: 1px solid #b8b8b8;
  margin: 0;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news_block .news_block_inner .news_list dl:last-of-type {
  border-bottom: 0;
}

.news_block .news_block_inner .news_list dl dt {
  font-size: 12px;
  color: #636363;
  margin-right: 20px;
}

.news_block .news_block_inner .news_list dl dt time {
  color: #636363;
  font-weight: bold;
}

.news_block .news_block_inner .news_list dl dd {
  margin: 0;
}

.news_block .news_block_inner .news_list dl dd a {
  color: #333;
  font-size: 14px;
  font-weight: bold;
}

.news_block .news_block_inner .news_list dl dd a:hover {
  color: #333;
  opacity: 0.8;
}

.news_block .news_block_inner .archive_btn_sp {
  margin: 10px auto;
}

.news_block .news_block_inner .archive_btn_sp a {
  text-decoration: none;
  color: #fff;
  background: #636363;
  padding: 10px 0;
  border-radius: 20px;
  font-size: 16px;
  display: block;
  text-align: center;
}

.carousel_slider .slick-slider {
  cursor: pointer;
}

.carousel_slider .slick-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.carousel_slider .slick-slider .slick-slide {
  margin-right: 10px;
}

.carousel_slider .slick-slider .slick-slide img {
  border-radius: 0.25rem;
}

.carousel_slider .slick-slider .slick-list {
  margin-right: -10px;
}

.carousel_slider .slick-slider .slick-prev {
  left: 25px;
  top: 47%;
  z-index: 9;
}

.carousel_slider .slick-slider .slick-prev::before {
  font-size: 40px;
  font-family: "fontello";
  content: "\e804";
  color: #fff;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
}

.carousel_slider .slick-slider .slick-next {
  right: 25px;
  top: 47%;
  z-index: 9;
}

.carousel_slider .slick-slider .slick-next::before {
  font-size: 40px;
  font-family: "fontello";
  content: "\e805";
  color: #fff;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
}

.galleryList {
  width: 100%;
}

.modalBg {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.modalContent {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 101;
  cursor: pointer;
}

.modalImg {
  position: relative;
  width: 800px;
}

.modalImg .closeBtn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 103;
  border: 0;
  background: #636363;
  border-radius: 0;
  padding: 10px;
  cursor: pointer;
  outline: none;
}

.modalImg .closeBtn i {
  color: #fff;
  font-size: 20px;
  line-height: 1;
}

.visual_title_top {
  padding: 100px 0;
  margin-top: -100px;
  background-attachment: fixed;
  background-size: cover;

}

#top_content02 .visual_title {
  background-image: url(assets/images/top/t_2.webp);
  background-color: #72C6EF;
  background-blend-mode: multiply;
  background-attachment: scroll;
  background-position: top;
}

#top_content02 .visual_title_top {
  background-image: url(assets/images/top/s_10.webp);
  background-color: #72C6EF;
  background-blend-mode: multiply;
  background-position: top left;
  background-attachment: scroll;
}

#top_content02 .visual_title h2 {
  color: #fff;
  text-shadow: #000 2px 0 10px;
}

#top_content02 .visual_title p {
  color: #fff;
  text-shadow: #000 2px 0 10px;
}

#top_content02 .visual_title_top h2 {
  color: #fff;
  text-shadow: #000 2px 0 10px;
}

#top_content02 .visual_title_top p {
  color: #fff;
  text-shadow: #000 2px 0 10px;
}

.main_visual_subpage {
  width: 100%;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding-top:50px;
}
.main_visual_subpage .page_name{
width:100%;
}


.main_visual_subpage .page_name h1 {
  font-weight: bold;
  font-size: 30px;
  margin:0px;
  padding-bottom:0px;
}


.mv_sample {
  background-image: url(assets/images/subpage/main_visual_sample2.jpg);
}

.under_content {
  width: 100%;
  padding-top: 80px;
}


.under_content .content_inner {
  width: 1100px;
  padding: 0 50px;
  margin: 0 auto;
}

.under_content .content_inner h2 {
  font-size: 28px;
  margin: 0 0 40px;
  padding-bottom: 10px;
  color: #fff;
  border-bottom: 7px double #fff;
  font-weight: 900;
}

.under_content .content_inner h3 {
  margin: 0 0 20px;
  font-size: 23px;
  font-weight: bold;
}

.under_content .content_inner h4 {
  font-size: 21px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding: 0 0 10px 1em;
  margin-bottom: 10px;
  position: relative;
}

.under_content .content_inner h4::before {
  font-size: 13px;
  font-family: "fontello";
  content: "\e807";
  color: #fff;
  margin-right: 10px;
  position: absolute;
  top: 8px;
  left: 0;
}

.gallerypage_block {
  background: #3f3f3f;
  border-radius: 20px;
  padding: 70px 30px 60px;
  margin-bottom: 120px;
}

.gallerypage_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallerypage_inner:last-of-type {
  margin: 0;
}

.gallerypage_inner .gallerypage_inner_item {
  margin-right: 20px;
  margin-bottom: 20px;
  width: calc(33.3333333333% - 13.3333333333px);
}

.gallerypage_inner .gallerypage_inner_item:nth-child(3n) {
  margin-right: 0;
}

.gallerypage_inner .gallerypage_inner_item img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin-bottom: 10px;
  cursor: pointer;
}

.gallerypage_inner .gallerypage_inner_item p {
  font-size: 13px;
}

.password_block {
  margin-bottom: 120px;
}

.password_block .content_inner {
  text-align: center;
}

.password_block p {
  margin-bottom: 20px;
}

.password_block input[type=password] {
  color: #636363;
  width: 50%;
  height: 35px;
  display: block;
  margin: 0 auto;
}

.password_block input[type=password]::-webkit-input-placeholder {
  color: #575757;
}

.password_block input[type=password]::-moz-placeholder {
  color: #575757;
}

.password_block input[type=password]:-ms-input-placeholder {
  color: #575757;
}

.password_block input[type=password]::-ms-input-placeholder {
  color: #575757;
}

.password_block input[type=password]::placeholder {
  color: #575757;
}

.password_block input[type=submit] {
  background: #E63A05;
  color: #fff;
  margin: 0 auto;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 30px;
  width: 250px;
  height: 35px;
}

.memberpage_block {
  background: #3f3f3f;
  border-radius: 20px;
  padding: 70px 50px 60px;
  margin-bottom: 120px;
}

.memberpage_block .video_block {
  margin-bottom: 70px;
}

.memberpage_block .video_block:last-of-type {
  margin-bottom: 0;
}

.memberpage_block .video_block h3 {
  font-size: 23px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding: 0 0 10px 1em;
  margin-bottom: 10px;
  position: relative;
}

.memberpage_block .video_block h3::before {
  font-size: 13px;
  font-family: "fontello";
  content: "\e807";
  color: #fff;
  margin-right: 10px;
  position: absolute;
  top: 8px;
  left: 0;
}

.memberpage_block .video_block p {
  margin-bottom: 20px;
}

.memberpage_block .video_block p:last-of-type {
  margin-bottom: 0;
}

.memberpage_block .video_block video {
  width: 100%;
  height: auto;
}

.privacy_block {
  background: #3f3f3f;
  border-radius: 20px;
  padding: 70px 50px 60px;
  margin: 20px 0 120px;
}

.privacy_block p {
  margin-bottom: 20px;
}

.privacy_block h4 before {
  content: none;
}

.privacy_block section:last-of-type p:last-of-type {
  margin-bottom: 0;
}

.form_block {
  margin: 0 auto;
  width: 100%;
}

.form_block .form_row {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #b8b8b8;
}

.form_block .form_row span {
  font-size: 13px;
}

.form_block .form_row:last-child {
  margin-bottom: 0;
}

.form_block .form_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.form_block .form_btn {
  display: block;
  width: 300px;
  color: #fff;
  padding: 10px 0;
  border: none;
  border-radius: 50px;
  text-align: center;
  background: #636363;
  margin: 50px auto 0;
  text-decoration: none;
  cursor: pointer;
}

.form_block .form_btn:focus,
.form_block .form_btn:hover {
  opacity: 0.8;
}

.form_block .form_btn[value=back] {
  background-color: #fff;
  border: 1px solid #636363;
  color: #636363;
}

.form_block label {
  display: block;
  margin-bottom: 10px;
  position: static;
}

.form_block input[type=text],
.form_block input[type=email],
.form_block select,
.form_block textarea {
  border: 1px solid #b8b8b8;
  border-radius: 3px;
  padding: 10px;
}

.form_block select {
  padding-right: 50px;
}

.form_block .mwform-radio-field {
  margin-bottom: 13px;
}

.form_block .required {
  background-color: #c87523;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  margin-left: 10px;
  padding: 2px 10px;
  vertical-align: middle;
  word-break: keep-all;
}

.form_block .input_long {
  width: 100%;
}

.mw_wp_form_input .input_none {
  display: none;
  speak: none;
}

.mw_wp_form_preview .preview_none {
  display: none;
  speak: none;
}

.mw_wp_form_preview .input_none {
  display: block;
  speak: normal;
}

.mwform-tel-field input[type=text] {
  display: inline-block;
}

/* fieldset {
	margin-bottom: 100px !important;
	.div_text {
		width: 100% !important;
		margin-bottom: 30px !important;
	}
	.button_div {
		width: 100% !important;
		text-align: center !important;
		margin-top: 30px;
		.buttons {
			color: $white;
			width: 200px;
			background: $red;
			border: none;
			height: 40px;
			border-radius: 20px;
			cursor: pointer;
			&:hover {
				opacity: .8;
			}
		}
	}
	.link-text {
		width: 100% !important;
		text-align: center !important;
	}
}
#wpmem_restricted_msg {
	width: 900px;
	margin: 70px auto 0;
	text-align: center;
	display: flex;
	justify-content: center;
	@include mq(sm) {
		width: 80% !important;
	}
}
#wpmem_login_form {
	width: 900px;
	margin: 0 auto !important;
	@include mq(sm) {
		width: 80% !important;
	}
}
#wpmem_login,
#wpmem_reg {
	legend {
		margin-bottom: 30px !important;
		text-align: center;
	}
}
.memberpage_block {
	fieldset {
		margin: 0 !important;
	}
}
.wpmem_msg {
	width: 100% !important;
	margin-bottom: 30px !important;
	border: none !important;
	background: none !important;
	padding: 0 !important;
	p {
		color: $white !important;
	}
} */

article {
  position: relative;
}

.archive article {
  background-color: #f7f7f7;
}

.pg_wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.pg_title {
  font-size: 30px;
  margin: 0 0 50px;
  color: #636363;
  text-align: center;
}

.pg_contents {
  background-color: #fff;
  padding: 50px;
  max-width: 1000px;
  margin: 0 auto;
}

.posts_item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.posts_item_list .posts_item {
  margin-right: 20px;
  width: 100%;
}

.posts_item_list .posts_item:nth-of-type(3n) {
  margin-right: 0;
}

.posts_item_list .posts_item a {
  display: block;
}

.posts_item {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e2e2e2;
}

.posts_item:last-of-type {
  margin-bottom: 0;
}

.posts_tmb {
  margin: 0;
}

.posts_tmb img {
  -webkit-box-shadow: 1px 1px 3px #bfbfbf;
  box-shadow: 1px 1px 3px #bfbfbf;
  border-radius: 0.25rem;
  height: 180px;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 320px;
}

.posts_date {
  color: #636363;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 13px;
}

.posts_title {
  font-size: 16px;
  line-height: 2;
  margin: 0 0 10px;
}

.posts_cat span {
  border: 1px solid;
  color: #636363;
  font-size: 12px;
  margin-right: 5px;
  padding: 2px 5px;
}

.no_post {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.no_post h1 {
  font-size: 30px;
  margin: 0 0 50px;
  color: #636363;
  text-align: center;
}

.posts_content {
  margin-top: 30px;
}

.posts_content iframe {
  width: 100%;
  margin-bottom: 30px;
}

.pg-blog .blog_tmb {
  margin: 0 0 15px 0;
}

.pg_single_title {
  color: #333;
  margin-bottom: 10px;
  text-align: left;
}

.pg_single_contents {
  padding-bottom: 0;
  padding-top: 0;
  max-width: 820px;
}

.pg_single_contents > .blog_tmb {
  margin-bottom: 30px;
}

.pg_single_contents > .blog_tmb img {
  height: 56.25%;
  width: 100%;
}

.pg_single_contents .breadcrumb_block {
  margin-bottom: 50px;
}

.pg-news .posts_item {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b8b8b8;
}

.pg-news .posts_title {
  margin: 0;
}

.wp-block-image {
  margin: 0 0 2em 0;
}

.wp-block-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.wp-block-buttons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wp-block-button__link {
  display: block;
  width: 300px;
  font-size: 14px !important;
  padding: 10px 0;
  border-radius: 50px;
  text-align: center;
  margin: 20px auto;
  text-decoration: none;
}
.ct_block{
  padding:100px 0;
  width:100%;
  }
  .img_title{
  position: absolute;
  width:10%;
  height: 80%;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
	  text-orientation: sideways;
  right: 6px;
  top:0;
  z-index: 1;
  font-size:1.8rem;
  display: flex;
  align-items: center;
  color:#bbb;
  }
  .img_title_des{
    position: absolute;
    width:10%;
    height: 80%;
    writing-mode:vertical-rl;
    -webkit-text-orientation: sideways;
	  text-orientation: sideways;
    right: 0;
    top:0;
    z-index: 1;
    font-size:1.8rem;
    display: flex;
    align-items: center;
    }

  .sm_order2{
  position: relative;
  z-index: 1;
  }
  .sm_order_back_box{
    background-color: #72C6EF5C;
    width: 100%;
    height: 30%;
    position: absolute;
    top: 75%;
    right: 0;
    z-index: -1;
  }
  .img_title2{
    position: absolute;
    width:10%;
    height: 80%;
    writing-mode: vertical-rl;
    left: 6px;
    top:0;
    z-index: 1;
    font-size:1.8rem;
    display: flex;
    align-items: center;
    color:#bbb;
    }
    .col-md-6 .sm_order_back_box2{
    background-color: #72C6EF5C;
    width: 100%;
    height: 30%;
    position: absolute;
    top: 75%;
    left: 0;
    z-index: -1;
  }

  .box_f_r{
  float:left;
  }
  .box_f_l{
  float:right;
  }
  .img_title3{
    position: absolute;
    width:6%;
    height:310px;
    writing-mode: vertical-rl;
    right: 0;
    top:0;
    z-index: 1;
    font-size:1.3rem;
    display: flex;
    align-items: center;
    padding:20px;
    background:#FFF;
  }
  .f_color{
    color:#FFF;
  }
  .t_center{
  text-align:center;
  }
  .no_mobile{
    font-size:40px;
    color:#FFF;
    text-shadow: #333 2px 0 10px;
    padding:70px 0 50px 0;
    font-weight:900;
  }

  .no_pc{
display:none;
  }

  .b_cont {
    line-height: 2;
    list-style: disc;
    padding: 0 16px;
    font-size: 16px;
  }
  .top_m{
    padding:10px;
  }
  .top_spc{
    margin-top:50px;
  }
  .p_indent{
		padding-left:1em;
		text-indent:-1em;
    padding: 10px;
    margin-left: 16px;
	}
  .cont_body h4{
    width:100%;
    background-color: #1b6500;
    border-radius: 5px;
    padding:10px;
    color:#FFF;
    }
    .cont_body h4::before{
      position: relative;
      content: "";
      color:#FFF;
      margin-right:5px;
      }
    .cont_body .cont1 {
        padding: 5px 10px 5px 10px;
    }

  .cont_body .cont1 li{
   line-height: 2;
   list-style: none;
   border-bottom: 1px dashed #aaa;
   padding-left:0px;
   padding-left: 1em;
    text-indent: -1.2em;
  }

  .cont_body .cont1 li:before {
    content:  "";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #61aa46;  /* 背景色指定 */
    border-radius:  10%;        /* 要素を丸くする */
    margin-right:10px;
  }
  .under_d{
   border-bottom:2px solid #1b6500;
   text-align: left;
   padding:5px;
  }

@media screen and (min-width: 1000px) {
  #drawer {
    display: none;
  }

  .pagetop_block .contact_sp {
    display: none !important;
  }

  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }

  .lg_none {
    display: none;
  }

  .main_visual .main_visual_inner .logo_sp_top {
    display: none;
  }

  .news_block .news_block_inner .archive_btn_sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  html {
    -webkit-overflow-scrolling: touch;
  }

  main {
    padding-top: 70px;
  }

  .contents_wrapper {
    overflow: hidden;
  }

  .content_block {
    width: 100%;
    padding: 50px 0;
  }

  .blog_content_block {
    width: 100%;
    padding: 50px 0 100px;
  }

  .content_inner {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }

  .visual_title_top {
    background-attachment: unset;
    margin-top:-70px;
    padding:50px;
  }

  .visual_title_top .visual_title_inner {
    width: 90%;
    padding: 0;
    position: relative;
    margin-top:40px;
  }

  .visual_title {
    background-attachment: unset;
  }

  .visual_title .visual_title_inner {
    width: 90%;
    padding: 0;
  }

  #top_content02 .visual_title_top h2{
    font-size: 4.9vw;
    margin-bottom:50px;
  }

  .two_bgcolor_block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .two_bgcolor_block .text_block {
    width: 100%;
    padding: 70px 0;
    background: #e2e2e2;
  }

  .two_bgcolor_block .text_block .inner_text_item {
    width: 90%;
  }

  .two_bgcolor_block .height100_img_block {
    width: 100%;
    height: 250px;
  }

  .left_bg::before {
    position: static;
    background: none;
  }

  .right_bg::before {
    position: static;
    background: none;
  }

  header {
    position: fixed;
  }

  header .header_pc .header_logo {
    margin-left: 20px;
    width: 200px;
  }

  header .header_pc .header_item {
    display: none;
  }

  #drawer {
    top: 14px;
  }

  .sp_menu .header_nav_block ul li a:hover {
    background: none;
  }

  footer .footer_inner {
    width: 100%;
    padding: 0px 0 0;
  }

  footer .footer_inner .footer_shopinfo {
    width: 100%;
  }

  footer .footer_inner .footer_shopinfo .footer_logo img {
    width: 200px;
  }

  footer .footer_inner .footer_shopinfo .footer_shopinfo_text {
    width: 78%;
    margin: 40px auto 0;
  }

  footer .footer_inner .footer_shopinfo .footer_shopinfo_text .shop_name {
    text-align: center;
  }

  footer .footer_inner .footer_shopinfo .footer_shopinfo_text dl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 14px;
  }

  footer .footer_inner .footer_shopinfo .footer_shopinfo_text dl:last-of-type {
    margin-bottom: 0;
  }

  footer .footer_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 40px 0 0;
    padding: 32px 10px;
    width: 100%;
    background: #f7f7f7;
    border-bottom: 1px solid #e2e2e2;
    display:none;
  }

  footer .footer_nav ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  footer .footer_nav ul li {
    width: 48%;
    margin: 8px 0;
  }

  footer .footer_nav ul li a {
    font-size: 14px;
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #e2e2e2;
  }

  footer .copy {
    padding: 30px 0 90px;
  }

  .pagetop_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pagetop_block .contact_sp a {
    opacity: 1 !important;
  }

  .pagetop_block #pagetop {
    width: 20%;
    height: 60px;
  }

  .pagetop_block #pagetop a {
    opacity: 1 !important;
  }

  .breadcrumb_block {
    width: 90%;
  }

  .breadcrumb_block ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }

  .breadcrumb_block ul li {
    white-space: nowrap;
  }

  .form_item_button {
    margin-top: 24px;
  }

  .form_item_button input {
    width: 110px;
  }

  .card_item {
    margin-bottom: 40px;
  }

  .card_item:last-of-type {
    margin-bottom: 0;
  }

  .card_text {
    margin-bottom: 2rem;
  }

  .card_button a {
    width: 200px;
  }

  .sm_order1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .sm_order2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 30px;
  }

  .btn01 a {
    width: 80%;
  }

  .loading div {
    width: 180px;
  }

  #elevator_nav {
    display: none;
  }

  p,
  a,
  li,
  table {
    font-size: 16px;
  }

  p {
    line-height: 1.5;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  .sm_none {
    display: none;
  }

  .main_visual {
    height: 80vh;
    margin-top: 0;
  }
  .visual_title{
    padding:50px 0;
  }

  .main_visual .main_visual_inner .slick-slider .slick-slide {
    background-color: rgba(61, 35, 0, 0.3);
  }

  #top_content02 .visual_title{
    background-color: rgba(61, 35, 0, 0.2);
    background-color: #2176a0;
  }

  #top_content02 .visual_title_top{
    /*background-color: rgba(61, 35, 0, 0.1);*/
    background-color:#72C6EF;
    
  }

  .main_visual .main_visual_inner .slick-slider .slick-slide img {
    height: 80vh;
  }

  .main_visual .main_visual_inner .slick-slider .slick-prev {
    left: 20px;
  }

  .main_visual .main_visual_inner .slick-slider .slick-next {
    right: 20px;
  }
  .main_visual .main_visual_inner{
    position: relative;
  }

  .main_visual .main_visual_inner .top_m{
    position: absolute;
    font-size: 40px;
    font-weight: 300;
    color: #FFF;
    width:100%;
    top:13%;
    left :70%;
  }
  ::-webkit-full-page-media, :future, :root{
    .main_visual .main_visual_inner .top_m{
      position: absolute;
      font-size: 40px;
      font-weight: 300;
      color: #FFF;
      height:100%;
      top:13%;
      right:70%;
    }
  }
  .main_visual .main_visual_inner .top_m .catch_copy {
    font-size: 25px;
    font-weight: 300;
    color: #FFF;
    text-shadow: #333 2px 0 10px;
    letter-spacing: 5px;
    margin:0px;
    bottom:0px;
  }
  .main_visual .main_visual_inner .top_m .desc {
      font-size: 20px;
      font-weight: 300;
      bottom: 0px;
      line-height: 1.5;
      color: #FFF;
      text-align:center;
      text-shadow: #333 2px 0 10px;
      letter-spacing:8px;
  }
  .main_visual .main_visual_inner .top_m .desc_u {
    font-size: 20px;
    font-weight: 300;
    bottom: 0px;
    color: #FFF;
    text-align:center;
    text-shadow: #333 2px 0 10px;
    letter-spacing:8px;
  }
  #top_content02 .visual_title p{
    font-size: 2.7vw;
    text-align: center;
    line-height: 2;
  }
  .visual_title{
    margin-bottom:-50px;
  }
  h3{
    margin-top:30px;
  }

.line-desc {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.line-desc:before, .line-desc:after {
  border-top: 1px solid;
  content: "";
  width: 3em; /* 線の長さ */
}
.line-desc:before {
  margin-right: 1em; /* 文字の右隣 */
}
.line-desc:after {
  margin-left: 1em; /* 文字の左隣 */
}

  .news_block .news_block_inner {
    width: 90%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .news_block .news_block_inner .news_heading {
    width: 100%;
  }

  .news_block .news_block_inner .news_list {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .news_block .news_block_inner .news_list dl {
    padding: 20px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .news_block .news_block_inner .news_list dl dt {
    width: 100%;
  }

  .news_block .news_block_inner .news_list dl dd {
    width: 100%;
  }

  .news_block .news_block_inner .news_list dl dd a {
    font-size: 16px;
  }

  .news_block .news_block_inner .archive_btn_sp {
    width: 250px;
    margin: 30px auto 0;
  }

  .carousel_slider .slick-slider .slick-prev::before {
    font-size: 30px;
  }

  .carousel_slider .slick-slider .slick-prev {
    left: 10px;
  }

  .carousel_slider .slick-slider .slick-next::before {
    font-size: 30px;
  }

  .carousel_slider .slick-slider .slick-next {
    right: 10px;
  }

  .main_visual_subpage {
    height: 150px;
    margin-top: 0;
  }

  .main_visual_subpage .page_name h1 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
  }
  .bo_under{
    /*display: block;*/
    align-items: center; /* 垂直中心 */
  }
  .m_back{
    text-align: center;
  }

  .under_content {
    width: 100%;
  }

  .under_content .content_inner {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }

  .under_content .content_inner h2 {
    font-size: 24px;
  }

  .under_content .content_inner h3 {
    font-size: 20px;
  }

  .under_content .content_inner h4 {
    font-size: 17px;
  }

  .under_content .content_inner h4::before {
    top: 4px;
  }

  .gallerypage_block {
    padding: 40px 20px;
    margin-bottom: 70px;
  }

  .gallerypage_inner .gallerypage_inner_item {
    margin-right: 10px;
    margin-bottom: 10px;
    width: calc(33.3333333333% - 6.6666666667px);
  }

  .gallerypage_inner .gallerypage_inner_item img {
    border-radius: 5px;
  }

  .gallerypage_inner .gallerypage_inner_item p {
    font-size: 16px;
  }

  .password_block {
    margin-bottom: 70px;
  }

  .password_block input[type=password] {
    width: 90%;
    font-size: 16px;
  }

  .memberpage_block {
    padding: 40px 20px;
    margin-bottom: 70px;
  }

  .memberpage_block .video_block {
    margin-bottom: 40px;
  }

  .memberpage_block .video_block h3 {
    font-size: 20px;
  }

  .privacy_block {
    padding: 40px 20px;
    margin: 20px 0 70px;
  }

  .form_block {
    padding: 0 20px;
  }

  .form_block .form_row span {
    font-size: 16px;
  }

  .form_block .form_btn_wrap .form_btn + .form_btn {
    margin-left: 20px;
  }

  .form_block .form_btn {
    font-size: 16px;
    width: 250px;
    margin: 30px auto 0;
  }

  .form_block input[type=text],
  .form_block input[type=email],
  .form_block select,
  .form_block textarea {
    width: 100%;
    font-size: 16px;
  }

  .mwform-tel-field input[type=text] {
    width: 30% !important;
  }

  article {
    padding: 70px 0;
  }

  .pg_wrapper {
    padding: 0 5%;
  }

  .pg_title {
    font-size: 24px;
  }

  .pg_contents {
    padding: 50px 20px;
  }

  .posts_item_list .posts_item {
    margin-bottom: 40px;
  }

  .posts_tmb img {
    /* height: calc(((100vw - 40px) / 160) * 90); */
    width: 100%;
    border-radius: 10px;
  }

  .no_post {
    padding: 50px 20px 20px;
  }

  .home .no_post {
    margin-top: 20px;
    padding: 0 0 30px;
  }

  .no_post h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .pg_single_contents {
    padding-bottom: 0;
    padding-top: 0;
  }

  .wp-block-button__link {
    width: 250px;
    font-size: 16px !important;
  }
  .img_title{
    position: absolute;
    width:7%;
    height: fit-content;
    writing-mode: vertical-rl;
    right: 0;
    top:0;
    z-index: 1;
    font-size:1rem;
    display: flex;
    align-items: center;
    margin-top:10px;
    margin-right:20px;
    padding:20px;
    background-color:#FFF;
    }
  .img_title2{
      position: absolute;
      width:7%;
      height: fit-content;
      writing-mode: vertical-rl;
      left: 0;
      top:0;
      z-index: 1;
      font-size:1rem;
      display: flex;
      align-items: center;
      margin-top:10px;
      margin-left:20px;
      padding:20px;
      background-color:#FFF;
      }
  .img_title3{
        position: absolute;
        width:7%;
        height: fit-content;
        writing-mode: vertical-rl;
        right: 0;
        top:0;
        z-index: 1;
        font-size:1rem;
        display: flex;
        align-items: center;
        margin-top:10px;
        margin-right:20px;
        padding:20px;
        background-color:#FFF;
    }
    .m_font_des {
      font-size: 4vw;
      line-height: 30px;
      color: #FFF;
      padding: 10px;
   }
    .wd {
      width: 100%;
    }
    .bo_under_h3{
      position: relative;
      padding-bottom:15px;
      text-align: center;
    }
    .bo_under_h3:before {
      position: absolute;
      content: '';
      left: 0;
      right:0;
      bottom: 10px;
      width: 20%;
      height: 1px;
      background: #ccc;
      margin:0 auto;
      }
      .b_cont{
        line-height:2;
        list-style:disc;
        padding:0 20px;
        font-size:18px;
      }
      .line-h2 {
        position: relative;
        display: flex;
        align-items: center; /* 垂直中心 */
        justify-content: center; /* 水平中心 */
      }
      .line-h2:before, .line-h2:after {
        border-top: 1px solid;
        content: "";
        width: 3em; /* 線の長さ */
      }
      .line-h2:before {
        margin-right: 0.75em; /* 文字の右隣 */
        width:10vw;
      }
      .line-h2:after {
        margin-left: 0.75em; /* 文字の左隣 */
        width:10vw;
      }

      .bo_under {
        position: relative;
        padding-bottom: 0px;
        text-align:center;
      }
      .m_font {
        font-size: 14px;
        margin-top: 8px;
        text-align: center;
    }
    .m_font_w {
      font-size: 12px;
      line-height: 30px;
      color: #FFF;
      margin-top: 55px;
      position:absolute;
    }
    .btn01, a.btn01 {
      color: #fff;
      background-color: #1b6500;
      padding: 20px;
      width: 250px;
      font-size: 19px;
      margin: 0px;
      opacity: 1;
      font-weight:900;
      margin:10px 5px;
    }

    .no_pc{
    display:contents;
    }
    .no_mobile{
    display:none;
    }
    #comp_box {
      display: inline-block;
      flex-direction: row;
      text-align: left;
      width: 100%;
      margin-bottom: 20px;
      justify-content: space-between;
  }
  
  #comp_box .comp-item-info{
    color: #333;
    text-align: center;
    margin:1px;
    width:100%;
  }
  .c_left{
    padding:1px;
  }
  .c_left_2{
  width:30%;
  }
  
  .c_center{
  }
  .c_right_2{
    margin:1px;
  }
  .c_right_2{
    width:70%;
  }
  .comp-item-info p {
      color: #333;
      margin:1px;
      padding:30px;
  }
  .comp_midashi1{
    width: 90%;
    aspect-ratio: 1 / 1;
    border-radius: 5%;
    background-image:url(assets/images/top/t_3.webp);
    background-repeat:no-repeat;
    background-position:center 70%;
    background-size:cover;
    margin:0 auto;
  }
  .comp_midashi2{
    width: 90%;
    aspect-ratio: 1 / 1;
    border-radius: 5%;
    background-image:url(assets/images/top/t_4.webp);
    background-repeat:no-repeat;
    background-position:center 70%;
    background-size:cover;
    margin:0 auto;
  }
  .comp_midashi3{
    width: 90%;
    aspect-ratio: 1 / 1;
    border-radius: 5%;
    background-image:url(assets/images/top/t_5.webp);
    background-repeat:no-repeat;
    background-position:center 70%;
    background-size:cover;
    margin:0 auto;
  }
  .comp_des {
    font-size: 16px;
    color: #333;
    padding: 0px 25px 20px 25px;
    line-height:1.7;
    text-align: left;
  }
  .cont_body h4::before{
    margin-right:0px;
  }
  .under_d{
    padding: 10px 20px;
   }
   .content_inner .cont_body{
    margin: 0 auto;
    width: 80%;
   }

footer .footer_inner .footer_shopinfo .footer_shopinfo_text dl dt {
  width: 40%;
  text-align: right;
  margin-right:0%;
  font-size:14px;
}

footer .footer_inner .footer_shopinfo .footer_shopinfo_text dl dd {
  width: 60%;
  margin-left:3%;
  font-size:14px;
}
footer .footer_inner .footer_shopinfo .footer_logo{
  margin-top:50px;
}

.modalImg{
  width:90%;
}
  }

@media screen and (max-width: 750px) {
  body {
    min-width: initial;
  }
  .bo_under {
    position: relative;
    padding-bottom: 0px;
    text-align:center;
  }

  .m_font {
    font-size: 14px;
    margin-top: 8px;
    text-align: center;
}
.bo_under:after {
  border-top: 1px solid #999;
  content: "";
  width: 20%; /* 線の長さ */
  margin-left:20px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  main {
    padding-top: 99px;
  }

  .content_inner {
    width: 100%;
    margin: 0 auto;
  }

  header {
    position: fixed;
  }

  header .header_pc .header_item {
    display: none;
  }

  footer .footer_inner {
    width: 100%;
    padding: 70px 50px;
  }

  .pagetop_block .contact_sp {
    display: none !important;
  }

  .breadcrumb_block {
    width: 90%;
  }

  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }

  #elevator_nav {
    background: none;
    right: 1%;
  }

  .md_none {
    display: none;
  }

  .main_visual .main_visual_inner .logo_sp_top {
    display: none;
  }

  .news_block .news_block_inner {
    width: 100%;
  }

  .news_block .news_block_inner .archive_btn_sp {
    display: none;
  }

  .main_visual_subpage {
    margin-top: 0;
  }

  .under_content .content_inner {
    width: 100%;
    margin: 0 auto;
  }

  .under_content .content_inner h4 {
    font-size: 17px;
  }

  .under_content .content_inner h4::before {
    top: 4px;
  }

  .gallerypage_inner .gallerypage_inner_item img {
    height: auto;
  }

  .pg_single_contents {
    padding-bottom: 0;
    padding-top: 0;
  }
  .img_title{
    position: absolute;
    width:10%;
    height: 80%;
    writing-mode: vertical-rl;
    right: 0;
    top:0;
    z-index: 1;
    font-size:1.3rem;
    display: flex;
    align-items: center;
    margin-top:10px;
    margin-right:5px;
    padding:2px;
    background-color:#FFF;
    }
  .img_title2{
      position: absolute;
      width:10%;
      height: 80%;
      writing-mode: vertical-rl;
      left: 0;
      top:0;
      z-index: 1;
      font-size:1.3rem;
      display: flex;
      align-items: center;
      margin-top:10px;
      margin-left:5px;
      padding:2px;
      background-color:#FFF;
      }
      .b_cont {
        line-height: 2;
        list-style: disc;
        padding: 0 16px;

    }
    .b_cont li{
      font-size: 1.5vw;
    }
    .m_font_des {
      font-size: 1.8vw!important;
  }
  h4 {
    font-size: 2.4vw;
  }
}

@media screen and (min-width: 768px) {
  .col-md-5 {
    flex: 0 0 auto;
    width: 28%;
    z-index: 1;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-6 img{
    width:90%;
  }
  .box_f_r{
    float:left;
  }
  .box_f_l{
    float:right;
  }
  .ft-width{
    width:50%;
  }
  .m_font{
    font-size:14px;
    margin-top:8px;
    }
  .m_font_w{
      font-size:12px;
      line-height:30px;
      color:#FFF;
      margin-top:5px;
  }
  .m_font_des{
    font-size:18px;
    line-height:2;
    color:#FFF;
    padding: 40px 5px 0px 5px;
    letter-spacing: -1px;
    font-weight: 400;
  }
  .line-h2 {
    position: relative;
    line-height:20px;
  }
  .line-h2::before {
    content: "";
    display: block;
    width: 200px;
    height: 1px;
    background: #FFF;
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0%;
    margin: auto;
  }
  .line-h2::after {
    content: "";
    display: block;
    width: 200px;
    height: 1px;
    background: #FFF;
    position: absolute;
    top: 0;
    bottom: 0px;
    right: 0%;
    margin: auto;
  }
  .line-desc {
    display: flex;
    align-items: center; /* 垂直中心 */
    justify-content: center; /* 水平中心 */
  }
  .line-desc:before, .line-desc:after {
    border-top: 1px solid;
    content: "";
    width: 3em; /* 線の長さ */
  }
  .line-desc:before {
    margin-right: 1em; /* 文字の右隣 */
  }
  .line-desc:after {
    margin-left: 1em; /* 文字の左隣 */
  }
  .wd{
    width:50%;
    }
    .btn01,
    a.btn0 {
  color: #fff;
  background-color: #1b6500;
  padding:30px;
  width:280px;
  font-size:20px;
  margin:20px;
  opacity:1;

}
#comp_box {
  display: flex;
  flex-direction: row;
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
  justify-content: space-between;
}

#comp_box .comp-item-info{
color: #666;
text-align: center;
padding:10px;
width:33.3%;
}
.c_left{
margin:1px;
}
.c_center{
margin:1px;
}
.c_right{
margin:1px;
}
.comp-item-info p {
  color: #333;
  margin:1px;
  padding:0 1.5rem 1rem 1.5rem;
  font-size:11px;
}
.comp_midashi1{
width: 100%;
height: 250px;
border-radius: 5px;
background-image:url(assets/images/top/t_3.webp);
background-repeat:no-repeat;
background-position:center 36%;
background-size:cover;
margin-bottom:20px;
}
.comp_midashi2{
width: 100%;
height: 250px;
border-radius: 5px;
background-image:url(assets/images/top/t_4.webp);
background-repeat:no-repeat;
background-position:center 70%;
background-size:cover;
margin-bottom:20px;
}
.comp_midashi3{
width: 100%;
height: 250px;
border-radius: 5px;
background-image:url(assets/images/top/t_5.webp);
background-repeat:no-repeat;
background-position:center 70%;
background-size:cover;
margin-bottom:20px;
}
.comp_des {
font-size: 16px;
color: #333;
padding:0 4px 20px 4px;
line-height:1.5;
text-align:left;
}
}

.p_bottom-0{
padding-bottom:0px;
}
.fa-solid{
color:#FFF;
padding-right:15px;
}
.btn01:hover,
a.btn01:hover {
  color: #fff;
  background: #67b1d6;
  opacity: 1;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - .5em);
  left: 1rem;
}
ul{
  padding-left:0px;
  list-style:none;
}
.comp_ul li{
padding:5px;
}
main {
  padding-top: 0px;
}

.content_inner .cont_body{
padding:20px;
background: #f6efe2;
border-radius: 5px;
}



@media all and (-ms-high-contrast: none) {
  .card_item {
    padding: 0 12px;
  }

  .main_visual_subpage .page_name {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {

  .wpcf7-form-control.form-control {
    width: 98%;
  }

  /* フォームを中央に配置・背景色指定 */
  .wpcf7-form {
    max-width: 90%;
    margin-left:auto;
    margin-right:auto;
    padding: 15px 20px;
    border-radius: 5px;
  }

}
@media (min-width: 768px) {

  .wpcf7-form-control.form-control {
    width: 600px;
    max-width: 90%;
  }

  /* フォームを中央に配置・背景色指定 */
  .wpcf7-form {
    max-width: 580px;
    margin-left:auto;
    margin-right:auto;
    padding: 15px 20px;
    border-radius: 5px;
  }

}

/* 必須マーク */
.wpcf7-form small.text-danger {
    color: #43291b; !important;
    font-size: 75%;
    padding: 0.1em 0.3em;
    margin-left: 0.5em;
}

/* 入力確認のチェックボックスを大きく */
form .wpcf7-acceptance input[type="checkbox"] {
    transform: scale(2.0);
    margin-right: 0.5em;
}
.wpcf7 input[name="your-name"]{
width: 100%;
}
.wpcf7 input[name="your-kana"]{
  width: 100%;
}
.wpcf7 input[name="your-comp"]{
  width: 100%;
}
  .wpcf7 input[name="your-tel"]{
    width: 100%;
}
.wpcf7 select { /* メール入力欄 */
  width: 100%;
 }
.wpcf7 input[name="your-email"] { /* メール入力欄 */
 width: 100%;
}
.wpcf7 input[name="your-subject"] { /* タイトル入力欄 */
 width: 100%;
}
.wpcf7 textarea[name="your-message"] { /* 本文入力欄 */
 width: 100%;
}
div.wpcf7 .wpcf7-spinner {
  display: block;
}
[type=submit]:not(:disabled) {
  cursor: pointer;
  background: #eee;
  padding:10px;
  border:#bbb;
  margin-top:10px;
}
.page_padding_top{
margin-top:20px;
}
.grecaptcha-badge { 
  visibility: hidden; 
}

/* option */
.m_font_c{
text-align:center;
color:#FFF;
}

@media screen and (min-width: 1000px) and (max-width: 1100px) {

header .header_pc .header_item .header_nav ul li a{
  font-size:1.48vw;
}
}

/**********/

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

  .main_visual .main_visual_inner .top_m .desc {
    font-size:4.6vw;
  }
  .main_visual .main_visual_inner .top_m .catch_copy{
    font-size:4.6vw;
  }
  .main_visual .main_visual_inner .top_m .desc_u {
    font-size:16px;
    letter-spacing: 3px;
  }
  .line-desc:before, .line-desc::before {
    width: 2em;
  }
  .line-desc:before, .line-desc:after {
    width: 2em;
  }
  #top_content02 .visual_title p{
    font-size: 2.7vw;
    text-align: center;
  }
  #top_content02 .visual_title p br{
    /*display: none;*/
  }
  .main_visual_subpage .page_name h1{
    font-size:25px;
  }
  .bo_under:after {
    border-top: 1px solid #999;
    content: "";
    width: 15%; /* 線の長さ */
    margin-left:20px;
  }
  footer .footer_inner .footer_shopinfo .footer_shopinfo_text dl dt {
    width: 30%;
   
  }
  
  footer .footer_inner .footer_shopinfo .footer_shopinfo_text dl dd {
    width: 70%;
  }
  }


/*# sourceMappingURL=style.css.map */
