@charset "utf-8";

/******************************************
各ページ共通のスタイルを定義
*******************************************/

/* ----------------------------------------

再定義

---------------------------------------- */
html {
  overflow-y: scroll;
}
body {
  line-height: 1.67;
  color: #333;
  background-color: #fff;
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック","Helvetica Neue","Helvetica","Arial",sans-serif;
  word-wrap: break-word;
}
body * {
  box-sizing: border-box;
}
a {
  color: #0c5f93;
}
a:hover,
a:visited:hover {
  opacity: 0.9;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
table {
  table-layout: fixed;
}
input[type="button"],
input[type="select"] {
  cursor: pointer;
}
:focus::-webkit-input-placeholder {
  color: transparent;
}/* Webkit */
:focus:-moz-placeholder {
  color: transparent;
}/* Firefox 18 以前 */
:focus::-moz-placeholder {
  color: transparent;
}/* Firefox 19 以降 */
::-webkit-input-placeholder {
  color: #888;
  opacity: 1;
}
:-moz-placeholder {
  color: #888;
  opacity: 1;
}
::-moz-placeholder {
  color: #888;
  opacity: 1;
}
input[type="submit"],
input[type="button"] {
  -webkit-appearance: button;
          appearance: button;
}
.telVoid {
  text-decoration: none;
  cursor: default;
}
@media screen and (max-width:767px) {
  body {
    line-height: 1.464;
  }
  input,
  select,
  textarea {
    font-size: 16px;
  }
}


/* ----------------------------------------

container

---------------------------------------- */
#container {
  margin: 0 auto;
  /*min-width: xxxxpx;*/
  padding-top: 167px;
  /*font-size: 100%;  fontsize 13px */
  font-size: 107.7%; /* fontsize 14px */
}
@media screen and (max-width:767px) {
  #container {
    min-width: inherit;
    padding-top: 10.628%;
    margin-top: -15%;
	padding-top:31%;
   /* margin-top: 43px;
	padding-top:10.6%;*/
  }
}
@media screen and (max-width:680px) {
  #container {
	padding-top:32%;
  }
}
@media screen and (max-width:550px) {
  #container {
	padding-top:33.7%;
  }
}
@media screen and (max-width:440px) {
  #container {
	padding-top:35.5%;
  }
}
@media screen and (max-width:375px) {
  #container {
    margin-top: -16.5%;
	padding-top:39%;
  }
}
@media screen and (max-width:320px) {
  #container {
    margin-top: -15%;
	padding-top:39.5%;
  }
}

/*
**
子要素のフォントサイズ指定は以下を参照
http://bueltge.de/test/emchart.html
例)
基準フォントサイズが13pxで、
特定の要素を12pxにしたい時は92.4%と指定
**
*/

/* ----------------------------------------

header

---------------------------------------- */
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  background-color: #fff;
}

.hdrSec01_wrap {
  border-bottom: 1px solid #921b0f;
}

.hdrSec01 {
  position: relative;
  width: 1120px;
  height: 80px;
  margin: 0 auto;
  padding: 13px 10px;
}



@media screen and (max-width:767px) {
  .hdrSec01 {
    width: auto;
  }
}


/* siteID
------------------------------- */
.siteID {
  float: left;
  padding-top: 2px;
}
.subLogo {
  display: block;
  float: left;
  padding: 12px 0 0 22px;
}
@media screen and (max-width:767px) {
  .siteID {
    width: 100px;
  }
  .subLogo {
    width: 80px;
    padding: 2px 0 0 12px;
  }
}



/* langList
------------------------------- */

.langSec {
  float: right;
  width: 680px;
}

.langSec .langIcon {
  float: left;
  margin-top: -2px;
  margin-right: 5px;
}

.langSec .langList {
  float: left;
}
.langSec .langList li {
  display: block;
  float: left;
  border-left: 1px solid #fff;
  background-color: #7d170c;
}
.langSec .langList li:first-child {
  border-left: none;
  border-radius: 15px 0 0 15px;
}
.langSec .langList li:last-child {
  border-radius: 0 15px 15px 0;
}
.langSec .langList li a {
  display: block;
  width: 60px;
  padding: 2px 0;
  color: #fff;
  font-size: 92.9%;
  text-align: center;
  text-decoration: none;
}
.langSec .langList li{
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.langSec .langList li.ha a:not(:target){
		font-family:"돋움","중고딕","중명조",dotum,AppleGothic,Arial,Helvetica,Can,sans-serif;
		padding-top: 3px;
		height: 25px;
	}
}

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



