@charset "UTF-8";
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url(https://fonts.googleapis.com/earlyaccess/nicomoji.css);
@import url(https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c);
);


/*============================
common
============================*/

strong {font-weight: bold;}

/*============================
layout
============================*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*a {
	color: #000000;
	text-decoration:  none;
}*/

small {
	font-size: 64%;
}

h1,h2,h3,h4,h5,h6,h7,h8 {
	font-weight: bold;
}

/*============================
common
============================*/

strong {font-weight: bold;}

/*============================
layout
============================*/

html {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  background-color: #FBFCFA;
  scroll-behavior: smooth;
  background: url(../../img/bg/bg_wood_sp.jpg);
  background-size: contain;
  /* 謎余白の対策
  overflow-x: hidden; */
}

body {
    width: 100%;
	height: 100%;
	color: #333;
	font-size: 12px;
    font-family: "M PLUS Rounded 1c";
	/*font-family: 'Sawarabi Mincho','Open Sans','Mplus 1p','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS PGothic', arial, helvetica, sans-serif;*/
	margin: 12px auto 0;
    padding: 0px;
    letter-spacing: 0.08em;
	text-align: center;
	background: #fff;
	background: url(../../img/bg/bg_wood_sp.jpg);
    background-size: contain;
    overflow-x: hidden;
}

/*a {
	color: #000000;
	text-decoration:  none;
}*/

small {
	font-size: 77%;
}

p {
    
}

a {
    color:#fff;
	text-decoration: underline;
	font-weight: bold;
}

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

.midashi1 {
    font-size: 12px;
    font-weight: bold;
    margin: 0.5em auto;
}

#GlobalBody {
  width: 100%;
  /* background: rgba(255,255,255,0.85); */
    margin: 0 auto 24px;
    border-radius: 10px;
  /* html, body の hidden を打ち消す */
   overflow-x: auto;
}

.img_a {
	margin: auto;
	text-align: center;
}

/*============================
hr
============================*/

hr {
  height: 1px;
  background: #fae5e4;
  background-image: -webkit-linear-gradient(left, #fae5e4, #ff8500, #fae5e4);
  background-image: -moz-linear-gradient(left, #fae5e4, #ff8500, #fae5e4);
  background-image: -ms-linear-gradient(left, #fae5e4, #ff8500, #fae5e4);
  background-image: -o-linear-gradient(left, #fae5e4, #ff8500, #fae5e4);
}

/*============================
logo_top
============================*/

.logo_top {
    background: #734d03;
	background-image: url(../../img/bg/bg_cork_sp.jpg);
	background-size: cover;
    color: #fafafa;
    font-size: 12px;
    padding: 0.2em 0;
    margin: 0.2em auto 1.8em;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 10px 10px -6px #ab5901;
}

.logo_top div {
    padding: 0.5em;
    border-bottom: RGB( 255, 252, 245 ) solid 1px;
    border-top: RGB( 255, 252, 245 ) solid 1px;
}

.logo_top span {
    font-size: 1.4em;
}

/*============================
menu
============================*/

/****メニュー全体****/
#menu{
	/*配置*/
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 100;
}

#menu a {
    text-decoration: none;

}


/****メニュー開閉ボタン****/
#menu div{
	/*デザイン*/
	width: 64px;
	height: 64px;
	background: #a26d05;
	background-image: url(../img/menu/sp_menu_bg.jpg);
	background-size: cover;
    border-radius: 8px;
    border:solid #fff 3px;
	/*配置*/
	overflow: hidden;
	position: absolute;
	right: 0;
}

#menu .menuopen{
	/*デザイン*/
	color: rgba(255,255,255,1);
	font-size: 32px;
	/*配置*/
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: auto;
}

#menu .menuclose{
	/*デザイン*/
	color: rgba(255,255,255,1);
	font-size: 32px;
	/*配置*/
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: auto;
}

/****メニュー一覧****/
#menu ul{
	/*デザイン*/
	background: rgba(255, 255, 255, 0.9);
	background: url(../../img/bg/s-mokume_dark_background.jpg);
	width: 100%;
    margin: auto;
    border-radius: 10px;
    border: #fff 3px solid;
	/*配置*/
	position: absolute;
	top: 64px;/*#menu divの高さ*/
	right: 0;
	display: none;
}

#menu li{
	/*デザイン*/
	color: rgba(0,0,0,1);
	border-bottom: 2px rgba(255, 255, 255, 0.5) solid;
	/*配置*/
	pointer-events: auto;
	background: url() no-repeat 95%;
	background-size: 36px;
}

#menu li:nth-child(1) {
	/*デザイン*/
	color: rgba(0,0,0,1);
	border-bottom: 2px rgba(255, 255, 255, 0.5) solid;
	/*配置*/
	pointer-events: auto;
	background: url(../img/menu/takeout_icon_jp.png) no-repeat 95%;
	background-size: 36px;
}

