@charset "UTF-8";
/*=====================================================================================================================
*======================================================================================================================
*
*
*	setting
*
*
*======================================================================================================================
=====================================================================================================================*/
.pc {
  display: block;
}

.pci {
  display: inline-block;
}

.sp {
  display: none;
}

.spi {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }

  .spi {
    display: inline-block;
    width: 100%;
    height: auto;
    max-height: auto;
  }

  .pc {
    display: none;
  }

  .pci {
    display: none;
  }

  .swi {
    width: 100%;
    height: auto;
    max-height: auto;
  }
}
/*=====================================================================================================================
*======================================================================================================================
*
*
*	基本設定
*
*
*======================================================================================================================
=====================================================================================================================*/

/* BACKGROUND COLOR*/
body, html {
  width: 100%;
  height: 100%;
  /*background-color:#F2F0E7;*/
  background-color:#fff;
}

.flexslider {
  margin: 0 0 60px;
  /*
  background: #F2F0E7;
  border: 4px solid #F2F0E7;
  */
  background: #fff;
  border: 4px solid #fff;
  
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}

.blogSection {
  /*background: #F2F0E7;*/
  background: #fff; 
}

.blogSection .center li {
  width: 227px;
  background: #fff;
  /*background: #F2F0E7;*/
  float: left;
  margin-right: 24px;
  margin-bottom: 24px;
}

/* BACKGROUND COLOR*/

body {
  line-height: 1.8em;
  font-size: 14px;
  font-family:Avenir, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Sans-Serif;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 13px;
  }
}

h1, h2, h3, h4, p, li, dl, dt, dd {
 font-family:Avenir, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Sans-Serif;
}

h1, h2, h3, h4, p, li {
  color: #333333;
}

p {
  line-height: 1.8em;
}

a {
  color: #333333;
  text-decoration: none;
}

.center {
  position: relative;
  width: 980px;
  margin: 0 auto;
}
.center.min {
  width: 830px;
}

@media screen and (max-width: 768px) {
  .center {
    width: 100% !important;
  }

  .wrapper {
    padding: 0 15px;
    box-sizing: border-box;
  }
}
/*=====================================================================================================================
*======================================================================================================================
*
*
*	全ページ共通
*
*
*======================================================================================================================
=====================================================================================================================*/
header {
  text-align: center;
}
header h1 {
  margin-top: -10px;
  margin-bottom: 10px;
}
header ul {
  display: inline-block;
  margin-bottom: 44px;
}
header ul li {
  display: inline-block;
  margin-right: 50px;
  font-size: 17px;
  letter-spacing: 0.5px;
}
header ul li:last-child {
  margin-right: 0;
}
header ul li.selected {
  color: #86b3a7;
  border-bottom: 3px solid #86b3a7;
}
@media screen and (max-width: 768px) {
  header h1 {
    margin-top: 37px;
    margin-bottom: 37px;
  }
  header h1 img {
    width: 151px;
    height: 29px;
  }
}

footer {
  text-align: center;
  padding: 25px 0 65px;
}
footer ul {
  display: inline-block;
}
footer ul li {
  display: inline-block;
  margin-right: 50px;
}
footer ul li a {
  color: #ababab;
}
footer ul li:last-child {
  margin-right: 0;
}
footer ul li.selected {
  border-bottom: 3px solid #86b3a7;
}
footer .logo {
  margin: 10px 0;
}
footer .info {
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.5px;
  /*span{
  	display: inline-block;
  	color: $gray;
  }*/
}
footer .info a {
  display: inline-block;
  margin-right: 0;
  width: auto !important;
}
footer .info .pci {
  display: none !important;
}
footer .copyright {
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.5px;
  margin-top: 20px;
  color: #ababab;
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  footer ul {
    display: block;
    width: 100%;
  }
  footer ul li {
    display: block;
    margin-right: 0px;
    line-height: 50px;
    border-bottom: 1px solid #ebebeb !important;
    /*&:nth-child(1) img{ width: 32px; }
    &:nth-child(2) img{ width: 80px; }
    &:nth-child(3) img{ width: 82px; }
    &:nth-child(4) img{ width: 96px; }
    &:nth-child(5) img{ width: 74px; }
    img{
    	height: auto;
    	max-height: auto;
    }*/
  }
  footer ul li.selected {
    border-bottom: none;
  }
  footer ul li:nth-child(1) {
    padding-top: 10px;
  }
  footer .logo {
    margin: 30px 0;
  }
  footer .logo img {
    width: 91px;
    height: auto;
    max-height: auto;
  }
 footer .info span {
  display: inline-block;
  color: #ababab;
  font-size:13px;
  font-weight:600;
  line-height:1;
  vertical-align:middle;
}

  footer .copyright {
    font-size: 10px;
    margin-top: 16px;
    padding-bottom: 40px;
  }
}

