@charset "utf-8";
body{
    font-family: "ipaexm", "ipaexg", "游ゴシック", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    -webkit-text-size-adjust: 100%; 
}
a{
    color:inherit;
    text-decoration: none;
}

img{
    vertical-align: bottom;
}

input,select,textarea,button{
    outline: none;
}

.edge_r{
    border-radius: 0 62px 0 0 / 0 62px 0 0;
    overflow: hidden;
}

.scroll_down_btn{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    cursor: pointer;
}

#contents_wrapper{
/*     width: 960px; */
    width: 1080px;
    padding-bottom: 80px;
    margin: 0 auto;
    position: relative;
}

#contents_wrapper.monodukuri{
    width: 1260px;
}

/* g_header */
#g_header{
    width: 125px;
    padding: 12px 0;
    background: url(../img/menu_bg.png) repeat-y center center;
    background-size: 125px auto;
    border-radius: 65px;
    position: absolute;
    top: 40px;
    left: 40px;
    text-align: center;

    position: fixed;
    left: 50%;
    margin-left: -500px;

    z-index: 10;
}
#g_header.order_close{
    padding-bottom: 40px;
}
#wrapper.top #g_header{
    position: absolute;
    top: 40px;
    left: 40px;
    margin-left: 0;
}

#wrapper.top.fix #g_header{
    position: fixed;
    left: 50%;
    margin-left: -500px;
}

#g_header h1{
    margin-bottom: 15px;
}
#g_header.order_close li{
    margin: 12px 0;
}
#g_header nav li a{
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.2em;
    padding: 8px 0;
    display: block;
}
#g_header nav li a:hover{
    background: url(../img/menu_hover.png) no-repeat center center;
    background-size: auto 100%;
}

#g_header nav li.select a{
    background: url(../img/menu_select.png) no-repeat center center !important;
    background-size: auto 100% !important;
}

#g_header .to_book{
    margin-top: 40px;
}
#g_header .to_book img{
    width: 100%;
}

#g_header .to_order{
    padding: 6px 0;
}

#g_header .to_book+.to_order{
    margin-top: 20px;
}

/* footer_nav */
#footer_nav{
    padding: 25px 0;
}
#footer_nav ul{
    text-align: center;
}
#footer_nav ul li{
    padding: 0 50px;
    font-size: 14px;
    letter-spacing: 0.2em;
    display: inline-block;
}

/* TOP */
#wrapper.top{
    height: 100vh;
    overflow: hidden;
    opacity: 0;
}

#wrapper.top.show{
    height: auto;
    opacity: 1;
}

#top_slideshow{
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 1001;
    opacity: 0;
}

#top_slideshow > div{
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#top_slideshow > div._1{
    background-image: url(../img/top_slide_01.jpg);
    background-image: url(../img/11.jpg);
    transition: opacity 1200ms linear 1200ms;
    z-index: 3;
}
#top_slideshow > div._2{
    background-image: url(../img/top_slide_02.jpg);
    background-image: url(../img/22.jpg);
    transition: opacity 1200ms linear 3600ms;
    z-index: 2;
}
#top_slideshow > div._3{
    background-image: url(../img/top_slide_03.jpg);
    background-image: url(../img/33.jpg);
    z-index: 1;
    opacity: 1 !important;
}

#top_slideshow.show > div{
    opacity: 0;
}

.top_upper{
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.top_upper h1{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -65px;
    margin-left: -65px;
}
.top_upper a{
    width: 50%;
    height: 50vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    position: relative;
}
.top_upper a span{
    color: #fff;
    font-size: 30px;
    letter-spacing: 0.2em;
    position: absolute;
}
.top_upper a._1{
    background-image: url(../img/top_upper_image_kasa.png);
    background-image: url(../img/1.jpg);
}
.top_upper a._1 span{
    bottom: 40px;
    left: 160px;
}
.top_upper a._2{
    background-image: url(../img/top_upper_image_nuno.png);
    background-image: url(../img/2.jpg);
}
.top_upper a._2 span{
    bottom: 40px;
    right: 160px;
}
.top_upper a._3{
    background-image: url(../img/top_upper_image_komono.png);
    background-image: url(../img/3.jpg);
}
.top_upper a._3 span{
    top: 40px;
    left: 160px;
}
.top_upper a._4{
    background-image: url(../img/top_upper_image_mono.png);
    background-image: url(../img/4.jpg);
}
.top_upper a._4 span{
    top: 40px;
    right: 90px;
}

.top_main_contents{
    padding-left: 230px;
    position: relative;
}
.top_main_contents #g_header{
    top: 104px;
}

