@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	background: url(../image/common/bg.jpg);
	position: relative;
	color: #333;
	color: rgba(51, 51, 51, 1);
	text-rendering: optimizeLegibility;
	font-feature-settings: "palt"1;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-kerning: normal;
	font-kerning: normal;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	font: normal normal normal 62.5%/1 'M PLUS 1p', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, MS PGothic, sans-serif;
	letter-spacing: 0.04em;
}

* {
	min-height: 0;
	min-width: 0;
}


figure,
figcaption {
	display: block;
	margin: 0;
	padding: 0;
}

/*
.win body{
	line-height:1.8rem;
	}
*/
a {
	color: #ff8080;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

a:hover {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	/*
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
    */
}

input,
select,
textarea,
button,
*::before,
*::after {
	-webkit-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none;
}

img {
	width: 100%;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
	interpolation-mode: bicubic;
	-webkit-backface-visibility: hidden !Important;
}

.pc_off {
	display: none;
}

.tab_on {
	display: none;
}

.sp_off {
	display: block;
}

.onon {
	display: block !important;
}

.cl {
	clear: both;
}

img.preload {
	display: none;
}

::-moz-selection {
	background: #ff8080;
}

::selection {
	background: #ff8080;
}

/* Safari */
::-moz-selection {
	background: #ff8080;
}


@media screen and (max-width: 800px) {}


.all_wrap {
	position: relative;
	overflow: hidden;
}




/* ==========================================================================
	メニュー
========================================================================== */
#header {
	position: absolute;
	z-index: 501;
	top: 0;
	right: 0;
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 97px 0 40px;
	box-sizing: border-box;
	background: #fff;
	/*
    border-bottom:5px solid #d7d2bc;
    */
	box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.1);
	width: 100%;
	height: 110px;
}

#header h1 {
	/*position: absolute;*/
	width: 228px;
	/*left: 40px;*/
	/*top: 22px;*/
	margin-right: auto;
	z-index: 10000;
}

.menu_list {
	width: calc(100% - 480px);
	margin-right: 36px;
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}

.menu_list a {
	position: relative;
	display: inline-block;
	color: #333;
	font-weight: 700;
	font-size: 16px;
	font-size: clamp(13.5px, 1.06667vw, 16px);
}

.menu_list a:not(:first-of-type) {
	margin-left: 24px;
}

.menu_list a:hover {
	color: #ff8080;
}

#header .rb_link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: 30px;
	background: #26809d;
	box-sizing: border-box;
	text-align: center;
	font-size: 16px;
	transition: width .4s ease, height .4s ease;
	-webkit-transition: width .4s ease, height .4s ease;
	z-index: 10000;
}

#header .rb_link span:first-child {
	width: 27px;
}

#header .rb_link .txt {
	display: none;
	opacity: 0;
	transition: opacity .5s ease;
	transition-delay: 0.2s;
}

#header .rb_link::after {
	content: "";
	opacity: 0;
	transition: opacity .1s ease;
	transition-delay: .2s;
}

#header .rb_link:hover::after {
	content: "086-245-5515";
	display: inline-block;
	opacity: 100;
	visibility: inherit;
	margin-left: 15px;
	color: #fff;
	font-weight: 700;
	transition: opacity .1s ease;
	transition-delay: .2s;
}

#header .rb_link:hover {
	width: 207px;
}

/*
#header .rb_link:hover .txt{
    display:block;
    opacity:100;
    visibility: inherit;
    margin-left: 15px;
    color:#fff;
    font-weight: 700;
    transition: opacity .5s ease;
    transition-delay: 0.2s;
}*/

.global-nav {
	position: fixed;
	left: 0;
	/* これで隠れる */
	top: -720px;
	width: 100%;
	/* スマホに収まるくらい */
	height: 720px;
	padding-top: 122px;
	background-color: #fff;
	box-sizing: border-box;
	transition: all .6s;
	z-index: 9998;
	overflow-y: auto;
	/* メニューが多くなったらスクロールできるように */
}

