@charset "utf-8";

/*
Theme Name: せいえい株式会社テーマ
*/


*{
	margin: 0;
	padding: 0;
		list-style: none;

}

body{
	font-size: 15px;
	background: #fbf8f4;
	font-family: "Noto Sans JP", sans-serif;
	
}

img{
	max-width: 100%;
}

a{
	text-decoration: none;
	color: #111;
}

a:hover{
	opacity: 0.8;
}

.blue{
	color: #3675bb;
}

.red{
	color: #cf352e;
}

.bold{
	font-weight: bold;
}

/*ヘッダーメイン*/

header{
	position: fixed;
	z-index: 1000;
	background: #fff;
	width: 100%;
	box-shadow: 0px 0px 3px #bbb;
}


header .container{
	max-width: 1100px;
	margin: 0 auto;
	padding: 5px 20px;
	padding: 10px 20px 6px;
	
}

.logo{
	width: 100px;
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

.logo a{
	display: block;
	width: 100%;
	height: 100%;
}


.disc{
	display: flex;
	align-items: center;
	font-size: 12px;
}

.h-contact{
	display: none;
}





@media print, screen and (min-width: 768px){
	

	
.logo{
	width: 150px;
	margin-bottom: 0;
}	
	
	
header .container{
	padding: 0 20px;
}
	
	
	
.header-in{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	padding-top:10px;
}
	
	.disc{
		font-size: 14px;
	}
	
	.h-contact{
		display: block;
		
	}
	
	.tel{
		
		font-size: 28px;
		padding:0 5px 5px;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		font-family: "Noto Serif JP", serif;
	}
	
	.tel img{
		width: 20px;
		margin-right: 5px;
		position: relative;
		top:2px;
	}	
	
.mail a{
	display: block;
	width: 100%;
	height: 100%;
	background:#3675bb;
	color: #fff;
	font-family: noto serif;
	padding: 8px 0.5em;
	box-sizing: border-box;
	font-size: 15px;
	
	display: flex;
		align-items: center;
	border-radius: 5px;
}
	
	.mail img{
		width: 26px;
		margin-right: 5px;
	}	
	
	
}






/*デスクトップナビ*/

.main-nav{
	display: none;
}

@media print, screen and (min-width: 768px){
	
	.main-nav{
		display: block;
		margin-bottom: 10px;
	}
	
	.main-nav ul{
		display: flex;
		justify-content:space-around;
		max-width: 1100px;
		margin: 0 auto;
		gap:5px;
	}
	
	.main-nav li{
		flex: 1;
	}

	
	.main-nav a{
		display: block;
		width: 100%;
		height: 100%;
		/*padding: 0.3em 0.5em;*/
		box-sizing: border-box;
		text-decoration: none;
		text-align: center;
		padding-top:0.5em;
		padding-bottom: 0.5em;
		color: #333;
		font-weight: 500;
	}
	
	.main-nav a:hover{
		background:#C0BEBE;
	}
	
	
	
}





/*グローバルナビ*/

.global-nav {
	position: fixed;
	right: -330px;
	top: 0;
	width: 320px;
	height: 100vh;
	padding-top: 40px;
	background: #fbf8f4;
	transition: all .6s;
	z-index: 200;
	overflow-y: auto;
	padding: 0 16px;
	box-sizing: border-box;
}
.hamburger {
	position: fixed;
	right: 0;
	top: 0;
	width: 46px;
	height: 46px;
	cursor: pointer;
	z-index: 300;
	background: #fff;
	background: #fbf8f4;
	background: #3675bb;
	
}
.ham-line {
	position: absolute;
	left: 11px;
	width: 24px;
	height: 2px;
	background-color: #fff;
	transition: all .6s;
}
.line01 {
	top: 14px;
}
.line02 {
	top: 21px;
}
.line03 {
	top: 28px;
}
.nav-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 100;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: all .6s;
	cursor: pointer;
}
.nav-open .global-nav {
	right: 0;
}
.nav-open .nav-bg {
	opacity: .8;
	visibility: visible;
}
.nav-open .line01 {
	transform: rotate(45deg);
	top: 21px;
	background-color: #fff;
}
.nav-open .line02 {
	width: 0;
	left: 50%;
}
.nav-open .line03 {
	transform: rotate(-45deg);
	top: 21px;
	background-color: #fff;
}
.global-nav ul {
	padding-top: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.global-nav ul li {
	display: block;
	position: relative;
	width: 48%;
	width: 100%;
	margin-bottom: 5px;
}
.global-nav ul li a {
	padding: 12px 20px;
	color: #000;
	display: block;
	text-decoration: none;
	/*border-bottom: 1px dashed #999;*/
	position: relative;
	vertical-align: middle;
	background: #3675bb;
	color: #fff;
	border-radius: 5px;
	/*border-bottom: 1px dashed #333;*/
}



.global-nav ul li.ka a {
	padding: 12px 20px 12px 40px;
	background: #fbf8f4;
	color: #333;
	border-bottom: 1px dashed #333;
	border-radius:0px;
}



.global-nav ul.gn02 {
	padding-top: 3px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.global-nav ul.gn02 li {
	display: block;
	position: relative;
	width: 48%;
	margin-bottom: 5px;
}
.global-nav ul.gn02 li a {
	padding: 10px 10px;
	color: #000;
	display: block;
	text-decoration: none;
	/*border-bottom: 1px dashed #999;*/
	position: relative;
	vertical-align: middle;
	background:#D0CECE;
	color: #111;
	border-radius: 5px;
	font-size: 14px;
}








@media print, screen and (min-width: 768px){
	
	.global-nav, .hamburger{
		display: none;
	}	
	
	
}



a.btn{
	display: block;
	width: 100%;
	height: 100%;
	background:#3675bb;
	color: #fff;
	font-size: 16px;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	padding: 0.8em 3em;
	box-sizing: border-box;
	
	position: relative;
  display: block;
  overflow: hidden;
  transition: 0.5s;
	text-align: center;
	max-width: 400px;
	margin: 0 auto;

}

a.btn::after{

  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
	top:20px;
  right: 20px;
  transition: all 0.2s;
	font-weight: 300;

}

a.btn:hover::after{
  right: 15px;
}


@media print, screen and (min-width: 768px){

	a.btn{
		font-size: 20px;
		letter-spacing: 0.1em;
		/*text-align: left;*/
	}

}



/*フッター*/


footer{
	background:#cfe0ee;
}


footer .container{
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 20px 80px;
	box-sizing: border-box;
}

.footA{
	margin-bottom: 30px;
}


.footA h2{
	font-family: "Noto Serif JP", serif;
	margin-bottom: 0.5em;
	font-weight: 500;
}

.footA span{
	font-size: 12px;
	font-family: "Noto Sans JP", sans-serif;
}


.footB li{
	margin-bottom: 0.8em;
}

@media print, screen and (min-width: 768px){
	
footer .container{
	display: flex;
	justify-content: space-between;
	padding: 30px 10px;
}
	
.footA{
	margin-bottom: 0px;
}
	
.footA h2{
	font-size: 30px;
}	
	
.footA span{
	font-size: 15px;
	font-family: "Noto Sans JP", sans-serif;
}
	
	
	
	.footB ul{
		display: flex;
		flex-wrap: wrap;
	}
	
	
	.footB li{
		width: 45%;
	}
	
	
}






.foot-btn .container{

	width: 100%;
	position: fixed;
	bottom: 0;
	margin: 0 auto;
	padding: 0;
	background:#231f1b;
	z-index: 2000;
	display: flex;
}


.foot-btn .text{
	flex: 1;
}





.foot-btn a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
	padding:5px;
	box-sizing: border-box;
}

.foot-btn a.btn01{
	font-size: 17px;
}

.foot-btn a.btn02{
	background-color: #3675bb;
}



img.f-tel{
	width: 16px;
	margin-right: 12px;
}

img.f-mail{
	width: 22px;
	margin-right: 12px;
}


@media print, screen and (min-width: 768px){
	
	.foot-btn{
		display: none;
	}	
	
	
	
}




/*共通：横並び*/





/*共通：青線見出し*/


h2.midashi{
	text-align: center;
	border-bottom: 2px solid #3675bb;
	padding:0 1em 0.5em;
	box-sizing: border-box;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	width: 90%;
	max-width: 900px;
	margin: 0 auto 1em;
}



@media print, screen and (min-width: 768px){
	
h2.midashi{
	font-size: 26px;
	max-width: 1000px;
	
}	
	
	
	
}


/*お問い合わせ*/

.contact-box{
	max-width: 850px;
	margin: 0 auto 50px;
	background-image: url("img/contact.jpg");
	background-size: cover;
	background-position:  center 60%;
	padding:40px 20px;
	box-sizing: border-box;
	border-radius: 5px;
}

.c-midashi{
	text-align: center;
	color: #3675bb;
	margin-bottom: 0.5em;
	font-weight: bold;
	/*padding-bottom: 0.2em;*/
	/*border-bottom: 4px double #3675bb;*/
	font-size: 20px;
}


.contact-box h2{
	font-family: "Noto Serif JP", serif;
	text-align: center;
	margin-bottom: 1em;
}

.c-box{
	
}


	.c-box .text01{
		background: #fff;
		padding: 1em;
		box-sizing: border-box;
		font-weight: bold;
		box-shadow: 0px 0px 3px #898989;
		border-radius: 5px;
		margin-bottom: 20px;
	}	
	
	.c-box .text02{
		background: #fff;
		padding: 1em;
		box-sizing: border-box;
		font-weight: bold;
		box-shadow: 0px 0px 3px #898989;
		border-radius: 5px;
	}	

.c-tel{
	font-size: 20px;
	font-weight:bold;
}


.c-box .text02 a{
	display: block;
	width: 90%;
	padding:0.5em 1em;
	/*border: 1px solid #333;*/
	/*background: #fff;*/
	background:#3675bb;
	color: #fff;
	border-radius: 5px;
}


@media print, screen and (min-width: 768px){
	
	
	.contact-box{
		padding: 50px;
	}
	
	
.contact-box h2{
	font-size: 28px;
	margin-bottom: 0.8em;
}	
	
	
.c-box{
	display: flex;
	justify-content: space-around;
}	
	
	.c-box .text01{
		padding:1.5em 2em;
		width: 47%;
		margin-bottom: 0;
	}	
	
	.c-box .text02{
		padding:1.5em 2em;
		width: 47%;
	}
	
	.c-tel{
		font-size: 30px;
	}
	
	.c-box .text02 a{
	font-size: 18px;
}

	
	
}




.main-nav .dropdown-btn{
        position: relative;
    }    
    
  @media (min-width: 768px) {   
 .main-nav .dropdown{
     z-index:100;
     position: absolute;
     top:55px;
	 top:37px;
     left: 0;
    display: none;
     width: 200px;
     background: #fff;
    }
}


.main-nav .open{
        display: block;
    }






/* ベーススタイル：スマホ用（縦並び） */


.banner{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto 50px;
}


.banner-repair {
  display: flex;
  flex-direction: column; /* 縦に並べる */
  max-width: 600px;
  margin: 0 auto;
  text-decoration: none;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background-color: #f8f9fa;
  transition: transform 0.3s ease;
}

.banner-repair:hover {
  transform: translateY(-2px);
}

/* 画像エリア */
.banner-repair__image {
  width: 100%;
  height: 200px; /* スマホでは高さを確保して見やすく */
}

.banner-repair__image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画像を歪ませず中央で切り抜く */
}

