@charset "utf-8";
/* CSS Document */


@import url(../cookie/style.css);


/***** RESET *****/
html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    word-break: normal;
    -moz-tab-size: 4;
    tab-size: 4;
    scroll-behavior: smooth;
}

*,
::before,
::after {
    background-repeat: no-repeat;
    box-sizing: inherit;
}

::before,
::after {
    text-decoration: inherit;
    vertical-align: inherit;
}

* {
    padding: 0;
    margin: 0;
}

.fadein{
	opacity : 0;
	visibility: hidden;
	transition: 1.5s;
	transform: translateY(30px);
}
.fadein_active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}


/***** COMMON *****/
body {
    padding: 0;
	font: 15px/1.6 -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	color: #574D4F;
	background-color: #fff;
}
body #container {
    margin: 0 auto;
	max-width: 1336px;
	border: #fff 1px solid;
}

.pc { display: block; }
.sp { display: none; }

a {
	color: #574D4F;
    text-decoration: none;
}

li {
	list-style: none;
}

.morebutton {
	display: inline-block;
	margin-left: 200px;
	padding: 2px;
	position: relative;
	overflow: hidden;
	transition: all .35s ease-in-out .35s;
}
#contact .morebutton {
	margin-left: 0;
}
.morebutton span {
	display: block;
	padding: 0.15em 0.5em;
	background-color: #574D4F;
	color: #fff;
	font-size: 12px;
	z-index: 2;
	position: relative;
	transition: all .35s ease-in-out .35s;
}
#contact .morebutton span {
	background-color: #958F90;
	border: #FFD852 1px solid;
	font-size: 16px;
}
#about .morebutton:hover span, #contact .morebutton:hover span {
	color: #574D4F;
	transition: all .35s ease-in-out .35s;
}
#works .morebutton:hover span, #service .morebutton:hover span {
	color: #fff;
	transition: all .35s ease-in-out .35s;
}
.morebutton:after {
	bottom: -100%;
	right: -100%;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	transition: all .35s ease-in-out .5s;
}
.morebutton:hover:after {
	right: 0;
	bottom: 0;
	transition: all ease-in-out .35s;
}
.morebutton:before {
	top: -100%;
	left: -100%;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	transition: all .35s ease-in-out .5s;
}
.morebutton:hover:before {
	left: 0;
	top: 0;
	transition: all ease-in-out .35s;
}

#about .morebutton:hover span, #about .morebutton:after, #about .morebutton:before {
	background: #fff;
}
#works .morebutton:hover span, #works .morebutton:after, #works .morebutton:before, #service .morebutton:hover span, #service .morebutton:after, #service .morebutton:before {
	background: #8F8F8F;
}
#contact .morebutton:hover span, #contact .morebutton:after, #contact .morebutton:before {
	background: #FFD852;
}


/***** MENU *****/
.drawer {
    display: none;
}


/***** HEADER *****/
header {
    position: fixed;
	max-width: 1336px;
	width: 100%;
	padding-top: 2em;
	background-color: rgba(255,255,255,0.9);
	z-index: 100;
	border: #fff 1px solid;
}

header h1 {
    float: left;
    margin: 1em;
}
header h1 img {
	width: 140px;
}


/***** NAV *****/
header nav {
    float: right;
}

header nav li {
	display: table-cell;
    width: calc(12.5%);
    margin: 0 1em;
    text-align: center;
}
header nav li a {
	display: block;
    width: 100%;
}
header nav li a:hover {
    background-color: #574D4F;
    color: #fff;
    transition: background-color 0.5s ease-out;
}


/***** TOP *****/
section#intro, section#about, section#works, section#service {
    padding-top: 12em;
}
section#intro .innner, section#about .innner, section#works .innner, section#service .innner, section#contact .innner {
	max-width: 950px;
	margin-left: auto;
}
section#works .inblock h2, section#service .inblock h2, section#contact .inblock h2 {
	font-size: 64px;
	line-height: 1em;
}
.inblock .illust {
	margin: 2em 0;
	padding-right: 20%;
	text-align: right;
}


