@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* reset 
========================================== */

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td {margin: 0; padding: 0;}
img {border: 0; vertical-align: top;}
ul,dl,ol {text-indent: 0;}
li {list-style: none;}
table {border-collapse: collapse; border-spacing: 0; font-size: inherit;}
em{font-style:normal;}

/* PC・SP切り替え
======================================= */

.sp_only,
.img_sp,
.br_sp,
.sp_br {
	display:none !important;
}


/* body
========================================== */

body {
	color: #684429;
	margin: 0 auto 0;
	padding: 0 0 0 0;
	position:relative;
	overflow-x: hidden;
	text-align:justify;
	font-style: normal;
	font-weight: normal; /* 400 */
	/*font-feature-settings: "palt";  自動カーニング */
	background-image: url(../images/base/main_bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-size: auto;
}
/* font
========================================== */

.jp,
body {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;

}
.serif {

}
.en {

}
.en_serif {

}
.en_lato {

}

.palt_none{
	font-feature-settings: none; /* 自動カーニング解除 */
}

/* コンテンツ共通
========================================== */

a {text-decoration:none;}
a:hover {text-decoration:underline;}

img,video {
	max-width: 100%;
}

/* Edge/IE の「目」アイコン非表示 */
input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
    display: none;
}

/* ボタン共通
========================================== */


/* pagenavi
========================================== */


/* header
========================================== */

header.header{
	max-width:auto;
	min-width:800px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align:center;
	height:520px;
	background-color:#eee8ce;
	overflow: hidden;
	background-image: url(../images/base/h2_bg.png),url(../images/base/header_bg.png);
	background-repeat: repeat-x,no-repeat;
	background-position: center bottom -30px,center top;
	background-size: auto;
}

header.header.header_mypage{
	padding-bottom: 60px;
	height:auto;
	background-image: url(../images/mypage/h2_bg.png),url(../images/base/header_bg.png);
	background-repeat: repeat-x,no-repeat;
	background-position: center top 290px,center top;
	background-size: auto;
}

header.header .h_logo{
	position: absolute;
	top:25px;
	left:30px;
	width:80px;
	z-index:2;
}
header.header .h_logo a{
	display:inline-block;
}
header.header .h_logo img{
	width:100%;
}

header.header h1{
	width:auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align:center;
}
header.header h1 img{
	width:600px;
	height:auto;
	margin-top:-30px;
}

header.header h2{
	max-width:800px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	bottom:20px;
	left:0;
	right:0;
	text-align:center;

}
header.header h2 img{
}
header.header h2 img.footprint {
	width:48px;
	height:auto;
	position: absolute;
	bottom:-210px;
	left:25px;
}

header.header.header_mypage h2{
	max-width:800px;
	margin: 0 auto;
	padding: 30px 0 10px;
	position: relative;
	top:0;
	left:0;
	right:0;
	text-align:center;

}


/* main
========================================== */

main{

}

/* globalnavi
========================================== */


/* footer
========================================== */

footer.footer{
	max-width:auto;
	min-width:800px;
	margin: 0 auto;
	padding: 140px 0 0;
	position: relative;
	text-align:center;
	background-image: url(../images/base/f_bg.png?2);
	background-repeat: repeat-x;
	background-position: center top;
	background-size: auto;
}

footer.footer.footer_mypage{
	padding: 140px 0 130px;
}


ul.f_nav{
	margin: 0 auto;
	padding: 0 0 25px;
	position: relative;
	text-align:center;
	display: flex;
	align-items:center;
	justify-content:center;
	min-width:800px;
}

ul.f_nav li{
	margin: 0 10px;
	padding: 0 0;
	position: relative;
	text-align:center;
	z-index:1;
}

ul.f_nav li a{
	margin: 0 auto;
	padding: 0;
	position:relative;
}

ul.f_nav li a:hover{
filter: saturate(120%) brightness(110%);
transition : 0.3s;
}