/*=================================================================
*	#SecondContainer
===================================================================*/
#SecondContainer {
  padding: 26px 0;
  padding-bottom: 65px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
@media screen and (max-width: 768px) {
  #SecondContainer {
    padding-top: 0;
    padding-bottom: 35px;
  }
  #SecondContainer .head.sp {
    height: 43px;
    line-height: 42px;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 35px;
    background: #FFFFFF;
  }
}

/*=================================================================
*	menu
===================================================================*/
#MenuBtn {
  z-index: 12000;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 56px;
  height: 46px;
  cursor: pointer;
}
#MenuBtn ul {
  margin-top: 23px;
  margin-left: 8px;
}
#MenuBtn ul li {
  width: 28px;
  height: 1px;
  background: #000000;
  margin-bottom: 6px;
}
#MenuBtn.black ul li {
  background: #000000;
}

#MenuArea {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
}
#MenuArea ul {
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#MenuArea ul li {
  margin-bottom: 35px;
  letter-spacing: 5px;
  text-align: center;
  opacity: 0;
  font-size:17px;
  font-weight:800;
}
#MenuArea ul li a {
  color: #CFCFCF;
}
#MenuArea ul li:last-child {
  margin-bottom: 0;
}
#MenuArea .bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 5;
}
#MenuArea .bg div {
  position: fixed;
  height: 50%;
  width: 100%;
  background: #000000;
  opacity: 0;
}
#MenuArea .bg div.top {
  top: 0%;
  height: 0%;
}
#MenuArea .bg div.under {
  top: 100%;
  height: 0%;
}

