@charset "UTF-8";
/* CSS Document */
/*リセットCSS*/
html, html * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
}
/*行と列の配置コード*/
.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
header {
  margin: 0 auto;
}
/*.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}*/

/*ヘッダのカタログLink*/
.cataloglinktop a {
  background-color: #E83828;
  height: 60px;
  width: 150px;
  padding: 9px 10px 70px 10px;
  text-align: center;
  display: block;
  margin: 0px 30px 0px 0px;
  line-height: 18px;
  color: #ffffff;
  margin-left: auto;
  font-size: 14px;
}

main {
  margin: 0 auto;
  background-color: #242321;
  }

/*テキストスタイル*/
h1 {
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
}
h2 {
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
}
h3 {
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}
h4 {
  font-size: 18px;
  font-weight: 100;
  text-decoration: none;
}
p {
  font-size: 16px;
  text-decoration: none;
}
a {
  text-decoration: none;
  }
  .corner-title {
    padding: 30px 0px 10px 0px ; 
    font-weight: 400;
    display: block;
    border-bottom: 2px solid #fff;
    width: 250px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 80px;
  }
  
  a:link {
	text-decoration: none;
	}
  a:visited {
	text-decoration: none;
	}
  a:hover {
	text-decoration: none;
	}
  a:active {
	text-decoration: none;
  }
  

.lh_30 {
  line-height: 30px;
}

/*見出し下線付き*/
.underbar {
  display: inline-block;
  border-bottom: 5px solid #E83828;
  padding-bottom: 10px;
}


/*ロゴ関係*/
.style-logo {
  margin: 0px auto 20px auto;
  display: block;
  width: 310px;
}


/*グローバルナビ*/
.style-nav ul li {
  display: inline-block;
  margin: 0 auto;
}
.style-nav ul {
  text-align: center;
  }
ul {
  list-style-type: none;
  background: #242321;
  border-bottom: 1px solid #fff;
}
ul li a {
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  display: block;
  padding: 17px 28px 0px 28px;
  height: 60px;
  
}
nav li a:hover {
  border-bottom: 3px solid #E83828;
  color: #fff;
}
/*グローバルナビここまで*/

/*レイアウト系*/
.col {
  width: 100%;
}



/*ボックス系*/

.title-box {
  letter-spacing: 0.5em;
  text-align: center;
  color: #E83828;
  margin-bottom: 50px;
}
.text-box {
  max-width: 360px;
  margin: 5px auto 50px auto;
  text-align: justify;
}
.img-box {
  margin: 0 auto;
  text-align: center;
}

/*画像系*/
img {
  display: block;
}
.hero_image {
	background-image: url(images/blank.png);
  background-size: auto;
  background-size: cover;
	background-repeat: no-repeat;
  height: 600px;
}
.sec_01 {
  background-image: url(images/tokoname_landscape.png);
	background-size: cover;
	background-color: #aa9f84;
	padding: 50px 30px 10px 30px;
	color: #FFFFFF;
  text-align: left;
}
.swiper-wrapper {
  height: 1120px;
  margin: 0 auto;
}

/*線関係*/
hr {
  height: 1px;
  background-color: #fff;
  width: 60%;
  border: none;
  margin: 0 auto;
 }

/*スライドアニメーション:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/* external css: flickity.css */

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

body { font-family: sans-serif; }

.gallery {
  background: #EEE;
}

.gallery-cell {
  max-width: 1000px;                                                                                                             
  width: 66%;
  height: 400px;
  margin-right: 10px;
  background: #8C8;
  counter-increment: gallery-cell;
}

/* cell number */
.gallery-cell:before {
  display: block;
  text-align: center;
  content: counter(gallery-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}


.blank {
background-color: grey;
height: 400px;
}



/*スライドアニメーションここまで::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/



/*メニュー*/
/*ヘッダメニュー体裁
/*ヘッダメニューの位置(右寄せ)
/*メニュー横並び
/*マウスオーバー*/
nav ul li a:hover, nav ul li a.active {
  color: #919190;
  background: #242321;
}
/*ハンバーガー*/
.menu-toggle {
  background: #242321;
  width: 100%;
  padding: 16px;
  color: #fff;
  line-height: 0px;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  display: none;
}
/*メニューここまで*/

/*効果系*/
.linkbox :hover {
  opacity: 0.5;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.linkbox :visited {
  text-decoration: none;
}
.position-relative{
  position:relative!important;
}


/*フッター*/
.footer-txt {
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}
.footer-logo {
  margin: 30px auto 20px auto;
  display: block;
  width: 180px;
}
footer {
  background-color: #242321;
  margin: 0px auto 0px auto;
  text-decoration: none;
  padding-bottom: 50px;
}
footer a {
  color: #fff;
}

/*mobile用::::::::::::::::::::::::::::::::::::::::::::*/
/*モバイルメニュー*/
@media (max-width: 965px) {
  /*965px以下に適応される*/

  /*ヘッダのカタログLink*/
  .cataloglinktop a {
    background-color: #E83828;
    height: 45px;
    width: 80px;
    padding: 7px 0px 50px 0px;
    text-align: center;
    display: block;
    margin: 0px 30px 0px 0px;
    line-height: 14px;
    color: #ffffff;
    margin-left: auto;
    font-size: 10px;
  }
  .wide_menu {
    display: none
  }
  .style-nav ul li {
    display: block;
  }

  /*ハンバーガー*/
  .menu-toggle {
    display: block;
  }
 
  .menu-toggle {
    display: block;
    border-bottom: 1px solid #fff;
  }
  header nav.active {
    left: 0;
  }
  header nav ul {
    display: block;
    text-align: center;
  }
  header nav ul li a {
    border-bottom: 1px solid #fff;
  }
  .text {
    top: 40%;
    left: 25%;
    width: 60%;
  }
  nav {
    position: absolute;
    width: 100%;
    height: calc(108vh - 50px);
    background: #242321;
    top: 208px;
    left: -100%;
    transition: 0.2s;
    z-index: 1000;
  }
  nav ul {
    display: block;
    text-align: center;
  }
  #menubtn {
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    display: block;
    padding: 13px 0px 0px 0px;
    height: 25px;
  }


  .style-logo {
    margin: 0px auto 20px auto;
    display: block;
    width: 230px;
  }
  .footer-logo {
	margin: 30px auto 20px auto;
	display: block;
	width: 160px;
  }


}
@media (min-width: 965px) {

  .col-md-half {
    width: 50%;
  }

}
/*mobile用ここまで::::::::::::::::::::::::::::::::::::::::::::*/
/*最大幅*/
@media (min-width: 1000px) {
  .textbox-w965 {
    max-width: 965px;
    margin: 0 auto;
  }


  }
  


