@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Niconne&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat+Subrayada:wght@400;700&display=swap');

/*-------------------------------------------------------------------
　reset
-------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong,
sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	border:0;
	margin:0;
	outline:0;
	padding:0;
	box-sizing: border-box;
	font-size: 100%;
}

ol, ul {list-style:none;}

table {
	border-collapse:separate;
	border-spacing:0;
}

caption, th, td {
	font-weight:normal;
	text-align:left;
}

img{
	padding:0;
	margin:0;
	backface-visibility:hidden;
	vertical-align: bottom;
}

a img {
	border:0;
}

a{
	margin:0;
	padding:0;
	text-decoration:none;
	outline:0;
	background:transparent;
	color:#0774B1;
}

a:hover{
	text-decoration: underline;
}

.txR{text-align: right;}
.txC{text-align: center;}
.font_red{color: #CB0707;}

/*-------------------------------------------------------------------
　基本設定
-------------------------------------------------------------------*/
body{
	font-family: 'Noto Sans JP',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-size:21px;
	line-height:1.8;
	color:#000000;
	background: #F9F6F0;
	-webkit-text-size-adjust:none;
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
body{
	font-size:20px;
	line-height:1.6;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
body{
	font-size:18px;
	line-height:1.7;
}
}

/*-------------------------------------------------------------------
　common
-------------------------------------------------------------------*/
.br_pc{display:block;}
.br_sp{display:none;}
.br1200{display: block;}
.br1024{display: none;}
.br480sp{display: none;}

/* ---- pc 1200px ---------- */
@media only screen and (max-width:1200px){
.br1200{display: none;}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.br1024{display:block;}
}

/* ---- sp 767-------------- */
@media only screen and (max-width:767px){
.br_pc{display:none;}
.br_sp{display:block;}
}

/* ---- sp 480-------------- */
@media only screen and (max-width:480px){
.br480sp{display: block;}
}

/*-------------------------------------------------------------------
　header & navi
-------------------------------------------------------------------*/
#logo_Area{
	position:absolute;
	z-index: 99;/*最前面に*/
}

#logo_Area h1{display: none;}

#logo{
	position:relative;
	z-index: 99;/*最前面に*/
	top:50px;
	left: 40px;
}

#logo img{
	width: 220px;
}

header{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

header h1{display: none;}

#naviArea{
	width: 300px;
	margin-top: 160px;
	border:0px solid red;
}

#navi ul{
	width: 220px;
	margin: 0 auto;
	list-style-type: none;
	border-style: dashed;
	border-width: 0 0 1px 0;
	border-color: #828688;
}

#navi ul li{
	line-height: 1.5;
	font-weight: bold;
	border-style: dashed;
	border-width: 1px 0 0px 0;
	border-color: #828688;
	padding: 10px 0;
}

#navi ul li span{
	display: block;
	font-size: 13px;
	color: #054270;
}

#navi ul li a{
	display: block;
	color: #000000;
}

#navi ul li a:hover{
	color: #054270;
	text-decoration: none;
}

.naviArea a:hover{text-decoration: none;}

#mainVisual{
	flex: 1;
	border:0px solid #171AC0;
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
#logo{
	top:15px;
	left: 50px;
}

#naviArea{
	display: none;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
#logo{
	top:10px;
	left: 40px;
}

#logo img{width: 200px;}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
#logo{
	top:5px;
	left: 20px;
}

#logo img{
	width: 180px;
}
}

/*-------------------------------------------------------------------
　hamburger menu
-------------------------------------------------------------------*/
/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
	z-index: 9999;/*ボタンを最前面に*/
	top:0px;
	right: 0px;
	cursor: pointer;
	width: 90px;
	height:90px;
	border:0px solid #000;
	border-bottom-left-radius: 20px;
	background: #054270;
}
	
/*×に変化*/	
.openbtn span{
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 30%;
	height: 3px;
	border-radius: 2px;
	background-color: #FFF;
	width: 40%;
}

.openbtn span:nth-of-type(1) {top:30px;	}
.openbtn span:nth-of-type(2) {top:45px;}
.openbtn span:nth-of-type(3) {top:60px;}

