@charset "utf-8";

/**************************************************
---------------------- default--------------------
**************************************************/
.wrap {
  width: 1300px;
  max-width: 92%;
  margin: 0 auto;
  margin-left: auto;
}

.w-in1400 {
  width: 1400px;
  max-width: 98%;
  margin: 0 auto;
}

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
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,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

main {
  display: block;
}

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

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@keyframes horizontal {
  0% {
    transform: translateX(-3px);
  }

  100% {
    transform: translateX(0px);
  }
}

@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #3e3a39;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.sp {
  display: none;
}

.flex {
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
}

.flex-sb {
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
}

ul {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  display: block;
}

ul li {
  list-style: none;
}

body {
  color: #3e3a39;
  font-size: 12px;
  -webkit-overflow-scrolling: touch;
  background-color: #fefefe;
}

.pr {
  position: relative;
}

.link-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#form01 {
  width: 720px;
  max-width: 67%;
  margin-left: 5%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  background-color: white;
}

#form01 input {
  vertical-align: top;
  margin: 0;
  height: 100%;
  font-size: 13px;
  box-sizing: border-box;
  font-size: 16px;
  padding-left: 20px;
  position: relative;
}

#form01 input:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

#input01 {
  width: 720px;
  height: 50px;
  border: none;
}

#submit01 {
  width: 120px;
  height: 50px;
  color: #fff !important;
  border: none;
  background: -moz-linear-gradient(left, #f7bb00, #f19600);
  background: -webkit-linear-gradient(left, #f7bb00, #f19600);
  background: linear-gradient(to right, #f7bb00, #f19600);
  background-image: url(/wp-content/themes/child/image/icon_search.svg), linear-gradient(to right, #f7bb00, #f19600);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 20%;
}

input::-webkit-input-placeholder {
  color: #b3b3b3;
  font-size: 10px;
}

input:-moz-placeholder {
  color: #b3b3b3;
  font-size: 10px;
}

input::-moz-placeholder {
  color: #b3b3b3;
  font-size: 10px;
}

input:-ms-input-placeholder {
  color: #b3b3b3;
  font-size: 10px;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.db {
  display: block;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.sankaku-icon:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  left: 7px;
  top: 6px;
  z-index: 2;
}

/*slider*/
#sec01_sld .bx-viewport {
  background: #000;
}

#sec01_sld .bx-viewport li[aria-hidden="true"] {
  opacity: 0.7;
}

#sec01_sld .bx-wrapper .bx-pager.bx-default-pager a {
  width: 140px;
  height: 60px;
  border-radius: 0;
}

#sec01_sld .bx-wrapper .bx-pager-item:nth-child(1) a {
  background: url(/wp-content/themes/child/image/banner01.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#sec01_sld .bx-wrapper .bx-pager-item:nth-child(2) a {
  background: url(/wp-content/themes/child/image/banner06.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#sec01_sld .bx-wrapper .bx-pager-item:nth-child(3) a {
  background: url(/wp-content/themes/child/image/banner03.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#sec01_sld .bx-wrapper .bx-pager-item:nth-child(4) a {
  background: url(/wp-content/themes/child/image/banner04.png) !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

#sec01_sld .bx-wrapper .bx-pager-item:nth-child(5) a {
  background: url(/wp-content/themes/child/image/banner05.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#sec01_sld .bx-wrapper .bx-pager-item:nth-child(6) a {
  background: url(/wp-content/themes/child/image/banner02.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#sec01 .bx-wrapper .bx-next {
  right: 50px;
  background: url(/wp-content/themes/child/image/bx-next01.svg) no-repeat;
  z-index: 99;
}

#sec02 .bx-wrapper .bx-prev {
  left: -80px;
  background: url(/wp-content/themes/child/image/bx-prev.svg) no-repeat;
  z-index: 99;
}

#sec02 .bx-wrapper .bx-next {
  right: -80px;
  background: url(/wp-content/themes/child/image/bx-next.svg) no-repeat;
  z-index: 99;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: 0;
}

.bx-wrapper .bx-controls-direction a {
  width: 50px;
  height: 50px;
}


/*トップ*/
header#main-header {
  padding: 30px 3% 30px 3%;
}

.head_logo {
  position: relative;
}

.head_logo:after {
  content: "";
  display: block;
  width: 150px;
  height: 60px;
  background: url(/wp-content/themes/child/image/banner_goku.jpg) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: -180px;
  top: -10px;
  display: none;
}

header#main-header .wrap-2 {
  width: 1300px;
  max-width: 96%;
  margin: 0 auto;
  padding-top: 20px;
}

header#main-header .flex-sb {
  align-items: center;
}

