@CHARSET "utf-8";
body,html,img,ul,li,h2,hr {margin: 0px; padding: 0px;}
h2,h3,h4,h5 {font-weight: normal;}
body{
text-align: center;
/*font-family: '小塚ゴシック Pro','Kozuka Gothic Pro','メイリオ', Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', sans-serif;*/
font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', sans-serif;
font-size: 0.8rem;line-height: 1.5;
overflow-x: hidden;overflow-y: scroll;
}
a{ text-decoration: none; }
a img{border: 0;}
a:link {color:#000;} /*未訪問のリンクの色*/
a:visited {color:#000;} /*訪問済みのリンクの色*/
a:hover {color:#000;opacity: 0.6;} /*カーソルが乗っているリンクの色*/
a:active {color:#000;} /*クリック中のリンクの色*/
ul,li{ list-style: none; }
.right{ float:right; }
.left{ float: left; }
.clear{ clear:both; }
/**************************
/* ボタン
**************************/
a.btn_02,a.btn_03 {
  display: block;
  position: relative;
 text-align: center;
  text-decoration: none;
  font-weight: normal;
  letter-spacing: .1rem;
  transition: .5s;
  margin: 50px auto;
}
a.btn_02 {
  background: #01A09C;
  /*width: 36rem;*/
  width: 36vw;
  padding: 1.5rem;
  /*border-radius: .6rem;*/
  color: #fff;
  font-size: 18px;
}
a.btn_03 {
  background: none;
  padding: 1.0rem 2rem;
  color: #01A09C;
  font-size: 12px;
  margin: 0px;
  text-align: right;
  float: right;
}
a.btn_02:before,a.btn_03:before {
  content: "";
  position: absolute;
  top: 46%;
  right: 12px;
  width: 10px;
  height: 2px;
  transform: rotate(45deg);
}
a.btn_02:after,a.btn_03:after {
  content: "";
  position: absolute;
  top: 54%;
  right: 12px;
  width: 10px;
  height: 2px;
  background: #fff;
  transform: rotate(-45deg);
}
a.btn_02:before {background: #fff;}
a.btn_02:after {background: #fff;}
a.btn_03:before {background: #01A09C;top: 40%;}
a.btn_03:after {background: #01A09C;top: 52%;}

hr{
border: none;
background-color: #01A09C;
height: 1px;
display:block;
}

/************************************
/* ヘッダー ナビゲーション900以上
************************************/
@media only screen and (min-width:1090px){
header{
width:90vw;height:130px;
margin: 0px auto;
position:relative;
}
header h1{ margin:50px 1px 0; font-size:1.6rem;}
#js-hamburger-menu{display:none;}
nav#mainNav ul{ overflow:hidden; float:right; }
* html nav#mainNav ul{height:1%;}
nav#mainNav ul li{
float:left;
margin:60px 20px 0;
text-align:center;
}
nav#mainNav ul span{
vertical-align: middle;
font-weight: normal;
font-size:14px;
}
nav#mainNav ul .current{
/*color:#01A09C;*/ 
color:#B2E2E1;
}

}
/************************************
/* ヘッダー ナビゲーション900以下
************************************/
@media only screen and (max-width:1090px){
header {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  
}
header h1{ margin:50px 20px; font-size:1.2rem;}
#js-hamburger-menu{display:block;}
.hamburger-menu { 
  width: 50px;
  height: 50px;
  position: relative;
  border: none;
  background: transparent;
  appearance: none;
  padding: 0;
  cursor: pointer;
}
.hamburger-menu__bar {
  display: inline-block;
  width: 44%;
  height: 2px;
  background: #242424;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s;
}
.hamburger-menu__bar:first-child {top: 16px;}
.hamburger-menu__bar:nth-child(2) {top: 24px;}
.hamburger-menu__bar:last-child {top: 32px;}
.hamburger-menu--open .hamburger-menu__bar {top: 50%;}
.hamburger-menu--open .hamburger-menu__bar:first-child {
 transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.hamburger-menu--open .hamburger-menu__bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
  display: none;
}
#mainNav {
  display: none;
  background: #B2E2E1;
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 9999;
 
}
#mainNav ul {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.navigation__list-item {
  border-bottom: solid 1px #01A09C;
}
.navigation__list-item:first-child {
  border-top: solid 1px #01A09C;
}
.navigation__link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  display: block;
  padding: 24px 0;
  transition: .5s;
}
@media (hover: hover) and (pointer: fine) {
  .navigation__link:hover {
    background: #fff;
  }
}
}
/*

nav#mainNav ul span{
color:#333;
font-size:14px;
}
nav .current {
	 opacity: 0.5;
	 border: 1px red solid;
}
*/
/**************************
/* メインと h2
**************************/
#main-sp{
width: 100%;
overflow: hidden;
}
#main-sp img{
width: 110%;
}
h2{
width:40vw;
margin: 7vw auto 2vw;
font-size: 46px;
color:#A3DCDB;
}
h2 hr{
margin : 0 0 -15px;
}
h2 span{
color:#000;font-size:16px;
}
/**************************
/* PRODUCT
**************************/
#product{
width: 90vw;
margin: 0 auto 80px;
text-align:center;
/*background: url(../images/top/p01.png) no-repeat;*/
}

