@charset "UTF-8";
/* CSS Document */



.resizeimage img { width: 100%; }

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
@media screen and (min-width: 640px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 640px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

p {
  font-weight: nomal;
}


 /* ↓縦に積むテーブル↓ */
table {
}
.tbl-r02 th {
}
.tbl-r02 td {
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
  }
  .tbl-r02 {
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
  }
}
 /* ↑縦に積むテーブル↑ */
 
 

.font_white {
	font-size: 80%;
	line-height: 1.8rem;
	font-family: "Noto Serif JP", sans-serif;
	color: #FFF;
}

.font_gold {
	font-size: 100%;
	line-height: 2.2rem;
	font-family: "Noto Serif JP", sans-serif;
	color: #b29932;
}
.font_gold_g {
	font-family: "Noto Serif JP", sans-serif;
	color: #b29932;
}
.font_gold_g_l {
	font-size: 150%;
	line-height: 2.2rem;
	font-family: "Noto Serif JP", sans-serif;
	color: #b29932;
}

.font_gold_m {
	font-size: 150%;
	line-height: 2.5rem;
	font-family: "Noto Serif JP", serif;
	color: #b29932;
}
.font_s {
	font-size: 60%;
	line-height: 0.6rem;
	font-family: "Noto Serif JP", sans-serif;
}
.font_l {
	font-size: 150%;
	line-height: 2.2rem;
	font-family: "Noto Serif JP", sans-serif;
}


a,a:hover,a:visited{
    color: inherit;
}


table.sample {
   display: block;
   border: none;
   width: 80%;
   max-width: 600px;
   min-width: 400px;
   text-align:  center;
}
table.sample tr {
   display: inline;
}
table.sample td {
   display: inline-block;
   margin-bottom: 10px;
}


  
/* スライダーPC */
.cp_accordionslide03 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	visibility: hidden;
	width: 100%;
	height: 60vh;
}
.cp_accordionslide03 .slideitem {
	position: relative;
	visibility: visible;
	overflow: hidden;
	width: 20%;
	height: 100%;
	cursor: pointer;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.cp_accordionslide03 .slideitem:nth-child(1) {
	background-image: url('img/couse.png');
}
.cp_accordionslide03 .slideitem:nth-child(2) {
	background-image: url('img/hitsumabushi.png');
}
.cp_accordionslide03 .slideitem:nth-child(3) {
	background-image: url('img/seki.png');
}
.cp_accordionslide03 .slideitem:nth-child(4) {
	background-image: url('img/unagi.png');
}
.cp_accordionslide03 .slideitem:nth-child(5) {
	background-image: url('img/nagoya.png');
}
.cp_accordionslide03 .slideitem:after {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	opacity: 0;
	background-color: rgba(178,153,50 ,0.6);
}
.cp_accordionslide03:hover .slideitem:hover {
	width: 60%;
}
.cp_accordionslide03:hover .slideitem:not(:hover):after {
	-webkit-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	opacity: 1;
}
.cp_accordionslide03 .slideitem .slidecont {
	position: absolute;
	z-index: 4;
	bottom: 60px;
	left: -60px;
	visibility: hidden;
	max-width: 400px;
	padding: 20px;
	color: #ffffff;
	border-radius: 5px;
	background-color: rgba(89,76,25 ,0.6);
}
.cp_accordionslide03 .slideitem .slidecont h2 {
	font-size: 1.4em;
}
.cp_accordionslide03:hover .slideitem:hover .slidecont {
	left: 30px;
	visibility: visible;
	-webkit-transition: all 0.3s cubic-bezier(0, 0, 0, 1.82) 0.5s;
	transition: all 0.3s cubic-bezier(0, 0, 0, 1.82) 0.5s;
	opacity: 1;
}
@media only screen and (max-width:768px) {
	.cp_accordionslide03 {
		height: 80vh;
	}
	.cp_accordionslide03 .slideitem .slidecont h2 {
		font-size: 0.9em;
	}
	.cp_accordionslide03 .slideitem .slidecont p {
		font-size: 0.7em;
	}
	.cp_accordionslide03 .slideitem .slidecont {
		right: 10px;
		bottom: 10px;
		left: 10px;
	}
	.cp_accordionslide03:hover .slideitem:hover .slidecont {
		left: 10px;
	}
}

/* スライダーSP */
.slide {
  position: relative;
  width: 400px;
  padding-top: 400px;
  overflow: hidden;
  background-color: #c6c6c6;
}
 
@keyframes slideshow {
  0% {
    opacity: 0;
  }
 
  10% {
    opacity: 1;
  }
 
  28% {
    opacity: 1
  }
 
  38% {
    opacity: 0;
  }
 
  100% {
    opacity: 0;
  }
}
 
.slide img {
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translate(-0%, -0%);
  width: 100%;
  height: 320;
  opacity: 0;
  animation: slideshow 24s linear infinite;
}
 
.slide img:nth-child(2) {
  animation-delay: 8s;
}
 
.slide img:last-child {
  animation-delay: 16s;
}



/* 写真メニュー */
figure.cp_caption {
	line-height: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	min-width: 220px;
	max-width: 380px;
	max-height: 220px;
	margin: 10px 1%;
	color: #ffffff;
}
figure.cp_caption * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
figure.cp_caption img {
	width: 100%;
	-webkit-transition: all 0.4s;
	        transition: all 0.4s;
	opacity: 1;
}
figure.cp_caption h2 {
	line-height: 1.6;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
}
figure.cp_caption p {
	line-height: 1.6;
	margin: 0;
	padding: 0;
}
figure.cp_caption:hover img {
	-webkit-transform: translateY(-45px);
	        transform: translateY(-45px);
}
figure.cp_caption:hover figcaption {
	-webkit-transition: -webkit-transform 0.3s, opacity 0.1s;
	        transition:         transform 0.3s, opacity 0.1s;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	opacity: 1;
}
figure.cp_caption figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	padding: 0.5em;
	-webkit-transition: -webkit-transform 0.35s, opacity 0.1s 0.3s;
	        transition:         transform 0.35s, opacity 0.1s 0.3s;
	-webkit-transform: translateY(100%);
	        transform: translateY(100%);
	opacity: 0;
	color: #ffffff;
	background: rgba(178,153,50 ,1);
}