footer.footer .f_box{
	width:672px;
	margin: 0 auto;
	padding: 40px 0 24px;
	position: relative;
	text-align:center;
	background-image: url(../images/base/f_box.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto;
	z-index:1;
}

footer.footer .contact_block{
	margin: 0 auto 30px;
	padding: 0;
	position: relative;
	text-align:center;
}
footer.footer .none_contact .contact_block img.tit{
	margin: 50px auto 50px;
}
footer.footer .contact_block span{
	margin: 18px auto 16px;
	padding: 0;
	position: relative;
	text-align:center;
	display:block;
}
footer.footer .none_contact .contact_block span{
	display:none;
}
footer.footer .contact_block span a{
	font-weight: 700;
	font-size: 48px;
	line-height: 48px;
	letter-spacing:0.05em;
	color:#4caa5a;
}
footer.footer .contact_block span img{
	width:480px;
	height:auto;
}
footer.footer .contact_block span a:hover{
	filter: saturate(110%) brightness(105%);
	transition : 0.3s;
}

footer.footer .contact_block span a:hover{
	text-decoration:none;
}

footer.footer .contact_block span::before__ {
	content: "";
	display: inline-block;
	width: 3.3rem;
	height: 3.3rem;
	background-image: url("../images/registration/phone.svg");
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 1rem;
}

footer.footer.footer_mypage .contact_block span{
	margin: 20px auto 15px;
	padding: 0;
	position: relative;
	text-align:center;
	display:block;
}

footer.footer.footer_mypage .contact_block span a:hover{
	filter: saturate(120%) brightness(110%);
	transition : 0.3s;
}

footer.footer .contact_block small{
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align:center;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.5;
	letter-spacing:0;
	color:#512c13;
	display:block;
}
footer.footer .none_contact .contact_block small{
	margin: 0 auto 60px;
}
footer.footer.footer_mypage .contact_block small{
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align:center;
	font-weight: 500;
	font-size: 24px;
	line-height: 36px;
	letter-spacing:0.00em;
	color:#684429;
	display:block;
}
footer.footer .f_box img.f_img1{
	position: absolute;
	top:20px;
	right:5px;
}
footer.footer .f_box img.f_img2{
	position: absolute;
	bottom:-60px;
	left:-130px;
	z-index:1;
}
footer.footer.footer_mypage .f_box img.f_img2{
	position: absolute;
	top:560px;
	left:-130px;
}
footer.footer .f_box img.f_img3{
	position: absolute;
	top:315px;
	right:-170px;
}
footer.footer.footer_mypage .f_box img.f_img3{
	position: absolute;
	top:570px;
	right:-170px;
}
footer.footer .f_footprint{
	position: absolute;
	top:210px;
	left:0;
	right:0;
	text-align:center;
	margin: 0 auto;
}

footer .footer_inner {
	margin: 0 auto;
	padding: 0;
	position: relative;
}
footer .footer_inner span,
footer .footer_inner span a {
	margin: 0;
	padding: 0;
	position: relative;
	display:block;
	text-align:center;
}
footer .footer_inner span:nth-child(2),
footer .footer_inner span:nth-child(3) {
	padding: 16px 0 0;
}
footer .footer_inner span:nth-child(4) {
	padding: 30px 0 20px;
}

.copy{
	margin: 0px auto 30px;
	padding:0 0;
	position:relative;
	text-align:center;
}
.copy small{
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
}

.f_notice{
	margin: 0 auto;
	padding: 20px 0 15px;
	position: relative;
	text-align:center;
	background-color:#4caa5a;
}
footer.footer.footer_mypage .f_notice{
	padding: 20px 0 20px;
}
@media (max-width: 970px) {

}
p#page-top {
	position: fixed;
	bottom: 30px;
	right: 20px;
	cursor:pointer;
	z-index:101;
}
p#page-top img{
	width:auto;
	height:auto;
	vertical-align:top;
}