
@import url(https://fonts.googleapis.com/css?family=Gilda+Display);
@charset "utf-8";
/* ------------------------------------------------------------
common
------------------------------------------------------------ */
html {
    -webkit-text-size-adjust: none;
    font-size: 14px;
    color: #303030;
    text-rendering: optimizeLegibility;
}
body {
    line-height: 1.8;
    /*font-family:"NotoSansCJKjp-Regular", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;*/
    font-family: 'Apple TP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'Helvetica Neue', Helvetica, Arial, sans-serif;;
    -webkit-backface-visibility: hidden;
    background-color: #fff;
    line-height: 1.5;
}

.wrap{overflow:hidden;}

* {
    -webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}
p,li,dt,dd,th,td,pre{ -ms-line-break: strict; line-break: strict; -ms-word-break: break-strict; word-break: break-strict; }
a{ color: #303030; text-decoration: none; }
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,address{margin: 0px; padding: 0px; list-style-type: none;}
h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal;}
input[type='text'] ,
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

select:focus ,
button:focus ,
input:focus ,
textarea:focus {
    outline: none;
}

.al a,
.al a img,
.al button,
.al input {
    -webkit-transition: 0.20s ease-in-out;
    -moz-transition: 0.20s ease-in-out;
    -ms-transition: 0.20s ease-in-out;
    -o-transition: 0.20s ease-in-out;
    transition: 0.20s ease-in-out;
}
.al a:hover,
.al button:hover,
.al input:hover {
    color: #999;
}
.ali a img {
    -webkit-transition: opacity 0.30s ease-in-out;
    -moz-transition: opacity 0.30s ease-in-out;
    -ms-transition: opacity 0.30s ease-in-out;
    -o-transition: opacity 0.30s ease-in-out;
    transition: opacity 0.30s ease-in-out;
}
.ali a:hover img {
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.80;
}
.ul a:hover {
    text-decoration: underline;
}

.spNone { display: block !important; }
.spNone { display: block !important; }
.spNone--ib { display: inline-block !important; }
.spOnly { display: none !important; }
.pcOnly { display: block !important; }

.js-stop-scroll {
    position: relative;
    overflow: hidden;
}
.fb_iframe_widget {
    overflow: hidden;
}

/*  --------------------
g_navi
-------------------- */
.g_navi{
	background-color: #fff;
	border-bottom:none;
	-webkit-transition: 0.10s ease-out;
	-moz-transition: 0.10s ease-out;
	-ms-transition: 0.10s ease-out;
	-o-transition: 0.10s ease-out;
	transition: 0.10s ease-out;
}
.g_navi li{
	position: relative;
	display: inline-block;
	padding: 25px 0 24px;
	margin: 0 20px;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1;
}

.g_navi li span{
	font-weight: bold;
}

.g_navi li i {
	vertical-align: middle;
	font-size: 130%;
}
@media screen and (max-width: 740px) {
	.g_navi li{
		margin: 0 10px;
	}
}

.andmore_link{
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  clear: both;
}

.header_navi{
  text-align: center;
}

/* ------------------------------------------------------------
  group
------------------------------------------------------------ */

.home-btn {
    margin-top: 50px;
    margin-bottom: 20px;
    display: block;
}
.home-btn span{
    display: inline-block;
    padding: 4px 50px;
    font-family:"AvenirLTStd-Black", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;
    letter-spacing: 1px;
}

.shop_list{
	max-width: 960px;
	margin: auto;
	/*font-size: 120%;*/
  /*   padding: 15px;
      border: solid 1px gray;*/
      font-size: 14px;
    /*  font-family: 'Old Standard TT', serif;*/
      margin-bottom: 30px;
	text-align: left;
	visibility: hidden;
}
@media screen and (min-width: 800px) {
  .shop_list{
		float: left;
		display: block;
		margin-right:5%;
		width: 45%;
		min-height: 500px;
	}
}

.shop_list_set{
  overflow: hidden;
}

.content_wrap{
  -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
  opacity: 1;
  display: block;
}

.disnon {
  opacity: 0;
  display: none;
}

#tab li{
	cursor: pointer;
	display: inline-block;
	color: #000;
	padding: 5px 30px;
	border: 1px solid #000;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1;
	border-radius: 5px;
	margin-right: 20px;
	-webkit-transition: 0.30s ease-in-out;
	-moz-transition: 0.30s ease-in-out;
	-ms-transition: 0.30s ease-in-out;
	-o-transition: 0.30s ease-in-out;
	transition: 0.30s ease-in-out;
}
#tab li.select{
    background: url(../img/btn_bg.png) repeat-x;

}
#tab li:hover{
background: url(../img/btn_bg.png) repeat-x;
}

.shop_list dl{
  padding-bottom: 30px;
  overflow: hidden;
}
.shop_list dt{
	font-weight: bold;
	float: left;
	padding-bottom: 10px;
	width: 5%;
}
.shop_list dd{
	float: left;
	padding-bottom: 10px;
	width: 95%;
    -ms-line-break: break-word;
    word-break: break-word;
}


.sh__menu-btn-outer {
    padding-top: 30px;
}

.js-menu-open-btn{
  display: none;
}

.shop_list_type{
  border-bottom: 1px solid #000;
  padding-bottom:10px;
  text-align: left;
  margin-bottom: 20px;
  margin-right: 5%;
}

.shop_list_box{
  overflow: hidden;
}

.index_recruit{
  max-width: 960px;
  margin: auto;
  font-size: 14px;
  margin-bottom: 30px;
  text-align: left;
  visibility: hidden;
}
@media screen and (min-width: 800px) {
  .index_recruit{
    float: left;
    display: block;
    margin-left: 190px;
    width: 57%;
  }
}

.index_recruit_logo {
  vertical-align: top;
  margin-bottom: 14px;
}
.index_recruit_logo img{
  width: auto;
  max-width: 100%;
}

.index_recruit_head3{
  font-weight: bold;
  font-size: 150%;
  text-indent: -14px;
  margin-bottom: 50px;
}

.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight, .fadeIn {
    visibility: visible;
}

.shop_list.animated.delay-05s{
  /* ５秒かけてアニメーションする */
  -webkit-animation-duration:0.5s;
  animation-duration:0.5s;
}

