/*
Theme Name: heidilp
Theme URI: http://front-work.com/
Author: FRONT WORK
Author URI: https://lp.heidi-seikotsuin.com/
Description: Heidi Seikotsuin LP Theme.
Version: 1.0.0
Text Domain: heidilp
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Elements
# Utility
# Alignments and other
# Sections
    ## Header
    ## Main
    ## Aside
    ## Footer
# Pages
# Media queries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

body {
    background: #fff;
    font-size: 18px;
	color: #000;
}

button,
input,
select,
textarea {
    color: #000;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

blockquote {
    margin: 0 1.5em;
    border-left: 5px solid #ddd;
    padding-left: 1em;
}

address {
    margin: 0 0 1.5em;
    font-style: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "" "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

img {
    max-width: 100%;
    height: auto;
}

embed,
iframe,
object {
    max-width: 100%;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

a {
    color: #000;
}

a:visited {}

a:hover,
a:focus,
a:active {
    outline: 0;
}

input[type="text"], input[type="email"] {
    width: 100%;
    font-size: 14px;
    padding: 10px;
}

textarea {
    width: 100%;
    border-color: #ccc;
    font-size: 14px;
    padding: 10px;
}

strong {
    font-weight: 800;
    font-size: 1.2em;
    background: linear-gradient(transparent 70%, #FFEB3B 70%);
}

/*--------------------------------------------------------------
# Utility
--------------------------------------------------------------*/

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.clear {
    clear: both;
}

.clear:before,
.clear:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after {
    clear: both;
}

.small {
    font-size: .8rem;
}

.mb-20 {
	margin-bottom: 20px;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

#content[tabindex="-1"]:focus {
    outline: 0;
}

.pc-only {
	display: none;
}

/*--------------------------------------------------------------
# Alignments, Gallery, Caption, Plugins
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	width: 50%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 12px;
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 1em 0;
}

.breadcrumbs {
    padding: 1em 0;
    font-size: 12px;
}

.wp-pagenavi {
    margin: 50px 0 0;
}

.small, small {
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Header */

.site-header {
	position: relative;
    background: #D42F4B;
    color: #fff;
    padding: 10px 0;
}

h1.site-title {
    margin: 0;
    font-size: 16px;
    font-weight: 800;
}

h1.site-title a {
    color: #fff;
}

nav#page-navigation {
    display: none;
}



/* Main */
.frame01 {
    background: #fff0f0;
    position: relative;
    padding: 10px 10px 10px 10px;
    margin: 0 auto 20px;
    max-width: 750px;
}

.frame01 p {
    font-size: 16px;
    margin: 0;
}

.frame01 h3 {
    border: none;
    font-size: 16px;
    line-height: 2em;
    color: #000;
    font-weight: 800;
    padding: 0;
    background: none;
    padding: 10px 0;
    margin: 0;
}


section {
    padding: 25px 0;
}

section .section-header {
    background: #D42F4B;
    padding: 15px;
    margin-bottom: 20px;
}

section .section-header h2 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

section h3 {
    font-size: 16px;
    background: #D42F4B;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-weight: 800;
    margin: 2em 0 1em;
}

section h4 {
    font-weight: 800;
    font-size: 18px;
    padding: 5px 0 5px 10px;
    border-left: 5px solid #D42F4B;
}

section p {
	line-height: 1.75em;
}

section li {
	line-height: 1.75em;
}



/* SECTION 01 */
#sec01 {
    background: #fff;
    padding: 0;
}

#sec01 h2 {
    font-size: 14px;
    line-height: 2em;
    color: #000;
    font-weight: 800;
    padding: 0;
    text-align: center;
}

/* SECTION 02 */
#sec02 {
    padding: 15px 0 25px;
}

#sec02 .section-header h2 {
    font-size: 16px;
}

#sec02 .check-list-01 {
    padding: 5px;
    margin: 0 0 20px;
    list-style: none;
    background: #D42F4B;
    font-size: 16px;
    font-weight: 800;
}

