@charset "UTF-8";
/*===========
フォントの読み込み
============*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
/*===========
変数の定義
============*/
/*===========
mixin
============*/
/*メディアクエリ*/
/*===========
リセットCSS
============*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: #fffffe;
  color: #39504C;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.02em;
  overflow-x: hidden;
}


body.m_fixed_sns {
  padding-bottom: 75px;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  outline: none;
}

img {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif;
  font-size: inherit;
}

ul,
ol {
  list-style: none;
}

table {
  border: 1px solid #eee;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}

th,
td {
  border: 1px solid #eee;
  padding: 4px 6px;
  text-align: left;
  vertical-align: top;
}

blockquote,
q {
  quotes: none;
}

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

form {
  margin: 0;
  padding: 0;
}

form button {
  -webkit-appearance: none;
  background-color: #d81f32;
  background-image: none;
  border: none;
  border-radius: 0;
  box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  margin: 0;
  padding: 0.6em 2em;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  width: auto;
}

form button:hover,
form button:focus {
  outline: none;
}

form button:hover {
  opacity: 0.6;
}

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

input,
textarea {
  -webkit-appearance: none;
  background-image: none;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
  padding: 20px 24px;
  width: 100%;
}

textarea:hover,
textarea:focus {
  outline: none;
}

textarea:focus {
  border-color: #e2e2e2;
  box-shadow: none;
  outline: none;
}

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

input::-moz-placeholder {
  color: #e2e2e2;
}

input::placeholder {
  color: #e2e2e2;
}

input:focus {
  border-color: #e2e2e2;
  box-shadow: none;
  outline: none;
}

input[type=submit],
input[type=button] {
  -webkit-appearance: none;
  background-color: #FFFFFF;
  background-image: none;
  border: 0px solid #023E78;
  border-radius: 0;
  box-shadow: none;
  color: #023E78;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 27px 79px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  width: auto;
}

input[type=submit]:hover,
input[type=submit]:focus,
input[type=button]:hover,
input[type=button]:focus {
  outline: none;
}

input[type=submit]:hover,
input[type=button]:hover {
  opacity: 0.6;
}

input[type=submit] ::-moz-focus-inner,
input[type=button] ::-moz-focus-inner {
  border: none;
  padding: 0;
}

input[type=radio] {
  display: none;
}

input[type=radio] + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 16px 0 0;
  padding: 0 0 0 30px;
  position: relative;
}

input[type=radio] + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
  content: "";
  display: block;
  height: 26px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
}

input[type=radio] + span::after {
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}

input[type=radio]:checked + span::after {
  -webkit-transform: translateY(-50%);
  background: #e2e2e2;
  border-radius: 50%;
  content: "";
  display: block;
  height: 10px;
  left: 8px;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + span {
  display: inline-block;
  padding-left: 42px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
input[type=checkbox] + span:hover {
  cursor: pointer;
}
input[type=checkbox] + span:hover::before {
  border: 1px solid #4973FF;
  box-shadow: 0px 0px 5px rgba(73, 115, 255, 0.2);
}
input[type=checkbox] + span:active::before {
  background-color: rgba(73, 115, 255, 0.2);
  box-shadow: none;
}
@media screen and (max-width: 780px) {
  input[type=checkbox] + span {
    font-size: 14px;
    padding: 0 0 0 23px;
  }
}

input[type=checkbox] + span::before {
  content: "";
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #3E3E3E;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  transition: transform 0.3s ease 0s;
}
@media screen and (max-width: 780px) {
  input[type=checkbox] + span::before {
    width: 28px;
    height: 28px;
    left: -16px;
  }
}

input[type=checkbox] + span::after {
  content: "";
  width: 12px;
  height: 24px;
  border-top: 2px solid #3B69FF;
  border-left: 2px solid #3B69FF;
  position: absolute;
  top: -2px;
  left: 10px;
  transform: rotate(-135deg);
  transition: all 0.3s ease-in-out 0s;
  display: none;
}
@media screen and (max-width: 780px) {
  input[type=checkbox] + span::after {
    top: -3px;
    left: -8px;
  }
}

input[type=checkbox]:checked + span::after {
  display: block;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(http://test.j-moyqshi.com/wp-content/themes/FA-1/img/select-arrow.svg);
  background-position: right 6px center;
  background-repeat: no-repeat;
  background-size: 24px;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 2.4em 0.4em 0.8em;
}

select::-ms-expand {
  display: none;
}

select:focus {
  border-color: #e2e2e2;
  box-shadow: none;
  outline: none;
}

html {
  font-size: 1px;
}
@media screen and (max-width: 780px) {
  html {
    font-size: 0.2564102564vw;
  }
}

a {
  text-decoration: none;
}
@media screen and (min-width: 780px) {
  a {
    transition: opacity 0.5s;
  }
  a:hover {
    opacity: 0.6;
  }
}

body.is-hidden {
  overflow: hidden;
}

.inner {
  padding: 0 20rem;
}

.pc_bg {
  background: transparent url(../img/wallpaper.png) repeat left top/contain;
}

.content_wrapper {
  position: relative;
  max-width: 390rem;
  margin-inline: auto;
  box-shadow: 0rem 0rem 15rem #000;
}

.header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 390rem;
  padding-top: 15rem;
  z-index: 100;
}
.header_inner {
  display: flex;
  justify-content: space-between;
}
.header_logo {
  width: 82.65rem;
}
.header_menu-btn {
  cursor: pointer;
  position: relative;
  width: 40rem;
  height: 40rem;
  transition: all 0.5s;
}
.header_menu-btn img {
  position: absolute;
  width: 32rem;
}
.header_menu-btn img:nth-child(1) {
  top: 3rem;
  right: 11rem;
  transform: rotate(-10deg);
}
.header_menu-btn img:nth-child(2) {
  top: 13rem;
  right: 2rem;
  transform: rotate(180deg);
}
.header_menu-btn img:nth-child(3) {
  top: 21rem;
  right: 8rem;
}
.header_menu-btn.is-open img {
  display: none;
}
.header_menu-btn.is-open::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 22rem;
  height: 1rem;
  background: #4A6F71;
}
.header_menu-btn.is-open::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 22rem;
  height: 1rem;
  background: #4A6F71;
}

.menu {
  transition: all 0.5s;
  transform: translate(-50%, -105%);
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 390rem;
  height: 100vh;
  background: #fff url(../img/wallpaper.png) repeat left top/contain;
  overflow-y: scroll;
  z-index: 99;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.menu::-webkit-scrollbar {
  display: none;
}
.menu .inner {
  position: relative;
}
.menu .inner::before {
  position: absolute;
  content: "";
  bottom: 130rem;
  left: 0;
  transform: translateY(100%);
  width: 100%;
  height: 406rem;
  background: transparent url(../img/menu_illust.png) no-repeat center center/contain;
}
.menu.is-open {
  transform: translate(-50%, 0);
}
.menu_nav_wrapper {
  padding: 120rem 0;
}
.menu_navs {
  display: flex;
  flex-direction: column;
  row-gap: 20rem;
}
.menu_nav {
    font-size: 18rem;
    color: #4B6F71;
    border-bottom: 1px solid #85A2A3;
    padding-bottom: 20rem;
    margin-left: 20rem;
}

main {
  position: relative;
}

.mv {
  position: relative;
  padding: 72rem 0 190rem;
  background: url(../img/mv_bg.png) no-repeat left 32rem top 72rem/107.5rem 210rem, url(../img/mv_img.png) no-repeat center bottom/390rem 435rem;
}
.mv_ttl {
  width: 147.5rem;
  margin: 0 35rem 0 auto;
}
.mv_txt {
  position: absolute;
  top: 218rem;
  left: 50rem;
  font-size: 16rem;
  letter-spacing: 0.08em;
  line-height: 1.8em;
  writing-mode: vertical-rl;
}
.mv_btn {
    position: absolute;
    top: 600rem;
    right: 0;
    display: flex;
    align-items: center;
    width: 195rem;
    height: 70rem;
    font-size: 18rem;
    font-weight: 700;
    border: 1px solid #658485; /*もともと#39504C;*/
    background: #FDFDF8;/*#fffffe;*/
    padding-left: 35rem;
    z-index: 90;
}
.mv_btn.is-fixed {
  position: fixed;
  top: auto;
  bottom: 40rem;
}
@media screen and (min-width: 780px) {
  .mv_btn.is-fixed {
    right: calc((100% - 390rem) / 2);
  }
}
.mv_btn.is-absolute {
  position: absolute;
  top: auto;
  bottom: 40rem;
}
.mv_btn span {
  background: transparent url(../img/logo_green_notext.svg) no-repeat right center/28.76rem auto;
  padding-right: 40rem;
  color: #4B6F71;
}

