@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400&family=Noto+Serif+JP:wght@300;400&display=swap');
body {
	font-family: 'Noto Serif JP', serif;
	-webkit-text-size-adjust: 100%;
	color: #fff;
	letter-spacing: 0.1em;
	line-height: 1.5;
	font-weight: 400;	
	background-color: #000;
}
html {
  scroll-behavior: smooth;
}
#top_fade {
	animation: fadeIn 2.8s ease 0s 1 normal;
	-webkit-animation: fadeIn 2.8s ease 0s 1 normal;	
}
img {
     max-width: 100%;
     height: auto;
}
a {
    color: #fff;
	text-decoration: none;
}
a.anchor{
    display: block;
    padding-top: 80px;
    margin-top: -80px;
	text-decoration: none;
}

h1 {
	font-family: 'Noto Serif JP', serif;
	color: #fff;
	font-size: 10px;
	text-align: center;
}

#hd {
	text-align: right;
	font-size: 10px;
}

.h_space {
    margin-top: 40px;
}

#p_navi {
	text-align: left;
	font-size: 10px;
	margin-left: 5px;
}

.clear {
	clear: both;
}
.img_border {
	border: 1px #B6906C solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

span.link {
	position: relative;
	top: -80px;
	display: block;
}

/*-----------------------------------------------------------------
ヘッダー部分
-----------------------------------------------------------------*/
.header_space {
	margin-top: 70px;
}
.header_space_sp {
	margin-top: 70px;
}
.header_space {
	margin-top: 0px;
	width: 100%;
	position: fixed;
	top: 0;
    left:0;
	z-index: 2;
	background: #000;
	height: 70px;
	transition: .7s;	
	background-color: #000;
}
.header_space_img {
	padding: 0;	
}
.header_space_img img {
	height: 50px;
	padding-left: 0;
	padding-top: 10px;	
}
@media screen and (max-width: 768px) {
.header_space_img img {
	height: 40px;
	padding-left: 0;
	padding-top: 13px;	
}
}
/*-----------------------------------------------------------------
サイドバー
-----------------------------------------------------------------*/
#page_top {
	width: 90px;
	height: 90px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	background: #df0000;
	border-radius: 50%;
	z-index: 10;
}
#page-top:hover {
	opacity: 0.5;
}
#page_top a{
	position: relative;
	display: block;
	width: 90px;
	height: 90px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f062';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 40px;
	height: 40px;
	top: -5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

.triangle_top {
	border-right: 25px solid transparent;
	border-bottom: 25px solid #ffffff;
	border-left: 25px solid transparent;
	vertical-align: middle;
}

.arrow{
	position: relative;
	display: inline-block;
	padding-top: 30px;
	padding-right: 25px;
}
.arrow::before{
	content: '';
	width: 25px;
	height: 25px;
	border: 0px;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
}

@media screen and (max-width: 768px) {
#page_top {
	width: 70px;
	height: 70px;
	position: fixed;
	bottom: 17px;
	right: 5px;
	border-radius: 50%;
}
#page-top:hover {
	opacity: 0.5;
}
#page_top a{
	position: relative;
	display: block;
	width: 70px;
	height: 70px;
	text-decoration: none;
}
	
#page_top a::before{
	font-weight: 900;
	font-size: 35px;
	line-height: 35px;
	position: absolute;
	width: 35px;
	height: 35px;
	top: -5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
	
.triangle_top {
	border-right: 20px solid transparent;
	border-bottom: 20px solid #ffffff;
	border-left: 20px solid transparent;
}
	
.arrow{
	position: relative;
	display: inline-block;
	padding-top: 18px;	
	padding-right: 20px;
}
.arrow::before{
  content: '';
  width: 20px;
  height: 20px;
  border: 0px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
}	
}

/*-----------------------------------------------------------------
背景スライドショー
-----------------------------------------------------------------*/
.top_slideshow_bg {
	text-align: center;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 600px;
}
.top_slideshow_box {
	padding-top: 200px;
}
.top_slideshow_bg img {
	height: 160px;
}

.top_slideshow_box_title {
	text-align: center;
	font-size: 180%;
	font-weight: 600;
	font-family: 'Lora', serif;
}


@media screen and (max-width: 768px) {
.top_slideshow_bg {
	text-align: center;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 320px;
}
.top_slideshow_box {
	padding-top: 100px;
}	
.top_slideshow_bg img {
	height: 100px;
}
}

/*-----------------------------------------------------------------
フレキシブルボックス
-----------------------------------------------------------------*/
.wrapper_side_top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-direction: row;
    flex-wrap: wrap;	padding-top: 20px;
	padding-right: .75rem;
	padding-left: .75rem;
	box-sizing: border-box;
	margin: auto;
}
.wrapper_side_sns {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-direction: row;
    flex-wrap: wrap;
	width: 50%;
	padding-top: 20px;
	padding-right: .75rem;	
	padding-left: .75rem;
	padding-bottom: 20px;
	box-sizing: border-box;
}
.element_side_1 {
	width: 50%;
	padding: 3px;
	text-align: center;
	box-sizing: border-box;
}
.element_side_1 img {
	width: 20px;
	padding: 0;
	text-align: center;
}
.element_sns {
	width: 33.33%;
	text-align: center;
	margin-top: 10px;
}
.element_sns img {
	width: 35px;
	padding-right: 3px;
}
.element_sns img:hover {
	opacity: 0.5;
}

.wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-direction: row;
    flex-wrap: wrap;	
	width: 100%;	
}
.wrapper_2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-direction: row;
    flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
    -webkit-align-items: center;
    align-items: center;	
	width: 100%;	
}
.wrapper_slide {
    display: flex;
	flex-direction: row;
    flex-wrap: wrap;	
	width: 100%;
	margin: 0 auto;
}




.wrapper_footer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	justify-content: center;
	flex-direction: row;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;	
	width: 100%;
	padding-top: 50px;
	margin: auto;
}

.element_footer {
	width: 40%;
	padding: 0 30px;
	box-sizing: border-box;
}

.element_footer img {
	width: 180px;
}

.wrapper_footer_2 {
    margin-top: 30px;
}

.element_top_home {
	width: 40%;
	padding: 10px;
	box-sizing: border-box;
}

.wrapper_footer_2 dl {
	margin-bottom: 30px;
	padding-bottom: 15px;
	border-bottom: dotted 1px #999;
	display: flex;
	font-size: 14px;
}
.wrapper_footer_2 dt {
	width: 30%;
	text-align: left;
	
}
.wrapper_footer_2 dd {
	width: 70%;
	text-align: left;
}
@media screen and (max-width: 768px) {
.wrapper_side_sns {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-direction: row;
    flex-wrap: wrap;
	width: 60%;
	padding-top: 20px;
	padding-right: .75rem;	
	padding-left: .75rem;
	padding-bottom: 20px;
}	
	
.wrapper_slide {
	flex-direction: row;
    flex-wrap: nowrap;	
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
.wrapper_slide::-webkit-scrollbar {
	height: 6px;
}/*バーの太さ*/
.wrapper_slide::-webkit-scrollbar-track {
	background: #dddddd;
	margin-top: 5px;
	border-radius: 5px;	
}/*バーの背景色*/
.wrapper_slide::-webkit-scrollbar-thumb {
	background: #000000;
	border-radius: 5px;
}/*バーの色*/
	
.wrapper_prof {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-direction: row;
    flex-wrap: wrap;	
	width: 100%;
	padding-top: 10px;
}
.wrapper_footer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-direction: row;
    flex-wrap: wrap;	
	width: 95%;
	margin: auto;
}

.element_top_home {
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
}

	
.element_footer {
	width: 100%;
	padding: 30px 20px 0;
	box-sizing: border-box;	
}


.element_shopphoto {
	width: 50%;
	padding: 1px;
	box-sizing: border-box;	
}

}


/*-----------------------------------------------------------------
スライダー
-----------------------------------------------------------------*/
.s-three-wrap {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
}
.s-three-text,
.s-three-sub,
.s-three-button {
	position: absolute;
	width: 100%;
	left: 0;
	text-align: center;
	color: #FFF;
}
.s-three-text {
	top: 20%;
	font-size: 200%;
}
.s-three-sub {
	top: 40%;
	font-size: 450%;
}
.s-three-button {
	top: 87%;
	left: calc( 50% - 75px );
	display: block;
	width: 170px;
	padding: 8px 10px;
	box-sizing: border-box;
	background: #FFFFFF;
	color: #56392b;
	font-size: 95%;	
	text-align: center;
	text-decoration: none;
	transition: all .25s ease;
}
.s-three-button:hover {
	background: #56392b;
	color: #FFFFFF;
}
.swiper-slide-active .fade_1 {
	animation: slideFromRightBtn 0.5s ease 0s 1 normal;
}
.swiper-slide-active .fade_2 {
	animation: slideFromRightBtn 0.5s ease 0s 1 normal;
}
.swiper-slide-active .fade_3 {
	animation: slideFromRightBtn 0.5s ease 0s 1 normal;
}
@keyframes slideFromRightBtn {
0%, 65% {
	transform: translateY(50px);
	opacity: 0;
}
100% {
    transform: translateY(0px);
    opacity: 1;
}
}

@media screen and (max-width: 768px) {
.s-three-text {
	top: 20%;
	font-size: 150%;
}
.s-three-sub {
	top: 40%;
	font-size: 230%;
}
.s-three-button {
	top: 83%;
	left: calc( 50% - 75px );
	display: block;
	width: 160px;
	padding: 5px 10px;
	box-sizing: border-box;
	font-size: 80%;
	text-align: center;
	text-decoration: none;
	transition: all .25s ease;
}		
}

/*-----------------------------------------------------------------
トップ
-----------------------------------------------------------------*/
.top_base {
	width: 1200px;
	margin: 0 auto;
}
@media screen and (max-width: 1200px) {
.top_base {
	width: 100%;
	margin: 0 auto;
}	
}

