/*=============================================

	format

==============================================*/

@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, tab, subnav, date, main, side {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: inherit;
    font-weight: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, tab, subnav, date, main, side {
    display: block;
}

html,body{
    -webkit-text-size-adjust:100%;
    width: 100%;
}

html {
	min-height: 100%;
	position: relative;
    font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
}

blockquote, q {
    quotes: none;
}

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

input[type="text"], input[type="tel"], input[type="email"], input[type="submit"], button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

ol, ul{
    list-style:none;
}

img {
	vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

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

caption, th{
    text-align: left;
}

 /* link
**************************************************************/
a {
    color:#00a9d4;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.3s;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

a:focus {
    outline:none;
}

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

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

.both{
    clear:both;
}

body {
    font-size: 3.47vw;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
/*     font-family: Helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif; */
    color: #333;
    background: #333;
    line-height: 1.4;
    word-break: normal;
    word-wrap: break-word;
    margin-bottom: 0;
}

#wrapper {
	background: #fff;
}

input[type="text"],
input[type="password"],
select {
    border: 1px #888 solid;
    padding: 2vw 2.267vw;
    background: #FFF;
}

input::-ms-clear { display:none; }

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

textarea {
    background: #FFF;
    border: 1px #888 solid;
    padding: 4px 6px;
    line-height: 1.6;
}

.container{
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 3.34vw;
    overflow: hidden;
}


.pc,
span.pc,
img.pc {
    display: none;
}

.sp {
    display: inherit;
}

span.sp,
img.sp {
    display: inline;
}



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

body {
    font-size: 1.95vw;
}


}

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

a:hover {
	opacity: 0.3;
}

input[type="text"],
input[type="password"],
select,
textarea {
    padding: 8px 10px;
    font-size: 1.5rem;
}

body {
    font-size: 1.6rem;
}

}

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

.container{
    padding: 0 15px;
}


.sp,
span.sp,
img.sp {
    display: none;
}

.pc {
    display: inherit;
}

span.pc,
img.pc {
    display: inline;
}

.btn_detail a:hover {
	opacity: 1;
}

}

