@charset "utf-8";
/* CSS Document

1 フォント設定（フォント、主要なタグの基本設定）
2 ページ設定（レイアウトを整えるのに使用しているCLASS）
3 header
4 ページ内要素（ページタイトル、パンくず、ボタン）
5 footer

*/

/* ===================== 1 フォント設定 ===================== */

body {
	font-size: 18px;
	font-family: "Noto Serif","Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", 游明朝体, "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif;
	font-weight: 500;
	color: #333;
	background:#ffffff;
	margin:0;
	padding: 0;
	-webkit-text-size-adjust:100%;
}

p,ul,li,ol,h1,h2,h3,h4,h5,h6 {
	line-height:1.8;
}

a {
	color: inherit;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	opacity: 0.7;
}

header,main,footer,section,article,nav {
  display: block;
}

img {
	border:0;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}



@media (max-width:768px) {



}



/* ===================== 2 ページ設定 ===================== */

.v-container {
	width:92%;
	max-width:600px;
	margin:auto;
}

.w-container {
	width:92%;
	max-width:1260px;
	margin:auto;
}

.pc {
	display:block;
}
.pc-txt-br {
	display:inline;
}

.sp {
	display:none;
}
.sp-txt-br {
	display:none;
}



@media (max-width:768px) {

.pc {
	display:none;
}
.pc-txt-br {
	display:none;
}

.sp {
	display:block;
}
.sp-txt-br {
	display:inline;
}

}



/* ===================== 3 header ===================== */

/* ヘッダー　ボタン位置固定 */
.header {
	width: 100%;
	margin: 0 auto;
	position:relative;
}

.header-logoarea {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	background-color: #fff;
}

.header-logoarea img {
	width: 80px;
	height: auto;
}

.header-ul {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
}


/* ハンバーガー　メニュー初期状態（非表示） */
#menu-btn-check {
    display: none;
}

.hamburger-menu {
	margin-left:auto;
}

.menu-content {
    width: 40%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #fff;
    transition: all 0.5s;/*アニメーション設定*/
}

/* ハンバーガー　ボタン */
.menu-btn {
    position: relative;
    top: 0px;
    right: 0px;
    display: flex;
    height: 100px;
    width: 100px;
    justify-content: center;
    align-items: center;
    z-index: 90;
}

.menu-btn img {
	margin-top: -50px;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 0px;
    width: 100px;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
}

/* ハンバーガー　閉じるボタン */
.menu-btn span:before {
	left: 25px;
    width: 50px;
}
.menu-btn span:after {
	left: 25px;
    width: 50px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
	height: 3px;
}
#menu-btn-check:checked ~ .menu-btn span::before {
	background-color: #370037;
    bottom: 0;
    transform: rotate(45deg);
	height: 3px;
}
#menu-btn-check:checked ~ .menu-btn span::after {
	background-color: #370037;
    top: 0;
    transform: rotate(-45deg);
	height: 3px;
}

#menu-btn-check:checked ~ .menu-btn span img {
	display: none;
}

/* ハンバーガー　メニュー */
.menu-content ul {
    padding: 120px 10px 0;
}
.menu-content ul li {
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 1em;
    box-sizing: border-box;
    color:#333;
    text-decoration: none;
    padding: 20px 15px 20px 20px;
    position: relative;
	box-sizing:border-box;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 30px;
}

/* ハンバーガー　メニューを表示 */
#menu-btn-check:checked ~ .menu-content {
    left: 60%;/*メニューを画面内へ*/
}

/* ハンバーガー　メニュー外側コンテンツカバー */
#menu-btn-check:checked ~ .hamburger-demo-closelabel{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 70;
}
#menu-btn-check:checked ~ .hamburger-demo-closelabel .hamburger-demo-cover{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9997;
	background: rgba(3,3,3,.5);
	display: block;
	cursor: pointer;
}



@media(max-width:768px){

.header-ul-btn {
	width: 60px;
	height: auto;
}


.menu-btn img {
	margin-top: -38px;
}

.menu-btn {
	width: 60px;
	height: 60px;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
	width: 60px;
}

.menu-btn span:before {
	left: 5px;
    width: 40px;
	top:0px;
}
.menu-btn span:after {
	left: 5px;
    width: 40px;
	bottom: 0px;
}

.menu-content {
    width: 70%;
}

#menu-btn-check:checked ~ .menu-content {
    left: 30%;/*メニューを画面内へ*/
}

}



/* ===================== 4 ページ内要素 ===================== */

/* パンくずリスト */
.page-navi {
	width: 100%;
	margin: 0 auto;
	background-color: #f1eeeb; 
}

.page-navi-ul {
	display: flex;
	font-size: 0.8em;
	padding: 10px 0;
}

/* ページ基本要素 */
.page-contents {
	width: 92%;
	max-width: 900px;
	margin: 0 auto;
	padding: 3em 0 4em;
}

.page-h1 {
	font-size: 2em;
	color: #606;
}



@media (max-width:768px) {



}



/* ===================== 5 footer ===================== */

.footer {
	width: 100%;
	margin: 0 auto;
	background-color: #666;
	color: #fff;
	padding: 3em 0;
	
}

.footer-info-ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap:4em;
	text-align: center;
	padding: 0 0 3em;
}

.footer-info-img {
	padding-bottom: .5em;
}

.footer-info-txt {
	font-size: 1.2em;
}

.footer-link {
	display: flex;
	gap:2em;
	align-items: flex-end;
}

.footer-logo {
	width: 120px;
	height: auto;
}

.footer-btn i {
	font-size: 50px;
}

.footer-menu i {
	color: #800080;
	padding-right: .5em;
}

.footer-copy {
	font-size: 15px;
	padding: 3em 0;
}

/* Topへ戻るボタン */
#gotop {
	position: fixed;
	bottom: 0px;
	right: 0px;
	opacity: 0.8;
	color:#FFF;
	font-size:36px;
	background-color:#370037;
}
 
#gotop a {
	display: block;
	z-index: 999;
	width: 60px;
	height: 60px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	opacity: 0.8;
}



@media (max-width:768px) {

.footer-info-ul {
	grid-template-columns: repeat(1, 1fr);
	gap: 2em;
}

.footer-link {
	gap:1em;
}

.footer-logo {
	width: 100px;
	height: auto;
}

.footer-btn i {
	font-size: 2em;
}

}



/* END */