@charset "utf-8";
/* CSS Document */
/*Theme Name: Sawakichi */

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script:700&display=swap');

/* =WordPress Core
---------------------------------------------------------- */
.alignnone{margin:5px 20px 20px 0}.aligncenter,div.aligncenter{display:block;margin:5px auto 5px auto}.alignright{float:right;margin:5px 0 20px 20px}.alignleft{float:left;margin:5px 20px 20px 0}a img.alignright{float:right;margin:5px 0 20px 20px}a img.alignnone{margin:5px 20px 20px 0}a img.alignleft{float:left;margin:5px 20px 20px 0}a img.aligncenter{display:block;margin-left:auto;margin-right:auto}.wp-caption{background:#fff;border:1px solid #f0f0f0;max-width:96%;padding:5px 3px 10px;text-align:center}.wp-caption.alignnone{margin:5px 20px 20px 0}.wp-caption.alignleft{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{border:0 none;height:auto;margin:0;max-width:98.5%;padding:0;width:auto}.wp-caption p.wp-caption-text{font-size:11px;line-height:17px;margin:0;padding:0 4px 5px}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#eee;clip:auto!important;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}

/* reset
---------------------------------------------------------- */
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i, dl, dt, dd, ul, li,
fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	list-style: none;
	vertical-align:baseline;
	background:transparent;
	word-break: break-all;
}
/* common
---------------------------------------------------------- */
body {
	line-height: 1.6;
	color:#333333;
	font-size: 14px;
	font-family: "ヒラギノ角ゴPro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	-webkit-text-size-adjust: 100%;
	background: url(img/common/bg_pattern01.jpg) repeat top center;
}
section:last-child {
	padding: 60px 0 100px;
}
a {
	text-decoration: none;
	color: #333;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
#wrapper {
	overflow: hidden;
}
.container, .header_wrap, .footer_wrap {
	max-width: 1040px;
	width: 95%;
	margin: 0 auto; 
	overflow: hidden;
}
.header_wrap {
	max-width: 1200px;
}
.imghover {
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}
.imghover:hover {
	opacity: 0.5;
}
.sp {
	display: none;
}
.alt {
	background: url(img/common/bg_pattern04.jpg) repeat top center
}
.btn01 {
	display: table;
	margin: 2px auto;
	font-size: 16px;
	font-weight: 600;
	color: #4f2102;
	padding: 11px 60px 12px;
	margin-top: 40px;
	border-radius: 10px;
	background: url(img/common/ico_arrow01.png) no-repeat right 12px center #fff;
	-webkit-box-shadow: 1px 2px 0px 0px rgba(137,102,62,1);
	-moz-box-shadow: 1px 2px 0px 0px rgba(137,102,62,1);
	box-shadow: 1px 2px 0px 0px rgba(137,102,62,1);
	background-size: 17px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	min-width: 240px;
	box-sizing: border-box;
	text-align: center;
}
.btn01:hover{
	background: url(img/common/ico_arrow01_hvr.png) no-repeat right 10px center #4f2102;
	background-size: 17px;
	color: #fff;
}
.btn02 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	max-width: 240px;
	width: 140px;
	padding: 11px 50px;
	display: block;
	text-align: center;
	border-radius: 10px;
	background: #e5545d;
	-webkit-box-shadow: 1px 2px 0px 0px rgba(163,50,58,1);
	-moz-box-shadow: 1px 2px 0px 0px rgba(163,50,58,1);
	box-shadow: 1px 2px 0px 0px rgba(163,50,58,1);
	transition: all ease 0.3s;
}
.btn02 span {
	padding-left: 33px;
	background: url(img/common/ico_mail.png) no-repeat left top;
	background-size: 24px;
}
.btn02:hover {
	background: #d4464f;
}
.grecaptcha-badge{
	display: none;
}

/* header
---------------------------------------------------------- */
header .tit_main {
	color: #888;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	margin-top: 5px;
}
header #logo {
	display: table;
	margin: 15px auto 14px;
}
header #logo img {
	width: 173px;
}
header #gnav {
	background: url(img/common/bg_pattern02.jpg) repeat top center
}
header #gnav ul {
	max-width: 1062px;
	width: 98%;
	margin: 0 auto;
	overflow: hidden;
}
header #gnav ul li {
	
	float: left;
}
header #gnav li a {
	color: #fff;
	display: block;
	padding: 14px 16px;;
	transition: all ease 0.3s;
	position: relative;
}
header #gnav li a::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 14px;
	background: #fff;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
