@charset "UTF-8";
/* ↓リセット↓ */
*,
*::before,
*::after {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
scroll-behavior: smooth;
backface-visibility: hidden;
}
button,
input[type="email"],
input[type="password"],
input[type="text"],
input[type="tel"],
input[type="number"],
input[type="submit"],
input[type="button"],
input[type="date"],
input[type="search"],
textarea,
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding: 0;
border: none;
outline: none;
background: transparent;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
img {
vertical-align: middle;
}
ul {
font-size: 0;
}
ul li {
font-size: 13px;
}
/* ↑リセット↑ */





/* ↓共通↓ */
body {
font: 16px/150% "Hiragino Sans", YuGothic, "Yu Gothic medium",  Meiryo, sans-serif;
position: relative;
}
a:hover {
opacity: 0.70;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
-moz-transition: 0.3s;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.smt {
display: none;
}
h1 {
font: bold 40px/50px "Hiragino Sans", YuGothic, "Yu Gothic medium",  Meiryo, sans-serif;
}
h1 + p{
	text-align: center;
}
h1 + p b {
font-size: 25px;
padding: 0 5px;
}
h1 small {
font-size: 18px;
}
header {
text-align: center;
}
.waku {
border: 5px solid rgba(0,165,146,1.00);
padding: 15px 30px;
border-radius: 10px;
}

.waku table {
margin: auto;
}
.waku table tr {
border-bottom: 1px solid rgba(200,200,200,1.00);
}
.waku table th,
.waku table td {
padding: 5px;
vertical-align: top;
}
.waku table th {
	font-weight: normal;
	white-space: nowrap;
	color: rgba(0,165,146,1.00);
}

h2 {
text-align: center;
font: bold 20px/30px "Hiragino Sans", YuGothic, "Yu Gothic medium",  Meiryo, sans-serif;
color: rgba(50,50,50,1.00);
margin: 10px auto 20px;
}
h2 + p {
text-align: center;
}

form {
margin-bottom: 100px;
}

table.formTable {
width: 100%;
margin: 0 auto;
border-top: 1px solid rgba(200,200,200,1.00);
border-left: 1px solid rgba(200,200,200,1.00);
margin: 5px;
}
table.formTable td,
table.formTable th {
border-right: 1px solid rgba(200,200,200,1.00);
border-bottom: 1px solid rgba(200,200,200,1.00);
padding:10px;
}
table.formTable th {
width: 30%;
font-weight: normal;
background-color: rgba(230,235,240,1.00);
text-align: left;
}
table.formTable td input[type="text"] {
background-color: rgba(240,240,240,1.00);
padding: 5px;
width: 100%;
border-radius: 5px;
margin: 2px 0;
}
table.formTable td textarea {
background-color: rgba(240,240,240,1.00);
padding: 5px;
width: 100%;
border-radius: 5px;
}

table.formTable td input[type="number"],
table.formTable td input[type="tel"].umare{
width: 3em;
background-color: rgba(240,240,240,1.00);
padding: 5px;
border-radius: 5px;
margin: 0;
}

table.formTable td input[type="number"]::-webkit-outer-spin-button, 
table.formTable td input[type="number"]::-webkit-inner-spin-button { 
-webkit-appearance: none; 
margin: 0; 
-moz-appearance:textfield; 
} 




table.formTable td label {
display: inline-block;
background-color: rgba(53,54,104,1.00);
border-radius: 20px;
padding: 0 15px;
margin: 0 5px 5px 0;
color: rgba(255,255,255,1.00);
}
form input[type="submit"] {
display: block;
padding: 10px;
min-width: 300px;
background-color: rgba(255,98,0,1.00);
border-radius: 50px;
color: rgba(255,255,255,1.00);
margin: 15px;
}

.btn-doukou {
padding: 2px 5px;
margin: 15px auto 5px 5px;
background-color: rgba(0,165,146,1.00);
color: rgba(255,255,255,1.00);
border-radius:3px; 
text-align: center;
min-width: 200px;
}

#mv {
background-color: rgba(246,174,76,1.00);
padding: 0;
}

#mv img {
max-width: 100%;
width: 800px;
margin: auto;
display: block;
}
#mv h2 {
font-size: 23px;
line-height: 30px;
margin: 20px auto 0;
color: rgba(53,54,104,1.00);
}
#mv p {
text-align: center;
}

#mv table {
width: 800px;
margin: 20px auto;
}
#mv table tbody td {
font-size: 16px;
padding: 20px;
}
#mv table tbody td img {
width: 98%;
}





/* ↓アコーディオン↓ */

.acd-check + label {
display: inline-block;
background-color: rgba(50,50,50,1.00);
color: rgba(255,255,255,1.00);
padding: 0 10px;
}
.accordion{
margin: 0;
padding: 7px 30px 7px 35px;
display: block;
position: relative;
}
.aco-box{
height: auto;
opacity: 1;
visibility: visible;
display: block;
}
.acd-check:checked ~ .aco-box{
height: 0;
opacity: 0;
visibility: hidden;
display: none;
}
.aco-box table.formTable {
margin-bottom: 20px;
}
.aco-box table.formTable:nth-child(odd) th {
	background-color: rgba(235,225,230,1.00);
}

.aco-box table.formTable:nth-child(even) th {
	background-color: rgba(230,230,230,1.00);
}

