@charset "UTF-8";

/* リセット */
body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
}
img {
  vertical-align: bottom;
	max-width: 100%;
}
body{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  /* font-family: 'Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif; */
}
/* ヘッダーデザイン */
header{
	height: 5.5em;
	width: 100%;
	/* background: url(../images/header_bg.png) repeat; */
	background: #FFFFFF;
	position: fixed;
	top: 0;
	z-index: 10;
	/* box-shadow: 0px 2px 2px rgba(0,0,0,0.2); */
}
.logo{
	margin: 1em 3em;
}
.logo:hover {
	opacity: 0.7;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.header-left{
	float:left;
	width: 40%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#menu{
	display: block;
}
@media (max-width: 968px){
	.header-left img{
		width: auto;
		height: auto;
	}
	.logo{
		margin: 1em .6em;
	}
	header{
		height:80px;
	}
  .header-right ul{
		margin-top: 50px;
		width:80%;
		list-style: none;
		float: right;
	}
	.header-right li a{
		display: block;
		padding: 10px 8px;
		color: #000000;
		font-size: 12px;
		text-decoration: none;
	}
	/* トグルボタン */
	#menubtn {
	    padding: 8px 10px;
	    border: solid 1px #aaaaaa;
	    border-radius: 5px;
	    position: absolute;
	    top: 4px;
	    right: 12px;
	    cursor: pointer;
	}
	#menubtn:hover{
		background: #dddddd;
	}
	#menubtn:hover{
		outline: none;
	}
	#menubtn i{
		color: #888888;
		font-size: 20px;
	}
	#menubtn span{
		display: inline-block;
		text-indent: -9999px
	}
	#menu{
		display: none;
	}
}
@media (min-width: 768px){
	#menubtn{
		display: none;
	}
}
header .hamburger{
	display: none;
}
@media (max-width: 968px){
	header .hamburger{
		display: block;
	}
}
/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 13px;
  top   : 20px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #555;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition   : 0.5s ease-in-out;
  transition        : 0.5s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(315deg);
  -moz-transform   : rotate(315deg);
  transform        : rotate(315deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(-315deg);
  -moz-transform   : rotate(-315deg);
  transform        : rotate(-315deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #000;
  background: #fff;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
}

nav.globalMenuSp ul {
  background: #ccc;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}
nav.globalMenuSp ul li a {
  display: block;
  color: #000;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}
.header-right {
    float: right;
		width: 60%;
    padding: .5em 1.5% 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.header-right ul {
	margin-top: 12px;
	padding: 0;
	list-style: none;
	text-align: right;
}
@media (max-width: 768px){
	/* メニュー設定 */
	.header-right ul {
		margin-top: 50px;
		width: 70%;
		list-style: none;
		float: right;
	}
}
.header-right li a{
	display: block;
	color:#000000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	float: right;
}
.header-right li{
	width:auto;
	padding: 0 2%;
	display: inline-block;
}

/* top画像コピー */
.slide_01 {
   width: 100%;
	 height: auto;
}
@media (max-width: 420px){
	.slide_01  {
		display: none;
	}
}
@media (min-width: 420px){
	.slide_02  {
		display: none;
	}
}
/* タイトル設定 */
.title h1{
	text-align: center;
	font-size: 26px;
	color: #4A0B00;
	margin-top: 2em;
	margin-bottom: .8em;
}
.title{
	text-align: center;
}

/* topフォトテキスト設定 */
.top_photo_text{
	position: absolute;
	right: 4em;
	top: 42em;
}
.top_photo_text span{
	font-size: 15px;
}
.top_photo_text h3{
	font-weight: normal;
	font-size: 12px;
  text-align: right;
	line-height: 2em;
	letter-spacing: 0.1em;
	font-family: 'Quicksand',"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
@media (max-width: 1468px){
	.top_photo_text{
		position: absolute;
		right: 4em;
		top: 34em;
	}
}
@media (max-width: 1276px){
	.top_photo_text{
		position: absolute;
		right: 2em;
		top: 20em;
	}
	.top_photo_text h3{
		font-size: 10px;
	}
}
@media (max-width: 766px){
	.top_photo_text h3{
		display: none;
	}
	.title h1{
		margin-top: 1.4em;
		margin-bottom: .2em;
	}
}
@media (max-width: 1468px){
	.boder{
		top: 41.4em;
	}
}
@media (max-width: 1268px){
	.boder{
		display: none;
	}
}
.content .company{
	position: relative;
}
/* テキスト設定 */
.text{
	margin-top: 3em;
	width: 900px;
	margin-left: auto;
	margin-right:auto;
}
.text p{
	line-height: 1.8em;
	font-size: 18px;
}
@media (max-width: 820px){
	.text{
		width: auto;
		margin-left: 1em;
		margin-right: 1em;
	}
}
/*チョコレート商品・価格*/
.choco_wrapper{
	width: 1020px;
	margin-top: 3em;
	margin-left: auto;
	margin-right: auto;
}
.choco_wrapper:after{
	content: "";
	display: block;
	clear: both;
}
@media (max-width: 820px){
	.choco_wrapper{
		width: 680px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 420px){
	.choco_wrapper{
		width: 340px;
		margin-left: auto;
		margin-right: auto;
	}
}
.choco_01 {
	float: left;
	width: 300px;
	margin-bottom: 3.4em;
	margin-left: 1.2em;
	margin-right: 1.2em;
}
.choco_02 {
	float: left;
	width: 300px;
	margin-bottom: 3.4em;
	margin-left: 1.2em;
	margin-right: 1.2em;
}
.choco_03 {
	float: left;
	width: 300px;
	margin-bottom: 3.4em;
	margin-left: 1.2em;
	margin-right: 1.2em;
}
.choco_04 {
	float: left;
	width: 300px;
	margin-bottom: 3.4em;
	margin-left: 1.2em;
	margin-right: 1.2em;
}
.choco_05 {
	float: left;
	width: 300px;
	margin-bottom: 3.4em;
	margin-left: 1.2em;
	margin-right: 1.2em;
}
@media (max-width: 620px){
	.choco_05 {
		margin-bottom: 1em;
	}
}
.choco_name{
	width: 300px;
}
.choco_name h3{
	margin-top: 1em;
	font-size: 20px;
	color: #4B1A00;
}
.choco_name h4{
	font-size: 21px;
	font-weight: bold;
	color: #4B1A00;
}

/* button設定 */
.button{
  margin-top: 2.4em;
	margin-bottom: 3em;
	text-align: center;
}
@media (max-width: 770px){
	.button{
		margin-bottom: 1em;
	}
}
.button a{
	font-size: 16px;
	padding: 16px 60px;
  color: white;
	border: 1px solid #463200;
	color: #463200;
  /* background-color: #E38094; */
  text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
		border-radius: 6px;
}
.button a:hover{
	opacity: 0.7;
	color: #FFFFFF;
	background: #4B1A00;
}

.choco_text p{
	margin-top: .6em;
	font-size: 16px;
	line-height: 1.8em;
}
.shops{
  width: 1020px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4em;
}
.shops_name h3{
	color: #FF0000;
}
.shops_name br{
	display: none;
}
.attention{
	font-size: 14px;
}
.shops_name span{
	color: #FF0000;
}
@media (max-width: 1020px){
	.shops{
	  width: auto;
		margin-left: 2em;
		margin-right: 2em;
		margin-bottom: 3em;
	}
}
@media (max-width: 620px){
	.shops_name br{
		display: block;
	}
}
/* ボタン設定 */
.base{
	margin-top: 2.5em;
}
.wrap {
  text-align: center;
}
.wrap  {
  font-weight: bold;
  font-size: 14px;
}
.wrap a {
  -webkit-transition: all 500ms cubic-bezier(0.6, 1, 0.4, 3);
  -moz-transition: all 500ms cubic-bezier(0.6, 1, 0.4, 3);
  -ms-transition: all 500ms cubic-bezier(0.6, 1, 0.4, 3);
  -o-transition: all 500ms cubic-bezier(0.6, 1, 0.4, 3);
  transition: all 500ms cubic-bezier(0.6, 1, 0.4, 3);
  display: block;
  margin: 20px auto;
  max-width: 140px;
  text-decoration: none;
  border-radius: 4px;
  padding: 16px 24px;
	font-size: 14px;
}
a.button {
  color: rgba(130, 92, 95);
  box-shadow: rgba(130, 92, 95) 0 0px 0px 2px inset;
}
a.button:hover {
  color: rgba(255, 255, 255, 0.85);
  box-shadow: rgba(204, 112, 35, 0.7) 0 0px 0px 40px inset;
}
/* コピーライト設定 */
.copyright{
	/* position: absolute;
  bottom: 0; */
  background-color: #280000;
  width: 100%;
}
.copyright h3{
	font-weight: normal;
	font-size: 13px;
	padding-top: 3em;
	padding-left: 2em;
	padding-bottom: 3em;
	color:white;
	text-align: left;
	line-height: 1.8em;
	font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック",YuGothic,"メイリオ",Meiryo,sans-serif;
}
