@charset "utf-8";

body {
    font-family: "Zen Kaku Gothic New", sans-serif;
    background-color: #fff;
}

body, text {
    word-break: break-all;
    -webkit-text-size-adjust: 100%;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 2;
    font-size: 16px;
    margin: 0;
    color: #686350;
}

@media (max-width: 800px) {
body, text {
    font-size: 14px;
}
}

a {
    text-decoration: none;
    color: #686350;
    transition: 0.2s ease-in-out;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

label, button {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

a:hover {
    color: #686350;
}

::-moz-focus-inner {
    border: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

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

h1, h2, h3, h4 {
    margin: 0;
    font-size: 100%;
    font-weight: 500;
}

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

input, input [type="text"], textarea {
    font-size: 16px;
}

button {
    display: block;
}

address {
    font-style: normal;
}

 a img {-webkit-transition: all .3s; transition: all .3s;}
 a img:hover {opacity: 0.6; filter: brightness(110%);}


/* Common
-----------------------------------------------------*/
.contents_wrap {
    padding: 10% 0;
    overflow: hidden;
}
@media (max-width: 800px) {
.contents_wrap {
    padding: 60px 0;
}
}

.contents_wrap2 {
    padding: 0 0 10%;
    overflow: hidden;
}
@media (max-width: 800px) {
.contents_wrap2 {
    padding: 0 0 60px;
}
}

.contents_inner {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}
@media (max-width: 800px) {
.contents_inner {
    width: 90%;
}
}
/*---------------------------------------------*/


.logo {
    margin: 20% auto 10%;
    max-width: 400px;
    width: 60%;
}
@media (max-width: 800px) {
.logo {
    margin: 200px auto 100px;
    width: 200px;
}
}























/* under 800
-----------------------------------------------------*/
@media (max-width: 800px) {
.pc {
    display: none;
}
}

/* over 801
-----------------------------------------------------*/
@media (min-width: 801px) {
.sp {
    display: none;
}
}