@charset "utf-8";
/* CSS Document */


/* template_style
   ================================================================== */
.mat_10{
	margin-top: 1.5vw !important;
}

.mat_15{
	margin-top: 2.5vw;
}

.mat_20{
	margin-top: 3vw;
}

.mat_25{
	margin-top: 3.5vw;
}

.mat_30{
	margin-top: 6vw;
}

.mat_40{
	margin-top: 7vw;
}

.mat_50{
	margin-top: 8vw;
}

.mat_75{
	margin-top: 12vw;
}

/* font-size */
.f_14{
	font-size: 3.2vw;
}

.f_15{
	font-size: 3.4vw;
}

.f_18{
	font-size: 3.9vw;
}

.f_22{
	font-size: 4.5vw;
}

.f_30{
	font-size: 5.5vw;
}


/* bg_title
   ================================================================== */
.bg_title{
	padding: 3vw 3vw;
    font-size: 3.6vw;
    font-weight: 700;
    color: #fff;
    background: #00A0E9;
}

.bg_title.color_green{
    background: #01B506;
}

.bg_title.color_red{
    background: #E74C3C;
}

.bg_title span{
    color: inherit;
}


/* under_page_title
   ================================================================== */
.under_page_title{
	margin: 0 0 0;
	position: relative;
    background: #00A0E9;
}

.under_page_title .page_title{
	padding: 3vw 0 6vw;
}

.under_page_title .page_title > span{
	display: block;
    line-height: 150%;
    color: #fff;
}

.under_page_title .page_title .jpn{
	font-size: 6vw;
}

.under_page_title .page_title .explanation{
    margin: 1vw 0 0;
	font-size: 3vw;
}


/* block_title
   ================================================================== */
.block_title > span{
	display: block;
    line-height: 150%;
}

.block_title .jpn{
	font-size: 8vw;
}

.block_title .eng{
    margin: 1vw 0 0;
	font-size: 3.5vw;
    font-weight: 500;
    letter-spacing: 0.3em;
}


/* under_kv_slider_block
   ================================================================== */
.under_kv_slider_block{
    padding: 8vw 0 0;
}

.under_kv_slider_block .under_kv_slider{
    margin: 0;
    width: 70vw;
    overflow: inherit;
}


/* under_kv_photo_block
   ================================================================== */
.under_kv_photo_block{
    padding: 8vw 0 0;
}

.under_kv_photo_block .photo{
    margin: 0;
}

.under_kv_photo_block .photo img{
    width: 100%;
}

.under_kv_photo_block p{
    margin-top: 3vw;
    font-size: 3.6vw;
}

.under_kv_photo_block .standard_image{
    margin-top: 5vw;
}

/* text_inside_box */
.text_inside_box{
    padding: 4vw 0 0 2vw;
}

.text_inside_box .top_ttl{
    font-size: 4.5vw;
    font-weight: 700;
    color: #00A0E9;
}


/* content_title_box
   ================================================================== */
.content_title_box{
    margin: 7vw 0 0 3vw;
    padding: 2vw 0 0;
	position: relative;
    z-index: 1;
    display: block;
}

.content_title_box::before,
.content_title_box::after{
    content: "";
    background: #00A0E9;
    position: absolute;
    bottom: 100%;
}

.content_title_box::before{
    width: 1px;
    height: 15vw;
    left: 4vw;
}

.content_title_box::after{
    width: 2vw;
    height: 2vw;
    left: 3vw;
    border-radius: 50px;
}

.content_title_box span{
    display: block;
    line-height: 150%;
}

.content_title_box .ttl{
    font-size: 4.5vw;
    line-height: 130%;
    font-weight: 700;
    color: #00A0E9;
	position: relative;
}

.content_title_box .txt{
    margin: 1.5vw 0 0;
    font-size: 3.6vw;
}

.content_title_box.mini .txt{
    margin: 1vw 0 0;
    font-size: 3.5vw;
    line-height: 170%;
}


/* tab_title_block
   ================================================================== */
.tab_title_block{
    margin: 6vw 0 0;
}

.tab_title_block .tab_title{
    padding: 0 0 0 4vw;
}

/* tab_title */
.tab_title > span{
    padding: 1vw 4vw;
    min-width: 15vw;
    font-size: 3.6vw;
    font-weight: 700;
    color: #fff;
    line-height: 150%;
    text-align: center;
    background: #FC427B;
    display: inline-block;
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
}

.tab_title.color_blue > span{
    background: #00A0E9;
}

/* border_box */
.border_box{
    padding: 3vw 3vw 6vw;
    border: 1px solid #FC427B;
    background: #FFF9FB;
}

.border_box.color_blue{
    border-color: #00A0E9;
    background: #F9FDFF;
}

/* underline_list */
.underline_list > li{
    padding: 2vw 0;
    font-size: 3.5vw;
    font-weight: 500;
    color: #FC427B;
    border-bottom: 1px dashed #FC427B;
}

.border_box.color_blue .underline_list > li{
    color: #00A0E9;
    border-bottom-color: #00A0E9;
}

/* inborder_txt_area */
.inborder_txt_area{
    padding: 3vw 0 0;
}

.inborder_txt_area p + p{
    margin-top: 3vw;
}

    
/* photo_text_list_block
   ================================================================== */
.sp_only_slider{
    width: 80vw;
    overflow: inherit;
}


/* photo_text_list_block
   ================================================================== */
.photo_text_list_block{
    margin: 10vw 0 0;
}

/* photo_text_list */
.photo_text_list{
    margin: 6vw 0 0;
}

.photo_text_list > li{
    margin: 0 20px 0 0;
    width: 65vw;
    box-sizing: border-box;
}

.photo_text_list > li:last-child{
    margin-right: 0;
}

.photo_text_list .text_area,
.photo_text_list .photo{
    width: 100%;
}

.photo_text_list .photo img{
    width: 100%;
}

.photo_text_list .text_area{
    padding: 2vw 2vw 0;
}

.photo_text_list .text_area .slide_ttl{
    margin: 0 0 2vw;
    font-size: 3.7vw;
    color: #00A0E9;
    font-weight: 700;
}

.photo_text_list .text_area p{
    font-size: 3.2vw;
}


/* hash_categories
   ================================================================== */
.hash_categories{
    display: block;
    font-size: 0;
}

.hash_categories > a,
.hash_categories > span{
    margin: 1vw 1vw 0 0;
    display: inline-block;
    font-size: 3.4vw;
    color: #00A0E9;
    letter-spacing: 0.09em;
    line-height: 150%;
    font-weight: 500;
}

.hash_categories.color_green > a,
.hash_categories.color_green > span{
    color: #01BC06;
}

.hash_categories > a::before,
.hash_categories > span::before{
    content: "♯";
}


/* course_list_block
   ================================================================== */
.course_list_block{
    margin: 10vw 0 0;
}

/* course_list_links */
.course_list_links{
    margin: 0;
    width: 75vw;
    overflow: inherit;
}

/* swiper-pagination */
.course_list_block .swiper-pagination{
    margin-top: 5vw;
    bottom: auto !important;
    position: relative;
    text-align: left;
    display: block;
}

.course_list_block .swiper-pagination-bullet{
    margin: 0 2vw 0 0 !important;
    width: 4vw;
    height: 4vw;
    display: inline-block;
    border-radius: 100%;
    background: #ddd;
    opacity: 1;
    box-sizing: border-box;
}

.course_list_block .swiper-pagination-bullet-active{
    background: #01BC06;
}

/* course_list_box */
.course_list_box{
    margin: 0 0 0;
}

.course_list_box .ttl{
	padding: 3vw 3vw;
    font-size: 3.6vw;
    font-weight: 700;
    color: #fff;
    background: #01BC06;
}

.course_list_box .course_list_border{
	border: 1px solid #01BC06;
}

.course_list_box .text_area{
	padding: 4vw 3vw 8vw;
    min-height: 121vw;
    background: #F5FFF5;
    box-sizing: border-box;
}

.siz_l_box .course_list_box .text_area{
    min-height: 132vw;
}

.course_list_box .text_area .hash_box{
	margin: 3vw 0 0;
}

.course_list_box .text_area .hash_categories{
	line-height: 1;
}

.course_list_box .text_area .course_list_txt{
    margin: 3vw 0 0;
	font-size: 3.2vw;
}

.course_list_box .text_area .course_list_btn_box{
    margin: 5vw 0 0;
	display: flex;
    align-items: center;
}

.course_list_box .text_area .course_list_btn_box > div + div{
    margin-left: 4vw;
}

/* divide_text */
.divide_text{
	font-size: 0;
}

.divide_text > *{
    padding: 2vw 3vw;
    font-size: 3.6vw;
    line-height: 150%;
    letter-spacing: 0.1em;
    font-weight: 500;
	display: inline-flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #01BC06;
}

.divide_text .divide_ttl{
    background: #01BC06;
    color: #fff;
}

.divide_text .divide_txt{
    background: #fff;
}

.divide_text.color_blue > *{
    border-color: #00A0E9;
}

.divide_text.color_blue .divide_ttl{
    background: #00A0E9;
}

.divide_text.color_blue .divide_txt{
    color: #00A0E9;
}

.divide_text .w230{
    min-width: 50vw;
}

.divide_text .w150{
    min-width: 30vw;
}

/* divide_text_list */
.divide_text_list{
    margin: 3vw 0 0;
}

.divide_text_list > *{
    margin: 1vw 0 0 !important;
}

.divide_text_list > *:first-child{
    margin: 0 0 0 !important;
}


/* souvenir_list_block
   ================================================================== */
.souvenir_list_block{
    margin: 10vw 0 0;
}

/* souvenir_list_links */
.souvenir_list_links{
    margin: 8vw 0 0;
    width: 75vw;
    overflow: inherit;
}

/* swiper-pagination */
.souvenir_list_block .swiper-pagination_sp{
    margin-top: 5vw;
    bottom: auto !important;
    position: relative;
    text-align: left;
    display: block;
    width: 96vw;
}

.souvenir_list_block .swiper-pagination-bullet{
    margin: 0 2vw 0 0 !important;
    width: 4vw;
    height: 4vw;
    display: inline-block;
    border-radius: 100%;
    background: #ddd;
    opacity: 1;
    box-sizing: border-box;
}

.souvenir_list_block .swiper-pagination-bullet-active{
    background: #01BC06;
}

/* souvenir_list_box */
.souvenir_list_box{
    margin: 0 0 0;
}

.souvenir_list_box .text_area{
	padding: 4vw 3vw 8vw;
    min-height: 100vw;
    background: #F5FFF5;
    box-sizing: border-box;
}

.souvenir_list_box .ttl{
    font-size: 4.5vw;
    font-weight: 700;
}

.souvenir_list_box .price{
    margin: 2vw 0 0;
    font-size: 4.3vw;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #FC427B;
}

.souvenir_list_box .souvenir_list_border{
	border: 1px solid #01BC06;
}

.souvenir_list_box .text_area .hash_box{
	margin: 2vw 0 0;
}

.souvenir_list_box .text_area .hash_box .hash_categories span{
	margin: 1vw 0 0;
}

.souvenir_list_box .text_area .hash_categories{
	line-height: 1;
}

.souvenir_list_box .text_area .souvenir_list_txt{
    margin: 3vw 0 0;
	font-size: 3.2vw;
}

.souvenir_list_box .text_area .sold_out{
    margin: 3vw 0 0;
	font-size: 3.2vw;
    color: #E74C3C;
}


/* ttl_and_txt_block
   ================================================================== */
.ttl_and_txt_block p{
    margin-top: 4vw;
}


/* icon_title
   ================================================================== */
.icon_title{
    display: flex;
    align-items: center;
}

.icon_title span{
    display: block;
}

.icon_title .icon{
    width: 12vw;
    line-height: 0;
}

.icon_title .right{
    padding: 0 0 0 3vw;
    width: calc(100% - 12vw);
    box-sizing: border-box;
}

.icon_title .right span{
    line-height: 150%;
    color: #00A0E9;
}

.icon_title .right .eng{
    font-size: 6.5vw;
    font-weight: 700;
}

.icon_title .right .jpn{
    font-size: 3.2vw;
    font-weight: 500;
    line-height: 130%;
}


/* step_flow_block
   ================================================================== */
.step_flow_block{
    padding: 10vw 0 0;
}

/* step_flow */
.step_flow{
    margin: 6vw 0 0;
}

.step_flow > li{
    padding: 0 0 10vw;
    font-size: 0;
}

.step_flow .step_number{
    width: 16vw;
    height: 16vw;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #FFEE37;
}

.step_flow .step_number span{
    display: block;
    line-height: 100%;
    color: #00A0E9;
    letter-spacing: 0.05em;
}

.step_flow .step_number .txt{
    font-size: 2.5vw;
    font-weight: 500;
}

.step_flow .step_number .num{
    font-size: 6vw;
    font-weight: 900;
}

.step_flow .step_txtbox{
    padding: 3vw 0 0;
    box-sizing: border-box;
}

.step_flow .step_txtbox .step_ttl{
    font-size: 3.7vw;
    font-weight: 700;
}

.step_flow .step_txtbox > * + *{
    margin-top: 3vw;
}

.step_flow .step_txtbox .mat_15{
    margin-top: 2vw;
}


/* kv
   ================================================================== */
.kv{
	margin: 0 0 0;
	position: relative;
    background: #F1F9FF;
}

.kv .photo_view{
    padding: 10vw 0 0;
    position: relative;
}

.index_key{
    margin: 0 auto;
    width: 80vw;
    overflow: inherit;
}

.index_key .swiper-slide{
    line-height: 0;
}

.kv .item01,
.kv .item02,
.kv .item03{
    position: absolute;
    z-index: 5;
}

.kv .item01{
    width: 36vw;
    top: -6vw;
    left: 0;
}

.kv .item02{
    width: 16vw;
    top: -1vw;
    right: 0;
}

.kv .photo_view .title{
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5vw;
    z-index: 5;
    text-align: center;
}

.kv .photo_view .title span{
    padding: 2vw 8vw;
    font-size: 3.2vw;
    letter-spacing: 0;
    background: #FFEE37;
    position: relative;
    text-align: center;
    border-radius: 100px;
}

/*
.kv .photo_view .title span::before,
.kv .photo_view .title span::after{
    content: "";
    background-image: url("../images/common/shisa01.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 17vw;
    height: 17vw;
    position: absolute;
    bottom: -2vw;
}

.kv .photo_view .title span::before{
    left: -11vw;
}

.kv .photo_view .title span::after{
    background-image: url("../images/common/shisa02.svg");
    right: -11vw;
}
*/

.kv .bottom{
    padding: 10vw 0 15vw;
    position: relative;
}

.kv .bottom .hash_categories > span{
    margin: 1vw 1vw 0 0;
    font-size: 3.8vw;
    color: #FC427B;
}

.kv .item03{
    width: 31vw;
    bottom: -6vw;
    right: 0;
}


/* index_point
   ================================================================== */
