@charset "utf-8";

html {
	font-family: 'Noto Sans',"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Osaka, Sans-Serif;
}
body {
		min-width: 1280px;
    max-width: 1600px;
    overflow-x: hidden;
    background: #fff;
    color: #000;
    margin: 0 auto;
}


.inner {
    max-width: 1280px;
	margin:0 auto;
}

a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
}

.pink {
		color:#c85ead;
}
.blue {
		color:#67c0fa;
}

.title_bloc {
    margin-bottom: 4em;
}
.title_bloc h2 {

}
.title_bloc h2 .en {
		font-size: 36px;
    line-height: 1;
    color: #000;
    display: inline-block;
    border-bottom: solid 1px #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
		font-family: 'babes';
}
.title_bloc h2 .jp {
		font-size: 24px;
    color: #000;
    display: block;
}

header {
		background: #000;
    padding: 0.5em 0;
}
header .inner {
    align-items: center;
    justify-content: space-between;	
}
header .inner .logo {
	
}
header .inner .util {
	
}
header .inner .util ul {
	
}
header .inner .util ul li {
	
}
header .inner .util ul li + li {
		margin-left:1em;
}

.mv {

}
.mv .band {
    position: absolute;
    top: 0;
    left: 0;
}

.mv_bloc {

}
.mv_bar {
    background: rgba(255, 255, 255, 0.66);
    padding: 1.5em 0;
}
.mv_bar img {
		margin-right:-10em;
}
.mv_bottom {
    text-align: right;
    padding: 1.5em 0;
    display: none;
}
.machine {
    position: absolute;
    top: 16em;
}
.machine_bloc {
    position: relative;
    align-items: center;
    justify-content: space-between;
}
.machine_bloc img:nth-child(1) {
	
}
.machine_bloc img:nth-child(2) {
		margin-top: -10em;
}

.cta {
    background: url(../images/bg_02.jpg) no-repeat center top;
    background-size: cover;
    padding: 4em 0;
    margin-top: -4.3em;
}
.cta2 {
		background:#6286ed;
    border-top: solid 20px #e36cc5;
}
.cta3 {
		background: #f1837b;
    border-top: solid 20px #f9beba;
}

.cta_bloc {
    margin-bottom: 2em;
}
.cta .btn_bloc {
	
}
.cta .btn_bloc ul {
    align-items: center;
    justify-content: center;
}
.cta .btn_bloc ul li {
	
}
.cta .btn_bloc ul li + li {
		margin-left:2em;
}
.cta .btn_bloc ul li a {
		display:block;
		background:#fff;
}
.message {
    background: url(../images/bg_03.jpg) no-repeat center top;
    background-size: cover;
    padding: 4em 0;
}
.message_bloc {
		width: 50%;
    margin-left: auto;
    text-align: left;
    text-shadow: 1px 1px 3px #FFF, -1px -1px 3px #FFF, -1px 1px 3px #FFF, 1px -1px 3px #FFF, 0px 1px 3px #FFF, -1px 3px 3px #FFF, -1px 0 3px #FFF, 1px 0 3px #FFF;	
}
.message_bloc h2 {
		font-size: 34px;
    font-family: 'Noto Serif';
    color: #000;
    margin-bottom: 0.5em;
}
.message_bloc p {
    font-size: 24px;
    color: #000;
}

.about {
		background:#8b97cc;
		padding:4em 0;
}
.about_bloc {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4em;
}
.about_bloc p {
    width: 50%;
    text-align: left;
    font-size: 24px;
    color: #000;
}
.about_bloc figure {
	
}

