/*
Theme Name: Erally
Description: Erally Theme
Version: 0.1
 */

/* ============================
	animation
============================ */
@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@keyframes scroll_down {
  0% {
    width: 1%;
  }
  35% {
   	width: 150%;
  	right: -160%;
  }
  80% {
  	width: 1%;
  	right: -10%;
  }
  100% {
  	width: 1%;
  	right: -10%;
  }
}
@-webkit-keyframes scroll_down {
  0% {
    width: 1%;
  }
  35% {
  	width: 150%;
  	right: -160%;
  }
  80% {
  	width: 1%;
  	right: -10%;
  }
  100% {
  	width: 1%;
  	right: -10%;
  }
}

@keyframes shakeY_bar {
  0% {
    width: 110px;
  }
  40% {
    width: 120px;
  }
  47% {
  	width: 120px;
  }
  95% {
  	width: 110px;
  }
  100% {
  	width: 110px;
  }
}
@-webkit-keyframes shakeY_bar {
  0% {
    width: 110px;
  }
  40% {
    width: 120px;
  }
  47% {
  	width: 120px;
  }
  95% {
  	width: 110px;
  }
  100% {
  	width: 110px;
  }
}

@keyframes shakeY_text {
  0% {
    right: 56px;
  }
  40% {
    right: 70px;
  }
  47% {
  	right: 70px;
  }
  95% {
  	right: 56px;
  }
  100% {
  	right: 56px;
  }
}
@-webkit-keyframes shakeY_text {
  0% {
    right: 56px;
  }
  40% {
    right: 70px;
  }
  47% {
  	right: 70px;
  }
  95% {
  	right: 56px;
  }
  100% {
  	right: 56px;
  }
}

.st0 {
  fill: none;
  stroke: #FFF;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}
path {
  fill-opacity: 1;
  transition: fill-opacity 1s;
}
.fill path {
  fill: #fff;
  fill-opacity: 1;
}

/*.cls-1 {
  fill: #fff;
}
.st0 {
  fill: none;
  stroke: #FFFFFF;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}
.fill{
  fill:#2FBAD1;
  transition: fill-opacity 0.8s;
}*/

/* ============================
	common
============================ */
body {
	font-size: 1.6rem;
	-webkit-font-feature-settings: "palt" 1;
	        font-feature-settings: "palt" 1;
  -webkit-animation: 'fadeIn' 1.5s ease normal;
	        animation: 'fadeIn' 1.5s ease normal;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

div {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

p {
	margin: 0;
}

p + p {
	margin-top: 1em;
}

img {
	vertical-align: top;
}

#wrapper {
	overflow: hidden;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

.flex-d {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  -webkit-box-pack: justify-;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-f {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ofi {
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	width: 100%;
	height: 100%;
}

.roboto {
	font-family: 'Roboto Condensed', sans-serif;
}

.mincho {
	font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', source-han-serif-japanese, serif;
}

.noto {
	font-family: 'Noto Sans JP', sans-serif;
}

.din-condensed {
	font-family: 'din-condensed', sans-serif;
}

.border-bottom {
	position: relative;
}

.border-bottom::before {
	content: "";
  background: linear-gradient(to right, #31DDFE 0%, #31ddff 30%, #ffd3ef 70%, #ffd3ef 100%);
  border-radius: 0px;
  position: absolute;
  width: 230px;
  height: 1px;
  bottom: 0px;
  left: 0px;
}

.fadein {
  opacity: 0;
  transform : translate(0, 100px);
  transition : all 750ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.bg-gradient {
	background: linear-gradient(to right, rgba(49,221,255,1) 0%, rgba(255,211,239) 100%);
}

/*slick dot*/
#top-service .slick-dots {
	bottom: -40px;
	text-align: center;
}
#top-service .slick-dots li button {
	background: #d9f0f4;
	width: 15px;
	height: 15px;
}
#top-service .slick-dots li.slick-active button {
	background: #31ddff;
}

/* ============================
	sp-menu
============================ */

#sp-menu {
	box-sizing: border-box;
	position: fixed;
	transition: all .35s ease;
	top: 60px;
	left: 0;
	top: 0;
	background-color: #fff;
	width: 100%;
	height: 100%;
	padding: 17vh 15vw;
	opacity: 0;
	pointer-events: none;
}

#sp-menu.opening {
	transition: all .35s ease;
	opacity: 1;
	pointer-events: auto;
	z-index: 99999;
}

#sp-menu .menu-item a {
	position: relative;
	text-align: center;
	box-sizing: border-box;
	display: block;
	line-height: 2.2rem;
	font-size: 1.8rem;
	font-weight: 700;
	width: 100%;
	padding: 20px 0;
}

/*#sp-menu .menu-item:not(.menu-item-has-children) a::before {
	content: "";
	display: block;
	position: absolute;
	transform: rotate(45deg);
	border-top: 2px solid #593317;
	border-right: 2px solid #593317;
	top: 33px;
	right: 27px;
	width: 8px;
	height: 8px;
}*/

#sp-menu .menu-item-has-children {
	position: relative;
}

