@charset "UTF-8";

@font-face {
  font-family: Yu Gothic;
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: YuGothic;
  src: local("YuGothic Medium");
  font-weight: 400;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
figure,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
  background: 0;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

body,
html {
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
}

html {
  font-size: 14px;
  line-height: 1.857;
  color: #000;
  letter-spacing: 0.05em;
  scroll-padding-top: 125px;
}

@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 100%;
  vertical-align: bottom;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}

address,
article,
figure,
main,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-size: 100%;
}

blockquote {
  quotes: none;
}

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

del {
  text-decoration: line-through;
}

table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

a img,
img {
  line-height: 1;
  vertical-align: bottom;
}

a img {
  border: 0;
}

a {
  color: #000;
}

a,
a:hover {
  text-decoration: none;
}

a:focus {
  outline: 0;
  border: 0;
}

::selection {
  background: 0 0 repeat scroll 0 0 #936400;
  color: #000;
  -webkit-text-style: none;
  -moz-text-style: none;
  -ms-text-style: none;
  -o-text-style: none;
  text-style: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  text-shadow: none;
}

::-moz-selection {
  background: 0 0 repeat scroll 0 0 #936400;
  color: #000;
  -webkit-text-style: none;
  -moz-text-style: none;
  -ms-text-style: none;
  -o-text-style: none;
  text-style: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -ms-text-shadow: none;
  -o-text-shadow: none;
  text-shadow: none;
}

area:focus {
  outline: 0;
  border: 0;
}

