@charset "UTF-8";
/* ===================================================================
style
=================================================================== */
/* ===================================================================
reset
=================================================================== */
/* ---------------------------
[1] 基本設定
[2] レイアウト
[3] モジュール
--------------------------- */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css?family=Roboto:500&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	background: transparent;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}

/* ===================================================================
common-gheader
=================================================================== */
.common-gheader{
	background-color: #000000;
    height: 68px;
    position: relative;
}
.common-gheader .header__logo a{
	display: block;
    width: 120px;
    height: 34px;
    background: url(../images/common/logo.png) no-repeat center center;
    background-size: 120px auto;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	margin: auto;
}
@media screen and (max-width: 768px) {
	.common-gheader{
		height: 50px;
	}
	.common-gheader .header__logo a{
		width: 94px;
		height: 27px;
		background-size: 94px auto;
	}
}

/* ===================================================================
common-footerBanner
=================================================================== */
.common_footer__banner__wrap{
	background:#1b1b1b;
	width: 100%;
}
.common_footer__banner__inner{
	width: 100%;
    max-width: 580px;
    padding: 20px 0;
    margin: 0 auto;
}
.common_footer__banner__list{
	display: flex;
    flex-flow: row wrap;
    justify-content: center;
    font-size: 0;
}
.common_footer__banner__list li{
    width: 48%;
    margin: 1%;
    vertical-align: top;
}
.common_footer__banner__list .common_footer__banner__item a{
	display: block;
	width: 100%;
	background-color: #ffffff;
	background-size: 100% auto;
	height: 0;
	padding-top: 26.67%;
	border-radius: 3px;
	text-decoration: none;
}
.common_footer__banner__list .common_footer__banner__item.bnr_havelove a{
	background-image: url(../images/common/bnr_havelove.png);
}
.common_footer__banner__list .common_footer__banner__item.bnr_achatter a{
	background-image: url(../images/common/bnr_achatter.png);
}
.common_footer__banner__list .common_footer__banner__item.bnr_2020osaka a{
	background-image: url(../images/common/bnr_2020osaka.jpg);
}
.common_footer__banner__list .common_footer__banner__item.bnr_47tour a{
	background-image: url(../images/common/bnr_47tour.jpg);
}
@media screen and (max-width: 768px) {
	.common_footer__banner__inner{
		max-width: none;
		max-width: none;
		padding: 0;
	}
	.common_footer__banner__list {
		margin: 0 4%;
	}
	.common_footer__banner__list li{
		flex-basis: 100%;
		max-width: 100%;
		margin: 2.6% auto;
	}
}

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