@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap');

/*縦スクロールバーエリアを表示*/
html {
    overflow-y: scroll;
    overflow-x: hidden;
}

body {
    width: 100%;
    font-family:'Noto Sans JP', sans-serif ,"游ゴシック","ヒラギノUD丸ゴ W3 JIS2004", Hiragino UD Sans Rd W3 JIS2004,Hiragino UD Sans F W5 JIS2004,"ヒラギノUD角ゴF W5 JIS2004";
	font-weight:300;
    margin: 0;
    padding: 0;
    height: 100%;
	font-size:16px;
}
/* @group Reset */
* {
    margin: 0;
    padding: 0;
}

/*通常*/
a:link {
    /*color: rgba(107, 58, 6, 1);*/
    color: #490509;
    text-decoration: none;
    padding-right: 1px;
    padding-left: 1px;
	transition:.3s;
	display:inline-block;
	position: relative;
}

/*閲覧済み*/
a:visited {
    /*color: rgba(107, 58, 6, 1);*/
    color: #490509;
    text-decoration: none;
}

/*マウスオン*/
a::after {
  position: absolute;
  bottom: .2em;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #B0A09F;
  opacity: 0;
  transition: .3s;
}
a:hover::after {
  bottom: 3px;
  opacity: 1;
}

/*クリック中*/
a:active {
    /*color: rgba(107, 58, 6, 1);*/
    color: #490509;
    text-decoration: none;
    background-color: transparent;
}

/*クリック時の枠線*/
a {
    padding: 0 0 0 0px;
    outline: none;
}

ul, ol {
    list-style: none;
}

img {
    vertical-align: middle;
    max-width: none;
}

/* @end */

/* @group Fluid-img */
img {
    width: auto;
}
/* @end */

/* @group HTML */
html {
    width: 100%;
    font-size: 100%;
    line-height: 1.98;
}
/* @end */
div, p {
    text-align: justify;
    text-justify: inter-ideograph;
}

select{
	padding:5px;
}

#container.top {
    width: 100%;
}
#container {
    width: 100%;
    height: auto;
    display: block;
	position: relative;
	overflow: hidden;
}
header {
    width: 100%;
    margin: 0 auto 0px;
    display: block;
}
	.top header{
		height: auto;
		position:absolute;
		top:0;
	}
header .inner,
footer .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
    position: relative;
}
header .inner{
	width: auto;
	padding: 0;
	margin: 50px auto 0px;
}

	.error404 .error,
	.error500 .error{
		margin:50px 0 0;
		text-align:center;
	}
	.error p{
		text-align:center;
	}
header h1 a{
	display: contents;
}
	.top header h1 a:after,
	header h1 a:after{
		content:none;
	}
header h1 a{
	margin: 0px 0px 5px;
}

#box{
	width:1000px;
	margin:50px auto 0;
}
	.shop #box{
		margin-top: 0px;
	}

nav{
	width: 1200px;
	margin: 50px auto 0;
	display: flex;
	align-items: flex-end;
	font-size:30px;
	z-index: 9999;
	margin:50px auto 0;
	display:none;
}
	.top nav, .backnumber nav{
		display:block;
	}
nav ul{
	display: flex;
	width: 100%;
	justify-content: space-evenly;
}

.shop .more{
	text-align:center;
}

/* ページビュー */
.page_view{
	display: flex;
	justify-content: center;
	flex-wrap:wrap;
}
.page_view button{
	border: none;
	background: #C1B2AB;
	border:1px solid #C1B2AB;
	padding: 0px 15px;
	margin: 0 5px 10px;
	line-height: 40px;
}
.page_view button.active{
	background:#fff;
}

/*ファイル別アイコン*/
.pdf a,
.xls a,
.doc a {
    color: #000;
    font-weight: 600;
    padding-right: 19px;
}
.pdf a {
    background: url(../parts/icon_pdf.png) no-repeat right 0px;
}
.xls a {
    background: url(../parts/icon_excel.png) no-repeat right 0px;
}
.doc a {
    background: url(../parts/icon_word.png) no-repeat right 0px;
}

#sp_view{display:none;}


