@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(../fonts/NotoSerifCJKjp/load.css);

/*--------------------------------------------------

    ベースのセットアップ

--------------------------------------------------*/
body {
    min-width: 1280px;
    color: #3d1600;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.06em;
    font-weight: 400;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}

main {
    overflow-x: hidden;
}

a,
a img {
    text-decoration: none;
    color: inherit;
    transition: all .3s;
}

a:hover img {
    opacity: .8;
}

a[href^="tel:"] {
    color: inherit;
    pointer-events: none;
}

.sp-only {
    /* PCでの閲覧時にのみ表示したいコンテンツにつける */
    display: none !important;
}

/* 改行
-------------------------------------------------- */
.app-br {
    display: block;
}


/* ==================================================
テーブル
================================================== */
.styled-table01 {
    width: 100%;
    margin: 1em 0;
    line-height: 1.7;
}

.styled-table01:first-child {
    margin-top: 0;
}

.styled-table01 th,
.styled-table01 td {
    padding: 12px;
    vertical-align: top;
    text-align: left;
    border: 1px solid #ddd;
    background: #fff;
}

.styled-table01 th {
    width: 35%;
    font-weight: normal;
    background: #f7f7f7;
}

.styled-table01 thead th {
    background: #e6e6e6;
}

.styled-table01 caption {
    text-align: center;
    font-size: 20px;
}

/*--------------------------------------------------

    ヘッダー

--------------------------------------------------*/
.global-header {}