.about_video {
    border: solid 27px #fff;
    box-sizing: border-box;
    max-width: 1080px;
    margin: 0 auto;
		
		position: relative;
		width: 100%;
		padding-top: 56.25%;
}
.about_video iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
}
.point {
    background: url(../images/bg_04.jpg) no-repeat center top;
    background-size: cover;
    padding: 4em 0 1em;
}
.point_bloc {
    margin-bottom: 4em;
}
.point_bloc ol {

}
.point_bloc ol li {
		align-items: center;
    justify-content: space-between;
}
.point_bloc ol li+ li {
		margin-top:2em;
}
.point_bloc ol li .detail {
		flex: 1 0 0%;
    margin-right: 2em;
}
.point_bloc ol li .detail h3 {
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 1em;
}
.point_bloc ol li .detail h3 .num {

}
.point_bloc ol li .detail h3 .title {
    flex: 1 0 0%;
    font-size: 22px;
    color: #000;
    text-align: left;
    margin-left: 1em;
}
.point_bloc ol li .detail p {
    font-size: 18px;
    color: #000;
    text-align: left;
}

.point_bloc ol li .figure {

}

.point_bloc ol li:nth-child(even) {
		flex-direction: row-reverse;
}
.point_bloc ol li:nth-child(even) .detail {
    margin-right: auto;
    margin-left: 2em;	
}

.result {
    background: url(../images/bg_05.jpg) no-repeat center top;
    background-size: cover;

}
.result_list {
    display: inline-block;
    padding: 4em 0;
    margin: 0 auto;
}
.result_list ol {
    background: #000;
    padding: 2em;
}
.result_list ol li {
		align-items: flex-start;
    justify-content: flex-start;
    font-size: 28px;
}
.result_list ol li .num {
		color: #a9dff8;
		font-family: 'babes';
}
.result_list ol li .text {
    color: #fff;
    margin-left: 5px;
}

.result_bottom {
    background: rgba(255, 255, 255, 0.66);
    padding: 2em 0;
}
.result_bottom p {
		font-size: 32px;
    line-height: 1.4em;
    color: #000;
    font-family: 'Noto Serif';
}


