@charset "UTF-8";
/*
Theme Name:PALMSHOP MANA
Description:福岡県遠賀郡にてヤシの木を販売しているPALMSHOP MANA | 造園も行っています。
Version: 1.0
License:PALMSHOP MANA 
License URI:https://www.palmshopmana.jp
*/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
/****************************************

リセットCSSここから

*****************************************/
* {
  -webkit-box-sizing: border-box;
  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,
picture,
menu,
nav,
section,
main {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
.g_navi 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;
  display: inline-block;
}

/* 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;
}

@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;
}
/****************************************

body設定(主に書式)

*****************************************/
body {
  color: #333;
  background: url(images/bg.jpg) top center;
  background-size: 100%;
  font-weight: normal;
  min-width: 1200px;
  font-size: 1.8rem;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

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

ページ共通

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

@media screen and (max-width: 767px) {
  #wrapper {
    width: 100%;
    min-height: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
  }
}
/****************************************

フォント指定

*****************************************/
body li,
body tt,
body tr,
body dt,
body dd,
body p {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
body h1 {
  font-size: 3.2rem;
  letter-spacing: 0.12em;
  font-weight: 600;
}
body h2 {
  font-size: 2.4rem;
  letter-spacing: 0.12em;
  font-weight: 600;
}
body h3 {
  font-size: 2rem;
  letter-spacing: 0.06em;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  body li,
  body tt,
  body tr,
  body dt,
  body dd,
  body p {
    font-size: 1.4rem;
  }
  body h1 {
    font-size: 2.4rem;
  }
  body h2 {
    font-size: 2rem;
  }
  body h3 {
    font-size: 1.8rem;
  }
}
/****************************************

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

*****************************************/
a:link,
a:visited {
  color: #0098D8;
  text-decoration: underline;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a:hover,
a:active {
  filter: brightness(120%);
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a:hover img.img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

a img.img_opacity {
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

a:hover img.img_up {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a img.img_up {
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a.deconone:link,
a.deconone:visited,
a.deconone:hover,
a.deconone:active {
  text-decoration: none;
}

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

P

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

/* 強調 */
.bold {
  font-weight: 600;
}

.tr {
  text-align: right;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.tc {
  text-align: center;
}

.w1200 {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}

.w1800 {
  width: 94%;
  max-width: 1800px;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .tc2 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .mb60 {
    margin-bottom: 50px;
  }
  .mb80,
  .mb90,
  .mb100 {
    margin-bottom: 50px;
  }
  .w1200 {
    width: 100%;
    padding: 0 3%;
  }
}
/****************************************

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;
}

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

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

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

ヘッダー　共通

*****************************************/
#header {
  width: 100%;
  z-index: 100;
  position: relative;
}
@media screen and (max-width: 767px) {
  #header {
    height: auto;
  }
}

.header_wrap {
  width: calc(100% - 40px);
  max-width: 1800px;
  margin: 0 auto;
  align-items: center !important;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .header_wrap {
    padding: 18px 0;
  }
}

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

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_header,
  #sp_navi,
  #toggle {
    display: none;
  }
}
.header_right {
  display: flex;
  gap: 30px;
  align-items: center;
}
.header_right .tel {
  margin-right: 10px;
}

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

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  .header_right,
  .header_mail {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
  .h_logo {
    width: 200px;
    line-height: 1;
  }
}
/****************************************

メインビジュアル

*****************************************/
#mv_top {
  width: 100%;
  text-align: center;
  padding: 0 20px;
}
#mv_top img {
  max-width: 1800px;
  width: 100%;
  height: auto;
}

.slider {
  width: 100%;
}

#mv_page {
  width: 100%;
  text-align: center;
  padding: 0 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #mv_page {
    width: calc(100% - 40px);
    padding: 0;
    overflow: hidden;
    margin: 0 auto;
  }
}
#mv_page > img {
  max-width: 1800px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #mv_page > img {
    width: 200%;
    position: relative;
    left: -50%;
  }
}