header #gnav li:first-child a::before {
	content: none;
}
header #gnav li a:hover ,
header #gnav li.current-menu-item a{
	background: rgba(0, 0, 0, .3) 
}
header #gnav li.current-menu-item + li a::before{
	display: none;
}
header #gnav li a:hover::before,
header #gnav li:hover + li a::before,
header #gnav li.current-menu-item a::before{
	display: none;
}

header #gnav #menu-item-37 a, header #gnav .nav_emp a{
	color: #fff;
	font-weight: bold;
	max-width: 240px;
	padding: 7px 16px;
	margin: 6px auto;
	display: block;
	text-align: center;
	border-radius: 10px;
	border: 0;
	background: #e5545d;
	-webkit-box-shadow: 1px 2px 0px 0px rgba(163,50,58,1);
	-moz-box-shadow: 1px 2px 0px 0px rgba(163,50,58,1);
	box-shadow: 1px 2px 0px 0px rgba(163,50,58,1);
	transition: all ease 0.3s;	
}
header #gnav #menu-item-37 a::before, header #gnav .nav_emp a::before{
	display: none;
}
header #gnav #menu-item-37 a:hover, header #gnav .nav_emp a:hover{
	background: #d4464f;
}
/* footer
---------------------------------------------------------- */
footer {
	background: url(img/common/bg_pattern05.jpg) repeat top center
}
#pageTop {
	text-align: right;
	z-index: 999;
	visibility: hidden;
	position: fixed;
	bottom: 100px;
	right: 50px;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}

