@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
.yotubewrap{
  max-width: 900px;
  margin: 0 auto;
}
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 14px !important;
  line-height: 1.3em;
  overflow: visible !important;
}

body {
  font-weight: 400;
  letter-spacing: 0.6;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 20px;
  word-wrap: break-word;
  background-position: left center;
  overflow-x: hidden;
  background: #fafafa;
}

@media screen and (max-width: 834px) {
  body {
    font-size: 18px;
  }
}

@media screen and (max-width: 640px) {
  body {
    font-size: 17.5px;
  }
}

a {
  color: #1111cc !important;
  text-decoration: none;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 834px) {
  .inner {
    width: 100%;
    margin: 0 auto;
  }
}

#main, #main {
  width: 1200px !important;
  max-width: 100% !important;
  float: none !important;
  margin: 0 auto;
}

#contents_wrap {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    width: 100% !important;
    min-width: 100%;
  }
}

#contents {
  padding: 0;
  background: none !important;
  width: 100%;
}

@media screen and (max-width: 100%) {
  #main {
    width: 100%;
  }
}

/*1カラム*/
#col_main {
  width: 100% !important;
  float: none !important;
}

@media screen and (max-width: 100%) {
  #side {
    width: 18.75000%;
  }
}

@media screen and (max-width: 100%) {
  #side aside {
    width: 100% !important;
  }
}

.map {
  margin: 56px auto 120px;
  padding: 60px 0;
}

@media screen and (max-width: 834px) {
  .map {
    width: 90%;
  }
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

@media screen and (max-width: 834px) {
  .map li {
    text-align: center;
  }
}

.map li:last-child {
  display: none;
}

.map li a {
  color: #333 !important;
}

.policy h2 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 25px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
  padding: 10px !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

@media screen and (max-width: 834px) {
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

.b {
  font-weight: bold;
}

b {
  font-weight: bold;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

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

.inner_out {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

a.tel_link {
  pointer-events: none;
}

@media screen and (max-width: 640px) {
  a.tel_link {
    pointer-events: auto;
  }
}

/*blog*/
dl dd {
  text-align: center;
}

dl dt {
  text-align: center;
}

.date {
  display: block;
}

.blog {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 834px) {
  .blog .detail {
    text-align: left !important;
    margin-bottom: 80px !important;
  }
}

.blog article {
  text-align: center !important;
}

.blog article h3 {
  text-align: center !important;
  font-size: 30px;
  margin-bottom: 20px;
  border-bottom: 4px double #854c60;
  display: inline-block;
}

.blog article div {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .blog article div {
    width: 90% !important;
  }
}

@media screen and (max-width: 834px) {
  .blog article div {
    width: 100% !important;
  }
}

.blog .translate {
  font-weight: bold;
}

.blog .date {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 3px;
}

.blog h2 {
  font-size: 36px;
  letter-spacing: 3px;
  color: #333 !important;
  line-height: 30px;
  padding: 15px 0;
  width: 80%;
  margin: 0 auto;
  font-weight: 500;
  text-align: left;
}

@media screen and (max-width: 1000px) {
  .blog h2 {
    width: 80%;
  }
}

@media screen and (max-width: 834px) {
  .blog h2 {
    font-size: 18px;
    width: 100%;
    padding: 10px;
  }
}

.blog a {
  color: #36a580 !important;
}

@media screen and (max-width: 640px) {
  .blog button {
    margin: 10px 0;
  }
}

.blog #calendar {
  width: 100% !important;
  margin: 0 auto !important;
}

@media screen and (max-width: 640px) {
  .blog #calendar {
    width: 100% !important;
  }
}

.blog input[type="text"], .blog input[type="password"], .blog textarea {
  width: 50% !important;
}

section div#contents > dl ul li {
  float: left;
  list-style: none;
  background: #eee;
  padding: 5px 15px;
  border-radius: 3px;
}

@media screen and (max-width: 834px) {
  section aside {
    width: 100% !important;
    min-width: 100% !important;
  }
}

@media screen and (max-width: 834px) {
  section div.wrap {
    display: block !important;
  }
}

div.wrap {
  width: 100% !important;
  max-width: 100% !important;
}

section div.wrap {
  background: none !important;
}

section div#contents > dl {
  border: none !important;
  border-bottom: 1px dotted #eee !important;
}

section div#contents article ul {
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  section div#contents article ul {
    max-width: 100%;
  }
}

section div#contents article ul li {
  float: left;
  list-style: none;
  background: #eee;
  padding: 5px 15px;
  border-radius: 3px;
}

section div#contents article ul li a {
  color: #333 !important;
  margin-right: 0 !important;
}

section div#contents > dl ul li a {
  margin-right: 0px !important;
}

div.blog_list div.blog_photo {
  width: 40%;
}

@media screen and (max-width: 834px) {
  div.blog_list div.blog_photo {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  div.blog_list div.blog_photo {
    text-align: center;
  }
}

div.blog_list {
  border: none;
}

div.blog_list div.blog_date {
  color: #f56d07;
  font-size: 1.4em;
}

div.blog_list h3 a {
  color: #333 !important;
  font-size: 1.6em;
  letter-spacing: 3px;
  font-weight: 500;
}

div.detail {
  margin-top: 10px;
}

.blog article div {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  margin-top: 30px;
}

@media screen and (max-width: 834px) {
  div.blog_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.blog article div {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  color: #333;
  letter-spacing: -1px;
}

@media screen and (max-width: 834px) {
  section div.wrap {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/*form*/
.submit {
  max-width: 100%;
}

.text {
  text-align: left !important;
}

.tel {
  text-align: left !important;
}

.form_wrap #text {
  position: relative;
}

.form_wrap #text:after {
  position: absolute;
  content: "必須";
  top: 0px;
  right: -30px;
  font-size: 0.9em;
}

.form_wrap .radio {
  text-align: left !important;
}

/*min-width*/
#global_header {
  min-width: 100% !important;
}

#global_footer {
  min-width: 100% !important;
}

/*パンくず*/
.pankuzu {
  margin-top: 10px;
  margin-bottom: 60px;
}

.pankuzu ul {
  margin-top: 15px;
}

.pankuzu a {
  color: #8a8a8a !important;
  font-weight: 500;
}

.pankuzu li {
  display: inline-block;
  margin-right: 40px;
  position: relative;
  font-weight: bold;
  color: #999 !important;
}

@media screen and (max-width: 640px) {
  .pankuzu li {
    font-size: 13px;
  }
}

@media screen and (max-width: 640px) {
  .pankuzu li:last-child {
    margin-right: 10px;
  }
}

.pankuzu li:last-child:after {
  display: none;
}

.pankuzu li:after {
  content: "＞";
  position: absolute;
  right: -25px;
  top: -1px;
}

/*プライバシーポリシー*/
.policy_01 {
  margin-bottom: 40px;
  width: 50%;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .policy_01 {
    width: 100%;
  }
}

.policy_01 h2 {
  letter-spacing: 5px;
  color: #ffffff;
  line-height: 30px;
  position: relative;
  padding: 10px;
  background: #000000;
  -webkit-box-shadow: 0 0 0 0 #000000, -10px 0 0 0 #000000, 0 3px 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 0 #000000, -10px 0 0 0 #000000, 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  text-align: center !important;
  margin: 0 auto;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 640px) {
  .policy_01 h2 {
    width: 100%;
    font-size: 15px;
  }
}

.policy_01 h2:before {
  content: " ";
  position: absolute;
  top: 100%;
  left: -10px;
  width: 0;
  height: 0;
  border-width: 0 10px 10px 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #4f4f4f;
}

