html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    position: relative;
    line-height: 1.5;
    font-family: 'Kosugi Maru', sans-serif;
    color: #41361f;

    border-top: solid 10px #41361f;
}

.wrap {
    width: 100%;
    overflow: hidden;
}

a:active,
a:link,
a:visited {
    text-decoration: underline;
    padding: 3px;
    background: #fcaa28;
    color: #fff;
}

a:hover {
    background: #fcc672;
}

.hedder {
    color: #41361f;
    margin: 8px 0 0;
    text-align: center;
    animation-name: fadein;
    animation-duration: 2s;
    animation-iteration-count: 1;
}

@keyframes fadein {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.section {
    background: #fff;
    padding: 40px 20px;
}

.contents {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.contents p {
    display: inline-block;
    text-align: left;
}

.backcolor1 {
    background: #e5bd80;
    color: #fff;
}

.backcolor2 {
    background: #65c47e;
    color: #fff;
}

.backcolor3 {
    background: #6fa5c7;
    color: #fff;
}

.para {
    position: relative;
    height: 40vw;
    text-align: center;
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    overflow: hidden;
    margin: 8px 0;
}

.primg1 {
    background-image: url(img/top.jpg);
    background-position: top;
}

.primg2 {
    background-image: url(img/2.png);
}

.primg3 {
    background-image: url(img/3.png);
}

.footer {
    height: 10vh;
    padding: 5vh 0;
    text-align: center;
    background: #41361f;
    color: #fff;
    font-size: 80%;
}

.flbx {
    display: flex;
    padding: 10px;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.flbx .flitm {
    max-width: 300px;
    padding: 20px;
    margin: 10px 5px;
    border-radius: 5px;
    text-align: center;
}

.flitm img {
    max-width: 250px;
    height: auto;
    border: 5px solid;
}

.flitm p {
    text-align: left;
}

.flitm a {
    background-color: inherit;
}

dl {
    max-width: 400px;
    margin: 0 auto 0px;
    font-size: 110%;
    color: #fff;
}

dt {
    width: 100px;
    margin: 0 0 20px 0;
    float: left;
}

dd {
    margin: 0 0 20px 100px;
    padding: 0 0 0 30px;
    border-left: 3px solid #fff;
}

dd.hosoku {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 80%;
}

.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    margin: 40px 0 40px 0;
    position: relative;
}

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

h1 {
    font-size: 200%;
}

.kaigyou{
    display: inline-block;
}

h2 {
    max-width: 350px;

    margin: 0 auto 50px;
    text-align: center;
    font-size: 200%;
    font-weight: bold;
    letter-spacing: 6px;

    position: relative;
    padding: 0.25em 1em;
    border: solid 5px #fff;
    border-radius: 3px 0 3px 0;
}

h2:before,
h2:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border: solid 5px #fff;
    border-radius: 50%;
}

h2:after {
    top: -18px;
    left: -18px;
}

h2:before {
    bottom: -18px;
    right: -18px;
}

h3 {
    text-align: center;
    letter-spacing: 0.2em;
    font-size: 140%;
    margin: 15px 0;
}

h3 + p {
    border-top: 3px solid #fff;
    padding-top: 20px;
    margin-bottom:20px;
}


a.button:active,
a.button:link,
a.button:visited {
    display: block;
    text-decoration: none;
    padding: 30px 30px;
    margin: 40px auto;
    max-width: 300px;
    background: #fcaa28;
    border: solid 3px #fff;
    color: #fff;
    text-align: center;
    letter-spacing: 0.2em;
    font-size: 130%;
}

a.button:hover {
    background: #fcc672;
}

a.icon {
    background: inherit;
    color: inherit;
    padding: 0;

}

a.icon:hover {}

.cover {
    object-fit: cover;
    width: 200px;
    height: 200px;
    background-color: #ccc;
    border: 1px solid #ccc;
}

.box {
    z-index: 1;
    position: relative;
    max-width: 250px;
    padding: 50px;
    margin: 0 auto;
    text-align: center;
}

.box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
    z-index: 2;
    /* 必要であればリンク要素の重なりのベース順序指定 */
}

.box a:link,
.box a:active,
.box a:visited {
    background-color: inherit;
}

.youtube {
    position: relative;
    padding-bottom: 56.25%;
    /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
}

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

ul {
    list-style-type: none;
    margin-top: 20px;
}

li {
    display: inline-block;
    padding: 0 0 0 30px;
}

li:first-of-type {
    padding: 0;
}

span.small {
    color: #fff;
    font-size: 80%;
}

span.big {
    font-size: 130%;
}

.nowrap {
    white-space: nowrap
}

.ue {
    font-size: 50%;
    vertical-align: super;
}

.mb80{
    margin-bottom: 80px;
}

.center{
    text-align: center;
}