@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 62.5%;
}

body,
table,
input,
textarea,
select,
option {
  font-family: "Noto Sans JP", sans-serif;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.renewal a {
  transition: all 0.3s;
  color: #000;
  text-decoration: none;
}
.renewal a:link {
  color: #000;
  text-decoration: none;
}
.renewal a:visited {
  color: #000;
}
.renewal a:hover {
  color: #000;
  opacity: 0.7;
}
.renewal a:active {
  color: #000;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background-color: #FFF;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

#container {
  padding-top: 60px;
  text-align: left;
  position: relative;
}
#container.gHeader_movable {
  padding-top: 0;
}

#main {
  display: block;
}

body:not(.renewal) #main {
  font-weight: 300;
}

a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}

@media all and (min-width: 1024px) {
  .sp {
    display: none !important;
  }
}
@media all and (max-width: 1023px) {
  body {
    min-width: inherit;
    font-size: 1.4rem;
  }
  a:hover {
    opacity: 1 !important;
  }
  a:hover img {
    opacity: 1 !important;
  }
  .pc {
    display: none !important;
  }
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #FFF;
  border-bottom: 1px solid #EEE;
}

.gHeader_movable #gHeader {
  position: relative;
}

#gHeader .hBox {
  padding: 0 40px;
  align-items: center;
}
#gHeader h1 {
  width: 117px;
}
#gHeader h1 a {
  display: block;
}
#gHeader h1 a:hover {
  opacity: 1;
}
#gHeader h1 img.sp01 {
  display: none;
}
#gHeader .naviBox {
  width: 835px;
  align-items: flex-start;
}

#gNavi {
  width: 795px;
}
#gNavi li a {
  margin-bottom: -1px;
  padding: 19px 15px 17px;
  display: block;
  position: relative;
  color: #000;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  text-decoration: none;
  transition: all 0.3s;
}
#gNavi li a::before {
  width: 0;
  height: 3px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #EE7800;
  content: "";
  transition: all 0.3s;
}

#gHeader .naviBox .searchBtn a::before {
  width: 0;
  height: 3px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #EE7800;
  content: "";
  transition: all 0.3s;
}

#gNavi li a:hover {
  opacity: 1;
}
#gNavi li.on01 a {
  color: #EE7800;
}
#gNavi li a:hover::before, #gNavi li.on a::before {
  width: 40px !important;
}

#gHeader .naviBox .searchBtn {
  width: 34px;
}
#gHeader .naviBox .searchBtn a {
  padding: 20px 0 12px;
  display: block;
  position: relative;
}
#gHeader .naviBox .searchBtn a.on01::before {
  width: 40px;
}
#gHeader .naviBox .searchBtn a:hover {
  opacity: 1;
}
#gHeader .naviBox .searchBtn a:hover::before {
  width: 40px;
}

.hideBox {
  width: 100%;
  position: fixed;
  top: -154px;
  left: 0;
  padding-top: 18px;
  z-index: 9;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.hideBox.on01 {
  top: 50px;
}
.hideBox .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: #FFF;
  cursor: pointer;
}
.hideBox .inner {
  margin: 0 auto;
  padding-top: 33px;
  padding-bottom: 60px;
  width: 672px;
  height: 100%;
  background-color: #FFF;
  position: relative;
  z-index: 1;
}
.hideBox .closeBtn {
  width: 34px;
  position: absolute;
  top: 40px;
  right: 25px;
  z-index: 1;
}
.hideBox .inputLink {
  margin: 0 auto;
  padding-bottom: 7px;
  width: 625px;
  position: relative;
  border-bottom: 1px solid #CCC;
}

.googlesearch_btn {
  width: 34px;
  height: 26px;
  position: absolute;
  top: 7px;
  left: 1px;
  background: url("/assets/img/common/icon01.png") no-repeat center center/34px auto;
  content: "";
  cursor: pointer;
}