/* fontSizeChange
------------------------------- */

#fontSizeChange {
  position: absolute;
  top: 12px;
  right: 0;
  width: 345px;
}
#fontSizeChange dt,
#fontSizeChange dd {
  float: left;
}

#fontSizeChange dt {
  margin-top: 3px;
  margin-right: 5px;
  font-size: 85.7%;
}



#fontSizeChange dd span {
  display: block;
  width: 40px;
  padding: 2px 0;
  background-color: #ebeae4;
  font-size: 85.7%;
  text-align: center;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#fontSizeChange dd span:not(:target) {
		padding: 3px 0 1px;
	}
}

#fontSizeChange dd span.active {
  color: #fff;
  background-color: #504e40;
}

#fontSizeChange dd#sizeReset span {
  border-left: none;
  border-radius: 15px 0 0 15px;
}
#fontSizeChange dd#sizeBig span {
  border-radius: 0 15px 15px 0;
}


@media screen and (max-width:767px) {
  #fontSizeChange {
    display: none;
  }
}

/* google
------------------------------- */

#___gcse_0 {
  position: absolute;
  top: 8px;
  right: 0px;
  width: 192px;
}

.gsc-input-box {
  height: auto !important;
  position: relative;
}
.gsc-input-box-focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
table.gsc-search-box {
  width: 192px!important;
}

input.gsc-input {
  padding: 2px 28px 2px 10px !important;
  border-radius: 15px;

  background-position-x: 8px!important;
}
.gsc-search-button {
  position: relative;
}
button.gsc-search-button {
  right: 40px;
  width: 15px;
  min-width: inherit!important;
  height: 15px;
  padding: 5px;
  border: none;
  background: url(/files/img/common/ico_search.png) no-repeat 50% 50% !important;
  text-indent: -9999px;
  -webkit-background-size: 16px!important;
  background-size: 16px!important;
  box-sizing: content-box;
  outline: none;
}
table.gsc-search-box td.gsib_a {
  padding: 0;
}
.gsst_b {
  position: absolute !important;
  right: 35px;
  top: 0;
}

.gsc-clear-button {
  display: none!important;
}

.gsc-branding{display: none;!important;}

@media screen and (max-width:767px) {
  #___gcse_0 {
    display: none;
  }
}

/* hdrSec01_nav
------------------------------- */
.hdrSec01_nav {
  position: absolute;
  top: 48px;
  right: 15px;
}

.hdrSec01_nav li {
  float: left;
  margin-left: 15px;
}

.hdrSec01_nav li a {
  color: inherit;
  font-size: 92.9%;
  text-decoration: none;
}
.hdrSec01_nav li a:hover {
  text-decoration: underline;
}
.hdrSec01_nav li .fa-angle-right {
  margin-right: 7px;
  color: #921b0f;
  font-size: 14px;
}
@media screen and (max-width:767px) {
  .hdrSec01_nav {
    display: none;
  }

  .hdrSec01 {
    width: auto;
    height: 44px;
    padding: 7px 15px;
  }
}

/* langSelect
------------------------------- */
.langSelect {
  position: absolute;
  top: 45px;
  right: 11px;
  width: 100px;
}
.langSelect select {
  width: 100px;
  height: 2em;
  padding: 0 5px;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #ddd;
}
@media screen and (max-width:767px) {
  .langSelect {
    display: none;
  }
  .langSelect_sp {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    margin: 0 auto 15px;
    width: auto;
    text-align: center;
  }
}


/* glNav
------------------------------- */

nav.glNav_wrap {
  border-bottom: 3px solid #921b0f;
}

.glNav {
  position: relative;
  width: 1120px;
  margin: 0 auto;
  padding: 0 10px;
}

.glNav li {
  float: left;
  list-style-type: none;
}



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


/* glNavSp_wrap
------------------------------- */

.glNavSp {
  display: none;
}

.glNavSp li {
  width: 33.333%;
}