#pageTop.cd-is-visible, #pageTop.cd-fade-out {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
#pageTop.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
}
#pageTop a {
	display: block;
}
#pageTop a img {
	display: block;
	width: 50px;
}
footer #f_logo {
	width: 145px;
	float: left;
	display: inline-block;
}
footer .btn02, footer .f_links {
	float: right;
}
footer .btn02 {
	margin-top: 16px;
}
footer .f_links {
	width: 440px;
}
footer .f_links li {
	float: left;
	width: 108px;
	margin: 3px 30px 3px 0;
}
footer .f_links li:nth-child(3n+3) {
	margin-right: 0;
	width: 140px;
}
footer .f_links a {
	color: #fff;
	padding-left: 14px;
	background: url(img/common/ico_arrow02.png) no-repeat left top 8px;
	background-size: 4px;
	display: block;
}
footer .f_links a:hover {
	text-decoration: underline;
	display: block;
}
footer .footer_wrap {
	padding: 30px 0;
}
footer .copyright {
	color: #fff;
	font-size: 12px;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	padding: 4px;
	background: url(img/common/bg_pattern02.jpg) repeat top center
}
@media screen and (max-width:1100px) {
	/* header
	---------------------------------------------------------- */
	header #gnav ul{
		display: table;
	}
	header #gnav ul li{
		display: table-cell;
		text-align: center;
		float: none;
	}
	header #gnav li a {
		font-size: 85%;
		padding: 14px 2px;
	}
}
@media screen and (max-width:910px) {
	/* footer
	---------------------------------------------------------- */
	footer .f_links {
		width: 320px;
		overflow: hidden;
	}
	footer .f_links li, footer .f_links li:nth-child(3n+3) {
		width: 140px;
		margin-right: 20px;
	}
}
@media screen and (max-width:768px) {
	/* common
	---------------------------------------------------------- */
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	section:last-child {
		padding: 35px 0 45px;
	}
	/* header
	---------------------------------------------------------- */
	header .tit_main {
		font-size: 64%;
		width: 95%;
		margin: 3px auto 0;
	}
	header #logo {
		display: table;
		margin: 10px auto 0;
	}
	header #logo img {
		width: 96px;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.sp_btns {
		float: right;
		margin: 16px auto 17px;
	}
	header #gnav ul {
		width: 100%;
		display: block;
	}
	header #gnav ul li {
		float: none;
		display: block;
	}
	.menu_sp {
		float: right;
		width: 40px;
		height: 40px;
		position: relative;
		background: url(img/common/bg_pattern02.jpg) repeat center;
		border: 0;
	}
	.menu_sp img{
		width: 24px;
		margin: 0 auto;
	}
	.sp_btns .menu_sp img {
		width: 24px;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}
	.sp_btns .c_btn_sp {
		float: right;
		background: url(img/common/ico_mail.png) no-repeat center #b99852;
		background-size: 24px;
		width: 56px;
		height: 56px;
	}
	/*** gnav ***/
	.overlay-close.menu_sp {
		position: absolute;
		right: 2.5%;
		top: 18px;
	}
	.overlay {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: rgba(180, 141, 110, 0.55);
		z-index: 9999;
		box-sizing: border-box;
	}
	.overlay-hugeinc {
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
		transition: opacity 0.5s, visibility 0s 0.5s;
	}
	.overlay-hugeinc.open {
		opacity: 1;
		visibility: visible;
		-webkit-transition: opacity 0.5s;
		transition: opacity 0.5s;
	}
	#gnav{
		float: none;
		margin: 0 auto;
		clear: both;
		background: none;
		width: 100%;
		position: relative;
		top: 104px;
	}
	#gnav ul li {
		float: none;
		text-align: center;
		width: auto;
		margin: 0;
		position: static;
		border-bottom: 1px solid #e1b7a1;
		box-sizing: border-box;
	}
	#gnav ul li a {
		font-size: 100%;
		padding: 8px;
		text-indent: 0;
		width: 100%;
		border-left: 0;
		box-sizing: border-box;
	}
	header #gnav li a::before{
		display: none;
	}
	#gnav ul li a span {
		font-size: 75%;
		text-indent: 0;
		margin: 0;
	}
	#gnav ul li:first-child span, #gnav ul li:nth-child(2) span, #gnav ul li:nth-child(3) span, #gnav ul li:nth-child(4) span, #gnav ul li:nth-child(5) span {
		background-image: none;
	}
	header #gnav li::before {
		content: none;
	}
	header #gnav li:first-child a {
		padding-left: 15px;
	}
	header #gnav #menu-item-37 a, header #gnav .nav_emp a{
		margin: 10px auto;
	}
	/* footer
	---------------------------------------------------------- */
	#pageTop {
		width: 40px;
		bottom: 50px;
		right: 15px;
	}
	footer .f_links {
		width: 100%;
		float: none;
		display: block;
		margin-top: 14px;
	}
	footer #f_logo {
		float: none;
	}
	footer .f_links li, footer .f_links li:nth-child(3n+3) {
		width: 33%;
		margin: 0 0 7px 0;
	}
}
@media screen and (max-width:480px) {
	/* common
	---------------------------------------------------------- */
	/* footer
	---------------------------------------------------------- */
	.footer_wrap {
		width: 100%;
	}
	footer #f_logo {
		width: 150px;
		display: block;
		margin: 0 auto 20px;
	}
	footer #f_logo, footer .f_links {
		float: none;
	}
	footer .f_right {
		float: none;
		width: 100%;
	}
	footer .f_links {
		width: 100%;
		border-top: 1px solid #ebebeb;
	}
	footer .f_links li {
		margin: 0;
		padding: 14px 8px 15px 8px;
		border-bottom: 1px solid #ebebeb;
		box-sizing: border-box;
		position: relative;
	}
	footer .f_links a {
			font-size: 90%;
	}
	footer .f_links li:nth-child(1n)::after {
		content: "";
		width: 1px;
		height: 100%;
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		background: #ebebeb;
		background-size: 1px;
	}
	footer .f_links li, footer .f_links li:nth-child(3n+3) {
		width: 50%;
		margin: 0;
	}
	footer .f_links li:last-child {
		width: 100%;
		border-bottom: none;
	}
	footer .btn02 {
		float: none;
		margin: 20px auto 20px;
		width: 250px;
		padding: 13px 20px 12px 20px;
		box-sizing: border-box;
	}
	footer .footer_wrap {
		padding: 30px 0 0 0;
	}
}