@charset "UTF-8";

/*-----------------------------------------------------	*/
/*	基本設定					                         */
/*-----------------------------------------------------	*/

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
  /*
  font-family: 'Noto Sans JP',"游ゴシック体", "游ゴシック", "YuGothic", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.1em;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  */
  margin: 0px;
}

ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
	letter-spacing: -.40em; /* inline-block隙間除去 文字間を詰めて隙間を削除する */
}

ul li {
	list-style-type: none;
	letter-spacing: normal; /* inline-block隙間除去 文字間を通常に戻す */
}

h1,h2,h3,h4,h5,p {
  margin: 0px; /* 初期化 */
}

img {
	width:100%;
	max-width: 100%;
	height: auto;
	vertical-align:bottom; /* img隙間をなくす */
	border: 0px; /* IE10以下で画像周りの青い線を非表示 */
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
}

/* リンク設定
a:link		{ color:#333333; text-decoration: none; }
a:visited	{ color:#333333; }
a:hover		{ color:#5a5758; }
a:active	{ color:#333333; }

 */

/* フォーカスした際に線が入るのを消す処理 */
*:focus {
  outline: none;
}

/* float 解除 Clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* 改行 */
.sp-br {
 display: none;   
}

@media screen and (max-width: 1199px) {
    body {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 900px) {
    body {
        font-size: 1em;
        line-height: 2em;
    }    
}

/*-----------------------------------------------------	*/
/*	テーマ別設定　ショップ01					            */
/*-----------------------------------------------------	*/

/* メインコンテンツ背景色 
#main-contents-back-shop01 {
    background: rgba(255, 255, 255, 0.6);
}*/

/* リンクカラー 
#main-contents-back-shop01 a {
    color: #DC5A82;
}

#main-contents-back-shop01 a:hover {
    color: #FF9F55;
}*/

/* ショップ用タイトル */
/*
.shop01-title li {
    background: #F9F2DC;
    color: #4A311D;
    border: 1px solid #d3a101;
    border-radius: 10px;
    padding: 5px 10px !important;
}
*/

/* テーブル */
.eigyo-table .table-header th {
    background: #f5f5f5 !important;
}

.false-th {
    font-weight: bold;
    background-color: #f5f5f5 !important;
    border-right: none !important;
}

/* フッター固定ボタン */
.footer-link-btn {
        width: 100%;
}


/*-----------------------------------------------------	*/
/*	共通					                               */
/*-----------------------------------------------------	*/

/* ヘッダースクロール固定用 */
#header-out.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9999;
    animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime{
  from {
  	opacity: 0;
  }
  to {
  	opacity: 1;
  }
}

/* メインキャッチ */
#main-catch h1 {
   text-shadow: #fff 0 0 6px,#fff 0 0 6px,#fff 0 0 6px,#fff 0 0 6px,#fff 0 0 6px;
}

/* リンク */


/* googlemap */
#gmap-out {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 60%;
}
 
/* Google Mapのiframe */
#gmap-out iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 900px) {
    #gmap-out {
        padding-top: 75%; 
    }
}

/*** 共通 ***/
/*
#contents-out {
    max-width: 1200px;
    margin: 0px auto;
}
*/

/*
.shop01-title svg {
    fill: #d3a101 !important;
}
*/

.inline-block {
    display: inline-block;
}

/* 言語切り替え */

select { /* リセット */
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #000;
  border-radius: 0px;
}

#header-translation-inner {
    display: inline-block;
    position: relative;
}

#header-translation-inner::before {
  position: absolute;
  top: 18px;
  right: 16px;
  width: 0;
  height: 0;
  border-width: 10px 5px 0 5px;
  border-style: solid;
  border-color: #727272 transparent transparent transparent;
  content: "";
  pointer-events: none;    
}

#header-translation-inner select {
  appearance: none;
  width: 160px;
  padding: 11px 15px;
  padding-right: 1em;
  border: none;
  outline: 0;
  background: #fff;
  background-image: none;
  box-shadow: none;
  text-indent: 0.01px;
  text-overflow: ellipsis; // 文字の省略
  cursor: pointer;
  color: #000000 !important;
}

#header-translation-inner select option {
  color: #000000 !important;
}

/* サイト背景 */
#site-wrapper {
    display: block;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed;
    z-index: -11;
    /*
    background: url(../images/common/bg01.jpg) center left/cover no-repeat;
    filter: blur(0px);
    */
}

/*** ヘッダー ***/
/* エレメンター編集用　メニュー編集ボタン */
#elmentor-menu-edit-btn-out {
    text-align: center;
    background: #000000;
    padding: 5px 20px;
}