#menu li:nth-child(2) {
	/*デザイン*/
	color: rgba(0,0,0,1);
	border-bottom: 2px rgba(255, 255, 255, 0.5) solid;
	/*配置*/
	pointer-events: auto;
	background: url(../img/menu/takeout_icon_jp.png) no-repeat 95%;
	background-size: 36px;
}

menu li:nth-child(3) {
	/*デザイン*/
	color: rgba(0,0,0,1);
	border-bottom: 2px rgba(255, 255, 255, 0.5) solid;
	/*配置*/
	pointer-events: auto;
	background: url();
}

#menu li:nth-child(4) {
	/*デザイン*/
	color: rgba(0,0,0,1);
	border-bottom: 2px rgba(255, 255, 255, 0.5) solid;
	/*配置*/
	background: url(../img/menu/takeout_icon_jp.png) no-repeat 95%;
	background-size: 36px;
}

#menu li:nth-child(5) {
	/*デザイン*/
	color: rgba(0,0,0,1);
	border-bottom: 2px rgba(255, 255, 255, 0.5) solid;
	/*配置*/
	background: url(../img/menu/takeout_icon_jp.png) no-repeat 95%;
	background-size: 36px;
}

#menu li:nth-child(7) {
	/*デザイン*/
	color: rgba(0,0,0,1);
	border-bottom: 2px rgba(255, 255, 255, 0.5) solid;
	/*配置*/
	pointer-events: auto;
	background: url();
}

#menu li:nth-child(8){
	/*デザイン*/
	color: rgba(0,0,0,1);
	border-bottom: 2px rgba(255, 255, 255, 0.5) solid;
	/*配置*/
	pointer-events: auto;
	background: url();
}

#menu li:nth-child(9){
	/*デザイン*/
	color: rgba(0,0,0,1);
	border-bottom: 2px rgba(255, 255, 255, 0.5) solid;
	/*配置*/
	pointer-events: auto;
	background: url();
}

#menu li a{
    padding: 18px;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0.7rem;
	color: #fff;
}

/****メニューオープン時****/
#menu:target .menuopen{
    /*配置*/
	display: none;
}

#menu:target .menuclose{
    /*配置*/
	display: block;
}

#menu:target ul{
	/*配置*/
	display: block;
}

.menu_naw {
    background: 
}

/*============================
top_top
============================*/

.top_top_l img {
    margin: 0 0.5em;
    
}

.top_top_r p {
    text-align: left;
    background: rgba(255,255,255,0.8);
    padding: 1em 1.5em;
    margin-right: 0.5em;
    border-radius: 10px;
}

/*============================
top_about
============================*/

.top_about {
    
}

.top_about h1 {
    font-size: x-large;
    width: 95%;
    margin: 0.5em auto;
    padding: 6px;
    border-bottom: dashed;
    color: #ffb910;
}

.top_about p {
    font-size: 0.85rem;
}

/*============================
oshirase
============================*/

.oshirase_top {
    width: 98%;
    color: #fafafa;
    font-size: 12px;
    font-weight: bold;
    padding: 0.5em;
    margin: 1.5em auto 0;
    border-radius: 12px 12px 0 0 ;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
	background: #734d03;
	background-image: url(../../img/bg/bg_cork_sp.jpg);

	color: #FFFFFF; /* フッターのフォントの色を指定する */
	border:solid #fff 3px;
}

.oshirase {
    
    width: 98%;
    height: 150px;
    margin: 0 auto 1.5em;
    text-align: left;
    padding: 1.5em;
    overflow: scroll;
    background: url(../img/alice/usagi_heart.png) no-repeat right bottom;
    background-size: 88px;
    background-color: rgb(255, 255, 255, 0.1);
	border:solid #fff 3px;
    border-top: 0px;
    border-radius: 0 0 12px 12px ;
    box-shadow: 0px 10px 10px -6px #ab5901;
}

.oshirase p {

}

/*============================
waku
============================*/

.waku_top {
    width: 98%;
    font-size: 21px;
    font-weight: bold;
    padding: 0.5em;
    margin: 1.5em auto 0;
    border-radius: 12px 12px 0 0 ;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
    background: #734d03;
	background-image: url(../../img/bg/bg_cork_sp.jpg);

	color: #FFFFFF; /* フッターのフォントの色を指定する */
	border:solid #fff 3px;
}

.waku {
    
    width: 98%;
    margin: 0 auto 1.5em;
    text-align: left;
    padding: 1.5em;
    background: url() no-repeat right bottom;
    background-size: 80px;
    background-color: RGB( 255, 255, 255,0.1 );
	border:solid #fff 3px;
	border-top: 0px;
    border-radius: 0 0 12px 12px ;
	box-shadow: 0px 10px 10px -6px #ab5901;

}

