@charset "UTF-8";
/* CSS Document */
/* ブラウザスタイル初期化用ＣＳＳ */

/*font*/
/*@font-face {
	font-family: 'MyFont';
	src: url("font/YuMincho.ttc");
}
@font-face {
	font-family: 'MyFontEN';
	src: url("font/Kyokasho.ttc");
}*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@100;200;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;500&family=Noto+Serif+JP:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap');
@font-face {
	font-family: 'MyYuMinchoM';
	font-weight: normal;
	src: local('YuMincho-Medium'), /* PostScript Name = localの正式な指定方法 */
	local('Yu Mincho Medium'),     /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
	local('YuMincho-Regular');     /* 游ゴシックMediumが存在しないWindows8.1用 */
}
@font-face {
	font-family: 'MyYuMinchoM';
	font-weight: bold;
	src: local('YuMincho-Bold'), /* PostScript Name = localの正式な指定方法 */
	local('Yu Mincho');          /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
@font-face {
	font-family: 'MyYuGothicM';
	font-weight: normal;
	src: local('YuGothic-Medium'), /* PostScript Name = localの正式な指定方法 */
	local('Yu Gothic Medium'),     /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
	local('YuGothic-Regular');     /* 游ゴシックMediumが存在しないWindows8.1用 */
}
@font-face {
	font-family: 'MyYuGothicM';
	font-weight: bold;
	src: local('YuGothic-Bold'), /* PostScript Name = localの正式な指定方法 */
	local('Yu Gothic');          /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}

html {
  width: 100%;
  height: 100%;
  background: white;
  overflow: auto;
}
body{
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: auto;
  font-size: 0;
  line-height: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  /*font-family: 'Noto Serif JP', serif, "Meiryo","メイリオ","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";*/
  font-family: 'Noto Serif JP', serif;
  font-weight: 300;
  -webkit-text-size-adjust: 100%;
  color: #333333;
}
body *{
  box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,li,dl,dt,dd{
  margin: 0px;
  padding: 0px;
  font-family: 'Noto Serif JP', serif, "Meiryo","メイリオ","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
li,dt,dd{
  list-style-type: none;
}
p {
  margin: 0;
}
img {
  border: 0;
  border: none;
}
a:hover{
  text-decoration: none;
}
.en1{
  font-family: 'Poiret One', cursive;
}
.en2{
  font-family: 'Lato', sans-serif;
}
.yg{
  font-family :
	MyYuGothicM, /* Windows調整用 */
	YuGothic,    /* Mac用 */
	sans-serif;
}
a:hover, a:focus{
	color:#333333;
	text-decoration:none;
	opacity: 0.6;
}

/*top*/
body{
  background: #C9B480;  
}

body.fixed{
  position: fixed;
  width:100%;
}

/*ハンバーガーメニュー*/
#nav{
  /*height: 100px;
  display: block;
  z-index: 9999999;
  width: 750px;
  position: static;*/
}
#nav .nav_bg.active{
  background: rgba(39,38,38,0.6);
  height: 100vh;
  width: 100%;
  position: absolute;
  z-index: 999;
  /*opacity: 0.6;*/
  /*animation: fadeIn 0.2s ease 0.3s 1 normal;*/
}
#nav .nav_btn{
  position: absolute;
  right: 38px;
  cursor: pointer;
  z-index: 10000;
}
#idx #nav .nav_btn{
  top: 30px;
}
#kasou #nav .nav_btn{
  top: 40px;
}
#nav .nav_btn .menu-trigger,
#nav .nav_btn .menu-trigger span {
  display: inline-block;;
}
#nav .nav_btn .menu-trigger {
}
#nav .nav_btn .menu-trigger img{
	max-width: 62px;
	width: 100%;
}
/*#nav .nav_btn .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #333333;
  border-radius: 4px;
}
#nav .nav_btn .menu-trigger span:nth-of-type(1) {
  top: 0;
}
#nav .nav_btn .menu-trigger span:nth-of-type(2) {
  top: 20px;
}
#nav .nav_btn .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
}
#nav .nav_btn .menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(0px) rotate(45deg);
  transform: translateY(0px) rotate(45deg);
}*/