.about {
  margin-top: 63rem;
}
.about_ttl {
  width: 175rem;
}
.about_txt {
  font-size: 16rem;
  letter-spacing: -0.02em;
  line-height: 1.75;
  margin-top: 30rem;
}
.about_btn {
    position: relative;
    display: flex;
    align-items: center;
    width: 178rem;
    height: 62rem;
    font-size: 18rem;
    font-weight: 700;
    border: 1px solid #658485; /*#39504C;*/
    padding-left: 32rem;
    margin: 36rem 22rem 0 auto;
    color: #4B6F71;
}
.about_btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -24rem;
  transform: translateY(-50%);
  width: 40rem;
  height: 9.5rem;
  background: transparent url(../img/arrow.png) no-repeat center center/contain;
}

.content {
  margin-top: 84rem;
}
.content_item:nth-of-type(1) {
  background: transparent url(../img/illust01.png) no-repeat right bottom/357.5rem 337rem;
  padding: 0 0 180rem 20rem;
}
.content_item:nth-of-type(1) .content_item_ttl {
  width: 249.5rem;
}
.content_item:nth-of-type(2) {
  background: transparent url(../img/illust02.png) no-repeat center center/390rem 344rem;
  padding: 0 0 166rem;
  margin-top: 40rem;
}
.content_item:nth-of-type(2) .content_item_ttl {
  width: 248rem;
  margin-left: 80rem;
}
.content_item:nth-of-type(2) .content_item_num {
  margin-left: 140rem;
}
.content_item:nth-of-type(2) .content_item_link {
  margin-left: 180rem;
}
.content_item_num {
    position: relative;
    display: flex;
    align-items: flex-end;
    font-size: 48rem;
    padding-left: 32rem;
    margin-top: 20rem;
}
.content_item_num span {
    line-height: 1;
    margin: 0 0 0 5rem; /*いじったお*/
    
}
.content_item_num img {
  display: block;
  width: 29.5rem;
  margin: 0 0 7rem 10rem;
}
.content_item_num::before {
  position: absolute;
  content: "";
  top: 42%;
  left: 0;
  width: 25rem;
  height: 1px;
  background-color: #4A6F71;
}
.content_item_link {
    position: relative;
    display: inline-block;
    font-size: 18rem;
    font-weight: 700;
    margin-top: 10rem;
    color: #4B6F71;
}
.content_item_link::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -15rem;
  transform: translate(100%, -50%);
  width: 40rem;
  height: 40rem;
  background: transparent url(../img/arrow_circle.png) no-repeat right center/40rem 40rem;
}