/*お問い合わせ下部テキスト*/
@media screen and (max-width: 640px) {
  .contact_txt {
    text-align: left !important;
  }
}

/*送信完了メッセージ*/
#form_c2 {
  width: 960px !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  margin-top: 60px !important;
  text-align: center !important;
}

/*メールフォームレイアウト*/
.style_form {
  text-align: left;
}

@media screen and (max-width: 640px) {
  .style_form {
    text-align: center;
  }
}

section div.form_wrap dl dt {
  text-align: left !important;
}

/*固定ヘッダー時のメールフォーム埋まり防止*/
/*アンカーリンク調整*/
a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

/*404*/
.nf_title h1 {
  margin-top: 80px;
  position: relative;
  color: #333333;
  text-shadow: 0 0 2px white;
  font-size: 100px;
}

@media screen and (max-width: 1000px) {
  .nf_title h1 {
    font-size: 80px;
  }
}

@media screen and (max-width: 834px) {
  .nf_title h1 {
    font-size: 60px;
  }
}

@media screen and (max-width: 640px) {
  .nf_title h1 {
    margin-top: 40px;
    font-size: 50px;
  }
}

.nf_txt {
  color: #555;
  font-weight: bold;
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  .nf_txt {
    margin-top: 0;
  }
}

.nf_txt h2 {
  font-size: 19px;
  font-weight: bold;
  border-bottom: none;
}

@media screen and (max-width: 640px) {
  .nf_txt h2 {
    font-size: 17px;
  }
}

.nf_txt p {
  color: #333333;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .nf_txt p {
    font-size: 13px;
  }
}

.nf_btn {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0;
  text-decoration: none;
  color: #b7975e;
  text-align: center !important;
}

.nf_btn a {
  color: #333 !important;
  font-weight: bold !important;
  text-align: center !important;
  border: 1px solid;
  padding: 20px 80px;
}

/*meanmenu*/
.mean-container .mean-bar {
  padding: 0 !important;
  background: none !important;
}

.mean-container .mean-nav {
  margin-top: 0 !important;
}

.mean-container .mean-nav ul li a {
  width: 100% !important;
  padding: 1em 0 !important;
  margin: 0;
}

/*nav*/
@media screen and (max-width: 834px) {
  #nav_global {
    display: none;
  }
}

#nav_global02 {
  display: none;
}

@media screen and (max-width: 834px) {
  #nav_global02 {
    display: block;
  }
}

.mean-nav span {
  display: block;
  /*menuの小文字*/
}

/**/
/*ズームイン*/
#slide_wrapp {
  position: relative;
  overflow: hidden;
}

#slide_wrapp .slide_item {
  opacity: 0;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 2s linear, -webkit-transform 7.5s linear;
  transition: opacity 2s linear, -webkit-transform 7.5s linear;
  transition: opacity 2s linear, transform 7.5s linear;
  transition: opacity 2s linear, transform 7.5s linear, -webkit-transform 7.5s linear;
  position: relative;
}

#slide_wrapp .slide_item:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}

#slide_wrapp .slide_item.show_ {
  opacity: 1;
}

#slide_wrapp .slide_item.zoom_ {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

#slide_wrapp .slide_item img {
  display: block;
}

