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