@charset "utf-8";
body {
	font-family: "UD Digi Kyokasho NP-R", 'Meiryo';
	font-style: normal;
}
header {
  
}
.primary_header {
    width: 30%;
    margin-left: 0%;
}
.primary_header img {
    filter: drop-shadow(0px 3px 6px #0000004D);
    opacity: 1;
    width: 25%;
    position: fixed;
    left: -1%;
    z-index: 1;
}
.secondary_header {
    width: 70%;
    position: fixed;
    top: 0;
    left: 30%;
	z-index: 1;
}
.secondary_header ul {
	margin-top: 0%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.secondary_header ul li {
    list-style: none;
    /* [disabled]float: left; */
    /* [disabled]margin-right: auto; */
    margin-top: 0px;
    /* [disabled]margin-left: auto; */
	padding-right: 5%;
    transition: all 0.3s linear;
    text-align: left;
    line-height: 58px;
    font-weight: normal;
    font-variant: normal;
    font-style: normal;
    font-size: 30px;
    font-family: UD Digi Kyokasho NP-R, 'Meiryo';
    letter-spacing: 0px;
    color: #FA5C76;
    text-shadow: 0px 3px 6px #00000080;
    opacity: 1;
}
.secondary_header ul li a {
	color: #FA5C76;
}
.secondary_header ul li a:hover {
	color: #717070;
	cursor: pointer;
}
a {
	text-decoration: none;
}
.repeat_grid {
    position: fixed;
    top: 20%;
    left: 5%;
    width: 5%;
}
.about_main_image {
	height: 700px;
    text-align: center;
    font: normal normal bold 6em/7.3em UD Digi Kyokasho NK-B, 'Meiryo';
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #00000082;
    opacity: 1;
    background-image: url(../images/picture_about.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0% 45%;
}
.main_comment {
    padding-top: 20%;
    text-align: center;
    font: normal normal normal 1.8em/2em UD Digi Kyokasho NP-R, 'Meiryo';
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #00000080;
    opacity: 1;
    background-image: url(../images/picture_TOP.jpg);
    background-size: cover;
    height: 980px;
    background-position: center center;
}
@keyframes open-keyanime1 {
  0% { 
    opacity: 0;
 } 
  100% {
    opacity: 1;
  }
}
.main_comment p {
  animation-name: open-keyanime1;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-fill-mode: none;
  animation-iteration-count: 1;
}

.three_pillers {
	display: flex;
	justify-content: center;
	margin: 10% 0%;
}
/*.three_pillers img {
    width: 60%;
    height: 60%;
}*/
.stork {
    width: 25%;
    position: absolute;	
	right: 5%;
}
.news h2 {
	text-align: center;
	font-size: 2.5em;
    letter-spacing: 0px;
    color: #37B8A3;
}
.news ul li {
	list-style: none;
	text-align: center;
	color: #37B8A3;
	font-size: 1.5em;
}
.etc {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin: 10% 20%;
}
.etc div {
    margin: 0% 2%;
}
footer {
	background-color: #F8D3E1;
	margin-top: 13%;
}
footer p {
	text-align: left;
	padding-left: 24%;
	color: #FA5C76;
}
footer .copy {
	text-align: center;
	padding: 0;
}
footer ul {
	list-style: none;
}
.sitemap ul {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 20%;
}
.sitemap li {
	margin-left: 5%;
}
.sitemap li a {
    color: #FA5C76;
}
#page_top {
    position: fixed;
    bottom: 0px;
    right: -30px;
    z-index: 100;
    display: none;
	width: 80px;
}
#page_top .icons {
    width: 50%;
    /* [disabled]right: -500px; */
}
#page_top .icons img {
	margin-top: 5px;
	margin-bottom: 5px;
}
.profile {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0% 5% 0% 5%;
}
.profile .grid {
	margin: 5% 0% 8%;
}
.chika_profile {
	display: flex;
}
.chika_profile img {
	padding: 0% 5% 0% 0%;
}
.jun_profile img {
	padding: 0% 0% 0% 5%;
}
.chika_profile p {
	line-height: 2em;
	font-size: 1.1em;
}

