@import url('https://fonts.googleapis.com/css2?family=Inknut+Antiqua:wght@300;400;500;600;700;800;900&display=swap');

/*リセットCSS　■■■■■■■■■■■■■■■■■■■■■■■■■*/

/* Eric Meyer’s Reset CSS */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  font-family: sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

table {
  border-collapse: collapse;
}

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

input, button, textarea {
  border: none;
  outline: none;
  font-family: inherit;
  font-size: inherit;
}

/*共通　■■■■■■■■■■■■■■■■■■■■■■■■■*/

span.red { color: #E60033; }
span.orange { color: #fe7e01 ; }
span.yellow { color: #FFF100 ; }
 span.blue { color:  #33ccff ; }


/*ヘッダー（全体とロゴ）　■■■■■■■■■■■■■■■■■■■■■■■■■*/

body {
  font-family: 'Noto Sans JP', sans-serif;
}

.header {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #ffffe0 ;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  box-shadow: 0 5px 7px #f5deb3;
}

.logo {
  font-family: "Inknut Antiqua", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.7rem;
}

.logo-link {
	margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 80px;
}

.title-miks{
  color: #ffd700;
}

.main-words {
    display: flex;
}

.wordmiks-kana{
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.7rem;
  color: #555;
  margin-bottom: -10px;
}

/*privacy　■■■■■■■■■■■■■■■■■■■■■■■■■*/

#privacy {
  scroll-margin-top: 110px;
}

/* セクション全体のスタイル */
.privacy-section {
  margin-top: 110px;
  padding: 40px 0;
  text-align: center;
}

/* コンテナのスタイル */
.privacy-container {
  width: 80%;
  margin: 0 auto;
  border-radius: 10px;
  padding: 30px;
  background-color: #f7f6f5 ;
  line-height: 1.8;
}

.privacy-title-box{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-height: 100px;
  background-color: #ffd700;
  border-radius: 10px;
  margin-bottom: 20px;
}
.privacy-title-text{
  text-align: center;
  line-height: 100px;
  font-size: 1.5rem;
  color: white;
}

.privacy{
	text-align: left;
	padding-left: 30px;
	color: black;
}

.privacy_sub-title{
	color: black;
}
.privacy_detail{
	color: black;
}

/*コピーライト　■■■■■■■■■■■■■■■■■■■■■■■■■*/
.footer{
  padding-top: 10px;
  margin-top: 100px;
  width: 100%;
  height: 135px;
  background-color: #414141 ;
  color: white;
  text-align: center;
  line-height: 40px;
  font-size: 0.8rem;
}

.privacy{
	color: white;
}
.privacy:link {
	color: white;
}
.privacy:visited {
	color: white;
}
.privacy:hover {
	color: white;
}

.terms{
	color: white;
}
.terms:link {
	color: white;
}
.terms:visited {
	color: white;
}
.terms:hover {
	color: white;
}
/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★*/
/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★*/
/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★*/
/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★*/
/*レスポンシブ対応*/
/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★*/
/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★*/
/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★*/
/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★*/

/* スマートフォン */
/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★*/
@media (min-width: 0px) and (max-width: 481px) {

 /*■ヘッダータイトル■*/

	.header {
	  height: 60px;
	}
	.logo-link {
		margin-top: 10px;
		height: 50px;
	}
  .main-words{
    font-size: 1.7rem;
  }
  .wordmiks-kana{
    font-size: 0.6rem;
  }
	
  	/*■privacy■*/
	.privacy-section {
	  padding: 0;
	}
	.privacy-container {
	  width: 90%;
	  padding: 10px;
	  line-height: 1.5;
	}
	.privacy-title-box{
	  padding: 3px auto;
	  min-height: 50px;
	  margin-bottom: 20px;
	}
	.privacy-title-text{
		font-size: 1.2rem;
		line-height: 50px;
	}
	.privacy{
		padding-left: 10px;
	}

	.privacy-sub-head{
		font-size: 1rem;
		font-weight: 700;
	}
	.privacy-detail{
		font-size: 0.9rem;
		font-weight: 300;
	}
}

/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★*/
/* タブレット */
/*★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★*/
@media (min-width: 481px) and (max-width: 768px) {

 /*■ヘッダータイトル■*/

	.logo-link {
		margin-top: 15px;
	}
  .main-words{
    font-size: 2.5rem;
  }
  .wordmiks-kana{
    font-size: 0.7rem;
  }

}


