.elementor-kit-6{--e-global-color-primary:#413418;--e-global-color-secondary:#413418;--e-global-color-text:#444444;--e-global-color-accent:#EA4A10;--e-global-color-6c3ba6f:#E0D5CD;--e-global-typography-primary-font-family:"Kaisei Opti";--e-global-typography-primary-font-size:25px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.5em;--e-global-typography-primary-letter-spacing:0.05em;--e-global-typography-secondary-font-family:"Noto Sans JP";--e-global-typography-secondary-font-size:15px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1.8em;--e-global-typography-text-font-family:"Noto Sans JP";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.8em;--e-global-typography-text-letter-spacing:0.03em;--e-global-typography-accent-font-family:"Noto Sans JP";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:1.5em;--e-global-typography-accent-letter-spacing:0.03em;background-image:url("https://www.nishine.net/wp-content/uploads/2024/08/bg01.jpg");background-position:center center;background-repeat:repeat;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--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 .header-inner{width:100%;max-width:100%;}.site-header{padding-inline-end:0%;padding-inline-start:0%;}@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;
}

.elementor-button-icon .e-font-icon-svg {
    vertical-align: middle;
}
ul.elementor-inline-items.elementor-icon-list-items.elementor-post-info {
    list-style-type: none;
}


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

/** 投稿関連 **/

.elementor-post__meta-data {
    text-align: right;
}
.post-c .elementor-posts .elementor-post__card .elementor-post__meta-data {
    border-top: none;
}
.post-c.elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
    margin-bottom: 0.8em;
}

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

/*==header==*/
/*dropdown menuの位置調整（セレクタ調整必要）*/
.elementor-nav-menu--dropdown {
    left: 20% !important;
    transform: translateX(-20%) !important;
    width: 150% !important;
}
ul.elementor-nav-menu--dropdown a, ul.elementor-nav-menu--dropdown a:focus, ul.elementor-nav-menu--dropdown a:hover {
    border-left: none!important;
}
.elementor-nav-menu--dropdown a {
    
}

/*タブレット以下のdropdown menuの調整*/
@media (max-width : 1024px) {
.elementor-nav-menu--dropdown {
    left: 0% !important;
    transform: translateX(-0%) !important;
    width: 100% !important;
}
ul.sub-menu {
    background-color: #e8e8e8!important;
    text-align: left!important;
}
ul.sub-menu li.menu-item a {
    justify-content: left!important;
    padding: 1.2em 1.8em!important;
}
}