.header-inner {
    margin: 10px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

/* 固定設定　（ヘッダーを固定しない場合はこの項目ごと消せば固定しなくなる）
-------------------------------------------------- */
.header-fix-area-wrap {
    height: 214px;
    /* .header-fix-area の高さの実数地をデベロッパーツールで調べてここに入力する */
}

.header-fix-area {
    width: 100%;
    /* ヘッダーの固定部分の背景 */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    box-sizing: border-box;
}


/* h1
-------------------------------------------------- */
.header-description {
    width: 100%;
    margin: 0 0 10px;
    line-height: 1.2;
    font-size: 14px;
    font-weight: 300;
}

/* 問い合わせ
-------------------------------------------------- */

.h_left_cont {
    margin-left: 30px;
}

.header-contacts {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.header-contacts li {
    color: #292929;
    font-size: 13px;
    letter-spacing: 0.06em;
    margin-right: 30px;
}

.header-contacts .h-day {}

.header-contacts .h-time {}

.header-contacts .h-tel {
    font-size: 24px;
    color: #62b006;
    font-weight: 600;
    padding: 0px 20px;
    border-radius: 10px;
    background: #fff;
}

.header-contacts .h-ttl-01 {
    color: #fff;
    padding: 5px 8px;
    background: #f16316;
    margin-right: 10px;
}

.header-contacts .h-ttl-02 {
    font-size: 15px;
    font-weight: 600;
    color: #878787;
    margin-right: 10px;
}


.header-information {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.header-information .header-time {
    margin-right: 20px;
}

/* グローバルナビ
-------------------------------------------------- */
.header-nav {}

.header-nav>div>ul {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-nav>div>ul>li {
    flex-grow: 1;
    position: relative;
}

.header-nav a,
.header-nav li span {
    display: block;
    padding: 17px 20px;
    color: inherit;
    font-size: 16px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.header-nav>div>ul>li {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.14em;
}

.header-nav>div>ul>li>a {
    color: #707070;
    padding-bottom: 2px;
    transition: 0.6s;
}

.header-nav>div>ul>li>a::after {
    content: "";
    display: block;
    border-bottom: dotted 4px #62b006;
    transition: 0.3s;
    width: 0px;
    margin: 0 auto;
}

.header-nav>div>ul>li>a:hover {
    color: #f16316;
    padding-bottom: 2px;
    transition: 0.4s;
    transform: translateY(-4px);
}

.header-nav>div>ul>li>a:hover::after {
    content: "";
    display: block;
    border-bottom: dotted 4px #62b006;
    transition: 0.1s;
    width: 100%;
    margin: 0 auto;
}

.header-nav>div>ul>li li {
    color: #fff;
}

.header-nav>div>ul>li li:hover {
    color: #ffd05e;
}

.fixed {
    color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 90000000;
    background: #f16316;
}

.fixed>div>ul>li>a {
    color: #fff;
    margin-bottom: 10px;
}

.fixed>div>ul>li>a::after {
    content: "";
    display: block;
    border-bottom: dotted 4px #fff;
    transition: 0.3s;
    width: 0px;
    margin: 0 auto;
}

.fixed>div>ul>li>a:hover {
    color: #fff;
    padding-bottom: 2px;
    transition: 0.4s;
}

.fixed>div>ul>li>a:hover::after {
    content: "";
    display: block;
    border-bottom: dotted 4px #fff;
    transition: 0.1s;
    width: 100%;
    margin: 0 auto;
}

.fixed li>a>figure {
    display: none;
}


/* ドロップダウンメニュー
------------------------- */
.header-nav li ul {
    color: #fff;
    background: #f16316;
    width: 100%;
    min-width: 160px;
    opacity: 0;
    transition: all .3s;
    position: absolute;
    top: 80%;
    z-index: 100;
    pointer-events: none;
}


.header-nav li:hover ul {
    color: #ddd;
    top: 100%;
    opacity: 1;
    pointer-events: auto;
}


/* メインビジュアル
-------------------------------------------------- */

.header-main-visual {
    position: relative;
    height: 750px;
    width: 100%;
    background: url(../img/mv_dog.png) no-repeat right -20px bottom -110px, url(../img/mv_bg.png) center center / cover;
}

.header-main-visual::after {
    content: "";
    position: absolute;
    background: url(../img/mv_bg_cover.png) center center / cover;
    width: 100%;
    height: 154px;
    bottom: -50px;
}

.header-sub-visual {
    position: relative;
    height: 440px;
    width: 100%;
    background: url(../img/mv_dog.png) no-repeat right -20px bottom -260px, url(../img/mv_bg.png) center center / cover;
}

.header-sub-visual::after {
    content: "";
    position: absolute;
    background: url(../img/mv_bg_cover.png) center center / cover;
    width: 100%;
    height: 154px;
    bottom: -50px;
}

.catch {
    position: relative;
    width: fit-content;
    top: 20px;
    left: 13%;
}

.catch::after {
    content: "";
    position: absolute;
    width: 263px;
    height: 255px;
    right: 90px;
    bottom: -224px;
    z-index: 2;
    background: url(../img/mv_acce.png);
}
.sub-catch {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.sub-catch .sub-catch-title {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    font-size: 30px;
    font-weight: 700;
    color: #f16316;
}
.sitemap .sub-header-main-visual {
    position: relative;
    height: 430px;
    width: 100%;
    background: url(../img/sub_vis_right.png) no-repeat right -230px center, url(../img/pat-02.png) repeat;
}

.sitemap .sub_catch {
    width: 100%;
    text-align: center;
    margin: 30px auto;
    margin-left: 0px;
    font-size: 42px;
    letter-spacing: 0.1em;
    display: inline-block;
    color: #ffffffff;
    text-shadow:
        3px 3px 1px #f16316,
        -3px 3px 1px #f16316,
        3px -3px 1px #f16316,
        -3px -3px 1px #f16316,
        3px 0px 1px #f16316,
        0px 3px 1px #f16316,
        -3px 0px 1px #f16316,
        0px -3px 1px #f16316;
}

/*--------------------------------------------------

    セクションのセットアップ

--------------------------------------------------*/
.section {
    padding: 20px;
}

.section .section-inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 100px 20px;
}

/* 見出し
-------------------------------------------------- */
.common-ttl-01 {}

.sec02-cnt01-01>div h3 {
    background: url(../img/sec02-h3-bg01.png);
    width: 494px;
    height: 73px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.h3-ttl-01 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    background: url(../img/sec02-h3-bg02.png);
    width: 494px;
    height: 73px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.h3-ttl-01>p {
    padding-bottom: 15px;
}


/* ボタン
-------------------------------------------------- */

.btn-style-01 a {
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f16316;
    width: 240px;
    height: 60px;
    border-radius: 10px;
    box-shadow: 7px 7px 0px 0px #ffde90;
    transition: all ease 0.2s;
}

.btn-style-01 a:hover {
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f16316;
    width: 240px;
    height: 60px;
    border-radius: 10px;
    box-shadow: none;
    transform: translate(7px, 7px);
    transition: all ease 0.4s;
}

.btn-style-01 a::after {
    position: absolute;
    content: "";
    background: url(../img/deco-arrow-01.png);
    width: 11px;
    height: 17px;
    right: 30px;
    transition: all ease 0.7s;
}

.btn-style-01 a:hover::after {
    position: absolute;
    content: "";
    background: url(../img/deco-arrow-01.png);
    width: 11px;
    height: 17px;
    right: 15px;
    transition: all ease 0.2s;
}

/*--------------------------------------------------

    メインコンテンツ

--------------------------------------------------*/


/*
sec01
avec amourについて
-------------------------------------------------- */

#sec01 .section-inner {
    padding: 100px 0 0px;
}

#sec01 {
    background: url(../img/deco-foot01.png) no-repeat right 120px bottom 110px, url(../img/deco-dotline02.png) no-repeat right bottom, url(../img/sec02-bg-cover01.png) no-repeat center bottom -2px, url(../img/pat-01.png);
}


#sec01 h2 {
    text-align: center;
}

#sec01 .sec01-cnt01 {
    margin-top: 90px;
    position: relative;
    display: flex;
    justify-content: space-between;
    background: url(../img/sec01-cnt01-bg.png) no-repeat center center;
}

#sec01 .sec01-cnt01>li>div {
    position: absolute;
    bottom: 10px;
    background: url(../img/sec01-cnt01-frame.png);
    width: 285px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#sec01 .sec01-cnt01>li>div>p {
    font-size: 21px;
    font-weight: 600;
    margin-left: 20px;
    margin-bottom: 5px;
    color: #955938;
}




#sec01 .sec01-cnt02 {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
}