header#main-header nav {
  margin-left: auto;
  margin-right: 15px;
}

header#main-header nav li {
  padding: 0 15px;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  line-height: 1;
}

header#main-header nav li:before {
  content: "";
  -webkit-transition: all .5s;
  transition: all .5s;
}

header#main-header nav li:hover:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #1d1e33;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

header#main-header .head_contact {
  background: url(/wp-content/themes/child/image/contact_bg.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 220px;
  height: 30px;
  line-height: 22px;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

header#main-header .head_contact:hover {
  opacity: 0.7;
}

#main_visual {
  /* background: url(/wp-content/themes/child/image//main_visual.png); */
  /* background-size: cover; */
  /* background-position: right; */
  /* background-repeat: no-repeat; */
  height: 46vw;
  position: relative;
  /* margin-left: 8%; */
  padding-top: 58px;
  background-color: transparent;
  overflow: hidden;
}

#top-main {
  width: 92%;
}

#side-space {
  width: 8%;
  text-align: center;
}

#main-wrap {
  align-items: flex-start;
}

#side-space .copy {
  position: sticky;
  padding-top: 50px;
  top: 10px;
  left: 3.5%;
  width: 100%;
  line-height: 8vw;
  margin: 0 auto;
  font-family: 'Fira Sans', sans-serif;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 2px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

#main_visual .main_text {
  /* margin-right: 100px; */
  /* padding-top: 200px; */
  width: 600px;
  /* text-align: center; */
  /* margin: auto; */
  margin-left: 49px;
}

#main_visual .main_text .img {
  /* text-align: right; */
  /* margin-bottom: 30px; */
}

#sec01 {
  position: relative;
  background: #f5f6f6;
  /* margin-left: 8%; */
}

#sec01 .wrap {
  text-align: center;
  padding-bottom: 68px;
}

#sec01 .sec01_title {
  background: url(/wp-content/themes/child/image/sec01_titlebg_ver02.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 610px;
  height: 80px;
  position: absolute;
  top: -80px;
  right: 5%;
}

#sec01 .sec01_title h2 {
  text-align: center;
  margin-left: 100px;
  position: relative;
  margin-top: 30px;
}

#sec01 .sec01_title h2 img {
  position: relative;
}

#sec01 .sec01_title h2:before {
  content: "";
  background-image: url(/wp-content/themes/child/image/icon_home.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 35px;
  top: 0;
  bottom: 0;
  left: 15%;
  margin: auto;
}

#sec01 p.sec01_p {
  font-size: 16px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  padding: 60px 0;
  letter-spacing: 2px;
}

#sec01 .sec01_content {
  width: 1090px;
  max-width: 90%;
  margin: auto;
  margin-bottom: 60px;
}

#sec01 .sec01_box {
  background: #fff;
  position: relative;
  width: 33%;
  max-width: 360px;
  height: 360px;
}

#sec01 .sec01_box a {
  display: block;
  max-width: 360px;
  height: 360px;
  color: #3e3a39;
  font-weight: bold;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#sec01 .sec01_box a:hover {
  opacity: 0.5;
}

#sec01 .sec01_box:before {
  content: "";
  display: inline-block;
  background-image: url(/wp-content/themes/child/image/icon_area.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 110px;
  height: 110px;
  position: absolute;
  right: 0;
  left: 0;
  top: 60px;
  margin: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#sec01 .sec01_box:hover:before {
  opacity: 0.5;
}

#sec01 .sec01_box:nth-child(2):before {
  background-image: url(/wp-content/themes/child/image/icon_line.svg);
}

#sec01 .sec01_box:nth-child(3):before {
  background-image: url(/wp-content/themes/child/image/icon_req.svg);
}

#sec01 .sec01_box h3 {
  padding-top: 230px;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

#sec01 .arrow {
  position: relative;
}

#sec01 .arrow::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateX(-50%) rotate(135deg);
}

#sec01 .sec01_search {
  width: 1000px;
  max-width: 90%;
  margin: auto;
  margin-bottom: 60px;
}

#sec01 .sec01_search img {
  max-width: 28%;
}

#sec01_sld {
  width: 1200px;
  max-width: 100%;
}

#sec02 {
  background: url(/wp-content/themes/child/image/sec02_bg.svg), #f5f6f6;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  /* margin-left: 8%; */
}