.global-nav_list {
	margin: 0 auto;
	width: calc(100% - 30px);
	max-width: 1000px;

	padding: 0;
	list-style: none;
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.global-nav_list li {
	width: 47%;
}

.global-nav_list li a {
	display: block;
	position: relative;
	border-bottom: 1px solid #cfcfcf;
	color: #333;
	font-size: 20px;
	padding: 46px 30px 0 95px;
	box-sizing: border-box;
	margin-bottom: 0;
	height: 111px;
	vertical-align: middle;
}

.global-nav_list li a span {
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
	color: #ff8080;
	margin-left: 20px;
}

.global-nav_list li a:hover {
	color: #ff8080;
}

.global-nav_list li a::before {
	content: "";
	display: block;
	width: 65px;
	height: 42px;
	background: url(../image/common/global-nav_icon01.png);
	background-size: cover;
	position: absolute;
	left: 14px;
	top: 34px;
	transition: all .4s ease;
}

.global-nav_list li a:hover::before {
	transform: translateY(-5px);
	transition: all .4s ease;
}

.global-nav_list li a::after {
	content: "";
	position: absolute;
	right: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 7px;
	border-color: transparent transparent transparent #ff8080;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: all .4s ease;
}

.global-nav_list li a:hover::after {
	transform: translateX(5px);
	transition: all .4s ease;
}

.global-nav_list li .link00::before {
	width: 54px;
	height: 38px;
	background-image: url(../image/common/global-nav_icon00.png);
	left: 19px;
	top: 36px;
}

.global-nav_list li .link02::before {
	width: 47px;
	height: 56px;
	background-image: url(../image/common/global-nav_icon02.png);
	left: 24px;
	top: 26px;
}

.global-nav_list li .link03::before {
	width: 40px;
	height: 52px;
	background-image: url(../image/common/global-nav_icon03.png);
	left: 33px;
	top: 34px;
}

.global-nav_list li .link04::before {
	width: 45px;
	height: 53px;
	background-image: url(../image/common/global-nav_icon04.png);
	left: 24px;
	top: 31px;
}

.global-nav_list li .link05::before {
	width: 57px;
	height: 31px;
	background-image: url(../image/common/global-nav_icon05.png);
	left: 26px;
	top: 40px;
}

.global-nav_list li .link06::before {
	width: 42px;
	height: 42px;
	background-image: url(../image/common/global-nav_icon06.png);
	left: 29px;
	top: 36px;
}

.global-nav_list li .link07::before {
	width: 50px;
	height: 46px;
	background-image: url(../image/common/global-nav_icon07.png);
	left: 26px;
	top: 30px;
}

.global-nav_list li .link08::before {
	width: 40px;
	height: 55px;
	background-image: url(../image/common/global-nav_icon08.png);
	left: 35px;
	top: 30px;
}

.global-nav .btm_link {
	margin: 56px auto 0;
	width: calc(100% - 30px);
	max-width: 1000px;

	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.global-nav .btm_link p a {
	position: relative;
	padding: 7px 0 0 20px;
	margin-left: 24px;
	font-size: 14px;
	vertical-align: middle;
	color: #686868;
}

.global-nav .btm_link p a span {
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
	color: #b1a076;
	margin-left: 20px;
}

.global-nav .btm_link p a:hover {
	color: #ff8080;
}


.global-nav .btm_link p a::after {
	content: "";
	position: absolute;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 5px;
	border-color: transparent transparent transparent #b1a076;
	top: 14px;
	/* bottom: 0; */
	/* margin: auto; */
	transition: all .4s ease;
}

.global-nav .btm_link p a:hover::after {
	transform: translateX(5px);
	transition: all .4s ease;
}

.global-nav .btm_link .sns {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;

	width: 230px;
}

.global-nav .btm_link .sns a {
	display: block;
	width: 23px;
	margin-left: 10px;
}

.global-nav .btm_link .sns a.yt {
	width: 49px;
}

.global-nav .btm_link .sns a.tw {
	width: 28px;
}

.global-nav .btm_link .sns a.line {
	width: 26px;
}


.global-nav .btm_link .sns a:hover {
	transform: translateY(-5px);
}

.hamburger {
	position: absolute;
	right: 29px;
	top: 26px;
	width: 58px;
	height: 58px;
	cursor: pointer;
	z-index: 9999;
	background: #fe8081;
	border-radius: 59px;
	transition: transform .4s;
}

.hamburger:hover {
	transform: scale(1.1);
}

.hamburger:hover .hamburger_line {
	background-color: #fff !important;
}

.hamburger_line {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 17px;
	height: 1px;
	background-color: #fff;
	transition: all .4s;
}

.hamburger_line-1 {
	top: 25px;
}

.hamburger_line-2 {
	top: 33px;
}

/* 表示された時用のCSS */
.nav-open .global-nav {
	top: 0;
	box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.1);
}

.nav-open h1 {
	position: fixed;
	/* top: 25px; */
	left: 40px;
	z-index: 100;
	width: 203px;
}

.nav-open #header .menu_list {
	padding-right: 58px;
}

.nav-open #header .rb_link {
	position: fixed;
	/*	display: flex;
	right: 97px;
	top: 0;*/
}

.nav-open .hamburger {
	position: fixed;
	background: #333;
}

.nav-open .hamburger_line-1 {
	transform: rotate(45deg);
	top: 28px;
	background: #fff;
}

.nav-open .hamburger_line-2 {
	transform: rotate(-45deg);
	top: 28px;
	background: #fff;
}


/*-------- menu.fixed　--------*/
#header.fixed {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 86px;
	padding: 0 86px 0 30px;
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	background: #fff;
}

#header.fixed h1 {
	width: 182px;
	/* top: 16px; */
	left: 30px;
}

/*
#header.fixed .menu_list a{color:#646464;}
*/
#header.fixed .rb_link {
	width: 49px;
	height: 49px;
	font-size: 14px;
}

#header.fixed .rb_link:hover {
	width: 180px;
}

#header .rb_link span:first-child {
	width: 22px;
}

#header.fixed .hamburger {
	right: 29px;
	top: 18px;
	width: 49px;
	height: 49px;
}

#header.fixed .hamburger_line-1 {
	top: 21px;
}

#header.fixed .hamburger_line-2 {
	top: 29px;
}

.nav-open #header.fixed .hamburger_line-1,
.nav-open #header.fixed .hamburger_line-2 {
	top: 24px;
}