#nav .menu_ttl{
	font-size: 40px;
	padding: 20px;
	line-height: 40px;
	display: none;
}
#nav .menu_ttl img{
	width: 100%;
    margin-top: -16px;
    max-width: 387px;
    
}

/*メニュー中身*/
.nav_cnt{
  position: absolute;
  font-size: 10px;
  line-height: 10px;
  top: 0;
  right: 0;
  background: white;
  width: 70%;
  height: 100vh;
  z-index: 9999;
  padding: 150px 30px 0;
  overflow-y: scroll;
  display: none;
}
.nav_cnt.out{
  display: block;
  animation: SlideOut 0.8s;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-100%);
}
/* CSSアニメーションの設定 */
@keyframes SlideOut {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;/*初期状態では透明に*/
    transform: translateX(64px);
    z-index: -9999;
  }
}
/* CSSアニメーションの指定 */
.nav_cnt.in{
  display: block;
  animation: SlideIn 0.8s;
  opacity: 1;
}

/* CSSアニメーションの設定 */
@keyframes SlideIn {
  0% {
    opacity: 0;/*初期状態では透明に*/
    transform: translateX(64px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.nav_cnt ul li.nav_cnt_ttl{
  font-size: 40px;
  margin-top: 56px;
  line-height: 40px;
}
.nav_cnt ul li.nav_cnt_ttl::after{
  content: '+';
  margin-left: 18px;
  font-size: 40px;
  line-height: 40px;
  color: #707070;
  position: absolute;
  top: 0px;
  left: 258px;
}
.nav_cnt ul li.nav_cnt_ttl.on::after{
  content: '';
  width: 30px;
  height: 2px;
  margin-top: 20px;
  background-color: #707070;
}
.nav_cnt ul li.c_point{
  cursor: pointer;
  position: relative;
}
.nav_cnt ul li:first-child.nav_cnt_ttl{
  margin-top: 0px;
}
.nav_cnt ul li.nav_cnt_ttl:first-child::after{
  content: '';
}
.nav_cnt ul .sub_menu{
  margin-top: 66px;
  margin-left: 54px;
  display: none;
}
.nav_cnt ul .sub_menu ul li{
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 35px;
}
.nav_cnt ul .sub_menu ul li span{
  margin-right: 31px;
}
#nav .nav_cnt .sns{
  margin-top: 99px;
  margin-bottom: 150px;
}
#nav .nav_cnt .sns a{
  margin-right: 40px;
}
.nav_cnt ul.menu {
     border-bottom: solid 1px;
    margin-bottom: 60px;
}
.nav_cnt ul.menu li:first-of-type {
  font-size: 40px;
  margin-bottom: 50px;
}
.nav_cnt li {
	font-size: 28px;
    font-family: 'Zen Maru Gothic', sans-serif;
    letter-spacing: 0.2em;
    margin-bottom: 50px;
    line-height: 1.2;
}
.nav_cnt ul li.nav_cnt_ttl::after {
  display: none;
}
.nav_cnt ul li.new_window::after {
  content: "";
  background-image: url(img/nav_window.png);
  background-size: 23px auto;
  background-repeat: no-repeat;
  display: inline-block;
  width: 23px;
  height: 24px;
}
.nav_cnt ul.link li {
  margin-bottom: 50px;
}

#content{
  max-width: 750px;
  margin: 0 auto;
  background: #E3DDCD;
  position: relative;
  overflow-x: hidden;
}
#content #main{
      height: 989px;
  position: relative;
	padding: 120px 30px 0px;
}
#content #main .main_ttl img{
  max-width: 323px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#content #main .main_copy{
  position: absolute;
  bottom: 286px;
  left: 151px;
}
#content #main .main_copy p{
  font-size: 32px;
  line-height: 70px;
  color: #FFFFFF;
}

#content #main .main_img{
  position: relative;
  z-index: 0;
}

#content #main .main_img img{
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 1;
  animation  : bgAnime 15s infinite;  /* 画像枚数 × 各5s */
  opacity:0;
  width: 100%;
}
#content #main .main_img img.img1 {
}
#content #main .main_img img.img2 {
  animation-delay  : 5s;
}
#content #main .main_img img.img3 {
  animation-delay  : 10s;
}
/*フェードイン・アウト*/
@keyframes bgAnime{
  0% {
    animation-timing-function: ease-in;/*ゆっくり表示される*/
    opacity: 0;
  }
  15% {
    animation-timing-function: ease-out;/*表示された*/
    opacity: 1;
  }
  38% {
    opacity: 1;/*＊表示期間*/
  }
  48% {
    opacity: 0;/*次の画像で消えている*/
  }
  100% {
    opacity: 0;/*表示されていない時間*/
  }
}