.top_img_area {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
.top_img_area img {
	width: 100%;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
}

.top_contents_in {
	width: 1200px;
	padding: 0;
	margin: 0 auto 30px;
}
.top_contents_in h2 {
	text-align: center;
	font-size: 240%;
	font-weight: 400;
}

.top_contents_in h2 span {
	color: #000;
}
@media screen and (max-width: 1200px) {
.top_contents_in {
	width: 100%;
	margin: 0 auto;
}
.top_contents_in h2 {
	text-align: center;
	font-size: 180%;
	font-weight: 400;
	margin-left: 0px;
}

.top_contents_in h2 span {
	color: #000;
}
}

.top_button_area_slide {
	margin: 0 auto;
	width: 200px;
	padding-top: 20px;
}

.top_button_area {
	margin: 0 auto;
	width: 200px;
	padding-top: 20px;
}

.top_button_area_2 {
	margin: 0 auto;
	width: 150px;
	padding-top: 20px;
}
.top_button_area_3 {
	margin: 0 auto;
	width: 150px;
	padding-bottom: 50px;
}

/*ABOUT*/
.top_about_bg {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 70px;
	padding-bottom: 20px;	
}
.top_about_bg2 {
	margin-top: 80px;
	margin-bottom: 80px;
	padding-top: 160px;
	padding-bottom: 160px;
	background-image: url("../img/bg1.jpg");
	background-attachment: fixed;
	background-size: cover;
}
.top_about_base {
	width: 1100px;
	margin: auto;
	position: relative;
}

.top_about_base img {
	width: 60%;
	float: left;
}
.top_about_base_in {
	line-height: 2.4;
	width: 40%;
	box-sizing: border-box;
	padding: 0 30px;
	float: right;
}
.top_about_base_in h2 {
	font-size: 240%;
	font-weight: 400;
	margin-left: 0px;
	line-height: 1.6;
	
}
.top_about_base_in h2 span {
	font-size: 120%;
	font-weight: 400;
	color: #df0000;
	
}
.top_about_base2 h2 {
	font-size: 240%;
	font-weight: 400;
	color: #fff;
	text-align: center;
}
.top_about_base2 p {
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	text-align: center;
	margin: 30px auto;
	max-width: 1100px;
	line-height: 2.4;
}
@media screen and (max-width: 1200px) {
.top_about_base {
	width: 100%;
	margin: auto;
	font-size: 85%;
	box-sizing: border-box;
	padding: 0 10px;
}	
	
.top_about_bg2 {
	margin-top: 80px;
	margin-bottom: 80px;
	padding-top: 120px;
	padding-bottom: 120px;
}
.top_about_base img {
	width: 50%;
}
.top_about_base_in {
	margin: auto;
	position: absolute;
	top: 10px;
	left: 55%;
	line-height: 2.4;
}
.top_about_base_in h2 {
	font-size: 180%;
	font-weight: 400;
	margin-left: 0px;
	
}
.top_about_base2 h2 {
	font-size: 28px;
	font-weight: 400;
	color: #fff;
	text-align: center;
}
.top_about_base2 p {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	margin: 30px auto;
	max-width: 90%;
}
}
@media screen and (max-width: 768px) {
.top_about_base {
	width: 100%;
	margin: auto;
	font-size: 85%;
	box-sizing: border-box;
	padding: 0 10px;
}	
	
.top_about_bg2 {
	margin-top: 80px;
	margin-bottom: 80px;
	padding-top: 120px;
	padding-bottom: 120px;
}
.top_about_base img {
	width: 100%;
}
.top_about_base_in {
	margin: auto;
	position: relative;
	top: 30px;
	left: 0;
	line-height: 2;
	width: 100%;
}
.top_about_base_in h2 {
	font-size: 180%;
	font-weight: 400;
	margin-left: 0px;
	
}
.top_about_base2 h2 {
	font-size: 22px;
	font-weight: 400;
	color: #fff;
	text-align: center;
}
.top_about_base2 p {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	margin: 30px auto;
	max-width: 90%;
}
}
/*トップメニュー*/
.top_menu_bg {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 70px;
	padding-bottom: 20px;	
}

.top_menu_base {
	width: 1100px;
	margin: auto;
	position: relative;
}
.top_menu_base img {
	width: 55%;
	float: right;
}
.top_menu_base_in {
	margin: auto;
	line-height: 2.4;
	float: left;
	width: 40%;
}
.top_menu_base_in h2 {
	font-size: 240%;
	font-weight: 400;
	
}
.top_menu_base_in h2 span {
	font-size: 120%;
	font-weight: 400;
	color: #df0000;	
}
.top_menu_base2 {
	width: 1100px;
	margin: auto;
	position: relative;
}
.top_menu_base2 img {
	width: 55%;
	float: left;
}
.top_menu_base_in2 {
	margin: auto;
	line-height: 2.4;
	float: right;
	width: 40%;
}
.top_menu_base_in2 h2 {
	font-size: 240%;
	font-weight: 400;
	
}
.top_menu_base_in2 h2 span {
	font-size: 120%;
	font-weight: 400;
	color: #df0000;	
}
@media screen and (max-width: 1200px) {
.top_menu_bg {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 70px;
	padding-bottom: 20px;	
}

.top_menu_base {
	width: 100%;
	margin: auto;
	position: relative;
	box-sizing: border-box;
	padding: 0 10px;
}
.top_menu_base img {
	width: 45%;
	float: right;
}
.top_menu_base_in {
	margin: auto;
	line-height: 2.4;
	float: left;
	width: 50%;
	font-size: 90%
}
.top_menu_base_in h2 {
	font-size: 180%;
	font-weight: 400;
	
}

.top_menu_base2 {
	width: 100%;
	margin: auto;
	position: relative;
	box-sizing: border-box;
	padding: 0 10px;
}
.top_menu_base2 img {
	width: 45%;
	float: left;
}
.top_menu_base_in2 {
	margin: auto;
	line-height: 2.4;
	float: right;
	width: 50%;
	font-size: 90%
}
.top_menu_base_in2 h2 {
	font-size: 180%;
	font-weight: 400;
	
}
}
@media screen and (max-width: 768px) {

.top_menu_bg {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 30px;
	padding-bottom: 20px;	
}

.top_menu_base {
	width: 100%;
	margin: auto;
	position: relative;
	box-sizing: border-box;
	padding: 0 10px;
}
.top_menu_base img {
	width: 100%;
	float: none;
}
.top_menu_base_in {
	margin: auto;
	line-height: 2.4;
	float: none;
	width: 100%;
	font-size: 80%;
}
.top_menu_base_in h2 {
	font-size: 26px;
	font-weight: 400;
	
}

.top_menu_base2 {
	width: 100%;
	margin: auto;
	position: relative;
	box-sizing: border-box;
	padding: 0 10px;
}
.top_menu_base2 img {
	width: 100%;
	float: none;
}
.top_menu_base_in2 {
	margin: auto;
	line-height: 2.4;
	float: none;
	width: 100%;
	font-size: 80%;
}
.top_menu_base_in2 h2 {
	font-size: 26px;
	font-weight: 400;
	
}

}
/*ニュース*/
.top_news_bg {
	margin-top: 60px;
	margin-bottom: 60px;
	padding-top: 80px;
	padding-bottom: 40px;
	background-image: url("../img/bg2.jpg");
	background-size: cover;
	background-position: bottom center;
}
.slide-wrap {
	display: flex;
	margin: 50px auto;
	max-width: 1200px;
	width: 100%;
}
.slide-box {
	height: auto;
	padding-right: 5px;
	margin-bottom: 10px;
	width: 25%;
	box-sizing: border-box;
}
.slide-box img {
	display: block;
	height: auto;
	width: 100%;
}
.slide-box img:hover {
	opacity: 0.5;
}

.slide-box h3 {
	font-family: 'Reem Kufi', sans-serif;
	background: #000;
	padding: 7px 10px 10px 10px;
	position: relative;
	font-size: 80%;
	color: #fff;
	height: 53px;
	overflow: hidden;	
}
.slide-box h3::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-bottom: 20px solid #EFEFEF;
	border-left: 20px solid transparent;
	background-color: #ff9600;
}

