@charset "utf-8";
/* CSS Document */
@media (max-width: 959px){
	.pc, .l-header__menuBtn {
		display:none!important;
	}
	header {
		height: 80px;
		background: #fff;
	}
	header.-series .c-catchphrase {
		display: block;
		position: absolute;
		padding: 5px 4vw 0;
		font-size: 0.7rem;
		text-align-last: justify;
		text-justify: inter-ideograph;
		width: 100%;
	}
	header #head_contact {
		display: none;
	}
	header h1 {
		position: absolute;
		top: 0;
		color: #fff;
		font-size: 1px;
	}
	header #logo {
		width: 120px;
		margin: 8px 0 0 0;
	}
	#sp_menu #menu_btn,
	#sp_menu #menu_btn span {
		display: inline-block;
		transition: all .3s;
		box-sizing: border-box;
	}
	#sp_menu #menu_btn {
		width: 36px;
		height: 38px;
		position: fixed;
		right: 20px;
		top: 32px;
		z-index: 1000;
		cursor: pointer;
	}
	.open #sp_menu #menu_btn {
		-webkit-animation-duration:2s;
		-ms-animation-duration:2s;
		animation-duration:2s;
		opacity:1;
	}
	#sp_menu #menu_btn span {
		position: absolute;
		left: 5px;
		width: 26px;
		height: 1px;
		background-color: #000;
	}
	#sp_menu #menu_btn span:nth-of-type(1) {
		top: 5px;
	}
	#sp_menu #menu_btn span:nth-of-type(2) {
		top: 10px;
		width: 18px;
		left: 13px;
	}
	#sp_menu #menu_btn span:nth-of-type(3) {
		top: 15px;
	}
	.open #sp_menu #menu_btn span:nth-of-type(1) {
		-webkit-transform: translateY(4px) rotate(-45deg);
		transform: translateY(4px) rotate(-45deg);
	}
	.open #sp_menu #menu_btn span:nth-of-type(2) {
		opacity: 0;
	}
	.open #sp_menu #menu_btn span:nth-of-type(3) {
		-webkit-transform: translateY(-2px) rotate(45deg);
		transform: translateY(-3px) rotate(45deg);
		top: 12px;
	}
	#sp_menu #menu_btn em {
		font-size: 7px;
		color: #000;
		position: absolute;
		bottom: 0;
		width: 100%;
		text-align: center;
		letter-spacing: 0;
	}
	#sp_menu .c-widget__title {
		display: none;
	}
	#sp_menu #sp_menu_inner {
		background: rgb(255 255 255 / 90%);
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 990;
		text-align: center;
		display: flex;
		visibility: hidden;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		opacity: 0;
		transition: opacity .9s ease, visibility .9s ease;
		transform: scale(0.9);
		transition: 0.2s;
		-webkit-transition: 0.2s;
	}
	.open #sp_menu #sp_menu_inner {
		visibility: visible;
		opacity: 1;
		transform: scale(1);
	}
	#sp_menu .p-spMenu__nav {
		margin-top: 80px;
	}
	#sp_menu ul.c-spnav li {
		margin: 0;
		opacity: 0;
		transition:  opacity .1s ease;
		transform: translateX(10px);
		/* transform: translateY(10px);
		transition-delay: 0.2s; */
	}
	.open #sp_menu ul.c-spnav li {
		opacity: 1;
		transform: translateX(0px);
		transition:  transform 1s ease, opacity .9s ease;
		transition-delay: 0.2s;
	}
	.open #sp_menu ul.c-spnav li:nth-child(2) {
		transition-delay: 0.25s;
	}
	.open #sp_menu ul.c-spnav li:nth-child(3) {
		transition-delay: 0.3s;
	}
	.open #sp_menu ul.c-spnav li:nth-child(4) {
		transition-delay: 0.35s;
	}
	.open #sp_menu ul.c-spnav li:nth-child(5) {
		transition-delay: 0.4s;
	}
	.open #sp_menu ul.c-spnav li:nth-child(6) {
		transition-delay: 0.45s;
	}
	.open #sp_menu ul.c-spnav li:nth-child(7) {
		transition-delay: 0.5s;
	}
	#sp_menu ul.c-spnav li a {
		border: none;
		color: var(--color_text);
	}
	header .l-header__inner {
		-webkit-box-pack: start;
		-webkit-justify-content: left;
		justify-content: left;
	}
	header .l-header__logo {
		padding: 15px 10px 0;
	}
	#sp_menu_inner #head_contact #sns {
		/* position: absolute;
		bottom: 0; */
	}
	#sp_menu_inner #head_contact #sns li {
		display: inline-block;
		margin-right: 0.3em;
	}
	#sp_menu_inner #head_contact #sns li a {
		font-size: 1rem;
	}
	#sp_menu_inner #head_contact #sns li a::before {
		color: #d8d3d3;
	}
	#head_contact {
		opacity: 0;
		transition:  opacity .1s ease;
	}
	.open #head_contact {
		opacity: 1;
		/* transform: translateX(-10px); */
		transition:  transform 1s ease, opacity .9s ease;
		transition-delay: 0.6s;
	}
	#head_contact a.btn02 span, footer #f_cts a.btn02 span {
		background: url(../../../../uploads/2021/04/icon_mail.png) no-repeat left center;
		background-size: 13px;
		padding-left: 20px;
	}
	#head_contact #tel a {
		background: #564634;
		color: #fff;
		padding: 17px 0 15px;
		display: block;
		text-align: center;
		font-size: 0.8rem;
		width: 340px;
		box-shadow: 0px 8px 16px -2px rgb(10 10 10 / 10%), 3px 3px 5px -2px rgb(0 0 0 / 70%) inset;
		border-radius: unset;
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
	}
	#head_contact #tel a span {
		background: url(../../../../uploads/icon_tel.png) no-repeat left center;
		background-size: 13px;
		padding-left: 20px;
		text-indent: -9999px;
	}
	#head_contact #hour {
		font-size: 0.6rem;
		margin: 3px 0 20px;
	}
	#head_contact #insta {
		text-align: center;
		margin-top: 1em;
	}
	#head_contact #insta li {
		display: inline-block;
		margin: 0 0.5em 0 0;
	}
	#head_contact #insta li .icon-instagram::before {
		color: #000;
	}
	#head_contact #insta li:last-child .icon-instagram::before {
		color: #ccc;
	}
	#head_contact #access_btn {
		display: flex;
		margin: 20px 0;
	}
	#head_contact #access_btn li {
		width: 47%;
	}
	#head_contact #access_btn li:first-child {
		margin-right: 6%;
	}
	#head_contact #access_btn li a {
		font-size: 0.7rem;
	}
	header #nav_bottom #insta, header #nav_bottom #copyright {
		display: none;
	}
	header #nav_bottom #insta li {
		display: inline-block;
		margin: 0 0.5em;
	}
	header #nav_bottom #insta li .icon-instagram::before {
		color: #000;
	}
	header #nav_bottom #insta li:last-child .icon-instagram::before {
		color: #ccc;
	}
	.c-gnav .sub-menu a::before, .c-spnav a::before, .widget_archive a::before, .widget_categories a::before, .widget_nav_menu a::before, .widget_pages a::before, .wp-block-archives a::before, .wp-block-categories a::before, .icon-close-thin::before {
		color: #bdb26f;
		display: none;
	}

	footer {
		display: none;
	}
	footer.l-footer {
		padding-bottom: 80px;
	}

	footer #footer_contact h3{
		text-align: center;
		margin-bottom: 0.5em;
		font-size: 1.1rem;
		color: #fff;
		line-height: 1.4;
		font-weight: normal;
		border: none;
	}
	footer #footer_contact h3 span{
    font-size: 10px;
    color: #fbc300;
    display: block;
    font-weight: normal;
    margin-top: 2px;
	}
	footer #footer_contact p {
		line-height: 1.8;
		color: #fff;
		text-align: center;
	}
	footer #footer_contact .text{
	    text-align: center;
	    margin-bottom: 10px;
	}

	footer #footer_contact ul {
		margin:1em auto 0 auto;
		text-align:center;
	}
	footer #footer_contact ul li {
		text-align:center;
	}
	footer #footer_contact ul li.tel a {
    width: 90%;
    display: inline-block;
    color: #1879d2;
    margin: 0 auto;
    background-size: 20px 20px;
    padding: 15px 0 13px;
    font-size: 1.1rem;
    letter-spacing: 1px;
    text-align: center;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    transition: .3s ease-out;
	}
	footer #footer_contact ul li.tel span {
		display: block;
		color: #fff;
	}
	footer #footer_contact ul .ftel_ttl {
	    color: #fbc300;
	    font-size: 20px;
	    font-weight: bold;
	    margin-top: 5px;
	}
	footer #footer_contact ul li.ftel_nishiakashi img, footer #footer_contact ul li.ftel_eigashima img {
		width:100%;
		max-width:300px;
	}
	footer .l-container #info {
		text-align: center;
	}
	footer .l-container #info #f_logo {
		width: 150px;
		margin: 1.5em auto 0.5em;
	}
	footer .l-container #info address {
		font-style: normal;
		margin: 1em 0;
	}
	footer .l-footer__foot {
		padding-bottom: 0;
	}
	footer .innner {
		margin: auto;
	}
	footer h2 {
		font-weight: normal;
		color: #32aad4;
		line-height: 1.3;
	}
	footer #logo {
    width: 207px;
		margin: 18px 0 10px;
	}
	footer .l-footer__nav {
		display: block;
		margin-top: 2em;
	}
	footer .l-footer__nav li {
		display: inline-block;
		vertical-align: top;
		width: 48%;
	}
	footer .l-footer__nav li a {
		border: 0;
		position: relative;
		display: inline-block;
		padding: 0 0 0 16px;
		vertical-align: middle;
		text-decoration: none;
		font-size: 0.7rem;
		-webkit-transition: .3s ease-out;
		-moz-transition: .3s ease-out;
		-ms-transition: .3s ease-out;
		transition: .3s ease-out;
	}
	footer .l-footer__nav li a:hover {
		text-decoration: none;
		color: #32aad4;
	}
	footer .l-footer__nav li a br {
		display: none;
	}
	footer .l-footer__nav li:first-child a {
		border: none;
	}
	footer .l-footer__nav li a::before,
	footer .l-footer__nav li a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
	}
	footer .l-footer__nav li a::before {
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
	}
	footer .l-footer__nav li a::after {
    left: 3px;
    width: 3px;
    height: 3px;
    border-top: 1px solid #32aad4;
    border-right: 1px solid #32aad4;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	}
	footer h3 {
		font-size: 1.1rem;
		color: #32aad4;
		border-bottom: solid 2px #ffd608;
	}
	footer dl dt {
		font-weight: bold;
		font-size: 1.05rem;
		margin: 0.5em 0 0;
	}
	#pagetop {
		display: none;
	}
	.p-fixBtnWrap {
    bottom: 60px !important;
	}
	.l-footer .copyright {
		padding: 1em 0;
    font-size: 0.6rem;
		color: #888;
	}

	.consul {
		text-align: center;
	}
	.consul p {
		display: inline-block;
		position: relative;
		padding: 0 1.5em;
		font-size: 1rem;
	}
	.consul p::before, .consul p::after {
		content: "|";
	  transform: rotate(-25deg);
	  display: inline-block;
	  margin: 0 0.3em;
	  position: absolute;
	  top: -5px;
		left: 0;
		font-size: 1.8rem;
	}
	.consul p::after {
		transform: rotate(25deg);
		left: auto;
		right: 0;
	}

	.btn {
	  max-width: 320px;
		background: #6b0000;
    color: #fff;
    letter-spacing: .2em;
	  width: 100%;
	  position: relative;
		margin: auto;
		display: block;
	  padding: 17px 0px 17px 0;
	  text-align: center;
	  -webkit-transition: .3s ease-out;
	  -moz-transition: .3s ease-out;
	  -ms-transition: .3s ease-out;
	  transition: .3s ease-out;
	}
	/* .btn span {
		color: #fff;
    position: relative;
    width: 100%;
    display: inline-block;
    z-index: 1;
		font-size: 0.95rem;
		font-weight: 500;
	}
	.btn::before {
		content:"";
		width:100%;
		height:100%;
		position:absolute;
		z-index:1;
		left:0;
		top:0;
	  border-radius: 40px;
	  -webkit-border-radius: 40px;
	  -moz-border-radius: 40px;
		transition:0.5s;
		background: #0f8be4; /* Old browsers
	} */

	.u-mb-20 {
		margin-bottom: 2.2em;
	}
}
