@charset "utf-8";

.sp {
	display: none !important;
}

body {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

html {
	font-size: 62.5%;
}

body {
	font-size: 16px;
	font-size: 1.6em;
	position: relative;
}

.wrap {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.ttl_set {
	background-size: cover;
	background-position: center center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 300px;
}

.hv:hover {
	opacity: .8;
}

/*----------------------------------------------------
    header
----------------------------------------------------*/

header .head-up {
	background: #000;
	color: #fff;
}

header .head-up .wrap {
	display: flex;
	align-items: center;
	padding: 7px 0;
}

header .head-up h1 {
	font-size: 1.2rem;
}

header .head-up nav {
	margin-left: auto;
}

header .head-up nav ul {
	display: flex;
}

header .head-up nav ul li a {
	font-size: 1.2rem;
	color: #fff;
	background: #2c2c2c;
	display: block;
	padding: 6px 10px;
	margin-left: 10px;
	border-radius: 5px;
}

header .head-up nav ul li a:after {
	content: '\f105';
	font-family: FontAwesome;
	margin-left: 14px;
	color: #6f6f6f;
}

header .head-down .wrap {
	display: flex;
	align-items: center;
	padding: 20px 0;
}

header .head-down .wrap .logo img {
	width: 130px;
}

header .head-down .wrap nav {
	margin-left: auto;
}

header .head-down .wrap nav ul {
	display: flex;
}

header .head-down .wrap nav ul li {
}

header .head-down.top .wrap {
	background: url(../img/pc/head-top_bg.jpg) right bottom no-repeat;
	height: 220px;
	padding: 0;
}

header .head-down.top .wrap nav ul {
	margin-right: 335px;
}


header .head-down.top .wrap .logo img {
	width: 160px;
}

header .head-down.top .wrap nav ul li {
	padding: 0 20px;
}

/*----------------------------------------------------
    mv
----------------------------------------------------*/

#mv > div {
	height: 497px;
}

#mv .demo-inner-content {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 497px;
}


/*----------------------------------------------------
    top
----------------------------------------------------*/

#top .bl01 {
	position: fixed;
	z-index: 100;
	top: 190px;
	right: 0;
}

#top .bl02 {
	background-color: #f4f0e4;
	text-align: center;
	padding-bottom: 65px;

	background-image: 
		url(../img/top/pc/bl02_bg1.png),
		url(../img/top/pc/bl02_bg2.png);
	background-repeat: 
		repeat-x,
		no-repeat;
	background-position:
		top center,
		right bottom;
}

#top .bl03 .wide-ctn {
	height: 375px;
	display: -webkit-flex;
	display: flex;
	position: relative;
	overflow: hidden;
}

#top .bl03 .wide-ctn.imgr {
	-webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
	overflow: hidden;
}

#top .bl03 .wide-ctn > div {
	position: relative;
	width: 50%;
	height: 100%;
}

#top .bl03 .wide-ctn .photo-bloc {
	overflow: hidden;
}

#top .bl03 .wide-ctn .photo-bloc a {
	display: block;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
	transition-duration: 0.8s;
}

#top .bl03 .wide-ctn .photo-bloc a:hover {
	-moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .8;
}

#top .bl03 .wide-ctn.imgr .text-bloc {
	background: #000;
	position: relative;
}


#top .bl03 .wide-ctn.imgr .text-bloc:after {
	left: 100%;
    border-left-color: #000;
    border-right: none;
}


#top .bl03 .wide-ctn .text-bloc:after {
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-width: 15px;
    margin-top: -15px;
    right: 100%;
    border-right-color: #ffffff;
}

#top .bl03 .wide-ctn .text-bloc .in {
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 505px;
    height: 100%;
}

#top .bl03 .wide-ctn .text-bloc .in.left {
	right: 0;
	text-align: right;
}

#top .bl03 .wide-ctn .text-bloc .fit {
	position: absolute ;
	top: 50% ;
	left: 50% ;
	-webkit-transform: translate(-50%, -50%) ;
	transform: translate(-50%, -50%) ;
	width: 100% ;
	z-index: 10 ;
    box-sizing: border-box;
	padding: 0 0 0 95px;
}

#top .bl03 .wide-ctn .text-bloc .in.left .fit {
	padding: 0 95px 0 0;
}


#top .bl04 {
}

#top .bl04 h2 {
	text-align: center;
}

#top .bl04 .slide-menu {
	overflow: hidden;
}

#top .bl04 .slick-slide {
	width: 410px !important;
	margin: 0 30px !important;
}

#top .bl04 .slick-slide h3 {
	font-size: 1.8rem;
	line-height: 1.25;
	padding: 30px 0;
}

#top .bl04 .slick-slide p {
	line-height: 1.25;
	padding-bottom: 75px;
}

#top .bl05 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#top .bl05 ul li {
	width: 480px;
	border-bottom: 1px solid #ddd;
}

#top .bl05 ul li a {
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
}