/*=================================================================
*	.stockList
===================================================================*/
.stockListSection li {
  width: 303px;
  position: relative;
  float: left;
  margin-right: 35px;
  margin-bottom: 30px;
 /* font-family: "Helvetica Neue" , helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;*/
  color:#333;
}
.stockListSection li:nth-child(3), .stockListSection li:nth-child(6), .stockListSection li:nth-child(9), .stockListSection li:nth-child(12) {
  margin-right: 0;
}
.stockListSection li .icon {
  position: absolute;
  padding-left: 3px;
  left: 0;
  top: 0;
  width: 82px;
  height: 24px;
  font-size: 11px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
  letter-spacing: 1px;
  background: #000000;
  letter-spacing: 0.5px;
  font-weight:600;
}
.stockListSection li .icon.comingsoon {
  width: 110px;
}
.stockListSection li .sold {
  display: none;
}
.stockListSection li .text h4 {
  font-size: 13px;
  margin-top: 10px;
  letter-spacing: 0.5px;
  /*font-family: "Helvetica Neue" , helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;*/
  text-transform:uppercase;
  color:#636363;
}
.stockListSection li .text div {
  line-height: 1.8em;
  margin-top: 2px;
  font-size: 13px;
}
.stockListSection li .text div .year {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #d9d9d9;
}
.stockListSection li .text div span {
  /*font-family: "Helvetica Neue" , helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;*/
}
.stockListSection li .text .sold {
  color: #cd0000;
  display: block;
}
@media screen and (max-width: 768px) {
  .stockListSection li {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .stockListSection li:nth-child(4), .stockListSection li:nth-child(5), .stockListSection li:nth-child(6) {
    margin-bottom: 25px;
  }
  .stockListSection li:last-child {
    margin-bottom: 0;
  }
  .stockListSection li img {
    width: 100%;
    height: auto;
    max-height: auto;
  }
  .stockListSection li .text h4 {
    margin-top: 9px;
    font-size: 18px;
  }
}

/*=================================================================
*	.blogSection
===================================================================*/


.blogSection .center li a {
  display: block;
}
.blogSection .center li:nth-child(4), .blogSection .center li:nth-child(8), .blogSection .center li:nth-child(12) {
  margin-right: 0;
}
.blogSection .center li .text {
  padding: 18px 15px 18px 0;
}
.blogSection .center li .text .info {
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.5px;
  font-size: 11px;
  line-height: 1.3em;
  margin-bottom: 10px;
}
.blogSection .center li .text .info .date {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #d9d9d9;
}
.blogSection .center li .text .info .category {
  color: #86b3a7;
}
.blogSection .center li .text .info .category.news {
  color: #c94837;
}
.blogSection .center li .text p {
  font-size: 14px;
  font-weight: ;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  .blogSection .center li {
    width: /*48.5%*/100%;
    margin-right: 0;
    margin-bottom: 3%;
  }
  .blogSection .center li:nth-child(even) {
    margin-right: 0;
    float: right;
  }
  .blogSection .center li img {
    width: 100%;
    height: auto;
    max-height: auto;
  }
  .blogSection .center li .text {
    padding: 13px 10px 13px 0;
  }
  .blogSection .center li .text .info {
    font-size: 10px;
  }
  .blogSection .center li .text .info .date {
    margin-right: 8px;
    padding-right: 8px;
  }
  .blogSection .center li .text p {
    font-size: 12px;
    line-height: 1.6em;
  }
}

/*=================================================================
*	.pager
===================================================================*/
.pager {
  text-align: center;
  margin-top: 15px;
}
.pager .left {
  margin-right: 30px;
  display: inline-block;
  font-weight: bold;
}
.pager .right {
  margin-left: 25px;
  font-weight: ;
  display: inline-block;
}
.pager span {
  display: inline-block;
}
.pager span a, .pager span span {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}
.pager span span.current {
  background: #222;
  color: #FFFFFF;
}
.pager .number span, .pager .number a {
  /*font-family: "Helvetica Neue" , helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;*/
  font-weight: ;
}
.pager a {
  transition: all 0.3s ease-out;
}
.pager a.hover {
  color: #999;
}

/*=================================================================
*	.btn
===================================================================*/
.btn {
  margin: 0 auto;
  width: 120px;
  height: 41px;
  font-weight: bold;
}
.btn a, .btn input {
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.5px;
  border-radius: 3px;
  border: 2px solid #86b3a7;
  text-align: center;
  line-height: 38px;
  height: 100%;
  width: 100%;
  display: block;
  color: #86b3a7;
  transition: all 0.3s ease-out;
  box-sizing: border-box;
  padding-left: 3px;
}
.btn a span, .btn input span {
  font-weight: normal;
}
.btn a.hover, .btn input.hover {
	/*
  background: #86b3a7 !important;
  color: #FFFFFF;
  */
}
.btn.prev span, .btn.next span {
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.5px;
  border-radius: 3px;
  border: 2px solid #dadada;
  text-align: center;
  line-height: 38px;
  height: 100%;
  width: 100%;
  display: block;
  color: #dadada;
  box-sizing: border-box;
  padding-left: 3px;
}
.btn.red a {
  color: #c94837;
  border: 2px solid #c94837;
}
.btn.red a.hover {
  background: #c94837 !important;
  color: #FFFFFF;
}
.btn.blue a{
  background: #36C;
  color: #FFFFFF;
}
.btn.blue a.hover {
  color:#fff;
  background:#09C;
}
.btn.font12 {
  height: 35px;
}
.btn.font12 a {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 32px;
  padding-left: 4px;
}
@media screen and (max-width: 768px) {
  .btn.font12 {
    height: 31px;
    width: 108px;
  }
  .btn.font12 a {
    font-size: 11px;
    letter-spacing: 0;
    line-height: 28px;
    padding-left: 4px;
  }
}

/*=================================================================
*	.btnSection
===================================================================*/
.btnSection {
  border-top: 1px solid #ebebeb;
  padding: 35px 0 !important;
}
.btnSection .center {
  width: 400px;
  padding-left: 10px;
  box-sizing: border-box;
}
.btnSection .center .btn {
  display: inline-block;
  width: 31.5%;
  margin-right: 1%;
}
.btnSection .center .btn:last-child {
  margin-right: 0;
}
.btnSection.wide {
  margin-top: 50px;
}
.btnSection.wide .center {
  width: 100%;
  text-align: center;
}
.btnSection.wide .center .btn {
  width: auto;
  margin-right: 5px;
  height: 48px;
}
.btnSection.wide .center .btn a {
  line-height: 44px;
  padding: 0 15px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .btnSection.wide {
    margin-top: 30px;
  }
  .btnSection.wide .center .btn {
    width: 100%;
    padding: 0;
    display: block;
    margin-bottom: 7px;
  }
  .btnSection.wide .center .btn:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .btnSection {
    padding: 25px 15px !important;
  }
  .btnSection .center {
    padding-left: 0;
  }
}

/*=====================================================================================================================
*======================================================================================================================
*
*
*	#home
*
*
*======================================================================================================================
=====================================================================================================================*/
#home {
  /*===========================================================================
  *
  *	MainSection
  *
  ============================================================================*/
  /*===========================================================================
  *
  *	CopySection
  *
  ============================================================================*/
}
#home h3 {
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #home h3 {
    width: 100%;
    overflow: hidden;
    height: 20px;
    margin-bottom: 30px;
  }
  #home h3 img {
    width: 902px;
    height: 16px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

