@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&amp;display=swap');
/*----------------------------------------------------*/

body {
	width:100%;
	min-width: 320px;
    margin: 0;
    color: #333;
	background: #fff;
	*font-size:small;
	*font:x-small;
	font-family: "游明朝", "Yu Mincho", "YuMincho", "游明朝体", "Noto Serif JP", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-feature-settings: "palt";
}
a {
	color: #265ea3;
	text-decoration: underline;
    transition: all .2s ease;
	word-break: break-all;
}
a:hover {
	color: #1579ce;
}
a img {
	transition: all .2s ease;
}
a:hover img {
	opacity: 0.7;
}

img {
	vertical-align:bottom;
	/*max-width: 100%;*/
	width: 100%;
}

#container {
	width: 100%;
}
.contentsBody {
    max-width: 1280px;
    margin: auto;
}

.flex {
	display: flex;
	justify-content: space-between;
}

.cl {
	clear: both;
}


/*
header
*/
#headerArea {
	color: #304361;
	width: 100%;
	height: 60px;
	/*background: #fff;*/
	background: none;
	position: fixed;
	z-index: 900;
}
header {
	color: #fff;
	width: 100%;
	height: 60px;
    margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

#h_login {
	font-family: "メイリオ","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "小塚ゴシック Pr6N M";
	display: flex;
	align-items: center;
	margin: auto 0px auto 10px;
}
#h_login form {
	display: flex;	
	margin: auto 0px auto 10px;
}
#h_login form dd input {
    width: 100%;
    padding: 1px 2px;
    font-size: 13px;
    border: 1px solid #ccc;
    box-sizing: border-box;
	background: #eee;
}
#h_login dl {
	display: flex;	
}
#h_login dl dt {
	font-size: 10px;
	font-weight: bold;
	margin: auto 0px auto 10px;
}
#h_login dl dd {
	margin: auto 0px auto 10px;
}
@media screen and (max-width: 1200px) {
	#h_login dl {
		display: block;	
	}
	#h_login dl dt {
	margin: auto 0px auto 10px;
	}
}
#h_login div {
	font-size: 10px;
	vertical-align: middle;
	margin: auto 0px auto 10px;
}
#h_login div a {
	color: #fff;
}
#h_sns {
	display: flex;	
	margin: auto 10px;
	padding-top: 0px;
}
#h_sns div {
	height: 21px;
	margin: 0;
}

#loginBtn {
	display: none;
}
@media screen and (max-width: 1000px) {
header {
	justify-content: flex-end;
}
header #h_sns {
	margin-right: 120px;
}
#h_login {
	display: none;
}
#loginBtn {
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	top: 0;
	right: 60px;
	overflow: hidden;
	cursor: pointer;
	background: #ff9900;
	z-index: 1003;
}
#loginBtn:hover {
	background: #f8ba5d;
}
}

#navBtn {
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	cursor: pointer;
	background: #304361;
	z-index: 1003;
}

.btnBody {
	color: #ccc;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left:0px;
	top:0px;
	text-align: center;
}
.btnBody:hover {
	color: #fff;
}

.btnBody span {
	width: 30px;
	height: 4px;
	display: block;
	border-radius: 0px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 28px;
	margin-left: -15px;
	transition: all 0.3s;
	transform: rotate(0deg);
}

.btnBody .top {
	transform: translateY(-10px);
}

.btnBody .bottom {
	transform: translateY(10px);
}

.btnBody .middle {

}

.nav_open .middle {
	background: rgba(51, 51, 51, 0);
}
.nav_open .top {
	transform: rotate(-45deg) translateY(0px);
	background: rgba(255, 255, 255, 1);
}
.nav_open .bottom {
	transform: rotate(45deg) translateY(0px);
	background: rgba(255, 255, 255, 1);
}

#overlay {
	width: 100%;
	height: 100vh;
	background: rgba(255,255,255,.9);
	position: absolute;
	top:0px;
	z-index: 1001;
}

#menu {
	padding: 0px 0px;
	list-style-type: none;
	width: 100%;
	position: absolute;
	top: 120px;
	left: 0;
	z-index: 1002;
}
#menu nav {
	z-index: 1003;
}
#menu ul#nav_main {
	list-style: none;
	max-width: 900px;
	margin: 20px auto 0px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#nav_main li {
	font-size: 18px;
	padding: 10px 5px 10px 25px;
	width: 45%;
	margin-bottom: 1vh;
	border-bottom: 1px solid #ccc;
	background: url("../images/common/mark01.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px 15px;
}
#nav_main li a {
	color: #304361;
	text-decoration: none;
}
#nav_main li a span {
	display: inline-block;
}
#menu #menu_inq {
	font-family: sans-serif;
	text-align: center;
	width: 80%;
	max-width: 420px;
	margin: 50px auto 0;
	padding: 20px;
	border: 1px solid #ff9300;
}
#menu #menu_inq img {
	width: 100%;
}
#menu #menu_inq .tel {
	font-size: 36px;
	font-weight: bold;
	color: #ff9300;
}
#menu #menu_inq .tel span {
	font-size: 60%;;
}
#menu #menu_inq .time {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}


