@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;
}



.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 40px/50px "Hiragino Sans", YuGothic, "Yu Gothic medium",  Meiryo, sans-serif;
color: rgba(50,50,50,1.00);
margin: 50px 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(242,202,210,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;
}
form input[type="submit"] {
display: block;
padding: 10px;
min-width: 300px;
background-color: rgba(214,20,107,1.00);
border-radius: 50px;
color: rgba(255,255,255,1.00);
margin: 15px;
}
table.formTable label {
display: inline-block;
background-color: rgba(230,137,155,1.00);
color: rgba(255,255,255,1.00);
padding: 2px 10px;
border-radius: 30px;
}



/* ↓アコーディオン↓ */
.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: 0;
opacity: 0;
visibility: hidden;
display: none;
}
.acd-check:checked ~ .aco-box{
height: auto;
opacity: 1;
visibility: visible;
display: block;
}
.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);
}
/* ↑アコーディオン↑ */



header {
background-image: linear-gradient(150deg, rgba(240, 200, 200, 1), rgba(251, 237, 237, 1));
text-align: center;
margin-bottom: 30px;
}
h1 {
font-size: 30px;
line-height: 35px;
color: rgba(216,20,104,1.00);
font-weight: bold;
text-shadow:
1px 1px 0 #fff,
-1px 1px 0 #fff,
-1px -1px 0 #fff,
1px -1px 0 #fff;
letter-spacing: 0.2em;
}
h1 small {
font-size: 20px;
font-weight: bold;

}
h1 img {
width: 700px;
display: block;
margin: auto;
border: none!important;
}

header p {
display: inline-block;
text-align: left;
font: 15px "Hiragino Sans",YuGothic, "Yu Gothic medium",  Meiryo, sans-serif;
border: 3px double rgba(216,20,104,1.00);
background-color: rgba(255,255,255,1.00);
border-radius: 5px;
padding: 10px 20px;
}


#thanks main {
text-align: center;
}
#thanks main p {
text-align: left;
display: inline-block;
}

#thanks main a {
display: block;
background-color: rgba(212,111,118,1.00);
color: rgba(255,255,255,1.00);
width: 280px;
margin: auto;
padding: 10px;
border-radius: 30px;
}

.img-box {
border: 8px double rgba(246,89,140,1.00);
border-radius: 16px;
background-color: rgba(255,254,216,1.00);
padding: 5px;
}
.img-box img {
display: inline-block;
width: 50%;
}

@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(242,202,210,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;
}


/*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;
}
header p small {
display: inline-block;
margin: 0 0 10px 50px;;
padding: 0;
}

.img-box {
border: 6px double rgba(246,89,140,1.00);
border-radius: 8px;
background-color: rgba(255,254,216,1.00);
padding: 0px;
margin: 10px;
}
.img-box img {
display: inline-block;
width: 100%;
}

/*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*/}