@media screen and (min-width: 768px) {
div.slide-box:nth-child(n+5) {
	display: none;
}
}
@media screen and (max-width: 768px) {
.slide-wrap {
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
.slide-box {
	flex: 0 0 55%;
}
.slide-wrap::-webkit-scrollbar {
	height: 6px;
}/*バーの太さ*/
.slide-wrap::-webkit-scrollbar-track {
	background: #dddddd;
	margin-top: 5px;
	border-radius: 5px;	
}/*バーの背景色*/
.slide-wrap::-webkit-scrollbar-thumb {
	background: #000000;
	border-radius: 5px;
}/*バーの色*/

.slide-box h3 {
	font-family: 'Reem Kufi', sans-serif;
	padding: 5px 7px 7px 7px;
	position: relative;
	font-size: 70%;
	height: 43px;
	overflow: hidden;	
}
.slide-box h3::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
}	
}

.news_titele {
	width: 100%;
	margin-bottom: 60px;
}
.news_contents {
	width: 100%;
}
.top_news_box {
	width: 23%;
	box-sizing: border-box;
	padding: 1%;
	border: solid 1px #ccc;
	margin: 0 1% 3%;
}
.top_news_wrapper {
    display: flex;
	flex-wrap: wrap;
}

.top_news_photo {
	width: 100%;
	box-sizing: border-box;
}
.top_news_box_in {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
}
.top_news_box_in h4 {
	text-align: left;
	font-size: 80%;
}

@media screen and (max-width: 1200px) {
.news_titele {
	width: 100%;
	margin: 0 auto 30px;
}	
}
@media screen and (max-width: 768px) {
	
.top_news_bg {
	margin-top: 60px;
	margin-bottom: 60px;
	padding-top: 30px;
	padding-bottom: 40px;
	background-image: url("../img/bg2.jpg");
	background-size: cover;
	background-position: bottom center;
}
	
.news_titele {
	width: 100%;
	margin-bottom: 30px;
}
.news_contents {
	width: 100%;
}
.top_news_box {
	width: 48%;
	box-sizing: border-box;
	padding: 2%;
	border: solid 1px #ccc;
	margin: 0 1% 3%;
}
.top_news_wrapper {
    display: flex;
	flex-wrap: wrap;
}

.top_news_photo {
	width: 100%;
	box-sizing: border-box;
}
.top_news_box_in {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
}
.top_news_box_in h4 {
	text-align: left;
	font-size: 80%;
}
}
/*-----------------------------------------------------------------
店内写真
-----------------------------------------------------------------*/
.shopphoto_page_base {
	margin: 0 auto;
	width: 100%;
	padding-bottom: 70px;
}
.shopphoto_page_base h3 {
	text-align: center;
	color: #000000;
	letter-spacing: 0.5em;
	padding-bottom: 20px;
	font-family: 'Martel', serif;
}

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

}

/*-----------------------------------------------------------------
店舗情報ページ 
-----------------------------------------------------------------*/
.shop_page {
	padding: 60px 0;
	box-sizing: border-box;
}
.shop_page h3 {
	text-align: center;
	font-size: 180%;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px #999 solid;
	margin-bottom: 60px;
}
.shop_page dl {
    margin-bottom: 40px;
    display: flex;
	flex-wrap: wrap;
}
.shop_page dt {
    color: #fff;
    text-align: left;
    border-bottom: dotted 1px #999;
    width: 20%;
    padding-bottom: 15px;
    font-size: 16px;
}
.shop_page dd {
    color: #fff;
    text-align: left;
    border-bottom: dotted 1px #999;
    width: 77%;
    padding-bottom: 15px;
    font-size: 16px;
}