#sec02 .check-list-01 li {
    border-top: 1px solid #D42F4B;
    padding: 10px;
    background: rgba(255,255,255,.95);
}

#sec02 .check-list-01 li:before {
    font-family: FontAwesome;
    content: '\f0a4';
    padding-right: 5px;
    color: #D42F4B;
}

#sec02 .sec02-1 {
    width: 400px;
}

#sec02 .sec02-2 {
    width: 750px;
    margin: 25px auto;
}

/* SECTION 03 */
#sec03 {
    background: #f5f5f5;
    padding: 0 0 50px;
}

#sec03 h3.sec03-h3-2 {
	position: relative;
}

/*#sec03 h3.sec03-h3-2:before {
    font-family: FontAwesome;
    content: '\f004';
    position: absolute;
    font-size: 50px;
    left: -5px;
    top: -30px;
    color: #ff0000;
    transform: rotate(-15deg);
}*/



/* SECTION 04 */
#sec04 {
	padding: 0 0 25px;
}

#sec04 .section-header {
	margin-bottom: 40px;
}

.table-bordered {
    background: #fff;
    margin-bottom: 20px;
    font-size: 16px;
}

.table-bordered th {
    width: 30%;
    vertical-align: middle;
    text-align: center;
	padding: .75rem 0;
}

.flow-box {
    position: relative;
    font-size: 18px;
    padding: 10px;
    border-radius: 10px;
    background: rgba(212, 47, 75, .1);
    margin-bottom: 20px;
}

.flow-box h3 {
    text-align: center;
    font-size: 22px;
    font-weight: 800;
    margin: 0;
    padding: 0 0 10px;
    color: #000;
    background: none;
}

.flow-box h3 span {
    position: absolute;
    left: -10px;
    top: -10px;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #D42F4B;
    color: #fff;
    border-radius: 50%;
    z-index: 2;
}

.flow-box img {
    margin-bottom: 1em;
}

.flow-box p {
    line-height: 1.5;
}

.notice {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

/* SECTION 05 */
#sec05 {
    background: #f5f5f5;
    padding: 0 0 25px;
}

ul.check-list-02 {
    margin: 0 0 20px;
    padding: 10px;
    list-style: none;
    background: #fffaf0;
    font-weight: bold;
    font-size: 14px;
}

ul.check-list-02 li:before {
	font-family: FontAwesome;
	content: '\f14a';
	padding-right: 10px;
	color: #D42F4B;
}

/* SECTION 06 */
#sec06 {
    padding: 0 0 25px;
}

/* SECTION 07 */
#sec07 {
    background: #f5f5f5;
    padding: 0 0 25px;
}

#sec07 h3 {
    font-size: 20px;
    font-weight: 800;
    margin: 2em 0 10px;
    background: none;
    color: #000;
    text-align: left;
	line-height: 1.5em;
    margin-bottom: 0;
}

#sec07 h3:before {
    font-family: FontAwesome;
    content: '\f059';
    font-size: 30px;
    padding-right: 8px;
	color: #D42F4B;
}

#sec07 .answer {
    font-size: 18px;
    line-height: 1.5em;
}

/* SECTION 08 */
#sec08 {
    padding: 0 0 50px;
}

.call {
    background: rgba(212, 47, 75, .1);
    font-weight: bold;
    font-size: 14px;
    padding: 10px 5px;
    border: 5px solid #D42F4B;
    margin-bottom: 20px;
}

.call p.text-center {
	font-size: 16px;
}

.call p {
	margin-bottom: 0;
}

a.tel {
    font-size: 26px;
    margin: 10px 0;
    display: inline-block;
}

.week {
    display: inline-block;
    color: #fff;
    font-size: 10px;
    margin: 0 5px 5px 0;
    width: 70px;
    text-align: center;
    background: #D42F4B;
}

/* Call To Action */