#new_list {
    width: 100%;
    margin: 0 auto 100px;
	overflow: hidden;
}
#new_list h2,
.top .contents h2 {
	font-family: 'Cuprum', sans-serif;
    font-size: 40px;
	text-align: center;
	color:#490509;
	margin: 0 0 50px;
}
#new_list h2:after,
.top .contents h2:after{
	content:url("../parts/icon_bean.svg");
	margin-left: 15px;
}
#new_list #info_area{
	width:920px;
	margin:0 auto;
}
#new_list li{
	display:flex;
	margin:0 0 30px;
	color:#490509;
}
	#new_list li:last-child{
		margin: 0px 0 0;
		display:block;
	}
#new_list time{
	width:185px;
	margin-right: 30px;
}
#new_list li div{
	width:100%;
	border-bottom:1px solid #BFBFBF;
}
#new_list .label {
    padding: 2px 5px;
    border-radius: 2px;
    text-align: center;
    font-size: 0.8rem;
    background: #C1B2AB;
    margin: 0 0 0 10px;
	white-space: nowrap;
}
#new_list a.backnumber {
    float: right;
    font-size:30px;
	font-family: 'Darker Grotesque', sans-serif;
}

.top #Rcb, .top #Insta{
	display:none;
}

.top #main #secret{
	width:1080px;
	margin:0 auto;
}
#secret h3{
	background:url(../parts/top_ttl.png) no-repeat;
	font-size:30px;
	font-weight:700;
	color:#fff;
	position:relative;
	padding: 20px 10px 20px 3em;
	margin:0 0 40px;
	font-family:'メイリオ', 'Meiryo', sans-serif;
}
#secret h3 span{
	font-size:24px;
	font-weight:normal;
	display:block;
}
	#secret h3:before{
		content: url("../parts/icon_been_w.svg");
		position: absolute;
		top:0;
		left: 20px;
		height: 100%;
		display: flex;
		margin:0 0 40px;
		align-items: center;
	}
#secret ul li{
	display:flex;
	margin:0 0 40px;
	justify-content: space-between;
	align-items: flex-start;
}
	#secret ul li:last-child{
		margin:0 0 0;
	}
#secret ul li img, #secret ul li div{
	flex-shrink: 0;
}
#secret ul li:nth-child(1) img{
	width:45.7%;
}
#secret ul li div{
	width:30.6%;
}
	#secret ul li video{
		width:100%;
	}
#secret ul li:nth-child(3) img{
	width:44.6%;
}
#secret ul li:nth-child(1) p,
#secret ul li:nth-child(3) p{
	margin-right:30px;
}
#secret ul li:nth-child(2) > p{
	margin-left:30px;
}

footer {
    clear: both;
    width: 100%;
    margin: 60px 0 0;
}
footer .inner{
	padding:30px 0 0;
}
footer ul{
	font-size:14px;
	display:flex;
}
	footer ul li{
		margin-right:20px;
	}
	footer ul li:before{
		content:">";
		margin-right:3px;
	}
footer .f_info{
	margin:0 0 40px;
}
.f_info .address{
	font-size:24px;
}
.f_info .contact{
	font-size:19px;
}

.f_info .contact a:link,
.f_info .contact a:visited,
.f_info .contact a:hover,
.f_info .contact a:active,
.f_info .contact a:focus {
    color: #fff;
}

footer .inner > img{
	display:block;
	margin:0 auto;
}
footer .copy {
    clear: both;
    height: auto;
    font-size: 14px;
    text-align: center;
    display: block;
    color: #fff;
	background:#2E2E2E;
	margin:35px -100% 0;
	padding:20px 100%;
}

/* フリーページ */
.free_page{
	font-size:16px;
}
.free_page #box{
	width:1000px;
}
h1.page_title {
    padding: 0 0px;
	font-family: 'Cuprum', sans-serif;
	font-size: 40px;
	color: #490509;
}
	.free_page h1.page_title{
		color:#000;
		font-family: 'Noto Sans JP', sans-serif;
		text-align:left;
		font-weight: 400;
		margin-bottom:20px;
	}
	.about h1.page_title{
		text-indent: -999em;
		background: url(../parts/fttl_about.png) no-repeat left center;
		background-size: auto 0.58em;	
	}
	.guide h1.page_title{
		text-indent: -999em;
		background: url(../parts/fttl_guide.png) no-repeat left center;
		background-size: auto 0.58em;	
	}
h2.ttl_main {
	color: #333;
	padding: 0 0px;
	font-size: 18px;
	margin: 0 0 0px 0;
}
	.free_page h2.ttl_main{
		text-align:left;
	}
