@charset "UTF-8";
/*
    Theme Name: ペットライフイシハラ オリジナルテーマ
*/

/* 共通CSSファイル */

html {
	scroll-behavior: smooth;
}

@font-face {
    src: url('webfonts/NotoSansJP-Medium.woff') format("woff"),
         url('webfonts/NotoSansJP-Medium.woff2') format("woff2");
    font-family: "NotoSans Medium";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    src: url('webfonts/NotoSansJP-Bold.woff') format("woff"),
         url('webfonts/NotoSansJP-Bold.woff2') format("woff2");
    font-family: "NotoSans Bold";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    src: url('webfonts/Roboto-Medium.woff') format("woff"),
         url('webfonts/Roboto-Medium.woff2') format("woff2");
    font-family: "Roboto Medium";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    src: url('webfonts/Roboto-Bold.woff') format("woff"),
         url('webfonts/Roboto-Bold.woff2') format("woff2");
    font-family: "Roboto Bold";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

body, button {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    font-family: "NotoSans Medium", 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo, "sans-serif";
	color: #4D2808;
	background: #FFF9E8;
    font-size: 18px;
    line-height: 2;
}

.bold {
    font-family: "NotoSans Bold", "sans-serif";
}
.medium {
    font-family: "NotoSans Medium", "sans-serif";
}

.rbt-b {
    font-family: "Roboto Bold", "sans-serif";
}
.rbt-m {
    font-family: "Roboto Medium", "sans-serif";
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    line-height: 1.6;
    font-family: "NotoSans Bold";
    font-weight: normal;
	z-index: 1;
	position: relative;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
}
.auto {
    margin: auto;
}
.circle {
	border-radius: 50%;
}
@media screen and (max-width: 767px) {
	.sp-auto {
		margin: auto;
	}
}

section, .relative {
    position: relative;
}

p {
    margin: 0 0 1em;
}
p:last-of-type {
    margin: 0;
}

a {
    color: #486926;
	transition: .3s;
}
a:hover {
	color: #82A651;
}
a.no-under:hover {
    text-decoration: none;
}

.hover:hover, a img:hover {
    opacity: .5;
}
.link, a img, .main-btn {
    position: relative;
    transition: .3s;
}
.link a, .main-btn a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 2;
}