/*
main
*/
main {
	padding-top: 60px;
	z-index: 100;
}

.link_detail {
	color: #785d30;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	display: block;
	padding: 10px 0px 10px 0px;
	background: url("../images/arrow.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 40px 30px;
}
.link_list {
	color: #785d30;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	display: inline-block;
	padding: 2px 45px 2px 0px;
	background: url("../images/arrow.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 40px 30px;
	border-bottom: 1px solid #785d30;
}

main #logo {
	width: 250px;
	margin-top: -60px;
}
main #logo h1{
    margin-top: 12px;
    margin-left: 25px;
}
#mainArea h2{
    width: 100%;
    height: 100px;
    font-size: 30px;
    padding: 25px 30px;
    background: #324361;
    color: #fff;
    margin-top: 20px;
}
#contactArea {
	width: 100%;
	background-color: #f6f6f6;
	padding-top: 60px;
	padding-bottom: 60px;
}
#contactArea .contact {
	width: 600px;
	margin: 0 auto;
}
#contactArea .contact img {
	width: 100%;
	height: auto;
}

nav#totop {
	text-align: right;
	width: 90%;
	max-width: 960px;
	margin: 0px auto 10px;
}
nav#totop a {
	font-family: sans-serif;
	color: #785d30;
	font-size: 14px;
}

/*
footer
*/
#footerArea {
    width: 100%;
	background-color: #304361;
	padding-top: 2vw;
	padding-bottom: 2vw;
	font-size: 14px;
	line-height: 1.5;
}
footer {
    width: 100%;
}
#footerArea .copyrightArea {
	float: left;
	width: calc((275 / 1600) * 120%);
	margin-left: 1vw;
}
#footerArea #copyright {
	margin-top: -0.35vw;
	color:#fff;
}
#footerArea .fmenuArea {
	float: right;
	width: auto;
	margin-right: 1vw;
	text-align: right;
	color: #fff;
}
#footerArea .fmenuArea p {
	/*font-size: 14px;*/
	/*margin-bottom: 1em;*/
	/*padding-bottom: 1em;*/
	padding: 0 5px 0 20px;
	background: url("../images/common/mark01.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px 15px;
}
#footerArea .fmenuArea a {
	color: #fff;
	opacity: 0.7;
	text-decoration: none;
    transition: all .2s ease;
	word-break: break-all;
}
#footerArea .fmenuArea a:hover {
	color: #fff;
	opacity: 1;
}






#nav_footer_sp {
	display: none;
}

.sp {
	display: none;
}
.sp2 {
	display: none;
}
.pc {
	display: inline-block;
}

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


#nav_main li {
	font-size: 18px;
	padding: 10px 5px 10px 25px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1vh;
	border-bottom: 1px solid #ccc;
	background: url("../images/common/mark01.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px 15px;
}

main #logo {
	/*width: calc((120 / 1600) * 100%);*/
	width:30vw;
	min-width: 15%;
	margin-top: -60px;
	left: calc((5 / 1600) * 100%);
	top: calc((5 / 1600) * 100%);
}


#contactArea {
	padding-top: 8%;
	padding-bottom: 8%;
}
#contactArea .contact {
	width: 88%;
}
#contactArea .contact img {
}

/*
footer
*/
#footerArea {
	padding-top: 4vw;
	padding-bottom: 4vw;
	font-size: 13px;
}
footer {
}
#footerArea .copyrightArea {
	float: left;
	width: calc((275 / 500) * 80%);
	margin-left: 1vw;
}
#footerArea #copyright {
	margin-top: -0.45vw;
}
#footerArea .fmenuArea {
	float: right;
	width: auto;
	margin-right: 1vw;
	text-align: right;
	color: #fff;
}
#footerArea .fmenuArea p {
	/*font-size: 14px;*/
	/*margin-bottom: 1em;*/
	/*padding-bottom: 1em;*/
	padding: 0 5px 0 20px;
	background: url("../images/common/mark01.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px 15px;
}


.sp {
	display: inline-block;
}
.sp2 {
	display: none;
}
.pc {
	display: none;
}

}


/*
*/
header:after, section:after, .contentsBody:after, footer:after, #navigation ul:after, .clearfix:after {
	content: "";
	clear: both;
	display: block;
}