@media screen and (max-width:767px) {
  .glNavSp_wrap {
    position: fixed;
    top: 45px;
    z-index: 100;
    width: 100%;
    border-bottom: 2px solid #921b0f;
  }
  .glNavSp {
    display: block;
  }
  .glNavSp li {
    float: left;
    width: 33.333%;
    border-left: 1px solid #921b0f;
    background-color: #fff;
    text-align: center;
  }
  .glNavSp li:first-child {
    border-left: 1px solid #fff;
  }
  .glNavSp li a {
    display: block;
    width: 100%;
  }
  .glNavSp li a img {
    width: 96%;
  }
}


/* megaContent
------------------------------- */
.mega {
  display: none;
  position: absolute;
  top: 83px !important;
  left: 50% !important;
  width: 1100px;
  margin-left: -550px;
  padding-top: 3px;
}
.mm-content-base {
  padding: 30px;
  background-color: #f5f4f0;
}
.mega_tit_wrap {
  margin-bottom: 10px;
  padding: 12px 30px;
  background-color: #921b0f;
}

.mega_tit {
  color: #fff;
  font-size: 114.2%;
  text-decoration: none;
}

.mega_tit .fa-angle-right {
  margin-right: 8px;
}

/*megaCnt_list01*/

.megaCnt_list01 {
  float: left;
  width: 330px;
}
.megaCnt_list01 li {
  display: block;
  width: 100%;
}

/*.megaCnt_list01 li.large*/
.megaCnt_list01 li.large {
  margin-top: 5px;
  border-bottom: 1px solid #921b0f;
}
.megaCnt_list01 li.large:fist-child {
  margin-top: 0;
}
.megaCnt_list01 li.large a {
  display: block;
  padding: 7px 0;
  color: #921b0f;
  font-weight: 700;
  font-size: 114.2%;
  text-decoration: none;
}
.megaCnt_list01 li.large a .fa {
  margin-right: 8px;
}

/*.megaCnt_list01 li.small*/
.megaCnt_list01 li.large + .small{
	margin-top:10px;
}
.megaCnt_list01 li.small a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  padding-left:1em;
}
.megaCnt_list01 li.small a .fa {
  margin-right: 5px;
  color: #921b0f;
}

/* noscript
------------------------------- */
#noscript {
  margin-bottom: 15px;
  padding: 0.5em 1em;
  border: 2px solid #ccc;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;

  -webkit-box-sizing: border-box;
}

/* ----------------------------------------

content

---------------------------------------- */
#titleHead_wrap {
	margin-bottom: 40px;
	background: url(/files/img/common/bg_titlehead.gif) repeat-x left 50%;
}
/* topicPath
------------------------------- */
.pan_wrap {
  width: 1120px;
  margin: 0 auto 10px;
}
.pan{
	padding:10px 0 0 10px;
}
.pan li {
  display: inline;
  padding-right: 4px;
  font-size:85.7%;
}
.pan li:before {
  margin-right: 5px;
  content: ">";
}
.pan li#topPath {
}
.pan li#topPath:before {
  content: none;
}
@media screen and (max-width:767px) {
  .pan_wrap {
    width: auto;
    padding: 10px 0;
  }
.pan{
	width:72%;
}
}
@media screen and (max-width:420px) {
.pan{
	position:relative;
	top:0;
	line-height:1.3em;
}
}
@media screen and (max-width:380px) {
.pan{
	width:65%;
}
.pan li {
  padding-right: 3px;
  font-size:82%;
}
}
/* head title
------------------------------- */
.titleHead {
	width: 1120px;
	height:175px;
	margin: 0 auto;
	position: relative;
	background-image: url(/files/img/common/main_comp.png) ;
	background-position: right top;
	background-repeat:no-repeat;
}
.thbg_enjoy {
	background-image: url(/files/img/common/main_enjoy.png) ;
}
.thbg_about,
.thbg_vehicle {
	background-image: url(/files/img/common/main_about.png) ;
}
.thbg_guide {
	background-image: url(/files/img/common/main_guide.png) ;
}
.thbg_beginner {
  background-image: url(/files/img/common/main_beginner.png) ;
}
.thbg_momiji {
	background-image: url(/files/img/common/main_momiji.png) ;
}
.titleHead h1 {
	font-size:225%;
	font-weight:bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position:absolute;
	top:31%;
	left:0;
	padding-left:10px;
	width:600px;
	display:table;
	line-height:1.2;
}
.titleHead h1 img{
	vertical-align:middle;
	margin-right:18px;
}
.titleHead h1 span{
	display:table-cell;
	vertical-align:middle;
}
.titleHead h1 span.titleHeadTxt{
	padding-left:20px;
}
.thbg_enjoy .titleHeadImg{
	width:104px;
}
.thbg_about .titleHeadImg{
	width:89px;
}
.thbg_guide .titleHeadImg, .titleHeadImg{
	width:77px;
}
@media screen and (max-width:767px) {
#titleHead_wrap {
	width:auto;
}
.titleHead {
	width: auto;
	margin: 0 auto;
	background-image: url(/files/img/common/main_comp_sp.png);
	background-position: right 50%;
	background-repeat:no-repeat;
}
.thbg_enjoy {
	background-image: url(/files/img/common/main_enjoy_sp.png) ;
}
.thbg_about,
.thbg_vehicle {
	background-image: url(/files/img/common/main_about_sp.png) ;
}
.thbg_guide {
	background-image: url(/files/img/common/main_guide_sp.png) ;
}
.thbg_beginner {
  background-image: url(/files/img/common/main_beginner_sp.png) ;
}
.thbg_momiji {
	background-image: url(/files/img/common/main_momiji_sp.png) ;
}
.titleHead h1 {
	width:65%;
}
.titleHead h1 span.titleHeadImg{
	width:20%;
}
.titleHead h1 img{
}
.titleHead h1 span.titleHeadTxt{
	padding-left:12px;
}
.pan li {
	font-size:78.5%x;
}
}