@media screen and (max-width: 768px) {
.shop_page {
	padding-left: 0px;
	padding-right: 0px;
	box-sizing: border-box;
}
.shop_page h3 {
	text-align: center;
	font-size: 140%;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px #999 solid;
	margin-bottom: 60px;
}
.shop_page dt {
    color: #000;
    text-align: left;
    border-bottom: dotted 1px #999;
    width: 35%;
    padding-bottom: 15px;
    font-size: 14px;
}
.shop_page dd {
    color: #000000;
    text-align: left;
    border-bottom: dotted 1px #999;
    width: 65%;
    padding-bottom: 15px;
    font-size: 14px;
}
}
/*-----------------------------------------------------------------
メニューページ 
-----------------------------------------------------------------*/
.menu_page {
	padding: 60px 0;
	box-sizing: border-box;
}
.menu_page h3 {
	text-align: center;
	font-size: 180%;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px #999 solid;
	margin-bottom: 60px;
}
.menu_wrapper {
    display: flex;
	flex-wrap: wrap;
}
.menu_box {
	width: 50%;
	box-sizing: border-box;
	padding: 0 30px;
}
.menu_box h4 {
	text-align: center;
	font-size: 140%;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px #999 solid;
	margin-bottom: 30px;
}
.menu_page dl {
    margin-bottom: 40px;
    display: flex;
}
.menu_page dt {
    color: #fff;
    text-align: left;
    border-bottom: dotted 1px #999;
    width: 50%;
    padding-bottom: 15px;
    font-size: 16px;
}
.menu_page dd {
    color: #fff;
    text-align: right;
    border-bottom: dotted 1px #999;
    width: 50%;
    padding-bottom: 15px;
    font-size: 16px;
}
.menu-aka{
	background-color: #DF0000;
    border-radius: 3%;
    padding: 10%;
}

@media screen and (max-width: 768px) {
.menu_page {
	padding-left: 0px;
	padding-right: 0px;
	box-sizing: border-box;
}
.menu_page h3 {
	text-align: center;
	font-size: 140%;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px #999 solid;
	margin-bottom: 60px;
}
.menu_wrapper {
    display: flex;
	flex-wrap: wrap;
}
.menu_box {
	width: 100%;
	box-sizing: border-box;
	padding: 0 30px;
}
.menu_box h4 {
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px #999 solid;
	margin-bottom: 30px;
}
}

/*-----------------------------------------------------------------
お知らせページ 
-----------------------------------------------------------------*/
.news_page {
	padding: 60px 0;
	box-sizing: border-box;
}
.news_page h3 {
	text-align: center;
	font-size: 180%;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px #999 solid;
	margin-bottom: 60px;
}
.news_box {
	width: 100%;
	box-sizing: border-box;
	padding: 0;
	border: solid 1px #ccc;
	margin-bottom: 30px;
}
.news_wrapper {
    display: flex;
	flex-wrap: wrap;
}

