/*
Theme Name: shigawari
Description:シガ割のテーマ
Theme URI: テーマの URL
Author:
Author URI: 
Version: 1.01
License: ライセンス
License URI: ライセンスの URL
*/
@charset "UTF-8";

html,
body,
div,
span,
h1,
h2,
h3,
h4,
p,
img,
b,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tbody,
thead,
tr,
th,
td,
details,
footer,
header,
nav,
section,
summary,
time {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 100%;
    vertical-align: baseline
}

body {
    line-height: 1
}
main{
    overflow: hidden;
}
details,
footer,
header,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

a {
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 100%;
    vertical-align: baseline
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input {
    vertical-align: middle
}

body {
    font-family: \6e38\30b4\30b7\30c3\30af\4f53, YuGothic, \6e38\30b4\30b7\30c3\30af, Yu Gothic, sans-serif
}



.txt_closed{
    padding: 80px 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 2;
}

@media (max-width: 768px) {
.txt_closed {
    padding: 40px 20px;
    font-size: 16px;
}
}