.footer {
  background: #4B6F71;
  padding: 30rem 0 40rem;
  margin-top: 35rem;
  border-bottom: none;
}
.footer_inner {
  display: flex;
  justify-content: space-between;
}
.footer_logo {
  display: block;
  width: 82.65rem;
}
.footer_nav_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer_navs {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 10rem;
}
.footer_nav {
  font-size: 16rem;
  color: #EFEFDE;
}
.footer_sns_wrapper {
  display: flex;
  -moz-column-gap: 22rem;
       column-gap: 22rem;
  margin-top: 25rem;
}
.footer_sns {
  display: block;
}
.footer_sns.logo_x {
  width: 20rem;
}
.footer_sns.logo_ig {
  width: 20rem;
}

.list {
  padding-top: 72rem;
}
.list_ttl_wrapper {
  background: transparent url(../img/illust01.png) no-repeat right bottom/357.5rem 337rem;
  padding: 50rem 0 210rem;
}
.list_ttl {
  width: 240rem;
}
.list_num {
  display: flex;
  align-items: flex-end;
  margin: 20rem 0 0 25rem;
}
.list_num span {
  font-size: 48rem;
  line-height: 1;
  margin-left: 10rem;
}
.list_num img {
  display: block;
  margin-bottom: 7rem;
}
.list_num img:nth-of-type(1) {
  width: 27.5rem;
}
.list_num img:nth-of-type(2) {
  width: 29.5rem;
  margin-left: 10rem;
}
.list_search_header {
  display: flex;
  justify-content: space-between;
}
.list_search_ttl {
  font-size: 24rem;
  font-weight: 700;
  line-height: 1;
}
.list_search_radio_wrapper {
  display: flex;
  -moz-column-gap: 20rem;
       column-gap: 20rem;
}
.list_search_radio_wrapper label {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 25rem;
  font-size: 16rem;
}
.list_search_radio_wrapper label::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #4A6F71;
}
.list_search_radio_wrapper label::after {
  position: absolute;
  content: "";
  left: 6rem;
  top: 50%;
  transform: translate(0, -50%);
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: #4A6F71;
  opacity: 0;
}
.list_search_radio_wrapper input:checked + label::after {
  opacity: 1;
}
.list_search_window_wrapper {
  display: flex;
  align-items: center;
  -moz-column-gap: 10rem;
       column-gap: 10rem;
  margin-top: 10rem;
}
.list_search_window_wrapper input[type=text] {
  height: 44rem;
  font-size: 16rem;
  border: 1px solid #4A6F71;
}
.list_search_window_wrapper input[type=submit] {
  width: 84rem;
  height: 44rem;
  font-size: 16rem;
  background: #4A6F71;
  color: #EFEFDE;
  padding: 0;
}
.list_head {
  border-bottom: 1px solid #85A2A3;
  margin-top: 30rem;
  padding-bottom: 10rem;
}
.list_head .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list_search_result {
  font-size: 14rem;
  font-weight: 700;
  line-height: 1;
}
.list_sort {
  display: flex;
  align-items: center;
  font-size: 14rem;
  font-weight: 700;
  line-height: 1;
}
.list_sort .list_select_wrapper {
  position: relative;
}
.list_sort .list_select_wrapper::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 10rem;
  transform: translate(0, -50%) rotate(45deg);
  width: 4rem;
  height: 4rem;
  border-bottom: 1px solid #4A6F71;
  border-right: 1px solid #4A6F71;
}
.list_sort select {
  width: 112rem;
  height: 30rem;
  border: 1px solid #4A6F71;
  padding: 0 0 0 10rem;
  margin-left: 5rem;
  background-color: #fffffe;
}
.list_item {
  margin-top: 18rem;
  padding-bottom: 15rem;
  border-bottom: 1px solid #A5BABA;
}
.list_item_ttl {
  font-size: 18rem;
  font-weight: 700;
}
.list_item_author {
  font-size: 16rem;
  font-weight: 700;
}
.list_item_contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.list_item_body {
  font-size: 14rem;
  margin-top: 10rem;
}
.list_item_comment {
  font-size: 14rem;
  font-weight: 700;
}
.list_item_comment img {
  display: inline-block;
  width: 23.5rem;
  margin-right: 5rem;
}