button,
input,
select,
textarea {
  font-family:
    游ゴシック,
    Yu Gothic,
    游ゴシック体,
    YuGothic,
    ヒラギノ角ゴ Pro,
    Hiragino Kaku Gothic Pro,
    メイリオ,
    Meiryo,
    sans-serif;
  font-size: 100%;
  outline: 0;
  cursor: pointer;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

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

textarea {
  resize: none;
}

code,
kbd,
pre,
samp,
tt {
  font-family:
    游ゴシック,
    Yu Gothic,
    游ゴシック体,
    YuGothic,
    ヒラギノ角ゴ Pro,
    Hiragino Kaku Gothic Pro,
    メイリオ,
    Meiryo,
    sans-serif;
  font-size: 100%;
  line-height: 1.857;
}

label {
  cursor: pointer;
}

label,
label:focus {
  outline: 0;
}

ol,
ul {
  list-style-type: none;
}

.cf {
  zoom: 1;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

.pc_hide {
  display: none;
}

.sp_hide {
  display: block;
}

@media print, screen and (max-width: 768px) {
  .pc_hide {
    display: block;
  }

  .sp_hide {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  body,
  html {
    position: relative;
    font-size: 9pt;
    -webkit-overflow-scrolling: touch;
  }
}

.wrap {
  width: 100%;
  min-width: 75pc;
  padding-top: 93pt;
}

@media screen and (max-width: 768px) {
  .wrap {
    position: relative;
    min-width: 20pc;
    height: 100%;
    z-index: 7;
    padding-top: 60px;
    background: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property:
      transform,
      -webkit-transform;
  }

  .wrap.sp_contact_show {
    -webkit-transform: translateX(-85%);
    transform: translateX(-85%);
  }
}

.outer {
  width: 75pc;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .outer {
    width: 100%;
    min-width: 20pc;
  }
}

.inner {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner {
    min-width: 20pc;
    padding: 0 35px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.inner_small {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  word-break: break-all;
  word-wrap: break-word;
}

@media screen and (max-width: 768px) {
  .inner_small {
    min-width: 20pc;
    max-width: none;
    padding: 0 35px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.table {
  width: 100%;
  display: table;
}

@media screen and (max-width: 768px) {
  .table {
    display: block;
    padding-left: 40px;
    padding-right: 40px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.table_cell {
  display: table-cell;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .table_cell {
    display: block;
  }
}

.box_04 {
  display: table;
  width: 100%;
  margin-bottom: 75pt;
  table-layout: fixed;
}

.box_04:first-of-type {
  margin-top: 60px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .box_04 {
    display: block;
    width: auto;
    margin-bottom: 70px;
  }

  .box_04:first-of-type {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .box_04:first-of-type .box_04_col:first-child {
    margin-top: 15px;
  }
}

.box_04 .box_04_col {
  display: table-cell;
  vertical-align: top;
  width: 345px;
  padding-top: 134px;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  -webkit-transition-property: padding-top;
  transition-property: padding-top;
}

.box_04 .box_04_col:first-child {
  width: 500px;
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .box_04 .box_04_col {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding-top: 0;
  }

  .box_04 .box_04_col:first-child {
    width: 100%;
  }

  .box_04 .box_04_col img {
    width: 100%;
  }
}

.box_04.is_active .box_04_col {
  padding-top: 0;
}

.center_row {
  display: block;
}

@media screen and (max-width: 768px) {
  .center_col {
    display: none;
  }

  .center_col:first-child {
    display: block;
  }
}

.header {
  position: fixed;
  top: 0;
  z-index: 8;
  width: 100%;
  min-width: 75pc;
  margin: 0 auto;
  padding: 0 0 5px;
  background: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .header {
    min-width: 20pc;
    padding: 62px 0 20px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property:
      transform,
      -webkit-transform;
  }

  .header.header_fixed {
    position: fixed;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  .header.header_fixed_show {
    -webkit-transform: translateY(0) translate3d(0, 0, 0);
    transform: translateY(0) translate3d(0, 0, 0);
  }
}

@media screen and (min-width: 769px) {
  .header_inner {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .header_inner {
    display: none;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 8;
    width: 100%;
    max-height: calc(100vh - 60px);
    background: #fff;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.header_btn,
.header_remote {
  display: none;
}

@media screen and (max-width: 768px) {
  .header_btn,
  .header_btn_item {
    text-align: left;
    display: inline-block;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  .header_btn {
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    width: 2pc;
    height: 1pc;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
  }

  .header_btn .header_btn_item {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
  }

  .header_btn .header_btn_item:nth-of-type(1) {
    top: 0;
  }

  .header_btn .header_btn_item:nth-of-type(2) {
    top: 7px;
  }

  .header_btn .header_btn_item:nth-of-type(3) {
    bottom: 0;
  }

  .header_btn.active {
    height: 22px;
  }

  .header_btn.active .header_btn_item:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }

  .header_btn.active .header_btn_item:nth-of-type(2) {
    opacity: 0;
  }

  .header_btn.active .header_btn_item:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }

  .header_remote {
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .header_remote .contactBtn {
    display: block;
    position: relative;
    height: 22px;
    line-height: 22px;
  }

  .header_remote .contactBtn:after,
  .header_remote .contactBtn:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 2pc;
    height: 2px;
    background-color: #000;
    opacity: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }

  .header_remote .contactBtn:before {
    top: 0;
  }

  .header_remote .contactBtn:after {
    bottom: 0;
  }

  .header_remote .contactBtn .header_remote_text {
    opacity: 1;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }

  .header_remote .contactBtn.active .header_remote_text {
    opacity: 0;
  }

  html[lang="en"] .header_remote .contactBtn .header_remote_text {
    font-size: 10px;
  }

  .header_remote .contactBtn.active:after,
  .header_remote .contactBtn.active:before {
    opacity: 1;
  }

  .header_remote .contactBtn.active:before {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }

  .header_remote .contactBtn.active:after {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
}

.header_logo {
  height: 55px;
  margin-bottom: 15px;
  text-align: center;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-property: height margin opacity;
  transition-property: height margin opacity;
}

@media screen and (max-width: 768px) {
  .header_logo {
    height: auto;
    margin-bottom: 0;
    -webkit-transition: none;
    transition: none;
  }
}

.header_logo.active {
  overflow: hidden;
  height: 0;
  margin-bottom: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .header_logo.active {
    height: auto;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }
}

.globalnav {
  display: inline-block;
  text-align: center;
  letter-spacing: 0;
  zoom: 1;
}

.globalnav:after {
  content: "";
  clear: both;
  display: block;
}

@media screen and (max-width: 768px) {
  .globalnav {
    display: block;
    margin-top: 35px;
    text-align: left;
    padding: 0 50px 150px;
  }
}

.globalnav_item {
  position: relative;
  float: left;
  display: block;
  margin-left: 1.25em;
}

@media screen and (max-width: 768px) {
  .globalnav_item {
    float: none;
    margin-left: 0;
    margin-top: 10px;
  }
}

.globalnav_item:first-child {
  margin-left: 0;
}

.globalnav_item a {
  position: relative;
  padding: 0 0 3px;
  font-size: 11px;
}

@media screen and (max-width: 768px) {
  .globalnav_item a {
    padding: 0;
    font-size: 13px;
  }
}

.globalnav_item a.globalnav_item_link {
  color: #795200;
}

.globalnav_item a.globalnav_item_link:after {
  border-bottom: 1px solid #795200;
}

@media screen and (max-width: 768px) {
  .globalnav_item a.globalnav_item_link {
    display: none;
  }
}

.globalnav_item > a {
  display: inline-block;
}

.globalnav_item > a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid #000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.globalnav_item.current > a:after {
  -webkit-transition: none;
  transition: none;
}

.globalnav_item.current a:after,
.globalnav_item:hover a:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.globalnav_child {
  overflow: hidden;
  position: absolute;
  height: 0;
  margin: 0 -30px;
  padding: 0 30px 0 36px;
  background: #fff;
  text-align: left;
  white-space: nowrap;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 768px) {
  .globalnav_child {
    display: none;
    position: static;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 0 0 14px;
    /* padding:14px; */
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: none;
    transition: none;
  }

  .globalnav_child.sub_content {
    display: block;
    padding: 0;
  }

  .globalnav_child.sub_content .globalnav_child_item a {
    margin-top: 0;
    line-height: 2;
  }
}

.globalnav_child .globalnav_child_item a {
  display: inline-block;
  margin-top: 10px;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .globalnav_child .globalnav_child_item a {
    /* margin-top:8px; */
    margin-top: 11px;
    font-size: 11px;
    white-space: normal;
    padding: 0;
  }
}

.globalnav_child .globalnav_child_item a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid #000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.globalnav_child .globalnav_child_item a:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.globalnav_item:hover .globalnav_child {
  height: auto;
  padding: 25px 30px 30px 36px;
}

@media screen and (max-width: 768px) {
  .globalnav_item:hover .globalnav_child {
    padding: 14px;
  }

  .globalnav_item:hover .globalnav_child.sub_content {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .globalnav_item_parent {
    position: relative;
  }

  .globalnav_item_parent:before {
    content: "";
    position: absolute;
    /* top:50%; */
    top: 18px;
    left: -initial;
    /* left:-15px; */
    width: 4px;
    height: 4px;
    margin-top: 0;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(45deg);
    /* transform:translateY(-50%) rotate(-45deg); */
    -webkit-transform-origin: center center;
    transform-origin: center center;
    right: 4%;
  }

  .globalnav_item_parent.is_active:before {
    --webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(-134deg);
    /* transform:translateY(-50%) rotate(45deg); */
  }
}

.header_contact,
.header_contact_fixed {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  max-height: calc(100vh - 93pt);
  overflow-y: auto;
  background: #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-property: top;
  transition-property: top;
}

.header_contact.header_contact_resize,
.header_contact_resize.header_contact_fixed {
  max-height: calc(100vh - 58px);
}

@media screen and (max-width: 768px) {
  .header_contact,
  .header_contact_fixed {
    -webkit-overflow-scrolling: touch;
    font-size: 9pt;
  }

  .header_contact,
  .header_contact.header_contact_resize,
  .header_contact_fixed,
  .header_contact_resize.header_contact_fixed {
    top: 60px;
    max-height: calc(100vh - 60px);
  }
}

@media screen and (max-width: 768px) {
  #contact {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .header_contact_fixed {
    display: none;
    position: fixed;
    right: 0;
    left: auto;
    z-index: 2;
    width: 85%;
    text-align: center;
  }

  .header_contact_fixed.header_contact_fixed_show {
    display: block;
  }

  .header_contact_fixed .header_contact_outer {
    min-width: 0;
  }
}

.header_contact_outer {
  padding: 30px 0 70px;
}

@media screen and (max-width: 768px) {
  .header_contact_outer {
    padding: 20px 0 75pt;
  }
}

.header_contact_inner {
  /* margin-top:30px */
}

@media screen and (max-width: 768px) {
  .header_contact_inner {
    margin-top: 15px;
    margin-left: 35px;
    margin-right: 35px;
  }
}

.header_contact_inner:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.header_contact_title {
  font-size: 1pc;
}

@media screen and (max-width: 768px) {
  .header_contact_title {
    font-size: 14px;
    text-align: center;
  }
}

.header_contact_info {
  font-size: 0.857em;
}

/* @media screen and (max-width:768px) {
    .header_contact_info {
        display: none
    }
} */

.header_contact_btn_wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .header_contact_btn_wrap {
    overflow: hidden;
    max-width: 20pc;
    margin: 10px auto;
    /* margin:3px auto 10px; */
  }
}

.header_contact_btn_wrap .mv_submit_btn {
  border-radius: 3px;
  background: #936400;
}

.header_contact_btn_wrap .mv_submit_btn.color_wedding {
  background: #189a6f;
}

@media screen and (max-width: 768px) {
  .header_contact_btn_wrap .mv_submit_btn {
    height: 42px;
    padding: 7px 0;
    font-size: 9pt;
    line-height: 28px;
  }
}

#headerOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  #page_b,
  .html_page_b {
    height: 100%;
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  #page_b .wrap {
    height: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 10;
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  #page_b .header {
    position: fixed;
    z-index: 11;
    height: 60px;
    background: 0;
    padding: 0;
  }

  #page_b .header_btn {
    top: 20px;
    left: 20px;
    z-index: 9;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  #page_b .header_btn .header_btn_item {
    background-color: #fff;
  }

  #page_b .header_btn.active .header_btn_item {
    background-color: #000;
  }

  #page_b .globalnav {
    margin-top: 15px;
  }

  #page_b .header_inner {
    top: 0;
    max-height: 100vh;
    padding-top: 60px;
  }

  #page_b .header_logo,
  #page_b .header_remote {
    display: none;
  }

  #page_b .fix_mv {
    top: 0;
    min-height: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  #page_b .fix_mv {
    min-height: 100vw;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  #page_b .fix_mv .fix_mv_img {
    top: 0;
    min-height: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  #page_b .fix_mv .fix_mv_img {
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  #page_b .mv_after_wrap {
    display: none;
  }
}

.utility {
  display: none;
}

@media screen and (max-width: 768px) {
  .utility {
    display: table;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 7;
    width: 100%;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property:
      transform,
      -webkit-transform;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* .utility.is_hide_animation{-webkit-transform:translateY(250%);transform:translateY(250%)} ※SP下部バナースクロールアニメーションsidebar.php*/
}

.breadcrumb {
  margin-top: 2px;
  background: #ededed;
  font-size: 10px;
}

.breadcrumb_list {
  padding: 10px 0;
  text-align: left;
}

.breadcrumb_list_item {
  display: inline-block;
  position: relative;
  padding-right: 18px;
  margin-right: 5px;
}

.breadcrumb_list_item:last-child {
  margin-right: 0;
  padding-right: 0;
}

.breadcrumb_list_item:last-child:before {
  content: none;
}

.breadcrumb_list_item:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.75em;
  height: 0.75em;
  background: url(../img/bread_icon_01.png) no-repeat center center;
  -ms-background-size: contain;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.breadcrumb_list_item a {
  display: block;
}

.breadcrumb_list_icon:hover {
  text-decoration: underline;
}

.footer {
  padding: 58px 0 23px;
  background: #fff;
}

.footer .table .table_cell {
  padding-left: 30px;
}

.footer .table .table_cell:first-child {
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  .footer {
    padding-top: 26px;
    padding-bottom: 35px;
  }

  .footer .table .table_cell {
    padding-left: 0;
  }
}

.footer_logo {
  text-align: center;
}

.footer_logo img {
  width: 196px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .footer_logo img {
    width: 110px;
  }
}

.footer_nav {
  max-width: 190px;
  margin-top: 75px;
}

@media screen and (max-width: 768px) {
  .footer_nav {
    max-width: none;
    margin-top: 30px;
  }
}

.footer_nav a {
  line-height: 1;
}

.footer_nav a:hover {
  padding-bottom: 1px;
  text-decoration: underline;
}

.footer_nav_item {
  font-size: 10px;
  margin-top: 5px;
}

.footer_nav_item:first-child {
  margin-top: 0;
}

.footer_nav_item.footer_nav_item_extend {
  margin-top: 30px;
}

.footer_nav_child_item {
  margin-top: 5px;
  position: relative;
  padding-left: 1em;
}

.footer_nav_child_item:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 5px;
}

.footer_sns {
  margin-top: 90px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .footer_sns {
    margin-top: 55px;
    margin-bottom: 60px;
  }
}

.footer_sns_item {
  display: inline-block;
  margin-left: 10px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .footer_sns_item {
    margin-left: 36px;
  }
}

.footer_sns_item a {
  font-size: 9pt;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  word-wrap: break-word;
}

.footer_sns_item a:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}

.footer_sns_item:first-child {
  margin-left: 0;
}

.footer_sns_item img {
  vertical-align: middle;
  width: 22px;
  height: auto;
}

.footer_sns_item .globalnav_sns_item_is {
  margin-right: 5px;
}

.footer_sub_nav {
  margin-top: 3pc;
  text-align: center;
}

.footer_sub_nav_item {
  display: inline-block;
  margin-left: 5px;
  border-left: 1px solid #000;
  padding-left: 5px;
  line-height: 1;
  font-size: 0;
}

.footer_sub_nav_item:first-child {
  margin-left: 0;
  border-left: 0;
  padding-left: 0;
}

.footer_sub_nav_item a {
  font-size: 10px;
  line-height: 1;
}

.footer_sub_nav_item a:hover {
  padding-bottom: 1px;
  text-decoration: underline;
}

.copyright {
  text-align: center;
  line-height: 1;
}

.copyright small {
  font-size: 10px;
}

.footer.outer {
  width: 100%;
  min-width: 75pc;
}

@media screen and (max-width: 768px) {
  .footer.outer {
    min-width: 20pc;
  }
}

.footer.outer .footer_sub_nav {
  margin-top: 30px;
}

.global_footer {
  margin-top: 0px;
  padding: 55px 0 45px;
  background: #f5f5f5;
}

@media screen and (max-width: 768px) {
  .global_footer {
    padding-top: 35px;
  }
}

.global_footer_header {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .global_footer_header {
    padding: 0 35px;
  }
}

.global_footer_header_title {
  font-size: 15px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .global_footer_header_title {
    font-size: 9pt;
    text-align: left;
  }
}

.global_footer_row {
  display: table;
  width: 100%;
}

.global_footer_col {
  display: table-cell;
  padding-left: 75pt;
}

@media screen and (max-width: 768px) {
  .global_footer_col {
    display: block;
    margin-top: 40px;
    padding-left: 0;
  }

  .global_footer_col:first-child {
    margin-top: 0;
  }
}

.global_footer_col:first-child {
  padding-left: 0;
}

.global_footer_col_title {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  .global_footer_col_title {
    font-size: 1pc;
    line-height: 1;
  }
}

.global_footer_col_table {
  font-size: 10px;
  line-height: 2.5;
  letter-spacing: 0;
}

.global_footer_col_table_th {
  text-align: left;
  font-weight: 400;
  vertical-align: top;
}

.global_footer_col_table_td {
  text-align: left;
  padding-left: 15px;
  vertical-align: top;
}

.global_footer_col_table_td a {
  transition: 0.5s;
}

.global_footer_col_table_td a:hover {
  opacity: 0.65;
}

#datepickerRoomWrap,
#datepickerWrap {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 13;
  min-width: 340px;
  max-width: 25pc;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  #datepickerRoomWrap,
  #datepickerWrap {
    max-width: 340px;
  }
}

@media screen and (max-width: 360px) {
  #datepickerRoomWrap,
  #datepickerWrap {
    min-width: 1px;
    width: 90%;
    width: calc(100% - 70px);
  }
}

