/* ==========================================================================
   common
   ========================================================================== */
/* ==========================================================================
   body
   ========================================================================== */
/* ==========================================================================
   link
   ========================================================================== */
/* ==========================================================================
   title
   ========================================================================== */
/* ==========================================================================
   menu
   ========================================================================== */
/* ==========================================================================
   pankuzu
   ========================================================================== */
/* ==========================================================================
   color
   ========================================================================== */
/* ==========================================================================
   box
   ========================================================================== */
/* ==========================================================================
   border
   ========================================================================== */
/* ==========================================================================
   table
   ========================================================================== */
/* ==========================================================================
   button
   ========================================================================== */
/* ==========================================================================
   marker
   ========================================================================== */
/* ==========================================================================
   margin&padding
   ========================================================================== */
/* ==========================================================================
   img
   ========================================================================== */
/* ==========================================================================
   animation
   ========================================================================== */
/* ==========================================================================
   effect
   ========================================================================== */
/* ==========================================================================
   yourVariable
   ========================================================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
img {
  border-style: none;
  height: auto;
  width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
.ap_hidden {
  display: none !important;
  visibility: hidden;
}
a {
  text-decoration: none;
  color: #533E29;
  transition: 0.5s;
}
a:hover {
  text-decoration: underline;
  color: #c69c6d;
  transition: 0.5s;
}
a:hover img {
  opacity: 0.6;
  transition: 0.5s;
}
/* ==========================================================================
      common
      ========================================================================== */
html {
  overflow: auto;
}
body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  color: #533E29;
  background: #fff;
  letter-spacing: 0.08em;
  overflow-wrap: break-word;
  word-break: normal;
  max-width: 100vw;
  word-wrap: break-word;
}
ul {
  list-style: none;
}
.ap_col_container {
  width: 100%;
  position: relative;
}
.ap_col_container.full {
  display: flex;
}
.ap_col_parent {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-wrap: nowrap;
}
.ap_col_parent.reverse {
  flex-direction: row-reverse;
}
.ap_col_parent.end {
  justify-content: flex-end;
}
.ap_col_parent.center {
  align-items: center;
}
.ap_col_parent.full {
  max-width: 100vw;
}
.ap_col_parent.wrap {
  flex-wrap: wrap;
}
.ap_col_parent.just_center {
  justify-content: center;
}
.ap_col_parent.between {
  justify-content: space-between;
}
.ap_col_parent.around {
  justify-content: space-around;
}
[class*="ap_col_child"] {
  word-wrap: break-word;
  padding: 0px;
  border-radius: 0px;
  max-width: 100%;
}
.ap_col_child_1 {
  width: 83.33333333px /*- @COL_SPACING*/;
}
.ap_col_child_2 {
  width: 166.66666667px;
}
.ap_col_child_3 {
  width: 250px;
}
.ap_col_child_4 {
  width: 333.33333333px;
}
.ap_col_child_5 {
  width: 416.66666667px;
}
.ap_col_child_6 {
  width: 500px;
}
.ap_col_child_7 {
  width: 583.33333333px;
}
.ap_col_child_8 {
  width: 666.66666667px;
}
.ap_col_child_9 {
  width: 750px;
}
.ap_col_child_10 {
  width: 833.33333333px;
}
.ap_col_child_11 {
  width: 916.66666667px;
}
.ap_col_child_12 {
  width: 1000px;
}
.ap_col_child_p_1 {
  width: 8.333%;
}
.ap_col_child_p_2 {
  width: 16.666%;
}
.ap_col_child_p_3 {
  width: 24.999%;
}
.ap_col_child_p_4 {
  width: 33.332%;
}
.ap_col_child_p_5 {
  width: 41.665%;
}
.ap_col_child_p_6 {
  width: 49.998%;
}
.ap_col_child_p_7 {
  width: 58.331%;
}
.ap_col_child_p_8 {
  width: 66.664%;
}
.ap_col_child_p_9 {
  width: 74.997%;
}
.ap_col_child_p_10 {
  width: 83.33%;
}
.ap_col_child_p_11 {
  width: 91.663%;
}
.ap_col_child_p_12 {
  width: 99.996%;
}
.ap_col_center_container {
  width: 100vw;
  height: 100vh;
  margin: 0 auto;
  position: relative;
}
.ap_col_center_container.popup {
  z-index: 999999;
  position: absolute;
  top: 0;
}
.ap_col_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100vh;
  margin: 20px 0px;
  max-width: 1000px;
  width: 95%;
  height: 70%;
}
.ap_col_center > .ap_popup_close {
  width: 25px;
  height: 25px;
  margin-left: auto;
  padding: 5px;
}
.ap_col_center.fixed {
  position: fixed;
}
.ap_col_center.menu_bg {
  background: rgba(0, 0, 0, 0.8);
}
.ap_flex {
  display: flex;
}
.ap_flex.reverse {
  flex-direction: row-reverse;
}
.ap_flex.end {
  justify-content: flex-end;
}
.ap_flex.center {
  position: relative;
  align-items: center;
}
.ap_flex.wrap {
  flex-wrap: wrap;
}
.ap_flex.just_center {
  justify-content: center;
}
.ap_flex.between {
  justify-content: space-between;
}
.ap_flex.around {
  justify-content: space-around;
}
.ap_block {
  display: block;
}
.ap_radius {
  border-radius: 10px;
}
.ap_pc_visible {
  display: block;
}
.ap_sm_visible {
  display: none;
}
.ap_object_fit {
  object-fit: cover;
  font-family: "object-fit:cover";
}
.ap_float_left {
  float: left;
}
.ap_float_right {
  float: right;
}
.ap_clear_both {
  clear: both;
}
.ap_width_100vw {
  width: 100vw;
}
.ap_height_100vh {
  height: 100vh;
}
.ap_width_100 {
  width: 100px;
}
.ap_width_200 {
  width: 200px;
}
.ap_width_300 {
  width: 300px;
}
.ap_width_400 {
  width: 400px;
}
.ap_width_500 {
  width: 500px;
}
.ap_width_600 {
  width: 600px;
}
.ap_width_700 {
  width: 700px;
}
.ap_height_100 {
  height: 100px;
}
.ap_height_200 {
  height: 200px;
}
.ap_height_300 {
  height: 300px;
}
.ap_height_400 {
  height: 400px;
}
.ap_height_500 {
  height: 500px;
}
.ap_height_600 {
  height: 600px;
}
.ap_height_700 {
  height: 700px;
}
.ap_height_800 {
  height: 800px;
}
.ap_height_900 {
  height: 900px;
}
.ap_width_100p {
  width: 100%;
}
.ap_height_100p {
  height: 100%;
}
.ap_width_75p {
  width: 75%;
}
.ap_height_75p {
  height: 75%;
}
.ap_width_50p {
  width: 50%;
}
.ap_height_50p {
  height: 50%;
}
.ap_width_25p {
  width: 25%;
}
.ap_height_25p {
  height: 25%;
}
.ap_vertical_top {
  vertical-align: top;
}
.ap_vertical_middle {
  vertical-align: middle;
}
.ap_vertical_bottom {
  vertical-align: bottom;
}
.ap_overflow_h {
  overflow: hidden;
}
.ap_overflow_s {
  overflow: scroll;
}
.ap_text_hidden {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ap_page_top_wraper {
  position: fixed;
  bottom: 3%;
  right: 3%;
  width: 150px;
  height: 150px;
  z-index: 999;
  display: flex;
  align-items: center;
  text-align: center;
}
.ap_page_top_wraper div {
  width: 100%;
}
/* ==========================================================================
      img_style
      ========================================================================== */
.ap_img_wrapper {
  position: relative;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 300px;
}
.ap_img_wrapper　img {
  max-height: 100%;
  object-fit: contain;
}
.ap_icon_width {
  width: 75px;
}
/* ==========================================================================
      input_style
      ========================================================================== */
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
  color: #666;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  display: block;
  padding: 0.7em;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="tel"],