#sp-menu .btn-open {
	position: absolute;
	border-left: 2px solid #999;
	top: 0;
	right: 0;
	height: 60px;
	width: 60px;
	z-index: 1;
	cursor: pointer;
}

#sp-menu .btn-open::before {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 1px);
	left: calc(50% - 8px);
	background-color: #111;
	width: 16px;
	height: 2px;
}

#sp-menu .btn-open::after {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 8px);
	left: calc(50% - 1px);
	width: 2px;
	height: 16px;
	background-color: #111;
}

#sp-menu .btn-open.opening::after {
	content: none;
}

#sp-menu .sub-menu {
	display: none;
	opacity: 0;
	transition: .35s all ease;
}

#sp-menu .sub-menu.opening {
	display: block;
	opacity: 1;
	transition: .35s all ease;
}

#sp-menu .sub-menu a {
	padding: 20px 0 20px 20px;
}

#sp-menu .sp-contact-box {
	margin: 60px 0 0;
}

#sp-menu .sp-contact-box a {
	box-sizing: border-box;
	display: block;
	background-color: #111;
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	padding: 13px 0;
}

#btn-hamburger {
	position: fixed;
	top: 0;
	right: 0;
	background-color: #00cdfb;
	width: 86px;
	height: 86px;
	z-index: 99999;
	cursor: pointer;
}

#btn-hamburger .border {
	position: absolute;
	left: 28px;
	transition: opacity, transform .2s ease;
	background: #fff no-repeat left top;
	width: 30px;
	height: 2px;
	z-index: 1;
}

#btn-hamburger .border:first-child {
	top: 33%;
}

#btn-hamburger .border:nth-child(2) {
	transform: scale(1);
	top: 50%;
}

#btn-hamburger .border:nth-child(3) {
	top: 67%;
}

#btn-hamburger.opening .border:first-child {
	transform: rotate(45deg);
	top: 50%;
}

#btn-hamburger.opening .border:nth-child(2) {
	transform: scale(0);
}

#btn-hamburger.opening .border:nth-child(3) {
	top: 50%;
	transform: rotate(-45deg);
}

/* ============================
	header
============================ */
#header {
	position: fixed;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0 auto;
	padding: 0 30px;
	color: #fff;
	z-index: 999;
}
#header.is-fixed {
	position: fixed;
	top: 0;
	bottom: auto;
}
#h-logo {
	display: inline-block;
	margin: 15px 0;
	opacity: 1;
	padding-left: 30px;
	width: 200px;
	transition: all .35s ease;
}
#header.is-fixed #h-logo {
	opacity: 1;
	transition: all .35s ease;
}
#h-logo a {
	width: 200px;
}

#gnav {
	float: right;
}
.gnav {
	font-size: 0;
}
.gnav > li {
	display: inline-block;
}
.gnav > li:first-child {
	margin-left: 0;
}
.gnav > li > a {
	box-sizing: border-box;
	position: relative;
	display: block;
	margin: 18px 10px;
	padding: 10px 10px;
	vertical-align: top;
}
.gnav > li > a .en {
	font-size: 2.2rem;
	line-height: 1.5;
	letter-spacing: 0.08em;
	color: #222;
	font-weight: 600;
}
.gnav > li > a .ja {
	display: block;
	font-size: 1.0rem;
	line-height: 1.3;
	font-feature-settings: "palt";
	letter-spacing: 0.18em;
	color: #01d1fe;
	padding-left: 13px;
}
.gnav > li > a .ja::before {
	content: "";
	background: #01d1fe;
	border-radius: 0px;
	position: absolute;
	width: 6px;
	height: 3px;
	bottom: 14px;
	left: 10px;
}

@media screen and (max-width: 767px) {
	#h-logo {
		padding-left: 0;
	}
}

/* ============================
	mainvisual
============================ */
#mainvisual {
	padding-top: 102px;
}

#mv-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #E1E1E1;
}

.page-mv #mv-inner {
	height: 340px;
}

#scroll-btn-box {
	transform: rotate(-90deg);
	position: absolute;
	bottom: -4.5%;
	left: 7%;
	z-index: 1000;
}