#datepicker,
#ui_calender {
  max-height: calc(90vh - 62px);
  overflow-y: auto;
  padding: 28px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 360px) {
  #datepicker,
  #ui_calender {
    padding: 14px;
  }
}

.calender_close {
  display: block;
  position: absolute;
  top: -38px;
  right: 0;
  width: 24px;
  height: 24px;
  margin: 0;
  border: 0;
  padding: 0;
  background: url(../img/close_icon_01.png) no-repeat center center;
  font-size: 0;
  cursor: pointer;
}

#calenderOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

#header_show_calender,
#mv_show_calender,
#show_calender {
  overflow: hidden;
  position: relative;
  display: block;
  background: #fff;
  text-align: left;
  font-size: 14px;
  line-height: 1;
  padding: 13px 15px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  #header_show_calender,
  #mv_show_calender,
  #show_calender {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
  }
}

#header_show_calender:after,
#mv_show_calender:after,
#show_calender:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

@media screen and (max-width: 360px) {
  #header_show_calender:after,
  #mv_show_calender:after,
  #show_calender:after {
    right: 10px;
    width: 4px;
    height: 4px;
    margin-top: -2px;
  }
}

#header_show_calender {
  padding-top: 9pt;
  padding-bottom: 9pt;
  border: 1px solid #e6e6e6;
  border-right: 0;
  border-radius: 3px 0 0 3px;
}