.nav-open #header.fixed .menu_list {
	padding-right: 49px;
}

.nav-open #header.fixed .rb_link {
	/*right: 86px;
	top: 23px;*/
}


@media screen and (max-width : 1250px) {
	.menu_list {
		width: 370px;
	}

	.menu_list a {
		margin: 8px 0;
	}
}


@media screen and (max-width : 960px) {
	#header .menu_list {
		display: none;
	}
}




@media screen and (max-width : 800px) {
	#header {
		height: 70px;
		padding-right: 65px;
		padding-left: 20px;
	}

	#header h1 {
		width: 148px;
		left: 20px;
		/* top: 12px; */
	}

	#header .rb_link {
		width: 43px;
		height: 43px;
		border-radius: 21.5px;
	}

	#header .rb_link:hover {
		width: 43px;
	}

	#header .rb_link span:first-child {
		width: 19px;
	}

	#header .rb_link::after {
		display: none !important;
	}

	.hamburger {
		right: 15px;
		top: 13px;
		width: 43px;
		height: 43px;
		border-radius: 21.5px;
	}

	.hamburger_line {
		width: 11px;
		height: 1px;
	}

	.hamburger_line-1 {
		top: 18px;
	}

	.hamburger_line-2 {
		top: 22px;
	}

	.global-nav {
		top: -780px;
	}

	/* 表示された時用のCSS */
	.nav-open .global-nav {
		top: 68px;
		padding-top: 0;
		/*height:780px;*/
		height: calc(100vh - 68px);
		height: calc(100dvh - 68px);
		box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
	}

	.nav-open #header h1 {
		position: fixed;
	}

	.nav-open #header .rb_link {
		right: auto;
	}

	.ie .nav-open #header .rb_link {
		right: 70px;
	}

	.nav-open .global-nav .rb_link {
		display: flex !Important;
	}

	.global-nav_list {
		width: calc(100% - 50px);
	}

	.global-nav_list li {
		width: 100%;
	}

	.global-nav_list li a {
		font-size: 16px;
		padding: 24px 35px 0 70px;
		height: 80px;
	}

	.global-nav_list li a span {
		display: block;
		margin: 7px 0 0 0px;
	}

	.global-nav_list li a::before {
		width: 40px;
		height: 26px;
		left: 15px;
		top: 27px;
	}

	.global-nav_list li a::after {
		right: 14px;
		border-width: 3px 0 3px 5px;
	}

	.global-nav_list li .link02::before {
		width: 31px;
		height: 37px;
		left: 20px;
		top: 22px;
	}

	.global-nav_list li .link03::before {
		width: 26px;
		height: 33px;
		left: 21px;
		top: 21px;
	}

	.global-nav_list li .link04::before {
		width: 26px;
		height: 31px;
		left: 21px;
		top: 23px;
	}

	.global-nav_list li .link05::before {
		width: 34px;
		height: 17px;
		left: 18px;
		top: 30px;
	}

	.global-nav_list li .link06::before {
		width: 32px;
		height: 32px;
		left: 18px;
		top: 23px;
	}

	.global-nav_list li .link07::before {
		width: 30px;
		height: 30px;
		left: 18px;
		top: 24px;
	}

	.global-nav_list li .link08::before {
		width: 32px;
		height: 44px;
		left: 20px;
		top: 20px;
	}

	.global-nav .btm_link {
		display: block;
		margin: 36px auto;
		width: calc(100% - 50px);
	}

	.global-nav .btm_link p a {
		display: block;
		width: 100%;
		padding: 0 0 0 35px;
		margin-left: 0;
		box-sizing: border-box;
	}

	.global-nav .btm_link p a span {
		margin-left: 11px;
	}

	.global-nav .btm_link p a::after {
		top: 4px;
		left: 20px;
	}

	.global-nav .btm_link .sns {
		margin: 50px auto 0;
		width: 280px;
		justify-content: center;
	}

	.global-nav .btm_link .sns a {
		display: block;
		width: 23px;
		margin: 0 10px;
	}

	.global-nav .btm_link .sns a.tw {
		width: 28px;
	}

	/* 	.global-nav .btm_link .sns a:nth-child(4) {
		width: 49px;
	} */

	.global-nav .btm_link .sns a:hover {
		transform: translateY(-5px);
	}

	.nav-open #header.fixed .global-nav .rb_link {
		display: none !important;
	}

	.nav-open .hamburger_line-1 {
		transform: rotate(45deg);
		top: 22px;
		background: #fff;
	}

	.nav-open .hamburger_line-2 {
		transform: rotate(-45deg);
		top: 22px;
		background: #fff;
	}


	/*-------- menu.fixed　--------*/

	#header.fixed {
		height: 70px;
		padding: 0 65px 0 20px;
	}

	#header.fixed h1 {
		width: 148px;
		left: 20px;
		/* top: 12px; */
	}

	#header.fixed .rb_link {
		width: 43px;
		height: 43px;
		border-radius: 21.5px;
	}

	#header.fixed .rb_link span:first-child {
		width: 19px;
	}

	#header.fixed .rb_link::after {
		display: none;
	}

	#header.fixed .hamburger {
		right: 15px;
		top: 13px;
		width: 43px;
		height: 43px;
		border-radius: 21.5px;
	}

	#header.fixed .hamburger_line {
		width: 11px;
		height: 1px;
	}

	#header.fixed .hamburger_line-1 {
		top: 18px;
	}

	#header.fixed .hamburger_line-2 {
		top: 22px;
	}

	.nav-open #header.fixed .hamburger_line-1,
	.nav-open #header.fixed .hamburger_line-2 {
		top: 22px;
	}

	#header.fixed .hamburger,
	.nav-open #header.fixed .hamburger,
	.nav-open #header .hamburger {
		top: 13px;
		right: 15px;
	}

	.nav-open #header.fixed .hamburger {
		top: 13px;
	}

	.nav-open #header.fixed .rb_link {
		right: auto;
		top: auto;
	}

	#header.fixed .rb_link:hover {
		width: 43px;
	}
}


