@charset "utf-8";

@font-face {
    font-family: 'Noto Serif JP';
    font-style: normal;
    font-weight: 100;
    src: url('fonts/NotoSansCJKjp-Thin.woff') format('woff'),
    url('fonts/NotoSansCJKjp-Thin.otf') format('opentype');
}
@font-face {
    font-family: 'Noto Serif JP';
    font-style: normal;
    font-weight: 200;
    src: url('fonts/NotoSansCJKjp-DemiLight.woff') format('woff'),
    url('fonts/NotoSansCJKjp-DemiLight.otf') format('opentype');
}
@font-face {
    font-family: 'Noto Serif JP';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/NotoSansCJKjp-Light.woff') format('woff'),
    url('fonts/NotoSansCJKjp-Light.otf') format('opentype');
}
@font-face {
    font-family: 'Noto Serif JP';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/NotoSansCJKjp-Regular.woff') format('woff'),
    url('fonts/NotoSansCJKjp-Regular.otf') format('opentype');
}
@font-face {
    font-family: 'Noto Serif JP';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/NotoSansCJKjp-Medium.woff') format('woff'),
    url('fonts/NotoSansCJKjp-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'Noto Serif JP';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/NotoSansCJKjp-Bold.woff') format('woff'),
    url('fonts/NotoSansCJKjp-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'Noto Serif JP';
    font-style: normal;
    font-weight: 900;
    src: url('fonts/NotoSansCJKjp-Black.woff') format('woff'),
    url('fonts/NotoSansCJKjp-Black.otf') format('opentype');
}


/* reset */
article, aside, b, blockquote, body, caption, dd, div, dl, dt, em, figure, footer, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, li, menu, nav, ol, p, pre, q, section, small, span, strong, summary, table, tbody, td, tfoot, th, thead, tr, ul{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: 0 0
}

img {border: 0}


address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: 400
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400
}

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

li, nav ul {list-style: none}

blockquote, q {quotes: none}

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

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

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700
}

del {text-decoration: line-through}

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

caption, th {text-align: left}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px dotted #967251;
    margin: 1em 0;
    padding: 0
}

body {
    line-height: 1.6;
    font-family: "Noto Sans JP", sans-serif;
    color: #444;
    background: #fff;
    -webkit-text-size-adjust: 100%
}

a {
    color: #444;
    text-decoration: none
}

a:active, a:focus, a:hover {text-decoration: none !important;}

h1, h2, h3, h4, h5, h6, strong {
    font-weight: 700;
    line-height: 1.6;
}

.clear {clear: both}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden
}

* html .clearfix {height: 1%}

.clearfix {display: block}




.content{
    background-image: url("img/background.png");
    background-repeat: no-repeat;
    padding: 10px 0;
    background-size: cover;
}
.content-shadow{
    border-radius: 16px;
    background-color: rgba(0, 0, 0, 0.2);
    padding-bottom: 5px;
    margin: 0 10px 86px 10px;
}
.content-block{
    background-color:#fff;
    padding: 16% 15px;
    background-image: url("img/content-block-menu-top.png"),url("img/content-block-menu-bottom.png"),url("img/content-block-background.png");
    background-repeat: no-repeat;
    background-position: top 8px center, bottom 8px center, top -30px right -30px;
    background-size: 94%,94%,44%;
    border-radius: 16px;
    position: relative;
}


.note-content-block{
    background-color: #fff;
    padding: 12% 15px 10px 15px;
    border-radius: 16px;
    position: relative;
}
.note-content-block:before{
    content: " ";
    display: block;
    background-image: url("img/note-content.png");
    background-repeat: no-repeat;
    background-position: top 8px center;
    background-size: 100%;
    height: 68px;
    width: 90%;
    position: absolute;
    top: -16px;
    left: 0;
    right: 0;
    margin: 0 auto;
}


p{
    font-size: 16px;
    margin-bottom: 1.6em;
}


.img{
    width: 100%;
    margin-bottom:10px;
}

