@charset "utf-8";
/* CSS Document */

/* ======================================
== 共通
====================================== */
body{
	line-height: 1.5em;
	color: #6f3b1b;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "ＭＳ Ｐゴシック", sans-serif;
	margin-bottom: 0;
	}
a{
	text-decoration: none;
	}
a:hover{
	text-decoration: underline;
	}
h1,h2,h3,ul{
	margin: 0;	
	}
img{
	border: 0;
	}
h2{
	font-size: 1.1rem;
	}
h3{ font-size: 1rem;
	}
ul{
	list-style: none outside none;
	padding: 0;
	}
#wrapper,
#contents,
#unit_bottomLink,
footer{
	width: 950px;
	}
#wrapper #container{
	margin: 15px auto;
    padding: 0px;	
	}
#wrapper{
	margin: 0 auto;
	padding: 0;
	}
#right_contents,
#center_contents,
#left_contents{
	float: right;
	}
.pc_none{
	display: none;
	}
.pankuzu{
    font-size: 80%;
	padding: 1em 0;
}

/*文字丸め*/
@supports (-webkit-line-clamp: 1) {
	.trim1 {
		display: -webkit-box;
		overflow: hidden;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
}
@supports (-webkit-line-clamp: 2) {
	.trim2 {
		display: -webkit-box;
		overflow: hidden;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}
@supports (-webkit-line-clamp: 3) {
	.trim3 {
		display: -webkit-box;
		overflow: hidden;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
}
@supports (-webkit-line-clamp: 4) {
	.trim4 {
		display: -webkit-box;
		overflow: hidden;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
	}
}
@supports (-webkit-line-clamp: 5) {
	.trim5 {
		display: -webkit-box;
		overflow: hidden;
		-webkit-line-clamp: 5;
		-webkit-box-orient: vertical;
	}
}
@supports (-webkit-line-clamp: 6) {
	.trim6 {
		display: -webkit-box;
		overflow: hidden;
		-webkit-line-clamp: 6;
		-webkit-box-orient: vertical;
	}
}
@supports (-webkit-line-clamp: 7) {
	.trim7 {
		display: -webkit-box;
		overflow: hidden;
		-webkit-line-clamp: 7;
		-webkit-box-orient: vertical;
	}
}

/*見出し*/
#container #title_block h1 {
    font-family: "Shin Maru Go Medium";
}
#container #title_block h1{
	border-bottom: 3px double #F90;
	}

/***********　icon **********/
/* オリジナルwebfont */
@font-face {
  font-family: 'icomoon';
  src:  url('/css/fonts/icomoon.eot?gvall7');
  src:  url('/css/fonts/icomoon.eot?gvall7#iefix') format('embedded-opentype'),
    url('/css/fonts/icomoon.ttf?gvall7') format('truetype'),
    url('/css/fonts/icomoon.woff?gvall7') format('woff'),
    url('/css/fonts/icomoon.svg?gvall7#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-closed_day:before {
  content: "\e900";
  font-size: 90%;
}
.icon-kumacky:before {
  content: "\e901";
  margin-right: 5px;
  padding: 5px;
  border-radius: 50%;
  background: #fff;
}

/*削除予定*/
#footer_menu li:before{
	content: "▶";
	margin-right: 3px;
	font-size: 80%;
	color: #999;
}
#footer_menu li.ttl:before{
	content: none;
	margin-right: 0;
	}
/*ここまで削除予定*/

#head_system_lower a::before,
body:not(#home):not(#omatsuri):not(#event) #container a[href^="https://"]::after,
body:not(#home):not(#omatsuri):not(#event) #container a[href^="http://"]::after,
body#event #unit_container a[href^="https://"]::after,
body#event #unit_container a[href^="http://"]::after{
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

#head_system_lower a::before {
	content: "\f044"; /*edit*/
	margin-right: 0.3em;
}
body:not(#home):not(#omatsuri):not(#event) #container a[href^="https://"]::after,
body:not(#home):not(#omatsuri):not(#event) #container a[href^="http://"]::after{
    content: "\f35d";/*external-link-alt*/
    margin-left: 0.3em;
}

a[href^="https://s-b-c.sbs"]::after,
#unit_container .social-media a[href^="https://"]::after,
#unit_container .social-media a[href^="http://"]::after,
figure a[href^="https://"]::after,
.left_td a[href^="https://"]::after,
#unit_side a[href^="https://"]::after,
#unit_side a[href^="http://"]::after,
a[data-fancybox^="gallery"]::after,
a[data-fancybox^="goods"]::after{
    content: none!important;
}

.pStatus.sButton a[href^="https://"]::after{
	content: "（外部のサイトが開きます）" !important;
	display: block;
	font-size: 0.9rem;
	font-weight: lighter;
}

/* ======================================
== ログイン
====================================== */

#plogin .edit_div input[type="submit"] {
	padding: 0.5em 1em;
	font-size: 1.2rem;
	margin-top: 1em;
	width: 200px;
	border-radius: 5px;
	border: 3px double;
}

/* ======================================
== ヘッダー ＆　フッター
====================================== */
#header,
div#footer{
	width: 100%;
	}
