@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:600|Roboto:400,700|Cormorant:400,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400&display=swap');
*,
*::before,
*::after {
  box-sizing: border-box;
  font-variant-ligatures: none;
  text-align: justify;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  color: #4d4d4d;
  line-height: 1.5;
}
img {
  vertical-align: bottom;
  max-width: 100%;
}

/* FONT
***************************************************************/
.serif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  font-weight: 400;
}
.roboto {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.cormorant {
  font-family: 'Cormorant', serif;
  font-weight: 400;
}

/* LINK
***************************************************************/
a {
  transition: 0.3s ease;
  text-decoration: none;
  color: #4d4d4d;
}
a img {
  transition: 0.3s ease;
}
.errMsg{color:#ff0000;}

/* NONE
***************************************************************/
.none {
  display: none;
}
.linkNone {
  pointer-events: none;
}
@media print,
screen and (min-width: 680px) {
  .nonePC {
    display: none !important;
  }
  .linkNonePC {
    pointer-events: none;
  }
}
@media screen and (max-width:679px) {
  .noneSP {
    display: none !important;
  }
  .linkNoneSP {
    pointer-events: none;
  }
}

/* clearfix
***************************************************************/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* Load Effect
***************************************************************/
@keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body {
  animation: opacity ease 1s forwards;
}

/* GoogleMap
***************************************************************/
.gm-style-pbt {
  text-align: center;
}
@media screen and (max-width:679px) {
  .gm-style-pbt {
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* HEADER
***************************************************************/
.body {
  overflow: hidden;
}
.head {
  width: 100%;
  background-color: #262525;
  position: fixed;
  top: 0;
  z-index: 50;
}
.head .inner{
  height: 80px;
}
.head .siteID a {
  background-color: #262525;
  width: 300px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap:wrap;
  align-content: center;
  color:#fff;
  font-size:12px;
}
.head .siteID .copy{
  font-weight: normal;
  margin-bottom: 5px;
}
.head .siteID span{
display: none;
}
@media print,screen and (min-width: 680px) {
  .body {
    min-width: 1000px;
    margin: 0 auto;
  }

.head .siteID span{
font-size:14px;
font-weight:normal;
padding-left:17px;
}
  .head .siteID a img{
    width: 233px;
  }
  .head .inner {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .head .siteID a:hover {
    background-color: #575757;
  }
  #nav-toggle {
    display: none;
  }
  /* gNav */
  .gNav .list01 {
    display: flex;
  }
  .gNav .list01 > li:not(.contact) {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  .gNav .list01 > li:not(.contact) .btn01 a,
  .gNav .list01 > li:not(.contact) .btn01 .a {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    padding: 0 10px;
    color: #fff;
    cursor: pointer;
  }
  .gNav .list01 > li:not(.contact) .btn01 a:hover {
    color: #aaa;
  }
  .gNav .list01 > li.contact {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
  }
  .gNav .list01 > li.contact > a {
    color: #fff;
    border: 1px solid #fff;
    font-size: 12px;
    padding: 4px 8px 4px 26px;
  }
  .gNav .list01 > li.contact > a:hover {
    /* opacity: 0.7; */
    background-color: #575757;
  }
  .gNav .list01 > li.contact > a .in {
    position: relative;
  }
  .gNav .list01 > li.contact > a .in::before {
    content: "";
    width: 13px;
    height: 10px;
    background-image: url(../img/common/ico_mail01.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: -16px;
    margin-top: -5px;
  }
  .gNav .list02 {
    position: absolute;
    width: 190px;
    top: 80px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, top 0.3s ease;
    z-index: 1;
  }
  .gNav .list01 > li:hover .list02 {
    top: 80px;
    opacity: 1;
    pointer-events: auto;
  }
  .gNav .list02::after {
    content: "";
    width: 2px;
    height: 25px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: top 0.3s ease;
  }
  ・ie11
	_:-ms-lang(x)::-ms-backdrop, .gNav .list02 {
		left: -25px;
	}
  ・ie11
	_:-ms-lang(x)::-ms-backdrop, .gNav .list02::after {
		left: 0;
	}
  .gNav .list01 > li:hover .list02::after {
    top: -25px;
  }
  .gNav .list02 > li + li {
    border-top: 1px solid #aaa;
  }
  .gNav .list02 > li  > a {
    font-size: 12px;
    display: block;
    padding: 10px;
    background-color: #f4f4f4;
  }
  .gNav .list02 > li  > a:hover {
    background-color: #575757;
    color: #fff;
  }
}
@media screen and (max-width:679px) {
  .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  .head .inner{
    height: 50px;
  }
  .head .siteID a {
    padding-left: 14px;
    width: 230px;
    height: 50px;
  }
  .head .siteID a img {
    width: 147.5px;
  }
  .head .siteID a{
    font-size:10px;
  }
  .head .siteID .copy{
    margin-bottom: 5px;
  }
  /* gNav */
  .gNav {
    background-color: #262525;
    opacity: 0;
    height: calc(100vh - 50px);
    padding: 25px 0 90px;
    pointer-events: none;
    transition: .5s ease-in-out;
    overflow: auto;
    position: absolute;
    top: 50px;
    width: 100%;
  }
  .open .gNav {
    opacity: 1;
    pointer-events: auto;
  }
  .gNav .list01 > li:not(.contact) {
    border-bottom: 1px solid #fff;
  }
  .gNav .list01 > li .btn01 {
    position: relative;
  }
  .gNav .list01 > li:not(.contact) .btn01 a,
  .gNav .list01 > li:not(.contact) .btn01 .a {
    font-size: 13px;
    font-weight: bold;
    padding: 18px 30px;
    display: block;
    background-color: #575757;
    color: #fff;
  }
  .gNav .list01 > li .listToggle {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
  }
  .gNav .list01 > li .listToggle::before,
  .gNav .list01 > li .listToggle::after {
    content: "";
    width: 1px;
    height: 15px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 22px;
    margin: auto;
    transition: 0.3s ease;
  }
  .gNav .list01 > li .listToggle::after {
    transform: rotate(90deg);
  }
  .gNav .list01 > li .listToggle.open::before {
    transform: rotate(90deg);
  }
  .gNav .list01 > li .listToggle.open::after {
    opacity: 0;
  }
  .gNav .list01 > li.contact {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
  }
  .gNav .list01 > li.contact > a {
    color: #fff;
    border: 1px solid #fff;
    font-size: 14px;
    padding: 8px 36px 8px 62px;
  }
  .gNav .list01 > li.contact > a .in {
    position: relative;
  }
  .gNav .list01 > li.contact > a .in::before {
    content: "";
    width: 19.5px;
    height: 15px;
    background-image: url(../img/common/ico_mail01.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: -26px;
    margin-top: -7.5px;
  }
  .gNav .list02 {
    display: none;
  }
  .gNav .list02 > li + li {
    border-top: 1px solid #aaa;
  }
  .gNav .list02 > li  > a {
    font-size: 13px;
    padding: 18px 30px;
    display: block;
    background-color: #f4f4f4;
  }
  /* nav-toggle */
  #nav-toggle {
    position: absolute;
    right: 0;
    top: 0;
		width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 101;
    padding: 0 12px;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
	}
	#nav-toggle::after {
		content: "MENU";
		font-family: 'Open Sans', sans-serif;
		font-weight: 600;
		color: #fff;
		font-size: 10px;
    letter-spacing: 0.05em;
		position: absolute;
		bottom: 4px;
		left: 0;
		right: 0;
		margin: 0 auto;
		text-align: center;
		transition: color 0.6s ease;
	}
	.open #nav-toggle::after {
		content: "CLOSE";
	}
	#nav-toggle div {
    position: relative;
		width: 100%;
		height: 100%;
	}
	#nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    transition: .35s ease-in-out;
    background: #fff;
	}
	#nav-toggle span:nth-child(1) {
    top: 10px;
	}
	#nav-toggle span:nth-child(2) {
    top: 17px;
	}
	#nav-toggle span:nth-child(3) {
    top: 24px;
	}
	.open #nav-toggle {
		background: transparent;
	}
	.open #nav-toggle p.menu {
    opacity: 0;
	}
	.open #nav-toggle p.close {
    opacity: 100;
	}
	.open #nav-toggle span {
    height: 2px;
	}
	.open #nav-toggle span:nth-child(1) {
    transform: translateY(8px) rotate(-45deg);
    top: 9px;
	}
	.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
    opacity: 0;
	}
	.open #nav-toggle span:nth-child(3) {
    transform: translateY(-8px) rotate(45deg);
    top: 25px;
	}
}

