@charset "utf-8";

/*======================================================================
　リセット
======================================================================== */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - https://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,main {
    display:block;
}
 
ol,ul,li {
    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;
		text-decoration: none;
}
 
/* 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;
}
 
img {
	vertical-align: top;
	font-size:0;
	line-height: 0;
	-ms-interpolation-mode: bicubic;
	}	
	
iframe {
	vertical-align: bottom;
	display: block;
	}


i, cite, em, var, address, dfn {
	font-style: normal;
	}


/*======================================================================
　クリアフィックス
======================================================================== */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}


/*======================================================================
　ベーシック
======================================================================== 

文字・コンテンツ：#191919
背景（濃い）:#333
背景（薄い）:#f2f2f2

背景（ボタンなど：灰色）:#bbb

水平線:#aaa

アクセント（山吹色）：#ecae32
アクセント（レッド）：#982020

*/


* {
	box-sizing: border-box;
	/* backface-visibility:hidden; */
	}

html, body {
	font-family: "Noto Sans Japanese", sans-serif;
	font-weight: 500;
	color: #191919;
	letter-spacing: 2px;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	}

a {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	display: block;
	width: 100%;
	height: 100%;
	}

a[href*="tel:"],
a[href*="mailto:"] {
	display: inline !important;
	}


span {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	}

img {
	width: 100%;
	}
	
*:before,
*:after {
	font-family: "Noto Sans Japanese", sans-serif;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	}
		
		
input, select {
	font-family: "Noto Sans Japanese", sans-serif;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	border: none;
	background: transparent;
	letter-spacing: 2px;
	}

input, select, label {
	vertical-align:middle;
	}

input:not([type="text"]), select, label {
	cursor: pointer;
	}

input[type="button"],
input[type="submit"] {
	-webkit-appearance: none; 
	}

input:focus {
	outline: none;
	}



/*----------------------------------------------
　メイン
------------------------------------------------ */	


@media screen and (min-width:700px) {

main {
	width: 1060px;
	margin: 40px auto;
	position: relative;
	}

	
} 

		
@media screen and (max-width:700px) {
	

main {
	position: relative;
	}


} 
	

/*----------------------------------------------
　PC・SP切り替え
------------------------------------------------ */	
		
@media screen and (min-width:700px) {

.sp {
	display: none !important;
	}
	
} 

		
@media screen and (max-width:700px) {

.pc {
	display: none !important;
	}
	
} 
	
/*----------------------------------------------
　ページトップへ
------------------------------------------------ */	

@media screen and (min-width:700px) {
	
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 70px;
	padding: 24px 0 13px 0;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 16px;
	cursor:  pointer;
	background: #f5bd4e url(../images/prev_up.png) no-repeat;
	background-position: center 10px;
	background-size: 13px;
	transition: background .2s ease;
	z-index:999;
	}

#page-top:hover {
	background: #f5bd4e url(../images/prev_up.png) no-repeat;
	background-position: center 10px;
	background-size: 13px;
	transition: background .2s ease;
	}

}



@media screen and (max-width:700px) {
	
#page-top {
	position: fixed;
	bottom: 2vw;
	right: 2vw;
	width: 15vw;
	z-index: 999999999;
	padding: 6vw 0 3vw 0;
	color: #fff;
	font-size: 2.7vw;
	text-align: center;
	line-height: 3.7vw;
	background: #f5bd4e url(../images/prev_up.png) no-repeat;
	background-position: center 3vw;
	background-size: 3vw;
	}

}