/**/
/* 「RightToLeft」の動作内容 */
@-webkit-keyframes RightToLeft {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    /* X軸方向に50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes RightToLeft {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    /* X軸方向に50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes LeftToRight {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    /* X軸方向に-50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes LeftToRight {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    /* X軸方向に-50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes SlideDown {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    /* Y軸方向に-50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes SlideDown {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    /* Y軸方向に-50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-webkit-keyframes SlideUp {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    /* Y軸方向に50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes SlideUp {
  0% {
    opacity: 0;
    /* 透明 */
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    /* Y軸方向に50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/* 「RightToLeft」を適用する箇所 */
/* Opening
-----------------------------------------*/
.Opening {
  position: relative;
  background-color: #FFF;
}

.Opening ul li {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.Opening ul li img.Opening__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 9;
}

.Opening ul li span img.Opening__img {
  max-width: inherit;
  width: 100%;
  height: auto;
}

/*マージン*/
.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

td {
  border: none !important;
}

/*パディング*/
.p10 {
  padding: 0  10px;
}

.pd0 {
  padding: 0 !important;
}

.pd0 td {
  padding: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb0 td {
  padding-bottom: 0 !important;
}

/*nav*/
@media screen and (max-width: 900px) {
  .nav_global {
    display: none;
  }
}

.nav_global02 {
  display: none;
}

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

.mean-nav span {
  display: block;
}

@media screen and (max-width: 640px) {
  .mean-nav span {
    font-size: 12px;
  }
}

/*hover*/
a:hover {
  opacity: 0.9 !important;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*ふわっと*/
.fadeInDown {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/**/
.fadeInLeft {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  visibility: visible !important;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

/**/
.fadeInRight {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  visibility: visible !important;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

/**/
.fadeInUp {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  visibility: visible !important;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/*footer上部の線*/
footer#global_footer {
  background-color: #fff !important;
}

/*ニュースエリアを囲むクラス...scrollArea*/
.scrollArea {
  height: 200px;
  overflow: auto;
  padding-right: 20px;
}

/*スクロールバー全体*/
::-webkit-scrollbar {
  width: 10px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: rgba(245, 109, 7, 0.6) !important;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
          box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

/*プルダウンメニュー*/
.sub_menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  z-index: 999999;
  top: 35px;
  left: 0;
  right: 0;
  margin: auto !important;
  width: auto !important;
  background: rgba(204, 204, 204, 0.9);
}

@media screen and (max-width: 834px) {
  .sub_menu {
    background: none !important;
    padding: 10px 0 0 10px !important;
    width: 100% !important;
  }
}

.sub_menu li {
  position: relative;
  z-index: 999999999;
  display: inline-block;
  border-bottom: 1px dotted #fff;
}

@media screen and (max-width: 834px) {
  .sub_menu li {
    display: block;
    border-bottom: none;
  }
}

.sub_menu li:last-child {
  border-bottom: none;
}

.sub_menu a {
  color: #fff !important;
  font-weight: 600;
  padding: 5px;
  font-size: 0.9em !important;
}

/*YouTube*/
.youtube01 {
  margin-bottom: 80px;
}

.youtube01 iframe {
  width: 100%;
  margin: 0 auto;
  height: 450px;
}

/*-----ボックスフレーム-----*/
/*点線の大括弧*/
.box20 {
  position: relative;
  padding: 0.25em 1em;
  margin: 2em 0;
  top: 0;
  background: #efefef;
}

.box20:before, .box20:after {
  position: absolute;
  top: 0;
  content: '';
  width: 10px;
  height: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.box20:before {
  border-left: dotted 2px #87755e;
  border-top: dotted 2px #87755e;
  border-bottom: dotted 2px #87755e;
  left: -1px;
}

.box20:after {
  border-top: dotted 2px #87755e;
  border-right: dotted 2px #87755e;
  border-bottom: dotted 2px #87755e;
  right: -1px;
}

.box20 p {
  margin: 0;
  padding: 0;
}

/*めくれたテープ風*/
.box25 {
  position: relative;
  background: #fff0cd;
  -webkit-box-shadow: 0px 0px 0px 5px #fff0cd;
          box-shadow: 0px 0px 0px 5px #fff0cd;
  border: dashed 2px white !important;
  padding: 0.2em 0.5em;
  color: #454545;
}

.box25:after {
  position: absolute;
  content: '';
  right: -7px;
  top: -7px;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: #ffdb88 #fff #ffdb88;
  -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
          box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

.box25 p {
  margin: 0;
  padding: 0;
}

/*矢印hover.右に少しずらす*/
/*地図*/
.map01 {
  text-align: center;
}

.map01 iframe {
  width: 80%;
}

@media screen and (max-width: 640px) {
  .map01 iframe {
    height: 400px !important;
  }
}

/*fancybox*/
#fancybox-title-float-main {
  line-height: 9px !important;
}

/*ツイッター*/
.twitter {
  max-width: 100% !important;
  width: 45% !important;
  height: 300px;
  overflow: auto;
}

.weight100 {
  font-weight: 100;
}

.weight300 {
  font-weight: 300;
}

.weight400 {
  font-weight: 400;
}

.weight500 {
  font-weight: 500;
}

.weight600 {
  font-weight: 600;
}

.weight700 {
  font-weight: 700;
}

.weight900 {
  font-weight: 900;
}

/*プライバシーポリシーモーダル*/
@media screen and (max-width: 834px) {
  .modaal-content-container {
    height: 400px;
    overflow: auto;
  }
}

p.center {
  text-align: center;
}

.modaal-close {
  position: absolute !important;
  right: -20px !important;
  top: -20px !important;
  background: rgba(0, 0, 0, 0.7) !important;
}

.modaal-content-container h3 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.modaal-content-container p {
  margin: 0 0 20px;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #fff !important;
}

@media screen and (max-width: 640px) {
  .modaal-content-container {
    height: 400px;
    overflow-y: scroll;
  }
}

/**/
/*横に画像が流れる*/
.loop_wrap {
  margin-top: 60px;
}

.loop_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
}

.loop_wrap ul li {
  width: 400px;
  display: inline-block;
  margin: 0 10px;
  height: auto !important;
}

@media screen and (max-width: 640px) {
  .loop_wrap ul li {
    width: 200px;
  }
}

/*news_dlリスト*/
.newswrap {
  height: 300px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow-y: auto;
}

.newswrap dl {
  margin: auto;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 3px dotted #eee !important;
}

@media screen and (max-width: 834px) {
  .newswrap dl {
    display: block !important;
  }
}

.newswrap dd {
  text-align: left !important;
  border: none !important;
  font-size: 20px !important;
  background: none;
  width: 70% !important;
}

@media screen and (max-width: 834px) {
  .newswrap dd {
    width: 100% !important;
  }
}

.newswrap dt {
  font-weight: 800;
  color: #36a580 !important;
  font-size: 20px !important;
  font-weight: 600;
  border: none !important;
  background: none !important;
  width: 20% !important;
  border-radius: 5px;
  text-align: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

@media screen and (max-width: 834px) {
  .newswrap dt {
    padding-left: 0px !important;
    margin-left: 0px !important;
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .newswrap dt {
    text-align: left !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}

.name {
  text-align: left;
}

.kana {
  text-align: left;
}

/*respon_news*/
.news_bg {
  background: #fff;
  -webkit-box-shadow: 5px 5px 8px rgba(9, 9, 9, 0.1);
          box-shadow: 5px 5px 8px rgba(9, 9, 9, 0.1);
  padding: 40px;
}

.news_bg .scroll {
  height: 150px;
  overflow: auto;
}

.news_bg .scroll td:nth-child(odd) {
  width: 25%;
}

.news_bg .scroll td:nth-child(even) {
  width: 100%;
}

/**/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/*hover*/
.btn a:hover {
  -webkit-animation: .3s;
  animation: zoom .3s;
}

/*hoverでaの中のspanのいろかわる*/
/*insta 横に4つ*/
.insta {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
}

@media screen and (max-width: 640px) {
  .insta {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
  }
}

@media screen and (max-width: 468px) {
  .insta {
    width: 100%;
  }
}

.insta div.sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.insta div.sns_list div.sns_photo {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto;
  padding: 0 !important;
}

@media screen and (max-width: 640px) {
  .insta div.sns_list div.sns_photo {
    padding: 10px !important;
  }
}

.insta div.sns_list div.sns_photo img {
  width: 100% !important;
  height: 80% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center !important;
     object-position: center !important;
  font-family: "object-fit: cover!important;" !important;
  font-family: "object-position: center!important;" !important;
}

@media screen and (max-width: 834px) {
  .insta div.sns_list div.sns_photo img {
    width: 100% !important;
    height: 120px !important;
  }
}

@media screen and (max-width: 834px) {
  .insta div.sns_list div.sns_photo img {
    height: 150px !important;
  }
}

@media screen and (max-width: 700px) {
  .insta div.sns_list div.sns_photo img {
    height: 120px !important;
  }
}

@media screen and (max-width: 640px) {
  .insta div.sns_list div.sns_photo img {
    height: 210px !important;
  }
}

@media screen and (max-width: 520px) {
  .insta div.sns_list div.sns_photo img {
    height: 180px !important;
  }
}

.insta div.sns_list div {
  border-bottom: none !important;
  width: 20% !important;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .insta div.sns_list div {
    width: 49% !important;
  }
}

.insta .sns_text {
  display: none !important;
}

.insta img {
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
}

/**たて2よこ3**/
.instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.instagram li {
  width: 30%;
  margin: 7.5px 5px;
}

@media screen and (max-width: 834px) {
  .instagram li {
    width: 45%;
  }
}

@media screen and (max-width: 640px) {
  .instagram {
    margin-bottom: 40px;
  }
}

.instagram img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  height: 100% !important;
}

/*respon*/
.herf {
  width: 49%;
  margin: 0 1%;
}

@media screen and (max-width: 640px) {
  .herf {
    width: 100%;
    margin-bottom: 20px;
  }
}

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

.block {
  display: block !important;
}

/*画像*/
.img100 img {
  width: 100% !important;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
}

.img img {
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
}

/*フォント*/
.small {
  font-size: 0.8em;
}

.middle {
  font-size: 1em;
}

.large {
  font-size: 1.4em;
}

.bold {
  font-weight: 600;
}

.center {
  display: block;
  text-align: center;
}

.left {
  display: block;
  text-align: left;
}

.right {
  display: block;
  text-align: right;
}

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

.sp {
  display: block;
}

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

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

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

@media screen and (max-width: 640px) {
  .style_form input {
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .imgL {
    float: none;
    margin-right: 0px;
    max-width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .tbl_scroll table {
    table-layout: auto;
  }
}

.style_form input {
  width: 100% !important;
}

/*iタグ*/
i {
  padding-right: 5px !important;
}

/*color*/
.acc-color a {
  color: #36a580 !important;
}

.main-color a {
  color: #5e412f !important;
}

.base-color a {
  color: #f56d07 !important;
}

.acc-title:hover {
  cursor: pointer;
}

/*バウンド*/
.cp_keyframes {
  margin: 0 auto;
  background: #29b6f6;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: keyframes 0.5s ease-in infinite alternate;
  animation: keyframes 0.5s ease-in infinite alternate;
}

@-webkit-keyframes keyframes {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(250%);
    transform: translateY(250%);
  }
}

@keyframes keyframes {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(250%);
    transform: translateY(250%);
  }
}

/*ふわふわと上下に動く*/
.cp_arrows *, .cp_arrows *:before, .cp_arrows *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp_arrows {
  position: absolute;
  bottom: 40%;
  right: 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2em auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.cp_arrows .cp_arrow {
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-animation: arrow-move06 2s 1s ease-in-out infinite;
  animation: arrow-move06 2s 1s ease-in-out infinite;
}

.cp_arrows .cp_arrow:before {
  -webkit-transition: transform 0.5s ease-in;
  -webkit-transition: -webkit-transform 0.5s ease-in;
  transition: -webkit-transform 0.5s ease-in;
  transition: transform 0.5s ease-in;
  transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
}

.cp_arrows .cp_arrow:hover {
  color: #ec407a;
  border-color: #ec407a;
}

.cp_arrows .cp_arrow:hover:before {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

@-webkit-keyframes arrow-move06 {
  0% {
    top: 1%;
    opacity: 0.1;
  }
  70% {
    top: 5%;
    opacity: 1;
  }
  100% {
    top: 1%;
    opacity: 0.3;
  }
}

@keyframes arrow-move06 {
  0% {
    top: 1%;
    opacity: 0.1;
  }
  70% {
    top: 5%;
    opacity: 1;
  }
  100% {
    top: 1%;
    opacity: 0.3;
  }
}

.acc-title:hover {
  cursor: pointer;
}

/*ハンバーガーメニュー02*/
/*ショッピング固定ナビ*/
/*ショッピングリンクカラー*/
.order a {
  color: #f56d07 !important;
  font-weight: 500;
}

.items {
  margin-left: 0 !important;
}

.items a {
  color: #f56d07 !important;
  font-weight: 500;
}

.items .photo {
  border-top: #5e412f 5px solid !important;
  -webkit-box-shadow: 5px 5px 8px rgba(204, 204, 204, 0.1) !important;
          box-shadow: 5px 5px 8px rgba(204, 204, 204, 0.1) !important;
}

@media screen and (max-width: 834px) {
  div.item_view div.struct {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 834px) {
  div.photo div.large {
    margin-left: 10px;
    margin-bottom: 30px;
  }
}

.item_view a {
  color: #f56d07 !important;
  font-weight: 500;
}

@media screen and (max-width: 834px) {
  .item {
    padding: 0 80px;
  }
}

.item img {
  border-top: #5e412f 5px solid !important;
  -webkit-box-shadow: 5px 5px 8px rgba(204, 204, 204, 0.1) !important;
          box-shadow: 5px 5px 8px rgba(204, 204, 204, 0.1) !important;
}

@media screen and (max-width: 834px) {
  .item img {
    width: 80%;
    margin-bottom: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  .item img {
    width: 100%;
  }
}

.item .photo {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.item .small img {
  width: 100% !important;
}

.crumb a {
  color: #f56d07 !important;
  font-weight: 500;
}

/*メールフォーム固定ナビ*/
header#global_header {
  max-width: 100%;
}

#header {
  background: #fafafa !important;
  padding: 0 10px;
}

.header_container {
  padding: 20px 10px 30px;
}

@media screen and (max-width: 834px) {
  .header_container {
    padding: 10px 5px;
  }
}

@media screen and (max-width: 640px) {
  .header_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header_container .col_01 {
  float: left;
  text-align: left;
  padding-top: 15px;
}

@media screen and (max-width: 640px) {
  .header_container .col_01 {
    width: 30%;
    float: none;
  }
}

.header_container .col_02 {
  float: right;
  text-align: right;
}

@media screen and (max-width: 834px) {
  .header_container .col_02 {
    margin-right: 50px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 640px) {
  .header_container .col_02 {
    float: none;
    width: 70%;
    margin-top: 0;
  }
}

.header_container .col_02 p {
  margin-bottom: 10px;
}

.h_tel {
  margin-bottom: 5px;
}

.h_tel i {
  color: #f56d07;
}

.h_tel a {
  font-size: 2em;
  font-weight: 600;
  color: #333 !important;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-style: normal;
}

@media screen and (max-width: 600px) {
  .h_tel img {
    width: 90%;
  }
}

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

.h_contact a {
  background: #36a580;
  color: #fff !important;
  padding: 2px 20px 4px;
  font-size: 0.9em;
}

@media screen and (max-width: 800px) {
  .h_contact a {
    padding: 2px 10px 4px;
  }
}

@media screen and (max-width: 640px) {
  .h_contact a {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 600px) {
  .h_contact a {
    font-size: 0.75em;
    padding: 2px 5px 4px;
  }
}

.h_contact i {
  margin-right: 1px;
}

#nav_global {
  width: 100%;
  background: #5e412f;
}

#nav_global ul {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#nav_global ul li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  /*ドロップダウン基準点*/
}

#nav_global ul li a {
  padding: 20px 0;
  color: #fff !important;
  display: block;
  font-weight: 500;
}

@media screen and (max-width: 1000px) {
  #nav_global ul li a {
    font-size: 1em;
  }
}

#nav_global ul li a:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
      transform: scale(1.2);
}

#nav_global ul li a span {
  display: block;
  font-size: 0.6em;
  font-weight: 400;
}

#mainArea {
  position: relative;
}

.top_txt {
  width: 85vw !important;
  height: auto !important;
  position: absolute;
  bottom: 60px;
  left: 0;
}

@media screen and (max-width: 1200px) {
  .top_txt {
    width: 100vw !important;
    bottom: 40px;
  }
}

@media screen and (max-width: 834px) {
  .top_txt {
    height: 18vh !important;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
    font-family: "object-fit: cover;";
    font-family: "object-position: left;";
  }
}

@media screen and (max-width: 640px) {
  .top_txt {
    height: 15vh !important;
    bottom: 40px;
  }
}

.main_img {
  width: 100%;
  margin-left: 0 !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 834px) {
  .main_img {
    height: 63vh !important;
  }
}

@media screen and (max-width: 640px) {
  .main_img {
    height: 45vh !important;
  }
}

.bx-wrapper img {
  width: 100%;
}

/**/
#nav_global02 {
  display: none !important;
}

@media screen and (max-width: 834px) {
  #nav_global02 {
    display: block;
  }
}

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

#header2 {
  margin: 25px 0;
}

@media screen and (max-width: 834px) {
  #header2 {
    margin: 15px 0;
  }
}

#header2 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  #header2 .inner {
    padding: 0 10px;
  }
}

@media screen and (max-width: 640px) {
  #header2 .inner {
    display: block;
  }
}