h3.ttl_sub {
    color: #333;
    position: relative;
    padding: 0 0px;
    margin: 0 0 0px 0;
	font-family: 'Noto Sans JP', sans-serif;
}
	.free_page h3.ttl_sub{
		margin-bottom:10px;
		font-weight:normal;
	}
.Contents_Block{
	margin:0 0 50px;
}
	.top_txt .Contents_Block{
		margin:0;
	}
.text-area h4 {
    font-weight: 700;
    border-bottom: solid 1px #dcdcdc;
    font-size: 1.1rem;
    background: rgba(220,220,220,0.7);
    margin: 0 0 10px 0;
    padding: 0 20px;
}
#container #main {
    width: 100%;
    background: rgba(255,255,255,1.0);
}
#main .contents {
    width: 100%;
    position: relative;
    margin: 0 0 80px 0;
}

.free_page .Contents_Block .text-area{
	overflow:hidden;
}
.free_page .text-area a{
	border-bottom:1px solid #fff;
}
.free_page .text-area a:hover{
	border-bottom:1px solid #ccc;
}

.guide .text-area ul{
	border: 1px solid #ccc;
	padding: 15px 40px;
	display: inline-block;
}
.guide .text-area ul li{
	list-style-type: disc;
	margin-left:15px;
}

/*ファイル別アイコン*/
a.icon_pdf,
a.icon_excel,
a.icon_word {
    color: #000;
    font-weight: 600;
    padding-right: 19px;
}
a.icon_pdf {
    background: url(../parts/icon_pdf.png) no-repeat right 0px;
}
a.icon_excel {
    background: url(../parts/icon_excel.png) no-repeat right 0px;
}
a.icon_word {
    background: url(../parts/icon_word.png) no-repeat right 0px;
}

/* 表作成 */
.free_page .text-area table {
    width: 100%;
    font-size: 0.95rem;
    margin: 10px 0;
    box-sizing: border-box;
}
.free_page .text-area table th,
.free_page .text-area table td {
    padding: 10px 10px;
    font-weight: 100;
    border: solid 1px #ccc;
  	background: #fff;
}
/*.free_page .text-area table th:empty,
.free_page .text-area table td:empty{
	display: none;
}*/
.free_page .text-area table th {
    text-align: left;
    background: #F5F5EB;
}
.free_page .text-area table tr td:first-child {
	background:#F5F5EB;
	min-width: 100px;
}

/* フリーページ（画像の配置） */
    /*######################################
        フリーページの画像位置設定
    [配置対応番号]
    0_ImgTopLeft:左上        1_ImgTopCenter:中上            2_ImgTopRight:右上
    3_ImgLeft:左                            4_ImgRight:右
    5_ImgBottomLeft:左下        6_ImgBottomCenter:中下        7_ImgBottomRight:右下
    ########################################*/
.ImgTopCenter,
.ImgBottomCenter,
.ImgRight,
.ImgLeft,
.ImgTopLeft,
.ImgTopRight,
.ImgBottomLeft,
.ImgBottomRight {
    max-width: 100%;
    position: relative;
    z-index: 100;
}

.ImgTopCenter img,
.ImgBottomCenter img,
.ImgRight img,
.ImgLeft img,
.ImgTopLeft img,
.ImgTopRight img,
.ImgBottomLeft img,
.ImgBottomRight img {
    border-radius: 2px;
}

/*----------------------------------
    上の左（回り込なし）に表示の設定
------------------------------------*/
.ImgTopLeft {
    margin-left: 0px;
}

/*----------------------------------
    上に表示の共通設定
------------------------------------*/
.ImgTopCenter,
.ImgRight,
.ImgLeft,
.ImgTopLeft,
.ImgTopRight {
    margin-bottom: 15px;
}

/*----------------------------------
    下に表示の共通設定
------------------------------------*/
.ImgBottomLeft,
.ImgBottomCenter,
.ImgBottomRight {
    margin-top: 15px;
    clear: both;
}

/*----------------------------------
    左に表示の共通設定
------------------------------------*/
.ImgTopLeft,
.ImgLeft,
.ImgBottomLeft {
    text-align: left;
    margin: 0 15px 15px 0px;
}

.freeImg0 {
    margin-top: 20px;
}