#cta {
	display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: #D42F4B;
    color: #fff;
    font-weight: 800;
	z-index: 9999;
	transition: .3s ease-in;
}

#cta.fixed {
	display: block;
}

.cta-box p {
    margin: 0;
}

p.cta-text-1 {
    display: block;
    width: 50px;
    height: 50px;
    float: left;
    background: #fff;
    border-radius: 5px;
    color: #000;
    text-align: center;
    font-size: 12px;
    padding: 7px 0;
}

p.cta-text-2 {
    font-size: 14px;
    color: #FFEB3B;
}

.cta-box a {
    font-size: 20px;
    text-decoration: none;
    margin-left: 10px;
    color: #fff;
}

.cta-box a:before {
	font-family: FontAwesome;
	content: '\f095';
	padding-right: 5px;
}

#cta small {
    font-size: 10px;
}

/* Footer */

.site-footer {
    background: #000;
    color: #aaa;
    font-size: 12px;
    padding: 10px 0;
    margin-bottom: 71px;
}

.site-footer a {
    color: #aaa;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/



/*--------------------------------------------------------------
# Media queries
--------------------------------------------------------------*/

@media all and (min-width: 768px) {
	
.pc-only {
	display: block;
}
	
.sp-only {
	display: none;
}
	
section {
    padding: 50px 0;
}

	section#sec01 h2 {
		font-size: 28px;
	}
	.frame01 {
		    text-align: center;
	}
	.frame01 p span {
		display: block;
	}
	section h2, .frame01 h3 {
		font-size: 28px;
	}
	
	.frame01 p {
    font-size: 16px;
    margin: 0;
}
	
	
#sec02 {
    padding: 25px 0 50px;
}
	
section .section-header {
    background: #D42F4B;
    padding: 40px 0;
    margin-bottom: 80px;
}
section .section-header h2, #sec02 .section-header h2 {
    font-size: 26px;
    max-width: 750px;
    margin: 0 auto;
    padding: 15px 0;
}
	#sec04 .section-header {
		margin-bottom: 80px;
	}
	#sec04, #sec05, #sec06, #sec07 {
    padding: 0 0 80px;
}
	
.call {
    background: rgba(212, 47, 75, .1);
    font-weight: bold;
    font-size: 22px;
    padding: 10px;
    border: 5px solid #D42F4B;
    margin: 30px auto;
    max-width: 750px;
}
	
.call .text-center {
    background: #D42F4B;
    color: #FFEB3B;
    line-height: 1.5em;
    padding: 10px 0 0;
    margin-bottom: 10px;
}
a.tel {
    color: #fff;
}
	
	section#sec03 h3, section#sec05 h3, section#sec06 h3 {
		font-size: 22px;
	}
	.flow-box {
    height: 100%;
    margin-bottom: 0;
}
	
	
	
	
}

@media all and (min-width:992px) {

	
	.site-header {
		position: fixed;
		width: 100%;
		z-index: 10;
	}
h1.site-title {
    text-align: left;
}
	nav#page-navigation {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
	
	ul#primary-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    height: 39px;
}
	
	ul#primary-menu li {
    display: inline-block;
}
	
	ul#primary-menu li a {
    display: block;
    height: 39px;
    line-height: 39px;
    color: #fff;
    padding: 0 1em;
}
	
	ul#primary-menu li a:hover {
		background: #333;
		text-decoration: none;
	}
	#sec01 {
		padding-top: 39px;
	}
	.sec02-pc {
    position: relative;
}
.sec02-pc .sec02-1 {
    position: absolute;
    right: 15px;
    top: 30px;
    width: 360px;
}
	
	ul.check-list-02 {
    font-size: 18px;
}
	

}

@media all and (min-width: 1200px) {}

@media all and (max-width: 420px) {
    .alignleft {
        display: block;
        float: none;
        margin: 0 auto 1em;
    }
    .alignright {
        display: block;
        float: none;
        margin: 0 auto 1em;
    }
}