/***** TOP/Intro *****/
section#intro {
    padding-top: 14em;
}
section#intro h2 {
	margin: 0 0 0.5em -1em;
	font-size: 30px;
}


/***** TOP/About *****/
section#about .innner {
	padding: 4em;
	color: #fff;
	font-size: 12px;
	text-align: right;
	background-color: #958F90;
}
section#about .inblock {
	display: inline-block;
	margin-right: 20%;
	text-align: left;
}
section#about .inblock h2 {
	font-size: 40px;
	line-height: 1.2em;
}


/***** TOP/Works *****/
section#works .inblock .illust img {
	width: 250px;
}


/***** TOP/Service *****/
section#service .inblock .illust img {
	width: 450px;
}


/***** About *****/
div#about {
	max-width: 1050px;
	margin: 0 auto;
    padding: 15em 0 4em;
}
div#about .inblock h2 {
	font-size: 64px;
	line-height: 1.6em;
}
div#about .paragraph1 h3 {
	margin-bottom: 0.25em;
	font-size: 26px;
	line-height: 1.4em;
}
div#about .paragraph2 {
	margin-top: 10em;
}
div#about .inblock {
	background: url(../img/top/illust03.png) no-repeat right bottom;
	background-size: 30%;
}


/***** Works *****/
div#works {
	max-width: 1050px;
	margin: 0 auto;
    padding: 15em 0 4em;
}
div#works .inblock h2 {
	font-size: 64px;
	line-height: 1.6em;
}
div#works .inblock h3 {
	margin-bottom: 0.25em;
	font-size: 26px;
	line-height: 1.4em;
}
div#works .inblock {
	margin-bottom: 150px;
	padding-bottom: 150px;
	background: url(../img/top/illust01.png) no-repeat right bottom;
	background-size: 30%;
}

div#works .paragraph1 {
	border-bottom: #574D4F 2px solid;
	width: 925px;
	margin: 4em 0 4em auto;
	text-align: right;
}
div#works .paragraph2 {
	border-bottom: #574D4F 2px solid;
	width: 925px;
	margin: 4em 0;
	text-align: left;
}
div#works .paragraph1 p img, div#works .paragraph2 p img {
	width: 400px;
}
div#works .paragraph1 h4, div#works .paragraph1 p, div#works .paragraph2 h4, div#works .paragraph2 p {
	display: inline-block;
}
div#works .paragraph1 h4 {
	padding: 0 1em 0.25em 0;
	font-weight: normal;
}
div#works .paragraph2 h4 {
	padding: 0 0 0.25em 1em;
	font-weight: normal;
}
div#works .paragraph1 h4.spdisp {
	display: none;
}

section#contents_movie {
	max-width: 1050px;
	margin: 0 auto;
    padding-top: 13em;
}
section#contents_movie h2 iframe {
    width: 100%;
    height: 640px;
}
section#contents_movie div.info {
    margin-left: 1em;
}
section#contents_movie div.info p.date {
    float: right;
    margin-right: 1em;
}
section#contents_movie div.info h3 {
    margin: 1em 0;
    font-size: 150%;
    font-weight: normal;
}
section#contents_movie div.info h4, section#contents_movie div.info p.url {
    font-size: 90%;
    font-weight: normal;
}
section#contents_movie div.photo p {
    display: inline-block;
    width: 385px;
    margin: 8px 17px 8px 0;
}
section#contents_movie div.photo p:nth-child(3n) {
    margin-right: 0;
}
section#contents_movie div.photo img {
    width: 100%;
}


/***** Plan *****/
div#plan {
	max-width: 1050px;
	margin: 0 auto;
    padding: 15em 0 4em;
}
div#plan .inblock h2 {
	font-size: 64px;
	line-height: 1.6em;
}
div#plan .paragraph1 h3 {
	margin-bottom: 0.25em;
	font-size: 26px;
	line-height: 1.4em;
}