#home #MainSection {
  position: relative;
}
#home #MainSection .slider {
  position: relative;
  width: 100%;
}
#home #MainSection .slider li {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
#home #MainSection .slider li:nth-child(1) {
  display: block;
}
#home #MainSection .slider li img {
  width: 100%;
  height: auto;
  max-height: auto;
}
#home #CopySection {
  margin: 55px 0;
}
#home #CopySection .center {
  position: relative;
}
#home #CopySection .center .text {
  width: 468px;
  float: right;
  margin-top: 50px;
}
#home #CopySection .center .text h2 {
  margin-bottom: 25px;
}
#home #CopySection .center .text p {
  font-size: 14px;
  line-height: 2em;
  font-weight: bold;
}
#home #CopySection .center .image {
  float: left;
  width: 472px;
}
@media screen and (max-width: 768px) {
  #home #CopySection {
    margin: 40px 0;
    margin-bottom: 50px;
  }
  #home #CopySection .center .text {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }
  #home #CopySection .center .text h2 {
    margin-bottom: 12px;
  }
  #home #CopySection .center .text h2 img {
    width: 91% !important;
    height: auto;
    max-height: auto;
  }
  #home #CopySection .center .text p {
    font-size: 13px;
    line-height: 1.8em;
    font-weight: normal;
  }
  #home #CopySection .center .image {
    width: 100%;
  }
  #home #CopySection .center .image img {
    width: 100%;
    height: auto;
    max-height: auto;
  }
}
#home .blogSection {
/*
  background: url(../images/blogBg.jpg) no-repeat;
  background-size: cover;
 */
  padding-top: 80px;
  padding-bottom: 70px;
  margin-top: 80px;
}
#home .blogSection .btn {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #home .blogSection {
    padding-top: 45px;
    padding-bottom: 45px;
    margin-top: 45px;
  }
}
#home .stockListSection .btn {
  margin-top: 10px;
}
#home .stockListSection .icon.sold {
  display: none;
}

/*=====================================================================================================================
*======================================================================================================================
*
*
*	#shopinfo
*
*
*======================================================================================================================
=====================================================================================================================*/
#shopinfoCenter {
  position: relative;
}
#shopinfoCenter .text h2 {
	text-transform: uppercase;
	font-size: 26px;
	margin-bottom: 10px;
	line-height: 1.2;
}
#shopinfoCenter .text p {
	/*
  font-size: 14px;
  line-height: 2em;
  font-weight: bold;
  */
  margin-bottom: 30px;
}
#shopinfoCenter .mapContainer {
  width: 100%;
  height: 435px;
  position: relative;
  margin: 20px 0;
}
#shopinfoCenter .mapContainer .pin {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42.5px;
  margin-top: -54px;
  z-index: 100;
}
#shopinfoCenter .mapContainer #Map {
  width: 100%;
  height: 100%;
}
#shopinfoCenter .infoBlock {
  position: relative;
}
#shopinfoCenter .infoBlock .info .access {
  display: inline-block;
  margin-right: 18px;
  vertical-align: top;
}
#shopinfoCenter .infoBlock .info .access.first {
  margin-right: 22px;
}
#shopinfoCenter .infoBlock .info .access span {
  display: inline-block;
  margin-left: -6px;
}
#shopinfoCenter .infoBlock .info .access span.second {
  margin-left: -3px;
}
#shopinfoCenter .infoBlock .info .access h3 {
  font-weight: bold;
  font-size: 15px;
}
#shopinfoCenter .infoBlock .btn {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #shopinfo {
    margin: 40px 0;
    margin-bottom: 50px;
  }
  #shopinfoCenter .text {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 20px;
  }
  #shopinfoCenter .text h2 {
    margin-bottom: 12px;
  }
  #shopinfoCenter .text h2 img {
    width: 90% !important;
    height: auto;
    max-height: auto;
  }
  #shopinfoCenter .text p {
    font-size: 13px;
    line-height: 1.8em;
    font-weight: normal;
    margin-bottom: 20px;
  }
 #shopinfoCenter .image img {
    width: 100%;
    height: auto;
    max-height: auto;
  }
  #shopinfoCenter .mapContainer {
    width: 100%;
    height: 230px;
  }
  #shopinfoCenter .mapContainer .pin {
    margin-left: -29.5px;
    margin-top: -36.5px;
  }
  #shopinfoCenter .mapContainer .pin img {
    width: 59px;
    height: 73px;
  }
  #shopinfoCenter .infoBlock .info {
    margin-top: 0;
    margin-left: 0;
    float: none;
  }
  #shopinfoCenter .infoBlock .info .access {
    margin-bottom: 10px;
    margin-right: 20px;
    display: block;
  }
  #shopinfoCenter .infoBlock .info .access h3 {
    font-size: 14px;
  }
}