.waku h3 {
	font-size: 1.1rem;
	text-align: center;
}

.waku_p_l {
    
    width: 98%;
    margin: 0 auto 1.5em;
    text-align: left;
    padding: 1.5em;
    background: url() no-repeat right bottom;
    background-size: 80px;
    background-color: RGB( 255, 255, 255,0.1 );
	border:solid #fff 3px;
	border-top: 0px;
    border-radius: 0 0 12px 12px ;
	box-shadow: 0px 10px 10px -6px #ab5901;
	height: 360px;
    margin: 0 auto 1.5em;
    text-align: left;
    padding: 1.5em;
    overflow: scroll;

}

.waku_p_l:h3 {
	font-size: 1.1rem;
	text-align: center;
}

.waku_p {
    
    width: 98%;
    margin: 0 auto 1.5em;
    text-align: left;
    padding: 1.5em;
    background: url() no-repeat right bottom;
    background-size: 80px;
    background-color: RGB( 255, 255, 255,0.1 );
	border:solid #fff 3px;
	border-top: 0px;
    border-radius: 0 0 12px 12px ;
	box-shadow: 0px 10px 10px -6px #ab5901;
	height: 150px;
    margin: 0 auto 1.5em;
    text-align: left;
    padding: 1.5em;
    overflow: scroll;

}

.waku_scroll {
	margin: 6px auto;
	text-align: center;
}

.waku_p h3 {
	font-size: 1.1rem;
	text-align: center;
}

h3 {
 position: relative;
  margin: 30px;
  text-align: center;
}

h3:before,
h3:after {
  position: absolute;
  z-index: 0;
  bottom: -10px;
  display: block;
  content: '';
  border: 1em solid #d90606;
}

h3:before {
  left: -30px;
  border-left-width: 15px;
  border-left-color: transparent;
}

h3:after {
  right: -30px;
  border-right-width: 15px;
  border-right-color: transparent;
}

h3 span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 1rem 2rem;
  color: #fff;
  background: #fa4141;
}

h3 span:before,
h3 span:after {
  position: absolute;
  bottom: -10px;
  display: block;
  width: 10px;
  height: 10px;
  content: '';
  border-style: solid;
  border-color: #b70505 transparent transparent transparent;
}

h3 span:before {
  left: 0;
  border-width: 10px 0 0 10px;
}

h3 span:after {
  right: 0;
  border-width: 10px 10px 0 0;
}


.waku h4 {
	font-size: 1.05rem;
	text-align: center;
	margin: 0.8rem auto;
}

.waku p {
	font-size: 1rem;
}

.waku_p p {
	font-size: 0.7rem;
}

.waku li {
	font-size: 0.7rem;
}

.waku_01 {
    width: 98%;
    margin: 0 auto 1.5em;
    text-align: left;
    padding: 1.5em;
    background: url(../img/alice/usagi2.png) no-repeat right bottom;
    background-size: 80px;
    background-color: rgba(175, 118, 9, 0.49);
	border:solid #fff 3px;
	color: #fff;
	border-top: 0px;
    border-radius: 0 0 12px 12px ;
	box-shadow: 0px 10px 10px -6px #ab5901;

}

/*============================
lunch_course
============================*/

.lunch_course_con {
	text-align: center;
	margin: auto;
	width: 100%;
}


.lunch_course h6 {
	margin: 1.5rem auto 0.5rem;
	padding: 0.5rem;
	font-size: 15px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}




/*============================
tmenu_***
============================*/

.tax_c {
	text-align: center;
	margin: auto;
}

.tmenu_link {
	width: 75%;
	font-size: 1.05rem;
}

.tmenu_link::first-letter {
  font-size: 1rem;
  font-weight: bold;
  color: #ab2b25;
  text-shadow:1px 1px 0 #ff8500,-1px 1px 0 #ffc600,1px -1px 0 #ffc600,-1px -1px 0 #ffc600;
}

.tmenu_table {
	width: 100%;
}

.tmenu_table th{
	padding: 30px;
}

.tmenu_table td{
	padding: 6px 0 1px;
}

.tmenu_name {
	width: 75%;
	font-size: 1.1rem;
}

.tmenu_name_ns::first-letter {
  color: #ff8500;
  text-shadow:1px 1px 0 #ffc600,-1px 1px 0 #ffc600,1px -1px 0 #ffc600,-1px -1px 0 #ffc600;
}

.tmenu_name span {
	color: darkorange;
}

.tmenu_name_dr {
	width: 70%;
	font-size: 1.05rem;
}

.tmenu_price {
	width: 30%;
	text-align: right;
	font-size: 1.35em;
}

.tmenu_comment {
	font-size: 0.85rem;
}

.tmenu_sub {
	font-size: 0.8em;
}

.tmenu_table_sub {
	width: 100%;
}