/*----------------------------------
    中央に表示の共通設定
------------------------------------*/
.ImgTopCenter,
.ImgBottomCenter {
    text-align: center;
}

.ImgTopCenter {
    margin-top: 20px;
}

/*----------------------------------
    右に表示の共通設定
------------------------------------*/
.ImgTopRight,
.ImgRight,
.ImgBottomRight {
    text-align: right;
    margin-left: 15px;
}

.ImgRight {
    margin-left: 27px;
}

.ImgTopRight {
    margin-top: 20px;
}

/*----------------------------------
    上下の共通設定
------------------------------------*/
.ImgTopLeft,
.ImgTopRight,
.ImgBottomLeft,
.ImgBottomCenter,
.ImgBottomRight {
    clear: both;
}

/*----------------------------------
    左に表示
------------------------------------*/
.ImgLeft {
    float: left;
    margin: 0px 20px 0 0;
}

/*----------------------------------
    右に表示
------------------------------------*/
.ImgRight {
    float: right;
}

/*----------------------------------
    左下に表示
------------------------------------*/
.ImgBottomLeft {
    margin-top: 15px;
}
/* 一つ目のcontentsの直下の画像は上にマージンをとらない */
#left > .contents:nth-child(1) > .text-area > .ImgTopCenter {
    margin-top: 0;
}

/*パンくず*/
.breadcrumb {
    width: 1170px;
    margin: 10px auto 20px;
    font-size: 12px;
    padding: 0 10px;
    box-sizing: content-box;
	display:none;
}
.breadcrumb .home {
    background: url(../parts/icon_home.png) no-repeat 0px 50%;
    background-size: 30%;
    padding: 0 0 0 22px;
}
.breadcrumb a {
    color: #000;
}

#page-top {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 10px;
    right: 0px;
    z-index: 9999999;
    cursor: pointer;
	 border-radius: 50%;
}
#page-top a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page-top a img{
	display:block;
	width:100%;
}

/* 1024px以下 */
@media screen and (max-width: 1024px) {

    html {
        overflow-x: scroll;
    }
    body,
    header,
    footer,
    #container {
        width: 100%;
		min-width:320px;
    }
	#box,
	.top #main #secret{
		width:auto;
	}
    img {
        max-width: 100%;
    }
    html {
        min-width: 320px;
        overflow-x: scroll;
    }

	header .inner, footer .inner{
		width:auto;
	}
	footer .inner{
		padding:20px 10px 0;
	}
	footer .f_info{
		justify-content: space-around;
	}
	footer .f_info img{
		margin-right:0px;
	}

	.top header{
		height:50vw;
		background-size:cover;
	}
	.top header h1{
		font-size:15vw;
	}
	.top header h1 img{
		margin: 15px auto 20px;
	}

	nav{
		width:100%;
		padding: 0 10px;
		margin-top:20px;
		margin-bottom:20px;
	}
		.top nav{
			margin-top:70px;
		}

	#container #box{
		width:auto;
		margin:30px 20px 0;
	}
	#container #main{
		float:none;
	}

	.top .message dl{
		width:auto;
		max-width:920px;
	}

	#page-top{
		right:5px;
		left: auto;
		bottom:5px;
		width:40px;
		height:40px;
	}
	#page-top a{
		width:40px;
		height:40px;
	}
	#page-top a::before{
		font-size:20px;
	}

	footer .f_info{
		flex-wrap:wrap;
	}
	
	/* フリーページ */
	.about h1.page_title,
	.guide h1.page_title{
		background-size: auto 0.8em;
	}	
	
}


