/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 07 2024 | 11:29:49 */
p {
    margin-bottom: 0;
}
a:hover {
    text-decoration: none;
}

section.contact-section {
    background-image: url(/app/uploads/sites/1189/2024/05/contact_back.png);
    background-repeat: repeat;
    background-size: auto;
    padding: 60px 0;
	position: relative;
}
img.abs-contact-top {
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-height: 66px;
    z-index: 10;
}
img.abs-contact-right {
    position: absolute;
    top: -120px;
    right: calc(50% - 800px);
    max-height: 159px;
}
.contact-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1180px;
    margin: 0 auto;
	padding: 0 20px;
}
.contact-child:first-child {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% - 450px);
}
.contact-child h3 {
    font-size: 60px;
    letter-spacing: 0.12em;
    line-height: 1em;
	color: #9C796A;
}
.contact-child h5 {
    font-size: 29px;
    letter-spacing: 0.16em;
    line-height: 1em;
	color: #9C796A;
}
.contact-child:last-child a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #9C796A;
    color: #fff;
    border-radius: 50px;
    font-size: 20px;
    line-height: 1em;
    background-image: url(/app/uploads/sites/1189/2024/05/contact_mail.png), url(/app/uploads/sites/1189/2024/05/contact_bt.png);
    background-repeat: no-repeat;
    background-size: 36px, 26px;
    width: 390px;
    letter-spacing: 0.3em;
    text-indent: 0.3em;
    background-position: left 40px center, right 25px center;
	padding: 30px 0 30px 10px;
    position: relative;
    box-shadow: 0px 9px 0px rgba(145, 125, 106, 0.15);
}
.contact-child:last-child a:hover {
    box-shadow: none;
	background-color: #4CCEDE;
    background-image: url(/app/uploads/sites/1189/2024/05/contact_mail.png), url(/app/uploads/sites/1189/2024/05/contact_bt_sp.png);
    transform: translateY(9px);
}
.footer-4__container,
.copyright__inner {
    max-width: 1180px;
    margin: 0 auto;
	padding: 0 20px;
}
.footer-4__container {
    padding: 100px 20px;
}
.footer-4__head {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.footer-4__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 80px;
}
.footer-4__head>a {
    display: block;
    width: 263px;
}
.footer-4__caption {
    width: calc(100% - 343px);
}
.footer-4__caption p,
.footer-4__caption a {
    color: #998675;
    font-size: 17px;
    letter-spacing: 0.08em;
    line-height: 2em;
}
.footer-4__caption a {
	position: relative;
	display: inline-block;
    padding-right: 15px;
}
.footer-4__caption a:after {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: solid 2px #FFEE41;
	border-right: solid 2px #FFEE41;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.footer-4__caption a span {
    color: #FFCE00;
}
.footer-4__list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.footer-4__list li:nth-child(n+2) {
    margin-top: 20px;
}
.footer-4__list li {
    line-height: 1em;
}
.footer-4__list li a {
    color: #89715D;
    font-size: 15px;
    line-height: 1em;
    letter-spacing: 0.16em;
 	position: relative;
	display: inline-block;
	padding-left: 20px;
}
.footer-4__list li a:before {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: solid 2px #FFEE41;
	border-right: solid 2px #FFEE41;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}
.footer-4__inner nav {
    width: calc(100% / 4 - 30px);
}
.footer-4__inner nav p {
    color: #FFCE00;
    font-size: 18px;
    letter-spacing: 0.16em;
    line-height: 1em;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #FFEE41;
}
.copyright__container {
    border-top: 1px solid #D4D4D4;
}
.copyright__inner {
    padding-top: 20px;
    padding-bottom: 20px;
}
.copyright__inner p {
    font-size: 13px;
    letter-spacing: 0.2em;
    color: #808080;
    line-height: 1em;
}
.header-dummy {
    height: 150px;
}
header.header {
    background-color: #fff;
    padding-left: 40px;
    width: 100%;
    position: fixed;
    z-index: 11;
/*     box-shadow: 0 0 5px #ccc; */
}
header.header.fixed {
    box-shadow: 0 0 5px #ccc;
}
header .hamburger {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .logo img {
	max-height: 90px;
}
header .hamburger .btn-gNav {
/*     position: fixed; */
    position: absolute;
/*     top: 20px; */
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 12;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}
header .hamburger .btn-gNav span {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #9C796A;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}
header .hamburger .btn-gNav span:nth-child(1) {
    top: 0;
}
header .hamburger .btn-gNav span:nth-child(2) {
    top: 10px;
}
header .hamburger .btn-gNav span:nth-child(3) {
    top: 20px;
}
header .hamburger .btn-gNav.open span:nth-child(1) {
    background: #ffffff;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
header .hamburger .btn-gNav.open span:nth-child(2),
header .hamburger .btn-gNav.open span:nth-child(3) {
    top: 6px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
header .btn-gNav {
    display: none;
}
header .gNav .gNav-menu {
    display: flex;
    justify-content: space-between;
    margin: 0;
}
header .gNav .gNav-menu li {
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
header .gNav .gNav-menu>li>a {
    color: #9C796A;
    font-size: 17px;
    letter-spacing: 0.08em;
    padding: 15px 0;
    transition: 0.3s;
}
header .gNav .gNav-menu>li>a:hover {
	opacity: 0.8;
    transition: 0.3s;
}
header .gNav .gNav-menu li.has-child {
	position: relative;
    padding-right: 16px;
}
header .gNav .gNav-menu li.has-child>a {
	position: relative;
}
header .gNav .gNav-menu li.has-child::before {
	content:'';
	position: absolute;
    right: 0;
    top: 10px;
    width: 8px;
    height: 8px;
	border-top: 2px solid #FFEE59;
    border-right:2px solid #FFEE59;
    transform: rotate(135deg);
}
header .gNav .gNav-menu li.has-child ul{
  position: absolute;
  left:0;
  margin-left: 0;
  top: 40px;
  z-index: 4;
  background:#fff;
  width:200px;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
    border: solid 1px #f2f2f2;
}
/* header .gNav .gNav-menu li.has-child:hover > ul,
header .gNav .gNav-menu li.has-child ul li:hover > ul,
header .gNav .gNav-menu li.has-child:active > ul,
header .gNav .gNav-menu li.has-child ul li:active > ul, */
header .gNav .gNav-menu li.has-child > ul.show {
  visibility: visible;
  opacity: 1;
}
header .gNav .gNav-menu li.has-child ul li a {
    color: #9C796A;
    border-bottom: solid 1px #f2f2f2;
    display: block;
    line-height: 1em;
    padding: 15px;
    font-size: 16px;
}
header .gNav .gNav-menu li.has-child ul li:last-child > a{
 border-bottom:none;
}
header .gNav .gNav-menu li.has-child ul li a:hover,
header .gNav .gNav-menu li.has-child ul li a:active{
    background: #9C796A;
    color: #fff;
}
header .hamburger .logo {
    width: 546px;
}
header .hamburger nav {
    width: calc(100% - 896px);
}
.btn-inner {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 350px;
}
.btn-inner a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 17px;
    background-color: #5CCDDB;
    width: 150px;
    height: 150px;
    letter-spacing: 0.08em;
    line-height: 1.3em;
    padding-top: 75px;
    background-image: url(/app/uploads/sites/1189/2024/05/top_menu_fav.png);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center top 30px;
}
.btn-inner a:last-child {
    color: #9C796A;
    background-color: #FFEE59;
    background-image: url(/app/uploads/sites/1189/2024/05/top_menu_ret.png);
}
.btn-inner a:hover {
    background-image: url(/app/uploads/sites/1189/2024/05/top_menu_fav_on.png);
    background-color: #FFEE41;
    color: #9C796A;
}
.btn-inner a:last-child:hover {
    color: #fff;
    background-color: #9C796A;
    background-image: url(/app/uploads/sites/1189/2024/05/top_menu_ret_on.png);
}

a.gotopbtn {
    position: fixed;
    bottom: 40px;
    right: 30px;
    width: 30px;
	z-index: 2;
}
a.gotopbtn:hover {
    opacity: .8;
	transition: all .3s;
}
.anc-top {
    position: fixed;
    z-index: 99;
    bottom: 30px;
	right: 50px;
	width: 66px;
    display: none;
}
.anc-top a {
    display: block;
    background-image: url(/app/uploads/sites/1189/2024/05/anker_on.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.anc-top a:hover img {
    opacity: 0;
    transition: 0.3s;
}
.anc-top a img {
    opacity: 1;
    transition: 0.3s;
}
a:hover {
    text-decoration: none;
}

@media (max-width: 1799px) {
	header .hamburger .logo {
		width: 476px;
	}
	.btn-inner {
		width: 340px;
	}
	header .hamburger nav {
		width: calc(100% - 816px);
	}
	header.header {
		padding-left: 20px;
	}
}

@media (max-width: 1699px) {
	img.abs-contact-right {
		top: -115px;
		right: calc(50% - 770px);
		max-height: 149px;
	}
	header .logo img {
		max-height: 85px;
	}
    header .hamburger .logo {
        width: 426px;
    }
    .btn-inner {
        width: 320px;
    }
	.btn-inner a {
		font-size: 16px;
		width: 140px;
		height: 140px;
		padding-top: 70px;
		background-position: center top 25px;
	}
	.header-dummy {
		height: 140px;
	}
	header .hamburger nav {
        width: calc(100% - 746px);
    }
	header .gNav .gNav-menu>li>a {
		font-size: 16px;
	}
	header .gNav .gNav-menu li.has-child ul li a {
		font-size: 15px;
	}
}

@media (max-width: 1599px) {
	img.abs-contact-right {
		top: -100px;
		right: calc(50% - 740px);
		max-height: 134px;
	}
    header .logo img {
        max-height: 80px;
    }
    header .hamburger .logo {
        width: 396px;
    }
	header .hamburger nav {
        width: calc(100% - 706px);
    }
    .btn-inner {
        width: 310px;
    }
	.btn-inner a {
        font-size: 15px;
        width: 130px;
        height: 130px;
        padding-top: 65px;
        background-position: center top 25px;
        background-size: 36px;
    }
	.header-dummy {
        height: 130px;
    }
    header .gNav .gNav-menu>li>a {
        font-size: 15px;
        padding: 12px 0;
    }
	header .gNav .gNav-menu li.has-child ul {
		top: 35px;
		width: 180px;
	}
	header .gNav .gNav-menu li.has-child ul li a {
        font-size: 14px;
    }
}

@media (max-width: 1499px) {
    img.abs-contact-right {
        top: -60px;
        right: calc(50% - 700px);
        max-height: 114px;
    }
	header .logo img {
        max-height: 70px;
    }
    header .hamburger .logo {
        width: 326px;
    }
	.btn-inner a {
        font-size: 14px;
        width: 120px;
        height: 110px;
        padding-top: 52px;
        background-position: center top 20px;
        background-size: 32px;
    }
	.btn-inner {
        width: 270px;
    }
    header .hamburger nav {
        width: calc(100% - 596px);
    }
    .header-dummy {
        height: 110px;
    }
}

@media (max-width: 1450px) {
    img.abs-contact-right {
		display: none;
    }
}

@media (max-width: 1399px) {
	header .logo img {
        max-height: 65px;
    }
    header .hamburger .logo {
        width: 296px;
    }
    .btn-inner a {
        font-size: 13px;
        width: 110px;
        height: 100px;
        padding-top: 50px;
        background-position: center top 18px;
        background-size: 30px;
    }
	.btn-inner {
        width: 250px;
    }
	header .hamburger nav {
        width: calc(100% - 546px);
    }
	header .gNav .gNav-menu>li>a {
        font-size: 14px;
    }
    header .gNav .gNav-menu li.has-child ul li a {
        font-size: 13px;
    }
	header .gNav .gNav-menu li.has-child ul {
        top: 32px;
    }
	.header-dummy {
        height: 100px;
    }
}

@media(max-width: 1299px) {
    header .logo img {
        max-height: 60px;
    }
	header .hamburger .logo {
        width: 276px;
    }
	.btn-inner a {
        width: 100px;
    }
	.btn-inner {
        width: 230px;
    }
	header .hamburger nav {
        width: calc(100% - 506px);
    }
    header .gNav .gNav-menu>li>a {
        letter-spacing: 0.05em;
    }
}

@media(max-width: 1250px) {
    header .logo img {
        max-height: 55px;
    }
	header .hamburger .logo {
        width: 256px;
    }
    header .hamburger nav {
        width: calc(100% - 486px);
    }
    .btn-inner a {
        width: 100px;
        height: 90px;
        padding-top: 42px;
        background-position: center top 13px;
        background-size: 28px;
    }
	.header-dummy {
        height: 90px;
    }
}

@media screen and (max-width: 1199px) {
	header .btn-gNav {
        display: block;
    }
    header .gNav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
/*         background-color: rgba(255, 238, 89, 0.9); */
		background-color: rgba(255, 249, 195, 0.9);
        font-size: 15px;
        box-sizing: border-box;
        z-index: 1;
        padding-top: 50px;
        transition: .3s;
    }
    header .gNav.open {
        right: 0;
    }
    header .gNav .gNav-menu {
        padding: 0;
        width: 100%;
        height: 100%;
        display: block;
        flex-direction: column;
        text-align: center;
        /*justify-content: center;*/
    }
    header .gNav .gNav-menu>li {
        width: 85%;
        padding: 15px 0;
        border-bottom: #9c796b 1px solid;
    }
	.btn-inner {
        display: none;
    }
	header.header {
        padding-top: 10px;
        padding-bottom: 10px;
    }
	.header-dummy {
        height: 75px;
    }
    header .hamburger nav {
        width: 100%;
    }
	header .gNav .gNav-menu li.has-child::before {
		right: 20px;
		top: 25px;
		border-top: 2px solid #9C796A;
		border-right: 2px solid #9C796A;
	}
	header .hamburger .btn-gNav.active span:nth-of-type(1) {
		top: 0;
		left: 3px;
		transform: translateY(10px) rotate(-45deg);
		width: 80%;
	}
	header .hamburger .btn-gNav.active span:nth-of-type(2) {
	  opacity: 0;/*真ん中の線は透過*/
	}
	header .hamburger .btn-gNav.active span:nth-of-type(3){
		top: 0;
		left: 3px;
		transform: translateY(10px) rotate(45deg);
		width: 80%;
	}
	body.fixed {
		position: fixed;
	}
	header .gNav .gNav-menu li.has-child {
		padding-right: 0;
	}
	header .gNav .gNav-menu li.has-child > ul.show {
		position: relative;
		top: 0;
		width: 100%;
		margin-top: 15px;
        height: 100%;
	}
	header .gNav .gNav-menu li.has-child > ul {
		position: relative;
		width: 100%;
		top: 0;
        height: 0;
	}
}

@media (min-width: 1200px) {
header .gNav .gNav-menu li.none1200 {
    display: none;
}
}

@media (max-width: 480px) {
	a.gotopbtn {
	    bottom: 70px;
	    right: 10px;
	}
	.anc-top {
        right: 15px;
        bottom: 70px;
        width: 50px;
	}
	img.abs-contact-top {
		top: -20px;
		max-height: 50px;
	}
	.contact-child:first-child {
		justify-content: center;
		width: 100%;
	}
	.contact-child h3 {
		font-size: 52px;
		letter-spacing: 0.1em;
		text-indent: 0.1em;
		margin-bottom: 10px;
	}
	.contact-child h5 {
		font-size: 24px;
		letter-spacing: 0.12em;
		text-indent: 0.12em;
	}
	.contact-child:last-child {
		width: 100%;
		margin-top: 30px;
	}
	.contact-child:last-child a {
		width: 100%;
		font-size: 18px;
		background-size: 32px, 23px;
		padding: 28px 0 28px 10px;
		box-shadow: 0px 6px 0px rgba(145, 125, 106, 0.15);
	}
	section.contact-section {
		padding: 55px 0 50px;
	}
	.footer-4__container {
		padding: 70px 20px;
	}
	.footer-4__head>a {
		width: 100%;
	}
	.footer-4__head>a img {
		max-height: 100px;
	}
	.footer-4__caption {
		width: 100%;
		margin-top: 15px;
	}
	.footer-4__caption p, .footer-4__caption a {
		font-size: 15px;
		letter-spacing: 0.05em;
		line-height: 2em;
		text-align: justify;
		word-break: break-all;
	}
	.footer-4__inner {
		margin-top: 40px;
	}
	.footer-4__inner nav {
		width: calc(100% / 2 - 10px);
	}
	.footer-4__inner nav:nth-child(n+3) {
		margin-top: 35px;
	}
	.footer-4__inner nav p {
		font-size: 16px;
		letter-spacing: 0.12em;
		margin-bottom: 18px;
		padding-bottom: 18px;
		line-height: 1.3em;
	}
	.footer-4__list li a {
		font-size: 14px;
		letter-spacing: 0.1em;
		padding-left: 15px;
		line-height: 1.3em;
	}
	.footer-4__list li a:before {
		width: 7px;
		height: 7px;
		top: 1px;
	}
	.footer-4__caption a {
		padding-right: 12px;
	}
	.footer-4__caption a:after {
		width: 7px;
		height: 7px;
		top: 1px;
	}
	.footer-4__list li:nth-child(n+2) {
		margin-top: 15px;
	}
	.copyright__inner p {
		font-size: 12px;
		letter-spacing: 0.15em;
	}
	.contact-child:last-child a:hover {
		transform: translateY(6px);
	}
    header .logo img {
        max-height: 50px;
    }
	.header-dummy {
        height: 70px;
    }
    header .gNav .gNav-menu>li {
        width: 75%;
        padding: 12px 0;
    }
	header .gNav .gNav-menu li.has-child::before {
        right: 15px;
        top: 20px;
    }
    #page .es-header-breadcrumb .es-container {
        padding: 15px 10px 30px;
    }
}

@media (min-width: 481px){
.site-footer {
    margin-top: 0;
}
}

@media (max-width: 440px){
	.footer-4__inner nav p {
		font-size: 15px;
		letter-spacing: 0.1em;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	.footer-4__list li a {
		font-size: 13px;
		letter-spacing: 0.08em;
	}
	.footer-4__caption p, .footer-4__caption a {
		font-size: 14px;
	}
	.footer-4__head>a img {
		max-height: 90px;
	}
	img.abs-contact-top {
		max-height: 49px;
	}
	.contact-child h3 {
		font-size: 48px;
	}
	.contact-child h5 {
		font-size: 22px;
		letter-spacing: 0.1em;
		text-indent: 0.1em;
	}
	.contact-child:last-child {
		margin-top: 25px;
	}
	.contact-child:last-child a {
		font-size: 17px;
		background-size: 30px, 22px;
		padding: 27px 0 27px 10px;
	}
}

@media (max-width: 428px){
	.anc-top {
		right: 15px;
		bottom: 65px;
		width: 40px;
	}
	.footer-4__container {
		padding: 60px 20px;
	}
	.copyright__inner {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.copyright__inner p {
		font-size: 11px;
		letter-spacing: 0.12em;
	}
	.footer-4__caption p, .footer-4__caption a {
		font-size: 13px;
	}
	.footer-4__head>a img {
		max-height: 80px;
	}
	.footer-4__inner nav p {
		font-size: 14px;
		letter-spacing: 0.06em;
		margin-bottom: 13px;
		padding-bottom: 13px;
	}
	.footer-4__inner {
		margin-top: 35px;
	}
	.footer-4__list li a {
		font-size: 12px;
		letter-spacing: 0.06em;
	}
	.footer-4__list li:nth-child(n+2) {
		margin-top: 13px;
	}
	.footer-4__inner nav {
		width: calc(100% / 2 - 7.5px);
	}
	.footer-4__inner nav:nth-child(n+3) {
		margin-top: 30px;
	}
	img.abs-contact-top {
		max-height: 44px;
		top: -18px;
	}
	.contact-child h3 {
		font-size: 44px;
	}
	.contact-child h5 {
		font-size: 20px;
	}
	.contact-child:last-child a {
		font-size: 16px;
		background-size: 28px, 21px;
		padding: 25px 0 25px 10px;
	}
	section.contact-section {
		padding: 50px 0 45px;
	}
    header .logo img {
        max-height: 45px;
    }
    .header-dummy {
        height: 65px;
    }
	header .hamburger .btn-gNav {
		width: 28px;
	}
    header .hamburger .btn-gNav.active span:nth-of-type(1),
    header .hamburger .btn-gNav.active span:nth-of-type(3) {
        left: 5px;
    }
}

@media (max-width: 390px){
	.anc-top {
		right: 10px;
	}
    .footer-4__container {
        padding: 55px 15px;
    }
    .footer-4__head>a img {
        max-height: 75px;
    }
	.copyright__inner {
		padding: 15px;
	}
	.contact-inner {
		padding: 0 15px;
	}
    .footer-4__list li a {
        letter-spacing: 0.04em;
    }
    img.abs-contact-top {
        max-height: 42px;
        top: -16px;
    }
    .contact-child h3 {
        font-size: 42px;
    }
    .contact-child h5 {
        font-size: 19px;
    }
    section.contact-section {
        padding: 45px 0 40px;
    }
	.contact-child:last-child a {	
		background-size: 27px, 20px;
        padding: 24px 0 24px 8px;
    }
    header .logo img {
        max-height: 40px;
    }
    .header-dummy {
        height: 60px;
    }
	header.header {
        padding-left: 15px;
    }
    header .hamburger .btn-gNav {
        width: 26px;
        right: 15px;
        height: 21px;
    }
	header .hamburger .btn-gNav span {
		height: 3px;
	}
	header .hamburger .btn-gNav span:nth-child(2) {
		top: 9px;
	}
	header .hamburger .btn-gNav span:nth-child(3) {
		top: 18px;
	}
}

@media (max-width: 375px){
    .footer-4__inner {
        margin-top: 30px;
    }
    .footer-4__inner nav {
        width: 100%;
    }
    .footer-4__inner nav:nth-child(n+2) {
        margin-top: 30px;
    }
	.anc-top {
		width: 35px;
	}
	.copyright__inner p {
        letter-spacing: 0.1em;
    }
}

@media (max-width: 360px){
	.anc-top {
		right: 10px;
		bottom: 65px;
		width: 35px;
	}
    .footer-4__container {
        padding: 50px 15px;
    }
    .footer-4__inner {
        margin-top: 25px;
    }
    .footer-4__head>a img {
        max-height: 70px;
    }
    img.abs-contact-top {
        max-height: 40px;
        top: -15px;
    }
    .contact-child h3 {
        font-size: 40px;
        margin-bottom: 8px;
    }
    .contact-child h5 {
        font-size: 18px;
    }
    .contact-child:last-child a {
        background-size: 26px, 18px;
        padding: 23px 0 23px 9px;
        font-size: 15px;
        background-position: left 35px center, right 20px center;
    }
    .contact-child:last-child {
        margin-top: 22px;
    }
    section.contact-section {
        padding: 42px 0 40px;
    }
	.footer-4__list li:nth-child(n+2) {
        margin-top: 10px;
    }
    .footer-4__inner nav p {
        letter-spacing: 0.08em;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .footer-4__list li a {
        letter-spacing: 0.08em;
    }
    .footer-4__inner nav:nth-child(n+2) {
        margin-top: 25px;
    }
	.copyright__inner p {
        font-size: 10px;
    }
    #page .es-header-breadcrumb .es-container {
        padding: 15px 10px 25px;
    }
}

@media (max-width: 340px){
    .footer-4__caption p, .footer-4__caption a {
        font-size: 12px;
    }
    .footer-4__inner {
        margin-top: 20px;
    }
    .copyright__inner p {
		letter-spacing: 0.06em;
    }
	img.abs-contact-top {
        max-height: 38px;
        top: -14px;
    }
    .contact-child h3 {
        font-size: 38px;
        margin-bottom: 5px;
    }
    .contact-child h5 {
        font-size: 16px;
    }
    .contact-child:last-child a {
        background-size: 24px, 16px;
        padding: 22px 0 22px 10px;
        font-size: 14px;
    }
}
