﻿@charset"utf-8";
body{
	background-color:#ffffff;
	color:#42210b;
	font-family:"メイリオ","Hiragino Sans","sans-serif";
	margin:0;
	padding:0;
}
header{
	background-color:#FFFFFF;
	text-align:center;
}
header img{
	text-align:center;
	padding-top:20px;
}
h1{
	font-size:200%;
}
nav ul{
	font-weight:bold;
	font-size:200%;
	color:#ffffff;
	text-shadow:1px 1px 0 #42210b, -1px -1px 0 #42210b, 
 		 -1px 1px 0 #42210b,  1px -1px 0 #42210b,
		 1px 0 0 #42210b, -1px  0 0 #42210b,
 		0 1px 0 #42210b,  0 -1px 0 #42210b;
}
nav ul a{
	text-decoration:none;
	color:#ffffff;
	text-shadow:1px 1px 0 #42210b, -1px -1px 0 #42210b, 
 		 -1px 1px 0 #42210b,  1px -1px 0 #42210b,
		 1px 0 0 #42210b, -1px  0 0 #42210b,
 		0 1px 0 #42210b,  0 -1px 0 #42210b;
}
nav ul a:hover{
	color:#42210b;
}
nav li{
	display:inline;
	padding-right:20px;
}
article{
	width:1440px;
	margin-left:auto;
	margin-right:auto;
}
.container {
  position: relative;
  width: 1440px;
  height: 810px;
	padding-bottom:50px;
}
.image {
  	position: absolute;
	width: 100%;
	opacity: 0;
	animation: change-img-anim 15s infinite;
	padding-bottom:50px;
}
.image:nth-of-type(1) {
  animation: change-img-anim-first 15s infinite;
	animation-delay: 0s;
}
.image:nth-of-type(2) {
	animation-delay: 5s;
}
.image:nth-of-type(3) {
	animation-delay: 10s;
}
@keyframes change-img-anim-first {
	0%{ opacity: １;}
  30%{ opacity: 1;}
  36%{ opacity: 1;}
  45%{ opacity: 0;}
  100%{ opacity: 0;}
}
@keyframes change-img-anim {
  0%{ opacity: 0;}
  30%{ opacity: 1;}
  36%{ opacity: 1;}
  45%{ opacity: 0;}
  100%{ opacity: 0;}
}
.information{
	text-align:center;
}
.line{
	text-align:center;
	padding-top:60px;
	margin-bottom:-60px;
}
.pickup{
	background-color:#FFFFFF;
	width:auto;
	display:flex;
	justify-content:center;
	margin:auto;
	flex-wrap:nowrap;
	gap:20px;
}
.item img{
	border-radius:40px;
}
ul{
	list-style-type:none;
}
aside li{
	border-bottom:4px dotted #42210b;
}
aside img{
	margin:10px;
	border-radius:20px;
	margin-right: 50px;
}
aside{
	padding-bottom:50px;
}
aside li a{
	text-decoration:none;
	display: flex;
	align-items:center;
	color:#42210b;
	font-size:120%;
	font-weight:bold;
}
.topheading{
	text-align:center;
}
aside li a:hover{
	background-color:#edd1bc;
}
.video{
	text-align:center;
}
.video video{
	box-shadow:0px 0px 10px 3px #000000;
}
footer{
	clear:both;
	background-color:#634b43;
	text-align:center;
	padding-bottom:10px;
	padding-top:5px;
}
footer p{
	color:#FFFFFF;
}
address{
	color:#FFFFFF;
}
.copy{
	font-size:70%;
}
.footernav{
	background-image:url("../image/ribon.png");
	background-repeat:no-repeat;
	padding-bottom:10px;
	padding-top:10px;
}
/*about*/
.cacaocollection{
 background-image: url("../image/cacaoback.png");
}
.aboutarticle{
	background-color:rgba(255,255,255,0.8);
	padding-bottom:20px;
}
.travel p{
	line-height:2;
	font-weight:bold;
}
.aboutcacao{
		padding-top:60px;
		margin-bottom:-20px;
		line-height: 2;
}
.aboutcacao br{
		line-height: 2;
}
.firstletter{
	font-size:300%;
	font-weight:bold;
	color:#ffffff;
	text-shadow:2px 2px 0 #42210b, -2px -2px 0 #42210b, 
 		 -2px 2px 0 #42210b,  2px -2px 0 #42210b,
		 2px 0 0 #42210b, -2px  0 0 #42210b,
 		0 2px 0 #42210b,  0 -2px 0 #42210b;
	padding-right:10px;
}
.travel{
	text-align:center;
}
.travelfarst{
	font-size:200%;
	padding-top:20px;
}
.cacao{
	text-align:center
}
.summary{
		padding-top:50px;
		border-bottom:5px double #ff37b9;
		color:#ff37b9;
		font-weight:bold;
		margin-right:100px;
		margin-left:100px;
}
/*news*/
.news h1{
	text-align: center;
	margin-bottom:50px;
	margin-top: 100px;
	border-bottom:3px dotted #42210b;
	padding-bottom:20px;
}
.news img{
	margin-bottom:30px;
}
.newsword{
		float:right;
		margin-top:80px;
}
.festival{
	color:#ff37b9;
	font-weight: bold;
}
.newstable{
	margin-top:80px;
	border:2px solid #42210b;
	padding:20px;
	border-spacing: 10px;
}
.next{
		text-align:right;
}
.pagechange{
	background-color:#FFFFFF;
	width:100%;
	display:flex;
	flex-wrap: wrap;
	justify-content:space-between;
	margin:auto;
	gap:20px;
}
.arrow p{
	font-size:150%;
}
.clear{
	color:#FFFFFF;
}
.arrow a{
	color:#42210b;
	font-weight: bold;
}
/*menu*/
.menutitle{
	margin-bottom:40px;
	margin-top:100px;
	border-bottom:1px dashed #634b43;
}
.menu {
  background-color: #FFFFFF;
  max-width: 1200px;
  display: flex;
  justify-content:space-around;
  margin: auto;
  flex-wrap: wrap;
  gap: 20px;
}
.menu-information{
	margin-top:100px;
}
.chocobox{
	float: right;
	padding-bottom:30px;
	padding-top:30px;
}
.other{
	clear:both;
	padding-top:30px;
	margin-bottom:30px;
	border-bottom:1px dashed #634b43;
}
.undermenu{
	padding-bottom:50px;
}
/*store*/
.storetable{
	margin:auto;
	margin-bottom:70px;
	margin-top:20px;
	border:2px solid #42210b;
	padding:20px;
	border-spacing:20px;
}
.store-container{
	display:flex;	
	align-items:flex-end;
}
.store-container .store-item:nth-child(2){
	margin-left:-100px;
}
th{
	text-align:right;
	padding-right:20px;
}
/*contact*/
.page{
	width:1440px;
	max-width:100%;
}
.contactbody{
	background-image: url("../image/contactback.png");
}
.bar{
	background-image:url("../image/chocobar.png");
	position:center;
	margin-top:50px;
	padding-top:100px;
	padding-bottom:100px;
	color:#FFFFFF;
	text-align: center;
}
section ul{
	padding-top:30px;
}
.contactform{
	display:flex;
	flex-direction:column;
	align-items:center;
	padding-top: 50px;
}
.form{
	display:block;
	width:400px;
	height:30px;
	margin-bottom: 50px;
	font-size:110%;
}
textarea{
	display:block;
	width:600px;
	height:300px;
	font-size:130%;
}
button{
	width:200px;
	height:50px;
	border-radius:20px;
	background-color:#634b43;
	color:#FFFFFF;
	font-size:100%;
	font-weight: bold;
	margin-top:20px;
}

/*1920px以下の場合*/
@media(max-width:1920px){
.cacaocollection{
	background-size: contain;
}
.contactbody{
	background-size: contain;
	background-repeat:no-repeat;
	background-position:50% 80%;
}
.footernav{
		background-size: contain;
	background-repeat:no-repeat;
		background-position:center;
}

}
/*1440px以下の場合*/
@media(max-width:1440px){
article{
	width:auto;
}
.container {
	width:auto;
	padding-bottom:56.25%;
	height:0;
}
article video{
	max-width:100%;
	height:auto;
}
article img{
	max-width:100%;
	height:auto;
}
.pickup{
	width:auto;
}
.news img{}
}
/*1220px以下の場合*/
@media(max-width:1220px){
.item img{
	width:100%;
}
.bar{
	background-size: contain;
	background-repeat:no-repeat;
	background-position:50% 100%;	
}
article iframe{
	width:auto;
	height:auto;
}
}
/*600px以下の場合*/
@media(max-width:1024px){
.bar{
	background-image:url("../image/barother.png");
}
.footernav{
	background-image:none;
}