.tmenu_table_sub th {
	border: 1px #fff solid;
	border-right: 0px;
	padding: 4px;
}

.tmenu_table_sub td {
	border: 1px #fff solid;
	border-left: 0px;
	padding: 4px;
}

/*============================
toggle
============================*/

.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 1em;
	display: block;
	width: 98%;
    font-size: 1.02rem;
    font-weight: bold;
    padding: 0.5em;
    margin: 1.5em auto 0;
    border-radius: 12px 12px 0 0 ;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
    background: #734d03;
	background-image: url(../../img/bg/bg_cork_sp.jpg);

	color: #FFFFFF; /* フッターのフォントの色を指定する */
	border:solid #fff 3px;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
	
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
	
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
	    width: 98%;
    margin: 0 auto 1.5em;
    text-align: left;
    padding: 1.5em;
    background: url() no-repeat right bottom;
    background-size: 80px;
    background-color: RGB( 255, 255, 255,0.1 );
	border:solid #fff 3px;
	border-top: 0px;
    border-radius: 0 0 12px 12px ;
	box-shadow: 0px 10px 10px -6px #ab5901;

}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}

.menulink li {
	margin: 0 0 15px 0;
	font-size: 1.02rem;
}

.gmanu_img {
	width: 50px;
	border-radius: 20px;
}

.hr_img {
	margin: 3px auto;
	text-align: center;
}

.box-img,
.box-text{
  display: inline-block;
  vertical-align: top;
}

.box-text {
	font-weight: bold;
	padding: 19px 6px 0 0;
}

/* HTML: <div class="ribbon">Your text content</div> */
.ribbon {
  font-size: 12px;
  font-weight: bold;
  color: #555;
  margin-top: 1em;
}
.ribbon {
  --r: .8em; /* control the cutout */
  
  border-block: .5em solid #0000;
  padding-inline: .5em calc(var(--r) + .25em);
  line-height: 1.8;
  clip-path: polygon(100% 0,0 0,0 100%,100% 100%,100% calc(100% - .25em),calc(100% - var(--r)) 50%,100% .25em);
  background:
   radial-gradient(.2em 50% at left,#000a,#0000) border-box,
   #ffffff padding-box; /* the color  */
  width: fit-content;
}

/*============================
about
============================*/

.about h1 {
    font-size: 2.1em;
}


.heading19 {
	position: relative;
	padding-bottom: 10px;
    margin-bottom: 20px;
	font-size: 26px;
}

.heading19::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background-image: repeating-linear-gradient(45deg, #1f38f5 0px, #b2daf4 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size: 8px 8px;
}


.heading19_c {
	position: relative;
	padding-bottom: 10px;
    margin-bottom: 20px;
	font-size: 26px;
}

.heading19_c::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background-image: repeating-linear-gradient(45deg, #faa80c 0px, #f4d849 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size: 8px 8px;
}


.about h2 {
    font-size: 1.02em;
    margin-top: 2em;
}

.heading16 {
	position: relative;
	padding-bottom: 20px;
	font-size: 64px;
	text-align: center;
}

.heading16::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 6px 0 6px;
	border-color: #ff962d rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
}

.about h3 {
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
}


.heading-006 {
    display: inline-block;
    position: relative;
    padding: 0 2.5em;
    color: #333333;
}

.heading-006::before,
.heading-006::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 3px;
    background-color: #2589d0;
}

.heading-006::before {
    left: 0;
}

.heading-006::after {
    right: 0;
}



.heading-018 {
    padding: .5em .7em;
    border: 2px solid #2589d0;
    box-shadow: 5px 5px #2589d0;
    color: #2589d0;
}

.com_img img {
    margin: 1em auto;
}

.com_img img {
    box-shadow: 5px 10px 0 #0ea0fc;
}

.image0 {
	box-shadow: 5px 10px 0 #0ea0fc; 
}

.image {
	box-shadow: 5px 10px 0 #0ea0fc;
    transform:rotate(-2deg); 
}

.image1 {
	box-shadow: 5px 10px 0 #fcc50e;
    transform:rotate(2deg); 
}

.image2 {
	box-shadow: 5px 10px 0 #57fc0e;
    transform:rotate(-2deg); 
}


/*============================
index_menu_img_link
============================*/

.ribbon22 {
  display: inline-block;
  position: relative;
  height: 100px;
  text-align: center;
  margin: 0;
  box-sizing: border-box;
  -webkit-transform: rotate(-5deg) skew(-12deg,4deg);
  transform: rotate(-5deg) skew(-12deg,4deg);
}
.ribbon22:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 60px;
  background: #eb9920;
  top:20px;
  left: -15px;
  z-index: -2;
}

.ribbon22:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 60px;
  background: #eb9920;
  top:20px;
  right: -25px;
  z-index: -2;
}

