
/*style_other_sp.css*/


/*---------------------------------------------
メインビジュアル
---------------------------------------------*/

.pages .mainV {
    height: 230px;
}

.pages .mainV h1 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.1em;
}

.pages .mainV .mainV_txt {
    top: 50%;
    position: relative;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.pages .mainV h2 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-top: 10px;
}

.pages .mainV .mainV_obi {
    height: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    min-width: auto;
    transform: translate(0, 0);
    width: 90%;
    top: auto;
    bottom: -40px;
    background-color: #cd0004;
    color: rgb(255, 255, 255);
    padding-left: 60px;
    padding-right: 60px;
    position: absolute;
    top: 190px;
}

div.content_others {
    background-image: url("https://www.chimney.co.jp/001_enkai/chi_img/utage/utage_bg.png");
    background-size: auto;
}

/*---------------------------------------------
パンくず
---------------------------------------------*/

div.pan {
    display: none;
}

/*---------------------------------------------
チムニーの宴 リンク
---------------------------------------------*/

.bg_brown {
    width: 100%;
    min-width: 100%;

}


div.u_inner01 {
    width: 100%;
    padding: 60px 10px 40px 10px;
}

.uta_link {
    width: 100%;
    box-sizing: border-box;
}

ul.uta_link li {
    -webkit-flex-basis: 48%;
    flex-basis: 48%;
    width: 48%;
    margin-bottom: 10px;
    position: relative;
}