.shop_list.animated.delay-1s{
  /* ５秒かけてアニメーションする */
  -webkit-animation-duration:1s;
  animation-duration:1s;
  animation-fill-mode: both;

}
.shop_list.animated.delay-15s{
  /* ５秒かけてアニメーションする */
  -webkit-animation-duration:1.5s;
  animation-duration:1.5s;
  animation-fill-mode: both;
}
.shop_list.animated.delay-2s{
  -webkit-animation-duration:2s;
  animation-duration:2s;
}
.shop_list.animated.delay-25s{
  -webkit-animation-duration:2.5s;
  animation-duration:2.5s;
}
.shop_list.animated.delay-3s{
  -webkit-animation-duration:3s;
  animation-duration:3s;
}

.shop_list_box .wrapper {
  width: 890px;
  margin: 0px auto;
  padding: 60px 0px 180px 0px;
  overflow: auto; }
@media screen and (max-width: 890px) {
	.shop_list_box .wrapper{
		  width: 80%;
		  overflow: hidden;
	}
	.shopIndex .wrapper{
		  width: 100%;
	}
}
@media screen and (max-width: 740px) {
	.shop_list_box .wrapper {
		padding: 60px 0px 100px 0px;
	}
}

.shop_list_logo {
    vertical-align: top;
	margin-bottom: 14px;
}
.shop_list_logo img{
  width: auto;
  max-width: 100%;
}
.shop_list_info {
  /*  display: inline-block;
    max-width: 640px;
    */
}

.shop_list_head{
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 16px;
}
@media screen and (max-width: 740px) {
	.shop_list_head {
		padding-left:35px;/*add*/
		text-indent:-35px/*add*/
	}
}

.shop_list_head::before  {
  background: url(../img/shop_list_head.jpg) no-repeat;
  content: "";
  padding-left:20px;
  /*padding-left:62px;*/
  padding-bottom:25px;
  margin-right: 7px;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
 }

.shop_list_head2{
	font-weight: bold;
	margin-bottom: 14px;
	font-size: 16px;
}

 .shop_list_head2::before  {
	background: url(../img/shop_list_head2.jpg) no-repeat;
	content: "";
	padding-left:62px;
	padding-bottom:25px;
	margin-right: 10px;
	background-size: 100%;
	display: inline-block;
	vertical-align: middle;
}
.shop_list_head3{
	font-weight: bold;
	font-size: 150%;
	text-indent: -14px;
}

.fa{margin-right: 5px; font-size: 130%;}

.spOnly{
  display: none;
}

.shop_list hr {
    display: block;
    height: 0px;
    width: 14px;
    border-top: .5px;
    border-style: solid;
    margin: 1em 0;
    border-color: #000000;
    padding: 0;
}

.shop_map {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.shop_map iframe,
.shop_map object,
.shop_map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shop_list_box p {
  font-size: inherit;
  font-family: inherit;
  margin-bottom: 14px;
  line-height: 1.4;
  font-size: 14px;
  text-indent: -8px;
padding-left: 16px;
}

.social_box{
  overflow: auto;
}
.social_box .fa{
    font-size: 150%;
    vertical-align: middle;
    margin: auto;
    margin-top: 4px;
    display: block;
    padding: 2px;
    padding-top: 4px;
    float: left;
    /* width: 25px; */
    /* height: 32px; */
    cursor: pointer;
    color: #000000;
    /* margin: 6px; */
    transition: all 0.8s ease;
    /* text-align: center; */
    margin-right: 10px;
  }
/*  .social_box a .fa:hover {
    background: #c1272d ;       color: #ffffff; }*/

    /*  .social_box .fa:hover {
          color: #ffffff;
          outline: solid 1px #c1272d;
          border: 2px solid #ffffff; } */

@media screen and (min-width: 1250px) {
	.h_img img {
	  width: auto;
	  max-width: 90%;
	}
	.h_img{
	margin-bottom: 60px !important;
	}
	.h_p{
	margin-bottom: 55px !important;
	}
	.h_p img {
	  width: auto;
	  max-width: 90%;
	}
}

@media screen and (min-width: 980px) {
	ul#tab {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 30px;
	}
}


.wy__caption {
	height: 100% !important;
	position: relative;
}

.top_caption {
    display: table;
}
.top_caption > div {
    display: table-cell;
    vertical-align: middle;
}
.top_caption {
    text-align: center;
}

.h_img{
    margin-bottom:20px;
}
.h_img img{
  width: auto;
  max-width: 90%;
}

.h_p{
    margin-bottom: 30px;
}
.h_p img{
  width: auto;
  max-width:90%;
}
.about_en .h_p img{
  max-width:70%;
}
.about_ch .h_p img{
  max-width:70%;
}

.about_logo {
	width: 24%;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 980px) {
	.wy__caption {
		height: 100% !important;
		padding: 10% !important;
		/*padding-top: 40% !important;*/
	}
	.h_img img{
		width: auto;
		max-width:100%;
	}
	.about_ja .h_img {
		margin-bottom: 11%;
	}
	.h_p img{
		width: auto;
		max-width:100%;
	}
	.about_en .h_p img{
	  max-width:100%;
	}
	.about_ch .h_p img{
	  max-width:100%;
	}
	.about_logo {
		width: 24%;
		min-width: 140px;
		display: block;
		text-align: center;
		margin: 10% auto 10%;
	}
	#tab li{
		display:block;
		margin-bottom: 20px;
	}

	.shop_list dt{
		float: none;
		width: 100%;
	}
	.shop_list dd{
		float: none;
		width: 100%;
		font-size: 90%;
	}
	.shop_list dl {
		padding-bottom: 60px;
	}

	.spOnly{
		display: block;
	}
}

/* ------------------------------------------------------------
  news
------------------------------------------------------------ */
.news {
  max-width: 890px;
  margin: 40px auto;
  text-align: left;
}

.news + .news {
  position: relative;
  padding-top: 45px;
  margin-top: 45px;
}

.news + .news:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    width: 60px;
    border-top: 1px solid #888;
    margin-left: -30px;
}

.news h3{
  font-size: 120%;
  font-weight: bold;
}

.news .date{
  font-size: 1rem;
  padding-bottom: 20px;
}

.news .entry-body {
  font-size: 1rem;
}

