@charset "utf-8";

	@import url("font.css");

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

	base

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
}

html {
	overflow-y: scroll;
}

body {
	font-family: 'NotoSansCJKjp',"メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, sans-serif;
	font-size: 100%;
	line-height: 1.6;
	color: #4C4948;
	background:#f2f2f2;
}

img {
	vertical-align: bottom;
}

a {
	outline: none;
	text-decoration: underline;
	color: #4C4948;
}

a img  {
	border: none;
}
a:hover img  {
	opacity: 0.8;
}

li {
	list-style-type: none;
}

main {
	display: block;
}

@media screen and ( max-width:767px ) {
	.pcOnly {
		display:none !important;
	}
}
@media screen and ( min-width:768px ) {
	.spOnly {
		display:none !important;
	}
}
a:link ,
a:visited {
	text-decoration: none;
}
a:hover,
a:active {
	text-decoration: none;
}

.bg_white {
	background:#ffffff;
}
.bg_gray {
	background:#f2f2f2;
}

.red {color:#ff0000;}
.gray {color:#888888;}
.blue {color:#007fda;}


.mt0{margin-top:0px !important;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt60{margin-top:60px;}
.mt80{margin-top:80px;}
.mb0{margin-bottom:0px !important;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.ml0{margin-left:0px;}
.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml40{margin-left:40px;}
.ml1em{margin-left:1em;}
.ml2em{margin-left:2em;}
.ml3em{margin-left:3em;}
.ml4em{margin-left:4em;}

.fontsize_150 {font-size:150% !important ;}
.fontsize_120 {font-size:120% !important ;}
.fontsize_90 {font-size:90% !important ;}
.fontsize_80 {font-size:80% !important ;}
.fontsize_70 {font-size:70% !important ;}

.tx_kome {
	font-size:80%;
}

.text-center {
	text-align: center;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

	header

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.header {
	background: #00A3D6;
}
.header .inner {
	display:flex;
	justify-content: center;
	align-items: center;
	margin:0 auto;
	padding:10px 0 ;
}
.header .inner .logo {
	text-align:center;
}
.header .inner .logo img {
	width:500px;
}
.header .inner .ti {
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	font-size:30px;
	line-height:1;
	color:#fff;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

	footer

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/

.footer {
	margin-top:50px;
	padding:20px 0 ;
	border-top:1px solid #ddd;
	background: #e8e8e8;
}
.footer .inner {
	margin:0 auto;
	width:50%;
	display:flex;
	justify-content: space-around;
}
.footer .inner a {
	padding:10px 0;
	display:block;
	color:#fff;
	background: #00A0E8;
	  border-bottom: 4px solid #036EB8;
	width:48%;
	text-align: center;
}
.footer .inner a.col3 {
	width:31%;
}
.footer .inner a:hover {
	text-decoration: none;
	background: #036EB8;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222 !important;
    font-size: 22px;
    text-decoration: none;
    padding: 10px 20px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff !important;
    font-size: 22px;
    text-decoration: none;
    padding: 10px 20px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

	共通

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
@media screen and (min-width: 768px) {
	a[href^="tel:"] {
	    pointer-events: none;
	}
}

h2 {
	margin:0 5% 20px;
	padding:10px 0 12px 10px;
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	font-size:24px;
	line-height:1;
	background:#00A3D6;
	color:#fff;
}
h3 {
	margin:0 5% 20px;
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	font-size:20px;
	line-height:1;
	text-align:left;
}
.pageTitle {
	/* margin: 30px 0 30px ; */
	margin: 30px 0 0 0 ; /* 20230209 */
	font-family: 'NotoSansCJKjp';
	font-weight: 900;
	font-size:36px;
	line-height:1.8;
	text-align:center;
}
.btnWrap_back a {
	margin:0 10px;
	padding:10px 0;
	display:block;
	color:#000;
	background: #fbc038;
	box-shadow:3px 3px 1px #ccc;
	min-width:8em;
	text-align: center;
}
.btnWrap_back a:hover {
	text-decoration: none;
	background: #ff9c28;
}
.btnWrap_back {
	margin:10px auto 0;
	width:800px;
	display:flex;
	justify-content: flex-end;
}

.btnWrap_fixed {
	position: fixed;
	bottom: 0;
	margin:0px auto 0;
	width:800px;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	background-color: rgba(0,0,0,0.7);
}
.btnWrap_fixed p {
	margin:0 20px;
}
.btnWrap_fixed input[type = "button"]{
  border: 0;
  background-color: #ff69b4;
  display: block;
  margin: 20px auto;
  border: 2px solid #ff69b4;
  padding: 15px 10px;
  outline: none;
  color: white;
  transition: 0.25s;
  text-align: center;
  cursor: pointer;
	box-shadow:3px 3px 1px #ccc;
}
.btnWrap_fixed input.hozon[type = "button"]{
  width: 200px;
}
.btnWrap_fixed input.seisou[type = "button"]{
  width: 200px;
}
.btnWrap_fixed input.saiyomi[type = "button"]{
  width: 50px;
}
.btnWrap_fixed input[type = "button"]:hover {
  background-color: #ff86c3;
  border: 2px solid #ff69b4;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

	アコーディオン

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
    .acdWrap {
      margin:0 0;
    }
    .acd-check{
      display: none;
    }
    .acd-label{
      display:block;
      padding: 0 0;
    }
    .acd-label h2 {
	margin:0 5% 20px;
	padding:10px 0 12px 10px;
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	font-size:24px;
	line-height:1;
	background:#3aab9a url(../img/acd_ic_open.png) no-repeat ;
	background-size: 30px 30px;
	background-position:right 20px center;
	color:#fff;
	cursor: pointer;
}
    .acd-label h3 {
	margin:0 0 20px;
	padding:10px 0 12px 10px;
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	font-size:22px;
	line-height:1;
	/*background:#0477ba url(../img/acd_ic_open.png) no-repeat ;*/
	background-color:#0477ba;
	background-size: 30px 30px;
	background-position:right 20px center;
	color:#fff;
	cursor: pointer;
}
    .acd-content{
      display: none;
      height: 0;
      opacity: 0;
      transition: all 0.5s 0s ease;
      visibility: hidden;
    }
    .acd-check:checked + .acd-label h2 {
	margin:0 5% 20px;
	padding:10px 0 12px 10px;
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	font-size:24px;
	line-height:1;
	background:#3aab9a url(../img/acd_ic_close.png) no-repeat ;
	background-size: 30px 30px;
	background-position:right 20px center;
	color:#fff;
}
    .acd-check:checked + .acd-label h3 {
	margin:0 0 20px;
	padding:10px 0 12px 10px;
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	font-size:22px;
	line-height:1;
	background:#0477ba url(../img/acd_ic_close.png) no-repeat ;
	background-size: 30px 30px;
	background-position:right 20px center;
	color:#fff;
}
    .acd-check:checked + .acd-label + .acd-content{
      display:block;
      height:auto;
      opacity: 1;
      padding: 0 0;
      visibility: visible;
    }

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

	来場者時に使用できるQRコードです。

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.sec_message {
	padding:20px 0 0 ;
	text-align:center;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

	本日 〇〇人のスタッフをご用意しています

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.sec_honjitu {
	padding:20px 0 0 ;
	text-align:center;
}
.sec_honjitu span {
	padding:10px 20px;
	display:inline-block;
	text-align:left;
	border:3px solid  #25ad00;
}
.sec_honjitu span strong {
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	font-size:26px;
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

	sec_login

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.mv {
	text-align:center;
	padding-top:3rem;
}
.sec_login {
	text-align:center;
}
.sec_login .inner {
	margin:0 auto;
	padding:5px 0 ;
	background: #fff;
	width:50%;
}

.form_login {
	margin:30px 0;
}

form input[type = "id"],form input[type = "password"] {
  border: 0;
  background: #fff;
  display: block;
  margin: 10px auto 20px;
  border: 2px solid #999;
  padding: 15px 10px;
  width: 300px;
  outline: none;
  transition: 0.25s;
  text-align: center;
}

form input[type = "submit"], input[type = "button"] {
  border: 0;
  background-color: #32b16c;
  display: block;
  margin: 20px auto;
  border: 2px solid #32b16c;
  padding: 15px 10px;
  width: 200px;
  outline: none;
  color: white;
  transition: 0.25s;
  text-align: center;
  cursor: pointer;
	box-shadow:3px 3px 1px #ccc;
}
form input[type = "submit"]:hover, input[type = "button"]:hover {
  background-color: #2c9d60;
  border: 2px solid #32b16c;
}



/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

	お問い合わせ

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.sec_contact .inner {
	margin:0 auto;
	padding:50px 0 ;
	background:#fff;
	width:800px;
}
.sec_contact .inner .telWrap {
	margin:0 0 40px 0;
	text-align:center;
}
.sec_contact .inner .telWrap .tel {
	font-family: 'NotoSansCJKjp';
	font-weight: 700;
	font-size:40px;
	line-height:1;
}
.sec_contact .inner .telWrap .tel a {
	color:#25ad00;
}
.sec_contact .inner .formWrap {
	margin:0 10%;
}
.sec_contact .inner .formWrap dl dd {
	margin-bottom:20px;
}
.sec_contact .inner .formWrap input ,
.sec_contact .inner .formWrap textarea ,
.sec_contact .inner .formWrap select {
	padding:7px;
}
.sec_contact .inner .formWrap .width100 {
	width:100%;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}
.sec_contact .inner .formWrap .width50 {
	width:49%;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}



/*------------------------------
 * アラート
 *----------------------------*/
.alert{
    color:#cc0000;
    padding:0px;
    margin:0px;
}
/*------------------------------
 * 処理メッセージボックス
 *----------------------------*/
.message_box_normal{
    clear:both;
    border:solid 1px #cccccc;
    background-color:#f5f5f5;
    padding:10px;
    margin:0px auto 10px;
    border-radius:5px;
}

.message_box_error{
    clear:both;
    border:solid 1px #ff0000;
    background-color:#FFF2F2;
    padding:10px;
    margin:0px auto 10px;
    border-radius:5px;
}

.message_box_success{
    clear:both;
    border:solid 1px #3a84df;
    background-color:#EAF3FE;
    padding:10px;
    margin:0px auto 10px;
    border-radius:5px;
}

.work_count{
    display: block;
    margin: 5px 10px 10px;
    padding-left: 10px;
    font-size: 120%;
}

/*------------------------------
 * 追加CSS： 2025/02/25
 *----------------------------*/
.sec_top {
  margin-top: 30px;
}
.sec_top .inner {
	margin:0 auto;
	padding:100px 50px;
	background:#fff;
	width:800px;
}
.login-box {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.btn,
a.btn,
button.btn {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
/*	display: inline-block;
	padding: 1rem 4rem;*/
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
}
a.btn-b {
	font-size: 1.375rem;
	font-weight: bold;
	position: relative;
	padding: 2rem 1rem 1rem;
	color: #FFFF00;
	background: #00A0E8;
	-webkit-box-shadow: 0 5px 0 #036EB8;
	box-shadow: 0 5px 0 #036EB8;
	width: 100%;
}
a.btn-b span {
	font-size: 1.125rem;
	position: absolute;
	top: -18px;
	left: calc(50% - 125px);
	display: block;
	width: 250px;
	padding: 0.2rem 0;
	color: #00A0E8;
	border: 2px solid #00A0E8;
	border-radius: 0.5rem;
	background: #fff;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-b:hover {
	-webkit-transform: translate(0, 3px);
	transform: translate(0, 3px);
	color: #fff;
	background: #036EB8;
	-webkit-box-shadow: 0 2px 0 #036EB8;
	box-shadow: 0 2px 0 #036EB8;
}
a.btn-c {
	font-size: 1.375rem;
	font-weight: bold;
	position: relative;
	padding: 2rem 1rem 1rem;
	color: #FFFF00;
	background: #32b16c;
	-webkit-box-shadow: 0 5px 0 #2c9d60;
	box-shadow: 0 5px 0 #2c9d60;
	width: 100%;
}
a.btn-c span {
	font-size: 1.125rem;
	position: absolute;
	top: -18px;
	left: calc(50% - 125px);
	display: block;
	width: 250px;
	padding: 0.2rem 0;
	color: #32b16c;
	border: 2px solid #32b16c;
	border-radius: 0.5rem;
	background: #fff;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
a.btn-c:hover {
	-webkit-transform: translate(0, 3px);
	transform: translate(0, 3px);
	color: #fff;
	background: #30a967;
	-webkit-box-shadow: 0 2px 0 #2c9d60;
	box-shadow: 0 2px 0 #2c9d60;
}
a.btn-c:hover:before {
	left: 2rem;
}

dd hr {
    margin: 10px 0;
}