﻿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: inherit;
	font-size: 100%;
	vertical-align: baseline
}
html {
	line-height: 1;
    margin: 0;
}
ol, ul {
	list-style: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle
}
q, blockquote {
	quotes: none
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none
}
a img {
	border: none
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block
}
html {
	font-size: 62.5%;
	position: relative
}
body {
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 1.4rem;
	line-height: 2rem;
	color: #262626;
	-webkit-font-smoothing: antialiased;
	word-wrap: break-word;
}
a {
	color: #262626;
	text-decoration: none
}
::selection {
	color: #fff;
	background: #e5d273
}
h2 {
	font-family: "futura-pt-condensed";
	font-weight: 800;
	font-size: 2.9rem
}
img {
	vertical-align: bottom
}
li, footer {
	font-family: "brandon-grotesque"
}
div {
	box-sizing: border-box
}

/*20250708追加*/

* {
	margin: 0;
	padding: 0;
}
html{
	height: 100vh;
}
body{
	background-color: #005E5D;
}
header {
	margin-top: 24px;
	margin-bottom: 40px;
}
h1 {
	font-family: "open-sans", sans-serif;
	letter-spacing: -1px;
	font-weight: 600;
	font-size: 32px;
	margin: 0;
	margin-left: -2px; 
	margin-bottom: 10px;
}
.japanese {
	font-size: 12px;
}
h2 {
	font-family: "open-sans", sans-serif;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 16px;
}
.service {
	font-family: "open-sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 40px;
}
.sns {
	margin-bottom: 8px;
}
.sns a {
	margin-right: 8px;
}
.mail {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.contact {
	margin-bottom: 40px;
}
.footer {
	font-family: "open-sans", sans-serif;
	font-weight: 400;
	font-size: 12px;
	position: absolute;
	bottom: 24px;
}

.main {
	margin: 0 auto;
	width: 375px;
	height: 4939px;
	background-image: url(../invitation.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	position: static;
}