@charset "utf-8";
/* CSS Document */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　初期設定　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
* {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*	outline:2px red solid;
*/
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px; /* 固定ヘッダの高さ分 */
}
body {
  margin: 0 0 0;
  padding: 0 0 0 0; /*heder:fixedの場合はtopで調整*/
  max-width: 100%;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  color: #474241;
  line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: #0b318f;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  transition: background-color 100ms, border-color 100ms, color 100ms, opacity 100ms;
  text-decoration: none;
}
a:hover {
  color: #489356;
}
ul, li {
  list-style: none;
  margin: 0;
}
.clearfix {
  clear: both;
}
/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*共通*/
#topBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: transparent;
  color: white;
  cursor: pointer;
  padding: 0px 0px 0px 0px;
  border-radius: 4px;
  width: 45px; /*imgの大きさ*/
  height: auto;
}
#topBtn:hover {
  /*		background-color: #F5FBFE;
*/ opacity: 0.8;
	transition-duration: 0.3s;
}
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
  color: initial;
}
/*a[href*=".pdf"]:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  margin: 0 0 3px 5px;
  background-image: url(../img/pdf_24.png);
  background-repeat: no-repeat;
}*/

/*共通/end*/
header {
  width: 100%;
  padding: 10px 0 0;
  box-shadow: 0px 2px 2px 0px rgba(193, 193, 193, 0.45);
	background-color: #006837;
	position: fixed;
	top:0;
	left: 0;
	z-index: 9999;
}
.headerInner {
  width: min(1300px, 96%);
	height: 120px;
  margin: 0 auto 0;
  display: flex;
  justify-content: space-between;
	align-items: center;
}
header h1 {
}
header h1 a {
  width: 364px;
	color: white;
  display: flex;
  align-items: center;
	flex-direction: column; 
}
header h1 .h1-en {
	margin: 0 auto .35em;
  font-size: 1.4em;
  letter-spacing: .1em;
	font-weight: 700;
}
header h1 .h1-jp {
	margin: .15em auto 0;
  font-size: 1.2em;
  letter-spacing: 0;
	font-weight: 700;
}
header h1 img {
  width: 100%;
  height: auto;
}


.top-contact {
}
.tel-fax_Box {
  text-align: center;
	display: flex;
	justify-content: space-between;
	gap:30px;
}
.top-contact .telNo,
.top-contact .faxNo{
	margin-bottom: 5px;
  font-size: 1.6em;
  font-weight: 700;
	letter-spacing: .1em;
  color: white;
}
.top-contact .telNo img,
.top-contact .faxNo img{
	width: 25px;
	height: auto;
	margin: 0 7px 0 0;
}
.top-contact .bis_hours{
  font-size: 1em;
  font-weight: 500;
	letter-spacing: .1em;
	line-height: 1.3;
	text-align: right;
  color: white;
}
.top-contact a{
	cursor: pointer;	
}
.top-contact a:hover{
	opacity: .8;
	transition-duration: 0.3s;
}
.top-mail{
	width: 70%;
	margin: 5px auto 0;
	padding:5px 20px;
  font-size: 1.05em;
  font-weight: 500;
	text-align: center;
	color: white;
	line-height: 1;
	border: 2px solid white;
	vertical-align: middle;
	background-color: #39B54A;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top-mail span{
}
.top-mail img{
	width: 26px;
	height: auto;
	margin-right: 7px;
}
.top-telImg  {
  display: none;
}



.wrap, .wrap-page{
	margin: 195px 0 0;
}
.topImg {
  width: min(1280px, 100%);
  margin: 0 auto 0;
}
.topImg img {
  width: 100%;
  height: auto;
	margin: 0;
}
.biz_hour{
	width: min(1100px, 96%);
	margin: 5px auto 5px;
}
.biz_hour img{
	width: 100%;
	height: auto;
}

/*休日テキスト
.closeDays{
	width: min(1200px, 92%);
	margin: 5px auto;
	padding:15px 20px;
	font-size: 2.2em;
	line-height: 1.4;
	font-weight: 500;
	text-align: center;
	border: 4px double #006837;
}
.closeDays span{
	font-size: .7em;
	line-height: 1.2;	
	display: block;
}*/
.introImg{
	width: min(1280px, 100%);
	margin: 0 auto 0;
}
.introImg img{
	width: 100%;
	height: auto;
}
.intro{
	width: min(900px, 92%);
	margin: 50px auto;
}
.intro p{
	margin: 0 0 30px;
}
.intro p:nth-child(1
of p){
	font-size: 1.1em;
	line-height: 1.6;
}
.intro p:nth-child(2
of p){
	font-size: 1.6em;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}