.step {
		background: url(../images/bg_06.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 4em 0;
}
.step h2 {
    margin-bottom: 1em;
}
.step_title_bloc {
		background: #fff url(../images/img_step_title_bloc.jpg) no-repeat center right;
		margin-bottom: 2em;
}
.step_title_bloc p {
    font-size: 22px;
    color: #000;
    width: 44%;
    padding: 2em;
    text-align: left;	
}

.step_bloc {
		margin-bottom: 4em;
}
.step_bloc ol {
	
}
.step_bloc ol li {
	
}
.step_bloc ol li + li {
		margin-top:2em;
}

.step_bloc ol li .title {
    background: #3582bd;
    color: #fff;
    padding: 1em;
}
.step_bloc ol li .title h3 {
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: normal;
}
.step_bloc ol li .title h3 .num {
    border-right: solid 1px #fff;
    margin-right: 1em;
    padding-right: 1em;
}
.step_bloc ol li .title h3 .text {
	
}


.step_bloc ol li .detail {
    background: #fff;
    color: #000;
    align-items: center;
    justify-content: space-between;
}
.step_bloc ol li .detail figure {
		margin-left: 4em;
}
.step_bloc ol li .detail p {
    flex: 1 0 0%;
    font-size: 22px;
    padding: 4em;
    text-align: left;
}

.step_finish {
    position: relative;
}
.step_finish h3 {
		text-align: left;
    padding-left: 10em;	
}
.step_finish .step_finish_list {
    background: #fff;
    border: solid 8px #fce69b;
    padding: 4em;
    color: #000;
}
.step_finish .step_finish_list ul {
	
}
.step_finish .step_finish_list ul li {
    align-items: center;
    justify-content: flex-start;
}
.step_finish .step_finish_list ul li + li {
		margin-top:1em;
}
.step_finish .step_finish_list ul li .num {
	
}
.step_finish .step_finish_list ul li .text {
    font-size: 26px;
    border-bottom: solid 2px #000;
}
.step_finish figure {
		position: absolute;
    bottom: -4em;
    right: 0;
}


.beforeafter {
		background: url(../images/bg_07.jpg) no-repeat center top;
    background-size: cover;
    padding: 4em 0;
}

.beforeafter_bloc {
		background: #fff;
    padding: 4em;
    color: #000;
    margin-bottom: 4em;
}
.beforeafter_item {
		max-width: 1080px;
    margin: 0 auto;
}
.beforeafter_item + .beforeafter_item {
		margin-top:2em;	
}
.beforeafter_item h3 {
    font-size: 26px;
    margin-bottom: 0.5em;
}
.beforeafter_item .item_image {
    margin-bottom: 1em;
}
.beforeafter_item .item_data {
	
}
.beforeafter_item .item_data dl {
    margin: 0;
    font-size: 22px;
    line-height: 1.4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.beforeafter_item .item_data dl dt {
		width: 14%;
    text-align: left;
}
.beforeafter_item .item_data dl dd {
		flex: 1 0 0%;
    margin-left: 1em;
    text-align: left;
}


.beforeafter_option {
	
}
.beforeafter_option .upper {
    position: relative;
}
.beforeafter_option .upper > img {
    position: absolute;
    top: -2em;
    left: -2em;
}

.beforeafter_option .bottom {
    background: #fff;
    color: #000;
    padding: 2em;
}
.beforeafter_option .bottom h3 {
    margin-bottom: 1em;
}
.beforeafter_option .bottom .detail {
    max-width: 1080px;
    margin: 0 auto;
}
.beforeafter_option .bottom .detail dl {
    margin: 0;
    line-height: 1.4em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    border-bottom: solid 1px #000;
    padding-bottom: 1em;
    margin-bottom: 1em;
}
.beforeafter_option .bottom .detail dl dt {
    font-size: 32px;
    color: #c85ead;
    width: 34%;
    text-align: left;
}
.beforeafter_option .bottom .detail dl dd {
		margin: 0;
    font-size: 24px;
    flex: 1 0 0;
    text-align: left;
}

.faq {
		background: #f9fbfd url(../images/bg_08.jpg) no-repeat center top;
    padding: 4em 0;
}
.faq_bloc  {
    align-items: stretch;
    justify-content: space-between;
}
.faq_item {
		width: 49%;
    background: #fff;
}
.faq_item:nth-child(n+3) {
		margin-top:2em;
}
.faq_item dl {
		margin:0;
}
.faq_item dl dt {
    background: #fde6d4;
    font-size: 0;
    padding: 10px;
}
.faq_item dl dt .q {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    font-family: 'babes';
    margin-bottom: 10px;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    padding: 0 1em;
}
.faq_item dl dt .q .large {
		font-size: 32px;
}
.faq_item dl dt .title {
    display: block;
    font-size: 24px;
    line-height: 1.4em;
}
.faq_item dl dd {
    margin: 0;
    font-size: 20px;
    line-height: 1.4em;
    padding: 1em;
    text-align: left;
}

.price {
    background: #f9fbfd url(../images/bg_09.jpg) no-repeat center top;
    background-size: cover;
    padding: 4em 0;
}

.price_bloc {
	
}
.price_item + .price_item {
    margin-top: 2em;
}
.price_item table {
		background: #fff;
    border-bottom: solid 2px #000;
    width: 100%;
    max-width: 950px;
    font-size: 28px;
    margin: 0 auto;
}
.price_item table th {
    padding: 10px;
}
.price_item table td {
    padding: 10px;
}

.price_item table.price01 thead th:nth-child(1) {
		background:#1b0f0f;	
		color:#fff;
		width: 70%;
}
.price_item table.price01 thead th:nth-child(2) {
		background:#555555;
		color:#fff;
}

.price_item table.price02 thead th:nth-child(1) {
		background:#4960c5;
		color:#fff;
		width: 70%;
}
.price_item table.price02 thead th:nth-child(2) {
		background:#7287e4;
		color:#fff;
}

.price_item table tbody tr:nth-child(odd) {
		background:#ede9e9;
}

.price_item table tbody th {
    border: solid 2px #c3bdbd;	
}
.price_item table tbody td {
    border: solid 2px #c3bdbd;	
}

.profile {
    background: #ffe9e0;
    background-size: cover;
    padding: 4em 0;
}

.profile_bloc {
	
}
.profile_item {
    align-items: center;
    justify-content: space-between;
}
.profile_item + .profile_item {
		margin-top:4em;
}

.profile_item figure {
	
}
.profile_item .name_bloc {
		width: 380px;
    height: 380px;
    background: rgba(255, 255, 255, 0.66);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    text-align: left;
}
.profile_item .name_bloc .detail {
	
}
.profile_item .name_bloc .detail ul {
	
}
.profile_item .name_bloc .detail ul li {
    font-size: 22px;
    line-height: 1.4em;
}

.profile_item .name_bloc .detail h3 {
	
}
.profile_item .name_bloc .detail h3 .name {
    font-size: 30px;
}
.profile_item .name_bloc .detail h3 .kana {
    font-size: 20px;
}

.profile_item .data_bloc {
    text-align: left;
}
.profile_item .data_bloc h4 {
    font-size: 24px;
    margin-bottom: 0.5em;
}
.profile_item .data_bloc .data {
    font-size: 20px;
    border-left: solid 2px #000;
    padding: 0.5em 1em;
}
.profile_item .data_bloc .data .data_item {
	
}
.profile_item .data_bloc .data .data_item + .data_item {
	
}

.profile_item .data_bloc .data .data_item h5 {
	
}
.profile_item .data_bloc .data .data_item ul {
	
}
.profile_item .data_bloc .data .data_item ul li {
	
}



.access {
    background: #fdf4e0;
    background-size: cover;
    padding: 4em 0;
}
.access .access_item {

}
.access .access_item + .access_item {
		margin-top: 2em;
}

.access .access_item .upper {

}
.access .access_item .bottom {
    background: #fff;
    padding: 2em;
}
.access .access_item .bottom .detail {
		width: 49%;
}
.access .access_item .bottom .detail dl {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.access .access_item .bottom .detail dl + dl {
		margin-top:1em;
}
.access .access_item .bottom .detail dl dt {
		font-size: 20px;
    width: 24%;
    text-align: left;
}
.access .access_item .bottom .detail dl dd {
		margin: 0;
    font-size: 18px;
    line-height: 1.4em;
    flex: 1 0 0%;
    text-align: left;
}

.access .access_item .bottom .map {
		width: 49%;
}
.access .access_item .bottom .map iframe {
		width:100%;
}

.copyright {
    text-align: right;
    margin-top: 2em;
}
.copyright small {
		font-size: 18px;
}


@media screen and (max-width: 768px) {
body {
    min-width: auto;
    padding-bottom: 14vw;
}

.mv_bar img {
    margin-right: 0;
}




.title_bloc {
    margin-bottom: 1em;
}
.title_bloc h2 .en {
    font-size: 20px;
}
.title_bloc h2 .jp {
    font-size: 18px;
}


header {
    padding: 10px;
}
header .inner .logo {
    width: 24vw;
}
header .inner .util {
    width: 60vw;
}
header .inner .util ul li {
    width: 46%;
}
.mv {
		background: none;
    padding: 0;
}
.mv_bloc {
    padding: 1em;
    margin-bottom: 6em;
}
.machine {
    width: 20vw;
    left: 10px;
    top: auto;
    bottom: 1em;
}
.machine_bloc img:nth-child(2) {
    margin-top: -16em;
    margin-left: 5em;
}
.mv_bar {
    padding: 1em 1em 1em 6em;
}
.mv_bottom {
    padding: 1em 1em 1em 6em;
}
.mv .band {
    width: 30vw;
    top: 0.5em;
}

.cta {
		background: url(../images/bg_02_sp.jpg) no-repeat center top;
    background-size: cover;
    padding: 1em 0;
    margin: 0;
}
.cta2 {
		background:#6286ed;
    border-top: solid 20px #e36cc5;
}
.cta3 {
		background: #f1837b;
    border-top: solid 20px #f9beba;
}
.cta_bloc {
    margin-bottom: 1em;
}
.cta .btn_bloc {
    padding: 0 1em;
}
.cta .btn_bloc ul {
    align-items: center;
    justify-content: space-between;
}
.cta .btn_bloc ul li {
    width: 48%;
}
.cta .btn_bloc ul li + li {
    margin-left: 0;
}

.message {
    background: url(../images/bg_03_sp.jpg) no-repeat center top;
    background-size: cover;
    padding: 1em 0;
}
.message_bloc {
    width: 68%;
}
.message_bloc h2 {
    font-size: 20px;
}
.message_bloc p {
    font-size: 14px;
}

.about {
    padding: 1em;
}
.about_bloc p {
    width: 100%;
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 1em;
}
.about_bloc {
    margin-bottom: 1em;
}
.about_video {
    border: solid 6px #fff;
}
.point {
    padding: 1em;
}
.point_bloc ol li .detail h3 {
    margin-bottom: 0.5em;
}
.point_bloc ol li .detail h3 .num {
    width: 10vw;
}
.point_bloc ol li .detail h3 .title {
    font-size: 18px;
    line-height: 1.4em;
}
.point_bloc ol li .detail p {
    font-size: 14px;
    line-height: 1.4em;
}
.point_bloc ol li .detail {
    flex: 1 0 0%;
    margin-right: 0;
    margin-bottom: 1em;
}
.point_bloc ol li:nth-child(even) .detail {
    margin-right: auto;
    margin-left: 0;
}
.point_bloc {
    margin-bottom: 1em;
}

.result {
    background: url(../images/bg_05_sp.jpg) no-repeat left top;
    background-size: cover;
}
.result_list {
		padding: 1em;
    margin-left: auto;
    display: block;
}
.result_list ol {
		padding: 1em;
    box-sizing: border-box;
    width: 64vw;
    margin-left: auto;
}
.result_list ol li {
    font-size: 12px;
}
.result_bottom {
    background: rgba(255, 255, 255, 0.66);
    padding:0.5em;
}
.result_bottom p {
		font-size: 14px;
}

.step {
    padding: 1em;
}

.step_title_bloc {
		background-size: contain;
    margin-bottom: 1em;
}
.step_title_bloc p {
    font-size: 14px;
    line-height: 1.4em;
    padding: 1em;
    width: 100%;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.66);
}
.step_bloc ol li .title {
    padding: 5px;
}
.step_bloc ol li .title h3 {
    display: block;
}
.step_bloc ol li .title h3 .num {
    border: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1;
    display: block;
    margin-bottom: 5px;
}
.step_bloc ol li .title h3 .text {
    font-size: 16px;
    line-height: 1;
    display: block;
}
.step_bloc ol li .detail figure {
    margin-left: 0;
    width: 100%;
}
.step_bloc ol li .detail p {
    padding: 1em;
    font-size: 14px;
    line-height: 1.4em;
}
.step_bloc ol li + li {
    margin-top: 1em;
}

.step_bloc {
    margin-bottom: 1em;
}
.step_finish h3 {
    width: 30vw;
    padding-left: 0;
}
.step_finish .step_finish_list {
    padding: 0.5em;
    border: solid 4px #fce69b;
}
.step_finish .step_finish_list ul li .num {
    width: 23px;
    display: inline-flex;
}
.step_finish .step_finish_list ul li .text {
    font-size: 12px;
    border-bottom: solid 1px #000;
}
.step_finish .step_finish_list ul li + li {
    margin-top: 0.2em;
}

.step_finish figure {
    width: 30vw;
    bottom: 4px;
    right: 4px;
}

.beforeafter {
    padding: 1em;
}
.beforeafter_bloc {
    padding: 1em;
    margin-bottom: 1em;
}
.beforeafter_item + .beforeafter_item {
    margin-top: 1em;
}
.beforeafter_item h3 {
    font-size: 16px;
    margin-bottom: 0;
}
.beforeafter_item .item_image {
    margin-bottom: 0.5em;
}
.beforeafter_item .item_data dl {
    font-size: 12px;
}
.beforeafter_item .item_data dl dt {
    width: 30%;
}

.beforeafter_option .upper > img {
    width: 18vw;
    top: -2vw;
    left: -2vw;
}
.beforeafter_option .bottom {
    padding: 1em;
}
.beforeafter_option .bottom .detail dl dt {
    width: 100%;
    font-size: 18px;
}
.beforeafter_option .bottom .detail dl dd {
    font-size: 14px;
    line-height: 1.4em;
}
.beforeafter_option .bottom .detail dl {
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}

.faq {
    padding: 1em;
    background-size: contain;
}

.faq_item {
    width: 100%;
}
.faq_item + .faq_item {
		margin-top:1em;
}
.faq_item:nth-child(n+3) {
    margin-top: 1em;
}
.faq_item dl dt .q {
    font-size: 10px;
}
.faq_item dl dt .q .large {
    font-size: 20px;
}
.faq_item dl dt .title {
    font-size: 14px;
}
.faq_item dl dd {
    font-size: 14px;
}
.price {
    padding: 1em;
    background-size: contain;
}
.price_item table {
		font-size: 14px;
    line-height: 1.4em;
}
.price_item + .price_item {
    margin-top: 1em;
}

.profile {
    padding: 1em;
}

.profile_item figure {
    width: 40%;
}
.profile_item .name_bloc {
    width: 50vw;
    height: 50vw;
}

.profile_item .name_bloc .detail ul li {
    font-size: 12px;
}
.profile_item .name_bloc .detail h3 .name {
    font-size: 18px;
}
.profile_item .name_bloc .detail h3 .kana {
    font-size: 10px;
}
.profile_item .data_bloc {
    width: 100%;
    margin-top: 1em;
}

.profile_item .data_bloc h4 {
    font-size: 16px;
}
.profile_item .data_bloc .data {
    font-size: 13px;
    border-left: solid 1px #000;
    padding: 0.5em 1em;
}
.profile_item + .profile_item {
    margin-top: 1em;
}

.access {
    padding: 1em;
}
.access .access_item .bottom {
    padding: 1em;
}
.access .access_item .bottom .detail {
    width: 100%;
}
.access .access_item .bottom .detail dl dt {
    font-size: 14px;
    width: 30%;
}
.access .access_item .bottom .detail dl dd {
    font-size: 14px;
}
.access .access_item .bottom .detail dl + dl {
    margin-top: 0.5em;
}
.access .access_item .bottom .map {
    width: 100%;
    margin-top: 1em;
}
.access .access_item + .access_item {
    margin-top: 1em;
}

.copyright {
    margin-top: 1em;
}
.copyright small {
    font-size: 10px;
    line-height: 1.4em;
    display: block;
}





#spnav{
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 30;
}

#spnav .btn{
  display: flex;
  background: #fff;
}

section#access{
  padding: 30px 0;
}
address.contact .btn a{
  width: auto;
  flex-basis: 0;
  flex-grow: 1;
}
.btn a{
  position: relative;
}

.btn a:after{
  content: "";
  display: inline-block;
  width: 8px;
  height: 20px;
  vertical-align: middle;
  background: url(../images/ico_arrow.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}

a.mailbtn{
  background: #ff8079 !important;
}

a.mailbtn:hover{
  background: #fc6d65 !important;
}

a.mailbtn:before{
  content: "";
  display: inline-block;
  width: 24px;
  height: 20px;
  background: url(../images/ico_mail.svg) no-repeat;
  background-size: contain;
  margin-right: 5px;
}


a.telicon:before{
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/ico_tel.svg) no-repeat;
  background-size: contain;
  margin-right: 5px;
}

a.telicon.white:before{
  background-image: url(../images/ico_tel_white.svg);
}

header #popup address .sns a + a{
  margin-left: 10px;
}

header #popup nav{
  position: absolute;
  right: 40px;
  bottom: 0;
}

address.contact .btn a {
    background: #666666;
    color: #fff;
    width: 160px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
address.contact .btn a {
    width: auto;
    flex-basis: 0;
    flex-grow: 1;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
}
address.contact .btn a:nth-child(2), address.contact .btn a:nth-child(3) {
    margin-left: 1px;
}











}