.center_grid {
	width: 5%;
}
#about {
    
}
.couple {
    margin-top: 5%
}
.lyre_main_image {
    height: 700px;
    text-align: center;
    font: normal normal bold 6em/7.3em UD Digi Kyokasho NK-B, 'Meiryo';
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #00000082;
    opacity: 1;
    background-image: url(../images/IMG_lyer.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0% 45%;
}
.lyre_1 {
	margin: 0 15% 8%; 
	padding: 2%;
}
.lyre_1 h3 {
	font-size: 2em;
	color: #37B8A3;
}
.intro_factory {
    display: flex;
    flex-direction: row;
	justify-content: flex-start;
}
.intro_factory p {
	line-height: 2em;
	font-size: 1.2em;
	margin-top: 2%;
}
.intro_factory img {
    width: 25%;
    height: 25%;
    border-width: thin;
    border-radius: 20px;
    border-style: none;
}
.link_tiny {
	display: flex;
	flex-direction: row;
	padding: 1%;
	margin: 5% 10% 1%;
}
.link_tiny img {
    
}
.tiny_lyre {
	
}
.tiny_lyre h3 {
	text-align: center;
	font-size: 2em;
	color: #37B8A3;
}
.tiny_lyre p {
	text-align: center;
	font-size: 1.5em;
}
.lyre_2 {
	margin: 5% 10% 5%;
}
.lyre_2 h3 {
	text-align: center;
	font-size: 2.5em;
	color: #37B8A3;
}
.lyre_2 p {
	text-align: center;
	margin-bottom: 2%;
}
.sslyre {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
}
.each {
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3%;
}
.each p {
	text-align: start;
	color: #37B8A3;
	font-size: 1.2em;
	padding-left: 5%;
}
.each img {
	width: 80%;
}
.each h4 {
	text-align: center;
	font-size: 1.2em;
	color: #37B8A3;
	margin-top: auto;
	margin-bottom: auto;
}
.lyre_3 {
	display: flex;
	flex-direction: column;
}
.lyre_3 h3 {
	text-align: center;
	font-size: 2.0em;
	color: #37B8A3;
}
.lyre_3 div {
	text-align: center;
}
.lyre_3 img {
	width: 60%;
}
.lyre_3 h3 {
	margin-top: 2%;
}
.writer_main_image {
	height: 700px;
    display: flex;
	justify-content: center;
	align-items: center;
    font: normal normal bold 5em/7.3em UD Digi Kyokasho NK-B, 'Meiryo';
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #00000082;
    opacity: 1;
    background-image: url(../images/IMG_writer.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0% 45%;
}
#writer {
	margin: 0 5% 2%;
	padding: 2%;
	display: flex;
}
#writer .writer_plofile {
	width: 60%;
}
#writer img {
	margin: 0% auto 0% 10%;
	width: 65%;
}
.writer_plofile h2 {
	text-align: end;
	color: #37B8A3;
}
.writer_plofile p {
	text-align: end;
	line-height: 2.2em;
}
.tauko_main_image {
	height: 700px;
    display: flex;
	justify-content: center;
	align-items: center;
    font: normal normal bold 4em/7.3em UD Digi Kyokasho NK-B, 'Meiryo';
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #00000082;
    opacity: 1;
    background-image: url(../images/IMG_tauko.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0% 45%;
}
#mc {
	margin: 0 5% 2%;
	padding: 2%;
	display: flex;
}
#mc .mc_plofile {
	width: 60%;
}
#mc img {
    margin: 0% 10% 0% auto;
	width: 65%;
}
.mc_plofile h2 {
	color: #37B8A3;
}
.mc_plofile p {
	line-height: 2.2em;
}
.therapy_main_image {
    height: 700px;
	display: flex;
	align-items: center;
    font-weight: normal;
    font-variant: normal;
    font-style: normal;
    font-size: 2.5em;
    font-family: UD Digi Kyokasho NK-B, 'Meiryo';
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #00000082;
    opacity: 1;
    background-image: url("../images/IMG_therapy.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0% 45%;
}
.therapy {
	
}
.therapy h3 {
	text-align: center;
	font-size: 2em;
	color: #37B8A3;
}
.therapy_lyre {
	font-size: 1.5em;
	text-align: center;
	color: #37B8A3;
	margin-top: 5%;
	margin-bottom: 5%;
}
.therapy_2 {
	margin: 15% 5% 0%;
}
.therapy_2  p {
	text-align: center;
}
.therapy_each {
	display: flex;
	margin-bottom: 2%;
}
.therapy_each img {
    border-width: thin;
    border-radius: 10%;
    border-style: none;
}
.therapy_group {
	display: flex;
	/* border: 1px solid #707070; */
	padding: 2%;
	margin-left: 3%;
	width: 100%;
}
.therapy_group h4 {
	font-size: 1.2em;
	text-align: center;
	color: #37B8A3;
}
.therapy_group p {
	text-align: left;
	width: 65%;
	margin-left: auto;
}
.therapy_3 {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin: 10% 10% 0%;
}
.therapy_3 img {
	/* border: 1px solid #707070; */
	padding: 5%;
}
.therapy_3 div {
	display: flex;
	flex-direction: column;
	margin: auto 0;
}
.therapy_3 h4 {
	font-size: 1.8em;
	color: #37B8A3;
	text-align: center;
}
.pic-tauko {
	display: flex;
}
.tauko-menu {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 10%;
}
.tauko-menu div {
	display: flex;
	justify-content: center;
}
.tauko-menu p {
	width: 100%;
    text-align: center;
	font-size: 1.2em;
	padding: 5% 0%;
    background-image: url(../images/%E9%9A%9C%E5%AD%90.jpg);
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center center;
}
.tauko-contact p {
	text-align: center;
	font-size: 1.5em;
	margin-top: 10%;
}
.taucons {
	display: flex;
	justify-content: center;
	margin-bottom: 10%;
}
.taucons .taucon-button {
	margin: 7% 5% 0;
	padding: 0.5% 5%;
	border-radius: 25px;
	background-color: #37B8A3;
}
.taucons .taucon-button a {
	color: #ffffff;
	font-size: 1.5em;
}
.link_main_image {
	display: flex;
	flex-direction: column;
	align-items: center;
    padding: 10% 0%;
}
.link_main_image img {
	width: 55%;
}
.link_main_image h2{
	font-size: 2em;
	margin-bottom: 3%;
}
.world_map {
    background-color: #DFF7F5;
	display: flex;
	justify-content: center;
}
.japan_map {
	margin-top: 5%;
	display: flex;
	justify-content: center;
}
.contact_main {
	height: 500px;
    text-align: center;
    font: normal normal bold 6em/7.3em UD Digi Kyokasho NK-B, 'Meiryo';
    letter-spacing: 0px;
    color: #FA5C76;
    text-shadow: 0px 3px 6px #00000082;
    opacity: 1;
}
.form {
	padding: 30px 100px;
	margin-top: 50px;
	margin-left: 15%;
}
.form h3 {
    font-size: 1.8em;
    text-align: center;
    color: #A3A7A6;
	margin-bottom: 5%;
}
.form dl dt {
	width: 165px;
	padding: 10px 0;
	float: left;
	clear: both
}
.form dl dd {
	padding: 10px 0;
}
.form .name {
	width: 240px;
	height: 30px;
}
.form .email {
	width: 300px;
	height: 30px;
}
.form .tel {
	width: 240px;
	height: 30px;
}

.form .type {
	width: 180px;
	height: 30px;
}
.form .message {
	width: 600px;
	height: 150px;
}
.form button {
	background-color: #37B8A3;
	color: #ffffff;
	font-size: 20px;
	width: 120px;
	display: block;
	text-align: center;
	line-height: 50px;
	border-radius: 5px;
	border: 3px solid #37B8A3;
	margin-left: 165px;
}
.form button:hover {
	background-color: #ffffff;
	color: #37B8A3;
	cursor: pointer;
}
.form .required:after {
	content: " * ";
	color: #ff0000;
}
.form .attention {
	margin: 20px 0 0 165px;
}
input[type="submit"],
input[type="button"],
input[type="reset"] {
  -webkit-appearance: none;
}
.btn {
	background-color: #37B8A3;
	color: #ffffff;
	font-size: 20px;
	width: 120px;
	display: block;
	text-align: center;
	line-height: 50px;
	border-radius: 5px;
	border: 3px solid #37B8A3;
	margin-left: 20px;
	-webkit-appearance: none;
}
.btn:hover {
	background-color: #ffffff;
	color: #37B8A3;
	cursor: pointer;
}
input .btn {
 -webkit-appearance: none;
}
.check {
    margin-top: 150px;
    padding: 30px 100px;
    display: flex;
    justify-content: center;
    background-color: #F8D3E1;
    -webkit-box-shadow: 0px 0px 12px #736357;
    box-shadow: 0px 0px 12px 0px #736357;
}
.align-full {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}
.back {
    display: flex;
    align-items: flex-end;
}

@media (max-width : 321px ){
  
}

@media (max-width : 415px ){
	.secondary_header ul li {
        float: none;
        margin-top: 28px;
        margin-left: 0px;
        width: 100%;
    }
    .container .secondary_header ul {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        height: auto;
        width: 100%;
        text-align: center;
    }
    .secondary_header {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-top: 1px;
        padding-bottom: 40px;
    }
	.main_comment{
		padding-left: 15%;
		padding-right: 15%;
	}
	.main_comment .large{
		display: none;
	}
	.main_comment .small {
		font-size: 0.8em;
	}
	.repeat_grid {
		top: 0%;
	}
	.stork {
		width: 75%;
		position: relative;
		left: 15%;
	}
	.three_pillers {
		margin: 0 0 10%;
	}
	.three_pillers img {
        width: 65%;
        height: 65%;
    }
	.news {
		margin: 0 15% 0 10%
	}
	.news h2, .tiny_lyre h3, .lyre_2 h3, .lyre_3 h3, .form h3, .therapy_group h4, .therapy_3 h4 {
		font-size: 1.5em;
	}
	.form h3 {
		width: 70%;
		margin: 0 auto;
	}
	.link_main_image h2, .therapy h3, .therapy_3 h4 {
		margin-top: 20%;
		font-size: 1.2em;
	}
	.news ul li, .tiny_lyre p, .therapy_lyre {
		font-size: 1em;
	}
	.etc {
		margin-left: 10%;
		margin-right: 10%
	}
	.about_main_image, .lyre_main_image, .writer_main_image, .mc_main_image, .contact_main, .therapy_main_image {
        height: 300px;
        font: normal normal bold 3em/6em UD Digi Kyokasho NK-B, 'Meiryo';
    }
	#about {
		background-size: 10%;
		background-color:rgba(255,255,255,0.8);
        background-blend-mode:lighten;
		background-position: 50%;
	}
	.profile, .intro_factory, .link_tiny, .lyre_3, .link_main_image, .therapy_each, .therapy_group, .therapy_3 {
		display: flex;
		flex-direction: column;
	}
	.chika_profile, .matumoto_profile, .lyre_3 div {
		width: 100%;
		padding: 0 15% 0 5%;
	}
	.lyre_1, .link_tiny, .lyre_2, #writer, #mc, .therapy, .therapy_2, .therapy_3 {
		width: 70%;
	}
	.intro_factory img, .link_tiny img, .each, #writer img, #mc img, .link_main_image img, .therapy_each img {
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
	.form {
		padding: 0;
		width: 70%;
		margin: 0 auto;
	}
	.form .message, .form .email {
		width: 100%;
	}
	.form .attention {
		margin-left: 0;
	}
	.therapy_main_image h2 {
		margin-left: 10%;
	}
	.therapy_group {
		margin: 5% 0 10%;
	}
	.therapy_group p {
		text-align: center;
		margin: 0 auto;
		width: 90%;
	}
}

@media (max-width: 768px) {
  .secondary_header ul li {
        float: none;
        margin-top: 28px;
        margin-left: 0px;
        width: 100%;
    }
    .container .secondary_header ul {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        height: auto;
        width: 100%;
        text-align: center;
    }
    .secondary_header {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-top: 1px;
        padding-bottom: 40px;
		display: block;
        position: fixed;
        top: 0;
        left: -550px;
        bottom: 0;
        width: 300px;
        background: #ffffff;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transition: all 0.5s;
        z-index: 3;
        opacity: 0;
     }
}

@media (min-width : 415px ) and ( max-width : 768px ){
	.main_comment .small {
		display: none;
	}
}

@media (min-width: 768px) {
    .main_comment .small {
		display: none;
	}
}
@media (min-width: 1194px) {
	.main_comment {
		height: 1100px;
	}
}
@media (min-width: 1300px) {
	.main_comment {
		height: 1300px;
	}
}
.slide-bottom {
   opacity: 0;
   transform: translateY(20px);
   transition: all 1.3s 0s ease-out;
 }