select,
textarea {
  transition: 0.25s;
  border-radius: 0px;
}
select option {
  border-radius: 0px;
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
input[type="date"]:hover,
input[type="tel"]:hover,
textarea:hover,
textarea:focus,
select:hover,
select:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus {
  transition: 0.25s;
  box-shadow: 0px 0px 10px 0.2px #533e29;
  border-radius: 0px;
  outline: 0;
}
select {
  appearance: none;
  width: 100%;
  height: 44px;
  outline: none;
  cursor: pointer;
}
.select_arrow {
  position: relative;
}
.select_arrow::before {
  content: "";
  width: 10px;
  height: 3px;
  background: #aaa;
  position: absolute;
  right: 13px;
  z-index: 1;
  top: 0;
  bottom: 5px;
  margin: auto;
  border-radius: 10px;
  transform: rotatez(45deg);
  transform-origin: left;
}
.select_arrow::after {
  content: "";
  width: 10px;
  height: 3px;
  background: #aaa;
  position: absolute;
  right: 10px;
  z-index: 1;
  top: 0;
  bottom: 5px;
  margin: auto;
  border-radius: 10px;
  transform: rotatez(-45deg);
  transform-origin: right;
}
[type="checkbox"].ap_checkbox_type1:not(:checked),
[type="checkbox"].ap_checkbox_type1:checked {
  display: none;
}
[type="checkbox"].ap_checkbox_type1:not(:checked) + label.ap_checkbox_label1,
[type="checkbox"].ap_checkbox_type1:checked + label.ap_checkbox_label1 {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
[type="checkbox"].ap_checkbox_type1:not(:checked) + label.ap_checkbox_label1:before,
[type="checkbox"].ap_checkbox_type1:checked + label.ap_checkbox_label1:before {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
label.ap_checkbox_label1:hover:before {
  border: 2px solid #533e29 !important;
  transition: 0.5s;
}
[type="checkbox"].ap_checkbox_type1:not(:checked) + label.ap_checkbox_label1:after,
[type="checkbox"].ap_checkbox_type1:checked + label.ap_checkbox_label1:after {
  content: "\2713\0020";
  position: absolute;
  top: 0.25em;
  left: 0.22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #533e29;
  transition: all 0.2s;
  font-family: "Lucida Sans Unicode", "Arial Unicode MS", Arial;
}
[type="checkbox"].ap_checkbox_type1:not(:checked) + label.ap_checkbox_label1:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"].ap_checkbox_type1:checked + label.ap_checkbox_label1:after {
  opacity: 1;
  transform: scale(1);
}
[type="checkbox"].ap_checkbox_type1:disabled:not(:checked) + label.ap_checkbox_label1:before,
[type="checkbox"].ap_checkbox_type1:disabled:checked + label.ap_checkbox_label1:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"].ap_checkbox_type1:disabled:checked + label.ap_checkbox_label1:after {
  color: #999;
}
[type="checkbox"].ap_checkbox_type1:disabled + label.ap_checkbox_label1 {
  color: #aaa;
}
[type="checkbox"].ap_checkbox_type1:checked:focus + label.ap_checkbox_label1:before,
[type="checkbox"].ap_checkbox_type1:not(:checked):focus + label.ap_checkbox_label1:before {
  border: 2px solid #533e29;
  transition: 0.5s;
}
.ap_simple_text_box_type_1 {
  border: 0;
  border-bottom: 1px solid;
}
.ap_simple_text_box_type_1 + button {
  border: 0;
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px solid;
  cursor: pointer;
}
/* ==========================================================================
      menu_style
      ========================================================================== */
.ap_menu {
  transition: 0.5s;
  position: fixed;
  z-index: 999;
  right: 35px;
  top: 35px;
}
.ap_menu.close {
  opacity: 0;
  transition: 0.5s;
}
.ap_menu_box {
  position: fixed;
  width: 100vw;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  transition: 0.5s;
  padding: 0;
  height: 0;
  overflow: hidden;
  top: 0;
  opacity: 0;
}
.ap_menu_box.opacity {
  opacity: 1;
  transition: 0.5s;
}
.ap_menu_box.open {
  height: 100%;
  transition: 0.75s;
  z-index: 100;
  padding: 10px;
}
.ap_menu_box.open ul {
  font-weight: bold;
}
.ap_menu_box.open li:first-child {
  border-top: 1px #533e29 solid;
}
.ap_menu_box.open li:first-child.dashed {
  border-top: 1px #533e29 dashed;
}
.ap_menu_box li {
  padding: 20px;
  text-align: center;
  border-bottom: 1px #533e29 solid;
}
.ap_menu_box li.dashed {
  border-bottom: 1px #533e29 dashed;
}
.ap_accordion {
  cursor: pointer;
}
.ap_menu_box > a {
  color: #fff;
}
.ap_col_parent.ap_menu {
  width: 17%;
  right: 0;
}
.ap_col_container.top_pankuzu {
  background: #ffffff;
  color: #533E29;
  padding: 10px;
}
.ap_col_container.top_pankuzu a {
  color: #533E29;
}
/* ==========================================================================
      layer_style
      ========================================================================== */
.ap_relative {
  position: relative;
}
.ap_absolute {
  position: absolute;
}
.ap_absolute.top_zero {
  top: 0;
}
.ap_absolute.left_zero {
  left: 0;
}
.ap_absolute.right_zero {
  right: 0;
}
.ap_absolute.bottom_zero {
  bottom: 0;
}
.ap_absolute.center_x {
  left: 0;
  right: 0;
  margin: auto;
}
.ap_absolute.center_y {
  top: 0;
  bottom: 0;
  margin: auto;
}
.ap_absolute.center {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.ap_fixd {
  position: fixed;
}
.ap_zi_minus1 {
  z-index: -1;
}
.ap_zi_minus2 {
  z-index: -2;
}
.ap_zi_minus3 {
  z-index: -3;
}
.ap_zi_minus4 {
  z-index: -4;
}
.ap_zi_minus5 {
  z-index: -5;
}
.ap_zi_minus6 {
  z-index: -6;
}
.ap_zi_minus7 {
  z-index: -7;
}
.ap_zi_minus8 {
  z-index: -8;
}
.ap_zi_minus9 {
  z-index: -9;
}
.ap_zi_minus10 {
  z-index: -10;
}
.ap_zi_plus1 {
  z-index: 1;
}
.ap_zi_plus2 {
  z-index: 2;
}
.ap_zi_plus3 {
  z-index: 3;
}
.ap_zi_plus4 {
  z-index: 4;
}
.ap_zi_plus5 {
  z-index: 5;
}
.ap_zi_plus6 {
  z-index: 6;
}
.ap_zi_plus7 {
  z-index: 7;
}
.ap_zi_plus8 {
  z-index: 8;
}
.ap_zi_plus9 {
  z-index: 9;
}
.ap_zi_plus10 {
  z-index: 10;
}
.ap_zi_full {
  z-index: 999999;
}
/* ==========================================================================
      box_syle
========================================================================== */
.ap_top_line {
  border-top: 1px #533e29 solid;
}
.ap_top_line.dashed {
  border-top: 1px #533e29 dashed;
}
.ap_bottom_line {
  border-bottom: 1px #533e29 solid;
}
.ap_bottom_line.dashed {
  border-bottom: 1px #533e29 dashed;
}
.ap_left_line {
  border-left: 1px #533e29 solid;
}
.ap_right_line {
  border-right: 1px #533e29 solid;
}
.ap_border_line {
  border: 1px #533e29 solid;
}
.ap_border_line.dashed {
  border: 1px #533e29 dashed;
}
.ap_text_bottom_line_mini:before {
  content: "";
  position: absolute;
  bottom: 3px;
  display: inline-block;
  width: 50%;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #533e29;
  border-radius: 2px;
}
.ap_top_line_2nd {
  border-top: 1px #0000bf solid;
}
.ap_bottom_line_2nd {
  border-bottom: 1px #0000bf solid;
}
.ap_left_line_2nd {
  border-left: 1px #0000bf solid;
}
.ap_right_line_2nd {
  border-right: 1px #0000bf solid;
}
.ap_border_line_2nd {
  border: 1px #0000bf solid;
}
.ap_box_shadow {
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
}
/* ==========================================================================
      font_style
========================================================================== */
.ap_center_text {
  text-align: center !important;
}
.ap_right_text {
  text-align: right !important;
}
.ap_left_text {
  text-align: left !important;
}
.ap_spacing_wide {
  letter-spacing: 5px;
}
.ap_spacing_super_wide {
  letter-spacing: 10px;
}
.ap_spacing_narrow {
  letter-spacing: -5px;
}
.ap_primary,
.ap_primary a,
a.ap_primary {
  color: #533e29;
}
.ap_secondary,
.ap_secondary a,
a.ap_secondary {
  color: #0000bf;
}
.ap_red,
.ap_red a,
a.ap_red {
  color: #A63314;
}
.ap_red_light {
  color: #ea7050;
}
.ap_red_dark {
  color: #341006;
}
.ap_orange,
.ap_orange a,
a.ap_orange {
  color: #ff8800;
}
.ap_orange_light {
  color: #ffc380;
}
.ap_orange_dark {
  color: #804400;
}
.ap_blue,
.ap_blue a,
a.ap_blue {
  color: #0000bf;
}
.ap_blue_light {
  color: #4040ff;
}
.ap_blue_dark {
  color: #000040;
}
.ap_purple,
.ap_purple a,
a.ap_purple {
  color: #884898;
}
.ap_purple_light {
  color: #c193cc;
}
.ap_purple_dark {
  color: #3b1f41;
}
.ap_green,
.ap_green a,
a.ap_green {
  color: #00ff2a;
}
.ap_green_light {
  color: #80ff95;
}
.ap_green_dark {
  color: #008015;
}
.ap_yellow,
.ap_yellow a,
a.ap_yellow {
  color: #ffe100;
}
.ap_yellow_light {
  color: #fff080;
}
.ap_yellow_dark {
  color: #807100;
}
.ap_pink,
.ap_pink a,
a.ap_pink {
  color: #ff00dd;
}
.ap_pink_light {
  color: #ff80ee;
}
.ap_pink_dark {
  color: #80006f;
}
.ap_gray,
.ap_gray a,
a.ap_gray {
  color: #e1e6f3;
}
.ap_gray_light {
  color: #ffffff;
}
.ap_gray_dark {
  color: #869acf;
}
.ap_black,
.ap_black a,
a.ap_black {
  color: #111;
}
.ap_black_light {
  color: #515151;
}
.ap_black_dark {
  color: #000000;
}
.ap_white,
a.ap_white .ap_white a {
  color: #fff;
}
.ap_white_light {
  color: #ffffff;
}
.ap_white_dark {
  color: #bfbfbf;
}
.ap_red_2nd,
.ap_red_2nd a,
a.ap_red_2nd {
  color: #9c1a1a;
}
.ap_orange_2nd,
.ap_orange_2nd a,
a.ap_orange_2nd {
  color: #a3a3a3;
}
.ap_blue_2nd,
.ap_blue_2nd a,
a.ap_blue_2nd {
  color: #1870a9;
}
.ap_purple_2nd,
.ap_purple_2nd a,
a.ap_purple_2nd {
  color: #884898;
}
.ap_green_2nd,
.ap_green_2nd a,
a.ap_green_2nd {
  color: #a3a3a3;
}
.ap_yellow_2nd,
.ap_yellow_2nd a,
a.ap_yellow_2nd {
  color: #fff000;
}
.ap_pink_2nd,
.ap_pink_2nd a,
a.ap_pink_2nd {
  color: #a3a3a3;
}
.ap_gray_2nd,
.ap_gray_2nd a,
a.ap_gray_2nd {
  color: #666666;
}
.ap_black_2nd,
.ap_black_2nd a,
a.ap_black_2nd {
  color: #a3a3a3;
}
.ap_white_2nd,
.ap_white_2nd,
a.ap_white_2nd {
  color: #ffffff;
}
.ap_font_bold {
  font-weight: bold;
}
.ap_font_normal {
  font-size: 16px;
}
.ap_font_small {
  font-size: 12.8px;
}
.ap_font_x_small {
  font-size: 9.6px;
}
.ap_font_large {
  font-size: 20px;
}
.ap_font_x_large {
  font-size: 24px;
}
.ap_font_most_large {
  font-size: 60px;
}
.ap_text_shadow {
  text-shadow: 2px 2px 2px #000000;
}
.ap_text_shadow_light {
  text-shadow: 2px 2px 2px #ffffff;
}
/* ==========================================================================
      background_style
      ========================================================================== */
.ap_bg_primary {
  background: #533e29;
}
.ap_bg_secondary {
  background: #0000bf;
}
.ap_bg_red {
  background: #A63314;
}
.ap_bg_red_light {
  background: #ea7050;
}
.ap_bg_red_dark {
  background: #341006;
}
.ap_bg_orange {
  background: #ff8800;
}
.ap_bg_orange_light {
  background: #ffc380;
}
.ap_bg_orange_dark {
  background: #804400;
}
.ap_bg_blue {
  background: #0000bf;
}
.ap_bg_blue_light {
  background: #4040ff;
}
.ap_bg_blue_dark {
  background: #000040;
}
.ap_bg_purple {
  background: #884898;
}
.ap_bg_purple_light {
  background: #c193cc;
}
.ap_bg_purple_dark {
  background: #3b1f41;
}
.ap_bg_green {
  background: #00ff2a;
}
.ap_bg_green_light {
  background: #80ff95;
}
.ap_bg_green_dark {
  background: #008015;
}
.ap_bg_yellow {
  background: #ffe100;
}
.ap_bg_yellow_light {
  background: #fff080;
}
.ap_bg_yellow_dark {
  background: #807100;
}
.ap_bg_pink {
  background: #ff00dd;
}
.ap_bg_pink_light {
  background: #ff80ee;
}
.ap_bg_pink_dark {
  background: #80006f;
}
.ap_bg_gray {
  background: #e1e6f3;
}
.ap_bg_gray_light {
  background: #ffffff;
}
.ap_bg_gray_dark {
  background: #869acf;
}
.ap_bg_black {
  background: #111;
}
.ap_bg_black_light {
  background: #515151;
}
.ap_bg_black_dark {
  background: #000000;
}
.ap_bg_white {
  background: #fff;
}
.ap_bg_white_light {
  background: #ffffff;
}
.ap_bg_white_dark {
  background: #bfbfbf;
}
.ap_bg_red_2nd {
  background: #9c1a1a;
}
.ap_bg_orange_2nd {
  background: #a3a3a3;
}
.ap_bg_blue_2nd {
  background: #1870a9;
}
.ap_bg_purple_2nd {
  background: #884898;
}
.ap_bg_green_2nd {
  background: #a3a3a3;
}
.ap_bg_yellow_2nd {
  background: #fff000;
}
.ap_bg_pink_2nd {
  background: #a3a3a3;
}
.ap_bg_gray_2nd {
  background: #666666;
}
.ap_bg_black_2nd {
  background: #a3a3a3;
}
.ap_bg_white_2nd {
  background: #ffffff;
}
.ap_bg_pattern {
  background-image: linear-gradient(-45deg, #fafafa 25%, #eee 25%, #eee 50%, #fafafa 50%, #fafafa 75%, #eee 75%, #eee);
  background-size: 6px 6px;
}
/* ==========================================================================
   table_style
   ========================================================================== */
.ap_table {
  display: table;
}
.ap_table_cell {
  display: table-cell;
}
.ap_table_cell.middle {
  vertical-align: middle;
}
.ap_table_responsive {
  table-layout: fixed;
  width: 100%;
  border: none;
  border-radius: 0px;
}
.ap_table_responsive td {
  padding: 0px;
}
.ap_table_responsive.hover tr:hover {
  background: #efefef;
  border-radius: 0px;
}
.ap_table_responsive.hover thead > tr:hover {
  background: none;
}
.ap_basic_table {
  width: 100%;
  border: none;
}
.ap_basic_table td {
  padding: 0px;
}
.ap_basic_table.hover tr:hover {
  background: #efefef;
}
.ap_basic_table td:first-child {
  border-radius: 0px;
  font-weight: bold;
  text-align: center;
}
.ap_basic_table td:last-child {
  border-radius: 0px;
}
/* ==========================================================================
   title(font_style)
   ========================================================================== */
.ap_title,
.ap_title_h3,
.ap_title_h2,
.ap_title_h1 {
  font-feature-settings: "palt";
  font-family: "Yu Gothic Medium";
  font-size: 24px;
}
.ap_change_fam {
  font-family: "Yu Gothic Medium";
}
.ap_title_h1 {
  font-size: 60px;
}
.ap_title_h1 .ap_title_sub,
.ap_title_h1 + .ap_title_sub {
  font-size: 30px;
}
.ap_title_h2 {
  font-size: 24px;
}
.ap_title_h2 .ap_title_sub,
.ap_title_h2 + .ap_title_sub {
  font-size: 12px;
}
.ap_title_h3 {
  font-size: 20px;
}
.ap_title_h3 .ap_title_sub,
.ap_title_h3 + .ap_title_sub {
  font-size: 10px;
}
/* ==========================================================================
   button_style
========================================================================== */
#header {
  position: relative;
}
.ap_menu_btn_trigger {
  position: relative;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.ap_menu_btn_trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #0000bf;
  border-radius: 15px;
}
.ap_menu_btn_trigger,
.ap_menu_btn_trigger span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}
.ap_menu_btn_trigger span:nth-of-type(1) {
  top: 0;
}
.ap_menu_btn_trigger span:nth-of-type(2) {
  top: 15px;
}
.ap_menu_btn_trigger span:nth-of-type(3) {
  bottom: 0;
}
.ap_menu_btn_trigger.active span:nth-of-type(3) {
  bottom: -10px;
}
.ap_menu_btn_trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
}
.ap_menu_btn_trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-btn05-bar02 0.8s forwards;
  animation: active-btn05-bar02 0.8s forwards;
}
@-webkit-keyframes active-btn05-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-btn05-bar02 {
  100% {
    height: 0;
  }
}
.ap_menu_btn_trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
}
.ap_prev_btn,
.ap_next_btn {
  font-size: 20px;
}
/* ==========================================================================
   404_style
   ========================================================================== */