.ribbon22 h3 {
  display: inline-block;
  position: relative;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  line-height: 30px;
  font-size: 18px;
  color: white;
  background: #f8aa37;
}
.ribbon22 h3:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 7px transparent;
  border-right: solid 25px #c6821e;
}
.ribbon22 h3:after {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid 15px #c6821e;
}

/*============================
index_menu_img_link
============================*/

.index_menu_img_link {
    margin: 24px auto;
}

.index_menu_img_link img {
    width: 90%;
}

/*============================
flexbox
============================*/

.flex_w {
	display: -webkit-flex;
	display: flex;
	width: 100%;
}

.flex_wc {
	display: -webkit-flex;
	display: flex;

}

.flex1 {
	-webkit-flex: 1;
	flex: 1;
}

.flex2 {
	-webkit-flex: 2;
	flex: 2;
}

.flex3 {
	-webkit-flex: 3;
	flex: 3;
}

.flex4 {
	-webkit-flex: 4;
	flex: 4;
}

.flex5 {
	-webkit-flex: 5;
	flex: 5;
}

/*============================
tel
============================*/

.btn,
a.btn,
button.btn {
  font-size: 1.0rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap-pc-sp {
  max-width: 95%;
  margin: 0 auto 20px;
}

a.btn-pc-sp {
  line-height: 1.4;

  width: 49.5%;
  padding: 1.25rem 0;
  color: #ffff;
}

a.btn--contact {
  display: block;

  padding: 1.5rem 0;

  color: #fff;
  background: #d20010;
  -webkit-box-shadow: 0 5px 0 #b9000e;
  box-shadow: 0 5px 0 #b9000e;
}

a.btn--contact i {
  font-size: 2rem;
}

a.btn--contact i.fa-position-left {
  font-size: 3rem;

  left: 2rem;
}

a.btn--contact :hover {
  color: #fff;
}

a.btn--tel {
  display: block;

  margin-top: 15px;
  padding: 1rem 0;

  color: #fff;
	text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  background: #d5a572;
	
	background-size: cover;
  -webkit-box-shadow: 0 5px 0 #734d03;
  box-shadow: 0 5px 0 #734d03;
}

a.btn--tel i {
  font-size: 2rem;
}

a.btn--tel i.fa-position-left {
  font-size: 3rem;

  left: 2rem;
}

a.btn--tel .number {
  line-height: 1;

  display: inline-block;

  margin-top: 0.5rem;
  padding: 0.25rem 2rem;

  letter-spacing: 0;

  color: #dc9242;
  border-radius: 0.5rem;
  background: #fff;
}

a.btn--tel:hover {
  color: #fff;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}

/*============================
slider_s
============================*/

.slider_s img {
	width: 380px;
}

.slider_srinarina img {
	width: 220px;
}

.slider_smaki img {
	width: 220px
}

/*============================
Footer
============================*/

.footer_chiharuya{
	text-align:center;
	padding: 5px 0;
	font-size: 77%;
    line-height: 240%;
    color: #fff;
}

.footer_chiharuya p {
	text-align:center;
	margin: auto;
}
.copyright{
	margin: 0 auto;
	padding: 5px 0 90px;
	text-align: center;
    color: #fff;
}

/* footer button end */

.padding_left_10 {
	padding-left: 10px;
}

.float_left {
	float: left;
}
.clear {
	clear: both;
}

footer {
	width: 100%;
	text-align: center;
	margin: auto;
    background: rgba(128, 61, 0, 0.65);
	border-top: 1px solid #fe7e13;
}

.footer_chiharuya a{
	color: #ee7f00;
}


.Footer {
	position: fixed; /* フッターを固定する */
	bottom: 0; /* 上部から配置の基準位置を決める */
	left: 0; /* 左から配置の基準位置を決める */
	width: 100%; /* フッターの横幅を指定する */
	height: 5rem; /* フッターの高さを指定する */
	padding: 18px 10px 36px; /* フッター内側の余白を指定する(上下左右) */
    background: #734d03;
	background-image: url(../../img/bg/bg_contents.jpg);
	background-size: cover;
	color: #FFFFFF; /* フッターのフォントの色を指定する */
	border:solid #fff 3px;
	border-bottom: 0px;
    border-radius: 20px 20px 0 0;
    text-decoration: none;
    z-index: 100;
}

.Footer a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
}

/*============================
page-top
============================*/

.page-top
{
	margin: 0 ;
	padding: 0 ;
}
 
.page-top p
{
	margin: 0 ;
	padding: 0 ;

	position: fixed ;
	right: 16px ;
	bottom: 16px ;
}
 
.move-page-top
{
	display: block ;
    
	background: RGB( 242, 139, 214 );
	width:  50px ;
	height: 50px ;

	color: #fff ;
	line-height: 50px ;
	text-decoration: none ;
	text-align: center ;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;

	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */	
}

.move-page-top:hover
{
	opacity: 0.85 ;
}

/*============================
square_btn
============================*/

.square_btn{
    display: inline-block;
    position: relative;
    margin: 1em auto 0.3em;
    padding: 0.35em 1em;
    background: #668ad8;/*ボタン色*/
    color: #FFF;
    text-decoration: none;
}

.square_btn:before{
    content: "";
    position: absolute;
    top: -16px;
    left: 0;
    width: -webkit-calc(100% - 16px);
    width: calc(100% - 16px);
    height: 0;
    border: solid 8px transparent;
    border-bottom-color: #8eacec;/*ボタン色より明るめの色に*/
}

.square_btn:active{/*押したとき*/
    padding: 0.32em 0.9em;
    -ms-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.square_btn:active:before{ 
    width: -webkit-calc(100% - 12px);
    width: calc(100% - 12px);
}

.square_btn:active:before{
   top:-12px;
   border-width: 6px;
}

/*============================
top_go
============================*/

.top_go {
    font-size: 18px;
    margin: 1em;
}

/*=====================================
SNS Button
=====================================*/

.insta_btn {
  display: inline-block;
  text-align: center;/*中央揃え*/
  color: #2e6ca5;/*文字色*/
  font-size: 20px;/*文字サイズ*/
  text-decoration: none;/*下線消す*/
}

.insta_btn:hover {/*ホバー時*/
  color:#668ad8;/*文字色*/
  transition: .5s;/*ゆっくり変化*/
}

.insta_btn .insta{/*アイコンの背景*/
  position: relative;/*相対配置*/
  display: inline-block;
  width: 50px;/*幅*/
  height: 50px;/*高さ*/
  vertical-align: middle;/*垂直中央に*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  border-radius: 13px;/*角丸に*/

}

.insta_btn .insta:before{/*グラデーションを重ねるため*/
  content: '';
  position: absolute;/*絶対配置*/
  top: 23px;/*ずらす*/
  left: -18px;/*ずらす*/
  width: 60px;/*グラデーションカバーの幅*/
  height: 60px;/*グラデーションカバーの高さ*/
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);/*グラデーション②*/
}

.insta_btn .fa-instagram {/*アイコン*/
  color: #FFF;/*白に*/
  position: relative;/*z-indexを使うため*/
  z-index: 2;/*グラデーションより前に*/
  font-size: 35px;/*アイコンサイズ*/
  line-height: 50px;/*高さと合わせる*/
}

.insta_btn3 {/*ボタンの下地*/
  
  color: #FFF;/*文字・アイコン色*/
  border-radius: 14px;/*角丸に*/
  position: relative;
  display: block;
  height: 120px;/*高さ*/
  width: 120px;/*幅*/
  text-align: center;/*中身を中央寄せ*/
  padding-top: 12px;/*上側との余白*/
  box-sizing: border-box;
  font-size: 19px;/*文字のサイズ*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  text-decoration:none;/*下線は消す*/
}

.insta_btn3:before{/*グラデーション②*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;/*全体を覆う*/
  height: 100%;/*全体を覆う*/
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.insta_btn3 div {
  position: relative;
}

.insta_btn3 .fa-instagram {
    font-size: 70px;/*アイコンサイズ*/
    position: relative;
    display:inline-block;
    position: relative;
    transition: .5s
}

.insta_btn3 .fa-instagram:hover {/*ホバーで一周回転*/
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg);
}

/*=====================================
syouhyou_table
=====================================*/

.syouhyou_table {
    
    
    
}

.syouhyou_table_nai {
    margin: auto;
    text-align: center;
    width: 100%;
    
}

.syouhyou_table_nai table {
    margin: auto;
    text-align: center;
    width: 800px;
}

.syouhyou_table_nai table th {
    margin: auto;
    text-align: left;
    width: 320px;
}



.stth {
    background: #f3cbdb;
    color: #d86f98;
    text-align: left;
    padding: 0.5em 1em;
    border: #ffa800 1px solid;
    border-bottom: 0;
    width: 150px;
}

.sttd {

    background: #fff;
    text-align: left;
    padding: 0.5em 1em;  
    border: #ffa800 1px solid;
    border-bottom: 0;
    width: 150px;
}


/*=====================================
privacy
=====================================*/

.privacy {
    
    font-size: 10.5px;
    margin: auto;
    
}

.privacy h1 {
    
    font-size: 15px;
    margin: 1em auto;
    
}

.privacy h2 {
    font-size: 14px;
    margin: 1em auto;
}

.privacy p div {
    
    font-size: 21px;
    margin: 1em auto;
    line-height: 180%;
}

/*=====================================
スライド
=====================================*/

/* .viewer
------------------------- */
.viewer {
	margin: 0 auto;
	width: 100%;
    height: 800px;
	position: relative;
	overflow: hidden;
}
.viewer ul {
	width: 100%;
    height: 800px;
	overflow: hidden;
	position: relative;
}
.viewer ul li {
	top: 0;
	left: 0;
	width: 100%;
    height: 800px;
	position: absolute;
}
.viewer ul li img {
	
}

/* sideNavi
------------------------- */
.viewer .btnPrev,
.viewer .btnNext {
	margin-top: -25px;
	top: 50%;
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 101;
}
.viewer .btnPrev {
	left: 10px;
	background: #ccc url(../img/btnPrev.jpg) no-repeat center center;
}
.viewer .btnNext {
	right: 10px;
	background: #ccc url(../img/btnNext.jpg) no-repeat center center;
}


/* =======================================
	ClearFixElements
======================================= */
.viewer ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.viewer ul {
	display: inline-block;
	overflow: hidden;
}




/*=====================================
スライド
=====================================*/

.container {
  position: relative;
  width: 300px;
  height: 200px;
  margin: auto;
    text-align: center;
}
.image {
  position: absolute;
  width: 100%;
  opacity: 0;
  animation: change-img-anim 30s infinite;
}
.image:nth-of-type(1) {
  animation: change-img-anim-first 30s infinite;
  animation-delay: 0s;
}
.image:nth-of-type(2) {
  animation-delay: 10s;
}
.image:nth-of-type(3) {
  animation-delay: 20s;
}
@keyframes change-img-anim-first {
	0%{ opacity: １;}
  30%{ opacity: 1;}
  36%{ opacity: 1;}
  45%{ opacity: 0;}
  100%{ opacity: 0;}
}
@keyframes change-img-anim {
  0%{ opacity: 0;}
  30%{ opacity: 1;}
  36%{ opacity: 1;}
  45%{ opacity: 0;}
  100%{ opacity: 0;}
}

/*=====================================
スライド
=====================================*/

.slide_show_fade_in4_6{
	position: relative;
	overflow: hidden;
	width: 320px;
    margin: auto;
}
.slide_show_fade_in4_6:before{
	content: "";
	display: block;
	padding-top: 66%;
}
.slide_show_fade_in4_6_img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	opacity: 0;
	animation: slide_show_fade_in4_6 24s infinite;
}
.slide_show_fade_in4_6_img:nth-of-type(2){
	animation-delay: 6s;
}
.slide_show_fade_in4_6_img:nth-of-type(3){
	animation-delay: 12s;
}
.slide_show_fade_in4_6_img:nth-of-type(4){
	animation-delay: 18s;
}


