/*
Theme Name: majestic Child
Theme URI: https://isotype.blue
Version: 4.1.1
Description:
Author: isotype
Author URI: https://isotype.blue
Template: majestic
Text Domain: majestic-child

	Copyright: (c) 2015 isotype
	License: GNU General Public License v3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
/*
 * Copyright (C) 2015 isotype
 *      https://www.google.com/get/noto/
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

.overlayer {
  position: absolute;
  left: 0; top: 0;
  width: 100%; height: 100%;
}

.post-title,
.entry-title{
font-size: 30px!important;
}
.post-title span,
.entry-title span{
	display:block;
	margin-top:0;
	font-weight:normal!important;
}

#smart-logo img {
  max-height: auto;
}

.entry li,
.themeform li{
	list-style: none !important;
}

.sns-box{
	width:100%;
  display: flex;
	align-items:center;
	justify-content:center;
}
.sns-icon {
	margin:0;
}
.sns-txt {
	width:210px;
	margin:0 0 0 15px;
	tab-size:12px;
}
.sns-icon img{
	width:60px;
}

.top-contents{
	text-align:center;
}
.top-contents-title{
	font-size:40px;
	font-weight:bold;
}
.top-contents-sub{
	font-size:18px;
	margin-top:-10px;
}
.center-box{
	width:100%;
	margin: 0 auto;
}
.about-concept-area{
	width:100%;
	text-align:center;
	margin:50px 0;
}
.about-concept-area img{
	width:300px;
}

.image-container {
  position: relative;
  height: 350px
}
.image-container img {
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#copyright{
	padding-bottom:30px!important;
}

.g-map{
    width: 100%;
    height: 450px;
}
.g-map-link{
    font-size: 15px;
    text-align: right;
    margin-top: 15px;
}
.g-map-link a{
    border-bottom: 1px solid;
}
.g-map iframe,
.g-map object,
.g-map embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all  0.7s ease;
}

.g-map iframe:hover,
.g-map object:hover,
.g-map embed:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.border{
	border:1px solid;
}
.border-b{
	border-bottom:1px solid;
}
.border-t{
	border-top:1px solid;
}
.center{
	text-align:center;
	margin:0 auto;
}
.ta-r{
	text-align:right;
}
.ta-l{
	text-align:left;
}

@media screen and (max-width: 769px) {
	.bp-pc{display:none!important}
	.group-logo-area{
		display:flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.group-logo-contents{
		width:48%;
	}
	.group-logo-contents img{
		width:100%;
	}
#afc_sidebar_2050{
	bottom:40px!important;
}
}
@media screen and (min-width: 770px) {
	.bp-sp{display:none!important}
}

@media screen and (max-width: 769px) {
	#afc_sidebar_2050{
		margin:0 0 0 0!important;
	}
	.afc_popup{
		width:100%;
	}
}