.elementor-kit-7{--e-global-color-primary:#375717;--e-global-color-secondary:#222222;--e-global-color-text:#222222;--e-global-color-accent:#EAE151;--e-global-color-9a323c1:#EFEEE0;--e-global-color-7c0659c:#698746;--e-global-color-1068eeb:#E78B21;--e-global-color-202475b:#D67709;--e-global-color-97bd574:#555555;--e-global-typography-primary-font-family:"Shippori Mincho B1";--e-global-typography-primary-font-size:42px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.4em;--e-global-typography-primary-letter-spacing:0.03em;--e-global-typography-secondary-font-family:"Shippori Mincho B1";--e-global-typography-secondary-font-size:13px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-line-height:1.5em;--e-global-typography-secondary-letter-spacing:0.03em;--e-global-typography-text-font-family:"Shippori Mincho B1";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:500;--e-global-typography-text-line-height:2em;--e-global-typography-text-letter-spacing:0.03em;--e-global-typography-accent-font-family:"Shippori Mincho B1";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-9a323c1 );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-text );}.elementor-kit-7 a:hover{color:#EAE151;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:900px;}.e-con{--container-max-width:900px;--container-default-padding-top:5px;--container-default-padding-right:5px;--container-default-padding-bottom:5px;--container-default-padding-left:5px;}.elementor-widget:not(:last-child){margin-block-end:10px;}.elementor-element{--widgets-spacing:10px 10px;--widgets-spacing-row:10px;--widgets-spacing-column:10px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*==共通==*/
html {/* ゆっくりスクロール */
    scroll-behavior: smooth;
  }
p {
    margin-block-end: 0;
    font-feature-settings: "palt";
    overflow-wrap: break-word;
}
a:hover { /* hover時効果ver2 */
    opacity: 0.7;
    transition: all 0.2s ease-in;
}
.a-2 a:hover{ /* hover時効果ver2 */
    opacity: 1;
}

@media screen and (max-width: 1000px) { /* tablet時改行を無効 */
br.br-tb{
    display: none;
}
}
@media screen and (max-width: 767px) { /* SP時改行を無効 */
br.br-sp{
    display: none;
}
}
ul {
    margin-block: 0em;
    padding-inline-start: 20px;
}
li{
    margin-bottom: 10px;
}
ol{
    padding-inline-start: 20px;
}
ol li{
    margin-bottom: 0.3em;
}

.elementor-button-icon .e-font-icon-svg {
    vertical-align: middle;
}

/** tableのcssをリセット **/
table{
    margin-block-end: 0;
}
table tbody tr:hover>td,
table tbody tr:hover>th {
    background-color: transparent;
}

/** 投稿関連 **/
.elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
    margin-bottom: 1em;
}
.elementor-post__meta-data {
    text-align: right;
}
.elementor-posts .elementor-post__card .elementor-post__meta-data {
    border-top: none;
}

/** footerを最下部に固定 **/
body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
.elementor.elementor-7{
    flex: 1;
}
.elementor-location-footer {
    margin-top: auto;
}

/** Shop **/
.shop-list-a a{
    color: var( --e-global-color-text );
}
.shop-list-a a:hover{
    color: var( --e-global-color-primary );
}

/** Craftsman **/
/* アンカーリンクの位置調整 */
.s-cont{
    padding-top: 100px;
    margin-top: -80px;
}
/* ルビ */
h2 rt {
    font-size: 0.4em;
    text-align: center;
}

/** jobintroduction **/
/* インタビューページへのリンクボタン */
a.button-54 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: .6em 2em .6em 1em;
    border-bottom: 1px solid #555;
    color: #555;
    font-size: 18px;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", Sans-Serif;
}
a.button-54::after {
    position: absolute;
    right: 2em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #555;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}
a.button-54:hover{
    transition: all .3s ease;
    border-bottom: 1px solid #e78b21;
    color: #e78b21;
}
a.button-54:hover::after {
    background-color: #e78b21;
    transform: translateY(-50%) scaleX(1.4);
}

@media screen and (max-width: 1000px) {
a.button-54 {
    padding: .5em 2em .5em 1em;
    font-size: 16px;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", Sans-Serif;
}
a.button-54::after {
    right: 1em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 1.5em;
    height: .5em;
}
}

@media screen and (max-width: 767px) {
a.button-54 {
    padding: .4em 2em .5em 1em;
    font-size: 15px;
    font-weight: 600;
    font-family: "Zen Kaku Gothic New", Sans-Serif;
}
a.button-54::after {
    right: 0.5em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 1.4em;
    height: .5em;
}
}/* End custom CSS */