.openbtn.active span:nth-of-type(1) {
	top: 38px;
	left: 30%;
	transform: translateY(6px) rotate(-45deg);
	width: 50%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
	top: 50px;
	left: 30%;
	transform: translateY(-6px) rotate(45deg);
	width: 50%;
}

/*========= ナビゲーションのためのCSS ===============*/
#g_nav{
	/*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
	position:fixed;
	z-index: -1;
	opacity: 0;/*はじめは透過0*/
	/*ナビの位置と形状*/
	top:0;
	width:100%;
	height: 100vh;/*ナビの高さ*/
	background:#054270;
	/*動き*/
	transition: all 0.3s;
}

/*アクティブクラスがついたら透過なしにして最前面へ*/
#g_nav.panelactive{
	opacity: 1;
	z-index:999;
}

/*ナビゲーションの縦スクロール*/
#g_nav.panelactive #g_nav_list{
	/*ナビの数が増えた場合縦スクロール*/
	position: fixed;
	z-index: 999; 
	width: 100%;
	height: 100vh;/*表示する高さ*/
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g_nav ul {
	display: none;
	/*ナビゲーション天地中央揃え*/
	position: absolute;
	z-index: 999;
	top:0%;
	left:50%;
	transform: translate(-50%,-0%);
	width: 40%;
	padding: 50px 0;
}

#g_nav.panelactive ul {
	display: block;
}

/*リストのレイアウト設定*/
#g_nav li{
	font-weight: bold;
	color: #DBAD6F;
	list-style: none;
	text-align: center; 
	line-height: 1.5;
	border-bottom: 1px dashed #FFF;
}

#g_nav li span{
	display: block;
	font-size: 15px;
	color: #CCE7FC;
}

#g_nav li a{
	font-size: 35px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding:30px;
	display: block;
	text-transform: uppercase;
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.openbtn{
	top:0;
	right: 0;
	width: 75px;
	height:75px;
}

.openbtn span:nth-of-type(1) {top:20px;	}
.openbtn span:nth-of-type(2) {top:33px;}
.openbtn span:nth-of-type(3) {top:46px;}

.openbtn.active span:nth-of-type(1) {
	top: 30px;
	left: 30%;
	width: 50%;
}

.openbtn.active span:nth-of-type(3){
	top: 42px;
	left: 30%;
	width: 50%;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
#g_nav ul {
	top:0%;
	left:50%;
	width: 80%;
	padding: 50px 0;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.openbtn{
	top:0;
	right: 0;
	width: 60px;
	height:60px;
}

.openbtn span:nth-of-type(1) {top:20px;}
.openbtn span:nth-of-type(2) {top:30px;}
.openbtn span:nth-of-type(3) {top:40px;}

.openbtn.active span:nth-of-type(1) {
	top: 25px;
	left: 20%;
	width: 60%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
	top: 37px;
	left: 20%;
	width: 60%;
}

#g_nav li a{
	font-size: 28px;
	padding:30px;
}
}


/*-------------------------------------------------------------------
　footer
-------------------------------------------------------------------*/
.footer{
	width: 100%;
	padding: 0 0 120px 0;
	text-align: center;
	color: #FFF;
}

.ftBg{
	width: 100%;
	position: relative;
}

.ftBg::before{
	content: "";
	display: block;
	position: absolute;
	bottom:0;
	right: 0;
	width: 100%;
	height: 85%;
	background: url("../images/ft_bg.jpg") no-repeat 0 0;
	background-size: 100% auto;
}

#ft_content{
	width: 1200px;
	margin: 0 auto;
	padding: 30px 20px 60px;
	position: relative;
	background: repeating-linear-gradient(-45deg,#054270 0%,#054270 25%,#06538C 25%, #06538C 50%);
	background-size:10px 10px;
	border-radius: 10px;
}

#ft_content h3{
	font-family: 'Niconne', cursive;
	font-size: 80px;
	font-weight: normal;
	margin: -20px 0;
}

.ft_contTx{text-align: center;}

