*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px; /* 1 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

img {
  width: 100%;
  height: 100%;
}

a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.8;
  transition: all 0.6s;
}

.wrap {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 601px) {
  .wrap {
    width: 1160px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .wrap {
    width: 90%;
  }
}

.flex {
  display: flex;
}
.flex-jcsb {
  justify-content: space-between;
}
.flex-jcfe {
  justify-content: flex-end;
}
.flex-jcc {
  justify-content: center;
}
.flex-aic {
  align-items: center;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-row-r {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}

.pc {
  display: none;
}

.sp {
  display: none;
}

@media screen and (min-width: 601px) {
  .pc {
    display: inherit;
  }
}
@media screen and (max-width: 600px) {
  .sp {
    display: inherit;
  }
}
.ctr {
  text-align: center;
}

@media screen and (min-width: 601px) {
  .ctr-pc {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .ctr-sp {
    text-align: center;
  }
}
.fluffy {
  opacity: 0;
  position: relative;
}
.fluffy-upper {
  bottom: -50px;
}
.fluffy-upper.move {
  opacity: 1;
  bottom: 0;
  transition: all 0.8s;
}

body {
  background: #5fbcf7;
}

#pagettl {
  border-bottom: none;
}

#breadcrumb ol li {
  color: #fcfaf0;
}
#breadcrumb ol li + li:before {
  color: #fcfaf0;
}
#breadcrumb ol a:hover {
  color: #fff;
}

#footer {
  background: #fcfaf0;
}
#footer .ftnav a {
  color: #555;
}
#footer .ftnav a:hover {
  color: #5fbcf7;
}
#footer .hobby-btn a {
  color: #555;
  border-color: #555;
}
#footer .hobby-btn a:hover {
  color: #5fbcf7;
  border-color: #5fbcf7;
}
#footer .copy {
  color: #555;
}

@media screen and (min-width: 601px) {
  #header {
    background: none;
  }
}
#contactSec .contents-box {
  width: 960px;
  margin: 80px auto 0;
}

@media screen and (max-width: 600px) {
  #contactSec .contents-box {
    width: 100%;
    margin: 40px auto 0;
  }
}/*# sourceMappingURL=contact.css.map */