@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
/* CSS Document */
body,
td,
p {
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 15px;
    line-height: 2;
     
}

a {
    color: #656565;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}

a:hover {
    text-decoration: none !important;
    color: #B31F22;
}

a:hover img {
    opacity: 0.8;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    /* IE lt 8 */
    -ms-filter: “alpha(opacity=80)”;
    /* IE 8 */
}

a img {
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
.page-top {
    position: fixed;
    bottom: 20px;
    right: 30px;
	z-index: 1100;
}

header{
    position: relative
}
.top-main {
    position: relative;
    z-index: 1;
}

.top-main .slick-slide {
	height: 100vh !important;
	overflow: hidden;
}

.top-main .item {
	height: 100vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	transform: scale(1);
	-webkit-transform: scale(1);
}

.top-main .slick-current .item {
	-webkit-animation: showKvImage 4.5s linear 1 both;
	animation: showKvImage 4.5s linear 1 both;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
	
.top-main .slick-current .item01 {
	-webkit-animation: showKvImage 4s linear 1 both;
	animation: showKvImage 4s linear 1 both;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.top-main .slick-current .item01.changed {
	-webkit-animation: showKvImage 4.5s linear 1 both;
	animation: showKvImage 4.5s linear 1 both;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.top-main img{
    width: 100%;
    height: auto;    
}

.top-main .item img {
	display: none !important;
}
@-webkit-keyframes showKvImage {
	0% {
		-webkit-transform:scale(1.1);
		transform:scale(1.1);
	}
	100% {
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@keyframes showKvImage {
	0% {
		-webkit-transform:scale(1.1);
		transform:scale(1.1);
	}
	100% {
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
h1{
    text-indent: -9999px;
    background-image: url("../images/logo.png");
    background-size: 185px 130px;
    background-repeat:no-repeat;
}
h1 a{
    display: block;
    width: 185px;
    height: 130px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
h1:hover{
    opacity: 0.7
}
.top-main .slick-arrow{
    display: none !important
}
.top_header{
      position: absolute;
    z-index: 10;
    left: 10%;
        top:70px;
}
.top_copy{
    width: 511px;
    margin-top: 30px;
    margin-bottom: 40px;
  
}
.top_copy img{
    width: 100%;
    height: auto
}
navi{
    width: 100%;
}

nav{ z-index: 50;
  /*  position: fixed;
   
    top:0px;*/
}

.top_mainchara{
    position: absolute;
    right: 60px;
    bottom: 30px;
    z-index: 10;
    text-align: center;
}
.top_mainchara img{
    width: 120px;
}
.top_mainchara figcaption{
    font-size: 11px;
    text-align: center;
    color: #fff;
}
@media screen and (max-width:768px) {
    .top_mainchara{
        right: 0;
        left: 0;
        margin: auto;
        bottom: 20px;
    }
    .top_mainchara img{
        width: 80px;
    }    
}


logo{
    position: absolute;
    left: 10%;
    top:15px;
}
.slick-prev,
.slick-next
{
     color: #bd6358 !important;
}

.td31 ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.td31 li{
	float: left;
	width: 326px;
	margin-right: 40px;
    
}
.td31 li:last-child{
	margin-right: 0px;
}

.news_L1{
    float: left;
	width: 530px;
	margin-right: 40px;
}
.news_L2{
    float: left;
	width: 530px;
}

.topnews .news_L1{
    width: 100%;
    max-width: 769px;
    float: none;
    margin: 0 auto;
	margin-bottom:3%;
}

.news_ti {
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: 300;
  position: relative;
  padding-bottom: .1em;
    text-align: center;
    font-size: 24px;
    margin-bottom: 0px;
}
.news_ti::after {
  position: absolute;
  bottom: -1px;
  left: 50%;
    margin-left: -15px;
  z-index: 2;
  content: '';
  width: 30px;
  height: 1px;
  background-color: #a62c24;
}

.news-box {
 height: 340px;
    overflow: auto;
    padding: 20px;
    background-color: #fff;
}
.news-box  ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.news-box  ul li{
    padding: 14px 0px;
    border-bottom: dotted 1px #ccc;
    font-size: 12px;
}
.news-box  ul li h4{
    font-size: 14px;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: bold;
    line-height: 21px;
    margin: 5px 0px;
}
.news-box  ul li p{
    line-height: 1.8;font-size: 12px;
    color: rgba(85,85,85,1.00);
    margin-bottom: 0px;
}
.top_section3 .td31 p{
    font-size: 18px;
    margin-top: 7px;
    text-align: center;
}
/*TOPメインイメージアコーディオン*/
.accordion2,.accordion2 p{
    color: #fff;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
.accordion2 .inner {display: none;}
.accordion2 p{cursor: pointer; padding: 0px;
    margin-bottom: 0px;
    margin-top: 10px;
color: #fff;}
.accordion2 .inner li{padding: 0px 0;}
 ul.accordion2,.accordion2 ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.accordion2 ul a{
    color: #fff;
    padding-left: 20px;
    font-size: 13px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.accordion2 ul a:hover{
    text-decoration: none;
    color: #D3D3D3
}
.ac1:before {
    color: #fff;
font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-right: 10px;
}
.clr:after {
    display: block;
    height: 0;
    clear: both;
    content: ".";
    visibility: hidden;
}
.midashi1{
    font-size: 54px;
    text-align: center;
    line-height: 60px;
    color: #a62c24;
    margin: 65px 0px 35px;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: 300;
}
.midashi1 span{
    font-size: 18px;
    color: #9d9c9c;
    line-height: 20px;
    font-family: Lato;
    display: block;
    font-weight: 700;
}
.midashi1 span.notranslate{
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    font-family: inherit;
    display: inline;
    font-weight: inherit;
}

.midashi12{
    font-size: 54px;
    text-align: center;
    line-height: 66px;
    color: #a62c24;
    margin: 65px 0px 35px;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: 300;
}
.midashi12 span{
    font-size: 24px;
    color: #000;
    line-height: 30px;
    font-family: Lato;
    display: block;
    font-weight: 700;
}
.midashi12 span.notranslate{
    font-size: inherit;
    color: inherit;
    line-height: inherit;
    font-family: inherit;
    display: inline;
    font-weight: inherit;
}
/*TOPページ*/
.box1{
    background-color: #fff;
    padding: 80px 0px;
    margin-top: -10px;
    border-bottom: solid 1px #f0f1e8;
}
.top_section1 h3{
    width: 200px;
    float: left;
    text-align: center;
    margin-right: 50px;
    margin-top: 15px;
}
.top_section1 p{
    font-size: 16px;
    line-height: 3.2;
}
.sec_in{
    float: right;
    width: 850px;
}

.top_sl2{
    margin-top: 50px;
    text-align: center
}
.top_sl2 div{
    text-align: center
}
.top_sl2 div p{
}
.top_section2 img{
    width: 100%;
    height: auto;
}
.top_sl2 .slick-prev,
.top_sl2 .slick-next {
	width: 35px;
	height: 35px;
	z-index: 10;
}

.top_sl2 .slick-prev {
	left: -45px;
}

.top_sl2 .slick-next {
	right: -45px;
}
	
.top_sl2 .item {
    padding: 0 15px;
}

.top_sl2 .item .photo {
	margin: 0 auto;
	overflow: hidden;
	max-width: 248px;
	border: 1px solid #eee;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

.top_sl2 .item a:focus {
	outline: none;
	-webkit-tap-highlight-color:transparent;
}

.top_sl2 .item a:hover .photo {
	opacity: 0.8;
}

.top_sl2 .item .photo:before {
	padding-bottom: 67%;
	content: "";
	display: block;
	width: 100%;
}

.top_sl2 .item .photo img {
	display: none;
}

.box2{
    background-color: #f2f2f2;
    margin-top: 70px;
    padding: 70px 0px;
}
.box2.topnews{
    margin-top: 0;
}

.button1 {
	display: inline-block;
	width: 100px;
	height: 24px;
	text-align: center;
	text-decoration: none;
	line-height: 22px;
	outline: none;
	box-sizing:border-box;
	font-size:12px;
	margin-top:20px;
	margin-left:auto;
	margin-right: auto;
	font-weight: normal
}
.button1::before,
.button1::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button1,
.button1::before,
.button1::after
 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button1 {
		color: #4b4b4b;
	border: 1px solid #4b4b4b;
	background-color: rgba(75,75,75,0.00);
	box-sizing:border-box;
	border-radius: 20px;
}
.button1:hover {
	background-color: rgba(75,75,75,1.00);
	text-decoration: none;
	color: #fff;
	border: 1px solid #4b4b4b;
	box-sizing:border-box
}



.button2 {
	display: inline-block;
	width: 310px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 52px;
	outline: none;
	box-sizing:border-box;
	font-size:14px;
	margin-top:20px;
	margin-left:auto;
	margin-right: auto;
	font-weight: normal
}
.button2::before,
.button2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button2,
.button2::before,
.button2::after
 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button2 {
		color: #fff;
	border: 1px solid #4b4b4b;
	background-color: rgba(75,75,75,1.00);
	box-sizing:border-box;
	border-radius: 60px;
}
.button2:hover {
	background-color: rgba(75,75,75,0.00);
	text-decoration: none;
	color: #4b4b4b;
	border: 1px solid #4b4b4b;
	box-sizing:border-box
}

.button3 {
    display: inline-block;
    width: 310px;
    height: 54px;
    text-align: center;
    text-decoration: none;
    line-height: 52px;
    outline: none;
    box-sizing:border-box;
    font-size:14px;
    margin-bottom:40px;
    margin-left:auto;
    margin-right: auto;
    font-weight: normal
}
.button3::before,
.button3::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.button3,
.button3::before,
.button3::after
 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.button3 {
        color: #fff;
    border: 1px solid #a62c24;
    background-color: #fff;
    box-sizing:border-box;
    border-radius: 60px;
    color: #a62c24;
}
.button3:hover {
    background-color: #a62c24;
    text-decoration: none;
    color: #fff;
    border: 1px solid #a62c24;
    box-sizing:border-box
}

.ta_c{
    text-align: center
}
.ta_r{
    text-align: right
}
.box3{
    border-bottom: solid 1px #ccc;
    margin-bottom: 50px;
    overflow: hidden;
	position: relative;
}
.box3 .L_box {
	float: left;
	width: 50%;
	margin-bottom:0;
}
.box3 .R_box {
	float: right;
	width: 50%;
	font-size: 35px;
	color: #a72c24;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	line-height: 1.3;
	letter-spacing: 2px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
    padding: 6% 0;
}
.box3 .R_box span {
	font-size: 15px;
	font-family:Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:600;
}
.box3 .R_box img {
	width: 40px;
    padding-top: 3%;
}

@media screen and (max-width: 600px) {
	.box3 .sp p {
		text-align: center;
		color: #b0453d;
		font-size: 22px;
		letter-spacing: 1px;
		line-height: 1.3;
		font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
		font-weight: 500;
		padding-top: 3%;
	}
	.box3 .sp p span {
		font-size: 12px;
		font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-weight: 600;
	}
	.box3 .sp p img {
	    width: 8%;
		padding-top: 3%;
	}
}

.box3 img{
    width: 100%;
    height: auto;
    
}
.top_bn{  display: table;
      min-height: 95px;
	  clear: both;
	  }
.top_bn ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
    width: 100%;
  
}
.top_bn li{
    width: 20%;
    float: left;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding-top: 15px;
}
.top_bn li:first-child{
    padding-top: 0px;
}

footer{
    margin-top: 80px;
    background-color: #a62c24;
    padding-top: 80px;
    padding-bottom: 10px;
    color: #fff;
}
.footer_L{
    width: 735px;
    float: left;
    border-right: solid 1px #bb6862
}
.footer_L2{
    width: 125px;
    float: left;
}
.footer_R2{
    width: 220px;
    float: left;
    margin-bottom: 35px
}
.footer_R2 img{
    margin-right: 10px;
    margin-bottom: 30px;
    margin-top: 10px;
}
.footer_R{
width:150px;
    float: right;
    padding-top: 10px;
}
.footer_R p{
    margin-bottom: 30px;
    font-size: 15px;
}
footer a,footer p{
    color: #fff;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
footer a:hover{
    color: #fac6c2;
}

.sub_teaser{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding: 130px 10px;
    position: relative;
}
.sub_teaser1{
     background-image: url("../images/kodawari/back01@2x.jpg");
}
.sub_teaser2{
     background-image: url("../images/shop/back02.jpg");
}
.sub_teaser3{
     background-image: url("../images/back03.jpg");
}
.sub_teaser5{
     background-image: url("../images/back05.jpg");
}
.sub_teaser6{
     background-image: url("../images/back06.jpg");
}
.sub_teaser h2{
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-size: 34px;
    font-weight: 300;
}
.sub_teaser:after{
    width: 60px;
    height: 60px;
    content: "";
    background: url("../images/chara02.png") center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 30px;
}

.pagetitle{
    background-color: #a62c24;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: 300;
}
.breadcrumb{
    font-size: 12px;
    padding-right: 15px;
    text-align: right;
    margin-bottom: 60px;
}
.plink1{
    margin: 40px 0px 
}
.plink1 ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.plink1 li{
    float: left;
    margin-right: 20px;
}
.plink1 li:last-child{
    margin-right: 0px;
}
.plink1 li a{
    border: solid 1px #383838;
    padding: 15px;
    width: 260px;
    display: block;
    color: #000;
    text-align: center;
    font-weight: 300;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.plink1 li a:hover,li.onkink a{
    background-color: rgba(74,74,74,1.00);
    color: #fff;
}
.mt40{
    margin-top: 60px;
}
.mt60{
    margin-top: 60px;
}
.mt80{
    margin-top: 80px;
}
.kodawari_box1{
    margin: 80px 0px 25px;
}
.box18{
    font-size: 18px;
    margin: 50px 0px;
}
.td21 ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.td21 li{
	float: left;
	width: 525px;
	margin-right: 50px;
}
.td21 li:nth-child(2n){
	margin-right: 0px;
}
.midashi3 {
  position: relative;
  padding: 20px 15px 20px 32px;
	font-size: 18px;
    line-height: 20px;
	color: #000;margin: 40px 0px 15px;
	background-color: #f7f7f7;
}
.midashi3::after {
  position: absolute;
  top: .5em;
  left: 15px;
  content: '';
  width: 5px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #a62c24;
}

.midashi5 {
  position: relative;
  padding: 20px 15px 20px 32px;
	font-size: 18px;
    line-height: 20px;
	color: #fff;margin: 40px 0px 15px;
	background-color: #3A3A3A;
}
.midashi5::after {
  position: absolute;
  top: .5em;
  left: 15px;
  content: '';
  width: 5px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #a62c24;
}

.subcp_box{margin-top: 80px;
margin-bottom: 15px;}

.subcp_box p{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 5px;
    
}
.img_l{
    float: left;
    margin-right: 40px;
    margin-bottom: 40px;
}
.img_r{
    float: right;
    margin-left: 40px;
    margin-bottom: 40px;
}
.kc_box{
    margin: 60px 0px 0px;
    padding: 30px;
    border: solid 3px #eee;
    line-height: 1.7
}
.kc_box h4{
    color: #a62c24;
}
.kc_box p{
    line-height: 1.7;
    margin-bottom: 0px;
}
.midashi4{
    background-color: #000;
    color: #fff;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    padding: 15px 20px;
    margin: 70px 0px 25px;
    font-weight: 300;
    font-size: 25px;
}

.midashi2{
    background-color: #fff;
    border: solid 2px  #a62c24;
    color: #a62c24;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    padding: 15px 20px;
    margin: 70px 0px 25px;
    font-weight: 600;
    font-size: 22px;
}
.kc_L1{
    width: 440px;
    float: right;
    text-align: right;
    padding: 0px 0px 30px;
}
.kc_L2{
    width: 440px;
    float: left;
    text-align: left;
    padding: 40px 0px 30px 0px;
}
.sec2_L{
    width: 410px;
    float: left;
}
.sec2_R{
    width: 690px;
    float: left;
}
#left{
    float: left;
    width: 790px;
}
#right{
    float: right;
    width: 250px;
}
#right a,#right p{
    color: #000;
}
#right a:hover{
     color: #a62c24;
}

#right .ac1::before {
    color: #7B7B7B;
}
.side_ti{
    background-color: rgba(56,56,56,1.00);
    padding: 10px 14px;
    color: #fff;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: 300;
    border-radius: 2px;
}

.shoplist ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.shoplist li{
    width: 375px;
    float: left;
    margin-right: 40px;
    min-height: 490px;
}

.shoplist li:nth-child(2n){
    margin-right: 0px;
}
.shoplist li .photo {
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	border: 1px solid #eee;
}
.shoplist li .photo:before {
	content: "";
	display: block;
	padding-bottom: 75%;
}
.shoplist li .photo img {
	display: none;
}
.shoplist h4{
    background-color: #EEEEEE;
    padding: 5px 17px;
    font-size: 16px;
    font-weight: 600;
    color: #a62c24;
    margin: 5px 0px 14px;
}
.shoplist p{
    font-size: 14px;
    line-height: 1.7
}
.shop_ic1{
    color:  #a62c24;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    border: solid 1px #a62c24;
    padding: 2px 10px;
    margin-right: 13px;display: inline-block;
    margin-bottom: 13px;
}
.shop_ic2{
    color:  #3F3F3F;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    border: solid 1px #3F3F3F;
    padding: 2px 10px;
    margin-right: 13px;
    display:inline-block;
    margin-bottom: 13px;
}

.shop_ic1b{
    color:  #a62c24;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    border: solid 1px #a62c24;
    padding: 2px 10px;
    margin-bottom: 10px;
    text-align: center
}
.shop_ic2b{
    color:  #3F3F3F;
    font-size: 12px;
    font-weight: 3500;
    line-height: 20px;
    border: solid 1px #3F3F3F;
    padding: 2px 10px;
    margin-bottom: 10px;
    text-align: center
}
.gal_L{
    width: 540px;
    float: left;
}
.gal_L .slider-for img{
    max-width: 100%;
    height: auto;
}
.gal_R{
    width: 220px;
    float: right;
}
.yayaku_ti{
    background-color: #eee;
    border-radius: 80px;
    padding: 8px;
    text-align: center;
    font-size: 16px;
}
.yayaku_ti a{
	color:#212529;
}
.tel{
    color:  #a62c24;
    font-weight: 600;
    font-size: 26px;
    text-align: center;
}
.tel span{
    font-size: 24px;
    margin-right: 10px;
}
.tel a{
 color:  #a62c24;
}

.slider-nav img{
    width: auto;
    height:65px;
}

.slider-for div{
    width: 100%;
    text-align: center;
}
.slider-for img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.slider-nav .item .photo,
.slider-for .item .photo{
	margin: 0 auto;
	border:1px solid #eee;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
}
.slider-for .item .photo {
	background-size: contain;
}

.slider-nav .item .photo {
	width: 84px;
}

.slider-nav .item .photo:before,
.slider-for .item .photo:before {
	padding-bottom: 67%;
	content: "";
	display: block;
	width: 100%;
}

.slider-nav .item .photo img,
.slider-for .item .photo img {
	display: none;
}

.slider-nav .slick-prev,.slider-nav .slick-next{
    top:45%
}

.button2 span{
    font-size: 10px;
}
.button3 span{
    font-size: 10px;
}
.table1 {
  border-collapse: collapse;
  width: 100%;
}
.table1 p{
    margin-bottom: 0px;
}
.table1 tbody{}

.table1 td{
	border: 1px solid #eee;
	padding: 10px;
}

.table1 th {
	border: 1px solid #eee;
	font-weight: normal;
	padding: 10px;
text-align: center;
	width: 20%;
	background: #fef5f5;	
}

.contact_tel a{
    display: block;
text-align: center;
    margin-top: 60px;
    padding: 30px;
    font-size: 26px;
    line-height: 1.5;
    background-color: #f7f7f7;
    border: solid 3px #a62c24;
    color: #a62c24;
}
.contact_tel a span{
    font-size: 40px;
    font-weight: 600;
}
.table2 {
  border-collapse: collapse;
  width: 100%;
}

.table2 tbody{}

.table2 td{
	border: 1px solid #ccc;
	padding: 10px;
}

.table2 th {
	border: 1px solid #ccc;
	font-weight: bold;
	padding: 10px;
text-align: center;
    background-color: #f7f7f7;
}
.table2 p{
    margin-bottom: 0px;
}
.table2 th:nth-child(1){
    width: 20%
}
.table2 th:nth-child(2){
    width: 40%
}
.table2 th:nth-child(3){
    width: 20%
}
.table2 .mfp01{
	margin-top: 8px;
	display: block;
}
.table2 td .mfp01:first-of-type{
	margin-top: 0;
}

.mw_wp_form_confirm .confirmHide {
	display: none !important;
}
.mediabox{
    background-color: #f7f7f7;
    border-radius: 3px;
    padding: 24px 40px 20px;
    margin-bottom: 40px;
}
.mediabox h4{
    color: #a62c24;
    font-size: 22px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #ccc;
}

.mediabox .img_r{
    margin-bottom: 20px;
}
.side_btn{
    position: fixed;
    right: 0px;
    top:550px;
    z-index: 1000
}

.policy {
    border: solid 1px #EEE;
    background: #F9F9F9;
    padding: 1.0em 2em;
    font-size: 12px;
    line-height: 1.7;
    margin-top: 3.0em;
    margin-bottom: 40px;
}
.policy p{
    font-size: 12px;
    line-height: 1.7;  
}
.policy h4 {
    font-size: 13px;
    margin-top: 10px;
    font-weight: 700;
    color: #a62c24;
}

.hisu{
    font-size: 13px;
    color: #D70003;
    font-weight: 400;
    margin-left: 10px;
}
.contact_box th{
    text-align: left;
}
.com_L{
    width: 700px;
    float: left;
}
.com_R{
    width: 350px;
    float: right;
}
.copy{
    text-align: center;
    font-size:12px;
    margin-top: 30px;
}
.copy p{
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    text-align:center;
    font-size: 60px;
    line-height: 57px;
    font-weight: 300;
}
p.copy2{
    font-size: 30px;
    line-height: 45px;
    margin-top: 40px;
}

.table3 {
  border-collapse: collapse;
  width: 100%;
    border-top: 1px dotted #ccc;
}

.table3 tbody{}

.table3 td{
	border-bottom: 1px dotted #ccc;
	padding: 10px;
}

.table3 th {
	border-bottom: 1px dotted #ccc;
	font-weight: normal;
	padding: 10px;
text-align: left;
	width: 20%;
}
.table3 p{
    margin-bottom: 0px;
    
}

p.tx_red{
    color: #D70003;
}

.movie{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.movie iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

.mt0{
    margin-top: 0px;
}
@media screen and (min-width: 1000px) {
.fix-header {
	background-color:rgba(33,33,33,0.88);
	
	top: -63px;/* 上に隠す鷹さ */
	left: 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	padding-top:0px;
	position: fixed;
	opacity:0;/* 	最初読み込んだときは透過 */
	z-index: 1000;/*　他のアイテムに対して最上位のレイヤーになるように */
/*	opacity: 0; */
	}
  .container{
width: 1100px;
margin-left: auto;
margin-right: auto;}
}

@media screen and (max-width: 1000px) {
    logo{
        display: none
    }
 
    .mt40{
        margin-top: 20px;
    }
    img{
        max-width: 100%;
        height: auto;
    }

.side_btn {
display:none;
}

      .top_copy{
    width: 50%;
    margin-top: 30px;
            float: right;
    margin-bottom: 40px;
  }
    .accordion2{
        width: 65%;
        float: left;
    
    }
    .top_header {
    position: absolute;
    z-index: 10;
    left: 20px;
    top: 20px;
        width: 94%;
}
    .top-main img {
    width: auto !important;
         max-width: 160%;
        margin-left: -30%;
    height: auto;
}
    .top_copy{
         display: none
    }
    .accordion2 p {
    cursor: pointer;
        font-size: 14px;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 5px;
    color: #fff;
}
    h1{
        width: 90px;
       
        float: left
    }
    h1 {
    background-size: 100px auto;
}
    .accordion2 ul a{
        font-size: 12px;
    }
    .top_section1 h3,
	.top_section1 h3.pc {
    width: 20%;
    float: left;
    text-align: center;
    margin-right: 0px;
    margin-top: 10px;
}
    .sec_in {
    float: right;
    width: 78%;
}
    .top_section1 p {
    font-size: 14px;
    line-height: 1.8;
}
    .midashi1 {
    font-size: 30px;
    text-align: center;
    line-height: 40px;
    margin: 45px 0px 20px;

}
    .top_bn li {
    width: 50%;
    float: left;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
        padding: 5px;
}
    .slick-slide img {
    display: block;
        margin-left: auto;
        margin-right: auto
}
    .slick-slide{
        text-align: center
    }
    .top_sl2 div p {
    padding-right: 0px;
}
	
	.top_sl2 .slick-prev {
		left: 10px;
	}
	
	.top_sl2 .slick-next {
		right: 10px;
	}
	.top_sl2 .item {
		padding: 0;
	}

    .td31 li {
    float: none;
    width: 100%;
    margin-right: 0px;
        padding-right: 3%;
        padding-left: 3%;
}
    .news_L1 , .news_L2{
   float: none;
    width: 100%;
   margin-right: 0px;
        padding-right: 3%;
        padding-left: 3%;
        margin-bottom: 25px;
}
    .footer_L {
    width: 100%;
    float: none;
    border-right: solid 0px #bb6862;
}
       .footer_R{
    width: 100%;
    float: none;}
    .footer_L2 {
    width: 20%;
    float: left;
        padding-right: 30px
}
      .footer_R2 {
    width: 78%;
    float: left;
}
    .footer_R{
        display: none
    }
    footer {
    margin-top: 50px;
    background-color: #a62c24;
    padding-top: 30px;
    color: #fff;
}
    .container{
        padding-left: 2%;
        padding-right: 2%
    }
    .shoplist li {
    width: 100%;
    float: none;
    margin-right: 0px;
    min-height: auto;
        margin-bottom: 20px
}
    
    #left {
    float: none;
    width: 100%;
}
    
    #right {
      float: none;
    width: 100%;
        margin-bottom: 60px;
}
    .gal_L {
    width: 100%;
    float: none;
        margin-bottom: 30px
}

.slider-nav .slick-prev,
.slider-nav .slick-next {
	width: 35px;
	height: 35px;
}

.slider-nav .slick-prev {
	left: 10px;
}

.slider-nav .slick-next{
	right: 10px;
}
        .gal_R {
    width: 100%;
    float: none;
}
    .contact_tel a span{
        font-size: 32px;
    }
    .plink1 li {
    float: left;
    margin-right: 1%;
        width:49% ;
        margin-bottom: 5px; 
}
    .plink1 li a {
    border: solid 1px #383838;
    padding: 13px 7px;
    width: 100%;
    display: block;
    color: #383838;
        font-size: 12px;
    text-align: center;
    font-weight: 600;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
    .ta_r {
    text-align: center;
}
    .onkink a{
        color: #fff !important;
    }
    .com_L {
 width: 100%;
    float: none;
}    .com_R {
 width: 100%;
    float: none;
}
    .copy p {
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    text-align: center;
    font-size: 40px;
    line-height: 50px;
    font-weight: 300;
}
    p.copy2  {
   
    font-size:19px;
    line-height: 30px;
    font-weight: 300;
}
    .box2 {
    background-color: #f2f2f2;
    margin-top: 40px;
    padding: 40px 20px;
}
    .table3 {
        font-size: 12px;
    }
    .table3 th{
        width: 34%;
    }
    .midashi12 {
    font-size: 34px;
    text-align: center;
    line-height: 46px;
    color: #a62c24;
    margin: 45px 0px 20px;
   
}
    p.nomal{
  word-wrap: break-word;
}

p.break{
  word-wrap: break-word;
}
    td{
       word-wrap: break-word;  
    }
    .midashi12 span {
    font-size: 18px;
    color: #000;
    line-height: 30px;
    font-family: Lato;
    display: block;
    font-weight: 700;
}
tarea,
input[type="number"],
input[type="text"] {
    width: 100%;
    padding: 5px;
    font-size: 100%;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

textarea {
    height: 100px; /* お好みの高さに */
}
textarea,
input[type="tel"],
input[type="email"],
    input[type="text"]{
         border: 1px solid #ccc !important;
        width: 100%;
    } 
/* フォーカス時の色変更 */

textarea:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="text"]:focus {
    border: 1px solid #333 !important;
}
    .form-select {
    display: block;
    position: relative;
    width: 100% !important;
    height: 38px;
    font-size: 14px;
    font-size: 1.4rem;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.form-select:after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    /* ここで下向き矢印指定　今回はCSSで */
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #333;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    pointer-events: none;/* クリック出来るよう */
}

.form-select select {
    width: 100%;
    height: 35px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 10px;
    border: none;
    position: relative;
}
    form table,form tbody,form tr,form th,form td{
        display: block;
        width: 100% !important;
        border-collapse: collapse !important
    }
    form td{
        border-top: none !important
    }
    .img_r {
    float: none;
    margin-left: auto;
        margin-right: auto;
        display: block;
    margin-bottom: 20px;
}
    .fix-header{
     position: fixed;
        z-index: 9998;
        width: 100%
    }
}

/*///　20181212 追加　///*/

.sp {
    display: none;
}

.breadcrumb {
	max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.button2:hover {
	background-color: rgba(75,75,75,0.70);
	color: #fff;
	border: 1px solid #7e7d7d;
}

/*TOPページ*/
header .slick-slide img {
	border: none;
}
.box1b{
    background-color: #f9f8f7;
    padding: 20px 0px;
    border-bottom: solid 1px #f0f1e8;
}

.sec_in p span {
	font-weight: 600;
}

.charactor01 .chara_ti{
    text-align: center;
}
.charactor01 figure{
    text-align: center;
    margin-top: 1em;
}
.charactor01 img{
    max-width: 440px;
    width: 100%;
    height: auto;
}

.top_section1 .container{
    position: relative;
}
.top_section1 .container .img_chara02{
    position: absolute;
    right: 0;
    bottom: -80px;
    width: 100%;
    max-width: 100px;
}

.top_section1 h3.pc {
	width: auto; 
    float: left;
    text-align: center;
     margin-right: 0; 
    margin-top: 15px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #a72c24;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: 400;
    font-size: 40px;
    letter-spacing: 5px;
	white-space: nowrap;
}

.commitment01 {
	background: #e68301;
}
.commitment02 {
	background: #2d2d2d;
}
.commitment03 {
	background: #a72c24;
}


.top_section2 a h4 {
	color: #fff;
    font-size: 18px;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.commitment01 > a > .pc,
.commitment02 > a > .pc,
.commitment03 > a > .pc {
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: 12% auto;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-ms-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
.commitment01 > a > .pc {
	background-image:url(../images/top/cat2_p1_num@2x.jpg);
	background-position: right bottom; 
}
.commitment02 > a > .pc {
	background-image:url(../images/top/cat2_p2_num@2x.jpg);
	background-position: left bottom; 
}
.commitment03 > a > .pc {
	background-image:url(../images/top/cat2_p3_num@2x.jpg);
	background-position: right bottom; 
}

.top_section2 .phobox {
	
}

.top_section2 .phobox img {
	width: 100%;
	height: auto;
	display: block;
}

.commitment01 .phobox {
	width: 60.5%;
	float: left;
}

.commitment02 .phobox {
	width: 57.2%;
	float: right;
}

.commitment03 .phobox {
	width: 60.5%;
	float: left;
}

.top_section2 .pc .txtbox {
	padding-top: 4.35%;
	background: none;
	box-sizing: border-box;
}

.commitment01 .pc .txtbox {
	padding-right: 10.7%;
	width: 39.5%;
	float: right;
}

.commitment02 .pc .txtbox {
	padding-right: 12.5%;
	width: 42.7%;
	float: left;
}

.commitment03 .pc .txtbox {
	padding-right: 10.7%;
	width: 39.5%;
	float: right;
}

.top_section2 a:hover .pc img {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	filter: alpha(opacity=80);
	-ms-filter: alpha(opacity=80);
}

.top_section2 a:hover .pc {
	opacity: 0.8;
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	-ms-opacity: 0.8;
}

.top_section2 .pc .txtbox > * {
	margin: 0;
	padding: 0;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	float: right;
}

.top_section2 .pc .txtbox h4 {
	margin-left: 0.66em;
	padding-bottom: 14%;
	font-size: 67.2px;
	font-size: 3.5vw;
	font-weight: normal;
	line-height: 1;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-size: 90% auto;
	background-position: center bottom; 
}

.commitment01 .pc .txtbox h4 {
	letter-spacing: 0.3em;
	background-image:url(../images/top/cat2_p1_icon@2x.jpg);
}

.commitment02 .pc .txtbox h4 {
	letter-spacing: 0.1em;
	background-image:url(../images/top/cat2_p2_icon@2x.jpg);
}

.commitment03 .pc .txtbox h4 {
	letter-spacing: 0.1em;
	background-image:url(../images/top/cat2_p3_icon@2x.jpg);
}

.top_section2 .pc .txtbox p {
	font-size: 1.1vw;
	letter-spacing: 0.3em;
	line-height: 2.3;
	vertical-align: top;
	text-align: left;
	white-space: nowrap;
}

.top_section2 .txtbox {
	padding:15px;
}

.commitment01 .txtbox {
	background: url(../images/top/cat2_p1bg@2x_sp.png) bottom;
	background-size: cover;
}
.commitment02 .txtbox {
	background: url(../images/top/cat2_p2bg@2x_sp.png) bottom;
	background-size: cover;
	text-align: right;
}
.commitment03 .txtbox {
	background: url(../images/top/cat2_p3bg@2x_sp.png) bottom;
	background-size: cover;
}

.commitment01 a p, .commitment02 a p, .commitment03 a p {
	color: #fff;
    font-size: 13px;
    font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    line-height: 1.7;
}
.charactor01 .chara_tit{
    
}
.charactor01 figure{
    text-align: center;
    margin-top: 1em;
}
.charactor01 img{
    max-width: 1920px;
    width: 100%;
    height: auto;
}


/* CMギャラリー */
p.center {
    text-align: center;
    font-size: 120%;
}

@media screen and (max-width: 600px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
		
	.top-main .slick-slide {
		height: 470px !important;
	}

	.top-main .item {
		height: 470px;
	}

	.top-main .item01 {
		background-image: url(../images/top/slider1@2x_sp.jpg) !important;
	}

	.top-main .item02 {
		background-image: url(../images/top/slider2@2x_sp.jpg) !important;
	}
	
	.top-main .slick-dots {
		bottom: -25px;
	}
	
	.td21 li {
		float: none;
		width: 100%;
		margin-right: 0px;
		padding-right: 3%;
	    padding-left: 3%;
	}
	.td21 p, .td31 p {
		line-height: 1.7;
	}
	.midashi1 {
		font-weight: 500;
		font-size:25px;
	}
	.midashi1 span {
		font-size: 15px;
		font-weight: 400;
	}
	.midashi3 {
		padding: 10px 15px 10px 30px;
		font-size: 16px;
		margin-bottom: 5px;
		margin-top: 30px;
	}
	.midashi5 {
		font-size: 16px;
		padding-left: 25px;
	}
	.midashi5::after {
		position: absolute;
		top: .5em;
		left: 10px;
	}
	.midashi12 {
	    font-size: 28px;
	    line-height: 30px;
	}
	.sub_teaser h2 {
		font-size: 25px;
	}
	.box18 {
		margin: 30px 0;
	}
	.page-top {
		position: fixed;
    bottom: 10px;
    right: -5px;
	}
	.page-top img{
		width: 80%;
	}
	/*　TOPページ　*/
	 header .slick-slide img {
        margin-left: -140px;
	}
	    .accordion2{
        display:none;
    }
	.top_section1 {
		padding: 40px 0;
		}
	.top_section1 h3.sp {
		float: none;
		width: 100%;
	}
	.top_section1 .sec_in {
		float: none;
		width: 100%;
	}
	.bland.td31 ul {
		    display: flex;
	}
	.bland.td31 li {
    width: 33%;
    padding-right: 1%;
    padding-left: 1%;
	}
	.top_section3 .bland.td31 p {
		font-size: 12px;
	}
	
	/*　MVのロゴ　*/
	.top_header .sp {
		position: absolute;
		z-index: 10;
		left: 25%;
		top: 50px;
	}
	h1.sp {
	    background-size: 185px 130px;
		width: 185px;
		float: none;
		height: 130px;
	}
	
	/*　こだわり各ページ　*/
	.img_l {
		float: none;
		display: block;
		margin: 0 auto;
		margin-bottom: 4%;
	}
	.kc_L1, .kc_L2 {
	    width: 100%;
		float: none;
		text-align: center;
	}
	.sec2_L, .sec2_R {
		width: 100%;
		float: none;
		padding-right: 3%;
	    padding-left: 3%;
	}
	.sec2_L {
		text-align: center;
		margin-bottom: 10px;
	}
	.sec2_R {
		border-bottom: 1px dotted #ccc;
		margin-bottom: 30px;
	    padding-bottom: 5%;
	}
	.midashi4 {
		font-size: 22px;
		font-weight:600;
	}
	
	/*　会社概要ページ　*/
	.gaiyou tr, .saiyou tr {
	    display: grid;
	}
	.gaiyou th:nth-child(1), .saiyou th:nth-child(1) {
		width: 100%;
	}
	
	/* CMギャラリー */
	p.center {
		font-size: 100%;
	}
	/*　店舗一覧 */
	#right {
		display: none;
	}

}

@media screen and (min-width: 1001px) {
.plink1 li{
    margin-bottom: 20px;
}
}

.plink1 li:nth-child(4n){
    margin-right: 0px;
}


/*190719台湾店用追加*/

/**①2カラムのレイアウトここから********************************************************************/
.column_2nd{
	width: 100%;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
}
.column_2nd .column2nd_inner{
	width: 49%;
	margin-bottom: 10px;
}
.column_2nd .column2nd_inner figure img{
    max-width: 100%;
    border: 1px solid #e2e2e2;
}
.column_2nd .column2nd_inner figure figcaption span{
    font-weight: bold;
}

@media screen and (max-width:768px) {
.column_2nd .column2nd_inner{
	width: 100%;
}
.column_2nd .column2nd_inner:last-child{
	margin-bottom: 0;
}
}
/**2カラムのレイアウトここまで********************************************************************/

.single-post{
    background: url('../images/shop/bg_paper.png');
}

.single-post,
.single-post .sub_teaser h2,
.single-post .pagetitle,
.single-post .midashi4,
.single-post .tel a,
.single-post .side_ti,
.single-post p{
    font-family: "Noto Serif JP","HG行書体","HGP行書体","ＤＦ行書体","cursive";
}
.single-post,
.single-post .side_ti,
.single-post p{
    font-size: 20px;
}
.single-post .midashi4{
    font-size: 28px;   
}
.single-post .tel a{
    font-size: 26px;
}
.single-post .midashi3{
    font-size: 26px;
    line-height: 1.2;
    background: inherit;
    text-align: center;
}
.single-post .midashi3:after{
    width: 60px;
    height: 60px;
    content: "";
    background: url("../images/chara02.png") center center no-repeat;
    background-size: contain;
    display: inline-block;
    position: relative;
    bottom: -30px;
}

.single-post .shop_ic1,
.single-post .shop_ic2{
    font-size: 14px;
}

.single-post .table1 td{
    background: #fff;
}

.sp{
    display: none;
}
@media screen and (max-width:768px) {
    .sp{
        display: inherit;
    }
    .pc{
        display: none;
    }
}
/*220921 TOP社員大募集中のサイズ変更*/
img.news-recruit-bnr{
    width: 50%;
}
@media screen and (max-width:768px) {
img.news-recruit-bnr{
    width: 70%;
}
}
.news-bnr{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.order_link p{
    text-align:center;
}
.order_link a{
    color: #fff;
    border: 1px solid #a62c24;
    background-color:#a62c24;
    box-sizing:border-box;
    border-radius: 60px;
	font-size:20px;
}
.order_link a:hover{
    background-color:#d37f79;
    border: 1px solid #d37f79;
}