
* {
	margin:0;
	padding:0;
	color: #666666; 
}

a { 
	color: #666666; 
	text-decoration: none;
}

.c {
	text-align: center;
}

.r {
	text-align: right;
}

a:hover { 
	color: #000000; 
	text-decoration: none;
}

figure {
	margin: 0px !important;
	padding: 0px !important;
}

.cfix::after {
	content: "";
	display: block;
	clear: both;
}

article img {
	max-width: 100%;
	height: auto;
}

ul, ol {
	list-style-type: none;
}

html {
		
}

body {
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	color: #262626;
	text-align: left;
}

header,
main,
footer {
	width: 100%;
}

header h1 a {
	display: block;
	text-indent: -9999px;
	width: 240px;
	height: 52px;
	margin-top: calc((100px - 52px) / 2);
	background-image: url("https://gotoyusuke.jp/wp-content/themes/yusuke_goto/img/top_btn.gif");
	background-repeat: no-repeat;
	background-size: contain;
}

header nav {

}

header nav ul {

}

header nav ul li {
/*
	display: inline;
	width: 50px;
	height: 50px;
*/
}

header nav ul li a {
	display: block;
	text-indent: -9999px;
	background-image: url("https://gotoyusuke.jp/wp-content/themes/yusuke_goto/img/icons.png");
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-size: 300%;
	transition: background 0.33s;
}

header nav ul li:nth-of-type(1) a {
	background-position: -100px 0px;
	margin: 0px 32px 0px 0px;
}

header nav ul li:nth-of-type(1) a:hover {
	background-position: -100px -50px;
}

header nav ul li:nth-of-type(2) a {
	background-position: -50px 0px;
	margin: 0px 6px 0px 0px;
}

header nav ul li:nth-of-type(2) a:hover {
	background-position: -50px -50px;
}

header nav ul li:nth-of-type(3) a {
	background-position: 0px 0px;
	margin: 0px 0px 0px 6px;
}

header nav ul li:nth-of-type(3) a:hover {
	background-position: -0px -50px;
}

header nav ul li.spbtn {
	display: none;
}

header nav ol {
	text-align: center;
	font-size: 14px;
}

header nav ol li {
	display: inline;
	white-space: nowrap;
	font-weight: 700;
}

.slider-content {
	width: 100%;
}

.slider-content img {
	width: 100%;
	height: auto;
}

.slick-dots li {
	font-size: 20px; 
	width: 2rem; 
	margin-bottom: 50px;
}

.slick-dots li button:before
{
	font-size: 20px;
	content: '●';
	text-shadow: 1px 1px 0px #FFFFFF, -1px -1px 0px #FFFFFF,
				-1px 1px 0px #FFFFFF,  1px -1px 0px #FFFFFF,
				 0px 1px 0px #FFFFFF,  0px -1px 0px #FFFFFF,
				-1px 0px 0px #FFFFFF,  1px  0px 0px #FFFFFF;
}

.top {
	margin: 160px 0px;
	border-top:    1px solid #878787;
	border-bottom: 1px solid #878787;
}

.top1 {
	margin: 160px 0px 70px 0px !important;
}

.top article {
	margin: 0px auto !important;
}

.top article div {
	position: relative;
}

.imgnew {
	position: absolute;
	top: -50px;
	left: -60px;
	display: block;
	width: 171px;
	height: 40px;
	transform: rotateZ(-20deg);
}

.top article div.imgl img,
.top article div.imgr img {
	display: block;
	width: 400px;
	height: 400px;
	object-fit: cover;
	border-radius: 30px;
	margin: -60px 0px -40px 0px;
}

.top article div.cont span {
	display: block;
	font-size: 18px;
	color: #878787;
	margin-top: 16px;
}

.top article div.cont h2 {
	font-size: 30px;
	margin-top: 10px;
}

