/*
reset
-------------------------*/
p, li, dt, dd, th, td, form{
  font-size:inherit;
}
h1,h2,h3,h4,h5,h6{
  font-weight:normal;
  line-height:1.5;
}
.parts-text {
    line-height: inherit;
}

/*
common
-------------------------*/
/* --------- 共通 --------- */
/* Windows 用 Medium 指定の游ゴシック */
@font-face {
	font-family: "Yu Gothic M";
	src: local("Yu Gothic Medium");
}
/* font-weight: bold の時は通常どおり Bold 書体を使わせる */
@font-face {
	font-family: "Yu Gothic M";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}
body{
  font-size:18px;
  line-height:1.9;
  /*font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",  "Avenir Next", Verdana, "Yu Gothic","游ゴシック",  Meiryo, "メイリオ", Osaka, sans-serif;*/
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  color:#333;
}
a:link,
a:visited{
  color:#008363;
}
a:hover{
  color:#3eb134;
}
a:hover img,
a:hover{
  filter:alpha(opacity=80);
  opacity:0.8;
}

hr {
    margin-bottom: 16px;
}

.cartjs_cart_in input:hover,
a img:hover{
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.contents:not(.index_page){
  top:160px;
}
.index_page .contents{
  top:134px;
}

/*テーブル*/
table.normalTbl{
  border-collapse:collapse;
  width:100%;
  margin:0 auto 20px auto;
}
table.normalTbl th,
table.normalTbl td{
  padding:4px 18px;
  border:solid 1px #ccc;
  box-sizing:border-box;
  text-align:left;
}
table.normalTbl th{
  background:#f3f3f3;
  width:26%;
}


table.normalTbl2{
  border-collapse:collapse;
  width:100%;
  margin:0 auto 20px auto;
}
table.normalTbl2 th,
table.normalTbl2 td{
  padding:4px 18px;
  border:solid 1px #ccc;
  box-sizing:border-box;
  text-align:left;
}
table.normalTbl2 th{
  background:#f3f3f3;
}


/*よくある質問*/
ul.faq {
    padding: 10px 0 20px;
}
ul.faq li.qus ,
ul.faq li.ans {
    color: #666;
    display: block;
    font-size: 100%;
    line-height: 1.6;
    margin-bottom: 20px;
    padding-left: 45px;
}
ul.faq li.qus::before ,
ul.faq li.ans::before {
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 100%;
    height: 32px;
    line-height: 32px;
   /* margin: 0 3px 0 -40px;*/
  margin: 0 14px 0 -44px;
  text-align: center;
    width: 32px;
}
ul.faq li.qus::before {
    background-color: #fff;
    border:solid 1px #d70c1f;
    color:#d70c1f;
    content: "Q";
  box-sizing:border-box;
}
ul.faq li.ans::before {
    background-color: #d70c1f;
    content: "A";
}

/*カラム*/
.column2{
  width:calc(100% / 2);
}
.column3{
  width:calc(100% / 3);
}
.column4{
  width:calc(100% / 4);
}
.column2btn{
  width:calc(100% / 2);
  padding: 0 2% 0 0;
}
th.column2btn:last-child, td.column2btn:last-child {
  padding: 0 0 0 2%;
}

/*幅調整*/
.parts{
  max-width:1000px;
  width:100%;
  margin:0 auto 40px auto;
  overflow:hidden;
}
.parts-headline,
.parts-globalMenu{
  max-width:1000px;
  width:100%;
  margin:0 auto;
}

.wrap,
.parts.width100{
    max-width: 100%;
    width:100%;
    padding: 0;
}
.parts.width100{
  padding:0 0 20px 0;
}
.parts.width100 .parts-inner{
  max-width:1000px;
  margin:0 auto;
}
.parts.carousel .parts-inner{
  max-width:100%;
}

/*コンテンツレイアウト*/
.mainContainer-inner{
    margin-bottom: 30px;
}


/*ヘッダー*/
.header #title {
  background: url(../../resources/site/74/contact_.png) no-repeat right center;
  background-size:480px;
  height: 64px;
  box-sizing: border-box;
  margin: 0 auto;
}
h1 img {
  width: 340px;
}
/*.parts-headline .image img {
    max-width: 100%;
    width: 284px;
    height: auto;
}
.parts-headline h1{
  font-size:inherit;
}*/

/*グローバルメニュー*/
#globalMenu li{
  margin:0;
  width: calc(100% / 5);
  height: 64px;
  display: table;
}
#globalMenu li a {
  display: table-cell;
  height: 64px;
  vertical-align: middle;
  padding: 0 12px;
  border: none;
  border-radius: 0;
  line-height: 18px;
  font-size: 16px;
  background: none;
  text-align: center;
  text-decoration: none;
  color: #333;
}
#globalMenu li a:hover{
  color:#3eb134;
  background:none;
}



/*メインイメージ*/
#mainImage{
  background:#222;
  border-bottom: solid 2px crimson;
  padding:0;
}

/*トップコンテンツ*/
.topContents {
    background: #e7e3d9;
}
/*ボットムコンテンツ*/
.bottomContents {
    padding: 0;
    background: #e7e3d9;
    border-top: solid 3px #d0ccc3;
}


/*フッター*/
.footer {
    background: #252525;
    padding: 34px 0 18px 0;
  color:#fff;
  font-size:14px;
}

#footerLogo img{
  width:368px;
}

#footer_mainLink,
#footer_subLink{
  font-size:14px;
  overflow:hidden;
  margin-bottom:20px;
}
#footer_mainLink{
  /*max-width:810px;*/
  width:100%;
}
/*#footer_subLink {
    max-width: 422px;
}*/
#footer_mainLink li,
#footer_subLink li{
  float:left;
}
#footer_mainLink ul, #footer_subLink ul {
  margin: 0 auto;
  display: table;
}
#footer_mainLink li{
  /*width:calc(100% / 6);*/
  width: auto;
  margin: 0 24px;
  display:inline-block;
  text-align:center;
}

#footer_subLink li {
    width: auto;
    display: inline-block;
    text-align: center;
    margin-right: 2em;
}
#footer_subLink li:last-of-type{
  margin-right:0;
}
#footer_mainLink li a,
#footer_subLink li a{
  color:#fff;
}
#footer_mainLink li a:hover,
#footer_subLink li a:hover {
    color: #3eb134;
}
.parts-copyright p {
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.parts.parts-copyright {
    margin-bottom: 20px;
}
div#footerLogo {
    margin-bottom: 30px;
}

/*footer sns*/
.sns li {
    float: left;
	text-align:center;
    width:60px;
}
.sns li img {
    width: 54%;
}
.parts.parts-text.footer_sns {
    width: 130px;
    margin: 30px auto;
}

/*color*/
.bgGreen{
  background:#008363;
}
.bgGray{
  background:#efefef;
}

/*shadowbox*/
img#sb-player {
  background: #fff;
}

/*slick slider*/
li.slick-slide {
    text-align: center !important;
}
.slick-slide img {
    display: inline-block !important;
}

/*お問い合わせボタン*/
.form button.input-button {
    color: #333;
    padding: 4px 10px;
    border: solid 1px #ccc;
    width: 80px;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
}

.form button.input-button:hover {
    color: #fff;
    background: #BCBCBC;
}