@keyframes slide_show_fade_in4_6{
	0%{
		opacity: 0;
		transform: scale(1.2);
	}

	8%{
		opacity: 1;
	}

	17%{
		opacity: 1;
	}

	25%{
		opacity: 0;
		transform: scale(1);
	}

	100%{
		opacity: 0;
	}
}

/*=====================================
スライド
=====================================*/

.slide_show_fade_in4_6_1{
	position: relative;
	overflow: hidden;
	width: 320px;
    height: 420px
    margin: auto;
}
.slide_show_fade_in4_6_1:before{
	content: "";
	display: block;
	padding-top: 66%;
}
.slide_show_fade_in4_6_1_img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	opacity: 0;
	animation: slide_show_fade_in4_6 36s infinite;
}
.slide_show_fade_in4_6_1_img:nth-of-type(2){
	animation-delay: 6s;
}
.slide_show_fade_in4_6_1_img:nth-of-type(3){
	animation-delay: 12s;
}
.slide_show_fade_in4_6_1_img:nth-of-type(4){
	animation-delay: 18s;
}
.slide_show_fade_in4_6_1_img:nth-of-type(5){
	animation-delay: 24s;
}
.slide_show_fade_in4_6_1_img:nth-of-type(6){
	animation-delay: 30s;
}
@keyframes slide_show_fade_in4_6_1{
	0%{
		opacity: 0;
		transform: scale(1.2);
	}

	8%{
		opacity: 1;
	}

	17%{
		opacity: 1;
	}

	25%{
		opacity: 0;
		transform: scale(1);
	}

	100%{
		opacity: 0;
	}
}


