
    		body{
    			padding-top: 50px;
    			background: linear-gradient(#f4f2e9, #e1f5ff);
    			font-family: "Noto Sans JP","Hina Mincho",sans-serif;

    		}
    		.starter-template{
    			padding: 40px;
    			background-color: #eae8df;
    		}

    		




/*フォントについて */
.white {color: #eae8df;}
.white20 {color: #636aa4; font-size: 20px;}

.black20 {color: #848e66; font-size: 20px;}
.black30 {color: #848e66; font-size: 30px; font-weight:bold}

.black20 {color: #848e66; font-size: 20px;}

.hina50 {
  font-weight: 400;
  font-style: normal;
  color: #636aa4; font-size: calc(4vw + 1.5rem); 
}
.hina25 {
  font-weight: 400;
  font-style: normal;
  color: #636aa4; font-size: calc(1.5vw + 1.5rem); 
}
.hina20 {
  font-weight: 400;
  font-style: normal;
  color: #848e66; font-size: calc(0.5vw + 1.5rem); 
}

.sold-out {
  text-decoration: line-through;
}

.under {
color: #636aa4;
background: linear-gradient(transparent 50%, #dbd8ca 50%);
} 

h3 {
 @media screen and (max-width: 768px) {
  font-size: 20px;
  width:0 10px;
}
} 

h2 {
 color: #636aa4;
 background: linear-gradient(transparent 50%, #dbd8ca 50%);
 @media screen and (max-width: 768px) {
  font-size: 20px;
  width:0 10px;
}
} 

h1{
 font-size: 0px;
 margin-top: 0; 
}
h1#logo span {
    display: none;
}
h1#logo {
  width: 100%;
  height: 90.4vh;
  background-image: url(./banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.intr{
  font-family: "Hina Mincho";
  text-align: center;
  padding: 1.5em;
}

.video-wrap{
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%; /* ここがポイント。動画の縦横の比率が16:9であれば 6 / 19 * 100 = 56.25を設定 */
}

.video-wrap > iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.box{
padding: 24px ;
display: flex;
max-width: 800px;
margin: 0 auto;
text-align: center;
}

.l_box{
  padding: 0 ;
  text-align: center;
  width: 100%;
}
.r_box{
  padding: 0 ;
  text-align: center;
  width: 100%;
}
.t_name{
  font-size: 14px;
}
.ico_box{
padding-top: 10px;
}
.ico_box a{
  padding: 0 3%;
  justify-content: space-between;
}
.name{
  background-color: #636aae;  /* 背景色指定 */
    padding: 4px 0;
    text-align: center;
    color: #eae8df;
    font-size: 24px;
}
.name_a{
    @media screen and (max-width: 768px){
    font-size:17px;
        padding-bottom: 6%;
}
}

.name_b{
    font-size:22px;
    @media screen and (max-width: 1000px){
    font-size:14px;
        padding-bottom: 6%;
}
}

.x{ 
  margin-top: 20px;
  font-size: 24px;
  color: #636aa4;
  padding: 0 20px;
}

.small{
text-align: center;
color: #848e66
}


 .box_news{
            width : 100%;
            height:200px;
            padding:20px;
            border:1px solid #999;
            overflow:auto;
            overflow-y:scroll;
        }
        
        .box_news dl{
            margin-bottom:10px;
            padding-bottom:10px;
            border-bottom:1px solid #CCC;
            display:flex;
        }
        
        .box_news dt{
            width:2.5em;
        }
        
        .box_news dd{
            width:calc(100% - 2.5em);
        }


/* TwitterをPCでは横並びにする */
.flex {
	display: flex; /* これで横並びになる */
}
.twitter-tweet {
	padding: 5px; /* 1つのツイートの周りに5pxの余白をつける */
	margin: 10px auto; /* ツイートを中央寄せにする */
}

/* 画面サイズ960px以下ではTwitterを縦並びに変える */
@media (max-width: 960px) {
.flex {
	display: block; /* 横並びを解除 */
}
.twitter-tweet {
	padding: 0; /* 縦並びでは余白なし */
}
}

.p_s { 
@media screen and (min-width: 481px) {
    max-width: 400px;
}
}

.space{
  vertical-align: bottom;
}

.e_info{
  padding-bottom: 14px;
}

.resizeimage img { 
@media screen and (max-width: 960px) {
width: 100%; }
}

.resizeimageB img { 
@media screen {
width: 90%; }
}

