@charset "utf-8";

/* common
----------------------------------------------------------- */
body {
	background:#FFF;
	min-width:1px;}

@media screen and (min-width: 769px) {
  body {
    min-width: 1100px !important;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

#wrapper {
	width:100%;}


/* header
----------------------------------------------------------- */
:root {
  --font-mincho: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}

.header-wrap {
    width: 100%;
    background: #fff;
    position: relative;
}

#top .header-wrap {
    padding-bottom: 50px;
}
#top .header-wrap::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom,  rgba(235,233,227,1) 0%,rgba(255,255,255,1) 100%);
}

.head-logo {
    width: 90%;
    height: 120px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}

.head-logo .lead {
	font-size: 13px;
	font-size: 1.3rem;
	font-family: var(--font-mincho);
	line-height: 1.4;
    padding-top: 2px;
    margin-left: 3vw;
}

.headNav {
    width: 100%;
    height: auto;
    background:url("../images/common/bg_headnav.jpg") repeat-x top center / contain;
    position: relative;
}

.headNav::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(to right,  rgba(198,178,105,0.1) 1%,rgba(198,178,105,1) 35%,rgba(198,178,105,1) 65%,rgba(198,178,105,0.1) 100%);
    padding: 0 5%;
}

.headNav::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(to right,  rgba(111,112,106,0.1) 1%,rgba(111,112,106,0.13) 2%,rgba(111,112,106,1) 35%,rgba(111,112,106,1) 65%,rgba(111,112,106,0.1) 100%);
}

.headNav .headNav-menu {
    height: 90px;
	display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    inline-size: fit-content;
    margin-inline: auto;
}

.headNav .headNav-menu::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 70px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: linear-gradient(to bottom,  rgba(198,178,105,0.1) 1%,rgba(198,178,105,1) 35%,rgba(198,178,105,1) 65%,rgba(198,178,105,0.1) 100%);
}

.headNav .headNav-menu > li {
    height: 90px;
    text-align: center;
    position: relative;
}

.headNav .headNav-menu > li::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 70px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: linear-gradient(to bottom,  rgba(198,178,105,0.1) 1%,rgba(198,178,105,1) 35%,rgba(198,178,105,1) 65%,rgba(198,178,105,0.1) 100%);
}

.headNav .headNav-menu > li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
	font-size: 18px;
	font-size: 1.8rem;
	color: #fff;
    font-weight: bold;
    font-family: var(--font-mincho);
    text-decoration: none;
    padding: .3em 2.7em 0;
    letter-spacing: .08em;
    transition: all .3s;
}

.headNav .headNav-menu > li a:hover {
    opacity: 0.5;
}

.menu__single {
    position: relative;
    z-index: 2;
}
.init-bottom {
    position: relative;
}

.menu__single > .menu__second-level {
    background: #f1efec;
    min-width: auto;
    width: max-content;
    position: absolute;
    left: 0;
    top: 90px;
    padding-top: 2px;
    visibility: hidden;
    z-index: 2;
    transition: all .3s;
    opacity: 0;
    border: 1px solid #d4cec2;
}

.menu__single .menu__second-level > li:not(:last-child) {
    border-bottom: 1px solid #d4cec2;
}

.menu__single .menu__second-level > li > a {
	font-size: 16px;
	font-size: 1.6rem;
    color: #222;
    display: block;
    padding: 1em 1em 1em 2em;
    position: relative;
    text-align: left;
    letter-spacing: 0;
}

.menu__single .menu__second-level > li > a:before {
    content: "";
    position: absolute;
    background: url("../images/common/icon_arrow_gold.svg") no-repeat left center / contain;
    width: 6px;
    height: 11px;
    left: 1em;
    top: calc(50% - (11px / 2));
}
.menu__single .menu__second-level > li > a span {
	font-size: 13px;
	font-size: 1.3rem;
}
.menu__single .menu__second-level > li > a:hover {
    opacity: 0.5;
}
.menu__single:hover .menu__second-level {
    visibility: visible;
    opacity: 1;
}
.menu__single:hover {
    transition: all .5s;
}