#content #sub_copy{
  padding: 30px 50px 30px;
  margin-bottom: 25px;
	font-family: 'Noto Serif JP', serif;
}
#content #sub_copy h1 {
  font-size: 36px;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 5px;
  margin-bottom: 50px;
	font-family: 'Noto Serif JP', serif;
}
#content #sub_copy h1 span {
  display: block;
  letter-spacing: 0.05em;
}
#content #sub_copy h1 span:first-child {
  font-size: 5.2rem;
}
#content #sub_copy h1 span.small_txt{
	font-size: 4.2rem;
  letter-spacing: 0.1em;
}
#content #sub_copy p{
  color: #333333;
	font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 60px;
  text-align: left;
  margin-bottom: 55px;
}
#content #sub_copy p span {
  font-size: 44px;
}
#content #sub_copy p span.sm_txt{
	font-size: 28px;
	padding-right:16px;
}
#content #sub_copy span.day{
	margin-bottom: 52px;
}
#content #sub_copy p.sub_txt{
	font-size: 24px;
    line-height: 50px;
	text-align: left;
	margin-bottom: 20px;
}
#content #sub_copy p img {
  position: relative;
  top: -7px;
  left: -7px;
}
#content #sub_copy p.day{
	font-family: 'Zen Maru Gothic', sans-serif;
}

#content #sub_copy .cnt {
  margin-top: 70px;
}
#content #sub_copy .cnt_img {
	margin-bottom: 12px;
}
#content #sub_copy .cnt_img img {
  width: 100%;
}

#top{
	padding: 0px 50px;
	margin-bottom: 80px;
}
/*1カラム*/
#top .cnt{
	padding: 60px 0px 30px;
}
#top .cnt img{
	margin-bottom: 30px;
	width: 100%;
}
/*2カラム*/
#top .cnt_list{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: space-between;
}
#top .cnt_list .list{
	width: 48%;
	margin-bottom: 30px;
}
#top .cnt_list .list:nth-last-child(-n+2){
	margin-bottom: 0px;
}
#top .cnt_list .list img{
	width: 100%;
}
#top .ec_bnr{
	margin-top: 44px;
}
#top .ec_bnr img{
	width: 100%;
}

.category_ttl p{
	font-size: 40px;
	line-height: 1;
	position: relative;
	padding-left: 70px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: bold;
	letter-spacing: 0.32em;
}
.category_ttl p::before{
	content: "";
    width: 73px;
    height: 2px;
    background: #333333;
    position: absolute;
    top: 50%;
    left: -5%;
}
.link_btn{
	font-size: 2.8rem;
	position: relative;
	text-align: center;
}
.link_btn a{
	display: block;
	padding: 45px;
	background: white;
	border-radius: 20px;
	width: 100%;
}
.link_btn a::after{
	content: "";
	width: 38px;
	height: 9px;
	background: url("img/arrow.png");
	background-size: 100%;
	position: absolute;
	top: 44%;
	right: 3%;
}
.link_btn.more a::after{
	right: 28%;
    top: 44%;
}
.link_btn a p{
	font-family: 'Zen Maru Gothic', sans-serif;
	letter-spacing: 0.12em;
}
.link_btn a:hover{
	opacity: 0.8;
	color: #333333;
}
.shop_blog .link_bnr img{
	margin-top: 10px;
	width: 100%;
}

#bnr{
	padding: 40px 65px 20px;
    background: rgba(200,220,230,0.5);
	margin-bottom: 60px;
}
#bnr .cnt_img{
	text-align: center;
    margin-bottom: 20px;
}
#bnr img{
	width:580px;
	margin-bottom: 20px;
}
#bnr a:hover img{
	opacity: 1;
} 
#other{
	padding: 0px 50px 100px;
}
#other .bnr_online img{
	width: 48.5%;
}
#other .bnr_online{
	text-align: center;
}
#other .bnr {
	text-align: center;
}
#other .bnr img{
	width: 57.8%;
}
#other .bnr.bnr_m img{
	width: 100%;
	margin-top: 80px;
}
#other p{
	font-size: 2rem;
	line-height: 1.4;
}
#other .link_btn{
	margin-top: 68px;
}
#other .link_btn a{
	border: solid 2px #333333;
	border-radius: 20px;
}
#other .link_btn a::after{
	right: 29%;
}