.news-ex{
  display: none;
}

/*  andmore
-------------- */
.news .andmore-area {
  margin-top: 1em;
}
.news .andmore-btn {
  color: #999;
  font-weight: bold;
}
.news .andmore-btn:hover {
  text-decoration: underline;
}
.news .andmore-btn.js-acc-open {
  display: none;
}
.news .andmore-contents {
  display: none;
}
.news .andmore-contents strong {
  color: black;
  font-size: 10.5pt;
  font-weight: 700;
  line-height: 16.0pt;
}

/* ------------------------------------------------------------
  group progress
------------------------------------------------------------ */
.head_pg {
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    width: 1%;
    height: 6px;
    background-color: #ccc;
    -webkit-transition  : width 300ms cubic-bezier(0, 0, 1, 1);
    -moz-transition     : width 300ms cubic-bezier(0, 0, 1, 1);
    -ms-transition      : width 300ms cubic-bezier(0, 0, 1, 1);
    -o-transition       : width 300ms cubic-bezier(0, 0, 1, 1);
    transition          : width 300ms cubic-bezier(0, 0, 1, 1);
}

.wrap--index.js-wrap.wrap {
    background-position: bottom;
    z-index: 100;
}
/*.fotter_line{
  background-position: bottom;
      z-index: 100;
      background: url(../img/top_bg_img.png) repeat-x;
      background-position: center bottom;
      padding-top: 20px;
      background-size: 45%;
}*/
.fotter_line{
  background-position: bottom;
      z-index: 100;
      /*background: url(../img/top_bg_img.png) repeat-x;*/
      background: url(../img/bg_stripe.png) repeat;
      background-position: center bottom;
      padding-top: 20px;
      /*background-size: 45%;*/
}

