@charset "UTF-8";
/* CSS Document */

body {
	font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP",'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #000;
	background-color: #FFFDF4;
	line-height: 1.8;
	letter-spacing: 0.04em;
}
#wrapper {
	overflow: hidden;
}
a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a img {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover {
	color: #FE9289;
}
.inner {
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
img {
	max-width: 100%;
	vertical-align: bottom;
height: auto;
}
.ym {
	font-family: "游明朝体", "Yu Mincho", "YuMincho", "Times New Roman", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
.ns {
	font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP",'Helvetica Neue', 'Segoe UI', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
}
.sm {
	font-family: "Sawarabi Mincho";
}


.mobile_only {
	display: none;
}
.box950 {
	display: none;
}
.fixBtn {
    position: fixed;
    top: 120px;
    right: -5px;
    z-index: 200;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
    transition: all 0.3s;
    opacity: 0.8;
}
.fixBtn a {
	display: block;
	padding: 32px 10px;
	color: #fff;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 0.2em;
	background-color: #B22D00;
}
.fixBtn:hover {
	right: 0;
	opacity: 1;
}
/*header*/
header {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 0;
	background-color: rgba(255,255,255,.9);
	box-shadow: 0 0 12px 2px rgba(0,0,0,.2);
}
/*.is-animation {
	background-color: rgba(255,255,255,0.8);
	box-shadow: 0 0 12px 2px rgba(0,0,0,.2);
	transition: 1s;
}*/
header .h_inner {
	height: 105px;
	position: relative;
	text-align: center;
}
header .h_inner h1 {
    display: inline-block;
}
header .h_inner h1 a {
    display: inline-block;
	padding: 0 10px;
}
header .h_inner h1 a:hover {
    opacity: 0.7;
}
header .gnavArea {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 100%;
	width: 100vw;
	height: 100vh;
	background-color: rgba(254,108,97,0.97);
	z-index: 9998;
	opacity: 0.6;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
header .gnavArea.is_show {
	right: 0;
	opacity: 1;
}
header .gnavArea .gnav {
	padding: 80px 0 0;
}
header .gnavArea .gnav li {
	width: 100%;
	height: 11vh;
	margin-bottom: 0;
}
header .gnavArea .gnav li a {
	display: block;
	font-size: 18px;
	color: #FFF;
	padding: 10px 0;
	line-height: 9vh;
	text-align: center;
}
header .gnavArea .gnav li a:hover {
	background-color: #FE5143;
}
#toggle {
	position: absolute;
	top: 10px;
	right: 30px;
	color: #B22D00;
	font-size: 35px;
	cursor: pointer;
	z-index: 9999;
	display: block;
}

/* main */
/* 共通ボタン*/
.btnArea .btn a {
	display: inline-block;
    padding: 10px 15%;
    font-size: 15px;
	font-weight: bold;
    text-align: center;
	border: 1px solid #B22D00;
	background-color: #B22D00;
	color: #fff;

}
.btnArea .btn a:hover {
    background-color: #fff;
    color: #B22D00;
}
.f_bg {
	background-image: url(../img/common/back_img.jpg);
	background-repeat: repeat;
	background-position: top center;
}
.bnrArea {
	padding: 70px 2% 95px;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.bnrArea:after {
	content: "";
	position: absolute;
	bottom: -5.5vw;
	left: 5px;
	width: 421px;
	height: 119px;
	background-image: url(../img/common/f_flower.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.bnrArea .left,
.bnrArea .right {
	width: 50%;
}
.bnrArea .right {
	text-align: right;
}
.bnrArea .left .bnr01 {
	margin-bottom: 30px;
}
.bnrArea .left .bnr a {
	display: block;
}
.bnrArea .left .bnr a:hover {
	opacity: 0.7;
}

/* footer */
footer {
	margin-top: 120px;
	background-color: #FFD9CC;
	border-bottom: 5px solid #B22D00;
	position: relative;
}
footer:before {
    position: absolute;
    top: -120px;
    right: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 120px 1800px;
    border-color: transparent transparent #FFD9CC transparent;
}
footer .pagetop {
	position: absolute;
	bottom: 0;
	right: 30px;
}
footer .pagetop a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #B22D00;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
}
footer .inner {
	padding: 20px 0.5% 50px;
	display: flex;
	justify-content: center;
	background-image: url(../img/common/f_net.png);
	background-position: top center;
	background-repeat: no-repeat;
}
footer .inner .fnav {
	width: 33%;
	padding-top: 7px;
	display: flex;
	justify-content: flex-start;
}
footer .inner .fnav .nav_left {
	padding-right: 7%;
}
footer .inner .fnav ul li {
	padding-bottom: 10px;
}
footer .inner .fnav ul li a {
	padding: 3px 0;
	display: block;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: -0.1em;
	line-height: 1.3;
}
footer .inner .fnav ul li a:hover {
	color: #B22D00;
}
footer .inner .f_logo {
	width: 34%;
	text-align: center;
}
footer .inner .f_logo a {
	display: block;
}
footer .inner .f_logo a:hover {
	opacity: 0.7;
}
footer .inner .f_logo .copy {
	padding-top: 17px;
	font-size: 12px;
}

footer .inner .f_txt {
	width: 33%;
	text-align: right;
}
footer .inner .f_txt .office {
	padding-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
	color: #B22C00;
}
footer .inner .f_txt .add {
	font-weight: bold;
	color: #B22C00;
	line-height: 1.3;
}
footer .inner .f_txt .tel a {
	font-weight: bold;
	color: #B22C00;
	font-size: 22px;
	letter-spacing: 0.2em;
}
footer .inner .f_txt .tel a i {
	padding-right: 10px;
}
footer .inner .f_txt .tel a:hover {
	color: #000;
}
footer .inner .f_txt .btnArea {
	text-align: right;
}
footer .inner .f_txt .btnArea .btn a {
    padding: 10px 85px;
}



@media screen and (max-width: 950px) {
	.box950 {
		display: block;
	}
	footer .inner {
		padding: 0 5vw 50px;
		display: block;
		background-repeat: repeat-y;
	}
	footer .inner .fnav {
		width: 100%;
		padding-top: 0;
		padding-bottom: 30px;
		display: block;
		text-align: center;
	}
	footer .inner .fnav .nav_left {
		padding-right: 0;
	}
	footer .inner .fnav ul li {
		padding: 5px 0;
		border-bottom: 1px dotted #C8B38C;
	}
	footer .inner .fnav ul li a {
		padding: 5px 0;
		font-size: 14px;
		line-height: inherit;
	}
	footer .inner .f_logo {
		width: 100%;

	}
	footer .inner .f_logo img {
		width: 40%;
		margin: 0 auto;
	}
	footer .inner .f_logo a {
		display: inline-block;
	}
	footer .inner .box950 {
		padding-top: 20px;
	}
	footer .inner .box950 .add {
		font-size: 15px;
		font-weight: bold;
		color: #B22C00;
		line-height: 1.6;
	}
	footer .inner .box950 .tel a {
		font-weight: bold;
		color: #B22C00;
		font-size: 27px;
		letter-spacing: 0.1em;
	}
	footer .inner .box950 .tel a i {
		padding-right: 10px;
	}
	footer .inner .box950 .btnArea {
		padding-top: 15px;
	}
	footer .inner .box950 .btnArea .btn a {
		display: inline-block;
		padding: 10px 90px;
	}
	footer .inner .f_logo .copy {
		padding-top: 20px;
		font-size: 11px;
	}
	footer .inner .f_txt {
		display: none;
	}
	footer .pagetop {
		right: 15px;
	}
}


@media screen and (max-width: 768px) {
	.pc_only {
		display: none!important;
	}
	.inner {
		width: 100%;
	}
	.mobile_only {
		display: block;
	}
	.fixBtn {
		display: none;
	}
	header .h_inner {
		max-width: 100%;
		height: inherit;
		padding-bottom: 10px;
	}
	header .h_inner h1 {
		width: 35%;
	}
	#toggle {
		top: 1vw;
		right: 3vw;
		font-size: 22px;
	}
	header .gnavArea .gnav {
		padding: 40px 0 0;
	}
	header .gnavArea .gnav li {
		height: 7vh;
		margin: 10px 0;
	}
	header .gnavArea .gnav li a {
	   line-height: 7vh;
		padding: 0 0;
		font-size: 14px;
	}
	/* main */
	/* 共通ボタン*/
	.btnArea .btn a {
		display: block;
		padding: 10px 0;
		font-size: 14px;
	}
	.bnrArea {
		padding: 50px 5vw 18vw;
		display: block;
	}
	.bnrArea .left,
	.bnrArea .right {
		width: 100%;
		text-align: center;
	}
	.bnrArea .right {
		text-align: center;
	}
	.bnrArea .left .bnr {
		margin-bottom: 25px;
	}
	footer {
	   margin-top: 70px;
	}
	footer:before {
		top: -70px;
		border-width: 0 0 70px 1800px;
	}
	footer .inner {
		background-image: url(../img/common/f_net_sp.png);
		background-position: bottom center;
		background-repeat: no-repeat;
	}
}

@media screen and (max-width: 440px) {
	.bnrArea {
		padding: 50px 5vw 70px;
	}
	.bnrArea:after {
		bottom: -17.5vw;
		background-size: 60%;
	}
}



