.remodal iframe {width:90%; height:500px;}

$#navigation{display:none;}
.ch {display:none;}
.en {display:none;}


table#news td{border-bottom: solid 1px #9e9e9e; height:1.5rem;}


table.recruit {max-width:70%;}
table.recruit td{ border: 1px solid #bcbcbc;}
@media screen and (max-width: 768px){table.recruit {max-width:95%;}
.cc-m-hgrid-column{
width:85% !important;
}
.cc-m-hgrid-column.last {
    float: left !important;
}
}

@media screen and (max-width: 768px){
	#mainvideo img{
		width:90% !important;
	}
	.cc-m-hgrid-column{
		width:100% !important;
	}
}

/* 点滅 */class="blinking"
.blinking{
	-webkit-animation:blink 3.5s ease-in-out infinite alternate;
    -moz-animation:blink 3.5s ease-in-out infinite alternate;
    animation:blink 3.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    40% {opacity:0.4;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    40% {opacity:0.4;}
    100% {opacity:1;}
}
@keyframes blink{
    40% {opacity:0.4;}
    100% {opacity:1;}
}


.cc-imagewrapper {z-index:-100;}

#hdr{
width:100%;
height:65px;
background:white;
    position: fixed;
    z-index: 999;
}
#hdr{
    background: rgba(255,255,255,0.9);
    display: flex;
    position: fixed;
    justify-content: space-between;
    transition: .5s;
    width: 100%;
}
#hdr.transform{
    background: rgba(255,255,255,1);
$background: linear-gradient(#fff, #fffcf4);
$box-shadow:0px 0px 2px 0px #e7b72b;
    height:70px;
}
.menu.transform{
$top:20px !important;}

#logo {
    height: 50px;
    position: fixed;
    left: 50px;
    top: 10px;
    z-index: 99;
cursor: pointer;
}
#logo img{max-height:50px;}

@media screen and (max-width: 768px){
#logo {left:15px;}
#logo img{ max-width:50%;}
}

#lang {
    height: 30px;
    position: fixed;
    right: 70px;
    top: 23px;
    $width: 114px;
    z-index: 99;
cursor: pointer;}
#lang img{max-height:30px; max-width:60px; $margin-left:7px; display: inline-block;  }
@media screen and (max-width: 768px){
#lang {display:none;}
}

.lang-fv {
    height: 30px;
    position: absolute;
    right: 270px;
    top: 23px;
    /* width: 114px; */
    z-index: 99;
    cursor: pointer;
}

.lang-fv img {
    max-height: 24px;
    max-width: 70px;
    $margin-left: 7px;
    display: inline-block;
}

@media screen and (max-width: 768px){
.lang-fv {
    right: 70px;
}
}

