@charset "utf-8";

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

/* HEADER */
#header{
	position: relative;
	z-index:999;
	background:#1A1826;
	color: #f2f2f2;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:5px 20px;
}

/*全体のエリア設定*/
.ms-section{
	color:#fff;
	padding:20px;
}
.ms-section a{
	color:#fff;
}
.sp{
	display: none;
}
.pc{
	display: block;
}
.btn-pdf{
	text-align: center;
}
h1{
	font-size:1.5rem;
	font-family: 'Raleway', sans-serif;
}
h1 a{
	text-decoration: none;
	color: #fff;
}
h2{
	font-size:4rem;
	font-family: 'Raleway', sans-serif;
	margin:0 0 40px 0;
}
p{
	margin:0 0 20px 0;
	font-size: 14px;
}

.btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 250px;
  color: #333;
  font-weight: 700;
	color: #fff;
  background-color: #1A1826;
  border-radius: 50vh;
	text-decoration: none;
	font-size: 14px;
	transition: 1.0s ;
}
.btn a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
.btn a:hover {
  text-decoration: none;
  background-color: #3c3a47;
}

/*右にある丸ナビゲーション色*/
#multiscroll-nav span{
	background:transparent!important;
	border-color:#fff!important;
}

/*右にある丸のナビゲーション現在地色*/
#multiscroll-nav li .active span{
	background:#fff!important;
}

/*右上のナビゲーション*/
#menu li {
	display:inline-block;
	margin: 10px;
}
#menu li a{
	text-decoration:none;
	color: #fff;
	padding: 5px 10px;
	display:block;
	border-radius: 10px;
	font-family: 'Raleway', sans-serif;
}
#menu li.active a{
	color: #666;
}

/*左エリア*/
#left1 {
	background-image: linear-gradient(141deg, rgba(61, 112, 142, 1), rgba(26, 72, 95, 1));
}
#left1 p span{
	font-size: 14px;
}

#left2 {
	background-image: linear-gradient(141deg, rgba(61, 112, 142, 1), rgba(26, 72, 95, 1));
}

#left3{
	background-image: linear-gradient(90deg, rgba(112, 112, 112, 1), rgba(0, 0, 0, 1));
}
#left4 a{
	display: block;
	margin: 5% auto;
	font-size: 1.2rem;

}
#left4 .sp-bottom img{
	display:block;
	height: 50vh;
	margin: 0 auto;
}
#left5 iframe{
	display: none;
}
#left6 blockquote.instagram-media{
	margin: auto !important;
}
#left6 footer.pc{
	text-align: center;
	font-size: 12px;
}
#left6 footer.pc p{
	margin: 10% 0 0 0;
}


/*テーブル*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	border-top: 1px solid #fff;	
	font-weight: bold;								
	padding: 10px 5px;								
}
/*ta1テーブルブロック設定*/
.ta1 {
	border-top: 1px solid #fff;
	table-layout: fixed;
	width: 100%;
	margin: 0 auto 30px;	
}
/*tr（１行分）タグ設定*/
.ta1 tr {
	width: 100%;
	display: table;
	border-bottom: 1px solid #fff;
}
/*th（左側）、td（右側）の共通設定*/
.ta1 th, .ta1 td {
	padding: 10px 5px;	
	word-break: break-all;	
}
/*th（左側）のみの設定*/
.ta1 th {
	width: 30%;	
	display: inline-block;		
	text-align: left;	
	font-weight: normal;
}
.ta1 td {
	width: 70%;
	display: inline-block;				
}

/*右エリア画像設定*/
#right1{
	background:url("img/concept.jpg") no-repeat center;
	background-size:cover;
}
#right2{
	background:url("img/cafe.jpg") no-repeat center;
	background-size:cover;
	background-position: left;
}
#right3{
	background:url("img/bar.jpg") no-repeat center;
	background-size:cover;
	background-position: right;
}
#right4{
	background:url("img/menu.jpg") no-repeat center;
	background-size:cover;
}
#right5 iframe{
	margin-top: 60px;
	width: 100%;
	height: 100vh;
}
#right5.ms-section{
	padding: 0;
}
#right6{
	background:url("img/sns.jpg") no-repeat center;
	background-size:cover;
}
.ms-padding{
	padding: 10%;
	line-height: 2rem;
}

