﻿


/*スマホサイト**********************************************************************/
@media screen and (max-width:700px) {



* {margin: 0;padding: 0}
a {text-decoration : none}
ul, ol {list-style : none}
img {
	vertical-align : middle;
	max-width : 100%;
	height:auto;
}

/*float解除-------------------------------------------------------------------------------------------*/
.floatClear {
	display: block;
	clear: both;
}
.floatClear-sp {
	display: block;
	clear: both;
}
/*-------------------------------------------------------------------------------------------float解除*/

html {
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; /* Safari */
    font-size : 14px; /*ブラウザデフォルト16px / 16×0.625=10 / 以降em指定はこれを基準に */
	line-height : 20px;
	margin:0px;
	padding:0px;
	scroll-behavior: smooth;
}

p {
	margin:0px 0px 20px 0px;
}

br.br-sp {
}
br.br-pc {
	display: none;
}

.only_sp {
}
.only_pc {
    display: none;
}



footer {
}

img#logo_footer {
    height: 30px;
    display: block;
    margin: 0px auto -16px auto;
}

hr#footer_hr {
    border: none;
    border-top: 1px solid #B4B4B4;
    margin: 0px 0px 0px 0px;
}

#footer_sns {
    width: 96px;
    height: 48px;
    margin: 32px auto 20px auto;
}
img.icon_instagram_black {/*adjustment.css内のSNSボタンと共用している*/
    width: 48px;
    height: 48px;
	float: left;
}
img.icon_x_black {/*adjustment.css内のSNSボタンと共用している*/
    width: 48px;
    height: 48px;
	float: left;
}

p#footer_info {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 60px;
}



/* ▼ 画面下部の著作権表記関係 */
small {
    background-color: #646464;
    width: 100%;
    height: 40px;
	position: fixed;
	bottom: 0;
    z-index: 100;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
}
/* ▲ 画面下部の著作権表記関係 */



/* ▼ ページトップへ戻るボタン */
#pagetop {
    position:fixed;
    bottom:calc(40px + 1vh);
    right:1vh;
}
img#top_button {
    width: 50px;
    height: 50px;
}
/* ▲ ページトップへ戻るボタン */



/*ページ全体のリンクカラー設定*/
a{/*リンクされた文字*/
color:#000000;
font-style:normal;
text-decoration:underline;
}
a:link {/*未訪問のリンク*/
color:#000000;
font-style:normal;
text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
color:#000000;
font-style:normal;
text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
color:#000000;
font-style:normal;
text-decoration:none;
}
a:active {/*クリック中*/
color:#000000;
font-style:normal;
text-decoration:none;
}



}










/*PCサイト**************************************************************************/
@media screen and (min-width:701px) {



/*defaultCSS------------------------------------------------------------------------------------------*/
html, body, div, span, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	border:0;
	outline:0;
}

html {
overflow-y: scroll;
scroll-behavior: smooth;
}

img, object, embed {
vertical-align:bottom;
border: 0px;
}

p {
	margin:0px 0px 20px 0px;
}

br.br-sp {
	display: none;
}

ul {
padding: 0;
margin: 0;
list-style-position:outside;
}

ol {
padding: 0;
margin: 0;
list-style-position:inside;
}

form, input {
margin: 0;
padding: 0;
}
/*------------------------------------------------------------------------------------------defaultCSS*/

/*float解除-------------------------------------------------------------------------------------------*/
.floatClear {
	display: block;
	clear: both;
}
/*-------------------------------------------------------------------------------------------float解除*/

/*body部分--------------------------------------------------------------------------------------------*/
body {
    min-width: 1310px;
	background-color: #FFFFFF;
	-webkit-text-size-adjust: 100%;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 1px;
	color: #222222;
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    padding-bottom: 40px;/*画面下部固定バナー分*/
}
/*--------------------------------------------------------------------------------------------body部分*/



br.br-sp {
	display: none;
}
br.br-pc {
}

.only_sp {
    display: none;
}
.only_pc {
}



footer {
	margin-bottom: 36px;
}

img#logo_footer {
    width: 600px;
    height: 47px;
    display: block;
    margin: 0px auto -22px auto;
}

hr#footer_hr {
    border: none;
    border-top: 1px solid #B4B4B4;
    margin: 0px 0px 0px 0px;
}

#footer_sns {
    width: 96px;
    height: 48px;
    margin: 40px auto 16px auto;
}
img.icon_instagram_black {
    width: 48px;
    height: 48px;
	float: left;
}
img.icon_x_black {
    width: 48px;
    height: 48px;
	float: left;
}

p#footer_info {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 0px;
}



/* ▼ 画面下部の著作権表記関係 */
small {
    background-color: #646464;
    width: 100%;
    height: 40px;
	position: fixed;
	bottom: 0;
    z-index: 100;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
}
/* ▲ 画面下部の著作権表記関係 */



/* ▼ ページトップへ戻るボタン */
#pagetop {
    position:fixed;
    bottom:60px;
    right:20px;
}
img#top_button {
    width: 80px;
    height: 80px;
}
/* ▲ ページトップへ戻るボタン */



/*ページ全体のリンクカラー設定*/
a{/*リンクされた文字*/
color:#000000;
font-style:normal;
text-decoration:underline;
}
a:link {/*未訪問のリンク*/
color:#000000;
font-style:normal;
text-decoration:underline;
}
a:visited {/*訪問後のリンク*/
color:#000000;
font-style:normal;
text-decoration:underline;
}
a:hover {/*マウスをのせたとき*/
color:#000000;
font-style:normal;
text-decoration:none;
}
a:active {/*クリック中*/
color:#000000;
font-style:normal;
text-decoration:none;
}



}