#sec02 .wrap {
  padding-bottom: 70px;
}

#sec02 .sec02_title {
  margin-left: 120px;
  height: 80px;
  padding-top: 30px;
}

#sec02 p.sec02_p {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 60px 0;
  letter-spacing: 2px;
  line-height: 2;
}

#sec02 .sec02_title h2 {
  position: relative;
}

#sec02 .sec02_title h2:before {
  content: "";
  display: inline-block;
  background-image: url(/wp-content/themes/child/image/icon_new.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50px;
  margin: auto;
}

div#sec02_sld {
  width: 980px;
  max-width: 90%;
  margin: auto;
}

#sec02_sld ul li.bn_box {
  width: 230px;
  background: #fff;
  text-align: center;
}

#sec02_sld ul li.bn_box a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

#sec02_sld ul li.bn_box a:hover {
  opacity: 0.7;
}

#sec02_sld ul li .img {
  overflow: hidden;
  height: 140px;
  background: #f0f0f0;
  position: relative;
}

#sec02_sld ul li .img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  min-width: 100%;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
}

#sec02_sld ul li .img img:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

#sec02_sld ul li .text {
  padding: 20px;
  font-weight: bold;
  color: #3e3a39;
}

#sec02_sld ul li p.name {
  font-size: 14px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d1d1d2;
}

#sec02_sld ul.item {
  line-height: 2;
}

#sec02_sld ul.item li.price {
  color: #f19600;
}

#sec02_sld ul.item li:nth-child(3) {
  min-height: 48px;
}

#sec03 {
  background: url(/wp-content/themes/child/image/sec03_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* margin-left: 8%; */
}

#sec03 h2 {
  text-align: center;
  padding: 60px 0;
}

#sec03 .sec03_content {
  width: 1100px;
  max-width: 100%;
  margin: auto;
}

#sec03 .sec03_box {
  align-items: center;
  width: 50%;
  margin-bottom: 40px;
  position: relative;
  color: #3e3a39;
  -webkit-transition: all .3s;
  transition: all .3s;
  /* display: block; */
}

#sec03 .sec03_box:hover {
  opacity: 0.5;
}

#sec03 .sec03_box .img {
  width: 40%;
  padding-right: 30px;
  text-align: center;
  height: 160px;
  background-size: cover;
  background-position: center;
}

#sec03 .sec03_box .text {
  width: 55%;
  padding-right: 30px;
  letter-spacing: 2px;
  line-height: 1.8;
  font-weight: bold;
}

#sec03 .sec03_box .text li.day {
  color: #f19600;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
  font-family: 'Fira Sans', sans-serif;
}

#sec03 .sec03_box .text li.title {
  font-size: 16px;
  padding-bottom: 10px;
}

#sec03 .more {
  padding-bottom: 60px;
}

#sec03 .more a {
  display: block;
  width: 500px;
  height: 40px;
  line-height: 40px;
  margin: auto;
  text-align: center;
  background: #f6b42d;
  border: 2px solid #f6b42d;
  font-size: 14px;
  color: #fff;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 300;
  letter-spacing: 2px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

#sec03 .more a:hover {
  background: rgba(255, 255, 255, 0);
  border-color: #f6b42d;
  color: #f6b42d;
}

footer#main_footer .wrap {
  width: 100%;
  margin-left: 8%;
}

footer#main_footer iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

footer#main_footer .ft_wrap02 {
  background: #1d1e33;
  color: #fff;
  padding: 66px 0 142px;
}

footer#main_footer .foot_content,
footer#main_footer .foot_access {
  width: 1150px;
  max-width: 96%;
  margin: 0 auto;
  align-items: center;
  padding-bottom: 40px;
}

footer#main_footer .foot_content li a {
  padding: 0 12px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

footer#main_footer .foot_content li a:hover {
  opacity: 0.5;
}

footer#main_footer a {
  color: #fff;
}

footer#main_footer .foot_access {
  line-height: 3;
  letter-spacing: 2px;
  padding-bottom: 0px !important;
}

footer#main_footer .foot_access p.copy {
  color: #8b8988;
  font-family: 'Fira Sans', sans-serif;
  font-style: italic;
}

footer#main_footer .foot_item {
  height: 80px;
  background: #1d1e33;
  padding-top: 20px;
  width: 100%;
  z-index: 99999;
  position: fixed;
  bottom: 0;
  border-top: 1px solid #fff;
}

footer#main_footer .foot_bottm {
  width: 1300px;
  max-width: 98%;
  margin: auto;
  align-items: center;
  justify-content: center;
}