div#plan .paragraph2 {
	margin-top: 6em;
	text-align: center;
}
div#plan .paragraph2 h3 {
	display: flex;
	align-items: center;
	font-size: 30px;
}
div#plan .paragraph2 h3:before, div#plan .paragraph2 h3:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background-color: #4C4445;
}
div#plan .paragraph2 h3:before {
	margin-right: 2rem;
}
div#plan .paragraph2 h3:after {
	margin-left: 2rem;
}
div#plan .paragraph2 h4 {
	margin: 0.5em 0 1.5em;
	font-size: 18px;
}
div#plan .paragraph2 .inblock {
	display: inline-block;
	position: relative;
	width: 30%;
	margin: 0 0.5em;
	border: #4B4445 2px solid;
}
div#plan .paragraph2 .inblock h5 {
	padding: 0.25em;
	background-color: #4B4445;
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	text-align: center;
}
div#plan .paragraph2 .inblock h5 span, div#plan .paragraph2 .ininblock h6 span {
	padding-left: 0.25em;
	font-size: 12px;
	font-weight: normal;
}
div#plan .paragraph2 .inblock .ininblock {
	display: inline-block;
	margin: 1em auto;
	text-align: left;
}
div#plan .paragraph2 .inblock .ininblock h6 {
	margin-bottom: 0.5em;
	font-size: 18px;
}

div#plan .paragraph2 .block1 {
	display: inline-block;
	width: 37.5%;
	vertical-align: top;
	text-align: center;
}
div#plan .paragraph2 .block2 {
	display: inline-block;
	width: 50%;
	margin-left: 4em;
	vertical-align: top;
}
div#plan .paragraph2 .block1 .inblock {
	width: 100%;
	border: #4B4445 1px solid;
}
div#plan .paragraph2 .block2 .inblock {
	width: 47.5%;
	margin: 0 0.25em;
	border: #4B4445 1px solid;
}
div#plan .paragraph2 .block1 .caution {
	padding: 1em 0 0 1em;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}
div#plan .paragraph2 .block1 .etc {
	display: inline-block;
	margin: 2em 0;
	padding: 0.25em 0.5em;
	border: #4B4445 1px solid;
	font-size: 16px;
	font-weight: bold;
}
div#plan .paragraph2 .spetc {
	display: inline-block;
	margin: 3em auto 0;
	padding: 0.25em 0.5em;
	border: #4B4445 1px solid;
	font-size: 16px;
	font-weight: bold;
}
div#plan .paragraph2 .block2 .limit {
	position: relative;
	margin: 2em 0.4em 1em;
	padding: 0.1em;
	border: #4B4445 1px solid;
	color: #f00;
	font-size: 20px;
	font-weight: bold;
}
div#plan .paragraph2 .block2 .limit p {
	position: absolute;
	right: 0.5em;
	bottom: 0.25em;
	color: #000;
	font-size: 12px;
	font-weight: normal;
}

div#plan .paragraph2 .shadow {
	box-shadow: 4px 4px 0px 0 rgb(65, 60, 60);
}
div#plan .paragraph2 .inblock .off {
	width: 145px;
	position: absolute;
	right: -15px;
	bottom: -28px
}


/***** FAQ *****/
div#faq {
	max-width: 1050px;
	margin: 0 auto;
    padding: 15em 0 4em;
}
div#faq .inblock h2 {
	font-size: 64px;
	line-height: 1.6em;
}
div#faq .paragraph1 h3 {
	margin-bottom: 0.25em;
	font-size: 26px;
	line-height: 1.4em;
}
div#faq .paragraph2 {
	margin-top: 6em;
}