#scroll-btn-box .scroll-btn {
	position: relative;
	letter-spacing: .2em;
}

#scroll-btn-box .scroll-btn::before {
	content: "";
  background: #fff;
  border-radius: 0px;
  position: absolute;
  width: 150%;
  height: 1px;
  top: 8px;
  right: -160%;
}

#scroll-btn-box .scroll-btn::after {
	content: "";
  background: #01d1fe;
  border-radius: 0px;
  position: absolute;
  width: 150%;
  height: 1px;
  top: 8px;
  right: -160%;
    -webkit-animation: 'scroll_down' 2.1s ease infinite;
  animation: 'scroll_down' 2.1s ease infinite;
}

@media screen and (max-width: 1000px) {
	#scroll-btn-box {
		left: 0%;
	}
}

/* ============================
	section
============================ */

.sec-inner {
	padding: 100px 0;
}

.sec-ttl {
	text-align: center;
	margin: 0;
}

.content-width {
	/* display: flex; */
	box-sizing: border-box;
	width: 90%;
	max-width: 1500px;
	padding: 0 20px;
	margin: 0 auto;
}

.content-inner {
	width: 100%;
	margin: 50px 0 0;
}

/* ============================
	breadcrumb
============================ */

.breadcrumbs {
	padding: 8px 0;
	background: #222;
	font-size: 1.2rem;
}

.breadcrumbs,
.breadcrumbs a,
.breadcrumbs span {
	color: #fff;
}

/* ============================
	Pagenavi
============================ */

.wp-pagenavi {
	clear: both;
	margin: 30px 0 0;
	font-size: 1.6rem;
	text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
	display: inline-block;
	width: 3em;
	height: 3em;
	margin: 0 0.5em;
	font-weight: bold;
	line-height: 2.7;
	color: #999;
	border: 2px solid #ccc;
	text-align: center;
	vertical-align: middle;
	transition: all 0.5s ease;
}

.wp-pagenavi span {
	border: none;
	line-height: 3;
}

.wp-pagenavi a:hover,
.wp-pagenavi span {
	background: #01d1fe;
	color: #fff;
	opacity: 1;
	text-decoration: none;
}

.wp-pagenavi a:hover {
	transition: all 0.5s ease;
}

.wp-pagenavi .extend {
	width: 1em;
	color: #222;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	position: relative;
	width: 3em;
	height: 3em;
	background: #fff;
	text-indent: -999999px;
	vertical-align: middle;
	border: none;
}

.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
}

.wp-pagenavi .previouspostslink::after {
	transform: rotate(225deg);
}

.wp-pagenavi .nextpostslink::after {
	transform: rotate(45deg);
}

.wp-pagenavi .previouspostslink:hover::after,
.wp-pagenavi .nextpostslink:hover::after {
	border-color: #fff;
}

.result_count {
	margin-bottom: 15px;
	text-align: center;
	font-size: 1.4rem;
	color: #999;
}

/* ============================
	post parts
============================ */

.date {
	font-size: 1.6rem;
	width: 120px;
	letter-spacing: 0.12em;
}

.cats {
	display: flex;
	align-items: center;
	line-height: 1.8;
	margin: 0 0 0 20px;
}

.cat {
	display: block;
	background-color: #111;
	color: #fff;
	font-size: 1.4rem;
	padding: 4px 10px;
	width: 120px;
	text-align: center;
}

.cat + .cat {
	margin: 0 0 0 10px;
}

.cat:link {
	color: #fff;
}

.cat:visited {
	color: #fff;
}

/* ============================
	card list
============================ */

.card-list.flex-d {
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.card-item {
	width: 280px;
}

.card-item + .card-item {
	margin-left: 60px;
}

.card-item:nth-child(n+4) {
	margin-top: 30px;
}

.card-item:nth-child(3n-2) {
	margin-left: 0;
}

.card-item .card-thumb img {
	width: 280px;
	height: 200px;
}

.card-item .card-meta {
	margin: 20px 0 0;
}

.card-item .card-meta.flex-f {
	justify-content: space-between;
	align-items: center;
}

.card-item .card-ttl {
	font-size: 1.5rem;
	margin: 20px 0 0;
}

/* ============================
	404
============================ */

#error-404 .content-inner p {
	text-align: center;
}


@media screen and (min-width: 1001px) {
	#sp-menu {
		display: none;
	}

	#btn-hamburger {
		display: none;
	}
}

@media screen and (max-width: 1000px) {
	#h-inner {
		padding: 0 0 0 20px;
	}

	#gnav {
		display: none;
	}

	.mainvisual {
		margin: 60px 0 0;
	}
}