.wrap.not_found [class*="ap_col_child"] {
  display: flex;
  align-items: center;
  min-height: 30vh;
  padding: 10px;
}
/* ==========================================================================
   effect_style
   ========================================================================== */
.ap_scroll_fadein {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 300ms;
}
.ap_scroll_fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.fadein_load {
  opacity: 0;
}
.fadein_load.done {
  opacity: 1;
  transition: 1s;
}
.ap_normal_fadein {
  opacity: 0;
}
.ap_normal_fadein.done {
  transition: 2s;
  opacity: 1;
}
.ap_add_lity_all {
  display: none;
}
/* ==========================================================================
      margin_style/padding_style
      ========================================================================== */
.ap_margin {
  margin: 20px;
}
.ap_margin-top {
  margin-top: 20px;
}
.ap_margin-top_large {
  margin-top: 40px;
}
.ap_margin-top_half {
  margin-top: 10px;
}
.ap_margin-top_quarter {
  margin-top: 5px;
}
.ap_margin-top_minus {
  margin-top: -20px;
}
.ap_margin-top_minus_large {
  margin-top: -40px;
}
.ap_margin-top_minus_most_large {
  margin-top: -80px;
}
.ap_margin-bottom {
  margin-bottom: 20px;
}
.ap_margin-bottom_half {
  margin-bottom: 10px;
}
.ap_margin-bottom_quarter {
  margin-bottom: 5px;
}
.ap_margin-bottom_minus {
  margin-bottom: -20px;
}
.ap_margin-bottom_large {
  margin-bottom: 40px;
}
.ap_margin_side {
  margin: 0 20px 0 20px;
}
.ap_margin_side_half {
  margin: 0 10px 0 10px;
}
.ap_margin_side_quarter {
  margin: 0 5px 0 5px;
}
.ap_margin_top_bottom {
  margin: 20px 0 20px 0;
}
.ap_margin_top_bottom_half {
  margin: 10px 0 10px 0;
}
.ap_margin_top_bottom_quarter {
  margin: 5px 0 5px 0;
}
.ap_padding_0 {
  padding: 0;
}
.ap_padding {
  padding: 20px;
}
.ap_padding_half {
  padding: 10px;
}
.ap_padding_large {
  padding: 40px;
}
.ap_padding_top_bottom_large {
  padding: 40px 0 40px 0;
}
.ap_padding_top_bottom {
  padding: 20px 0 20px 0;
}
.ap_padding_top_bottom_half {
  padding: 10px 0 10px 0;
}
.ap_padding_top_bottom_quarter {
  padding: 5px 0 5px 0;
}
.ap_padding_side {
  padding: 0 20px 0 20px;
}
.ap_padding_side_half {
  padding: 0 10px 0 10px;
}
.ap_padding_side_quarter {
  padding: 0 5px 0 5px;
}
.ap_margin_auto {
  margin: auto !important;
}
.ap_padding_balance_side_1 {
  padding: 10px 5px 10px 5px;
}
.ap_padding_balance_side_2 {
  padding: 10px 10px 10px 10px;
}
.ap_padding_balance_side_3 {
  padding: 10px 20px 10px 20px;
}
.ap_padding_balance_side_4 {
  padding: 10px 30px 10px 30px;
}
.ap_padding_balance_tpbt_1 {
  padding: 5px 10px 5px 10px;
}
.ap_padding_balance_tpbt_2 {
  padding: 10px 10px 10px 10px;
}
.ap_padding_balance_tpbt_3 {
  padding: 20px 10px 20px 10px;
}
.ap_padding_balance_tpbt_4 {
  padding: 30px 10px 30px 10px;
}
/* ==========================================================================
   tablet styles
   ========================================================================== */
