@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:bottom;
    background:transparent;
}

body {
    line-height:1;
}

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

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, textarea, button {
    vertical-align:middle;
    border: none;
    box-shadow: none;
    outline: none;
    box-sizing: border-box;
}
input:focus, textarea:focus{
    outline:0;
}

/* 構造設定 */
html {
    font-size: 18px;
    line-height: 1.5;
    color: #554433;
    font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
header, main, footer {
    width: 100%;
}
.wrap_inner {
    max-width: 1000px;
    margin: 0 auto;
}

/* 共通設定 */
img {
    width:100%;
    max-width: 100%;
    height: auto;
}
a {
    color: #554433;
    text-decoration: none;
}
a:hover {
    opacity: 0.55;
}

h1, h2, h3, h4, h5, h6, nav, .tC {
    text-align: center;
}
.tR {
    text-align: right;
}
.fL {
    float: left;
}
.fR {
    float: right;
}

/* letter */
.letter {
    margin: 0 2% 2rem;
    background: rgba(242,237,221,0.55);
}

/* 見出し */
section h2 {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #7d513a;
    font-size: 2rem;
    padding: 2rem 0 2rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

/* 文字 */
.wrap_fbox {
    display: flex;
    flex-wrap: wrap;
    padding: 0 2% 1rem;
    justify-content: space-around;
}
.wrap_img {
    padding: 0 2%;
    flex-shrink: 0;
}
.wrap_text {
    clear: both;
}
.wrap_inner p {
    font-size: 1rem;
    line-height: 1.7;
    padding: 0 2% 3rem;
}
.wrap_inner img {
    width: 96%;
    padding: 0 2% 3rem;
}
h1 .wrap_inner img, h2 .wrap_inner img {
    padding: 0;
}
.wrap_text > img {
    width: 96%;
    padding: 0 2% 1rem;
}
.wrap_fbox .wrap_text, .wrap_fbox .wrap_img {
    width: 96%;
    padding: 0 2% 1rem;
}
.textL {
    font-size: 1.5rem;
    line-height: 1.3;
}
.nega {
    color: #000788;
}
.poji {
    color: #c80034;
}
.marker {
    background:linear-gradient(transparent 50%, #ffff00 50%);
}
.del {
    text-decoration: line-through;
}
.full {
    color: #c80034;
    font-weight: bold;
}
.free {
    color: #000788;
    font-weight: bold;
}
.uline {
    text-decoration: underline;
}
.text_W {
    color: #ffffff;
}

/* ブレッド */
.bullet {
    margin-bottom: 3rem;
}
.bullet li {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 2rem;
    margin-bottom: 1rem;
    padding-left: 2rem;
    position: relative;
}
.bullet li:before {
    position: absolute;
    left: 0;
    content: '';
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background: url(../images/check.png) no-repeat;
    background-size: contain;
}

/* header */
header h1 {
    background: url(../images/bg.jpg) no-repeat center center;
    background-size: cover;
}

/* オプトインエリア */
.opt {
    background: url(../images/opt_bg.jpg);
    padding: 1rem 0 0;
}
.opt h2 {
    padding: 0 0 1rem;
    margin-bottom: 0;
}
.opt p {
    padding-bottom: 1rem;
}
.opt .btn img {
    max-width: 620px;
    padding: 0;
}
.opt table {
    margin: 0 auto;
    width: 80%;
}
.opt th {
    vertical-align: initial;
    text-align: left;
    padding: 2%;
}
.opt td {
    display: block;
    line-height: 1.5;
    margin-bottom: 1rem;
}
.opt input[type="text"], .opt input[type="email"], .opt textarea,
.opt select {
    vertical-align: middle;
    border: solid 1px #dddddd;
    border-radius: 5px;
    box-shadow: inset 1px 3px 10px -8px rgba(0,0,0,0.5);
    background: #fff;
    font-size: 1rem;
    width: 100%;
    line-height: 1.5;
    padding: 1%;
    display: block;    
}
.opt input[type="submit"] {
    background: url("../images/btn.png") no-repeat scroll 0 0;
    max-width: 832px;
    width: 100%;
    height: 0;
    padding-top: 13.4615%;
    text-indent: -9999px;
    cursor: pointer;
    background-size: contain;
}
.opt input[type="submit"]:hover {
    opacity: 0.55;
}
.timetable {
    width: 92%;
    margin: 0 4% 2rem;
}
.timetable td {
    padding: 10px 15px;
    line-height: 2rem;
    text-align: center;
}
.timetable .full {
    color: #db0034;
    font-weight: bold;
}
.frm {
    margin: 0 4% 1rem;
    border: solid 3px #9f8b68;
    padding: 2rem;
}

/* コンテンツ全体 */
main {
    background: url(../images/main_bg.jpg);
}

/* section01 */
.section01 h2 {
    background: url(../images/sec01_bg.jpg) no-repeat center center;
    background-size: cover;
    margin-bottom: 1rem;
}

/* section04 */
.section04 {
    padding-top: 3rem;
}

/* voice */
.voice {
    background-color: rgba(255, 238, 238, 1);
    background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, rgba(255, 229, 229, 1) 4px, rgba(255, 229, 229, 1) 8px );
    padding-bottom: 2rem;
}
.customer {
    background-color: rgba(255, 255, 255, 0.33);
    padding: 2rem 1rem 1rem;
    margin-bottom: 1rem;
}
.customer p {
    padding-bottom: 1rem;
}

/* qa */
.qa h3 {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #7d513a;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    line-height: 1.2;
    text-align: left;
}

/* section06 */
.section06 h2 {
    background: url(../images/sec06_bg.jpg) no-repeat center bottom 1rem;
    padding: 2rem 0 0;
    margin-bottom: 0;
}

/* flow */
.flow {
    background: #f0f0ee;
}
.flow h3 {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #7d513a;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    line-height: 1.2;
    text-align: left;
}

/* contents */
.contents h2 {
    background: url(../images/bg.jpg) no-repeat center center;
    background-size: cover;
    margin-bottom: 3rem;
}

.contents h3 {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #7d513a;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    line-height: 1.2;
}

/* line */
.line_bnr p {
    padding-bottom: 1rem;
}

/* footer */
footer {
    background: #cccb77;
    padding: 1rem 0;
    color: #554433;
}
footer nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0.7rem;
    font-size: 0.8rem;
}
footer nav ul li {
    margin-bottom: 10px;
}
footer nav ul li a {
    color: #554433;
}
small {
    font-size: 0.7rem;
}

/* 下層ページ */
#privacy-policy h1, #transaction h1 {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #7d513a;
    font-size: 2.5rem;
    padding: 4rem 0 4rem;
    line-height: 1.5;
    margin-bottom: 0rem;
}
#privacy-policy main ul, #transaction main ul {
    list-style: disc;
    padding-left: 4%;
    margin-left: 2%;
}
#privacy-policy main li, #transaction main li {
    line-height: 1.5;
}
#transaction section, #privacy-policy section {
    padding: 4rem 0;
}
#transaction table th, #transaction table td {
    border: solid 1px;
    padding: 10px 2%;
    line-height: 1.5;
    vertical-align: middle;
}
#transaction table th {
    width: 33%;
    background: #f7f7f7;
    color: #7d513a;
}

#thanks section {
    padding: 3rem 0;
}
#thanks p img {
    padding-bottom: 0;
}

@media screen and (min-width: 560px) {
.wrap_fbox {
    flex-wrap: no-wrap;
}
.wrap_text img.fL, .wrap_text img.fR {
    width: 46%;
}
img.fL {
    margin: 0 2% 0 2%;
    padding: 0 0 1rem;
}
img.fR {
    margin: 0 2% 0 2%;
    padding: 0 0 1rem;
}
.wrap_fbox .wrap_text {
    width: 55%;
}
.wrap_fbox .wrap_img {
    width: 33%;
}
}

@media screen and (min-width: 960px) {
html {
    font-size: 24px;
}
}