.hideBox .inputLink input:not(.googlesearch_btn) {
  padding: 5px 43px;
  width: 100%;
  height: 35px;
  color: #000;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  border: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

.hideBox01 {
  width: 100%;
  position: fixed;
  top: -600px;
  left: 0;
  padding: 38px 0 50px;
  z-index: 999;
  background-color: #FFF;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}
.hideBox01.on01 {
  top: 59px;
}
.hideBox01 .inner {
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1270px;
}
.hideBox01 .title {
  margin-bottom: 24px;
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
.hideBox01 .imgList {
  margin-bottom: 44px;
  list-style-type: none;
}
.hideBox01 .imgList li {
  margin-right: 2%;
  width: 15%;
}
.hideBox01 .imgList li:last-of-type {
  margin-right: 0;
}
.hideBox01 .imgList li a {
  display: block;
  color: #000;
}
.hideBox01 .imgList li a:hover {
  opacity: 0.7;
}
.hideBox01 .imgList li a span {
  display: block;
}
.hideBox01 .imgList li .pho {
  margin-bottom: 12px;
}
.hideBox01 .imgList li .pho img {
  width: 100%;
}
.hideBox01 .comLink a {
  padding: 15px 5px;
  font-size: 1.5rem;
  border-color: #CCC;
}

.menu,
.menuBox,
.shopBtn {
  display: none;
}

@media all and (min-width: 1080px) {
  #gNavi li a:hover {
    color: #EE7800;
  }
}
@media all and (max-width: 1079px) {
  #gHeader .hBox {
    padding: 14px 40px;
    display: block;
  }
  #gHeader h1 {
    margin: 0 auto;
    width: 98px;
  }
  #gHeader h1 img.pc {
    display: none;
  }
  #gHeader h1 img.sp01 {
    display: block;
  }
  #gHeader .naviBox {
    display: none;
  }
  .gHeader_movable .menu,
  .gHeader_movable .shopBtn {
    position: absolute;
  }
  .menu {
    display: block;
    width: 80px;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    cursor: pointer;
  }
  .menu img {
    margin: 12px 0 0 24px;
    width: 34px;
  }
  .shopBtn {
    display: block;
    width: 34px;
    position: fixed;
    top: 12px;
    right: 20px;
    z-index: 1001;
  }
  .menuBox {
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    background-color: #FFF;
    z-index: 1002;
    overflow: hidden;
    box-sizing: border-box;
    transition: all 0.5s;
  }
  .menuBox a {
    color: #000;
  }
  .menuBox a:hover {
    text-decoration: none;
  }
  .menuBox.on {
    transform: translateX(0);
    overflow-y: auto;
  }
  .menuBox .menuArea {
    width: 200%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(0);
    display: flex;
    justify-content: space-between;
    z-index: 52;
    transition: all 0.5s;
  }
  .menuBox .menuArea.on {
    transform: translateX(-50%);
  }
  .menuBox .menuArea.on01 {
    transform: translateX(-100%);
  }
  .menuBox .menuArea > div {
    width: 50%;
    box-sizing: border-box;
  }
  .menuBox .menuArea .menu01 .inner {
    margin: 0 auto;
    padding: 30px 28px;
    max-width: 600px;
    position: relative;
  }
  .menuBox .menu01 .closeBtn01 {
    width: 34px;
    position: absolute;
    top: 35px;
    right: 30px;
  }
  .menuBox .menu01 .menuLogo {
    margin-bottom: 40px;
    width: 103px;
  }
  .menuBox .menu01 .menuList {
    margin-bottom: 59px;
  }
  .menuBox .menu01 .menuList li a {
    padding: 24px 20px 23px 4px;
    display: block;
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: 0.06em;
    border-top: 1px solid #CCC;
  }
  .menuBox .menu01 .menuList li.on01 a {
    background: url("/assets/img/common/sp_icon03.png") no-repeat right 4px center/7px auto;
  }
  .menuBox .menu01 .menuList li:last-of-type a {
    border-bottom: 1px solid #CCC;
  }
  .menuBox .menu01 .inputLink {
    padding-bottom: 7px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #CCC;
  }
  .googlesearch_btn {
    width: 28px;
    height: auto;
    background: none;
    position: absolute;
    top: 4px;
    right: 4px;
    left: auto;
    cursor: pointer;
  }
  .menuBox .menu01 .inputLink input:not(.googlesearch_btn) {
    padding: 5px 13px 5px 4px;
    width: 100%;
    height: 35px;
    color: #000;
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: 0.06em;
    border: none;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
  }
  .menuBox .menu01 .closeBtn02 {
    text-align: center;
  }
  .menuBox .menu01 .closeBtn02 a {
    padding: 43px 0;
    display: block;
  }
  .menuBox .menu01 .closeBtn02 a img {
    width: 58px;
  }
  .menuBox .menu02 .inner {
    max-width: 600px;
    height: 100%;
    padding: 39px 28px;
    margin: 0 auto;
    position: relative;
    overflow-y: scroll;
    box-sizing: border-box;
  }
  .menuBox .menu02 .backBtn {
    margin-bottom: 21px;
    width: 73px;
  }
  .menuBox .menu02 .closeBtn01 {
    width: 34px;
    position: absolute;
    top: 33px;
    right: 27px;
  }
  .menuBox .menu02 .title {
    margin-bottom: 34px;
    font-size: 2.2rem;
    letter-spacing: 0.06em;
    font-weight: 300;
  }
  .menuBox .menu02 .linkList {
    margin: 0 20px 190px;
  }
  .menuBox .menu02 .linkList li a {
    padding: 20px 4px;
    display: block;
    font-size: 1.4rem;
    font-weight: 300;
    letter-spacing: 0.06em;
    border-top: 1px solid #CCC;
  }
  .menuBox .menu02 .linkList li:last-of-type a {
    border-bottom: 1px solid #CCC;
  }
  .menuBox .menu02 .tabBox04 .linkList {
    margin: 0;
  }
  .menuBox .menu02 .tabBox04 .linkList01 {
    margin-bottom: 30px;
  }
  .menuBox .menu02 .tabBox04 .linkList01 li a {
    padding: 22px 4px;
  }
  .menuBox .menu02 .imgList {
    margin-bottom: 50px;
    margin-top: -24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .menuBox .menu02 .imgList li {
    margin-top: 24px;
    width: 48%;
  }
  .menuBox .menu02 .imgList li a,
  .menuBox .menu02 .imgList li span {
    display: block;
  }
  .menuBox .menu02 .imgList li .pho {
    margin-bottom: 8px;
  }
  .menuBox .menu02 .imgList li .txt {
    font-weight: 300;
    letter-spacing: 0.06em;
  }
  .menuBox .menu02 .closeBtn02 {
    text-align: center;
  }
  .menuBox .menu02 .closeBtn02 a {
    padding: 43px 0 43px;
    display: block;
  }
  .menuBox .menu02 .closeBtn02 a img {
    width: 58px;
  }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
  min-width: auto;
  padding: 0 0 60px;
  box-sizing: border-box;
  background-color: #FAFAFA;
}
#gFooter .comBtmSec {
  margin: 0;
  padding: 80px 0;
}
#gFooter .comBtmSec .ttlBox {
  margin-bottom: 64px;
  display: flex;
  justify-content: space-between;
}
#gFooter .comBtmSec .ttlBox .title {
  width: 170px;
}
#gFooter .comBtmSec .ttlBox .infoBox {
  width: calc(100% - 324px);
}
#gFooter .comBtmSec .ttlBox .infoBox p {
  margin-bottom: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