@media screen and (max-width : 400px) {
	.global-nav h3 {
		left: 20px;
	}
}




/* ==========================================================================
	hasei_title
========================================================================== */
.hasei_title {
	position: relative;
	width: 90%;
	max-width: 1300px;
	margin: 160px auto 0;
	background: #fff;
	border-radius: 50px;
	padding: 32px 50px;
	box-sizing: border-box;
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.2);
}

.hasei_title h2 {
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
}

.hasei_title span {
	display: inline-block;
	padding: 8px 15px;
	background: url(../image/search/title_s_bg.jpg);
	background-size: cover;
	border-radius: 15px;
	font-size: 14px;
	color: #fff;
	/*
    transform: translateY(-4px);
    */
}


@media screen and (max-width : 800px) {
	.hasei_title {
		width: 100%;
		margin: 70px auto 0;
		border-radius: 0 0 35px 35px;
		padding: 35px 7.125vw 36px;
		box-sizing: border-box;
		box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
	}

	.hasei_title h2 {
		display: block;
		margin: 0 0 13px 0;
	}

	.hasei_title span {
		padding: 4px 10px;
		font-size: 10px;
		color: #fff;
	}
}




/* ==========================================================================
	foot_contact
========================================================================== */
.foot_contact {
	position: relative;
	z-index: 50;
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.foot_contact .contact_area {
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 66.6%;
	background: #fff;
	border-radius: 45px;
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.2);
	padding: 55px 68px 55px 72px;
	box-sizing: border-box;
}

.foot_contact .tell {
	width: 295px;
	padding-top: 10px;
}

.foot_contact h2 {
	font-size: 20px;
	font-weight: 700;
}

.foot_contact .tell a {
	display: block;
	position: relative;
	color: #333;
	font-weight: 700;
	font-size: 39px;
	margin: 60px 0 15px;
}

.ie .foot_contact .tell a {
	font-size: 36px;
}

.foot_contact .tell a::before {
	content: "電話番号";
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -38px;
	width: 85px;
	height: 26px;
	background: #FF8080;
	border-radius: 13px;
	font-size: 14px;
	color: #fff;
}

.foot_contact .tell p {
	font-size: 13px;
	font-weight: 700;
	padding-left: 8px;
}

.foot_contact .link_area {
	width: 325px;
}

.foot_contact .link_btn {
	width: 100%;
	font-size: 20px;
	height: 78px;
	border-radius: 39px;
}

.foot_contact .link_btn:first-child {
	margin-bottom: 10px;
	padding-left: 0;
}

.foot_contact .link_btn:last-child {
	padding-left: 0;
}

.foot_contact .link_btn:first-child::before {
	display: none;
}

.foot_contact .link_btn:last-child::before {
	width: 39px;
	height: 37px;
	left: 57px;
	background: url(../image/common/line_icon.png);
	background-size: cover;
	border: none;
}

.foot_contact .mail_area {
	display: block;
	width: 30.3%;
	background: #fff;
	border-radius: 45px;
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.2);
	padding: 55px 0;
	box-sizing: border-box;
	text-align: center;
}

.foot_contact .mail_area img {
	width: 155px;
}