/*アンカーボタン*/
.an_btn{
	padding: 0px 50px 0;
	margin-bottom: 60px;
}
.an_btn p{
	font-size: 3.4rem;
	line-height: 1.4;
	padding: 24px;
	border-bottom: solid 1px #333333;
	font-family: 'Zen Maru Gothic', sans-serif;
	position: relative;
	letter-spacing: 0.12em;
}
.an_btn a:first-child p{
	border-top:solid 1px #333333;
}
.an_btn p::after{
	content: "";
	max-width: 34px;
	width: 100%;
	height: 10px;
	background: url("img/arrow.png");
	position: absolute;
    top: 40%;
    right: 3%;
}
.an_btn p span{
	font-size: 4.2rem;
}

/*SHOPBLOG*/
.shop_blog{
	background: #C84E73;
	padding: 50px 50px 76px;
}
#cat1.shop_blog{
	background: #F9BDB8;
}
#cat2.shop_blog{
	background: #C5E1E4;
}
#cat3.shop_blog{
	background: #CDEDE6;
}
.fd_lead{
	text-align: center;
}
.shop_blog .shop_ttl{
	text-align: center;
}
.shop_blog .shop_ttl img{
	width: 100%;
	margin-bottom: 30px;
}
.shop_blog img{
	width: 95%;
}
.shop_blog iframe{
	padding: 0 !important;
	min-height: 860px;
	width: 100%;
}
/*TOPページ下部*/
#other .bnr img {
    width: 100%;
}
#online{
	background: #D9F4E6;
	margin-bottom: 50px;
}
#online .category_ttl img{
	max-width: 124px;
	width: 100%;
}
#online .online_list{
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 58px;
}
/*1カラム*/
#online .online_list .list.list_wide{
	width: 100%;
	margin-left: 0px;
}
#online .online_list .list.list_wide img.r_more{
	max-width: 221px;
	width: 100%;
}
/*2カラム*/
#online .online_list .list{
	width: 48%;
	margin-bottom: 40px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#online .online_list .list:nth-child(2n){
	margin-right: 0px;
}
#online .online_list .list img{
	width: 100%;
	margin-bottom: 27px;
}
#online .online_list .list img.r_more{
	max-width: 221px;
	width: 100%;
	margin-top: 10px;
}
#online .online_list .list p{
	font-size: 2.2rem;
	line-height: 1.4;
	margin-bottom: 10px;
}
#online .bnr{
	margin-top: 10px;
}
#online .bnr img{
	width: 100%;
}
.info_bnr{
	text-align: center;
	margin-bottom: 50px;
}
#online .online_list .list p{
	font-size: 2rem;
}
#online .online_list .list p.event_ttl{
	font-size: 2.2rem;
}

#info{
	padding: 60px 50px 30px;
}
#info .info_txt{
	margin-top: 60px;
	font-size: 2.8rem;
	line-height: 1.8;
}
#info .info_txt p{
}
#info .info_txt p.info_txt_ttl{
	font-size: 3rem;
	margin-bottom: 44px;
}
#info .info_txt p.info_tyui{
	font-size: 2.4rem;
	margin-top: 32px;
}
#info .info_bnr_cnt{
	margin-top: 71px;
}
#info .info_bnr_full{
	max-width: 100vw;
    width: 750px;
    margin-left: -48px;
}
/*youtube*/
.youtube{
	padding: 0px 50px;
    position: relative;
    width: 100%;
	margin-bottom: 110px;
}
.youtube img{
	width: 100%;
}
.youtube .tube_frame{
	margin-bottom: 20px;
}
.youtube .tube_frame iframe{
	width: 100%;
	height: 350px;
}
.youtube .tube_txt{
	font-size: 24px;
    line-height: 50px;
    text-align: left;
}
.youtube.youtube2{
	padding: 0px;
	margin-top: 80px;
}
.youtube.youtube2 .tube_frame{
	margin-bottom: 0px;
}
.youtube p{
	margin-top: 6px;
	font-size: 24px;
	line-height: 1.4;
}