.detail {
  padding-top: 72rem;
}
.detail_ttl_wrapper {
  background: transparent url(../img/illust01.png) no-repeat right bottom/357.5rem 337rem;
  padding: 16rem 0 180rem;
}
.detail_ttl {
  font-size: 30rem;
  font-weight: 700;
  line-height: 40rem;
}
.detail_author {
  font-size: 18rem;
  font-weight: 700;
}
.detail_user {
  font-size: 18rem;
  margin-top: 20rem;
}
.detail_number {
  font-size: 18rem;
}
.detail_location {
  font-size: 18rem;
}
.detail_thought_head {
  border-bottom: 2px solid #4A6F71;
  padding-bottom: 5rem;
}
.detail_thought_head .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detail_thought_ttl {
  display: flex;
  align-items: center;
  width: 97.5rem;
}
.detail_thought_ttl_wrapper {
  display: flex;
  align-items: center;
}
.detail_thought_all {
  font-size: 18rem;
  margin-left: 15rem;
}
.detail_thought_post {
    cursor: pointer;
    display: flex;
    align-items: center;
    -moz-column-gap: 5rem;
    column-gap: 5rem;
    font-size: 16rem;
    font-family: "Noto Sans Japanese";
    color: #658485;/*変えたお*/
}
.detail_thought_post img {
  width: 15rem;
}
.detail_thought_items {
  margin-top: 10rem;
}
.detail_thought_items .inner {
  display: flex;
  flex-direction: column;
  row-gap: 10rem;
}
.detail_thought_item {
  padding-bottom: 16rem;
  border-bottom: 1px solid #A5BABA;
}
.detail_thought_item_head {
  display: flex;
  align-items: center;
  -moz-column-gap: 15rem;
       column-gap: 15rem;
}
.detail_thought_user {
  font-size: 16rem;
  font-weight: 700;
}
.detail_thought_location {
  font-size: 14rem;
}
.detail_thought_date {
  font-size: 14rem;
  color: #85A2A3;
}
.detail_thought_body p {
  font-size: 16rem;
  line-height: 26rem;
  padding-left: 10rem;
}
.detail_thought_read_more {
  cursor: pointer;
  font-size: 14rem;
  text-align: center;
  color: #85A2A3;
  margin-top: 5rem;
}
.detail_thought_read_more.is-off {
  display: none;
}
.detail_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  padding: 40rem 20rem;
  z-index: 101;
}
.detail_modal.is-open {
  display: flex;
}
.detail_modal_content {
  position: relative;
  max-height: calc(100vh - 80rem);
  overflow-y: scroll;
  background: #fff url(../img/wallpaper.png) repeat left top/contain;
  border-radius: 4rem;
  padding: 40rem 25rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.detail_modal_content::-webkit-scrollbar {
  display: none;
}
.detail_modal_close {
  cursor: pointer;
  position: absolute;
  right: 20rem;
  top: 20rem;
  width: 20rem;
  height: 20rem;
}
.detail_modal_close::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 18rem;
  height: 1rem;
  background: #4A6F71;
}
.detail_modal_close::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 18rem;
  height: 1rem;
  background: #4A6F71;
}
.detail_form_col:not(:first-of-type) {
  margin-top: 15rem;
}
.detail_form_label {
  font-size: 16rem;
}
.detail_form_label em {
  font-size: 17rem;
  color: #CC5050;
}
.detail_form input[type=text] {
  height: 46rem;
  font-size: 16rem;
  border: 1px solid #4A6F71;
}
.detail_form textarea {
    height: 150rem;
    font-size: 16rem;
    border: 1px solid #4A6F71;
    padding: 20rem 24rem;
    resize: vertical;
}
.detail_form input[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230rem;
  height: 57rem;
  font-size: 16rem;
  font-weight: bold;
  color: #fff;
  background: #4A6F71;
  padding: 0;
  margin: 35rem auto 0;
}
/* 確認モーダル */
.confirm_modal_content {
    width: 320rem;
    padding: 40rem 30rem;
}

