@charset "utf-8";
/* CSS Document */

/*
Theme Name: OMNIPOTENT
Description: Easy to work with
Version: 1.0
Author: Office545
Author URI: https://www.office545.com/
*/

@media screen and (min-width: 769px){
.sp {
  display: none;
}

.privacy-policy p,
.single p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(4.0vw, 16px);
  font-weight: 400;
  line-height: 1.6em;
  color: #000000;
  margin: 3.003003003% 0;
}

/* ヘッダー エリア */
.single-shops header .logo {
  width: 400px;
  height: auto;
  margin: 0;
  padding: 0;
  line-height: 1.0em;
  letter-spacing: 0.20em;
  display: flex;
  align-items: center;
}

.single-shops header .logo a {
  width: 46.25%;
  height: auto;
  margin: 0;
  padding: 0;
}

.single-shops header .logo a img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.single-shops header .logo span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  margin-left: 1.0em;
}

header .logo {
  width: 185px;
  height: auto;
  margin: 0;
  padding: 0;
}

header .logo img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

header article {
  width: 240px;
  height: auto;
  margin: 0;
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header article .shops {
  width: 160px;
  height: auto;
  margin: 0;
  padding: 0;
}

header article .shops img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

header article .shops a:hover {
  opacity: 1.0;
}

header article .shops a:hover img {
  transform: scale(0.95);
  transition: 1.0s;
}

header article #menu {
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  position: relative;
  cursor: pointer;
}

#menu .bar {
  width: 40px;
  height: 3px;
  background-color: #999999;
  position: absolute;
  left: 0;
  transition: .15s ease-in-out;
  display: inline-block;
}

#bar01 {
  top: 4px;
}

#bar02 {
  top: 19px;
}

#bar03 {
  top: 34px;
}

.active #bar01 {
  top: 19px;
  transform: rotate(45deg);
}

.active #bar02 {
  width: 0;
}

.active #bar03 {
  top: 19px;
  transform: rotate(-45deg);
}

.nav_sp {
  width: 100%;
  height: auto;
  margin: 0;
  padding-right: calc((100% - 1350px) / 2);
  display: flex;
  justify-content: flex-end;
}

.nav_sp section {
  width: 400px;
  height: auto;
  margin-right: 200px;
  padding: 0;
  box-shadow: 0 7px 7px rgba(0,0,0,0.07);
  background-color: #f8f6f4;
  position: fixed;
  z-index: 2;
}

.nav_sp section figure {
  width: 170px;
  height: auto;
  margin: 0;
  padding: 20px 30px;
}

.nav_sp section figure img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.nav_sp section ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.nav_sp section ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding-left: 30px;
  border-bottom: 1px solid #decfc0;
}

.nav_sp section ul li:last-child {
  margin-bottom: 40px;
  border: none;
}

.nav_sp section ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
  line-height: 1.0em;
  color: #666666;
  padding: 12px 0;
  display: block;
}

.nav_sp section ul li a span {
  width: 130px;
  font-family: "arial", sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #de2847;
  display: inline-block;
}

.fixheader {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  background-color: #ffffff;
  z-index: 3;
  display: table;
}

.is-fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}

/* メインヴィジュアル エリア */
.main_visual {
  width: 100%;
  height: auto;
  margin: 0;
/*  padding-bottom: 20px;*/
  display; table;
}

.main_visual img {
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

/* パンくずリスト エリア */
#breadcrumb {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 20px 30px 20px;
}

.page-template-one_column_page #breadcrumb,
.category #breadcrumb,
.archive #breadcrumb, 
.error404 #breadcrumb {
  max-width: 1000px;
}

.page-template-full_page #breadcrumb,
.post-type-archive-shops #breadcrumb,
.single-shops #breadcrumb,
.post-type-archive-blog #breadcrumb,
.single-blog #breadcrumb,
.tax-blog-cat #breadcrumb {
  display: none;
}

#breadcrumb div {
  font-size: 12px;
  display: inline-block;
}

/* コンテンツ エリア */
#content h1 { 
  font-family: "Noto Sans JP", sans-serif;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  color: #555555;
  padding: 0;
  margin-bottom: min(5.005005005%, 50px);
  background: none;
}

#content h1::first-letter {
  font-size: 1.3em;
  color: #de2847;
}

.page-template-full_page #content h1 { 
  font-family: "Noto Sans JP", sans-serif;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin-bottom: min(5.005005005%, 50px);
  padding: 2.5em 0;
  background-color: #d5c6b6;
}

.page-template-full_page #content h1::first-letter {
  font-size: 1.3em;
  color: #de2847;
}

#content h2,
.contact_area h2 { 
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  line-height: 1.3em;
  letter-spacing: 0.03em;
  color: #333333;
  margin-bottom: min(6.006006006%, 50px);
  position: relative;
}

#content h2::after,
.contact_area h2::after { 
  width: 4.0em;
  height: 3px;
  content: '';
  position: absolute;
  bottom: -0.5em;
  left: calc(50% - 2.0em);
  background-color: #de2847;
  display: block;
}