div#faq .paragraph2 dl dt {
	margin: 4em 0 1.5em;
	padding: 0.25em 0 0.25em 40px;
	font-weight: bold;
	background: url(../faq/img/iconq.png) no-repeat;
	background-size: 30px;
}
div#faq .paragraph2 dl dd {
	padding: 0.25em 0 0.25em 40px;
	background: url(../faq/img/icona.png) no-repeat;
	background-size: 30px;
}
div#faq .paragraph2 dl dd a {
	text-decoration: underline;
}


/***** Contact *****/
div#contact {
	max-width: 1050px;
	margin: 0 auto;
    padding: 15em 0 4em;
}
div#contact .inblock h2 {
	font-size: 64px;
	line-height: 1.6em;
}
div#contact h3 {
	font-size: 26px;
	line-height: 1.6em;
}
div#contact h2.sentence2 {
	font-size: 64px;
	line-height: 1.6em;
}


/***** FOOTER *****/
section#contact {
    padding-top: 8em;
}
section#contact .inblock2 {
	margin-top: 1em;
	padding: 4em 6em;
	color: #fff;
	font-size: 12px;
	background-color: #958F90;
}
section#contact .inblock2 .left {
	float: left;
}
section#contact .inblock2 .right {
	float: right;
}
section#contact .inblock2::after {
	content: "";
	display: block;
	clear: both;
}
.form {
	padding: 3em 12em 0 0;
}

p.to-top{
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    right: 25px;
    bottom: 25px;
    font-size: 40px;
    color: #fff;
    background: #4d4d4d;
    cursor: pointer;
    opacity: 0.6;
}





/* SP */
@media only screen and (max-width: 768px) {


/***** COMMON *****/
body {
    padding: 0;
}
body #container {
	border: none;
}

.pc { display: none; }
.sp { display: block; }

.morebutton {
	margin: 1em 0 0 75%;
	padding: 4px 8px;
}
.morebutton span {
	font-size: 16px;
}


/***** MENU *****/
.drawer {
    display: block;
}
.drawer-hidden {
    display: none;
}

.drawer-open {
    display: flex;
    height: 40px;
    width: 80px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 100;
    cursor: pointer;
    float: left;
}

.drawer-open span, .drawer-open span:before, .drawer-open span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #333;
    transition: 0.5s;
    position: absolute;
}

/* 三本線のうち一番上の棒の位置調整 */
.drawer-open span:before {
    bottom: 8px;
}
/* 三本線のうち一番下の棒の位置調整 */
.drawer-open span:after {
    top: 8px;
}
/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer-check:checked ~ .drawer-open span {
    background: rgba(255, 255, 255, 0);
}
/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer-check:checked ~ .drawer-open span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#drawer-check:checked ~ .drawer-open span::after {
    top: 0;
    transform: rotate(-45deg);
}

.drawer-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 99;
    background: #fff;
    transition: 0.5s;
    text-align: center;
}
.drawer-content p img {
    width: 30%;
    margin: 2em 0 0;
}
.drawer-content li {
	display: block;
    width: 75%;
    letter-spacing: 1px;
    border-bottom: #4d4d4d 1px solid;
    text-align: center;
    font-size: 25px;
    margin: 1.5em auto;
}
.drawer-content .sns {
    float: none;
    margin: 0 auto;
    width: 40%;
}
.drawer-content .sns p {
	display: table-cell;
	width: 20%;
}
.drawer-content .sns img {
	width: 40px;
	margin: 1em;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer-check:checked ~ .drawer-content {
    left: 0;
}


/***** HEADER *****/
header {
    position: static;
	max-width: 100%;
    margin: 2em 0 0;
	padding-top: 0;
    text-align: right;
}

header h1 {
    float: none;
    margin: 0 1em 0 0;
}
header h1 img {
	width: 80px;
}

header .sns, header nav {
    display: none;
}


/***** TOP *****/
section#intro {
    padding-top: 2em;
}
section#about, section#works, section#service {
    padding-top: 8em;
}
section#intro .innner, section#works .innner, section#service .innner, section#contact .inblock {
	width: 85%;
	margin: 0 auto;
}
section#about .inblock h2, section#works .inblock h2, section#service .inblock h2, section#contact .inblock h2 {
	font-size: 50px;
}