#elmentor-menu-edit-btn {
    display: inline-block;
    font-size: 90%;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #000000;
    background: white;
    padding: 5px 40px;
    cursor: pointer;
}

@media screen and (max-width: 1199px) {
    #elmentor-menu-edit-btn-out {
        padding: 10px;
    }    
    
    #elmentor-menu-edit-btn {
        display: block;
        font-size: 110%;
    }
}

/* メニュー */
/* 閉じるボタン */
#nav-inner {
   position: relative; 
}

#side-menu-btn {
    cursor: pointer;
}

.side-menu-link a {
    display: block !important;
}

#menu-close {
    cursor: pointer;
}

/*
#side-menu-out #menu-close {
    cursor: pointer;
    position: fixed;
    max-width: 36px;
    top: 40px;
    right: 20px;
    filter: invert(16%) sepia(48%) saturate(19%) hue-rotate(106deg) brightness(100%) contrast(99%);
}

#side-menu-out li a {
    position: relative;
    display: block;
    padding: 10px;
    color: #2c2c2c;
    font-family: "Allura", Sans-serif;
    text-decoration: none;
    font-size: 260%;
    border-bottom: 1px dotted #2c2c2c;
    padding-left: 1em;
}

#side-menu-out li a:after {
  position: absolute;
  right: 2%;
  top: 0px;
    bottom: 0px;
    margin: auto;
  content: "";
  background-color: #2c2c2c;
  display: inline-block;
  width: 7px;
  height: 12px;
  -webkit-mask: url("../images/common/arrow01.svg");
  mask: url("../images/common/arrow01.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
}
*/

/* ヘッダー翻訳 */
#header-translation-out {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

#header-translation-out select {
    font-size: 110%;
}

/*** テーブル ***/
.basic-table01 table {
    border-spacing: 0;
}

.false-table th {
    display: none !important;
    border-left: 1px solid #D5E2F0;
}

@media screen and (max-width: 850px) {
    /* 改行させるようにする */
    .false-table .td-content {
        display: block !important;
    }
}

@media screen and (max-width: 767px) {
    .eigyo-table th,.eigyo-table td {
        padding: 5px !important;
    }
    
    .false-table table {
        border-bottom: 1px solid #C4C4C4;
    }
    
    .false-table .false-th {
        padding-top: 8px;
        padding-bottom: 8px;
        border-right: 1px solid #C4C4C4 !important;
    }
    
    .false-table td {
        display: block;
        width: 100%;
        border-bottom: none !important;
    }
    
    /* キャンペーン中テキスト改行用 */
    .cam-td-text {
        display: block;
    }
}

/* テーブルプラグインの書式設定を上書き（別のフォントになるので） */
.eael-data-table tbody tr td {
  font-family: 'Noto Sans JP',"游ゴシック体", "游ゴシック", "YuGothic", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif !important;    
}


/*** フッター ***/
#footer-out {
    padding: 10px 5px;
    text-align: center;
    background: white;
}

#copyright {
    font-size: 0.8em;
    font-family: 'Noto Sans JP',"游ゴシック体", "游ゴシック", "YuGothic", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 767px) {
    #footer-out {
        padding: 6px 5px;
    }

    #copyright {
        font-size: 0.7em;
        line-height: 1.4em;
    }    
}

/*
@media screen and (max-width: 1240px) {
    #contents-out {
        margin-left: 20px;
        margin-right: 20px;
    }
}
*/

/* マージン 
.m-top20 {
    margin-top: 20px !important;
}

.m-top30 {
    margin-top: 30px !important;
}

.m-top40 {
    margin-top: 40px !important;
}

.m-top60 {
    margin-top: 60px !important;
}*/

/*** インデント ***/

/* 数字リストテキスト */
.indent-ol-list {
    padding-left: 0px;
    list-style-type: none;
}

.indent-ol-list li {
    padding-left:1em;
	text-indent:-1em;
}

/*** ナビメニュー ***/

#menu-btn {
    cursor: pointer;
}

@media screen and (max-width: 767px) {

}

/*-----------------------------------------------------	*/
/*	TOP					                               */
/*-----------------------------------------------------	*/

#reserve-contact-out {
    width: 320px !important;
}

@media screen and (min-width: 1241px) {
   #reserve-contact-out {
    right: calc(( 100% - 1240px)/2) !important;
   }
}

/* 中見出し01 */
@media screen and (min-width: 1241px) {
    .m-title01 {
        left: calc(( 100% - 1240px)/2) !important;
    }
}