.btn {
width: 280px;
display: block;
background-color: rgba(53,54,104,1.00);
padding: 5px 15px;
margin: 30px auto;
color: rgba(255,255,255,1.00);
border-radius: 30px;
}

/* ↑アコーディオン↑ */



@media (max-width: 770px) {
.770-550（sm）ーーーーーーーーーーーーーーー{}
.waku {
border: 3px solid rgba(0,165,146,1.00);
padding: 10px;
}
h2 {
font-size: 30px;
}


table.formTable {
width: calc(100% - 10px);
margin: 5px;
}
table.formTable tbody,
table.formTable tbody tr {
width: 100%;
}
table.formTable td,
table.formTable th {
padding:5px;
display: block;
width: 100%!important;
}
table.formTable th {
width: 30%;
font-weight: normal;
background-color: rgba(230,235,240,1.00);
text-align: left;
}
table.formTable td input[type="text"] {
background-color: rgba(240,240,240,1.00);
padding: 5px;
width: 100%;
border-radius: 5px;
margin: 2px 0;
line-height: 20px;
}
table.formTable td textarea {
height: 80px;
}
.aco-box table.formTable td textarea {
height: 55px;
}
table.formTable td label {
border-radius: 30px;
padding: 5px 15px;
margin: 5px 5px 5px 0;
}

/*770-550（sm）*/}

@media (max-width: 550px) {
.550以下（xs）ーーーーーーーーーーーーーーー{}
body {
font: 16px/150% "Hiragino Sans", YuGothic, "Yu Gothic medium",  Meiryo, sans-serif;
}
.pc {
display: none;
}
.smt {
display: block;
}
h1 {
font: bold 30px/40px "Hiragino Sans", YuGothic, "Yu Gothic medium",  Meiryo, sans-serif;
}
h2 {
font-size: 25px;
}
/*550以下（xs）*/}

/* ↑共通↑ */




/* ↓ナビゲーション↓ */
nav ul li {
display: inline-block;
width: calc(100% / 5);
}
nav ul li a {
text-align: center;
display: block;
}
/* ↑ナビゲーション↑ */




@media (min-width: 1200px) {
.1200以上（xl）ーーーーーーーーーーーーーーー{}

/*1200 以上（xl）*/}





@media (max-width: 1200px) {
.1200-990（lg）ーーーーーーーーーーーーーーー{}

/*1200-990（lg）*/}





@media (max-width: 990px) {
.990-770（md）ーーーーーーーーーーーーーーー{}

/*990-770（md）*/}





@media (max-width: 770px) {
.770-550（sm）ーーーーーーーーーーーーーーー{}

/* スマホでクリックミスを防ぐ為 */
a:hover {
opacity: 1.00;
filter: alpha(opacity=100);
-ms-filter: "alpha( opacity=100 )";
}


/*770-550（sm）*/}





@media (max-width: 550px) {
.550以下（xs）ーーーーーーーーーーーーーーー{}

/*550以下（xs）*/}







.ハンバーガーメニューーーーーーーーーーーーーーーーーー{}
@media (max-width: 550px) {
header nav {
pointer-events: none;
}
header nav ul {
border-radius: 10px;
margin: 50px 5px 0;
pointer-events: all;
}
header nav ul li {
display: block;
width: 100%;
margin-bottom: 5px;
}

#nav-toggle {
	display: none;
	position: fixed;
	top: 5px;
	right: 5px;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgba(236,121,120,1.00);
	border-radius: 50%;
}
#nav-toggle div{
width: 40px;
height: 40px;
}
#nav-toggle > div {
position: relative;
width: 40px;
}
#nav-toggle span {
width: 70%;
height: 3px;
left: 0;
display: block;
background-color: rgba(255,255,255,1.00);
position: absolute;
-webkit-transition: .35s ease-in-out;
-moz-transition: .35s ease-in-out;
margin: 10px auto 0px 15%;
transition: .35s ease-in-out;
border-radius: 10px;
}
#nav-toggle span:nth-child(1) {
top: 0;
}
#nav-toggle span:nth-child(2) {
top: 8px;
}
#nav-toggle span:nth-child(3) {
top: 16px;
}
#overlay {
display: none;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
}



#smt-nav {
position: fixed;
height: 100%;
width: 320px;
top: 0px;
right: -320px;
-webkit-transition: .35s ease-in-out;
transition: .35s ease-in-out;
overflow-y: scroll!important;
-webkit-overflow-scrolling: touch;
margin-top: 0px;
}
/* サブメニューは開けない */
#global-nav .sub-menu-head:after,
#global-nav .sub-menu-nav {
display: none;
}
#nav-toggle {
display: block;
}



/* nav open */
.open {
overflow: hidden;
}
.open #overlay {
display: block;
background-color: rgba(0,0,0,0.70);
}
.open #smt-nav  {
-webkit-transform: translate3d(-100%,0,0);
transform: translate3d(-100%,0,0);
}

/* #nav-toggle close */
.open #nav-toggle {
background-color: rgba(255,255,255,0.00);
}
.open #nav-toggle span:nth-child(1) {
top: 8px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
width: 0;
left: 50%;
}
.open #nav-toggle span:nth-child(3) {
top: 8px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
}

/* z-index */
#overlay {
z-index: 100;
}
#smt-nav {
z-index: 200;
}
#nav-toggle {
z-index: 300;
}
/*500*/}

