@charset "UTF-8";
/*!
Theme Name:中讃ライフサービス
Description:香川県丸亀市で古紙・アルミ缶回収を行う【中讃ライフサービス】
Theme URI:https://www.koshi-chuusan.co.jp/
License:中讃ライフサービス
License URI:https://www.koshi-chuusan.co.jp/
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&family=Parisienne&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap");
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSansJP-Regular.woff") format("woff"), url("./font/NotoSansJP-Regular.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 600;
  src: url("./font/NotoSansJP-Bold.woff") format("woff"), url("./font/NotoSansJP-Bold.eot") format("eot");
  font-display: swap;
}
/****************************************

リセットCSSここから

*****************************************/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

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

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

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

メディアクエリ/レスポンシブ用mixin

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

          フォントサイズ

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

          フォント種類

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

          カラー種類

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

body設定(主に書式)

*****************************************/
body {
  min-width: 1200px;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #3D3135;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/****************************************

ページ共通

*****************************************/
.wrapper {
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  float: none;
  overflow: hidden;
}

.wrapper02 {
  background: #b94f32;
}

.white_txt p {
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .txt_center {
    text-align: center;
  }
}
.privacyPolicy {
  background: #FFF7F8;
  padding: 30px;
  margin-top: 30px;
}
.privacyPolicy__title {
  text-align: center;
}

.object-fit-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

/* フレックス設定 */
.c-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.c-flex_r {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .c-flex,
  .c-flex_r {
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
  .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
}
.common_section:not(:first-of-type) {
  margin-top: 60px;
}

.common_width {
  max-width: 1020px;
  width: 100%;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .common_width {
    width: calc(100% - 20px);
  }
}

@media print, screen and (min-width: 768px) {
  .txt520 {
    width: 520px;
  }
  .txt720 {
    width: 720px !important;
  }
  .img450 {
    width: 450px;
  }
}
@media screen and (max-width: 767px) {
  .img450 {
    max-width: 450px;
    width: 100%;
    margin-inline: auto;
    margin-top: 20px;
  }
}

.btn-width280 {
  width: 280px;
  height: 50px;
}

@media screen and (max-width: 767px) {
  .btn-width280 {
    margin-inline: auto;
  }
}

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

フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p {
    font-size: 1.4rem;
  }
}
.notoserif {
  font-family: "Noto Serif JP", serif;
}

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

リンク指定&オンマウス時のアクション

*****************************************/
a:link,
a:visited {
  text-decoration: underline;
  transition: 0.3s linear;
}

a:hover,
a:active {
  text-decoration: none;
  transition: 0.3s linear;
}

a img.img_opacity {
  transition: 0.3s linear;
}

a:hover img.img_opacity {
  opacity: 0.7;
  transition: 0.3s linear;
}

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

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_navi,
  #toggle {
    display: none;
  }
  .l-header {
    position: relative;
  }
  .l-header__inner {
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
    padding: 25px 30px;
  }
  .header_logo {
    max-width: 363px;
    width: 100%;
  }
  .header_logo img {
    width: 100%;
    height: auto;
  }
  .header_logo a {
    display: block;
  }
  .l-header__right {
    display: flex;
    align-items: center;
  }
  .header_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 300px;
    height: 110px;
    padding-left: 30px;
    background: rgb(27, 31, 112);
    background: linear-gradient(90deg, rgb(27, 31, 112) 0%, rgb(34, 39, 141) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1b1f70", endColorstr="#22278d", GradientType=1);
  }
  .header_info__text {
    font-family: "Noto Serif JP", serif;
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    line-height: 1.2;
    color: #fff;
  }
  .header_info__tel {
    color: #fff;
    font-weight: 700;
    font-family: "Noto Serif JP", serif;
    font-size: 2.6rem;
    letter-spacing: 0.06em;
    line-height: 1.2;
  }
  .header_info__tel span {
    color: #fff;
    font-size: 1.5rem;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  .header_logo {
    max-width: 200px;
    width: 100%;
    padding: 15px 10px;
  }
  .header_logo a {
    display: block;
  }
  .header_info {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
  #toggle {
    position: fixed;
    /*bodyに対しての絶対位置指定です*/
    right: 15px;
    top: 15px;
    width: 40px;
    height: 37px;
    padding: 7px 5px;
    background: #ec7f98;
    cursor: pointer;
    z-index: 9999;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggle div に対して*/
    width: 100%;
    height: 3px;
    background: #FFF;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 0;
  }
  #toggle span:nth-child(2) {
    top: 10px;
  }
  #toggle span:nth-child(3) {
    top: 20px;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span {
    background: #FFF;
  }
  .open_navi #toggle span:nth-of-type(1) {
    transform: translateY(11px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    transform: translateY(-11px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    padding-bottom: 140px;
    overflow-y: scroll;
    text-align: left;
    background: rgba(237, 129, 152, 0.8);
    z-index: 999;
    transform: translateY(-100%);
    transition: 0.7s ease-in-out;
  }
  .open_navi #sp_navi {
    transform: translateY(0);
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    transform-origin: left center;
    filter: blur(3px);
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    color: #FFF;
    margin: 0 auto;
    font-size: 1.4rem;
    box-sizing: border-box;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
  }
  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    color: #FFF;
    text-decoration: none;
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    color: #ccc;
    background: rgba(245, 245, 245, 0.8);
  }
  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #000;
    text-decoration: none;
  }
  #sp_navi .sub-menu li a:hover {
    color: #ccc;
    background: none;
  }
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    transform: rotate(135deg);
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
/****************************************

pc用 横ナビ

*****************************************/
#g_navi .menu {
  *zoom: 1;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
}

#g_navi .menu > li {
  position: relative;
  text-align: center;
  font-weight: 400;
  margin-right: 40px;
}
#g_navi .menu > li:last-child {
  margin-right: 0;
}

#g_navi .menu > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0;
  color: #3D3136;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-decoration: none;
  transition: 0.3s;
}
#g_navi .menu > li > a:hover {
  opacity: 0.7;
  transition: 0.3s linear;
}

#g_navi .menu li ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  list-style: none;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s linear;
}

#g_navi .menu li ul li {
  width: 100%;
}

#g_navi .menu li ul li a {
  display: block;
  width: 170px;
  padding: 12px 5px;
  background: #FF98AB;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  visibility: hidden;
  transition: 0.3s linear;
}

#g_navi .menu li ul li a:link,
#g_navi .menu li ul li a:visited {
  color: #FFF;
}

#g_navi .menu li ul li a:hover,
#g_navi .menu li ul li a:active {
  background: #f5f5f5;
  color: #21268C;
  transition: 0.3s linear;
}

#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.95;
}

#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 1359px) {
  #g_navi .menu > li {
    margin-right: 1.60416vw;
  }
  #g_navi .menu > li > a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