footer#main_footer .foot_item .logo {
  width: 200px;
  margin-right: 38px;
}

footer#main_footer .tel {
  position: relative;
  width: 260px;
  text-align: center;
  margin-right: 20px;
}

footer#main_footer .tel:before {
  content: "";
  display: inline-block;
  background-image: url(/wp-content/themes/child/image/icon_tel.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 10%;
  height: 40px;
  position: absolute;
  top: -7px;
  bottom: 0;
  left: -39px;
  margin: auto;
}

footer#main_footer .foot_right {
  /* width: 400px; */
}

footer#main_footer .foot_right li {
  width: 240px;
  /* max-width: 31%; */
  margin-left: 16px;
}

footer#main_footer .foot_right li a {
  border: 1px solid #fff;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
  padding-left: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-weight: 700;
  font-size: 16px;
}

footer#main_footer .foot_right li a:hover {
  /* box-shadow: 3px 3px 0 #f39700; */
  opacity: 0.9;
}

footer#main_footer li.favorite a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 60px;
  margin: auto;
}

footer#main_footer li.line a {
  background: #fff;
  color: #00c300;
}

footer#main_footer li.line a:before {
  content: "";
  display: inline-block;
  background-image: url(/wp-content/themes/child/image/icon_line02.svg);
  background-position: center;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10%;
  margin: auto;
}

footer#main_footer li.reservation a {
  background: #fff;
  color: #1d1e33;
}

footer#main_footer li.reservation a:before {
  content: "";
  display: inline-block;
  background-image: url(/wp-content/themes/child/image/icon_mail.svg);
  background-position: center;
  background-size: cover;
  width: 25px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20%;
  margin: auto;
}

footer#main_footer .gotop {
  z-index: 9999;
  border: 1px solid #fff;
}

/**************************************************
---------end--------- default----------end--------
**************************************************/

/*中ページ*/
.common-main {
  height: 300px;
  background: url(/wp-content/themes/child/image/common-main.png) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.common-main h1 {
  font-size: 30px;
  color: white;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 610px;
  max-width: 100%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  z-index: 1;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.3em;

}

.common-main h1:after {
  content: "";
  display: block;
  width: 610px;
  max-width: 100%;
  height: 80px;
  background: url(/wp-content/themes/child/image/sec01_titlebg_ver02.svg);
  transform: scale(-1, 1);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

div#bread-crumbs {
  padding: 10px 0;
}

div#bread-crumbs a {
  color: initial;
  margin-right: 25px;
  position: relative;
  transition: 0.3s;
}

div#bread-crumbs a:after {
  content: ">";
  position: absolute;
  right: -15px;
  top: -1px;
}

div#bread-crumbs a:hover {
  color: #f6b42d;
}

.common-wrap {
  padding: 100px 0;
  /* min-height: 600px; */
}

/*company*/
.company-img {
  width: 100%;
  margin-bottom: 50px;
}

#company table {
  width: 100%;
  font-size: 16px;
}

#company table th,
#company table td {
  padding: 20px;
  border: 1px solid #eae4e4;
}

#company table th {
  background: linear-gradient(#1d1e32, #333550);
  color: white;
}

p.zyunbi {
  font-size: 30px;
  text-align: center;
}

/*privacy*/
section#privacy {
  line-height: 2;
  font-size: 14px;
}

/*sitemap*/
#sitemap h2 {
  font-size: 20px;
  margin-bottom: 1em;
  padding-left: 20px;
  position: relative;
  border-bottom: 2px dotted #1a1a1a;
  padding-bottom: 10px;
}

#sitemap h2:before {
  content: "";
  display: block;
  width: 4px;
  height: 18px;
  background: #1d1e32;
  position: absolute;
  left: 0;
  top: 1px;
}

#sitemap ul li {
  line-height: 2.5;
  font-size: 16px;
  position: relative;

}

#sitemap ul li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #1d1e32;
  position: absolute;
  left: 0;
  top: 15px;
}

#sitemap ul li a {
  color: initial;
  padding-left: 20px;
  font-family: 'Lato', sans-serif;
  transition: 0.3s;
}

#sitemap ul li a:hover {
  opacity: 0.7;
}

#sec02 .bx-wrapper .bx-controls-direction a,
#sec01_sld .bx-wrapper .bx-controls-direction a {
  width: 50px;
  height: 50px;
}

#sec01_sld .bx-wrapper .bx-pager,
#sec01_sld .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -80px;
  width: 100%;
}