.news_left {
	width: 30%;
	box-sizing: border-box;
	padding: 20px;
}
.news_right {
	width: 70%;
	box-sizing: border-box;
	padding: 20px;
}
.news_right h4 {
	text-align: left;
	font-size: 140%;
	font-weight: bold;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.news_right p {
	text-align: left;
	font-size: 100%;
	padding-bottom: 15px;
	margin-bottom: 30px;
	line-height: 2;
}
@media screen and (max-width: 768px) {

.news_page h3 {
	text-align: center;
	font-size: 180%;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px #999 solid;
	margin-bottom: 60px;
}

.news_wrapper {
    display: flex;
	flex-wrap: wrap;
}

.news_left {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
}
.news_right {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
}
.news_right h4 {
	text-align: left;
	font-size: 140%;
	font-weight: bold;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.news_right p {
	text-align: left;
	font-size: 100%;
	padding-bottom: 15px;
	margin-bottom: 30px;
	line-height: 2;
}
}
/*-----------------------------------------------------------------
クーポンページ
-----------------------------------------------------------------*/
.coupon_page {
	padding: 60px 0;
	box-sizing: border-box;
}
.coupon_page h3 {
	text-align: center;
	font-size: 180%;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px #999 solid;
	margin-bottom: 60px;
}
.coupon_box {
    position: relative;
    background: #fff0cd;
    box-shadow: 0px 0px 0px 5px #fff0cd;
    border: dashed 2px white;
    padding: 30px;
    color: #454545;
}
.coupon_box:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ffdb88 #fff #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.coupon_box h4 {
	text-align: left;
	font-size: 140%;
	font-weight: bold;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.coupon_text1 {
	text-align: left;
	font-size: 100%;
	margin-bottom: 10px;
}
.coupon_text2 {
	text-align: left;
	font-size: 70%;
}
.coupon_text3 {
	text-align: right;
	font-size: 90%;
}
@media screen and (max-width: 768px) {
	.coupon_box h4 {
	text-align: left;
	font-size: 140%;
	font-weight: bold;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.coupon_text1 {
	text-align: left;
	font-size: 100%;
	margin-bottom: 15px;
}
.coupon_text2 {
	text-align: left;
	font-size: 70%;
	margin-bottom: 10px;
}
.coupon_text3 {
	text-align: right;
	font-size: 90%;
}

}

/*-----------------------------------------------------------------
求人ページ
-----------------------------------------------------------------*/
.rec_page {
	padding: 60px 0;
	box-sizing: border-box;
}
.rec_page h3 {
	text-align: center;
	font-size: 180%;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px #999 solid;
	margin-bottom: 60px;
}
.rec_wrapper {
	display: flex;
	margin-bottom: 60px;
}
.rec_page h4 {
	text-align: left;
	font-size: 140%;
	font-weight: bold;
	line-height: 48px;
}
.rec_icon {
	width: 200px;
	display: block;
	background-color: #291902;
	color: #fff;
	text-align: center;
	margin-right: 30px;
	line-height: 48px;
}
.rec_page dl {
    margin-bottom: 40px;
    display: flex;
	flex-wrap: wrap;
}
.rec_page dt {
    color: #fff;
    text-align: left;
    border-bottom: dotted 1px #999;
    width: 30%;
    padding-bottom: 15px;
    font-size: 16px;
}
.rec_page dd {
    color: #fff;
    text-align: left;
    border-bottom: dotted 1px #999;
    width: 70%;
    padding-bottom: 15px;
    font-size: 16px;
}
.rec_contact {
width: 800px;
	margin: auto;
	border: solid 1px #666;
	text-align: center;
	padding: 30px;
	background-color: #fff;
	box-sizing: border-box;
	color: #000;
}
.rec_contact h5 {
	text-align: center;
	font-size: 160%;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.rec_contact p {
	font-size: 100%;
	margin-bottom: 30px;
}
.rec_contact_tel {
	display: flex;
	justify-content: center;
}
.rec_contact_tel_icon {
	width: 35px;
	margin-right: 15px;
}
.rec_contact_tel_icon img {
	width: 35px;
}
.rec_contact_tel_bangou {
	font-size: 46px;
	line-height: 35px;
}
.rec_contact_tel_bangou a {
	color: #000;
}

@media screen and (max-width: 1200px) {
.rec_contact {
width: 100%;
	margin: auto;
	border: solid 1px #666;
	text-align: center;
	padding: 20px;
	background-color: #fff;
	box-sizing: border-box;
}	
}
@media screen and (max-width: 768px) {
.rec_page {
	padding-left: 0px;
	padding-right: 0px;
	box-sizing: border-box;
}
.rec_page h3 {
	text-align: center;
	font-size: 140%;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px #999 solid;
	margin-bottom: 30px;
}
.rec_wrapper {
	display: block;
	margin-bottom: 30px;
}
.rec_page h4 {
	text-align: left;
	font-size: 120%;
	font-weight: bold;
	line-height: 36px;
}
.rec_icon {
	width: 200px;
	display: block;
	background-color: #291902;
	color: #fff;
	text-align: center;
	margin-right: 30px;
	line-height: 48px;
	margin-bottom: 15px;
}

.rec_page dt {
    color: #000;
    text-align: left;
    border-bottom: solid 1px #999;
    width: 100%;
    padding-bottom: 15px;
    font-size: 14px;
	margin-bottom: 15px;
}
.rec_page dd {
    color: #000000;
    text-align: left;
    border-bottom: dotted 1px #999;
    width: 100%;
    padding-bottom: 15px;
    font-size: 14px;
}
.rec_contact {
width: 100%;
	margin: auto;
	border: solid 1px #666;
	text-align: center;
	padding: 20px;
	background-color: #fff;
	box-sizing: border-box;
}
.rec_contact h5 {
	text-align: center;
	font-size: 120%;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.rec_contact p {
	font-size: 80%;
	margin-bottom: 30px;
}
.rec_contact_tel {
	display: flex;
	justify-content: center;
}
.rec_contact_tel_icon {
	width: 30px;
	margin-right: 15px;
}
.rec_contact_tel_icon img {
	width: 30px;
}
.rec_contact_tel_bangou {
	font-size: 24px;
	line-height: 30px;
}
}
/*店内写真*/
.top_shopphoto_bg {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 50px;
	padding-bottom: 50px;	
}

.shopphoto_thumbs {
	width: 100%;
	position: relative;
	 overflow: hidden;
}
.shopphoto_thumbs::before {
	content: "";
	display: block;
	padding-top: 75%;
}
.shopphoto_thumbs img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}


@media screen and (max-width: 768px) {
.top_base {
	width: 100%;
	margin-top: 50px;
	margin: 0 auto;	
}

.top_img_area {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
.top_img_area img {
	width: 100%;
	padding: 0;
	margin: 0;
	vertical-align: bottom;
}

.top_contents_in {
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
	box-sizing: border-box;
}

.top_about_base {
	width: 100%;
	margin: auto;
	font-size: 85%;
	box-sizing: border-box;
	padding: 0 10px;
}	
	
.top_button_area_slide {
	margin: 0 auto;
	width: 50%;
	padding-top: 20px;
}	
	
.top_button_area {
	margin: 0 auto;
	width: 60%;
	padding-top: 20px;
}


.photo_thumbs h3 {
	font-family: 'Reem Kufi', sans-serif;
	position: absolute;
	color: #ff9600;
	font-size: 60%;
	bottom: 0px;
	left: 0px;
	width: 100%;	
	text-align: center;
	padding: 5px 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;	
}
.photo_thumbs p {
	position: absolute;
	color: #000;
	font-size: 60%;
	bottom: 0px;
	left: 0px;
	width: 100%;	
	text-align: center;
	padding: 3px 3px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;	
}
	
#list .li{
    margin-bottom:10px;
	letter-spacing: normal;	
	width: 33.33%;
	display: inline-block;
}
.morelink{
    width: 60%;
}
.top_instagram_list_box_name {
	font-size:  60%;
	padding-top: 3px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;	
}	
	
#list_2 .li{
    margin-bottom:10px;
	letter-spacing: normal;	
	width: 50%;
	display: inline-block;
}
.top_youtube_list_box_name {
	font-size:  60%;
	padding-top: 3px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;	
}
.morelink_2 {
    width: 60%;
}	
}


/*-----------------------------------------------------------------
フッター
-----------------------------------------------------------------*/
#footer {
	background-color: #600000;
	color: #fff;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 60px;
}
#footer a {
	color: #fff;
}
#footer p {
	font-size: 80%;
}

