
html,
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
margin: 0;
padding: 0;
	color: #4C4948;
background: url("../images/pc_bk.png") no-repeat;
background-position: center top;
background-size: cover;
background-attachment: fixed;
 }

figure {
  padding: 0;
  margin: 0;
  max-width: 100%;
  width: 100%; }

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

a {
	text-decoration: none;
  display: inline-block; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
p,dd,small {
    font-size: 16px;
    line-height: 155%;;
}


/*---------footer----------*/
footer dd {
	background:black;
	padding: 16px 0;
}
footer ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0rem auto;
}
footer ul li:before {
    content: "";
    display: inline-block;
    height: 1em;
    border-left: 1px solid white;
    vertical-align: middle;
}
footer ul li:first-child:before {
    border-left: none;
}

footer ul li a {
	color: white;
	    position: relative;
    display: inline-block;
    line-height: 2.5em;
    box-sizing: border-box;
    padding: 0 1em;
}
footer small {
	display: block;
	text-align: center;
	color: white;
	margin-top: 12px;
}

/*---------common----------*/
main {
	width: 100%;
	margin: 0 auto;
	max-width: 500px;
}

.wrap {
	width: 94%;
	max-width: 490px;
	margin: 0 auto;
}


.center {
	text-align: center;
}
.flex {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
  align-items: center;
}

.pos {
	position: relative;
}
.ab {
	position: absolute;
	top: 0;
	left: 0;
}
p.center {
	text-align: center;
}
main {
	background: white;
}

header {
	background: black;
}
header section {
	width:68%;
}
header section div {
padding-right: 3%;
}

.scrollarea {
	border-left: 20px solid #fbe8f1;
	background: white;
	padding: 55px 0 55px 20px;
}
.scrollarea h3 {
	text-align: center;
	padding-bottom: 30px;
}

.js-scrollable {
  overflow-x: auto;
  user-select: none;

  /* スクロールバー非表示 */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}

.js-scrollable::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}
.js-scrollable img {
  max-width: none;
  pointer-events: none;
}

.infinite_slide_area .slick-slide {
  height: 95px;
  display: flex;
  align-items: center;
}

.infinite_slide_area img {
  max-height: 100%;
  width: auto;
}

.q_a .acd {
	margin: 4% 0;
}

.accordion-area {
	padding: 3% 0;
}

    .q_a h3 {
padding:0 11% 0 12.5%;
    font-size: 24px;
    line-height: 120%;
    background: url(../images/q_icon.png) no-repeat, url(../images/open.png) no-repeat;
    color: white;
	 background-color: black;
    background-position: 3.4% center, 97% center;
    background-size: 5.1%, 2%;
    cursor: pointer;
    font-weight: normal;
    }

.q_a h3.close {
        background: url(../images/q_icon.png) no-repeat, url(../images/close.png) no-repeat;
        background-color: black;
   background-position: 3.4% center, 97% center;
    background-size: 5.1%, 2%;
    }


/*アコーディオンで現れるエリア*/
.box {
display: none;/*はじめは非表示*/
	background: white;
	padding-bottom: 5%;
}


#page-top {
    width: 100%;
    max-width: 500px;
    position: fixed;
    right: 0;
    left: 0;
    margin: auto;
	top: 0;
    z-index: 5;
    opacity: 0;
	padding:0;
    transform: translateY(-300px);
}

main#index {
	padding-top: 70px;
}
#contact {
	background: white;
}


#contact p.greet {
	font-size: 20px;
	margin: 6% 0;
}

#contact dl {
	margin: 6% 5%;
}

#contact dt {
  font-weight: 500;
	font-size: 20px;
	margin-bottom: 2.5%;
}

#contact dt span {
	display: inline-block;
	background: #ce0300;
	color: white;
	font-size: 18px;
	border-radius: 5px;
	padding: 2px 5px;
	margin-left: 10px;
    top: -3px;
    position: relative;
}

#contact dd {
	font-size: 20px;
}
#contact dd p.notes {
	margin-bottom: 1%;
	font-size: 16px;
}


#contact input[type="text"],#contact textarea,.adress_num {
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 6px;
  padding: 10px;
  box-sizing: border-box;
	font-size: 20px;
}


#contact input[type="text"]::placeholder,
#contact textarea::placeholder,
.adress_num::placeholder
{
  color: #cccccc;
}

#contact input[type="radio"] {
  display: inline-block;
	margin-right: 5px;
}

#contact select.ken {
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 6px;
  padding: 10px;
  box-sizing: border-box;

}


#contact #email-error,#contact #error {
    display: none;
    color: red;
	text-align: center;
}

#contact .candidate {
	margin: 3% 0;
}

#contact .candidate h3 {
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 1%;
}
#contact .candidate h3 img {
	display: inline-block;
	position: relative;
	margin-right: 1%;
	top: -3px;
}

.date-wrap {
  position: relative;
  display: inline-block;
	width: 48%;
}

.date-placeholder {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none; /* クリック透過 */
  font-size: 14px;
}
#contact .candidate input {
  width: 98%;
  border: 1px solid #cccccc;
  border-radius: 6px;
  padding: 5px;
	font-size: 17px;
  box-sizing: border-box;
}