@media screen and (max-width:660px) {
.titleHead {
	height:140px;
	background-repeat:no-repeat;
	background-size: contain;
}
.titleHead h1 {
	font-size:4.5vw;
}
.titleHead h1 span.titleHeadImg{
	width:17%;
}
}

@media screen and (max-width:560px) {
.titleHead {
	height:120px;
}
.titleHead h1 {
	width:75%;
	font-size:4.2vw;
	top:42%;
}
.titleHead h1 span.titleHeadImg{
	width:15%;
}
}
@media screen and (max-width:435px) {
.titleHead h1 {
	font-size:4.9vw;
	width:70%;
}
.titleHead h1 span.titleHeadImg{
	width:14%;
}
}
@media screen and (max-width:390px) {
.titleHead h1 {
	font-size:5.5vw;
	width:65%;
	line-height:1.1;
}
}
@media screen and (max-width:340px) {
.titleHead {
	background-position:105% 50%;
}
.titleHead h1 {
}

}


/* page_anchor_link
------------------------------- */
.page_anchor_link {
  width: 1100px;
  margin: 0 auto 30px;
}
.page_anchor_link ul:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}
.page_anchor_link ul li {
	float: left;
	border-right: 1px dotted #bfbcaf;
}

.page_anchor_link ul li:nth-last-of-type(1) {
	border-right: none;
}

.page_anchor_link ul li a {
	display: block;
	background-color: #f4f3ee;
	padding: 20px 15px 20px 35px;
	color: initial;
	text-decoration: none;
	line-height: 1.3;

}
.page_anchor_link ul li a:hover,
.page_anchor_link ul li a:visited:hover {
  opacity: 0.8;
}
.page_anchor_link ul li .fa {
	margin-right: 5px;
	color: #00984a;
	margin-left: -15px;
}

@media screen and (max-width:767px) {
.page_anchor_link{
	width:auto;
}
}
/* ----------------------------------------

content - main

---------------------------------------- */
/* title
-------------------*/
.title_h2{
    font-size: 157.1%;
    font-weight: bold;
    padding: 0 0 5px 30px;
    margin-bottom: 25px;
    border-bottom: solid 3px #921b0f;
    background: url(/files/img/common/ico_postttl.gif) no-repeat left 35%;
}
.title_h3{
    font-size: 128.5%;
    font-weight: bold;
    margin-bottom: 10px;
}
/* table
-------------------*/
.table_comp01{
	width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}