.scrollbar{
	display: none;
	}



/****** header (#header) ******/
#header{
	margin-bottom: 10px;
	}
#head {
    margin: 0 auto;
    position: relative;
    text-align: left;
}
#head_kumacky,
#head_rogo,
#head_motto{
    float: left;
	}
#head_system {
	float: right;
}
#head_kumacky{
    margin-right: 5px;
}
#head_rogo{
    padding: 15px 0;
}
#head_motto{
    max-width: 420px;
    margin-right: 5px;
    padding: 3px 0;
}
#head_motto img,
#head_system_upper,
#head_system_lower{
    margin: 0 auto;
}
#head_system_lower{
	margin-top: 0.5em;
    width: 190px;
	}
#head_system_upper input[type="text"] {
	width: 125px;
}
#head_system_lower a {
	border: 1px solid;
	padding: 0 0.5em;
	border-radius: 3px;
	display: block;
	font-size: 0.9rem;
	text-align: center;
}
#head_system_lower a:hover{
	text-decoration: none;
	}

/****** GoogleAd ＆　SNS******/

/*応急措置　20220628*/
ins {
max-width: 100% !important;
}

.gAd,
.sns_btn{
	margin-bottom: 1em;
	}
.sns_btn{
	text-align: right;
	}
.sns_btn ul li {
    display: inline-block;
    vertical-align: top;
}

/*202205 NEW*/
.social-media {
	margin: 1em auto;
    text-align: center;
}
.social-media li {
	width: auto;
	margin: 0 0.5em;
	display: inline-block;
}
.social-media li img {
	width: 40px;
	height: auto;
}
.social-media li a:hover img {
	opacity: 0.6;
}

/****** footer (#footer) ******/

/* ここから削除予定 */
.unit_footer {
    text-align: center;
    padding-top: 10px;
    border-top: 1px solid #ccc;
    background-color: #fff;
    line-height: 1.3;
}
.unit_footer .footer_name,
.unit_footer .footer_tel{
    font-size: 100%;
    text-align: center;
    font-weight: bold;
}
.tel_info {
    font-size: 65%;
    color: #999;
}
.menu_bottom {
    width: 100%;
    text-align: center;
    font-size: 80%;
    padding: 10px 0;
    background-color: #FFFFFF;
}
#unit_bottomLink li{
	width:170px;
	padding:3px 0 3px 8px;
	border:solid 0px #ddd;
	float:left;
	font-size:12px;
	}
#unit_bottomLink .break,
footer{
	clear:both; 
	}
#footer_search{
	border-collapse: collapse;
	}
#footer_search td,
#copyright{
	background-color: rgba(51, 51, 51, 0.8);
	padding: 5px;	
	}
#footer_search td.chofu,
#footer_search td.google{
    width: 450px;
    vertical-align: top;
    text-align: right;
	}
#footer_search td.space {
    width: 50px;
	}
#footer_search td.google{
    text-align: left;
	}
#footer_menu {
    width: 930px;
    margin: 5px 10px;
}
#footer_menu td {
    border-right: 2px dotted #999;
    padding: 5px;
    vertical-align: top;
    width: 101px;
}
#footer_menu td:last-child {
    border: none;
}
#footer_menu li {
    margin-bottom: 5px;
	font-size: 0.78rem;
}
#footer_menu li.lispacer{
	margin-bottom: 2em;
	}
#footer_menu .ttl{
    text-align: center;
    font-weight: bold;
}
#footer_menu a {
    color: #000000;
    line-height: 1.0em;
}
/*ここまで削除*/