.top_news{
/*     width: 540px; */
    margin: 0 95px;
}
.top_news article{
    padding-top: 40px;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.2em;
}
.top_news article .image{
    margin-bottom: 40px;
    display: block;
}

.top_news article .image img{
    width: 100%;
    height: auto;
}

.top_news article .image .video {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
}

.top_news article .image iframe {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100%;
    height: 100%;
}



/* contents */
.contents_header{
    position: relative;
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*
.contents_header > img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
*/
.contents_header h2{
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    position: absolute;
    bottom: 40px;
    left: 40px;
    text-align: right;
    right: 40px;
}

.page_headline{
    padding: 50px 0;
    font-size: 20px;
    letter-spacing: 0.2em;
    font-weight: normal;
    text-align: center;
}

.news_list{
    margin-top: 40px;
}
.page_headline+.news_list{
    margin-top: 0;
}
.news_list article{
    overflow: hidden;
}
.news_list article + article{
    margin-top: 40px;
}

.news_list article .image{
    display: block;
    width: 250px;
    height: 250px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.news_list article .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_list article .image iframe {
    width: 250px;
    height: 250px;
}

.news_list article a{
    display: block;
    overflow: hidden;
}

.news_list article .left{
    position: relative;
    float: left;
}
.news_list article .left .category{
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 40px;
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
}

.news_list article .right{
    width: 460px;
    width: 580px;
    float: right;
}
.news_list article .right .inner{
    height: 250px;
    display: table;
}
.news_list article .right .inner > div{
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.2em;
    vertical-align: middle;
    display: table-cell;
}



/* slide */

.slides_container .slide_wrap{
    position: relative;
}
.slides_container.fixed .slide_wrap{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 675px;
    z-index: 2;
}
.slides_container.type2 .slide_wrap{
    min-width: 0;
}
.monozukuri_list .slides_container .slide_wrap{
    position: relative;
    overflow: hidden;
    width: 960px;
    width: 100%;

}
.slides_container .slide_wrap .slides{
    height: 920px;
}
.slides_container .slide_wrap .slides li{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 1260px;
}

.slides_container .slide_wrap .slides li img{
    width: 100%;
    height: auto;
}

.slides_container .slide_wrap .controller{
    position: absolute;
    left: 0; right: 0;
    bottom: 10px;
    text-align: center;
}
.slides_container .slide_wrap .over_text{
    color: #fff;
    font-size: 40px;
    letter-spacing: 0.2em;
    position: absolute;
    bottom: 40px;
    right: 40px;
}

.slides_container .slide_wrap .prev,
.slides_container .slide_wrap .next{
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: 0.6s ease-out;
}
.slides_container .slide_wrap .prev{
    background: url(../img/slide_arr_l.png) no-repeat center center;
    background-size: contain;
    left: 20px;
}
.slides_container .slide_wrap .next{
    background: url(../img/slide_arr_r.png) no-repeat center center;
    background-size: contain;
    right: 20px;
}
.slides_container .pager{
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}
.slides_container .pager span,
.slides_container .controller li{
    width: 0;
    height: 0;
    margin: 0 6px;
    border-style: solid;
    border-width: 0 6.5px 15px 6.5px;
    border-color: transparent transparent #999 transparent;
    display: inline-block;
}
.slides_container .pager span.current,
.slides_container .controller li.current{
    border-color: transparent transparent #DDD transparent;
}
.slides_container .slide_wrap .close{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: -40px;
    text-indent: -9999px;
    background: url(../img/slide_close_bk.png) no-repeat center center;
    background-size: contain;
    cursor: pointer;
}

.slides_container > .close{
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    cursor: default;
}


.slides_container.fixed{
    background: rgba(230, 230,230, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
    display: none;
}
.slides_container.fixed .slide_wrap .image{
    display: block;
    overflow: hidden;
    text-align: center;
    background: #FFF;
}
.slides_container.fixed .slide_wrap .image img{
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: bottom;
}
.slides_container.type2 .slide_wrap .image img{
    max-height: 650px;
}
.slides_container.fixed.type1 .image{
    display: block;
    background-color: #fff;
    text-align: center;
}
.slides_container.fixed.type1 .image span{
    display: block;
}
.slides_container.fixed.type1 .image img{
    height: auto;
    width: auto;
}
.slides_container.type2 .bottom_document{
    padding: 20px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2em;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    bottom: 40px;
    right: 40px;
}
.slides_container.fixed.type3 .bottom_document{
    padding: 40px;
    font-size: 14px;
    line-height: 24px;
    background-color: #fff;
    box-sizing: border-box;
}


/* komono */
.komono_list{
/*     width: 850px; */
    margin: 40px 40px 0;
}
.komono_list .upper_text{
    width: 540px;
    margin: 0 auto 60px;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
}
.komono_list .items_wrap{
    width: 900px;
    width: 1050px;
    margin-top: 10px;
    overflow: hidden;
}
.komono_list .items_wrap .item{
    float: left;
    margin-right: 50px;
    margin-bottom: 50px;
}
.komono_list .items_wrap .item a{
    display: block;
    cursor: pointer;
    width: 300px;
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* kasa */
.kasa_list{
    margin-top: 40px;
}
.kasa_list .upper_text{
    width: 540px;
    margin: 0 auto 60px;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
}
.kasa_list .item + .item{
    margin-top: 40px;
}
.kasa_list .item > p{
    margin-top: 12px;
    font-size: 16px;
    letter-spacing: 0.2em;
    text-align: right;
}
.kasa_list .item .body{
    position: relative;
}
.kasa_list .item .body img{
    width: 100%;
    height: auto;
}
.kasa_list .item .body .text{
    width:  260px;
    padding: 20px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2em;
    background-color: #fff;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

/* tenji */
.tenji_list .main_visual{
    margin-bottom: 60px;
}
.tenji_list .main_visual img{
    width: 100%;
    height: auto;
}

.tenji_list .upper_text > p{
    width: 540px;
    margin: 0 auto 0;
    font-size: 14px;
    line-height: 28px;
}
.tenji_list .items_wrap{
    position: relative;
    overflow: hidden;
    width: 1080px;
    margin: 60px  auto 0;
}
.tenji_list .items_wrap .item{
    width: 50%;
    height: 0;
    padding-top: 50%;
    float: left;
    position: relative;
}
.tenji_list .items_wrap .item a{
    display: block;
    position: absolute;
    left: 0; right: 0; top: 0; bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0 !important;
}
.tenji_list .items_wrap .item .title{
    color: #fff;
    font-size: 40px;
    letter-spacing: 0.2em;
    position: absolute;
    bottom: 46px;
    right: 20px;
}

.gallery{
    margin: 60px -210px 0;
    overflow: hidden;
}

.gallery br{
    display: none;
}

.gallery .gallery-item{
    width: 50%;
    float: left;
    position: relative;
}

.gallery .gallery-item img{
    width: 100%;
    height: auto;
}



/* monozukuri */
.monozukuri_list .body_text{
    padding: 35px 0 55px;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.2em;
    text-align: center;
}


/* nuno */
.nuno_list{
    position: relative;
}
.nuno_list li{
    position: absolute;
    overflow: hidden;
}
.nuno_list li img{
    vertical-align: bottom;
}
.nuno_list li a{
    display: block;
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* news */
.news{
    padding-left: 230px;
    position: relative;
}

/* news_entry */
.news_detail {
    margin: 0 70px;
    padding-top: 40px;
}
.news_detail .image img {
    max-width: 100%;
    height: auto;
    border-radius: 0 62px 0 0;
}

.news_detail .image .video {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 56.45%;
    position: relative;
}

.news_detail .image .video iframe {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    width: 100%;
    height: 100%;
}

.news_detail p {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.2em;
}
.news_detail p + p{
    margin-top: 28px;
}
.news_detail .upper_text {
    margin-top: 40px;
}
.news_detail .inner {
    margin-top: 40px;
}
.news_detail .inner .image {
    float: right;
    margin: 0 0 20px 30px;
}

.news_detail .upper_text img {
    max-width: 100%;
    height: auto;
}


/* order */
.order {
    padding-left: 230px;
    position: relative;
}

.order .items_wrap.edge_r{
    display: none;
}

.order .button {
    margin-top: 40px;
    text-align: center;
}
.order input[type=button],
.order button {
    border: 1px solid #000;
    background: #fff;
    margin: 0 20px;
    padding: 13px 45px;
    line-height: 1em;
    cursor: pointer;
    font-size: 18px;
    border-radius: 0;
    font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
}

.order .hidden{
    display: none;
}

/* order form */
.order_form .upper_text {
    text-align: center;
    font-size: 14px;
    line-height: 28px;
}

.order_form label img,
.order_form label span {
    cursor: pointer;
}
.order_form h3,
.order_form h4 {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
}
.order_form li {
    position: relative;
}
.order_form li label input {
    position: absolute;
}

.order_form .button {
    text-center: right;
}

.tab {
    position: relative;
    margin-top: 40px;
}
.tab h3 {
    position: absolute;
    top: 65px;
    left: 35px;
}
.tab ul{
    width: 582px;
    margin: 0 auto;
}
.tab li {
    display: inline-block;
    margin: 1px;
    padding: 10px 10px 20px;
    cursor: pointer;
}
.tab li img{
}
.tab li.select {
    border: 1px solid #000;
    border-bottom: 1px solid #fff;
    background: #fff;
    margin: 0;
}
.tab li input {
    top: 15px;
    right: 15px;
}
.tab li span {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    font-size: 13px;
    white-space: nowrap;
}

.tab li.umbrella_combined span{
    text-indent: 0.5em;
}

.tab_body {
    border: 1px solid #000;
    margin-top: -1px;
    text-align: center;
    padding: 20px 20px 40px;
}

.tab_body .categoryDescription{
    font-size: 14px;
    line-height: 28px;
    padding: 0 1em;
}

.order_content{
    display: none;
}

#order_content_parasol{
    display: block;
}
.tab_body #order_content_parasol .umbrella02 li p{
    padding-top: 17px;
}
.umbrella_template > div{
    margin-top: 30px;
    clear: both;
    overflow: hidden;
    position: relative;
}

.umbrella_template > div > ul{
    overflow: hidden;
    width: 560px;
    margin-left: 160px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.umbrella_template > div > ul li{
    position: relative;
}

.umbrella_template > div h4{
    position: absolute;
    left: 0px;
    width: 150px;
    text-align: center;
    white-space: nowrap;
}

.tab_body .umbrella01 {
    text-align: center;
}
.tab_body .umbrella01 h4 {
    top: 80px;
    margin-top: -1.5em;
}
.tab_body .umbrella01 li {
    padding: 10px;
    width: 120px;
}
.tab_body .umbrella01 li a{
    display: block;
    width: 120px;
    height: 120px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.tab_body .umbrella01 li label {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px;
    height: 12px;
}

.tab_body .umbrella01 li input{
    position: relative;
    margin: 0;
    vertical-align: top;
}

.tab_body .umbrella01 li p{
    font-size: 12px;
    line-height: 16px;
    padding-top: 6px;
}

.tab_body .umbrella02 h4{
    top: 26px;
    margin-top: -0.5em;
}

#order_content_umbrella_combined .umbrella02 h4 span{
    display: block;
}
#order_content_umbrella_combined .umbrella02 h4.size a{
    position: absolute;
    top: 0; right: 0;
}

.tab_body .umbrella02 li {
    border: 1px solid #000;
    width: 118px;
    height: 50px;
    margin: 0 10px 10px;
    text-align: center;
}
.tab_body .umbrella02 li a{
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.tab_body .umbrella02 li span {
    display: block;
    text-align: center;
    padding: 20px;
    font-size: 14px;
}
.tab_body .umbrella02 li label{
    position: absolute;
    top: 0; right: 0; left: 0; bottom: 0;
}
.tab_body .umbrella02 li input {
    position: absolute;
    top: 5px; right: 5px;
    margin: 0;
}

.tab_body .umbrella02 li p{
    padding: 8px 0;
    font-size: 14px;
    line-height: 17px;
}

.tab_body .umbrella03 h4{
    top: 53px;
    margin-top: -0.5em;
}

.tab_body .umbrella03 ul{
    width: 504px;
    margin-left: 188px;
}

.tab_body .umbrella03 li {
    padding: 10px;
}
.tab_body .umbrella03 li a{
    display: block;
    width: 106px;
    height: 106px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.tab_body .umbrella03 li label {
    position: absolute;
    top: 10px; right: 10px;
    padding: 5px;
    height: 12px;
}
.tab_body .umbrella03 li input {
    position: relative;
    margin: 0;
    vertical-align: top;
}
.tab_body .umbrella03 li span {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    display: block;
}

.tab_body .umbrella03 li p {
    font-size: 12px;
    padding-top: 6px;
}

.tab_body .umbrella04 h4{
    position: relative;
    width: 100%;
}

.tab_body .umbrella04 textarea {
    width: 390px;
    height: 24px;
    margin-top: 10px;
    padding: 5px;
    text-align: center;
    border: 1px solid #000;
}
.tab_body .umbrella04 textarea::-webkit-input-placeholder {
    font-size: 10px;
    line-height: 12px;
}
.tab_body .umbrella04 textarea:-moz-placeholder {
    font-size: 10px;
    line-height: 12px;
}
.tab_body .umbrella04 textarea::-moz-placeholder {
    font-size: 10px;
    line-height: 12px;
}
.tab_body .umbrella04 textarea:-ms-input-placeholder {
    font-size: 10px;
    line-height: 12px;
}

.tab_body .goods_list{
    width: 674px;
    margin: 30px auto 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.tab_body .goods li {
    padding: 10px;
    width: 148px;
}

.tab_body .goods li .image{
    display: block;
    height: 148px;
    width: 148px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.tab_body .goods li .title{
    font-size: 12px;
    line-height: 16px;
    padding-top: 6px;
    height: 48px;
}
.tab_body .goods li input {
    top: 15px;
    right: 15px;
}
.select_arr{
    margin: 6px 0 0 0;
    position: relative;
    cursor: pointer;
    background: #FFF;
}
.select_arr::before{
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 5px;
    background: #ccc;
    height: 100%;
    width: 21px;
    background: url(../img/select_arr.png) no-repeat right;
}
.tab_body .goods li select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: 1px solid #000;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    height: 29px;
    background: transparent;
    border-radius: 0;
    position: relative;
    z-index: 2;
}
.tab_body .goods li select::-ms-expand {
    display: none;
}

.tab_body .button {
    display: block;
    text-align: center;
}
.tab_body .button input {
    padding: 8px 30px;
}

.order_form .inner {
    margin-top: 20px;
    padding: 0 10px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    position: relative;
    overflow: hidden;
}
.order_form .inner:before,
.order_form .inner:after{
    content: "";
    display: block;
    position: absolute;
    left: 0; right: 0;
    height: 1px;
    background: #000;
}
.order_form .inner:before{
    top: 0;
}
.order_form .inner:after{
    bottom: 0;
}
.order_form .inner p {
    font-size: 14px;
    line-height: 28px;
    padding: 40px;
    padding: 8px 0;
    border-top: 1px dashed #000;
    position: relative;
}

.order_form .inner p span{
    display: block;
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
}

#order_content div:first-child p:first-child{
    border: none;
}

.cart_note{
    font-size: 14px;
    line-height: 1.6em;
    display: block;
    text-align: center;
    padding: 20px 0 20px;
}

.order_info{
    font-size: 14px;
    margin-top: 20px;
}

.order_info .title{
    padding: 0 0 0 12px;
}

.order_info input ,
.order_info textarea{
    font-size: 14px;
    margin: 10px 0 0 0;
    padding: 13px 20px;
    border: 1px solid #000;
    width: 190px;
}
.order_info textarea{
    width: 433px;
    height: 70px;
}

.order_info input+input{
    margin-left: 10px;
}

.order_note{
    padding-top: 24px;
    font-size: 12px;
    line-height: 1.8em;
}

.order_note p+p{
    margin-top: 1em;
}

/* order confirm */
.order_confirm .inner {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-top: 40px;
    padding: 0 40px 40px 40px;
}
.order_confirm .inner p {
    margin-top: 40px;
    font-size: 18px;
    line-height: 26px;
}

/* order end */
.order_end .inner {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-top: 40px;
    padding: 0 40px 40px 40px;
    text-align: center;
}
.order_end .inner + .inner {
    border-top: none;
    margin-top: 0;
}
.order_end .inner .text {
    text-align: left;
}
.order_end .inner p {
    margin-top: 40px;
    font-size: 14px;
    line-height: 28px;
}
.order.phase02{
    padding-top: 80px;
    padding-bottom: 100px;
    padding-left: 40px;
}
.order_end .note{
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}



/* schedule */
.schedule {
    padding-left: 230px;
    position: relative;
}
.schedule_list {
    margin: 0 85px;
    padding-top: 20px;
}
.schedule_list .inner {
  margin-top: 40px;
}
.schedule_list .inner h2 {
    font-size: 30px;
    font-weight: normal;
}
.schedule_list .inner ul {
    padding-top: 10px;
}
.schedule_list .inner li {
    padding-top: 10px;
    font-size: 16px;
    line-height: 30px;
}

/* modal */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 2000;
    background: rgba(230,230,230,0.7);
    overflow: auto;
    cursor: pointer;
}
.modal .margin{
    
}
.modal .inner {
    position: relative;
    z-index: 2100;
    background: #fff;
    width: 675px;
    margin: 50px auto;
    cursor: auto;
}
.modal .inner .text {
    padding: 60px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2em;
}
.modal .inner .text p {
    margin-bottom: 30px;
}
.modal_close {
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 30px;
    height: 30px;
    background: url(../img/modal_close.png) no-repeat center center;
}
body.noscroll {
    overflow: hidden;
}

#contact,
#select_contact {
    padding-left: 230px;
}

#contact .order_info > p {
    display: flex;
}

#contact .wpcf7-form-control-wrap{
    display: inline-block;
    position: relative;
}

#contact .wpcf7-response-output.wpcf7-validation-errors,
#contact .wpcf7-not-valid-tip{
    display: block;
    font-size: 11px;
    padding-top: 5px;
    color: #E52E1B;
}

#contact .screen-reader-response{
    display: none !important;
}