#header2 .inner .flxL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 640px) {
  #header2 .inner .flxL {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
  }
}

#header2 .inner .flxR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#header2 .inner .flxR .tel3 {
  margin-right: 20px;
}

.zdo_drawer_nav_wrapper {
  overflow: auto;
  height: 100%;
}

.footer2 {
  display: none;
}

#hedaer_info {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 100%;
}

@media only screen and (max-width: 834px) {
  #hedaer_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2%;
    position: fixed;
    bottom: 0;
    z-index: 10;
    background: rgba(255, 255, 255, 0.5);
  }
}

@media only screen and (max-width: 640px) {
  #hedaer_info {
    font-size: 16px;
  }
}

#hedaer_info li {
  width: 31%;
}

#hedaer_info li a {
  display: block;
  background: #36a580;
  color: #fff !important;
  padding: 15px;
}

#footer {
  background: #f56d07;
  padding: 30px 20px;
}

.col_04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.nav_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 30%;
}

@media screen and (max-width: 834px) {
  .nav_footer {
    width: 100%;
  }
}

.nav_footer li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 834px) {
  .nav_footer li {
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}

.nav_footer a {
  font-size: 16px;
  padding: 5px 0;
  color: #fff !important;
  display: block;
  font-weight: 500;
  text-align: left;
}

@media screen and (max-width: 834px) {
  .nav_footer a {
    text-align: center;
  }
}

.nav_footer a span {
  display: block;
  font-size: 0.8em;
  font-weight: 400;
}

.f_logo {
  margin-bottom: 40px;
}

#copyright {
  background: #5e412f;
  color: #fff;
}