.table_comp01 th, .table_comp01 td {
    border-collapse: collapse;
    padding: 10px 15px;
    border-top: 1px solid #ac4b41;
    border-bottom: 1px solid #ac4b41;
}
.table_comp01 th {
    background-color: #921b0f;
	text-align:center;
    width: 8em;
    color: #fff;
}
.table_comp01 td {
    border-top: 1px solid #cecdc7;
    border-bottom: 1px solid #cecdc7;
}
.table_comp02{
	width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
}
.table_comp02 th, .table_comp02 td {
    border-collapse: collapse;
    padding: 10px 15px;
    border-top: 1px solid #cecdc7;
    border-bottom: 1px solid #cecdc7;
}
.table_comp02 th {
    background-color: #f4f3ee;
    width: 8em;
}
.table_comp02 td {
    border-bottom: 1px solid #cecdc7;
    border-top: 1px solid #cecdc7;
}

/* dl dt dd
-------------------*/
.desc{
	border-top:dotted 1px #b0aea1;
	margin-bottom:15px;
}
.desc:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
}
.desc dt{
	float : left;
	clear : both;
	font-weight:bold;
	padding:10px 6px 7px;
}
.desc dd{
	padding:10px 6px 7px 7.5em;
	padding-left :7.5em;
	border-bottom:dotted 1px #b0aea1;
}
@media only screen
and (-webkit-min-device-pixel-ratio: 2) {
.desc{
	border-top:dashed 1px #9e9c90;
}
.desc dd{
	border-bottom:dashed 1px #9e9c90;
}
}
@media screen and (max-width:767px) {
.desc{
	border-top:dotted 1px #b0aea1;
}
.desc dd{
	border-bottom:dotted 1px #b0aea1;
}
}
/* list
-------------------*/
.list_style li {
	padding-left: 1.5em;
	text-indent:-0.5em
}
.list_style li:before {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 100%;
	background: #921b0f;
	position: relative;
	left: -10px;
	top: -3px;
}
/* btn detail
-------------------*/
.btn_detail{
	width:80%;
    margin:15px auto 0;
}
.btn_detail a, .btn_detail a:visited{
    display: inline-block;
    background-color: #921b0f;
    padding: 5px 10px;
    width: 100%;
    font-size: 92%;
    text-decoration: none;
    text-align: center;
    color: #fff;
    border-radius: 33px;
    -moz-border-radius: 33px;
    -webkit-border-radius: 33px;
}
.btn_detail a .fa{
	margin-right:5px;
	color:#fff;
}
/* ----------------------------------------

content - sub

---------------------------------------- */



/* ----------------------------------------

footer

---------------------------------------- */

/* ----------------------------------------

footer

---------------------------------------- */

#footer {
  position: relative;
  min-width: 1120px;
  padding: 20px 0 25px;
  background-color: #504e40;
}
#footer .footer_inner {
  position: relative;
  width: 1120px;
  margin: 0 auto;
  color: #9b9a92;
  text-align: center;
}
.copy {
  font-size: 85.7%;
}

@media screen and (max-width:767px) {
  #footer {
    min-width: inherit;
    padding-bottom: 15px;
  }
  #footer .footer_inner {
    width: auto;
  }
}

/* footer_nav
------------------------------- */

.footer_nav {
  width: 1120px;
  margin: 0 auto;
  margin-bottom: 25px;
  text-align: center;
}
.footer_nav li {
  display: inline-block;
}
.footer_nav li a {
  padding: 0 13px;
  border-right: 1px solid #7b7860;
  color: #fff;
  font-size: 92.9%;
}

.footer_nav li:first-child a {
  border-left: 1px solid #7b7860;
}

@media screen and (max-width:767px) {
  .footer_nav {
    width: auto;
    margin-bottom: 10px;
    text-align: center;
  }
  .footer_nav li {
    display: inline-block;
    float: none;
    margin-bottom: 5px;
  }

  .footer_nav li a {
    padding: 0 10px;
  }
}


/* pagetop
------------------------------- */
#pagetop {
  display: none;
  position: absolute;
  right: 82px;
  bottom: 48px;
  z-index: 100;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgb(51, 49, 36);
}
#pagetop:hover {
  opacity: 0.9;
}
#pagetop a {
  display: block;
  position: relative;
  z-index: 100;
  width: 48px;
  height: 48px;
}
#pagetop:after {
  display: block;
  position: absolute;
  bottom: 8px;
  left: 50%;
  margin-left: -9px;
  color: #fff;
  font-family: FontAwesome;
  font-weight: 700;
  font-size: 20px;
  content: " \f077";
}
@media screen and (max-width:767px) {
  #pagetop {
    right: 15px;
    bottom: 112px;
        width: 40px;
    height: 40px;
  }
  #pagetop:after {
    bottom: 9px;
    margin-left: -8px;
    font-weight: 400;
    font-size: 17px;
}
}


