/*
Theme Name: 竹風軒
Description: 竹風軒 Template
Author: 管理人
*/


body{
    font-family: ten-mincho-text, serif;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size:16px;
    line-height: 1.8;
}
body.active{
    overflow: hidden;
}
.gochi{
    font-family: 'Noto Sans JP', sans-serif;
}
.in{
    margin: auto;
}
ul,li{
    list-style: none;
}
a{
    display: inline-block;
    transition: 0.5s;
}
a:hover{
    opacity: 0.7;
}
img{
    display: inline-block;
    clear: both;
    max-width: 100%
}
h3{
    margin-bottom: 0.5em;
}
h5{
    margin-bottom: 0.5em;
}

h6{
    margin-bottom: 0.5em;
}
/*----------------------------------------------------------------*/
/*------ヘッダー------*/
header{
    position: fixed;
    transition: 0.5s;
    z-index: 11;
}
header .hedbotns_link a{
    display: block;
    font-size: 12px;
    line-height: 1.4;
    color: #fff;
    background-color: #000;
    padding: 20px;
}
header .hedbotns_link a .arrow{
    position: relative;
    display: block;
    vertical-align: middle;
    text-decoration: none;
    margin-top: 20px;
}
header .hedbotns_link a .arrow::before,
header .hedbotns_link a .arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
header .hedbotns_link a .arrow::before{
    left: 0;
    width: 30px;
    height: 1px;
    background: #fff;
}
header .hedbotns_link a .arrow::after{
    left: 23px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu-sns-container{
    line-height: 1.1;
}
/*------ハンバーガーメニュー------*/
.hed_ssanav .navbotm{
    text-align: center;
    font-size: 11px;
}
.navbotm a{
    position: relative;
    width: 30px;
    height: 20px;
    display: block;
    z-index: 1;
}
.navbotm a span{
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
    margin: auto;
    transition: 0.5s;
    left: 0;
}
.navbotm a span:nth-child(1){
    top: 0;
}
.navbotm a span:nth-child(2){
    top: 0;
    bottom: 0;
}
.navbotm a span:nth-child(3){
    bottom: 0;
}
.navbotm a.active span:nth-child(1){
    transform:rotate(45deg);
    top: 9px;
}
.navbotm a.active span:nth-child(2){
    opacity: 0;
    left: 50%;
}
.navbotm a.active span:nth-child(3){
    transform:rotate(-45deg);
    bottom: 9px;
}
/*------ナビメニュー------*/
nav{
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: #fff;
    transition: 0.5s;
    z-index: 10;
	overflow: scroll;
}
.gnavibase{
    padding: 50px 20px;
    font-size: 15px
}
nav .menu > li {
    margin-top: 10px;
}
nav #nav_menu-5 .menu > li ,
nav #nav_menu-6 .menu > li{
    position: relative;
    padding-left: 1em;
}
nav #nav_menu-5 .menu > li::before,
nav #nav_menu-6 .menu > li::before{
    content: "";
    display: block;
    position: absolute;
    margin: auto;
    left: 0;
    top: 0.7em;
    width: 0.5em;
    height: 0.5em;
    background-color: #364a1e;
    border-radius: 50%;
}
nav  .menu > li > .sub-menu{
    margin-left: 1em;
    font-size: 12px;
}

.menu-menu-1-container{

    font-size: 14px;
}
.sabf_c > a{
    display: block;
}
.sabf_c::after{
    content: "";
    display: block;
    clear: both;
}
.sabf_c .sub-menu > li{
    float: left;
}
.sabf_c .sub-menu  .sub-menu li{
	float:none;
	margin: 0;
}
.sabf_c .sub-menu > li + li{
    margin-left: 40px;
}
nav .menu-sns-container li{
    display: inline-block;
}

/*----------------------------------------------------------------*/
/*------フッター------*/
footer{
    background-color: #364a1e;
    color: #fff;
    padding: 40px 0 10px;
}
footer .fcc{
    font-size: 10px;
}
.foot01 .menu > li{
    float: left;
    margin-right: 68px;
}
.foot01 .menu > li + li{
    
}
.foot01 .menu > li > .sub-menu{
    margin-top: 1em;
    font-size: 13px;
    color: #aeaeaf;
}
.foot02widget::after{
    content: "";
    display: block;
    clear: both;
}
.foot02widget #nav_menu-4{
    float: left;
}
.foot02widget #nav_menu-2{
    float: right;
}
/*----------------------------------------------------------------*/