#top .bl05 ul li a figure {
	width: 150px;
}

#top .bl05 ul li a figure img {
	width: 100%;
	height: auto;
}

#top .bl05 ul li a div {
	width: 300px;
}

#top .bl05 ul li a div dl dt {
	background-color: #000;
	color: #fff;
	display: inline-block;
	padding: 5px 15px;
}

#top .bl05 ul li a div dl dd {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.3;
	padding: 15px 0;
}

#top .bl05 ul li a div p {
	line-height: 1.25;
}

#top .bl05 .btn {
	text-align: center;
	padding-top: 40px;
}


/*----------------------------------------------------
    company
----------------------------------------------------*/

#company {
	padding-bottom: 80px;
}

#company h2 {
	background-image: url(../img/page/pc/com_ttl01_bg.jpg);
}

#company .in {
	border-bottom: 1px solid #ddd9ca;
}

#company .in dl {
	display: table;
}

#company .in dl dt,
#company .in dl dd {
	display: table-cell;
	padding: 20px;
	border: 1px solid #ddd9ca;
	box-sizing: border-box;
}

#company .in dl dt {
	background: #eceae2;
	width: 255px;
	text-align: center;
	border-bottom: none;
	vertical-align: middle;
}

#company .in dl dd {
	width: 745px;
	border-left: none;
	border-bottom: none;
	line-height: 1.875;
}

/*----------------------------------------------------
    specialty
----------------------------------------------------*/

#specialty {
	background-image: url(../img/page/pc/spe_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top 450px;
}


#specialty h2 {
	background-image: url(../img/page/pc/spe_ttl01_bg.jpg);
}

/*----------------------------------------------------
    contact
----------------------------------------------------*/

#contact h2 {
	background-image: url(../img/page/pc/ct_ttl01_bg.jpg);
}

#contact .mes {
	background: #efece5;
	padding: 25px 0;
	margin: 50px 0 0;
}

#contact .mes p {
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.5;
}

#contact .mes p small {
	font-size: 1.4rem;
}

#contact .in {
	padding-top: 35px;
}

#contact .in dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 25px 0;
}

#contact .in dl dt {
	font-size: 1.8rem;
	width: 30%;
}

#contact .in dl dd {
	width: 68%;
}

#contact .in dl dd input[type="text"],
#contact .in dl dd textarea {
	border: 1px solid #d0d0d0;
	box-sizing: border-box;
	font-size: 1.8rem;
}

#contact .in dl dd input[type="text"] {
	padding: 20px;
	width: 50%;
}

#contact .in dl dd input[type="radio"] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}

#contact .in dl dd textarea {
	width: 100%;
	min-height: 365px;
	padding: 20px;
}

#contact .in .btn {
	padding: 30px 0 60px;
	text-align: center;
}

#contact .in .btn button {
	border-radius: 10px;
	font-family: inherit;
	position: relative;
}

#contact .in .btn button[name="submitConfirm"],
#contact .in .btn button[name="mwform_bsubmit-812"] {
	background: #000;
	color: #fff;
	width: 516px;
	height: 90px;
	font-size: 2.8rem;
}

#contact .in .btn button[name="submitConfirm"]:after,
#contact .in .btn button[name="mwform_bsubmit-812"]:after {
	content: '\f105';
	font-family: FontAwesome;
	padding-left: 20px;
}

#contact .in .btn button[name="submitBack"] {
	background: #666;
	color: #fff;
	width: 200px;
	height: 45px;
	font-size: 2.0rem;
	margin-top: 15px;
}

#contact .in .btn button[name="submitBack"]:before {
	content: '\f104';
	font-family: FontAwesome;
	padding-right: 20px;
}

#contact .in .btn button:hover {
	opacity: .8;
}

.mw_wp_form_complete p {
	text-align: center;
	padding: 65px 0 100px;
}

/*----------------------------------------------------
    shop-list
----------------------------------------------------*/

#shop-list {
	padding-bottom: 115px;
}

#shop-list .anc-menu {
	padding: 60px 0 25px;
}

#shop-list .anc-menu ul {
	display: flex;
	justify-content: center;
}

#shop-list .anc-menu ul li {
	width: 206px;
	padding: 0 25px;
}

#shop-list .anc-menu ul li a {
	display: block;
	text-align: center;
	background: #eceae2;
	padding: 14px 0;
	border-radius: 5px;
}

#shop-list .anc-menu ul li a:after {
	content: '\f107';
	font-family: FontAwesome;
	padding-left: 12px;
}


#shop-list h2 {
	background-image: url(../img/page/pc/shop_ttl01_bg.jpg);
}

#shop-list .shop-ctr .in {
	display: flex;
	justify-content: space-between;
}

#shop-list .shop-ctr .in .shop-slide {
	width: 500px;
}

#shop-list .shop-ctr .in .shop-slide img {
	width: 100%;
	height: auto;
}