#content h2.wp-block-heading { 
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  line-height: 1.3em;
  letter-spacing: 0.03em;
  color: #000000;
  margin-bottom: 20px;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #999999;
  position: relative;
}

#content h2.wp-block-heading::after { 
  width: 20%;
  height: auto;
  content: " ";
  position: absolute;
  bottom: -2px;
  left: 0;
  border-bottom: 2px solid #de2847;
  display: block;
}

#content h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(22px, 3.0vw, 24px);
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: 0.03em;
  color: #ffffff;
  margin-bottom: min(4.504504504%, 30px);
  padding: 0.4em 0.4em 0.5em 1.0em;
  position: relative;
  background-color: #7e7e7e;
  box-shadow: 0 0 0 0 #a9a4a4, 0 0 0 0 #a9a4a4, 3px 5px 5px -5px #9a9595;
}

#content h3::before {
  width: 0;
  height: 0;
  content: " ";
  position: absolute;
  top: 100%;
  left: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent;
  border-right-color: #333333;
}

#content h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  line-height: 1.3em;
  letter-spacing: 0.03em;
  color: #000000;
  margin-bottom: min(2.502502502%, 20px);
  padding-bottom: 0.5em;
  border-bottom: 2px solid #999999;
  position: relative;
}

#content h4::after {
  width: 20%;
  content: " ";
  position: absolute;
  bottom: -2px;
  border-bottom: 2px solid #de2847;
  display: block;
}

#content h5,
#content h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  line-height: 1.3em;
  letter-spacing: 0.02em;
  color: #000000;
  margin-bottom: min(1.501501501%, 15px);
  display: flex;
  align-items: center;
}

#content h5::before,
#content h6::before {
  width: 3.0vw;
  height: 2px;
  margin-right: 0.7rem;
  content: '';
  background-color: #de2847;
  display: inline-block;
}

/* ページトップ エリア */
p.pagetop {
  position: fixed;
  bottom: 4.8vw;
  right: 2.002002002%;
  z-index: 2;
  display: none;
}

p.pagetop a {
  width: 40px;
  height: 40px;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  color: #ffffff;
  background-color: #EB2546;
  border: 1px solid #ffffff;
  display: block;
}

/* フッター エリア */
footer article {
  width: 100%;
  max-width: 1350px;
  height: auto;
  margin: 0 auto;
  padding: 60px 20px 0 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
}

@media screen and (min-width: 901px){
footer article section.logo {
  width: 250px;
  height: auto;
  margin: 0;
  padding: 0;
}
}

@media screen and (min-width: 769px) and (max-width: 900px){
footer article section.logo {
  width: 200px;
  height: auto;
  margin: 0;
  padding: 0;
}
}

@media screen and (min-width: 769px){
footer article section.logo figure {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  padding: 0;
}

footer article section.logo figure img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

footer article section.logo ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer article section.logo ul li {
  width: 30px;
  height: auto;
  margin: 0 15px;
  padding: 0;
}

footer article section.logo ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
}

@media screen and (min-width: 1310px){
footer article section.menu {
  width: calc(100% - 250px);
  height: auto;
  margin: 0;
  padding-left: 300px;
  justify-content: space-between;
  display: flex;
}
}

@media screen and (min-width: 901px) and (max-width: 1309px){
footer article section.menu {
  width: calc(100% - 250px);
  height: auto;
  margin: 0;
  padding-left: 10.0vw;
  justify-content: space-between;
  display: flex;
}
}

@media screen and (min-width: 769px) and (max-width: 900px){
footer article section.menu {
  width: calc(100% - 200px);
  height: auto;
  margin: 0;
  padding: 0;
  justify-content: space-between;
  display: flex;
}
}

@media screen and (min-width: 769px){
footer article section.menu ul {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

footer article section.menu ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px 0 10px 20px;
}

footer article section.menu ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  line-height: 1.2em;
  color: #333333;
  transform: rotate(.03deg);
  display: inline-block;
  position: relative;
}

footer article section.menu ul li a span {
  font-family: "arial", sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  line-height: 1.2em;
  color: #eb2546;
  display: block;
}

footer article section.menu ul li a::after {
  width: 100%;
  height: 1px;
  content: '';
  position: absolute;
  bottom: -7px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
  background-color: #de2847;
}

footer article section.menu ul li a:hover::after {
  transform: scale(1, 1);
}

footer article section.menu ul li a:hover {
  opacity: 1.0;
}

footer section.law {
  width: 100%;
  max-width: 1350px;
  height: auto;
  margin: 40px auto 0 auto;
  padding: 0 20px;
  justify-content: center;
  display: flex;
}

footer section.law a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  line-height: 1.0em;
  color: #333333;
  padding: 3px 10px;
  border-right: 1px solid #666666;
  border-left: 1px solid #666666;
  display: block;
}

footer section.law a:first-child,
footer section.law a:last-child {
  border: none;
}

footer copyright {
  width: 100%;
  max-width: 1350px;
  height: auto;
  margin: 0 auto;
  padding: 40px 20px;
  display: table;
}