/*
header {
	width:980px;
	margin:0 auto;
	position:relative;
	border-top:2px solid #FDB365;
	padding-bottom:10px;}
	
header .lead{
	font-size:13px;
	font-size:1.3rem;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
	padding-left:3px;
	padding-top:12px;
	line-height:1.2;
	margin-bottom:10px;}

header .logo{
	width:335px;
	height:60px;
	background:url(../images/common/sign.png) no-repeat;
	display: block;
	overflow: hidden;}
	
header .logo a{
	width:335px;
	padding-top:73px;
	display: block;
	height: 0;}
*/

/* 769px～ */
@media screen and (min-width: 769px) {
/*header nav{
	position:absolute;
	top:58px;
	right:0;}
	
header nav li{
	float:left;
	margin-left:24px;}
	
header nav li a{
	color:#333;
	font-weight:bold;
	text-decoration:none;
	padding:0 5px;}
	
header nav li a:hover{
	color:#FDB365;
	font-weight:bold;}

header nav li.current{
	border-bottom:1px solid #FDB365;}
*/
.sp-menu {
	display:block!important;}
}

/* #visual
----------------------------------------------------------- */
#top #visualWrap{
	width: 100%;
	height: 503px;
	clear:both;}
	
#top #visualWrap .visual{
	width: 980px;
	margin:0 auto;}
	
	
/* #content
----------------------------------------------------------- */
#container {
	width:980px;
	margin: 60px auto 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
	padding-bottom: 30px;
}

#contents {
	width: 685px;
}

#top #container #contents{
	width: 685px;
}
	
.topNewsWrap h2{
	font-weight:bold;
	padding:20px 0 0 8px;
	font-size: 16px;
	font-size: 1.6rem;}
	
.topNewsWrap .alignR{
	margin-top:-5px;
	margin-bottom:5px;
	line-height:1.0;}

.topNewsWrap ul{
	border:1px solid #EEE;
	padding:16px 20px;
	margin-bottom:16px;}
		
.topNewsWrap a{
	color:#39C;}
	
.topNewsWrap li span{
	padding-right:16px;}

.youtube{
position: relative;
 height: 0;
 padding: 30px 0 56.25%;
 overflow: hidden;
 }

.youtube iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 }
	
.articleBox{
	border:1px solid #EEE;
	padding:20px 32px 32px 32px;
	clear:both;
	margin-bottom:20px;}
	
.articleBox h2{
	font-weight:bold;
	font-size:20px;
	font-size:2.0rem;
	background:url(../images/common/border.png) no-repeat left bottom;
	padding:0 0 12px 20px;
	margin-bottom:20px;}
	
.articleBox.topPlofile .leftBox{
	width:300px;}
	
.articleBox.topPlofile .rightBox{
	width:190px;}
	
.articleBox.topPlofile h3{
	font-size:15px;
	font-size:1.5rem;
	font-weight:bold;
	margin-bottom:10px;}
	
.articleBox.topPlofile ul{
	margin-bottom:24px;}



/* #side
----------------------------------------------------------- */
#container #side {
	width: 240px;
	padding: 0;
}

#container #side a {
	text-decoration: none;
	transition: 0.3s;
}

.side-font {
    margin-bottom: 30px;
}

.side-ttl {
    width: 100%;
    height: 60px;
    position: relative;
    background: url("../images/common/bg_sidenav.jpg") repeat-x top left / cover;
}
.side-ttl::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(to right,  rgba(198,178,105,0.1) 1%,rgba(198,178,105,1) 35%,rgba(198,178,105,1) 65%,rgba(198,178,105,0.1) 100%);
}

.side-ttl .ttl {
    color: #fff;
    padding: .9em 1.2em 0;
	font-size: 18px;
	font-size: 1.8rem;
    font-weight: bold;
    font-family: var(--font-mincho);
    text-decoration: none;
}

.side-fontlist {
    width: 100%;
    background: url("../images/common/bg_baige.jpg");
    padding: 1em;
    padding-bottom: .5em;
}

.side-fontlist li {
    background: #fff;
    border-left: 1px solid #c6b269;
    margin-bottom: 10px;
}