.inblock .illust {
	margin: 0;
	padding: 0;
}


/***** TOP/Intro *****/
section#intro h2 {
	margin: 0 0 1em 0;
}
section#intro h2 .animatespeed2 {
	padding-left: 1em;
}


/***** TOP/About *****/
section#about .innner {
	padding: 4em 0;
	font-size: 15px;
	text-align: center;
}
section#about .innner .inblock {
	width: 85%;
	margin: 0 auto;
}


/***** TOP/Works *****/
section#works .inblock .illust img {
	width: 70%;
	margin-top: 1.5em;
}


/***** TOP/Service *****/
section#service .inblock .illust img {
	width: 95%;
	margin: 1.5em 0 4em;
}


/***** 2nd *****/
div#about, div#works, div#plan, div#faq, div#contact {
	width: 85%;
    padding: 2em 0 0 0;
}
div#about .inblock h2, div#works .inblock h2, div#plan .inblock h2, div#faq .inblock h2, div#contact .inblock h2 {
	font-size: 50px;
}
div#about .paragraph1 h3, div#works .inblock h3, div#plan .inblock h3, div#faq .inblock h3, div#contact .inblock h3 {
	font-size: 20px;
}


/***** About *****/
div#about .paragraph2 {
	margin: 4em 0;
}


/***** Works *****/
div#works .inblock {
	margin-bottom: 0;
	padding-bottom: 160px;
	background: url(../img/top/illust01.png) no-repeat right bottom;
	background-size: 60%;
}

div#works .paragraph1, div#works .paragraph2 {
	width: 95%;
	margin: 4em auto;
	border-bottom: none;
	text-align: center;
}
div#works .paragraph1 p img, div#works .paragraph2 p img {
	width: 100%;
}
div#works .paragraph1 h4.pcdisp {
	display: none;
}
div#works .paragraph1 h4.spdisp {
	display: block;
}

section#contents_movie {
	width: 100%;
	height: 100%;
	margin-bottom: 2em;
    padding-top: 2em;
}
section#contents_movie div.info {
    margin: 0 1.5em;
}


/***** Plan *****/
div#plan .paragraph2 {
	margin-top: 4em;
}
div#plan .paragraph2 h4 {
	font-size: 16px;
	text-align: left;
}
div#plan .paragraph2 .inblock, div#plan .paragraph2 .block1, div#plan .paragraph2 .block2, div#plan .paragraph2 .block2 .inblock {
	display: block;
	width: 100%;
	margin: 0.75em 0;
}
div#plan .paragraph2 .block1 .caution {
	padding: 1em 0 2em;
}
div#plan .paragraph2 .block2 {
	margin-bottom: 4em;
}
div#plan .paragraph2 .block2 .limit {
	margin: 2em 0 1.5em;
}
div#plan .paragraph2 .block2 .limit p {
	position: absolute;
	right: 0.5em;
	bottom: -2em;
}
div#plan .paragraph2 .block2 .spspace {
	margin-top: 2em;
}

div#plan .paragraph2 .pcetc {
	display: none!important;
}
div#plan .paragraph2 .spetc {
	display: inline-block;
	margin: 1em 0 0;
	padding: 0.25em 0.5em;
	border: #4B4445 1px solid;
	font-size: 16px;
	font-weight: bold;
}


/***** FAQ *****/
div#faq {
	margin-bottom: 4em;
}


/***** FOOTER *****/
section#contact {
    padding-top: 4em;
}
section#contact .inblock2 {
	margin-top: 1em;
	padding: 2em;
	color: #fff;
	font-size: 14px;
	background-color: #958F90;
}
.form {
	padding: 0;
}
#contact .morebutton span {
	font-size: 18px!important;
}









}
