@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
* {
  -webkit-box-sizing: border-box;
  -moz-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: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  word-wrap: break-word;
  background-position: left center;
  overflow-x: hidden;
  background: #fafafa;
}

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

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

#main, #main #col_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%;
  }
}

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

@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: 768px) {
  .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: 768px) {
  .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: 20px !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: 768px) {
  .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;
}

a:hover {
  opacity: 0.6;
  transition: 0.7s;
}

.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: 468px) {
  a.tel_link {
    pointer-events: auto;
  }
}

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

.date {
  display: block;
}

.blog {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .blog .detail {
    text-align: left !important;
  }
}
.blog article {
  text-align: center !important;
  margin-bottom: 80px;
}
.blog .translate {
  font-weight: bold;
}
.blog .date {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
}
.blog h2 {
  font-size: 20px;
  letter-spacing: 5px;
  color: #ffffff;
  line-height: 30px;
  position: relative;
  padding: 10px;
  background: #000000;
  box-shadow: 0 0 0 0 #000000, -10px 0 0 0 #000000, 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  width: 40%;
  margin: 0 auto;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .blog h2 {
    font-size: 18px;
    width: 100%;
  }
}
.blog 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;
}
.blog a {
  color: #b7975e !important;
}
@media screen and (max-width: 468px) {
  .blog button {
    margin: 10px 0;
  }
}
.blog #calendar {
  width: 50% !important;
  margin: 0 auto !important;
}
@media screen and (max-width: 468px) {
  .blog #calendar {
    width: 100% !important;
  }
}

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

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

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

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

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

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

/*font*/
.mb100 {
  margin-bottom: 100px;
}

.inner1000 {
  width: 1000px;
  margin: 0 auto;
  max-width: 100%;
  margin-top: 60px;
}

.pankuzu {
  margin-bottom: 20px;
}
.pankuzu ul {
  margin-top: 15px;
}
.pankuzu a {
  color: #8a8a8a !important;
  font-weight: bold;
}
.pankuzu li {
  display: inline-block;
  margin-right: 40px;
  position: relative;
  font-weight: bold;
  color: #999 !important;
}
.pankuzu li:last-child:after {
  display: none;
}
.pankuzu li:after {
  content: "＞";
  position: absolute;
  right: -25px;
  top: -1px;
}

.policy {
  font-size: 14px;
  width: 80%;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .policy {
    width: 100%;
  }
}
.policy h2 {
  font-size: 30px;
  font-weight: inherit;
  border-bottom: none;
  margin-top: 180px;
}
@media screen and (max-width: 468px) {
  .policy {
    width: 100%;
  }
}
.policy h3 {
  letter-spacing: 5px;
  color: #ffffff;
  line-height: 30px;
  position: relative;
  background: #000000;
  box-shadow: 0 0 0 0 #000000, -10px 0 0 0 #000000, 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  margin-top: 20px;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 468px) {
  .policy h3 {
    width: 100%;
    font-size: 15px;
  }
}

.nf_title {
  width: 100%;
  height: 300px;
}
.nf_title h1 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-top: 200px;
  position: relative;
  color: #fff;
  text-shadow: 0 0 2px white;
  font-size: 100px;
  margin-top: 100px;
}
.nf_title h1:before {
  content: "";
  position: absolute;
  background: #c00;
  width: 160px;
  height: 159px;
  top: 50%;
  left: 20%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 468px) {
  .nf_title h1 {
    max-width: 100%;
    font-size: 20px;
  }
  .nf_title h1 span {
    font-size: 80px;
  }
}

.nf_txt {
  color: #ccc;
  font-weight: bold;
  margin-top: 40px;
}
.nf_txt h2 {
  font-size: 19px;
  font-weight: bold;
  border-bottom: none;
}
.nf_txt p {
  color: #333333;
  font-weight: bold;
  color: #ccc;
}

.nf_btn {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0;
  text-decoration: none;
  color: #fff;
  text-align: center !important;
}
.nf_btn a {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff !important;
  font-weight: bold !important;
  text-align: center !important;
}
.nf_btn:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  top: 100%;
  left: 0;
  border-radius: 3px;
  background: #fff;
  transition: .2s;
}
.nf_btn:hover:before {
  top: -webkit-calc(100% - 3px);
  top: calc(100% - 3px);
}

header#global_header {
  max-width: 100%;
}

.header_container {
  position: fixed;
  top: 0px !important;
  left: 0px;
  width: 100%;
  z-index: 999999;
}

