/*
Theme Name: ヒアソビ
Theme URI: http://www.hiasobi.tokyo/
Description: This is our original theme.
Author: EMALICA
Author URI: https://www.emalica.com/
Version: 1.0
*/

@charset "UTF-8";article,aside,details,figcaption,figure,footer,header,hgroup,hr,menu,nav,section{display:block}a,hr{padding:0}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0;font-weight:400}ins,mark{background-color:#ff9;color:#000}body{line-height:1}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;font-size:100%;vertical-align:baseline;background:0 0}ins{text-decoration:none}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{height:1px;border:0;border-top:1px solid #ccc;margin:1em 0}input,select{vertical-align:middle}img.bgmaximage{position:fixed!important}
/*
共通
*************************************************/
html {
	width: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	-webkit-overflow-scrolling: touch;
	font-size: 62.5%;
	font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: 'Noto Sans Japanese', serif;
}
body {
	width: 100vw;
	min-height: 100vh;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #44403f;
}
h1, h2, h3 {
	margin: 1em 0;
	font-weight: bold;
}
h1:first-child, h2:first-child, h3:first-child {
	margin: 0;
}
h1 { font-size: 2rem; }
h2 { font-size: 1.8rem; }
h3 { font-size: 1.6rem; }
@media(min-width: 768px){
	h1 { font-size: 3.2rem; }
	h2 { font-size: 2.4rem; }
	h3 { font-size: 1.6rem; }
}
p { margin: 1em 0; }
p:first-child {
    margin: 0;
}
strong {
	font-weight: bold;
}
ul, ol {
	margin: 1em 0;
}
ul li,
ol li {
	line-height: 1.5;
	list-style-position: inside;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	line-height: 0;
}
table {
	width: 100%;
	margin: 0;
	text-align: left;
}
table th {
	white-space: nowrap;
	border: 1px solid #ccc;
	padding: 8px;
}
table td {
	border: 1px solid #ccc;
	padding: 8px;
}
td p {
	margin: 0;
}
td ul, td ol {
	margin: 0 0 0 2em;
}
a:link, a:visited {
	color: #333;
}
a:hover {
	text-decoration: none;
}
main {
	min-height: 100%;
	display: block;
}
.wrapper {
	min-height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
}
.row {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
.col,
.col1,
.col2,
.col3 {
	box-sizing: border-box;
    padding: 16px;
    margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.col2,
.col3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
}
@media(min-width: 768px) {
}
@media(min-width: 1024px) {
    .col,
    .col1,
    .col2,
    .col3 {
        width: 1024px;
    }
}
@media(min-width: 768px) {
    .col2 .column-left,
    .col2 .column-right {
        width: 49%;
    }
}
.col3 header,
.col3 footer {
    width: 100%;
}
.col3 .column3 {
    width: calc((100% / 3) - 1%);
    margin: 1% 0;
}
@media(min-width:768px){
	img.alignleft {
		float: left;
		margin: 0 32px 32px 0;
		width: 40%;
		height: auto;
	}
	img.alignright {
		float: right;
		margin: 0 0 32px 32px;
		width: 40%;
		height: auto;
	}
}
.table-wrap {
	margin: 16px 0 0 0;
	overflow: auto;
	white-space: nowrap;
}
.table-wrap::-webkit-scrollbar {
	height: 5px;
}
.table-wrap::-webkit-scrollbar-track {
	background: #F1F1F1;
}
.table-wrap::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}
/* Googleマップ
***************************************************/
.google-map {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100vw;
    overflow: hidden;
    border: 1px solid #585858;
    margin: 1em 0;
    & iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}
@media(min-width: 768px) {
    .google-map {
        padding-bottom: calc( 100vmin * .78 );
    }
}
/* メインヘッダー
***************************************************/
#main-header {
    display: flex;
    justify-content: center;
    align-items: center;
}
#main-header img {
    height: auto;
    width: 207px;
    margin: 8px 16px;
}
#home #main-header {
    height: 90vh;
    align-content: center;
}
#home #main-header img {
}
/* メインフッター
***************************************************/
#main-footer {
    background: #000;
    .col {
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 1.2rem;
    }
}
#home #main-footer {
    height: 10vh;
}
/* イントロ
***************************************************/
#intro {
    text-align: center;
    border-top: 5px solid #000;
}
/* 店舗情報
***************************************************/
#bar {
    text-align: center;
}
#bar dl {
    display: flex;
    flex-wrap: wrap;
}
#bar dl dt {
    width: 4em;
    min-height: 2em;
    text-align: right;
    color: #9fa0a0;
}
#bar dl dd {
    width: calc(100% - 4em);
    box-sizing: border-box;
    padding: 0 0 0 2em;
    text-align: left;
}
#bar .tel {
    margin: 1rem 0;
}
#bar .tel a {
    display: block;
    width: 100%;
    margin: 0 auto;
    min-height: 44px;
    background-color: #7ecef4;
    color: #fff;
    line-height: 44px;
    text-decoration: none;
    font-size: 24rem;
    border-radius: 1rem;
}