/* ------------------------------------------------------------
  group header
------------------------------------------------------------ */
.sh {
    text-align: center;
    background-color: #fff;
}
.sh__menu-div {
    padding: 26px 0 0;
}
.sh__logo {
    display: inline-block;
}
.sh__logo-outer {
    position: relative;
    display: block;
    border-bottom: solid 1px #e0e0e0;
    padding-bottom: 20px;
}
.sh__nav {
    z-index: 100;
    background-color: #fff;
    border-bottom: 1px solid #E0E0E0;

    -webkit-transition: 0.10s ease-out;
    -moz-transition: 0.10s ease-out;
    -ms-transition: 0.10s ease-out;
    -o-transition: 0.10s ease-out;
    transition: 0.10s ease-out;
}
.sh__nav--fix {
    border-top: none;
    border-bottom: 1px solid #E0E0E0;
    position: fixed;
    top: -70px;
    left: 0;
    width: 100%;

    -webkit-transition: top 0.20s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: top 0.20s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: top 0.20s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: top 0.20s cubic-bezier(0.77, 0, 0.175, 1);
    transition: top 0.20s cubic-bezier(0.77, 0, 0.175, 1);

    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.sh__nav--fix .sh__menu-link {
    padding: 24px 0;
    margin: 0 20px;
}
.sh__nav--fix .sh__menu-link:after {
    bottom: -1px;
}
.sh__menu--logo {
    display: none !important;
}
.sh__menu--logo img {
    margin-top: -2px;
}
.sh__nav--fix .sh__menu--logo {
    display: inline-block !important;
}
.sh__nav--fix .sh__menu--home {
    display: none;
}
.sh__menu {
    position: relative;
    display: inline-block;
}
.sh__menu-btn {
    display: inline-block;
}
.sh__menu-link {
    font-family:"AvenirLTStd-Medium", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;
    display: inline-block;
    padding: 25px 0 24px;
    margin: 0 20px;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1;
}
.sh__menu-link  {
    position: relative;
    -webkit-transition: 0.10s ease-out;
    -moz-transition: 0.10s ease-out;
    -ms-transition: 0.10s ease-out;
    -o-transition: 0.10s ease-out;
    transition: 0.10s ease-out;
}
.sh__menu-link:after {
    z-index: 1;
    border-top: 4px solid #E48217;
    position: absolute;
    width: 100%;

    content:  "";
    bottom: -1px;
    left: 0;

    -webkit-transform: scaleX(0.0);
    -moz-transform: scaleX(0.0);
    -ms-transform: scaleX(0.0);
    -o-transform: scaleX(0.0);
    transform: scaleX(0.0);

    -webkit-transition: 0.10s ease-out;
    -moz-transition: 0.10s ease-out;
    -ms-transition: 0.10s ease-out;
    -o-transition: 0.10s ease-out;
    transition: 0.10s ease-out;

    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.sh__menu-link.active:after ,
.sh__menu-link:hover:after {
    display: block !important;
    -webkit-transform: scaleX(1.0);
    -moz-transform: scaleX(1.0);
    -ms-transform: scaleX(1.0);
    -o-transform: scaleX(1.0);
    transform: scaleX(1.0);
}
.sh__menu-link.active ,
.sh__menu-link:hover {
    color: #e48217;
}
.sh__menu--logo .sh__menu-link {
    padding: 10px 0;
}
.sh__menu--logo .sh__menu-link:after {
    display: none !important;
}
.sh__menu-link--cs  {
    color: #999;
}
.sh__menu-link--cs:hover {
    color: #999;
}
.sh__menu-link--cs:hover:after  {
    display: none !important;
}

/* ------------------------------------------------------------
  group site footer
------------------------------------------------------------ */
.sf {
    text-align: center;
  /*  background-color: #fff; */
}
.sf__nav {
    display: block;
    border-top: solid 1px #e0e0e0;
}
.sf__inner {
    padding: 65px 0;
}
.sf__menus{
    text-align: left;
}
.sf__menu {
    display: inline-block;
}
.sf__menu .fa-instagram {
    font-size: 130%;/* 180620 add */
}
.sf__logo {
    display: inline-block;
    margin-bottom: 18px;
}
.sf__copyright {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 32px;
    font-family:"NotoSansCJKjp-Regular", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;
    color: #999999;
}
.sf__sharedlist {
    display: inline-block;
    text-align: center;
    overflow: hidden;
    margin-bottom: 24px;
}
.sf__shared {
    margin: 0 5px;
    float: left;
    width: 40px;
    height: 40px;
}
.sf__shared span {
    display: block;
    background: url(../images/common/f_fb_on.png) no-repeat;
    width: 40px;
    height: 40px;
    filter: alpha(opacity=000);
    -moz-opacity: 0.00;
    opacity: 0.00;

    -webkit-transition: 0.30s cubic-bezier(.12,.46,.48,.9);
    -moz-transition: 0.30s cubic-bezier(.12,.46,.48,.9);
    -ms-transition: 0.30s cubic-bezier(.12,.46,.48,.9);
    -o-transition: 0.30s cubic-bezier(.12,.46,.48,.9);
    transition: 0.30s cubic-bezier(.12,.46,.48,.9);
}
.sf__shared:hover span {
    filter: alpha(opacity=100);
    -moz-opacity: 1.00;
    opacity: 1.00;
}
.sf__shared--fb {
    background: url(../images/common/f_fb.png) no-repeat;
}
.sf__shared--fb span {
    background: url(../images/common/f_fb_on.png) no-repeat;
}
.sf__shared--tw {
    background: url(../images/common/f_tw.png) no-repeat;
}
.sf__shared--tw span {
    background: url(../images/common/f_tw_on.png) no-repeat;
}
.sf__menu-link {
    display: inline-block;
    padding: 24px 0;
    margin: 0 16px;
    line-height: 1;
    letter-spacing: 1px;
    font-size: 12px;
    font-family:"AvenirLTStd-Medium", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;
}
/*
.sf__menu-link.active ,
.sf__menu-link:hover {
    color: #e48217;
}

.sf__menu-link {
    position: relative;
}
.sf__menu-link:after {
    z-index: 1;
    border-top: 4px solid #E48220;
    position: absolute;
    width: 100%;
    content: "";
    bottom: -1px;
    left: 0;

    -webkit-transform: scaleX(0.0);
    -moz-transform: scaleX(0.0);
    -ms-transform: scaleX(0.0);
    -o-transform: scaleX(0.0);
    transform: scaleX(0.0);

    -webkit-transition: 0.10s ease-out;
    -moz-transition: 0.10s ease-out;
    -ms-transition: 0.10s ease-out;
    -o-transition: 0.10s ease-out;
    transition: 0.10s ease-out;

    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.sf__menu-link.active:after ,
.sf__menu-link:hover:after {
    display: block !important;
    -webkit-transform: scaleX(1.0);
    -moz-transform: scaleX(1.0);
    -ms-transform: scaleX(1.0);
    -o-transform: scaleX(1.0);
    transform: scaleX(1.0);
}
*/
/* ------------------------------------------------------------

  group page-content

------------------------------------------------------------ */
/*.js-wrap { }*/
.wrap--index {
    visibility: hidden;
    filter: alpha(opacity=000);
    -moz-opacity: 0.00;
    opacity: 0.00;
}

/* sec
------------------------------------------------------------ */
.section {
    position: relative;
    text-align: center;
    background-color: #fff;
    padding-top: 50px;
}
.sec_pt0 {
    padding-top: 0;
}

.sec_pt50 {
    padding-top:50px;
}

.section--ptcnt {
    padding-top: 100px;
}
.section__head {
    display: inline-block;
    padding: 30px 10px 50px;
    text-align: center;
}
.section__head--top {
    padding-top: 0;
}




.section__ttl{
    margin-bottom: 0.5em;
    line-height: 1;
    color: #303030;
    letter-spacing: 1px;
    font-size: 34px;
    font-family:"Gilda Display", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;
}

.section__ttl--ja{
    position: relative;
    margin-bottom: 0;
    display: inline-block;
    padding-top: 1.5em;
    font-size: 11px;
    font-style: normal;
    line-height: 1;
    font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;
}
.section__ttl--ja:before{
    width: 60px;
    border-top: 1px solid #888;
    content: "";
    position: absolute;
    top: -4px;
    left: 50%;
    margin-left: -30px;
}
.section__ttl--fz14{
    font-size: 14px;
}
.section__subttl{
    margin-top: 30px;
    font-size: 12px;
    color: #303030;
}
.section__icon {
    margin-right: 4px;
}
.section__contents {
    padding-bottom: 60px;
}

/* page head
------------------------------------------------------------ */
.page-head {
    background-color: #fff;
    border-bottom: solid 1px #e0e0e0;
    padding: 50px 10px 40px;
    text-align: center;
}
.page-ttl {
    font-size: 60px;
    font-family:"MinionPro-It", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;
    color: #303030;
    line-height: 1;
    letter-spacing: 2px;
}
/* sec-sub
------------------------------------------------------------ */
.section-sub__head {
    display: inline-block;
    padding: 30px 10px 60px;
    text-align: center;
}
.section-sub__head--sm {
    padding-bottom: 0;
}
.section-sub__head--ptb0 {
    padding-top: 0;
    padding-bottom: 0;
}
.section-sub__head--top {
    padding-top: 0;
}
.section-sub__ttl {
    margin-bottom: 40px;
    line-height: 1;
    color: #303030;
    letter-spacing: 1px;
    font-size: 26px;
    font-family:"Lato-Semibold", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;
}
.section-sub__ttl--italic {
    font-size: 40px;
    font-family:"MinionPro-It", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;
}
.section-sub__ttl--ja {
    margin-bottom: 20px;
    font-size: 22px;
    letter-spacing: 5px;
    line-height: 1.4;
}
.section-sub__subttl {
    margin-bottom: 40px;
    line-height: 1;
    color: #303030;
    letter-spacing: 1px;
    font-size: 30px;
    font-family:"MinionPro-It", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;
}
.section-sub__txt {
    padding: 0 20px;
    margin: 0 auto 40px;
    font-size: 20px;
    font-family:"MinionPro-It", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;
    color: #303030;
    line-height: 1.5;
    letter-spacing: 1px;
}
.section-sub__txt--ja {
    margin-bottom: 0;
    font-size: 14px;
    font-style: normal;
    color: #303030;
    line-height: 2;
    letter-spacing: 3px;
    font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;
}
.section-sub__txt--lb {
    padding: 0 40px;
}
.section-sub__txt-img {
    vertical-align: middle;
    margin-top: -3px;
}
.section-sub__thumbs {
    overflow: hidden;
    padding: 0 40px;
}
.section-sub__thumb {
    float:left;
    position: relative;
    width: 100%;
    height: auto;
}
.section-sub__thumb--04 {
    width: 25%;
}
.section-sub__thumb--right {
    float: right;
}
.section-sub__thumb--02 {
    width: 50%;
}
.section-sub__img {
    padding: 0 40px;
    overflow: hidden;
}
.section-sub__thumb-img {
    overflow: hidden;
    display: inline-block;
}
.section-sub__thumb-txt {
    margin-top: -0.5em;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    text-align: center;
    color: #fff;
    line-height: 1;
    font-size: 36px;
    font-family:"MinionPro-It", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;
}
.section-sub__obj{
    width: 100%;
    height: auto;
}

/* top contents
------------------------------------------------------------ */
.cnts {
    overflow: hidden;
    margin-left: -20px;
    letter-spacing: -0.4em;
}
.cnts__item {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
    letter-spacing: normal;
}
.cnts__item-ttl__outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 225px;
}
.cnts__item-ttl {
    background-color: #fff;
    display: inline-block;
    padding: 12px 20px 8px;
    border: solid 4px #000;
    line-height: 1;
    letter-spacing: 1px;
    font-size:13px;
    font-family:"AvenirLTStd-Black", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;
}
.cnts__item a:hover .cnts__item-ttl {
    border: solid 4px transparent;
    color: #fff;
    background-color: #e48217;
}
.banner {
    margin-top: 10px;
}
.banner img {
    max-width: 100%;
    height: auto;
}

/* top lookbook
------------------------------------------------------------ */
.lbtop {
    position: relative;
    overflow: hidden;
    padding: 0 60px;
}
.lbtop__img {
    display: block;
}
.lbtop__img--tp img{
    width: 100%;
    height: auto;
}
.lbtop__img--bm {
    display: block;
    float: left;
    width: 25%;
    height: auto;
}
.lbtop__img--bm img{
    width: 100%;
    height: auto;
}
.lbtop__no1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 154px;
    height: 154px;
    background-color: #e48217;
}
.lbtop__no1 .x-vcenter {
    margin-top: 6px;
    width: 154px;
    height: 154px;
}
.lbtop__no1__ttl {
    margin-bottom: 0.6em;
    color: #fff;
    line-height: 1;
    font-size: 12px;
    letter-spacing: 1px;
    font-family:"AvenirLTStd-Medium", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;
}
.lbtop__no1__num {
    color: #fff;
    line-height: 1;
    font-size: 43px;
    letter-spacing: 2px;
    font-family:"MinionPro-It", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;
}
.lbtop__no1__cs {
    color: #fff;
    line-height: 1.4;
    font-size: 30px;
    letter-spacing: 2px;
    font-family:"MinionPro-It", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;
}
.lbtop__link {
    overflow: hidden;
    display: block;
    position: relative;
}
.lbtop__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/common/overlay_white_20.png) repeat;
    filter: alpha(opacity=00); -moz-opacity: 0.0; opacity:0.0;

    -webkit-transition: opacity 0.20s ease-in-out;
    -moz-transition: opacity 0.20s ease-in-out;
    -ms-transition: opacity 0.20s ease-in-out;
    -o-transition: opacity 0.20s ease-in-out;
    transition: opacity 0.20s ease-in-out;
}
.lbtop__link:hover .lbtop__overlay {
    filter: alpha(opacity=100); -moz-opacity: 1.0; opacity:1.0;
}

