@charset "utf-8";
 html {
font-size: 100%;
}
body {
background-color: #fff;
color: #000;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}
a {
text-decoration: none;
color: #000;
display: block;
}
img {
max-width: 100%;
vertical-align: bottom;
}
h2 {
font-size: .95rem;
font-weight: normal;
letter-spacing: .1em;
position: relative;
margin: 0;
}
.wrapper {
max-width: 1280px;
padding: 0 3%;
margin: 0 auto;
box-sizing: border-box;
} .wrapper-pc-contact {
width: 800px;
max-width: 100%;
margin: 0 auto;
padding: 100px 0 0 0;
}
.form {
width: 95%;
}
h2.form-title {
font-size: 18px;
font-weight: bold;
}
p.raku-text a {
text-decoration: none;
color: #000;
} .raku-form-main {
width: 95%;
margin: 0 auto;
}
.raku-input-f {
width: 100%;
}
.btn {
text-align: center;
}
.submit {
width: 15%;
padding: 2px 4px;
border: 1px solid #999;
border-radius: 4px;
background-color: #fff;
cursor: pointer;
color: #000;
}
.submit:hover {
opacity: .7;
}
.wpcf7-spinner {
display: none !important;
} .clear {
display: none;
} header {
display: flex;
top: 0;
left: 0;
right: 0;
position: fixed;
justify-content: space-between;
align-items: center;
height: 70px;
z-index: 10;
border-bottom: 1px solid #000;
background-color: #fff;
}
header .logo {
height: 50px;
}
header ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
}
header li {
margin-right: 40px;
letter-spacing: .1em;
font-size: .7rem;
}
header li:last-child {
margin-right: 0;
}
header li a {
position: relative;
}
header li a::after {
position: absolute;
content: "";
bottom: -3px;
left: 0;
width: 100%;
height: 1px;
background-color: #000;
transition: all .3s;
transform: scale(0,1);
transform-origin: center top;
}
header li a:hover::after {
transform: scale(1,1);
}
h1 {
font-size: 0;
margin: 0;
} #title {
padding-top: 100px;
padding-bottom: 100px;
box-sizing: border-box;
border-bottom: 1px solid #000;
margin-bottom: 80px;
}
#title .title-all {
display: flex;
margin: 0;
padding: 0;
}
#title .title01 {
flex: 1;
font-size: .9rem;
letter-spacing: .1em;
padding-top: 40px;
}
#title .title02 {
display: flex;
justify-content: space-between;
flex: 2;
}
#title .title03 {
font-size: .9rem;
letter-spacing: .1em;
padding-top: 80px;
margin-left: 140px;
text-align: center;
}
#title .title04 {
font-size: .9rem;
letter-spacing: .1em;
padding-top: 84px;
}
#title .title04 .left {
width: 104px;
text-align: left;
margin-left: auto;
}
#title a {
position: relative;
}
#title a::after {
content: "";
position: absolute;
top: 50%;
left: 90px;
transform: translateY(-50%); 
border: 8px solid transparent;
border-left: 10px solid #000;
}
#title a:hover {
opacity: .7;
} #origami {
margin-bottom: 300px;
}
#origami ul {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
padding: 0;
margin: 0 0 120px 0;
}
#origami li {
list-style: none;
letter-spacing: .1em;
font-size: .8rem;
width: 450px;
margin-bottom: 20px;
}
#origami .letter-s {
box-shadow: 2px 2px 4px;
} #contact {
padding-top: 70px;
box-sizing: border-box;
margin-bottom: 200px;
position: relative;
}
.pole {
position: absolute; 
top: -100px;
left: 0;
width: 50%;
z-index: -10;
}
.background { 
display: block;
height: 500px;
border-radius: 50%;
}
#contact h2 {
font-size: .95rem;
font-weight: normal;
letter-spacing: .1em;
margin: 0 0 20px 0;
text-align: center;
}
#contact .form-all {
width: 55%;
margin-top: 40px;
margin-left: auto;
text-align: center;
}
.btn {
text-align: center;
}
.submit {
width: 15%;
padding: 2px 4px;
border: 1px solid #999;
border-radius: 4px;
background-color: #fff;
cursor: pointer;
color: #000;
}
.submit:hover {
opacity: .7;
}
.wpcf7-spinner {
display: none !important;
}
.input-f {
width: 70%;
}
#contact .text {
font-size: .7rem;
margin: 0 auto 0;
text-align: center;
}
#contact .text02 {
font-size: .7rem;
margin: 0 auto 0;
text-align: center;
margin-bottom: 20px;
width: 70%;
}
#contact .text02 a {
display: inline;
}
#contact .privacy {
margin: 0 auto;
width: 85%;
}
#contact h3 {
font-weight: normal;
font-size: .7rem;
}
#contact li {
font-size: .7rem;
text-align: left;
} .pagetop,
.pagetop2 {
transition: all 500ms;
}
.pagetop a {
position: fixed;
right: 20px;
bottom: 50px;
letter-spacing: .1em;
font-size: .9rem;
background-color: #000;
padding: 8px;
color: #fff;
border-radius: 4px;
}
.pagetop2 a {
position: fixed;
right: 20px;
bottom: 90px;
letter-spacing: .1em;
font-size: .9rem;
background-color: #000;
padding: 8px;
color: #fff;
border-radius: 4px;
}
.pagetop a:hover,
.pagetop2 a:hover {
opacity: .7;
} footer {
text-align: center;
font-size: .7rem;
letter-spacing: .1em;
margin-bottom: 20px;
} @media screen and (max-width:600px) { .clear {
display: block;
}
header ul {
flex-wrap: wrap;
width: 70%;
}
header li {
margin-right: 0;
margin-left: auto;
margin-top: 3px;
margin-bottom: 3px;
letter-spacing: .1em;
font-size: .55rem;
} #title .title-all {
display: block;
}
#title .title01 {
flex: 0;
}
#title .title02 {
flex: 1;
}
#title .title03 {
margin-left: 50px;
} .pole {
position: absolute; 
top: -200px;
left: 0;
width: 100%;
z-index: -10;
}
#contact h2.contact {
text-align: left;
}
#contact .form-all {
width: 100%;
}
#contact dl {
display: block;
flex-wrap: nowrap;
}
#contact dt.form-t {
width: 100%;
padding: 10px 0 0 0;
text-align: center;
}
#contact dd {
width: 100%;
padding: 5px 0;
margin: 0 0 10px 0;
}
#contact .text02 {
width: 100%;
}
}