#shop-list .shop-ctr .in .shop-slide .slick-dots {
	padding-top: 15px;
}

#shop-list .shop-ctr .in .txt {
	width: 480px;
}

#shop-list .shop-ctr .txt dl {
	border-bottom: 1px solid #dcdcdc;
	display: flex;
	align-items: center;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#shop-list .shop-ctr .txt dl dt {
	font-size: 1.4rem;
	background: #eceae2;
	text-align: center;
	padding: 7px 0;
	width: 76px;
	border-radius: 5px;
}

#shop-list .shop-ctr .txt dl dd {
	margin-left: 18px;
	line-height: 1.56;
}

#shop-list .shop-ctr .map {
	margin-top: 40px;
}

#shop-list .shop-ctr .map iframe {
	height: 330px;
}

/*----------------------------------------------------
    franchise
----------------------------------------------------*/

#franchise h2 {
	background-image: url(../img/page/pc/fc_ttl01_bg.jpg);
}

#franchise a {
	display: block;
	text-align: center;
	padding-bottom: 80px;
}

/*----------------------------------------------------
    menu
----------------------------------------------------*/

#menu h2 {
	background-image: url(../img/page/pc/menu_ttl01_bg.jpg);
}

#menu nav ul {
	display: flex;
	justify-content: center;
	padding: 60px 0;
}

#menu dl dt {
	background: url(../img/menu/ttl_bg.jpg);
	text-align: center;
	pointer-events: none;
}

/*----------------------------------------------------
    news
----------------------------------------------------*/

#news {
	padding-bottom: 140px;
}

#news h2 {
	background-image: url(../img/page/pc/com_ttl01_bg.jpg);
}

#news .list ul li {
	border-bottom: 1px solid #ddd;
	display: block;
}

#news .list ul li a {
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
}

#news .list ul li a figure {
	width: 16%;
}

#news .list ul li a figure img {
	width: 100%;
	height: auto;
}

#news .list ul li a div {
	width: 81%;
}

#news .list ul li a div dl dt {
	background-color: #000;
	color: #fff;
	display: inline-block;
	padding: 5px 15px;
}

#news .list ul li a div dl dd {
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.3;
	padding: 15px 0;
}

#news .list ul li a div p {
	line-height: 1.25;
}

#news .btn {
	text-align: center;
	padding-top: 40px;
}

#news .detail .date {
	background: #000;
	color: #fff;
	font-size: 1.6rem;
	padding: 5px 12px;
	display: inline-block;
	margin-top: 50px;
}

#news .detail h3 {
	font-size: 2.6rem;
	font-weight: bold;
	padding: 30px 0;
}

#news .detail p:not([class]) {
	font-size: 1.8rem;
	line-height: 1.6;
	padding: 10px 0;
}


#news .detail .pagenation {
  border-top: 1px solid #ddd;
  text-align: center;
  margin: 40px 0 0;
  padding: 40px 0 0;
}

#news .detail .pagenation li {
  display: inline-block;
  padding: 0 5px;
}

#news .detail .pagenation li a {
  display: block;
  border: 1px solid #000;
  padding: 12px 40px;
  font-size: 1.6rem;
  color: #000;
  text-decoration: none;
}

#news .detail .pagenation li a:hover {
  background: #000;
  color: #fff;
}

#news .detail .pagenation li a[rel~="prev"]:before {
	content: '\f104';
	font-family: FontAwesome;
	color: #6f6f6f;
	padding-right: 25px;
}

#news .detail .pagenation li a[rel~="next"]:after {
	content: '\f105';
	font-family: FontAwesome;
	color: #6f6f6f;
	padding-left: 25px;
}


/*----------------------------------------------------
    foot-vs
----------------------------------------------------*/

.foot-vs {
	background-image: url(../img/pc/foot-vs_bg.jpg);
	background-size: cover;
	height: 540px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/*----------------------------------------------------
    foot-bn
----------------------------------------------------*/

.foot-bn {
	padding: 45px 0;
}

.foot-bn ul {
	display: flex;
	justify-content: center;
}

.foot-bn ul li {
	padding: 0 20px;
}

.foot-bn ul img {
	width: 400px;
	height: auto;
}

/*----------------------------------------------------
    foot-link
----------------------------------------------------*/

.foot-link {
	padding: 30px 0;
}

.foot-link .logo {
	width: 140px;
	margin: 0 auto;
}

.foot-link ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 660px;
	margin: 0 auto;
	padding-top: 36px;
}

.foot-link ul li,
.foot-link ul li a {
	font-size: 1.3rem;
	letter-spacing: .05em;
	line-height: 2;
}

.foot-link ul li:not(:last-child):after {
	content: '|';
	padding: 0 20px;
}

.foot-link ul li:nth-child(6):after,
.foot-link ul li:nth-child(10):after {
	content: '';
}

/*----------------------------------------------------
    footer
----------------------------------------------------*/

footer {
	font-size: 1.1rem;
	padding: 16px 0;
}