/*------ホーム------*/
/*------ホームメインビジュアル------*/
.mv{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*padding-top: 50%;*/
    position: relative;
    height: 100vh;
}
.home_mv{
    /*background-image: url(images/home_mv.jpg);*/
    overflow: hidden;
}
.wrap-video video{
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.home_mv .mvtext{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(0 0 0 / 30%);
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 12%;
}
.home_mv .mvtextbox{
    opacity: 0;
    transition: 2.2s;
}
.home_mv .mvtextbox.active{
    opacity: 1;
}
.home_mv .mvtext p{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: block;
    margin: auto;
    color: #fff;
}
.mvtextbox .mv_icon{
    margin: 13% auto 0;
    text-align: center;
}
.mvtextbox .mv_icon img{
}
.scrollbotn{
    font-size: 18px;
    position: absolute;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    bottom: 0;
    left: 30px;
    
}
.scrollbotn a{
    position: relative;
    padding-bottom: 3em;
    color: #fff;
}
.scrollbotn a::before{
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 1px;
    height: 10em;
    background-color: #fff;
}
/*------ホーム共通------*/

.More_botn{
    font-size: 12px;
}
.More_botn a{
    border-bottom: 1px solid currentColor;
    position: relative;
    padding-right: 3em;
}
.More_botn span{
    display: inline-block;
}
.More_botn .More_arrow{
    padding-left: 20px;
    height: 1em;
    transition: 0.5s;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 7px;
}
.More_botn a:hover .More_arrow{
    right: 0;
}
.More_botn .More_arrow::before,
.More_botn .More_arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.More_botn .More_arrow::before{
    left: 0;
    width: 15px;
    height: 1px;
    background: currentColor;
}
.More_botn .More_arrow::after{
    left: 8px;
    width: 7px;
    height: 7px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.list_More{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    color: #fff;
    background-color: rgb(32 45 19 / 0.6);
    transition: 0.5s;
    opacity: 0;
}
.list_More .More_arrow{
    margin-left: 10px;
    padding-left: 20px;
    height: 1em;
    position: relative; 
}

.list_More .More_arrow::before,
.list_More .More_arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.list_More .More_arrow::before{
    left: 0;
    width: 15px;
    height: 1px;
    background: #fff;
}
.list_More .More_arrow::after{
    left: 8px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*------ホームバナー------*/

/* .home_bannerlist li{ */
.home_bannerlist .home_mori,
.home_bannerlist .kurimikado {
	 background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	color:#fff;
}
.home_mori{
	background-image: url(images/home_mori.jpg);
   
}
.kurimikado{
	background-image: url(images/kurimikado.jpg);
   
}
.home_mori .More_botn a{
	border-bottom: 1px solid #fff;
}
.home_mori .More_botn .More_arrow::before{
	background: #fff;
}
.home_mori .More_botn .More_arrow::after{
	border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

/*------ホーム竹風軒のお菓子------*/
.home02mv{
    background-image: url(images/home02mv.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 47%;
}
.home02text{
    
}
.home02itemlist_r li{
    width: 48%;
}
.home02itemlist_r li + li{
    margin-left: 4%;
}
.home02itemlist_r .itemlist_img{
    padding-top: 64%;
}

/*------ホーム店舗のご紹介------*/
.home03 .home03content{
    background-image: url(images/home03img.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 4%;
}
.home03 .home03_slidimg{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.home03_slid li{
    position: relative;
}
.home03 .home03img01{
    background-image: url(images/home03img01.jpg);
}
.home03 .home03img02{
    background-image: url(images/home03img02.jpg);
}
.home03 .home03img03{
    background-image: url(images/home03img03.jpg);
}
.home03 .home03img04{
    background-image: url(images/home03img04.jpg);
}
.home03 .home03img05{
    background-image: url(images/home03img05.jpg);
}
.home03_slid .home03_slidtextbox{
    background-color: #fff;
}
.home03_slidno{
    text-align: right;
    font-size: 0;
}
.home03_slidno p{
    line-height: 1.2;
    font-size: 15px;
}
.home03_slidno p:nth-child(1){
    padding-right: 1em;
}
.home03_slidno p:nth-child(2){
    display: inline-block;
    position: relative;
    padding-left: 1em;
}
.home03_slidno p:nth-child(2)::before{
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 2.3em;
    right: 0;
    top: 0.1em;
    background-color: #000;
    transform: rotate(-30deg);
}
.home03_slid .prev,
.home03_slid .next{
    position: absolute;
    color: #fff;
    background-color: #000;
    padding: 5px 30px;
    z-index: 2;
    bottom: 30px;
    font-size: 20px;
    cursor: pointer;
}
.home03_slid .prev{
    right: 335px;
}
.home03_slid .next{
    right: 265px;
}
.home03_slid .next::before{
    content: "";
    display: block;
    width: 1px;
    height: 1em;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
}
.home03content .More_botn{
    margin-top: -70px;
    z-index: 1;
    position: relative;
    
}
/*------竹風軒について------*/
.home04mv{
    background-image: url(images/home04mv.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
}
.home04_taitl {
    margin-top: 1em;
}
.home04_list ul::after{
    content: "";
    display: block;
    clear: both;
}
.home04_list ul li{
    float: left;
    width: 48%;
    
}
.home04_list ul li:nth-child(2n){
    margin-left: 4%;
}
.home04_list ul li a{
    display: block;
    
}
.home04_list ul li .home04_listimg{
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 41%;
}
.home04_list .home04_img01{
    background-image: url(images/home04_img01.jpg);
}
.home04_list .home04_img02{
    background-image: url(images/home04_img02.jpg);
}
.home04_list .home04_img03{
    background-image: url(images/home04_img03.jpg);
}
.home04_list .home04_img04{
    background-image: url(images/home04_img04.jpg);
}
.home04_list ul li a:hover,
.home04_list ul li a:hover .list_More{
    opacity: 1;
}
/*----------------------------------------------------------------*/
/*------下層ページ------*/
.mv .ptaitl{
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    color: #fff;
}
.ptaitl span{
    font-size: 15px;
    position: relative;
    display: inline-block;
}
.ptaitl span::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 2em;
    height: 1px;
    background-color: #fff;
}
.ptaitl p{
    font-size: 35px;
    margin-top: 0.51em;
}
.pimgnon span::after{
    background-color: #000;
}
.ptaitl p l{
    display: inline-block;
    padding: 0 1em 0 0;
    margin: 0.5em 1em 0.5em 0;
    border-right: 1px solid #fff;
}
.ptaitl p en{
    padding: 0.1em 0 0.7em 1em;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}
.pimgnon p l{
    border-right: 1px solid #000
}
.p_box+.p_box{
	margin-top:3em;
}
/*------商品詳細、会社概要画像切り替え------*/
.item_mimgslide .item_mimg{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 58%;
}
.item_mimgslide .slick-counter{
    position: absolute;
    top: 4%;
    right: 4%;
}
.item_mimgslide .slick-counter span{
    display: block;
    line-height: 1.2;
    position: relative;
}
.item_mimgslide .current{
    padding-right: 1em;
}
.item_mimgslide .total{
    padding-left: 1em;
}
.item_mimgslide .total::before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    right: 0;
    top: 0.1em;
    background-color: #000;
    transform: rotate(-30deg);
}
.item_mimgslide .slick-arrow{
    position: absolute;
    z-index: 1;
    bottom: 8px;
    padding: 0.7em 1.5em;
    line-height: 1;
    background-color: #000;
    color: #fff;
    vertical-align: middle;
    cursor: pointer;
    transition: 0.5s;
}
.item_mimgslide .slick-arrow:hover{
    opacity: 0.7;
}
.item_mimgslide .next.slick-arrow{
    right: 0;
}
.item_mimgslide .next.slick-arrow span{
    position: relative;
}
.item_mimgslide .next.slick-arrow span::before {
    content: "";
    display: block;
    width: 1px;
    height: 1em;
    position: absolute;
    right: 2em;;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
}
.item_mimgslide .prev.slick-arrow{
    right: 4.5em;;
}
/*----------------ページナビ----------------*/
.pagination{
    margin-top: 60px;
    text-align: center;
}
.pagination span,
.pagination a{
    display: inline-block;
    min-width: 2em;
    hanging-punctuation: 2em:
    padding: 2px;
    margin: 2px;
    border-radius: 5px;
}
.pagination a{
    background-color: #364a1e;
    color: #fff;
}
/*----------------お知らせ----------------*/
/*------お知らせ一覧------*/
.newsimg{
    background-image: url(images/newsimg.jpg)
}
.news_list ul::after{
    content: "";
    display: block;
    clear: both;
}
.news_list a{
    display: block;
}
.news_list a .news_listimg{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 73%;
}
.news_list .news_listdata{
    font-size: 11px;
}
.news_list p{
    font-size: 15px;
}
.newslistct{
    margin-left: 1em;
}
/*------お知らせ詳細------*/
.news_boximg{
    text-align: center;
    
}
.news_box{
    max-width: 900px;
}
.news_itemtaim{
    text-align: right;
    font-size: 13px;
}
.singl_npbox{
    text-align: center;
    font-size: 0;
}
.singl_npbox .next,
.singl_npbox .prev{
    display: inline-block;
}
.singl_npbox a {
    font-size: 16px;
    line-height: 1;
    background-color: #000;
    color: #fff;
    padding: 0.5em 1.5em;
    position: relative;
}
.singl_npbox .next ~ .prev a::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1em;
    width: 1px;
    background-color: #fff;
}
/*----------------竹風軒のお菓子----------------*/
/*------竹風軒のお菓子一覧------*/
.itemimg{
    background-image: url(images/itemimg.jpg);
}
.itemlist ul::after{
    content: "";
    display: block;
    clear: both;
}
.itemlist ul li{
    float: left;
}
.itemlist ul li a{
    display: block;
}
.itemlist ul li a:hover,
.itemlist ul li a:hover .list_More{
    opacity: 1;
}
.itemlist ul li .itemlist_img{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.itemlist_box .itemlist_img{
    padding-top: 70%;
}
.itemlist ul li .itemlist_taitl{
    margin-top: 1em;
}
.itemlist_text{
    font-size: 13px;
}
/*------竹風軒のお菓子詳細------*/
.itemboxtaitl .item_ligo,
.itemboxtaitl .item_ligo img,
.itemboxtaitl .item_ligo h2,
.itemboxtaitl .item_rubi{
    display: inline;
    vertical-align: middle;
    margin: 0;
}
.itemboxtaitl .item_ligo{
    padding-right: 20px;
}
.item_prices li{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.item_prices li + li{
    margin-top: 10px;
}
.item_prices span{
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
}
.itemback_botm{
    text-align: center;
}
.itemback_botm a{
    border: 1px solid #000;
    padding: 0.5em 2em;
}
.itemback_botm a i,
.itemback_botm a span{
    display: inline-block;
    vertical-align: middle;
}

.itemback_botm a i{
    margin-right: 0.5em;
}
/*----------------店舗のご案内----------------*/

.shoplisttext{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}
.shoplist_taitl{
    font-size: 22px;
    border-bottom: 1px solid #000;
    padding-bottom: 0.4em;
    margin-bottom: 0.6em;
}
.shoplist_text,
.shoplist_data{
    font-size: 15px;
    width: 100%;
}
.shoplist_data table{
    width: 100%;
}
.shoplist_data th,
.shoplist_data td{
    padding: 5px 0;
}
.shoplist_data th{
    font-weight: normal;
    width: 5em;
}
.shoplist_data td a{
    color: #aeaeaf;
}
.shoplist_data td a img{
    vertical-align: middle;
    margin-left: 5px;
}

/*----------------竹風軒について----------------*/
.abautolist a{
    display: block;
}
.abautolistiumg{
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
    color: #fff;
}
.abautolistimg01,
.abautolistimg02{
    padding-top: 31%;
}
.abautolistimg03,
.abautolistimg04{
    padding-top: 41%;
}
.abautolistimg01{
    background-image: url(images/abauto_01.jpg)
}
.abautolistimg02{
    background-image: url(images/abauto_02.jpg)
}
.abautolistimg03{
    background-image: url(images/abauto_03.jpg)
}
.abautolistimg04{
    background-image: url(images/abauto_04.jpg)
}
.abautolist_imgtaitl{
    z-index: 1;
    position: absolute;
}

.abautolist02text p{
    
}
/*--------こだわり-------*/

.kodawariboximg{
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 54%;
}
.kodawaribox01 .kodawariboximg{
    background-image: url(images/kodawari_01.jpg);
}
.kodawaribox02 .kodawariboximg{
    background-image: url(images/kodawari_02.jpg);
}
.kodawaribox03 .kodawariboximg{
    background-image: url(images/kodawari_03.jpg);
}
.kodawariboximg::after{
    content: "";
    position: absolute;
    background-color: #f2f2f2;
    z-index: -1;
    
}
.kodawaribox_h{
    margin-bottom: 0.5em;
}
/*--------会社概要,手焼き、採用情報-------*/
.company_tablebox{
    
}
.company_table table{
    width: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.company_table table tr + tr{
    border-top: 1px solid #000;
}
.company_table table th,
.company_table table td{
    font-weight: normal;
}

.companybox .ptaitl p en{
    padding: 0;
}
.company_map iframe{
    width: 100%;
}
.experience_img{
    
}

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

.contact_hed{
    max-width: 900px;
    margin:0 auto 30px;
}
.contact_hed .ca7{
    font-size: 13px;
    margin-top: 1em;
}
.contact_hedstext{
    margin-top: 1em;
}
.contact_hedstext span{
    color: #ca750d;
    display: inline-block;
}
.contact_table{
    width: 100%;
    max-width: 900px;
    margin: 60px auto 40px;
}
.contact_table table{
    width: 100%;
}
.contact_table th p,
.contact_table td p{
    font-size: 80%;;
}
.contact_table th span{
    display: inline-block;
    font-size: 60%;
    color: #ca750d;
    margin-left: 0.5em;
}
.contact_table input,
.contact_table textarea{
    padding: 10px 5px;
    border: none;
    border-radius: 0;
    background: #f1f1f1;
    color: #6c6c6c;
    letter-spacing: .1em;
}
.contact_table td .your-name{
    width: 49%;
}
.contact_table td .your-name02,
.contact_table td .your-name04{
    margin-left: 2%;
}
.contact_table td .p-postal-code{
    margin: 0 5px;
    width: 8em;
}
.contact_table td .p-locality,
.contact_table td .p-extended-address,
.contact_table td .sabadres,
.contact_table td .email{
    margin-bottom: 5px;
    width: 100%;
}
.contact_table td .tel,
.contact_table td textarea{
    width: 100%;
    resize: none;
}
.contactsubmit{
    text-align: center;
    margin-bottom: 100px;
}
.contactsubmit input{
    border: none;
    padding: 10px 40px;
    background-color: #808080;
    color: #fff;
}
/*--ラジオボタン--*/
.kubun {
    vertical-align:middle;
}
.contact_table input[type="radio"]{
    display:none;
}
.kubun .wpcf7-list-item {
    margin: 0;
    padding: 0;
}
.kubunã€€label {
    line-height: 135%;
    position: relative;
    margin: 0.5rem;
    cursor: pointer;
}
.kubun .wpcf7-list-item-label{
    position: relative;
    margin: 0 1rem 0 0;
    cursor: pointer;
    padding-left: 2em;
}
.kubun .wpcf7-list-item-label::before,
.kubun .wpcf7-list-item-label::after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 1rem;
    height: 1rem;
    content: '';
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
    background: #ffffff;
}
.kubun .wpcf7-list-item-label::after {
    z-index: 0;
    left: -0.1rem;
    width: 1.25rem;
    height: 1.25rem;
    background: #364a1e;
}
.contact_table input[type="radio"]:checked + .wpcf7-list-item-label::before {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    border-width: 0.625rem;
    border-color: #364a1e;
}

/*----------------津和野乙女峠----------------*/
.otome_box{
	line-height:2;
}
.otome_top{
	width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.otome_taitl{
	text-align:center;
}
.otome_taitl p{
	font-size:33px;
}
.otome_taitl h2{
	font-size:51px;
	color:#1d2087;
	line-height: 1.2;
}
.otome_text{
	text-align:justify
}
.otome02,
.otome04{
	 background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 31%;
}
.otome02{
	background-image: url(images/otome02.jpg);
}
.otome04{
	background-image: url(images/otome04.jpg);
}
.otome06{
	background-color:rgb(66 118 180 / 45%);
}
.morityan_logo{
	text-align:center;
}
.otomelinkbox{
	text-align:center;
}

.otome_foot{
	margin-top:0
}


.otome_text::after,
.otome_imgbox01::after,
.otome_imgbox02::after{
	content:"";
	display:block;
	clear:both;
}
.otome_textl,
.otome_textr,
.otome_imgl,
.otome_imgr{
	width:46%;
}
.otome_imgl{
	float:left;
}
.otome_imgr{
	float:right;
}
.otome_imgbox01,
.otome_imgbox02{
	margin-top:70px;
}
.otome_img02{
	float: left;
    width: 30.834%;
}
.otome_img02 + .otome_img02{
	margin-left: 3.75%;
}
.otomelinkboxw{
	max-width:800px;
	background-color:#f9f9fb;
	margin:auto;
}

.otomelinkboxlbotn{
	margin-top:30px;
}
