.sec01-cnt02-text {
    position: relative;
    background: url(../img/sec01-cnt02-box.png) no-repeat;
    width: 692px;
    height: 391px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec01-cnt02-text::before {
    content: "";
    position: absolute;
    background: url(../img/deco-pika-01.png);
    width: 95px;
    height: 86px;
    top: -70px;
    left: -60px;
}

.sec01-cnt02-text::after {
    content: "";
    position: absolute;
    background: url(../img/deco-dotline01.png);
    width: 440px;
    height: 183px;
    right: 15px;
    bottom: -30px;
}

.sec01-cnt02-text p {
    width: 530px;
    margin-right: 50px;
}

.sec01-cnt02-img {}


/*
sec02
商品紹介
-------------------------------------------------- */


#sec02 {
    position: relative;
    background: url(../img/sec02-bg-cover02.png) no-repeat center bottom -2px, url(../img/pat-02.png);
}

#sec02::after {
    content: "";
    position: absolute;
    width: 482px;
    height: 605px;
    left: -90px;
    bottom: -300px;
    transform: scale(0.9);
    background: url(../img/deco-bg-deco01.png) no-repeat;
}

#sec02 .section {
    padding: 20px 20px 0 20px;
}

#sec02 .section-inner {
    padding: 40px 0 100px;
}

#sec02 h2 {
    text-align: center;
}


.sec02-cnt01-01 {
    display: flex;
    justify-content: space-between;
    margin-top: -60px;
}

.sec02-cnt01-01::before {
    position: absolute;
    content: "";
    background: url(../img/deco-dotline03.png);
    width: 347px;
    height: 1025px;
    left: -10px;
}

.sec02-cnt01-01>div {}