@media screen and (max-width: 640px) {
  #copyright {
    padding: 10px 0;
  }
}

#pagetop {
  position: fixed;
  bottom: 10px;
  right: 0px;
  z-index: 9999;
}

@media screen and (max-width: 834px) {
  #pagetop {
    right: -10px;
    bottom: 100px;
  }
}

@media screen and (max-width: 640px) {
  #pagetop {
    right: -20px;
    bottom: 80px;
  }
}

#pagetop img {
  width: 80%;
}

@media screen and (max-width: 834px) {
  #pagetop img {
    width: 70%;
  }
}

@media screen and (max-width: 640px) {
  #pagetop img {
    width: 60%;
  }
}

#footer2 {
  padding: 25px 0;
}

#footer2 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  #footer2 .inner {
    padding: 0 10px;
  }
}

@media screen and (max-width: 640px) {
  #footer2 .inner {
    display: block;
  }
}

#footer2 .inner .flxL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 640px) {
  #footer2 .inner .flxL {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 40px;
  }
}

#footer2 .inner .flxR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#footer2 .inner .flxR .tel3 {
  margin-right: 20px;
}

#contents_wrap {
  width: 1200px !important;
  max-width: 100%;
  min-width: 100%;
  margin: 0 auto;
  padding: 0 10px 100px;
}

body div {
  font-weight: 500;
}

/* home */
.home01 .box {
  margin-bottom: 30px;
}

.point_tbl {
  background: #f56d07;
  padding: 40px 0 20px;
  font-size: 16px;
}

@media screen and (max-width: 834px) {
  .point_tbl {
    padding: 30px 0 40px;
  }
}

@media screen and (max-width: 640px) {
  .point_tbl {
    padding: 30px 0 20px;
  }
}

.point_tbl table {
  width: 1200px;
  max-width: 100% !important;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .point_tbl table {
    width: 100%;
  }
}

.point_tbl tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

