/*
Theme Name:meets child
Theme URI:
Description:WordPressテーマ「meets」の自作子テーマです。
Template:meets_tcd086
Author:Kasaolab
Author URI:http://kasaolab.com/
Version:1.2.6
*/

/* ----------------------------------------------------------------------
　ヘッダー
---------------------------------------------------------------------- */
body.single #header, body.author #header, body.hide_header_image #header { border-bottom:none; }
#header{margin-bottom:50px; }
img.logo_image{max-width:350px; height:auto;}
#header{background-color:#cde6c9;}

@media(min-width: 768px) {
	.full {
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100
    padding-top: 27.054%; */
    background: url('https://mitatemon.kasaolab.com/images/mitatemon_bg.svg') 0 0 no-repeat;
    background-size: contain;
	}
}

@media(max-width: 767px) {
	.full {
    height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100
    padding-top: 27.054%; */
    background: url('https://mitatemon.kasaolab.com/images/mitatemon_bg_sp.svg') 0 0 no-repeat;
    background-size: contain;
	}
}

/* TOPページ */
.home p.desc{
margin-top:100px;
}

.item .category{
border:none;
}

/* ギャラリーページ */
#gallery_image_box img{
width:90%;
max-width:600px;
height:auto;
margin:0 auto;
}
#gallery_image_box .inner {text-align:center;}

.databox p.explain{font-size:1.1em;font-weight:500;padding:0.7em 1.2em 0;line-height:1.3em;}
table.data{width:95%;margin:0 auto;border-spacing: 0;text-align:left;line-height:1.5em;font-family: 'Noto Sans JP', sans-serif;word-break: break-all;}
table.data th{border-bottom: solid 2px #8abb84;padding:1em;font-weight:500;color:#000;vertical-align: top;}
table.data td{border-bottom: solid 2px #ddd;padding:1em;word-break: break-all;}
table.data img{width:80%;height:auto;}

#gallery_content_inner .googlemapbox{
margin-top:30px;
width:100%;
}

@media(min-width: 768px) {
	#single_gallery{
	padding-top:100px;}
	#gallery_image_box { width:50%; }
	#gallery_image_box .inner {width:90%; text-align:center;}
	table.data th{width:9em;}
}

@media(max-width: 767px) {
	#gallery_image_box {width:100%;}
	table.data th, table.data td{display: block; width:95%;margin:0 auto;}
}

/* ギャラリーアーカイブ */
@media(min-width: 768px) {
	#gallery_archive{ margin-top:150px; }
}

/* イベントページ */
#gallery_desc p{
text-align:left;
}

#gallery_archive p.eventdata{
margin:1em 0 0;
font-size:1.1em;
}

@media(min-width: 768px) {
	#gallery_desc  p{width:80%; margin:0 auto;}
	#gallery_list .googlemapbox{width:80%; margin:0 auto 50px;overflow:hidden;}
}

@media(max-width: 767px) {
	#gallery_list .googlemapbox{width:100%; margin:0 auto 30px;overflow:hidden;}
}

.googlemapbox iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

/* イベント一覧 */
.eventlist{
}

.eventlist h3{
font-size:1.6em;
}

.eventlist ul{
margin-top:100px;
}

.eventlist li{
font-size:1.2em;
padding:0.5em 0.2em;
border-bottom:1px dotted #cde6c9;}
}