.sec02-cnt01-01>div h3 {
    margin-top: 100px;
    background: url(../img/sec02-h3-bg01.png);
    width: 494px;
    height: 73px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec02-cnt01-01>div ul {
    margin-top: 40px;
}

.sec02-cnt01-01>div ul>li {
    margin-top: 30px;
}

.sec02-cnt01-01>div ul>li:first-child {
    margin-top: 0px;
}

.sec02-cnt01-list li {
    position: relative;
    width: 500px;
    height: 130px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.sec02-cnt01-list li:first-child::before {
    content: "";
    position: absolute;
    left: -80px;
    background: url(../img/sec02-point-01.png);
    width: 131px;
    height: 84px;
}

.sec02-cnt01-list li:last-child::before {
    content: "";
    position: absolute;
    left: -80px;
    background: url(../img/sec02-point-02.png);
    width: 127px;
    height: 84px;
}

.sec02-cnt01-list li p {
    font-size: 17px;
    font-weight: 500;
    line-height: 2.3;
    width: 400px;
}

.sec02-cnt01-02 {
    position: relative;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: -100px;
}

.sec02-cnt01-02::before {
    position: absolute;
    content: "";
    background: url(../img/deco-foot02.png);
    width: 156px;
    height: 156px;
    left: -140px;
    top: -80px;
}

.sec02-cnt01-02 li {
    position: relative;
}

.sec02-cnt01-02 h4 {
    position: absolute;
    left: 0;
    right: 0;
    top: -60px;
    margin: 0 auto;
    background: url(../img/deco-balloon01.png) no-repeat;
    width: 323px;
    height: 116px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec02-cnt01-02 h4 p {
    color: #f16316;
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 20px;
}

.sec02-cnt01-02 li figure {
    padding: 60px 20px 20px 20px;
    background: url(../img/pat-03.png);
    border-radius: 20px;
}

.sec02-cnt01-03 {
    margin-top: 50px;
}

.sec02-cnt01-03 a img {
    transition: ease 0.6s;
}

.sec02-cnt01-03 a img:hover {
    transition: ease 0.1s;
    transform: translate(4px, 4px);
}



.sec02-cnt02 {
    margin-top: 100px;
}

.sec02-cnt02>div {
    background: url(../img/pat-04.png);
    border-radius: 20px;
    padding: 30px 40px 40px 40px;
}

.sec02-cnt02>div {
    background: url(../img/pat-04.png);
    border-radius: 20px;
    padding: 30px 40px 40px 40px;
}

.sec02-cnt02 h3 {
    position: relative;
    margin: 0 auto;
}

.sec02-cnt02 h4 {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.sec02-cnt02 h4>span {
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0.05em;
    color: #494949;
}

.sec02-cnt02 h4>span .strong {
    font-size: 36px;
    color: #62b006;
}



.sec02-cnt02-01 {
    margin-top: 50px;
    position: relative;
}

.sec02-cnt02-01::before {
    position: absolute;
    content: "";
    background: url(../img/deco-foot03.png);
    width: 146px;
    height: 169px;
    left: -82px;
    top: 420px;
    z-index: 1;
}

.sec02-cnt02-01>ul {
    position: relative;
    background: #fff;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    border-radius: 20px;
}

.sec02-cnt02-01 ul::after {
    content: "";
    position: absolute;
    background: url(../img/deco-haxtu.png);
    width: 58px;
    height: 60px;
    right: 5px;
    top: 5px;
}

.sec02-cnt02-01>ul:last-child {}

.sec02-cnt02-01 ul:last-child::after {
    content: "";
    position: absolute;
    background: url(../img/deco-heat.png);
    width: 71px;
    height: 78px;
    right: 5px;
    top: 5px;
}

.sec02-cnt02-01>ul li {
    width: 430px;
}

.sec02-cnt02-01>ul>li>figure {}

.sec02-cnt02-01>ul>li>div {
    position: relative;
    width: 313px;
    height: 56px;
    background: #f16316;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    bottom: 30px;
}

.sec02-cnt02-01>ul>li>div span {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    line-height: 1;
    padding-bottom: 2px;
    border-bottom: 2px #fff dotted;
}

.sec02-cnt02-01>ul>li>div span::before {
    content: "";
    width: 24px;
    height: 25px;
    background: url(../img/deco-h4-icon.png);
    margin-right: 5px;
}

.sec02-cnt02-01 .h3-ttl-01 {
    background: url(../img/sec02-h3-bg02.png);
}




.sec02-cnt02-02 {
    position: relative;
    margin-top: 40px;
}

.sec02-cnt02-02::after {
    content: "";
    position: absolute;
    background: url(../img/deco-dotline04.png);
    width: 342px;
    height: 1016px;
    right: -370px;
    top: -500px;
}

.sec02-cnt02-02>ul {
    position: relative;
    padding: 40px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
    margin-top: 30px;
}

.sec02-cnt02-02>div>ul::after {
    content: "";
    position: absolute;
    background: url(../img/deco-foot04.png);
    width: 156px;
    height: 156px;
    right: -80px;
    bottom: -130px;
    z-index: 1;
}


.sec02-cnt02-02>ul>li {
    width: 400px;
    height: 200px;
    border-radius: 20px;
}

.sec02-cnt02-02>div {
    position: relative;
    background: #fff;
    display: flex;
    border-radius: 20px;
    padding: 50px;
    margin-top: 30px;
}

.sec02-cnt02-02>div>ul {
    margin-left: auto;
    display: flex;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: wrap;
    width: calc(60*3px + 80*2px);
}

.sec02-cnt02-02>div::before {
    position: absolute;
    content: "";
    width: 624px;
    height: 661px;
    top: -170px;
    left: -110px;
    background: url(../img/sec02-cnt02-dog01.png);
}

.sec02-cnt02-02>div>ul li {
    text-align: center;
    line-height: 1;
}

.sec02-cnt02-02>div>ul li>figure {
    margin-bottom: 3px;
}

.sec02-cnt02-02>div>ul li>span {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-top: 20px;
}



.sec02-cnt03 {
    margin-top: 140px;
}

.sec02-cnt03-01 {
    display: flex;
    justify-content: space-between;
}

.sec02-cnt03-01>ul {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.sec02-cnt03-01>ul::before {
    content: "";
    position: absolute;
    background: url(../img/deco-dotline05.png);
    width: 694px;
    height: 591px;
    left: -410px;
    bottom: -20px;
}


.sec02-cnt03-01>div {
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    justify-content: center;
    width: 500px;
}

.sec02-cnt03-info {
    background: #fff;
    position: relative;
    width: 500px;
    padding: 20px;
    border-radius: 20px;
}

.sec02-cnt03-info::after {
    content: "";
    position: absolute;
    width: 750px;
    height: 438px;
    bottom: 90px;
    left: 10px;
    background: url(../img/sec03-cnt03-dog01.png);
}

.sec02-cnt03-info>h4 {
    text-align: center;
}

.sec02-cnt03-info>h4 span {
    color: #f16316;
    font-size: 21px;
    letter-spacing: 0.1em;
    font-weight: 600;
    padding-bottom: 3px;
    border-bottom: 2px dotted #f16316;
}

.sec02-cnt03-info>ul {
    margin-top: 30px;
    margin: 0 auto;
    width: fit-content;
}

.sec02-cnt03-info>ul>li {
    margin-top: 5px;
    display: flex;
}

.sec02-cnt03-info>ul>li::before {
    content: "";
    background: url(../img/deco-h3-icon02.png);
    width: 24px;
    height: 25px;
    margin-right: 5px;
}

.sec02-cnt03-info>p {
    font-size: 13px;
    margin-top: 30px;
    margin: 0 auto;
    width: fit-content;
    color: #787878;
}

.sec02-cnt03 .h3-ttl-01 {
    background: url(../img/sec02-h3-bg03.png);
}




/*
sec03
ご購入はこちらから
-------------------------------------------------- */

/* #sec03 {
    background: url(../img/sec02-bg-cover02.png) no-repeat center top -100px ,url(../img/pat-01.png);
} */

#sec03 .section-inner {
    max-width: 1280px;
}

#sec03 h2 {
    text-align: center;
}

.sec03-cnt01 {
    background: #ffde90;
    position: relative;
    padding: 80px;
    border-radius: 20px;
    margin-top: 70px;
}

.sec03-cnt01::before {
    content: "";
    position: absolute;
    background: url(../img/deco-dotline06);
    width: 738px;
    height: 158px;
    top: 260px;
    left: 55px;
}

.sec03-cnt01 .sec03-cnt01-bnr {
    display: flex;
    justify-content: space-between;
}

.sec03-cnt01 .sec03-cnt01-bnr a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec03-cnt01 .sec03-cnt01-bnr li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 247px;
    height: 90px;
    background: #fff;
    border-radius: 10px;
    transition: 0.4s;
    box-shadow: 0px 0px 13px -6px rgba(0, 0, 0, 0.6);
}

.sec03-cnt01 .sec03-cnt01-bnr li:hover {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 247px;
    height: 90px;
    background: #fff;
    border-radius: 10px;
    box-shadow: none;
    transition: ease-in 0.1s;
    transform: translate(3px, 3px);
}

.sec03-cnt01 .sec03-cnt01-text {
    position: relative;
    margin: 50px auto 0;
    background: #f16316;
    border-radius: 20px;
    padding: 40px;
    width: fit-content;
}

.sec03-cnt01 .sec03-cnt01-text::after {
    position: absolute;
    content: "";
    background: url(../img/sec03-dog.png);
    width: 254px;
    height: 237px;
    top: -30px;
    right: -200px;
}

.sec03-cnt01 .sec03-cnt01-text>p {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    line-height: 1.5em;
}




/*
sec04
会社情報
-------------------------------------------------- */

#sec04 {
    position: relative;
    background: url(../img/deco-dotline07.png) no-repeat right bottom, url(../img/pat-02.png);
}

#sec04::before {
    position: absolute;
    background: url(../img/deco-bg-deco02.png);
    content: "";
    width: 298px;
    height: 403px;
    right: -90px;
    top: -230px;
}