footer copyright p.copyright {
  font-family: "arial", sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  line-height: 1.0em;
  color: #666666;
  margin: 0;
  padding: 0;
}

/* ウィジェット エリア */
#sidebar #widget-area {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: table;
}

#sidebar #widget-area .widget-container {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#sidebar #widget-area .widget-container img {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
  padding: 0;
}

#sidebar #widget-area .widget-container a img:hover {
  transition: 1.0s;
  opacity: 0.3;
}

#sidebar #widget-area .widget-container .side_menu {
  margin-bottom: 13.6363636%;
}

#sidebar #widget-area .widget-container .side_menu p a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 1.0em;
  color: #ffffff;
  margin: 0;
  padding: 0.7em 0;
  transform: rotate(.03deg);
  text-transform: uppercase;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  display: block;
}

#sidebar #widget-area .widget-container .side_menu p a {
  background-color: #7e7e7e;
}

#sidebar #widget-area .widget-container .side_menu p a:hover {
  color: #ffffff;
  opacity: 1;
}

#sidebar #widget-area .widget-container .side_menu p a::after {
  width: 100%;
  height: 0;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: -1;
}

#sidebar #widget-area .widget-container .side_menu p a::after {
  background-color: #595757;
}

#sidebar #widget-area .widget-container .side_menu p a:hover::after {
  height: 100%;
}

#sidebar #widget-area .widget-container ul {
  width: 100%;
  height: auto;
  margin-bottom: 13.6363636%;
  padding: 0;
}

#sidebar #widget-area .widget-container ul li {
  width: 100%;
  height: auto;
  line-height: 1.2em;
  margin: 0;
  padding: 1.0em 0 0.8em 1.0em;
  border-bottom: 1px dotted #666666;
  background-image: url("../../uploads/side_nav_icon.png");
  background-position: 0 center;
  background-repeat: no-repeat;
}

#sidebar #widget-area .widget-container ul li:last-child {
  border-bottom: 1px solid #666666;
}

#sidebar #widget-area .widget-container ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.4em;
  color: #333333;
  margin: 0;
  padding: 0;
  transform: rotate(.03deg);
  display: inline-block;
  position: relative;
  float: none;
}

#sidebar #widget-area .widget-container ul li a::after {
  width: 100%;
  height: 1px;
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
  background-color: #de2847;
}

#sidebar #widget-area .widget-container ul li a:hover::after {
  transform: scale(1, 1);
}

#sidebar #widget-area .widget-container form#searchform {
  width: 100%;
  height: auto;
  margin-bottom: 13.6363636%;
  padding: 0;
  display: table;
}

#sidebar #widget-area .widget-container form#searchform input[type=text] {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 400;
  margin: 6.818181818% 0;
  padding: 2px 10px;
  border: 1px solid #666666;
}

#sidebar #widget-area .widget-container form#searchform input[type=submit] {
  width: 60%;
  height: auto;
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  line-height: 1.0em;
  letter-spacing: 0.5em;
  margin: 0 auto;
  padding: 4px 0;
  color: #333333;
  border-radius: 3px;
  border: 1px solid #666666;
  background-color: #ffffff;
  display: block;
}

#sidebar #widget-area .widget-container form#searchform input[type=submit]:hover {
  color: #ffffff;
  opacity: 1;
  transition: 1.0s;
  border: 1px solid #cc0000;
  background-color: #cc0000;
}

#sidebar #widget-area .widget-container #calendar_wrap {
  width: 100%;
  height: auto;
  margin-bottom: 13.6363636%;
  padding: 0;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar {
  width: 100%;
  height: auto;
  margin-top: 6.818181818%;
  padding: 0;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar th {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  line-height: 1.0em;
  color: #000000;
  padding: 0 0 4px 0;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar th:nth-child(6) {
  color: #2787fb;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar th:nth-child(7) {
  color: #cc0000;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  line-height: 1.0em;
  color: #000000;
  padding: 4px 0;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td a {
  color: #cc0000;
}

#sidebar #widget-area .widget-container .wp-calendar-nav {
  display: none;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar caption {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 1.0em;
  color: #000000;
  margin-bottom: 4.545454545%;
}

#sidebar #widget-area .widget-container h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  line-height: 1.3em;
  color: #666666;
  padding-bottom: 0.7em;
  border-bottom: 1px solid #666666;
  display: flex;
  align-items: center;
}

#sidebar #widget-area .widget-container h3::before {
  width: 2.0vw;
  height: 2px;
  margin-right: 0.5rem;
  content: '';
  background-color: #de2847;
  display: inline-block;
}

#sidebar #widget-area .widget-container .tagcloud {
  margin-bottom: 13.6363636%;
}

#sidebar #widget-area .widget-container .rss-widget-icon {
  margin: 0 5px 20px -5px;
  float: left;
}

/* コメント エリア */
#comments {
  width: auto;
  height: auto;
  margin: 20px 0 10px 0;
}

#respond h3 a {
  color: #ffffff;
}