#mainArea {
  position: relative;
}
#mainArea .top_p {
  position: absolute;
  top: 24%;
  left: 24%;
  width: 11vw;
}
@media screen and (max-width: 768px) {
  #mainArea .top_p {
    top: 20%;
    left: 6%;
    width: 20vw;
  }
}
@media screen and (max-width: 468px) {
  #mainArea .top_p {
    top: 28%;
    left: 3%;
    width: 34vw;
  }
}

#nav_global {
  display: inline-block;
  width: 70%;
  margin: 0 auto;
  top: 4%;
  right: 10%;
  width: 100%;
  z-index: 999999;
  position: fixed;
  display: block;
}
#nav_global span {
  display: block;
  font-size: 11px;
  color: #cbad94;
}
#nav_global ul {
  width: 960px;
  margin: 0 auto;
  display: flex;
  float: right;
}
#nav_global ul li {
  margin-left: 5%;
  position: relative;
}
#nav_global ul li a {
  font-size: 15px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff !important;
}

h1 {
  position: fixed !important;
  top: 2%;
  left: 24%;
  z-index: 99999;
}
@media screen and (max-width: 1665px) {
  h1 {
    left: 3%;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    top: 30px;
    left: 20px;
  }
}
@media screen and (max-width: 468px) {
  h1 {
    top: 20px;
    left: 10px;
  }
}
@media screen and (max-width: 468px) {
  h1 img {
    width: 30vw !important;
  }
}

#nav_global ul li a:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #fff;
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

#nav_global ul li a:after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 50%;
  width: 0;
  height: 2px;
  background: #fff;
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

#nav_global ul li a:hover:before {
  width: 50%;
}

#nav_global ul li a:hover:after {
  width: 50%;
}

.scrolled {
  background: #000000;
  padding: 55px 0px;
  top: 0px !Important;
}

.active {
  border-bottom: 2px solid #fff;
}

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

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

.bx-wrapper img {
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  .bx-wrapper img {
    height: 800px !important;
  }
}
@media screen and (max-width: 468px) {
  .bx-wrapper img {
    height: auto !important;
  }
}

/**********アニメーション設定**********/
/*上から下*/
@keyframes SlideDown {
  0% {
    opacity: 0;
    /* 透明 */
    transform: translateY(-50px);
    /* Y軸方向に-50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    transform: translateY(0);
    /* Y軸方向に0px */
  }
}
/**********アニメーション設定end**********/
/*ヘッダーを上から下へ*/
/*グローバルナビを上から下へ*/
#nav_global {
  animation-name: SlideDown;
  /* アニメーション名 */
  animation-duration: 1s;
  /* アニメーション時間 */
}

#mainArea h1 {
  animation-name: SlideDown;
  /* アニメーション名 */
  animation-duration: 1s;
  /* アニメーション時間 */
}

#footer {
  padding: 60px 0 40px !important;
  background: url(../images/common/bg_footer.jpg) no-repeat center top;
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 60px 0 20px !important;
    background: #000;
    padding: 0 10px !important;
  }
}
#footer .inner {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

.footer_container {
  position: relative;
}
.footer_container .col_01 {
  text-align: left;
  float: left;
}
@media screen and (max-width: 468px) {
  .footer_container .col_01 {
    float: none;
    width: 100%;
    max-width: 100%;
  }
}
.footer_container .col_01 .f_logo {
  margin-bottom: 30px;
}
@media screen and (max-width: 468px) {
  .footer_container .col_01 ul {
    margin-top: 10px;
  }
}
.footer_container .col_01 li {
  margin-right: 10px;
}
@media screen and (max-width: 468px) {
  .footer_container .col_01 li {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.footer_container .col_01 a {
  border-right: 1px solid #fff;
  padding-right: 10px;
}
@media screen and (max-width: 468px) {
  .footer_container .col_01 a {
    border: none;
    padding: 0;
  }
}
.footer_container .col_01 .last_a {
  border-right: none;
}
.footer_container .col_01 p {
  color: #fff;
  margin-bottom: 20px;
}
.footer_container iframe {
  position: absolute;
  left: 50%;
  top: 3%;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 468px) {
  .footer_container iframe {
    position: static;
    display: none;
  }
}

.nav_footer {
  display: flex;
}
@media screen and (max-width: 768px) {
  .nav_footer {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 468px) {
  .nav_footer {
    display: block;
    text-align: center;
  }
}
.nav_footer a {
  color: #fff !important;
}

#copyright {
  color: #fff !important;
  margin-top: 40px !important;
  display: block;
  float: left;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 468px) {
  #copyright {
    margin-top: 20px !important;
  }
}
#copyright small {
  font-size: 100% !important;
}