@media screen and (max-width: 768px) {
  #header_show_calender {
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
    font-size: 1pc;
  }

  #header_show_calender:after {
    right: 22px;
    width: 9pt;
    height: 9pt;
    margin-top: -6px;
  }
}

@media screen and (max-width: 360px) {
  #header_show_calender:after {
    right: 15px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
  }
}

#selectedDate {
  overflow: hidden;
  display: block;
  white-space: nowrap;
}

#dataInput {
  display: block;
}

#cboxOverlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 13;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  -ms-opacity: 0.75;
  -o-opacity: 0.75;
  opacity: 0.75;
}

#colorbox {
  z-index: 14;
}

#colorbox:focus {
  outline: 0;
}

#cboxTitle {
  float: none !important;
  max-width: 25pc;
  margin: 15px auto 0;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #cboxContent {
    padding: 0 40px;
  }
}

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: -34px;
  z-index: 14;
  width: 19px;
  height: 36px;
  margin: 0;
  border: 0;
  padding: 0;
  background: 0;
  background: url(../img/link_icon_08.png) no-repeat left top;
  font-size: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  #cboxPrevious {
    left: 10px;
  }
}

#cboxNext {
  position: absolute;
  top: 50%;
  right: -34px;
  z-index: 14;
  width: 19px;
  height: 36px;
  margin: 0;
  border: 0;
  padding: 0;
  background: 0;
  background: url(../img/link_icon_09.png) no-repeat left top;
  font-size: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  #cboxNext {
    right: 10px;
  }
}

