:root {
    /*基本文字色*/
    --color_default: #333333;
    --color_orange_01: #e9a880;
    --max_width_default: 1240px;
    --width_default: calc(100% - 20px);
}

body {
    margin: 0px;
    color: var(--color_default);
}

body,
th,
td {
    color: var(--color_default);
    font-size: 18px;
    line-height: 1.8;
    font-family: Sans-serif;
}

source,
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}



/*==================================================================
ヘッダー
==================================================================*/
#hd {
    margin: 10px 0px 0px 0px;
}

#hd>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: var(--max_width_default);
    width: var(--width_default);
    margin: 0px auto;
}

#logo {
    width: 300px;
    margin: 0px;
    line-height: 1;
}

#hd #hd_menu {
    width: calc(380px);
}

#hd #hd_menu>ul {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 380px;
    align-items: center;
}

#hd #hd_menu>ul li {
    list-style-type: none;
    margin: 0px 5px;
    padding: 0px;
}

#hd #hd_menu ul li#hd_btn_tel {
    width: 240px;
}

#hd #hd_menu ul li#hd_btn_enquiry {
    width: 50px;
    ;
}

#hd #hd_menu ul li#hd_btn_enquiry img {
    width: 50px;
}

#hd #hd_menu ul #btn_menu {
    display: none;
}

#menu_global {
    width: 100%;
    margin: 10px 0px 0px 0px;
    background-color: var(--color_orange_01);
    border-bottom: solid 5px #e59c63;
    font-size: 16px;
}

#menu_global ul {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#menu_global ul li {
    list-style-type: none;
    margin: 0px 0px;
    padding: 0px;
    position: relative;
}

#menu_global ul li+li::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 50%;
    width: 1px;
    height: 15px;
    transform: translateY(-50%);
    background-color: #fff;
}

#menu_global ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 15px 15px;
}

main {
    margin: 0px 0px;
}



/*==================================================================
地図
==================================================================*/
#wrap_location {
    margin: 120px 0px 60px 0px;
}

.wrap_map {
    margin: 40px 0px;
}

.wrap_map iframe {
    width: 100%;
    height: 600px;
    aspect-ratio: 4/3;
}

.wrap_address {
    max-width: 600px;
    width: var(--width_default);
    margin: 20px auto;
}

/*==================================================================
フッター
==================================================================*/
#btn_top {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 40px;
    right: 20px;
    z-index: 19;
}

#ft {
    background-color: var(--color_orange_01);
    color: #fff;
    width: calc(100% - 40px);
    margin: 120px 0px 0px 0px;
    padding: 60px 20px;
}

#ft a {
    color: #fff;
    text-decoration: none;
}

#ft h2 {
    font-size: 28px;
    line-height: 1.35;
    margin: 0px auto 40px auto;
}

#ft h2 span {
    display: block;
    font-size: 18px;
}

#ft>section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#wrap_ft_enquiry {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

#wrap_ft_enquiry #ft_btn_tel {
    width: 280px;
}

#wrap_ft_enquiry #ft_btn_enquiry {
    width: 50px;
}

#wrap_ft_contact {
    width: 460px;
}

#ft_menu_global ul {
    margin: 0px;
    padding: 0px;
}

#ft_menu_global ul li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#ft_menu_global ul li a::after {
    content: "▶";
    font-size: 10px;
    text-decoration: none;
    position: relative;
    right: 0px;
    top: 50%;
    transform: translateY(calc(-50% + 6px));
    margin-left: 5px;
    display: inline-block;
}

#ft_copy {
    margin: 60px auto 0px auto;
    text-align: center;
}

/*==================================================================
三段組み
==================================================================*/
section.wrap_3columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: var(--width_default);
    max-width: var(--max_width_default);
    padding: 10px;
    margin: 0px auto;
}

section.wrap_3columns>section {
    width: calc(100% / 3 - 60px);
    margin: 20px 20px;
    text-align: center;
    padding: 10px 10px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
section.wrap_3columns>section.wp-block-group{
box-sizing: content-box;
}
section.wrap_3columns>section:hover {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}
section.wrap_3columns>section p{
    text-align: left;
}
section.wrap_3columns h2 ,section.wrap_3columns h3 {
    font-size: 24px;
    margin: 20px auto;
    font-weight: 700;
    color: var(--color_orange_01);
}

section.wrap_3columns a {
    color: var(--color_default);
    text-decoration: none;
}

section.wrap_3columns p {
    color: var(--color_default);
}

/*==================================================================
段組みブログ一覧
==================================================================*/
#wrap_blog_list {
    padding: 120px 0px 60px 0px;
    background-color: #ffebe3;
    z-index: 1;
    box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.2);

}

