@charset "utf-8";
@import url("reset.css");
/*-------------------------------------------------------
   base
-------------------------------------------------------*/
* {
	color: #222;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,Garamond,serif;
	font-size: 18px;
	letter-spacing: 0.01em;
	line-height: 160%;
	-webkit-text-stroke-width: 0.3px;
	-webkit-text-stroke-color: #222;
}
body {
	background: #fcc800;
	position: relative;
}
a {
	text-decoration: underline;
}
a:hover {
	opacity: 0.7;
}

/*-------------------------------------------------------
   header
-------------------------------------------------------*/
header {
	background: #fff;
}
.header {
	width: 1024px;
	margin: 0 auto;
	padding: 20px 0;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.header h1 {
	line-height: 100%;
}
.header h1 a {
	display: inline-flex;
	align-items: center;
}
.header h1 a img {
	margin-right: 15px;
}
.header h1 a > img:last-of-type {
	margin-right: 0;
}
.header ul {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
.header ul li {
	margin-left: 20px;
	padding: 5px 10px;
	border-radius: 24px;
	transition: background 0.2s ease-in-out;
}
.header ul > li:first-of-type {
	margin-left: 0;
}
.header ul li:hover {
	background: #be8f68;
	cursor: pointer;
}
.header ol {
	display: none;
}
.header i {
	display: none;
}
.btn_gnav {
	display: none;
}

/*-------------------------------------------------------
   ttl
-------------------------------------------------------*/
.ttl {
	margin-bottom: 40px;
	text-align: center;
}

/*-------------------------------------------------------
   pagetop
-------------------------------------------------------*/
.pagetop {
	position: fixed;
	bottom: 40px;
	right: 40px;
	transition: transform 0.2s ease-in-out;
}
.pagetop:hover {
	cursor: pointer;
	transform: scale(1.15);
}

/*-------------------------------------------------------
   footer
-------------------------------------------------------*/
.sns {
	padding: 20px 0 15px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff1cf;
}
.sns li {
	margin: 0 15px;
}
.copy {
	padding: 15px 0;
	text-align: center;
	background: #fff;
}

/*-------------------------------------------------------
   other
-------------------------------------------------------*/
.dn {
	display: none!important;
}
.pc {
	display: block;	
}
.sp {
	display: none;	
}

@media screen and (max-width: 1023px) {/*-- mobile --*/
/*-------------------------------------------------------
   base
-------------------------------------------------------*/
* {
	font-size: 16px;
}
body {
	text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
html {
	background: #fff;
}

/*-------------------------------------------------------
   header
-------------------------------------------------------*/
.header {
	width: calc(100% - 20px);
	padding: 10px;
	background: #fff;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
}
.header h1 a img {
	width: 48px;
	margin-right: 14px;
}
.header h1 a > img:last-of-type {
	width: 150px;
}
.header ul {
	display: none;
}
.header ol {
	width:40vw;
	height: calc(100% - 6vw);
	padding: 6vw 0 0 0;
	position: absolute;
	top: 0;
	right:-40vw;
	display: none;
	z-index: 10;
}
.header ol li {
	margin-bottom: 4vw;
}
.header ol li img {
	padding-left: 6vw;
}
.header i {
	width: 100%;
	height: 14px;
	background: #fff0ca;
	opacity: 0.9;
	position: fixed;
	top: 69.5px;
	right: 0;
	display: block;
	z-index: 10;
}
.btn_gnav {
	position: absolute;
	top: 26px;
	right: 10px;
	display: block;
}

/*-------------------------------------------------------
   ttl
-------------------------------------------------------*/
.ttl {
	margin-bottom: 30px;
}

/*-------------------------------------------------------
   pagetop
-------------------------------------------------------*/
.pagetop {
	bottom: 15px;
	right: 15px;
}
.pagetop img {
	width: 30px;
	height: auto;
}

/*-------------------------------------------------------
   footer
-------------------------------------------------------*/
.sns {
	padding: 15px 0 10px 0;
}
.copy {
	padding: 10px 0;
}

/*-------------------------------------------------------
   other
-------------------------------------------------------*/
.pc {
	display: none;	
}
.sp {
	display: block;	
}
}