.mv_submit_btn {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.mv_submit_btn {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  /* max-width:20pc; */
  height: 40px;
  background: #795200;
  color: #fff;
  font-size: 1pc;
  line-height: 40px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.mv_submit_btn:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .mv_submit_btn {
    min-width: 1px;
    /* height:36px; */
    line-height: 26px;
    font-size: 12px;
    /* font-size:14px; */
    letter-spacing: 0.1em;
    border-radius: 2px;
    padding: 10px 0 32px 8px;
  }

  .mv_submit_btn:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }
}

.mv_submit_btn.color_wedding {
  background: #189a6f;
}

.fix_mv {
  position: relative;
  width: 100%;
  height: 45.8333vw;
  min-height: 550px;
  max-height: calc(80vh - 93pt);
}

@media screen and (max-width: 768px) {
  .fix_mv {
    height: 100vmin;
    min-height: 0;
    max-height: none;
  }
}

.fix_mv .fix_mv_img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.fix_mv .fix_mv_img div {
  position: relative;
  height: 100%;
}

.fix_mv .fix_mv_img img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

form#Test1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.accordion_category {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-left: 24px;
  cursor: pointer;
  color: #795200;
}

.accordion_category:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
  height: 8px;
  background: url(../img/link_icon_02.png) no-repeat center center;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .accordion_category {
    font-size: 14px;
  }
}