/*=====================================
スライド
=====================================*/

.slide_show_fade_in4_6_2{
	position: relative;
	overflow: hidden;
	width: 180px;
    height: 320px;
    margin: auto;
}
.slide_show_fade_in4_6_2:before{
	content: "";
	display: block;
	padding-top: 66%;
}
.slide_show_fade_in4_6_2_img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	opacity: 0;
	animation: slide_show_fade_in4_6 36s infinite;
}
.slide_show_fade_in4_6_2_img:nth-of-type(2){
	animation-delay: 6s;
}
.slide_show_fade_in4_6_2_img:nth-of-type(3){
	animation-delay: 12s;
}
.slide_show_fade_in4_6_2_img:nth-of-type(4){
	animation-delay: 18s;
}
.slide_show_fade_in4_6_2_img:nth-of-type(5){
	animation-delay: 24s;
}
.slide_show_fade_in4_6_2_img:nth-of-type(6){
	animation-delay: 30s;
}
@keyframes slide_show_fade_in4_6_2{
	0%{
		opacity: 0;
		transform: scale(1.2);
	}

	8%{
		opacity: 1;
	}

	17%{
		opacity: 1;
	}

	25%{
		opacity: 0;
		transform: scale(1);
	}

	100%{
		opacity: 0;
	}
}