.foot_contact .mail_area p {
	font-size: 15px;
	color: #FF8080;
	font-weight: 700;
	margin: 19px 0 26px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.foot_contact h3 span {
	position: relative;
	font-size: 23px;
	font-weight: 700;
	color: #333333;
	padding-left: 44px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.foot_contact h3 span::before {
	content: "";
	display: block;
	width: 33px;
	height: 33px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../image/common/mlmg_ar.png) #fc7e82;
	border-radius: 16.5px;
	background-size: cover;
	box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.foot_contact .mail_area:hover {
	background: #fc7e82;
}

.foot_contact .mail_area:hover p,
.foot_contact .mail_area:hover h3 span {
	color: #fff;

	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.foot_contact .mail_area:hover h3 span::before {
	background: url(../image/common/mlmg_ar_af.png) #fff;
	background-size: cover;
	transform: translate(2px, 2px);
	box-shadow: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}


@media screen and (max-width : 1350px) {
	.foot_contact .contact_area {
		padding: 55px 4.8vw 55px;
	}
}


@media screen and (max-width : 1260px) {
	.foot_contact .contact_area {
		padding: 55px 30px;
	}

	.foot_contact .link_area {
		width: calc(100% - 305px);
	}
}


@media screen and (max-width : 1100px) {
	.foot_contact .link_btn {
		font-size: 16px;
	}

	.foot_contact .link_btn:last-child::before {
		width: 30px;
		height: 28px;
	}
}


@media screen and (max-width : 980px) {
	.foot_contact {
		width: 750px;
	}

	.foot_contact .contact_area,
	.foot_contact .mail_area {
		width: 100%;
	}

	.foot_contact .contact_area {
		padding: 55px 50px;
		margin-bottom: 20px;
	}

	.foot_contact .link_btn {
		font-size: 20px;
		/* padding-left: 33px; */
	}

	.foot_contact .link_btn:last-child::before {
		width: 39px;
		height: 37px;
	}
}


@media screen and (max-width : 800px) {
	.foot_contact {
		width: 87%;
	}

	.foot_contact .contact_area {
		border-radius: 30px;
		box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
		padding: 45px 8.7vw 53px;
		text-align: center;
	}

	.foot_contact .tell {
		width: 100%;
		padding-top: 0;
	}

	.foot_contact h2 {
		font-size: 17px;
	}

	.foot_contact .tell a {
		text-align: center;
		font-size: 33px;
		margin: 50px 0 15px;
	}

	.ie .foot_contact .tell a {
		font-size: 32px;
	}

	.foot_contact .tell a::before {
		content: "電話番号";
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: -36px;
		left: 0;
		right: 0;
		margin: auto;
		width: 77px;
		height: 23px;
		border-radius: 13px;
		font-size: 12px;
	}

	.foot_contact .tell p {
		font-size: 11px;
		padding-left: 0px;
	}

	.foot_contact .link_area {
		width: 100%;
		margin-top: 30px;
	}

	.foot_contact .link_btn {
		font-size: 17px;
		height: 66px;
		border-radius: 33px;
	}

	.foot_contact .link_btn:first-child {
		margin-bottom: 8px;
	}

	.foot_contact .link_btn:last-child {
		/* padding-left: 33px; */
	}

	.foot_contact .link_btn:first-child::before {
		display: none;
	}

	.foot_contact .link_btn:last-child::before {
		width: 35px;
		height: 33px;
	}

	.foot_contact .mail_area {
		width: 100%;
		border-radius: 30px;
		box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
		padding: 40px 0 45px;
	}

	.foot_contact .mail_area img {
		width: 121px;
	}

	.foot_contact .mail_area p {
		font-size: 13px;
		margin: 14px 0 20px;
	}

	.foot_contact h3 span {
		font-size: 17px;
		padding-left: 34px;
	}

	.foot_contact h3 span::before {
		width: 26px;
		height: 26px;
		border-radius: 13px;
		box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
	}
}




/* ==========================================================================
	footer
========================================================================== */
#footer {
	position: relative;
	padding: 100px 0 158px;
	background: #fff;
}

.ie #footer {
	padding-bottom: 240px;
}

#footer::before {
	content: "";
	display: block;
	width: 100%;
	height: 115px;
	position: absolute;
	left: 0;
	top: -115px;
	z-index: 1;
	background: -moz-linear-gradient(bottom, #FFf, transparent);
	background: -webkit-linear-gradient(bottom, #FFf, transparent);
	background: linear-gradient(to top, #Fff, transparent);
}

.footer_inr {
	position: relative;
	width: 90%;
	max-width: 1075px;
	margin: 0 auto 30px;
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
}

#footer .logo_area {
	position: absolute;
	width: 350px;
	top: -15px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
	text-align: center;
}

#footer h2 a {
	display: block;
	width: 220px;
	margin: 20px auto 40px;
}

#footer .logo_area p {
	font-size: 14px;
	line-height: 27px;
	font-weight: 700;
	letter-spacing: 0.06em;
}

#footer .cloud {
	display: block;
	width: 103px;
	position: absolute;
	left: -28px;
	top: -5px;
	z-index: 10;

	-webkit-animation: cloud 4s infinite ease-in-out;
	-ms-animation: cloud 4s infinite ease-in-out;
	-o-animation: cloud 4s infinite ease-in-out;
	animation: cloud 4s infinite ease-in-out;
}

@keyframes cloud {
	50% {
		transform: translate(5px, -5px);
	}
}

@-ms-keyframes cloud {
	50% {
		transform: translate(5px, -5px);
	}
}

#footer .cloud02 {
	display: block;
	width: 96px;
	position: absolute;
	right: -33px;
	top: 220px;
	z-index: 10;
	-webkit-animation: cloud02 5s infinite ease-in-out;
	-ms-animation: cloud02 5s infinite ease-in-out;
	-o-animation: cloud02 5s infinite ease-in-out;
	animation: cloud02 5s infinite ease-in-out;
}

@keyframes cloud02 {
	50% {
		transform: translate(-5px, -5px);
	}
}

@-ms-keyframes cloud02 {
	50% {
		transform: translate(-5px, -5px);
	}
}

#footer .sns_area {
	position: relative;
	width: 280px;
	-js-display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 75px;
}