/*=====================================================================================================================
*======================================================================================================================
*
*
*	#blog
*
*
*======================================================================================================================
=====================================================================================================================*/
#blog {
  /*=============================================================
  *	blogDetail
  ==============================================================*/
}
#blog #SecondContainer {
  background: #ebebeb;
  padding-bottom: 0;
}
#blog #SecondContainer.blogList {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #blog #SecondContainer.blogList {
    padding-bottom: 40px;
  }
}
#blog .blogDetail {
  background: #FFFFFF !important;
}
#blogDetailWrapper {
  padding-bottom: 80px;
}
#blogDetailWrapper .head .info {
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.5px;
  font-size: 13px;
  line-height: 1.3em;
  margin-bottom: 20px;
}
#blogDetailWrapper .head .info .date {
  display: inline-block;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #d9d9d9;
}
#blogDetailWrapper .head .info .category {
  color: #86b3a7;
}
#blogDetailWrapper .head .info .category.news {
  color: #c94837;
}
#blogDetailWrapper .head h2 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 5px;
}
#blogDetailWrapper .textBlock img {
  margin: 30px 0;
  width: 100%;
  height: auto;
  max-height: auto;
}
#blogDetailWrapper .textBlock p {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #blogDetailWrapper {
    padding-bottom: 50px;
  }
  #blogDetailWrapper .head .info {
    /*font-family: 'Lato', sans-serif;*/
    letter-spacing: 0.5px;
    font-size: 12px;
    margin-bottom: 15px;
  }
  #blogDetailWrapper .head h2 {
    font-size: 20px;
  }
  #blogDetailWrapper .textBlock img {
    margin: 20px 0;
    width: 100%;
    height: auto;
    max-height: auto;
  }
  #blogDetailWrapper .textBlock p {
    font-size: 14px;
  }
}
#blog .blogDetail .blogSection {
  padding-top: 75px;
  padding-bottom: 50px;
}
#blog .blogDetail .blogSection h3 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  #blog .blogDetail .blogSection {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  #blog .blogDetail .blogSection h3 {
    font-size: 21px;
    margin-bottom: 30px;
  }
}

/*=====================================================================================================================
*======================================================================================================================
*
*
*	#ContactPase
*
*
*======================================================================================================================
=====================================================================================================================*/
#SecondContainer.step3 a {
  color: #86b3a7;
}
#SecondContainer.step3 .mw_wp_form {
  text-align: center;
}