.accordion {
  display: none;
}

@media screen and (max-width: 768px) {
  .inner .slide_01 {
    margin: 0 -35px;
  }
}

.slide_01 {
  position: relative;
  padding-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .slide_01 {
    padding-bottom: 0;
    overflow: hidden;
  }
}

.slide_02 {
  position: relative;
  padding-bottom: 38px;
}

@media screen and (max-width: 768px) {
  .slide_02 {
    margin-left: -35px;
    margin-right: -35px;
    padding-bottom: 0;
    overflow: hidden;
  }
}

.reservation {
  margin: 0 -10px;
}

.reservation .reservation {
  margin: 0 -5px;
}

.form_text {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  outline: 0;
  width: 100%;
  height: 40px;
  border: 1px solid #8d8d8d;
  padding: 0 20px;
  font-size: 18px;
  background: #ededed;
}

@media screen and (max-width: 768px) {
  .form_text {
    height: auto;
    font-size: 1pc;
    width: 132.5%;
    padding: 10px 15px;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
}

textarea.form_text {
  height: auto;
}

@media screen and (max-width: 768px) {
  textarea.form_text {
    margin-bottom: -35px;
  }
}

.map_icon {
  width: auto;
  height: 1em;
}

.mail_icon,
.map_icon {
  margin-right: 6px;
  vertical-align: middle;
}

.mail_icon {
  width: 20px;
  height: auto;
}

.tac {
  text-align: center;
}

.relative {
  position: relative;
}

#blogBody p {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #blogBody p {
    margin-top: 10px;
  }
}

#blogBody img {
  width: 100%;
  max-width: none;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  #frontPage,
  #frontPage .wrap,
  #frontPage body {
    height: 100%;
    overflow: hidden;
  }

  #frontPage .wrap {
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (max-width: 768px) {
  #frontPage .fix_mv {
    min-height: calc(100% - 60px);
    height: calc(100% - 60px);
  }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  #frontPage .fix_mv {
    min-height: calc(100vw - 60px);
    height: calc(100vw - 60px);
  }
}

@media screen and (max-width: 768px) {
  #frontPage .fix_mv .fix_mv_img {
    /* top: 0;
        min-height: 100%;
        height: 100% */
    display: none;
  }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  #frontPage .fix_mv .fix_mv_img {
    min-height: calc(100vw - 60px);
    height: calc(100vw - 60px);
  }
}

@media screen and (max-width: 768px) {
  #frontPage .mv_after_wrap {
    display: none;
  }

  #frontPage #calenderOverlay {
    z-index: 12;
  }
}