.side-fontlist a {
    padding: 1.2em;
    padding-top: 1.4em;
    display: block;
    position: relative;
}
.side-fontlist a:hover {
    opacity: .5;
}
.side-fontlist a::after {
    content: "";
    position: absolute;
    background: url("../images/common/icon_arrow_gold.svg") no-repeat right center / contain;
    width: 6px;
    height: 11px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.side-fontlist .font {
    color: #795f00;
	font-size: 18px;
	font-size: 1.8rem;
    font-family: var(--font-mincho);
    font-weight: bold;
    line-height: 1.3;
}
.side-fontlist .font span {
	font-size: 24px;
	font-size: 2.4rem;
    font-weight: bold;
    padding-left: .3em;
}

.side-fontlist .price {
    color: #222;
	font-size: 13px;
	font-size: 1.3rem;
    line-height: 1.5;
}

/*トグル*/
.side-toggle {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.side-cate {
    margin-bottom: 30px;
}

.side-cate .side-ttl {
    width: 100%;
    height: 60px;
    position: relative;
    background: url("../images/common/bg_sidenav.jpg") repeat-x top left / cover;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: all .3s;
    
}
.side-cate .side-ttl:hover {
    opacity: .7;
}

.side-cate .side-ttl .ttl {
    margin: 0;
    padding-top: .4em;
}


.side-cate .side-ttl::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("../images/common/side-toggle.svg") no-repeat;
    width: 40px;
    height: 55px;
    transform: rotate(180deg);
    transform-origin: 50% 50%;
}

.side-toggle:checked + .side-ttl::after{
  transform: rotate(0deg);
}

.side-cate .side-ttl.no-arrow a {
    width: 100%;
}

.side-cate .side-ttl.no-arrow::after { content: none !important; }

.side-catelist {
    width: 100%;
    background: url("../images/common/bg_baige.jpg");
    display:grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .6s cubic-bezier(.2,0,0,1), opacity .3s ease;
    opacity:0;
}
.side-catelist > * { overflow:hidden; }

.side-toggle:checked + .side-ttl + .side-catelist {
    grid-template-rows: 1fr;
    opacity: 1;
}

.side-cate:has(.side-toggle:checked) .side-catelist{
    transition-duration: .5s, .5s;
    transition-timing-function: cubic-bezier(.2,0,0,1), ease;
}

.side-catelist a {
    color: #222;
	font-size: 15px;
	font-size: 1.5rem;
    padding: .9em 1.5em .6em;
    display: block;
    border-bottom: 1px solid #d4cec2;
    line-height: 1.5;
    position: relative;
    transition: all .3s;
}
.side-catelist a::after {
    content: "";
    position: absolute;
    background: url("../images/common/icon_arrow_gold.svg") no-repeat right center / contain;
    width: 6px;
    height: 11px;
    right: 1.3em;
    top: 50%;
    transform: translateY(-50%);
}

.side-catelist a:hover {
    opacity: .5;
}

.side-catelist.s-column {
    width: 100%;
    background: #fff;
}

.side-catelist.s-column a {
    padding: 0;
}

.side-catelist.s-column a::after {
    display: none;
}

.side-catelist.s-column li {
    display: flex;
    align-items: center;
	padding: 16px 0;
	border-bottom:none;
}

.side-catelist.s-column li:hover {
	opacity: 0.5;
}

.side-catelist.s-column img {
	width: 60px;
    margin-right: 1em;
}

.side-catelist.s-column p {
    flex: 1;
	font-size:15px;
	font-size:1.5rem;
	font-weight: bold;
	line-height: 1.4;
	color: #352C22;
	font-family: var(--font-mincho);
	vertical-align: middle;
}




/*
.s-profile {
	background: url(../images/common/s_profile.jpg) no-repeat top right;
	text-align: center;
	margin-bottom: 40px;
}

.s-profile a {
	display: block;
	width: 240px;
	height: 80px;
	padding-top: 20px;
	padding-right: 10px;
	color: #fff;
	font-weight: bold;
	font-size:20px;
	font-size:2.0rem;
	text-shadow: 0px 2px 3px rgba(0, 0, 0, 1);
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	line-height: 1.4;
	background:url(../images/common/icon_arrow.svg) no-repeat 5% 54%;
}
.s-profile a:hover {
	opacity: 0.5;}

.s-profile span {
	display: block;
	font-size:12px;
	font-size:1.2rem;
}

.s-sholist {
	background: #F4F4F2;
	width: 240px;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.s-shoyoto {
	background: #F4F4F2;
	width: 240px;
	margin-bottom: 40px;
}

.s-sholist h2,
.s-shoyoto h2 {
	background: #383127;
	color: #fff;
	font-weight: bold;
	font-size:17px;
	font-size:1.7rem;
	text-align: center;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	padding: 4px 0;
}

.s-sholist h2 span,
.s-shoyoto h2 span {
	background: url(../images/common/icon_search.svg) no-repeat 0 2px;
	padding-left: 30px;
}

.s-sholist ul {
	margin-bottom: 20px;
}

.s-sholist li,
.s-shoyoto li {
	border-bottom:1px dotted #362D23;
}
.s-shoyoto li:last-child {
	border-bottom:none;
}

.s-sholist li a,
.s-shoyoto li a {
	display: block;
	padding: 0.5em 1.5em 0.4em;
	font-size:14px;
	font-size:1.4rem;
	color: #333;
	background:url(../images/common/icon_arrow_s.svg) no-repeat 92% 54%;
}

.s-sholist li a:hover,
.s-shoyoto li a:hover {
	background:url(../images/common/icon_arrow_s.svg) no-repeat 92% 54%;
	opacity: 0.4;
}

.s-sholist p {
	text-align: center;
}

.s-sholist p a {
	display: block;
	background:url(../images/common/icon_faq.svg) no-repeat 8% 50% #fff;
	border:1px solid #DDDDD7;
	border-bottom:3px solid #DDDDD7;
	width: 200px;
	height: 54px;
	padding-top: 11px;
	padding-left: 20px;
	margin: 0 auto;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	color: #383127;
	font-size:15px;
	font-size:1.5rem;
	font-weight: bold;
	transition: 0.5s;
}
.s-sholist p a:hover {
	opacity: 0.6;
}

.s-column h2 {
	text-align: center;
	border-bottom:1px solid #DBDBD5;
	padding-bottom: 6px;
}

.s-column h2 span {
	color: #352C22;
	font-size:17px;
	font-size:1.7rem;
	text-align: center;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	font-weight: bold;
	background: url(../images/common/icon_book.svg) no-repeat 0 50%;
	padding-left: 26px;
}

.s-column a {
	width: 240px;
}

.s-column li {
	padding: 14px 0;
	border-bottom:1px solid #DBDBD5;
}

.s-column li:hover {
	opacity: 0.5;
}

.s-column img {
	width: 60px;
	display: inline-block;
	vertical-align: middle;
}

.s-column p {
	display: inline-block;
	width: 170px;	
	text-align: center;
	font-size:15px;
	font-size:1.5rem;
	font-weight: bold;
	line-height: 1.4;
	color: #352C22;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	vertical-align: middle;
}*/

.s-info {
	background: url(../images/common/s_info.jpg);
	text-align: center;
	margin-top: 40px;
}

.s-info a {
	display: block;
	width: 240px;
	height: 60px;
	padding-top: 20px;
	color: #fff;
	font-weight: bold;
	font-size:17px;
	font-size:1.7rem;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	line-height: 1.4;
	background:url(../images/common/icon_arrow.svg) no-repeat 95% 54%;
}
.s-info a:hover {
	opacity: 0.4;
}

.s-sns {
    margin-top: 50px;
    text-align: center;
}
.s-sns a:hover {
	opacity: 0.4;
}

/* footer
----------------------------------------------------------- */
footer{
	width:100%;
	clear:both;
	background:#EEE;}
	
footer .footerArea{
	width:980px;
	margin: 0 auto;
	position:relative;
	padding-bottom:40px;}
	
footer .flogo{
	margin:0 0 0 -55px;
	padding-top:40px;}

footer .footerArea .flink{
	position:absolute;
	top:45px;
	right:0;
	width:640px;}

footer .footerArea li{
	float:left;
	padding:3px 16px 1px 16px;
	line-height:1.0;
	border-right:1px solid #999;
	margin-bottom:8px;}
	
footer .footerArea li.current{
	background:#999;}
	
footer .footerArea li a{
	color:#333;
	text-decoration:none;}
	
footer .footerArea li.current a{
	color:#FFF;}
	
footer .footerArea li.top{
	border-left:1px solid #999;}
	
footer .copy{
	width:980px;
	margin:0 auto;
	padding-top:16px;
	padding-bottom:12px;
	clear:both;
	border-top:1px dotted #999;
	text-align:center;}

.pagetop{
	width:35px;
	height:35px;
	display: block;
	overflow:hidden;
	background:url(../images/common/1_ic_linktop.png) no-repeat;
	position:absolute;
	top:-18px;
	right:0;
	z-index:10;}

.pagetop a{	
	display: block;
	width:35px;
	height: 0;
	padding-top:35px;}



/* end */