@media screen and (max-width: 767px) {
	#wrapper {
		min-width: 0;
		margin: 0 auto;
		box-shadow: 0 0 10px rgba(30, 30, 30, 0.3);
	}

	.flex-d {
		display: block;
	}

	#sp-menu {
		width: 100%;
		margin: 0 auto;
	}

	#header.h-fixed {
		width: 480px;
		margin: 0 auto;
		right: 0;
	}

	.content-width {
		width: 95%;
	}

	.news-item .news-ttl {
		margin: 10px 0 0;
	}

	.card-item {
		width: 100%;
	}

	.card-item + .card-item {
		margin-left: 0;
	}

	.card-item + .card-item {
		margin-top: 50px;
	}

	.card-item .card-thumb img {
		width: 100%;
		height: 314px;
	}

	.card-item .card-meta {
		margin: 10px 0 0;
	}

	.card-item .card-ttl {
		margin: 10px 0 0;
	}
}

@media screen and (max-width: 640px) {
	.wp-pagenavi a,
	.wp-pagenavi span {
		display: inline-block;
		font-size: 1.6rem;
		line-height: 2.8em;
	}
}

@media screen and (max-width: 480px) {
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink {
		font-size: 1.6rem;
	}
}


.img-text-box {
	position: relative;
}

/*mycss*/
.btn-box {
	margin-top: 60px;
}

.btn-type-a {
	display: block;
	position: relative;
	font-size: 2.0rem;
	line-height: 1.8;
	letter-spacing: 0.12em;
	background: #222;
	padding: 20px 60px 20px 20px;
	color: #fff;
}

.btn-type-b {
	position: relative;
	font-size: 1.6rem;
	line-height: 1.8;
}
.btn-type-b span {
	display: inline-block;
	position: relative;
	left: 0;
	transition: all .15s ease;
}
.btn-type-b::before{
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0px;
  width: 275px;
  height: 2px;
  background: #ccc;
  transition: all .15s ease;
}
.btn-type-b::after{
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 256px;
  width: 20px;
  height: 2px;
  background: #ccc;
  transform: rotate(-150deg);
  transition: all .15s ease;
}
.btn-type-b:hover {
	color: #00caf2;
}
.btn-type-b span:hover {
	left: 10px;
	transition: all .15s ease;
}
.btn-type-b:hover::before {
	background: #00caf2;
	width: 300px;
	transition: all .15s ease;
}
.btn-type-b:hover::after {
	background: #00caf2;
	left: 280px;
	transition: all .15s ease;
}
.btn-type-b::before:hover,
.btn-type-b::after:hover {
	pointer-events: none;
}

.btn-size-s {
	width: 220px;
}
.btn-size-m {
	width: 330px;
}
.btn-size-l {
	width: 440px;
}

/*dl-box*/
.dl-box .dl-ttl {
	position: relative;
	padding-bottom: 10px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.dl-box .dl-ttl::before {
  content: "";
  background: #222;
  border-radius: 0px;
  position: absolute;
  width: 150px;
  height: 5px;
  bottom: 0px;
  left: 0px;
}

.dl-box .dl-ttl .en {
	font-size: 3.2rem;
	line-height: 1.8;
	letter-spacing: 0.08em;
}

.dl-box .dl-ttl .ja {
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: 0.12em;
	margin-left: 7px;
}

.dl-box dl {
	display: table;
	width: 100%;
	font-size: 1.6rem;
	line-height: 1.8;
	letter-spacing: 0.06em;
	margin: 0;
}

.dl-box dt {
	display: table-cell;
	width: 30%;
	font-weight: 700;
}

.dl-box dd {
	display: table-cell;
	width: 70%;
}

.dl-item {
	display: flex;
	padding: 20px 0;
	margin: 0;
	border-bottom: solid 1px #ccc;
}


.dl-item:first-child {
	border-top: solid 1px #ccc;
}

/* ============================
	news item
============================ */
.news-item {
	display: table;
	padding: 15px 0;
	letter-spacing: 0.1em;
	position: relative;
	width: 100%;
}

.news-item::before {
	content: "";
	background: #00caf2;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #ccc;
  transition: all .3s ease;
}
.news-item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  right: -1px;
  width: 14px;
  height: 1px;
  background: transparent;
  transform: rotate(-150deg);
  transition: all .3s ease;
}

