@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');

/*!
Theme Name: zaurus
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
body {
	background: #fff;
}
a, a:hover {
	color: #333;
	text-decoration: none;
	transition: 0.5s;
}
a:hover {
	opacity: 0.8;
}
.full-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.full-width {
	margin: 0 calc(50% - 50vw) !important;
	position: relative;
}
article p {
	margin-bottom: 40px !important;
}
article header {
	margin: 0 calc(50% - 50vw) !important;
	position: relative;
	background: url("https://nishinari-zaurus.com/wp-content/uploads/bg_page.jpg");
	height: 180px;
	margin-bottom: 50px !important;
}
article header::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

article header h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	margin: 0 !important;
	font-size: 2rem !important;
	color: #fff;
	letter-spacing: 3px;
	text-align: center;
	width: 100%;
}
.content_wrap {
	max-width: 1400px;
	padding: 0 30px;
	margin: 0 auto;
}
.navi {
	display: none;
	position: absolute;
	z-index: 999;
	width: 100%;
	height: calc(100vh - 128px);
	padding-top: 30px;
}
.navi-in > ul {
	display: block;
}
.navi-in > ul li {
	width: 100%;
}
.navi-in a {
	font-size: 1.5rem;
}
.navi-in a:hover {
	opacity: 1;
}
#post-6 header {
	display: none;
}
.logo-image a:hover, .go-to-top-button:hover {
	opacity: 1;
}
.footer, .footer-bottom {
	margin-top: 0;
}
.footer-bottom-logo {
	float: initial;
	position: initial;
}
.footer-bottom-logo img {
	height: 92px;
}
.footer-bottom-content {
	float: initial;
	text-align: center;
	font-weight: bold;
}
.content {
	margin-top: 0;
	overflow: hidden;
}
.entry-content {
	margin-top: 0;
	margin-bottom: 20px;
}
.wp-block-columns {
	margin-bottom: 0 !important;
}
.wp-block-group {
	margin-bottom: 10px !important;
}
.main {
	padding: 0 30px;
}
.is-layout-flex {
	gap: 3rem;
}
.message {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.footer-center {
	text-align: center;
}
.widget-footer-center {
	margin-bottom: 0 !important;
}
.header-container {
	position: relative;
}
.btn_menu {
	position: absolute;
	z-index: 1;
	right: 25px;
	top: 25px;
	line-height: 1.2;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
}
.btn_menu .fa-bars {
	font-size: 3rem;
}
.btn_menu .fa-times {
	font-size: 3.2rem;
}

.text_point {
	color: #74673E;
	font-weight: bold;
	font-size: 1.7rem;
	margin-bottom: 30px;
}
.bg_yellow {
	background: #FFF6D0;
}
.bg_pink {
	background: #F6EEF7;
}
.pad50 {
	padding: 50px 0;
}
.article h2 {
	padding: 15px 0;
	background-color: transparent;
	margin-bottom: 20px;
}
.title1 {
	position: relative;
	display: inline-block;
	font-family: 'Courgette';
	margin-bottom: 20px !important;
	font-size: 2.2rem !important;
}
.title1:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 80px;
	height: 1px;
	background-color: #333;
	margin-left: 15px;
}
.title2 {
	text-align: center;
	position: relative;
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 50px !important;
	width: 100%;
	font-size: 2.0rem !important;
}
.title2:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -7px;
	display: inline-block;
	width: 80px;
	height: 5px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #C88DC8;
	border-radius: 2px;
}
.title3 {
	position: relative;
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 30px !important;
	width: 100%;
}
.title3:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -7px;
	display: inline-block;
	width: 80px;
	height: 5px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #C88DC8;
	border-radius: 2px;
}
table {
	width: 100% !important;
	margin-bottom: 20px !important;
}
table tr, table tr:nth-of-type(2n+1) {
	background: #fff;
	border-bottom: 1px #e5e5e5 dashed;
}
.wp-block-table td, .wp-block-table th {
	border: none;
	padding: 0.7em 1em;
}
.tbl_price table td:nth-of-type(2) {
	text-align: right;
}
.article ul, .article ol {
	padding-left: 0;
}
.lst_info {
	list-style: none;
}
.lst_info li {
	display: flex;
	margin: 10px 0;
}
.lst_info .info_date {
	width: 200px;
}
.article ul li, .article ol li {
	margin: 15px 0;
}

.link {
	background-color: #C88CC9;
	box-shadow: 0 7px 0 #A469A5;
	border-radius: 60px;
	cursor: pointer;
	text-decoration: none;
	margin: 0 auto;
	display: block;
	max-width: 350px;
}
.link a {
	color: #fff;
	padding: 15px;
	display: block;
}
.link a:hover {
	opacity: 1;
}
.link:hover {
	box-shadow: none;
	transform: translateY(7px);
	transition: 0.3s;
}
.title_twitter {
	background: url(/wp-content/uploads/twitter_icon.png);
	background-repeat: no-repeat;
	color: #01A8FD;
	padding-left: 50px !important;
	background-size: 40px;
	background-position: left;
}
.title_instagram {
	background: url("/wp-content/uploads/insta_icon.png");
	background-repeat: no-repeat;
	color: #F693F7;
	padding-left: 50px !important;
	background-size: 40px;
	background-position: left;
}
.box_menu h2 {
	margin-bottom: 0 !important;
}
.box_menu .menu_price {
	color: #f45;
	font-size: 1.1rem;
	line-height: 1.5;
	text-align: right;
	margin-bottom: 0 !important;
	font-weight: bold;
}
input[type='submit'], #bbp_reply_submit, .bp-login-widget-register-link a {
	width: 40%;
}
.mw_wp_form .label {
	display: inline-block;
	width: 200px;
}
#foot_sp {
	display: none;
}
.top_bottom img {
	width: 100%;
	height: 450px;
	object-fit: cover;
}



@media screen and (max-width: 767px){
  body {
  	font-size: 0.9rem;
  }
  .sp_none {
  	display: none;
  }
  .message {
	width: 90%;
  }
  article p {
	margin-bottom: 20px !important;
  }
  .is-layout-flex {
  	gap: 1em;
  }
  article header {
  	margin-bottom: 20px !important;
  	height: 130px;
  }
  article header h1 {
  	font-size: 1.3rem !important;
  	padding: 12px !important;
  }
  .article h2 {
  	padding: 10px 0;
  }
  .text_point {
  	font-size: 1.2rem;
  	margin-bottom: 20px !important;
  }
  .title1 {
  	font-size: 1.4rem !important;
  	margin-bottom: 5px !important;
  }
  .title2 {
  	font-size: 1.3rem !important;
  	margin-bottom: 35px !important;
  }
  .title2:after {
  	bottom: -3px;
  }
  .entry-content {
  	padding: 0 12px;
  }
  .content_wrap {
  	padding: 12px;
  }
  .pad50 {
  	padding: 20px 0;
  }
  main.main, div.sidebar {
  	padding: 0;
  }
  .logo-image {
  	padding: 10px 0 0;
  }
  .logo-header img {
  	width: 90px;
  }
  .btn_menu {
    right: 15px;
    top: 15px;
    font-size: 0.9rem;
  }
  .btn_menu .fa-bars {
  	font-size: 2.0rem;
  }
  .btn_menu .fa-times {
  	font-size: 2.2rem;
  }
  .navi-in > .menu-header {
  	display: block;
  }
  .navi {
  	padding-top: 10px;
  }
  .navi-in > ul li {
	height: 50px;
	line-height: 50px;
  }
  .navi-in a {
  	font-size: 1.1rem;
  }
  .article ul li, .article ol li {
  	margin: 12px 0;
  }
  .lst_info li {
  	display: block;
  }
  .lst_info .info_date {
  	display: block;
  	font-size: 0.8rem;
  }
  .link {
  	max-width: 280px;
  }
  .link a {
    	padding: 12px;
  }
  .googlemaps {
  	height: 250px;
  }
  .e-card-title {
  	font-size: 0.85rem;
  }
  .box_menu .menu_price {
  	font-size: 0.85rem;
  }
  .mw_wp_form .label {
  	display: block;
  	width: 100%;
  }
  .title_twitter, .title_instagram {
  	padding-left: 45px !important;
  	background-size: 35px;
  }
	#foot_sp {
		display: none;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 40px;
		background: rgba(255,255,255,0.8);
		border-top: 1px rgba(0,0,0,0.5) solid;
		z-index: 999;
	}
	#foot_sp ul {
		list-style: none;
		padding: 0;
		margin: 0;
		font-size: 0.85em;
	}
	#foot_sp li {
	    display: inline-block;
	    width: 50%;
	    float: left;
	    text-align: center;
	    font-family: 'Sawarabi Gothic';
	}
	#foot_sp li:not(:last-child) {
	    border-right: 1px rgba(0,0,0,0.5) solid;
	}
	#foot_sp li a {
	    display: block;
	    padding: 10px;
	    font-weight: bold;
	    text-decoration: none;
	}
	#foot_sp li a:hover {
		opacity: 1;
	}
	.go-to-top-button {
		display: none;
	}
	.copyright {
		margin-bottom: 35px;
	}
	.top_bottom img {
		height: 150px;
	}


}
