/*
Theme Name: Lightning Child Sample
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
/*
Theme Name: Lightning Child Sample
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
@charset "UTF-8";


body {
    color: #101010;
    font-size: 95%;
    font-family: "Noto Sans JP",sans-serif;
    font-weight: 500
}

body,html {
    height: 100%;
    line-height: 1.6;
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h1 {
    color: #101010;
    font-size: 230%;
    font-family: "graphie", "Noto Sans JP", sans-serif;
font-weight: 500;
font-style: normal;
}

h2 {
    color: #101010;
    font-size: 120%;
    font-family: "graphie", "Noto Sans JP", sans-serif;
font-weight: 300;
font-style: normal;
}

h4 {
    color: #101010;
    font-size: 160%;
    font-family: "graphie", "Noto Sans JP", sans-serif;
font-weight: 400;
font-style: normal;
}

h5 {
    color: #101010;
    font-size: 80%;
    font-family: "graphie", "Noto Sans JP", sans-serif;
font-weight: 400;
font-style: normal;
}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {
    display: block
}

li {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before {
    content: '';
    content: none
}

q:after,q:before {
    content: '';
    content: none
}


a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    outline: 0;
    background: 0 0;
    text-decoration: none;
    vertical-align: baseline;
    -webkit-tap-highlight-color: transparent
}

a:link {
    color: #101010;
    outline: 0
}

a:visited {
    color: #101010;
    outline: 0
}

a:hover {
    text-decoration: none;
    outline: 0
}

a:focus {
    text-decoration: none
}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse
}

table td,table th {
    border-collapse: collapse;
    border-spacing: 0
}

caption,th {
    text-align: left
}

hr {
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0;
    display: block;
    overflow: visible;
    border-top: 1px solid #999
}

img {
    max-width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0;
    height: auto;
    vertical-align: bottom
}

input,select {
    vertical-align: middle
}

button,select {
    text-transform: none
}

select {
    -moz-appearance: none;
    text-indent: .01px;
    text-overflow: ''
}

select::-ms-expand {
    display: none
}

button {
    margin: 0;
    padding: 0;
    border: none;
    background: initial
}

button,input[type=button],input[type=reset],input[type=search],input[type=submit] {
    -webkit-appearance: none
}

label {
    font-weight: 400
}

.map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}

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