.news-item:hover::before {
	width: 105%;
	background: #00caf2;
}
.news-item:hover::after {
	right: -5%;
	background: #00caf2;
}
.news-item:hover dd {
	color: #00caf2;
  transition: all .3s ease;
}
.news-item dt {
	display: table-cell;
	width: 5%;
	min-width: 100px;
}

.news-item dd {
	display: table-cell;
	font-weight: bold;
  transition: all .3s ease;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 767px) {
	.dl-item {
		display: block;
	}
	.news-item dt,
	.news-item dd {
		display: block;
		width: 100%;
	}
}


/* ============================
	footer
============================ */
#f-contact .f-inner {
	padding-top: 150px;
	padding-bottom: 150px;
	background: -moz-linear-gradient(-145deg, #ffd3ef, #31DDFE);
	background: -webkit-linear-gradient(-145deg, #ffd3ef, #31DDFE);
	background: linear-gradient(-145deg, #ffd3ef, #31DDFE);
}

#f-contact .sec-ttl-box {
  width: 385px;
  margin: 0 auto 90px;
}

#f-contact .contact-info {
	display: flex;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
   -webkit-justify-content: center;
    -ms-flex-pack: justify;
     justify-content: center;
}

#f-contact .contact-info-box {
	width: 33%;
	text-align: center;
	padding: 80px 0px;
	color: #fff;
	font-weight: bold;
	font-size: 2.6rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	transition: all .35s ease;
}

#f-contact .contact-info-box:hover {
	background: #fff;
	color: #333;
	box-shadow: 0 0 30px rgba(0,0,0,0.15);
	opacity: 1;
	transition: all .35s ease;
}

#f-contact .contact-info-box.map-area {
	position: relative;
	font-size: 2.2rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
	transition: all .35s ease;
}

#f-contact .contact-info-box.map-area .img-box {
	position: relative;
	transition: all .35s ease;
}

#f-contact .contact-info-box .img-box {
	position: relative;
	top: 0;
	margin-bottom: 30px;
	transition: all .35s ease;
}

#f-contact .tel-area .img-box img {
	width: 40px;
}
#f-contact .map-area .img-box img {
	width: 45px;
}
#f-contact .mail-area .img-box img {
	width: 50px;
}

#f-contact .contact-info-box:hover .img-box {
	position: relative;
	top: -20px;
	transition: all .35s ease;
}

#f-contact .contact-info-box.map-area::after {
	content: "";
	background: #fff;
	border-radius: 0px;
	position: absolute;
	width: 1px;
	height: 300px;
	top: 0;
	bottom: 0;
	right: 0px;
	margin: auto;
}

#f-contact .contact-info-box .text-area {
	vertical-align: middle;
}

#f-contact .contact-info-box .text-area .time {
	font-size: 1.4rem;
	font-weight: lighter;
}

#f-contact .copyright {
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0.1em;
	padding-top: 100px;
	-webkit-box-pack: justify-;
   -webkit-justify-content: center;
    -ms-flex-pack: justify;
     justify-content: center;
  -webkit-box-align: center;
   -ms-flex-align: center;
      align-items: center;
}

#f-contact .copyright p {
	text-align: center;
	color: #fff;
	margin: 0;
	letter-spacing: 0.12em;
}

#to-top {
	position: relative;
	background: #fff;
	border-radius: 60px;
	width: 100px;
	height: 100px;
	text-align: center;
	margin-left: 30px;
	transition: all 1s ease;
	letter-spacing: 0.2em;
}

#to-top:hover {
	box-shadow: 0 0 30px rgba(0,0,0,0.15);
	transition: all 1s ease;
}
@media screen and (max-width: 960px) {
	#f-contact .contact-info-box.map-area {
		width: 100%;
		padding: 40px 20px;
	}
	#f-contact .contact-info-box {
		width: 100%;
		padding: 50px 20px;
	}
	#f-contact .contact-info-box.map-area::before {
		content: none;
	}
	#f-contact .contact-info-box.map-area::after {
		content: none;
	}
	#f-contact .contact-info-box .img-box {
		margin-bottom: 10px;
	}
	#f-contact .contact-info-box .text-area {
		height: auto !important;
	}
}


/*archive*/
.archive .sec-inner {
	padding: 30vh 0 15vh;
}
.archive .content-inner {
	width: 80%;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.archive .content-inner {
		width: 100%;
	}
}

/*single*/
.to-home-btn .btn {
  position: relative;
  background: #fff;
  color: #222;
  border: solid 1px #ccc;
  max-width: 330px;
}
.to-home-btn .btn::before {
	content: "";
  background: url(./assets/images/svg/arrow_01.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
  display: inline-block;
  width: 23px;
  height: 7px;
}

