/*
Theme Name: Lightning Child Sample
Theme URI: ★ テーマの公式サイトなどのURL（空欄でも可） ★
Template: lightning
Description: ★ テーマの説明（空欄でも可） ★
Author: ★ テーマ作成者の名前（空欄でも可） ★
Tags: 
Version: 0.5.1
*/
body{
	background-color: #fef4f5;
}
#site-header{
	background: rgba(254,244,245,0.75);
	font-family:Bell MT;
	color:#8d655f;
	font-size: 34px;
}
/* title部分の文字色・フォント */
#concept{
	font-family:Bell MT;
	color:#8d655f;
}
h2{
	font-family:Bell MT;
	color:#8d655f;
}
h1 {
	font-family:Bell MT;
	color:#8d655f;
}

/* コンセプトの背景にある画像の大きさを調整 */
.wp-block-cover img.wp-block-cover__image-background{
	width:100%;
	height:auto;
	max-width:600px;
	margin-top:20px;
}
.concept_contents{
	padding:none;
}
/* コンセプト内の文字のおおきさ・背景色・フォント指定 */
.text_concept {
	font-family:游明朝;
	padding:30px 0;
	background-color:rgba(255,255,255,0.7);
	margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
	overflow-x: hidden;
	text-align: center;
}
@media screen and (max-width:500px) {
	.text_concept has-text-color{
		font-size: 14px !important;
	}
}
.concept_textbox{
    text-align: center;
}

/* ニュース部分のタイトル・大きさとスタイル指定 */
.news_box{
	width:550px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
}
@media screen and (max-width:600px) {
	.news_box{
		width: 350px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}
	.news_title{
		margin-top: 0px !important ;
	}
}
.alignfull div[class*="__inner-container"], .alignwide div[class*="__inner-container"]{
	max-width: 800px;
}
.box_scroll{
	overflow: scroll;
}
.news_more{
	max-height:200px;
}
.news_title{
	margin-top:100px;
}
/* マップの位置設定 */
.map_box{
	display: block;
margin-left:auto;
	margin-right:auto;
}

/* テーブルの中身のスタイル指定 */
.table_box{
	font-family:游明朝;
	width:550px;
	max-width:550px;
	margin-left:auto;
	margin-right:auto;
	overflow-wrap: break-word;
}

/* ギャラリーのコンテンツ幅や位置の指定 */
.Gallery_img{
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.gallery_contents{
	max-width:800px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
@media screen and (max-width:550px) {
	.wp-block-group__inner-container .gallery_contents{
		display: block;
	}
	.wp-block-group__inner-container .gallery_contents img{
		margin-bottom:10px;
	}
	.wp-block-group__inner-container .gallery_contents figure{
		width:100% !important;
	}
}
#gallery{
	margin-top: 50px;
}
.container site-footer-copyright{
	background-color: #892d22;
}
.container site-footer-copyright p{
	color: #fff;
}
/* フォーム画面のinputのフィールドの調整 */
.input_box{
	max-width:850px;
}
textarea {
	resize: vertical;
	height:auto;
  }

.gallery_contents img{
	width: 500px;
	height: auto
}