.confirm_modal_body {
    text-align: center;
}

.confirm_modal_title {
    font-size: 20rem;
    font-weight: 700;
    color: #39504C;
    margin-bottom: 20rem;
}

.confirm_modal_text {
    font-size: 16rem;
    line-height: 26rem;
    color: #39504C;
    margin-bottom: 30rem;
}

.confirm_modal_buttons {
    display: flex;
    justify-content: center;
    gap: 15rem;
}

.confirm_modal_btn {
    width: 120rem;
    height: 50rem;
    font-size: 16rem;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: opacity 0.3s;
}

.confirm_modal_btn:hover {
    opacity: 0.7;

}

.confirm_modal_btn_cancel {
    background: #fff;
    color: #4A6F71;
    border: 1px solid #4A6F71;
}

.confirm_modal_btn_submit {
    background: #4A6F71;
    color: #fff;
}
.post {
  padding-top: 72rem;
  margin-bottom: 60rem;
}
.post_ttl {
  width: 230rem;
}
.post_attention {
  position: relative;
  margin-top: 35rem;
  padding-bottom: 30rem;
}
.post_attention::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6rem;
  border-top: 1px solid #CCB450;
  border-bottom: 1px solid #CCB450;
}
.post_attention_ttl {
  position: relative;
  font-size: 22rem;
  font-weight: 700;
  text-align: center;
  color: #CCB450;
}
.post_attention_ttl::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 116rem;
  height: 6rem;
  border-top: 1px solid #CCB450;
  border-bottom: 1px solid #CCB450;
}
.post_attention_ttl::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 116rem;
  height: 6rem;
  border-top: 1px solid #CCB450;
  border-bottom: 1px solid #CCB450;
}
.post_attention_body {
  display: flex;
  flex-direction: column;
  row-gap: 20rem;
  margin-top: 20rem;
}
.post_attention_row {
  display: flex;
  font-size: 17rem;
  line-height: 26rem;
}
.post_attention_num {
  width: 20rem;
}
.post_attention_text {
  flex: 1;
}
.post_form {
  margin-top: 45rem;
}
.post_form em {
  font-size: 17rem;
  color: #CC5050;
}
.post_form_head {
  display: flex;
  justify-content: space-between;
  font-size: 17rem;
}
.post_form_head span {
  font-size: 13rem;
}
.post_form_wrapper {
  margin-top: 25rem;
}
.post_form_col:not(:first-of-type) {
  margin-top: 15rem;
}
.post_form_label {
  font-size: 17rem;
}
.post_form input[type=text] {
  height: 46rem;
  font-size: 16rem;
  border: 1px solid #4A6F71;
}
.post_form input[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230rem;
  height: 57rem;
  font-size: 16rem;
  font-weight: bold;
  color: #fff;
  background: #4A6F71;
  padding: 0;
  margin: 45rem auto 0;
}
/* 旅への出し方セクション（post.php用） */
.post_howto {
    margin-top: 40rem;
    padding-bottom: 40rem;
    border-bottom: 1px solid #A5BABA;
}