.ie #footer .sns_area {
	position: absolute;
	left: 0;
}

#footer .sns_area::before {
	content: "";
	display: block;
	width: 164px;
	height: 108px;
	position: absolute;
	top: -19px;
	right: 63px;
	z-index: 20;
	background: url(../image/common/footer_sns_icon.png);
	background-size: cover;
}

#footer .sns_area a {
	display: block;
	width: calc(50% - 5px);
	padding: 40px 0 39px;
	text-align: center;
	color: #333;
	background: #f5f1ee;
	border-radius: 40px;
	box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.2);
	margin-bottom: 10px;
}

#footer .sns_area a:hover {
	background: #E3DEC5;
	transform: translate(3px, 3px);
	box-shadow: none;
}

#footer .sns_area img {
	width: 34px;
	margin-bottom: 14px;
}

#footer .sns_area img {
	width: 34px;
	margin-bottom: 14px;
}

#footer .sns_area a.tw img {
	width: 40px;
	margin: 5px 0 12px;
}

#footer .sns_area a.yt img {
	width: 73px;
	margin-bottom: 15px;
}

#footer .sns_area a.line img {
	width: 39px;
	margin-bottom: 10px;
}

#footer .sns_area p {
	font-size: 11px;
	font-weight: 700;
	color: #333;
}


#footer .sns_area p {
	font-size: 11px;
	font-weight: 700;
	color: #333;
}

#footer .link_area {
	width: 275px;
}

/* 
#footer li {
	margin-bottom: 14px;
	padding-bottom: 4px;
}

#footer li p {
	position: relative;
	box-sizing: border-box;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 35px;
}

#footer li a {
	position: relative;
	display: block;
	box-sizing: border-box;
	font-size: 14.5px;
	color: #333;
	margin-bottom: 8px;
	padding-left: 45px;
}

#footer li p::before,
#footer li a::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 5px;
	border-color: transparent transparent transparent #ff8080;
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#footer li a::before {
	border-width: 2.5px 0 2.5px 3.5px;
	left: 35px;
}

#footer li a:hover {
	color: #FF8080;
}

#footer li:last-child a:hover:last-child:hover {
	color: #FF8080;
}

#footer li:last-child a:hover:last-child::before {
	border-color: transparent transparent transparent #B1A076;
} */

#footer .link_area {
	width: 275px;
}

#footer li a {
	position: relative;
	display: block;
	padding: 15px 15px 15px 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #d4d4d4;
	font-size: 16px;
	color: #333;
}

#footer li a:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 5px;
	border-color: transparent transparent transparent #ff8080;
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

#footer li:last-child a:last-child {
	font-size: 14px;
	color: #686868;
	padding-top: 25px;
	border-bottom: none;
}

#footer li a:hover {
	color: #FF8080;
}

#footer li:last-child a:last-child:before {
	bottom: auto;
	top: 28px;
	border-color: transparent transparent transparent #B1A076;
}

#footer li:last-child a:hover:last-child:hover {
	color: #FF8080;
}

#footer li:last-child a:hover:last-child:before {
	border-color: transparent transparent transparent #B1A076;
}

#footer .wave {
	width: 4224px;
	height: 108px;
	position: absolute;
	left: calc(50% - 2112px);
	bottom: 0;
	z-index: 10;
}

#footer .wave .wave01,
#footer .wave .wave02,
#footer .wave .wave03 {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	z-index: 10;
}

#footer .wave .wave01 {
	-webkit-animation: wave 10s infinite ease-in-out;
	-ms-animation: wave 10s infinite ease-in-out;
	-o-animation: wave 10s infinite ease-in-out;
	animation: wave 10s infinite ease-in-out;
}

@keyframes wave {
	25% {
		transform: translate(-50px, -8px);
	}

	50% {
		transform: translate(50px, 0px);
	}

	75% {
		transform: translate(-50px, -8px);
	}

	0% {
		transform: translate(0px, 0px);
	}
}

@-ms-keyframes wave {
	25% {
		transform: translate(-50px, -8px);
	}

	50% {
		transform: translate(50px, 0px);
	}

	75% {
		transform: translate(-50px, -8px);
	}

	0% {
		transform: translate(0px, 0px);
	}
}

#footer .wave .wave02 {
	z-index: 20;
	-webkit-animation: wave02 12s infinite ease-in-out;
	-ms-animation: wave02 12s infinite ease-in-out;
	-o-animation: wave02 12s infinite ease-in-out;
	animation: wave02 12s infinite ease-in-out;
}

@keyframes wave02 {
	25% {
		transform: translate(80px, 9px);
	}

	50% {
		transform: translate(-30px, 0);
	}

	75% {
		transform: translate(80px, 9px);
	}

	0% {
		transform: translate(0px, 0px);
	}
}

@-ms-keyframes wave02 {
	25% {
		transform: translate(80px, 9px);
	}

	50% {
		transform: translate(-30px, 0);
	}

	75% {
		transform: translate(80px, 9px);
	}

	0% {
		transform: translate(0px, 0px);
	}
}

#footer .wave .wave03 {
	z-index: 30;
	-webkit-animation: wave03 10s infinite ease-in-out;
	-ms-animation: wave03 10s infinite ease-in-out;
	-o-animation: wave03 10s infinite ease-in-out;
	animation: wave03 10s infinite ease-in-out;
}