.orange-title{
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
}
.orange-title span{
    background-color: #c86414;
    color:  #fff;
    display: block;
    padding: 10px 10px;
}
.orange-title:before{
    content: " ";
    border-top: 3px solid #c86414;
    display: block;
    margin-bottom: 1px;
}
.orange-title:after{
    content: " ";
    border-bottom: 3px solid #c86414;
    display: block;
    margin-top: 1px;
}

.quotationmarks-title{
    background-image: url("img/quotationmarks-title-top.png"),url("img/quotationmarks-title-bottom.png");
    background-repeat: no-repeat;
    background-position: top 8px center, bottom 8px center;
    background-size: 42%;
    color: #c86414;
    font-weight: 900;
    padding: 10% 0;
    text-align: center;
    font-size: 19px;
    margin-bottom: 10px;
}

.brown-title-dl dt{
    color: #7b3e0e;
    font-weight: 900;
    margin-bottom: 30px;
}
.brown-title-dl dd{
    margin-bottom: 30px;
}

.supplement{
    font-size: 14px;
}
.supplement dt{
    float: left;
}
.supplement dt:after{
    content: "：";
}
.supplement dd{
    padding-left: 42px;
}
.supplement .small{
    font-size: 12px;
}
.yellow-marker{
    background: #f5f300;
    font-weight: 900;
}


.frame {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 56.27%;
    margin-bottom: 27px;
}
.frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media only screen and (max-width: 640px) {
    .frame {
        position: relative;
        height: 0;
        overflow: hidden;
        padding-top: 56.27%; }
    .frame iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
}

.red-btn,
.red-btn-recipe{
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.2);
    padding-bottom: 5px;
    display: block;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 12px;
    margin: 0 auto;
    width: 65%;
}
.red-btn span,
.red-btn-recipe span{
	background: #e4224b;
    padding: 15px 0;
    color: #fff;
    display: block;
    text-align: center;
	font-weight:bold;
	
    border-radius: 50px;
}


.camera-help-btn{
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.2);
    padding-bottom: 5px;
    display: block;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 22px;
    margin: 0 0 0 13px;
    width: 9.5%;
}
.camera-help-btn span{background: #c1ad9f;
    padding: 5px 0;
    color: #fff;
    display: block;
    text-align: center;
	font-weight:bold;
    border-radius: 50px;
}



.next-btn-container{
	margin:0px 20px 20px 20px;
}


.next-btn1,
.next-btn2,
.next-btn2-boss{
	float:left;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.2);
    padding-bottom: 5px;
    display: block;
    right: 0;
    left: 0;
    bottom: 20px;
    margin: 0 auto;
    width: 40%;
}

.next-btn1 span,
.next-btn2 span,
.next-btn2-boss span{
	background: #e4224b;
    padding: 15px 0;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 50px;
	font-weight:bold;
}

.next-btn1 span{
	background: #999;
}

.next-btn2,
.next-btn2-boss{
	float:right;
}




.blue-title{
    padding: 12px 0;
    border-bottom: 2px solid #3385c7;
    border-top: 2px solid #3385c7;
    text-align: center;
    margin-bottom: 25px;
}


.help-btn{
    border-radius: 50px;
    display: block;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 60%;
}

.help-btn span{background: #c1ad9f;
    padding: 3px 0;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 14px;
	font-weight:bold;
	margin-bottom :13px;
    border-radius: 50px;
}



.blue-title-bold{
    color: #3385c7;
    text-align: center;
    font-weight: 900;
    font-size: 22px;
    margin-bottom: 28px;
}

.blue-title-leftborder{
    border-left: 8px solid #3385c7;
    padding-left: 8px;
    margin-bottom: 25px;
}

.movie {
    width: 100%; 
    padding: 0;
}
.movie video{
    width: 100%;
    height: auto;
}
p.movtext{
	font-size: 12px;
    margin-bottom: 10px;
    color: #777;
}


div .h1{
    font-size: 12px;
    margin-bottom: 10px;
}
div .h1 li{
	margin-left: 20px;
	list-style-type: disc;
}