/* テキストエリア */




.banner-repair__content {
  padding: 20px;
  background-color: #3675bb; /* 基調色の青 */
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner-repair__sub {
  font-size: 13px;
  margin-bottom: 8px;
  opacity: 0.9;
}

.banner-repair__title {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: bold;
}

.banner-repair__btn {
  align-self: flex-start;
  background-color: #ffffff;
  color: #004488;
  padding: 8px 24px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}


.banner .text{
	margin-bottom: 20px;
}


/* ブレイクポイント：768px以上（PC用：左右分割・600x300相当） */
@media (min-width: 768px) {
	
	
.banner{
	max-width: 1000px;
	margin: 0 auto 50px;
	display: flex;
	justify-content:space-around;
}	
	
	.banner .text{
		width: 48%;
		margin-bottom: 0;
	}	
	
	
  .banner-repair {
    flex-direction: row; /* 横並びに変更 */
    height: 200px; /* 全体の高さを300pxに固定 */
	  
  }

  .banner-repair__image {
    width: 50%; /* 左側半分 */
    height: 100%;
  }

  .banner-repair__content {
    width: 50%; /* 右側半分 */
    padding: 30px 20px;
  }

  .banner-repair__title {
    font-size: 18px;
  }
}






.pc{display:none;} 
.pc_inline{display:none;}

@media print, screen and (min-width: 768px){
.pc{ display:block; } 
.pc_inline{ display:inline-block; } 
.sm{ display:none; }
 }