@media screen and (max-width: 768px) {
  .ap_col_container.full {
    display: block;
  }
  body {
    overflow-x: hidden;
  }
  .ap_sm_visible {
    display: block;
  }
  .ap_sm_hidden {
    display: none !important;
  }
  .ap_col_parent {
    max-width: 768px;
    margin: 0 auto;
    display: block;
  }
  .ap_col_parent.full {
    padding: 0;
  }
  .ap_col_parent.full > [class*="ap_col_child"] {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  [class*="ap_col_child"] {
    width: 100%;
    margin: auto;
    margin-left: auto;
  }
  [class*="ap_col_child"]:first-child {
    margin-left: auto;
  }
  [class*="ap_col_child"]:last-child {
    margin-right: auto;
  }
  .ap_pc_visible {
    display: none;
  }
  .ap_sm_block {
    display: block;
  }
  [class*="ap_width"] {
    width: 100%;
  }
  [class*="ap_height"] {
    height: auto;
  }
  .ap_width_100vw.sm {
    width: 100vw;
  }
  .ap_height_100vh.sm {
    height: 100vh;
  }
  .ap_width_100p.sm {
    width: 100%;
  }
  .ap_height_100p.sm {
    height: 100%;
  }
  .ap_width_50p.sm {
    width: 50%;
  }
  .ap_height_50p.sm {
    height: 50%;
  }
  .ap_width_25p.sm {
    width: 25%;
  }
  .ap_height_25p.sm {
    height: 25%;
  }
  .ap_width_100.sm {
    width: 100px;
  }
  .ap_width_200.sm {
    width: 200px;
  }
  .ap_width_300.sm {
    width: 300px;
  }
  .ap_width_400.sm {
    width: 400px;
  }
  .ap_width_500.sm {
    width: 500px;
  }
  .ap_width_600.sm {
    width: 600px;
  }
  .ap_width_700.sm {
    width: 700px;
  }
  .ap_width_100vw.sm {
    width: 100vw;
  }
  .ap_height_100vh.sm {
    height: 100vh;
  }
  .ap_width_100p.sm {
    width: 100%;
  }
  .ap_height_100p.sm {
    height: 100%;
  }
  .ap_width_50p.sm {
    width: 50%;
  }
  .ap_height_50p.sm {
    height: 50%;
  }
  .ap_width_25p.sm {
    width: 25%;
  }
  .ap_height_25p.sm {
    height: 25%;
  }
  .ap_height_100.sm {
    height: 100px;
  }
  .ap_height_200.sm {
    height: 200px;
  }
  .ap_height_300.sm {
    height: 300px;
  }
  .ap_height_400.sm {
    height: 400px;
  }
  .ap_height_500.sm {
    height: 500px;
  }
  .ap_height_600.sm {
    height: 600px;
  }
  .ap_height_700.sm {
    height: 700px;
  }
  .ap_height_800.sm {
    height: 800px;
  }
  .ap_height_900.sm {
    height: 900px;
  }
  .ap_flex.sm_block {
    display: block;
  }
  .ap_col_parent.ap_menu > [class*="ap_col_child"] {
    padding-right: 0px;
    padding-left: 0px;
  }
  /* ==========================================================================
   table_style
   ========================================================================== */
  .img_add img {
    width: 100%;
    object-fit: cover;
    height: auto;
  }
}
/* ==========================================================================
   phone styles
   ========================================================================== */
@media screen and (min-width: 450px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
#top_slider_1 img {
  max-width: 1100px;
  max-height: 700px;
  object-fit: contain;
}
@media screen and (max-width: 1400px) {
  #top_slider_1 img {
    max-height: 600px;
  }
}
@media screen and (max-width: 1000px) {
  #top_slider_1 img {
    max-height: 500px;
  }
}
@media screen and (max-width: 768px) {
  #top_slideer_1 img {
    max-height: 400px;
  }
}
@media screen and (max-width: 599px) {
  #top_slider_1 img {
    height: 300px;
    object-fit: cover;
  }
}
@media screen and (max-width: 400px) {
  #top_slider_1 img {
    height: 250px;
    object-fit: cover;
  }
}
.ap_width_40 {
  width: 40px;
}
.ap_footer_link .ap_link_icon {
  width: 40px;
}
.ap_bg_main {
  background-image: url("../../../../img/main_img01.jpg");
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ap_bg_main_wrap > h2 {
  font-size: 40px;
  color: #fff;
  text-align: center;
}
.ap_logo_img {
  width: 530px;
  margin-top: 40px;
  max-width: 100%;
}
[class*="ap_sub_text"],
.ap_coming_soon {
  text-align: center;
  color: #fff;
}
.ap_sub_text,
.ap_coming_soon {
  font-size: 24px;
}
.ap_coming_soon {
  margin-top: 20px;
}
.ap_bg_content {
  background-image: url("../../../../img/bg.jpg");
}
.ap_bg_content img {
  border-radius: 25px;
}
.ap_bottom_line_dot {
  border-bottom: 3px #533e29 dotted;
}
.ap_col_small_title {
  background-image: url("../../../../img/h_bg.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: auto;
  color: #fff;
  margin-top: 25px;
  font-weight: normal;
}
.ap_col_small_title span {
  display: flex;
  align-items: center;
  height: 100%;
  transform: rotate(-2.25deg);
  margin-left: 20px;
  padding: 1em 0;
}
.ap_margin_top_bottom_large {
  margin: 40px 0 40px 0;
}
.ap_content_main_wrap {
  margin-top: 40px;
  padding: 40px;
  background: #fff;
  border-top: 5px solid;
}
.ap_padding_right {
  padding-right: 40px;
}
.ap_padding_left {
  padding-left: 40px;
}
.ap_padding_top_large {
  padding-top: 40px;
}
.ap_padding_bottom {
  padding-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  .ap_col_parent {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .ap_padding_right {
    padding-right: 0;
  }
  .ap_padding_left {
    padding-left: 0;
  }
  .ap_col_small_title {
    background-size: auto 100%;
  }
  .ap_footer_link a {
    font-size: 14px;
  }
  .ap_footer_link p:last-child {
    margin-bottom: 40px;
  }
  .ap_footer_link .ap_link_icon {
    width: 34px;
  }
}
@media screen and (max-width: 450px) {
  .ap_col_small_title {
    background-size: 100% 100%;
  }
  .ap_margin-top_large.sp_none {
    margin-top: 0px;
  }
  .ap_col_small_title {
    margin-top: 0px;
    margin: 25px 0;
  }
  .ap_col_small_title span {
    transform: rotate(-4deg);
  }
}
/* media */
.ap_topics_container {
  max-width: 1200px;
  display: flex;
  align-items: center;
  padding: 40px 20px;
  margin: 0 auto;
}
.ap_topics_container2 {
  max-width: 1200px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  padding: 10px 20px 40px;
  margin: 0 auto;
}
.ap_title_imgs {
  max-width: 140px;
  margin: 0 auto;
}
.ap_topics_title {
  font-size: 30px;
  margin-bottom: 30px;
}
.ap_topics_title2 {
  font-size: 28px;
  line-height: 1.2;
  padding-top: 10px;
}
.ap_topics_article {
  width: 50%;
  font-size: 20px;
  padding: 20px;
}
.ap_topics_imgs {
  width: 50%;
  padding: 20px;
}
.ap_quote_area {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
  padding: 20px;
}
.ap_media_img {
  width: 40%;
  padding: 0 0 0 16px;
}
.ap_media_text {
  width: 60%;
  font-size: 14px;
}
.ap_icon_quotation {
  position: relative;
  background-color: #f5f5f5;
}
.ap_icon_quotation::before {
  font-family: 'Material Icons Outlined';
  font-size: 30px;
  content: '\e244';
  transform: rotate(180deg);
  position: absolute;
  top: 20px;
  left: 20px;
}
.ap_source {
  font-size: 12px;
  text-align: right;
}
.media-center-box {
  max-width: 1200px;
  align-items: center;
  padding: 40px 20px;
  margin: 0 auto;
}
.media-center-box p {
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .ap_topics_title2 {
    padding-top: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .ap_topics_article {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .ap_topics_container {
    display: block;
  }
  .ap_topics_container2 {
    display: block;
  }
  .ap_topics_title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .ap_topics_article {
    width: 100%;
    padding: 20px 10px;
  }
  .ap_topics_imgs {
    width: 100%;
    padding: 20px 10px;
  }
  .ap_quote_area {
    width: 100%;
    display: block;
    padding-top: 50px;
  }
  .ap_topics_title2 {
    padding-top: 10px;
  }
  .ap_media_img {
    width: 100%;
    padding: 0;
  }
  .ap_media_text {
    width: 100%;
  }
  .ap_source {
    padding-top: 10px;
  }
}
/* line banner */
.ap_footer_banner {
  display: flex;
  flex-wrap: wrap;
}
p.ap_line_banner {
  text-align: left !important;
  margin: 10px 0 0 0;
}
.ap_line_banner a img {
  max-height: 44px;
}
@media screen and (max-width: 960px) {
  .ap_footer_banner {
    display: block;
  }
  .ap_line_banner a img {
    max-width: 176px;
    max-height: none;
  }
}
@media screen and (max-width: 450px) {
  p.ap_line_banner {
    text-align: center !important;
  }
  .ap_line_banner a img {
    max-width: 230px;
  }
}
.ap_padding_20 {
  padding: 20px;
}
.ap_margin_bottom_20 {
  margin-bottom: 20px;
}
/***********************************/
/*お問い合わせ
/*オリジナルデザインがある場合は適宜変更してください
/************************************/
.ap_height_center {
  align-items: center;
  border-bottom: 1px dotted #533e29;
  padding: 20px 0;
  display: flex;
}
.ap_height_center .ap_contact_left {
  width: 20%;
}
.ap_height_center .ap_contact_right {
  width: 80%;
}
.ap_required {
  background: #533e29;
  color: #fff;
  font-size: 10px;
  border-radius: 5px;
  padding: 5px 10px;
  margin-left: 10px;
}
.address_wrap p > span {
  font-size: 14px;
  min-width: 100px;
  text-align: left;
  flex-shrink: 0;
}
.address_wrap > p,
.address_wrap label {
  width: 100%;
}
.address_wrap > p {
  margin-bottom: 10px;
}
.wpcf7-spinner {
  display: none;
}
.btn {
  display: block;
  background: #533e29;
  color: #fff;
  padding: 1.5rem 0;
  max-width: 400px;
  width: 95%;
  margin: 3rem auto 1.5rem;
  border-radius: 5px;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 2px;
  text-decoration: none;
  cursor: pointer;
  border: none;
}
@media screen and (max-width: 768px) {
  .ap_height_center {
    display: block;
  }
  .ap_height_center .ap_contact_left {
    width: 100%;
  }
  .ap_height_center .ap_contact_right {
    width: 100%;
  }
}
.ap_inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}
.ap_fuji_title > h2 {
  font-size: 60px;
  font-family: voltage, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #533e29;
}
.ap_fuji_title > p {
  font-size: 18px;
  color: #533e29;
}
.fuji_media_h3 {
  text-align: center;
  font-size: 26px;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}
.fuji_media_h3::after {
  display: block;
  content: "";
  width: 100%;
  height: 5px;
  background-image: linear-gradient(to right, #B0D8E8, #B0D8E8 5px, transparent 5px, transparent 10px);
  background-size: 12px 3px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
}
.fuji_media_text {
  margin-top: 50px;
  line-height: 200%;
  font-size: 18px;
}
.fuji_media_logo {
  max-width: 300px;
  display: block;
  margin: 5% auto;
}
.ap_padding_fuji_media {
  padding: 5% 0 3% 0;
}
.top_fadein {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 0.8s;
}
.top_fadein.top_scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.media_bg {
  background-color: #e4f3f4;
  padding: 5% 0 5% 0;
}
.top_sec3.media {
  background: url("/img/img_for_toppage/web3.jpg");
  background-size: cover;
  text-align: center;
  background-repeat: no-repeat;
  background-position: bottom;
  min-height: 50vh;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
  color: #666;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  display: block;
  padding: 0.7em;
  border: 1px solid #666;
  width: 100%;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="tel"],
select,
textarea {
  transition: 0.25s;
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
input[type="date"]:hover,
input[type="tel"]:hover,
textarea:hover,
textarea:focus,
select:hover,
select:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus {
  transition: 0.25s;
  box-shadow: 0px 0px 10px 0.2px #533e29;
  outline: 0;
}
select {
  appearance: none;
  width: 100%;
  height: 44px;
  outline: none;
  cursor: pointer;
}
.link-text-btn a {
  font-size: 24px;
  font-weight: bold;
  margin: 0 10px;
  text-decoration: underline;
  color: #148CAA;
}
.line-btn {
  width: 176px;
  display: block;
}
.media_contact {
  font-size: 18px;
  text-align: center;
  margin: 5% 0;
  line-height: 200%;
}
.media_contact a {
  font-size: 24px;
  font-weight: bold;
  margin: 0 10px;
  text-decoration: underline;
  color: #148CAA;
}
@media screen and (max-width: 768px) {
  .fuji_media_h3 {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .fuji_media_text {
    margin-top: 25px;
    line-height: normal;
    font-size: 14px;
  }
  .top_sec3.media {
    min-height: 30vh;
  }
  .media_contact {
    font-size: 14px;
  }
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="date"],
  input[type="tel"],
  select,
  textarea {
    margin-top: 20px;
  }
  .ap_height_center br {
    display: none;
  }
  .media_contact a {
    font-size: 20px;
    margin: 10px 0;
    display: block;
  }
}
.img_muscat {
  width: 30%;
  position: absolute;
  left: -5%;
  bottom: -8%;
  z-index: -1;
}
.img_strawberry {
  position: absolute;
  width: 30%;
  right: -5%;
  bottom: -5%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .ap_padding_fuji_media.img_bottom {
    padding: 5% 0 10% 0;
  }
  .img_muscat {
    bottom: -2%;
  }
  .img_strawberry {
    bottom: -2%;
  }
}
.ap_menu_reservation_table {
  border-collapse: collapse;
  width: 100%;
  margin: 20px 0;
  table-layout: fixed;
}
.ap_menu_reservation_table th {
  width: 30%;
  text-align: center;
  border: 1px solid #ccc;
  padding: 5px 10px;
  white-space: nowrap;
  background-color: #e4f3f4;
  vertical-align: middle;
}
.ap_menu_reservation_table td {
  width: 70%;
  text-align: left;
  border: 1px solid #ccc;
  padding: 5px 10px;
}
@media screen and (max-width: 768px) {
  .ap_menu_reservation_table th,
  .ap_menu_reservation_table td {
    width: 100%;
    display: block;
  }
  .ap_menu_reservation_table {
    border: solid 1px #533e29;
  }
  .ap_menu_reservation_table th {
    width: 100%;
    display: block;
    border-bottom: solid 1px #533e29;
  }
  .ap_menu_reservation_table td {
    width: 100%;
    display: block;
    border-bottom: solid 1px #533e29;
  }
  .ap_no_border {
    border-bottom: none !important;
  }
  .sm_just_center {
    justify-content: center;
  }
  .ap_sm_margin_auto {
    margin: auto;
  }
}
.top_sec5-2_wrapper {
  background-image: url(https://fujisand.com/img/img_for_toppage/index_bg.jpg);
  background-size: 100%;
  background-repeat: repeat-y;
}
.ap_order_large_banner {
  border: 3px solid #fff;
  width: fit-content;
  margin: 40px auto 50px;
}
.ap_order_large_banner .ap_banner_inner {
  margin: 3px;
  background-color: #fff;
  text-align: center;
  padding: 20px;
  width: fit-content;
}
@media screen and (max-width: 425px) {
  .ap_order_large_banner .ap_banner_inner {
    text-align: left;
  }
}
.ap_top_menu_order_large img {
  object-fit: cover;
  height: 50%;
}
.top_menu_slider {
  margin: 0 0 5%;
}
.top_menu_slider img {
  margin: 0 20px;
}
/* 多言語 */
.ap-menu-container {
  padding-right: 160px;
  position: relative;
}
.ap-gtranslate-wrapper {
  position: absolute;
  top: 0;
  right: 16px;
}
.ap-gmap-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0 40px;
}
.ap-access-textarea {
  width: 50%;
  padding-right: 40px;
}
.ap-access-map-area {
  width: 50%;
  height: auto;
  aspect-ratio: 4 / 3;
}
.ap-access-map-area iframe {
  width: 100%;
  height: 100%;
}
.ap-route-guide {
  margin-top: 30px;
}
.ap-route-guide a {
  display: inline-block;
  text-align: center;
  color: #ffffff;
  background-color: #533e29;
  border-radius: 999px;
  padding: 10px 26px;
}
.ap-route-guide a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.ap-route-guide a span::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(/img/external_link.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 10px;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .ap-gmap-container {
    padding: 0;
  }
  .ap-gmap-container {
    flex-direction: column-reverse;
  }
  .ap-access-textarea,
  .ap-access-map-area {
    width: 100%;
  }
  .ap-access-page.ap_col_parent {
    padding: 0;
  }
  .ap-access-textarea {
    padding: 10px 0 0;
  }
  .ap-route-guide {
    text-align: center;
  }
}
/* お知らせ */
.news-container {
  max-width: 820px;
  margin: 0 auto;
}
.news_single_text {
  margin-bottom: 30px;
}
.news_single_title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  padding: 60px 0 40px;
}
.news_single_article p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 1em;
}
@media screen and (max-width: 450px) {
  .news_single_article p {
    font-size: 15px;
  }
}
.ap_header_logo_hidden {
  display: none;
}
.ap_header_logo_wrapper img {
  width: 250px;
}
header.site-header {
  min-height: 100px;
  position: sticky;
  top: 0;
  z-index: 999;
  background: #ffffff;
}
.ap_header_area {
  height: 100px;
  border-top: 9px solid #523d28;
}
.ap_header_list {
  align-items: center;
  padding: 5px 0;
}
.ap_header_list li {
  padding: 0 10px;
  margin: 5px 0;
  cursor: pointer;
}
.ap_header_list li:last-child {
  padding: 0 5px;
  margin: 5px;
}
.ap_header_list a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.ap_header_list a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
.ap_header_list a:hover::after {
  transform: scale(1, 1);
}
.tel_bg_blue {
  background: #148caa;
}
.tel_bg_blue a {
  color: #fff;
  padding: 4px 2px;
}
.bg_insta {
  background: #523d28;
}
.bg_insta img {
  max-width: 40px;
}
.ap_width_20 {
  width: 20px;
  vertical-align: middle;
}
.ap_width_60 {
  width: 60px;
}
#menu_btn .ap_menu_btn_trigger span {
  background-color: #148caa;
}
.ap_simple_btn {
  display: inline-block;
  min-width: 200px;
  color: #ffffff;
  background: #5e5b58;
  text-align: center;
  transition: 0.5s;
  border: 2px solid #5e5b58;
  border-radius: 50px;
  padding: 10px 20px;
  cursor: pointer;
}
.ap_simple_btn.toggle {
  background: transparent;
  border: 2px solid #ffffff;
  width: 80%;
  max-width: 300px;
}
.column {
  flex-direction: column;
}
#menu_btn {
  height: 80px;
}
.tel_sm {
  width: fit-content;
  margin-right: 16%;
  margin-left: auto;
}
.tel_sm li {
  padding: 3px;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  #menu_btn div.ap_sm_visible {
    display: flex !important;
  }
  #menu_btn div div a {
    width: auto;
  }
  #menu_btn div div img {
    max-width: 140px;
  }
}
@media screen and (max-width: 450px) {
  .tel_sm {
    margin-right: 13%;
    margin-left: 0;
    font-size: 14px;
  }
  .ap_header_logo_wrapper {
    padding: 10px 3px;
  }
  .ap_top-16 {
    top: 16px;
  }
}
.mg-t-30 {
  margin-top: 20px;
}
.telling img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.inducing_mail {
  width: 176px;
  height: 44px;
  line-height: 2em;
  text-indent: 5px;
  border: 1px solid #fff;
  padding: 5px 5px 5px 5px;
  margin: 10px 10px 0 0;
}
.inducing_mail img {
  width: 25px;
}
.inducing_insta {
  width: 176px;
  height: 44px;
  line-height: 2em;
  text-indent: 5px;
  border: 1px solid #fff;
  padding: 5px 20px 5px 5px;
  margin: 10px 10px 0 0;
}
.inducing_insta img {
  width: 25px;
}
@media screen and (max-width: 450px) {
  .inducing_mail {
    width: 230px;
    margin: 10px auto 0;
  }
  .inducing_insta {
    width: 230px;
    margin: 10px auto 0;
  }
}
.rights {
  margin-left: 430px;
  padding-top: 30px;
}
.footer_map img {
  width: 100%;
  max-width: 323px;
}
.main_color {
  background: #533e29;
}
.footer_container {
  padding: 40px 80px;
}
.footer_container a,
.footer_container p {
  color: #fff;
}
.footer_container .access {
  margin: 0 10px;
}
.footer_container .page-top_hp {
  display: block;
}
.footer_container .page-top_sp {
  display: none;
}
.footer_container .page-top_hp img,
.page-top_sp img {
  height: 203px;
  width: 18px;
}
.footer_logo img {
  width: 100%;
  max-width: 400px;
}
.padding_5_30 {
  padding: 5px 20px;
}
.footer_gmap img {
  width: 30px;
  vertical-align: middle;
}
.footer_gmap span {
  border-bottom: 1px solid white;
}
@media screen and (max-width: 900px) {
  .footer_container {
    padding: 40px 30px;
  }
  .padding_5_30 {
    padding: 5px 15px;
  }
}
@media screen and (max-width: 768px) {
  .footer_container {
    padding: 40px 10px;
  }
  .footer_map {
    margin: 0 auto;
  }
  .footer_logo {
    text-align: center;
  }
  .footer_logo img {
    width: 280px;
  }
  .access p {
    text-align: center;
  }
  .footer_container .page-top_hp img,
  .page-top_sp img {
    margin-left: -30px;
  }
  .footer_container .page-top_hp {
    display: none;
  }
  .footer_container .page-top_sp {
    display: flex;
    justify-content: flex-end;
    position: absolute;
  }
}
.notification_wrap {
  width: 450px;
  margin: 15px;
  box-sizing: content-box;
  border-top: 3px solid #533e29;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
}
.notification_wrap .news_image img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  margin: 8px;
}
.notification_wrap .news_text {
  margin: auto 0;
  padding: 16px;
}
.notification_wrap .arrow_next {
  display: flex;
  align-items: flex-end;
  margin-left: auto;
  padding: 10px;
}
.notification_wrap .arrow_next img {
  width: 25x;
  height: 5px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .notification_wrap {
    margin: 15px auto;
  }
  .just-center_tablet {
    justify-content: center;
  }
  .footer_container .access > p,
  .footer_container .access > div {
    max-width: 323px;
    text-align: left;
    margin: 0 auto;
  }
}
@media screen and (max-width: 450px) {
  .notification_wrap {
    width: 100%;
    margin: 10px auto;
  }
}
.ap_p_brown {
  letter-spacing: 0px;
  color: #533e29;
}
iframe {
  width: 100%;
  height: 700px;
}
.bg_wood {
  background-image: url(../../../../img/img_for_toppage/bg.jpg);
}
.date {
  color: #148caa;
}
.recommended_spot_wrap {
  position: relative;
  width: 290px;
  margin: 15px;
  box-sizing: content-box;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
}
.recommended_spot_wrap .spot_subheading {
  position: absolute;
  margin-top: -15%;
}
.recommended_spot_wrap .spot_subheading p {
  font-size: 50px;
  letter-spacing: 0px;
  color: #533e29;
  font-family: voltage, sans-serif;
}
.recommended_spot_wrap .spot_image img {
  width: 274px;
  height: 192px;
  object-fit: cover;
  margin: 16px 8px;
}
.recommended_spot_wrap .spot_text {
  margin: auto 0;
  padding: 8px 16px;
}
.recommended_spot_wrap .spot_content {
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 16px;
}
.recommended_spot_wrap .arrow_next {
  display: flex;
  justify-content: flex-end;
  margin: 8px;
  padding-bottom: 8px;
}
.recommended_spot_wrap .arrow_next img {
  width: 30px;
  height: 25px;
}
@media screen and (max-width: 768px) {
  .just-center_tablet {
    justify-content: center;
  }
}
@media screen and (max-width: 450px) {
  .notification_wrap {
    width: 100%;
    margin: 10px auto;
  }
}
.recommended_spot_single_1 {
  margin-bottom: 50px;
}
.recommended_spot_single_1_spot_subheading {
  letter-spacing: 0px;
  color: #533e29;
  font-size: 50px;
  font-family: voltage, sans-serif;
}
.recommended_spot_single_1_flex {
  padding-bottom: 5%;
}
.recommended_spot_single_1_flex_message {
  width: 47%;
}
.recommended_spot_single_1_flex_message_title {
  text-align: left;
  letter-spacing: 0px;
  color: #533e29;
  font-size: 36px;
}
.recommended_spot_single_1_flex_message_subtitle {
  text-align: left;
  letter-spacing: 0px;
  color: #533e29;
  font-size: 30px;
  border-bottom: dashed #533e29;
  width: fit-content;
  margin-bottom: 5%;
}
.recommended_spot_single_1_flex_message_article {
  line-height: 35px;
}
.recommended_spot_single_1_flex_message_message {
  font-size: 16px;
  text-align: left;
  line-height: 35px;
  letter-spacing: 0px;
  color: #533e29;
}
.recommended_spot_single_1_flex_img {
  width: 50%;
  margin-left: auto;
}
.recommended_spot_single_1_flex_img img {
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.recommended_spot_single_2 {
  margin-bottom: 50px;
}
.itiran_button a p {
  font-size: 17.17px;
  width: 200px;
  margin: auto;
  background: #533e29 0% 0% no-repeat padding-box;
  margin-top: 50px;
  margin-bottom: 70px;
  padding: 7px;
  position: relative;
}
.itiran_button a p {
  letter-spacing: 0px;
  color: #ffffff;
}
.itiran_button a p img {
  width: 45px;
  top: 30%;
  right: 5%;
}
.itiran_button .top_link_brown a p {
  width: 230px;
  margin: 0 auto;
  text-align: left;
  font-size: 18px;
  color: #ffffff;
  background-color: #533e29;
  padding: 10px 20px;
  position: relative;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 70px;
}
.recommended_spot_single_3 {
  padding: 50px 0 80px 0;
}
.recommended_spot_single_3_p {
  text-align: center;
  padding-bottom: 120px;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #533e29;
}
.recommended_spot_single_space_between p {
  width: unset;
}
.recommended_spot_photo p img {
  width: 240px;
  height: 200px;
}
.recommended_spot_photo {
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}
.recommended_spot_single_3_spot_subheading {
  top: -10%;
  margin: 0 !important;
}
.recommended_spot_single_3_spot_subheading p {
  font-size: 50px;
  text-align: center;
  letter-spacing: 0px;
  color: #533e29;
  font-family: voltage, sans-serif;
}
@media screen and (max-width: 1000px) {
  .recommended_spot_single_space_between p {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1000px) and (min-width: 700px) {
  .recommended_spot_photo p img {
    width: 285px;
    height: 200px;
  }
  .recommended_spot_single_space_between p {
    padding: 10px 0;
  }
}
@media screen and (max-width: 550px) and (min-width: 450px) {
  .recommended_spot_photo p img {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 450px) {
  .recommended_spot_photo p img {
    width: 150px;
    height: auto;
    padding: 5px;
  }
}
@media screen and (max-width: 768px) {
  .just-center_tablet {
    justify-content: center;
  }
  .recommended_spot_single_2 iframe {
    width: 100%;
    height: 400px;
  }
  .recommended_spot_single_1_flex_message {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 30px;
  }
  .recommended_spot_single_1_flex_img {
    width: unset;
    margin-left: 0;
  }
  .recommended_spot_single_1_flex_img img {
    height: auto;
  }
  .recommended_spot_single_1_flex {
    padding-bottom: 30px;
  }
  .recommended_spot_single_3_card {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .recommended_spot_single_1_flex_message_title {
    line-height: 45px;
    padding-bottom: 15px;
  }
  .recommended_spot_single_1_flex_message_subtitle {
    line-height: 40px;
  }
  .recommended_spot_single_height150px {
    height: auto;
    flex-wrap: wrap;
  }
  .recommended_spot_single_space_between p {
    width: 50%;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 360px) {
  .recommended_spot_single_space_between p {
    width: unset;
    display: unset;
  }
  .recommended_spot_single_height150px {
    justify-content: center;
  }
  .recommended_spot_photo p img {
    width: 140px;
    height: auto;
    padding: 5px;
  }
}
.ap_flex.evenly {
  justify-content: space-evenly;
}
.menu_head_img img {
  vertical-align: middle;
}
.menu_icon {
  width: 142px;
}
.menu_card_wrapper {
  width: 23%;
}
.menu_card {
  width: 100%;
  background: #fff;
  border-top: 3px solid #533e29;
  padding: 10px 0 10px 0;
}
.menu_card_title {
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu_card p,
.menu_card_img {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0;
  font-family: KozGoPr6N-Regular-83pv-RKSJ-H;
  padding: 5px 0 5px 0;
}
.menu_card_img img {
  width: 90%;
  height: 170px;
  object-fit: cover;
}
.menu_head {
  font-size: 34px;
  letter-spacing: 0px;
  color: #533e29;
  font-weight: 100;
}
.menu_padding_top {
  padding-top: 40px;
}
.menu_padding_bottom {
  padding-bottom: 90px;
}
.menu_gifts_wrapper {
  margin: 20px auto;
  padding: 20px;
  background: #fff;
  border-top: 5px solid #533e29;
}
.menu_br_sp {
  display: none;
}
.menu_tel {
  line-height: 2em;
  text-indent: 5px;
  border: 1px solid #fff;
}
.menu_tel img {
  width: 25px;
}
@media screen and (max-width: 768px) {
  .menu_card_wrapper {
    width: 45%;
  }
  .menu_card {
    margin: 0 auto 30px auto;
  }
  .menu_head_img img {
    height: 220px;
    object-fit: cover;
  }
  .menu_gifts_wrapper {
    width: 80%;
  }
  .menu_gifts_wrapper img {
    max-width: 400px;
  }
  .menu_br_sp,
  .menu_block_sp {
    display: block !important;
  }
}
@media screen and (max-width: 450px) {
  .menu_card_img img {
    height: 115px;
  }
  .menu_card_wrapper {
    width: 45%;
  }
  .menu_gifts_wrapper {
    width: 100%;
  }
}
.recruit_info_contact_content {
  border-top: 1px solid #b3b3b3;
  text-align: left;
}
.recruit_info_contact_content > div:nth-of-type(1),
.recruit_info_contact_content > div:nth-of-type(2) {
  padding: 10px;
}
.recruit_info_contact_content input[type="text"],
.recruit_info_contact_content input[type="tel"],
.recruit_info_contact_content input[type="email"],
.recruit_info_contact_content textarea {
  border: 1px solid #b3b3b3;
  width: 90%;
}
.form_mini input[type="text"],
.form_mini input[type="tel"],
.form_mini input[type="email"],
.form_mini textarea {
  display: inline-block;
  width: 100px;
}
.form_mini_post input[type="text"] {
  display: inline-block;
  width: 150px;
  margin-bottom: 10px;
}
.recruit_info_contact_button input[type="submit"] {
  border: solid 1px #7f7f7f;
  background-color: #533e29;
  color: #ffffff;
  width: 200px;
  margin: 30px auto;
  padding: 10px;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}
.recruit_info_contact_button div {
  text-align: center;
}
.recruit_info_contact_button span {
  display: block !important;
}
.ap_form_wrap {
  border-top: solid;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 450px) {
  .wpcf7-list-item {
    padding: 5px 0;
  }
}
.recruit_info_contact_content.order_menus {
  border-top: none !important;
}
.recruit_info_contact_content.order_menus > div:nth-of-type(-n+8) {
  padding: 10px;
}
.ap_margin_left_auto {
  margin-left: auto;
}
.order_caution ul {
  list-style: outside;
  margin-left: 20px;
}
@media screen and (max-width: 550px) {
  .recruit_info_contact_content.order_menus > div:nth-of-type(-n+7) {
    display: block;
    border-bottom: 1px solid #b3b3b3;
  }
}
@media screen and (max-width: 350px) {
  .recruit_info_contact_content.order_times > div:nth-of-type(3) {
    padding: 10px;
  }
  .order_sm_block.ap_flex {
    display: block !important;
  }
  .order_sm_padding_top {
    padding-top: 10px;
  }
}
.contact_month,
.contact_day {
  width: 100%;
}
.top_slider_1 li:nth-of-type(2),
.top_slider_1 li:nth-of-type(3) {
  opacity: 0;
}
.top_slider_1.slick-initialized li:nth-of-type(2),
.top_slider_1.slick-initialized li:nth-of-type(3) {
  opacity: 1;
}
.top_sec1 {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
.top_sec1 h1 {
  position: absolute;
  top: 35%;
  left: 5%;
  width: 40%;
}
.top_sec1 h2 {
  position: absolute;
  bottom: -4%;
  left: 5%;
}
.top_sec1 h2 p {
  display: inline-block;
  color: #533e29;
  font-size: 35px;
  font-weight: bold;
  text-align: left;
  padding: 3px 12px;
  margin-bottom: 10px;
  background-color: white;
}
.top_sec1_notices {
  position: absolute;
  right: 2%;
  top: 3%;
  width: 25%;
  max-width: 350px;
}
.top_sec1_notices a:hover {
  text-decoration: none;
}
.top_sec1_notice_title {
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top_sec1_notice {
  margin-bottom: 20px;
  position: relative;
  background: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
  border-top: 5px solid #533e29;
  padding: 10px;
}
.top_sec1_notice img {
  width: 48%;
}
.top_sec1_notice_right {
  width: 66%;
  align-self: center;
  padding-left: 15px;
}
.top_sec1_notice p:first-child {
  color: #148caa;
  font-size: 12px;
}
.top_sec1_notice_right img {
  width: 30px;
  position: absolute;
  bottom: 10%;
  right: 5%;
}
.top_sec2 {
  padding: 0 20px;
  position: relative;
  display: flex;
}
.top_sec2_left_pc {
  width: 87.5%;
  display: block;
}
.top_sec2_left_tab {
  display: none;
}
.top_sec2_right {
  width: calc((100% - 90px) / 8);
  padding-top: calc((100% - 90px) / 8);
  border: 1px solid #533e29;
  position: relative;
  margin: 10px 10px 20px 0;
}
.top_sec2_right div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  padding-top: 25%;
}
.top_sec2_right img {
  width: 30%;
}
.top_sec3 {
  background: url("../../../../img/img_for_toppage/web3.jpg");
  background-size: cover;
  text-align: center;
  background-repeat: no-repeat;
  padding: 40px 10px 60px 10px;
}
.top_sec3 h2 {
  width: 450px;
  margin: 0 auto;
}
.top_sec3 > p {
  font-size: 24px;
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 70px;
}
.top_sec3 div a p {
  color: #533e29;
  background-color: #ffffff;
}
.top_sec4 {
  max-width: 1250px;
  margin: 0 auto;
  padding: 40px 20px 40px 20px;
}
.top_sec4_left {
  width: 40%;
  text-align: center;
  align-self: center;
  padding: 0 10px 10px 10px;
}
.top_sec4_left img {
  width: 140px;
}
.top_sec4_left h2 {
  font-size: 35px;
  color: #533e29;
}
.top_sec4_left > p {
  color: #533e29;
  text-align: left;
  font-size: 20px;
  display: inline-block;
  padding: 45px 0 45px 0;
}
.top_sec4_right {
  width: 60%;
  align-self: center;
}
.top_sec4_right img {
  width: 100%;
}
.top_sec5_wrapper {
  position: relative;
  background-image: url("../../../../img/img_for_toppage/index_bg.jpg");
  background-size: 100%;
  background-repeat: repeat-y;
  overflow: hidden;
}
.top_sec5 {
  max-width: 1250px;
  margin: 0 auto;
  padding: 35px 20px 60px 20px;
}
.top_sec5 > p,
.top_sec5 > h2 {
  font-family: voltage, sans-serif;
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.top_sec5 > h2 {
  font-size: 60px;
  font-family: voltage, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.top_sec5_contents {
  margin: 30px 0 50px 0;
}
.top_sec5_contents_reverse {
  flex-direction: row-reverse;
}
.ap_osusume_photo {
  width: 90%;
  aspect-ratio: 3 / 2;
  margin: 0 auto;
}
.ap_osusume_photo img {
  width: 100%;
  height: 100%;
  border: 3px solid #fff;
  object-fit: cover;
}
.top_sec5_contents > img {
  width: 90%;
  border: 3px solid #fff;
}
.top_sec5_contents_text {
  width: 70%;
  border: solid 3px #ffffff;
  align-self: center;
  margin: -30px auto 0 auto;
  position: relative;
}
.top_sec5_contents_text > div {
  margin: 3px;
  background-color: #ffffff;
  text-align: center;
  padding: 15px 5px 15px 5px;
}
.top_sec5_contents_text > div > h3 {
  font-size: 24px;
}
.top_sec5_contents_text > div > p {
  color: #533e29;
}
.top_sec5_icon1 {
  position: absolute;
  top: 18%;
  right: 5%;
  width: 13%;
  min-width: 90px;
}
@media screen and (max-width: 1800px) {
  .top_sec5_icon1 {
    right: 0;
  }
}
@media screen and (max-width: 1500px) {
  .top_sec5_icon1 {
    top: 14%;
  }
}
@media screen and (max-width: 768px) {
  .top_sec5_icon1 {
    top: 7%;
  }
}
@media screen and (max-width: 600px) {
  .top_sec5_icon1 {
    top: 9%;
  }
}
.top_sec5_icon2 {
  position: absolute;
  bottom: 7%;
  left: 5%;
  width: 13%;
  min-width: 90px;
}
@media screen and (max-width: 600px) {
  .top_sec5_icon2 {
    bottom: 4%;
  }
}
.top_sec6_wrapper {
  background-color: #e4f3f4;
  padding: 70px 20px 50px 20px;
}
.top_sec6_outer {
  max-width: 1200px;
  margin: 0 auto;
  border: solid #533e29 4px;
  padding: 5px;
}
.top_sec6_inner {
  border: solid #533e29 1px;
  text-align: center;
  padding: 20px 0 40px 0;
  position: relative;
}
.top_sec6_bgimg {
  position: absolute;
  width: 21%;
  top: 2%;
  right: 3%;
  min-width: 100px;
}
.top_sec6_inner h2:first-child {
  width: 140px;
  margin: 0 auto;
}
.top_sec6_inner h2:nth-of-type(2) {
  text-align: center;
  font-size: 30px;
  color: #533e29;
  font-weight: normal;
  padding-bottom: 30px;
}
.top_slider_2 {
  /* height: 400px; */
}
.top_slider_2 {
  display: none;
}
.top_slider_2.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/
}
.top_slider_2 .slick-dots {
  bottom: -40px !important;
}
.top_slider_2_content {
  margin: 10px 15px;
  background: #ffffff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
  padding: 20px 20px 50px 20px;
  position: relative;
  height: 370px;
  width: 300px;
}
.top_slider_2_content p {
  text-align: left;
}
.top_slider_2_content h3 {
  font-size: 20px;
  padding: 5px 0 5px 0;
  text-align: left;
  font-weight: normal;
}
.top_slider_2 .slick-list {
  overflow: visible;
}
.top_link_brown {
  position: relative;
  width: 320px;
  margin: 10px auto;
}
.top_link_brown a p {
  margin: 0 auto;
  text-align: left;
  font-size: 18px;
  color: #ffffff;
  background-color: #533e29;
  padding: 10px 20px;
  position: relative;
  font-weight: bold;
}
.top_link_brown img {
  position: absolute;
  width: 45px;
  top: 35%;
  right: 20px;
}
.top_link_brown_map {
  margin-top: 60px;
}
.top_more_link {
  position: absolute;
  right: 5%;
  bottom: 5%;
  display: flex;
}
.top_more_link p {
  color: #533e29;
  font-size: 14px;
}
.top_more_link img {
  width: 30px;
}
.top_fri_link {
  text-decoration: underline;
  color: #533e29;
}
@media screen and (max-width: 900px) {
  .top_sec2_left_pc {
    display: none;
  }
  .top_sec2_left_tab {
    width: 100%;
    display: block;
  }
  .top_sec2_right {
    width: calc((100% - 80px) / 3);
    padding-top: calc((100% - 80px) / 3);
    text-align: center;
    border: 1px solid #533e29;
    align-self: center;
    position: absolute;
    right: 20px;
    bottom: 0px;
  }
  .top_slider_2_content {
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .top_sec1 h2 p {
    font-size: 3.5vw;
  }
  .top_sec4 {
    display: block;
  }
  .top_sec4_left,
  .top_sec4_right {
    width: 100%;
  }
  .top_sec4_left > p {
    text-align: center;
  }
  .top_sec5_contents {
    display: block;
  }
  .top_slider_2 {
    /* padding-bottom: 20px;
        height: 120vw; */
  }
  .top_slider_2_content {
    height: 450px;
  }
}
@media screen and (max-width: 600px) {
  .top_sec1 h1 {
    top: 17%;
  }
  .top_sec1 h2 {
    bottom: 40%;
  }
  .top_sec1_notices {
    position: static;
    width: 90%;
    max-width: initial;
    padding-top: 16px;
    margin: 0 auto;
  }
  .top_sec1_notice_left {
    width: 20%;
  }
  .top_sec1_notice_right {
    width: 80%;
  }
  .top_sec3 h2 {
    width: 400px;
  }
  .top_sec3 > p {
    font-size: 18px;
  }
  .top_sec6_bgimg {
    position: relative;
    width: 80%;
    top: 0%;
    right: 0%;
  }
  .top_slider_2_content {
    height: 400px;
  }
}
@media screen and (max-width: 417px) {
  .top_sec1 h2 {
    bottom: 45%;
  }
  .top_sec1 h2 p {
    font-weight: bold;
    margin-bottom: 5px;
    padding: 2px 5px;
  }
  .top_sec2_right {
    height: 42%;
  }
  .top_sec2_right div {
    font-size: 14px;
  }
  .top_sec3 h2 {
    width: 300px;
  }
  .top_sec4_left h2 {
    font-size: 24px;
  }
  .top_sec4_left > p {
    font-size: 16px;
  }
  .top_sec5 > h2 {
    font-size: 40px;
  }
  .top_sec5_contents_text {
    width: 80%;
  }
  .top_sec6_inner h2:nth-of-type(2) {
    font-size: 22px;
  }
  .top_slider_2_content {
    height: 350px;
  }
}
@media screen and (min-width: 756px) {
  .ap_height_150 {
    height: 150px;
  }
}
@media screen and (max-width: 768px) {
  .ap_width_100p_sm {
    width: 100%;
  }
}
/* スライダー arrow */
.next-arrow {
  width: 30px;
  position: absolute;
  top: 55%;
  right: 2%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  opacity: 0.8;
  z-index: 9999;
}
.prev-arrow {
  width: 30px;
  position: absolute;
  top: 55%;
  left: 2%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  opacity: 0.8;
  z-index: 9999;
}
@media screen and (max-width: 1400px) {
  .next-arrow {
    top: 60%;
    right: 8%;
  }
  .prev-arrow {
    top: 60%;
    left: 8%;
  }
}
@media screen and (max-width: 1000px) {
  .next-arrow {
    top: 70%;
    right: 11%;
  }
  .prev-arrow {
    top: 70%;
    left: 11%;
  }
}
@media screen and (max-width: 960px) {
  .next-arrow {
    top: 70%;
    right: 6%;
  }
  .prev-arrow {
    top: 70%;
    left: 6%;
  }
}
@media screen and (max-width: 768px) {
  .next-arrow {
    top: 76%;
    right: 10%;
  }
  .prev-arrow {
    top: 76%;
    left: 10%;
  }
}
@media screen and (max-width: 600px) {
  img.next-arrow {
    width: 30px !important;
    height: 30px !important;
    top: 50%;
    right: 2%;
  }
  img.prev-arrow {
    width: 30px !important;
    height: 30px !important;
    top: 50%;
    left: 2%;
  }
}



.ap-fv-container{
  width: 100%;
  display: flex;
}

.ap-top-main-image{
  width: calc(100% - 320px);
}

.top-notices-area{
  width: 320px;
  padding: 0 20px;
}