/*footer*/
#footer{
  padding: 50px 60px;
  max-width: 750px;
}
footer dl, footer div{
  width: 100%;
  margin: 0px;
}
ul.footer_link{
  margin-bottom: 10px;
	    font-size: 29px;
    line-height: 49px;
}
ul.footer_link_child{
  margin-top: 10px;
  padding-left: 1.5em;
}

@media screen and (min-width:1024px){
	html {
		overflow-x: hidden;
	} 
	#footer{
		padding: 50px 60px 80px 60px;
	}
	#footer ul.footer_link{
		font-size: 29px;
    	line-height: 49px;
	}
	#footer .f_cmp,#footer .f_toi{
		margin-bottom:20px;	
	}
	#footerBody .footer-copyright{
		text-align: center;
	}	
	#footerBody .footer-copyright small{
		font-size: 24px;
	}
	footer a:not(.totop)::before{
		width: 1.5rem;
   		height: 1.5rem;
    	margin-right: 1rem;
	}
}
@media screen and (max-width: 750px){
	footer dl, footer div{
		font-size: 2.4rem;
	}
	footer a:not(.totop)::before {
		width: 1.4rem;
		height: 1.4rem;
		margin-right: 1rem;
	}
}

/*コンテンツパラパックス*/
/*1.フェードインアニメーションの指定*/
.scrollanime {opacity: 0;} /*一瞬表示されるのを防ぐ*/
.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}
#idx .fadeInDown:nth-child(even) {
    animation-delay: 0.4s;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;         
    }
    100% {
    opacity: 1;
    transform: translate(0);
    }
}
 
/*2.上下の動きを指定*/
.downup {transform: translateY(100px);}

/*pagetop*/
.pagetop{
  display: none;
  position: fixed;
  /* top: 0; */
  right: 50%;
  bottom: 20px;
  margin-right: -360px;
}

/*shopblog ifream*/
.cmn-bloglist{
	margin: 0px !important;
}

/*more*/
.more_btn{
	margin-bottom: 44px;
}
.more_btn img{
	cursor: pointer;
}
.more_btn img:hover{
	opacity: 0.6;
}
.more{
	display: none;
}
#top .cnt_list .more .list{
	margin-right: 30px;
}
#top .cnt_list .more .list:nth-child(even){
	margin-right: 0px;
}


/* 追加・上書き */
#online {
  background-color: #E3DDCD;
}
.category_ttl {
  margin-bottom: 40px;
}
.category_ttl p {
  font-family: 'Noto Serif JP', serif;
}
.event_info {
  margin-bottom: 50px;
}
.event_info h2 {
  line-height: 1.4;
  margin-bottom: 20px;
}
.event_info h2 small {
  color: #333333;
  font-size: 2.8rem;
  margin-bottom: 8px;
  display: block;
}
.event_info h2 span {
  font-size: 4.8rem;
  display: block;
}
.event_info p {
  font-size: 2.8rem;
  line-height: 1.6;
}
.event_info p.event_date {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.event_info p + p {
  margin-top: 20px;
}
.hx_line_design {
}
.hx_line_design span {
  display: block;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-bottom: 12px;
}
.hx_line_design::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #B5A15E 0%, #B5A15E 108px, #312A25 108px, #312A25 100%);
}
.link_btn a p {
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
}
#other {
  background-color: #fff;
  padding: 66px 50px 100px;
}
#other p {
  font-size: 2.4rem;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.4;
}
#other .link_btn a p {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: bold;
}
#other .link_btn a::after {
  right: 24%;
}
#online .online_list .list img {
	margin-bottom: 14px;
}
#online .online_list .list p {
  font-size: 2.4rem;
}
#online .online_list .list p.event_ttl {
  font-size: 2.4rem;
  font-weight: bold;
}
#online .online_list .list p.event_ttl span {
  font-weight: normal;
}

#online .online_list .list p.event_notes {
  font-size: 2.2rem;
}
.main_vi img {
  width: 100%;
  height: auto;
}