.instagram {
  padding-top: 35px;
  padding-bottom: 35px;
  background: #ededed;
}

#sb_instagram {
  max-width: 900px;
}

/*「ウェディング」ヘッダー部の緑色の「ブライダルフェア」ページリンクボタン*/
/* .mv_submit_btn .color_wedding{
    font-size: 0.8pc;
}

@media screen and (max-width: 768px){
    .mv_submit_btn .color_wedding{
        font-size: 12px;
    }
} */
@media screen and (min-width: 767px) {
  .header_wovn {
    position: absolute;
    right: 44px;
    bottom: 37px;
  }
}

@media screen and (max-width: 768px) {
  .header_wovn {
    position: relative;
  }
}

.mv_submit_btn {
  width: 100%;
  text-align: center;
}

/* ナビゲーションリニューアル */
/* .renewal-tel {
    display: none;
} */

/* .renewal-header_contact_title .renewal-tel {
    padding: 20px 144px;
    background-color: #fff;
    border: 1px solid;
    font-weight: bold;
} */
.renewal-header_contact_btn_wrap .mv_submit_btn.color_wedding {
  background: #189a6f;
  width: 400px;
  padding: 10px 0;
  max-width: initial;
  height: initial;
}

.renewal-header-wrap .header_contact,
.header_contact_fixed {
  position: absolute;
  left: initial;
  right: 0;
  max-height: calc(100vh - 124px);
  overflow-y: auto;
  transition: 6s;
  transition-property: top;
  width: 30%;
}

.renewal-header-wrap .header_contact .header_contact_outer {
  padding: 30px 0 0;
}

.renewal-header-wrap .header_contact .inner_small {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  word-break: break-all;
  word-wrap: break-word;
}

.popular {
  color: #ff0000;
}

@media screen and (max-width: 1350px) {
  .renewal-header_contact_btn_wrap .mv_submit_btn.color_wedding {
    width: 300px;
    font-size: 12px;
    font-family:
      游ゴシック,
      Yu Gothic,
      游ゴシック体,
      YuGothic,
      ヒラギノ角ゴ Pro,
      Hiragino Kaku Gothic Pro,
      メイリオ,
      Meiryo,
      sans-serif;
  }

  /* .renewal-header_contact_title a {
        padding: 20px 103px;
    } */
  /* .renewal-header_contact_title .renewal-tel {
        padding: 20px 92px;
    } */
}