#product h3{
color:#018582;
font-size: 40px;
margin-top:-50px;
}
#product div{
position: relative;
/*width: 380px;*/
font-size: 22px;
margin: 0 auto;
line-height:1;
}
#product img{margin: -10px auto 0; width:380px;}

/**************************
/* SHOP
**************************/
#shop{
clear:both;
width: 100vw;
margin: 0 auto;
text-align:center;
}
#shop .left,#shop .right,#shop .left2{
display:block;
min-height:320px;
}
/*エッジのみ*/
@supports (-ms-ime-align: auto) {
#shop .left,#shop .right,#shop .left2{
min-height:350px;
}
}
#shop .left{
background:url("../images/top/s01.png") no-repeat;
color:#5C4E25;
}
#shop .right{
background:url("../images/top/s02.png") no-repeat;
color:#01615F;
}
#shop .left2{
clear:both;width:100%;
background:url("../images/top/s03.png") no-repeat;
color:#373F6F;
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
position: relative;
}
.tokuyamalogo{
float:left;position: absolute;
top:40px;left:50px;
}
#shop .left,#shop .right{
width:50%;
background-size: contain;
background-size: 100% auto;
}
#shop .left h3,#shop .right h3,#shop .left2 h3{
/*border: 1px solid red;*/
font-size:28px;display: block;
/*margin-top: 80px;*/
margin-top: 5vw;
}
#shop .left h3 nobr{
margin-left: 16px;
}
#shop .left hr,#shop .right hr,#shop .left2 hr{
width:30%;
margin: -30px auto 10px;
}
#shop .left hr{
background-color: #5C4E25;
}
#shop .right hr{
background-color: #01A09C;
}
#shop .left2 hr{
background-color: #404880;
}
#shop p{
width:80%;
margin: 30px auto 0px;
font-size: 1.2em;
}

#shop a.btn_02 {
width: 30vw;
font-size: 1.2em;
margin:20px auto 0px;
}
#shop .left a.btn_02 {
  background: #8D7638;
}
#shop .left2 a.btn_02 {
  background: #404880;
}


/**************************
/* TOPIC
**************************/
#topic{border: 1px solid #fff;
display: block;
width: 100vw;
margin: 0px auto 0px;
padding-top:80px;
text-align:center;
min-height: 450px;
}
.x-scroll {
width: 90%;
overflow: hidden;
margin-left:5%;
}
.x-scroll_inner {
display: flex;
width: 200%;
margin:0px 0px 0px 0px;
}
#topic h2{
margin: 0px auto 2vw;
}
.x-scroll_item{
border: 1px solid #01A09C;
width: 350px;
margin: 10px;
}

#topic h3{
font-size: 1.1em;
font-weight:bold;
border-left: 10px solid #01A09C;
width: 88%;
margin:15px auto;
text-align: left;
text-indent: 8px;
height: 30px;
display: flex;
align-items: center;
}
#topic p{
font-size: 0.8em;
line-height: 2.0;
width: 90%;
margin:10px auto;
text-align: left;
min-height: 70px;
}
.image-container {
display:block;
overflow:hidden;
width: 100%;height: 200px;
position: relative;
}
.x-scroll_item img{ position: absolute;  }
.topic1 img{ top: -40%;left: -20%;height: 400px; }
.topic2 img{ top: -15%;left: -25%;width:150%;}
.topic3 img{ top: -30%;left: -30%;height: 350px; }
.topic4 img{ top: -5%;left: -5%;height: 250px; }
.topic5 img{ top: 0;left: -12%;height: 200px; }
.topic6 img{ top: 40px;left: 25px;height: 100px; }