/* バウンド矢印 */

.cp_arrows *, .cp_arrows *:before, .cp_arrows *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_arrows {
	position: relative;
	display: flex;
	height: 40px;
	margin: 2em auto;
	justify-content: center;
	align-items: center;
}
.cp_arrows .cp_arrow {
	position: absolute;
	top: 5px;
	left: 2px;
	width: 40px;
	height: 40px;
}
.cp_arrows .cp_arrow::before,
.cp_arrows .cp_arrow::after {
	position: absolute;
	display: block;
	width: 3px;
	height: 30px;
	content: '';
	-webkit-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
	-webkit-transform: translate(-50%, -50%) rotateZ(-60deg);
	        transform: translate(-50%, -50%) rotateZ(-60deg);
	transform-origin: bottom right;
	border-radius: 10px;
	background: #b29932;
}
.cp_arrows .cp_arrow::after {
	-webkit-transform: translate(-50%, -50%) rotateZ(60deg);
	        transform: translate(-50%, -50%) rotateZ(60deg);
	-webkit-transform-origin: bottom left;
	        transform-origin: bottom left;
}
.cp_arrows .cp_bounce {
	-webkit-animation: arrow-move09 2s infinite ease-in-out;
	        animation: arrow-move09 2s infinite ease-in-out;
}
@-webkit-keyframes arrow-move09 {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	48% {
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
	60% {
		-webkit-transform: translateY(-15px);
		        transform: translateY(-15px);
	}
}
@keyframes arrow-move09 {
	0%, 20%, 50%, 80%, 100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	48% {
		-webkit-transform: translateY(-20px);
		        transform: translateY(-20px);
	}
	60% {
		-webkit-transform: translateY(-15px);
		        transform: translateY(-15px);
	}
}


/* お知らせ続き */

.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 10px;
	left: 50%;
	width: 16rem;
	font-family: FontAwesome;
	content: '\f13a'' 続きをよむ';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 20px;
	background-color: rgba(178,153,50 ,1);
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 200px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
	font-family: FontAwesome;
	content: '\f139'' 閉じる';
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}

/* お知らせ区切り線 */

/* -- div#contents-maker-news ----------------------------------------------------------------------- */

div#contents-maker-news * {
	margin: 0;
	padding: 0;
	box-sizing: content-box;
}

div#contents-maker-news div.cm-box {
	padding: 25px 0;
	border-bottom: 1px dotted #333333;
}

div#contents-maker-news dl dt {
	font-weight: bold;
	margin: 0 0 3px;
}


/* お知らせ枠 */

.cp_blockdesign03 {
	border-width: 1px;
	border-color: #b29932;
	border-style: solid;
	position: relative;
}
.cp_blockdesign03::after{
	content: "information";
	position: absolute;
	top: -8px;
	left: 10px;
	background: #fafcfc;/*背景色と同じにする*/
	font-size: 14px;
	color: #b29932;
	padding: 0 10px;
}
.cp_blockdesign03 .cp_authorname {
	display: flex;
	border-bottom: 1px solid #b29932;
}
.cp_blockdesign03 .cp_authorname h2 {
	margin: 0.5em;
	width: 70%;
	color: #b29932;
}
.cp_blockdesign03 .cp_authorname ul {
	margin: 0.5em 0;
	padding: 0.5em 0;
	width: 30%;
	text-align: center;
}
.cp_blockdesign03 .cp_authorname li {
	display: inline;
	padding: 0 0.5em;
}
.cp_blockdesign03 .cp_authorname li a {
	color: #b29932;
}
.cp_blockdesign03 .cp_authorinfo {
	padding: 1em;
}









.diet_form {
    background: #eaf4ff;
    padding: 10px 30px;
}
form dl dt {
    width: 300px;
    height: 40px;
    padding: 10px 0;
    line-height: 40px;
    float: left;
}
form dl dd {
    padding: 10px 0;
    margin: 0;
}
.box {
	font-size: 150%;
    box-sizing: border-box;
    width: 150px !important;
    height: 40px !important;
    margin: 0 !important;
    padding: 0 10px !important;
}
.calc-btn {
    width: 80px;
    height: 30px;
    border: 1px solid #333;
}
.calc-btn:hover {
    cursor: pointer;
}



.fixed_banner {
position: fixed; /* 追従させる為にfixedの値を記述します */
border:0;
padding: 0px;
background:0;
z-index: 99999; /* 他の要素の下に隠れないように全面配置させます */
bottom: 0px; 
right: 0px; /* 右から40pxのところにバナーを配置します */
}

.fixed_banner_pc {
width: 50px; /* バナーの横幅を指定してあげます */
}

.fixed_banner_sp {
display: none; /* PCではスマホ用のバナーは非表示にします */
}


@media screen and (max-width: 480px) { /* メディアクエリを使ってスマホ用のブレイクポイントを指定 */

.fixed_banner_sp {
display: inline-block; /* 消していたスマホ用のバナーを表示させます */
}
.fixed_banner_pc {
display: none; /* PCではスマホ用のバナーは非表示にします */
}
}