#footer_2 {
	background-color: #000;
	color: #fff;
	text-align: center;
	margin-top: 0px;
	padding-top: 30px;
	padding-bottom: 100px;
}
#footer_2 a {
	color: #000000;
}
#footer_2 p {
	font-size: 100%;
}


.footer_info_box {
	text-align: center;
	padding-bottom: 30px;
}
.footer_info_box img {
	text-align: center;
	width: 35px;
}
.footer_info_box_title {
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-size: 90%;
	border-bottom: 1px #FFFFFF solid;
}
.footer_info_box_main {
	font-size: 80%;
	padding: 5px;
}
.footer_info_box_main img {
	vertical-align: middle;
	width: 50px;
}

.footer_info_box_a {
	float: left;
	text-align: center;
}
.footer_info_box_b {
	margin-left: 50px;
	text-align: left;
	font-size: 190%;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 500;
}
.footer_info_box_b_title {
	font-family: 'M PLUS 1p', sans-serif;;
	line-height: 1;
	font-size: 70%;
	padding-bottom: 3px;
}
.footer_info_box_c {
	text-align: left;
	font-size: 100%;
}
.footer_info_box_c_title {
	font-family: 'M PLUS 1p', sans-serif;;
	line-height: 1;
	font-size: 110%;
	padding-bottom: 3px;
}

.footer_group {
	padding-bottom: 30px;
}
.footer_group_title {
	padding-bottom: 10px;
}
.footer_group_title img {
	width: 130px;
}
.footer_group_title img:hover {
	opacity: 0.5;
}
.inline-block_2 {
	text-align: center;
	letter-spacing: -0.4em;
	word-spacing: -1em;
}
.inline-block_2 li {
	display: inline-block;
	width: 150px;
}
.footer_group_img img {
	width: 100px;
	margin: 0px 10px;
	vertical-align: middle;
}
.footer_group_img img:hover {
	opacity: 0.5;
}

.side-btn{
	position: fixed; right: 0; top: 180px; z-index: 11;
}

.side-btn p{
	background: #df0000;
	color: #fff;
	writing-mode: vertical-rl;
	padding: 40px 15px;
	font-size: 130%;
}

.side-btn a{
	color: #fff;
}

.side-btn a:hover {
	opacity: 0.5;
}

.sp-footer-btn{
	position: fixed;
	left: 5px;
	bottom: 5px;
	z-index: 9;
	display: flex;
	width: 100%
}

.sp-footer-btn div{
	background: #df0000;
	color: #fff;
	width: 30%;
	margin-left: 1%;
	text-align: center;
	font-size: 10px;
	padding: 10px 0 5px
}

.sp-footer-btn div a{
	color: #fff;
}

.sp-footer-btn div a:hover{
	opacity: 0.5;	
}


@media (min-width: 768px) {
a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
}

.inline-block {
	text-align: center;
}
.inline-block li {
	display: inline-block;
}
.footer_img_1 {
	padding: 30px 0;
}
.footer_img_1 img {
	width: 40px;
	margin: 0px 2px;
}
.footer_img_1 img:hover {
	opacity: 0.5;
}

.top_access_box {
	padding-top: 0px;
	vertical-align: bottom;
	width: 60%;
	height: 500px;
}

@media screen and (max-width: 768px) {
#footer p {
	font-size: 70%;
}
	
	
.footer_info_box {
	text-align: left;
	padding-bottom: 30px;
}	
.footer_info_box_title {
	font-size: 80%;
}
.footer_info_box_main {
	font-size: 70%;
}

.footer_info_box_main img {
	vertical-align: middle;
	width: 50px;
}

.footer_info_box_a {
	float: left;
	text-align: center;
	vertical-align: middle;
}
.footer_info_box_b {
	margin-left: 50px;
	text-align: left;
	vertical-align: middle;	
	font-size: 200%;
}	

.footer_info_box_c {
	text-align: left;
	vertical-align: middle;	
	font-size: 120%;
	padding-left: 10px;
	box-sizing: border-box;
}
.footer_info_box_c_title {
	font-family: 'M PLUS 1p', sans-serif;
	line-height: 1;
	font-size: 130%;
	padding-bottom: 3px;
}	
	
.footer_info_box_b_title {
	font-family: 'M PLUS 1p', sans-serif;
	line-height: 1;
	padding-bottom: 3px;
}
	
.inline-block {
	text-align: center;
}
.inline-block li {
	display: inline-block;
}

.top_access_box {
	padding-top: 0px;
	vertical-align: bottom;
	width: 100%;
	height: 400px;
	margin-bottom: 30px;
}

.inline-block_2 {
	text-align: center;
	letter-spacing: 0em;
	word-spacing: 0em;	
}
.inline-block_2 li {
	display: inline-block;
	width: 100px;
}
.footer_group_img img {
	width: 70px;
	margin:0 5px 10px;
}

#footerFloatingMenu {
    display: block;
    width: 100%;
    background-color: rgba(255,255,255,0);
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 9;
    text-align: center;
	height: 90px;
}
.footerFloatingMenu_box {
	background: #da3172;
	padding: 5px;
	border-radius: 5px;
	color: #FFF;	
}
.footerFloatingMenu_box_rec_1 {
	background: #585858;
	padding: 5px;
	border-radius: 5px;
	color: #FFF;	
}
.footerFloatingMenu_box_rec_1 img {
	height: 40px;
}
.footerFloatingMenu_box_rec_2 {
	background: #00c200;
	padding: 5px;
	border-radius: 5px;
	color: #FFF;	
}
.footerFloatingMenu_box_rec_2 img {
	height: 40px;
}

.footerFloatingMenu_box_title {
	text-align: center;
	font-size: 50%;
	padding-top: 2px;
	line-height: 1.5em;
}
.footerFloatingMenu_box img {
	height: 40px;
}
}

