@charset "UTF-8";
/* CSS Document */

.flex-container {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: flex-start;
	align-items: flex-start;
    }

.header:nth-child(1) {
	-webkit-flex: 0 1 100%;
	flex: 0 1 100%;
	-webkit-align-self: center;
	align-self: center;
	text-decoration: none;
	}

.about:nth-child(2) {
	-webkit-flex: 0 1 100%;
	flex: 0 1 100%;
	-webkit-align-self: center;
	align-self: center;
	text-decoration: none;
	}

.buy:nth-child(3) {
	-webkit-flex: 0 1 100%;
	flex: 0 1 100%;
	-webkit-align-self: center;
	align-self: center;
	text-decoration: none;
	}

.detail:nth-child(4) {
	-webkit-flex: 0 1 100%;
	flex: 0 1 100%;
	-webkit-align-self: center;
	align-self: center;
	text-decoration: none;
	}

.next:nth-child(3) {
	-webkit-flex: 0 1 100%;
	flex: 0 1 100%;
	-webkit-align-self: center;
	align-self: center;
	text-decoration: none;
	}

.icon-b:nth-child(6) {
	-webkit-flex: 0 1 50%;
	flex: 0 1 50%;
	-webkit-align-self: flex-start;
	align-self: flex-start;
	padding-bottom: 40px;
	padding-top: 50px;
	}

.icon-b:nth-child(7) {
	-webkit-flex: 0 1 50%;
	flex: 0 1 50%;
	-webkit-align-self: flex-start;
	align-self: flex-start;
	padding-bottom: 40px;
	padding-top: 50px;
	}

.footer:nth-child(8) {
	-webkit-flex: 0 1 100%;
	flex: 0 1 100%;
	-webkit-align-self: flex-end;
	align-self: flex-end;
	text-decoration: none;
	padding-right: 30px;
	}


html { font-size: 62.5% }


body {
    display: flex;
    flex-direction: row;
    min-height: 100vh;
	-webkit-text-size-adjust:100%;
	-moz-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	text-size-adjust:100%;
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
    font-weight: normal;
	-webkit-font-feature-settings:"palt";
	-moz-font-feature-settings:"palt";
	font-feature-settings:"palt";
	padding-bottom:4em;
	}

/*line*/
hr {
    width: 70%;
	}

/*トップ画像*/
.img_header {
    width: 100%;
    height: auto;
	max-width: 1080px;
	}
		

/*タイトル*/
.title {
	text-align: center;
    font-size: 2.3rem;  /*23pt*/
	}

/*メイン*/
.contents {
	margin: 0% 10%;
	font-size: 1.8rem; /*18pt*/
	line-height: 1.5em;   /* フォントサイズの18×1.5÷2が上下余白になる*/
	}

/*SNSアイコン大*/
.icon-b_item {
	width: 70px;
	height: 70px;
	}

/*SNSアイコン小*/
.icon {
	width: 25px;
	height: 25px;
	margin-right: 5px;
	}

/*バナー*/
.img_banner {
	width: 300px;
	height: auto;
}

.head {
	background-color: f8e2e2;
}

/* PC */	
@media screen and (min-width: 1280px) {
 html{ 
	 width: 1280px;
     margin: 0 auto;
	}
	
.icon-b_item {
	width: 100px;
	height: 100px;
	}

.img_banner {
	width: 500px;
	height: auto;
	}
}