#respond h3 a:hover {
  color: #cc0000;
}

#respond {
  width: auto;
  height: auto;
  margin-top: 20px;
}

#respond a {
  font-weight: bold;
}

.commentlist {
  list-style-image: none;
  list-style-type: none;
}

.reply {
  margin-bottom : 20px;
}

#commentform textarea {
  width: 99%;
  height: auto;
  margin: 10px 0;
  border: 1px solid #cccccc;
}

#commentform input[type=text] {
  margin-bottom: 5px;
  border: 1px solid #cccccc;
}

#commentform input[type=submit] {
  margin-bottom: 20px;
  padding:5px;
  color: #333333;
  background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
  border: 1px solid #bbbbbb;
}

p.nocomments {
  display: none;
}

/* Not Found エリア */
#content .not_found {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

#content .not_found p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  color: #cc0000;
  margin: 60px 0 30px 0;
}

#content .not_found .search_box {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 25px;
  border-radius: 5px;
  border: 1px solid #ffffff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  background: linear-gradient(360deg, rgb(51, 51, 51), rgb(102, 102, 102));
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#content .not_found .search_box dt {
  width: 75%;
  height: auto;
  margin: 0;
  padding: 0;
}

#content .not_found .search_box dt input[type=text] {
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 4px 10px 2px 10px;
  border: 1px solid #000000;
}

#content .not_found .search_box dd {
  width: 15%;
  height: auto;
  margin: 0;
  padding: 0;
}

#content .not_found .search_box dd input[type=submit] {
  width: 100%;
  height: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 1.6em;
  letter-spacing: 0.5em;
  color: #ffffff;
  padding: 2px 7px 4px 13px;
  border: 1px solid #ffffff;
  background: linear-gradient(360deg, rgb(151, 16, 43), rgb(220, 20, 60));
}

#content .not_found .search_box dd input[type=submit]:hover {
  color: #ffffff;
  border: 1px solid #ffffff;
  background: linear-gradient(360deg, rgb(220, 20, 60), rgb(151, 16, 43));
}

/* 検索結果 エリア */
#content p.search_result {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  color: #000000;
  margin-top: 30px;
}

#content .search_result {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#content .search_result .search_box {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 25px;
  border-radius: 5px;
  border: 1px solid #ffffff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  background: linear-gradient(360deg, rgb(51, 51, 51), rgb(102, 102, 102));
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#content .search_result .search_box dt {
  width: 75%;
  height: auto;
  margin: 0;
  padding: 0;
}

#content .search_result .search_box dt input[type=text] {
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 4px 10px 2px 10px;
  border: 1px solid #000000;
}

#content .search_result .search_box dd {
  width: 15%;
  height: auto;
  margin: 0;
  padding: 0;
}

#content .search_result .search_box dd input[type=submit] {
  width: 100%;
  height: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 1.6em;
  letter-spacing: 0.5em;
  color: #ffffff;
  padding: 2px 7px 4px 13px;
  border: 1px solid #ffffff;
  background: linear-gradient(360deg, rgb(151, 16, 43), rgb(220, 20, 60));
}

#content .search_result .search_box dd input[type=submit]:hover {
  color: #ffffff;
  border: 1px solid #ffffff;
  background: linear-gradient(360deg, rgb(220, 20, 60), rgb(151, 16, 43));
}

#content .search_result p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  color: #cc0000;
  margin: 60px 0 30px 0;
}

/* ページャー エリア */
#content .pager {
  text-align: center;
}

#content .pager a,
#content .pager span {
  font-size: 14px;
  padding: 0 3px;
}

#content .pager span {
  color: #cc0000;
}

#content .pager a {
  color: #000000;
}

#content .pager a:hover {
  color: #cc0000;
}

/* 404 エリア */
#content .page_not_found {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#content .page_not_found p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
  color: #000000;
  margin: 30px 0 60px 0;
}

#content .page_not_found a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
  line-height: 1.4em;
  color: #000000;
}

#content .page_not_found a:hover {
  text-decoration: none;
  opacity: 0.3;
}

/* カテゴリ・アーカイブ・検索結果ページ エリア */
.post_inner {
  width: 100%;
  height: auto;
  margin-top: 2.002002002%;
  padding: 2.002002002% 0 1.501501501% 0;
  border-bottom: 1px solid #000000;
  display: table;
}

.post_inner_with_thum {
  width: 100%;
  height: auto;
  margin-bottom: 4.004004004%;
  padding-bottom: 1.501501501%;
  border-bottom: 1px solid #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.post_inner_with_thum .thum {
  width: 18%;
  height: auto;
  margin: 0;
  padding: 0;
}

.post_inner_with_thum .thum a img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.post_inner ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.post_inner_with_thum ul {
  width: 80%;
  height: auto;
  margin: 0;
  padding: 0;
}

.post_inner ul li,
.post_inner_with_thum ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
}

.post_inner ul li:nth-child(1) {
  margin-bottom: 2.002002002%;
  border-bottom: 1px solid #de2847;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.post_inner_with_thum ul li:nth-child(1) {
  margin-bottom: 1.302083333%;
  padding-bottom: 0.651041666%;
  border-bottom: 1px solid #000000;
}