.top article div.cont p {
	width: calc(100% - 85px);
	font-size: 14px;
	height: calc(1.5em * 4);
	line-height: 1.5;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.top article div.cont p time {
	font-family: monospace;
	color: #CC9900;
	padding-right: 12px;
}

.top article div.cont a img {
	display: block;
	width: 280px;
	height: 56px;
	margin: 20px 0px 0px 0px;
}

.top article div {
	width: calc(50% - 10px);
}

.top article div.divl { padding-left:  10px; }
.top article div.divr { padding-right: 10px; }

.top article div.divl,
.top article div.imgl img { 
	float:  left; 
}

.top article div.divr,
.top article div.imgr img { 
	float: right; 
}

.toppa li {
	width: 25%;
	float: left;
	text-align: center;
	font-size: 12px;
}

.toppa li img {
	width: 230px;
	height: 153px;
	display: block;
	object-fit: cover;
	margin: 0px auto 7px auto;
}

.mov {
	margin: -30px auto 40px auto !important;
}

.mov article {
	text-align: center;
}

.mov article h2 {
	font-size: 30px;
	margin: 0px auto 10px auto;
}

.mov article div:nth-of-type(1) {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000000;
}

main article {
	margin: 30px 0px 60px 0px;
}

main article h2 {
	margin: 10px 0px 30px 0px;
}

main article p,
main article blockquote {
	line-height: 175%;
	margin: 6px 0px 6px 0px;
}

main article img.recipeimg {
	display: block;
	margin: 0px auto 20px auto;
}


main article.minfo {
	text-align: center;
}

main article.minfo blockquote {
	margin: 50px;
	border: 1px solid #CCCCCC;
	padding: 60px;
}

main article.single {
	margin: 50px 50px 150px 50px;
}

main article.minfo time {
	font-size: 12px;
	color: #CC9900;
}

main article.minfo img {
	display: block;
	margin: 0px auto 20px auto;
}

.pagenate {
	margin: 20px auto 40px auto;
	text-align: center;
}

.pagenate li {
	display: inline;
	padding: 0px 5px;
}


.recipethumb {
	width: calc(((100% - 25px - 25px) / 3) - 2px);
	height: 400px;
	display: block;
	float: left;
	border: 1px solid #C3C3C3;
	margin: 0px 25px 25px 0px;
	overflow: hidden;
}

.recipethumb:nth-of-type(3n) {
	margin: 0px 0px 25px 0px;
}

.recipethumb dt img {
	width: 100%;
	height: auto;
}

.recipethumb dt h2 {
	font-size: 21px;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 10px 0px 10px 0px;
}

.recipethumb dd {
	padding: 0px 15px 15px 15px;
	font-size: 14px;
	height: calc(1.54em * 5);
	line-height: 1.5em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

.about h2 {
	border-top: 1px solid #BFBFBF;
	border-bottom: 1px solid #8F8F8F;
	margin: 60px 0px 30px 0px;
	padding: 7px 0px 7px 0px;
}

p.indent {
	padding-left: 1.5rem;
}

footer {
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.25rem;
	text-align: center;
	padding: 30px 0px;
	background: #ACACAC;
	color: #FFFFFF;
}

/* ************************************************************************************************ */
@media all and (min-width: 961px) {
	.container {
		max-width: 1000px;
		margin: 0px auto;
	}
	
	article {
		margin: 0px 16px;
	}
	
	header {
		height: 100px;
	}
	
	header h1 a {
		float: left;
	}
	
	header nav {
			width: calc(100% - 240px);
			float: right;
	}
	
	header nav ul {
		float: right;
		width: calc(50px + 6px + 6px + 50px);
		height: 50px;
		margin-top: calc((100px - 50px) / 2);
	}
	
	header nav ul li a {
		float: left;
	}
	
	header nav ol {
		float: right;
		width: calc(100% - (50px + 6px + 6px + 50px));
		margin-top: calc((100px - 14px) / 2);
	}
	
	header nav ol li {
		margin: 0px 16px;
	}
}

/* ************************************************************************************************ */

@media all and (max-width: 960px) {
	.container {
		width: calc(100% - 10px - 10px);
		margin: 0px auto;
	}
	
	article {
		margin: 0px 10px;
	}
	
	header .container { 
		width: 100% !important;
	}
	
	header h1 {
		width: 100%;
	}
	
	header h1 a {
		margin: 20px auto 0px auto;
	}
	
	header nav ul {
		width:calc(50px + 32px + 50px + 6px + 50px + 6px);
		height: 50px;
		margin: calc((100px - 50px) / 2) auto 30px auto;
	}
	
	header nav ul li {
		display: block;
		float: left;
	}
	
	header nav ul li.spbtn {
		display: block;
	}
	
	header nav ol {
		
	}
	
	header nav ol li {
		display: block;
	}
	
	header nav ol > li {
		background-color: white;
		text-align: center;
		width: 100%;
		font-weight: 700;
		
		border-bottom: 0 white solid;
		padding-top: 0;
		padding-bottom: 0;
		height: 0;
		
		transition:
			border-top     .3s ease-out,
			padding-top    .3s ease-out,
			padding-bottom .3s ease-out;
			height         .4s ease-out
	}
	
	header nav ol li:nth-of-type(1) {
		border-top: 1px solid transparent;
	}
	
	header nav ol.is-open > li {
		border-bottom: 1px solid #B6B6B6;
		padding-top: 20px;
		padding-bottom: 20px;
		height: 1rem;
	
		transition:
			height         .1s ease-out
			border-top     .3s ease-out,
			padding-top    .3s ease-out,
			padding-bottom .3s ease-out;
	}
	
	header nav ol.is-open li:nth-of-type(1) {
		border-top: 1px solid #B6B6B6;
	}
	
	header nav ol > li > a {
		line-height: 0;
		opacity: 0;
		visibility: hidden;
		
		transition:
			line-height .3s ease-out,
			opacity     .1s linear,
			visibility  .1s linear;
	}
	
	header nav ol.is-open > li > a {
		line-height: 1.5;
		opacity: 1;
		visibility: visible;
		
		transition:
			line-height .3s ease-out,
			opacity     .1s linear .1s,
			visibility  .1s linear .1s;
	}
	
	.top {
		border-bottom: 1px solid transparent;
	}
	
	.top article div.cont {
		width: calc(50% - 20px);
		padding: 0px 10px;
	}
	
	.top article div.cont p {
		width: 100%;
	}
	
	.toppa li {
		width: 50%;
	}
	
	main article.minfo blockquote {
		margin: 50px 0px;
		border-top: 1px solid #CCCCCC;
		border-bottom: 1px solid #CCCCCC;
		border-left: 0px solid transparent;
		border-right: 0px solid transparent;
	}
	
	main article.single {
		margin: 50px 0px;
	}
}


/* ************************************************************************************************ */

@media all and (max-width: 800px) {
	.mov article div:nth-of-type(1) div {
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 56.25%;
		overflow: hidden;
	}
	
	.mov article div:nth-of-type(1) div iframe {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
}

/* ************************************************************************************************ */

@media all and (max-width: 768px) {

	.top article div {
		width: 100%;
		padding: 0px;
	}
	
	.top article div.divl { padding-left:  0px; }
	.top article div.divr { padding-right: 0px; }
	
	.top article div.cont,
	.top article div.divl,
	.top article div.imgl img,
	.top article div.divr,
	.top article div.imgr img { 
		float: none; 
	}
	
	.top1 {
		margin: 100px 0px 30px 0px !important;
	}
	
	.imgnew {
		top: -400px;
		left: 0px;
	}
	
	.top article div.cont {
		width: 100%;
		padding: 0px;
	}
	
	.top article div.imgl img,
	.top article div.imgr img {
		margin: -60px auto 0px auto;
	}
	
	.top article div.cont a img {
		margin: 20px auto 0px auto;
	}
	
	.recipethumb {
		width: calc(((100% - 25px) / 2) - 2px);
		margin: 0px 25px 25px 0px;
	}
	
	.recipethumb:nth-of-type(3n) {
		margin: 0px 25px 25px 0px;
	}

	.recipethumb:nth-of-type(2n) {
		margin: 0px 0px 25px 0px;
	}
}

/* ************************************************************************************************ */

@media all and (max-width: 488px) {
	
	.toppa li {
		width: 100%;
	}
	
	.recipethumb {
		width: calc(100% - 2px);
		margin: 0px 0px 25px 0px;
	}
	
	.imgnew {
		top: -410px;
		left: 0px;
	}
	
}


/* ************************************************************************************************ */

@media all and (max-width: 440px) {
	
	.top article div.imgl img,
	.top article div.imgr img {
		width: 300px;
		height: 300px;
	}
	
	.imgnew {
		top: -300px;
		left: 0px;
	}
	
}