#ContactPase .mw_wp_form h3 {
  margin-bottom: 5px;
  font-weight: bold;
}
#ContactPase .mw_wp_form .atn {
  color: #ababab;
  font-size: 12px;
}
#ContactPase .mw_wp_form .btnWrapper {
  width: 210px;
  margin: 0 auto;
}
#ContactPase .mw_wp_form .btnWrapper .btn {
  float: right;
  width: 120px;
}
#ContactPase .mw_wp_form .btnWrapper .btn input {
  width: 100%;
}
#ContactPase .mw_wp_form .btnWrapper .btn:nth-child(1) {
  float: left;
  width: 80px;
}
#ContactPase .mw_wp_form .btnWrapper .btn:nth-child(1) input {
  width: 100%;
  border: 2px solid #a6a6a6;
  color: #a6a6a6;
}
#ContactPase .mw_wp_form .btnWrapper .btn:nth-child(1) input:hover {
  background: #a6a6a6 !important;
  color: #FFFFFF;
}
#ContactPase .mw_wp_form .btnWrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
#ContactPase .mw_wp_form .block {
  margin-top: 40px;
}
#ContactPase .mw_wp_form .block dl {
  display: table;
  margin-bottom: 30px;
}
#ContactPase .mw_wp_form .block dl dt, #ContactPase .mw_wp_form .block dl dd {
  display: table-cell;
  vertical-align: top;
}
#ContactPase .mw_wp_form .block dl dt {
  width: 155px;
}
#ContactPase .mw_wp_form .block dl dd {
  font-size: 13px;
}
#ContactPase .mw_wp_form .block dl dd input {
  height: 35px;
}
#ContactPase .mw_wp_form .block dl dd input, #ContactPase .mw_wp_form .block dl dd textarea {
  border-radius: 0;
  -webkit-appearance: none;
  width: 675px;
  max-width: 675px;
  border: 1px solid #e0e0e0;
  padding-left: 10px;
  box-sizing: border-box;
}
#ContactPase .mw_wp_form .block dl dd textarea {
  height: 200px;
  padding: 10px;
}
.privacyBlock {
  margin-top: -10px;
  margin-left: 156px;
  margin-bottom: 35px;
}
.privacyBlock p {
  font-size: 12px;
  color: #8a8a8a;
  background: #f5f5f5;
  padding: 15px;
  height: 200px;
  overflow: scroll;
  overflow: auto;
  box-sizing: border-box;
}
.privacyBlock .check {
  font-size: 12px;
  margin-top: 10px;
}
#ContactPase .mw_wp_form .block .error, #ContactPase .mw_wp_form .block .mail {
  color: #c80024;
  margin-top: 5px;
}
#ContactPase .mw_wp_form .block .btn {
  width: 120px;
}
#ContactPase .mw_wp_form .block .btn input {
  cursor: pointer;
  background: none;
}
#ContactPase .mw_wp_form .block.mw_wp_form_input h3.input {
  display: block;
}
#ContactPase .mw_wp_form .block.mw_wp_form_preview h3.preview {
  display: block;
}
#ContactPase .mw_wp_form .block.mw_wp_form_preview .btn {
  text-align: center;
  padding-right: 0;
}
#ContactPase .mw_wp_form .block.mw_wp_form_preview .btn input {
  display: inline-block;
}
#ContactPase .mw_wp_form .block.mw_wp_form_preview .btn input:nth-child(1) {
  width: 100px;
  background: none;
  margin-right: 15px;
}
#ContactPase .mw_wp_form .block.mw_wp_form_preview .btn input:nth-child(2) {
  width: 200px;
}
@media screen and (max-width: 768px) {
  #ContactPase .mw_wp_form .block {
    margin-top: 30px;
  }
  #ContactPase .mw_wp_form .block dl {
    display: block;
    margin-bottom: 20px;
  }
  #ContactPase .mw_wp_form .block dl dt, #ContactPase .mw_wp_form .block dl dd {
    display: block;
  }
  #ContactPase .mw_wp_form .block dl dt {
    width: 100%;
    margin-bottom: 8px;
  }
  #ContactPase .mw_wp_form .block dl dd input, #ContactPase .mw_wp_form .block dl dd textarea {
    width: 100%;
    max-width: 100%;
  }
.privacyBlock {
    margin-left: 0px;
    margin-bottom: 30px;
  }
}