/* 896px以下 */
@media screen and (max-width: 896px) {

	body{
		font-size:16px;
	}
	header{
		z-index:inherit;
		border: 3px solid #3A120F;
	}
		.top header{border:none;}

	.top header h1 img{
		margin: 10px auto;
		height: 14vw;
		max-width: 345px;
	}
	
	h1.page_title{
		font-size:1.5em;;
	}

	.to_shop{
		left:10px;
		width:200px;
		border-radius: 30px 0px 30px 0px;
	}
	.to_shop a{
		font-size:25px;
		white-space: nowrap;
	}

	.backnumber .to_shop{
		display:none;
	}

	nav{
		z-index: 999;
		background: rgba(193,178,171,0.9);
		margin: 0;
		display: flex;
		align-items: center;
		z-index:9999;
	}
		.top nav,
		.backnumber nav{
			margin:0;
			z-index:9999;
			display: flex;
			justify-content: center;
			z-index: 999;
			background: rgba(193,178,171,0.9);
			margin: 0;
			display: flex;
			align-items: center;
			z-index:9999;
			top:0;
		}
	nav ul{
		justify-content: center;
		flex-direction: column;
	}

    #sbox,
    #box,
    #container #main {
        width: 100%;
    }
	#sbox{
		overflow:hidden;
	}
    #pc_view {
        display: none;
    }

    #sp_view {
        display: block;
    }

	#container #box{
		margin-top:0px;
	}

    #new_list a.backnumber {
        font-size: 1rem;
		font-size: 1.8rem;
		margin-top: 10px;
    }
	#new_list #info_area{
		width:auto;
	}

    .bunner_area {
        width: 100%;
        display: inline-block;
    }

    .bunner .type1 {
        height: auto;
    }

    .text-area a.link {
        width: 80%;
        }
    footer {
        width: 100%;
    }
    footer .footer_menu {
        display: none;
    }
    .breadcrumb {
        width: auto;
        margin: 10px 10px 30px 10px;
    }

	footer ul{
		margin-bottom:20px;
	}
	.f_info .address{
		font-size:17px;
	}
	.f_info .contact,
	footer .copy{
		font-size:16px;
	}
	footer .f_info img{
		margin-bottom:30px;
	}

	#new_list time{
		width:160px;
		margin-right:0;
	}
	

    /* 表 */
	.f_tbl{
		display: block;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
		.f_tbl:before{
			content:"横にスクロールします>>";
			display:block;
		}
	.f_tbl table{
		width: 100% !important;
	}
    table {
        width: 100%!important;
    }
    .free_page .text-area table {
        margin: 0px;
    }
    .free_page .text-area table th,
    .free_page .text-area table td {
        padding: 10px 10px;
    }

    /* フリーページ */
    .ttl_area {
    }
    .heading_2 .key_area {
        display: block;
    }

    /* 画像 */
	.ImgTopCenter, .ImgBottomCenter, .ImgRight, .ImgLeft, .ImgTopLeft, .ImgTopRight, .ImgBottomLeft, .ImgBottomRight{
		float:none;
	}
    .ImgTopCenter img,
    .ImgBottomCenter img,
    .ImgRight img,
    .ImgLeft img,
    .ImgTopLeft img,
    .ImgTopRight img,
    .ImgBottomLeft img,
    .ImgBottomRight img {
        width: auto;
    }

    .tbl_line {
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .tbl_line:before {
        content:"Scroll >>";
        display:block;
    }

	#secret h3{
		font-size:25px;
		background-size: cover;
	}
	#secret h3 span{
		font-size:20px;
	}

}
@media screen and (max-width: 767px){

	#container.top #box{
		margin-top: 55vw;
	}

}
/* 480px以下 */
@media screen and (max-width: 480px) {
	
	body{
		font-size:14px;
	}
	#container #box{
		margin:30px 20px 0;
	}

	#new_list li,
	.top .message dl{
		display:block;
	}
	.top .message dl dt{
		margin:0;
	}
	.top .message dd img{
		display: block;
		margin: 30px auto 0;
	}
	.top .message span{
		text-align:left;
		padding:4px 10px;
	}

    .to_shop a {
        line-height:25px;
    }

	#secret h3{
		padding: 20px 10px 20px 4em;
		font-size: 20px;
	}
	#secret h3 span{
		font-size:15px;
	}
	#secret ul li{
		flex-direction: column;
	}
	#secret ul li img{
		margin:auto;
		display:block;
	}
	#secret ul li div{
		width: 60%;
		text-align: center;
		margin: 0 auto;
	}
	#secret ul li:nth-child(1) p, #secret ul li:nth-child(3) p{
		margin:0 0 30px;
	}
	#secret ul li:nth-child(2) > p{
		margin:30px 0 0;
	}
	
	.ImgTopCenter, .ImgBottomCenter, .ImgRight, .ImgLeft, .ImgTopLeft, .ImgTopRight, .ImgBottomLeft, .ImgBottomRight{
		margin:15px 0;
	}

}
/*------------print---------------------*/
/* 印刷 */
@page {
    margin: 12mm 7mm;
}
@media print {
    body { zoom: 95%; }
    #page-top {
        display: none!important;
    }
}
