/* css reset */
 
.fs-l-main {
    margin: 0;
    padding: 0;
    max-width: 100%;
}

.fs-l-pageMain {
    max-width: 100%;
}

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;*/
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
}
 
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 {
    vertical-align:middle;
}


/* yamamotonoriten css */

/*@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css); */

body {
/*font-family: 'Noto Sans Japanese'; */
font-size:14px;
background-color:#ffffff;
}

.noto100 {font-weight:100;}
.noto200 {font-weight:200;}
.noto300 {font-weight:300;}
.noto400 {font-weight:400;}
.noto500 {font-weight:500;}
.noto600 {font-weight:600;}
.noto700 {font-weight:700;}
.noto800 {font-weight:800;}
.noto900 {font-weight:900;}

.clear{
	clear:both;
}

.center {
	text-align: center;
}

/* pc style */

.pc {display:block;}
.sp {display:none;}


.main-img {
}


h2 {
	font-size:36px;

	border-bottom: 2px solid #000000;
}

h3 {
	font-size:24px;

	border-bottom:1px dotted #000000;
	font-weight:bold;
	line-height: 1.5em;
}

.p20 {
	padding:20px;
	line-height:1.5em;
}

.p10 {
	padding:10px;
	line-height:1.5em;
}

.p0 {
	line-height:1.5em;
}

.contents-left {
	width:20%;
	float:left;
	padding:0 0 0 40px;
	position: static;
	box-sizing:border-box;
}

.contents-right {
	width:78%;
	float:right;
	box-sizing:border-box;
}

nav {
	position:fixed;
	text-align:center;
	padding:40px 0 0 0;
	max-width:200px;
	width:20%;
	box-sizing:border-box;
	z-index:0;
}

nav .top-margin {
	padding:20px 0 0 0;
}

nav ul li {
	padding:10px 0 0 0;
}

nav .border {
	border-bottom:1px #000000 solid;
}



a {
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;
			text-decoration:none;
}
a:hover {
	opacity:0.6; 
    filter: alpha(opacity=60);  
}



.fs-l-pageMain footer {
	font-size:12px;
	margin: 0;
	width:100%;
	background:#000000;
	box-sizing:border-box;
	position: relative;
	z-index:100
}

.fs-l-pageMain footer .left{
	float:left;
	padding:20px;
}

.fs-l-pageMain footer .right{
	float:right;
	padding:20px;
	text-align:right;
}

.fs-l-pageMain footer p {
	color:#ffffff;
	padding:20px 0 0 0;
}

.fs-l-pageMain footer p a {
	text-decoration:none;
	color:#ffffff;
}

.fs-l-pageMain footer p a:hover {
	text-decoration: underline;
	color:#999999;
}
.fs-l-pageMain footer p a:active,
.fs-l-pageMain footer p a:visited  {
    color: #ffffff;
}

footer .copy {
	color:#000000;
	background:#cccccc;
	text-align:center;
	padding:10px;
}

/* 20017-0607追加 */

.price-li {
	padding:20px 20px 10px 20px;
	text-align: left;
	margin: -20px 0 0 0;
}

.price-li a {
	display: block;
	font-size: 18px;
	padding: 5px 0 5px 0;
	border-bottom: #000000 1px dotted;
	color: #000000;
}

.price-li a:last-child{
	border: none;
}


.col3{
	width: 33.3%;
	float: left;
	padding: 0 20px 0 20px;
	box-sizing: border-box;
	text-align: center;
}

.col3 h4 {
	text-align: center;
	border-bottom: 1px dotted #000000;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	font-size: 18px;
	line-height: 1.5em;
}
.col3 img {
	width: 50%;
	padding: 20px 10% 0 10%;
}

.page-top__link {
	position: fixed;
	right: 5%;
	bottom: 5%;
	z-index: 999;
	display: block;
	width: 80px;
	height: 80px;
	background: url(https://yamamotonoriten.itembox.design/item/images/f/yakinoribako/pagetop.png);
	background-size: contain;
	/*opacity: 0;*/
    -webkit-transition: none;
       -moz-transition: none;
         -o-transition: none;
            transition: none;
        }