/****
子供基金ページ 
****/
section#donate-wrapper{
	display: flex;
}
section#donate-wrapper .left-content,
section#donate-wrapper .right-content{
	width: 50%;
	height: 100vh;
	display: flex;
	align-items: center;
	line-height: 2rem;
}
section#donate-wrapper .left-content .inner,
section#donate-wrapper .right-content .inner{
	padding: 10%;
}
section#donate-wrapper .right-content .inner{
	text-align: center;
}
section#donate-wrapper .right-content img{
	width: 70%;
}

/*＝＝＝＝＝＝＝＝＝＝＝
スマホでのレイアウト
＝＝＝＝＝＝＝＝＝＝＝＝＝*/

@media screen and (max-width:768px){

html, body {
  overflow: scroll !important;
}
h1{
	text-align: center;
}
h1 span{
	font-size: 14px;
}
h2{
	font-size: 2rem;
	margin: 0px 0 5% 0;
}
.sp{
	display: block;
}
.pc{
	display: none;
}
#header{
	position: fixed;
	width: 100%;
	justify-content: center;
	padding:15px 20px;
}
footer.sp{
	width: 100%;
	padding: 3%;
	background:#1A1826;
	text-align: center;
	color: #fff;
	font-size: 8px;
}
footer.sp p{
margin: 0 0 0 0;
}

/*全体のボックスについている余白をリセット*/
.ms-section{
	height: 100%;
	padding:0;
	background-color: #666;
}

/*天地中央になっている見せ方を上ぞろえに上書き*/
.ms-tableCell{
	vertical-align:top;
}

/*右上ナビゲーションと右エリア非表示*/
#menu,
.ms-right{
	display: none;
}
.right{
	display: none !important;
}
/*左エリアを横幅100%にして画像＋テキストを出す設定*/
.ms-left{
	width:100%!important;
}
 /*左エリア上部画像設定*/
.sp-top{
	height:30vh;
	margin:0 0 0 0;
}
.ta1{
	font-size: 14px;
}
.ta1 th {
	width: 24%;	
}
.ta1 td {
	width: 76%;		
}
	
#left1 .sp-top{
	margin-top: 86px;
	background:url("img/concept.jpg") no-repeat center;
	background-size:cover;
}
#left2 .sp-top{
	background:url("img/cafe.jpg") no-repeat center;
	background-size:cover;
}
#left3 .sp-top{
	background:url("img/bar.jpg") no-repeat center;
	background-size:cover;
}
#left4 .sp-top{
	background:url("img/menu.jpg") no-repeat center;
	background-size:cover;
}
#left4 .sp-bottom{
	background-color: #4F528C;
}
#left4 a{
	font-size: 14px;
}
#left5 iframe{
	display: block;
	width: 100%;
	height: 100%;
}
#left5 .sp-bottom{
	background-color: #444;
}


#left6 .sp-top{
	background:url("img/sns.jpg") no-repeat center;
	background-size:cover;
}
#left5 .sp-bottom{
	background-color: #555;
}

/*左エリア下部テキスト余白設定*/
.sp-bottom{
	padding:8% 8% 16% 8%;
}
/****
子供基金ページ 
****/
section#donate-wrapper{
	flex-direction: column-reverse;
}
section#donate-wrapper .left-content,
section#donate-wrapper .right-content{
	width: 100%;
	height: 100%;
}
section#donate-wrapper .left-content .inner,
section#donate-wrapper .right-content .inner{
	padding: 0; 
}
section#donate-wrapper .left-content .inner{
	padding: 5% 10% 10% 10%;
}
section#donate-wrapper .right-content .inner{
	margin-top: 86px;
	padding: 10% 10% 5% 10%;
}

}