.intro a{
	width: fit-content;
	margin: 0 auto;
	padding: .5em 1em;	color:white;
	background-color:#39b54a; 
	border-radius: 1.5em;
	display: block;
}
.intro span{
	font-size:1.1em;
	text-align: center;
}
.intro span::before{
	content:"＞";
}

.mochikomi-Bn {
	width: 100%;
	padding:30px 20px;
	background-color: #f5f5f5;
}
.mochikomi-inner{
	width: min(1100px, 96%);
	margin: 0 auto;
}
.mochikomi-inner img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.mochikomi-inner p{
	width: min(840px, 95%);
	margin: 0 auto;
	padding:20px 0 0 1em;
	font-size: 1.25em;
	line-height: 1.5;
	text-indent: -1em;
	color: red;
}
.print-Bn {
	width: 100%;
	padding:30px 20px;
	background-color: #f8fbf3;
}
.print-inner{
	width: min(1100px, 96%);
	margin: 0 auto;
}
.print-inner img{
	width: 100%;
	height: auto;
	padding:10px 0;
	background-color: white;
	text-align: center;
}
.print-Bn .print-txt{
	width: 92%;
	margin: 0 auto;
}
.print-Bn .print_txtTtl{
	font-size: 1.6em;
	line-height: 2;
}
.print-Bn .print_txtTtl span:nth-child(1
of span){
	margin-left:40px; 
	font-size: .7em;
	display: block;
}
.print-Bn .print_txtTtl span:nth-child(2
of span){
	margin: 15px 0 0 30px;
	font-size:1em;
	display: block;	
}
.print-Bn .print_txtTtl::before{
	content: "";
	width: 25px;
	height: 25px;
	padding:0 5px 10px 0;
	background-image: url("../img/print_bn1.png");
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	display: inline-block;
}
.print-Bn .print_item{
	display: flex;
}
.print_item span{
	margin: 5px 25px 15px 30px;
	margin-right: 2em;
	font-size: 1.4em;
}
.print_item span::before{
	content: "";
	width: 20px;
	height: 20px;
	padding: 0 5px 10px 0;
	background-image: url("../img/print_bn2.png");
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	display: inline-block;
}

.sub-menu{
	width: min(1000px, 96%);
	margin: 0 auto;
	padding:30px 0;
	display: flex;
	justify-content: space-around;
	align-items: center;	
}
.sub-menu a{
	width: 28%;
	padding:25px 20px 25px 20px;
	border-radius: 20px;
	color: initial;
	background-color: #e6e6e6;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.sub-menu a:hover{
	opacity: .8;
	transition-duration: 0.3s;
}
.sub-menu  span{
	font-size: 1.5em;
}
.sub-menu  img{
	width: 50px;
	height: auto;
	margin-right: 3px;
}

.infoCnt{
	width: 100%;
	padding:30px 0;
	background-color: #f8fbf3;
}
.infoCnt-inner{
	width: min(1200px, 96%);
	margin: 30px auto;
	display: flex;
	justify-content: space-between;
}
.exmple{
	width: 75%;
	margin: 0 30px 0 0;
	padding:40px 20px 30px;
	border-radius: 25px;
	background-color: white;
}
.exmple-item{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	gap:30px;
}
.exmple-item figure{
	width: min(250px, 30%);
	display: flex;
	flex-direction: column;
	align-items: center;
}
.exmple-item figure img{
	width: 100%;
	height: auto;
	margin-bottom: 5px;
	align-self: stretch;
}
.exmple-item figcaption{
	font-size: .95em;
	line-height: 1.2;
}
.info{
	width: 26%;
	margin: 10px 0 0 0;
}
.subcontractor{
}
.subcontractor:hover{
	opacity: .8;
	transition-duration: 0.3s;
}
.subcontractor img{
	width: 100%;
	height: auto;
}
.fb{
	margin: 50px auto;
	display: table;
}
.paypay{
	width: min(180px, 95%);
	margin: 0 auto;
	padding:10px;
	font-size: 1.1em;
	text-align: center;
	line-height: 2;
	background-color: white;
	border-radius: 20px;
	border: 1px solid #999999;
}
.paypay img{
	width: 100%;
	height: auto;
}