#contact .wpcf7-form-control-wrap+.wpcf7-form-control-wrap{
    margin-left: 10px;
}

#contact .wpcf7-response-output.wpcf7-mail-sent-ok,
#contact .wpcf7-response-output.wpcf7-validation-errors{
    width: 475px;
    font-size: 12px;
    padding-top: 20px;
    text-align: center;
}

#contact .contact_wrap{
    margin: 0 85px;
}
#contact .read{
    font-size: 12px;
    line-height: 17px;
}
#contact .read p+p{
    margin-top: 1em;
}
#contact textarea{
    height: 190px;
}
#contact .read img {
    max-width: 100%;
}

#contact .order_info .w-full,
#contact .order_info .w-full input {
    width: 475px;
    box-sizing: border-box;
}

#contact .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    width: 475px;
}

#contact .wpcf7-radio label {
    margin-top: 10px;
    display: flex;
    width: 100%;
    border: 1px solid #000;
    align-items: center;
    padding: 13px 18px;
    box-sizing: border-box;
}

#contact .wpcf7-radio .wpcf7-list-item {
    width: 232px;
}
#contact .wpcf7-radio .wpcf7-list-item:first-child {
    margin-right: 11px;
}

#contact .wpcf7-radio input {
    width: 20px !important;
    margin: 0 5px 0 0 !important;
}