/* lookbook A
------------------------------------------------------------ */
.lb {
    padding: 0 20px 0;
}
.lb__img {
    overflow: hidden;
}
.lb__img:first-child .lb__obj {
    filter: alpha(opacity=100); -moz-opacity: 1.0; opacity:1.0;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.lb__obj{
    padding: 0 15px 30px;
    width: 100%;
    height: auto;
    filter: alpha(opacity=0); -moz-opacity: 0.0; opacity:0.0;

    -webkit-transition: 2.1s cubic-bezier(.15,.9,.35,1);
    -moz-transition: 2.1s cubic-bezier(.15,.9,.35,1);
    -ms-transition: 2.1s cubic-bezier(.15,.9,.35,1);
    -o-transition: 2.1s cubic-bezier(.15,.9,.35,1);
    transition: 2.1s cubic-bezier(.15,.9,.35,1);

    -webkit-transition-delay: 0.10s;
    -moz-transition-delay: 0.10s;
    -ms-transition-delay: 0.10s;
    -o-transition-delay: 0.10s;
    transition-delay: 0.10s;

    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}
.lb__obj--delay{
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.lb__obj--show{
    filter: alpha(opacity=100); -moz-opacity: 1.0; opacity:1.0;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.lb__obj--04 {
    width: 25%;
    float: left;
}
.lb__obj--02 {
    width: 50%;
    float: left;
}
.ci {
    padding-bottom: 20px;
    max-width: 1500px;
    margin: 0 auto;
}
.ci__ttl {
    font-size: 12px;
    font-family:"Lato-Medium", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;
}
.ci__item {
    position: relative;
    margin: 0 15px;
    display: inline-block;
    vertical-align: top;
}
.ci__hover {
    filter: alpha(opacity=0); -moz-opacity: 0.0; opacity:0.0;
    position: absolute;
    width: 170px;
    height: 3.2em;
    top: -15%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 14px;
    text-align: center;

    display: inline-block;
    color: #303030;
    background-color: #fff;
    padding: 12px 20px 10px;
    border:solid 4px #000;
    line-height: 1;
    letter-spacing: 1px;
    font-family:"AvenirLTStd-Black", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;

    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}
.ci__item:hover .ci__hover {
    filter: alpha(opacity=100); -moz-opacity: 1.0; opacity:1.0;
}
.stt__table {
    margin: 0 auto;
}
.stt__ttl ,
.stt__txt {
    padding: 8px 3px;
}
.stt__ttl {
    font-weight: normal;
    text-align: right;
    font-family:"MinionPro-MediumIt", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;
    font-size: 14px;
    color: #303030;
    line-height: 1;
    letter-spacing: 1px;
    white-space: nowrap;
}
.stt__txt {
    text-align: left;
    font-family:"Lato-Regular", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;
    font-size: 13px;
    color: #303030;
    line-height: 1;
    letter-spacing: 1px;
}
.stt__sns {
    margin: 0 8px;
    display: inline-block;
    width: 19px;
    height: 14px;
}
.stt__sns span {
    display: inline-block;
    width: 19px;
    height: 14px;
    filter: alpha(opacity=00); -moz-opacity: 0.0; opacity:0.0;

    -webkit-transition: 0.15s ease;
    -moz-transition: 0.15s ease;
    -ms-transition: 0.15s ease;
    -o-transition: 0.15s ease;
    transition: 0.15s ease;
}
.stt__sns:hover span {
    filter: alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0;
}
.stt__sns--fb {
    background: url(../images/lookbook/fb.png) no-repeat;
}
.stt__sns--fb:hover span {
    background: url(../images/lookbook/fb_on.png) no-repeat;
}
.stt__sns--tw {
    background: url(../images/lookbook/tw.png) no-repeat;
}
.stt__sns--tw:hover span {
    background: url(../images/lookbook/tw_on.png) no-repeat;
}
.stt__sns--tb {
    background: url(../images/lookbook/tb.png) no-repeat;
}
.stt__sns--tb:hover span {
    background: url(../images/lookbook/tb_on.png) no-repeat;
}
.stt__sns--p {
    background: url(../images/lookbook/p.png) no-repeat;
}
.stt__sns--p:hover span {
    background: url(../images/lookbook/p_on.png) no-repeat;
}

/* showroom
------------------------------------------------------------ */
.sr {
    padding: 0 40px;
}
.sr__obj {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.sr__map-outer {
    padding: 0 40px;
}
.sr__map {
    height: 560px;
}
.sr__map-window {
}
.sr__map-inner {
    padding: 20px 0 20px 20px;
    text-align: left;
}
.sr__map-ttl {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: bold;
    color: #3b3b3b;
    line-height: 1;
}
.sr__map-img {
    margin-bottom: 10px;
}
.sr__map-txt {
    font-size: 12px;
    color: #3b3b3b;
}

/* sitemap
------------------------------------------------------------ */
.sm {
    display: table;
    margin: 0 auto;
    padding: 0 0;
}
.sm--left {
    padding-left: 220px;
}
.sm__row {
    display: table-row;
}
.sm__ttl {
    padding: 0 40px 34px 0;
    display: table-cell;
    vertical-align: top;
    text-align: right;
    font-size: 16px;
    color: #303030;
    letter-spacing: 1px;
    line-height: 1.5;
    font-family:"Lato-Semibold", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;
}
.sm__txts {
    padding: 0 0 34px;
    display: table-cell;
    vertical-align: top;
    text-align: left;
    font-size: 14px;
    color: #303030;
}
.sm__txts a {
    -webkit-transition: 0.20s ease-out;
    -moz-transition: 0.20s ease-out;
    -ms-transition: 0.20s ease-out;
    -o-transition: 0.20s ease-out;
    transition: 0.20s ease-out;
}
.sm__txts a:hover {
    color: #999;
}
.sm__txt {
    display: block;
    margin-bottom: 2px;
    letter-spacing: 3px;
    font-size: 14px;
}
.sm__txt--cs {
    color: #999;
}
.sm__txt-date {
    padding-right: 1em;
}

/* privacy policy
------------------------------------------------------------ */
.pp {
    margin-top: 30px;
    margin-left: -80px;
}
.pp__block {
    margin-left: 80px;
    display: inline-block;
    vertical-align: top;
    max-width: 440px;
    width: 30%;
}
.pp__row {
    padding-bottom: 54px;
}
.pp__row:last-child {
    padding-bottom: 0;
}
.pp__ttl {
    font-weight: bold;
    margin-bottom: 1.4em;
    font-size: 16px;
    text-align: left;
    color: #303030;
    line-height: 1;
}
.pp__txt {
    margin-bottom: 1em;
    font-size: 14px;
    text-align: left;
    color: #303030;
    line-height: 2;
    letter-spacing: 2px;
}
.pp__block ul {
    margin-left: 1em;
}
.pp__block ul li {
    list-style-type: disc;
    font-size: 14px;
    text-align: left;
    color: #303030;
    line-height: 2;
}

/* jobs
------------------------------------------------------------ */
.toj__row {
    margin-left: -80px;
    padding-bottom: 70px;
}
.toj__block {
    display: inline-block;
    vertical-align: top;
    margin-left: 80px;
    max-width: 440px;
}
.toj__img {
    position: relative;
    margin-bottom: 28px;
}
.toj__obj {
    max-width: 100%;
    height: auto;
}
.toj__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/common/overlay_80.png) repeat;
    text-align: center;
}
.toj__overlay span {
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1;
    font-size: 18px;
    color: #fff;
    font-family:"Lato-Semibold", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;
    letter-spacing: 1px;
}
.toj__ttl {
    margin-bottom: 10px;
    font-size: 26px;
    font-family:"Lato-Semibold", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;
    color: #303030;
    line-height: 1;
    letter-spacing: 2px;
}
.toj__subttl {
    margin-bottom: 28px;
    font-size: 12px;
    color: #303030;
    letter-spacing: 2px;
    line-height: 1;
}
.toj__txt-outer {
    position: relative;
    min-height: 4em;
}
.toj__txt {
    font-size: 14px;
    color: #303030;
    line-height: 2;
    letter-spacing: 1px;
    text-align: left;
}
.toj__hide {
    position: absolute;
    top: 0;
    left: 0;
    height: 4em;
}
.toj__content {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
}
.toj__link {
    margin-top: 26px;
    display: inline-block;
    border: solid 4px #3b3b3b;
    padding: 10px 20px 8px;
    font-size: 14px;
    font-family:"AvenirLTStd-Black", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;
    line-height: 1;
    letter-spacing: 1px;
}
.jd__table {
    width: 960px;
    margin: 0 auto;
}
.jd__ttl {
    border: solid 1px #cccccc;
    padding: 20px 30px;
    min-width: 200px;
    background-color: #fafafa;
    font-size: 14px;
    font-weight: normal;
    color: #303030;
    text-align: left;
}
.jd__txt {
    border: solid 1px #cccccc;
    padding: 24px 30px;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 2px;
    text-align: left;
}
.jan {
    padding-bottom: 20px;
}
.jan__link-outer {
    display: inline-block;
    vertical-align: top;
}
.jan__link {
    display: inline-block;
    vertical-align: top;
    margin: 0 30px;
    border: solid 4px #000;
    min-width: 220px;
    padding: 20px 30px;
    font-family:"AvenirLTStd-Black", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1;
    text-align: center;
}
.jan__no {
    margin-top: 1em;
    color: #fa8500;
    font-size: 13px;
}
.jan__link--de {
    filter: alpha(opacity=30); -moz-opacity: 0.3; opacity:0.3;
}
.jan__link span {
    margin-top: 10px;
    display: block;
    font-family:"NotoSansCJKjp-Regular", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;
    font-size: 11px;
    line-height: 1;
}

/* company
------------------------------------------------------------ */
.sm__list li {
    list-style-type: disc;
    margin-left: 1em;
    margin-bottom: 10px;
    font-size: 14px;
    color: #303030;
}
.sm__list--sub li {
    margin-left: 2em;
    list-style: url(../images/common/list.png);
}
.cm {
    padding-bottom: 20px;
}
.cm__block {
    width: 100%;
    padding: 0 40px;
}
.cm__ttl {
    padding: 20px 0;
    background-color: #303030;
    color: #fff;
    letter-spacing: 3px;

    -webkit-transition: 0.10s ease-out;
    -moz-transition: 0.10s ease-out;
    -ms-transition: 0.10s ease-out;
    -o-transition: 0.10s ease-out;
    transition: 0.10s ease-out;
}
.cm__btn:hover .cm__ttl {
    background-color: #e48217;
}
.cm__plus {
    display: block;
    overflow: hidden;
    height: 0;
    background-color: #e48217;

    -webkit-transition: 0.20s ease-out;
    -moz-transition: 0.20s ease-out;
    -ms-transition: 0.20s ease-out;
    -o-transition: 0.20s ease-out;
    transition: 0.20s ease-out;
}
.cm__plus img {
    line-height: 40px;
}
.cm__btn:hover ~ .cm__plus {
    height: 40px;
}

.cm__plus:hover {
    height: 40px;
}
.cm__plus:hover {
    background-color: #e48217;
}
.cm__ttl.on {
    background-color: #e48217;
}

.cm__plus--close:hover {
    background-color: #eee !important;
}
.cm__map {
    height: 560px;
}
.cm__close {
    display: block;
    padding: 34px 0;
}
.cm__block:last-child .cm__plus {
    border-bottom: solid 1px #cccccc;
}

/* news
------------------------------------------------------------ */
.section-sub__head--news {
    padding-bottom: 12px;
}
.section-sub__ttl--news {
    font-family:"Lato-Semibold", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;
}
.news__archive-year-list {
    background-color: #eeeeee;
}
.news__archive-year {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1px;
    font-family:"Lato-Bold", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;
}
.news__archive-year a{
    display: inline-block;
    padding: 18px 34px 14px;
    color: #303030;
}
.news__archive-year a:hover {
    color: #fff;
    background-color: #3b3b3b;
}
/*
.news {
    display: inline-block;
    width: 980px;
    margin: 40px 0 0;
    text-align: left;
}
*/
.news__inner {
    margin-left: -40px;
}
.news__block {
    padding-bottom: 50px;
    overflow: hidden;
    margin: 0 0 50px 40px;
    width: 210px;
    display: inline-block;
    vertical-align: top;
    border-bottom: solid 1px #cccccc;
}
.news__head__ttl {
    text-align: center;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}
.news__head {
    position: relative;
    margin-bottom: 25px;
    line-height: 1.2;
    font-size: 60px;
    font-family:"MinionPro-It", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;
    color: #303030;
}
.news__head-more {
    filter: alpha(opacity=0); -moz-opacity: 0.0; opacity:0.0;
    position: absolute;
    width: 170px;
    height: 3.2em;
    top: -15%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 14px;
    text-align: center;

    display: inline-block;
    color: #303030;
    background-color: #fff;
    padding: 12px 20px 10px;
    border:solid 4px #000;
    line-height: 1;
    letter-spacing: 1px;
    font-family:"AvenirLTStd-Black", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;

    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}
.news__block:hover .news__head-more {
    filter: alpha(opacity=100); -moz-opacity: 1.0; opacity:1.0;
}
.news__block:hover .news__info ,
.news__block:hover .news__ttl {
    filter: alpha(opacity=40); -moz-opacity: 0.4; opacity:0.4;
}
.news__block:hover .news__head__ttl {
    filter: alpha(opacity=00); -moz-opacity: 0.0; opacity:0.0;
}
.news__info {
    margin-bottom: 1em;
    text-align: left;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}
.news__date {
    padding-right: 20px;
    border-right: solid 1px #000;
    display: inline-block;
    line-height: 1;
    letter-spacing: 1px;
    font-size: 13px;
    font-family:"MinionPro-It", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;
    color: #303030;
}
.news__cat {
    padding-left: 20px;
    display: inline-block;
    line-height: 1;
    letter-spacing: 1px;
    font-size: 13px;
    font-family:"MinionPro-It", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;
    color: #303030;
}
.news__ttl {
    height: 3.8em;
    text-align: left;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.9;
    color: #303030;
}
.news__paginate  {
    padding: 10px 0;
    text-align: center;
}
.news__paginate li {
    display: inline-block;
    font-family:"MinionPro-It", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;
    letter-spacing: 1px;
    line-height: 1;
}
.news__paginate li a {
    font-size: 18px;
    display: inline-block;
    padding: 5px 8px 1px;
    color: #303030;
    border: solid 2px transparent;

    -webkit-transition: 0.10s ease-out;
    -moz-transition: 0.10s ease-out;
    -ms-transition: 0.10s ease-out;
    -o-transition: 0.10s ease-out;
    transition: 0.10s ease-out;
}
.news__paginate__img  {
    margin: 0 10px;
}
.news__num--active a ,
.news__paginate a:hover {
    border: solid 2px #000 !important;
}
.news__paginate--nob a:hover {
    border: solid 2px transparent !important;
}
.news__num--ten {
    margin-top: -2px;
}
.news__pre--s,
.news__next--s {
    -webkit-transition: 0.20s ease-in-out !important;
    -moz-transition: 0.20s ease-in-out !important;
    -ms-transition: 0.20s ease-in-out !important;
    -o-transition: 0.20s ease-in-out !important;
    transition: 0.20s ease-in-out !important;
}
.news__pre--s:hover,
.news__next--s:hover {
    filter: alpha(opacity=060); -moz-opacity: 0.6; opacity:0.6;
}
.news__pre img ,
.news__next img,
.news__ten img{
    margin-top: -3px;
}
/* news detail
------------------------------------------------------------ */
.section--nd {
    padding-top: 30px;
}
.nd {
    max-width: 600px;
    margin: 0 auto;
}
.nd__info {
    margin-bottom: 68px;
}
.nd__date {
    padding-right: 20px;
    border-right: solid 1px #000;
    display: inline-block;
    line-height: 1;
    letter-spacing: 1px;
    font-size: 16px;
    font-family:"MinionPro-It", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;
    color: #303030;
}
.nd__cat {
    padding-left: 20px;
    display: inline-block;
    line-height: 1;
    letter-spacing: 1px;
    font-size: 16px;
    font-family:"MinionPro-It", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;
    color: #303030;
}
.nd__ttl {
    margin-bottom: 1em;
    font-size: 26px;
    color: #303030;
    text-align: left;
    letter-spacing: 3px;
    word-break: normal;
}
.nd__contents {
    font-size: 14px;
    color: #303030;
    line-height: 2;
    letter-spacing: 2px;
    text-align: left;
    word-break: normal;
}
.nd__contents p {
    margin-bottom: 40px;
}
.nd__contents a:hover {
    text-decoration: underline;
}
.nd__contents div {
    max-width: 600px;
}
.nd__contents img {
    max-width: 600px;
    height: auto;
}
.news__paginate--nd > * {
    font-size: 16px;
}
/* contact
------------------------------------------------------------ */
.c__note {
    margin-bottom: 50px;
    letter-spacing: 2px;
}
.c__step {
    margin-bottom: 50px;
}
.c__step img {
    max-width: 100%;
    height: auto;
}
.c__orange {
    color: #e48217;
}
.ct {
    margin: 0 auto;
    display: table;
}
.ct__row {
    display: block;
    /*margin-bottom: 30px;*/
    padding-bottom: 30px;
}
.ct__ttl ,
.ct__cnt {
    overflow: hidden;
    display: table-cell;
    font-size: 14px;
    color: #303030;
}
.ct__cnt {
    letter-spacing: -0.2em;
}
.ct__ttl {
    vertical-align: middle;
    min-width: 285px;
    text-align: right;
    padding-right: 20px;
}
.ct__ttl--top {
    vertical-align: top;
    padding-top: 20px;
}
.ct__require {
    margin-left: .3em;
    color: #fa8500;
}
.ct__cell {
    letter-spacing: normal;
}
.ct__cell--max {
    width:  675px;
}
.ct__cell--half {
    width:  325px;
    display: inline-block;
    vertical-align: top;
}
.ct__cell--sm {
    width:  185px;
    display: inline-block;
    vertical-align: top;
}
.ct__cell--xm {
    padding: 20px 0;
    margin: 0 10px;
    mini-width:  1.0em;
    display: inline-block;
    vertical-align: top;
}
.ct__cell--xm .ct__cnt {
    letter-spacing: normal !important;
}
.ct__cell--half:first-child {
    margin-right: 25px;
}
.ct__input {
    padding: 20px;
    width: 100%;
    color: #303030;
    background-color: #fff;
    border: solid 1px #666666;
}
.ct__select {
    border: solid 1px #666666;
    padding: 20px;
    background: #fff url(../images/contact/arrow_bottom.png) no-repeat 100%;
    overflow: hidden;;
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    text-indent: 0.01px;
    text-overflow: "";
    color: #303030;
}
.ct__list li {
    display: inline-block;
    margin-right: 25px;
}

input[type='radio'] {
    filter: alpha(opacity=0); -moz-opacity: 0; opacity:0;
    position: absolute;
}
.ct__list label {
    min-width: 5em;
    background:url(../images/contact/radio_btn.png) no-repeat;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 24px;
    cursor: pointer;
    overflow: hidden;
}
.ct_on{
    background:url(../images/contact/radio_btn_active.png) no-repeat !important;
}
.ct__txt {
    color: #303030;
    width: 100%;
    border: solid 1px #666666;
    padding: 32px;
    text-align: left;
    line-height: 2;
    font-size: 14px;
    letter-spacing: 2px;
}
.ct__txt a {
    word-wrap: break-word;
}
.ct__txt--bn {
    border:none;
    padding: 32px 0;
}
.ct__policy {
    margin-top: 16px;
    padding: 20px;
    background-color: #eeeeee;
    text-align: center;
}
.ct__btns {
    margin: 30px 0 0;
    text-align: center;
}
.ct__btn {
    display: inline-block;
    margin: 0 20px;
    color: #303030;
    background-color: #fff;
    padding: 12px 20px 10px;
    border:solid 4px #000;
    line-height: 1;
    letter-spacing: 1px;
    font-family:"AvenirLTStd-Black", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;

    -webkit-transition: 0.15s ease;
    -moz-transition: 0.15s ease;
    -ms-transition: 0.15s ease;
    -o-transition: 0.15s ease;
    transition: 0.15s ease;
}
.ct__btn--back {
    color: #fff;
    background-color: #000;
}
.ct__btn:hover {
    border: solid 4px transparent;
    color: #fff;
    background-color: #e48217;
}
.ct__err {
    text-align: left;
    color: #e48217;
}
.ct__err--center {
    text-align: center;
}
.ct__val {
    margin-left: 30px;
    min-height: 4.6em;
    padding: 20px;
    background-color: #fafafa;
    text-align: left;
    color: #303030;
    letter-spacing: 1px;
}
.cc__info {
    margin-bottom: 4em;
}
.cc__ttl {
    margin-bottom: 42px;
    font-size: 24px;
    font-family:"Lato-Semibold", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;
    color: #303030;
    letter-spacing: 2px;
}
.cc__txt {
    margin-bottom: 2em;
    color: #303030;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 2;
}
