@charset "UTF-8";
/* CSS Document */
html{
	font-size:clamp(12px, 1.8vw, 20px);
	
}



a:link {
    color: #364046;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #000000;
}
a:hover {
    text-decoration: none;
    color: #000000;
}
a:active {
    text-decoration: none;
    color: #000000;
}
p {
	color:#000000;
    text-align: left;
    line-height: 28px;
}
.centered-text {
  text-align: center;
}
 ul {
    display: flex;
    justify-content: center;
  }

  li {
    list-style: none;
  }

  li:nth-child(2) {
    margin: 0 10px;
  }
hr{
    width: 90%;
    height: 3px;
    background-color: #D39998;
    border: none;
    text-align: center;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
h{  
	color: #000000;
    font-size: 1.8rem;
    font-weight: 900;
	border-left:5px solid #D39998; /*線の設定*/
    padding:2px 8px; /*余白の設定*/
	 letter-spacing: -0.02em;
	line-height: 1.8;
	
	
}
h2{ 
	color: #000000;
    font-size: 1.2rem;
    font-weight: bold;
	line-height: 1.3;
	
}





.main {
	width: 90%;
	margin: auto;
	animation: fadein 5s ease-out forwards;
}
.container {
  display: flex;
  justify-content: space-between;
  margin-right:auto;
  margin-left:auto;
}
.box01 {
	width: 90%;
	margin-left: 55px;
	margin-top: 30px;
} 
.button{
	text-align: center;
}
.button img{
	margin: 8px;
	
}
.box04 {
	 width:90%;
	 align-items: center;
	 margin-top: 30px;	
	 margin: auto;
	
}
.icon{
	display: flex;
	flex-direction: row;
	justify-content:center;
	flex-wrap: nowrap;
	width:100%;
	margin-right: 20px;
	
}
.iconitem{
	margin-right: 10px
}
	.app{
		display: none
	
}
	.mbapp{
	text-align: center;
	display: flex;
	flex-direction: column;
	font-size: 12px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
	line-height: 1.0rem;
	white-space: nowrap;
	}
.float_none {
  clear: both;
}
figure {
  float: left;
  margin: 0 15px 15px 0;
  width: 30%;
  background-color: #ffffff;
}
figure img {
  max-width: 100%;
}

 @keyframes fadein {
  0% {
     opacity: 0
  }
  100% {
     opacity: 1
  }}
.colorbox{
	background-color: white;
	padding-top:10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	
}




@media screen and (max-width:900px) {
html{
	font-size:16px;
	
}
h{  
	color: #000000;
    font-size: 1.6rem;
    font-weight: 900;
	border-left:5px solid #D39998; /*線の設定*/
    padding:2px 8px; /*余白の設定*/
	 letter-spacing: -0.02em;
	line-height: 1.8em;
	
	
}
.box01 {
	width: 90%;
	margin: 15px;
	
	} 	
.button{
	text-align: center;
	display: flex;
	 flex-direction: column; 
	 align-items: center;
	 margin: 8px;	
}	
.cast{
	font-size: 0.8em;
	}

	
}
