@charset "UTF-8";

/*
Theme Name: Bonnecouleur
Author: H&W Support
Author URI: https://haws.co.jp/
Description: theme for Bonnecouleur
Requires at least: 5.6
Tested up to: 5.6
Requires PHP: 5.6
Version: 1.0
Text Domain: bonnecouleur
*/

html, body, div, p, h1, h2, h3, ul, ol, dt, dd {
	margin: 0;
	padding: 0;
}

body {
	font-size: 16px;
	color: #333;
	font-family: "Noto Sans JP";
	font-weight: 100;
}

img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: bottom;
}

h1 {
	font-size: 250%;
	font-weight: normal;
}

h2 {
	font-size: 235%;
	font-weight: normal;
}

header .container,
article .container,
article .container2,
footer .container {
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin: auto;
	box-sizing: border-box;
}

.alignC {
	text-align: center;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
	color: #fff !important;
}

/* header start */

header {
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 5px #e0e0e0;
	font-family: Jost;
	font-weight: 200;
	z-index: 2;
}

header.active {
	height: 100%;
	background: rgba(83, 104, 124, 0.95) !important;
	box-shadow: 0!important;
}

header.nonscr {
	background: transparent;
	box-shadow: none;
}

header h1 {
	position: absolute;
	font-size: 100%;
}

header h1 a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(./img/hlogo.png) center left no-repeat;
	background-size: contain;
	text-indent: -9999px;
	text-decoration: none;
}

header.active h1 a {
	background-image: url(./img/hlogo_home.png) !important;
}

header.nonscr h1 a {
	background-image: url(./img/hlogo_home.png);
}

header nav a {
	color: #53687c;
	text-decoration: none;
}

header.nonscr nav a {
	color: #fff;
}

header nav li {
	list-style: none;
}

header nav a.instagram {
	display: block;
	width: 1em;
	height: 2em;
	margin: auto;
	line-height: 2em;
	background: url(img/instagram.svg) center center no-repeat;
	background-size: 1em;
}

/* header end */

/* common parts start */

article h2 {
	font-family: "Libre Caslon Display";
	line-height: 1;
}

article .container > h2 {
	position: relative;
	padding-bottom: 0.5em;
	text-align: center;
}

article .container > h2:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 2em;
	height: 1px;
	margin: auto;
	background: #707070;
}

article .copy {
	width: 85%;
	max-width: 500px;
	margin: auto;
	text-align: center;
	box-sizing: border-box;
}

article p {
	margin-bottom: 1em;
}

article ul.none {
	margin-left: 0 !important;
}

article ul.none li {
	list-style: none;
}

article .btns {
	text-align: center;
}

article a.btn {
	display: inline-block;
	padding: 1.5em 2em;
	border: 1px solid #333;
	line-height: 1;
	color: #333;
	background: #fff;
	font-family: Jost;
	font-weight: 200;
	text-align: center;
	text-decoration: none;
}

article a.btn2 {
	display: inline-block;
	padding: 1.5em 2em;
	border: 1px solid #333;
	line-height: 1;
	color: #fff;
	background: #333;
	font-family: Jost;
	font-weight: 200;
	text-align: center;
	text-decoration: none;
}

/* common parts end */

/* parts start */

article.mv img {
	width: 100%;
}

article.news li {
	list-style: none;
}

article.news li p.img {
	position: relative;
	width: 100%;
	padding-top: 66.66%;
	margin-bottom: 1em;
}

article.news li p.img img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

article.news li p {
	margin-bottom: 0.75em;
}

article.news li p:last-child {
	margin-bottom: 0;
}

article.news li .link {
	font-style: italic;
}

article.news li a {
	color: #333;
	text-decoration: none;
}

article.contact {
	background: #f9f9f9 url(./img/clogo.png) center center no-repeat;
	background-position: bottom center;
}

article.contact .btn,
article.contact .btn2 {
	box-sizing: border-box;
}

/* parts end */

/* footer start */

footer {
	position: relative;
	padding: 1px;
	color: #fff;
	background-color: #53687c;
	font-family: Jost;
	font-weight: 200;
}

footer .container {
	margin: auto;
	padding: 5em 0;
	text-align: center;
}

footer h1 {
	margin: auto;
	text-align: center;
	border-bottom: 1px solid #fff;
}

footer h1 img {
	width: 250px;
}

footer nav ul {
	display: flex;
	margin: 1em 0;
	padding: 0;
	flex-wrap: wrap;
	justify-content: center;
}

footer nav li {
	position: relative;
	display: block;
	font-size: 90%;
}

footer nav li.full {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	box-sizing: border-box;
}

footer nav li:last-child:before {
	content: "";
	display: block;
	position: absolute;
	top: 0.25em;
	width: 1px;
	height: 1em;
	background: #fff;
}

footer nav a {
	color: #fff;
	text-decoration: none;
}

footer nav a.instagram {
	position: relative;
	padding-left: 2em;
}

footer nav a.instagram:before {
	content: "";
	display: block;
	position: absolute;
	top: -0.125em;
	left: 0;
	width: 1.25em;
	height: 1.25em;
	background: url(img/instagram.svg) center center no-repeat;
	background-size: contain;
}

footer .copy {
	position: absolute;
	line-height: 1;
	font-size: 85%;
}

/* footer end */