#gFooter .comBtmSec .ttlBox .infoBox li {
  margin-bottom: 16px;
  display: flex;
}
#gFooter .comBtmSec .ttlBox .infoBox li:last-of-type {
  margin-bottom: 0;
}
#gFooter .comBtmSec .ttlBox .infoBox li p {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
#gFooter .comBtmSec .ttlBox .infoBox li .ttl {
  width: 120px;
}
#gFooter .comBtmSec .ttlBox .infoBox li .snsList li {
  margin: 0 12px 0 0;
  width: 48px;
}
#gFooter .comBtmSec .ttlBox .infoBox li .snsList li:last-of-type {
  margin-right: 0;
}
#gFooter .comBtmSec .ttlBox .infoBox li .snsList li a {
  display: block;
}
#gFooter .comBtmSec .ttlBox .infoBox li .snsList li a:hover {
  opacity: 0.7;
}
#gFooter .comBtmSec .ttlBox .infoBox li .txt {
  width: calc(100% - 120px);
}
#gFooter .comBtmSec .linkList {
  margin-bottom: 46px;
}
#gFooter .fBox {
  margin: 0 auto;
  padding-top: 60px;
  padding-right: 38px;
  max-width: 834px;
  box-sizing: border-box;
}
#gFooter .logoBox {
  width: 120px;
}
#gFooter .logoBox .fLogo a {
  display: block;
}
#gFooter .logoBox .fLogo a:hover {
  opacity: 1;
}
#gFooter .naviBox {
  margin-left: 20px;
  width: 360px;
}
#gFooter .naviBox .naviList {
  width: 40%;
}
#gFooter .naviBox .naviList li a {
  display: block;
  color: #000;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  line-height: 2.4;
}
#gFooter .naviBox .naviList li a:hover {
  opacity: 0.7;
}
#gFooter .linkBox {
  padding-top: 4px;
  width: 150px;
}
#gFooter .linkBox p {
  margin-bottom: 10px;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  font-family: "Lato", "Noto Sans JP", sans-serif;
}
#gFooter .linkBox .snsList {
  margin-bottom: 20px;
}
#gFooter .linkBox .snsList li {
  width: 28px;
}
#gFooter .linkBox .snsList li a {
  display: block;
}
#gFooter .linkBox .snsList li a:hover {
  opacity: 0.7;
}
#gFooter address {
  font-size: 1.1rem;
  font-weight: 300;
  letter-spacing: 0.06em;
  font-style: normal;
}