/*=====================================================================================================================
*======================================================================================================================
*
*
*	#ContactPase
*
*
*======================================================================================================================
=====================================================================================================================*/
#stocklistDetail {
  padding-bottom: 0;
  /*========sliderContainer=======*/
  /*========swiper-container=======*/
  /*===============*/
}
@media screen and (max-width: 768px) {
  #stocklistDetail .head.sp {
    margin-bottom: 0;
  }
}
#stocklistDetail .icon {
  position: absolute;
  padding-left: 3px;
  right: 0;
  top: 0;
  width: 82px;
  height: 24px;
  font-size: 11px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
  letter-spacing: 1px;
  background: #000000;
  letter-spacing: 0.5px;
  font-weight:600;
}
#stocklistDetail .icon.comingsoon {
  width: 110px;
}
@media screen and (max-width: 768px) {
  #stocklistDetail .icon {
    position: static;
    margin-top: 10px;
  }
}
.sliderContainer {
  position: relative;
  width: 980px;
  height: 620px;
  margin: 0 auto;
}
.sliderContainer .slider {
  position: relative;
}
.sliderContainer .slider li {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.sliderContainer .slider li:nth-child(1) {
  display: block;
}
.sliderContainer .slider li img {
  width: 980px;
  height: 620px;
}
.sliderContainer .locator {
  position: absolute;
  /*bottom: -34px;*/
  top: 632px;
  line-height: 1.3em;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 1000;
  width: 980px;
  text-align: center;
}
.sliderContainer .locator li {
  background: #CCCCCC;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}
.sliderContainer .locator li:last-child {
  margin-right: 0;
}
.sliderContainer .locator li.selected {
  background: #86b3a7;
}
.sliderContainer .leftBtn {
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  z-index: 100;
}
.sliderContainer .rightBtn {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  z-index: 100;
}
.swiper .swiper-container .swiper-slide {
  overflow: hidden;
  width: 100%;
  /*img{
  	width: 130%;
  	height: auto;
  	max-height: auto;
  	margin-left: -15%;
  }*/
}
.swiper .swiper-container .swiper-slide img {
  width: 100%;
  height: auto;
  max-height: auto;
}
.swiper .swiper-container .swiper-button-prev, .swiper .swiper-container .swiper-button-next {
  background: none;
}
.swiper .swiper-pagination {
  /*left: 50%;
  @include transMinusX();
  width: 290px;*/
  text-align: center;
  line-height: 1.3em;
  margin-top: 6px;
  position: static;
  padding: 0 15px;
  box-sizing: border-box;
}
.swiper .swiper-pagination span {
  margin-right: 6px;
  background: #86b3a7;
}
#stocklistDetail .title {
  margin-top: 80px;
}
#stocklistDetail .title h2 {
  font-size: 37px;
  float: left;
  /*font-family: "Helvetica Neue" , helvetica, arial, 'hiragino kaku gothic pro', meiryo, 'ms pgothic', sans-serif;*/
  font-weight: 600;
}
#stocklistDetail .title .status {
  float: right;
  width: 100px;
  height: 31px;
  line-height: 31px;
  /*font-family: 'Lato', sans-serif;*/
  letter-spacing: 0.5px;
  background: #86b3a7;
  color: #FFFFFF;
  text-align: center;
  padding-left: 5px;
  margin-top: -5px;
}
@media screen and (max-width: 768px) {
  #stocklistDetail .title {
    margin-top: 27px;
  }
  #stocklistDetail .title h2 {
    font-size: 25px;
    float: none;
    margin-bottom: 8px;
    line-height: 1.2em;
  }
  #stocklistDetail .title .status {
    float: none;
    width: 85px;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    margin-top: 15px;
    padding-left: 3px;
  }
}
#stocklistDetail .table {
  margin: 45px 0 40px;
}
#stocklistDetail .table dl {
  border-top: 1px solid #e0e0e0;
  display: table;
  width: 472px;
  padding: 17px 0 15px;
  text-align: left;
  line-height: 1.4em;
}
#stocklistDetail .table dl dt {
  display: table-cell;
  font-weight: bold;
}
#stocklistDetail .table dl dd {
  display: table-cell;
}
#stocklistDetail .table .left {
  float: left;
}
#stocklistDetail .table .left dl dt {
  width: 135px;
}
#stocklistDetail .table .left dl:last-child {
  border-bottom: 1px solid #e0e0e0;
}
#stocklistDetail .table .right {
  float: right;
}
#stocklistDetail .table .right dl dt {
  width: 80px;
}
#stocklistDetail .table .right dl:last-child {
  border-bottom: 1px solid #e0e0e0;
}
@media screen and (max-width: 768px) {
  #stocklistDetail .table {
    margin: 32px 0 30px;
    width: 100%;
    min-width: 100%;
  }
  #stocklistDetail .table dl {
    width: 100%;
  }
  #stocklistDetail .table .left {
    float: none;
  }
  #stocklistDetail .table .left dl dt {
    width: 90px;
  }
  #stocklistDetail .table .right {
    float: none;
    margin-top: -1px;
  }
  #stocklistDetail .table .right dl dt {
    width: 90px;
  }
}

/* 2019追記*/
#MainSection{
	width:980px;
}
#global_nav{
	text-align:center;
}
@media screen and (max-width: 768px) {
	#global_nav{
		display:none;
	}
}
#global_nav ul{
margin-bottom: 20px;
}
#global_nav ul li {
	display: inline-block;
	font-size: 13px;
	letter-spacing: 1px;
	margin-right: 25px;
	margin-left: 25px;
}
#MainSection{
}
.flex-direction-nav a{
    width: 30px;
    height: 30px;
    margin: -20px 0 0;
    display: block;
    background: url(../images/bg_direction_nav.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
    -webkit-transition: all .3s ease;
}
.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 30px;
    height: 30px;
	background: url(../images/bg_direction_nav.png) no-repeat 0 0;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.flex-direction-nav .flex-next {
    background-position: 100% 0;
    right: -36px;
}
.flex-direction-nav a.flex-next::before {
	content:'';
}

.flex-direction-nav a::before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
nav#footer_nav ul {
    display: inline-block;
    width: 100%;
	text-align:center;
	margin-top:40px;
  }
nav#footer_nav ul li {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-right: 25px;
    margin-left: 25px;
}
@media screen and (max-width: 768px) {
nav#footer_nav ul {
    display: block;
    width: 100%;
	text-align:center;
  }
nav#footer_nav ul li {
    display: block;
    margin-right: 0px;
    line-height: 50px;
    border-bottom: 1px solid #ebebeb !important;
	 margin-left: 0;
    /*&:nth-child(1) img{ width: 32px; }
    &:nth-child(2) img{ width: 80px; }
    &:nth-child(3) img{ width: 82px; }
    &:nth-child(4) img{ width: 96px; }
    &:nth-child(5) img{ width: 74px; }
    img{
    	height: auto;
    	max-height: auto;
    }*/
  }