.inner {
  position: relative;
}
.inner .pagetop {
  position: absolute;
  right: 0;
  top: -100px;
}
@media screen and (max-width: 768px) {
  .inner .pagetop {
    right: 10px;
    top: -50px;
  }
}

body {
  background-color: #000;
  color: #fff;
  overflow: hidden-x;
  width: 100%;
  max-width: 100%;
}

#contents_wrap {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #contents_wrap {
    padding: 0 10px;
  }
}
@media screen and (max-width: 468px) {
  #contents_wrap {
    width: 100%;
  }
}

#contents {
  max-width: 100%;
}

#col_main {
  width: 100% !important;
}

/* home */
.contents_h2 {
  margin-left: 110px;
  margin-top: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 468px) {
  .contents_h2 {
    margin-left: 0;
  }
}
.contents_h2 h2 {
  color: #fff;
  font-size: 34px;
  position: relative;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border-bottom: 1px solid #ffffff;
  display: inline-block;
  max-width: 100%;
  padding-bottom: 20px;
}
@media screen and (max-width: 468px) {
  .contents_h2 h2 {
    display: block;
  }
}
.contents_h2 h2:before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 500px;
  background-color: #fff;
  position: absolute;
  bottom: -1px;
  left: -500px;
}

.contents_h3 {
  margin: 30px 0 60px 0px;
}
.contents_h3 h3 {
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.htop_menu {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.htop_menu tr {
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .htop_menu .none {
    display: none;
  }
}
.htop_menu td {
  border: none !important;
  padding: 0 !important;
  text-align: center !important;
  width: 300px !important;
  max-width: 100%;
  display: inline-block;
}
@media screen and (max-width: 468px) {
  .htop_menu td {
    width: 50% !important;
  }
}
.htop_menu .top_menu {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: relative;
}
@media screen and (max-width: 768px) {
  .htop_menu .top_menu {
    margin: 0 40px;
  }
}
@media screen and (max-width: 468px) {
  .htop_menu .top_menu {
    margin: 0 auto;
  }
}
.htop_menu .top_menu p {
  font-size: 30px;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
}
.htop_menu .top_menu p span {
  font-size: 16px;
  display: block;
}

.button {
  position: relative;
  -webkit-perspective: 300px;
  perspective: 300px;
  max-width: 100%;
}

.button span {
  display: block;
  position: absolute;
  width: 200px;
  max-width: 100%;
  height: 60px;
  border: 2px solid #fff;
  text-align: center;
  line-height: 56px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  pointer-events: none;
}

.button span:nth-child(1) {
  background-color: #fff;
  color: #000;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -30px;
  -moz-transform-origin: 50% 50% -30px;
  transform-origin: 50% 50% -30px;
}

.button span:nth-child(2) {
  background-color: #000;
  color: #fff;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -30px;
  -moz-transform-origin: 50% 50% -30px;
  transform-origin: 50% 50% -30px;
}

.button:hover span:nth-child(1) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

.button:hover span:nth-child(2) {
  opacity: 1;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}

.access_btn {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .access_btn {
    margin-bottom: 0;
  }
}
.access_btn h2 {
  position: relative;
  z-index: 9999;
  background-color: #000;
  display: inline-block;
  margin: 80px 0px 50px;
  float: right;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 20px;
}
.access_btn h2:before {
  content: '';
  display: block;
  height: 1px;
  width: 550px;
  background: #fff;
  position: absolute;
  left: 0px;
  top: 30px;
}
@media screen and (max-width: 468px) {
  .access_btn h2:before {
    width: 10px;
    left: 0px;
  }
}
.access_btn h2:after {
  content: '';
  display: block;
  height: 1px;
  width: 300px;
  background: #fff;
  position: absolute;
  top: 30px;
  left: -300px;
}
.access_btn h2 a {
  display: block;
  width: 200px;
  height: 60px;
  max-width: 100%;
  color: #fff !important;
}
.access_btn h2 a:hover {
  opacity: 1 !important;
}

.flex {
  margin: 0 auto;
  background: url(../images/home/bg_01.jpg) no-repeat;
  background-position: top;
  padding: 100px 0;
  display: flex;
  padding-left: 240px;
  margin-bottom: 60px;
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 468px) {
  .flex {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .flex {
    background: none;
    display: block;
    padding-left: 0;
  }
}
@media screen and (max-width: 468px) {
  .flex .access_txt {
    margin-bottom: 40px;
  }
}
.flex iframe {
  margin-left: 101px;
  width: 540px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .flex iframe {
    margin-left: 0;
    width: 100%;
  }
}

.news_txt {
  margin-left: 80px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .news_txt {
    margin-left: 0;
  }
}
.news_txt td {
  border: none !important;
  padding: 10px 0 !important;
}
.news_txt .last_td {
  border-bottom: 1px dashed #767676 !important;
  padding-bottom: 15px !important;
  display: inline-block;
  width: 91%;
}
@media screen and (max-width: 768px) {
  .news_txt .last_td {
    width: 100%;
  }
}
.news_txt span {
  color: red;
}
.news_txt a {
  text-decoration: underline;
  color: #BCAA84 !important;
}
.news_txt a:hover, .news_txt a:active {
  color: #F0E9BF !important;
}
.news_txt .red02 {
  font-size: 1.2em;
}

.inner_out {
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .inner_out {
    background-position: center;
  }
}
.inner_out h2 {
  position: relative;
  left: 24%;
  padding-top: 185px;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .inner_out h2 {
    left: 5%;
  }
}
@media screen and (max-width: 468px) {
  .inner_out h2 {
    padding-top: 100px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 468px) {
  .inner_out h2 img {
    width: 34vw;
  }
}

.underlayer_h3 {
  margin-top: 20px;
  margin-left: 100px;
  margin-bottom: 40px;
}
@media screen and (max-width: 468px) {
  .underlayer_h3 {
    margin-left: 25px;
  }
}
.underlayer_h3 h3 {
  display: inline;
  color: #fff;
  font-size: 34px;
  position: relative;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border-bottom: 1px solid #ffffff;
  width: 210px;
  max-width: 100%;
  padding-bottom: 20px;
}
@media screen and (max-width: 468px) {
  .underlayer_h3 h3 {
    font-size: 25px;
    width: 100%;
    display: block;
  }
}
.underlayer_h3 h3:before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 600px;
  background-color: #fff;
  position: absolute;
  bottom: -1px;
  left: -600px;
}

.h3_txt {
  margin: 30px 0 60px 0;
}

.flex02 {
  display: flex;
  justify-content: center;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .flex02 {
    display: block;
  }
}

.menu_table {
  width: 48%;
  margin: 0 20px 20px;
}
@media screen and (max-width: 768px) {
  .menu_table {
    width: 100%;
    margin: 0 auto;
  }
}
.menu_table td {
  border: none !important;
  font-size: 17px;
  padding: 0 0 0 10px !important;
}
.menu_table td:nth-child(1) {
  width: 78%;
  margin-left: 10px !important;
  padding-top: 10px !important;
}
@media screen and (max-width: 468px) {
  .menu_table td:nth-child(1) {
    width: 70%;
  }
}
.menu_table td:nth-child(2) {
  padding-top: 10px !important;
}
.menu_table span {
  font-size: 0.8em;
}
@media screen and (max-width: 468px) {
  .menu_table span {
    display: block;
  }
}
.menu_table .small {
  font-size: 0.8em;
}
.menu_table .menu_text {
  color: #aaa;
  padding: 0 0 20px !important;
  border-bottom: 1px dashed #767676 !important;
}

.menu_table01 {
  width: 48%;
  margin: 0 20px 20px;
}
@media screen and (max-width: 768px) {
  .menu_table01 {
    width: 100%;
    margin: 0 auto;
  }
}
.menu_table01 td {
  border: none !important;
  font-size: 17px;
  padding: 0 0 0 10px !important;
  border-bottom: 1px dashed #767676 !important;
  padding: 0 0 10px !important;
}
.menu_table01 td:nth-child(odd) {
  width: 78%;
  margin-left: 10px !important;
  padding-top: 10px !important;
}
.menu_table01 td:nth-child(2) {
  padding-top: 10px !important;
}
.menu_table01 span {
  font-size: 0.8em;
}
.menu_table01 .small {
  font-size: 0.8em;
}
.menu_table01 .menu_text {
  color: #aaa;
  padding: 0 0 20px !important;
}
.menu_table01 td.tr_first {
  border-bottom: none !important;
}

.menu_table02 {
  width: 48%;
  margin: 0 20px 20px;
}
@media screen and (max-width: 768px) {
  .menu_table02 {
    width: 100%;
    margin: 0 auto;
  }
}
.menu_table02 .padding {
  padding-left: 10px !important;
  padding-bottom: 0 !important;
}
.menu_table02 td {
  border: none !important;
  font-size: 17px;
  padding: 10px 0 10px 0 !important;
}
.menu_table02 tr:nth-child(even) {
  color: #aaa;
  border-bottom: 1px dashed #767676 !important;
}
.menu_table02 tr:nth-child(odd) {
  margin-left: 10px !important;
  padding-top: 10px !important;
  padding-bottom: 0 !important;
}
.menu_table02 span {
  font-size: 0.8em;
}
.menu_table02 .small {
  font-size: 0.8em;
}

.food_img {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 70px;
}
.food_img td {
  border: none !important;
  text-align: center !important;
  font-size: 13px;
}
.food_img div:nth-child(even) {
  padding-left: 10px !important;
}
.food_img span {
  font-size: 0.8em;
}
.food_img img {
  margin-bottom: 20px;
}

.fs30 {
  font-size: 30px;
}

.kome {
  border-bottom: none !important;
  padding-left: 10px !important;
}

.underlayer_h4 h4 {
  font-size: 1.2em;
  font-weight: bold;
}

.shop_table {
  margin: 60px 0 100px;
}
.shop_table tr {
  border-bottom: 1px dashed #767676;
}
.shop_table td {
  padding: 10px !important;
  border: none !important;
}
.shop_table td:nth-child(odd) {
  width: 25%;
  color: #c6a990;
}
@media screen and (max-width: 468px) {
  .shop_table td:nth-child(odd) {
    text-align: center !important;
  }
}
.shop_table a {
  color: #c8ad93 !important;
}
@media screen and (max-width: 468px) {
  .shop_table a {
    display: block;
  }
}

.flex03 {
  display: flex;
  margin-bottom: 80px;
}
@media screen and (max-width: 468px) {
  .flex03 {
    display: block;
  }
}

.shop_img td {
  border: none !important;
  padding: 0 20px !important;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .shop_img td {
    padding: 0 10px !important;
  }
}
.shop_img span {
  display: inline-block;
  color: #c8ad93;
  border-bottom: 1px dashed #c8ad93 !Important;
  font-weight: bold;
  margin-top: 15px;
  width: 300px;
  max-width: 100%;
  margin-bottom: 5px;
}
.shop_img img {
  width: 100% !important;
  max-width: 100%;
}

iframe {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.coupon td {
  border: none !important;
}

.coupon_print {
  margin-left: 20px;
  font-size: 13px;
}
.coupon_print a {
  display: inline-block;
  color: #BCAA84 !important;
  text-decoration: underline;
}

.flex04 {
  display: flex;
}
@media screen and (max-width: 768px) {
  .flex04 {
    display: block;
  }
}
.flex04 .phone_number {
  margin-right: 200px;
  margin-bottom: 40px;
  margin-left: 200px;
  font-size: 44px;
  font-family: 'ＭＳ Ｐ明朝', '細明朝体', 'ヒラギノ明朝 Pro W3';
}
@media screen and (max-width: 468px) {
  .flex04 .phone_number {
    font-size: 26px;
    margin: 0 auto;
    text-align: center !important;
  }
}
.flex04 .phone_number a {
  color: #fff !important;
}
.flex04 .business_hours {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .flex04 .business_hours div {
    text-align: center !important;
  }
}
.flex04 .business_hours span {
  color: #FF0000;
}

.mail_address {
  margin-left: 100px;
  font-size: 12px;
}
@media screen and (max-width: 468px) {
  .mail_address {
    margin: 0 auto;
  }
}
.mail_address a {
  font-family: 'ＭＳ Ｐ明朝', '細明朝体', 'ヒラギノ明朝 Pro W3';
  font-size: 44px;
  letter-spacing: 6px;
  font-weight: normal;
  margin: 0 0 0 15px;
  color: #fff !Important;
  text-decoration: none;
}
@media screen and (max-width: 468px) {
  .mail_address a {
    font-size: 26px;
  }
}
.mail_address a:hover {
  opacity: 1;
  text-decoration: underline;
}

.h2_txt {
  margin: 60px 0 60px 100px;
  font-size: 22px;
}
@media screen and (max-width: 468px) {
  .h2_txt {
    font-size: 14px;
    margin: 0 auto;
  }
}

.map01 {
  margin-bottom: 40px;
}

.sitemap ul {
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .sitemap ul {
    padding-top: 100px;
  }
}
@media screen and (max-width: 468px) {
  .sitemap ul {
    padding-top: 50px;
  }
}
.sitemap ul li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  text-align: left;
}
.sitemap ul li a {
  padding-left: 10px;
  text-decoration: underline !important;
  color: #BCAA84 !important;
}

/* title */

/*# sourceMappingURL=common_style.css.map */