#sec02 .bx-wrapper,
#sec01_sld .bx-wrapper {
  border: none;
  box-shadow: none;
  background: none;
}

#sec01 .bx-wrapper .bx-loading,
#sec02 .bx-wrapper .bx-loading {
  background: none;
  z-index: 0 !important;
}

#staff .staffCell {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  height: 297px;
}

#staff .staffCell .staffL {
  width: 35%;
  position: relative;
}

#staff .staffCell .staffL .pic span {
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  text-align: center;
  background: #f6b42d;
  line-height: 25px;
  font-weight: bold;
  color: #fff;
}

#staff .staffCell .staffL h3 {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.85);
  font-size: 20px;
  font-style: italic;
  padding: 5px 20px;
}

#staff .staffCell .staffL h3 span {
  margin-left: 20px;
  font-size: 12px;
}

#staff .staffCell .comment {
  width: 62%;
  background-image: linear-gradient(-45deg, #fff 25%, #f5f5f5 25%, #eee 50%, #fff 50%, #fff 75%, #eee 75%, #eee);
  background-size: 6px 6px;
  padding: 20px;
}

#staff .staffCell .comment p {
  background: #fff;
  height: 260px;
  padding: 20px;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
}

.article {
  width: 1100px;
  margin: auto;
  padding: 0;
}

.article h2 {
  margin: 100px 0 30px;
  padding-left: 0px;
  position: relative;
  font-size: 24px;
  padding-bottom: 10px;
  margin-bottom: 50px;
  border-bottom: 1px dotted #333;
}

.article h2:nth-of-type(1) {
  margin-top: 0;
}

.article p {
  line-height: 32px;
  font-size: 15px;
  margin-bottom: 15px;
  word-break: break-all;
}

.article p a {
  line-height: 20px;
  font-size: 12px;
  display: inline-block;
}

.article .mainContaints {
  display: flex;
  justify-content: space-between;
}

.article .mainContaints .inner {
  width: 680px;
}

.article .mainContaints .side_blog {
  width: 320px;
  background: #ededed;
  padding: 20px;
}

.article .mainContaints .side_blog h3 {
  background-color: #f6b42d;
  color: #fff;
  font-size: 15px;
  padding: 12px 10px;
  margin: 0;
  margin-bottom: 20px;
}

.article .mainContaints .side_blog ul li {
  border-bottom: 1px dotted #ddd;
  background-color: #fff;
  padding: 10px;
}

.article .mainContaints .side_blog ul li a {
  display: flex;
  justify-content: space-between;
  color: #333;
  font-size: 14px;
  line-height: 14px;
}

.article .mainContaints .side_blog ul li .img {
  width: 60px;
  margin: 0;
}

.article .mainContaints .side_blog ul li .text {
  width: 182px;
  margin: 0;
}

.article .mainContaints .side_blog .link {
  margin-bottom: 30px;
}

.article .mainContaints .side_blog .link a {
  background: #333;
  display: block;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  padding: 5px;
  width: 200px;
  margin: auto;
}

.article .mainContaints .side_blog .date {
  display: block;
  color: #b5b5b5;
  line-height: 16px;
  font-size: 11px;
}

.article .mainContaints .side_blog .title {
  line-height: 20px;
  font-size: 14px;
  text-align: left;
  display: block;
}

.article .mainContaints .side_blog ul {
  margin-bottom: 20px;
}

.foot_content .logo {
  margin-right: 40px;
}

#main_visual::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 30, 51, 0.3);
  z-index: 2000;
}

#main_visual>* {
  position: relative;
  z-index: 1000;
}

#main_visual .main_text .img:first-child {
  width: 400px;
  margin-bottom: 16px;
  /* margin: 0 auto 16px; */
}

.bx-wrapper {
  box-shadow: none !important;
  background-color: transparent !important;
  border: none !important;
  margin: 0 !important;
}

.mv_text_box {}

.mv_text_box .mv_text_box {
  position: relative;
  z-index: 1000;
}

.mv_slider_box {
  width: 100%;
  position: absolute !important;
  top: 0;
  left: 0;
}

#main_visual .mv_text_box {
  position: relative;
  z-index: 3000;
}

section#designers {
  margin: 20px 0;
}

section#main_visual {}

.hd_logo_box {
  align-items: center;
}

.hd_logo_box .hd_banner_goku {
  width: 220px;
  margin-left: 40px;
}

.page_greeting_box {}

.page_greeting_box .text_box {
  background-color: #fafafa;
  padding: 34px 30px;
}