#wrap_blog_list .ttl_list_blog {
    font-size: 24px;
    margin: 20px auto;
    color: var(--color_orange_01);
    font-weight: 700;
    text-align: center;
}

#wrap_blog_list .img_list_blog {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

#wrap_blog_list .img_list_blog img {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 100%;
    height: auto;
}

#wrap_blog_list a {
    color: var(--color_orange_01);
    text-decoration: none;
}

/*==================================================================
ページタイトル
==================================================================*/
.ttl_main{
    height:200px;
    width: 100%;
    background-color:#f3f3f3;
    margin:0px 0px 40px 0px;
}
.ttl_main>div{
    width: 100%;
    max-width: var(--max_width_default);
    margin:0px auto; height:200px;
    position: relative;
    background-image:url(../images/common/bg_ttl_singular.png?);
    background-repeat:no-repeat;
    background-position: top right;
}
.ttl_main>div h1{
position: absolute;
left:20px;
top:50%;
transform:translateY(-50%);
width: calc(100% - 40px);
margin:0px auto;
font-size:38px;
font-family: "Noto Serif JP", serif;
font-weight:500;
}
.ttl_momiji{
    text-align: center;
    width: var(--width_default);
    max-width: var(--max_width_default);
    font-size:32px;
    position: relative;
    margin:80px auto 40px auto;
}
.ttl_momiji:nth-of-type(1){
    margin-top: 20px;
}

.ttl_momiji::after{
    content:"";
    position: absolute;
    background-image:url(../images/common/momiji_line_01_red-orange.png);
width:240px;
height:30px;
left:50%;
bottom:-40px;
transform:translateX(-50%);
background-repeat:no-repeat;
background-size: 240px auto;
}
/*==================================================================
汎用
==================================================================*/
.btn_01 {
    margin: 40px auto;
}

.btn_01 a {
    background-color: var(--color_orange_01);
    position: relative;
    color: #fff !important;
    font-weight: 500;
    text-decoration: none;
    display: block;
    min-width: 240px;
    width: 300px;
    max-width: 90px;
    margin: 0px auto;
    text-align: center;
    padding: 20px 10px;
}

.btn_01 a::after {
    content: "▶";
    font-size: 10px;
    text-decoration: none;
    position: relative;
    right: 0px;
    top: 50%;
    transform: translateY(calc(-50% + 6px));
    margin-left: 5px;
    display: inline-block;
}

.btn_02 {
    margin: 10px auto;
    color: var(--color_orange_01);
    position: relative;
}

.btn_02::after {
    content: "▶";
    font-size: 10px;
    text-decoration: none;
    position: relative;
    right: 0px;
    top: 50%;
    transform: translateY(calc(-50% + 6px));
    margin-left: 5px;
    display: inline-block;
}

.btn_02 a {
    color: var(--color_orange_01);
}

.wrap_trial {
    margin: 40px auto;
    text-align: center;
    width: var(--width_default);
    max-width: var(--max_width_default);
}

.wrap_trial>div {
    max-width: 800px;
    margin: 40px auto;
    text-align: center;
}

.wrap_video {
    margin: 40px auto;
}

.wrap_video iframe {
    display: block;
    width: 100%;
    max-width: 940px;
    margin: 0px auto;
    aspect-ratio: 16/9;
    height: auto;
}

.slick-dots li button:before {
    font-size: 20px;
}


main#index h2,
#wrap_location h2,.ttl_uemomiji {
    margin: 0px auto 40px auto;
    text-align: center;
    position: relative;
    font-size: 36px;
    text-align: center;
}
.ttl_uemomiji{
    margin-top:80px;
}
main#index h2 span,
#wrap_location h2 span,.ttl_uemomiji em {
    display: table;
    margin: 0px auto;
    padding-top: 10px;
 
    font-size: 16px;
    font-weight:300;
    font-style: normal;
    opacity: 0.5;
    position: relative;
}
main#index h2 span::before,
#wrap_location h2 span::before,.ttl_uemomiji em::before {
   background-image: url(../images/common/line_01.png);
        background-repeat: no-repeat;
    background-position: center top;
     background-size: 510px auto;
     width: 100%;
    height:10px;
    top:-5px;
    left:50%;
    content:"";
    position: absolute;
    transform:translateX(-50%);
}
main#index h2::before,
#wrap_location h2::before ,.ttl_uemomiji::before{
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(../images/common/ic_momiji.png);
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    background-size: 40px auto;
}