@charset "UTF-8";

body {
	font-family: "Sawarabi Gothic";
	min-width: 1100px;
}
.loading_title {
	font-size: 2rem;
	line-height: 50px;
}
.loading_title span {
    font-size: 4.5rem;
    color: #f9819a;
    display: block;
}
.loading {
	position: fixed;
	left: 0;
	top: 0;
	width:100%;
	height: 100%;
	z-index: 99999;
	background: #fff;
}
.loading_inner {
    height: 100vh;
    width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
    font-family: 'Hammersmith One', sans-serif;
    position: absolute;
    top: 0;
    left: 0;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.fv_inner {
    border: 30px solid #fff;
    background-image:url(../img/fv_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 90vh;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    border-radius: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.fv {
    width: 100%;
    height: 100vh;
}

header {
    position: fixed;
    display: flex;
    width: 100%;
	z-index: 9999;
	min-width: 1100px;
    justify-content: space-between;
}
header a {
    display: block;
    padding: 12px 40px;
    color: #fff;
    background: #f9819a;
    font-size: 1.6rem;
    border: 5px solid #fff;
    font-weight: bold;
    position: absolute;
    right: 50px;
    border-radius: 100px;
    box-shadow: 0 4px 6px rgb(0 0 0 / 10%);
    top: 50px;
}
header a i {
    margin-right: 10px;
    color: #fff;
    font-size: 1.6rem;
}
h1.logo {
    display: block;
    padding: 20px;
    background: #fff;
}
.logo img {
    width: 90px;
    height: auto;
}
.fv_message {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
	align-items: center;
}
.fv_message h2 {
    width: 240px;
    height: auto;
}
.fv_cap {
    font-size: 10rem;
    font-weight: bold;
    color: #fff;
    border-right: 6px solid #fff;
    line-height: 90px;
    text-align: right;
    font-family: 'Hammersmith One', sans-serif;
    padding-right: 30px;
}
.fv_cap span {
    font-size: 10.5rem;
    color: #fff45c;
    display: block;
}
.bg_area {
	background-image: url(../img/bg_blue.jpg), url(../img/bg_green.jpg);
	background-size: 25% ,25%;
	background-repeat: no-repeat, no-repeat;
	background-position: left top 10%, right bottom;
}
section.concept {
    text-align: center;
    padding: 100px 0;
}

.concept p {
    font-size: 1.8rem;
    line-height: 40px;
}
section.tokucho {
    padding-bottom: 120px;
	background-image: url(../img/pink_top.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.tokucho1 {
    max-width: 1000px;
    display: flex;
    margin: 0 auto 100px;
}

.tokucho_cap p {
    font-size: 1.6rem;
    line-height: 35px;
}
.tokucho_cap h2 {
    margin-bottom: 30px;
    font-size: 3rem;
    font-weight: bold;
}
.tokucho_image {
    width: 43%;
    border-radius: 10px;
    margin-right: 7%;
    background: #f7f7f7;
    overflow: hidden;
}
.tokucho_cap h2 img {
    display: block;
    width: 110px;
    margin-bottom: 10px;
}
.tokucho_cap {
    width: 50%;
}

.tokucho2 {
    display: flex;
    max-width: 1000px;
    margin: 0 auto 100px;
    flex-flow: row-reverse;
}

.tokucho2 .tokucho_image {
    width: 43%;
    margin-left: 7%!important;
	margin-right: 0!important;
    background: #f7f7f7;
}


.tokucho3 {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
}

.concept h2 {
    margin: 0 auto 30px;
    display: block;
    text-align: center;
}

.concept h2 img {
    display: block;
    width: 500px;
    margin: 0 auto;
}

section.outline {
    padding: 100px 0;
	background-image: url(../img/pink_bg.png);
	background-repeat: repeat;
	background-size: auto;
}

.outline h2 {
    text-align: center;
    font-size: 3rem;
    color: #fff;
    max-width: 800px;
    border-bottom: 2px dashed #fff;
    margin: 0 auto 30px;
    padding-bottom: 30px;
}

table.outline_table {
    margin: 0;
}

.outline_table td {
    font-size: 1.6rem;
    line-height: 40px;
    border-bottom: 1px solid #eee;
    padding: 20px;
}

.outline_table th {
    font-size: 1.6rem;
    padding: 20px 0;
    border-bottom: 1px solid #f9819a;
    width: 100px;
    font-weight: normal;
    color: #f9819a;
}

.outline_table td span {
    display: block;
    font-size: 1.3rem;
}
.outline_inner {
    padding: 20px 40px 40px;
    background: #fff;
    margin: 0 auto;
    max-width: 730px;
    border-radius: 20px;
    margin-top: 60px;
}
.prof_inner {
    max-width: 800px;
    display: flex;
    margin: 0 auto;
    align-items: center;
}
.prof_image {
    width: 200px;
    background: #eee;
    height: 200px;
    overflow: hidden;
    border-radius: 100%;
    border: 6px solid #fff;
}
.prof_cap {
    width: 70%;
    margin-left: 5%;
}

.prof_cap p {
    line-height: 30px;
    font-size: 1.4rem;
    color: #fff;
    border-left: 1px solid #fff;
    padding-left: 20px;
}

.prof_cap h3 {
    font-size: 2.4rem;
    margin-bottom: 15px;
    color: #fff;
}

.prof_cap h3 span {
    margin-left: 20px;
    font-size: 1.5rem;
    color: #fff;
}

section.prof {
    background: #f9819a;
    padding-bottom: 100px;
}

.prof h2 {
    text-align: center;
    font-size: 3rem;
    color: #fff;
    max-width: 800px;
    border-bottom: 2px dashed #fff;
    margin: 0 auto 30px;
    padding-bottom: 30px;
}

.contact form {
    margin: 0px auto;
    display: block;
    width: 500px;
    padding: 80px 0;
}

.contact input {
    width: 460px;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    border: none;
    margin: 10px 0;
}
.contact {
    background-color: #f5f5f5;
    padding: 150px 0 20px;
    background-image: url(../img/pink_bottom.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
}
p.contact_cap {
    text-align: center;
    margin: 30px 0;
    line-height: 30px;
}
p.contact_cap2 {
    margin: 0 auto 30px;
    text-align: center;
    line-height: 30px;
}

a.mail_link {
    display: block;
    text-align: center;
    text-decoration: underline;
    color: #f9819a;
}
.contact textarea {
    border: none;
    width: 460px;
    border-radius: 8px;
    padding: 20px;
    margin-top: 10px;
}

p.form_title {
    margin-top: 30px;
    font-size: 1.6rem;
}

span.radio_button {
    display: flex;
    align-items: center;
}

.radio_button input {
    width: 30px;
}

.sousin {
    color: #fff;
    width: 100%!important;
    padding: 20px!important;
    margin: 20px auto!important;
    font-size: 1.6rem;
    display: block;
    background: #f9819a!important;
}

.power a {
    display: block;
    text-align: center;
    font-size: 1rem;
}
.contact h2 {
    text-align: center;
    font-size: 3rem;
    color: #f9819a;
}
.icon {
    font-size: 3rem;
    color: #fff;
    display: block;
    margin-bottom: 15px;
}

.contact .icon {
    color: #f9819a;
}
footer {
    padding: 40px 0 40px 0;
    background: #eee;
    margin-top: 0;
}

small {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    color: #aaa;
}
a.insta_link2 {
    display: block;
    padding: 15px 0;
    margin: 30px auto 0;
    text-align: center;
    background: #f9819a;
    max-width: 340px;
    color: #fff;
    border-radius: 100px;
}

.insta_link2 i {
    color: #fff;
    margin-right: 6px;
}

a.insta_link {
    right: 260px;
    padding: 10px 13px;
    text-align: center;
}

.insta_link i {
    font-size: 2.5rem;
    margin: 0 auto;
    font-weight: normal;
}
p.radio_area {
    margin-top: 15px;
}
.manseki_2 {
    text-align: center;
    margin-top: 50px;
    font-weight: bold;
    color: #d80000;
}

.manseki {
    color: #d80000;
    font-weight: bold;
}
/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {

body {
	font-family: "Sawarabi Gothic";
	min-width: inherit;
}
.loading_title {
	font-size: 2rem;
	line-height: 50px;
}
.loading_title span {
    font-size: 4.5rem;
    color: #f9819a;
    display: block;
}
.loading {
	position: fixed;
	left: 0;
	top: 0;
	width:100%;
	height: 100%;
	z-index: 99999;
	background: #fff;
}
.loading_inner {
    height: 100vh;
    width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
    font-family: 'Hammersmith One', sans-serif;
    position: absolute;
    top: 0;
    left: 0;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.fv_inner {
    border: 10px solid #fff;
    background-image:url(../img/fv_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 80vh;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.fv {
    width: 100%;
    height: 84vh;
}

header {
    position: fixed;
    display: flex;
    width: 100%;
    z-index: 9999;
    min-width: inherit;
    justify-content: space-between;
}
header a {
    display: block;
    padding: 10px 22px;
    color: #fff;
    background: #f9819a;
    font-size: 1.2rem;
    border: 3px solid #fff;
    font-weight: bold;
    position: absolute;
    right: 20px;
    border-radius: 100px;
    box-shadow: 0 4px 6px rgb(0 0 0 / 10%);
    top: 20px;
}
header a i {
    margin-right: 6px;
    color: #fff;
    font-size: 1.3rem;
}
h1.logo {
    display: block;
    padding: 10px;
    background: #fff;
}
.logo img {
    width: 60px;
    height: auto;
}
.fv_message {
    width: 100%;
    margin: 30px auto 0;
    display: block;
    justify-content: space-between;
    align-items: center;
}
.fv_message h2 {
    width: 90px;
    height: auto;
    margin: 0 auto 30px;
}
.fv_cap {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    border-right: none;
    line-height: 24px;
    text-align: center;
    font-family: 'Hammersmith One', sans-serif;
    padding-right: 0;
}
.fv_cap span {
    font-size: 3.5rem;
    color: #fff45c;
    margin-top: 10px;
    display: block;
}
.bg_area {
	background-image: url(../img/bg_blue.jpg), url(../img/bg_green.jpg);
	background-size: 40% ,40%;
	background-repeat: no-repeat, no-repeat;
	background-position: left top 10%, right bottom;
}
section.concept {
    text-align: center;
    padding: 30px 5%;
}

.concept p {
    font-size: 1.2rem;
    line-height: 24px;
    text-align: left;
}
section.tokucho {
    padding-bottom: 50px;
    background-image: url(../img/pink_top.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.tokucho1 {
    max-width: 90%;
    display: block;
    margin: 0 auto 50px;
}

.tokucho_cap p {
    font-size: 1.2rem;
    line-height: 25px;
    text-shadow: 1px 1px 0 #fff;
}
.tokucho_cap h2 {
    margin-bottom: 10px;
    font-size: 2rem;
    font-weight: bold;
}
.tokucho_image {
    width: 43%;
    border-radius: 10px;
    margin-right: 7%;
    width: 100%;
    background: #f7f7f7;
    overflow: hidden;
}
.tokucho_cap h2 img {
    display: block;
    width: 80px;
    margin-bottom: 10px;
}
.tokucho_cap {
    width: 100%;
}

.tokucho2 {
    display: block;
    max-width: 90%;
    margin: 0 auto 50px;
    flex-flow: row-reverse;
}

.tokucho2 .tokucho_image {
    width: 100%;
    margin-left: 0;
    margin-right: 0!important;
    background: #f7f7f7;
}


.tokucho3 {
    max-width: 90%;
    margin: 0 auto;
    display: block;
}

.concept h2 {
    margin: 0 auto 20px;
    display: block;
    width: 100%;
    text-align: center;
}

.concept h2 img {
    display: block;
    width: 500px;
    margin: 0 auto;
}

section.outline {
    padding: 30px 0;
    background-image: url(../img/pink_bg.png);
    background-repeat: repeat;
    background-size: auto;
}

.outline h2 {
    text-align: center;
    font-size: 2rem;
    color: #fff;
    max-width: 90%;
    border-bottom: 1px dashed #fff;
    margin: 0 auto 20px;
    padding-bottom: 15px;
}

table.outline_table {
    margin: 0;
}

.outline_table td {
    font-size: 1.2rem;
    display: block;
    line-height: 25px;
    border-bottom: none;
    padding: 10px 0 20px;
}

.outline_table th {
    font-size: 1.2rem;
    padding: 10px 0;
    border-bottom: 1px solid #f9819a;
    width: 100%;
    display: block;
    font-weight: normal;
    color: #f9819a;
}

.outline_table td span {
    display: block;
    font-size: 1.3rem;
}
.outline_inner {
    padding: 15px 20px 10px;
    background: #fff;
    margin: 0 auto;
    max-width: 80%;
    border-radius: 10px;
    margin-top: 30px;
}
.prof_inner {
    max-width: 90%;
    display: block;
    margin: 0 auto;
    align-items: center;
}
.prof_image {
    width: 160px;
    background: #eee;
    height: 160px;
    overflow: hidden;
    margin: 0 auto 10px;
    border-radius: 100%;
    border: 4px solid #fff;
}
.prof_cap {
    width: 100%;
    margin-left: 0;
}

.prof_cap p {
    line-height: 25px;
    font-size: 1.2rem;
    color: #fff;
    border-left: none;
    padding-left: 0;
}

.prof_cap h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
}

.prof_cap h3 span {
    margin-left: 10px;
    font-size: 1.2rem;
    color: #fff;
}

section.prof {
    background: #f9819a;
    padding-bottom: 40px;
}

.prof h2 {
    text-align: center;
    font-size: 2rem;
    color: #fff;
    max-width: 90%;
    border-bottom: 1px dashed #fff;
    margin: 0 auto 20px;
    padding-bottom: 15px;
}

.contact form {
    margin: 0px auto;
    display: block;
    width: 100%;
    padding: 40px 0;
}

.contact input {
    width: 80%;
    padding: 10px;
    background: #fff;
    border-radius: 6px;
    border: none;
    margin: 10px 0;
}
.contact {
    background-color: #f5f5f5;
    padding: 60px 5% 0;
    background-image: url(../img/pink_bottom.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
}
p.contact_cap {
    text-align: left;
    margin: 20px 0;
    font-size: 1.2rem;
    line-height: 25px;
}
p.contact_cap2 {
    margin: 0 auto 15px;
    text-align: left;
    font-size: 1.2rem;
    line-height: 25px;
}

a.mail_link {
    display: block;
    text-align: center;
    text-decoration: underline;
    color: #f9819a;
}
.contact textarea {
    border: none;
    width: 80%;
    border-radius: 8px;
    padding: 10px;
    margin-top: 10px;
}

p.form_title {
    margin-top: 30px;
    font-size: 1.2rem;
    border-left: 4px solid #f9819a;
    padding: 4px 10px;
}

span.radio_button {
    display: flex;
    align-items: center;
}

.radio_button input {
    width: 30px;
}

.sousin {
    color: #fff;
    width: 100%!important;
    padding: 16px!important;
    margin: 20px auto!important;
    font-size: 1.4rem;
    display: block;
    background: #f9819a!important;
}

.power a {
    display: block;
    text-align: center;
    font-size: 1rem;
}
.contact h2 {
    text-align: center;
    font-size: 2rem;
    color: #f9819a;
}
.icon {
    font-size: 2rem;
    color: #fff;
    display: block;
    margin-bottom: 10px;
}

.contact .icon {
    color: #f9819a;
}
footer {
    padding: 20px 0 20px 0;
    background: #eee;
    margin-top: 0;
}

small {
    display: block;
    text-align: center;
    font-size: 1rem;
    color: #aaa;
}
p.contact_cap2 br {
    display: none;
}

p.contact_cap br {
    display: none;
}
a.insta_link2 {
    display: block;
    padding: 15px 0;
    margin: 30px auto 0;
    text-align: center;
    background: #f9819a;
    max-width: 90%;
    color: #fff;
    border-radius: 100px;
    font-size: 1.15rem;
}
a.insta_link {
    right: 155px;
    padding: 8px 11px;
    text-align: center;
}
}