/* ----------------------------------------

scrollArea

---------------------------------------- */

.scrollArea .viewport {
  position: relative;
  width: 940px;
  height: 105px;
  overflow: hidden;
}
.scrollArea .overview {
  position: absolute;
  top: 0;
  left: 0;
  list-style: none;
  width:100%;
}
.scrollArea .thumb .end,
.scrollArea .thumb {
  background-color: #8b8b8b;
}
.scrollArea .scrollbar {
  position: relative;
  float: right;
  z-index: 100;
  width: 12px;
}
.scrollArea .track {
  position: relative;
  width: 12px;
  height: 100%;
  padding: 0;
  background-color: #dcdcdc;
}
.scrollArea .thumb {
  position: absolute;
  top: 0;
  width: 12px;
  height: 20px;
  overflow: hidden;
  cursor: pointer;
}
.scrollArea .thumb .end {
  width: 13px;
  height: 5px;
  overflow: hidden;
}
.scrollArea .disable {
  display: none;
}



@media screen and (max-width:767px) {
  /*スマホ指定*/

  .scrollArea .scrollbar {
    display: none;
  }
}





/*menu-trigger*/

.menu-trigger {
  display: none;
}

@media screen and (max-width:767px) {
  /*スマホ指定*/

  /*　ベース　*/
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    transition: all 0.4s;
  }
  .menu-trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 49px;
    height: 44px;
    background-color: #921b0f;
  }
  .menu-trigger span {
    position: absolute;
    left: 14px;
    width: 24px;
    height: 2px;
    background-color: #fff;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 12px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 21px;
  }
  .menu-trigger span:nth-of-type(3) {
    top: 30px;
  }

  /*　パーツ　*/

  .menu-trigger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: "";
    transition: all 0.4s;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) scale(0);
            transform: translateY(20px) scale(0);
  }
  .menu-trigger.active span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2)::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) scale(0);
            transform: translateY(-20px) scale(0);
  }
  .menu-trigger .menuTxt {
    position: absolute;
    bottom: 4px;
    width: 100%;
    color: #36251f;
    font-weight: 700;
    font-size: 10px;
    text-align: center;
  }
  .menu-trigger.active .menuTxt_op {
    display: none;
  }
  .menu-trigger .menuTxt_cl {
    display: none;
  }
  .menu-trigger.active .menuTxt_cl {
    display: block;
  }
}




/* ----------------------------------------

sp Menu

---------------------------------------- */