@media screen and (max-width: 834px) {
  .point_tbl tr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.point_tbl td {
  display: block;
  width: 25%;
  height: 20vh;
  max-width: 100%;
  margin: 0 1%;
  background: #fff;
  vertical-align: top !important;
  padding: 0 !important;
  border-radius: 10px;
  text-align: center !important;
}

@media screen and (max-width: 834px) {
  .point_tbl td {
    width: 46%;
    margin: 0 auto;
    height: 100%;
    vertical-align: middle !important;
    height: 180px;
    height: 18vh !important;
  }
}

@media screen and (max-width: 640px) {
  .point_tbl td {
    height: auto;
    display: block;
    width: 80% !important;
    margin-bottom: 20px !important;
    height: 15vh !important;
  }
}

@media screen and (max-width: 834px) {
  .point_tbl td div {
    margin-bottom: 10px;
  }
}

.point_tbl .point_img {
  background: #f56d07;
  text-align: center !important;
  position: relative;
  top: -10px;
}

@media screen and (max-width: 834px) {
  .point_tbl .point_img {
    text-align: center !important;
    margin-bottom: 70px !important;
    position: static;
  }
}

@media screen and (max-width: 640px) {
  .point_tbl .point_img {
    margin-bottom: 90px !important;
  }
}

.point_tbl b {
  font-weight: 500;
  display: block;
  padding-top: 12px;
  padding-right: 10px;
  padding-left: 15px;
  font-size: 1.1em;
}

@media screen and (max-width: 800px) {
  .point_tbl b {
    font-size: 1em;
  }
}

.point_tbl h2 {
  border-radius: 10px 10px 0 0;
  font-size: 1.2em;
  padding: 15px 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  background: #fab683;
  color: #fff;
  padding-left: 20px;
  text-shadow: #5e412f 2px 0px, #5e412f -2px 0px, #5e412f 0px -2px, #5e412f 0px 2px, #5e412f 2px 2px, #5e412f -2px 2px, #5e412f 2px -2px, #5e412f -2px -2px, #5e412f 1px 2px, #5e412f -1px 2px, #5e412f 1px -2px, #5e412f -1px -2px, #5e412f 2px 1px, #5e412f -2px 1px, #5e412f 2px -1px, #5e412f -2px -1px;
}

@media screen and (max-width: 1100px) {
  .point_tbl h2 {
    padding-left: 0px;
  }
}

@media screen and (max-width: 1000px) {
  .point_tbl h2 {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 834px) {
  .point_tbl h2 {
    font-size: 1.2em;
  }
}

.point_tbl h2 span {
  position: relative;
}

.point_tbl h2 span:before {
  content: "\f185";
  color: #f56d07;
  font-weight: 600;
  font-size: 1.4em;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  height: 1.55em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -35px;
  margin: auto;
  text-shadow: none;
}

@media screen and (max-width: 1100px) {
  .point_tbl h2 span:before {
    display: none;
  }
}

@media screen and (max-width: 834px) {
  .point_tbl h2 span:before {
    display: block;
  }
}

/**/
.h_h2_tbl {
  width: 50%;
  max-width: 100%;
}

@media screen and (max-width: 800px) {
  .h_h2_tbl {
    width: 90%;
  }
}

@media screen and (max-width: 700px) {
  .h_h2_tbl {
    width: 100%;
  }
}

.h_h2_tbl h2 {
  font-size: 1.8em;
  color: #5e412f;
  font-weight: 800;
  line-height: 1.6em;
}

@media screen and (max-width: 1000px) {
  .h_h2_tbl h2 {
    font-size: 1.6em;
  }
}

@media screen and (max-width: 834px) {
  .h_h2_tbl h2 {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 800px) {
  .h_h2_tbl h2 {
    font-size: 1.6em;
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .h_h2_tbl h2 {
    font-size: 1.45em;
  }
}

@media screen and (max-width: 600px) {
  .h_h2_tbl h2 {
    font-size: 1.25em;
    line-height: inherit;
  }
}

.h_h2_tbl h2 b {
  font-size: 1.4em;
  color: #fff;
  text-shadow: #f56d07 3px 0px, #f56d07 -3px 0px, 
 #f56d07 0px -3px, #f56d07 0px 3px, 
 #f56d07 3px 3px, #f56d07 -3px 3px, 
 #f56d07 3px -3px, #f56d07 -3px -3px,
 #f56d07 2px 3px, #f56d07 -2px 3px, 
 #f56d07 2px -3px, #f56d07 -2px -3px, 
 #f56d07 3px 2px, #f56d07 -3px 2px,
 #f56d07 3px -2px, #f56d07 -3px -2px;
}

@media screen and (max-width: 700px) {
  .h_h2_tbl h2 b {
    display: inline-block;
    margin-right: 5px;
  }
}

@media screen and (max-width: 800px) {
  .h_h2_tbl h2 span {
    display: block;
  }
}

.h_h2_tbl .h_contact a {
  margin: 0 1px;
}

.image {
  width: 50%;
  max-width: 100%;
}

@media screen and (max-width: 800px) {
  .image {
    width: 100%;
  }
}

.btn {
  background: #36a580;
  display: block;
  width: 960px;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
  color: #fff !important;
  padding: 15px 0;
  font-weight: 500;
}

.btn a {
  color: #fff !important;
  display: block;
  margin: 0 auto;
}

.h_h2 {
  margin-bottom: 30px;
}

.h_h2 h2 {
  font-size: 1.8em;
  color: #5e412f;
  font-weight: 800;
  line-height: 1.2em;
}

.h_h2 h2 span {
  font-size: 0.8em;
  display: block;
  color: #f56d07;
}

.flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 800px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex02 {
  margin-bottom: 180px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 700px) {
  .flex02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 700px) {
  .flex02 {
    margin-bottom: 80px;
  }
}

.flex02 .h_h2_tbl {
  background: url(../images/home/txt_bg01.jpg);
  padding: 80px 40px;
  background-size: cover;
  width: 50%;
  -webkit-box-shadow: 3px 3px 5px rgba(204, 204, 204, 0.1);
          box-shadow: 3px 3px 5px rgba(204, 204, 204, 0.1);
  margin-left: -30px;
  position: relative;
  top: 80px;
}

@media screen and (max-width: 1000px) {
  .flex02 .h_h2_tbl {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 800px) {
  .flex02 .h_h2_tbl {
    width: 100%;
    -webkit-box-shadow: 3px 3px 5px rgba(204, 204, 204, 0.1);
            box-shadow: 3px 3px 5px rgba(204, 204, 204, 0.1);
    margin-left: -50px;
  }
}

@media screen and (max-width: 700px) {
  .flex02 .h_h2_tbl {
    margin-left: 0;
    top: 0;
    width: 100%;
  }
}

.flex02 .h_h2_tbl h2 {
  font-size: 1.8em;
  color: #5e412f;
  font-weight: 800;
  line-height: 1.6em;
}

.flex02 .h_h2_tbl h2 b {
  font-size: 1.4em;
  color: #fff;
  text-shadow: #f56d07 3px 0px, #f56d07 -3px 0px, 
 #f56d07 0px -3px, #f56d07 0px 3px, 
 #f56d07 3px 3px, #f56d07 -3px 3px, 
 #f56d07 3px -3px, #f56d07 -3px -3px,
 #f56d07 2px 3px, #f56d07 -2px 3px, 
 #f56d07 2px -3px, #f56d07 -2px -3px, 
 #f56d07 3px 2px, #f56d07 -3px 2px,
 #f56d07 3px -2px, #f56d07 -3px -2px;
}

.flex02 .image {
  width: 50%;
  max-width: 100%;
  margin-right: -30px;
}

@media screen and (max-width: 800px) {
  .flex02 .image {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 700px) {
  .flex02 .image {
    margin-bottom: 20px;
  }
}

.flex02 .btn {
  background: #36a580;
  display: block;
  width: 250px;
  max-width: 100%;
  margin: 0 auto;
  color: #fff !important;
  padding: 15px 0;
  font-weight: 500;
}

.menu_bg {
  background: url(../images/home/men_bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 60px 0;
}

@media screen and (max-width: 834px) {
  .menu_bg {
    background-attachment: scroll;
  }
}

.menu_bg tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .menu_bg tr {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media screen and (max-width: 600px) {
  .menu_bg tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.menu_bg td {
  overflow: hidden;
  display: block;
  position: relative;
  padding: 0 !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.menu_bg td:hover {
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 520px) {
  .menu_bg td:hover {
    border-radius: 0;
  }
}

.menu_bg h3 {
  text-shadow: 1px 1px 3px #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #333;
  font-weight: 800;
  font-size: 1.4em;
  height: 1.2em;
  line-height: 1.2em;
}

@media screen and (max-width: 640px) {
  .menu_bg h3 {
    font-size: 1.8em;
  }
}

.menu_bg h3 span {
  display: block;
  font-size: 0.8em;
  color: #f56d07;
}

.menu_bg a {
  width: 30%;
  max-width: 100%;
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 640px) {
  .menu_bg a {
    width: 32%;
  }
}

@media screen and (max-width: 600px) {
  .menu_bg a {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}

.menu_bg a img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.menu_bg a img:hover {
  opacity: 1 !important;
}

.menu_bg a:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.menu_bg a:hover img {
  opacity: 1 !important;
  -webkit-transform: scale(2, 1);
  -ms-transform: scale(2, 2);
      transform: scale(2, 2);
}

.menu_bg a:hover h3 {
  color: #fff;
  letter-spacing: 1px;
  text-shadow: #5e412f 2px 0px, #5e412f -2px 0px, #5e412f 0px -2px, #5e412f 0px 2px, #5e412f 2px 2px, #5e412f -2px 2px, #5e412f 2px -2px, #5e412f -2px -2px, #5e412f 1px 2px, #5e412f -1px 2px, #5e412f 1px -2px, #5e412f -1px -2px, #5e412f 2px 1px, #5e412f -2px 1px, #5e412f 2px -1px, #5e412f -2px -1px;
}

.menu_bg a:hover h3 span {
  text-shadow: 1px 1px 3px #fff;
}

.box_bg {
  background: url(../images/home/txt_bg02.jpg) no-repeat;
  background-size: cover;
  padding: 80px 40px 65px;
  -webkit-box-shadow: 3px 3px 5px rgba(204, 204, 204, 0.1);
          box-shadow: 3px 3px 5px rgba(204, 204, 204, 0.1);
}

@media screen and (max-width: 1000px) {
  .box_bg {
    padding: 60px 20px 45px;
  }
}

.box_bg h2 {
  color: #333;
  margin-bottom: -10px;
}

@media screen and (max-width: 800px) {
  .box_bg h2 {
    font-size: 1.8em;
  }
}

.box_bg .h_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 800px) {
  .box_bg .h_contact {
    text-align: center !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .box_bg .h_contact a {
    padding: 2px 10px;
    font-size: 0.9em;
    margin: 0 0.5px;
  }
}

.box_bg .h_tel {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.box_bg .col_02 {
  margin-top: -10px;
}

.box_bg .col_02 br {
  display: none;
}

.box_bg .col_02 p {
  margin-bottom: 5px;
}

@media screen and (max-width: 1000px) {
  .box_bg td {
    padding: 5px 10px !important;
  }
}

@media screen and (max-width: 800px) {
  .box_bg td {
    text-align: center !important;
  }
}

/**/
.contents_h1 {
  background: url(../images/home/men_bg.jpg) no-repeat;
  background-size: cover;
  padding: 60px 0;
  background-position: center;
  background-attachment: fixed;
}

@media screen and (max-width: 834px) {
  .contents_h1 {
    background-attachment: scroll;
  }
}

.contents_h1 h1 {
  font-size: 2.8em;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 834px) {
  .contents_h1 h1 {
    font-size: 2.4em;
  }
}

@media screen and (max-width: 640px) {
  .contents_h1 h1 {
    font-size: 2em;
  }
}

.contents_h1 b {
  display: block;
  font-size: 1.9em;
  color: #fff;
}

.contents_h2 {
  background: #eee;
  border-left: 10px solid #f56d07 !important;
  padding: 10px 10px 10px 20px !important;
  -webkit-box-shadow: 3px 3px 5px rgba(204, 204, 204, 0.1);
          box-shadow: 3px 3px 5px rgba(204, 204, 204, 0.1);
}

.contents_h2 h2 {
  font-weight: 600;
  font-size: 1.8em;
}

@media screen and (max-width: 834px) {
  .contents_h2 h2 {
    font-size: 1.6em;
  }
}

@media screen and (max-width: 640px) {
  .contents_h2 h2 {
    font-size: 1.4em;
  }
}

.txt {
  padding: 0 10px;
}

.c_point_tbl {
  margin: 0 10px;
  padding: 30px;
  border: 4px double #36a580;
}

.c_point_tbl .ttl {
  font-size: 1.2em;
}

.c_point_tbl .ttl div {
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.c_point_tbl .ttl span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
  background: linear-gradient(transparent 60%, #ffff66 60%);
  display: inline-block;
  font-weight: 600;
  padding: 0 10px;
}

.c_point_tbl .ttl b {
  display: inline-block;
  font-weight: bold;
  font-size: 1em;
  background: #36a580;
  color: #fff;
  padding: 5px 14px;
  margin-right: 15px;
}

.c_point_tbl td {
  padding: 0 !important;
}

.staff_tbl {
  margin: 0 10px;
  padding: 30px;
  border: 4px double #5e412f;
  /*#36a580*/
}

.staff_tbl .img {
  text-align: center !important;
}

.staff_tbl .img div {
  margin-bottom: 20px;
}

.staff_tbl .ttl {
  padding-left: 40px !important;
  font-size: 1.2em;
}

.staff_tbl .ttl div {
  margin-bottom: 20px;
  letter-spacing: 1px;
  position: relative;
  padding-right: 30px;
}

.staff_tbl .ttl div:before {
  content: "\f7d9";
  position: absolute;
  color: #5e412f;
  top: 0;
  bottom: 0;
  font-size: 1.2em;
  left: -40px;
  height: 1em;
  line-height: 1.4em;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}

.staff_tbl .ttl span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
  background: linear-gradient(transparent 60%, #ffff66 60%);
  display: inline-block;
  font-weight: 600;
  padding: 0 10px;
}

.staff_tbl .ttl b {
  display: inline-block;
  font-weight: bold;
  font-size: 1em;
  background: #36a580;
  color: #fff;
  padding: 5px 14px;
  margin-right: 15px;
}

.staff_tbl td {
  padding: 0 !important;
}

.flex03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  .flex03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flex04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .flex04 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flex04 img {
  width: 49%;
  max-width: 100%;
}

@media screen and (max-width: 834px) {
  .flex04 img {
    width: 100%;
    margin-bottom: 20px;
  }
}

.flex04 .show_tbl {
  width: 49%;
  max-width: 100%;
}

@media screen and (max-width: 834px) {
  .flex04 .show_tbl {
    width: 100%;
    margin-bottom: 20px;
  }
}

.flex04 .show_tbl tr:nth-child(odd) {
  background: rgba(94, 65, 47, 0.1);
}

.flex04 .show_tbl td:nth-child(odd) {
  width: 30%;
  max-width: 100%;
}

.com_tbl {
  padding: 0 10px;
}

.com_tbl tr:nth-child(odd) {
  background: rgba(94, 65, 47, 0.1);
}

.com_tbl td:nth-child(odd) {
  width: 30%;
  max-width: 100%;
  text-align: center !important;
}

@media screen and (max-width: 640px) {
  .voice_table tr {
    display: block !important;
  }
}

.acc-title {
  font-size: 1.2em;
}

.acc-title b {
  display: inline-block;
  font-weight: bold;
  font-size: 1em;
  background: #36a580;
  color: #fff;
  padding: 5px 14px;
  margin-right: 15px;
}

.column_txt {
  margin-top: 20px;
  font-size: 1.2em;
  display: block;
}

.column_txt b {
  display: inline-block;
  font-weight: bold;
  font-size: 1em;
  background: #f56d07;
  color: #fff;
  padding: 5px 15.5px;
  margin-right: 15px;
}

p.center a {
  color: #f56d07 !important;
  font-weight: bold;
}

.voice_tbl .img {
  width: 40%;
}

@media screen and (max-width: 640px) {
  .voice_tbl .img {
    text-align: center !important;
  }
}

.dnone {
  display: none;
}

.stafflist01 {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -2.43902%;
}

@media only screen and (max-width: 1000px) {
  .stafflist01 {
    margin-left: -2.4390%;
  }
}

@media only screen and (max-width: 640px) {
  .stafflist01 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

.stafflist01 a {
  background: #eeeeee;
  color: #222;
  position: relative;
  width: 30.89431%;
  margin-left: 2.43902%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1000px) {
  .stafflist01 a {
    width: 47.5609%;
    margin-left: 2.4390%;
    display: block;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 640px) {
  .stafflist01 a {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
}

.stafflist01 a:hover .box h3 {
  color: #f56d07;
}

.stafflist01 a:hover .box div {
  color: #f56d07;
}

.stafflist01 a .box img {
  width: 100% !important;
}

.stafflist01 a .box h3 {
  -webkit-transition: 1s;
  transition: 1s;
  color: #222;
  font-size: 20px;
  font-weight: 700;
  padding: 20px;
}

.stafflist01 a .box div {
  -webkit-transition: 1s;
  transition: 1s;
  color: #333;
  padding: 0 20px 20px 20px;
}

.message01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

@media only screen and (max-width: 1200px) {
  .message01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
}

@media only screen and (max-width: 834px) {
  .message01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.message01 .flxL {
  position: absolute;
  left: 5%;
  background: #fff;
  padding: 50px;
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 1200px) {
  .message01 .flxL {
    position: static;
  }
}

@media only screen and (max-width: 1000px) {
  .message01 .flxL {
    width: 50%;
  }
}

@media only screen and (max-width: 834px) {
  .message01 .flxL {
    width: 100%;
    padding: 30px;
  }
}

.message01 .flxL .txt {
  padding: 0 !important;
}

.message01 .flxL .ttl h2 {
  margin: 0 0 15px 0 !important;
  font-size: 18px;
  font-weight: 700;
  color: #f07818;
  line-height: 1;
}

.message01 .flxL .ttl h2 span {
  line-height: 1;
  font-size: 34px;
  font-weight: 700;
  color: #040404;
  font-family: 'Lato', sans-serif;
  display: block;
  margin-top: 10px;
}

.message01 .flxL .ttl div {
  font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #161616 !important;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 35px !important;
  font-size: 24px;
  border-bottom: 2px solid #3b4552;
  line-height: 1;
  padding: 0 0 10px 0;
}

.message01 .flxR {
  width: 40%;
}

@media only screen and (max-width: 1000px) {
  .message01 .flxR {
    width: 50%;
  }
}

@media only screen and (max-width: 834px) {
  .message01 .flxR {
    width: 100%;
  }
}

.message01 .flxR .img img {
  width: 100% !important;
}

.staff01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 150px;
}

@media only screen and (max-width: 834px) {
  .staff01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 80px;
  }
}

.staff01:first-child {
  margin-bottom: 0;
}

.staff01:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.staff01 .flxL {
  width: 47%;
}

@media only screen and (max-width: 1000px) {
  .staff01 .flxL {
    width: 50%;
  }
}

@media only screen and (max-width: 834px) {
  .staff01 .flxL {
    width: 100%;
  }
}

.staff01 .flxL .txt {
  padding: 0 !important;
}

.staff01 .flxL .ttl h2 {
  line-height: 1.4em;
  font-size: 34px;
  font-weight: 700;
  color: #f56d07;
  font-family: 'Lato', sans-serif;
  display: block;
  margin-bottom: 40px;
}

.staff01 .flxR {
  width: 50%;
}

@media only screen and (max-width: 1000px) {
  .staff01 .flxR {
    width: 50%;
  }
}

@media only screen and (max-width: 834px) {
  .staff01 .flxR {
    width: 100%;
  }
}

.staff01 .flxR .img img {
  width: 100% !important;
}

.homecontact .continner {
  padding: 70px;
  border: 3px solid #5e412f;
  background: url(../images/common/bg_1.jpg) no-repeat right top;
  background-size: cover;
}

@media only screen and (max-width: 834px) {
  .homecontact .continner {
    background: none;
  }
}

@media only screen and (max-width: 640px) {
  .homecontact .continner {
    padding: 40px;
  }
}

.homecontact .sankaku {
  position: relative;
  padding: 1.5em 10px;
  background: #5e412f;
}

.homecontact .sankaku h2 {
  font-weight: 700;
  line-height: 1.4em;
  color: #fff;
  font-size: 24px;
}

@media only screen and (max-width: 1000px) {
  .homecontact .sankaku h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 834px) {
  .homecontact .sankaku h2 {
    font-size: 18px;
  }
}

/* title */
.smokingroom01 {
  background: #50cc22;
  border-bottom: 10px solid #efefef;
}

.smokingroom01 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 834px) {
  .smokingroom01 .inner {
    padding: 20px 10px;
  }
}

.smokingroom01 .inner .flxL {
  width: 30%;
}

@media screen and (max-width: 640px) {
  .smokingroom01 .inner .flxL {
    display: none;
  }
}

.smokingroom01 .inner .flxL .img2 {
  position: absolute;
  top: -30px;
}

@media only screen and (max-width: 1000px) {
  .smokingroom01 .inner .flxL .img2 img {
    width: 100% !important;
  }
}

@media screen and (max-width: 834px) {
  .smokingroom01 .inner .flxL .img2 {
    position: static;
  }
}

.smokingroom01 .inner .flxR {
  width: 70%;
  padding: 40px 0;
}

@media only screen and (max-width: 1000px) {
  .smokingroom01 .inner .flxR {
    width: 65%;
  }
}

@media screen and (max-width: 640px) {
  .smokingroom01 .inner .flxR {
    padding: 20px 0;
    width: 100%;
  }
}

.smokingroom01 .inner .flxR .txt {
  color: #fff;
  font-size: 18px;
}

@media only screen and (max-width: 1000px) {
  .smokingroom01 .inner .flxR .txt {
    font-size: 16px;
  }
}

.smindashi2 h2 {
  position: relative;
  padding: 0.6em;
  background: #f07818;
}

@media screen and (max-width: 640px) {
  .smindashi2 h2 {
    padding: 10px;
  }
}

.smindashi2 h2:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  right: 0;
  border: 20px solid transparent;
  border-top: 15px solid #f07818;
  width: 0;
  height: 0;
  margin: 0 auto;
}

.smindashi2 h2 img {
  margin-top: -47px;
  margin-bottom: 32px;
}

.smindashi4 h2 {
  position: relative;
  padding: 0.6em;
  background: #f07818;
  font-size: 40px;
  color: #fff;
  font-weight: 900;
}

@media screen and (max-width: 1000px) {
  .smindashi4 h2 {
    font-size: 35px;
  }
}

@media screen and (max-width: 640px) {
  .smindashi4 h2 {
    font-size: 30px;
  }
}

.smindashi4 h2:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  border: 20px solid transparent;
  border-top: 15px solid #fff;
  width: 0;
  height: 0;
  margin: 0 auto;
}

.smindashi4 h2 img {
  margin-top: -47px;
  margin-bottom: 32px;
}

.smindashi5 h3 {
  font-size: 30px;
  color: #080404;
  font-weight: 900;
}

@media screen and (max-width: 640px) {
  .smindashi5 h3 {
    font-size: 25px;
    padding: 0 10px;
  }
}

.smindashi6 h2 {
  font-size: 40px;
  color: #080404;
  font-weight: 900;
}

@media screen and (max-width: 1000px) {
  .smindashi6 h2 {
    font-size: 35px;
  }
}

@media screen and (max-width: 640px) {
  .smindashi6 h2 {
    font-size: 30px;
    padding: 0 10px;
  }
}

.smindashi7 h2 {
  position: relative;
  padding: 0.6em;
  background: #50cc22;
  font-size: 40px;
  color: #fff;
  font-weight: 900;
}

@media screen and (max-width: 1000px) {
  .smindashi7 h2 {
    font-size: 35px;
  }
}

@media screen and (max-width: 640px) {
  .smindashi7 h2 {
    font-size: 30px;
  }
}

.smindashi7 h2:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  border: 20px solid transparent;
  border-top: 15px solid #fff;
  width: 0;
  height: 0;
  margin: 0 auto;
}

.smindashi7 h2 img {
  margin-top: -47px;
  margin-bottom: 32px;
}

.smindashi8 {
  z-index: 0;
}

.smindashi8 h2 {
  position: relative;
  padding: 0.6em;
  background: #f07818;
  font-size: 40px;
  color: #fff;
  font-weight: 900;
}

@media screen and (max-width: 1000px) {
  .smindashi8 h2 {
    font-size: 35px;
  }
}

@media screen and (max-width: 640px) {
  .smindashi8 h2 {
    font-size: 30px;
  }
}

.loadsm01 {
  z-index: 1;
  position: relative;
}

@media screen and (max-width: 640px) {
  .sppd10 {
    padding: 0 10px;
  }
}

.smokingroom02 .inner2 {
  max-width: 920px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 920px) {
  .smokingroom02 .inner2 {
    padding: 0 10px;
  }
}

.smokingroom02 .inner2:after {
  content: url(../images/smoking/img_2.png);
  position: absolute;
  right: 5px;
  bottom: -1px;
}

@media screen and (max-width: 640px) {
  .smokingroom02 .inner2:after {
    display: none;
  }
}

.smokingroom02 .inner2 .wrap {
  padding: 60px;
  border: 5px solid #50cc22;
}

.smokingroom02 .inner2 .wrap .wrapinner {
  width: 60%;
}

@media screen and (max-width: 640px) {
  .smokingroom02 .inner2 .wrap .wrapinner {
    width: 100%;
  }
}

.smokingroom02 .inner2 .wrap .txt3 {
  color: #222;
  font-size: 18px;
}

.smokingroom02 .inner2 .wrap .box td {
  padding: 20px !important;
  border: 5px solid #dcdada !important;
}

.smokingroom02 .inner2 .wrap .box .ttl {
  background: #f7f7f7 !important;
  font-size: 18px;
  width: 200px !important;
}

.smokingroom02 .inner2 .wrap .box .txt2 {
  font-size: 18px;
}

.smokingroom02 .inner2 .smidashi {
  background: #50cc22;
  border-radius: 5px 5px 0 0;
}

.smokingroom02 .inner2 .smidashi h3 {
  font-size: 25px;
  color: #fff;
  font-weight: 700;
  padding: 15px 10px;
}

.smokingroom03 .inner2 {
  background: url(../images/smoking/bg_2.jpg) no-repeat center;
  background-size: cover;
  padding: 50px 0;
}

.smokingroom03 .inner2 .wrap {
  max-width: 1000px !important;
  margin: 0 auto;
}

@media only screen and (max-width: 1000px) {
  .smokingroom03 .inner2 .wrap {
    padding: 0 10px;
  }
}

.smokingroom03 .inner2 .wrap .box {
  margin-bottom: 30px;
  padding: 30px;
  background: #fff;
  border-bottom: 5px solid #dcdada;
}

.smokingroom03 .inner2 .wrap .box:last-child {
  margin-bottom: 0;
}

.smokingroom03 .inner2 .wrap .box h3 {
  font-size: 25px;
  color: #080404;
  font-weight: 900;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.smokingroom03 .inner2 .wrap .box h3:before {
  background: #ff890d;
  height: 60px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  margin-right: 10px;
}

.smokingroom03 .inner2 .wrap .box:nth-child(