@media all and (max-width: 1023px) {
  #gFooter {
    padding: 0 0 47px;
  }
  #gFooter .comBtmSec {
    padding: 40px 0;
  }
  #gFooter .comBtmSec .ttlBox {
    margin-bottom: 40px;
    display: block;
  }
  #gFooter .comBtmSec .ttlBox .title {
    margin-bottom: 20px;
    width: auto;
    font-size: 2rem;
  }
  #gFooter .comBtmSec .ttlBox .infoBox {
    width: auto;
  }
  #gFooter .comBtmSec .ttlBox .infoBox p {
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
  #gFooter .comBtmSec .ttlBox .infoBox li p {
    font-size: 1.5rem;
  }
  #gFooter .comBtmSec .ttlBox .infoBox li p .tel {
    display: inline-block;
    color: #EE7800;
    border-bottom: 1px dashed #EE7800;
  }
  #gFooter .comBtmSec .ttlBox .infoBox li .ttl {
    width: 92px;
  }
  #gFooter .comBtmSec .ttlBox .infoBox li .txt {
    width: calc(100% - 92px);
  }
  #gFooter .comBtmSec .linkList {
    margin-bottom: 40px;
  }
  #gFooter .fBox {
    margin: 0 auto;
    padding: 47px 32px 0;
    max-width: 600px;
    display: block;
  }
  #gFooter .logoBox {
    margin-bottom: 40px;
    width: auto;
  }
  #gFooter .logoBox .fLogo {
    width: 136px;
  }
  #gFooter .naviBox {
    margin: 0 0 40px;
    width: auto;
    display: block;
  }
  #gFooter .naviBox .naviList {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #gFooter .naviBox .naviList li {
    margin-bottom: -1px;
    width: calc((100% - 13px) / 2);
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
  }
  #gFooter .naviBox .naviList li a {
    padding: 20px 13px 19px 4px;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0.06em;
  }
  #gFooter .linkBox {
    padding-top: 0;
    width: auto;
  }
  #gFooter .linkBox p {
    margin-bottom: 18px;
  }
  #gFooter .linkBox .snsList {
    margin-bottom: 28px;
    justify-content: flex-start;
  }
  #gFooter .linkBox .snsList li {
    margin-right: 20px;
    width: 36px;
  }
  #gFooter .linkBox .snsList li:last-of-type {
    margin-right: 0;
  }
}
.is-circle {
  border-radius: 50%;
  overflow: hidden;
}

.post-archive_data {
  width: 100%;
  margin-bottom: 1em;
  display: flex;
  justify-content: left;
  align-items: center;
}
.post-archive_data .name {
  margin-left: 1rem;
  padding: 0.35em 1em;
  line-height: 1;
  font-size: 1.2rem;
  background-color: #F6F6F6;
}

.post-archive .shop_name {
  font-size: 1.2rem;
}

.post-archive_shop {
  display: flex;
  justify-content: left;
  align-items: center;
}

#main .comListBox .comNewsList li a .pho.is-circle {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

@media all and (max-width: 1023px) {
  #main .comListBox .comNewsList li.post-archive a .txt {
    width: 100%;
  }
}