/*menu*/
.menu{
    height: 20px;
    position: fixed;
    right: 20px;
    top: 15px;
    width: 40px;
    z-index: 99;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
}
a.menu {
  padding-top: 25px;
  display:inline-block;
  text-align: center;
}
.menu__line{
    background: #004040;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}
.menu__line--top{
    top: 0;
}
.menu__line--center{
    top: 9px;
}
.menu__line--bottom{
    top: 18px;
}
.menu__line--top.active{
    top: 8px;
    transform: rotate(45deg);
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    top: 8px;
    transform: rotate(135deg);
}
/*gnav*/
.gnav{
    $background: rgba(0,0,0,0.8);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;

    background:url(https://u.jimcdn.com/cms/o/sc6f349f8aec90168/userlayout/img/dsc-0478.jpg?t=1534312156) no-repeat;
    background-size: contain;
}
.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    $justify-content: center;
    position: absolute;
    width: 50%;
left:50%;
$background: rgba(0,0,0,0.8);
    background:white;
overflow:auto;
}

.gnav__ulblock{

}
.gnav__menu{
$margin-top:15px;
}


.gnav__menu__item{
    margin: 10px 30px 0 0;
list-style: none;

}
.gnav__menu__item a{
    color: #004040;
    font-size: 1.2em;
    font-weight: bold;
    $padding: 40px;
    text-decoration: none;
    transition: .5s;
}
.gnav__menu__item_child{
    color: #004040;
    font-size: 1em;
    padding-bottom: 10px;
margin-top:0;
    text-decoration: none;
    transition: .5s;

list-style: none;
}
.gnav__menu__item a:hover{
    color: #666;
}


@media screen and (max-width: 768px){
.gnav{
background:none;
}
.gnav__wrap{
    width: 100%;
left:0;
padding:140px 0;
}
.gnav{
overflow:scroll;
}

}


/*  Typo
----------------------------------------------- */

a:link, a:visited
{
    text-decoration: underline;
    color:#EC4413;
}
a:active { 	text-decoration: underline; }
a:hover { text-decoration:none; }

$h1 { font:bold 18px/140% sans-serif !important;}
h1 { font:bold 30px/170%  "ヒラギノ角ゴ Pro W3",メイリオ,Osaka,Arial,Verdana,"ＭＳ Ｐゴシック",sans-serif   !important;}
h2 { font:bold 20px/170%  "ヒラギノ角ゴ Pro W3",メイリオ,Osaka,Arial,Verdana,"ＭＳ Ｐゴシック",sans-serif   !important;}
h1 img { margin-right :5px; max-height:1.5em;}
h2 img { margin-right :5px; max-height:1.5em;}

p {	font: 16px/170%  "ヒラギノ角ゴ Pro W3",メイリオ,Osaka,Arial,Verdana,"ＭＳ Ｐゴシック",sans-serif !important;}

/*  Layout
----------------------------------------------- */

body {
    $background: #333333 url(https://u.jimcdn.com/cms/o/sc6f349f8aec90168/userlayout/img/ftr-bg-h500.gif?t=1534474722) no-repeat top left;
    padding:0;
    margin:0;
    font: 11px/140% Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#container
{
    padding:0 5%;
margin-top:0px;
    width:90%;

}

#header
{
    padding:17px;
}

#header h1,
#header a
{
    padding:0;
    font-family:"Helvetica","Lucida Sans Unicode",Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-size:30px;
    font-weight:normal;
    text-decoration:none;
    line-height:1.3em;
    color:#666666;
    text-align:right;
}

#header a:hover { text-decoration:none;  }


#navigation
{
    float:left;
    width:220px;
    padding:17px;

}
#sidebar
{
    padding-top:10px;
}

#content
{
    margin:0 auto;
    width:100%;
}

.cont-block-l {width:48%; margin-right:2%; float:left;}
.cont-block-wl {
width:100%;
background: #fff url(https://grace-intl.co.jp/img/bg_tree_l.png) no-repeat top left;
}
.cont-block-r {width:50%; float:left;}
.cont-block-r2 {width:48%; margin-left:2%; float:right;}
.cont-block-wr {
width:100%;
background: #fff url(https://grace-intl.co.jp/img/bg_tree_r.png) no-repeat top right;
}
.cont-block-l2 {width:50%; float:left;}


@media screen and (max-width:640px){
.cont-block-l, .cont-block-r, .cont-block-l2, .cont-block-r2 {width:98%; margin: 0 auto;}
.cont-block-r2 {float:left;}
}

.cont-block-wl p, .cont-block-wr p {padding:7px;}

#footer
{
    clear:both;
    margin-top:10px;
background: #8a5c2a url($ftr-bg-h500.gif) no-repeat top left;

    height:270px;
width:100%;
}

#footer .gutter 
{
    height:30px;
    padding:35px 15px 0 90px;
}

/*  FTR-Navigation
----------------------------------------------- */
.ftr-nav{
float:left;
margin:30px 0 0 50px;
}
.ftr-nav a:link, .ftr-nav  a:visited{color: #fff !important; text-decoration:none;}

.ftr-nav ul {
height:200px;
display: flex;
flex-flow: column wrap;}
.ftr-nav ul li{
margin-bottom:5px;
margin-left:20px;
list-style: none;
color:#fff;
}

#ftr-info{
/*float:right;*/
width:400px;
margin:0 auto;
}
#ftr-info img{
max-width:100%;
}

#ftr-info-txt h1,
#ftr-info-txt p {
margin-left:15px;
color:#fff !important;
text-align: center;
}

#ftr-info-txt img {
/*margin: 0px;*/
padding: 0px;
width: 80px;
height: auto;
vertical-align: middle;
margin: 0 auto;
}

#ftr-info-txt h1{ font:bold 30px/140% sans-serif !important;}
#ftr-copy {
    background:#8a5c2a;
width:100%; 
height:30px;
text-align:center;
vertical-align:middle;
color:#ddc9b4 !important;
font: 11px/180%  "ヒラギノ角ゴ Pro W3",メイリオ,Osaka,Arial,Verdana,"ＭＳ Ｐゴシック",sans-serif !important;}