#sec04::after {
    position: absolute;
    background: url(../img/deco-bg-deco03.png);
    content: "";
    width: 272px;
    height: 307px;
    left: -40px;
    bottom: -190px;
}

.sec04-cnt01 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.sec04-cnt01-info {
    width: fit-content;
}




.sec04-cnt01-info table {
    margin-top: 30px;
    border-spacing: 0;
    border-collapse: separate;
    background: #ffde90;
    border-radius: 20px;
    overflow: hidden;
}

.sec04-cnt01-info table tr {}

.sec04-cnt01-info table th {
    line-height: 1.4;
    border-bottom: 1px solid #f1f1f1;
    font-weight: 400;
    color: #f16316;
    padding: 20px 40px;
    text-align: start;
}

.sec04-cnt01-info table td {
    line-height: 1.4;
    color: #6b6b6b;
    border-bottom: 1px solid #f1f1f1;
    padding: 20px 70px;
    border-spacing: 0;
    border-collapse: separate;
    background: #fff;
}

.sec04-cnt01-info table tr:last-child th {
    border-bottom: none;
}

.sec04-cnt01-info table tr:last-child td {
    border-bottom: none;
}

.sec04-cnt01-info .sec04-cnt01-bnr {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.sec04-cnt01-info .sec04-cnt01-bnr li {
    width: 240px;
    height: 72px;
    border-radius: 10px;
}



.sec04-cnt01-bnr {
    margin-top: 30px;
}

.sec04-bnr01 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 13px -6px rgba(0, 0, 0, 0.6);
    transition: 0.4s;
}