#contact .file{
    font-size: 12px;
}

#contact .file .ik-file{
    display: inline-block;
/*     border: 1px solid #000; */
    margin-right: 20px;
    font-size: 12px;
    position: relative;
}
#contact .file input{
    border: none;
    width: 100%;
    font-size: 12px;
    padding: 0;
}

/*
#contact .file .ik-file:before{
    content: "写真をアップロード";
    display: block;
    position: absolute;
    left: 0; right: 0; bottom: 0; top: 0;
    z-index: 1;
    font-size: 14px;
    text-align: center;
    line-height: 46px;
}

#contact .file input{
    margin: 0;
    position: relative;
    z-index: 2;
}
#contact input[type=file]{
    opacity: 0;
}
*/
#contact .submit{
    margin-top: 44px;
}
#contact .submit input[type=submit]{
    display: inline-block;
    padding: 0; margin: 0;
    font-size: 14px;
    width: 98px;
    height: 36px;
    border: 1px solid #000;
    text-align: center;
    line-height: 36px;
    box-sizing: border-box;
    border-radius: 0px;
    margin-left: 378px;
}

#select_contact .read {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
}

#select_contact .buttons {
    width: 400px;
    margin: 36px auto 0;
}

#select_contact .buttons a {
    display: block;
    padding: 12px 0px;
    border: 1px solid #888;
    text-align: center;
    margin-top: 12px;
}

#contents_wrapper.monodukuri .slides .image{
    display: block;
    width: 1260px;
    height: 960px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
/*

#contents_wrapper.monodukuri .slides .image img{
    height: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
*/

.about{
    padding-left: 300px;
    padding-top: 50px;
}

.about h2{
    font-size: 20px;
    letter-spacing: 0.2em;
    font-weight: normal;
    margin-bottom: 30px;
}

.about .about_detail{
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.2em;
}

.about .about_detail ul li{
    position: relative;
    padding-left: 80px;
    margin-top: 28px;
}

.about .about_detail ul li span{
    position: absolute;
    left: 0;
    top: 0;
}