@media screen and (max-width: 768px){
.ftr-nav, .ftr-en, .ftr-ch{
    display: none;
 }
#ftr-info{
width:100%;
text-align:center;
margin:25px 0 0 0;
 }
#ftr-info img{
display:inline;
max-width:80%;
margin: 0 atuo;
text-align:center;
padding-bottom:20px;
 }
#ftr-info-txt h1, #ftr-info-txt p{margin:0;}


}

/*  Navigation
----------------------------------------------- */

ul.mainNav1,
ul.mainNav2
{
    margin:0;
    padding: 0;
}


ul.mainNav1 li,
ul.mainNav2 li
{
    display: inline;
    margin: 0;	
    padding: 0;
}


ul.mainNav1 li a,
ul.mainNav2 li a
{
    font:normal 11px/140% Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-decoration: none;
    display: block;
    color:#333;
    border-bottom:1px solid #CCC;
}


ul.mainNav1 li a { padding:4px 4px 4px 4px; }
ul.mainNav2 li a { padding:4px 4px 4px 14px; }
ul.mainNav3 li a { padding:4px 4px 4px 24px; }


ul.mainNav1 a:hover
{
    background:#EEE;
    color:black;
}

ul.mainNav1 a.current { font-weight:bold; }


/*  Accordion----------------------------------------------- */
/*ボックス全体*/
.accbox {
    margin: 2em 0;
    padding: 0;
    $max-width: 400px;/*最大幅*/
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 13px 12px;
    color: #f6a00f;
    font-weight: bold;
    $background: #fff;
    cursor :pointer;
    transition: all 0.5s;
font-size: 16px;
}

/*アイコンを表示*/
.accbox label:before {
    content: '\f059';
    font-family: 'Font Awesome 5 Free';
    padding-right: 8px;
}

/*ラベルホバー時*/
.accbox label:hover {
    background :#ffe9a9;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 15px;
    background: #e3e3e3;
    opacity: 1;
line-height: 150%;
}

.accbox .accshow p {
    margin: 15px 10px}

/*アイコンを入れ替える*/
.cssacc:checked + label:before {
    content: '\f078';
}
 
/* PC用 facebook埋め込み */
.fb-container {
	width: 500px;
}

/* スマホ用 facebook埋め込み*/
@media screen and (max-width: 768px) {
	.fb-container {
		width: 100%;
		max-width: 500px;
	}
		.fb-container iframe{
		width:100%;
	}
}

/* PC用 bnr*/
.bnr{
       margin:20px 0;
}

/* スマホ用 bnr*/
@media screen and (max-width: 768px) {
	.bnr{
		width:100%;
		margin:20px auto;
	}
	.bnr p img{
		width:100%;
	}
}

.j-shop-special-page  #video{
display:none !important;
}
.j-shop-special-page  #content{
padding-top:90px;
}
.j-cart{display:none !important;}

/* blogの背景画像 ここから変更 */
.page-blog .hero{
          background: url(https://grace-intl.co.jp/img/bg-sub-1200.jpg) no-repeat !important;
          background-position: 50% 50% !important;
          background-size: cover !important;
          height: 480px;
          width: 100%;
          margin-bottom: 30px;}



/* 20210921 追加 */
.message {
    position: relative;
}
.message a{
font: 16px/170% "ヒラギノ角ゴ Pro W3",メイリオ,Osaka,Arial,Verdana,"ＭＳ Ｐゴシック",sans-serif !important;
}

.message span.remark {
    display: none;
}
.message a:hover span.remark {
    background: #FFF;
    border: 1px solid #CCCCCC;
    color: #000000;
    display: block;
    line-height: 1.2em;
    margin: 0.5em;
    padding: 0.5em;
    position: absolute;
    top: 50px;
}
.remark img{
width:100%;
position:relative;
z-index:5;
}

.custom-button{
  position: fixed;
  right: 10px;
  bottom: 110px;
  font-size: 50px;
  color: #fff;
  background: #000;
  padding: 10px;
  cursor: pointer;
  transition: .3s;
  
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}
#Plan-btn{
color: #FFF;
font-size: 12px;
}

/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}

/*フッター非表示*/
.ftr-nav.jp {
    display: none;
}

.ftr-nav.ftr-ch {
    display: none;
}

.ftr-nav.ftr-en {
    display: none;
}