.page_greeting_box .text_box p.text {
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.7;
  font-weight: 600;
}

.page_greeting_box .text_box p.text+p.text {
  margin-top: 16px;
}

.page_greeting_box h2 {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.04em;
  background-color: #1d1e33;
  color: #fff;
  display: inline-block;
  padding: 6px 16px;
  position: relative;
  /* margin-bottom: 24px; */
  line-height: 1;
}

.page_greeting_box h2::before {
  content: '';
  position: absolute;
  top: 0;
  right: -37px;
  width: 0;
  height: 0;
  border-left: 37px solid #1d1e33;
  border-top: 37px solid transparent;
}

#side-space .copy p {
    font-size: 12px;
}

div#bread-crumbs ul li a {
    font-size: 12px;
}

div#bread-crumbs ul li {
    font-size: 12px;
}

@media screen and (max-width: 750px) {

  /**************************************************
-------responsive-------default-------------------
**************************************************/

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  nav.menu {
    background: #1d1e33;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    position: absolute;
    cursor: pointer;
    overflow: hidden;
    z-index: 9999;
  }

  nav .menu1 {
    width: 25px;
    height: 2px;
    background-color: white;
    top: 8px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }

  nav .menu2 {
    width: 25px;
    height: 2px;
    background-color: white;
    top: 16px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }

  nav .menu3 {
    width: 25px;
    height: 2px;
    background-color: white;
    top: 24px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }

  nav .menu4 {
    font-size: 10px;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
  }

  nav .menu1,
  nav .menu2,
  nav .menu3 {
    ;
    transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    /* Opera */
    -moz-transition: all 0.5s ease-out;
    /* Firefox */
    -webkit-transition: all 0.5s ease-out;
    /* GoogleChrome, Safari */
    -ms-transition: all 0.5s ease-out;
    /* IE */
  }

  nav .menuclick1 {
    ;
    top: 16px;
    -o-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -webkit-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    transform: rotate(405deg);
  }

  nav .menuclick2 {
    background-color: rgba(255, 255, 255, 0);
  }

  nav .menuclick3 {
    top: 16px;
    -o-transform: rotate(-405deg);
    -moz-transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
    -ms-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }

  #menu {
    width: 100%;
    display: none;
    right: 0px;
    top: 50px;
    margin: 0;
    right: 0;
    list-style-type: none;
    padding: 0 0 0 0;
    z-index: 9990;
    position: absolute;
    background: #1d1e33;
  }

  /*by misallychan.com*/
  #menu li a {
    display: block;
    color: #fff;
    padding-left: 10%;
    background-size: 9px auto;
    background-position: 10px;
    font-size: 13px;
    margin: 0px 0 0px 0;
    width: 100%;
    border-bottom: 1px solid #ffffff;
    height: 60px;
    line-height: 60px;
    position: relative;
  }

  #menu li a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    left: 5%;
    top: 25px;
  }

  #menu li a span {
    font-size: 10px;
    margin-left: 15px;
  }

  /**************************************************
-----end---responsive-------default--------end----
**************************************************/
  header#header-sp {
    height: 50px;
    padding: 10px;
  }

  #main_visual {
    height: 49vw;
    padding: 30px 0 0;
  }

  #main_visual .main_text {
    /* margin-left: auto; */
    /* margin-right: 0px; */
    /* padding-top: 100px; */
    /* width: 80%; */
    /* min-width: 260px; */
    width: 90%;
    margin: 0;
  }

  #main_visual .copy {
    position: absolute;
    top: 60px;
    bottom: -100px;
    left: -5%;
    margin: auto;
    font-size: 10px;
  }

  #sec01 .sec01_title {
    background: url(/wp-content/themes/child/image/sec01_titlebg_ver02.svg);
    background-position: left;
    width: 60%;
    min-width: 270px;
    right: 0;
    top: -50px;
    height: 50px;
  }

  #sec01 .sec01_title h2 {
    margin-left: auto;
    margin-right: 10%;
    margin-top: 15px;
    width: 40%;
    min-width: 150px;
  }

  #sec01 .sec01_title h2:before {
    width: 35px;
    height: 30px;
    left: -30%;
    margin: auto;
  }

  #sec01 p.sec01_p {
    font-size: 12px;
    line-height: 2;
  }

  #sec01 .sec01_content {
    max-width: 100%;
  }

  #sec01 .sec01_box {
    min-width: unset;
    height: auto;
    margin: auto;
    width: 100%;
    margin-bottom: 20px;
    padding: 5vw;
  }

  #sec01 .sec01_box h3 {
    padding-top: 0vw;
    font-size: 3.6vw;
    padding-left: 19vw;
    text-align: left;
  }

  #sec01 .sec01_box:before {
    width: 15vw;
    height: 15vw;
    top: 3vw;
    left: 4vw;
    margin: 0;

  }

  #sec01 .arrow::before {
    content: "";
    display: block;
    position: absolute;
    left: 96%;
    right: -5vw;
    bottom: 5vw;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: translateX(-50%) rotate(45deg);
  }

  #sec01 .sec01_search {
    max-width: 100%;
    margin: auto;
    margin-bottom: 60px;
  }

  #sec01 .sec01_search img {
    min-width: 200px;
    margin-bottom: 20px;
  }

  section#sec01 .bx-wrapper .bx-next {
    display: block;
    width: 30px;
    height: 30px;
    right: -5px;
    background: url(/wp-content/themes/child/image/bx-next01.svg) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 99;
  }

  #sec02 {
    background-position: top left;
  }

  #sec02 .sec02_title {
    margin-left: 20%;
    height: 70px;
    padding-top: 30px;
    min-width: 200px;
  }

  #sec02 .sec02_title h2 {
    margin-top: 15px;
    width: 40%;
    min-width: 150px;
  }

  #sec02 p.sec02_p {
    font-size: 12px;
    line-height: 2;
  }

  #sec02_sld ul li.bn_box {
    min-width: 232px;
  }

  #sec03 .sec03_title {
    min-width: 270px;
  }

  #sec03 .sec03_title h2 {
    width: 40%;
    min-width: 200px;
    margin: auto;
  }

  #sec03 .sec03_box {
    width: 100%;
    min-width: 260px;
    margin-bottom: 40px;
    position: relative;
  }

  #sec03 .sec03_box .img {
    width: 40%;
    padding-right: 15px;
  }

  #sec03 .sec03_box .text {
    width: 55%;
    padding-right: 0px;
    position: relative;
  }

  #sec03 .sec03_box .text:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 12px 12px;
    border-color: transparent transparent #f39700 transparent;
    position: absolute;
    right: 0;
    bottom: -10px;
  }

  #sec03 .more {
    padding-bottom: 60px;
  }

  #sec03 .more a {
    width: 80%;
    min-width: 260px;
  }

  footer#main_footer iframe {
    height: 300px;
  }

  footer#main_footer .foot_content,
  footer#main_footer .foot_access {
    max-width: 90%;
    padding-bottom: 30px;
  }

  footer#main_footer .ft_wrap02 {
    padding: 38px 0 108px;
  }

  footer#main_footer .foot_content .logo {
    width: 200px;
  }

  footer#main_footer .foot_content ul {
    line-height: 2;
    justify-content: flex-start;
    margin-top: 12px;
  }

  footer#main_footer .foot_access p {
    font-size: 10px;
    line-height: 2;
  }

  footer#main_footer .foot_btn {
    width: 100%;
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    border-top: 1px solid #fff;
  }

  footer#main_footer .foot_btn a {
    display: block;
    width: 50%;
    height: auto;
    text-align: center;
    color: white;
    line-height: 1;
    font-weight: 400;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.04em;
    padding: 43px 0 10px;
  }

  footer#main_footer .foot_btn a.sp_favorite {
    background: url(/wp-content/themes/child/image/icon_favoritesp.svg) no-repeat, #f39700;
    background-position: center 12px;
    background-size: 48px;
  }

  footer#main_footer .foot_btn a.sp_line {
    background: url(/wp-content/themes/child/image/icon_linesp.svg) no-repeat, #00c400;
    background-position: center 10px;
    background-size: 27px;
  }

  footer#main_footer .foot_btn a.sp_reservation {
    background: url(/wp-content/themes/child/image/icon_mailsp.svg) no-repeat, #1d1e33;
    background-position: center 13px;
    background-size: 27px;
  }

  footer#main_footer .gotop {
    right: 3% !important;
    bottom: 100px !important;
  }

  footer#main_footer .wrap {
    max-width: 100%;
    margin-left: 0%;
  }



  /*検索フォーム*/
  #form01 {
    width: 100%;
    max-width: 100%;
    margin: auto;
    margin-left: 0%;
    height: 40px;
  }

  #form01 input {
    font-size: 12px;
    padding-left: 20px;
  }

  #input01 {
    width: 720px;
    height: 50px;
    border: none;
  }

  #submit01 {
    width: 150px;
    height: 40px;
    background-position: 13%;
  }

  /*slider*/
  section#sec01 .bx-wrapper .bx-pager,
  section#sec01 .bx-wrapper .bx-controls-auto {}

  .bx-wrapper {
    margin-bottom: 30px;
  }

  section#sec02 .bx-wrapper .bx-prev {
    display: block;
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 0;
    left: -15px;
    margin: auto;
    background: url(/wp-content/themes/child/image/bx-prev.svg) no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 99;
  }

  section#sec02 .bx-wrapper .bx-next {
    display: block;
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 0;
    right: -15px;
    margin: auto;
    background: url(/wp-content/themes/child/image/bx-next.svg) no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 99;
  }

  footer#main_footer .foot_item {
    display: none !important;
  }

  #side-space {
    display: none;
  }

  #top-main {
    width: 100%;
  }

  /*中ページ*/
  .common-main {
    height: 150px;
  }

  div#bread-crumbs {
    padding: 10px 2%;
    font-size: 3vw;
  }

  div#bread-crumbs a {
    color: #f6b42d;
  }

  .common-wrap {
    padding: 50px 0;
    min-height: 800px;
  }

  .common-main h1 {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    text-align: left;
    padding-left: 10vw;
  }

  .common-main h1:after {
    height: 50px;
  }

  /*company*/
  #company table {
    font-size: 4vw;
  }

  #company table th,
  #company table td {
    padding: 1em;
    display: block;
    line-height: 2;
    border: none;
  }

  #company table th {
    color: white;
  }

  #company table td {
    background: #f0f0f0;
  }

  .company-img {
    width: 100%;
    margin-bottom: 30px;
  }

  #sec01 .sec01_box a {
    max-width: unset;
    height: auto;
  }

  #sec01_sld .bx-wrapper .bx-pager.bx-default-pager a {
    width: 11.5vw;
    height: 8vw;
  }

  #sec01_sld .bx-wrapper .bx-pager,
  #sec01_sld .bx-wrapper .bx-controls-auto {
    bottom: -15vw;
  }

  #staff .staffCell {
    display: block;
    margin-bottom: 30px;
    height: auto;
  }

  #staff .staffCell .staffL {
    width: 100%;
    position: relative;
  }

  #staff .staffCell .comment {
    width: 100%;
    padding: 15px;
  }

  #staff .staffCell .comment p {
    height: auto;
    font-size: 14px;
  }

  .article {
    width: 100%;
  }

  .article .mainContaints {
    display: block;
  }

  .article .mainContaints .inner {
    width: 100%;
    margin-bottom: 50px;
  }

  .article .mainContaints .side_blog {
    width: 100%;
  }

  .article h2 {
    font-size: 16px;
  }

  .article .mainContaints .side_blog ul li .img {
    width: 20%;
  }

  .article .mainContaints .side_blog ul li .text {
    width: 75%;
  }

  div#main-logo h1 {
    display: inline-block;
    position: relative;
  }

  div#main-logo h1:after {
    content: "";
    display: block;
    width: 80px;
    height: 32px;
    background: url(/wp-content/themes/child/image/banner_goku.jpg) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    right: -100px;
    top: 0;
    display: none;
  }

  #main_visual .main_text .img:first-child {
    width: 70%;
    margin-bottom: 10px;
  }

  #main_visual::before {
    background-color: rgba(29, 30, 51, 0.5);
  }

  footer#main_footer .foot_content .logo img {
    width: 100%;
  }

  footer#main_footer .foot_content li a {
    padding: 0;
    margin-right: 16px;
  }

  footer#main_footer .foot_content>.sp {
    width: 100%;
  }

  .hd_banner_goku {
    position: absolute;
    top: 5px;
    right: 60px;
    width: 150px;
  }

  .page_greeting_box h2 {
    font-size: 16px;
  }

  .page_greeting_box h2::before {
    border-width: 28px;
    right: -28px;
  }

  .page_greeting_box .text_box {
    padding: 20px 10px;
  }

  .page_greeting_box .text_box p.text {
    font-size: 14px;
  }

  .page_greeting_box .text_box p.text+p.text {
    margin-top: 12px;
  }

  div#bread-crumbs ul li a {
    font-size: 3vw;
}

div#bread-crumbs ul li {
    font-size: 3vw;
}

.common-wrap.greeting {
    min-height: 0;
}

.common-wrap.company {
    min-height: 0;
}

}