#candidate_area.disabled {
  opacity: 0.4;
  pointer-events: none; /* 触れなくする */
}

#candidate_area.disabled .must {
	display: none;
}
.submit-btn {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}
#contact .agree {
	background: #e7e7e7;
	padding:6% 8%;
	margin-bottom: 3%;
}
#contact .agree_txt {
	margin: 3% 0;
}
#contact .agree_txt a {
	text-decoration: underline;
	color: #2027b5;
}
#contact .agree label {
	font-size: 22px;
}

p.line {
	padding-bottom: 5%;
}


header.thanks {
    text-align: center;
	background: white;
}

section.thanks {
	padding: 10% 0;
}


section.thanks h2 {
	margin-bottom: 5%;
	font-size: 1.8rem;
}

.formTable {
	display: block;
	margin: 5% 0;
  width: 100%;
  border-collapse: collapse;
}
.formTable tbody {
  display: block;
  width: 100%;
}
.formTable tr {
  display: block;
  margin-bottom: 16px;
}

.formTable th,
.formTable td {
  display: block;
  width: 100%;
  text-align: left;
  padding: 4px 0;
  box-sizing: border-box;
}

.formTable th {
  font-weight: bold;
  color: #555;
  font-size: 14px;
}

.formTable td {
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
}

.submit_go {
  background-color: #fe7200;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px 32px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.submit_back {
  background-color: #f0f0f0;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 10px 32px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.2s;
}

@media screen and (min-width:768px) {
	
	.sp {
		display: none !important;
	}

header#page-top h1 {
	width: 30%;
}
header#page-top section {
	width: 65%;
}
header#page-top section .icon {
	width: 20%;
}
header#page-top section a {
	width: 76%;
}

	.date-placeholder {
		display: none !important;
	}

}



@media screen and (max-width:767px) {
	
	.pc {
		display: none !important;
	}

	main {
		overflow: hidden;
	}

p,dd,small {
    font-size: 16px;
    line-height: 155%;;
}


.wrap {
	width: 94%;
	margin: 0 auto;
}

header {
	background: black;
}
header section {
	width:68%;
}
header section div {
padding-right: 3%;
}

	header h1 {
width: 28%;
	}
	header section {
		width: 70%;
	}
	header section img.icon {
		width:18%;
	}
	header section a {
		width: 80%;
	}
main#index {
    padding-top: 13%;
}


#contact p.greet {
	font-size: 14px;
	margin: 6% 0;
}

#contact dl {
	margin: 6% 5%;
}

#contact dt {
  font-weight: 500;
	font-size: 16px;
	margin-bottom: 2.5%;
}

#contact dt span {
	display: inline-block;
	background: #ce0300;
	color: white;
	font-size: 12px;
	border-radius: 5px;
	padding: 2px 5px;
	margin-left: 10px;
    top: -3px;
    position: relative;
}

#contact dd {
	font-size: 14px;
}
#contact dd p.notes {
	margin-bottom: 1%;
	font-size: 12px;
}
#contact .candidate input {
    width: 98%;
    border: 1px solid #cccccc;
    border-radius: 6px;
    padding: 5px;
    font-size: 14px;
    box-sizing: border-box;
}

#contact input[type="text"],#contact textarea,.adress_num {
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 6px;
  padding: 10px;
  box-sizing: border-box;
	font-size: 14px;
}


#contact input[type="text"]::placeholder,
#contact textarea::placeholder,
.adress_num::placeholder
{
  color: #cccccc;
}

#contact input[type="radio"] {
  display: inline-block;
	margin-right: 5px;
}

#contact select.ken {
  width: 100%;
  border: 1px solid #cccccc;
  border-radius: 6px;
  padding: 10px;
  box-sizing: border-box;

}



#contact .candidate {
	margin: 3% 0;
}

#contact .candidate h3 {
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 3%;
}
#contact .candidate h3 img {
	display: inline-block;
	position: relative;
	        top: 0;
        width: 6%;
}


#contact .candidate select {
  width: 48%;
  border: 1px solid #cccccc;
  border-radius: 6px;
  padding: 5px;
	font-size: 12px;
  box-sizing: border-box;
}

#candidate_area.disabled {
  opacity: 0.4;
  pointer-events: none; /* 触れなくする */
}

#candidate_area.disabled .must {
	display: none;
}
.submit-btn {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}
#contact .agree {
	background: #e7e7e7;
	padding:6% 8%;
	margin-bottom: 3%;
}
#contact .agree_txt {
	margin: 3% 0;
	font-size: 14px;
}
#contact .agree_txt a {
	text-decoration: underline;
	color: #2027b5;
}
#contact .agree label {
	font-size:16px;
}
.to_submit {
width: 90%;
margin: 0 auto;	
}

p.line {
width: 80%;
margin: 0 auto;
}

.scrollarea {
	border-left: 10px solid #fbe8f1;
	background: white;
	padding: 35px 0 35px 10px;
}
.scrollarea h3 {
	text-align: center;
	padding-bottom: 30px;
	width: 80%;
	margin: 0 auto;
}

.js-scrollable {
  overflow-x: auto;
  user-select: none;

  /* スクロールバー非表示 */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}

.js-scrollable::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}
.js-scrollable img {
  max-width: none;
  pointer-events: none;
	width: 800px;
}

}