.post_howto_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.post_howto_ttl {
    width: 142.5rem;
}

.post_howto_toggle {
    background: none;
    border: 1px solid #4A6F71;
    color: #4A6F71;
    font-size: 16rem;
    font-weight: 700;
    padding: 10rem 20rem;
    cursor: pointer;
    transition: all 0.3s;
}
.post_howto_toggle:hover {
    background: #4A6F71;
    color: #fff;
}
.post_howto_contents {
    margin-top: 30rem;
}
.howto {
  padding-top: 72rem;
  margin-bottom: 60rem;
}
.howto_ttl {
  width: 230rem;
}
.howto_number {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 44rem;
  font-weight: 700;
  width: 100%;
  height: 222rem;
  background: transparent url(../img/howto_top.png) no-repeat center center/390rem auto;
  margin-top: 45rem;
}
.howto_lead {
  font-size: 16rem;
  line-height: 26rem;
  text-align: center;
}
.howto_body {
  margin-top: 50rem;
}
.howto_body_ttl {
  width: 142.5rem;
}
.howto_contents {
  display: flex;
  flex-direction: column;
  row-gap: 25rem;
  margin-top: 30rem;
}
.howto_content {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 12rem;
       column-gap: 12rem;
  overflow: hidden;
}
.howto_content:nth-of-type(1) .howto_content_num img {
  width: 12.5rem;
}
.howto_content:nth-of-type(1) .howto_content_img {
  width: 312rem;
}
.howto_content:nth-of-type(2) .howto_content_num img {
  width: 17.5rem;
}
.howto_content:nth-of-type(2) .howto_content_img {
  width: 321rem;
}
.howto_content:nth-of-type(3) .howto_content_num img {
  width: 15.5rem;
}
.howto_content:nth-of-type(3) .howto_content_img {
  width: 284rem;
}
.howto_content:nth-of-type(4) .howto_content_num img {
  width: 19rem;
}
.howto_content:nth-of-type(4) .howto_content_img {
  width: 307rem;
}
.howto_content_num {
  position: relative;
  display: flex;
  justify-content: center;
  width: 20rem;
}
.howto_content_num::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -15rem;
  width: 2rem;
  height: 500rem;
  transform: translate(-50%, 100%);
  background: transparent url(../img/howto_line.png) repeat-y center top/2rem auto;
}
.howto_content_body {
  flex: 1;
}
.howto_content_text {
  font-size: 16rem;
  line-height: 26rem;
}
.howto_content_img {
  margin-top: 16rem;
}
.howto_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230rem;
  height: 57rem;
  font-size: 16rem;
  font-weight: bold;
  color: #fff;
  background: #4A6F71;
  margin: 50rem auto 0;
}
/* 旅のしおりリンク */
.howto_link {
    color: #4A6F71;
    text-decoration: underline;
    font-weight: 700;
}
.howto_link:hover {
    opacity: 0.7;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 26rem;
       column-gap: 26rem;
  margin-top: 10rem;
}
.pagination_wrapper {
  margin-top: 25rem;
}
.pagination_text {
  font-size: 14rem;
  line-height: 1;
  text-align: center;
}
.pagination_prev a {
  position: relative;
  display: block;
  width: 13rem;
  height: 13rem;
}
.pagination_prev a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 9rem;
  height: 9rem;
  border-left: 1px solid #4A6F71;
  border-bottom: 1px solid #4A6F71;
}
.pagination_num {
  font-size: 16rem;
  font-weight: 700;
  line-height: 1;
}
.pagination_num a {
  font-weight: 400;
}
.pagination_next a{
  position: relative;
  display: block;
  width: 13rem;
  height: 13rem;
}
.pagination_next a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 9rem;
  height: 9rem;
  border-right: 1px solid #4A6F71;
  border-bottom: 1px solid #4A6F71;
}/*# sourceMappingURL=style.css.map */