/*==footer==*/
/*メニュー両端の区切り線*/
.ft-menu .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:after,
.ft-menu .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:first-child:before {
    content: var(--e-nav-menu-divider-content,none);
    height: var(--e-nav-menu-divider-height,35%);
    border-left: var(--e-nav-menu-divider-width,2px) var(--e-nav-menu-divider-style,solid) var(--e-nav-menu-divider-color,#000);
    border-bottom-color: var(--e-nav-menu-divider-color,#000);
    border-right-color: var(--e-nav-menu-divider-color,#000);
    border-top-color: var(--e-nav-menu-divider-color,#000);
    align-self: center;
}

/*==Sidebar==*/
.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure.side-bnr{
    margin-bottom: 5px;
}

/*==Service==*/
/*h2*/
.h2-hl01 {
    position: relative;
    padding: 0.4em 0.4em;
    background: #413418;
    color: #fff;
    font-size: 25px;
    border-radius: 8px;
    line-height: 1.4;
}
.h2-hl01:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    border: 10px solid transparent;
    border-top: 10px solid #413418;
    width: 0;
    height: 0;
}

/** price-tableA **/
.price-tableA table th, 
.price-tableA table td {
	border: none;
	border-bottom: 1px dotted #413418;
	border-collapse: collapse;
	font-size: 15px;
	font-weight: 500;
	font-family: "noto sans jp";
	color: #413418;
	vertical-align: middle;
}
.price-tableA table th {
	width: 30%;
	text-align: left;
}
.price-tableA table td{
	width: 35%;
}
.price-tableA table tr td:last-child{
    text-align: right;
}
.price-tableA table tbody>tr:nth-child(odd)>td,
.price-tableA table tbody>tr:nth-child(odd)>th {
    background: none;
}
@media (max-width : 767px) {
.price-tableA table th, 
.price-tableA table td {
    padding: 10px 5px;
    font-size: 14px;
}
}
.w-60 table th{
    width: 60%;
}

/** price-tableB **/
.price-tableB table{
    border: 1px solid #413418;
}
.price-tableB table th, 
.price-tableB table td {
	border: none;
	border-bottom: 1px dotted #413418;
	border-collapse: collapse;
	font-size: 15px;
	font-weight: 500;
	font-family: "noto sans jp";
	color: #413418;
}
.price-tableB table th {
	width: 50%;
	text-align: left;
}
.price-tableB table td{
	width: 50%;
}
.price-tableB table tr td:last-child{
    text-align: right;
}
.price-tableB table tbody>tr:nth-child(odd)>td,
.price-tableB table tbody>tr:nth-child(odd)>th {
    background: none;
}
@media (max-width : 767px) {
.price-tableB table th, 
.price-tableB table td {
    padding: 8px 10px;
    font-size: 14px;
}
}

/** price-tableC **/
.price-tableC table th, 
.price-tableC table td {
	border: none;
	border-bottom: 1px dotted #413418;
	border-collapse: collapse;
	font-size: 15px;
	font-weight: 500;
	font-family: "noto sans jp";
	color: #413418;
	vertical-align: middle;
}
.price-tableC table th {
	width: 65%;
	border-right: 1px dotted #413418;
	text-align: left;
}
.price-tableC table td{
	width: 35%;
	text-align: center;
}
.price-tableC table tbody>tr:nth-child(odd)>td,
.price-tableC table tbody>tr:nth-child(odd)>th {
    background: none;
}
@media (max-width : 767px) {
.price-tableC table th, 
.price-tableC table td {
    padding: 10px 8px;
    font-size: 14px;
}
}

/** price-tableD **/
.price-tableD table th, 
.price-tableD table td {
    padding: 15px 10px;
	border: none;
	border-bottom: 1px dotted #413418;
	border-collapse: collapse;
	font-size: 15px;
	font-weight: 500;
	font-family: "noto sans jp";
	color: #413418;
	vertical-align: middle;
}
.price-tableD table th {
	width: 50%;
	border-right: 1px dotted #413418;
	text-align: left;
}
.price-tableD table td{
	width: 50%;
	text-align: center;
}
.price-tableD table tbody>tr:nth-child(odd)>td,
.price-tableD table tbody>tr:nth-child(odd)>th {
    background: none;
}
@media (max-width : 767px) {
.price-tableD table th, 
.price-tableD table td {
    padding: 10px 8px;
    font-size: 14px;
}
}

/** price-tableE **/
.price-tableE table th, 
.price-tableE table td {
    padding: 15px 10px;
	border: none;
	border-collapse: collapse;
	border-bottom: 1px dotted #413418;
	border-right: 1px dotted #413418;
	font-size: 15px;
	font-weight: 500;
	font-family: "noto sans jp";
	color: #413418;
	text-align: center;
	vertical-align: middle;
}
.price-tableE table th:last-child, 
.price-tableE table td:last-child{
    border-right: none;
}
.price-tableE table tbody>tr:nth-child(odd)>td,
.price-tableE table tbody>tr:nth-child(odd)>th {
    background: none;
}
.w-15{
    width: 15%;
}
.w-25{
    width: 25%;
}

@media (max-width : 767px) {
.price-tableE table th, 
.price-tableE table td {
    padding: 10px 8px;
    font-size: 14px;
}
}

/*==ShopInfo==*/
/** ShopInfo-tableA **/
.ShopInfo-tableA table{
    border-top: 1px dotted #413418;
}

.ShopInfo-tableA table th, 
.ShopInfo-tableA table td {
	border: none;
	border-bottom: 1px dotted #413418;
	border-collapse: collapse;
	font-size: 15px;
	font-weight: 500;
	font-family: "noto sans jp";
	color: #413418;
	vertical-align: middle;
}
.ShopInfo-tableA table th {
	width: 25%;
	text-align: left;
	font-weight: bold;
}
.ShopInfo-tableA table td{
	width: 75%;
}
.ShopInfo-tableA table tbody>tr:nth-child(odd)>td,
.ShopInfo-tableA table tbody>tr:nth-child(odd)>th {
    background: none;
}
@media (max-width : 767px) {
.ShopInfo-tableA table th, 
.ShopInfo-tableA table td {
    padding: 10px 5px;
    font-size: 14px;
}
}

/*==Company==*/
/** Company-tableA **/
.Company-tableA table th, 
.Company-tableA table td {
	border: none;
	border-bottom: 1px solid #999;
	border-collapse: collapse;
	font-size: 15px;
	font-weight: 500;
	font-family: "noto sans jp";
	color: #413418;
	vertical-align: middle;
}
.Company-tableA table th {
	width: 20%;
	text-align: center;
	font-weight: bold;
}
.Company-tableA table td{
	width: 80%;
	color: #404040;
	font-weight: 400;
}
.Company-tableA table tbody>tr:nth-child(odd)>td,
.Company-tableA table tbody>tr:nth-child(odd)>th {
    background: none;
}
@media (max-width : 767px) {
.Company-tableA table th, 
.Company-tableA table td {
    padding: 10px 5px;
    font-size: 14px;
}
}/* End custom CSS */