.sec04-bnr01:hover {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: none;
    transition: ease-in 0.1s;
    transform: translate(2px, 2px);
}

.sec04-bnr01 a {
    width: 100%;
    height: 100%;
    color: #f16316;
    font-size: 20px;
    letter-spacing: 0.06em;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec04-bnr01 a::before {
    content: "";
    background: url(../img/sec04-bnr02.png);
    width: 41px;
    height: 41px;
    margin-right: 10px;
}

.sec04-bnr02 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 14px -6px rgba(0, 0, 0, 0.6);
    transition: 0.4s;
}

.sec04-bnr02:hover {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: none;
    transition: ease-in 0.1s;
    transform: translate(2px, 2px);
}

.sec04-bnr02 a {
    width: 100%;
    height: 100%;
    color: #06c755;
    font-size: 20px;
    letter-spacing: 0.06em;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec04-bnr02 a::before {
    content: "";
    background: url(../img/sec04-bnr01.png);
    width: 39px;
    height: 39px;
    margin-right: 10px;
}


.sec04-cnt01-map {
    width: 460px;
    height: 600px;
    border-radius: 20px;
}




/*
sec05
お知らせ/ブログ
-------------------------------------------------- */

#sec05 {
    background: url(../img/pat-01.png);
}


#sec05 h2 {
    text-align: center;
}



.sec05-cnt01-list {
    margin-top: 40px;
    position: relative;
    background: #ffde90;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec05-cnt01-list::after {
    background: url(../img/deco-foot04.png);
    content: "";
    position: absolute;
    width: 156px;
    height: 156px;
    right: -55px;
    bottom: -120px;
}

.sec05-cnt01-list>ul {}

.sec05-cnt01-list>ul>li {
    margin-top: 20px;
    display: flex;
}

.sec05-cnt01-list>ul>li:first-child {
    margin-top: 0px;
}

.sec05-cnt01-list>ul>li div {
    color: #f16316;
    background: #fff;
    width: 170px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.sec05-cnt01-list>ul>li a {
    margin-left: 20px;
    background: #fff;
    padding: 5px 20px;
    width: 660px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 5px;
    transition: 0.2s;
}

.sec05-cnt01-list>ul>li a:hover {
    color: #f16316;
    transition: 0.2s;
}




#sec05 .btn-style-01 a {
    margin: 50px auto;
}





/* 見出し
-------------------------------------------------- */
.common-ttl-01 {}


/*--------------------------------------------------

    フッター

--------------------------------------------------*/
.global-footer {
    background: #ffd05e;
}

.footer-nav {
    color: #2f2f2f;
    font-size: 13px;
}

.footer-nav ul {
    display: flex;
    justify-content: end;
}

.footer-nav ul li {
    padding-left: 20px;
    border-left: 1px solid #333;
    margin-left: 20px;
}

.footer-nav ul li:first-child {
    padding-left: 15px;
    border-left: none;
    margin-left: 15px;
}

.footer-nav ul li>a:hover {
    color: #6b6b6b;
}

.footer-inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 70px 0;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.footer-about {
    text-align: right;
}

.footer-about .h-day {}