.post_inner ul li:nth-child(2) {
  margin-bottom: 1.001001001%;
}

.post_inner_with_thum ul li {
  margin-bottom: 0.651041666%;
}

.post_inner_with_thum ul li:nth-child(4) {
  margin-bottom: 1.692708333%;
}

.post_inner_with_thum ul li:last-child {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.post_inner ul li:nth-child(1) .cat,
.post_inner_with_thum ul li:nth-child(1) .cat {
  width: auto;
  height: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none; 
  text-align: center;
  line-height: 1.6em;
  color: #ffffff;
  padding: 0;
  margin: 0;
  padding: 0 10px 2px 10px;
  background-color: #de2847;
  display: block;
}

.post_inner ul li:nth-child(1) .date,
.post_inner_with_thum ul li:nth-child(1) .date {
  width: auto;
  height: auto;
  font-family: "arial", "Noto Sans JP", sans-serif;
  font-size: 12px;
  text-align: right;
  line-height: 1.6em;
  color: #000000;
  padding-bottom: 2px;
  display: block;
}

.post_inner ul li:nth-child(2) a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-align: left;
  text-decoration: none; 
  line-height: 1.2em;
  color: #666666;
  display: block;
}

.post_inner ul li:nth-child(3) a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  text-decoration: none; 
  line-height: 1.6em;
  color: #666666;
  display: block;
}

.post_inner_with_thum ul li:first-child a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  text-decoration: none; 
  line-height: 1.2em;
  color: #333333;
  display: block;
}

.post_inner_with_thum ul li p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  line-height: 1.4em;
  color: #666666;
}

.post_inner_with_thum ul li:last-child a:nth-child(1) {
  width: 40%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(15px, 1.8vw, 18px);
  font-weight: 400;
  text-align: center;
  text-decoration: none; 
  line-height: 1.0em;
  color: #ffffff;
  margin: 0 1.0em;
  padding: 0.4em 0 0.6em 0;
  border-radius: 40px;
  background-color: #de2847;
  display: block;
}

.post_inner_with_thum ul li:last-child a:nth-child(2) {
  width: 40%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(15px, 1.8vw, 18px);
  font-weight: 400;
  text-align: center;
  text-decoration: none; 
  line-height: 1.0em;
  color: #de2847;
  margin: 0 1.0em;
  padding: 0.4em 0 0.6em 0;
  border-radius: 40px;
  border: 1px solid #de2847;
  display: block;
}

/* 採用・求人情報ページ エリア */
.wanted {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.wanted .first {
  width: 100%;
  height: auto;
  margin: 0;
  padding-bottom: 5.0em;
  display: table;
}

.wanted .first ul {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  padding: 0;
  border: 1px solid #de2847;
}

.wanted .first ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.wanted .first ul li:first-child {
  background-color: #de2847;
}

.wanted .first ul li:last-child {
  background-color: #f8f6f4;
}

.wanted .first ul li span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 1.0em;
  color: #ffffff;
  padding: 0.7em 0;
  display: block;
}

.wanted .first ul li p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 1.8em;
  padding: 1.5em 0;
  color: #333333;
}

.wanted .first a {
  width: 80%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 1.0em;
  color: #ffffff;
  margin: 0 auto;
  padding: 1.0em 0;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  background-color: #de2847;
  background-image: url("../../uploads/contact_area_line_icon.png");
  background-position: calc(50% - 110px) center;
  background-repeat: no-repeat;
  background-size: 20px;
  display: block;
}

.wanted .first a:hover {
  transform: scale(0.95);
  transition: 1.0s;
  opacity: 1.0;
}

.wanted .second {
  width: 100%;
  height: auto;
  margin: 0;
  padding-bottom: 5.0em;
  display: table;
}

.wanted .second strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  line-height: 1.3em;
  color: #c3aa92;
  display: block;
}

.wanted .second span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  line-height: 1.2em;
  color: #333333;
  margin: 20px 0;
  display: block;
}

.wanted .second p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-align: left;
  line-height: 1.6em;
  color: #000000;
}

.wanted .second .inner {
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.wanted .second .inner ul {
  width: 32%;
  height: auto;
  margin: 0;
  padding: 0;
}

.wanted .second .inner ul li {
  width: 100%;
  height: auto;
  margin: 15px 0;
  padding: 0;
}

.wanted .second .inner ul li:first-child,
.wanted .second .inner ul li:last-child {
  margin: 0;
}

.wanted .second .inner ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.wanted .second .inner ul li strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  line-height: 1.3em;
  color: #333333;
  display: block;
}

.wanted .second .inner ul li p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  line-height: 1.6em;
  color: #000000;
}

.wanted .third {
  width: 100%;
  height: auto;
  margin: 0;
  padding-bottom: 5.0em;
  display: table;
}

.wanted .third table {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  padding: 0;
  border-collapse: collapse;
  border: 0;
}