.index_point{
    margin-top: 15vw;
	padding: 15vw 0 25vw;
	position: relative;
    background: linear-gradient( 55deg ,#F2F3EB 50%, #FCF8F2 50%);
    background-image: url("../images/index/point_bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.index_point .inner{
	position: relative;
}

.point_title{
    display: flex;
    align-items: center;
}

.point_title span{
    display: block;
}

.point_title .icon{
    width: 18vw;
    line-height: 0;
}

.point_title .right{
    padding: 0 0 0 4vw;
    width: calc(100% - 18vw);
    box-sizing: border-box;
}

.point_title .right span{
    line-height: 150%;
    color: #00A0E9;
    font-weight: 700;
}

.point_title .right .jpn01{
    font-size: 3.9vw;
}

.point_title .right .jpn02{
    margin: 2vw 0 0;
    font-size: 4vw;
    font-weight: 500;
    line-height: 100%;
    display: flex;
    align-items: baseline;
}

.point_title .right .siz_l{
    font-size: 9vw;
    line-height: 0;
}

.point_title .right .siz_m{
    font-size: 5.5vw;
}

/* point_list */
.point_list{
    margin: 6vw 0 0;
}

.point_list > li{
    padding: 15vw 0 0;
}

.point_list > li:first-child{
    padding: 0 0 0;
}

.point_list .text_box{
    padding: 4vw 0 0;
    box-sizing: border-box;
}

.point_list .ttl_flex{
    display: flex;
    align-items: center;
}

.point_list .point_number{
    width: 16vw;
    height: 16vw;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #FFEE37;
    position: relative;
}

.point_list .point_number::before{
    content: "";
    background-image: url("../images/index/point_number_item.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 11vw;
    height: 11vw;
    position: absolute;
    top: -2vw;
    right: -5vw;
}


.point_list .point_number span{
    display: block;
    line-height: 100%;
    color: #00A0E9;
    letter-spacing: 0.05em;
}

.point_list .point_number .txt{
    font-size: 2.5vw;
    font-weight: 500;
}

.point_list .point_number .num{
    font-size: 6vw;
    font-weight: 900;
}

.point_list .ttl{
    padding: 0 0 0 6vw;
    font-size: 4.2vw;
    font-weight: 700;
    color: #00A0E9;
    width: calc(100% - 16vw);
    box-sizing: border-box;
}

.point_list .character_box{
    margin: 3vw 0 0;
    position: relative;
}

.point_list .character_box .character_bg{
    padding: 4vw;
    background: #ECE4D9;
    border-radius: 10px;
    display: inline-block;
    box-sizing: border-box;
    max-width: 100%;
}

.point_list .character_box .character_bg p{
    font-size: 3.6vw;
}

.point_list .character_box .character_bg .note{
    margin: 1vw 0 0;
    font-size: 3.2vw;
}

/* _point_list_item_ */
.point_list .item01,
.point_list .item02,
.point_list .item03,
.point_list .item04,
.point_list .item05,
.index_point .item06{
    position: absolute;
}

.point_list .item01{
    width: 30vw;
    bottom: calc(100% + 3vw);
    left: 60%;
}

.point_list .item02{
    width: 25vw;
    bottom: calc(100% + 3vw);
    left: 30%;
}

.point_list .item03{
    width: 15vw;
    bottom: calc(100% + 0px);
    left: 30%;
}

.point_list .item04{
    width: 15vw;
    bottom: calc(100% + -2px);
    left: 40%;
}

.point_list .item05{
    width: 30vw;
    bottom: calc(100% + 2vw);
    left: 25%;
}

.index_point .item06{
    width: 30vw;
    top: calc(100% + 4vw);
    right: 2vw;
}


/* index_types
   ================================================================== */
.index_types{
	padding: 15vw 0;
	position: relative;
}

.index_types .detail_btn{
	margin-top: 10vw;
}

.index_types .btn_flex{
	margin-top: 10vw;
}

/* types_list_links */
.types_list_links{
	margin: 10vw 0 0;
}

.types_list_links span{
	display: block;
}

.types_list_links .photo{
	width: 100%;
    line-height: 0;
    position: relative;
}

.types_list_links .see_details{
    padding: 1.5vw 5vw;
    font-size: 3.1vw;
    right: 2vw;
    font-weight: 500;
    color: #fff;
    line-height: 150%;
    letter-spacing: 0.1em;
    text-align: center;
	display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #00A0E9;
    border-radius: 0 0 10px 10px;
    position: absolute;
    top: 100%;
}

/* swiper-pagination */
.index_types .swiper-pagination_sp{
    margin-top: 5vw;
    bottom: auto !important;
    position: relative;
    text-align: left;
    display: block;
}

.index_types .swiper-pagination-bullet{
    margin: 0 2vw 0 0 !important;
    width: 4vw;
    height: 4vw;
    display: inline-block;
    border-radius: 100%;
    background: #ddd;
    opacity: 1;
    box-sizing: border-box;
}

.index_types .swiper-pagination-bullet-active{
    background: #00A0E9;
}


/* index_schedule
   ================================================================== */
.index_schedule{
	padding: 15vw 0;
	position: relative;
}

.index_schedule .frame{
	margin: 10vw 0 0;
    line-height: 0;
}

.index_schedule .frame iframe{
	width: 100%;
}


/* instagram_block
   ================================================================== */
.instagram_block{
	padding: 15vw 0;
	position: relative;
}

.instagram_embedded{
    margin: 10vw 0 0;
}

.instagram_embedded.scroll_x{
    overflow-x: scroll;
}

.instagram_embedded .instagram_xslider{
    width: 1000px;
    display: flex;
}

.instagram_embedded .instagram_xslider li{
    margin-right: 2%;
    width: 32%;
    line-height: 0;
}

.instagram_embedded .instagram_xslider li:last-child{
    margin-right: 0;
}

.instagram_embedded .instagram_xslider li iframe{
    max-width: 100% !important;
    min-width: auto !important;
}

.instagram_block .anime_btn{
    margin: 10vw 0 0;
    text-align: center;
}


/* index_reserve
   ================================================================== */
.index_reserve{
	padding: 15vw 0 10vw;
	position: relative;
}

.index_reserve .icon_title + p{
	margin: 6vw 0 0;
    font-size: 3.6vw;
}


/* index_reserve_bottom
   ================================================================== */
.index_reserve_bottom{
	padding: 2vw 0 0;
	position: relative;
}

.index_reserve_bottom .note_list{
	margin: 0 0 0;
}

.index_reserve_bottom .note_list > li{
    padding: 6vw 0;
    border-bottom: 1px dashed #ddd;
}

.index_reserve_bottom .note_list h4{
    font-size: 3.6vw;
}

.index_reserve_bottom .note_list p{
    margin: 2vw 0 0;
    font-size: 3.5vw;
}

.index_reserve_bottom .anime_btn{
    margin: 8vw auto 0;
    text-align: center;
}


/* index_news
   ================================================================== */
.index_news{
	padding: 15vw 0 10vw;
	position: relative;
}

.index_news .news_list{
	margin: 6vw 0 0;
}

.index_news .btn_arrow_light{
	margin: 8vw 0 0;
}


/* news_list
   ================================================================== */
.news_list > li + li{
    margin: 3vw 0 0;
}

.news_list a{
    padding: 6vw 3vw 6vw 0;
    display: block;
    position: relative;
}

.news_list a::before{
    content: "";
    background: #F8F9FA;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 100px 100px 0;
}

.news_list a > span{
    display: block;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.news_list a .date_flex{
    margin: 0 0 1vw;
    display: flex;
    align-items: center;
}

.news_list a .date{
    width: 20vw;
    font-size: 3.4vw;
    line-height: 150%;
    letter-spacing: 0.1em;
    font-weight: 500;
}

.news_list a .hash_categories{
    padding: 0 0 0;
    width: calc(100% - 20vw);
    line-height: 0;
    box-sizing: border-box;
}

.news_list a .date,
.news_list a .hash_categories span{
    margin-top: 0;
    font-size: 3.4vw;
    line-height: 150%;
    letter-spacing: 0.1em;
}

.news_list a .title{
    width: 100%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
    font-size: 3.6vw;
    line-height: 150%;
    letter-spacing: 0.1em;
    font-weight: 500;
}


/* hash_categories
   ================================================================== */
.hash_categories{
    display: block;
    font-size: 0;
}

.hash_categories > a,
.hash_categories > span{
    margin: 1vw 1vw 0 0;
    display: inline-block;
    font-size: 3.4vw;
    font-weight: 500;
    color: #00A0E9;
    letter-spacing: 0.1em;
    line-height: 150%;
}

.hash_categories > a::before,
.hash_categories > span::before{
    content: "#";
}


/* list_page
   ================================================================== */
.list_page{
    padding-top: 10vw;
    position: relative;
}

.list_page .inner{
    position: relative;
}

.list_page .list_page_title{
    margin: 0 0 10vw;
}

.list_page .list_page_title h3{
    font-size: 4.5vw;
    font-weight: 700;
    color: #00A0E9;
}


/* select_category
   ================================================================== */
.select_category{
    position: absolute;
    top: -2vw;
    right: 0;
}

.select_category .select_category_inbox{
    position: relative;
}

.select_category .select_btn{
    padding: 2vw 10vw 2vw 5vw;
    font-size: 3.4vw;
    font-weight: 500;
    position: relative;
    cursor: pointer;
}

.select_category .select_btn::before{
    content: "";
    margin: auto;
    background-image: url("../images/common/icon_down_arrow.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 3vw;
    height: 3vw;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3vw;
    transition: .3s;
}

.select_category.on .select_btn::before{
    transform: rotate(180deg);
}

.select_category ul{
	position: absolute;
	min-width: 45vw;
	top: 100%;
	right: 0;
	z-index: 10;
    display: none;
}

.select_category ul > li{
    margin: 0 0 0;
}

.select_category ul > li a{
	padding: 0 8vw 0 4vw;
	display: flex;
	white-space: nowrap;
	height: 15vw;
	align-items: center;
	font-size: 3.4vw;
    letter-spacing: 0.1em;
	font-weight: 400;
	color: #fff;
	background-color: rgba(0,160,233,.9);
    background-image: url("../images/common/icon_nav_arrow.svg");
    background-position: 93% center;
    background-repeat: no-repeat;
    background-size: auto;
	transition: .3s;
    position: relative;
    border-bottom: 1px solid #fff;
}


/* show_page
   ================================================================== */
.show_page{
    padding: 10vw 0 0;
}


/* pagination
   ================================================================== */
.pagination{
	text-align: center;
	padding: 10vw 0 5px;
	font-size: 0;
}

.pagination li{
	display: inline-block;
    vertical-align: top;
	margin: 6px 3px 0;
}

.pagination li.disabled{
	display: none;
}

.pagination a,
.pagination .active span{
	text-decoration: none;
	background: #ddd;
	color: #FFF;
	padding: 2px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	width: 34px;
	height: 34px;
    box-sizing: border-box;
    letter-spacing: 0;
    transition: all ease-out 0.3s;
    font-family: "Noto Sans JP,""メイリオ","ms pgothic", sans-serif;
}

.pagination .active span{
	background: #00A0E9;
}


/* sns_area
   ================================================================== */
.sns_area{
	margin: 4vw 0 0;
	line-height: 1;
    overflow: hidden;
}

.sns_area div{
	margin-bottom: 5px;
	margin-right: 5px;
	float: left;
	display: inline-block;
	font-size: 0;
	line-height: 1;
}

.linebutton img{
	width: 21px;
}


/* detail_page
   ================================================================== */
.detail_page{
	margin: 0 0 0;
	font-size: 16px;
	word-break: break-all;
}

.detail_page .detail_box h1{
	border-bottom: 1px solid #00A0E9;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 10px 10px;
	word-break: break-all;
	line-height: 150%;
}

.detail_page .f_box{
	margin: 4vw 0 0;
    font-size: 0;
}

.detail_page .hiduke{
    margin-right: 4vw;
    font-size: 3.5vw;
    color: #333;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
}

.detail_page .detail_categories{
	margin: -.5vw 0 0;
    display: inline-block;
	vertical-align: middle;
}

.detail_page .detail_categories > ul{
    font-size: 0;
}

.detail_page .detail_categories > ul > li{
    margin: .5vw .5vw 0 0;
    padding: 1vw 3vw;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 3vw;
    line-height: 150%;
    color: #fff;
    background: #C82425;
    border-radius: 0;
}

.detail_page .photo{
	margin: 4vw 0 0;
	line-height: 0;
}
	
.detail_page .photo img{
	max-height: 500px;
}
	
.detail_page .detail_body{
	margin: 4vw 0 0;
    clear: both;
}


/* date_tag_box
   ================================================================== */
.date_tag_box{
    display: flex;
}

.date_tag_box *{
    display: block;
    font-size: 3.3vw;
    line-height: 150%;
    font-weight: 500;
    letter-spacing: 0.1em;
    box-sizing: border-box;
}

.date_tag_box .date{
    padding: .5vw 0 0;
    width: 22vw;
}

.date_tag_box .hash_categories_box{
    margin: 0 0 0 3vw;
    font-size: 0;
    width: calc(100% - 22vw - 3vw);
}

.date_tag_box .hash_categories_box a{
    margin-top: 0;
    margin-bottom: 5px;
    margin-right: 3vw;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.date_tag_box .hash_categories_box ul{
    font-size: 0;
}

.date_tag_box .hash_categories_box ul li{
    display: inline-block;
}

.news_list li .hash_categories_box a:last-child{
    margin-right: 0;
}

/* hash_categories_box */
.date_tag_box .hash_categories_box a,
.hash_categories_box > *:not(ul){
    padding: .5vw 2vw;
    font-size: 3.4vw;
    color: #333;
    background: #F0F3F5;
}


/* detail_btn_area
   ================================================================== */
.detail_btn_area{
	margin: 15vw 0 0;
    padding: 10px;
	font-size: 0;
    text-align: center;
    background: #F9F9F9;
}

.detail_btn_area .arrow_btn{
	margin: 0;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 40%;
    max-width: 310px;
}
	
.detail_btn_area .arrow_btn.prev,
.detail_btn_area .arrow_btn.next{
	width: 28%;
}

.detail_btn_area .arrow_btn.back{
	margin: 0 2%;
}

.detail_btn_area .arrow_btn a,
.detail_btn_area .arrow_btn button{
	display: flex;
    justify-content: center;
    align-items: center;
	margin: auto;
	padding: 10px 0;
    box-sizing: border-box;
	width: 100%;
    height: 50px;
	background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
	color: #333;
	text-align: center;
	font-size: 16px;
    line-height: 0;
	letter-spacing: 0.10em;
	font-family: "Noto Sans JP","メイリオ","ms pgothic", sans-serif;
}


/* contact_block
   ================================================================== */
.contact_block{
	padding: 0 0 0;
}

/* form */
.contact .top_text{
	margin: 0 0 4vw;
    text-align: center;
    font-size: 3.1vw;
}

.contact .top_text02{
	margin: 0 0 5vw;
    font-size: 3.1vw;
}

.req{
    margin: 0 5px;
    padding: 4px 6px 6px;
    font-size: 11px;
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
	color: #fff;
	background: #EA3E32;
    border-radius: 6px;
    vertical-align: text-bottom;
}

.contact .user_form{
    margin: 0 auto 0;
	width: 100%;
	box-sizing: border-box;
}

.contact .input_area{
    margin-top: 10vw;
}

.contact table{
    margin: 6vw auto 0;
	width: 100%;
	box-sizing: border-box;
}

.contact th,
.contact td{
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0.10em;
	width: 100%;
	display: block;
	font-weight: normal;
	border-bottom: none;
	box-sizing: border-box;
}

.contact th{
	padding: 0 0 10px;
    font-weight: 500;
}

.contact td{
	padding: 0 0 25px;
    position: relative;
}

.contact td .balloon{
    position: absolute;
    bottom: -25px;
    left: 15px;
    height: 16px;
    line-height: 1;
    font-size: 13px;
    color: #EA3E32;
    letter-spacing: 0;
}

.contact .check_bg,
.contact output,
.contact input,
.contact select,
.contact textarea{
	margin: 0;
	font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.1em;
	padding: 15px;
	box-sizing: border-box;
	width: 100%;
    background: #F8F8F8;
	border: 1px solid #F8F8F8;
	vertical-align: middle;
}

/* 確認画面の入力文字背景 */
.contact .check_bg,
.contact output{
    display: block;
    background: rgba(246,172,43,.1);
    border-color: rgba(246,172,43,.1);
}

.contact select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("../images/common/down-arrow.svg");
    background-color: #F8F8F8;
	background-repeat: no-repeat;
	background-size: 10px 8px;
	background-position: right 16px center;
}

input:focus,
select:focus,
textarea:focus{
    outline: none;
}

textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
input::-webkit-input-placeholder{
    color: #ccc;
}

textarea::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder{
    color: #ccc; opacity: 1;
}

textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
input:-ms-input-placeholder{
    color: #ccc;
}

.contact textarea{
    height: 50vw;
	line-height: 150%;
}

/* ラジオボタン */
.contact .radio_input{
    padding: 0 0 17px;
}

.contact .radio_input .check_bg,
.contact .radio_input output{
    margin: 0 0 8px;
}

.radio_input label{
    margin: 0 0 8px;
	display: flex;
    align-items: center;
    cursor: pointer;
}

.radio_input > p .wpcf7-list-item{
    display: block;
}

input[type='checkbox'] ,
input[type='radio'] {
    appearance: none;
    outline: none;
    display: block;
    position: relative;
    text-align: center;
    cursor: pointer;
    width: 18px;
    height: 18px;
	margin: 0 10px 0 0;
    font-size: 0;
    padding: 0 !important;
    border: none;
    background: none;
}

input[type='checkbox']::before ,
input[type='radio']::before {
    display: block;
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 100%;
}

input[type='checkbox']:checked::before ,
input[type='radio']:checked::before {
    border-color: #00A0E9;
}

input[type='checkbox']::after ,
input[type='radio']::after {
    display: block;
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    background: #00A0E9;
    border-radius: 100%;
    opacity: 0;
}

input[type='checkbox']:checked::after ,
input[type='radio']:checked::after {
    opacity: 1;
}

/* 四角ボタン */
.square input[type='checkbox']::before ,
.square input[type='radio']::before {
    border-radius: 0;
}

.square input[type='checkbox']::after ,
.square input[type='radio']::after {
    border-radius: 3px;
}

/* チェックアイコン */
.icon_check input[type='checkbox']::before ,
.icon_check input[type='radio']::before {
    border-radius: 0;
}

.icon_check input[type='checkbox']::after ,
.icon_check input[type='radio']::after {
    left: 4px;
    top: -2px;
    width: 20px;
    height: 20px;
    background-image: url("../images/common/icon_form_check.svg");
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
}

/* 分割 */
.split .flex{
    margin: 0 0 0;
	display: flex;
    align-items: center;
}

.split .flex + .flex{
    margin-left: 15px;
}

.split .flex p{
    margin: 0 10px 0 0;
    font-size: 15px;
    font-weight: 500;
}
    
.max_140 input,
.max_140 select{
    max-width: 140px;
}

.split .flex .date input{
    width: 180px;
    min-height: 60px;
}

.split .flex .time select{
    padding-right: 30px;
}

/* ボタン */
.zas_btn_area{
	margin: auto;
	text-align: center;
	padding: 30px 0 0;
	font-size: 0;
	box-sizing: border-box;
    position: relative;
}

.zas_btn_area .zas_btn01 input{
	font-size: 16px;
	color: #FFF;
	border: none;
	position: relative;
	overflow: hidden;
	text-align: center;
    transition: .3s;
    border-radius: 0;
}

.zas_btn_area button:disabled{
	background: #ccc !important;
    border-color: #ccc !important;
    cursor: auto;
}

.zas_btn_area button:disabled span{
    color: #fff !important;
}

.zas_btn_area .zas_btn01 input{
	background: #00A0E9;
	width: 55%;
	max-width: 260px;
}

/* WPのチェック中のやつ */
.zas_btn_area .wpcf7-spinner{
    margin: auto;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
}


/* thanks
   ================================================================== */
.thanks{
    text-align: center;
}

.thanks h3{
    margin: 0 0 0;
	font-size: 4.2vw;
	line-height: 150%;
    font-weight: 700;
}

.thanks p{
    margin: 8vw 0 0;
	font-size: 3.5vw;
	line-height: 200%;
}

.thanks .go_top_btn{
	margin: 12vw 0 0;
    text-align: center;
}


/* gallery_block
   ================================================================== */
.gallery_block{
    padding: 10vw 0 0;
}


/* gallery_list
   ================================================================== */
.gallery_list{
    margin: 0 0 0;
    font-size: 0;
    line-height: 0;
}

.gallery_list > li{
    margin: 2vw 2% 0 0;
    width: 49%;
    display: inline-block;
    line-height: 0;
    position: relative;
}

.gallery_list > li:nth-child(2n+2){
    margin-right: 0;
}

.gallery_list > li a{
    height: 30vw;
	display: block;
    line-height: 0;
}

.gallery_list > li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}


/* benefits_block
   ================================================================== */
.benefits_block{
    padding: 10vw 0 0;
}

.benefits_block .top_text{
    margin: 0 0 8vw;
}

.benefits_block .top_text p{
    font-size: 3.5vw;
}


/* recruit_block
   ================================================================== */
.recruit_block .top_text{
    margin-top: 8vw;
}

.recruit_block .top_text p + p{
    margin-top: 3vw;
}

/* ceo */
.ceo{
    margin-top: 6vw;
    display: flex;
    justify-content: flex-end;
}

.ceo h3{
    width: 50vw;
    line-height: 0;
}

.ceo h3 img{
    width: 100%;
}

.ceo .sns_btn{
    margin-top: 3vw;
}

.recruit_block .border_box{
    margin-top: 10vw;
    padding: 6vw 3vw;
    text-align: center;
}

.recruit_block .border_box h3{
    margin-bottom: 3vw;
    font-size: 5.5vw;
    color: #00A0E9;
}


/* offer_block
   ================================================================== */
.offer_block{
    margin-top: 8vw;
}

.offer_block .under_kv_slider{
    margin-top: 8vw;
}

.offer_block .top_text{
    margin-top: 4vw;
}

.offer_block .top_text p + p{
    margin-top: 3vw;
}


/* message_block
   ================================================================== */
.message_block{
    padding: 8vw 0 15vw;
    background: #F1F9FF;
}

.message_block .flex{
    margin: 6vw 0 0;
}

.message_block .flex p{
    font-size: 3.5vw;
}

.message_block .sp_flex{
    margin: 6vw 0 0;
    display: flex;
    justify-content: space-between;
}

.message_block .photo{
    width: 39vw;
}

@media screen and (max-width : 499px){
    .message_block .ceo{
        margin-top: 0;
    }
}


/* shop_block
   ================================================================== */
.shop_block{
    padding: 10vw 0 0;
}

.shop_block .design_table{
    margin-top: 8vw;
}

.shop_block .map{
    margin: 8vw 0 0;
    line-height: 0;
}

.shop_block .map iframe{
    width: 100%;
    height: 80vw;
}

.shop_block .note_list{
    margin: 5vw 0 0;
}

.shop_block .note_list > li{
    padding: 5vw 0;
    border-bottom: 1px dashed #ddd;
}

.shop_block .note_list h3{
    font-size: 3.6vw;
}

.shop_block .note_list p{
    margin: 2vw 0 0;
    font-size: 3.4vw;
}


/* about_logo_block
   ================================================================== */
.about_logo_block{
    padding: 10vw 0 0;
}

.about_logo_block .flex{
    margin: 5vw 0 0;
}

.about_logo_block .logo{
    margin: 0 auto;
    width: 70vw;
    line-height: 0;
}

.about_logo_block .text_box{
    padding: 5vw 0 0;
}

.about_logo_block .text_box p{
    font-size: 3.4vw;
}

.about_logo_block .text_box p + p{
    margin-top: 3vw;
}

.about_logo_block .sns{
    margin: 5vw 0 0;
    display: flex;
    align-items: center;
}

.about_logo_block .sns .icon{
    width: 12vw;
    line-height: 0;
}

.about_logo_block .sns .icon a{
    display: block;
    line-height: 0;
}

.about_logo_block .sns .icon a img{
    width: 100%;
}

.about_logo_block .sns .name{
    padding: 0 0 0 3vw;
    width: calc(100% - 12vw);
    box-sizing: border-box;
}

.about_logo_block .sns .name a{
    font-size: 3.7vw;
    font-weight: 700;
    color: #2980B9;
    display: block;
    line-height: 150%;
}


/* design_table
   ================================================================== */
.design_table{
	width: 100%;
	box-sizing: border-box;
}

.design_table th,
.design_table td{
	width: 100%;
	display: block;
	font-weight: 400;
	border-bottom: none;
	box-sizing: border-box;
}

.design_table th,
.design_table td,
.design_table td p{
    font-size: 3.5vw;
    letter-spacing: 0.1em;
	line-height: 170%;
}

.design_table td a{
    font-size: inherit;
}

.design_table tr:nth-child(2n+2){
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.design_table tr:first-child{
	border-top: 1px solid #ddd;
}

.design_table tr:last-child{
	border-bottom: 1px solid #ddd;
}

.design_table th{
	padding: 5vw;
	font-weight: 700;
}

.design_table td{
	padding: 0 5vw;
}

.design_table td .border{
	padding: 5vw 0;
	border-top: 1px solid #ddd;
}

.design_table td .box + .box{
	margin-top: 5vw;
    padding-top: 5vw;
    border-top: 1px dashed #ddd;
}

.design_table td .ttl + p{
	margin: 1vw 0 0;
}


/* common_table
   ================================================================== */	
.common_table{
	margin: 0 auto;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.common_table th,
.common_table td{
	padding: 3vw 4vw;
    font-size: 3.5vw;
    line-height: 170%;
    letter-spacing: 0.1em;
    font-family: "Noto Sans JP";
    width: 100%;
    display: block;
    box-sizing: border-box;
}

.common_table th{
    border-top: 1px solid #ddd;
	background: #F6F6F6;
    font-weight: 700;
}

.common_table td{
	background: #fff;
    overflow: hidden;
}

.common_table td a{
	display: inline-block;
    font-size: inherit;
    line-height: inherit;
}

.common_table td .box + .box{
	margin: 4vw 0 0;
    padding: 4vw 0 0;
    position: relative;
}

.common_table td .box + .box::before{
	content: "";
    border-top: 1px dashed #ddd;
    position: absolute;
    top: 0;
    left: -50vw;
    width: 2000%;
}


/* scroll_box
   ================================================================== */
.scroll_box{
    padding-bottom: 3vw;
	overflow-x: scroll;
}


/* wedding_benefits
   ================================================================== */
.wedding_benefits{
    margin: 5vw 0 0;
	width: 850px;
    display: flex;
    justify-content: space-between;
}

.wedding_benefits > li{
    width: 230px;
    text-align: center;
}

.wedding_benefits .photo{
	position: relative;
}

.wedding_benefits .photo::before{
    content: "";
    margin: auto;
    background-image: url("../images/shisa/wedding/icon_plus.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(100% + 25px);
}

.wedding_benefits > li:first-child .photo::before{
    display: none;
}

.wedding_benefits .ttl{
    margin: 2vw 0 0;
    font-size: 3.4vw;
    font-weight: 700;
}


/* order_block
   ================================================================== */
.order_block .border_top_block{
    margin-top: 10vw;
    padding-top: 10vw;
    border-top: 1px dashed #00A0E9;
}


/* receiving_list
   ================================================================== */
.receiving_list{
    display: flex;
}

.receiving_list > li{
    width: 35vw;
    height: 10vw;
    font-size: 3.5vw;
    background: #DFF6DF;
    color: #01B506;
    display: flex;
    justify-content: center;
    align-items: center;
}

.receiving_list > li + li{
    margin-left: 3vw;
}


/* voices_block
   ================================================================== */
.voices_block{
    padding: 10vw 0 0;
}

.voices_block .top_text p{
    font-size: 3.4vw;
}

/* voices_list */
.voices_list{
    margin: 10vw 0 0;
}

.voices_list > li{
    margin: 6vw 0 0;
    padding: 4vw;
    border: 3px solid #D5F2FF;
    border-radius: 10px;
}

.voices_list .ttl_box{
    display: flex;
    align-items: center;
}

.voices_list .ttl_box > span{
    display: block;
}

.voices_list .ttl_box .thm{
    width: 15vw;
    line-height: 0;
}

.voices_list .ttl_box .ttl{
    padding: 0 0 0 3vw;
    width: calc(100% - 15vw);
    font-size: 3.8vw;
    font-weight: 700;
    color: #00A0E9;
    box-sizing: border-box;
}

.voices_list .stars{
    margin: 2vw 0 0;
    font-size: 3.6vw;
    font-weight: 500;
    color: #F1C40F;
    letter-spacing: 0.1em;
    line-height: 150%;
}

.voices_list .stars span{
    color: #ddd;
}

.voices_list .list_text{
    margin: 2vw 0 0;
}

.voices_list .list_text p{
    font-size: 3.4vw;
}

.voices_list .nickname{
    margin: 3vw 0 0;
    font-size: 3.2vw;
    font-weight: 500;
    color: #F39C12;
    letter-spacing: 0.1em;
    line-height: 150%;
    text-align: right;
}


/* media_block
   ================================================================== */
.media_block{
    padding: 10vw 0 0;
}

.media_block .top_text p{
    font-size: 3.4vw;
}

/* media_list */
.media_list{
    margin: 10vw 0 0;
}

.media_list > li{
    margin: 6vw 0 0;
    padding: 5vw 4vw;
    border: 3px solid #D5F2FF;
    border-radius: 10px;
}

.media_list .photo_scroll{
    padding: 0 0 3vw;
    overflow-x: auto;
}

.media_list .photo_scroll ul{
    width: 940px;
    display: flex;
}

.media_list .photo_scroll.w400 ul{
    width: 100%;
}

.media_list .photo_scroll.w522 ul{
    width: 522px;
}

.media_list .photo_scroll.w441 ul{
    width: 441px;
}

.media_list .photo_scroll.w722 ul{
    width: 722px;
}

.media_list .photo_scroll.w266 ul{
    width: 266px;
}

.media_list .photo_scroll.w838 ul{
    width: 838px;
}

.media_list .photo_scroll ul li{
    margin-right: 20px;
    line-height: 0;
}

.media_list .photo_scroll ul li:last-child{
    margin-right: 0;
}

.media_list .photo_scroll ul li img{
    width: 100%;
    height: 100%;
}

.media_list .photo_scroll ul li a{
    display: inline-block;
    line-height: 0;
}

.media_list .date{
    margin: 3vw 0 0;
    font-size: 3.2vw;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.media_list .ttl{
    margin: 2vw 0 0;
    font-size: 3.6vw;
    font-weight: 700;
    color: #00A0E9;
}

.media_list .photo_scroll + .ttl{
    margin-top: 4vw;
}

.media_list .text_box{
    margin: 2vw 0 0;
}

.media_list .text_box p{
    font-size: 3.3vw;
}


/* faq_section
   ================================================================== */
.oc_list .slidetoggle_menu + .slidetoggle_menu{
	margin: 5vw 0 0;
}

.oc_list > dl{
	margin: 0 0 0;
}

.oc_list > dl:first-child{
	margin: 0 0 0;
}

.oc_list > dl dt{
    padding: 4vw 3vw;
	padding-right: 8vw;
	line-height: 150%;
	letter-spacing: 0.10em;
	font-weight: 700;
	position: relative;
}

.oc_list > dl dt::after{
	content: "";
    margin: auto;
    background-image: url("../images/common/icon_nav_arrow.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
	width: 2vw;
	height: 3vw;
	position: absolute;
	right: 3vw;
	top: 0;
    bottom: 0;
    transform: rotate(90deg);
    transition: .3s;
}

.oc_list > dl dt.active::after{
    transform: rotate(270deg);
}

.oc_list > dl dd{
	padding: 6vw 3vw;
	display: none;
    position: relative;
    background: #F1F9FF;
}


/* faq_list
   ================================================================== */
.faq_list{
    margin: 0 0 0;
}

.faq_list > li{
    margin: 5vw 0 0;
    position: relative;
}

.faq_list > li:first-child{
    margin-top: 0;
}

.faq_list .question{
    padding: 2vw 3vw;
    background: #37BF6E;
    position: relative;
    z-index: 1;
    border-radius: 0 20px 0 0;
}

.faq_list .question > span{
    padding: 0 0 0 6vw;
    font-size: 3.6vw;
    font-weight: 500;
    color: #fff;
    line-height: 170%;
    display: block;
    position: relative;
}

.faq_list .question > span::before{
    content: "Q.";
    font-size: 3.8vw;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.faq_list .answer{
    padding: 5vw;
    background: #fff;
    position: relative;
    z-index: 1;
    border-radius: 0 0 0 20px;
}

.faq_list .answer p{
    margin: 0 0 0;
}

.faq_list .answer p + p{
    margin-top: 3vw;
}

.faq_list .answer p.f14{
    font-size: 3.4vw;
}


/* table_in_block
   ================================================================== */
.table_in_block .common_table{
    margin-top: 4vw;
}

.table_in_block .common_table + p{
    margin-top: 3vw;
}

.table_in_block .common_table + p.right{
    text-align: right;
}





















@media screen and (min-width : 500px){


    /* template_style
       ================================================================== */
    .mat_10{
        margin-top: 1.0vw !important;
    }

    .mat_15{
        margin-top: 1.5vw;
    }

    .mat_20{
        margin-top: 2.0vw;
    }

    .mat_25{
        margin-top: 2.5vw;
    }

    .mat_30{
        margin-top: 3.0vw;
    }

    .mat_40{
        margin-top: 4.0vw;
    }

    .mat_50{
        margin-top: 5.0vw;
    }

    .mat_75{
        margin-top: 7.5vw;
    }

    /* font-size */
    .f_14{
        font-size: 1.4vw;
    }

    .f_15{
        font-size: 1.5vw;
    }

    .f_18{
        font-size: 1.8vw;
    }

    .f_22{
        font-size: 2.2vw;
    }

    .f_30{
        font-size: 3.0vw;
    }

    /* line-height */
    .lh_28{
        line-height: 2.8vw;
    }

    
    /* bg_title
       ================================================================== */
    .bg_title{
        padding: 1.3vw 2.0vw;
        font-size: 1.8vw;
        line-height: 3.0vw;
    }


    /* under_page_title
       ================================================================== */
    .under_page_title .page_title{
        padding: 1.3vw 0 4.2vw;
    }

    .under_page_title .page_title .jpn{
        font-size: 3.0vw;
    }

    .under_page_title .page_title .explanation{
        margin: .3vw 0 0;
        font-size: 1.5vw;
    }


    /* block_title
       ================================================================== */
    .block_title .jpn{
        font-size: 4.5vw;
    }

    .block_title .eng{
        margin: .5vw 0 0;
        font-size: 1.8vw;
    }


    /* under_kv_slider_block
       ================================================================== */
    .under_kv_slider_block{
        padding: 7.0vw 0 0;
    }

    .under_kv_slider_block .under_kv_slider{
        width: 88.0vw;
    }


    /* under_kv_photo_block
       ================================================================== */
    .under_kv_photo_block{
        padding: 7.0vw 0 0;
    }

    .under_kv_photo_block p{
        margin-top: 3.0vw;
        font-size: 1.6vw;
        line-height: 2.5vw;
    }

    .under_kv_photo_block .standard_image{
        margin-top: 3.0vw;
    }

    /* text_inside_box */
    .text_inside_box{
        padding: 2.5vw 0 0 2.0vw;
    }

    .text_inside_box .top_ttl{
        font-size: 2.2vw;
    }

    .text_inside_box p{
        margin-top: 1.0vw;
    }


    /* content_title_box
       ================================================================== */
    .content_title_box{
        margin: 4.0vw 2.0vw 0 2.0vw;
        padding: 1.0vw 0 0;
    }

    .content_title_box::before{
        height: 6.8vw;
        left: 1.65vw;
    }

    .content_title_box::after{
        width: .9vw;
        height: .9vw;
        left: 1.2vw;
    }

    .content_title_box .ttl{
        font-size: 2.2vw;
    }

    .content_title_box .txt{
        margin: 1.2vw 0 0;
        font-size: 1.6vw;
        line-height: 2.5vw;
    }

    .content_title_box.mini .txt{
        margin: .7vw 0 0;
        font-size: 1.5vw;
        line-height: 2.5vw;
    }


    /* tab_title_block
       ================================================================== */
    .tab_title_block{
        margin: 3.0vw 0 0;
    }

    .tab_title_block .tab_title{
        padding: 0 0 0 2.0vw;
    }

    /* tab_title */
    .tab_title > span{
        padding: .8vw 3.0vw;
        min-width: 13.0vw;
        font-size: 1.6vw;
    }

    /* border_box */
    .border_box{
        padding: 1.6vw 2.0vw 3.2vw;
    }

    /* underline_list */
    .underline_list > li{
        padding: 1.4vw 0;
        font-size: 1.5vw;
        line-height: 2.5vw;
    }

    /* inborder_txt_area */
    .inborder_txt_area{
        padding: .5vw 0 0;
    }

    .inborder_txt_area p{
        font-size: 1.5vw;
        line-height: 2.5vw;
    }

    .inborder_txt_area p + p{
        margin-top: 1.5vw;
    }

    
    /* sp_only_slider
       ================================================================== */
    .sp_only_slider{
        width: 100%;
    }

    .sp_only_slider .swiper-wrapper{
        display: block;
        font-size: 0;
    }

    
    /* photo_text_list_block
       ================================================================== */
    .photo_text_list_block{
        margin: 5.0vw 0 0;
    }

    /* photo_text_list */
    .photo_text_list{
        margin: 1.0vw 0 0;
    }

    .photo_text_list .swiper-slide{
        margin: 2.0vw 2% 0 0;
        width: 32%;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }

    .photo_text_list .swiper-slide:nth-child(3n+3){
        margin-right: 0;
    }

    .photo_text_list .text_area{
        padding: 1.0vw 0 0;
    }

    .photo_text_list .text_area .slide_ttl{
        margin: 0 0 1.0vw;
        font-size: 1.7vw;
    }

    .photo_text_list .text_area p{
        font-size: 1.4vw;
        line-height: 2.5vw;
    }

    /* w480 */
    .photo_text_list.w480{
        margin: -2.0vw 0 0;
    }

    .photo_text_list.w480 .swiper-slide{
        margin: 5.0vw 4% 0 0;
        width: 48%;
    }

    .photo_text_list.w480 .swiper-slide:nth-child(3n+3){
        margin-right: 4%;
    }

    .photo_text_list.w480 .swiper-slide:nth-child(2n+2){
        margin-right: 0;
    }


    /* hash_categories
       ================================================================== */
    .hash_categories{
        display: block;
    }

    .hash_categories > a,
    .hash_categories > span{
        margin: 1.0vw 1.0vw 0 0;
        font-size: 1.4vw;
        transition: .3s;
    }

    .hash_categories > a:hover{
        opacity: .5;
    }


    /* course_list_block
       ================================================================== */
    .course_list_block{
        margin: 5.0vw 0 0;
    }

    /* course_list_links */
    .course_list_links{
        width: 40.0vw;
    }

    /* swiper-pagination */
    .course_list_block .swiper-pagination{
        margin-top: 3.0vw;
    }

    .course_list_block .swiper-pagination-bullet{
        margin: 0 1.5vw 0 0 !important;
        width: 2.0vw;
        height: 2.0vw;
    }

    /* course_list_box */
    .course_list_box{
        margin: 0 0 0;
    }

    .course_list_box .ttl{
        padding: 1.1vw 2.0vw;
        font-size: 1.7vw;
    }

    .course_list_box .text_area{
        padding: 2.0vw 2.0vw 2.0vw;
        min-height: 50.5vw;
    }

    .siz_l_box .course_list_box .text_area{
        min-height: 55.1vw;
    }

    .course_list_box .text_area .hash_box{
        margin: 1.0vw 0 0;
    }

    .course_list_box .text_area .course_list_txt{
        margin: 1.5vw 0 0;
        font-size: 1.4vw;
        line-height: 2.5vw;
    }

    .course_list_box .text_area .course_list_btn_box{
        margin: 3.0vw 0 0;
    }

    .course_list_box .text_area .course_list_btn_box > div + div{
        margin-left: 2.0vw;
    }

    /* divide_text */
    .divide_text{
        font-size: 0;
    }

    .divide_text > *{
        padding: .7vw 1.5vw;
        font-size: 1.6vw;
    }

    .divide_text .w230{
        min-width: 23.0vw;
    }

    .divide_text .w150{
        min-width: 15.0vw;
    }

    /* divide_text_list */
    .divide_text_list{
        margin: 2.0vw 0 0;
    }

    .divide_text_list > *{
        margin: .5vw 0 0 !important;
    }


    /* souvenir_list_block
       ================================================================== */
    .souvenir_list_block{
        margin: 5.0vw 0 0;
    }

    /* souvenir_list_links */
    .souvenir_list_links{
        margin: 1.0vw 0 0;
        width: 100%;
        font-size: 0;
    }

    .souvenir_list_links .swiper-slide{
        margin: 2.0vw 2% 0 0;
        width: 23.3%;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }

    .souvenir_list_links .swiper-wrapper .swiper-slide:nth-child(4n+4){
        margin-right: 0;
    }

    /* swiper-pagination */
    .souvenir_list_block .swiper-pagination_sp{
        display: none;
    }

    /* souvenir_list_box */
    .souvenir_list_box{
        margin: 0 0 0;
    }

    .souvenir_list_box .text_area{
        padding: 1.5vw;
        min-height: 47.0vw;
    }

    .souvenir_list_box .ttl{
        font-size: 1.6vw;
    }

    .souvenir_list_box .price{
        margin: 1.0vw 0 0;
        font-size: 1.7vw;
    }

    .souvenir_list_box .text_area .hash_box{
        margin: .5vw 0 0;
    }

    .souvenir_list_box .text_area .hash_box .hash_categories span{
        margin: .5vw 0 0;
    }

    .souvenir_list_box .text_area .souvenir_list_txt{
        margin: 1.0vw 0 0;
        font-size: 1.3vw;
        line-height: 2.2vw;
    }

    .souvenir_list_box .text_area .sold_out{
        margin: 1.0vw 0 0;
        font-size: 1.4vw;
    }


    /* ttl_and_txt_block
       ================================================================== */
    .ttl_and_txt_block p{
        margin-top: 2.0vw;
    }


    /* icon_title
       ================================================================== */
    .icon_title .icon{
        width: 6.2vw;
    }

    .icon_title .right{
        padding: 0 0 0 1.1vw;
        width: calc(100% - 6.2vw);
    }

    .icon_title .right .eng{
        font-size: 3.0vw;
    }

    .icon_title .right .jpn{
        font-size: 1.5vw;
    }


    /* step_flow_block
       ================================================================== */
    .step_flow_block{
        padding: 5.0vw 0 0;
    }

    /* step_flow */
    .step_flow{
        margin: 3.0vw 0 0;
    }

    .step_flow > li{
        padding: 0 0 6.5vw;
        display: flex;
        position: relative;
    }

    .step_flow > li:last-child{
        padding: 0 0 6.0vw;
    }
    
    .step_flow > li::before{
        content: "";
        background: #FFEE37;
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 5.0vw;
    }
    
    .step_flow.last_border_none > li:last-child::before{
        display: none;
    }

    .step_flow .step_number{
        width: 10.0vw;
        height: 10.0vw;
    }

    .step_flow .step_number .txt{
        font-size: 1.3vw;
    }

    .step_flow .step_number .num{
        font-size: 3.6vw;
    }

    .step_flow .step_txtbox{
        padding: 3.8vw 0 0 2.5vw;
        width: calc(100% - 10.0vw);
    }

    .step_flow .step_txtbox .step_ttl{
        font-size: 1.7vw;
        line-height: 2.5vw;
    }

    .step_flow .step_txtbox > * + *{
        margin-top: 2.0vw;
    }

    .step_flow .step_txtbox p{
        margin-top: 2.0vw;
        font-size: 1.5vw;
        line-height: 2.8vw;
    }

    .step_flow .step_txtbox .mat_15{
        margin-top: 1.5vw;
    }

    .step_flow .step_txtbox .standard_photo,
    .step_flow .step_txtbox .standard_movie{
        margin-top: 3.0vw;
    }

    .step_flow .step_txtbox .divide_text{
        margin-top: 2.0vw;
    }


    /* kv
       ================================================================== */
    .kv .photo_view{
        padding: 2.0vw 0 0;
    }

    .index_key{
        width: 60.0vw;
    }

    .kv .item01{
        width: 28.2vw;
        top: -8.0vw;
        left: 0;
    }

    .kv .item02{
        width: 9.3vw;
        top: -3.3vw;
        right: 0;
    }

    .kv .photo_view .title{
        bottom: -1.5vw;
    }

    .kv .photo_view .title span{
        padding: 1.0vw 3.5vw;
        font-size: 1.9vw;
        letter-spacing: 0.1em;
    }

    .kv .photo_view .title span::before,
    .kv .photo_view .title span::after{
        width: 8.6vw;
        height: 7.7vw;
        bottom: -.5vw;
    }

    .kv .photo_view .title span::before{
        left: -6.8vw;
    }

    .kv .photo_view .title span::after{
        right: -6.8vw;
    }

    .kv .bottom{
        padding: 4.5vw 0 4.3vw;
        display: flex;
        justify-content: center;
    }

    .kv .bottom .hash_categories{
        padding-left: 3.0vw;
        width: 64.0vw;
    }

    .kv .bottom .hash_categories > span{
        margin: .5vw 2.5vw 0 0;
        font-size: 1.8vw;
    }

    .kv .item03{
        width: 22.2vw;
        bottom: -4.4vw;
        right: 0;
    }
    

    /* index_point
       ================================================================== */
    .index_point{
        margin-top: 10.0vw;
        padding: 6.0vw 0 15.3vw;
    }

    .point_title .icon{
        width: 10.5vw;
    }

    .point_title .right{
        padding: 0 0 0 2.2vw;
        width: calc(100% - 10.5vw);
    }

    .point_title .right .jpn01{
        font-size: 1.9vw;
    }

    .point_title .right .jpn02{
        margin: 1.0vw 0 0;
        font-size: 2.0vw;
    }

    .point_title .right .siz_l{
        font-size: 4.6vw;
    }

    .point_title .right .siz_m{
        margin: 0 .6vw;
        font-size: 2.7vw;
    }

    /* point_list */
    .point_list{
        margin: 4.0vw 0 0;
    }

    .point_list > li{
        padding: 4.0vw 0 0;
        display: flex;
    }

    .point_list .photo{
        width: 40.0vw;
    }

    .point_list .text_box{
        padding: 0 0 0 2.5vw;
        width: calc(100% - 40.0vw);
    }

    .point_list .point_number{
        width: 10.0vw;
        height: 10.0vw;
    }

    .point_list .point_number::before{
        width: 6.2vw;
        height: 6.2vw;
        top: -1.0vw;
        right: -2.6vw;
    }

    .point_list .point_number .txt{
        font-size: 1.3vw;
    }

    .point_list .point_number .num{
        font-size: 3.6vw;
    }

    .point_list .ttl{
        padding: 0 0 0 3.5vw;
        font-size: 2.5vw;
        width: calc(100% - 10.0vw);
    }

    .point_list .character_box{
        margin: 2.0vw 0 0;
    }

    .point_list .character_box .character_bg{
        padding: 1.6vw 2.2vw;
    }

    .point_list .character_box .character_bg p{
        font-size: 1.8vw;
        line-height: 3.0vw;
    }

    .point_list .character_box .character_bg .note{
        margin: .5vw 0 0;
        font-size: 1.4vw;
        line-height: 2.5vw;
    }

    /* _point_list_item_ */
    .point_list .item01{
        width: 22.2vw;
        bottom: calc(100% + 1.7vw);
        left: 32.4vw;
    }

    .point_list .item02{
        width: 12.9vw;
        bottom: calc(100% + 2.8vw);
        left: 15.6vw;
    }

    .point_list .item03{
        width: 7.7vw;
        bottom: calc(100% + 0vw);
        left: 14.2vw
    }

    .point_list .item04{
        width: 6.2vw;
        left: 20.3vw;
    }

    .point_list .item05{
        width: 14.7vw;
        bottom: calc(100% + 1.4vw);
        left: 12.4vw;
    }

    .index_point .item06{
        width: 18.2vw;
        top: calc(100% + 1.1vw);
        right: 1.0vw;
    }


    /* index_types
       ================================================================== */
    .index_types{
        padding: 10.0vw 0;
    }

    .index_types .detail_btn{
        margin-top: 8.0vw;
    }

    .index_types .btn_flex{
        margin-top: 8.0vw;
    }

    /* types_list_links */
    .types_list_links{
        margin: 0 0 0;
    }

    .types_list_links .swiper-wrapper{
        font-size: 0;
    }

    .types_list_links .swiper-slide{
        margin: 5.0vw 4% 0 0;
        width: 48%;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }

    .types_list_links .swiper-wrapper .swiper-slide:nth-child(2n+2){
        margin-right: 0;
    }

    .types_list_links .photo img{
        transition: .3s;
    }

    .types_list_links a:hover .photo img{
        opacity: .5;
    }

    .types_list_links .see_details{
        padding: 0;
        width: 14.0vw;
        height: 4.0vw;
        font-size: 1.6vw;
        right: 2.5vw;
        transition: .3s;
    }

    .types_list_links a:hover .see_details{
        background: #2980B9;
    }

    /* swiper-pagination */
    .index_types .swiper-pagination_sp{
        display: none;
    }


    /* index_schedule
       ================================================================== */
    .index_schedule{
        padding: 10.0vw 0;
    }

    .index_schedule .frame{
        margin: 4.0vw 0 0;
    }

    .index_schedule .frame iframe{
        width: 100%;
    }


    /* instagram_block
       ================================================================== */
    .instagram_block{
        padding: 10.0vw 0;
    }

    .instagram_embedded{
        margin: 5.0vw 0 0;
    }

    .instagram_embedded.scroll_x{
        overflow-x: auto;
    }

    .instagram_embedded .instagram_xslider{
        width: 100%;
    }

    .instagram_block .anime_btn{
        margin: 5.0vw 0 0;
    }


    /* index_reserve
       ================================================================== */
    .index_reserve{
        padding: 10.0vw 0 5.0vw;
    }

    .index_reserve .icon_title + p{
        margin: 3.0vw 0 0;
        font-size: 1.6vw;
        line-height: 2.5vw;
    }


    /* index_reserve_bottom
       ================================================================== */
    .index_reserve_bottom{
        padding: 2.0vw 0 0;
    }

    .index_reserve_bottom .note_list{
        margin: 0 0 0;
    }

    .index_reserve_bottom .note_list > li{
        padding: 3.0vw 0;
    }

    .index_reserve_bottom .note_list h4{
        font-size: 1.6vw;
    }

    .index_reserve_bottom .note_list p{
        margin: 1.0vw 0 0;
        font-size: 1.5vw;
        line-height: 3.0vw;
    }

    .index_reserve_bottom .anime_btn{
        margin: 3.5vw 0 0;
        text-align: left;
    }


    /* index_news
       ================================================================== */
    .index_news{
        padding: 4.0vw 0 7.0vw;
    }

    .index_news .news_list{
        margin: 2.8vw 0 0;
    }

    .index_news .btn_arrow_light{
        margin: 4.0vw 0 0;
    }


    /* news_list
       ================================================================== */
    .news_list > li + li{
        margin: 2.0vw 0 0;
    }

    .news_list a{
        padding: 4.0vw 2.0vw 4.0vw 0;
    }

    .news_list a > span{
        
    }

    .news_list a .date_flex{
        margin: 0 0 1.0vw;
    }

    .news_list a .date{
        width: 9.1vw;
    }

    .news_list a .hash_categories{
        width: calc(100% - 9.1vw);
    }

    .news_list a .date,
    .news_list a .hash_categories span{
        font-size: 1.4vw;
    }

    .news_list a .title{
        font-size: 1.6vw;
    }

    .news_list a span{
        transition: .5s;
    }

    .news_list a:hover span{
    }

    .news_list a:hover .hash_categories span{
    }

    .news_list a::after{
        content: "";
        background: rgba(0,160,233,.1);
        width: 100vw;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 0 100px 100px 0;
        transition: .5s;
        transform: scaleX(0);
        transform-origin: left center;
    }

    .news_list a:hover::after{
        transform: scaleX(1);
    }


    /* hash_categories
       ================================================================== */
    .hash_categories{
        display: block;
    }

    .hash_categories > a,
    .hash_categories > span{
        margin: 1.0vw 1.0vw 0 0;
        font-size: 1.4vw;
        transition: .3s;
    }

    .hash_categories > a:hover{
        opacity: .5;
    }


    /* list_page
       ================================================================== */
    .list_page{
        padding-top: 4.0vw;
    }

    .list_page .list_page_title{
        margin: 0 0 5.0vw;
        width: 87%;
    }

    .list_page .list_page_title h3{
        font-size: 2.5vw;
    }


    /* select_category
       ================================================================== */
    .select_category{
        top: 0;
        right: 2vw;
    }

    .select_category .select_btn{
        padding: .8vw 5.0vw .8vw 2.0vw;
        font-size: 1.4vw;
        transition: .3s;
    }

    .select_category .select_btn:hover{
        color: #2980B9;
    }

    .select_category .select_btn::before{
        width: 1.0vw;
        height: .6vw;
        right: 1.7vw;
    }

    .select_category ul{
        min-width: 23.0vw;
        right: 0;
    }

    .select_category ul > li{
        margin: 0 0 0;
    }

    .select_category ul > li a{
        padding: 0 4.0vw 0 2.3vw;
        height: 6.0vw;
        font-size: 1.4vw;
    }

    .select_category ul > li a::after{
        content: "";
        background: #2980B9;
        width: 100%;
        height: 1px;
        position: absolute;
        top: 100%;
        left: 0;
        transition: transform .5s cubic-bezier(0.77, 0.38, 0.43, 0.85);
        transform: scaleX(0);
        transform-origin: right center;
    }

    .select_category ul > li:last-child a{
        border-bottom: none;
    }

    .select_category ul > li a:hover::after{
        transform: scaleX(1);
        transform-origin: left center;
    }


    /* show_page
       ================================================================== */
    .show_page{
        padding: 5.0vw 0 2.0vw;
    }


	/* pagination
	   ================================================================== */
	.pagination{
		margin: 8.0vw 0 0;
		padding: 0;
	}

    .pagination a,
    .pagination .active span{
    	padding: 1px 0 0;
    }
	
	.pagination a:hover{
		background: #00A0E9;
	}


    /* news_show
       ================================================================== */
    .news_show .inner{
        padding-top: 9.5vw;
        padding-bottom: 11.0vw;
    }
     

	/* sns_area
	   ================================================================== */
    .sns_area {
        margin: 2vw 0 0;
    }
    
	.sns_area div{
		margin-bottom: 0;
		margin-right: 5px;
	}


    /* detail_page
       ================================================================== */
    .detail_page{
    	margin: 0 0 0;
    }

    .detail_page .detail_box h1{
    	font-size: 20px;
    	margin: 0 0 10px;
    	padding: 0 10px 10px;
    }
    
    .detail_page .f_box{
    	margin: 2vw 0 0;
    }
    
    .detail_page .hiduke{
        margin-right: 2vw;
        font-size: 1.8vw;
    }
    
    .detail_page .detail_categories{
    	margin: -5px 0 0;
    }
    
    .detail_page .detail_categories > ul{
        font-size: 0;
    }
    
    .detail_page .detail_categories > ul > li{
        padding: .5vw 2vw;
        margin: 5px 5px 0 0;
        font-size: 1.5vw;
        transition: .3s;
    }
    
    .detail_page .photo{
    	margin: 2vw 0 0;
    }
    	
    .detail_page .detail_body{
    	margin: 3vw 0 0;
    }


    /* date_tag_box
       ================================================================== */
    .date_tag_box{
        display: flex;
    }

    .date_tag_box *{
        font-size: 1.3vw;
    }

    .date_tag_box .date{
        padding: .3vw 0 0;
        width: 8.5vw;
    }

    .date_tag_box .hash_categories_box{
        margin: 0 0 0 2.0vw;
        width: calc(100% - 8.5vw - 2.0vw);
    }

    .date_tag_box .hash_categories_box a{
        margin-right: 1.0vw;
    }

    .date_tag_box .hash_categories_box a{
        transition: .3s;
    }

    .date_tag_box .hash_categories_box a:hover{
        opacity: .5;
    }

    /* hash_categories_box */
    .date_tag_box .hash_categories_box a,
    .hash_categories_box > *:not(ul){
        padding: .5vw 1.7vw;
        font-size: 1.3vw;
    }


	/* detail_btn_area
	   ================================================================== */
	.detail_btn_area{
		margin: 11.5vw 0 0;
		font-size: 0;
		text-align: center;
	}
	
    .detail_btn_area .arrow_btn,
    .detail_btn_area .arrow_btn.next,
    .detail_btn_area .arrow_btn.prev{
    	width: 32%;
    }

    .detail_btn_area .arrow_btn.back{
    	margin: 0 2%;
    }
    
	.detail_btn_area .arrow_btn a,
	.detail_btn_area .arrow_btn button{
		padding: 0;
		width: 100%;
        height: 45px;
        line-height: 45px;
		text-align: center;
		font-size: 15px;
		letter-spacing: 0.10em;
		transition: .3s;
		cursor: pointer;
	}
	
	.detail_btn_area .arrow_btn path{
		transition: .3s;
	}
	
	.detail_btn_area .arrow_btn a:hover,
	.detail_btn_area .arrow_btn button:hover{
		background: #00A0E9;
		border-color: #00A0E9;
        color: #fff;
	}

	.detail_btn_area .arrow_btn a:hover path{
        fill: #fff;
	}


    /* contact_block
       ================================================================== */
    .contact_block{
    	padding: 0 0 0;
    }

    /* form */
    .contact .top_text{
    	margin: 0 0 3vw;
        font-size: 1.5vw;
    }
    
    .contact .top_text02{
        margin: 0 0 5vw;
        font-size: 1.5vw;
    }

    .contact .user_form{
        margin: 0 auto 0;
        width: 80%;
    }
    
    .contact .input_area{
        margin-top: 4.0vw;
    }

    .contact table{
        margin-top: 3.0vw;
    	font-size: 15px;
    }
    
    .contact th,
    .contact td{
        width: auto;
    	font-size: 15px;
    }
    
    .contact th{
    	padding: 0 0 0;
        box-sizing: border-box;
    }
    
    .contact .title_top th{
    	padding-top: 31px;
        vertical-align: top;
    }
    
    .contact td{
    	padding: 17px 0 18px;
    }
    
    .contact .check_bg,
    .contact output,
    .contact input,
    .contact select,
    .contact textarea{
    	margin: 0;
    	font-size: 16px;
    	padding: 15px;
        max-width: 95%;
    }
	
	.contact select{
		vertical-align: middle;
	}
    
    .contact textarea{
        height: 180px;
    }
    
    /* ラジオボタン */
    .contact .radio_input{
        padding: 17px 0 2px;
    }

    .contact .radio_input .check_bg,
    .contact .radio_input output{
        margin: 0 0 15px;
    }
    
    .radio_input label{
        margin: 0 10px 15px 0;
    	display: inline-flex;
        align-items: center;
    }
    
    input[type='checkbox'] ,
    input[type='radio'] {
        appearance: none;
        outline: none;
        display: block;
        position: relative;
        text-align: center;
        cursor: pointer;
        width: 18px;
        height: 18px;
    	margin: 0 10px 0 0;
        font-size: 0;
        padding: 0;
        border: none;
    }
    
    input[type='checkbox']::before ,
    input[type='radio']::before {
        width: 18px;
        height: 18px;
    }
    
    input[type='checkbox']::after ,
    input[type='radio']::after {
        left: 5px;
        top: 5px;
        width: 10px;
        height: 10px;
    }

    /* チェックアイコン */
    .icon_check input[type='checkbox']::after ,
    .icon_check input[type='radio']::after {
        left: 6px;
        top: -2px;
        width: 24px;
        height: 24px;
    }

    /* 分割 */
    .split .flex + .flex{
        margin-left: 15px;
    }
    
    .split .flex p{
        margin: 0 20px 0 0;
        font-size: 15px;
    }
    
    .split .flex input{
        width: 140px;
    }

    /* ボタン */
    .zas_btn_area{
    	margin: auto;
    	padding: 30px 0 0;
    	text-align: center;
    	font-size: 0;
    	box-sizing: border-box;
    }
    
    .zas_btn_area .zas_btn01 input{
    	font-size: 16px;
    	color: #FFF;
    	border: 2px solid #00A0E9;
    	position: relative;
    	overflow: hidden;
    	text-align: center;
        transition: .3s;
        cursor: pointer;
    }
    
    .zas_btn_area .zas_btn01 input{
    	width: 50%;
    	max-width: 280px;
    }
    
    .zas_btn_area .zas_btn01 input:hover,
    .zas_btn_area .zas_btn03 button:hover{
    	background: #fff;
        color: #00A0E9;
    }


    /* thanks
       ================================================================== */
    .thanks{
        padding: 12.5vw 0 8.0vw;
    }
    
    .thanks h3{
        font-size: 3.2vw;
    }

    .thanks p{
        margin: 4.6vw 0 0;
    	font-size: 1.5vw;
        line-height: 2.5vw;
    }
    
    .thanks .go_top_btn{
    	margin: 8.5vw 0 0;
    }


    /* gallery_block
       ================================================================== */
    .gallery_block{
        padding: 5.0vw 0 0;
    }


    /* gallery_list
       ================================================================== */
    .gallery_list{
        margin: 0 0 0;
    }

    .gallery_list > li{
        margin: 2.0vw 2% 0 0;
        width: 32%;
    }

    .gallery_list > li:nth-child(2n+2){
        margin-right: 2%;
    }

    .gallery_list > li:nth-child(3n+3){
        margin-right: 0;
    }

    .gallery_list > li a{
        height: 21.3vw;
        overflow: hidden;
    }

    .gallery_list > li a img{
        transition: .3s;
    }

    .gallery_list > li a:hover img{
        transform: scale(1.08);
    }


    /* benefits_block
       ================================================================== */
    .benefits_block{
        padding: 7.0vw 0 0;
    }

    .benefits_block .top_text{
        margin: 0 0 5.0vw;
    }

    .benefits_block .top_text p{
        font-size: 1.5vw;
        line-height: 3.0vw;
    }

    /* recruit_block
       ================================================================== */
    .recruit_block .top_text{
        margin-top: 3.0vw;
    }

    .recruit_block .top_text p + p{
        margin-top: 1.5vw;
    }

    /* ceo */
    .ceo{
        margin-top: 5.0vw;
    }

    .ceo h3{
        width: 28.8vw;
    }

    .ceo .sns_btn{
        margin-top: 2.0vw;
    }

    .recruit_block .border_box{
        margin-top: 5.0vw;
        padding: 3.0vw 2.0vw 4.0vw;
    }

    .recruit_block .border_box h3{
        margin-bottom: 2.5vw;
        font-size: 2.5vw;
    }


    /* offer_block
       ================================================================== */
    .offer_block{
        margin-top: 7.0vw;
    }

    .offer_block .under_kv_slider{
        margin-top: 3.0vw;
    }

    .offer_block .top_text{
        margin-top: 3.0vw;
    }

    .offer_block .top_text p + p{
        margin-top: 1.5vw;
    }


    /* message_block
       ================================================================== */
    .message_block{
        padding: 8.0vw 0 9.5vw;
    }

    .message_block .flex{
        margin: 4.5vw 0 0;
        padding: 0 0 0 38.5vw;
        position: relative;
    }

    .message_block .flex p{
        font-size: 1.5vw;
        line-height: 3.0vw;
    }

    .message_block .sp_flex{
        margin: 0 0 0;
        display: block;
    }

    .message_block .photo{
        width: 35.0vw;
        position: absolute;
        top: 0;
        left: 0;
    }


    /* shop_block
       ================================================================== */
    .shop_block{
        padding: 10.5vw 0 0;
    }

    .shop_block .design_table{
        margin-top: 5.0vw;
    }

    .shop_block .map{
        margin: 5.0vw 0 0;
    }

    .shop_block .map iframe{
        height: 45.0vw;
    }

    .shop_block .note_list{
        margin: 2.5vw 0 0;
    }

    .shop_block .note_list > li{
        padding: 2.5vw 0;
    }

    .shop_block .note_list h3{
        font-size: 1.6vw;
    }

    .shop_block .note_list p{
        margin: 1.0vw 0 0;
        font-size: 1.5vw;
        line-height: 3.0vw;
    }


    /* about_logo_block
       ================================================================== */
    .about_logo_block{
        padding: 10.5vw 0 0;
    }

    .about_logo_block .flex{
        margin: 4.5vw 0 0;
        display: flex;
    }

    .about_logo_block .logo{
        margin: 0;
        width: 35.0vw;
    }

    .about_logo_block .text_box{
        padding: 0 0 0 4.5vw;
        width: calc(100% - 35.0vw);
        box-sizing: border-box;
    }

    .about_logo_block .text_box p{
        font-size: 1.5vw;
        line-height: 3.0vw;
    }

    .about_logo_block .text_box p + p{
        margin-top: 2.0vw;
    }

    .about_logo_block .sns{
        margin: 2.0vw 0 0;
    }

    .about_logo_block .sns .icon{
        width: 4.5vw;
    }

    .about_logo_block .sns .name{
        padding: 0 0 0 1.5vw;
        width: calc(100% - 4.5vw);
    }

    .about_logo_block .sns .name a{
        font-size: 1.7vw;
    }


	/* design_table
	   ================================================================== */
	.design_table{
		width: 100%;
		box-sizing: border-box;
	}
	
	.design_table th,
	.design_table td{
		width: auto;
		display: table-cell;
		vertical-align: middle;
		box-sizing: border-box;
	}
	
	.design_table th,
	.design_table td,
    .design_table td p{
        font-size: 1.6vw;
        line-height: 3.0vw;
    }

	.design_table th{
		padding: 0 2vw 0 5vw;
		width: 23%;
	}
	
	.design_table .col th{
		padding: 2vw 2vw 2vw 5vw;
	}
	
	.design_table .title_top th{
		padding-top: 2vw;
		vertical-align: top;
	}
	
	.design_table td{
		padding: 2.5vw 0;
	}

	.design_table td .border{
		padding: 0 2vw 0 5vw;
		border-top: none;
		border-left: 1px solid #ddd;
		min-height: 3vw;
		display: flex;
		align-items: center;
        box-sizing: border-box;
	}

	.design_table td .border.box_in{
		display: block;
	}

    .design_table td .box{
    	margin-right: -2.0vw;
    }

    .design_table td .box + .box{
    	margin-top: 1.5vw;
        padding-top: 1.5vw;
    }
    
    .design_table td .ttl + p{
    	margin: .7vw 0 0;
    }
   

    /* common_table
       ================================================================== */	
    .common_table{
        border-bottom: none;
    }
    
    .common_table th,
    .common_table td{
    	padding: 1.5vw 3.0vw;
        font-size: 1.5vw;
        line-height: 3.0vw;
        width: auto;
        display: table-cell;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
    
    .common_table th{
        width: 30.0vw;
    }

    .common_table td .box + .box{
    	margin: 2vw 0 0;
        padding: 2vw 0 0;
    }


    /* scroll_box
       ================================================================== */
    .scroll_box{
        padding-bottom: 0;
        overflow-x: inherit;
    }


    /* wedding_benefits
       ================================================================== */
    .wedding_benefits{
        margin: 2.5vw 0 0;
        width: 85.0vw;
    }

    .wedding_benefits > li{
        width: 23.0vw;
    }

    .wedding_benefits .photo::before{
        width: 3.0vw;
        height: 3.0vw;
        right: calc(100% + 2.5vw);
    }

    .wedding_benefits .ttl{
        margin: 1.0vw 0 0;
        font-size: 1.5vw;
    }


    /* order_block
       ================================================================== */
    .order_block .border_top_block{
        margin-top: 5.0vw;
        padding-top: 5.0vw;
    }


    /* receiving_list
       ================================================================== */
    .receiving_list > li{
        width: 20.0vw;
        height: 4.0vw;
        font-size: 1.6vw;
    }

    .receiving_list > li + li{
        margin-left: 1.0vw;
    }


    /* voices_block
       ================================================================== */
    .voices_block{
        padding: 7.0vw 0 0;
    }

    .voices_block .top_text{
        text-align: center;
    }

    .voices_block .top_text p{
        font-size: 1.5vw;
        line-height: 3.0vw;
    }

    /* voices_list */
    .voices_list{
        margin: 6.0vw 0 0;
    }

    .voices_list > li{
        margin: 3.0vw 0 0;
        padding: 3.0vw 3.0vw 3.0vw;
    }

    .voices_list .ttl_box .thm{
        width: 8.0vw;
    }

    .voices_list .ttl_box .ttl{
        padding: 0 0 0 3.0vw;
        width: calc(100% - 8.0vw);
        font-size: 1.8vw;
        line-height: 2.5vw;
    }

    .voices_list .stars{
        margin: 1.5vw 0 0;
        font-size: 1.7vw;
    }

    .voices_list .list_text{
        margin: 1.5vw 0 0;
    }

    .voices_list .list_text p{
        font-size: 1.5vw;
        line-height: 2.5vw;
    }

    .voices_list .nickname{
        margin: 2.0vw 0 0;
        font-size: 1.3vw;
    }


    /* media_block
       ================================================================== */
    .media_block{
        padding: 7.0vw 0 0;
    }

    .media_block .top_text{
        text-align: center;
    }

    .media_block .top_text p{
        font-size: 1.5vw;
        line-height: 3.0vw;
    }

    /* media_list */
    .media_list{
        margin: 5.0vw 0 0;
    }

    .media_list > li{
        margin: 3.0vw 0 0;
        padding: 3.0vw;
    }

    .media_list .photo_scroll{
        padding: 0;
        overflow-x: inherit;
    }

    .media_list .photo_scroll.w400 ul{
        width: 40.0vw;
    }

    .media_list .photo_scroll.w522 ul{
        width: 52.2vw;
    }

    .media_list .photo_scroll.w441 ul{
        width: 44.1vw;
    }

    .media_list .photo_scroll.w722 ul{
        width: 72.2vw;
    }

    .media_list .photo_scroll.w266 ul{
        width: 26.6vw;
    }

    .media_list .photo_scroll.w838 ul{
        width: 83.8vw;
    }

    .media_list .photo_scroll ul li{
        margin-right: 2.0vw;
    }

    .media_list .date{
        margin: 2.0vw 0 0;
        font-size: 1.3vw;
    }

    .media_list .ttl{
        margin: 1.0vw 0 0;
        font-size: 1.8vw;
        line-height: 2.5vw;
    }

    .media_list .photo_scroll + .ttl{
        margin-top: 2.0vw;
    }

    .media_list .text_box{
        margin: 1.5vw 0 0;
    }

    .media_list .text_box p{
        font-size: 1.5vw;
        line-height: 2.5vw;
    }
  

    /* faq_section
       ================================================================== */
    .oc_list .slidetoggle_menu + .slidetoggle_menu{
    	margin: 2.5vw 0 0;
    }
    
    .oc_list > dl{
    	margin: 0 0 0;
    }
    
    .oc_list > dl dt{
        padding: 2.1vw 2.0vw;
    	padding-right: 6.0vw;
        cursor: pointer;
        transition: .3s;
    }
    
    .oc_list > dl dt:hover{
    	background: rgba(0,160,233,.6);
    }
        
    .oc_list > dl dt::after{
    	width: 1.2vw;
    	height: 1.7vw;
    	right: 2.5vw;
    }

    .oc_list > dl dd{
    	padding: 3.0vw 2.0vw;
    }


    /* faq_list
       ================================================================== */
    .faq_list > li{
        margin: 2.5vw 0 0;
    }

    .faq_list .question{
        padding: 1.6vw 2.5vw;
    }

    .faq_list .question > span{
        padding: 0 0 0 3.7vw;
        font-size: 1.6vw;
    }

    .faq_list .question > span::before{
        font-size: 1.8vw;
    }

    .faq_list .answer{
        padding: 2.3vw 2.5vw;
    }

    .faq_list .answer p{
        line-height: 2.7vw;
    }

    .faq_list .answer p + p{
        margin-top: 1.3vw;
    }

    .faq_list .answer p.f14{
        font-size: 1.4vw;
    }


    /* table_in_block
       ================================================================== */
    .table_in_block .common_table{
        margin-top: 3.0vw;
    }

    .table_in_block .common_table + p{
        margin-top: 1.5vw;
    }

    
    
    

    
}
@media screen and (min-width : 1040px){    


    /* template_style
       ================================================================== */
    .mat_10{
        margin-top: 10px !important;
    }

    .mat_15{
        margin-top: 15px;
    }

    .mat_20{
        margin-top: 20px;
    }

    .mat_25{
        margin-top: 25px;
    }

    .mat_30{
        margin-top: 30px;
    }

    .mat_40{
        margin-top: 40px;
    }

    .mat_50{
        margin-top: 50px;
    }

    .mat_75{
        margin-top: 75px;
    }

    /* font-size */
    .f_14{
        font-size: 14px;
    }

    .f_15{
        font-size: 15px;
    }

    .f_18{
        font-size: 18px;
    }

    .f_22{
        font-size: 22px;
    }

    .f_30{
        font-size: 30px;
    }

    /* line-height */
    .lh_28{
        line-height: 28px;
    }

    
    /* bg_title
       ================================================================== */
    .bg_title{
        padding: 13px 20px;
        font-size: 18px;
        line-height: 30px;
    }


    /* under_page_title
       ================================================================== */
    .under_page_title .page_title{
        padding: 13px 0 42px;
    }

    .under_page_title .page_title .jpn{
        font-size: 30px;
    }

    .under_page_title .page_title .explanation{
        margin: 3px 0 0;
        font-size: 15px;
    }


    /* block_title
       ================================================================== */
    .block_title .jpn{
        font-size: 45px;
    }

    .block_title .eng{
        margin: 5px 0 0;
        font-size: 18px;
    }


    /* under_kv_slider_block
       ================================================================== */
    .under_kv_slider_block{
        padding: 70px 0 0;
    }

    .under_kv_slider_block .under_kv_slider{
        width: 980px;
    }


    /* under_kv_photo_block
       ================================================================== */
    .under_kv_photo_block{
        padding: 70px 0 0;
    }

    .under_kv_photo_block p{
        margin-top: 30px;
        font-size: 16px;
        line-height: 25px;
    }

    .under_kv_photo_block .standard_image{
        margin-top: 30px;
    }

    /* text_inside_box */
    .text_inside_box{
        padding: 25px 0 0 20px;
    }

    .text_inside_box .top_ttl{
        font-size: 22px;
    }

    .text_inside_box p{
        margin-top: 10px;
    }


    /* content_title_box
       ================================================================== */
    .content_title_box{
        margin: 40px 20px 0 20px;
        padding: 10px 0 0;
    }

    .content_title_box::before{
        width: 1px;
        height: 68px;
        left: 16.5px;
    }

    .content_title_box::after{
        width: 9px;
        height: 9px;
        left: 12px;
    }

    .content_title_box .ttl{
        font-size: 22px;
    }

    .content_title_box .txt{
        margin: 12px 0 0;
        font-size: 16px;
        line-height: 25px;
    }

    .content_title_box.mini .txt{
        margin: 7px 0 0;
        font-size: 15px;
        line-height: 25px;
    }


    /* tab_title_block
       ================================================================== */
    .tab_title_block{
        margin: 30px 0 0;
    }

    .tab_title_block .tab_title{
        padding: 0 0 0 20px;
    }

    /* tab_title */
    .tab_title > span{
        padding: 8px 30px;
        min-width: 130px;
        font-size: 16px;
    }

    /* border_box */
    .border_box{
        padding: 16px 20px 32px;
    }

    /* underline_list */
    .underline_list > li{
        padding: 14px 0;
        font-size: 15px;
        line-height: 25px;
    }

    /* inborder_txt_area */
    .inborder_txt_area{
        padding: 5px 0 0;
    }

    .inborder_txt_area p{
        font-size: 15px;
        line-height: 25px;
    }

    .inborder_txt_area p + p{
        margin-top: 15px;
    }

    
    /* sp_only_slider
       ================================================================== */
    .sp_only_slider{
        width: 100%;
    }

    .sp_only_slider .swiper-wrapper{
        display: block;
        font-size: 0;
    }

    
    /* photo_text_list_block
       ================================================================== */
    .photo_text_list_block{
        margin: 50px 0 0;
    }

    /* photo_text_list */
    .photo_text_list{
        margin: 10px 0 0;
    }

    .photo_text_list .swiper-slide{
        margin-top: 20px;
    }

    .photo_text_list .text_area{
        padding: 10px 0 0;
    }

    .photo_text_list .text_area .slide_ttl{
        margin: 0 0 10px;
        font-size: 17px;
    }

    .photo_text_list .text_area p{
        font-size: 14px;
        line-height: 25px;
    }

    /* w480 */
    .photo_text_list.w480{
        margin: -20px 0 0;
    }

    .photo_text_list.w480 .swiper-slide{
        margin: 50px 4% 0 0;
        width: 48%;
    }


    /* hash_categories
       ================================================================== */
    .hash_categories{
        display: block;
    }

    .hash_categories > a,
    .hash_categories > span{
        margin: 10px 10px 0 0;
        font-size: 14px;
    }


    /* course_list_block
       ================================================================== */
    .course_list_block{
        margin: 50px 0 0;
    }

    /* course_list_links */
    .course_list_links{
        width: 400px;
    }

    /* swiper-pagination */
    .course_list_block .swiper-pagination{
        margin-top: 30px;
    }

    .course_list_block .swiper-pagination-bullet{
        margin: 0 15px 0 0 !important;
        width: 20px;
        height: 20px;
    }

    /* course_list_box */
    .course_list_box{
        margin: 0 0 0;
    }

    .course_list_box .ttl{
        padding: 11px 20px;
        font-size: 17px;
    }

    .course_list_box .text_area{
        padding: 20px 20px 20px;
        min-height: 505px;
    }

    .siz_l_box .course_list_box .text_area{
        min-height: 551px;
    }

    .course_list_box .text_area .hash_box{
        margin: 10px 0 0;
    }

    .course_list_box .text_area .course_list_txt{
        margin: 15px 0 0;
        font-size: 14px;
        line-height: 25px;
    }

    .course_list_box .text_area .course_list_btn_box{
        margin: 30px 0 0;
    }

    .course_list_box .text_area .course_list_btn_box > div + div{
        margin-left: 20px;
    }

    /* divide_text */
    .divide_text{
        font-size: 0;
    }

    .divide_text > *{
        padding: 7px 15px;
        font-size: 16px;
    }

    .divide_text .w230{
        min-width: 230px;
    }

    .divide_text .w150{
        min-width: 150px;
    }

    /* divide_text_list */
    .divide_text_list{
        margin: 20px 0 0;
    }

    .divide_text_list > *{
        margin: 5px 0 0 !important;
    }


    /* souvenir_list_block
       ================================================================== */
    .souvenir_list_block{
        margin: 50px 0 0;
    }

    /* souvenir_list_links */
    .souvenir_list_links{
        margin: 10px 0 0;
        width: 100%;
        font-size: 0;
    }

    .souvenir_list_links .swiper-slide{
        margin: 20px 2% 0 0;
        width: 23.3%;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
    }

    .souvenir_list_links .swiper-wrapper .swiper-slide:nth-child(4n+4){
        margin-right: 0;
    }

    /* souvenir_list_box */
    .souvenir_list_box{
        margin: 0 0 0;
    }

    .souvenir_list_box .text_area{
        padding: 15px;
        min-height: 445px;
    }

    .souvenir_list_box .ttl{
        font-size: 16px;
    }

    .souvenir_list_box .price{
        margin: 10px 0 0;
        font-size: 17px;
    }

    .souvenir_list_box .text_area .hash_box{
        margin: 5px 0 0;
    }

    .souvenir_list_box .text_area .hash_box .hash_categories span{
        margin: 5px 0 0;
    }

    .souvenir_list_box .text_area .souvenir_list_txt{
        margin: 10px 0 0;
        font-size: 13px;
        line-height: 22px;
    }

    .souvenir_list_box .text_area .sold_out{
        margin: 10px 0 0;
        font-size: 14px;
    }


    /* ttl_and_txt_block
       ================================================================== */
    .ttl_and_txt_block p{
        margin-top: 20px;
    }


    /* icon_title
       ================================================================== */
    .icon_title .icon{
        width: 62px;
    }

    .icon_title .right{
        padding: 0 0 0 11px;
        width: calc(100% - 62px);
    }

    .icon_title .right .eng{
        font-size: 30px;
    }

    .icon_title .right .jpn{
        font-size: 15px;
    }


    /* step_flow_block
       ================================================================== */
    .step_flow_block{
        padding: 50px 0 0;
    }

    /* step_flow */
    .step_flow{
        margin: 30px 0 0;
    }

    .step_flow > li{
        padding: 0 0 65px;
        display: flex;
        position: relative;
    }

    .step_flow > li:last-child{
        padding: 0 0 60px;
    }
    
    .step_flow > li::before{
        left: 50px;
    }

    .step_flow .step_number{
        width: 100px;
        height: 100px;
    }

    .step_flow .step_number .txt{
        font-size: 13px;
    }

    .step_flow .step_number .num{
        font-size: 36px;
    }

    .step_flow .step_txtbox{
        padding: 38px 0 0 25px;
        width: calc(100% - 100px);
    }

    .step_flow .step_txtbox .step_ttl{
        font-size: 17px;
        line-height: 25px;
    }

    .step_flow .step_txtbox > * + *{
        margin-top: 20px;
    }

    .step_flow .step_txtbox p{
        margin-top: 20px;
        font-size: 15px;
        line-height: 28px;
    }

    .step_flow .step_txtbox .mat_15{
        margin-top: 15px;
    }

    .step_flow .step_txtbox .standard_photo,
    .step_flow .step_txtbox .standard_movie{
        margin-top: 30px;
    }

    .step_flow .step_txtbox .divide_text{
        margin-top: 20px;
    }


    /* kv
       ================================================================== */
    .kv .photo_view{
        padding: 20px 0 0;
    }

    .index_key{
        width: 600px;
    }

    .kv .item01{
        width: 282px;
        top: -80px;
        left: 0;
    }

    .kv .item02{
        width: 93px;
        top: -33px;
        right: 0;
    }

    .kv .photo_view .title{
        bottom: -15px;
    }

    .kv .photo_view .title span{
        padding: 10px 35px;
        font-size: 19px;
        letter-spacing: 0.1em;
    }

    .kv .photo_view .title span::before,
    .kv .photo_view .title span::after{
        width: 86px;
        height: 77px;
        bottom: -5px;
    }

    .kv .photo_view .title span::before{
        left: -68px;
    }

    .kv .photo_view .title span::after{
        right: -68px;
    }

    .kv .bottom{
        padding: 45px 0 43px;
        display: flex;
        justify-content: center;
    }

    .kv .bottom .hash_categories{
        padding-left: 30px;
        width: 640px;
    }

    .kv .bottom .hash_categories > span{
        margin: 5px 25px 0 0;
        font-size: 18px;
    }

    .kv .item03{
        width: 272px;
        bottom: -44px;
        right: -93px;
    }
    

    /* index_point
       ================================================================== */
    .index_point{
        margin-top: 100px;
        padding: 60px 0 153px;
    }

    .point_title .icon{
        width: 105px;
    }

    .point_title .right{
        padding: 0 0 0 22px;
        width: calc(100% - 105px);
    }

    .point_title .right .jpn01{
        font-size: 19px;
    }

    .point_title .right .jpn02{
        margin: 10px 0 0;
        font-size: 20px;
    }

    .point_title .right .siz_l{
        font-size: 46px;
    }

    .point_title .right .siz_m{
        margin: 0 6px;
        font-size: 27px;
    }

    /* point_list */
    .point_list{
        margin: 40px 0 0;
    }

    .point_list > li{
        padding: 40px 0 0;
        display: flex;
    }

    .point_list .photo{
        width: 400px;
    }

    .point_list .text_box{
        padding: 0 0 0 25px;
        width: calc(100% - 400px);
    }

    .point_list .point_number{
        width: 100px;
        height: 100px;
    }

    .point_list .point_number::before{
        width: 62px;
        height: 62px;
        top: -10px;
        right: -26px;
    }

    .point_list .point_number .txt{
        font-size: 13px;
    }

    .point_list .point_number .num{
        font-size: 36px;
    }

    .point_list .ttl{
        padding: 0 0 0 35px;
        font-size: 25px;
        width: calc(100% - 100px);
    }

    .point_list .character_box{
        margin: 20px 0 0;
    }

    .point_list .character_box .character_bg{
        padding: 16px 22px;
    }

    .point_list .character_box .character_bg p{
        font-size: 18px;
        line-height: 30px;
    }

    .point_list .character_box .character_bg .note{
        margin: 5px 0 0;
        font-size: 14px;
        line-height: 25px;
    }

    /* _point_list_item_ */
    .point_list .item01{
        width: 222px;
        bottom: calc(100% + 17px);
        left: 324px;
    }

    .point_list .item02{
        width: 129px;
        bottom: calc(100% + 28px);
        left: 156px;
    }

    .point_list .item03{
        width: 77px;
        bottom: calc(100% + 0px);
        left: 142px
    }

    .point_list .item04{
        width: 62px;
        left: 203px;
    }

    .point_list .item05{
        width: 147px;
        bottom: calc(100% + 14px);
        left: 124px;
    }

    .index_point .item06{
        width: 182px;
        top: calc(100% + 11px);
        right: 0;
    }


    /* index_types
       ================================================================== */
    .index_types{
        padding: 100px 0;
    }

    .index_types .detail_btn{
        margin-top: 80px;
    }

    .index_types .btn_flex{
        margin-top: 80px;
    }

    /* types_list_links */
    .types_list_links{
        margin: 0 0 0;
    }

    .types_list_links .swiper-wrapper{
        font-size: 0;
    }

    .types_list_links .swiper-slide{
        margin-top: 50px;
    }

    .types_list_links .see_details{
        padding: 0;
        width: 140px;
        height: 40px;
        font-size: 16px;
        right: 25px;
    }


    /* index_schedule
       ================================================================== */
    .index_schedule{
        padding: 100px 0;
    }

    .index_schedule .frame{
        margin: 40px 0 0;
    }

    .index_schedule .frame iframe{
        width: 100%;
    }


    /* instagram_block
       ================================================================== */
    .instagram_block{
        padding: 100px 0;
    }
    
    .instagram_embedded{
        margin: 50px 0 0;
    }

    .instagram_block .anime_btn{
        margin: 50px 0 0;
    }


    /* index_reserve
       ================================================================== */
    .index_reserve{
        padding: 100px 0 50px;
    }

    .index_reserve .icon_title + p{
        margin: 30px 0 0;
        font-size: 16px;
        line-height: 25px;
    }


    /* index_reserve_bottom
       ================================================================== */
    .index_reserve_bottom{
        padding: 20px 0 0;
    }

    .index_reserve_bottom .note_list{
        margin: 0 0 0;
    }

    .index_reserve_bottom .note_list > li{
        padding: 30px 0;
    }

    .index_reserve_bottom .note_list h4{
        font-size: 16px;
    }

    .index_reserve_bottom .note_list p{
        margin: 10px 0 0;
        font-size: 15px;
        line-height: 30px;
    }

    .index_reserve_bottom .anime_btn{
        margin: 35px 0 0;
        text-align: left;
    }


    /* index_news
       ================================================================== */
    .index_news{
        padding: 40px 0 70px;
    }

    .index_news .news_list{
        margin: 28px 0 0;
    }

    .index_news .btn_arrow_light{
        margin: 40px 0 0;
    }


    /* news_list
       ================================================================== */
    .news_list > li + li{
        margin: 20px 0 0;
    }

    .news_list a{
        padding: 40px 20px 40px 0;
    }

    .news_list a > span{
        font-size: 16px;
    }

    .news_list a .date_flex{
        margin: 0 0 10px;
    }

    .news_list a .date{
        width: 91px;
    }

    .news_list a .hash_categories{
        width: calc(100% - 91px);
    }

    .news_list a .date,
    .news_list a .hash_categories span{
        font-size: 14px;
    }

    .news_list a .title{
        font-size: 16px;
    }


    /* hash_categories
       ================================================================== */
    .hash_categories{
        display: block;
    }

    .hash_categories > a,
    .hash_categories > span{
        margin: 10px 10px 0 0;
        font-size: 14px;
    }


    /* list_page
       ================================================================== */
    .list_page{
        padding-top: 40px;
    }

    .list_page .list_page_title{
        margin: 0 0 50px;
        width: 88%;
    }

    .list_page .list_page_title h3{
        font-size: 25px;
    }


    /* select_category
       ================================================================== */
    .select_category{
        top: 0;
        right: 20px;
    }

    .select_category .select_btn{
        padding: 8px 50px 8px 20px;
        font-size: 14px;
    }

    .select_category .select_btn::before{
        width: 10px;
        height: 6px;
        right: 17px;
    }

    .select_category ul{
        min-width: 230px;
        right: 0;
    }

    .select_category ul > li{
        margin: 0 0 0;
    }

    .select_category ul > li a{
        padding: 0 40px 0 23px;
        height: 60px;
        font-size: 14px;
    }


    /* show_page
       ================================================================== */
    .show_page{
        padding: 50px 0 20px;
    }


	/* pagination
	   ================================================================== */
	.pagination{
		margin: 80px 0 0;
		padding: 0;
	}

    .pagination a,
    .pagination .active span{
        padding: 2px 0 0;
    	font-size: 15px;
    	width: 40px;
    	height: 40px;
    }


    /* news_show
       ================================================================== */
    .news_show .inner{
        padding-top: 95px;
        padding-bottom: 110px;
    }
     

	/* sns_area
	   ================================================================== */
    .sns_area {
        margin: 25px 0 0;
    }
    
	.sns_area div{
		margin-right: 10px;
	}


    /* detail_page
       ================================================================== */
    .detail_page{
    	margin: 0 0 0;
    }

    .detail_page .detail_box h1{
    	font-size: 25px;
    	margin: 0 0 10px;
    	padding: 0 10px 10px;
    }
    
    .detail_page .f_box{
    	margin: 20px 0 0;
    }
    
    .detail_page .hiduke{
        margin-right: 23px;
        font-size: 15px;
    }
    
    .detail_page .detail_categories > ul{
        font-size: 0;
    }
    
    .detail_page .detail_categories > ul > li{
        margin: 5px 5px 0 0;
        padding: 5px 15px;
        font-size: 13px;
    }
    
    .detail_page .photo{
    	margin: 20px 0 0;
    }
    	
    .detail_page .detail_body{
    	margin: 25px 0 0;
    }


    /* date_tag_box
       ================================================================== */
    .date_tag_box{
        display: flex;
    }

    .date_tag_box *{
        font-size: 13px;
    }

    .date_tag_box .date{
        padding: 3px 0 0;
        width: 85px;
    }

    .date_tag_box .hash_categories_box{
        margin: 0 0 0 20px;
        width: calc(100% - 85px - 20px);
    }

    .date_tag_box .hash_categories_box a{
        margin-right: 10px;
    }

    /* hash_categories_box */
    .date_tag_box .hash_categories_box a,
    .hash_categories_box > *:not(ul){
        padding: 5px 17px;
        font-size: 13px;
    }


	/* detail_btn_area
	   ================================================================== */
	.detail_btn_area{
		margin: 115px 0 0;
		font-size: 0;
		text-align: center;
	}
	
	.detail_btn_area .arrow_btn{
		margin: 0;
	}

    .detail_btn_area .arrow_btn.back{
    	margin: 0 2%;
    }
	
	.detail_btn_area .arrow_btn a,
	.detail_btn_area .arrow_btn button{
		padding: 0;
		width: 100%;
        height: 60px;
        line-height: 60px;
		text-align: center;
		font-size: 16px;
		letter-spacing: 0.10em;
    }



    /* contact_block
       ================================================================== */
    .contact_block{
    	padding: 0 0 0;
    }

    /* form */
    .contact .top_text{
        margin: 0 0 25px;
    	font-size: 15px;
    }
        
    .contact .top_text02{
        margin: 0 0 65px;
        font-size: 15px;
    }

    .contact .user_form{
        margin: 0 auto 0;
        width: 700px;
    }
        
    .contact .input_area{
        margin-top: 40px;
    }

    .contact table{
        margin-top: 30px;
    	font-size: 15px;
    }
    
    .contact table td,
    .contact table th{
    	font-size: 15px;
    }
    
    .contact th{
    	padding: 0 0 0;
    }
    
    .contact td{
    	padding: 20px 0 30px;
    }
    
    .contact .check_bg,
    .contact output,
    .contact input,
    .contact select,
    .contact textarea{
    	font-size: 15px;
    	padding: 21px 30px;
        max-width: 100%;
    }
    
    .contact textarea{
        height: 235px;
    }
    
    /* ラジオボタン */
    .contact .radio_input{
        padding: 20px 0 15px;
    }

    .contact .radio_input .check_bg,
    .contact .radio_input output{
        margin: 0 0 15px;
    }
    
    .radio_input label{
        margin: 0 20px 15px 0;
    	display: inline-flex;
        align-items: center;
    }
    
    input[type='checkbox'] ,
    input[type='radio'] {
        appearance: none;
        outline: none;
        display: block;
        position: relative;
        text-align: center;
        cursor: pointer;
        width: 23px;
        height: 23px;
    	margin: 0 12px 0 0;
        font-size: 0;
        padding: 0;
        border: none;
    }
    
    input[type='checkbox']::before ,
    input[type='radio']::before {
        width: 23px;
        height: 23px;
    }
    
    input[type='checkbox']::after ,
    input[type='radio']::after {
        left: 5px;
        top: 5px;
        width: 15px;
        height: 15px;
    }
    
    /* 分割 */
    .split .flex + .flex{
        margin-left: 15px;
    }
    
    .split .flex p{
        margin: 0 20px 0 0;
        font-size: 15px;
    }
    
    .split .flex input{
        width: 140px;
    }

    /* ボタン */
    .zas_btn_area{
    	padding: 40px 0 0;
    }
    
    .zas_btn_area .zas_btn01 input{
    	font-size: 16px;
    }
    
    .zas_btn_area .zas_btn01 input{
    	width: 280px;
    }


    /* thanks
       ================================================================== */
    .thanks{
        padding: 125px 0 80px;
    }

    .thanks h3{
        font-size: 32px;
    }

    .thanks p{
        margin: 46px 0 0;
    	font-size: 15px;
        line-height: 25px;
    }
    
    .thanks .go_top_btn{
    	margin: 85px 0 0;
    }


    /* gallery_block
       ================================================================== */
    .gallery_block{
        padding: 50px 0 0;
    }


    /* gallery_list
       ================================================================== */
    .gallery_list{
        margin: 0 0 0;
    }

    .gallery_list > li{
        margin: 20px 2% 0 0;
        width: 32%;
    }

    .gallery_list > li:nth-child(2n+2){
        margin-right: 2%;
    }

    .gallery_list > li:nth-child(3n+3){
        margin-right: 0;
    }

    .gallery_list > li a{
        height: 213px;
    }


    /* benefits_block
       ================================================================== */
    .benefits_block{
        padding: 70px 0 0;
    }

    .benefits_block .top_text{
        margin: 0 0 50px;
    }

    .benefits_block .top_text p{
        font-size: 15px;
        line-height: 30px;
    }


    /* recruit_block
       ================================================================== */
    .recruit_block .top_text{
        margin-top: 30px;
    }

    .recruit_block .top_text p + p{
        margin-top: 15px;
    }

    /* ceo */
    .ceo{
        margin-top: 50px;
    }

    .ceo h3{
        width: 288px;
    }

    .ceo .sns_btn{
        margin-top: 20px;
    }

    .recruit_block .border_box{
        margin-top: 50px;
        padding: 30px 20px 40px;
    }

    .recruit_block .border_box h3{
        margin-bottom: 25px;
        font-size: 25px;
    }


    /* offer_block
       ================================================================== */
    .offer_block{
        margin-top: 70px;
    }

    .offer_block .under_kv_slider{
        margin-top: 30px;
    }

    .offer_block .top_text{
        margin-top: 30px;
    }

    .offer_block .top_text p + p{
        margin-top: 15px;
    }


    /* message_block
       ================================================================== */
    .message_block{
        padding: 80px 0 95px;
    }

    .message_block .flex{
        margin: 45px 0 0;
        padding: 0 0 0 395px;
        position: relative;
    }

    .message_block .flex p{
        font-size: 15px;
        line-height: 30px;
    }

    .message_block .sp_flex{
        margin: 0 0 0;
        display: block;
    }

    .message_block .photo{
        width: 350px;
        position: absolute;
        top: 0;
        left: 0;
    }


    /* shop_block
       ================================================================== */
    .shop_block{
        padding: 105px 0 0;
    }

    .shop_block .design_table{
        margin-top: 50px;
    }

    .shop_block .map{
        margin: 50px 0 0;
    }

    .shop_block .map iframe{
        height: 450px;
    }

    .shop_block .note_list{
        margin: 25px 0 0;
    }

    .shop_block .note_list > li{
        padding: 25px 0;
    }

    .shop_block .note_list h3{
        font-size: 16px;
    }

    .shop_block .note_list p{
        margin: 10px 0 0;
        font-size: 15px;
        line-height: 30px;
    }


    /* about_logo_block
       ================================================================== */
    .about_logo_block{
        padding: 105px 0 0;
    }

    .about_logo_block .flex{
        margin: 45px 0 0;
        display: flex;
    }

    .about_logo_block .logo{
        margin: 0;
        width: 350px;
    }

    .about_logo_block .text_box{
        padding: 0 0 0 45px;
        width: calc(100% - 350px);
        box-sizing: border-box;
    }

    .about_logo_block .text_box p{
        font-size: 15px;
        line-height: 30px;
    }

    .about_logo_block .text_box p + p{
        margin-top: 20px;
    }

    .about_logo_block .sns{
        margin: 20px 0 0;
    }

    .about_logo_block .sns .icon{
        width: 45px;
    }

    .about_logo_block .sns .name{
        padding: 0 0 0 15px;
        width: calc(100% - 45px);
    }

    .about_logo_block .sns .name a{
        font-size: 17px;
    }


	/* design_table
	   ================================================================== */
	.design_table th,
	.design_table td,
    .design_table td p{
        font-size: 16px;
        line-height: 30px;
	}

	.design_table th{
		padding: 0 10px 0 50px;
		width: 23%;
	}
		
	.design_table .title_top th{
		padding-top: 25px;
	}

	.design_table td{
		padding: 25px 0;
	}

	.design_table td .border{
		padding: 0 20px 0 50px;
        min-height: 30px;
	}

    .design_table td .box{
    	margin-right: -20px;
    }

    .design_table td .box + .box{
    	margin-top: 15px;
        padding-top: 15px;
    }
    
    .design_table td .ttl + p{
    	margin: 7px 0 0;
    }

	.design_table td a:hover{
		text-decoration: underline;
	}
  

    /* common_table
       ================================================================== */	
    .common_table{
        border-bottom: none;
    }
    
    .common_table th,
    .common_table td{
    	padding: 15px 30px;
        font-size: 15px;
        line-height: 30px;
        width: auto;
        display: table-cell;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
    
    .common_table th{
        width: 300px;
    }

    .common_table td .box + .box{
    	margin: 20px 0 0;
        padding: 20px 0 0;
    }


    /* scroll_box
       ================================================================== */
    .scroll_box{
        padding-bottom: 0;
        overflow-x: inherit;
    }


    /* wedding_benefits
       ================================================================== */
    .wedding_benefits{
        margin: 25px 0 0;
        width: 850px;
    }

    .wedding_benefits > li{
        width: 230px;
    }

    .wedding_benefits .photo::before{
        width: 30px;
        height: 30px;
        right: calc(100% + 25px);
    }

    .wedding_benefits .ttl{
        margin: 10px 0 0;
        font-size: 15px;
    }


    /* order_block
       ================================================================== */
    .order_block .border_top_block{
        margin-top: 50px;
        padding-top: 50px;
    }


    /* receiving_list
       ================================================================== */
    .receiving_list > li{
        width: 200px;
        height: 40px;
        font-size: 16px;
    }

    .receiving_list > li + li{
        margin-left: 10px;
    }


    /* voices_block
       ================================================================== */
    .voices_block{
        padding: 70px 0 0;
    }

    .voices_block .top_text{
        text-align: center;
    }

    .voices_block .top_text p{
        font-size: 15px;
        line-height: 30px;
    }

    /* voices_list */
    .voices_list{
        margin: 60px 0 0;
    }

    .voices_list > li{
        margin: 30px 0 0;
        padding: 30px 30px 30px;
    }

    .voices_list .ttl_box .thm{
        width: 80px;
    }

    .voices_list .ttl_box .ttl{
        padding: 0 0 0 30px;
        width: calc(100% - 80px);
        font-size: 18px;
        line-height: 25px;
    }

    .voices_list .stars{
        margin: 15px 0 0;
        font-size: 17px;
    }

    .voices_list .list_text{
        margin: 15px 0 0;
    }

    .voices_list .list_text p{
        font-size: 15px;
        line-height: 25px;
    }

    .voices_list .nickname{
        margin: 20px 0 0;
        font-size: 13px;
    }


    /* media_block
       ================================================================== */
    .media_block{
        padding: 70px 0 0;
    }

    .media_block .top_text{
        text-align: center;
    }

    .media_block .top_text p{
        font-size: 15px;
        line-height: 30px;
    }

    /* media_list */
    .media_list{
        margin: 50px 0 0;
    }

    .media_list > li{
        margin: 30px 0 0;
        padding: 30px;
    }

    .media_list .photo_scroll{
        padding: 0;
        overflow-x: inherit;
    }

    .media_list .photo_scroll.w400 ul{
        width: 400px;
    }

    .media_list .photo_scroll.w522 ul{
        width: 522px;
    }

    .media_list .photo_scroll.w441 ul{
        width: 441px;
    }

    .media_list .photo_scroll.w722 ul{
        width: 722px;
    }

    .media_list .photo_scroll.w266 ul{
        width: 266px;
    }

    .media_list .photo_scroll.w838 ul{
        width: 838px;
    }

    .media_list .photo_scroll ul li{
        margin-right: 20px;
    }

    .media_list .date{
        margin: 20px 0 0;
        font-size: 13px;
    }

    .media_list .ttl{
        margin: 10px 0 0;
        font-size: 18px;
        line-height: 25px;
    }

    .media_list .photo_scroll + .ttl{
        margin-top: 20px;
    }

    .media_list .text_box{
        margin: 15px 0 0;
    }

    .media_list .text_box p{
        font-size: 15px;
        line-height: 25px;
    }
  
    
    /* faq_section
       ================================================================== */
    .oc_list .slidetoggle_menu + .slidetoggle_menu{
    	margin: 25px 0 0;
    }
    
    .oc_list > dl{
    	margin: 0 0 0;
    }
    
    .oc_list > dl dt{
        padding: 21px 20px;
    	padding-right: 60px;
    }
        
    .oc_list > dl dt::after{
    	width: 12px;
    	height: 17px;
    	right: 25px;
    }

    .oc_list > dl dd{
    	padding: 30px 20px;
    }


    /* faq_list
       ================================================================== */
    .faq_list > li{
        margin: 25px 0 0;
    }

    .faq_list .question{
        padding: 16px 25px;
    }

    .faq_list .question > span{
        padding: 0 0 0 37px;
        font-size: 16px;
    }

    .faq_list .question > span::before{
        font-size: 18px;
    }

    .faq_list .answer{
        padding: 23px 25px;
    }

    .faq_list .answer p{
        line-height: 27px;
    }

    .faq_list .answer p + p{
        margin-top: 13px;
    }

    .faq_list .answer p.f14{
        font-size: 14px;
    }


    /* table_in_block
       ================================================================== */
    .table_in_block .common_table{
        margin-top: 30px;
    }

    .table_in_block .common_table + p{
        margin-top: 15px;
    }


    

}
