@charset "utf-8";
/* CSS Document */


* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
	color: #262835;
}

body {
	font-family: "游ゴシック","kozuka-gothic-pro","メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック","ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-style: normal;
	width: 100%;
	margin: auto;
	background-color: #fff;
	font-weight: 500;
}

p, body span, body dl, h1, h2, h3, h4, h5, h6{
	color: #262835;
}

p {
	color:#262835;
}

img {
	vertical-align: bottom;
	width: 100%;
	-webkit-backface-visibility: hidden;
    image-rendering: -webkit-optimize-contrast;
}

a:hover {
	opacity: 0.7;
	transition: 1s;
}

li {
	list-style-type: none;
	font-size: 1rem;
}

footer a {
	font-size: 1.2rem;
	text-decoration: none;
	color: #fff !important ;/*1230編集*/
}

footer p {
	font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	color: #262835;
	font-size: 1.5rem;
	line-height: 1.2;
}

footer h2 {
	font-family: Arial, Helvetica, "sans-serif";
    /*font-family: nobel, sans-serif;*/
    font-size: 2.4rem;
	font-weight: 400;
	font-style: nomal;
	letter-spacing: 0.1em;
	text-align: center;
	/*
	color: #262835;
	*/
}

footer h3 {
    text-align: center;
	font-size: 1.3rem;
    font-weight: 500;
	letter-spacing: 0.1em;
	color: #8e8e8e;
	margin-top: -10px;
	margin-bottom: 40px;
}

footer  h4 {
	font-family: Arial, Helvetica, "sans-serif";
    /*font-family: nobel, sans-serif;*/
	font-weight: 600;
	font-size: 2rem;
	color: #262835;
	margin: 5px 0 0;
}

.small {
	font-size: 2.5rem;
}

.sp_only {
	display: none;
}

.sp_only2 {
	visibility: hidden;
	height: 0;
	}

footer .tb_sp_only {
		display: none;
	}

footer .tb_pc_only {
	visibility: visible;
	height: 600px;
}

.display-none {
	display: none;
}


/*//////////////////////
footer
//////////////////////*/


.backtotop {
	position: fixed;
	bottom: 4%;
	right: 4%;
}
	
.accordion-area,
.tb_sp_footer {
	display: none;
}


footer ul li {
	color:#fff;
	line-height: 2;
	padding: 0;
}	
	
.footer-logo {
	margin: 10px auto;
}

.pc_sns {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	margin: 10px 0;
}

.pc_sns p {
	width: calc(90%/3);
	max-width: 30px;
	margin-right: 10px;
}


footer {
	width: calc(100% - 100px);
	/*
	background-color: #2B2B2B;
	*/
	background-color: #000;
	color:#fff;
	margin: auto;
	padding: 50px 50px 50px 50px;
}

footer p {
	color:#fff;
	font-size: 1.2rem;
	font-weight: lighter;
	line-height: 2;
}

footer h5 {
    font-family: Arial, Helvetica, "sans-serif";
    /*font-family: nobel, sans-serif;*/
	font-size: 1.8rem;
	font-weight: 200;
	line-height: 1;
	padding: 10px 10px;
	margin-bottom: 5px;
	color: #fff;
}


.footer-inner ul {
	width: 25%;
}

/*
.footer-inner ul:nth-child(2n) {
	width: 20%;
}

.footer-inner ul:nth-child(3n) {
	width: 27%;
}

.footer-inner ul:nth-child(4n) {
	width: 27%;
}
*/

footer ul li {
	color:#fff;
	line-height: 3;
	padding: 0 10px;
}

.footer-inner {
	width: 100%;
	max-width: 960px;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}


.footer-logo {
	width: 151px;
	height: 90px;
	margin: 0;
	position: relative;
	left: -10px;
}

footer .left,
footer .month {
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: 200 !important;
	color: #fff !important;
}

.calframe_rakuten .left {
	text-align: left;
	margin-top: 10px;
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: 600;
	font-size: 1.4rem;
	color: #8e8e8e;
}

table.calbase_rakuten .left .month {
	font-weight: 600;
	color: #8e8e8e !important;
}

.calbase_rakuten {
	margin-top: 10px;
}

table.calbase_rakuten     {
    width: 196px;
    border-collapse: collapse;
    padding: 0px 0px 10px 20px;
    }


table.calbase_rakuten *   {
    font-size: 98%;
    color: #fff;
    border-collapse: collapse;
    padding: 0px;
    margin: 0px;
    }

table.calbase_rakuten th  {
    text-align: center;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	color: #fff;
	font-weight: 300;
    }

th.caltitle_rakuten {
	display: none;
    }

table.calframe_rakuten    {
    border-collapse: collapse;
    margin: 0 10px 10px 10px;
    table-layout: fixed;
    width: 176px;
    }

table.calframe_rakuten th {
    text-align: center;
    padding: 0px 0px 3px 0px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: 800;

    }