.aboutusCnt{
	width: 100%;
	padding:70px 0 10px;
	background-color: #f2f2f2;
}
.aboutusCnt-inner{
	width: min(1000px, 96%);
	margin: 30px auto;
}
.profile{
	display: flex;
	justify-content:space-around;
	gap:30px;
}
.profile_img-PC{
	width: 240px;
	height: auto;
	margin: 0 auto;
}

.profile_img-SP{
	display: none;
}
.profile .profileInner{
	width: calc(100% - 270px);
}
.profile p:nth-child(1 of p){
	font-size: 1.1em;
	line-height: 1.6;
}
.profile p:nth-child(2 of p){
	margin: 25px 0 0 0 ;
	padding-left:.5em;
	font-size: 1.1em;
  line-height: 2.5em; 
  background-image: linear-gradient(180deg, #ccc 1px, transparent 1px); 
  background-size: 100% 2.5em; 
  padding-bottom: 1px; /* 最終行に罫線 */
}


footer {
  margin: 0 0 0;
  padding: 0 40px 10px 40px;
  background-color: #f2f2f2;
}
.companyInfo, .companyMap{
	width: min(1000px, 96%);
	display: flex;
	justify-content: space-between;
	gap:30px;
}
.companyInfo{
	margin: 0 auto 30px;
}
.companyMap{
	margin: 0 auto 30px;
}
footer .bis_hours{
	width: min(500px, 92%);
	padding:15px;
	border: 1px solid #006837;
	background-color: white;
}
footer .bis_hours .time{
	margin-bottom: 15px;
	font-size: 2em;
	line-height: 1.4;
	text-align: center;
}
footer .bis_hours .holyday{
	font-size: 2em;
}
footer .bis_hours .time span{
	padding:.25em .25em .3em .4em;
	font-size: 1.2rem;
	letter-spacing: .1em;
	color: white;
	background-color: #006837;
	border-radius: 5px;
	display: table;
	vertical-align: middle;
}
footer .bis_hours .holyday span{
	margin: -5px 15px 5px 0;
	padding:.25em .15em .3em .4em;
	font-size: 1.2rem;
	letter-spacing: .1em;
	color: white;
	text-align: center;
	background-color: #006837;
	border-radius: 5px;
		display: inline-block;
	vertical-align: middle;
}
.footer-info{
	width: min(450px, 92%);
}
.footer-info_name{
	margin: 0 0 20px 0;
	font-size: 2.3em;
	font-weight: 700;
	letter-spacing: .05em;
}
.footer-info_address{
	font-size: 1.1em;
	letter-spacing: .05em;
	line-height: 1.6;	
}
.footer-info_address .a{
	display: inline-block;
	cursor: pointer;
}
.footer-info_address a:hover{
	opacity: .8;
	transition-duration: 0.3s;
}
.companyMap img{
	width: auto;
	height:300px;
}
.companyMap iframe{
	width: 100%;
	height: 300px;
}
.footer-img{
	width: min(1000px, 96%);
	margin: 0 auto ;
	display: flex;
	justify-content: space-between;
}
.footer-img img:nth-child(1 of img){
	width: 35%;
	height: 280px;
	object-fit: cover;
}
.footer-img img:nth-child(2 of img){
	width: 27%;
	height: 280px;
	object-fit: cover;
}
.footer-img img:nth-child(3 of img){
	width: 35%;
	height: 280px;
	object-fit: cover;
}
.copyright{
	width: 100%;
	margin: 0 auto 0;
	font-size: .7em;
	color: white;
	line-height: 2.2;
	text-align: center;
	background-color: #006837;
}


.content{
}/*共通h2設置用*/
.content h2{
	margin-bottom: 2.5em;
	font-size: 2.1em;
	font-weight: 700;
	text-align: center;
	position: relative ;
}
.content h2:before {
	content: '';
	position: absolute;
	bottom: -20px;
	display: inline-block;
	width: 1.8em;
	height: 3px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #006837;
	border-radius: 2px;
}


/*other Page*/


/*footer*/
.footer_Page{
	width: min(1000px, 96%);
	margin: 0 auto 0;
}

.footer_Page_name{
	padding: 20px 0 10px;
	font-size: 1.4em;
	font-weight: 500;
	letter-spacing: .05em;
	text-align: center;
}
.footer_Page_address{
	font-size: 1em;
	letter-spacing: .05em;
	line-height: 1.6;	
	text-align: center;
}
.footer_Page_address .a{
	display: inline-block;
	cursor: pointer;
	color: initial;
}
.footer_Page_address a:hover{
	opacity: .8;
	transition-duration: 0.3s;
}







/*Add*/
.red {
  color: red;
}
.navy {
  color: #21394f;
}
.pink {
  color: #E9546B;
}
.txtMin {
  font-family: "Zen Old Mincho", serif;
}
.txtNumber {
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
} /*300-900*/
.txtB {
  font-weight: 700;
}
.txtLink {
  color: #144a99;
}
.pcLine {
  display: inline;
}
.spLine {
  display: none;
}
@media screen and (max-width:1024px) {

.wrap, .wrap-page{
	margin: 195px 0 0;
}
/*.closeDays{
	width: min(1200px, 92%);
	margin: 5px auto;
	padding:10px 20px;
	font-size: 2em;
	line-height: 1.4;
	font-weight: 500;
	text-align: center;
	border: 4px double #006837;
}
.closeDays span{
	font-size: .7em;
	line-height: 1.4;	
	display: block;
}*/
.print-Bn .print-txt{
	width: 95%;
	margin: 0 auto;
}
.print_item span{
	margin: 5px 25px 15px 30px;
	margin-right: 1.5em;
	font-size: 1.3em;
}
.print_item span::before{
	content: "";
	width: 20px;
	height: 20px;
	padding: 0 3px 10px 0;
	background-image: url("../img/print_bn2.png");
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	display: inline-block;
}
.sub-menu  span{
	font-size: 1.3em;
}
footer {
  margin: 0 0 0;
  padding: 0 0 10px 0;
  background-color: #f2f2f2;
}
footer .bis_hours .time{
	margin-bottom: 15px;
	font-size: 1.8em;
	line-height: 1.4;
	text-align: center;
	letter-spacing: .05em;
}
footer .bis_hours .holyday{
	font-size: 1.8em;
}

	/*otherPage*/



}
@media screen and (max-width:834px) {
header {
  width: 100%;
  padding: 0 0 0;
  box-shadow: 0px 2px 2px 0px rgba(193, 193, 193, 0.45);
	background-color: #006837;
	position: fixed;
	top:0;
	left: 0;
	z-index: 9999;
}
.headerInner {
  width: min(1300px, 96%);
	height: 120px;
  margin: 0 auto 0;
  display: flex;
  justify-content: space-between;
	align-items: center;
}
header h1 a {
  width: 300px;
	color: white;
  display: flex;
  align-items: center;
	flex-direction: column;  
}
header h1 .h1-en {
	margin: 0 auto .35em;
  font-size: 1.3em;
  letter-spacing: .1em;
	font-weight: 700;
}
header h1 .h1-jp {
	margin: .25em auto 0;
  font-size: 1.1em;
  letter-spacing: 0;
	font-weight: 700;
}
.tel-fax_Box {
  text-align: center;
	display: flex;
	justify-content: space-between;
	gap:25px;
}
.top-contact .telNo,
.top-contact .faxNo{
	margin-bottom: 5px;
  font-size: 1.25em;
  font-weight: 700;
	letter-spacing: .05em;
  color: white;
}
.top-contact .telNo img,
.top-contact .faxNo img{
	width: 18px;
	height: auto;
	margin: 0 5px 0 0;
}
.top-contact .bis_hours{
  font-size: .9em;
  font-weight: 500;
	letter-spacing: 0;
	line-height: 1.3;
	text-align: right;
  color: white;
}
.top-mail{
	width: 92%;
	margin: 5px auto 0;
	padding:5px 20px;
  font-size: 1em;
  font-weight: 500;
	text-align: center;
	color: white;
	line-height: 1;
	border: 1px solid white;
	vertical-align: middle;
	background-color: #39B54A;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top-mail img{
	width: 24px;
	height: auto;
	margin-right: 5px;
}
.wrap, .wrap-page{
	margin: 170px 0 0;
}
/*.closeDays{
	width: min(1200px, 92%);
	margin: 5px auto;
	padding:10px 20px;
	font-size: 1.6em;
	line-height: 1.4;
	font-weight: 500;
	text-align: center;
	border: 4px double #006837;
}
.closeDays span{
	margin-top: .25em;
	font-size: .7em;
	line-height: 1.4;	
	display: block;
}*/
.intro{
	width: min(900px, 92%);
	margin: 30px auto;
}
.intro p:nth-child(1
of p){
	font-size: 1.05em;
	line-height: 1.4;
}
.intro p:nth-child(2
of p){
	font-size: 1.4em;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}
.intro span{
	font-size:1em;
	text-align: center;
}
.mochikomi-inner p{
	width: 80%;
	margin: 0 auto;
	padding:20px 0 0 1em;
	font-size: 1em;
	line-height: 1.5;
	text-indent: -1em;
	color: red;
}
.print-Bn .print-txt{
	width: 95%;
	margin: 0 auto;
}
.print-Bn .print_txtTtl{
	font-size: 1.4em;
	line-height: 2;
}
.print-Bn .print_txtTtl span:nth-child(1
of span){
	margin-left:40px; 
	font-size: .7em;
	display: block;
}
.print-Bn .print_txtTtl span:nth-child(2
of span){
	margin: 15px 0 0 30px;
	font-size:1em;
	display: block;	
}
.print-Bn .print_txtTtl::before{
	content: "";
	width: 25px;
	height: 25px;
	padding:0 5px 10px 0;
	background-image: url("../img/print_bn1.png");
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	display: inline-block;
}
.print-Bn .print_item{
	display: flex;
	justify-content: space-between;
}
.print_item span{
	margin: 10px 0 15px 25px;
	margin-right: auto;
	font-size: 1.1em;
}
.print_item span::before{
	content: "";
	width: 17px;
	height: 17px;
	padding: 0 3px 10px 0;
	background-image: url("../img/print_bn2.png");
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	display: inline-block;
}
.sub-menu a{
	width: 28%;
	padding:20px 15px 20px 15px;
	border-radius: 20px;
	background-color: #e6e6e6;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.sub-menu a:hover{
	opacity: .8;
	transition-duration: 0.3s;
}
.sub-menu  span{
	font-size: 1.2em;
}

.exmple{
	width: 70%;
	margin: 0 20px 0 0;
	padding:50px 20px;
	border-radius: 25px;
	background-color: white;
}
.exmple-item figure{
	width: min(250px, 46%);
	display: flex;
	flex-direction: column;
	align-items: center;
}
.info{
	width: 30%;
	margin: 0 0 0 0;
}
.profile{
	display: flex;
	justify-content: space-around;
	gap:20px;
}
.profile_img-PC{
	width: 220px;
	height: auto;
	margin: 0 auto;
	align-self: flex-start;
}
.profile .profileInner{
	width: calc(100% - 250px);
}
.profile p:nth-child(1 of p){
	font-size: 1.05em;
	line-height: 1.5;
}
.profile p:nth-child(2 of p){
	margin: 15px 0 0 0 ;
	padding-left:.5em;
	font-size: 1.05em;
  line-height: 2.25em; 
  background-image: linear-gradient(180deg, #ccc 1px, transparent 1px); 
  background-size: 100% 2.25em; 
  padding-bottom: 1px; /* 最終行に罫線 */
}

footer .bis_hours{
	width: min(360px, 92%);
	padding:15px;
	border: 1px solid #006837;
	background-color: white;
}
footer .bis_hours .time{
	margin-bottom: 15px;
	font-size: 1.6em;
	line-height: 1.4;
	text-align: center;
}
footer .bis_hours .holyday{
	font-size: 1.6em;
}
footer .bis_hours .time span{
	padding:.25em .25em .3em .4em;
	font-size: 1.1rem;
	letter-spacing: .1em;
	color: white;
	background-color: #006837;
	border-radius: 5px;
	display: table;
	vertical-align: middle;
}
footer .bis_hours .holyday span{
	margin: -5px 15px 5px 0;
	padding:.25em .15em .3em .4em;
	font-size: 1.1rem;
	letter-spacing: .1em;
	color: white;
	text-align: center;
	background-color: #006837;
	border-radius: 5px;
		display: inline-block;
	vertical-align: middle;
}
.footer-info{
	width: min(380px, 92%);
}
.footer-info_name{
	margin: 0 0 20px 0;
	font-size: 2em;
	font-weight: 700;
	letter-spacing: .05em;
}
.footer-info_address{
	font-size: 1.05em;
	letter-spacing: .05em;
	line-height: 1.6;	
}
.companyMap img{
	width: auto;
	height:300px;
	object-fit: cover;
}
	
.content h2{
	margin-bottom: 2em;
	font-size: 1.8em;
	font-weight: 700;
	text-align: center;
	position: relative ;
}
.content h2:before {
	content: '';
	position: absolute;
	bottom: -20px;
	display: inline-block;
	width: 1.8em;
	height: 3px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #006837;
	border-radius: 2px;
}
	
	
	/*otherPage*/

	

}
@media screen and (max-width:480px) {
  a[href^="tel:"] {
    pointer-events: auto;
		color:#0b318f;
  }
  .fax {
    pointer-events: none;
  } /*faxのリンク無効*/
.top-contact {
	display: none;
}
.headerInner {
  width: min(1300px, 96%);
	height: 80px;
  margin: 0 auto 0;
  display: flex;
	align-items: center;
}
header h1{
	margin: 0 auto;
}	
header h1 a{
  width: 220px;
	height: auto;
	margin: 0 auto;
	color: white;
  display: flex;
  align-items: center;
	justify-content: center;
	flex-direction: column;  
}
header h1 .h1-en {
	margin: 0 auto .35em;
  font-size: .8em;
  letter-spacing: .1em;
	font-weight: 700;
}
header h1 .h1-jp {
	margin: .25em auto 0;
  font-size: .85em;
  letter-spacing: 0;
	font-weight: 700;
}
.wrap, .wrap-page{
	margin: 82px 0 0;
}

	
/*.closeDays{
	width: min(1200px, 92%);
	margin: 5px auto;
	padding:10px 10px;
	font-size: 1.2em;
	line-height: 1.25;
	font-weight: 500;
	text-align: center;
	border: 4px double #006837;
}
.closeDays span{
	margin-top: .25em;
	font-size: .7em;
	line-height: 1.2;	
	display: block;
}*/

.intro{
	width: min(900px, 92%);
	margin: 10px auto;
}
.intro p:nth-child(1
of p){
	font-size: 1.05em;
	line-height: 1.4;
}
.intro p:nth-child(2
of p){
	font-size: 1.2em;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}
.mochikomi-Bn {
	width: 100%;
	padding:20px 0;
	background-color: #f5f5f5;
}
.mochikomi-inner p{
	width: 92%;
	margin: 0 auto;
	padding:10px .5em 0 1.5em;
	font-size: .9em;
	line-height: 1.4;
	text-indent: -1em;
	color: red;
}
.print-Bn {
	width: 100%;
	padding:20px 0;
	background-color: #f8fbf3;
}
.print-Bn .print_txtTtl{
	margin-bottom: .25rem;
	font-size: 1.4em;
	line-height: 2;
}
.print-Bn .print_txtTtl span:nth-child(1
of span){
	margin-left:40px; 
	font-size: .7em;
	line-height: 1.3;
	display: block;
}
.print-Bn .print_txtTtl span:nth-child(2
of span){
	margin: 12px 0 0 30px;
	font-size:.9em;
	display: block;	
}
.print-Bn .print_txtTtl::before{
	content: "";
	width: 22px;
	height: 22px;
	padding:0 5px 10px 0;
	background-image: url("../img/print_bn1.png");
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	display: inline-block;
}
.print-Bn .print_item{
	display: flex;
	flex-direction: column;
}
.print_item span{
	margin: 5px 25px 10px 25px;
	margin-right: 2em;
	font-size: 1.2em;
}
.print_item span::before{
	content: "";
	width: 15px;
	height: 15px;
	padding: 0 5px 10px 0;
	background-image: url("../img/print_bn2.png");
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	display: inline-block;
}
.sub-menu{
	width: min(1000px, 96%);
	margin: 0 auto;
	padding:20px 0;
	display: flex;
	justify-content: space-around;
	align-items: center;	
	flex-direction: column;
	gap:20px;
}
.sub-menu a{
	width: 92%;
	padding:20px 15px 20px 15px;
	border-radius: 20px;
	background-color: #e6e6e6;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}	
.infoCnt{
	width: 100%;
	padding:20px 0;
	background-color: #f8fbf3;
}
.infoCnt-inner{
	width: min(1200px, 96%);
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.exmple{
	width: 100%;
	margin: 0 0 0 0;
	padding:30px 10px 30px;
	border-radius: 20px;
	background-color: white;
}
.exmple-item{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	gap:20px;
}
.exmple-item figure{
	width: min(250px, 45%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.exmple-item figure img{
	width: 100%;
	height: auto;
	margin-bottom: 5px;
	align-self: stretch;
}
.exmple-item figcaption{
	font-size: .95em;
	line-height: 1.2;
}
.info{
	width: 92%;
	margin: 10px auto 0 ;
}
.subcontractor{
}
.subcontractor:hover{
	opacity: .8;
	transition-duration: 0.3s;
}
.subcontractor img{
	width: 100%;
	height: auto;
}
.fb{
	margin: 50px auto;
	display: table;
}
.paypay{
	width: min(180px, 95%);
	margin: 0 auto;
	padding:10px;
	font-size: 1.1em;
	text-align: center;
	line-height: 2;
	background-color: white;
	border-radius: 20px;
	border: 1px solid #999999;
}
.paypay img{
	width: 100%;
	height: auto;
}
.aboutusCnt{
	width: 100%;
	padding:50px 0 10px;
	background-color: #f2f2f2;
}
.aboutusCnt-inner{
	width: min(1000px, 95%);
	margin: 30px auto;
}
.profile{
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	gap:0;
}
.profile .profileInner{
	width: 100%;
}
.profile_img-SP{
	width: 150px;
	height: auto;
	padding-right: 10px;
	float: left;
	display: block;
	}
.profile_img-PC{
	display: none;
	}
.profile p:nth-child(1 of p){
	padding:10px 0 0 5px;
	font-size: 1em;
	line-height: 1.5;
	order:1;
}
.profile p:nth-child(2 of p){
	margin: 15px 0 0 0 ;
	padding-left:0;
	font-size: 1em;
  line-height: 2em; 
  background-image: linear-gradient(180deg, #ccc 1px, transparent 1px); 
  background-size: 100% 2em; 
  padding-bottom: 1px; /* 最終行に罫線 */
	order:3;
}
.companyInfo, .companyMap{
	width: min(1000px, 96%);
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap:30px;
}
footer {
  margin: 0 0 0;
  padding: 0 0 5px 0;
  background-color: #f2f2f2;
}
footer .bis_hours{
	width: min(360px, 92%);
	margin: 0 auto;
	padding:15px;
	border: 1px solid #006837;
	background-color: white;
}
footer .bis_hours .time{
	margin-bottom: 15px;
	font-size: 1.4em;
	line-height: 1.4;
	text-align: center;
}
footer .bis_hours .holyday{
	font-size: 1.4em;
}
footer .bis_hours .time span{
	padding:.25em .25em .3em .4em;
	font-size: 1rem;
	letter-spacing: .1em;
	color: white;
	background-color: #006837;
	border-radius: 5px;
	display: table;
	vertical-align: middle;
}
footer .bis_hours .holyday span{
	margin: -5px 15px 5px 0;
	padding:.25em .15em .3em .4em;
	font-size: 1rem;
	letter-spacing: .1em;
	color: white;
	text-align: center;
	background-color: #006837;
	border-radius: 5px;
		display: inline-block;
	vertical-align: middle;
}
.footer-info{
	width: min(380px, 92%);
	margin: 0 auto;
}
.footer-info_name{
	margin: 0 0 15px 0;
	font-size: 1.7em;
	font-weight: 700;
	letter-spacing: .05em;
	text-align: center;
}
.footer-info_address{
	font-size: 1em;
	letter-spacing: .05em;
	line-height: 1.6;	
}
.companyMap img{
	width: 280px;
	height:auto;
	margin: 20px auto 0;
	object-fit: cover;
}
.companyMap iframe{
	width: 100%;
	height: 300px;
	margin: 0 auto 20px;
}

	
.content h2{
	margin-bottom: 2em;
	font-size: 1.6em;
	font-weight: 700;
	text-align: center;
	position: relative ;
}
.content h2:before {
	content: '';
	position: absolute;
	bottom: -18px;
	display: inline-block;
	width: 1.8em;
	height: 2px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #006837;
	border-radius: 2px;
}	
	
	
	
/*otherPage*/
.footer_Page_name{
	padding: 12px 0 5px;
	font-size: 1.2em;
	font-weight: 500;
	letter-spacing: .03em;
	text-align: center;
}
.footer_Page_address{
	font-size: .9em;
	letter-spacing: .05em;
	line-height: 1.6;	
	text-align: center;
}
.footer_Page_address .a{
	display: inline-block;
	cursor: pointer;
	color: #0b318f;
}
}