@media all and (min-width: 768px){
/* pc */
.sp {
	display: none !important;
}

header {
	transition: all 300ms 0s ease;
}

header .container {
	height: 5em;
}

header h1 {
	top: 0.5em;
	left: 1em;
	width: 15.58em;
	height: 4em;
}

header nav ul {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.5em;
	width: auto;
	height: 1.5em;
	line-height: 1.5em;
	margin: auto;
}

header nav li {
	float: left;
	margin-left: 1.5em;
	list-style: none;
}

article .container {
	padding: 9em 0;
}

article .copy {
	padding: 2em 0 3em 0;
}

article.news ul {
	width: 85%;
	margin: auto;
}

article.news ul:after {
	content: "";
	display: block;
	clear: both;
}

article.news li {
	float: left;
	width: 30%;
	margin-right: 5%;
	margin-bottom: 1em;
}

article.news li:nth-child(3n+1) {
	clear: both;
}

article.news li:nth-child(3n+3) {
	margin-right: 0;
}

article.contact .btn,
article.contact .btn2 {
	width: 20%;
	margin: 0 2.5%;
}

footer h1 {
	width: 60%;
}

footer nav ul {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

footer nav li {
	margin: 1em;
}

footer nav li:last-child:before {
	left: -0.98em;
}

footer .copy {
	left: 2em;
	bottom: 2em;
}
/* pc end */
}

@media all and (max-width: 767px){
/* sp */
.no-sp {
	display: none !important;
}

body {
	font-size: 14px;
}

.reserveBox {
	z-index: 1;
}

.reserveBox h2 {
	font-family: "Libre Caslon Display";
	line-height: 1;
}

.reserveBox p.copy2 {
	margin-top: 0.25em;
}

.reserveBox div .btns {
	padding-top: 0.75em;
	margin-bottom: 0;
}

.reserveBox div .btns > a {
	display: inline-block;
	width: 10.5em;
	margin: 0 0.35em;
	padding: 0.75em 0;
	background: #ee476f;
	border-radius: 5px;
	color: #fff;
	font-size: 95%;
	text-decoration: none;
}

header .container {
	height: 4em;
}

header h1 {
	top: 0;
	left: 0;
	width: 15.58em;
	height: 4em;
}

header .menu_btn a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

header .menu_btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 4em;
	height: 4em;
	color: #fff;
	background: #53687c;
}

header.nonscr .menu_btn {
	background: transparent;
}

header.active .menu_btn {
	background: transparent;
}

header .menu_btn span {
	position: absolute;
	left: 28%;
	width: 45%;
	height: 1px;
	background: #fff;
	transition: all 300ms 0s ease;
}

header.active .menu_btn span {
	background: #fff;
}

header .menu_btn span:nth-child(3n+1) {
	top: calc(32% + 1px);
}

header .menu_btn span:nth-child(3n+2) {
	top: 50%;
}

header .menu_btn span:nth-child(3n+3) {
	bottom: 32%;
}

header.active .menu_btn span:nth-child(3n+1) {
	top: 50%;
	transform: rotate(45deg);
}

header.active .menu_btn span:nth-child(3n+2) {
	display: none;
}

header.active .menu_btn span:nth-child(3n+3) {
	top: 50%;
	transform: rotate(-45deg);
}

header nav {
	display: none;
	padding-top: 4em;
	color: #fff;
}

header nav li {
	text-align: center;
}

header nav li a {
	color: #fff;
}

header nav li > a {
	font-size: 150%;
	line-height: calc(8vh);
}

header nav .reserveBox {
	width: 90%;
	margin: 0.5em auto 0 auto;
	padding: 3px;
	border: 2px solid #fff;
	font-size: 90%;
	font-family: "Noto Sans JP";
	font-weight: 100;
}

header nav .reserveBox > div {
	padding: 0.5em 0 0.75em 0;
	border: 1px solid #fff;
}

article .container {
	width: 90%;
	margin: auto;
	padding: 5em 0;
}

article .copy {
	padding: 1.5em 0;
}

article.news ul {
	padding: 2em 0;
}

article.news li {
	margin-bottom: 3em;
}

article.news li:last-child {
	margin-bottom: 0;
}

article.reserveBox {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5%;
	background: rgba(83, 104, 124, 0.8);
	color: #fff;
	font-size: 90%;
	text-align: center;
	box-sizing: border-box;
}

article.reserveBox .close {
	position: absolute;
	top: -3em;
	right: 0;
	width: 3em;
	height: 3em;
}

article.reserveBox .close a {
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(83, 104, 124, 0.8);
	text-decoration: none;
}

article.reserveBox .close a span {
	position: absolute;
	left: 28%;
	width: 45%;
	height: 1px;
	background: #fff;
}

article.reserveBox .close a span:nth-child(2n+1) {
	top: 50%;
	transform: rotate(-45deg);
}

article.reserveBox .close a span:nth-child(2n+2) {
	top: 50%;
	transform: rotate(45deg);
}

article.contact .btn,
article.contact .btn2 {
	width: 70%;
	margin: 0 auto 1.5em auto;
}

article.contact a:last-child {
	margin-bottom: 0;
}

footer h1 {
	width: 80%;
}

footer nav ul {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

footer nav li {
	margin: 0.7em;
}

footer nav li:last-child:before {
	left: -0.68em;
}

footer .copy {
	left: 0;
	bottom: 4em;
	width: 100%;
	text-align: center;
}
/* sp end */
}