.text-small {
  font-size: 10px;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

html:lang(en) iframe {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .renewal-globalnav_item {
    border-bottom: 1px solid;
  }

  .renewal-globalnav_item a {
    padding-left: 8%;
    padding-bottom: 10px;
  }

  /* .renewal-header_inner {
    opacity: 0.9;
} */

  .header_contact,
  .header_contact_fixed {
    display: block;
  }

  .renewal-header-wrap .header_contact,
  .header_contact_fixed {
    width: 100%;
    position: fixed;
  }

  .is_mv_body .wrap.sp_contact_show {
    transform: translateX(-105%);
  }

  .renewal-header_contact_btn_wrap .mv_submit_btn.color_wedding {
    width: 100%;
    padding: 7px 0;
  }

  .header_contact_inner {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .globalnav_item a {
    position: initial;
    adding: 8px 0 8px 0%;
    /* padding: 8px 0 8px 4%; */
  }

  .globalnav_item {
    position: relative;
    border: 1px solid;
    width: 100%;
  }

  .globalnav_item > a:after {
    display: none;
  }

  .globalnav #renewal-top-margin {
    margin-top: 10px;
  }

  .globalnav .pc_hide {
    display: none;
  }

  /* .globalnav .current {
    display: none;
} */
  .globalnav .sp_hide {
    display: none;
  }

  .renewal-sp-margin {
    padding-left: 4%;
  }

  .header_contact_fixed {
    overflow-y: initial;
  }

  .renewal-sp-none {
    display: none;
  }

  .globalnav .renewal-border-none {
    border: none;
    padding: 0;
  }

  .globalnav .renewal-border-none a {
    padding: 0;
  }

  .renewal-header_inner .globalnav_item a {
    padding: 8px 0 8px 10px;
    width: 100%;
    display: block;
  }

  .renewal-header_inner .renewal-border-none .renewal-topics-nav {
    border-bottom: 1px solid #dbdbdb;
    padding: 0 0 0 2%;
    max-width: 278px;
    /* padding: 0; */
  }

  .renewal--other-items {
    border-bottom: 1px solid #dbdbdb;
    padding: 0 0 0 2%;
    max-width: 278px;
    margin-top: 10px;
    font-size: 13px;
  }

  .renewal-header_inner .globalnav_item .globalnav_child_item-renewal-menu a {
    padding: 0 0 0 2%;
    border-bottom: 1px solid #dbdbdb;
    /* padding: 0; */
  }

  .renewal-header_inner {
    height: 100vh;
    overflow-x: hidden;
  }

  .renewal-sp-none {
    display: none;
  }

  .text-small {
    transform: initial;
  }

  .globalnav_child .globalnav_child_item a:after {
    border-bottom: none;
  }

  .renewal-header-wrap {
    display: none;
  }

  .renewal-header-wrap.active {
    display: block;
  }
}

/* 220804 */

@media screen and (max-width: 768px) {
  html:lang(en) a[href*="https://www.orientalhotel.jp/wedding/"] {
    display: block !important;
  }

  html:lang(en) a[href*="https://theorient.fuwel.wedding/contact"] {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .renewal-sp-none {
    display: block !important;
  }
}

html:lang(en) a[href*="https://theorient.fuwel.wedding/fair"] {
  display: block !important;
}

html:lang(en) .header_contact_inner:nth-child(2) {
  display: block !important;
}

/* .flex_btn {
    display: flex;
    justify-content: center;
    gap: 0 20px;
}

.aboutme_btn {
    position: relative;
}

.aboutme_btn a::after {
    left: 95%;
}

@media screen and (max-width: 768px) {
    .flex_btn {
        flex-direction: column;
    }
    
    .flex_btn .link_01 {
        border: none;
    }
    
    .flex_btn .link_01 a {
        position: relative;
    }
} */

@media screen and (max-width: 768px) {
  #sb_instagram #sbi_images {
    display: flex;
  }
}

section.pds_footer {
  padding: 0;
  margin: 0 auto;
  background-color: #efeeec;
  /* max-width: 790px; */
  padding-top: 70px;
  padding-bottom: 30px;
  padding-left: calc(50% - 395px);
  padding-right: calc(50% - 395px);
  margin-top: 60px;
}

div.pds_footer {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  color: #222222;
  width: 100%;
  display: flex;
  padding-bottom: 50px;
}

section.pds_footer div.pds_slogan {
  padding-top: 90px;
  background: url(../img/footer-logo01.svg) top left no-repeat;
  background-size: contain;
}

div.pds_footer div {
  width: 50%;
}

section.pds_footer div.pds_slogan strong {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  color: #222222;
  letter-spacing: 0.04em;
  font-weight: normal;
  font-style: normal;
}

section.pds_footer div.pds_logo span {
  display: block;
  margin: 0 auto;
  width: 111px;
  height: 74px;
  background: url(../img/footer-logo02.svg) center center no-repeat;
}

section.pds_footer div.pds_link {
  width: 100%;
  text-align: center;
}

section.pds_footer div.pds_link a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  color: #222222;
  position: relative;
  letter-spacing: 0.04em;
  font-weight: normal;
  font-style: normal;
}

section.pds_footer div.pds_link a:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 1px #222222;
  border-right: solid 1px #222222;
  position: absolute;
  top: 12px;
  right: -1em;
  margin-top: -6px;
  transform: rotate(-45deg);
}

html:lang(ja) div.pds_link.en {
  display: none;
}

@media screen and (max-width: 767px) {
  section.pds_footer {
    padding: 0;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 27px;
    padding-left: 9%;
    padding-right: 9%;
    margin-top: 35px;
  }

  div.pds_footer {
    font-size: 13px;
    width: 100%;
    display: flex;
    padding-bottom: 20px;
    flex-direction: column;
  }

  section.pds_footer div.pds_slogan {
    padding-top: 60px;
    padding-bottom: 46px;
  }

  div.pds_footer div {
    width: 100%;
    max-width: 305px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .float {
    display: none;
    transition: 0.3s;
  }

  .float.active {
    display: table;
  }
}

.tac {
  text-align: center;
}

.header_banner {
  height: 42px;
  width: 100%;
  margin-bottom: 15px;
}

.header_banner__link {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #795200;
  transition: 0.3s;
}

.header_banner__link:hover {
  opacity: 0.65;
}

.header_banner__icon {
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff; /* 線の太さ・色 */
  border-left: 1px solid #fff; /* 線の太さ・色 */
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-left: 44px;
}

@media screen and (max-width: 768px) {
  .header_banner {
    position: fixed;
    top: 0;
    left: 0;
  }
  .header_banner__icon {
    margin-left: 24px;
  }
}
