.elementor-kit-6{--e-global-color-primary:#0066CC;--e-global-color-secondary:#08377E;--e-global-color-text:#333333;--e-global-color-accent:#F77A2E;--e-global-color-75a4405:#F0EEE5;--e-global-color-ce2d05a:#F0F8FB;--e-global-color-bcc92b4:#53A1E0;--e-global-typography-primary-font-family:"Noto Sans JP";--e-global-typography-primary-font-size:30px;--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:"Noto Serif JP";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:1.5em;--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.6em;--e-global-typography-accent-font-family:"Noto Sans JP";--e-global-typography-accent-font-weight:400;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1000px;}.e-con{--container-max-width:1000px;--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:30px;padding-inline-start:30px;}.site-footer{padding-inline-end:30px;padding-inline-start:30px;}@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;
}
}
@media (min-width : 768px) {/* tblet以上で改行を無効 */
br.br-tbpc{
    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;
}

rt{
    ruby-align: center;
}

/** 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;
}

/*==header==*/
/* sp時bg */
@media screen and (max-width: 767px) {
.hd_b_01{
    background-color:rgba(1, 93, 185, 0.8);
}    
}
/* hd_menu */
.hd_menu a:hover{
    opacity: 1;
}
.hd_menu .elementor-nav-menu li a,
.hd_menu .elementor-nav-menu li a:hover{
    padding: 9px 20px 7px;
    text-align: center;
}
.hd_menu .elementor-nav-menu li a span{
    font-size: 0.7em;
    font-weight: 500;
    letter-spacing: 0;
    display: contents;
}


/*== page ==*/
.page-ttl{
    outline: solid 1px rgb(255,255,255,0.7);
    outline-offset: -8px;
}
.page-ttl span{
    margin-left: 0.3em;
    font-size: 0.7em;
}
.page_midashi_h2{
border-left: solid 5px #0066CC;
}

/*==PRICE==*/
.price-table table th {
	width: 70%;
}
.price-table table td{
	width: 30%;
}
.price-table table tbody>tr:nth-child(odd)>th {
    background-color:#d1d1d1;
}
.price-table table tbody>tr:nth-child(odd)>td {
    background: none;
}
.price-table table tbody>tr td:nth-child(2n) {
    text-align: right;
    vertical-align: middle;
}
@media (max-width : 767px) {
.price-table table th {
	width: 65%;
}
.price-table table td{
	width: 35%;
}
.price-table table th,
.price-table table td{
    padding: 12px 8px;
}
.price-table table th {
	vertical-align: middle;
}
}

/*== SHOP ==*/
.shop-table table th, 
.shop-table table td {
	border: solid 1px #ababab;
	border-collapse: collapse;
	font-size: 14px;
}
.shop-table table th {
	width: 20%;
	vertical-align: middle;
	color: #0066cc;
}
.shop-table table td{
	width: 80%;
}
.shop-table table tbody>tr:nth-child(odd)>td,
.shop-table table tbody>tr:nth-child(odd)>th {
    background: none;
}
.shop-table table th,
.shop-table table tbody>tr:nth-child(odd)>th,
.shop-table table tbody>tr:hover th{
	background-color: #f0f8fb;
}
@media (max-width : 767px) {
.shop-table table th {
    display: block;
	width: 100%;
	text-align: left;
}
.shop-table table td{
    display: block;
	width: 100%;
}

}/* End custom CSS */