﻿@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');

/*
==============================================================

	初期化設定

==============================================================
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
object,
iframe,
pre,
code,
p,
blockquote,
form,
fieldset,
legend,
table,
th,
td,
caption,
tbody,
tfoot,
thead,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
audio,
video,
canvas {
	margin: 0;
	padding: 0;
}

article,
aside,
figure,
figcaption,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

li {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

table,
tr,
th,
td {
	border-collapse: collapse;
}

img {
	vertical-align: top;
	border: none;
}

/*
==============================================================

	基本ルール

==============================================================
*/
html {
	overflow-y: scroll;
	scroll-behavior: smooth;
	scroll-padding-top: 120px;
}

body {
	color: #6d5b55;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	word-break: break-all;
	-webkit-text-size-adjust: 100%;
}

a,
a img {
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
	cursor: pointer;
	outline: none;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover,
a:active {
	text-decoration: none;
}

a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.fix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.fix {
	display: inline-block;
}

* html .fix {
	height: 1%;
}

.fix {
	display: block;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

p {
	background-image: url("../img/touka.gif");
}

img {
	max-width: 100%;
	height: auto;
}

em,
i,
address {
	font-style: normal;
}

.serif {
	font-family: "Playfair Display", serif;
	font-weight: 500;
}

.sheila {
	font-family: "sheila", sans-serif;
}

@media (max-width: 834px) {
	html {
		scroll-padding-top: 70px;
	}
}