.footer-about .h-day .h-ttl-01:last-child {
    margin-left: 30px;
}

.footer-about .h-time {}

.footer-about li {
    margin-top: 10px;
}

.footer-about>li:first-child {
    margin-top: 0;
}

.footer-about .h-tel {
    font-size: 24px;
    color: #62b006;
    font-weight: 600;
    padding: 5px 20px;
    border-radius: 10px;
    background: #fff;
    width: fit-content;
    margin-left: auto;
    margin-bottom: 20px;
}

.footer-about .h-ttl-01 {
    color: #f16316;
    padding: 5px 8px;
    background: #fff;
    margin-right: 10px;
    margin-left: 20px;
}

.footer-about .h-ttl-02 {
    font-size: 15px;
    font-weight: 600;
    color: #878787;
    margin-right: 10px;
}



/* ロゴ
-------------------------------------------------- */
.footer-logo {
    margin: 0 0 20px;
}

/* 会社概要
-------------------------------------------------- */
.footer-about {}

.footer-about li {
    margin: 10px 0 8px;
    line-height: 1.2;
}

/* 電話番号 */
.footer-about .tel {
    font-size: 22px;
}

.footer-about .tel a {
    color: inherit;
    font-weight: bold;
    letter-spacing: .1em;
    text-decoration: none;
}

/* 所在地 */
.footer-about .address {}

/* コピーライト
-------------------------------------------------- */
.footer-copyright {
    color: #62b006;
    background: #fff;
    padding: 6px;
    line-height: 1.3;
    text-align: center;
    font-size: 12px;
    display: block;
}

.footer-copyright a {}

/*--------------------------------------------------

    お問い合わせフォームの見た目変更

--------------------------------------------------*/
.contact_table {
    width: 100%;
    margin: 0 0 40px;
    border: 1px solid #ccc;
}

.contact_table tr:not(:last-child) th {
    border-bottom: 1px solid #fff;
}

.contact_table tr:not(:last-child) td {
    border-bottom: 1px solid #ccc;
}

.contact_table th {
    width: 320px;
    padding: 0 20px;
    line-height: 1.5;
    text-align: left;
    vertical-align: middle;
    background-color: #ccc;
    transition: all 0.5s;
}

.contact_table th [class*="mark"] {
    line-height: 1.5;
    color: #fff;
    float: right;
    padding: 4px 12px;
    font-size: 12px;
    border-radius: 16px;
}

.contact_table td {
    padding: 15px 40px;
}

.contact_table th .required-mark {
    background-color: #c60000;
}

.contact_table th .arbitrary-mar {
    background-color: #15b91b;
}

.contact_table td a {
    display: inline-block;
    text-decoration: underline;
    white-space: nowrap;
}

.contact_button {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 100%;
    max-width: 210px;
    height: 50px;
    color: #fff;
    font-weight: 500;
    border: none;
    background-color: #c60000;
    box-shadow: none;
    transition: all 0.5s;
}

.contact_button+.contact_button {
    margin-left: 2%;
}

.contact_button:hover {
    background-color: #ffb424;
}

.contact_box {
    width: 100%;
    height: 250px;
    margin: 0 0 30px;
    border: 1px solid;
}

.contact_box iframe {
    width: 100% !important;
    height: 100% !important;
}

.site .section-inner {
    padding: 30px 0px;
}

.site h2 {
    font-size: 45px;
    font-weight: 500;
    color: #f16316;
    text-align: center;
}
.contact_text-box {
    padding: 150px 0;
}
/*--------------------------------------------------

    下記コーディング時に必要なもの
    基本的に触らないでください。

--------------------------------------------------*/

/*--------------------------------------------------

    サイトマップ

--------------------------------------------------*/
.site {
    padding: 100px 0;
}

.site_wrap {
    width: 1080px;
    margin: 0 auto;
}

.site_list {
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
    height: 350px;
}

.site_list li {
    width: 48%;
    border-bottom: 1px solid #aaa;
}

.site a {
    display: flex;
    align-items: center;
    padding: 15px 7px 10px;
    position: relative;
    transition: all 0.5s;
}

.site a:hover {
    color: #f16316;
    opacity: 0.7;
    transform: translateX(10px);
}

/*--------------------------------------------------

    プライバシーポリシー

--------------------------------------------------*/

.privacy-inner {
    padding-bottom: 50px;
}

.privacy-content * {
    line-height: 1.6;
    font-weight: 400;
}

.privacy-content body {
    padding: 16px;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro", sans-serif;
}