.main-btn {
	font-family: "NotoSans Bold";
	width: fit-content;
	min-height: 2.8em;
	font-size: 18px;
	line-height: 1.4;
	color: #fff;
	background: #486926;
	border: 1px solid #486926;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: .3em 3em .5em 1.5em;
	border-radius: 3em;
}
.main-btn.big {
	font-size: 20px;
  	min-height: 3.7em;
	padding: .3em 3.5em .5em 1.7em;
}
.main-btn a::after, .submit-btn::before {
    content: '';
    background: url('./assets/image/icon/arrow_white.png') center/cover;
    width: 1.25em;
    height: 1.25em;
    position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: .8em;
	z-index: 1;
}
.main-btn.big a::after {
    width: 1.4em;
    height: 1.4em;
}
.main-btn:hover, .submit-btn:hover input[type="submit"] {
	color: #486926;
	background: #fff;
}
.main-btn:hover a::after, .submit-btn:hover::before {
	background: url('./assets/image/icon/arrow_green.png') center/cover;
}
.newtab-btn {
	margin: 30px 0 0;
	text-align: center;
}
.newtab-btn .main-btn {
	margin: 0 auto 20px;
}
.main-btn.newtab::before {
	content: '';
	background: url('./assets/image/icon/newtab_white.png') center/cover;
	display: block;
	width: 1.1em;
	height: 1.1em;
	margin: 0 10px 0 0;
	flex-shrink: 0;
}
.main-btn.newtab:hover::before {
	background: url('./assets/image/icon/newtab_green.png') center/cover;
}
@media screen and (min-width: 768px) {
	.newtab-btn {
		display: flex;
		align-items: center;
		text-align: left;
	}
	.newtab-btn .main-btn {
		margin: 0 15px 0 0;
		flex-shrink: 0;
	}
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul, ol {
    padding-left: 1.3em;
}
ul.list-none, ul.list-dot, ul.list-note {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.list-dot li {
	position: relative;
	padding: 0 0 0 1em;
}
ul.list-dot li::before {
	content: '';
	width: 15px;
	height: 15px;
	background: #82A651;
	border-radius: 50%;
	position: absolute;
	top: 8px;
	left: 0;
}
ul.list-note li {
	font-size: 14px;
}
ul.list-note li:not(:last-child) {
	margin: 0 0 .2em;
}
ul.list-note li::before {
	content: '※';
}
li {
    line-height: 1.6;
}
li:not(:last-child) {
    margin: 0 0 .5em;
}
dl, dd {
	margin: 0;
}

.headline {
	z-index: 1;
	position: relative;
}
.hl-36 {
	font-size: 8.3vw;
}
.hl-32 {
	font-size: 8.2vw;
	line-height: 1.45;
}
.hl-26, .hl-com {
	font-size: 6.7vw;
	line-height: 1.6;
}
.hl-20 {
	font-size: 20px;
	line-height: 1.6;
}
@media screen and (min-width: 390px) {
	.hl-32 {
		font-size: 32px;
	}
	.hl-26, .hl-com {
		font-size: 26px;
	}
}
@media screen and (min-width: 410px) {
	.hl-36 {
		font-size: 34px;
	}
}
@media screen and (min-width: 768px) {
	.hl-36 {
		font-size: 36px;
	}
	.hl-com {
		font-size: 32px;
	}
}
.f14 {
    font-size: 14px;
	line-height: 1.7;
}
.f16 {
    font-size: 16px;
	line-height: 1.8;
}
.f18 {
	font-size: 18px;
}
.f20 {
	font-size: 20px;
}
.f22 {
	font-size: 22px;
}
.f24 {
	font-size: 24px;
}
.f28 {
	font-size: 28px;
}
small {
    font-size: 80%;
}
.white {
	color: #fff;
}
.green {
	color: #486926;
}
.y-green {
	color: #82A651;
}
.yellow {
	color: #FFED64;
}
.orange {
	color: #E98C4D;
}
.bg-green {
	background: #82A651;
}
.bg-white {
	background: #fff;
}
.bg-beige {
	background: #E6EBD7;
}
.center {
    text-align: center!important;
}
.left {
    text-align: left!important;
}
.center-sp {
    text-align: center;
}
.fb {
    font-weight: bold;
}
@media screen and (min-width: 768px) {
    .center-pc {
        text-align: center;
    }
    .center-sp {
        text-align: left;
    }
}

.stamp-b, .stamp-g, .stamp-gy {
	position: relative;
}
.stamp-b::before, .stamp-g::before, .stamp-gy::before {
	content: '';
	position: absolute;
}
.stamp-b::before {
	background: url('./assets/image/stamp/beige.png') no-repeat center/contain;
}
.stamp-g::before {
	background: url('./assets/image/stamp/green.png') no-repeat center/contain;
}
.stamp-gy::before {
	background: url('./assets/image/stamp/gray.png') no-repeat center/contain;
}


.charactor {
	position: relative;
}
.charactor::before {
	content: '';
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	display: block;
	width: 100%;
	padding-top: 122%;
}
.charactor.c01 {
	max-width: 500px;
	margin: auto;
}
.charactor.c01::before {
	background-image: url('./assets/image/character/c_01.png');
	padding-top: 80%;
}
.charactor.c02 {
	max-width: 220px;
}
.charactor.c02::before {
	background-image: url('./assets/image/character/c_02.png');
}
.charactor.c03 {
	max-width: 145px;
}
.charactor.c03::before {
	background-image: url('./assets/image/character/c_03.png');
}
.charactor.c04 {
	max-width: 145px;
}
.charactor.c04::before {
	background-image: url('./assets/image/character/c_04.png');
	padding-top: 166%;
}
.charactor.c05 {
	max-width: 255px;
}
.charactor.c05::before {
	background-image: url('./assets/image/character/c_05.png');
	padding-top: 100%;
}
@media screen and (min-width: 768px) {
	.charactor.c01 {
		width: 335px;
	}
	.charactor.c02 {
		width: 220px;
	}
	.charactor.c03, .charactor.c04 {
		width: 145px;
	}
	.charactor.c05 {
		width: 255px;
	}
}
.charactor .balloon {
	color: #486926;
	font-size: 16px;
	position: absolute;
	background: #fff;
	border: 1px solid #82A651;
	padding: .2em .8em .3em;
	border-radius: 2em;
}
.charactor .balloon span {
	position: relative;
}
.charactor .b-right::before,
.charactor .b-left::before {
	content: '';
	position: absolute;
	width: 40px;
	bottom: -28px;
	z-index: -1;
	height: 6px;
	background-image: radial-gradient(#82A651 30%, transparent 30%);
	background-size: 4px;
	background-repeat: repeat-x;
}
.charactor .b-right::before {
	transform: rotate(45deg);
	left: 35px;
}
.charactor .b-left::before {
	transform: rotate(-45deg);
	right: 50px;
}
@media screen and (min-width: 768px) {
	.charactor .b-right::before {
		right: 0;
		left: auto;
	}
	.charactor .b-left::before {
		left: 50px;
		right: auto;
	}
}

@media screen and (max-width: 767px) {
	.row-2 > *:not(:first-child) {
		margin: 70px 0 0;
	}
}
@media screen and (min-width: 768px) {
	.row-2 {
		display: grid;
		grid-template-columns: 1fr 1fr;
		column-gap: 6.5%;
	}
	.row-2 > *:nth-of-type(n+3) {
		margin: 80px 0 0;
	}
}

.wrap, .wrap-max, .wrap-min, .wrap-700 {
    box-sizing: content-box;
    margin: auto;
    position: relative;
}
.wrap {
    padding: 0 7.7vw;
}
.block {
	display: block;
}
.inline-b {
	display: inline-block;
}
.__pc, .__pc-inline {
    display: none;
}
.__sp-inline {
	display: inline-block;
}
.d-none {
    display: none;
}
a[href*="tel:"] {
	color: #4D2808;
	text-decoration: none;
}
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-40 {
	margin-top: 40px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-50 {
	margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
    .wrap.sp-none {
        padding: 0;
    }
	.sp-side {
		padding: 0 7.7vw;
	}
}
@media screen and (min-width: 600px) {
    .wrap-min {
        max-width: 900px;
    }
	.wrap-700 {
		max-width: 705px;
	}
}
@media screen and (min-width: 768px) {
    .wrap {
        max-width: 1100px;
    	padding: 0 30px;
    }
	.wrap-max {
        max-width: 1440px;
    }
	
    .__pc {
        display: block;
    }
    .__pc-inline {
        display: inline-block;
    }
    .__sp, .__sp-inline {
        display: none;
    }
    
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
    }
}

input[type="password"],
input[type="text"],
input[type="reset"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
select,
textarea {
	font-size: 16px;
	font-family: "NotoSans Medium", "sans-serif";
	border-radius: 3px;
	background-color: #fff;
	line-height: 1.5;
	min-height: 3em;
	border: 1px solid #C4C4C4;
	width: 100%;
}
input[type="password"],
input[type="text"],
input[type="reset"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"] {
	max-width: 100%;
	padding: 0 .714em;
}
input[type="radio"] {
	content: "";
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #999;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	outline: none;
	background-color: #fff;
	vertical-align: middle;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}
input[type="radio"]:checked::after {
	content: "";
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	width: 10px;
	height: 10px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	background: #999;
}
input[type="checkbox"] {
	transform: scale(1.8);
	margin: 0 15px 0 0;
}
select {
    padding: .4em calc(.8em + 30px) .4em .8em;
    cursor: pointer;
	appearance: none;
	color: #C1C1C1;
}
option {
	color: #4D2808;
}

.wpcf7-form-control-wrap[data-name="select-menu"]::after {
	position: absolute;
	content: '';
	pointer-events: none;
	top: 40%;
	right: 1.4em;
	transform: translate(50%, -50%) rotate(45deg);
	width: 10px;
	height: 10px;
	border-bottom: 1px solid #323232;
	border-right: 1px solid #323232;
}
textarea {
	width: 100%;
	height: 10em;
	padding: .714em;
	outline: none;
	resize: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
option {
	background-color: #fff;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="date"],
textarea {
	-webkit-transition: all .3s;
	transition: all .3s;
	outline: none;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
textarea:focus {
	border: 1px solid #aaa;
	box-shadow: 0 0 7px #aaa;
}
input[type="submit"] {
	cursor: pointer;
	width: fit-content;
	min-width: 200px;
	font-family: "NotoSans Medium", "sans-serif";
	text-align: center;
	padding: 5px 20px 10px 0;
	min-height: 2.8em;
	font-size: 18px;
	color: #fff;
	background: #486926;
	border: 1px solid #486926;
	border-radius: 3em;
}


/* ページ内リンク用 */
.inpage-link {
	display: block;
	position: relative;
	top: -80px;
	visibility: hidden;
}
@media screen and (min-width: 768px) {
	.inpage-link {
		top: -9vw;
	}
}
@media screen and (min-width: 1300px) {
	.inpage-link {
		top: -120px;
	}
}

/* Scroll Hintを使用する場合*/
.scroll-hint-icon {
    width: 140px!important;
    left: 50%!important;
    transform: translateX(-50%);
    height: 90px!important;
}

/* CF7を使用する場合*/
.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}
.wpcf7-spinner {
	display: none;
}


/* header
--------------------------------------------*/
@media screen and (max-width: 767px) {
	.header-wrap {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 200px;
	}
	.header-logo {
		width: 150px;
	}
	.header-sp-logo {
		width: 105px;
		position: fixed;
		top: 10px;
		left: 10px;
		z-index: 2;
		opacity: 0;
		transition: opacity .7s ease;
	}
	.header-sp-logo.hide {
		opacity: 0;
	}
	.header-sp-logo.show {
		opacity: 1;
	}
}
@media screen and (min-width: 768px) {
	.header-block {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 10;
		background: #FFF9E8;
	}
	.header-wrap {
		font-size: 1.4vw;
	}
	.header-wrap, .header-menu {
		height: 9vw;
	}
	.main-content {
		padding-top: 9vw;
	}	
	.header-logo {
		width: 8.4em;
		position: absolute;
		top: 1.7em;
		left: 1.7em;
		transition: .3s;
	}
	/* トップページのみ　スクロール前 */
	.home .header-logo.scroll {
		width: 14.5em;
	}
}
@media screen and (min-width: 1300px) {
	.header-wrap {
		font-size: 18px;
	}
	.header-wrap, .header-menu {
		height: 120px;
	}
	.main-content {
		padding-top: 120px;
	}
}

/* ヘッダーメニュー */
.header-nav a {
	position: relative;
	color: #4D2808;
	text-decoration: none;
}
@media screen and (min-width: 768px) {	
	.header-menu {
		max-width: 1250px;
		margin: auto;
	}
	.header-menu, .header-menu-ul {
		display: flex!important;
		justify-content: flex-end;
		align-items: center;
	}
	.header-menu-main li {
		margin: 0 .9em;
	}
	.menu-header-sub-container {
		margin: 0 0 1.2em;
	}
	.header-menu-sub li {
		margin: 0 1em 0 .2em;
	}
	
	.header-nav a:hover {
		color: #82A651;
	}
	.header-nav a:not([href]) {
		cursor: default;
	}
	.header-menu-sub a {
		font-size: .88em;
	}
	.header-nav .menu-btn a {
		background: #486926;
		color: #fff;
		border: 1px solid #486926;
		padding: .3em 1.1em .4em 2.9em;
		border-radius: 2em;
	}
	.header-nav .menu-btn a::before {
		content: '';
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100%;
		width: 1.4em;
		height: 1.4em;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 1em;
	}
	.header-nav .menu-btn a:hover {
		background: #fff;
		color: #486926;
	}
	.header-nav .menu-access a::before {
		background-image: url('./assets/image/icon/map_white.png');
	}
	.header-nav .menu-access a:hover::before {
		background-image: url('./assets/image/icon/map_green.png');
	}
	.header-nav .menu-contact a::before {
		background-image: url('./assets/image/icon/mail_white.png');
	}
	.header-nav .menu-contact a:hover::before {
		background-image: url('./assets/image/icon/mail_green.png');
	}	
	.header-nav .menu-recruit a {
		color :#486926;
		display: flex;
		align-items: center;
		padding: 0;
	}
	.header-nav .menu-recruit a:after {
		content: '';
		background: url('./assets/image/icon/newtab_green.png') center/cover;
		width: 1.3em;
		height: 1.3em;
		margin: 0 0 0 .5em;
	}
}


/* メニュー ホバー時の動き */
@media screen and (min-width: 768px) {
	.header-nav .sub-menu {
		visibility: hidden;
		opacity: 0;
		transition: all .3s;
		position: absolute;
		top: 2.75em;
		right: -13em;
		padding: 0;
		width: fit-content;
		background: #CDDBB9;
		z-index: 999;
		margin: 0;
		left: -.3em;
	}
	.header-nav li {
		position: relative;
	}
	.header-nav .menu-hover {
		overflow: visible;
	}
	.header-nav .menu-hover > a {
		padding: .5em 0 1.5em;
	}
	.header-nav li:hover .sub-menu {
		visibility: visible;
		opacity: 1;
	}
	.header-nav li a {
		padding: .5em 0;
	}
	.header-nav .sub-menu::before {
		content: '';
		background: #CDDBB9;
		width: 1.4em;
		height: .8em;
		clip-path: polygon(0 100%, 50% 0, 100% 100%);
		position: absolute;
		top: -.8em;
		left: 5.5em;
	}
	.header-nav .sub-menu li {
		margin: 0;
		list-style: none;
	}
	.header-nav .sub-menu li:not(:first-child) {
		border-top: 1px solid #fff;
	}
	.header-nav .sub-menu a {
		display: block;
		padding: .9em 1.5em;
	}
	.header-nav .sub-menu a:hover {
		color: #fff;
		background: #82A651;
	}
}

@media screen and (max-width: 767px) {
	/* スマホメニュー　ふわっと表示 */
    .header-menu {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: #FFF9E8;
		margin: 0;
		padding: 0 7.7vw 5em;
		height: 100vh;
		z-index: 15;
		overflow-y: scroll;
    }
	.header-menu::before {
		content: '';
		background: url('assets/image/logo/header_logo.png') no-repeat center/150px;
		width: 100%;
		height: 200px;
		display: block;
	}
	.menu-header-container {
		margin: 0 0 2em;
	}
	/* スマホナビ 上部 */
	.header-nav {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.header-menu-main li {
		margin: 0;
	}
	.header-menu-main > li {
		border-bottom: 1px solid #BFB1A3;
	}
	.header-menu-main > li:first-child {
		border-top: 1px solid #BFB1A3;
	}
	.header-menu-main a {
		display: block;
	}
	.header-menu-main > li > a {
		padding: 15px 40px 15px 0;		
	}
	.header-menu-main > li > a::after {
		content: '';
		background: url('./assets/image/icon/arrow_green.png') center/cover;
		width: 1.4em;
		height: 1.4em;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
	}
	/* スマホナビ クリックオープンメニュー */
	.menu-hover > a::after {
		background: url('./assets/image/icon/plus.png') center/cover!important;
	}
	.menu-hover.open > a::after {
		background: url('./assets/image/icon/minus.png') center/cover!important;
	}
	.menu-hover .sub-menu {
		display: none;
		list-style: none;
		padding: 0 40px 0 20px;
		font-size: 16px;
	}
	.menu-hover .sub-menu li {
		padding: 14px 0;
	}

	/* スマホナビ 下部 */
	.header-menu-sub {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		font-size: 16px;
	}
	.header-menu-sub a::before, .header-menu-sub a::after {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 1.3em;
		height: 1.3em;
	}
	.header-menu-sub a::before {
		content: '';
		background: url('./assets/image/icon/arrow_green.png') center/cover;
		right: -1.7em;
	}
	.header-menu-sub .menu-info,
	.header-menu-sub .menu-contact {
		margin: 0 2.3em 0 1.3em;
	}
	.header-menu-sub .menu-recruit {
		width: 100%;
		text-align: center;
		margin: 1.2em 0 2em;
	}
	.header-menu-sub .menu-recruit a::after {
		content: '';
		background: url('./assets/image/icon/newtab_brown.png') center/cover;
		left: -1.8em;
	}	
	.header-menu-sub .menu-access {
		order: 1;
		font-size: 18px;
	}
	.header-menu-sub .menu-access a {
		background: #486926;
		color: #fff;
		border: 1px solid #486926;
		padding: .6em 1.3em .7em 3.2em;
		border-radius: 2em;
	}
	.header-menu-sub .menu-access a::before {
		background: url('./assets/image/icon/map_white.png') no-repeat center/100%;
		width: 1.4em;
		height: 1.4em;
		left: 1.4em;
		right: auto;
	}
	
	/* ハンバーガーアイコン */
	.hamb-icon {
		height: 90px;
		width: 110px;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 20;
    }
	
	/* ハンバーガーのバー */
    .hamb-bar {
		position: relative;
		width: 45px;
		height: 45px;
		cursor: pointer;
		z-index: 99999;
    }
    .bar-line {
		background: #4D2808;
		width: 100%;
		height: 2px;
    }
	.bar-item {
		position: absolute;
		left: 0;
		transition: all .4s;
	}
    .bar-line.top {
        top: 0;
    }
    .bar-line.middle {
        top: 10px;
    }
    .bar-line.bottom {
        bottom: 20px;
    }
	.hamb-txt {
		font-size: 14px;
		bottom: 0;
		line-height: 1;
		left: 50%;
		transform: translateX(-50%);
		letter-spacing: 20%;
		padding-left: 2px;
	}
	.hamb-txt::before {
		content: 'MENU';
		letter-spacing: 20%;
	}

	/* オープン時のバーアニメーション */
	.hamb-bar.open {
		width: 35px;
	}
    .hamb-bar.open .bar-line.top, .hamb-bar.open .bar-line.bottom {
		background: #4D2808;
		top: 30%;
    }
    .hamb-bar.open .bar-line.top {
        transform: translateY(-50%) rotate(-45deg);
    }
    .hamb-bar.open .bar-line.middle {
        display: none;
    }
    .hamb-bar.open .bar-line.bottom {
        bottom: auto;
        transform: translateY(-50%) rotate(45deg);
    }
	.hamb-bar.open .hamb-txt::before {
		content: 'CLOSE';
		letter-spacing: 10%;
	}
}



/* footer
--------------------------------------------*/
.footer-wrap {
	display: flex;
	flex-direction: column-reverse;
	padding: 5.5em 0 0;
}
.footer-main {
	width: fit-content;
	margin: 4.5em auto 0;
}
.footer-logo {
	width: 260px;
	margin: 0 auto 2.5em;
}
.footer-info .name {
	margin: 0 0 .5em;
	line-height: 1.6;
}
@media screen and (max-width: 767px) {
	.footer-nav {
		width: fit-content;
		margin: auto;
	}
	.footer-info .name {
		font-size: 16px;
	}
}
@media screen and (min-width: 768px) {
	.footer-wrap {
		padding: 4em 0 0;
	}
	.footer-nav {
		display: flex;
		justify-content: space-between;
		width: 650px;
		margin: auto;
	}
}
@media screen and (min-width: 1100px) {
	.footer-wrap {
		justify-content: space-between;
		flex-direction: row;
	}
	.footer-main {
		margin: 0;
	}
	.footer-nav {
		width: 59%;
		margin: 0;
	}
}

.footer-menu li, .menu-recruit .sub-menu {
	margin: 1.7em 0 0;
}
.footer-menu li a {
	color: #4D2808;
	text-decoration: none;
	position: relative;
	padding-left: 1.2em;
	display: flex;
	align-items: baseline;
}
.footer-menu li a::before {
	content: '';
	width: 15px;
	height: 15px;
	background: #82A651;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 7px;
}
.footer-menu li a:hover {
	color: #82A651;
}
.footer-menu .sub-menu {
	list-style: none;
}
.footer-menu .sub-menu li {
	margin: 1.3em 0 0;
	font-size: 16px;
}
.footer-menu .sub-menu li a:before {
	width: 8px;
	height: 2px;
	background: #82A651;
	border-radius: 0;
	top: 12px;
}
.footer-menu .menu-recruit a {
	display: inline-block;
}
.footer-menu .menu-recruit a::after {
	content: '';
	background: url('./assets/image/icon/newtab_y_green.png') center/cover;
	width: 20px;
	height: 20px;
	position: absolute;
	right: -30px;
	top: 5px;
}
.menu-recruit .sub-menu a::after {
	display: none;
}
.footer-nav-sns {
	display: flex;
	margin: 3.5em 0 0;
}
.footer-nav-sns img {
	height: 30px;
}
.footer-nav-sns .sns-link {
	margin: 0 1.2em 0 0;
}

/* Page top */
.page-top {
	position: absolute;
	top: -3.3em;
}
.page-top-btn {
	background: #4D2808;
	text-align: center;
	line-height: 1.5;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.page-top-btn .inner::before {
	content: '';
	background: url('assets/image/icon/arrow_top.png') center/cover;
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 auto 5px;
}
.page-top-btn:hover {
	background: #486926;
}
@media screen and (max-width: 767px) {
	.page-top {
		left: 50%;
		transform: translateX(-50%);
	}
}
@media screen and (min-width: 768px) {
	.page-top {
		margin-right: 1em;
		top: -1.8em;
		right: 0;
	}
}
@media screen and (min-width: 1250px) {
	.page-top {
		right: -3.2em;
	}
}

/* Copyright */
.footer-copy {
	text-align: center;
	padding: 3.5em 0 2em;
}
@media screen and (min-width: 768px) {
	.footer-copy {
		text-align: right;
		padding: 1.8em 0;
	}
}


/* #f-contact
--------------------------------------------*/
.f-contact {
	padding: 4.5em 0 7em;
}
.f-contact-block {
	border-radius: 10px;
}
.f-contact-inner {
	padding: 0 5vw;
}
@media screen and (min-width: 768px) {
	.f-contact {
		padding: 5em 0 7em;
	}
	.f-contact-inner {
		max-width: 990px;
		margin: auto;
		padding: 0 20px;
		box-sizing: content-box;
	}
}
/* 電話でのお問い合わせ */
.f-contact-block.tel {
	padding: 35px 0 15px;
	margin: 0 0 20px;
}
.f-contact-title {
	display: flex;
	align-items: center;
	flex-direction: column;
	text-align: center;
}
.f-contact-title::before {
	content: '';
	margin: 0 0 .8em;
}
.f-contact-block.tel .f-contact-title {
	margin: 0 0 .7em;
}
.f-contact-block.tel .f-contact-title::before {
	background: url('./assets/image/icon/tel_green.png') center/cover;
	width: 58px;
	height: 58px;	
}
.f-contact-box .main {
	padding: 2em 0;
	line-height: 1.5;
	text-align: center;
}
.f-contact-list {
	margin: 0 0 2.5em;
}
.f-contact-list .list-dot li {
	margin: 0 0 1.8em;
}
.f-contact-list .num {
	margin: .5em 0 0;
}
.f-contact-box:not(:first-of-type) {
	border-top: #BFB1A3 solid 1px;
}
.f-contact-box .big {
	font-size: 8.4vw;
}
.f-contact-box .info {
	padding: 1em 0 0;
}
.f-contact-box .num {
	line-height: 1;
}
.f-contact-box.row .num {
	padding: 1.5em 0 0;
}
@media screen and (max-width: 767px) {
	.f-contact-box.first .info {
		line-height: 1.8;
	}
	.f-contact-list .list-dot {
		width: fit-content;
	}
	.f-contact-list .from {
		display: block;
		text-align: right;
		margin: .3em 1em;
	}
}
@media screen and (min-width: 370px) {
	.f-contact-box .big {
		font-size: 36px;
	}
	.f-contact-list .big {
		font-size: 32px;
	}
}
@media screen and (min-width: 768px) {
	.f-contact-block.tel {
		padding: 2.3em 0 1.2em;
	}
	.f-contact-title {
		flex-direction: row;
	}
	.f-contact-title::before {
		margin: 0 .8em 0 0;
	}
	.f-contact-box .main {
		display: flex;
		align-items: center;
		padding: 1.5em 0;
		text-align: left;
	}
	.f-contact-box .info {
		padding: 0 0 0 1.5em;
	}
	.f-contact-box .big {
		font-size: 36px;
	}
	.f-contact-list {
		display: flex;
		justify-content: space-between;
		margin: -.2em 0 .8em;
	}
	.f-contact-list .list-dot li {
		margin: 0 0 1em;
	}
	.f-contact-list .list-dot:first-of-type {
		margin: 0 1.5em 0 0;
	}
	.f-contact-box.row .name {
		width: 36%;
	}
	.f-contact-box.row .num {
		padding: 0 0 0 1.5em;
	}
}
@media screen and (min-width: 1000px) {
	.f-contact-box .main {
		align-items: baseline;
	}
	.f-contact-box.row .name {
		width: 320px;
	}
	.f-contact-box.row .num {
		padding: 0 0 0 2.4em;
	}
}
/* メールでのお問い合わせ */
.f-contact-block.mail {
	padding: 2.5em 0 2em;
}
.f-contact-block.mail .f-contact-title::before {
	background: url('./assets/image/icon/mail_green.png') center/cover;
	width: 42px;
	height: 30px;
}
.f-contact-btn {
	margin: 2em 0 0;
}
@media screen and (max-width: 767px) {
	.f-contact-btn .main-btn {
		margin: auto;
		max-width: 250px;
		width: auto;
	}
}
@media screen and (min-width: 768px) {
	.f-contact-block.mail {
		padding: 1em 0;
	}
	.f-contact-block.mail .f-contact-inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.f-contact-btn {
		width: 42%;
		margin: 0 0 0 1.5em;
	}
}


/* #f-access
--------------------------------------------*/
.access {
	background: #EDEDED;
	padding: 5em 0 5.5em;
}
.access-hl::before {
	top: -40px;
	right: 0;
	width: 85px;
	height: 105px;
}
.access-main {
	width: fit-content;
}
.access-logo {
	margin: 1.5em auto 2.3em;
}
@media screen and (max-width: 767px) {
	.access-map {
		height: 59vw;
	}
	.access .main-btn {
		margin: -.5em auto 0;
	}
}
@media screen and (min-width: 768px) {
	.access {
		padding: 5.8em 0;
	}
	.access-hl::before {
		top: -10px;
		right: 50px;
		width: 100px;
	}
	.access-block {
		display: flex;
		justify-content: space-around;
	}
	.access-map {
		width: 53%;
		margin: 0 1em 0 0;
	}
	.access-logo {
		max-width: 390px;
		margin: 0 0 1.3em;
	}
}


/* main-head
--------------------------------------------*/
.main-head {
	margin: 0 0 30px;
}
.main-head-inner {
	background: #CDDBB9;
}
.main-head-block {
	display: flex;
	justify-content: center;
	align-items: center;
  	text-align: center;
}
.main-head-block.normal {
	min-height: 170px;
}
.main-title {
	line-height: 1.4;
	padding: 15px 0;
}
.main-head-block.normal .main-title {
	font-size: 24px;
	letter-spacing: 10%;
}
.main-head-block.picture .main-title {
	color: #fff;
	font-size: 26px;
	text-shadow: 0 0 15px rgba(0,0,0,.6);
}
.main-head-img {
	width: 100%;
	overflow: hidden;
	position: absolute;
}
.main-head-img,
.main-head-block.picture {
	height: 170px;
}
.main-head-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
@media screen and (min-width: 768px) {
	.main-head {
		margin: 0 0 45px;
	}
	.main-head-block.normal {
		min-height: 180px;
	}
	.main-head-block.normal .main-title {
		font-size: 30px;
	}
	.main-head-block.picture .main-title {
		font-size: 36px;
		letter-spacing: 20%;
	}
	.main-head-img,
	.main-head-block.picture {
		height: 300px; 
	}
	.main-title {
		line-height: 1.6;
	}
}


/* #line-info
--------------------------------------------*/
.line-info {
	padding: 180px 0 0;
}
.line-info-head {
	font-size: 6.2vw;
	line-height: 1.6;
	text-align: center;
}
.line-info-head .inner::after {
	content: '';
	display: block;
	background: url('./assets/image/sns/logo_LINE_300.png') no-repeat center/cover;
	width: 100px;
	height: 100px;
	margin: 20px auto 30px;
}
.line-info-head .title-sub {
	font-size: .8em;
	position: absolute;
	top: -2.4em;
	left: .8em;
	transform: rotate(-10deg);	
}
.line-info-head .title-main {
	font-size: .8em;
}
.line-info-txt {
	margin: 30px 0 40px;
}
@media screen and (min-width: 390px) {
	.line-info-head {
		font-size: 24px;
	}
}
@media screen and (max-width: 767px) {
	.line-info-head .title-hint {
		display: flex;
		align-items: flex-end;
		justify-content: center;
		margin: 0 0 15px;
	}
	.line-info-head .title-hint::before, .line-info-head .title-hint::after {
		content: '';
		display: block;
		width: 1.7em;
		height: 2.8em;
	}
	.line-info-head .title-hint::before {
		background: url('./assets/image/sozai/emp_left__sp.png') no-repeat center/contain;
		margin: 0 .1em 0 0;
	}
	.line-info-head .title-hint::after {
		background: url('./assets/image/sozai/emp_right__sp.png') no-repeat center/contain;
		margin: 0 0 0 .1em;
	}
	.line-info-head .title-hint .block {
		padding: 0 0 .5em;
	}
}
@media screen and (min-width: 768px) {
	.line-info {
		padding: 140px 0 0;
	}
	.line-info-head {
		font-size: 3.1vw;
		display: flex;
		align-items: flex-end;
		justify-content: center;
	}
	.line-info-head::before, .line-info-head::after {
		content: '';
		display: block;
		width: 2em;
		height: 3.3em;
	}
	.line-info-head::before {
		background: url('./assets/image/sozai/emp_left.png') no-repeat center/contain;
		margin: 0 1em 0 0;
	}
	.line-info-head::after {
		background: url('./assets/image/sozai/emp_right.png') no-repeat center/contain;
		margin: 0 0 0 1em;
	}
	.line-info-head .inner {
		display: flex;
		align-items: center;
		padding: 0 0 .4em;
	}
	.line-info-head .title-sub {
		font-size: .6em;
		top: -1.8em;
		left: -3em;
	}
	.line-info-head .inner::after {
		width: 3.1em;
		height: 3.1em;
		margin: 0 0 0 1em;
	}
	.line-info-head .title-main {
		margin: .3em 0 0;
	}
}
@media screen and (min-width: 1060px) {
	.line-info-head {
		font-size: 32px;
	}
}

.line-info-box {
	margin: 0 0 20px;
	border-radius: 10px;
}
.line-info-box.dog {
	background: #F19F68;
}
.line-info-box.shop {
	background: #9CBA75;
}
.line-info-box .inner {
	padding: 40px 20px;
}
.line-info-box .head {
	position: relative;
	text-align: center;
	padding: 0 0 35px;
	margin: 0 0 30px;
}
.line-info-box .head::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 9px;
    background-image: radial-gradient(#FFF 40%, transparent 40%);
    background-size: 9px;
    background-repeat: repeat-x;
}
.line-info-box .big {
	font-size: 1.3em;
}
.line-info-box .list-dot {
	padding: 0 0 0 .6em;
}
.line-info-box .list-dot li::before {
	background: #4D2808;
}
.line-info .charactor {
	margin: 50px 30px 0 auto;
}
@media screen and (max-width: 767px) {
	.line-info-box .title {
		margin: .8em 0 0;
	}
	.line-info-box .btn {
		margin: 30px 0 0;
	}
}
@media screen and (min-width: 768px) {
	.line-info-box {
		max-width: 730px;
		margin: 0 auto 20px 0;
	}
	.line-info-box .inner {
		max-width: 680px;
		margin: auto;
		display: flex;
		justify-content: space-between;
	}
	.line-info-box .main {
		width: 67%;
	}
	.line-info-box .head {
		text-align: left;
		margin: 0 0 20px;
		padding: 0 0 25px 10px;
	}
	.line-info-box .big {
		font-size: 1.2em;
	}
	.line-info-box .code {
		width: 27%;
	}
	.line-info .charactor {
		margin: -80px 0 0 auto;
	}
}
@media screen and (min-width: 850px) {
	.line-info .charactor {
		margin: -160px 0 0 auto;
	}
}
@media screen and (min-width: 910px) {
	.line-info-box {
		margin: 0 auto 20px;
	}
}

/* ページ設定で余白ありを選択した場合 */
.wrap.normal > .line-info > .wrap {
	padding: 0;
}



/* 404ページ
--------------------------------------------*/
.not-page {
	margin: 50px 0 100px;
}
@media screen and (min-width: 768px) {
	.not-page {
		margin: 120px 0;
	}
}

