@charset "UTF-8";
/*----------------------------------------
reset
-----------------------------------------*/
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,
section {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

ol li ol,
ul li ul,
ol li ul,
ul li ol,
li {
	margin: 0;
	list-style: none;
}

*,
*::after,
*::before {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

/*----------------------------------------
common
-----------------------------------------*/
* {
	-webkit-text-size-adjust: 100%;
	font-family: "Lato", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
		Meiryo, メイリオ, sans-serif;
	color: #1a1a1a;
	margin: 0px;
	padding: 0px;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 62.5%;
}

h1 {
	display: none;
}

body {
	max-width: 768px;
	margin: 0 auto !important;
	font-size: 1.6rem;
	line-height: 160%;
	background-color: #fff;
}
@media screen and (min-width: 500px) {
	body {
		font-size: 1.8rem;
		line-height: 180%;
		/* min-height: 1366px; */
	}
}
@media screen and (min-width: 769px) {
	html {
		background: fixed url(../images/tsukisamu202507/bg_common.jpg) #f7f5f1 no-repeat center
			bottom / 100% auto;
	}
	body {
		border-left: 1px solid #979797;
		border-right: 1px solid #979797;
	}
}
@media screen and (min-width: 1150px) {
	h1 {
		position: fixed;
		top: 20px;
		left: 20px;
		display: block;
	}
	h1 img {
		max-width: 13vw;
	}
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
}

header,
section,
nav,
article,
aside,
footer {
	display: block;
}

img {
	vertical-align: top;
}

a {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

section {
	padding: 30px 0;
}

.inner {
	width: 85%;
	margin: 0 auto;
}

.inner_lower {
	width: 74%;
	margin: 0 auto;
}

.small_show {
	display: inline-block;
}
@media screen and (min-width: 500px) {
	.small_show {
		display: none;
	}
}

.small_hide {
	display: none;
}
@media screen and (min-width: 500px) {
	.small_hide {
		display: inline-block;
	}
}

.red {
	color: #cf2c0c;
}

.yellow {
	color: #f1f13a;
}

.white {
	color: #fff;
}

.link_mada {
	opacity: 0.5;
}

a:hover {
	opacity: 0.7;
}

.dot_list li,
.dot_list dt {
	text-align: left;
	padding: 0 0 15px calc(1em + 2px);
	position: relative;
	margin: 0;
	font-size: 108%;
	vertical-align: top;
}
.dot_list li::before,
.dot_list li::before,
.dot_list dt::before,
.dot_list dt::before {
	content: "";
	position: absolute;
	top: 0.3em;
	left: 0;
	width: 0.8em;
	height: 0.8em;
	background-color: #333 !important;
	border-radius: 0.4em;
}

/*----------------------------------------------------
header
----------------------------------------------------*/
h2.header {
	width: 100%;
	overflow: hidden;
	margin: 0px auto;
	padding: 0;
}
h2.header img {
	width: 100%;
}
h2.header div:nth-of-type(1) {
	margin: 0 0 0 1em;
	flex-basis: 50%;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
h2.header div:nth-of-type(2) {
	margin: 0 1em 0.5em 1em;
	flex-basis: 50%;
	align-self: flex-end;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

/*----------------------------------------------------
menu
----------------------------------------------------*/
#global-nav {
	display: none;
	width: 100%;
	max-width: 768px;
	position: static;
	top: 0;
	transition: all 0.3s ease 0s;
}
#global-nav.m_fixed {
	display: block;
	right: 0;
	left: 0;
	position: fixed;
	z-index: 9999;
	margin: auto;
}

.menu_inner {
	margin: 0 auto;
}
.menu_inner .date,
.menu_inner .date img {
	width: 100%;
}

/* .menu_inner {
	margin: 0 auto;
	padding: 81px 0 0;
  max-width: 768px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  background-color: #ffffff;
  border: 1px solid #979797;
}
.menu_inner .date,
.menu_inner .navi {
	box-sizing: border-box;
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.menu_inner .date {
	width: 64%;
}
.menu_inner .date img {
	width: 92%;
	height: auto;
	margin: 0 auto;
}
.menu_inner .navi {
	width: 18%;
	border-left: 1px solid #979797;
}
.menu_inner .navi a {
	text-align: center;
}
.menu_inner .navi a img {
	width: 86%;
	height: auto;
} */

/*----------------------------------------
	clearfix
-----------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
	font-size: 0.1px;
	line-height: 0.1px;
}

.clearfix {
	position: relative;
	display: block;
}

/*----------------------------------------------------
 footer
----------------------------------------------------*/
footer {
	height: 70px;
	padding: 0;
	margin: 0 auto calc(100% * 0.184);
	background-color: #ffffff;
	text-align: center;
}
footer a {
	display: block;
	padding: 18px 0;
	height: 100%;
	width: auto;
}
footer a img {
	margin: 0 auto;
	height: 100%;
	width: auto;
	max-width: 100%;
}

/*----------------------------------------------------
 page top
----------------------------------------------------*/
ul li#pageTop {
	display: none;
	list-style: none;
	position: fixed;
	bottom: 71px;
	right: -42px;
	z-index: 9999;
}
@media screen and (min-width: 950px) {
	ul li#pageTop {
		bottom: 10px;
		right: 0px;
	}
}
ul li#pageTop img {
	width: 55%;
	height: auto;
	margin: 0 auto;
}

/*----------------------------------------------------
page_jump
----------------------------------------------------*/
#page_jump {
	position: relative;
	padding: 0;
	z-index: 10;
}
#page_jump .to_mypage {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	width: 100%;
	max-width: 768px;
	margin: auto;
	background-color: #fff;
}
#page_jump .to_mypage .navi {
	width: 50%;
}
#page_jump .to_mypage .navi:first-child {
	border-right: 1px solid #fff;
}
#page_jump .to_mypage .navi:last-child {
	border-left: 1px solid #fff;
}
#page_jump .to_mypage .navi img {
	width: 100%;
}
/* #page_jump .to_mypage {
	width: 100%;
	max-width: 766px;
	margin: 0 auto;
	padding: 5px 0;
	background-color: #d34c1d;
	position: fixed;
	top: auto;
	bottom: 0;
	z-index: 100;
	height: 90px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}
#page_jump .to_mypage a {
	margin: 0 auto;
	height: auto;
	width: 100%;
	max-width: 100%;
	display: block;
}
@media screen and (min-width: 517px) {
	#page_jump .to_mypage a {
		height: 100%;
		width: auto;
	}
}
#page_jump .to_mypage img {
	margin: 0 auto;
	height: auto;
	width: 100%;
	max-width: 100%;
	display: block;
}
@media screen and (min-width: 517px) {
	#page_jump .to_mypage img {
		height: 100%;
		width: auto;
	}
} */

/*----------------------------------------------------
 style end
----------------------------------------------------*/ /*# sourceMappingURL=common.css.map */