/****************************************

メインビジュアル

*****************************************/
@media screen and (min-width: 768px) {
  .hero {
    position: relative;
    width: 100%;
  }
  .hero__img {
    width: 100%;
  }
  #slider .metaslider img {
    position: relative;
    width: 1920px;
    left: calc(50% - 960px);
  }
  .catchCopy {
    position: absolute;
    max-width: 923px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 2;
  }
  .catchCopy img {
    width: 100%;
    height: auto;
  }
  .catchCopy__txt {
    color: #FF98AB;
    font-size: 5rem;
    letter-spacing: 0.1em;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    text-shadow: white 1px 1px 20px, white -1px 1px 20px, white 1px -1px 20px, white -1px -1px 20px;
  }
  .catchCopy__en {
    color: #6279EF;
    font-style: italic;
    font-size: 2.2rem;
    line-height: 1.2;
    text-align: center;
    font-weight: 600;
    text-shadow: white 1px 1px 20px, white -1px 1px 20px, white 1px -1px 20px, white -1px -1px 20px;
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .mv__img img {
    position: relative;
    width: 1920px;
    left: calc(50% - 960px);
  }
  .mv__title {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .mv__title span.jp {
    display: block;
    color: #FF98AB;
    font-size: 4rem;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-align: center;
    font-weight: 600;
    text-shadow: white 1px 1px 20px, white -1px 1px 20px, white 1px -1px 20px, white -1px -1px 20px;
  }
  .mv__title span.jp02 {
    color: #993D1B;
  }
  .mv__title span.en {
    display: block;
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    line-height: 1.2;
    font-weight: 600;
    color: #6179EE;
    font-style: italic;
    text-align: center;
    text-shadow: white 1px 1px 20px, white -1px 1px 20px, white 1px -1px 20px, white -1px -1px 20px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mv {
    position: relative;
    width: 100%;
  }
  .mv__title {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .mv__title span.jp {
    display: block;
    color: #FF98AB;
    font-size: 16px;
    font-size: 5vw;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-align: center;
    font-weight: 600;
    text-shadow: white 1px 1px 20px, white -1px 1px 20px, white 1px -1px 20px, white -1px -1px 20px;
  }
  .mv__title span.jp02 {
    color: #993D1B;
  }
  .mv__title span.en {
    display: block;
    font-size: 8px;
    font-size: 2.5vw;
    letter-spacing: 0.08em;
    line-height: 1.2;
    font-weight: 600;
    color: #6179EE;
    font-style: italic;
    text-align: center;
    text-shadow: white 1px 1px 20px, white -1px 1px 20px, white 1px -1px 20px, white -1px -1px 20px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .hero {
    position: relative;
    width: 100%;
  }
  .hero__img {
    width: 100%;
  }
  #slider .metaslider img {
    position: relative;
    width: 150%;
    left: -25%;
  }
  .catchCopy {
    position: absolute;
    width: 80vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 2;
  }
  .catchCopy img {
    width: 100%;
    height: auto;
  }
  .catchCopy .catchCopy__txt {
    color: #FF98AB;
    font-size: 18px;
    font-size: 5.625vw;
    letter-spacing: 0.1em;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
    text-shadow: white 1px 1px 20px, white -1px 1px 20px, white 1px -1px 20px, white -1px -1px 20px;
  }
  .catchCopy .catchCopy__en {
    color: #6279EF;
    font-style: italic;
    font-size: 10px;
    font-size: 3.125vw;
    line-height: 1.2;
    text-align: center;
    font-weight: 600;
    text-shadow: white 1px 1px 20px, white -1px 1px 20px, white 1px -1px 20px, white -1px -1px 20px;
    margin-top: 10px;
  }
}
.mv01 {
  background: url(images/mv01.jpg) no-repeat center top;
  background-size: cover;
}

.mv02 {
  background: url(images/mv02.jpg) no-repeat center top;
  background-size: cover;
}

.mv03 {
  background: url(images/mv03.jpg) no-repeat center top;
  background-size: cover;
}

.mv04 {
  background: url(images/mv04.jpg) no-repeat center top;
  background-size: cover;
}

.mv05 {
  background: url(images/mv05.jpg) no-repeat center top;
  background-size: cover;
}

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

content 共通設定

*****************************************/
.c-page__wrapper {
  padding-bottom: 100px;
}

.breadcrumb_area {
  padding: 20px 0 40px;
}

.breadcrumb_area .breadcrumb p {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  text-align: right;
  color: #000;
}

@media screen and (max-width: 767px) {
  .breadcrumb_area .breadcrumb p {
    font-size: 1.2rem;
    text-align: left;
  }
}

.breadcrumb_area .breadcrumb p a {
  position: relative;
  display: inline-block;
  transition: 0.3s;
  text-decoration: none;
}

.breadcrumb_area .breadcrumb p a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #131313;
  transition: 0.3s;
}

.breadcrumb_area .breadcrumb p a:hover::after {
  width: 100%;
}

.breadcrumb_area .breadcrumb p a:link,
.breadcrumb_area .breadcrumb p a:visited,
.breadcrumb_area .breadcrumb p a:hover,
.breadcrumb_area .breadcrumb p a:active {
  color: #131313;
}

.breadcrumb {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  main#top_main {
    width: 100%;
  }
  .breadcrumb_area {
    width: 100%;
    padding: 10px 10px 30px;
  }
}
.c-bottom-area {
  background: url(images/bottom_area_bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 80px 0;
}
.c-bottom-area__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
.c-bottom-area__list__item {
  width: 410px;
  height: 80px;
  list-style: none;
}
@media print, screen and (min-width: 768px) {
  .c-bottom-area__list__item:first-child {
    margin-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .c-bottom-area {
    padding: 60px 10px;
  }
  .c-bottom-area__list__item:first-child {
    margin-bottom: 20px;
  }
}

.c-tel {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  color: #21268C;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
.c-tel__text {
  font-size: 1.6rem;
}
.c-tel__tel {
  font-size: 2.4rem;
  margin-top: 10px;
}
.c-tel__tel span {
  font-size: 1.6rem;
}

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

トップ用

*****************************************/
.about_section {
  position: relative;
  max-width: 1200px;
  width: calc(100% - 20px);
  padding: 86px 0 160px;
  margin-inline: auto;
}
@media print, screen and (min-width: 768px) {
  .about_section::before {
    position: absolute;
    content: "";
    background: url(images/about_left_img.png) no-repeat;
    width: 248px;
    height: 248px;
    left: 25px;
    bottom: 95px;
  }
  .about_section::after {
    position: absolute;
    content: "";
    background: url(images/about_right_img.png) no-repeat;
    width: 248px;
    height: 242px;
    right: 14px;
    bottom: 218px;
  }
}
.about_section__title {
  color: #443113;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: 3.8rem;
  text-align: center;
  margin-bottom: 44px;
}
.about_section__title span.icon {
  position: relative;
  display: inline-block;
  padding-left: 100px;
}
@media print, screen and (min-width: 768px) {
  .about_section__title span.icon::before {
    position: absolute;
    content: "";
    background: url(images/top01_title_treat.png) no-repeat;
    width: 100px;
    height: 96px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

.fz22 {
  font-size: 2.2rem;
}

.fz30 {
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .about_section {
    padding: 80px 0 120px;
  }
}

@media screen and (max-width: 767px) {
  .about_section__title {
    font-size: 2.8rem;
  }
  .about_section__title .fz22 {
    font-size: 1.8rem;
  }
  .about_section__title .fz30 {
    font-size: 2.6rem;
  }
  .about_section__title span.icon {
    padding-left: 0;
    padding-top: 80px;
  }
  .about_section__title span.icon::before {
    position: absolute;
    content: "";
    background: url(images/top01_title_treat.png) no-repeat;
    background-size: contain;
    width: 80px;
    height: 76px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.marker {
  background: linear-gradient(transparent 70%, #F8F784 70%);
}

.pink {
  color: #FF98AB;
}

@media print, screen and (min-width: 768px) {
  .about_section__txt {
    text-align: center;
    line-height: 1.8;
  }
}
.about_section__list {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .about_section__list {
    flex-direction: column;
    align-items: center;
  }
}

.about_section__list__btn {
  width: 280px;
  height: 50px;
}

@media screen and (max-width: 767px) {
  .about_section__list__btn {
    margin-inline: auto;
    max-width: 280px;
    width: 100%;
  }
  .about_section__list__btn:first-of-type {
    margin-bottom: 20px;
  }
}

.group_section {
  background: #FDF7E8;
  padding: 100px 0;
}
.group_section__list .elementor-container {
  display: flex;
  justify-content: space-between;
  max-width: 1020px;
  width: 100%;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .group_section {
    padding: 80px 10px;
  }
  .group_section__list {
    flex-direction: column;
  }
}

.group_section__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 320px !important;
}
.group_section__item__bottom {
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .group_section__item {
    max-width: 320px;
    width: 100%;
    margin-inline: auto;
    margin-bottom: 50px;
  }
  .group_section__item:last-child {
    margin-bottom: 0;
  }
}

.group_section__item__txt {
  text-align: center;
}

.group_section__item__img {
  margin-bottom: 20px;
}

.group_section__item__title {
  display: inline;
  font-size: 2.2rem;
  color: #FF99AC;
  font-weight: 600;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .group_section__item__title {
    font-size: 2rem;
  }
}

.group_section__item__btn {
  width: 190px;
  height: 50px;
  margin-inline: auto;
  margin-top: auto;
}

.subHead {
  position: relative;
  text-align: center;
  color: #FF99AC;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
  z-index: 2;
}
.subHead::after {
  position: absolute;
  content: "";
  background: url(images/circle_icon01.png) no-repeat;
  width: 69px;
  height: 62px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: -1;
}
.subHead span.en {
  position: relative;
  display: inline;
  color: #9297A5;
  font-weight: 600;
  letter-spacing: 0.08em;
  font-size: 1.6rem;
  line-height: 1.2;
  padding: 0 65px;
}
.subHead span.en::before {
  position: absolute;
  content: "";
  background: #9297A5;
  width: 50px;
  height: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.subHead span.en::after {
  position: absolute;
  content: "";
  background: #9297A5;
  width: 50px;
  height: 1px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .subHead {
    font-size: 2.8rem;
  }
  .subHead span.en {
    font-size: 1.4rem;
  }
}

.banner_list .elementor-container {
  display: flex;
  justify-content: center;
  width: 1020px;
  margin-inline: auto;
  gap: 0 30px;
  margin-top: 100px;
}
.banner_list__item a {
  display: block;
}

@media screen and (max-width: 767px) {
  .banner_list .elementor-container {
    max-width: 1020px;
    width: 100%;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .banner_list {
    flex-direction: column;
  }
  .banner_list__item {
    max-width: 320px;
    width: 100%;
    margin-inline: auto;
    margin-bottom: 20px;
  }
  .banner_list__item:last-child {
    margin-bottom: 0;
  }
}

.banner_list .elementor-column {
  max-width: 320px;
  width: 100%;
}

.lodge_section {
  background: url(images/lodge_section_bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 100px 0;
}
.lodge_section__list .elementor-container {
  max-width: 1020px;
  width: 100%;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .lodge_section {
    padding: 80px 10px;
    flex-direction: column;
  }
}

.lodge_section__item {
  display: flex;
  flex-direction: column;
  background: #fff;
  width: 320px !important;
  border: 2px solid #FF99AC;
  border-radius: 8px;
  padding: 20px 20px 30px 20px;
}

@media screen and (max-width: 767px) {
  .lodge_section__item {
    max-width: 320px;
    width: 100%;
    margin-inline: auto;
    margin-bottom: 50px;
  }
  .lodge_section__item:last-child {
    margin-bottom: 0;
  }
}

.lodge_section__item__bottom {
  padding-bottom: 20px;
}

.lodge_section__item__img {
  margin-bottom: 20px;
}

.lodge_section__item__btn {
  width: 190px;
  height: 50px;
  margin-inline: auto;
  margin-top: auto;
}

.lodge_section__item__title {
  position: relative;
  font-weight: 600;
  color: #FF99AC;
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1.2;
  border-bottom: 2px dotted #333;
  padding: 0 0 10px 37px;
  margin-bottom: 20px;
}
.lodge_section__item__title::before {
  position: absolute;
  content: "";
  background: url(images/circle_icon02.png) no-repeat;
  width: 23px;
  height: 22px;
  left: 0;
}

.blog {
  margin-bottom: 100px;
}

.blog_section {
  max-width: 1020px;
  width: 100%;
  margin-inline: auto;
  padding: 100px 0;
}
.blog_section__title {
  position: relative;
  background: url(images/blog_title_line.png) repeat-x left bottom;
  color: #FF98AB;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding: 0 0 7px 50px;
  margin-bottom: 20px;
}
.blog_section__title::before {
  position: absolute;
  content: "";
  background: url(images/blog_title_treat.png) no-repeat;
  width: 36px;
  height: 30px;
  left: 0;
  top: 10px;
}

@media screen and (max-width: 767px) {
  .blog_section {
    width: calc(100% - 20px);
    padding: 80px 0;
  }
  .blog_section__title {
    font-size: 2.2rem;
    padding: 0 0 7px 40px;
  }
  .blog_section__title::before {
    background-size: contain;
    width: 30px;
    height: 24px;
    left: 0;
    top: 10px;
  }
}

.blog_section__post {
  height: 250px;
  overflow-y: scroll;
}

.blog_section__item {
  position: relative;
  display: flex;
  justify-content: start;
  flex-direction: row-reverse;
  padding: 16px 0 16px 20px;
  border-bottom: 1px dotted #999999;
  width: 96%;
}
.blog_section__item::before {
  position: absolute;
  content: "";
  background: url(images/right_arrow.png) no-repeat;
  width: 9px;
  height: 12px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.blog_section__item__title a {
  color: #3D3136;
}
.blog_section__item__date {
  color: #888888;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .blog_section__item {
    flex-direction: column-reverse;
  }
  .blog_section__item::before {
    top: 30px;
  }
}

.blog_section02 {
  max-width: 1020px;
  width: 100%;
  margin-inline: auto;
  padding: 100px 0;
}
.blog_section02__title {
  position: relative;
  background: url(images/blog_title_line02.png) repeat-x left bottom;
  color: #fff;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding: 0 0 7px 50px;
  margin-bottom: 20px;
}
.blog_section02__title::before {
  position: absolute;
  content: "";
  background: url(images/blog_title_treat02.png) no-repeat;
  width: 36px;
  height: 30px;
  left: 0;
  top: 6px;
}

@media screen and (max-width: 767px) {
  .blog_section02 {
    width: calc(100% - 20px);
    padding: 80px 0;
  }
  .blog_section02__title {
    font-size: 2.2rem;
    padding: 0 0 7px 40px;
  }
  .blog_section02__title::before {
    background-size: contain;
    width: 30px;
    height: 24px;
    left: 0;
    top: 6px;
  }
}

.blog_section02__post {
  height: 250px;
  overflow-y: scroll;
}

.blog_section02__item {
  position: relative;
  display: flex;
  justify-content: start;
  flex-direction: row-reverse;
  padding: 16px 0 16px 20px;
  border-bottom: 1px dotted #fff;
  width: 96%;
}
.blog_section02__item::before {
  position: absolute;
  content: "";
  background: url(images/right_arrow02.png) no-repeat;
  width: 9px;
  height: 12px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.blog_section02__item__title a {
  color: #fff;
}
.blog_section02__item__date {
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .blog_section02__item {
    flex-direction: column-reverse;
  }
  .blog_section02__item::before {
    top: 30px;
  }
}

.blog_secition__btn {
  width: 280px;
  height: 50px;
  margin-top: 55px;
  margin-inline: auto;
}

.recruit_section {
  background: url(images/recruit_section_bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .recruit_section {
    position: relative;
    padding: 41.45833% 10px 80px;
    background: #E0ECF8;
  }
  .recruit_section::before {
    position: absolute;
    content: "";
    background: url(images/sp_recruit_img.jpg) no-repeat;
    width: 100%;
    height: 0;
    padding-top: 41.45833%;
    background-size: cover;
    top: 0;
    left: 0;
  }
}

.recruit_section__container {
  max-width: 1020px;
  width: 100%;
  margin-inline: auto;
}

@media print, screen and (min-width: 768px) {
  .recruit_section__left {
    width: 56% !important;
  }
}
.recruit_section__title {
  position: relative;
  color: #FF99AC;
  font-size: 3rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1;
  z-index: 2;
  margin-bottom: 40px;
}
.recruit_section__title::after {
  position: absolute;
  content: "";
  background: url(images/circle_icon01.png) no-repeat;
  width: 68px;
  height: 62px;
  z-index: -1;
  left: 0;
  top: 17px;
}
.recruit_section__title span.en {
  display: inline-block;
  color: #9297A5;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .recruit_section__title {
    font-size: 2.8rem;
    line-height: 1.3;
  }
  .recruit_section__title span.en {
    font-size: 1.4rem;
  }
}

.recruit_section__btn {
  width: 280px;
  height: 50px;
}

@media screen and (max-width: 767px) {
  .recruit_section__btn {
    max-width: 280px;
    width: 100%;
    margin-inline: auto;
  }
}

.lodge_section02 {
  background: #F8EFE2;
  padding: 80px 0;
}
.lodge_section02__container {
  max-width: 1020px;
  width: 100%;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .lodge_section02 {
    padding: 80px 10px;
  }
}

.lodge_section02__title {
  text-align: center;
  color: #443113;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .lodge_section02__title {
    font-size: 20px;
    font-size: 6.25vw;
  }
}

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

下層用

*****************************************/
.blog__item:not(:first-of-type) {
  margin-top: 60px;
}

.blog__title {
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  background: url(images/subhead_line.jpg) repeat-x left bottom;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.blog__btn {
  width: 280px;
  height: 50px;
  margin-left: auto;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .blog__btn {
    margin-inline: auto;
  }
}

.blog__img {
  position: relative;
  width: 450px;
  height: 340px;
}

@media screen and (max-width: 767px) {
  .blog__img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    margin-top: 20px;
  }
}

.common_section01 {
  background: #FFF7F8;
  border: 5px solid #FF98AB;
  border-radius: 10px;
  padding: 30px;
}
@media print, screen and (min-width: 768px) {
  .common_section01 p {
    text-align: center;
  }
}
.common_section01__title {
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
}

.common_section01__btn {
  width: 280px;
  height: 50px;
  margin-inline: auto;
  margin-top: 30px;
}

.common_section02 {
  background: #F8EFE2;
  border: 5px solid #993D1B;
  border-radius: 10px;
  padding: 30px;
}
@media print, screen and (min-width: 768px) {
  .common_section02 p {
    text-align: center;
  }
}
.common_section02__title {
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
}

.common_section02__btn {
  width: 280px;
  height: 50px;
  margin-inline: auto;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .common_section02 {
    padding: 20px;
  }
  .common_section02__title {
    font-size: 20px;
    font-size: 6.25vw;
  }
}

.personal__item {
  width: 490px !important;
}
@media print, screen and (min-width: 768px) {
  .personal__item:nth-of-type(2n) {
    margin-left: 40px;
  }
}
.personal__item__img {
  margin-bottom: 20px;
}
.personal__item__title {
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.2;
  padding-left: 15px;
  padding-top: 3px;
}
.personal__item__title::before {
  position: absolute;
  content: "";
  background: #FF98AB;
  width: 5px;
  height: 30px;
  left: 0;
  top: 4px;
}

.personal_section02 .elementor-container {
  display: flex;
  flex-wrap: wrap;
}

.personal_section03__item:not(:first-of-type) {
  margin-top: 30px;
}

.personal_section03__item__title {
  font-size: 1.8rem;
  font-weight: 600;
}

.attention_section {
  margin-top: 60px;
}

.attention_section__title {
  position: relative;
  background: #FF98AB;
  color: #fff;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding: 10px 20px 10px 60px;
  margin-bottom: 30px;
}
.attention_section__title::before {
  position: absolute;
  content: "";
  background: url(images/attention_title_icon.png) no-repeat;
  width: 32px;
  height: 30px;
  top: 12px;
  left: 20px;
}

.elementor-heading-title {
  line-height: 1.5 !important;
}

.business_list .elementor-container {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  margin-inline: auto;
  width: 1020px;
}

@media screen and (max-width: 767px) {
  .business_list .elementor-container {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}

.business_item {
  width: 320px !important;
}
.business_item__img {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .business_item {
    margin-top: 40px;
  }
  .business_item:first-of-type {
    margin-top: 0;
  }
}

.business_item__title {
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  padding: 0 0 0 15px;
  margin-bottom: 20px;
}
.business_item__title::before {
  position: absolute;
  content: "";
  background: #FF98AB;
  width: 5px;
  height: 30px;
  left: 0;
  top: 5px;
}

.eco_img01 {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}

.post {
  max-width: 1020px;
  width: 100%;
  margin-inline: auto;
  display: grid;
  gap: 40px 0;
  grid-template-columns: 1fr 1fr 1fr;
}
.post__item {
  max-width: 320px;
  width: 100%;
}
.post__item__img {
  margin-bottom: 20px;
  position: relative;
  width: 320px;
  height: 240px;
}
.post__item__title {
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  padding: 0 0 0 15px;
  margin-bottom: 20px;
}
.post__item__title::before {
  position: absolute;
  content: "";
  background: #973A17;
  width: 5px;
  height: 30px;
  left: 0;
  top: 4px;
}

@media screen and (max-width: 767px) {
  .post {
    grid-template-columns: repeat(2, 1fr);
    align-content: space-between;
    gap: 10px;
  }
  .post__item {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .post__item__img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
  }
}

.elementor-accordion .elementor-accordion-item {
  border: none !important;
}

.elementor-accordion .elementor-tab-title {
  padding: 0 !important;
}

.elementor-accordion .elementor-tab-title a {
  background: url(images/subhead_line.jpg) repeat-x left bottom;
  display: block;
  text-decoration: none;
  font-weight: 500 !important;
  font-size: 2.2rem !important;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: relative;
  padding: 15px 10px 15px 45px;
  margin-bottom: 30px;
}

.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened {
  display: none !important;
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed {
  display: none !important;
}

.elementor-accordion .elementor-tab-title a::before {
  position: absolute;
  content: "Q.";
  font-weight: 600;
  font-size: 2.4rem;
  color: #FF98AB;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.elementor-accordion .elementor-tab-content {
  position: relative;
  border-top: none !important;
}

.elementor-accordion .elementor-tab-content::before {
  position: absolute;
  content: "A.";
  font-weight: 600;
  font-size: 2.4rem;
  color: #3553EA;
  left: 12px;
  top: 18px;
}

.elementor-accordion .elementor-tab-content {
  padding: 26px 20px 26px 45px;
}

.elementor-accordion .elementor-tab-contentt p {
  line-height: 1.8;
}

.elementor-accordion-item {
  margin-bottom: 50px !important;
}

.elementor-accordion div:last-child {
  margin-bottom: 0 !important;
}

.elementor-40 .elementor-element.elementor-element-90f04c5 .elementor-tab-content {
  background: #FDF7E8;
}

@media screen and (max-width: 767px) {
  .elementor-accordion .elementor-tab-title a {
    font-size: 1.8rem !important;
    padding: 12px 10px 12px 40px !important;
  }
  .elementor-accordion .elementor-tab-title a::before {
    font-size: 2.2rem;
    left: 10px;
    top: 7px;
    transform: inherit;
  }
  .elementor-accordion .elementor-tab-content::before {
    font-size: 2.2rem;
    left: 10px;
    top: 10px;
  }
}
/****************************************

single.php

*****************************************/
.single_box img {
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}

.single_box02 {
  color: #fff;
}

.nav-below {
  display: flex;
  justify-content: center;
  width: 540px;
  margin: 70px auto 0;
  padding: 15px 10px;
  background: #FF98AB;
}

.nav-below02 {
  background: #993E1C;
}

.nav-below li {
  color: #FFF;
  font-size: 1.5rem;
  list-style: none;
  text-align: center;
  transition: 0.3s;
}

.nav-below li a:link,
.nav-below li a:visited {
  color: #FFF;
  text-decoration: none;
  transition: 0.3s;
}

.nav-below li a:hover,
.nav-below li a:active {
  color: rgba(255, 255, 255, 0.7);
  transition: 0.3s;
}

.pager {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

a.page-numbers {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 12px;
  margin: 0 3px 5px;
  font-size: 1.4rem;
}

.pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 12px;
  margin: 0 3px 5px;
  font-size: 1.6rem;
  background: black;
  border: solid 1px black;
  color: white;
}

@media screen and (max-width: 767px) {
  .single_box {
    width: 100%;
  }
  .single_box .single_tit {
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 2.2rem;
  }
  .single_box img {
    max-width: 100%;
    margin: 10px 0;
  }
  .nav-below {
    flex-wrap: wrap;
    width: auto;
    margin-top: 50px;
    padding-top: 12px;
    text-align: center;
  }
  .nav-below li {
    font-size: 1.4rem;
  }
}
/****************************************

テーブル

*****************************************/
iframe {
  vertical-align: top !important;
}

.c-table01 {
  width: 100%;
}
.c-table01 th {
  width: 26%;
  background: #FFF7F8;
  border: 1px solid #ccc;
  font-weight: normal;
  padding: 11px 20px 10px;
  text-align: left;
  vertical-align: top;
  color: #FF98AB;
  font-weight: bold;
}
.c-table01 td {
  width: 74%;
  border: 1px solid #ccc;
  padding: 11px 20px 10px;
  text-align: left;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .c-table01 th,
  .c-table01 td {
    display: block;
    width: 100%;
    margin-top: -1px;
  }
}

.c-table02 {
  width: 100%;
}
.c-table02 th {
  width: 26%;
  background: #F8EFE2;
  border: 1px solid #ccc;
  font-weight: normal;
  padding: 11px 20px 10px;
  text-align: left;
  vertical-align: top;
  color: #973A17;
  font-weight: bold;
}
.c-table02 td {
  width: 74%;
  border: 1px solid #ccc;
  padding: 11px 20px 10px;
  text-align: left;
  vertical-align: middle;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .c-table01 th,
  .c-table01 td {
    display: block;
    width: 100%;
    margin-top: -1px;
  }
}

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

ボタン

*****************************************/
.top_btn_wrap .elementor-container {
  display: flex;
  width: 580px;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .top_btn_wrap .elementor-container {
    flex-direction: column;
    width: 100%;
  }
}

.btn280 {
  max-width: 280px !important;
  width: 100% !important;
}

@media screen and (max-width: 767px) {
  .btn280 {
    margin-inline: auto;
  }
}

.about_section__list__btn a {
  box-sizing: border-box;
  margin: 0;
  border: 0;
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #000;
  min-width: 280px;
  width: 100%;
  height: 50px;
  position: relative;
  background: #FF98AB !important;
  transition: 0.3s linear;
  border-radius: 25px;
  font-weight: 600;
}
.about_section__list__btn a:hover {
  opacity: 0.7;
  transition: 0.3s linear;
}
.about_section__list__btn a::after {
  position: absolute;
  content: "";
  background: url(images/btn_arrow.png) no-repeat;
  width: 17px;
  height: 16px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.blog_secition__btn a {
  box-sizing: border-box;
  margin: 0;
  border: 0;
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff;
  transition: 0.3s linear;
  background: #FF98AB;
  border-radius: 25px;
  font-weight: 600;
  width: 280px !important;
  height: 50px;
}
.blog_secition__btn a:hover {
  opacity: 0.7;
  transition: 0.3s linear;
}
.blog_secition__btn a::after {
  position: absolute;
  content: "";
  background: url(images/btn_arrow.png) no-repeat;
  width: 17px;
  height: 16px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.recruit_section__btn a {
  box-sizing: border-box;
  margin: 0;
  border: 0;
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff;
  transition: 0.3s linear;
  background: #FF98AB;
  border-radius: 25px;
  font-weight: 600;
  width: 280px !important;
  height: 50px;
}
.recruit_section__btn a:hover {
  opacity: 0.7;
  transition: 0.3s linear;
}
.recruit_section__btn a::after {
  position: absolute;
  content: "";
  background: url(images/btn_arrow.png) no-repeat;
  width: 17px;
  height: 16px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

a.c-btn {
  box-sizing: border-box;
  margin: 0;
  border: 0;
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.btn-width280 a {
  box-sizing: border-box;
  margin: 0;
  border: 0;
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff;
  transition: 0.3s linear;
  background: #FF98AB;
  border-radius: 25px;
  font-weight: 600;
  width: 280px !important;
  height: 50px;
}
.btn-width280 a:hover {
  opacity: 0.7;
  transition: 0.3s linear;
}
.btn-width280 a::after {
  position: absolute;
  content: "";
  background: url(images/btn_arrow.png) no-repeat;
  width: 17px;
  height: 16px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.btn-width280-brawn a {
  box-sizing: border-box;
  margin: 0;
  border: 0;
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff;
  transition: 0.3s linear;
  border-radius: 25px;
  font-weight: 600;
  width: 280px !important;
  height: 50px;
}
.btn-width280-brawn a:hover {
  opacity: 0.7;
  transition: 0.3s linear;
}
.btn-width280-brawn a::after {
  position: absolute;
  content: "";
  background: url(images/btn_arrow02.png) no-repeat;
  width: 17px;
  height: 16px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.common_section01__btn a {
  box-sizing: border-box;
  margin: 0;
  border: 0;
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff;
  transition: 0.3s linear;
  background: #FF98AB;
  border-radius: 25px;
  font-weight: 600;
  width: 280px !important;
  height: 50px;
}
.common_section01__btn a:hover {
  opacity: 0.7;
  transition: 0.3s linear;
}
.common_section01__btn a::after {
  position: absolute;
  content: "";
  background: url(images/btn_arrow.png) no-repeat;
  width: 17px;
  height: 16px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

a.c-btn01 {
  position: relative;
  color: #fff;
  transition: 0.3s linear;
  background: #FF98AB;
  border-radius: 25px;
  font-weight: 600;
}
a.c-btn01:hover {
  opacity: 0.7;
  transition: 0.3s linear;
}
a.c-btn01::after {
  position: absolute;
  content: "";
  background: url(images/btn_arrow.png) no-repeat;
  width: 17px;
  height: 16px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.group_section__item__btn a {
  box-sizing: border-box;
  margin: 0;
  border: 0;
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  background: #FF99AC;
  border-radius: 8px;
  color: #fff;
  width: 190px !important;
  height: 50px;
}
.group_section__item__btn a:hover {
  opacity: 0.7;
  transition: 0.3s linear;
}
.group_section__item__btn a::after {
  position: absolute;
  content: "";
  background: url(images/btn_arrow.png) no-repeat;
  width: 17px;
  height: 16px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.lodge_section__item__btn a {
  box-sizing: border-box;
  margin: 0;
  border: 0;
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  background: #FF99AC;
  border-radius: 8px;
  color: #fff;
  width: 190px !important;
  height: 50px;
}
.lodge_section__item__btn a:hover {
  opacity: 0.7;
  transition: 0.3s linear;
}
.lodge_section__item__btn a::after {
  position: absolute;
  content: "";
  background: url(images/btn_arrow.png) no-repeat;
  width: 17px;
  height: 16px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

a.c-btn02 {
  position: relative;
  background: #FF99AC;
  border-radius: 8px;
  color: #fff;
}
a.c-btn02::after {
  position: absolute;
  content: "";
  background: url(images/btn_arrow.png) no-repeat;
  width: 17px;
  height: 16px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

a.c-btn03 {
  background: #FF99AC;
  border-radius: 25px;
  color: #fff;
}
a.c-btn03:hover {
  background: #ffa5b6;
}
a.c-btn03 span {
  position: relative;
  padding-left: 32px;
}
a.c-btn03 span::before {
  position: absolute;
  content: "";
  background: url(images/mail_icon.png) no-repeat;
  width: 22px;
  height: 18px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

a.c-btn04 {
  position: relative;
  color: #fff;
  transition: 0.3s linear;
  background: #993E1C;
  border-radius: 25px;
  font-weight: 600;
}
a.c-btn04:hover {
  opacity: 0.7;
  transition: 0.3s linear;
}
a.c-btn04::after {
  position: absolute;
  content: "";
  background: url(images/btn_arrow02.png) no-repeat;
  width: 17px;
  height: 16px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

span.brown {
  color: #993E1C !important;
}

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

レイアウト設定

*****************************************/
.ml15 {
  margin-left: 15px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mt80 {
  margin-top: 80px;
}

.mt30 {
  margin-top: 30px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

@media print, screen and (min-width: 768px) {
  .l-width1040 {
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;
  }
  .l-text500 {
    width: 500px;
  }
  .l-text530 {
    width: 530px;
  }
  .l-text590 {
    width: 590px;
  }
}
@media screen and (max-width: 767px) {
  .l-width1040 {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .l-text500,
  .l-text530,
  .l-text590 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .mt30 {
    margin-top: 20px;
  }
  .mb40 {
    margin-bottom: 30px;
  }
  .mb50 {
    margin-bottom: 40px;
  }
  .mb60,
  .mb70,
  .mb80 {
    margin-bottom: 50px;
  }
  .txt550,
  .txt590,
  .txt680 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .img560 {
    max-width: 560px;
    width: 100%;
    margin: 20px auto 0;
  }
}

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

P

*****************************************/
/* 改行 */
.line_break {
  padding-top: 25px;
}

.line_break02 {
  padding-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
/* 強調 */
.bold {
  font-weight: bold;
}

.big {
  font-size: 2rem;
}

.small {
  font-size: 1.4rem;
}

.red {
  color: #FF0000;
}

/* 位置 */
@media print, screen and (min-width: 768px) {
  .align_center {
    text-align: center;
  }
}
/****************************************

img

*****************************************/
.img160 {
  width: 160px;
}

@media screen and (max-width: 767px) {
  .img160 {
    margin: 20px auto 0;
  }
}

.img200 {
  width: 200px;
}

.img350 {
  width: 350px;
}

@media screen and (max-width: 767px) {
  .img350 {
    width: 100%;
    margin: 20px auto 0;
  }
}

.img400 {
  width: 400px;
}

@media screen and (max-width: 767px) {
  .img400 {
    width: 100%;
    margin: 20px auto 0;
  }
}

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

共通タイトル

*****************************************/
.headline {
  position: relative;
  text-align: center;
  color: #FF98AB;
  font-weight: 600;
  font-size: 3rem;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
  margin-bottom: 35px;
}
.headline::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background: #FF98AB;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .headline {
    font-size: 20px;
    font-size: 6.25vw;
  }
}

.headline02 {
  position: relative;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 3rem;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
  margin-bottom: 35px;
}
.headline02::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .headline02 {
    font-size: 20px;
    font-size: 6.25vw;
  }
}

.page_subHead {
  position: relative;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  background: url(images/subhead_line.jpg) repeat-x left bottom;
  padding: 0 0 18px 28px;
  margin-bottom: 30px;
  line-height: 1.5;
}
.page_subHead::before {
  position: absolute;
  content: "";
  background: url(images/subhead_icon.png) no-repeat;
  width: 23px;
  height: 23px;
  top: 6px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .page_subHead {
    font-size: 18px;
    font-size: 5.625vw;
  }
  .page_subHead::before {
    top: 6px;
  }
}

.page_subHead02 {
  position: relative;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  background: url(images/subhead_line02.jpg) repeat-x left bottom;
  padding: 0 0 18px 28px;
  margin-bottom: 30px;
  line-height: 1.5;
  color: #fff;
}
.page_subHead02::before {
  position: absolute;
  content: "";
  background: url(images/subhead_icon02.png) no-repeat;
  width: 23px;
  height: 23px;
  top: 6px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .page_subHead02 {
    font-size: 18px;
    font-size: 5.625vw;
  }
  .page_subHead02::before {
    top: 5px;
  }
}

.item_section__box {
  background: #FDF7E8;
  padding: 30px;
}
.item_section__box:not(:first-of-type) {
  margin-top: 30px;
}
.item_section__box__title {
  position: relative;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 20px;
  padding-left: 16px;
}
.item_section__box__title::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 6px;
  border-color: transparent transparent transparent #ff9eb0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

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

spフッター

*****************************************/
@media screen and (max-width: 767px) {
  .pc_footer {
    display: none;
  }
  .l-footer {
    background: #FFF2F4;
    padding: 60px 0 70px;
  }
  .l-footer02 {
    background: #F8EFE2;
  }
  .address {
    font-style: normal;
    color: #443114;
    letter-spacing: 0.08em;
    font-size: 1.4rem;
    text-align: center;
  }
  .footer_tel {
    color: #3D3135;
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    font-weight: 600;
    line-height: 1;
    margin-top: 10px;
    text-align: center;
  }
  .footer_tel span {
    position: relative;
    padding-left: 42px;
  }
  .footer_tel span::before {
    position: absolute;
    content: "";
    background: url(images/tel_icon.png) no-repeat;
    width: 32px;
    height: 32px;
    left: 0;
  }
  .sp_footer__btn {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    z-index: 9999;
  }
  .sp_footer__btn ul {
    display: flex;
    height: 70px;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #ed8198;
  }
  .sp_footer__btn ul li {
    position: relative;
    width: 33.3333333333%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 1rem;
  }
  .sp_footer__btn ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    color: #fff;
    text-decoration: none;
  }
  .sp_footer__btn ul li a span {
    position: relative;
    display: block;
    height: auto;
    padding-top: 32px;
    line-height: 1.4;
    text-align: center;
  }
  .sp_footer__btn ul li a span::after {
    content: "";
    position: absolute;
    display: inline-block;
    left: calc(50% - 12px);
    top: 0;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center top;
  }
  .sp_mail::after {
    background-image: url(images/sp_mail.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .sp_tel::after {
    background-image: url(images/sp_tel.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .sp_pagetop::after {
    background-image: url(images/sp_pagetop.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .sp_footer__btn ul li:not(:last-child) {
    border-right: 1px solid #fbb1bf;
  }
  .pageTop {
    display: none !important;
  }
  .siteMap {
    display: none;
  }
  .footer_logo {
    max-width: 200px;
    width: 100%;
    margin: 0 auto 30px;
  }
  .copyright {
    background: #FF98AB;
    color: #fff;
    text-align: center;
    padding: 12px 0;
    margin-top: 60px;
  }
  .copyright02 {
    background: #993E1C;
  }
}
/****************************************

pcフッター

*****************************************/
@media print, screen and (min-width: 768px) {
  .sp_footer {
    display: none;
  }
  .sp_footer__btn {
    display: none;
  }
  .pageTop {
    position: fixed;
    background: #FF98AB;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    bottom: 90px;
    right: 30px;
  }
  .pageTop02 {
    background: #FFB76A;
  }
  .address {
    font-style: normal;
    color: #443114;
    letter-spacing: 0.08em;
    font-size: 1.6rem;
  }
  .footer_logo {
    width: 363px;
  }
  .footer_logo a {
    display: inline-block;
  }
  .footer_tel {
    color: #3D3135;
    font-size: 3rem;
    letter-spacing: 0.1em;
    font-weight: 600;
    line-height: 1;
    margin-top: 10px;
  }
  .footer_tel span {
    position: relative;
    padding-left: 42px;
  }
  .footer_tel span::before {
    position: absolute;
    content: "";
    background: url(images/tel_icon.png) no-repeat;
    width: 32px;
    height: 32px;
    left: 0;
  }
  .footer_tel02 span::before {
    position: absolute;
    content: "";
    background: url(images/tel_icon02.png) no-repeat;
    width: 32px;
    height: 32px;
    left: 0;
  }
  .l-footer {
    background: #FFF2F4;
  }
  .l-footer__inner {
    width: 1020px;
    margin-inline: auto;
  }
  .l-footer02 {
    background: #F8EFE2;
  }
  .l-footer__top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted #999999;
    padding: 60px 0 65px;
  }
  .l-footer__left {
    width: 50%;
  }
  .l-footer__right__txt {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.2;
    letter-spacing: 0.08em;
    color: #3D3135;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .l-footer__right__txt span {
    color: #FF98AB;
    font-size: 2.4rem;
  }
  .l-footer__right {
    width: 320px;
  }
  .l-footer__right__btn {
    width: 100%;
    height: 50px;
  }
  .l-footer__bottom {
    padding: 60px 0;
  }
  .siteMap {
    display: flex;
    justify-content: center;
    gap: 0 50px;
    line-height: 1;
  }
  .subMenu__item {
    margin-bottom: 20px;
  }
  .subMenu__item:last-child {
    margin-bottom: 0;
  }
  .subMenu__item a {
    color: #3D3135;
    font-size: 1.4rem;
    text-decoration: none;
  }
  .subMenu__item a:hover {
    text-decoration: underline;
  }
  .headTitle {
    position: relative;
    color: #3D3135;
    font-size: 1.6rem;
    margin-bottom: 20px;
    padding-left: 20px;
  }
  .headTitle::before {
    position: absolute;
    content: "";
    background: url(images/right_arrow.png) no-repeat;
    width: 9px;
    height: 13px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .headTitle a {
    color: #3D3135;
    text-decoration: none;
  }
  .headTitle a:hover {
    text-decoration: underline;
  }
  .headTitle02::before {
    position: absolute;
    content: "";
    background: url(images/right_arrow02.png) no-repeat;
    width: 9px;
    height: 13px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .subMenu {
    padding-left: 20px;
  }
  .copyright {
    background: #FF98AB;
    color: #fff;
    text-align: center;
    padding: 16px 0;
  }
  .copyright02 {
    background: #993E1C;
  }
}
#gallery-1 img {
  border: none !important;
}

@media print, screen and (min-width: 768px) {
  #gallery-1 .gallery-item {
    width: 320px !important;
    margin-top: 0 !important;
    margin-right: 30px;
    margin-bottom: 30px;
  }
  #gallery-1 .gallery-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
/****************************************

Contact Form7

*****************************************/
.contactForm {
  margin-top: 30px;
}

/* フォームカラー */
.wpcf7 {
  width: 100%;
}

.wpcf7-form textarea {
  width: 100%;
  /*本文*/
  max-width: 100%;
  padding: 3px 5px;
  border: 1px solid #CCC;
  border-radius: 3px;
  transition: 0.3s;
}

.wpcf7-form select {
  width: auto;
  padding: 3px 5px;
  border: 1px solid #CCC;
  border-radius: 3px;
  transition: 0.3s;
}

.wpcf7-form input {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
  transition: 0.3s;
  /*ラジオボタン、チェックボタン*/
}

/* 送信ボタン */
.tc {
  text-align: center;
}

.wpcf7 .tc input[type=submit] {
  cursor: pointer;
  width: 410px;
  max-width: 100%;
  padding: 18px;
  box-shadow: none;
  border: 1px #FF99AC solid;
  border-radius: 8px;
  background-color: #FF99AC;
  color: #fff;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.25s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 30px;
}

.wpcf7 .tc input[type=submit]:disabled {
  cursor: not-allowed;
  box-shadow: none !important;
  border: 1px solid #f8f8f8 !important;
  background-color: #f8f8f8 !important;
  color: #929292 !important;
}

.wpcf7 .tc input[type=submit]:hover {
  box-shadow: 0 0 1px 1px rgba(39, 125, 212, 0.3);
  background-color: #fff;
  color: #FF99AC;
  transition: all 0.25s;
}

.wpcf7 .tc input[type=submit]:focus {
  outline: 0;
  border: 1px #FF99AC solid;
  box-shadow: 0 0 2px 2px rgba(39, 125, 212, 0.5);
}

.wpcf7-text {
  width: 100%;
}

.form_row {
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #ccc;
  font-size: 1.2rem;
}

.form_row .form_label {
  width: 300px;
}

.form_row .form_label .required {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #cc0000;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #d7d7d7;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_input {
  width: calc(100% - 300px);
}

.form_row .form_input_post {
  width: 180px;
}

.form_row .form_input_post_txt {
  color: #b20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.form_row.last_row {
  padding-bottom: 0;
  border-bottom: none;
}

.wpcf7 .form_input_post input[type=tel],
.wpcf7 .form_input input[type=email],
.wpcf7 .form_input input[type=tel],
.wpcf7 .form_input input[type=text],
.wpcf7 .form_input_post input[type=text],
.wpcf7 .form_input textarea {
  position: relative;
  border-left: 2px solid #FF99AC;
}

/* フォームの装飾ここから */
/* チェックボックス */
.wpcf7 .form_input input[type=checkbox] {
  display: none;
}

.wpcf7 .form_input input[type=checkbox] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=checkbox] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.24em;
  height: 1.24em;
  border: 1px solid #FF99AC;
  border-radius: 4px;
  background-color: #fefefe;
  box-sizing: border-box;
}

.wpcf7 .form_input input[type=checkbox] + span:after {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0.15em;
  left: 0.44em;
  width: 0.4em;
  height: 0.8em;
  border-bottom: 3px solid #FF99AC;
  border-right: 3px solid #FF99AC;
  box-sizing: border-box;
  transform: rotate(40deg);
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=checkbox]:checked + span {
  color: #002565;
  transition: all 0.25s ease;
}

.wpcf7 .form_input input[type=checkbox]:checked + span:before {
  opacity: 1;
  border: 1px solid #FF99AC;
  box-shadow: 0 0 2px 2px rgba(39, 125, 212, 0.5);
  background-color: #FF99AC;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=checkbox]:checked + span:after {
  opacity: 1;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: opacity 0.25s ease;
}

/* ラジオボタン */
.wpcf7 .form_input input[type=radio] {
  display: none;
}

.wpcf7 .form_input input[type=radio] + span {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.8em;
  font-size: inherit;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=radio] + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  border: 1px solid #666;
  border-radius: 50%;
  background-color: #fefefe;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=radio] + span:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}

.wpcf7 .form_input input[type=radio]:checked + span:before {
  box-shadow: 0 0 2px 2px rgba(39, 125, 212, 0.5);
}

.wpcf7 .form_input input[type=radio]:checked + span:after {
  opacity: 1;
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #FF99AC;
  border-radius: 50%;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
}

/* セレクト */
.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 50%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #21268C;
  border-right: 1px solid #21268C;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}

.wpcf7 .form_input span.select-wrap:focus-within::after {
  border-bottom: 1px solid #21268C;
  border-right: 1px solid #21268C;
}

.wpcf7 .form_input select {
  cursor: pointer;
  width: 250px;
  max-width: 100%;
  margin: 0;
  padding: 0.5em 3.5em 0.5em 1em;
  border: 1px solid #21268C;
  border-radius: 4px;
  box-shadow: none;
  background-color: #fefefe;
  background-image: linear-gradient(90deg, rgba(39, 125, 212, 0.7), rgba(39, 125, 212, 0.7));
  background-position: 100% 0;
  background-size: 2em 3.5em;
  background-repeat: no-repeat;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  box-sizing: border-box;
  transition: border-color 0.2s ease, outline 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}

.wpcf7 .form_input select:-ms-expand {
  display: none;
}

.wpcf7 .form_input span.select-wrap {
  position: relative;
  width: 250px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.wpcf7 .form_input span.select-wrap:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  width: 0.6em;
  height: 0.6em;
  top: 60%;
  right: 0.8em;
  margin-top: -3px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: 50% 0;
  box-sizing: border-box;
}

/* テキストフィールド フォーカス時 */
.wpcf7 .form_input input[type=text]:focus,
.wpcf7 .form_input input[type=tel]:focus,
.wpcf7 .form_input input[type=email]:focus,
.wpcf7 .form_input input[type=url]:focus,
.wpcf7 .form_input input[type=date]:focus,
.wpcf7 .form_input input[type=number]:focus,
.wpcf7 .form_input_post input[type=text]:focus,
.wpcf7 .form_input textarea:focus,
.wpcf7 .form_input_post input[type=tel]:focus {
  outline: 0;
  border: 1px #002565 solid;
  box-shadow: 0 0 1px 1px rgba(39, 125, 212, 0.3);
}

.wpcf7 .form_input select:focus {
  outline: 0;
  border: 1px #002565 solid;
  box-shadow: 0 0 1px 1px rgba(39, 125, 212, 0.3);
}

.wpcf7-response-output {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .wpcf7-form textarea {
    width: 100% !important;
    /*本文*/
  }
  .wpcf7-form input {
    max-width: 100% !important;
    /*ラジオボタン、チェックボタン*/
  }
  .wpcf7-submit {
    width: 100%;
  }
  .form_row {
    flex-direction: column;
    padding: 0 0 30px;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 10px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .wpcf7-radio .wpcf7-list-item {
    margin-left: 0;
    display: block;
  }
  .ajax-loader {
    width: auto;
  }
  .wpcf7-response-output {
    font-size: 1.6rem;
  }
}
.contact-form {
  margin-top: 30px;
}

.attentin_txt .elementor-56 .elementor-element.elementor-element-f07ac37 {
  position: relative;
  top: -20px;
}

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

clearfix

*****************************************/
.clearfix {
  display: inline-block;
}

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

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End Hack */
.top_btn .elementor-widget-container .elementor-widget-wrap > .elementor-element {
  width: 280px;
}

.collect .elementor-container {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0;
}

.collect .elementor-column {
  width: 300px;
}

@media screen and (max-width: 767px) {
  .collect .elementor-column {
    width: 49%;
  }
}

.wood_title .elementor-heading-title {
  color: #fff !important;
  text-align: center;
  background: url(images/lp-title3-bg.png) no-repeat top center;
  background-size: cover;
  padding: 15px 5px 13px 5px;
  font-size: 2rem;
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */