@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@300;400;500;700;800;900&family=Roboto:wght@300;400;500;700;900&display=swap');

html {
	font-size: 62.5%;
}

body {
	position: relative;
	color: #000;
	font-size: 1.6rem;/*16px*/
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 400;
	line-height: 1.8;
	text-align: justify;
	-webkit-text-size-adjust: 100%;
	zoom: 1;
	font-variant-ligatures: none;/*safari 文字間ハック*/
	min-width: 1280px;
}

a {
	color: #ea001d;
	font-weight: 500;
	text-decoration: none;
}

a:hover {
	cursor: pointer;
	text-decoration: underline;
}

img {
	pointer-events: none;
	vertical-align: middle;
}

a img {
	transition: 0.3s;
	vertical-align: middle;
}

a:hover img {
	cursor: pointer;
	opacity: 0.7;
}


.spOnly {
	display: none;
}


/* Wrap
****************************************
 */

#Wrap {
	width: 100%;
}


/* header
****************************************
 */

#HeaderWrap {
	width: 100%;
	height: 115px;

	background-color: #fff;
	padding-top: 20px;
	box-sizing: border-box;
}

#home #HeaderWrap {
	border-bottom: none;
}

#header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	width: 1200px;
	margin: 0 auto;
}

#header #logo {
	flex: none;
	width: 382px;
}

#header #logo a {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 0;
	background: url(../img/logo.png) no-repeat left top;
	background-size: 100% auto;
	padding-top: 72px;
	transition: 0.3s;
}

#header #logo a:hover {
	opacity: 0.7;
}



/* Common
****************************************
 */

.Contents_Wrap {
	width: 100%;
}

.Contents {
	position: relative;
	width: 1200px;
	background-color: #fff;
	padding: 80px 100px;
	margin: 0 auto;
	box-sizing: border-box;
}

.Contents .mouse {
	position: absolute;
	content: "";
	display: inline-block;
	width: 116px;
	top: 40px;
	right: 260px;
}

.Contents .mouse img {
	width: 100%;
	height: auto;
}

h1 {
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 5.0rem; /*50px*/
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 2px;
	margin-bottom: 80px;
}

h1 span {
	display: block;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 1.6rem; /*16px*/
	color: #0087af;
}

h2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 190px;
	height: 42px;
	font-size: 2.2rem;
	font-weight: 700;
	color: #fff;
	letter-spacing: 2px;
	background-color: #ea001d;
	margin-bottom: 10px;
	border-radius: 9999px;
}

h3 {
	font-size: 2.0rem;
	font-weight: 700;
	margin-bottom: 10px;
}

/* リスト */

ul.disc li {
	list-style-type: disc;
	margin-left: 1.6em;
	margin-bottom: 1em;
}

ol.num li {
	list-style-type: decimal;
	margin-left: 1.6em;
	margin-bottom: 0.8em;
}

/* 注釈 */

.atsn {
	display: flex;
	font-size: 1.6rem;
	margin-top: 10px;
}

.atsn::before {
	display: inline-block;
	content: "※";
}

/* font */

.small {
	font-size: 1.4rem;/*14px*/
}

/* color */

.red {
	color: #d90000;
}

/* キャプション */

.cap {
	font-size: 1.4rem;/*14px*/
	line-height: 1.4;
	margin-top: 10px;
}

/* リンク関連*/

.link_next a {
	display: inline-block;
	min-height: 34px;
	color: #000;
	font-weight: 700;
	background-image: url(../img/arw_c_blue.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	background-size: 24px auto;
	padding: 0 0 0 36px;
}


.link_pdf a {
	display: inline-block;
	min-height: 34px;
	color: #000;
	font-weight: 700;
	background-image: url(../img/icn_pdf.png);
	background-repeat: no-repeat;
	background-position: left 2px;
	background-size: 24px auto;
	padding: 0 0 0 36px;
}

.link_out a {
	display: inline-block;
	min-height: 34px;
	color: #000;
	font-weight: 700;
	background-image: url(../img/icn_out.png);
	background-repeat: no-repeat;
	background-position: 3px 6px;
	background-size: 20px auto;
	padding: 0 0 0 36px;
}

/* リンクボタン */

.linkbtn {
	width: 300px;
}

.linkbtn a {
	position: relative;
	display: inline-block;
	width: 100%;
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	background-color:#0087af;
	padding: 18px 0;
	border-radius: 50px;
	transition: 0.3s;
	box-sizing: border-box;
}

.linkbtn a::after {
	position: absolute;
	top: 50%;
	right: 50px;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -2px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	transform: rotate(45deg);
}

.linkbtn a:hover {
	color: #fff;
	text-decoration: none;
	background-color:#0068b7;
}


/* ホーム
***************************************
 */

/* mainpic
--------------------------------------*/

#home .mainpicCol {
	width: 100%;
	background-color: #ea001d;
	padding: 0 50px 0 50px;
}

#home .mainpicCol .pic {
	overflow:hidden;

	width: 100%;
	height: 0;
	padding-top: calc(600 / 1200 * 100%);
	background-image: url(../../images/mainpic.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	margin: 0 auto;
}

/* NEWS
--------------------------------------*/

#home .newsWrap {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: 100px auto 0 auto;
}

/* ttlCol */

#home .newsWrap .ttlCol {
	flex: none;
	width: 195px;
	border-top: 1px solid #ea001d;
}

#home .newsWrap .ttlCol .ttl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: 'Roboto', sans-serif;
	font-size: 4.0rem; /*40px*/
	font-weight: 700;
	line-height: 1.2;
	margin-top: 60px;
}

#home .newsWrap .ttlCol .ttl span {
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 1.4rem; /*14px*/
	color: #ea001d;
}

/* newsCol */

#home .newsWrap .newsCol {
	flex: none;
	width: 850px;
}

#home .newsCol dl {
	border-top: 1px solid #d3d3d3;
}

.newsCol dl {
	flex: none;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.newsCol dl dt {
	flex: none;
	width: 155px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	border-bottom: 1px solid #d3d3d3;
	padding: 26px 0;
}

.newsCol dl dd {
	flex: none;
	width: calc(100% - 155px);
	border-bottom: 1px solid #d3d3d3;
	padding: 26px 0;
}

.newsCol dl dd a {
	transition: 0.3s;
}

.newsCol dl dd a:hover {
	text-decoration: none;
	opacity: 0.7;
}

/* 共通
--------------------------------------*/

#home .ttlCol {
	text-align: center;
	margin-bottom: 60px;
}

#home .ttlCol .ttl {
	font-family: 'Roboto', sans-serif;
	font-size: 4.0rem;/*40px*/
	font-weight: 700;
	line-height: 1.2;
}

#home .ttlCol .ttl span {
	display: block;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 1.4rem;
	color: #ea001d;
}

/* お問い合わせ */

#home .formCol {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
	background-color: #fff;
	padding: 40px;
	box-sizing: border-box;
}

#home .infoWrap .formCol {
	background-color: #fde9eb;
}

#home .formCol h3 {
	margin-bottom: 0;
}

#home .formCol .telCol {
	flex: none;
	border-right: 1px solid #c1c1c1;
	padding-right: 40px;
}

#home .formCol .telCol p {
	font-family: 'Roboto', sans-serif;
	font-size: 3.0rem;/*30px*/
	font-weight: 700;
	color: #ea001d;
}

#home .formCol .mailCol {
	flex: none;
}

#home .formCol .mailCol .mail {
	width: 70px;
	margin: 15px auto 0 auto;
}

#home .formCol .mailCol .mail img { 
	width: 100%;
	height: auto;
}


/* FacilitiesCol
--------------------------------------*/

#home .facilitiesCol {
	position: relative; 
	width: 1200px;
	margin: 120px auto 0;
	box-sizing: border-box;
}

.menuCol {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.menuCol .inrCol {
	flex: none;
	width: 550px;
	margin-top: 55px;
}

.menuCol .inrCol:nth-child(-n+2) {
	margin-top: 0;
}

.menuCol .inrCol .fcttl {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.2;
	color: #000;
	margin-bottom: 15px;
	box-sizing: border-box;
}

.menuCol .inrCol .pic {
	position: relative;
	overflow:hidden;
	display: block;
	width: 100%;
	height: 280px;
	margin-bottom: 15px;
	box-sizing: border-box;
}

.menuCol .inrCol .pic::after {
	position: absolute;
	content: "";
	display: inline-block;
	width: 100%;
	height: 280px;
	top: 0;
	left: 0;
	background-image: url(../../images/fc_p1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
	transition: 0.3s;
}

.menuCol .inrCol.a01 .pic::after {
	background-image: url(../../images/fc_p1.jpg);
}

.menuCol .inrCol.a02 .pic::after {
	background-image: url(../../images/fc_p2.jpg);
}

.menuCol .inrCol.a03 .pic::after {
	background-image: url(../../images/fc_p3.jpg);
}

.menuCol .inrCol.a04 .pic::after {
	background-image: url(../../images/fc_p4.jpg);
}

.menuCol .inrCol .read {
	font-size: 1.6rem;
	color: #000;
	box-sizing: border-box;
}


/* Trial Lesson
--------------------------------------*/

#home .trialWrap {
	width: 100%;
	margin-top: 160px;
	background-color: #fde9eb;
	padding: 45px 0;
	box-sizing: border-box;
}


#home .trialWrap .msgCol {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
}

#home .trialWrap .msgCol .txtCol {
	flex: none;
	width: 740px;
	font-size: 1.8rem;
}

#home .trialWrap .msgCol .picCol {
	flex: none;
	width: 380px;
	box-sizing: border-box;
}

#home .trialWrap .msgCol .picCol .pic {
	margin-top: 20px;
}

#home .trialWrap .msgCol .picCol .pic:nth-child(1) {
	margin-top: 0;
}

#home .trialWrap .msgCol .picCol .pic img {
	width: 100%;
	height: auto;
}


/* Information
--------------------------------------*/

#home .infoWrap {
	width: 100%;
	margin-top: 160px;
	box-sizing: border-box;
}

#home .infoWrap .msgCol {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
}

#home .infoWrap .msgCol .txtCol {
	flex: none;
	width: 740px;
	font-size: 1.8rem; /*18px*/
}

#home .infoWrap .msgCol .picCol {
	flex: none;
	width: 380px;
	box-sizing: border-box;
}

#home .infoWrap .msgCol .picCol .pic {
	margin-top: 20px;
}

#home .infoWrap .msgCol .picCol .pic:nth-child(1) {
	margin-top: 0;
}

#home .infoWrap .msgCol .picCol .pic img {
	width: 100%;
	height: auto;
}


/* NEWS
***************************************
 */

/* お知らせ 詳細
--------------------------------------*/

body#news {
	background-color: #e5f3f7;
}

#news.news .TitleWrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 80px;
}

#news.news .TitleWrap .title {
	flex: none;
	width: 800px;
	font-size: 2.0rem;/*20px*/
	font-weight: 500;
	line-height: 1.6;
}

#news.news .TitleWrap span {
	flex: none;
	font-size: 1.4rem;/*14px*/
}

#news.news .pcol {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 70px;
}

#news.news .pcol .photo {
	flex: none;
	flex-direction: column;
	width: 460px;
	text-align: center;
}

#news.news .pcol .photo:nth-child(-n+2) {
	margin-bottom: 60px;
}

#news.news .pcol .photo .pic img {
	width: auto;
	max-width: 100%;
	height: auto;
}

#news.news .pcol .photo .cap {
	font-size: 1.4rem;/*14px*/
	line-height: 1.4;
	margin-top: 10px;
}

#news.news .txtCol {

}

#news.news .link_next,#news.news .link_pdf {
	margin-top: 40px;
}

#news.news .linkbtn {
	margin: 80px auto 0;
}


/* Footer
****************************************
 */

#FooterWrap {
	width: 100%;
	background-color: #fff;
	border-top: 1px solid #ea001d;
	padding: 60px 0 40px;
	margin-top: 120px;
}

/* footer */

#FooterWrap #footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	width: 1200px;
	margin: 0 auto;
}

/* アドレス */

#footer .adrsCol {
	flex: none;
	font-size: 1.4rem; /*14px*/
	white-space: nowrap;
}

#footer .adrsCol .name {
	font-size: 1.6rem; /*16px*/
	font-weight: 500;
}

/* bnrCol */

#footer .bnrCol {
	flex: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#footer .bnrCol .foresta {
	width: 174px;
}

#footer .bnrCol li {
	width: 120px;
	margin-left: 20px;
}

#footer .bnrCol img {
	width: 100%;
	height: auto;
}

#footer .bnrCol a {
	display: block;
	transition: 0.3s;
}

#footer .bnrCol a:hover {
	text-decoration: none;
	opacity: 0.7;
}

/* Copyright */

.copyright {
	width: 1200px;
	font-family: 'Roboto', sans-serif;
	font-size: 1.2rem; /*12px*/
	font-weight: 500;
	text-align: center;
	margin: 70px auto 0 auto;
}

/*  floating-menu
----------------------------------------------- */

/* pagetop */

#pagetop {
	position: fixed;
	bottom: 235px;
	right: 30px;
	width: 76px;
	z-index: 9;
}

#pagetop a {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 0;
	background: url(../img/pagetop.png) no-repeat top left;
	background-size: 100% auto;
	padding-top: 99px;
	transition: 0.3s;
}

#pagetop a:hover {
	opacity: 0.7;
}


/* for SP Settings
********************************************************************************
*/


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


body {
	font-size: 1.3rem;/*13px*/
	line-height: 1.6;
	min-width: 100%;
	padding-top: 0;
}

.pcOnly {
	display: none;
}
.spOnly {
	display: block;
}

br.spOnly {
	display: inline;
}

a {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


/* Wrap
****************************************
 */

#Wrap {
	min-width: 100%;
}


/* header
****************************************
 */

#HeaderWrap {
	height: auto;
	padding: 5.33% 0 4.67%;
	box-sizing: border-box;
}

#header {
	width: 89.33%;/* 670 */
	box-sizing: border-box;
}

#header #logo {
	width: 50.75%;/* 340 */
}

#header #logo a {
	padding-top: 18.82%;/* 64 */
}

/* oprate by */

#header .oprate {
	font-size: 0.9rem; /*9px*/
	margin-bottom: 1.33%;
}

/* パン屑
****************************************
 */

#breadcrumb {
	width: 89.33%;/* 670 */
	padding: 4% 0;
}

#breadcrumb ul li {
	font-size: 0.8rem; /*8px*/
	padding-left: 32px;
}

#breadcrumb ul li::before {
	left: 10px;
	width: 14px;
	height: 14px;
	font-size: 1.2rem; /*12px*/
}

#breadcrumb ul li a {
	padding-bottom: 4px;
}


/* Common
****************************************
 */

.Contents_Wrap {

}

.Contents {
	width: 89.33%;/* 670 */
	padding: 8% 4%;
}

.Contents .mouse {
	width: 19.73%;
	top: -1%;
	right: -4%;
}


/* h1 */

h1 {
	font-size: 2.5rem;/*25px*/
	margin-bottom: 8%;
}

h1 span {
	font-size: 1.0rem; /*10px*/
}

h2 {
	width: 34.67vw;/*260px*/
	height: 6.67vw;/*50px*/
	font-size: 1.6rem;
	margin-bottom: 2.67vw;
}

h3 {
	font-size: 1.6rem;
	margin-bottom: 2vw;
}

/* リスト */


/* 注釈 */

.atsn {
	font-size: 1.2rem;/*12px*/
	margin-top: 1.33%;
}

/* font */

.small {
	font-size: 1.2rem;/*12px*/
}

/* キャプション */
.cap {
	font-size: 1.2rem;/*12px*/
}

/* リンク関連*/

.link_next a,
.link_pdf a,
.link_out a {
	padding: 4px 0 0 36px;
}
.link_out a {
	background-position: 4px 6px;
}

/* リンクボタン */

.linkbtn {
	width: 100%;
}


/* ホーム
***************************************
 */

/* mainpic
--------------------------------------*/

#home .mainpicCol {
	background-color: none;
	padding: 0;
}

#home .mainpicCol .pic {
	background-image: url(../../images/sp_mainpic.jpg);
	padding-top: 80%;
}

#home .mainpicCol .pic .acqua {
	width: 19.87%;
	bottom: 16%;
	right: 9.33%;
}

/* NEWS
--------------------------------------*/

#home .newsWrap {
	flex-direction: column;
	width: 89.33%;/* 670 */
	margin-top: 9.33%;
}

/* ttlCol */

#home .newsWrap .ttlCol {
	position: relative;
	width: 100%;
	border-top: none;
	margin-bottom: 4%;
}


#home .newsWrap .ttlCol .ttl {
	justify-content: center;
	font-size: 2.5rem; /*25px*/
	margin-top: 0;
}

#home .newsWrap .ttlCol .ttl span {
	font-size: 1.2rem; /*12px*/
	margin-left: 15px;
}

/* newsCol */

#home .newsWrap .newsCol {
	width: 100%;
}

.newsCol dl {
	flex-direction: column;
}

.newsCol dl dt {
	font-size: 1.3rem; /*13px*/
	width: 100%;
	border-bottom: none;
	padding: 14px 0 0 0;
}

.newsCol dl dd {
	width: 100%;
	padding: 0 0 14px 0;
}


/* 共通
--------------------------------------*/

#home .ttlCol {
	margin-bottom: 8%;
}

#home .ttlCol .ttl {
	font-size: 2.5rem;/*25px*/
}

#home .ttlCol .ttl span {
	font-size: 1.2rem;/*12px*/
	margin-top: 1.33%;
}

/* お問い合わせ */

#home .formCol {
	flex-direction: column;
	gap: 0;
	padding: 5.33vw;
	text-align: center;
}

#home .formCol .telCol {
	border-right: none;
	border-bottom: 1px solid #c1c1c1;
	padding-right: 0;
	padding-bottom: 4vw;
}

#home .formCol .mailCol {
	padding-top: 4vw;
}

#home .formCol .mailCol .mail {
	width: 16vw;
	margin: 2.67vw auto 0 auto;
}


/* FacilitiesCol
--------------------------------------*/

#home .facilitiesCol {
	width: 89.33%;/* 670 */
	margin: 13.33% auto 0;
}

.menuCol {
	flex-direction: column;
	margin-top: 0;
}

.menuCol .inrCol {
	width: 100%;
	margin-top: 10%;
}

.menuCol .inrCol:nth-child(-n+2) {
	margin-top: 10%;
}

.menuCol .inrCol:nth-child(1) {
	margin-top: 0;
}

.menuCol .inrCol .fcttl {
	font-size: 1.6rem;
	margin-bottom: 2%;
}

.menuCol .inrCol .pic {
	height: 45.33vw;
	margin-bottom: 0;
}

.menuCol .inrCol .pic::after {
	width: 100%;
	height: 100%;
}

.menuCol .inrCol .read {
	font-size: 1.3rem;
}


/* Trial Lesson
--------------------------------------*/

#home .trialWrap {
	padding: 8% 5.33% 0 5.33%;
	margin: 13.33% auto 0;
}

#home .trialWrap .msgCol {
	width: 100%;
	flex-direction: column;
}

#home .trialWrap .msgCol .txtCol {
	width: 100%;
	font-size: 1.5rem;
	line-height: 1.6;
}

#home .trialWrap .msgCol .picCol {
	display: flex;
	flex-wrap: wrap;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	margin-top: 10%;
}

#home .msgWrap .msgCol .picCol .pic {
	flex: none;
	width: 33.33%;
	margin-top: 0;
}

/* Information
--------------------------------------*/

#home .infoWrap {
	margin: 13.33% auto 0;
}

#home .infoWrap .msgCol {
	width: 89.33%;/* 670 */
	flex-direction: column;
}

#home .infoWrap .msgCol .txtCol {
	width: 100%;
	font-size: 1.5rem;
	line-height: 1.6;
}

#home .infoWrap .msgCol .picCol {
	display: flex;
	flex-wrap: wrap;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	margin-top: 10%;
}

#home .infoWrap .msgCol .picCol .pic {
	flex: none;
	width: 33.33%;
	margin-top: 0;
}


/* NEWS
***************************************
 */

/* お知らせ 詳細
--------------------------------------*/

#news.news .TitleWrap {
	flex-direction: column;
	margin-bottom: 8vw;
}

#news.news .TitleWrap .title {
	width: 100%;
	font-size: 1.6rem;/*16px*/
	line-height: 1.4;
}

#news.news .TitleWrap span {
	font-size: 1.2rem;/*12px*/
	margin-top: 4vw;
}

#news.news .pcol {
	flex-direction: column;
	margin-bottom: 5.33vw;
}

#news.news .pcol .photo {
	width: 100%;
	margin-bottom: 8vw;
}

#news.news .pcol .photo:nth-child(-n+2) {
	margin-bottom: 8vw;
}

#news.news .pcol .photo .cap {
	font-size: 1.2rem;/*12px*/
}

#news.news .txtCol {

}

#news.news .link_next,#news.news .link_pdf {
	margin-top: 8vw;
}

#news.news .linkbtn {
	margin: 10.67vw auto 0;
}


/* Footer
****************************************
 */

#FooterWrap {
	padding: 8% 0 5.33% 0;
	margin-top: 8%;
}

/* footer */

#FooterWrap #footer {
	flex-direction: column-reverse;
	align-items: flex-start;
	width: 89.33%;/* 670 */
}

/* アドレス */

#footer .adrsCol {
	width: 100%;
	font-size: 1.3rem;
	line-height: 1.8;
	margin-top: 6%;
}

#footer .adrsCol .name {
	font-size: 1.4rem;
}

#footer .adrsCol span {
	color:#000;
}

/* bnrCol */

#footer .bnrCol {
	justify-content: center;
}

#footer .bnrCol .foresta {
	width: 100%;
	margin-bottom: 4vw;
}

#footer .bnrCol .foresta a {
	width: 30.67%; /*230*/
	margin: 0 auto;
}

#footer .bnrCol li {
	width: 19.33%; /*145*/
	margin: 0 2%;
}

#footer .bnrCol li:nth-child(1) {
	margin-left: 0;
}

/* Copyright */

.copyright {
	width: 100%;
	font-size: 0.8rem; /*8px*/
	margin-top: 8%;
}

/*  floating-menu
----------------------------------------------- */

/* pagetop */

#pagetop {
	bottom: 8%;
	right: 2.67%;
	width: 10.13vw;/*76px*/
}

#pagetop a {
	padding-top: 130.26%;
}

}


/* for small SP（320）
****************************************
 */

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

html {
	font-size: 50%;
}

/* Copyright */

.copyright {
	font-size: 0.6rem; /*6px*/
}

}