.page_title {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .page_title img {
    height: 35px;
    width: auto;
  }
}

.metaslider .flex-control-nav {
  bottom: 40px !important;
}

.metaslider .flexslider {
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  #mv_top {
    width: 100%;
  }
  #mv_top .mv_img {
    width: 130%;
    position: relative;
    left: 0;
  }
  .metaslider .flex-control-nav {
    bottom: -30px !important;
  }
  .metaslider .flex-control-nav {
    bottom: 15px !important;
  }
}
/****************************************

content 共通設定

*****************************************/
@media print, screen and (min-width: 768px) {
  main#top_main {
    width: 100%;
    margin: 0 auto;
  }
  main#page_main {
    width: 100%;
    margin: 0 auto;
  }
  .pc_none {
    display: none !important;
  }
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
/****************************************

content 共通設定

*****************************************/
@media print, screen and (min-width: 768px) {
  main#top_main {
    width: 100%;
    margin: 90px auto 0;
  }
  main#page_main {
    width: 100%;
    margin: 0px auto 0;
  }
  .pc_none {
    display: none !important;
  }
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  main#top_main {
    width: 100%;
    margin: 20px auto 0;
  }
  main#page_main {
    width: 100%;
    margin: 25px auto 0;
  }
}
/****************************************

single.php

*****************************************/
#single_box {
  width: 100%;
  margin-top: 0px;
}

.single_text {
  width: 100%;
}

.single_text img {
  margin: 15px auto;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
}

.pager {
  clear: both;
  text-align: center;
  margin: auto;
}

a.page-numbers {
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  color: #1f2c5c;
  text-decoration: none;
}

a.page-numbers:hover {
  background: #09a2b9;
  color: #fff;
}

.pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  background: #1f2c5c;
  border: solid 1px #1f2c5c;
  color: white;
}

.nav-below {
  margin: 30px 0 20px;
  text-align: center;
}

.nav-below a {
  margin: 0 5px;
  text-decoration: none;
  color: #1f2c5c;
  position: relative;
}

/* 前へ、次へのホバー時 */
.nav-below a:hover {
  color: #1f2c5c;
}

/* 前へ、次へのホバー時 */
.nav-below a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #1f2c5c;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.nav-below a:hover::after {
  opacity: 0.8;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  #single_box {
    width: 100%;
    margin-top: 40px;
  }
  #single_box h1 {
    font-size: 1.8rem;
  }
  a.page-numbers,
  .pager .current {
    font-size: 1.3rem;
  }
  .single_text img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
/****************************************

Contact Form7

*****************************************/
.wpcf7 {
  width: 100%;
}

.form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #AAA;
}

.last_row {
  margin-bottom: 30px;
  padding: 0 20px;
  border-bottom: none;
}

.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: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #aaa;
  margin-right: 10px;
  border-radius: 3px;
}

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

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

select.wpcf7-form-control {
  width: auto;
}

