@charset "UTF-8";

body{
    max-width: 100%;
    width: 100%;
	  font-size: 16px;
	  font-weight: normal;
	  line-break: strict;
  	background-color: #FFF6EE;
    margin: 0;
    padding: 0 10px;
}
span.break {
	display: inline-block;
}
/* リセットCSS・初期設定 */
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* =============================
      main
============================= */
.pc{
  display: none !important;
}
.contents{
  max-width: 450px;
  width: 100%;
  margin: auto;
}
/* メイン画像*/
.title img{
  max-width: 90%;
  text-align: center;
  margin-top: 20px;
}
 /* オープン日*/
.title2 img{
  max-width: 80%;
  text-align: center;
}
/* ■■■■■カテゴリに遷移■■■■■ */
.category{
  margin: auto;
  max-width: 450px;
  width: 100%;
}
.category ul{
  	display: flex;
	  justify-content: space-between;
	  list-style: none;
  	padding-left: 0;
  	gap: 10px;
}
.category li .sp{
  display: block;
  	max-width: 100%;
  	height: auto
}


/* ■■■■■とよなかはぐくみポータルサイトとは？＆マチカネポイントのいいところ■■■■■ */
.main1{
  display: flex; 
  flex-direction: column; 
  align-items: center;    
  margin-top: 80px;
}
.main1 .sp{
  max-width: 100%;         
  box-sizing: border-box;
  display: block;
  margin: 0 auto;      
}
.main1 .main1-text{
  max-width: 450px;
  width: 100%;
  box-sizing: border-box;   
  background-color: white;    
  padding: 10px;
  line-height: 1.5em;   
  font-size: 18px;    
  font-weight: 400;        
}
.main1 .marker1 {
  background: linear-gradient(#FFE678); 
}
.main1 .marker2 {
  color: #A30000;
  font-weight: bold;
}

/* ■■■■■ポータルサイトでできること＆わかること■■■■■ */
.main2 {
  max-width: 450px;
  width: 100%;
  display: block;
  margin-top: 50px;
}
.main2 img{
  max-width: 100%;       
  display: block;
  margin: 0 auto;
}
.main2 .main2-text{
  max-width: 450px;
  width: 100%;
  box-sizing: border-box;  
  margin: auto;
  line-height: 1.5em; 
  font-size: 15px;
  font-weight: 500;
}

/* ■■■■■使い方■■■■■ */

.how{
  display: flex; 
  flex-direction: column; 
  align-items: center;    
  margin-top: 80px;
}
.how .sp{
  max-width: 100%;        
  box-sizing: border-box;
  display: block;
  margin: 0 auto;      
}
.how .how-text{
  max-width: 450px;
  width: 100%;
  display: flex; 
  flex-direction: column; 
  align-items: center;    
  box-sizing: border-box;  
  background-color: white;
}
.how-text .sp{
  box-sizing: border-box;
  max-width: 100%;
  padding: 5px;
  gap: 20px;
}

/* ■■■■■ポイント■■■■■ */
.main3 {
	display: none;
}

/* ■■■■■掲載予定タイトル■■■■■ */
.title3 .sp{ 
  max-width: 100%;
  display: block;
  align-items: center; 
  margin-top: 80px;
}

/* ■■■■■商品■■■■■ */
.goods1 {
	display: block;
}
.goods1 img{
  display: block;
  max-width: 100%;
}
.goods1 .goods1-box img{
	align-items: center; 
	max-width: 100%;
  margin: 0 auto; 
}

.goods1 .goods1-box{
  box-sizing: border-box;   
  background-color: white;
  flex-direction: column;
  max-width: 450px;
  width: 100%;
}
.goods1 .goods1-box p{
  padding: 20px;
  line-height: 1.5em; 
  font-size: 18px;
  font-weight: 400;
}
/* 注意事項 */
.note {
  margin: 50px auto;      
  max-width: 480px;
  width: 100%;
}
.note ul{
  list-style: none;
  padding-left: 0;
  font-size: 12px;
  line-height: 1.5em; 
}
.note-title{
  text-align: center;
  font-weight: bold; 
  font-size: 16px;
}
/* コピーライト */
.copyright{
  text-align: center;
	margin-bottom: 50px;
  font-size: 10px;
}