@charset 'UTF-8';


/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


/* ----- reset ----- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

html, body {
    height: 100%;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

#wrapper {
    height: 100%;
}

/* ----- setting ----- */

/* === responsive === */
@media all and (min-width: 751px) {
    .sp {
        display: none;
    }
}

@media all and (max-width: 750px) {
    .pc {
        display: none;
    }
}

/* === float clear === */
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

/* === text align === */
.align_left { text-align: left; }
.align_right { text-align: right; }
.align_center { text-align: center; }

/* === float === */
.float_left { float: left; }
.float_right { float: right; }

/* === text === */
.text_indent { padding-left: 1em; text-indent: -1em; }

/* === text color === */
.text_red { color: red; }
.text_blue { color: blue; }
.text_yellow { color: yellow; }

/* === font === */
.font_mincho { font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

/* === container === */
.container {
    width: 90%;
    /*max-width: 960px;*/
    margin: 0 auto;
}

.container_1000 {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

.container_1200 {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.width_100 {
    width: 100%;
}

.opacity {
    opacity: 0;
}

.no-opacity {
    opacity: 1;
}


.youtube {
    position:relative;
    width:100%;
    padding-top:56.25%;
}

.youtube iframe {
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
}

#header img,
#footer img {
    width: auto;
    max-width: 100%;
}

#header ul,
#header ol,
#footer ul,
#footer ol,
.menu_sp ul,
.menu_sp ol {
    list-style: none;
}

#about,
#price,
#merit {
    padding-top: 60px;
    margin-top: -60px;
}

.scroll_prevent {
    /*動き固定*/
    position: fixed;
    /*奥行きを管理*/
    z-index: -1;
    /*下2つで背景を元のサイズのまま表示することができる*/
    width: 100%;
    height: 100%;
}