@media screen and (min-width: 768px) {
#footerFloatingMenu {
	display: none;
}
}

/*-----------------------------------------------------------------
各ページ 共通部分
-----------------------------------------------------------------*/
#page_top_bg {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 80px;
	padding-bottom: 80px;	
	background-image: url("../img/bg1.jpg");
	background-attachment: fixed;
	background-size: cover;
	background-position: bottom center;
}
.page_title_area {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
#page_top_bg h2 {
    position: relative;
	text-align: center;
	font-size: 220%;
	font-weight: 400;
	padding-bottom: 0;
	line-height: 1;
	color: #fff;
}

#page_top_bg h2 span {
	color: #000;
}

.page_base_area {
	padding-top: 0;
	padding-bottom: 50px;
}

.page_base_area_rec {
	padding-top: 0;
	padding-bottom: 0;
}
.page_base_area_rec_staff {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #D9E7F7;
}
@media screen and (max-width: 1200px) {
.page_title_area {
	width: 100%;
	margin: 0 auto;
}
}
@media screen and (max-width: 768px) {
#page_top_bg {
	padding-top: 30px;
	padding-bottom: 30px;	
}

.page_base_area {
	margin-top: 0px;
	margin-bottom: 0px;
}

.page_base_area_rec {
	padding-top: 0;
	padding-bottom: 0;
}
.page_base_area_rec_staff {
	padding-top: 50px;
	padding-bottom: 0px;
}		
}



/*-----------------------------------------------------------------
ボタン関連
-----------------------------------------------------------------*/
.button_area {
	margin: 0 auto;	
	width: 600px;
}
.button_area_rec {
	margin: 0 auto;
	padding-top: 30px;
	width: 700px;
}
@media screen and (max-width: 768px) {
.button_area {
	margin: 0 auto;	
	width: 250px;
}
.button_area_rec {
	margin: 0 auto;
	padding-top: 30px;
	width: 100%;
}	
}

a.btn_sidemenu {
	width: 45px;
	height: 45px;
	text-align: center;
	margin: 0 auto;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #F00;
	white-space: nowrap;
}
a.btn_sidemenu img {
	width: 30px;
	padding-top: 7px;
}

a.btn_slidebg {
	font-size: 80%;
	color: #FFFFFF;
	text-align: center;
	padding: 7px 0px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
	border: 1px #FFFFFF solid;
	border-radius: 50px;
	font-family: 'Nunito Sans', sans-serif;	
	width: 100%;
	box-sizing: border-box;
}
a.btn_slidebg:hover {
	opacity: 0.5;			
}

a.btn_under {
	font-size: 80%;
	color: #fff;
	text-align: center;
	padding: 7px 0px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
	border: 1px #fff solid;
	width: 100%;
	box-sizing: border-box;
}
a.btn_under:hover {
	opacity: 0.5;			
}

a.btn_contact {
	font-size: 100%;
	border: 2px #000000 solid;
	color: #000000;
	font-weight: bold;
	text-align: center;
	padding: 30px 0px;
	border-radius: 50px;
	width: 600px;
	margin: 0 auto;	
	display: block;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
}
a.btn_contact:hover {
	opacity: 0.5;	
}
@media screen and (max-width: 768px) {
a.btn_contact {
	width: 280px;
}
}

a.btn_tel {
	width: 85%;
	font-size: 80%;
	font-weight: 600;
	border: 2px #ff9600 solid;
	color: #fff;
	text-align: center;
	border-radius: 50px;
	padding: 25px 10px;
	margin: 0 auto;
	display: block;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
	background-color: #ff9600;
}
a.btn_tel:hover {
	opacity: 0.5;
}

a.btn_line {
	width: 80%;
	font-size: 90%;
	font-weight: 600;
	background: #00c200;	
	color: #fff;
	text-align: center;
	border-radius: 50px;
	padding: 25px 10px;
	margin: 0 auto;
	display: block;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;	
}
a.btn_line:hover {
	opacity: 0.5;
}
a.btn_schedule {
	font-size: 80%;
	color: #000000;
	border: 1px #333333 solid;
	text-align: center;
	padding: 7px 0px;
	margin: 3px 0px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
	width: 100%;
	box-sizing: border-box;
}
a.btn_schedule:hover {
	opacity: 0.5;	
}

a.btn_prof_photo {
	font-size: 90%;
	color: #000000;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	padding: 10px 0px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
	border: 2px #000000 solid;
	font-weight: 600;
	width: 100%;
	box-sizing: border-box;
}
a.btn_prof_photo:hover {
	opacity: 0.5;			
}

a.btn_event {
	font-size: 90%;
	color: #000000;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	padding: 10px 0px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
	border: 2px #CCCCCC solid;
	font-weight: 600;
	width: 100%;
	box-sizing: border-box;
}
a.btn_event:hover {
	opacity: 0.5;			
}

a.btn_contact {
	font-size: 100%;
	border: 2px #FFFFFF solid;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 30px 0px;
	border-radius: 50px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
}
a.btn_contact:hover {
	opacity: 0.5;	
}

 /*pc・タブレットcss*/
  /*pc_defaultset*/
  .pc {
	display: block !important;
}
  /*pcのみ表示ブロック*/
  .pc2 { display: inline-block !important; }
  /*pcのみ表示ブロック*/
  .sp, .sp2 { display: none !important; }

@media screen and (max-width: 768px) {
.pc, .pc2 { display: none !important; }
  /*pcのみ表示ブロック*/
  .sp { display: block !important; }
}