@keyframes wave03 {
	25% {
		transform: translate(-50px, 10px);
	}

	50% {
		transform: translate(-0px, 0px);
	}

	75% {
		transform: translate(25px, 10px);
	}

	0% {
		transform: translate(0px, 0px);
	}
}

@-ms-keyframes wave03 {
	25% {
		transform: translate(-50px, 10px);
	}

	50% {
		transform: translate(-0px, 0px);
	}

	75% {
		transform: translate(25px, 10px);
	}

	0% {
		transform: translate(0px, 0px);
	}
}


#footer .copy {
	display: block;
	width: 200px;
	margin: 0 auto;
	z-index: 50;
}


@media screen and (max-width : 1350px) {

	#footer {
		position: relative;
		padding: 100px 0 158px;
		background: #fff;
	}

	#footer::before {
		content: "";
		display: block;
		width: 100%;
		height: 115px;
		position: absolute;
		left: 0;
		top: -115px;
		z-index: 1;
		background: -moz-linear-gradient(bottom, #FFf, transparent);
		background: -webkit-linear-gradient(bottom, #FFf, transparent);
		background: linear-gradient(to top, #Fff, transparent);
	}

	.footer_inr {
		position: relative;
		width: 90%;
		max-width: 1075px;
		margin: 0 auto;
		-js-display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}


	#footer h2 a {
		width: 203px;
		margin: 0 auto 34px;
	}

	#footer .cloud02 {
		top: 160px;
	}

}


@media screen and (max-width : 1100px) {
	#footer .sns_area {
		width: 27vw;
	}

	#footer .link_area {
		width: 23vw;
	}
}


@media screen and (max-width : 890px) {
	#footer .logo_area {
		position: relative;
		width: 350px;
		top: -15px;
		margin: 0 auto;
		margin-left: calc(50% - 175px);
	}

	#footer .sns_area {
		width: 48%;
		margin-top: 30px;
	}

	#footer .link_area {
		width: 48%;
		margin-top: 100px;
	}
}


@media screen and (max-width : 800px) {
	#footer {
		padding: 80px 0 190px;
	}

	.ie #footer {
		padding-bottom: 190px;
	}

	#footer::before {
		height: 70px;
		top: -70px;
	}

	.footer_inr {
		width: 100%;
		margin-bottom: 40px;
	}


	#footer h2 a {
		display: block;
		width: 160px;
		margin: 0 auto 27px;
	}

	#footer .logo_area {
		width: 100%;
		max-width: 350px;
		margin: 0 auto;
	}

	#footer .logo_area p {
		font-size: 12px;
		line-height: 24px;
	}

	#footer .cloud {
		display: block;
		width: 76px;
		left: 0;
		top: 26px;
	}

	#footer .cloud02 {
		width: 81px;
		right: -0;
		top: 130px;
	}

	#footer .sns_area {
		width: 87%;
		padding-top: 80px;
		margin: 30px auto 38px;
	}

	.ie #footer .sns_area {
		position: relative;
		left: auto;
	}

	#footer .sns_area::before {
		width: 151px;
		height: 100px;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
	}

	#footer .sns_area a {
		width: calc(50% - 3px);
		padding: 25px 0 22px;
		border-radius: 20px;
		box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
		margin-bottom: 7px;
	}

	#footer .sns_area a:hover {
		transform: translate(2px, 2px);
	}

	#footer .sns_area img {
		width: 31px;
		margin-bottom: 12px;
	}

	#footer .sns_area a:nth-child(3) img {
		width: 36px;
	}

	#footer .sns_area a:nth-child(4) img {
		width: 65px;
		margin-bottom: 14px;
	}

	#footer .link_area {
		width: 87%;
		-js-display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 auto;
	}

	/* 	#footer li {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#footer li p {
		width: 100%;
		font-size: 13px;
		margin-bottom: 5px;
		padding: 10px 0 10px 20px;
		border-radius: 5px;
		background-color: #f5f1ee;
	}

	#footer li a {
		font-size: 12px;
		width: 48%;
		margin-bottom: 3px;
		padding: 10px 0 10px 22px;
		border-bottom: 1px solid #d4d4d4;
	}

	#footer li p::before{
		border-width: 3px 0 3px 5px;
		left: 9px;
	}

	#footer li a::before{
		border-width: 2px 0 2px 3px;
		left: 10px;
	} */

	#footer .link_area {
		width: 87%;
		-js-display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 auto;
	}

	#footer li {
		width: 48%;
	}

	#footer li a {
		padding: 15px 0 15px 26px;
		font-size: 12px;
	}

	#footer li a:before {
		border-width: 3px 0 3px 5px;
		left: 8px;
	}

	#footer li:last-child a:last-child {
		font-size: 12px;
		color: #333;
		padding-top: 15px;
		border-bottom: 1px solid #d4d4d4;
	}

	#footer li:last-child a:last-child:before {
		top: 0;
		bottom: 0;
		border-color: transparent transparent transparent #ff8080;
	}

	#footer .wave {
		width: 900px;
		height: 125px;
		position: absolute;
		left: calc(50% - 450px);
	}

	#footer .wave .wave01 {
		top: 0;
		bottom: auto;
	}

	#footer .wave .wave02 {
		top: 12px;
	}


	#footer .wave .wave01 {
		-webkit-animation: wave 10s infinite ease-in-out;
		-ms-animation: wave 10s infinite ease-in-out;
		-o-animation: wave 10s infinite ease-in-out;
		animation: wave 10s infinite ease-in-out;
	}

	@keyframes wave {
		25% {
			transform: translate(-25px, -4px);
		}

		50% {
			transform: translate(25px, 0px);
		}

		75% {
			transform: translate(-25px, -4px);
		}

		0% {
			transform: translate(0px, 0px);
		}
	}

	@-ms-keyframes wave {
		25% {
			transform: translate(-25px, -4px);
		}

		50% {
			transform: translate(25px, 0px);
		}

		75% {
			transform: translate(-25px, -4px);
		}

		0% {
			transform: translate(0px, 0px);
		}
	}

	#footer .wave .wave02 {
		-webkit-animation: wave02 12s infinite ease-in-out;
		-ms-animation: wave02 12s infinite ease-in-out;
		-o-animation: wave02 12s infinite ease-in-out;
		animation: wave02 12s infinite ease-in-out;
	}

	@keyframes wave02 {
		25% {
			transform: translate(40px, 4px);
		}

		50% {
			transform: translate(-15px, 0);
		}

		75% {
			transform: translate(40px, 4px);
		}

		0% {
			transform: translate(0px, 0px);
		}
	}

	@-ms-keyframes wave02 {
		25% {
			transform: translate(40px, 4px);
		}

		50% {
			transform: translate(-15px, 0);
		}

		75% {
			transform: translate(40px, 4px);
		}

		0% {
			transform: translate(0px, 0px);
		}
	}

	#footer .wave .wave03 {
		-webkit-animation: wave03 10s infinite ease-in-out;
		-ms-animation: wave03 10s infinite ease-in-out;
		-o-animation: wave03 10s infinite ease-in-out;
		animation: wave03 10s infinite ease-in-out;
	}

	@keyframes wave03 {
		25% {
			transform: translate(-25px, 5px);
		}

		50% {
			transform: translate(-0px, 0px);
		}

		75% {
			transform: translate(12px, 5px);
		}

		0% {
			transform: translate(0px, 0px);
		}
	}

	@-ms-keyframes wave03 {
		25% {
			transform: translate(-25px, 5px);
		}

		50% {
			transform: translate(-0px, 0px);
		}

		75% {
			transform: translate(12px, 5px);
		}

		0% {
			transform: translate(0px, 0px);
		}
	}

}