nav#footer_nav ul li:nth-child(1) {
    padding-top: 10px;
  }
  footer .logo {
    margin: 30px 0;
  }
  footer .logo img {
    width: 91px;
    height: auto;
    max-height: auto;
  }
  footer .info span {
    display: inline-block;
    color: #ababab;
  }
  footer .copyright {
    font-size: 10px;
    margin-top: 16px;
    padding-bottom: 40px;
  }
}

#MenuArea ul li {
  margin-bottom: 35px;
  letter-spacing: 5px;
  text-align: center;
  opacity: 0;
  font-size:17px;
  font-weight:400;
}

.sns_header{
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	width:100%;
	max-width:980px;
	text-align:right;
}
.sns_header div
{
	position:relative;
	top:0;
}
#CopySection .text{
	float:right;
	width:48%;
	padding-left:2%;
}
#CopySection .image{
	float:left;
	width:48%;
	padding-right:2%;
}
@media screen and (max-width: 768px) {
	#CopySection .text{
		float:none;
		width:100%;
		padding-left:0;
	}
	#CopySection .image{
		float:none;
		width:100%;
		padding-right:0;
	}
}
#CopySection h2{
	text-transform:uppercase;
	font-size:26px;
	margin-bottom:10px;
	line-height:1.2;
}
.wrapper h3 {
    text-align: center;
    font-weight: 800;
    margin-top: 60px;
    margin-bottom: 40px;
    font-size: 16px;
    border-top: solid 1px #ddd;
    padding-top: 40px;
	font-weight:600;
	letter-spacing:0.5px;
}

h3.contact-title{
	margin-top: 0;
	text-align: left;
    font-size: 14px;
    border-top: none;
    padding-top: 0;
	font-weight:600;
	letter-spacing:0;
}

h3.access-title{
	margin-top: 0;
	text-align: left;
    font-size: 14px;
    border-top: none;
    padding-top: 0;
	font-weight:800;
	letter-spacing:0;
}

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

.btn a, .btn input {
    letter-spacing: 0.5px;
    border-radius: 0;
    border: none;
    text-align: center;
    line-height: 38px;
    height: 100%;
    width: 100%;
    display: block;
    color: #000;
    transition: all 0.3s ease-out;
    box-sizing: border-box;
    padding-left: 3px;
	background:#e3e3e3;
	font-size:12px;
}

.btn a:hover, .btn input:hover {
	background:#222;
	color:#fff;
}

.phoneNumber{
	font-size:;
	font-weight:800;
}
/*エラー表示*/
span.wpcf7-not-valid-tip{
	color:#c80024;
}
div.wpcf7-validation-errors{
	color:#c80024;
	text-align:center;
	margin-top:20px;
}
/*送信ボタン*/
input.wpcf7-submit {
	padding:20px;
	background: #27c038;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	border:none;
}
.submit{
	margin-top:30px;
	text-align:center;
}
input.wpcf7-submit:hover{
	background:#3C0;
	cursor : pointer;
}
/* エラーメッセージの上部を消去 */
div.screen-reader-response{
  display: none;
}
div.wpcf7-validation-errors{
	color:#c80024;
}

#map {
   width: 100%;
   height: 400px;
   background-color: grey;
 }
iframe{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  width:100%;
  height:100%;
}
.company-info{
	width:100%;
	margin-top:20px;
}
.company-info .table {
    margin: 45px 0 40px;
	width:100%;
}
.company-info .table dl {
    /*border-top: 1px solid #e0e0e0;*/
    display: table;
    width: 100%;
    padding: 17px 0 15px;
    text-align: left;
    line-height: 1.4em;
}
.company-info .table dl dt {
    display: table-cell;
    font-weight: ;
	 width:25%;
	 text-align:left;
}
.company-info .table dl dd {
    display: table-cell;
}
.ookinamap{
	margin:10px auto 10px;
}
.flex-control-paging li a {
    width: 8px;
    height: 8px;
	background: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
	.flex-control-paging li a {
		width: 3px;
		height: 3px;
	}
	.flex-control-nav li {
		margin:0 2px;
	}
}

#SecondContainer .head.sp img{
	margin-top:14px;
}
.img-full{
	width:100%;
	height:auto;
}

.wpcf7-mail-sent-ok{
	font-weight:800;
	color:#3C6;
	font-size:18px;
	text-align:center;
	margin-top:20px;
}