ul.uta_link li:after {
    position: absolute;
    content: '';
    right: 0.5em;
    top: 40%;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("https://www.chimney.co.jp/001_enkai/chi_img/utage/uta_link_arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
}


ul.uta_link li.uta_link_option {
    display: block;
    width: 100%;
    flex-basis: 100%;
    background: none;
    background: #fff;
    height: auto;
    position: relative;
}

ul.uta_link li.uta_link_option a {
    line-height: 1.8em;
    text-align: left;
    padding: 15px 0 15px 20px;
    color: #333333;
}

ul.uta_link li.uta_link_option:after {
    position: absolute;
    content: '';
    right: 0.5em;
    top: 35%;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url("https://www.chimney.co.jp/001_enkai/chi_img/utage/uta_link_arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
}

ul.related_tempo li.details {
    width: 100%;
    margin-top: 20px;
}

ul.related_tempo li.details a {
    width: 200px;
    margin: 0 auto;
}

ul.course_type_s li a {
    padding-bottom: 10px;
    display: block;
    position: relative;
    height: 100%;
}

a.bounenkai_bt {
    font-size: 18px;
    width: 100%;
    max-width: 320px;
    padding: 20px 0 20px 10px;
    font-weight: 600;
}

a.bounenkai_bt span {
    font-size: 14px;
}

a.bounenkai_bt:after {
    right: 10px;
}


/*---------------------------------------------
宴会コース
---------------------------------------------*/

.c_wrapper {
    width: 100%;
}

.course_block {
    position: relative;
    background: rgba(215, 215, 196, 0.3);
    margin-bottom: 90px;
    padding: 10px 10px 40px 10px;
}

.c_conts {
    width: 100%;
    margin: 0 auto;
    padding: 35px 0 40px 0;
}

/*
h3.course_title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    background: #333333;
    width: 100%;
    padding: 15px 10px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.3;
}
*/

h3.course_title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    background: #333333;
    width: 100%;
    padding: 15px 10px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.3;
    padding: 1rem 2rem;
    color: #fff;
    background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
    background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}

ul.related_tempo {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 10px;
}

ul.course_type_s li p.course_name {
    font-size: 14px;
    text-align: center;
    color: #966e23;
}

ul.course_type_s li div {
    margin-left: 0;
    padding: 10px 5px;
    width: 100%;
}

ul.course_type_s li {
    padding: 0;
    padding-bottom: 10px;
    -webkit-flex-basis: 32%;
    flex-basis: 32%;
    max-width: 32%;
    border: 1px solid #966e23;
    box-sizing: border-box;
    margin-right: 2%;
    margin-bottom: 10px;
    background: #fff;
}

ul.course_type_s li img {
    width: 100%;
    height: auto;
}

ul.course_type_s li a:after {
    width: 12px;
    height: 6px;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 0;
    top: auto;
}

ul.course_type_s li p.course_price {
    text-align: center;
    font-size: 14px;
}

ul.course_type_s {
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 40px;
    -webkit-flex-wrap: wrap;
    flex-wrap: nowrap;
}

ul.course_detail {
    display: block;

}

img.c_img {
    width: 100%;
height: auto;
}

p.c_label {
    font-size: 18px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 24px;
    color: #fff;
    padding: 24px 13px;
    background: #966e23;
    background: -moz-linear-gradient(bottom, #6C3E19, #966E23);
    background: -webkit-linear-gradient(bottom, #6C3E19, #966E23);
    background: linear-gradient(to top, #6C3E19, #966E23);
    position: absolute;
    left: 25px;
    top: -30px;
    letter-spacing: 0.15em;
}

ul.course_detail li.course_detail_left {
    width: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
}

ul.course_detail li.course_detail_right {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    padding: 30px 10px 30px 10px;
    background: none;
}

span.red {
    color: #cd0004;
}


a.reserveBt_sp {
    font-size: 18px;
    color: #fff;
    display: block;
    position: relative;
    background: #cd0004;
    padding: 15px 0 15px 25px;
    width: 216px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
}

a.reserveBt_sp:after {
    position: absolute;
    content: '';
    right: 15px;
    top: 40%;
    display: block;
    width: 30px;
    height: 9px;
    background-image: url("https://www.chimney.co.jp/001_enkai/chi_img/utage/d_arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
}

a {
    text-decoration: none;
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
    font-weight: 400;
    line-height: 1.6;
}

.c_detail_box h4 {
    font-size: 28px;
    font-weight: 700;
    color: #966e23;
    margin-bottom: 30px;
    font-family: 'Noto Sans JP', 'sans-serif';
    line-height: 1.4;
    border-bottom: 1px dotted #333333;
}

ul.course_menu {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-top: 10px;
    margin-left: 1.2em;
    padding-bottom: 10px;
}

ul.course_menu li {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    text-indent: -1.4em;
    -webkit-flex-basis: 80%;
    flex-basis: 80%;
    max-width: 80%;
    box-sizing: border-box;
}

ul.course_menu li span.dia {
    position: relative;
    padding-left: 1.4em
}

ul.course_menu li span.dia:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(file://C:\Users\r-kimura\Desktop\20230522_夏宴企E001_enkai\chi_img\utage\dia.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

ul.course_menu li.price {
    margin-left: auto;
    text-align: right;
    -webkit-flex-basis: 17%;
    flex-basis: 17%;
    max-width: 17%;
    box-sizing: border-box;
    margin-left: 3%;
}

ul.course_menu li.price span {
    font-size: 18px;
}

ul.course_option {
    margin-top: 10px;
    text-align: left;
}

ul.course_option li {
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
    padding: 0.1em 0;
    padding-left: 1em;
    font-family: 'Noto Sans JP', 'sans-serif';
}

/*
.c_detail_box ul {
    border-bottom: 1px dotted #333333;
}*/

/*
.c_detail_box ul:last-child {
    border-bottom: none;
}
*/

/*---------------------------------------------
宴会コース アコーディオン
---------------------------------------------*/

.accbox {
    margin: 2em 0;
    padding: 0;
    max-width: 350px;
    /*最大幅*/
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding: 13px 12px;
    color: #333333;
    font-weight: bold;
    background: rgba(215, 215, 196, 0.6);
    cursor: pointer;
    transition: all 0.5s;
}

/*アイコンを表示*/

.accbox label:after {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    padding-left: 8px;
    color: #966E23;
}

/*ラベルホバー時*/
.accbox label:hover {
    cursor: pointer;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    zoom: 1;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
    margin-top: 10px;
}

/*クリックで中身表示*/
.cssacc:checked+label+.accshow {
    height: auto;
    opacity: 1;
}

.accbox .accshow p {
    margin: 15px 10px
}

/*アイコンを入れ替える*/
.cssacc:checked+label:after {
    content: '\f106';
}

ul.accord01 {
    /*margin-left: 10px;*/
    /* list-style-type: disc;*/
    /* padding-left: 1em;*/
    margin-top: 10px;
    text-align: left;
}

ul.accord01 li {
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
    padding: 0.1em 0;
    /*padding-left: 1em;*/
    font-family: 'Noto Sans JP', 'sans-serif';
}


/*====================================================================
.s_01 .accordion_one
====================================================================*/

.s_01 .accordion_one {
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6);
    position: relative;
}

span.br_arrow_bg {
    position: absolute;
    content: ' ';
    width: 12px;
    height: 8px;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: url("https://www.chimney.co.jp/001_enkai/chi_img/utage/br_arrow_down.png");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 99;
}

span.clicked {
    position: absolute;
    content: ' ';
    width: 12px;
    height: 8px;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: url("https://www.chimney.co.jp/001_enkai/chi_img/utage/br_arrow_up.png");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 99;
}


.s_01 .accordion_one:after {
    position: absolute;
    content: ' ';
    width: 44px;
    height: 44px;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: url("https://www.chimney.co.jp/001_enkai/chi_img/utage/br_arrow_bg.png");
    background-repeat: no-repeat;
    background-size: contain;
}


.s_01 .accordion_one .accordion_header {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 11%;
    text-align: center;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
    background-image: url("https://www.chimney.co.jp/001_enkai/chi_img/top/washi-pattern-01.jpg");
    background-position: center center;
    background-repeat: repeat;
}

.s_01 .accordion_one .accordion_inner {
    display: none;
    padding: 10px 20px 20px 20px;
    box-sizing: border-box;
    background-image: url("https://www.chimney.co.jp/001_enkai/chi_img/top/washi-pattern-01.jpg");
    background-position: center center;
    background-repeat: repeat;
    margin-top: -1px;
}

.s_01 .accordion_one .accordion_inner .box_one {
    /*    height: 300px;*/
    height: auto;
}

/*---------------------------------------------
翻訳
---------------------------------------------*/

#g_translate {
    padding: 10px;
    width: 100%;
}

#g_translate #google_translate_element {
    margin-right: 0.5em;
}