.ft_tel{
	font-family: 'Manrope', sans-serif;
	font-size: 70px;
	font-weight: bold;
	margin: 10px 0 10px;
	line-height: 70px;
	border:0px solid #FFF;
}

.ft_tel i{
	font-size: 50px;
	margin-right: 15px;
	vertical-align: 4px;
}

.ft_tel a,
.ft_direct a{
	color: #FFF;
}

.ft_tel a:hover{text-decoration: none;}

.ft_direct{
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 50px;
}

.ft_direct span{
	font-family: 'Manrope', sans-serif;
	font-size: 40px;
	font-weight: bold;
	padding: 0 20px;
}

.ft_mail{
	width: 520px;
	margin: 0 auto;
	font-size: 35px;
}

.ft_mail i{
	font-size: 45px;
	margin-right: 15px;
	vertical-align: -4px;
}

.ft_mail a{
	display: block;
	color: #054270;
	font-weight: bold;
	background: #FFE04D;
	text-decoration: none;
	padding: 10px 0;
	border-radius: 10px;
	box-sizing: border-box;
}

.ft_mail a:hover{
	background: #FFE87D;	
}

#copy{
	font-size: 14px;
	color: #FFF;
	text-align: center;
	background: #054270;
	padding: 20px 0;
}


/* ---- pc 1300px ---------- */
@media only screen and (max-width:1300px){
#ft_content{
	width: 80%;
	padding: 30px 20px 60px;
}
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
#ft_content h3{
	font-size: 60px;
	margin: -5px 0;
}

.ft_tel{
	font-size: 50px;
	line-height: 50px;
	font-weight: bold;
	margin: 10px 0 0;
}

.ft_tel i{
	font-size: 35px;
	margin-right: 15px;
	vertical-align: 4px;
}

.ft_direct{
	font-size: 28px;
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 45px;
}

.ft_direct span{
	font-size: 35px;
	padding: 0 20px;
}

.ft_mail{
	width: 400px;
	margin: 10px auto 0;
	font-size: 30px;
}

.ft_mail i{
	font-size: 40px;
	margin-right: 15px;
	vertical-align: -4px;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
.footer{
	width: 100%;
	padding: 0 0 90px 0;
}

.ftBg::before{
	background: url("../images/ft_bg767.jpg") no-repeat 0 0;
	background-position: center center;
}

.ft_tel{
	font-size: 40px;
	line-height: 40px;
}

.ft_tel i{
	font-size: 30px;
	margin-right: 10px;
	vertical-align: 4px;
}

.ft_direct{
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 40px;
}

.ft_direct span{
	font-size: 30px;
	padding: 0 20px;
}

.ft_mail{
	width: 300px;
	margin: 10px auto 0;
	font-size: 25px;
}

.ft_mail i{
	font-size: 30px;
	margin-right: 15px;
	vertical-align: -2px;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.footer{
	width: 100%;
	padding: 0 0 70px 0;
}

#ft_content{
	width: 85%;
	padding: 10px 20px 40px;
}

#ft_content h3{
	font-size: 50px;
	margin: -5px 0;
}

.ft_contTx{
	text-align: left;
	margin-bottom: 10px;
}

.ft_tel{
	font-size: 30px;
	margin-top: 0px;
}

.ft_tel i{
	font-size: 20px;
	margin-right: 5px;
	vertical-align: 4px;
}

.ft_direct{
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 30px;
}

.ft_direct span{
	font-size: 25px;
	padding: 0 0px;
}

.ft_mail{
	width: 100%;
	margin: 10px auto 0;
	font-size: 20px;
}

.ft_mail i{
	font-size: 25px;
	margin-right: 5px;
	vertical-align: -2px;
}

#copy{
	font-size: 12px;
	text-align: center;
	background: #054270;
	padding: 20px 5px;
}
}


/*-------------------------------------------------------------------
　tel link 
-------------------------------------------------------------------*/
[href^="tel"] {
    text-decoration: none;
    color: #333;
    cursor: default;
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    [href^="tel"] {
        pointer-events: auto;
    }
}