/* FOOTER
***************************************************************/
.foot {
  background-color: #f4f4f4;
  position: relative;
  margin-top: 90px;
}
/* box1 */
.foot .box1 {
  padding: 30px 0 44px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}
.foot .box1 .snsList li {
  margin: 10px 0;
}
.foot .box1 .snsList li a {
  display: block;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.foot .box1 .snsList li img {
  width: 22px;
  margin-right: 7px;
}
.foot .box1 .snsList li .nest {
  padding-left: 29px;
}
/* box2 */
.foot .box2 .cRight {
  font-size: 13px;
  color: #574d4d;
  padding: 30px 0 40px 0;
}
/* box3 */
.foot .box3 .footID {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}
.foot .box3 .footID a {
  display: block;
  width: 218px;
}
.foot .box3 .contactBox {
  margin-top: 20px;
  font-size: 13px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.foot .box3 .contactBox a {
  display: block;
  font-size: 26px;
}
.foot .box3 .contact a {
  border: 1px solid #212121;
  font-size: 14px;
  padding: 8px 36px 8px 66px;
  display: block;
  width: 200px;
  margin: 0 auto;
}
.foot .box3 .contact a .in {
  position: relative;
}
.foot .box3 .contact a .in::before {
  content: "";
  width: 19.5px;
  height: 15px;
  background-image: url(../img/common/ico_mail02.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -26px;
  margin-top: -7.5px;
}
.foot .box3 .poricy {
  font-size: 11.5px;
  text-align: center;
  padding-top: 15px;
}
.foot .box3 .cRight {
  font-size: 11.5px;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 10px;
}
/* gotop */
.foot .goTop {
  font-size: 14.5px;
  position: absolute;
  top: -40px;
  width: 100%;
  height: 40px;
  margin: 0 auto;
}
.foot .goTop a {
  background-color: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 100%;
  margin: 0 auto;
}
.foot .goTop a .in {
  position: relative;
  padding-right: 10px;
}
.foot .goTop a .in::after {
  content: "";
  background-image: url(../img/common/ico_arrow01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.6px;
  height: 18px;
  position: absolute;
  right: -5px;
  top: 0;
  bottom: 0;
  margin: 1px auto 0;
}
@media print,screen and (min-width: 680px) {
  .foot {
    margin-top: 130px;
    padding-top: 20px;
  }
  .foot .inner {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .foot .box1 {
    order: 2;
    width: 358px;
  }
  .foot .box2 {
    order: 1;
    width: 642px;
  }
  .foot .box3 {
    order: 3;
  }
  .foot .box1 {
    display: block;
    padding-left: 60px;
    padding-top: 2px;
    padding-bottom: 0;
  }
  .foot .box1 .snsList + .snsList {
    padding-top: 20px;
  }
  .foot .box1 .snsList li {
      margin: 12px 0;
  }
  .foot .box1 .snsList li a {
    font-size: 13px;
  }
  .foot .box2 .sitemap {
    border-left: 1px solid #4d4d4d;
    display: flex;
  }
  .foot .box2 .sitemap .inBox {
    width: calc(100% / 3);
    border-right: 1px solid #4d4d4d;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    flex-flow: column;
    align-items: center;
    font-size: 13px;
  }
  .foot .box2 .sitemap .inBox .list01 + .list01 {
    margin-top: 30px;
  }
  .foot .box2 .sitemap .inBox .list01 li + li {
    margin-top: 8px;
  }
  .foot .box2 .sitemap .inBox .list01 li a {
    display: block;
  }
  .foot .box2 .sitemap .inBox .list01 li a:hover {
    opacity: 0.7;
  }
  .foot .box2 .sitemap .inBox .list01 li .bold {
    font-weight: bold;
  }
  .foot .box2 .poricy {
    font-size: 11.5px;
    padding-top: 20px;
  }
  .foot .box3 {
    padding-top: 40px;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    margin-top: -70px;
  }
  .foot .box3 .contactBox {
    margin-top: 0;
    font-size: 13px;
    align-items: flex-start;
    padding-left: 60px;
  }
  .foot .box3 .cRight {
    font-size: 12px;
    text-align: right;
    padding-top: 0;
    padding-bottom: 0;
    flex-grow: 1;
  }
  .foot .goTop {
    font-size: 13px;
    position: absolute;
    top: -40px;
  }
  .foot .goTop a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 200px;
    height: 40px;
    margin-left: 0;
  }
  .foot .goTop a:hover {
      opacity: 0.7;
  }
  .foot .goTop a .in {
    position: relative;
    padding-right: 40px;
  }
  .foot .goTop a .in::after {
    content: "";
    background-image: url(../img/common/ico_arrow01.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 2.6px;
    height: 18px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .foot .box1 .footID a:hover,
  .foot .box1 .snsList li a:hover,
  .foot .box2 .poricy a:hover {
    opacity: 0.7;
  }
  .foot .box3 .contact a:hover {
    background-color: #fff;
  }
}
@media screen and (max-width:679px) {
  .foot .box1 {
    padding: 25px 5%;
  }
  .foot .box2 .cRight {
    font-size: 11px;
    text-align: center;
    padding: 0 0 10px 0;
  }
}

/* MAIN CONTENTS
***************************************************************/
.wrapper {
  padding-top: 80px;
}
@media print,screen and (min-width: 680px) {
}
@media screen and (max-width:679px) {
  .wrapper {
    padding-top: 50px;
  }
}

@media screen and (min-width:680px) and (max-width:1000px) {
  #head .inner{
    padding-left: 20px;
    padding-right: 20px;
  }
}


@media print,screen and (min-width: 680px) {
	.reservBox{
		margin-top: 80px;
	}
	.reservBox h2{
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 30px !important;
	}
	.reservBox ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.reservBox ul li{
		width: 49.5%;
		padding: 25px;
		border: 1px #ccc solid;
		margin: 0 0 10px;
	}
}
@media screen and (max-width:679px) {
	.reservBox{
		margin-top: 80px;
	}
	.reservBox h2{
		font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
		font-size: 30px !important;
	}
		.reservBox ul{
	}
	.reservBox ul li{
		max-width: 100%;
		padding: 15px;
		border: 1px #ccc solid;
		margin: 0 0 10px;
	}
}

/*****リニューアル用******/
.bed_titleA{
text-align:center;
padding:0 0 30px;
margin-top:-30px;
font-family: 'Noto Serif JP', serif;
font-size: 30px;
}
.bed_shopBnr{
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
font-size: 14px;
}
.bed_shopBnr li{
width: 49%;
}
.bed_shopBnr li img{
width: 100%;
height: auto;
}
.bed_shopBnr li strong{
display: block;
margin: 5px 0 10px;
font-size: 18px;
font-family: 'Noto Serif JP', serif;
font-weight: 400;
color: #000;
}
.bed_barB{
border-bottom: 1px #ccc solid;
margin: 60px auto;
width: 50%;
}
.bedkanArea{
position: relative;
margin: 0 0 30px;
}
.bedkanArea span{
position: absolute;
width: 100%;
bottom: 0;
right: 0;
background-color: rgba(0,0,0,0.8);
color: #fff;
font-size: 20px;
font-family: 'Noto Serif JP', serif;
font-weight: 400;
padding: 15px;
text-align: center;
}
.bed_brandBox{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.bed_brandBox li{
width: 24.5%;
border-bottom: 1px #ccc solid;
border-right: 1px #ccc solid;
text-align: center;
font-size: 14px;
position: relative;
}
.bed_brandBox li a{
display: block;
padding: 20px 20px;
}
.bed_brandBox li a strong{
display: block;
text-align: center;
font-size: 16px;
}
.bed_brandBox li a img{
display: block;
width: 50%;
height: auto;
margin: 5px auto;
}
.bed_brandBox li a span{
position: absolute;
right: 5px;
bottom: 10px;
background: #1f469f;
border-radius: 30px;
line-height: 12px;
width: 40px;
height: 40px;
font-size: 10px;
text-align: center;
padding-top: 8px;
color: #fff;
}
.bed_brandBox li a span small{
font-size: 14px;
}
.bed_brandBox li:first-child,.bed_brandBox li:nth-child(2),.bed_brandBox li:nth-child(3),.bed_brandBox li:nth-child(4){
border-top: 1px #ccc solid;
}
.bed_brandBox li:first-child,.bed_brandBox li:nth-child(5){
border-left: 1px #ccc solid;
}
.bed_brandTxt{
font-size: 14px;
margin: 50px 0 0;
}
.bed_brandTxt p{
margin: 0 0 15px;
}
/*****リニューアル用スマホ******/
@media print,screen and (max-width: 640px) {
.bed_titleA{
font-size: 20px;
padding:0 0 20px;
margin-top:-10px;
}
.bed_shopBnr li{
width: 48%;
}
.bed_shopBnr li strong{
display: block;
margin: 5px 0 10px;
font-size: 14px;
font-family: 'Noto Serif JP', serif;
font-weight: 400;
color: #000;
}
.bed_barB{
margin: 30px auto;
width: 50%;
}
.bed_brandBox{
border-top: 1px #ccc solid;
border-left: 1px #ccc solid;
}
.bed_brandBox li{
width: 49.5%;
}
.bed_brandBox li:first-child,.bed_brandBox li:nth-child(2),.bed_brandBox li:nth-child(3),.bed_brandBox li:nth-child(4){
border-top: none;
}
.bed_brandBox li:first-child,.bed_brandBox li:nth-child(5){
border-left: none;
}
.bed_brandBox li a{
padding: 15px 10px;
}
.bed_brandBox li a span{
position: absolute;
right: 5px;
top:100px;
}
.bed_brandTxt{
font-size: 14px;
margin: 30px 0 30px;
}
}

/* ウィジェット名
***************************************************************/

@media print,screen and (min-width: 680px) {
}
@media screen and (max-width:679px) {
}
@media screen and (max-width:370px) {
}