table.calframe_rakuten td {
    width:24px;
    height:24px;
    text-align: center;
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: 500;
	color: #fff;
	background-color: #000;
    }

tr.weektitle_rakuten td   {
	color: #fff;
	font-weight: 600;
}

footer .weektitle_rakuten {
	background-color: #fff;
}

/*footer tr.weektitle_rakuten td {
    background-color: #000;
	color: #fff !important;
} 

footer table.calframe_rakuten td {
    background-color: #000;
	color: #fff !important;	
}*/


table.calframe_rakuten .gray {
	color: #4d4d4d;
}
td.event1day_rakuten      {
	color: #EE9099 !important;
	border-radius: 50%;
}

font.event1day_rakuten    {
    color: #EE9099;
    }
td.event2day_rakuten      {
    background-color: #8FB1F7 !important;
    }
font.event2day_rakuten    {
    color: #8FB1F7;
    }
td.event3day_rakuten      {
    background-color: #F7EF8F !important;
    }
font.event3day_rakuten    {
    color: #F7EF8F;
    }
table.event_rakuten       {
    text-align: left;
    word-break: break-all;
    margin: 7px 10px 7px 10px;
    border-collapse: collapse;
    line-height:120%;
    table-layout: fixed;
    width: 176px;
    }
table.event_rakuten td   {
    padding: 0px 0px 0px 0px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 1.2rem;
	font-weight: 500;
	color: #fff;
    }
table.text_rakuten       {
    text-align: left;
    word-break: break-all;
    margin: 0px 10px 10px 10px;
    border-collapse: collapse;
    line-height:120%;
    table-layout: fixed;
    width: 176px;
    }

.copyright {
	width: 960px;
	color: #fff;
	font-size: 1rem;
	font-weight: lighter;
	display: block;
	margin: auto;
	text-align: right;
}



/*/////////////////////////////////
ここからがタブレット
/////////////////////////////////*/

@media screen and (max-width: 900px)
{
	
footer .tb_sp_only {
		display: block;
	}


footer .wrapper {
	width: 90%;	
}	
	
/*footer*/
	
.tb_sp_footer {
	display: block;	
}


footer {
	width: 100%;
	padding: 20px 0 20px 0;
}
	
.footer-inner {
	display: none;
}
	

footer ul li {
	color:#fff;
	line-height: 2;
	padding: 0;
}

	
footer h5 {
	font-size: 2rem;
	width: 100%;
	margin-top: 10px;
	padding:0;
}

	
.footer-logo {
	width: 35%;
	margin: 10px auto 5px auto;
	left: 0;
}

.sns {
	width: 20% !important;
	margin: 10% auto 0;
	display: flex;
	justify-content: space-between;
}

.sns li {
	width: calc(76%/3) !important;
	margin: 4%;
}
	
.copyright {
	width: auto;
	text-align: center;
	margin-top: 20px;
}

/*==================================
アコーディオンのためのcss
===================================*/

/*アコーディオン全体*/
.accordion-area{
	display: block;
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto;
}

.accordion-area li{
	width: 100%;
    margin: 0;
	padding: 5px 0;
}

.accordion-area section {
	width: 100%;
  border-bottom: 1px solid #696969;
}

/*アコーディオンタイトル*/
.footer_title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1.3rem;
    font-weight: 400;
    padding: 1% 0;
    transition: all .5s ease;
	color:#fff;
	text-align: center;
}

/*アイコンの＋と×*/
footer .footer_title::before,
footer .footer_title::after{
    position: absolute;
    content:'';
    width: 10px;
    height: 1px;
    background-color: #fff;
    
}
.footer_title::before{
    top:48%;
    right: 15px;
    transform: rotate(0deg);
    
}
.footer_title::after{    
    top:48%;
     right: 15px;
    transform: rotate(90deg);

}
/*　closeというクラスがついたら形状変化　*/
.footer_title.close::before{
  transform: rotate(45deg);
}

.footer_title.close::after{
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
footer .footer_box {
    display: none;/*はじめは非表示*/
  margin: 1% 0;
    padding: 3%;
}
	
footer .footer_box li {
		font-size: 1.2rem;
}

}



/*/////////////////////////////////
ここからがスマートフォン
/////////////////////////////////*/

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

html {
	font-size: 60%;
}
	
footer p {
	font-size: 10px;	
}
	
h2 {
	font-size: 20px;	
}
	
.wrapper {
	margin: 5% auto;
}

.sp_only {
	display: block;		
}
	
.sp_only2 {
	visibility: visible;
	height: 600px;
}
	
.pc_only {
	display: none;		
}

.tb_pc_only {
	visibility: hidden;
	height: 0;
}	
	
footer .backtotop {
	position: fixed;
	bottom: 4%;
	right: 4%;
}


footer {
	padding-bottom: 150px;
}
	
.sns {
	width: 35% !important;
	margin: 0 auto 0;
}
	

}

/*//////////////////////////////////
	ここからがスマートフォン
////////////////////////////////*/
	
@media screen and (max-width: 340px)
{
}
	