/* ==========================================================================
	parts
========================================================================== */
#preloadedImages {
	width: 0px;
	height: 0px;
	display: inline;
	background-image: url(../image/common/mlmg_ar_af.png);
	background-image: url(../image/top/propertys_link_icon_af.png);
}

.title {
	position: relative;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 17px;
	letter-spacing: 0.08em;
}

.s_tit {
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #a59885;
}

.text-combine {
	-webkit-text-combine: horizontal;
	-ms-text-combine-horizontal: all;
	text-combine-upright: all;
}

.Android .text-combine {
	margin-bottom: -15px;
}

.oc,
.oc2 {
	pointer-events: none;
}

.v_txt {
	writing-mode: vertical-rl;
	font-feature-settings: normal;
	vertical-align: top;
	display: inline-block;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
}

.link_btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 260px;
	height: 65px;
	font-size: 16px;
	font-weight: bold;
	background: #e4dec6;
	color: #333;
	transition: .4s;
	z-index: 50;
	padding-left: 6px;
	box-sizing: border-box;
	border-radius: 32.5px;
	box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.2);
}

.link_btn::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 8px;
	border-color: transparent transparent transparent #ff8080;
	margin-right: 8px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.link_btn:hover {
	color: #fff;
	background: #ff8080;
	transform: translate(3px, 3px);
	box-shadow: none;
}

.link_btn:hover::before {
	border-color: transparent transparent transparent #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.link_btn:hover::after {
	opacity: 1;
	width: 116%;
}


@media screen and (max-width: 800px) {
	.title {
		font-size: 19px;
		margin-bottom: 10px;
	}

	.s_tit {
		font-size: 11px;
	}

	.oc,
	.oc2 {
		pointer-events: all;
	}

	.pc_off {
		display: block;
	}

	.sp_off {
		display: none !important;
	}

	.link_btn {
		font-size: 13px;
		width: 100%;
		height: 53px;
	}

	.link_btn::before {
		border-width: 3px 0 3px 5px;
		left: 25px;
	}

	.b_link_btn {
		padding-top: 40px;
		width: 85%;
		height: 110px;
	}

	.b_link_btn p {
		font-size: 16px;
		margin-bottom: 11px;
	}

	.b_link_btn span {
		font-size: 10px;
	}

	.b_link_btn::before {
		border-width: 4px 0 4px 6px left:calc(50% + 84px);
	}
}

input,
textarea,
.contact-form-item {
	-webkit-appearance: none;
}

.slick-slide {
	outline: none;
}