.wpcf7-form input {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.wpcf7-form textarea {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.form_row .form_input_post {
  width: 180px;
}

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

.tc input[type=submit] {
  cursor: pointer;
  width: 360px;
  max-width: 100%;
  padding: 18px;
  border: 1px solid #1f2c5c;
  border-radius: 8px;
  background-color: #1f2c5c;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin: 10px auto 0 16px;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

.wpcf7 .tc input[type=submit]:hover {
  background-color: #fff;
  color: #1f2c5c;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

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

.wpcf7-list-item label {
  display: flex;
  align-items: center;
}

input[type=radio i] {
  margin: 3px 3px 3px 5px;
}

@media screen and (max-width: 767px) {
  .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 20px 0;
  }
  .last_row {
    margin-bottom: 0;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 5px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .ajax-loader {
    width: auto;
  }
  span.wpcf7-list-item {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .tc input[type=submit] {
    font-size: 1.4rem;
    padding: 10px;
    margin: 10px auto 0 0px;
  }
  .wpcf7 .ajax-loader {
    display: block;
    margin: 10px auto;
  }
}
.aside {
  background: url(images/aside_bg.png) center no-repeat;
  background-size: cover;
  padding: 130px 0;
}
@media screen and (max-width: 767px) {
  .aside {
    padding: 70px 3%;
  }
}
.aside > div {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .aside > div {
    margin-top: 30px;
  }
}
.aside p {
  color: #fff;
  text-shadow: 0 0 10px #000;
}

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

footer

*****************************************/
#footer {
  bottom: 0;
  left: 0;
  width: 100%;
}

.pagetop {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 60px;
  z-index: 999;
}

.footer_sp {
  display: none;
}

.footer_address {
  line-height: 1.944;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .footer_address {
    padding: 0 3% 30px;
    text-align: center;
  }
}
.footer_address span {
  color: #1f2c5c;
  font-weight: 600;
}

.footer_container {
  padding: 50px;
  text-align: center;
}

.map1 {
  width: 100%;
  position: relative;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .map1 {
    height: 300px;
  }
}

.map1 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.copyright_block {
  text-align: center;
  background-color: #09a2b9;
  padding: 14px 0;
}

.copyright {
  font-size: 1.4rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .footer_pc {
    display: none;
  }
  .footer_sp {
    display: revert;
  }
  .pagetop {
    right: 10px;
    bottom: 10px;
  }
  .copyright_block {
    padding: 8px 3%;
  }
  .copyright {
    font-size: 1.2rem;
  }
  /* フローティングバナー */
  .sp_footer__btn {
    display: revert;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    z-index: 5;
  }
  .sp_footer__btn ul {
    display: flex;
    height: 60px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sp_footer__btn ul li {
    position: relative;
    width: 20%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
    border-top: 1px solid #fff;
  }
  .sp_footer__btn ul li:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .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 {
    background: #1f2c5c;
  }
  .sp_footer__btn ul li a span {
    position: relative;
    display: block;
    height: auto;
    padding-top: 25px;
    line-height: 1.4;
    text-align: center;
  }
  .sp_footer__btn ul li a span::after {
    content: "";
    position: absolute;
    display: inline-block;
    left: calc(50% - 15px);
    top: 0;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center top;
  }
  .icon_tel::after {
    background-image: url(images/icon_tel.svg);
    background-size: 22px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_insta::after {
    background-image: url(images/icon_insta.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_line::after {
    background-image: url(images/icon_line.svg);
    background-size: 22px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_mail::after {
    background-image: url(images/icon_mail.svg);
    background-size: 22px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_arrow::after {
    background-image: url(images/icon_arrow.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  #footer {
    margin-bottom: 60px;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  #toggle {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 9999;
    padding: 8px;
    background: #1f2c5c;
    border: 1px solid #fff;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggledivに対して*/
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    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;
  }
  .open_navi #toggle span {
    background: #fff;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    -ms-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    -ms-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background-color: #1f2c5c;
    z-index: 999;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #sp_navi {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    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-top: rgba(255, 255, 255, 0.4) 1px solid;
    border-bottom: rgba(255, 255, 255, 0.4) 1px solid;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sp_navi .menu .menu-item-home {
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
  }
  #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 .menu-item a:hover,
  #sp_navi .menu-item a:active {
    color: #fff;
    background: #09a2b9;
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    background: rgba(255, 255, 255, 0.3);
  }
  #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: #fff;
    text-decoration: none;
  }
  /* ナビ下層のホバー時 */
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #fff;
    text-decoration: none;
    background: #1f2c5c;
  }
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
/****************************************

pc用 横ナビ

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
#g_navi {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
#g_navi > div {
  margin: 0 auto;
}

#g_navi .menu {
  width: auto;
  margin: auto;
  zoom: 1;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}

#g_navi .menu:before {
  content: "";
  display: table;
}

#g_navi .menu > li {
  position: relative;
  width: 200px;
}
#g_navi .menu > li:first-child > a {
  background: url(images/nav1.png) top center no-repeat;
}
#g_navi .menu > li:nth-child(2) > a {
  background: url(images/nav2.png) top center no-repeat;
}
#g_navi .menu > li:nth-child(3) > a {
  background: url(images/nav3.png) top center no-repeat;
}
#g_navi .menu > li:nth-child(4) > a {
  background: url(images/nav4.png) top center no-repeat;
}
#g_navi .menu > li:nth-child(5) > a {
  background: url(images/nav5.png) top center no-repeat;
}
#g_navi .menu > li:nth-child(6) > a {
  background: url(images/nav6.png) top center no-repeat;
}

#g_navi .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 20px 0;
  color: #333;
  cursor: pointer;
}

#g_navi .menu > li > a {
  padding: 80px 0 20px;
}

/* ナビの副項目の幅の変更 */
#g_navi .menu li ul {
  width: 100%;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

#g_navi .menu li ul li {
  width: 100%;
  border-right: none;
  padding: 0;
}

#g_navi .menu li ul li a {
  width: 100%;
  padding: 15px 5px;
  border-top: 1px solid #ccc;
  font-size: 1.4rem;
  font-weight: normal;
  background: #1f2c5c;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}

#g_navi .menu li ul li a:hover {
  background: #09a2b9;
  opacity: 0.6;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

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

#g_navi .menu li ul li a {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

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

@media print, screen and (min-width: 768px) {
  .menu > li > a {
    padding: 0;
    position: relative;
    display: inline-block;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  /* メニューホバー時のアンダーライン */
  .menu > li > a:after {
    background-color: #1f2c5c; /* 下線の色 */
    bottom: 0px; /* 要素の下端からの距離 */
    content: ""; /* 要素に内容を追加 */
    height: 2px; /* 下線の高さ */
    left: 20%; /* 要素の左端からの距離 */
    position: absolute; /* 絶対位置指定 */
    transform: scale(0, 1); /* 下線を横方向に0倍、縦方向に1倍に変形（非表示） */
    transform-origin: center top; /* 変形の原点を中央上に指定 */
    transition: transform 0.3s; /* 変形をアニメーション化 */
    width: 60%; /* 要素の幅 */
  }
  .menu > li > a:hover:after {
    transform: scale(1, 1); /* 下線を横方向に1倍、縦方向に1倍に変形（表示） */
  }
}
/****************************************

content 共通設定

*****************************************/
.breadcrumb_area {
  padding: 10px 0 30px;
}

.breadcrumb p {
  text-align: right;
  font-size: 1.4rem;
}

.breadcrumb a {
  color: #333;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #1f2c5c;
}

/* パンくずリストホバー時アンダーライン */
.breadcrumb a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #1f2c5c;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.breadcrumb a:hover::after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  .breadcrumb_area {
    width: 100%;
    padding: 0 5%;
    margin: 10px auto 0;
  }
  .breadcrumb {
    width: 100%;
  }
  .breadcrumb p {
    font-size: 1rem;
  }
  .sp_none {
    display: none !important;
  }
  main#top_main {
    width: 100%;
  }
  a[href^="tel:"] {
    text-decoration: none;
  }
}
/****************************************

タイトル

*****************************************/
.block {
  display: block;
}

.top_ttl1 {
  color: #1f2c5c;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .top_ttl1 {
    margin-bottom: 30px;
  }
}
.top_ttl1 .osw {
  font-family: "Oswald", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 600;
  font-size: clamp(4.3rem, 3.1vw, 6rem);
  line-height: 1.08;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top_ttl1 .osw {
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
}
.top_ttl1 .line_p {
  font-size: 2.5rem;
  background: linear-gradient(to top, #f37373 10px, transparent 10px);
}
@media screen and (max-width: 767px) {
  .top_ttl1 .line_p {
    font-size: 1.6rem;
    background: linear-gradient(to top, #f37373 6px, transparent 6px);
  }
}
.top_ttl1 .line_b {
  font-size: 2.5rem;
  background: linear-gradient(to top, #27d1eb 10px, transparent 10px);
}
@media screen and (max-width: 767px) {
  .top_ttl1 .line_b {
    font-size: 1.6rem;
    background: linear-gradient(to top, #27d1eb 6px, transparent 6px);
  }
}
.top_ttl1 .line_g {
  font-size: 2.5rem;
  background: linear-gradient(to top, #6db72b 10px, transparent 10px);
}
@media screen and (max-width: 767px) {
  .top_ttl1 .line_g {
    font-size: 1.6rem;
    background: linear-gradient(to top, #6db72b 6px, transparent 6px);
  }
}

.top_ttl2 {
  color: #fff;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top_ttl2 {
    margin-bottom: 30px;
  }
}
.top_ttl2 .osw {
  font-family: "Oswald", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 600;
  font-size: clamp(5rem, 3.1vw, 6.4rem);
  line-height: 1.08;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .top_ttl2 .osw {
    font-size: 2.8rem;
    margin-bottom: 5px;
  }
}
.top_ttl2 .line_o {
  font-size: 2.5rem;
  background: linear-gradient(to top, #f5a652 10px, transparent 10px);
}
@media screen and (max-width: 767px) {
  .top_ttl2 .line_o {
    font-size: 1.6rem;
    background: linear-gradient(to top, #f5a652 6px, transparent 6px);
  }
}

.top_ttl3 {
  color: #1f2c5c;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .top_ttl3 {
    margin-bottom: 0px;
  }
}
.top_ttl3 .osw {
  font-family: "Oswald", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 600;
  font-size: 5rem;
  line-height: 1.08;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top_ttl3 .osw {
    font-size: 3rem;
    margin-bottom: 10px;
  }
}
.top_ttl3 .line_p {
  font-size: 2.5rem;
  background: linear-gradient(to top, #e15fbd 10px, transparent 10px);
}
@media screen and (max-width: 767px) {
  .top_ttl3 .line_p {
    font-size: 1.6rem;
    background: linear-gradient(to top, #e15fbd 6px, transparent 6px);
  }
}

.headline {
  font-size: 2.2rem;
  letter-spacing: 0;
  color: #1f2c5c;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .headline {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
.headline span {
  font-size: 4.2rem;
  font-family: "Oswald", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  display: block;
}
@media screen and (max-width: 767px) {
  .headline span {
    font-size: 3rem;
  }
}

.ttl1 {
  color: #451700;
  font-size: 2.6rem;
  padding: 0 0 25px 10px;
  background: url(images/trival1.png) bottom left no-repeat;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ttl1 {
    font-size: 1.8rem;
    background-size: 800px;
    padding: 0 0 15px 10px;
    margin-bottom: 20px;
  }
}

.ttl2 {
  color: #451700;
  font-size: 2.6rem;
  padding: 0 0 25px 10px;
  background: url(images/trival2.png) bottom left no-repeat;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ttl2 {
    font-size: 1.8rem;
    background-size: 800px;
    padding: 0 0 15px 10px;
    margin-bottom: 20px;
  }
}

.ttl3 {
  color: #451700;
  font-size: 2.6rem;
  padding: 0 0 25px 10px;
  background: url(images/trival3.png) bottom left no-repeat;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ttl3 {
    font-size: 1.8rem;
    background-size: 800px;
    padding: 0 0 15px 10px;
    margin-bottom: 20px;
  }
}

.ttl4 {
  color: #fff;
  background-color: #1f2c5c;
  font-size: 1.8rem;
  text-align: center;
  padding: 10px 20px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .ttl4 {
    font-size: 1.5rem;
  }
}

.ttl5 {
  color: #451700;
  font-size: 2.2rem;
  padding: 0 0 25px 10px;
  background: url(images/trival1.png) bottom left no-repeat;
}
@media screen and (max-width: 767px) {
  .ttl5 {
    font-size: 1.6rem;
    background-size: 800px;
    padding: 0 0 15px 10px;
    margin-bottom: 20px;
  }
}

.results_gallrey article:nth-child(even) .ttl5 {
  background: url(images/trival2.png) bottom left no-repeat;
}
@media screen and (max-width: 767px) {
  .results_gallrey article:nth-child(even) .ttl5 {
    background: url(images/trival1.png) bottom left no-repeat;
    background-size: 800px;
  }
}

@media screen and (max-width: 767px) {
  .results_gallrey article:nth-child(4n+3) .ttl5 {
    background: url(images/trival2.png) bottom left no-repeat;
    background-size: 800px;
  }
}

@media screen and (max-width: 767px) {
  .results_gallrey article:nth-child(4n+2) .ttl5 {
    background: url(images/trival2.png) bottom left no-repeat;
    background-size: 800px;
  }
}

@media screen and (max-width: 767px) {
  .news_txt .ttl1 {
    font-size: 1.8rem;
    padding: 0 0 15px 0px;
  }
}

.pp_ttl {
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .pp_ttl {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

/* ボタン */
.btn_container {
  margin-top: 50px;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .btn_container {
    flex-direction: column;
    gap: 30px;
    align-items: center;
    margin-top: 30px;
  }
}
.btn_container > div {
  width: 45%;
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .btn_container > div {
    width: 60%;
  }
}
.btn_container > div img {
  width: 100%;
  height: auto;
}

.btn_container2 {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .btn_container2 {
    flex-direction: column;
    gap: 30px;
    align-items: center;
    margin-top: 30px;
  }
}
.btn_container2 > div {
  width: 45%;
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .btn_container2 > div {
    width: 60%;
  }
}
.btn_container2 > div img {
  width: 100%;
  height: auto;
}

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

news トップ用

*****************************************/
.news_post a:link,
.news_post a:visited,
.news_post a:hover,
.news_post a:active {
  text-decoration: none;
}

.news_post {
  display: flex;
  width: 100%;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .news_post {
    flex-direction: column;
    gap: 30px;
  }
}
.news_post article {
  max-width: 300px;
  width: calc((100% - 50px) / 3);
}
@media screen and (max-width: 767px) {
  .news_post article {
    width: 100%;
    margin: 0 auto;
  }
}
.news_post figure {
  width: 100%;
  aspect-ratio: 30/22;
  height: auto;
  margin-bottom: 10px;
}
.news_post figure a {
  position: relative;
  width: 100%;
  height: 100%;
}

.news_post article h3 {
  font-size: 1.8rem;
  text-decoration: none;
  display: inline-block;
}

.news_post article .date {
  font-size: 1.6rem;
  color: #1f2c5c;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: block;
}

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

@media screen and (max-width: 767px) {
  .news_post {
    width: 100%;
  }
  .news_post article h3 {
    font-size: 1.5rem;
  }
  .news_post article .date {
    font-size: 1.4rem;
    margin-right: 0;
    display: block;
    color: #aaa;
  }
}
/****************************************

contentトップ用

*****************************************/
.txt1 {
  max-width: 750px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .txt1 {
    width: 100%;
  }
}

.fig1 {
  max-width: 640px;
  width: 45%;
}
@media screen and (max-width: 767px) {
  .fig1 {
    width: 100%;
    margin-top: 30px;
  }
}
.fig1 img {
  width: 100%;
  height: auto;
}

.top_box01_container {
  width: 94%;
  max-width: 1480px;
  margin: 0 auto;
  align-items: center;
}

.sec_mb {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .sec_mb {
    margin-bottom: 60px;
  }
}

.top_box02 {
  background: url(images/top_sec2_bg.png) center no-repeat;
  background-size: cover;
  padding: 130px 0;
}
@media screen and (max-width: 767px) {
  .top_box02 {
    padding: 70px 3%;
  }
}
.top_box02 > div {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .top_box02 > div {
    margin: 30px auto 0;
    width: 60%;
    max-width: 300px;
  }
}
.top_box02 p {
  color: #fff;
  text-shadow: 0 0 10px #000;
}

.txt2 {
  max-width: 650px;
  width: 44%;
}
@media screen and (max-width: 767px) {
  .txt2 {
    width: 100%;
  }
}
.txt2 > div {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .txt2 > div {
    margin: 30px auto 0;
    width: 60%;
    max-width: 300px;
  }
}

.fig2 {
  max-width: 947px;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .fig2 {
    width: 100%;
    margin-top: 30px;
  }
}
.fig2 img {
  width: 100%;
  height: auto;
}

.top_box03 .flex_r {
  justify-content: left;
  align-items: center;
  gap: 3.8%;
}

.top_box04 .flex {
  justify-content: right;
  align-items: center;
  gap: 3.8%;
}

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

@media screen and (max-width: 767px) {
  .ttl_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.ttl_box > div {
  width: 150px;
}

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

.txt3 {
  max-width: 720px;
  width: 100%;
}

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

.sec_mb2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sec_mb2 {
    margin-bottom: 50px;
  }
}

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

.tbl1 {
  width: 100%;
}
.tbl1 th {
  width: 320px;
  font-weight: 400;
  text-align: left;
  padding: 14px 20px;
  background-color: #FFFBC6;
  border: 1px solid #1f2c5c;
}
@media screen and (max-width: 767px) {
  .tbl1 th {
    display: block;
    width: 100%;
    margin-top: -1px;
    padding: 10px;
  }
}
.tbl1 td {
  border: 1px solid #1f2c5c;
  padding: 14px 20px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .tbl1 td {
    width: 100%;
    display: block;
    margin-top: -1px;
    padding: 10px;
  }
}
.tbl1 td a {
  transition: 0.3s;
  color: #1f2c5c;
}
.tbl1 td a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.map2 {
  width: 100%;
  position: relative;
  height: 450px;
}
@media screen and (max-width: 767px) {
  .map2 {
    height: 250px;
  }
}

.map2 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.palm_box01_container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .palm_box01_container {
    flex-wrap: wrap;
    gap: 20px 2%;
  }
}
@media screen and (max-width: 767px) {
  .palm_box01_container > div {
    width: 49%;
  }
}

.results_gallrey {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .results_gallrey {
    gap: 20px 2%;
  }
}
.results_gallrey article {
  max-width: 380px;
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  .results_gallrey article {
    width: 49%;
  }
}
.results_gallrey article figure {
  width: 100%;
  height: auto;
  aspect-ratio: 38/28;
  margin-bottom: 10px;
}
.results_gallrey article a {
  width: 100%;
  height: 100%;
  position: relative;
}

.news_btn {
  margin: 30px 0 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .news_btn {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .news_btn > div {
    width: 60%;
    margin: 0 auto;
  }
}
.news_btn > div img {
  width: 100%;
  height: auto;
}

.news_img {
  width: 440px;
  aspect-ratio: 44/31;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .news_img {
    width: 100%;
    max-width: 440px;
    margin: 0px auto 10px;
  }
}
.news_img a {
  position: relative;
  width: 440px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .news_img a {
    width: 100%;
  }
}

.news_txt {
  max-width: 720px;
  width: 100%;
}

.gallery .ttl1 {
  margin-bottom: 20px;
}

.contact_tel {
  margin: 30px auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact_tel {
    width: 70%;
  }
}

.pp {
  background-color: #1f2c5c;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .pp {
    padding: 30px;
  }
}
.pp p {
  color: #fff;
}

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