/*
Theme Name: https://usukikirakuan.mom/
Author: 喜楽庵
Version: 1.0
*/

@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond&display=swap');

main {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 0;
}

@media screen and (max-width: 768px) {	
	main {
		padding-top: 112px;
	}
}

section {
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
	padding: 60px 0;
}

.top-message {
	width: 100%;
	display: flex;
	justify-content: center;
}

.top-message > span {
	text-align: center;
	font-size: 16px;
	padding: 10px 20px;
	border: 1px solid #000;
}

.section-title {
	width: 100%;
	margin: 0 auto 60px;
}

.section-title > p {
	font-size: 28px;
	letter-spacing: 0.25em;
	text-align: center;
	font-weight: normal;
	margin: 0;
	font-family: 'Cormorant Garamond', serif;
}

.section-title > h2 {
	font-size: 13px;
	text-align: center;
	font-weight: normal;
	margin: 0;
}

.news-list {
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.news-list-all {
	width: calc(100% - 40px);
	margin: 0 20px;
	border-bottom: 2px solid #000;
}

a.news-item {
	display: block;
	width: 28%;
	padding: 25px 0;
	transition: 0.1s;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

@media screen and (max-width: 768px) {
	.news-list {
		flex-direction: column;
	}
	a.news-item {
		width: 100%;
		padding: 20px;
	}
}

.news-list-all > a.news-item {
	width: 100%;
	border-bottom: none;
}

a.news-item > p.news-item-title {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 1em;
}

a.news-item > p.news-item-date {
	font-size: 12px;
	margin-bottom: 0;
}

a.news-item:hover {
	color: #008033;
	border-top: 2px solid #008033;
	border-bottom: 2px solid #008033;
}




.blog-title,
.blog-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.blog-content h1,
.blog-content h2,
.blog-content h3 {
  padding: 20px;
  background-color: #FAF6EE;
  border-radius: 8px;
  letter-spacing: 0.025em;
}

.blog-content h1 {
  font-size: 20px;
}

.blog-content h2 {
  font-size: 18px;
}

.blog-content h3 {
  font-size: 16px;
}

.blog-content a {
  text-decoration: underline;
  color: #008033;
}

.blog-content p img {
  display: block;
  max-width: 100%;
  height: auto;
}



.menu-content {
	display: flex;
}

.menu-category {
	width: 36%;
}

@media screen and (max-width: 768px) {
	.menu-content {
		flex-direction: column;
	}
	
	.menu-category {
		width: 100%;
		margin-top: 60px;
	}
}

.menu-category:before {
	content: "";
	display: block;
	height: 0;
	width: 26px;
	position: absolute;
	border-top: 1px solid #000;
	margin: 15px 10px 0 0;
}

.menu-category > h2 {
	font-size: 28px;
	letter-spacing: 0.1em;
	font-weight: normal;
	line-height: 1.1em;
	margin: 0 0 14px 40px;
	font-family: 'Cormorant Garamond', serif;
}

.menu-category > p {
	font-size: 14px;
	margin: 0 0 14px 40px;
}

.menu-items {
	flex: 1;
}

.menu-items > ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu-items > ul > li {
	padding: 30px 0;
	border-bottom: 1px solid #DDDDDD;
}

.menu-items > ul > li > p {
	font-size: 28px;
	margin-top: 0;
}

.menu-items > ul > li > p.small {
	font-size: 16px;
}

@media screen and (max-width: 768px) {
	.menu-items > ul {
		margin: 0 20px;
	}
	.menu-items > ul > li {
		padding: 10px 0;
		margin-bottom: 5px;
	}
	.menu-items > ul > li > p {
		margin-bottom: 0px;
		font-size: 24px;
	}
}


p.notice {
	margin: 60px 40px;
	padding: 30px;
	text-align: center;
	border: 1px solid #000;
	
}

.history-content {
	max-width: 600px;
	width: 100%;
	margin: 0 auto 60px;
}

.history-content > p {
	
}

@media screen and (max-width: 768px) {	
	.history-content > p {
		padding: 0 20px;;
	}
}

.history-images {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 20px;
}

.history-images > img {
	display: block;
	width: 48%;
	height: auto;
	margin-bottom: 40px;
}

img.image-special {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	user-drag: none;
	-webkit-user-drag: none;
	-moz-user-select: none;
}

.shop-images,
.shop-order {
	margin: 40px auto;
	display: flex;
	justify-content: space-between;
}

.shop-images > div,
.shop-order > div {
	width: 45%;
}

.shop-images > div > img,
.shop-order > div > img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}

.shop-images > div > p,
.shop-order > div > p {
	font-size: 28px;
}

.shop-images > div > p.small,
.shop-order > div > p.small {
	font-size: 16px;
	margin-top: -20px;
}

.shop-info {
	width: 100%;
	padding: 40px;
	box-sizing: border-box;
	background-color: #F2F2F2;
}

@media screen and (max-width: 768px) {
	.shop-images {
		padding: 0 20px;
		flex-wrap: wrap;
	}
	.shop-order {
		padding: 0;
		flex-direction: column;
	}
	.shop-images > div {
		width: 100%;
	}
	.shop-order > div {
		width: 100%;
	}

	.shop-images > div > img,
	.shop-order > div > img {
		margin-bottom: 15px;
	}

	.shop-images > div > p,
	.shop-order > div > p {
		font-size: 20px;
		margin-top: 0;
	}
}

.shop-info > ul {
	padding-left: 1em;
}

.contact-form {
  width: 100%;
}

.contact-form input[type="submit"] {
  display: block;
  width: aUTO;
  box-sizing: border-box;
  padding: 10px 50px;
  height: 56px;
  border: none;
  background-color: #000;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
  transition: 0.3s;
}

.contact-form input[type="submit"]:hover {
  opacity: 0.7;
}

.contact-form input[type="text"].wpcf7-form-control.wpcf7-text,
.contact-form input[type="tel"].wpcf7-form-control.wpcf7-text,
.contact-form input[type="email"].wpcf7-form-control.wpcf7-text {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #707070;
  background-color: #FFF;
  font-size: 16px;
  margin: 0 0 30px;
}

.contact-form textarea.wpcf7-form-control.wpcf7-textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #707070;
  background-color: #FFF;
  font-size: 16px;
  margin: 0 0 30px;
}

.contact-form .wpcf7 form .wpcf7-response-output {
  box-sizing: border-box;
  padding: 20px;
  margin: 0;
  border: none;
  border-radius: 6px;
}

.contact-form .wpcf7 form.sent .wpcf7-response-output {
  background-color: #DAE8A2;
}

.contact-form .wpcf7 form.invalid .wpcf7-response-output {
  background-color: #F2C94C;
}

.contact-form p.red {
	color: red;
}

@media screen and (max-width: 768px) {
	.contact-form {
		padding: 0 20px;
	}
}