.wanted .third table th {
  width: 20%;
  height: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.6em;
  color: #000000;
  margin: 0;
  padding: 0 10px;
  border: 1px solid #c3aa91;
  background-color: #f8f6f4;
}

.wanted .third table td {
  width: 80%;
  height: auto;
  margin: 0;
  padding: 0 10px 0 20px;
  border: 1px solid #c3aa91;
  background-color: #ffffff;
}

.wanted .third table td p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  line-height: 1.6em;
  color: #000000;
  margin: 15px 0;
}

.wanted .third table td p span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  line-height: 1.6em;
  color: #000000;
  display: block;
}

.wanted .third a {
  width: 80%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 1.0em;
  color: #ffffff;
  margin: 0 auto;
  padding: 1.0em 0;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  background-color: #de2847;
  background-image: url("../../uploads/contact_area_line_icon.png");
  background-position: calc(50% - 110px) center;
  background-repeat: no-repeat;
  background-size: 20px;
  display: block;
}

.wanted .third a:hover {
  transform: scale(0.95);
  transition: 1.0s;
  opacity: 1.0;
}

.wanted .access_title {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 1.0em 0 1.0em 20px;
  position: relative;
}

.wanted .access_title::before {
  width: clamp(330px, 43%, 350px);
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 0 99px 99px 0;
  background-color: #f6f1ec;
  display: block;
}

.wanted .access_title section {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.wanted .access_title section strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  line-height: 1.0em;
  color: #000000;
  display: block;
}

.wanted .access_area {
  width: 100%;
  height: auto;
  margin: 0;
  padding-bottom: 2.0em;
}

.wanted .access_area .cover {
  width: 100%;
  height: auto;
  margin: 60px 0 40px 0;
  padding: 0;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.wanted .access_area .cover table {
  width: 46%;
  height: auto;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border: 0; 
}

.wanted .access_area .cover table th {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #cccccc;
}

.wanted .access_area .cover table td {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 17px 0;
  border-bottom: 1px solid #cccccc;
  background: none;
}

.wanted .access_area .cover table td.type01 {
  padding: 20px 0 40px 0;
  border: none;
}

.wanted .access_area .cover table td.type02 {
  padding: 25px 0 17px 0;
}

.wanted .access_area .cover table td.type03 {
  padding: 10px 0 20px 0;
  border: none;
}

.wanted .access_area .cover table td.type04 {
  padding: 10px 0 59px 0;
  border: none;
}

.wanted .access_area .cover table td.type05 {
  padding: 10px 0 20px 0;
}

.wanted .access_area .cover table th strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  color: #000000;
  line-height: 1.0em;
  display: block;
}

.wanted .access_area .cover table th strong span {
  font-family: "arial", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  float: right;
}

.wanted .access_area .cover table td p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px !important;
  font-weight: 500;
  text-align: left;
  color: #000000;
  margin: 0;
}

.wanted .access_area .cover table td.type01 p,
.wanted .access_area .cover table td.type03 p,
.wanted .access_area .cover table td.type04 p,
.wanted .access_area .cover table td.type05 p {
  font-family: "arial", "Noto Sans JP", sans-serif;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.4em;
}

.wanted .access_area .cover table td.type01 a {
  font-family: "arial", sans-serif;
  font-size: 20px !important;
  font-weight: normal;
  text-align: left;
  text-decoration: none;
  line-height: 1.0em;
  letter-spacing: 0.10em;
  color: #000000;
  display: block;
}

.wanted .access_area .cover table td p span {
  font-family: "arial", "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  float: right;
}

.wanted .access_area .view {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.wanted .access_area .bottom {
  width: 100%;
  height: auto;
  margin: 10px 0 40px 0;
  padding: 0;
}

.wanted .access_area .bottom p {
  font-family: "arial", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  line-height: 1.6em;
  color: #333333;
}

.wanted .access_area a {
  width: 80%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 1.0em;
  color: #ffffff;
  margin: 0 auto;
  padding: 1.0em 0;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  background-color: #de2847;
  background-image: url("../../uploads/contact_area_line_icon.png");
  background-position: calc(50% - 110px) center;
  background-repeat: no-repeat;
  background-size: 20px;
  display: block;
}

.wanted .access_area a:hover {
  transform: scale(0.95);
  transition: 1.0s;
  opacity: 1.0;
}

/* ブログ（詳細） エリア */
.single-blog figure.thum img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.single-blog #content h1 { 
  font-family: "Noto Sans JP", sans-serif;
  font-size: 36px;
  font-weight: 600;
  text-align: left;
  line-height: 1.4em;
  letter-spacing: 0;
  color: #333333;
  padding: 0;
  margin: min(1.302083333%, 10px) 0 min(2.604166666%, 20px) 0;
  background: none;
}

.single-blog #content h1::first-letter {
  font-size: 36px;
  color: #333333;
}

.single-blog main #content .date {
  font-family: "arial", sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-align: left;
  line-height: 1.0em;
  color: #444444;
  display: block;
}