#copyright{
    background-color: rgba(51, 51, 51, 0.8);
	margin-top: 5px;
    padding: 5px;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
	}
#footer #copyright ul{
	margin: 0 11%;
	}
#copyright ul{ 
	overflow: hidden;
	}
#copyright a{
	color: #fff;
	}

/*　差し替え用footer (#footer)　*/
footer{
    background-color: #FFF;
    color: #000;
    margin: 0 auto;
	}
#footer a {
    text-decoration: none;
    font-size: 90%;
}
#footer_link {
	background: #6f3b1b;
	text-align: center;
	padding-top: 0.5em;
}
#footer_link a{
    color: #fff;
}
#footer_link ul:first-child {
	font-size: 1.5rem;
}
#footer_link li {
	display: inline-block;
	margin: 0.5em 1em;
}
#footer_link + #copyright{
    margin-top: 0;
}

/* ======================================
== コンテンツ
====================================== */

/* 404(#page404) */
#page404 #container {
	text-align: center;
}
#page404 #container img {
	max-width: 100%;
	height: auto;
}
#page404 #container p {
	margin: 0 5%;
}

/*BBS*/
#bbs #container ul {
	margin: 3em 5% 5em 8%;
	list-style: disc;
}
#bbs #container ul li {
	margin-bottom: 1em;
}

/*media Queries ブレイクポイント　スマホ対応用
----------------------------------------------------*/
@media screen and (max-width: 740px) {

/*reset*/
body,
#wrapper div#footer,
#footer_menu{
	margin: 0;
	line-height: 1.7rem;
	}
.sp_none,
#head_system,
.headblock_1page,
.headblock_login,
.headcat,
table.block_table td.left_td,
#head_system_lower,
#head_motto,
#footer_menu,
#footer_search,
.catchphrase{
	display: none;
	}
#wrapper,
#contents{
	max-width: 740px;
	width: 100%;
	}
#center_contents{
	padding: 0;
	}
#ftc_ttl,
#fct_service ul,
#fct_service .showall{
	border-left: none;
	border-right: none;
	}
/*削除予定*/
body div#footer,
#footer_menu td{
	max-width: 740px;
	width: 98%;
	}
#footer_menu td{
	border: none;
	}
/*ここまで削除予定*/
h2{
	font-size: 1rem;
	}
.pc_none{
	display: block;
	}


/*header*/
div#wrapper div#head {
    width: 94%;
	margin: 0 auto;
}
#head ul,
div#footer {
    width: 99%;
    overflow: hidden;
}
#head_kumacky img, #head_rogo img {
    width: 80%;
    height: auto;
}

/*Contents*/
#title_block{
	text-align: center;
	}

#container #title_block h1 {
    margin: 0;
    padding: 10px 0;
    font-size: 1rem;
}

    
/*応急措置　20220628*/
ins {
overflow: scroll !important;
}
	
/***************footer****************/
body #footer .footer_bottom1{
	font-size: 0.6rem;
	}

.unit_footer .footer_tel,
#footer_menu td{
	display: block;
	}
footer,
#footer_menu{
	width: 100%
	}
#footer_menu .ttl{
	text-align: left;
	}
#copyright{
	text-align: left;
	padding: 0.5em;
	}
#footer #copyright ul{
	margin: 0 auto;
	}
#footer #copyright ul li{
	line-height: 1.5;
	font-size: 0.7rem;
	}
#footer #copyright ul li:first-child {
	font-size: 0.9rem;
	font-weight: 900;
}

}

/*media Queries ブレイクポイント　PC対応用
----------------------------------------------------*/
@media screen and (min-width: 741px) {

.social-media li:nth-child(2),
.pc_none {
	display: none;
	}

/* telリンク */
#wrapper a[href^="tel:"] {
	pointer-events: none;
	text-decoration: none;
	color: #6f3b1b;
	}
    

    
/*見出し*/
#container #title_block h1{
	text-indent: 0.8rem;
    font-size: 1.8rem;
    padding: 0.3em 0;
    margin: 1em 0 0 0;
}



/***************header****************/
#head{
	width: 950px;
    height: 90px;
	}

#head_kumacky {
    width: 90px;
    height: 90px;
}
#head_rogo {
    width: 200px;
    height: 50px;
    margin-right: 5px;
}
#head_motto {
    width: 420px;
    height: 70px;
}

}