#sc-prev{float:left;margin-top:-250px;z-index:101;position: relative;margin-left:-20px;opacity: 0.6;}
#sc-next{float:right;margin-top:-250px;z-index:102;position: relative;opacity: 0.6;}

#sc-prev:hover,#sc-next:hover {opacity: 1.0;}

/**************************
/* NEWS
**************************/
#news{
width: 90vw;
margin:5px auto 80px;
text-align:center;
min-height: 200px;
/*background: url(../images/top/p01.png) no-repeat;border: 1px solid blue;*/
}

#news h2{
width:20vw;
margin: 6vw 0;
font-size: 32px
}
#news h2 hr{
margin : 0 0 -15px;
}
#news .right{
text-align:left;
width:65vw;
margin: 4vw 0;
min-height: 200px;
line-height: 2;
}
#news strong{
font-size:18px;
}

#news p{
width: 100%;
min-height: 100px;
}
.news-date{
color:#01A09C;
}
/**************************
/* footer
**************************/
footer{
	width: 100%;
	text-align: center;
	height: 120px;
	background: #01A09C;
	background-position: bottom;
	position: relative;
	margin: 60px 0 0 0;
	overflow: hidden;
	color:#FFFFFF;
}

footer div{
width: 90vw;
margin: 30px auto 0;
text-align:center;
}

footer a{
color:#FFFFFF !important;
font-size: 14px;
margin: 5px;
white-space: nowrap;
}
.copyr{
display:block;
width: 90vw;
margin: 25px auto 0;
}
/************************************
footer ul li.active a{ background: #F0F0F0;}
footer ul a:hover{ background: #FFF;}
/* 900以上
************************************/
@media only screen and (min-width:900px){


}
/************************************
/* 以下
************************************/
@media only screen and (max-width:1090px){
/**************************
/* SHOP
**************************/
#shop .left,#shop .right{
/*
display:block;
background-size:contain;
width:50%;
min-height:420px;

border: 1px solid #ff0000;*/
width:100%;
background-size:100%;
min-height:320px;
}

#shop .left{
margin: 50px 0px 0px;
}
#shop .right{
margin: 0px;
}


#shop a.btn_02 {
  width: 80vw;
  font-size: 1.2em;
  margin:50px 6vw 0px;
}

#shop h3{
width:100%;
font-size:28px;
}
#shop .left hr,#shop .right hr,#shop .left2 hr{
margin: -20px auto 10px;
}
#shop p{
font-size: 1em;
}
#shop a.btn_02 {
margin-top: 20px;
}
.tokuyamalogo{width:15%;}
@media only screen and (max-width:900px){
h2{ font-size: 32px;}
#product p{
font-size: 16px;
}
#product img{margin: 20px auto 0; width:280px;}
#product h3{font-size:30px;}
#product p{line-height: 1.5;}
a.btn_02 {
font-size: 16px;
width: 80vw;
padding: 1.2rem;
}
a.btn_02:before {width: 8px;}
a.btn_02:after {width: 8px;}


#shop h3{
margin: 50px auto 20px;
}

#shop .left h3,#shop .right h3,#shop .left2 h3{
margin: 60px auto 20px;
}
#shop .left h3 nobr{
margin: 15px;
}
#shop p{
line-height: 1.5;
}
.tokuyamalogo{
top:20px;left:10px;
}
#news h2{
width:40vw;
margin: 6vw 0 0 -15px;
}
#news h2 hr{
margin : 0 0 -15px -15px;
}

#news .right{
clear:both;
width:90vw;
margin : 0 auto 50px;
}
.copyr{font-size: 10px;}

}

@media only screen and (max-width:800px){

#main-sp img{
width: 180%;
}
/*
#shop p{
font-size: 0.8em;
}
*/
#shop .left,#shop .right{
background-size:cover;
}
#shop .left h3,#shop .right h3,#shop .left2 h3{
font-size: 20px;
}

#shop p{
font-size: 0.8em;
}

}