.privacy-content section {
    margin: 0 0 32px;
}

.privacy-content h3 {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 700;
}

.privacy-content ul {
    margin: 8px 0;
}

.privacy-content li {
    margin-left: 1.5em;
    text-indent: -1.5em;
    list-style: none;
}

.privacy-content li:before {
    content: "・";
    margin-right: 0.5em;
}

/*--------------------------------------------------

    エラーページ

--------------------------------------------------*/
.error {
    padding: 100px 0;
    text-align: center;
}

.error_wrap {
    width: 1080px;
    margin: 0 auto;
}

.error a {
    text-decoration: underline;
}

/*--------------------------------------------------

    お問い合わせテーブルの調整

--------------------------------------------------*/
.contact_table * {
    line-height: 2;
    font-family: inherit;
}

.contact_table td div:not(:last-child) {
    margin-bottom: 8px;
}

.contact_table td label {
    white-space: nowrap;
}

.contact_table td input:focus,
.contact_table td select:focus,
.contact_table td textarea:focus {
    outline: none;
    border-color: #311100;
}

.contact select,
.contact textarea,
.contact input[type='tel'],
.contact input[type='text'],
.contact input[type='num'],
.contact input[type='email'] {
    padding: 4px;
    border: 1px solid #dadada;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(100, 100, 100, 0.1) inset;
    transition: all 0.4s;
}

.contact textarea {
    display: block;
    resize: none;
}

.contact input[type='button'],
.contact input[type='submit'] {
    border: none;
    -webkit-appearance: none;
    transition: all 0.5s;
    cursor: pointer;
}

.contact input[type='button'][disabled],
.contact input[type='submit'][disabled] {
    opacity: .7;
    pointer-events: none;
}

.contact input[type=radio],
.contact input[type=checkbox] {
    display: inline-block;
    margin-right: 6px;
}

.contact input[type=radio]+label,
.contact input[type=checkbox]+label {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    line-height: 30px;
    cursor: pointer;
}

.contact input[type=radio],
.contact input[type=checkbox] {
    display: none;
    margin: 0;
}

.contact input[type=radio]+label,
.contact input[type=checkbox]+label {
    padding: 0 0 0 24px;
    color: inherit;
}

.contact input[type=radio]+label::before,
.contact input[type=checkbox]+label::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
}

.contact input[type=radio]+label::before {
    border: 2px solid #ccc;
    border-radius: 30px;
}

.contact input[type=checkbox]+label::before {
    border: 2px solid #ccc;
}

.contact input[type=radio]:checked+label::after,
.contact input[type=checkbox]:checked+label::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
}

.contact input[type=radio]:checked+label::after {
    margin-top: -4px;
    background: #b91515;
    border-radius: 8px;
    left: 5px;
    width: 8px;
    height: 8px;
}

.contact input[type=checkbox]:checked+label::after {
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid #b91515;
    border-bottom: 3px solid #b91515;
    transform: rotate(-45deg);
    left: 3px;
}

.contact input[name="items[address]"] {
    margin-top: 8px;
}

.contact .sec-error-text {
    line-height: 80px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background: #3f955b;
}

.contact .error-text {
    margin: 0 0 4px;
    color: #b91515;
}

.contact_submits {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_recaptcha {
    margin: 0 0 20px;
    overflow: hidden;
}

.contact_recaptcha .g-recaptcha {
    width: 304px;
    margin: auto;
}

.contact_text-box {
    text-align: center;
}

.contact select,
.contact textarea,
.contact input[type='tel'],
.contact input[type='text'],
.contact input[type='email'] {
    width: 85%;
}

.contact input[type='num'] {
    width: 70px;
}

.contact textarea {
    min-height: 230px;
}

/*--------------------------------------------------

    パンくず

--------------------------------------------------*/
.breadcrumbs {
    padding: 7px 0;
    margin-top: 45px;
    font-size: 14px;
}

.breadcrumbs_wrap {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    width: 1080px;
    margin: 0 auto;
}

.breadcrumbs_item {
    list-style: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    transition: all 0.5s;
}

.breadcrumbs_item:last-child {
    flex: 1 1 0%;
}

.breadcrumbs_item:not(:last-child) {
    padding-right: 30px;
}

.breadcrumbs_item:not(:last-child)::before {
    content: ' ';
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    border-top: 2px solid #111;
    border-right: 2px solid #111;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 13px;
    bottom: 0;
}

.breadcrumbs_item a {
    text-decoration: underline;
}