.single-blog main #content .term a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.0em;
  color: #ffffff;
  margin-right: 10px;
  padding: 10px;
  border-radius: 7px;
  background-color: #de2847;
  display: inline-block;
}

/* ブログ（一覧） エリア */
.post-type-archive-blog .blog_list_title {
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin: 0 auto 50px auto;
  padding: 0;
}

.post-type-archive-blog .blog_list_title strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  line-height: 1.0em;
  letter-spacing: 0.05em;
  color: #000000;
  display: block;
}

.post-type-archive-blog .blog_list_title strong span {
  font-family: "arial", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  line-height: 1.0em;
  letter-spacing: 0.05em;
  color: #de2847;
  margin-bottom: 15px;
  display: block;
}

.post-type-archive-blog .blog_list {
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin: 0 auto 30px auto;
  padding: 0;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.post-type-archive-blog .blog_list .thum {
  width: 50%;
  height: auto;
  margin: 0;
  padding: 0;
}

.post-type-archive-blog .blog_list .thum a img {
  width: 100%;
  height: 300px;
  margin: 0;
  padding: 0;
  object-fit: cover;
}

.post-type-archive-blog .blog_list ul {
  width: 50%;
  height: auto;
  margin: 0;
  padding: 30px 20px;
}

.post-type-archive-blog .blog_list ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.post-type-archive-blog .blog_list ul li:nth-child(2) {
  margin: 10px 0 15px 0;
}

.post-type-archive-blog .blog_list ul li .date {
  font-family: "arial", sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  line-height: 1.0em;
  color: #444444;
  display: block;
}

.post-type-archive-blog .blog_list ul li:nth-child(2) a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 29px;
  font-weight: 700;
  text-align: left;
  line-height: 1.2em;
  color: #333333;
  display: block;
}

.post-type-archive-blog .blog_list ul li:nth-child(3) a p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
  line-height: 1.4em;
  color: #333333;
  display: block;
}

/* ブログ（ターム） エリア */
#content .term_blog h1 { 
  font-family: "Noto Sans JP", sans-serif;
  font-size: 60px;
  font-weight: 900;
  text-align: left;
  line-height: 1.0em;
  letter-spacing: 0;
  color: #333333;
  margin-bottom: min(9.114583333%, 70px);
  padding: 0;
  background: none;
}

#content .term_blog h1::first-letter {
  font-size: 60px;
  color: #333333;
}

#content .term_blog {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: table;
}

#content .term_blog .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

#content .term_blog .inner ul {
  width: 48%;
  height: auto;
  margin-bottom: 50px;
  padding: 0;
}

#content .term_blog .inner ul:nth-child(odd) {
  margin: 0 4% 50px 0;
}

#content .term_blog .inner ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#content .term_blog .inner ul li:nth-child(2) {
  margin: 15px 0;
}

#content .term_blog .inner ul li:nth-child(1) img {
  width: 100%;
  height: 250px;
  margin: 0;
  padding: 0;
  border-radius: 10px;
  object-fit: cover;
}

#content .term_blog .inner ul li:nth-child(2) a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  line-height: 1.4em;
  color: #333333;
  display: block;
}

#content .term_blog .inner ul li:nth-child(3) a p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
  line-height: 1.4em;
  color: #000000;
  display: block;
}

/* お問い合わせフォーム エリア */
.contact_form_area {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 20px 6.0em 20px;
}

.contact_form_area article {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  padding 0;
  display: table;
}

.contact_form_area article strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 36px;
  font-weight: 600;
  text-align: left;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  color: #000000;
  display: block;
}

.contact_form_area article strong span {
  font-family: "arial", sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-align: left;
  line-height: 1.0em;
  letter-spacing: 0.10em;
  color: #de2847;
  display: block;
}

.contact_form_area article section {
  width: 100%;
  height: auto;
  margin-top: 40px;
  padding: 40px 10%;
  border: 1px solid #ba9672;
  background-color: #f8f6f4;
  display: table;
}

.wpcf7 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.wpcf7 form {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.wpcf7 p {
  width: 100%;
  height: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  line-height: 1.0em;
  color: #333333;
  margin-bottom: 15px;
  padding: 0;
}

.wpcf7 p span.note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  line-height: 1.0em;
  color: #de2847;
}

.wpcf7 p span.required {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  line-height: 1.0em;
  color: #ffffff;
  padding: 0 10px 2px 10px;
  background-color: #de2847;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.wpcf7 p input[type="text"],
.wpcf7 p input[type="email"],
.wpcf7 p input[type="tel"] {
  width: 100%;
  height: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  line-height: 1.0em;
  color: #333333;
  margin: 5px 0 15px 0;
  padding: 5px 10px;
  border: 1px solid #ba9672;
  background-color: #ffffff;
}

.wpcf7 p input[type="date"] {
  width: 200px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  color: #333333;
  margin: 5px 0 15px 0;
  border: 1px solid #ba9672;
}

.wpcf7 p select {
  width: 200px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  color: #333333;
  margin: 5px 0 15px 0;
  padding-left: 1.0em;
  border: 1px solid #ba9672;
}

.wpcf7 p textarea {
  width: 100%;
  height: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  color: #333333;
  margin-top: 5px;
  padding: 5px 10px;
  border: 1px solid #ba9672;
  background-color: #ffffff;
}

::-webkit-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  color: #bbbbbb;
}
::-moz-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  color: #bbbbbb;
  opacity: 1;
}
:-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  color: #bbbbbb;
}