/*============================
ticker
============================*/

.ticker {
  color: #fafafa;
  overflow: hidden;
}

.ticker p {
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%;
  -webkit-animation-name: ticker-animation;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 25s;
}

@-webkit-keyframes ticker-animation {
  from   { -webkit-transform: translate(0%);}
  99%,to { -webkit-transform: translate(-100%);}
}
/* webkitのみで省略 */ 

/*=====================================
スライド
=====================================*/

.slide_show_fade_in4_6_6 {
	position: relative;
	overflow: hidden;
	width: 320px;
    margin: auto;
}
.slide_show_fade_in4_6_6:before{
	content: "";
	display: block;
	padding-top: 66%;
}
.slide_show_fade_in4_6_6_img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	opacity: 0;
	animation: slide_show_fade_in4_6 36s infinite;
}
.slide_show_fade_in4_6_6_img:nth-of-type(2){
	animation-delay: 6s;
}
.slide_show_fade_in4_6_6_img:nth-of-type(3){
	animation-delay: 12s;
}
.slide_show_fade_in4_6_6_img:nth-of-type(4){
	animation-delay: 18s;
}
.slide_show_fade_in4_6_6_img:nth-of-type(5){
	animation-delay: 24s;
}
.slide_show_fade_in4_6_6_img:nth-of-type(6){
	animation-delay: 30s;
}
@keyframes slide_show_fade_in4_6_6 {
	0%{
		opacity: 0;
		transform: scale(1.2);
	}

	8%{
		opacity: 1;
	}

	17%{
		opacity: 1;
	}

	25%{
		opacity: 0;
		transform: scale(1);
	}

	100%{
		opacity: 0;
	}
}


/*============================
ポラロイド風
============================*/

.photo {
	padding: 3px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
    margin: 0 auto 2em;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
    transform:rotate(-2deg);
	/* IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=3,enabled=true)";
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=3,enabled=true); /* IE5.5+ */
	background: #fff;
}

/*============================
table
============================*/

/* table01 */
#table01 tr {
  border-bottom: 1px solid #b5b1b1;
}

#table01 th,
#table01 td {
  padding: 24px 0;
  border: none;
}

#table01 th {
  width: 30%;
}

/* sp */
@media only screen and (max-width: 320px) {
  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
  }

  #table01 th {
    width: 100%;
  }

  #table01 td {
    padding-top: 0;
  }
}

/*============================
page_top
============================*/

#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: -200px;
  background: #ef3f98;
  opacity: 0.6;
  border-radius: 50%;
}
#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: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*============================

============================*/

input {
    display: none;
}

/* ポップアップwindow部分 */
#overlay {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 70;
    width: 100%;
    height: 100%;
}
/* オーバーレイの背景部分 */
#bg_gray {
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 80;
}
/* ウィンドウ部分 */
#window {
    width: 95%;
    padding: 12px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: rgba(255, 255, 255, 0.5);
	border: solid 3px #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px -6px rgba(0,0,0,0.6);
    z-index: 90;
    opacity: 0;
}
/* 閉じるボタン */
#btn_cloth {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ab5901;
    border-radius: 5px;
    z-index: 100;
    cursor: pointer;
}
#btn_cloth:hover {
    opacity: 0.7;
}
#btn_cloth span,
#btn_cloth span::before {
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #fff;
}
#btn_cloth span {
    transform: rotate(45deg);
}
#btn_cloth span::before {
    content: "";
    position: absolute;
    bottom: 0;
    transform: rotate(-90deg);
}


/* クリックで表示 */
#popup:checked ~ #overlay {
    visibility: visible;
}
#popup:checked ~ #overlay #window {
    animation: fadein 500ms forwards;
    animation-timing-function: ease-in-out;
}
@keyframes fadein {
    100% {
        opacity: 1;
    }
}


/* コンテンツ部分のスタイル */
body {
    
}


#txt_label {
    text-decoration: none;
    cursor: pointer;
	font-size: 21px;
	font-weight: bold;
}
#txt_label:hover {
    opacity: 0.7;
}


#msg_ a {
    display: inline-block;
    color: #fff;
    background: #CE5D8B;
    border-radius: 20px;
    padding: 0.5em 1.5em 0.8em;
    text-decoration: none;
}
#msg_ a:hover {
    opacity: 0.7;
}
