.elementor-kit-6{--e-global-color-primary:#AD9852;--e-global-color-secondary:#441E08;--e-global-color-text:#000000;--e-global-color-accent:#AD9852;--e-global-color-5316339:#F5F2EB;--e-global-typography-primary-font-family:"Noto Serif JP";--e-global-typography-primary-font-size:25px;--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-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:14px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.9em;--e-global-typography-text-letter-spacing:0.03em;--e-global-typography-accent-font-family:"Noto Serif JP";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:960px;}.e-con{--container-max-width:960px;--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;
}
/* ボタンアイコンを右端に寄せる */
.btn-icon span.elementor-button-icon {
    position: absolute;
    right: 15px;
}

@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;
}

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

.post-archive-line .elementor-posts .elementor-post {
    border-bottom: solid 1px #000;
}


body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
.elementor.elementor-7{
    flex: 1;
}
.elementor-location-footer {
    margin-top: auto;
}

/** h2 **/
.line01 {
    content: url("https://cullinan-esthe.net/wp-content/uploads/2024/07/h2_line01.png");
}
@media (max-width : 767px) {
.line01 {
    width: 80%;
}
}

/** table01 **/
.table01{
    border-top: 1px solid #ababab;
}
.table01 table th, 
.table01 table td {
    padding: 20px 15px;
	border: none;
	border-bottom: 1px solid #ababab;
	border-collapse: collapse;
	font-size: 14px;
	color: #000;
}
.table01 table th {
	width: 20%;
	color: var(--e-global-color-primary);
	vertical-align: middle;
	text-align: left;
}
.table01 table td{
	width: 80%;
}
.table01 table tbody>tr:nth-child(odd)>td,
.table01 table tbody>tr:nth-child(odd)>th {
    background: none;
}

@media (max-width : 767px) {
.table01 table th {
    display: block;
	width: 100%;
}
.table01 table td{
    display: block;
	width: 100%;
}
}

/*==menu==*/
/** table-menu **/
.table-menu table th, 
.table-menu table td {
	border: 1px solid #ababab;
	border-collapse: collapse;
	font-size: 14px;
	
}
.table-menu table th,
.table-menu table tbody>tr:nth-child(odd)>th{
	width: 50%;
	font-weight: 400;
}
.table-menu table td{
	width: 50%;
	text-align: right;
}
.table-menu table th,
.table-menu table tbody>tr:nth-child(odd)>th,
.table-menu table tbody>tr:nth-child(even)>th{
	background-color: #f5f2eb;
}
.table-menu table tbody>tr:nth-child(odd)>td {
    background: none;
}

@media (max-width : 767px) {
.table-menu table th,
.table-menu table td{
    border-bottom: none;
}
.table-menu table{
    border-bottom: 1px solid #ababab;
}
.table-menu table th,
.table-menu table tbody>tr:nth-child(odd)>th{
    display: block;
	width: 100%;
	text-align: center;
}
.table-menu table td{
    display: block;
	width: 100%;
}
}/* End custom CSS */