.wpcf7 p span.accept {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  line-height: 1.0em;
  color: #de2847;
}

.wpcf7 p input[type="submit"] {
  width: 50%;
  height: auto;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  margin: 30px auto -40px auto;
  padding: 10px 0;
  color: #ffffff;
  background: -webkit-gradient (
  linear,
  left top,
  left bottom,
  color-stop(0, #de2847),
  color-stop(1, #c42102)
);
  background: linear-gradient(to bottom, #de2847 0%, #c42102 100%);
  border: 1px solid #c42102;
  display: block;
}

.wpcf7 p input[type="submit"]:hover {
  transform: scale(0.95);
  transition: 1.0s;
}

.wpcf7 .wpcf7-response-output {
  width: 92.8571429%;
}
}

/* 追記（カスタマイズ） エリア */
@media screen and (min-width: 769px){
.page-id-173 #content h1,
.page-id-168 #content h1,
.page-id-161 #content h1 {
  margin: 0;
}
.nav_pc {
  display: none;
}
#menu_sp {
  margin-top: 0;
}
#menu_sp .bar {
  height: 3px;
}
#bar02 {
  top: 14px;
}
#bar03 {
  top: 24px;
}
#menu::after {
    content: "MENU";
    display: block;
    position: absolute;
    bottom: -2px;
    font-size: 9px;
    color: #999;
    width: 100%;
    text-align: center;
    font-family: "arial", sans-serif;
    letter-spacing: 1px;
}

}


@media screen and (min-width: 1024px){
/* 追記ヘッダー */
.button-toggle {
  display: none;
}
header .nav_pc {
  display: flex;
  gap: 0 1rem;
}
header .nav_pc li a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  color: #000000;
  line-height: 1.0em;
  display: block;  
}
header article {
  width: auto;
  justify-content: flex-end;
  gap: 0 1rem;
}
}


@media screen and (min-width: 1200px){
header .nav_pc {
  gap: 0 1.5rem;
}
header .nav_pc li a {
  font-size: 14px;
}
header article {
  gap: 0 2rem;
}
}

/* 「店舗詳細はこちら」のボタンを非表示にする */
.post_inner_with_thum ul li:last-child a:nth-child(2) {
    display: none !important;
}

/* インスタヘッダーの薄い背景色を透明にする */
.wpsr-ig-header, 
.wpsr-ig-feed-wrapper {
    background-color: transparent !important;
}

/* インスタの幅をサイト全体（1080px）に合わせ、中央に寄せる */
.wpsr-ig-feed-wrapper {
    max-width: 1080px !important;
    margin: 0 auto !important;
}
 .course_pri_plan .c_price p:first-child .num1{
font-size: 2rem!important;
}

/* お客様の声 */
.review{
    max-width: 1200px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 2.0em 20px 6.0em 20px;
}

.review_list {
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
}
.review_item:nth-child(odd){
    margin-right: 1rem;
}

.review_item {
    width: 48%;
    border-top: 1px solid #000;
    padding: 15px 0;
}
.review_head {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.review_img {
    width: 100%;
    height: auto;
}
.review_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.review_info {
    width: 100%;
    margin-left: 3rem;
}
.review_info_name {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-weight: bold;
}
.review_info_prof {
    font-size: 1rem;
}
.review_toggle {
    width: 6rem;
    position: relative;
}
.review_toggle span:nth-child(1) {
    width: 3px;
    height: 35px;
}
.review_toggle span:nth-child(2) {
    width: 35px;
    height: 3px;
}

.review_toggle span {
    display: block;
    background: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.review_text {
    padding: 2rem;
    font-size: 1rem;
    line-height: 1.4;
}
/*追加*/
.cast_desc_inner {
    width: 570px;
    margin: auto;
}
.cast_desc_title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5rem;
    text-align: center;
}
.cast_desc_subTit.subTit01 {
    background: linear-gradient(#b6b6b6 0%, #ccc 100%);
    padding: 1rem;
}

.cast_desc_subTit {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.cast_desc_subTit.subTit02 {
    color: #fff;
    background: #000;
    padding: 1rem;
}

.cast_desc_subTit {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
#course_health h2{
background: #de2847!important;
width: 100%;
}
.campaign-text {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #ff3b3b;
  margin-bottom: 10px;
}
.title_with_band {
  position: relative;
  display: inline-block;
  width: 100%;
}

.band_img {
  position: absolute;
  top: 0px;
  width: 120px;
  height: auto;
  left: 200px;
}

/* スマホ調整 */
@media screen and (max-width: 768px) {

  .band_img {
    width: 90px;
    top: -10px;
    left: 20px;
  }

}