.spHdrBtn,
.spHdrMenu,
.searchSp_wrap,
.searchBtn {
  display: none;
}
@media screen and (max-width:767px) {
  .spHdrBtn {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    width: 49px;
    height: 44px;
    line-height: 1;
    background: #921b0f;
    cursor: pointer;
  }
  .spHdrBtn a {
    display: inline-block;
    width: 46px;
    height: 46px;
  }
  .spHdrBtn span {
    position: absolute;
    left: 13px;
    width: 24px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: all 0.4s;
            transition: all 0.4s;

         -o-transition: all 0.4s;
  }
  .spHdrBtn span:nth-of-type(1) {
    top: 13px;
  }
  .spHdrBtn span:nth-of-type(2) {
    top: 22px;
  }
  .spHdrBtn span:nth-of-type(3) {
    top: 31px;
  }
  .spHdrBtn.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
            transform: translateY(8px) rotate(-45deg);
  }
  .spHdrBtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .spHdrBtn.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
            transform: translateY(-10px) rotate(45deg);
  }
  .spHdrMenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    overflow: auto;
       -moz-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
  }
  .spHdrMenu > div {
    position: relative;
    height: 100%;
  }
  .spHdrMenu > div:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0.5;
    content: "";
  }
  .spGNav {
    position: relative;
    z-index: 10;
    padding-top: 60px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
    background-color: #f5f4f0;
  }

  .spGNav_tit {
    padding: 13px 15px;
    background-color: #921b0f;
  }

  .spGNav_tit a {
    color: #fff;
    text-decoration: none;
  }
  .spGNav_tit a .fa {
    margin-right: 5px;
  }


  /*spGNav_list*/

  .spGNav_list {
    margin-bottom: 20px;
  }

  .spGNav_list li {
    display: block;
    float: left;
    width: 49%;
    margin-left: 2%;
  }

  .spGNav_list li.large {
    width: 100%;
    margin-left: 0;
  }
  .spGNav_list li:nth-child(2n-1) {
    margin-left: 0;
  }

  /*spGNav_list-odd*/
  .spGNav_list.spGNav_list-odd li:nth-child(n+2):nth-child(even) {
    margin-left: 0;
  }
  .spGNav_list.spGNav_list-odd li:nth-child(n+2):nth-child(odd) {
    margin-left: 2%;
  }
  .spGNav_list li a {
    display: block;
    padding: 13px 0;
    padding-left: 15px;
    border-bottom: 1px solid #ccc;
    color: inherit;
    font-size: 92.9%;
    text-decoration: none;
  }
  .spGNav_list li a .fa {
    padding-left: 0;
    color: #921b0f;
    text-indent: -10px;
  }

  /*spGNav_bottom*/

  .spGNav_bottom {
    background-color: #e5e3dc;
  }

  .spGNav_bottom li {
    display: block;
    float: left;
    width: 50%;
  }

  .spGNav_bottom li:nth-last-child(n+3)  {
    border-bottom: 1px solid #d4d1c8;
  }
  .spGNav_bottom li:nth-child(2n)  {
    border-left: 1px solid #d4d1c8;
  }
  .spGNav_bottom li a {
    display: block;
    padding: 10px;
    color: inherit;
    text-decoration: none;
  }
  .spGNav_bottom li a .fa {
    margin-right: 5px;
    color: #921b0f;
  }


  /* langList
------------------------------- */

  .langSecSp {
    margin: 0 auto;
    margin-top: 15px;
  }

  .langSecSp .langIcon {
    float: left;
    width: 18px;
    margin-top: -2px;
    margin-right: 5px;
  }

  .langSecSp .langList {
    float: left;
  }
  .langSecSp .langList li {
    display: inline-block;
    float: none;
    margin-bottom: 5px;
  }
  .langSecSp .langList li:first-child {
    border-left: none;
    border-radius: 15px 0 0 15px;
  }
  .langSecSp .langList li:last-child {
    border-radius: 0 15px 15px 0;
  }

  .langSecSp .langList li a {
    padding: 0 10px 0 5px;
    border-right: 1px solid #ccc;
    color: inherit;
    font-size: 92.9%;
  }


  .searchBtn {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 49px;
    z-index: 100;
    width: 49px;
    height: 44px;
    line-height: 1;
    border-left: 1px solid #921b0f;
    cursor: pointer;
  }
  .searchBtn img {
    position: absolute;
    top: 10px;
    left: 12px;
  }

	.searchSp {
		padding-top: 60px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
		background-color: #f5f4f0;
	}


  .searchSp_wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    overflow: auto;
       -moz-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
  }
  .searchSp_wrap > div {
    position: relative;
    height: 100%;
  }
  .searchSp_wrap > div:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0.5;
    content: "";
  }
  .searchSp {
    position: relative;
    z-index: 10;
    padding-top: 60px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    background-color: #f5f4f0;
  }

  table.gsc-search-box {
  	width: 100%!important;
  }
  .gsc-search-box table.gsc-search-box td.gsc-input {
  	padding-right: 0!important;
  }

}


@media screen and (max-width:767px) {
  .spGNav {
    padding-right: 10px;
    padding-left: 10px;
  }
}



/* ----------------------------------------

other

---------------------------------------- */
.ml1{
	margin-left:1em;
}
.ml2{
	margin-left:2em;
}
.mb10{
	margin-bottom:10px;
}
.mb15{
	margin-bottom:15px;
}
.mb20{
	margin-bottom:20px;
}
.mb30{
	margin-bottom:30px;
}
.ta_c{
	text-align:center;
}
.tellink{
	text-decoration:none;
	cursor:default;
	color:#333;
	white-space:nowrap;
}

@media screen and (max-width:767px) {
	.tellink{
		text-decoration: underline;
		color:#0c5f93;
	}
}
/* ----------------------------------------

clearfix

---------------------------------------- */

/* Modern Browsers
------------------------------- */
.xxx:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
  content: ".";
}

/* Legacy IE
------------------------------- */
.xxx {
  *zoom: 1;
}
