@charset "UTF-8";
img.max100 {
	max-width: 100%;
}
.swiper-pagination-bullet-active {
    background-color: #F08E24 !important;
}

/* ---------------------

	for Color & Common Definition

----------------------*/
input, textarea, select{
    color: #333;
}
[data-nav-exists="footer"],
[data-nav-exists="header_footer"] {
    padding-bottom: 50px;
}


/* movie icon */
.visual_wrapper > .visual > .visual_item .description > .thumbnail {
    position: relative;
}
[data-input-control="crop_image"] video.playing + .play::before,
[data-input-control="crop_image"] video.playing + .play::after{
    display: none;
}
[data-input-control="crop_image"] .play,
[data-input-control="crop_image"] .play::before,
[data-input-control="crop_image"] .play::after,
.visual_wrapper > .visual > .visual_item .description > .thumbnail > .play::before,
.visual_wrapper > .visual > .visual_item .description > .thumbnail > .play::after{
    position: absolute;
    line-height: 0;
    content: "";
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}
[data-input-control="crop_image"] .play{
    pointer-events: all;
}
[data-input-control="crop_image"] .play::before,
[data-input-control="crop_image"] .play.small::before,
.visual_wrapper > .visual > .visual_item .description > .thumbnail > .play::before{
    width: 32px;
    height: 32px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: calc(50% - 18px);
    left: calc(50% - 18px);
    background-color: rgba(0, 0, 0, 0.3);
}
[data-input-control="crop_image"] .play::before{
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
}
[data-input-control="crop_image"] .play::after,
[data-input-control="crop_image"] .play.small::after,
.visual_wrapper > .visual > .visual_item .description > .thumbnail > .play::after{
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left: 12px solid #fff;
    top: calc(50% - 8px);
    left: calc(50% - 4px);
}
[data-input-control="crop_image"] .play::after{
    border: 10px solid transparent;
    border-left: 16px solid #fff;
}
[data-input-control="crop_image"] video.playing + .play{
    background-image: url(../img/icon_speaker_on.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) calc(100% - 50px);
}
[data-input-control="crop_image"] video.playing.muted + .play{
    background-image: url(../img/icon_speaker_off.svg);
}

/* header */

.area_header {
    background-color: #ffd700;
    height: 54px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 7;
}
.area_header button {
    cursor: pointer;
}
.area_header .header_logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 180px;
    height: 54px;
    overflow: hidden;
}
.area_header .header_logo .logo {
    position: absolute;
    width: 105px;
    left: 10px;
    top: 3px;
}
.area_header .header_logo .cat {
    position: absolute;
    width: 60px;
    left: 112px;
    top: 5px;
}
.area_header .header_button {
    position: absolute;
    display: flex;
    align-items: center;
    height: 36px;
    right: 15px;
    top: 9px;
}
.area_header .header_button .logout {
    height: 36px;
    line-height: 3.6rem;
    width: 135px;
    border: 1px solid #707070;
    border-radius: 13px;
    background-color: #fff;
    color: #333;
}
.area_header .header_menu button {
    position: absolute;
    right: 9px;
    top: 9px;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background-color: #2562A8;
}
.area_header .header_menu button::before,
.area_header .header_menu button::after {
    content: "";
}
.area_header .header_menu button::before,
.area_header .header_menu button::after,
.area_header .header_menu button > span {
    position: absolute;
    display: block;
    width: 14px;
    height: 2px;
    overflow: hidden;
    background-color: #fff;
    left: 11px;
    transition: all 0.2s;
}
.area_header .header_menu button::before {
    top: 10px;
}
.area_header .header_menu button > span {
    top: 17px;
}
.area_header .header_menu button::after {
    top: 24px;
}


.area_header .header_menu button.open::before {
    transform: rotate(-45deg);
}
.area_header .header_menu button.open > span {
    opacity: 0;
}
.area_header .header_menu button.open::after {
    transform: rotate(45deg);
}

.area_header .header_menu button.open::before {
    width: 20px;
    transform: rotate(45deg);
    transform-origin: 0 0;
    left: 12px;
}
.area_header .header_menu button.open > span {
    display: none;
}
.area_header .header_menu button.open::after {
    width: 20px;
    transform: rotate(-45deg);
    transform-origin: 0 0;
    left: 10px;
}

.header{
    background-color: #2562A8;
}
.header_arrow.prev::after{
    border-left: 3px solid #2562A8;
    border-bottom: 3px solid #2562A8;
}
.header_below {
    background-color: #FFECA5;
}

/* footer */
.area_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    border-top: 1px solid #D7D7D7;
    background-color: #fff;
    z-index: 6;
}
.area_footer ul {
    display: flex;
    justify-content: space-between;
    height: 100%;
}
.area_footer ul li {
    /* width: 50%; */
    width: 100%;
    position: relative;
}
.area_footer ul li + li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    border-right: 1px solid #D7D7D7;
}
.area_footer ul li a {
    color: #333;
    text-decoration: none;
    font-size: 1.4rem;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}
/*
.area_footer ul li a > * {
    width: 100%;
    text-align: center;
    line-height: 2.0;
}
*/
.area_footer ul li a img {
    max-width: 22px;
    max-height: 22px;
    margin-right: 10px;
}




/* section */
.contents{
}
.section_title {
    color: #00A6ED;
}
.form_asset .input input[type="date"]{
    display: block;
    padding-right: 20px;
}
.form_asset .input[data-input="date"]::after{
    background: url(../../images/icon_calender.svg) 95% center/ 25px 25px no-repeat;
}
/* selectbox */
.form_asset .input[data-input="select"]::after{
    border-color: #2562A8 transparent transparent transparent;
}

/* 色定義 */
:root {
    --primary-color: #00A6ED;
    --checkbox-checked-color: var(--primary-color);
}

/* checkbox */
.input[data-input="checkbox"] input:checked + .button {
    /*background-color: #00A6ED;
    border-color: #00A6ED;*/
    background-color: var(--checkbox-checked-color);
    border-color: var(--checkbox-checked-color);
}

/* radio */

.input[data-input="radio"] input:checked + .button::after {
    /*background-color: #2562A8;*/
    background-color: var(--checkbox-checked-color);
}

/* switch */
.input[data-input="switch"] input:checked + .toggle > .button{
    background-color: #2562A8;
    border-color: #2562A8;
}
.input[data-input="switch"] input:checked + .toggle::after{
    background-color: #76B0F3;
}

/* button */
.submit {
    background-color: #00A6ED;
}
.input[data-input="toggle_button"] .toggle_button,
.default {
    color: #000;
    border: solid 3px #00A6ED;
}
.input[data-input="toggle_button"] .toggle_button{
    background-color: #F4F8CF;
}
.input[data-input="toggle_button"] input:checked + .toggle_button{
    background-color: #2562A8;
}
.window_close {
    width: 50%;
    border-width: 1px;
    border-color: #707070;
    border-radius: 10px;
    color: #000;
}


/* tab_button */
.tab_button .child{
    border: solid 1px #949292;
    background-color: #EAF3D1;
}
.tab_button .child.selected{
    border-color: #2562A8;
    background-color: #2562A8;
}
.page_link_ribbon .ribbon_area{
    border-top: solid 6px #2562A8;
    border-bottom: solid 1px #2562A8;
}
.page_link_ribbon .ribbon_area::after{
    border-color: #2562A8 transparent transparent transparent;
}
.page_link_ribbon .ribbon_button{
    color: #2562A8;
}

/* information */
.info_title{
    color: #2562A8;
}

/* message_asset */
.message_asset > .balloon{
    background: url(../img/img_balloon.svg) no-repeat;
}

/* confirmation */
.heading {
    color: #00A6ED;
}
.confirm_asset .title{
    border-bottom: dashed 2px rgba(192, 140, 140, 0.8);
}
.confirm_asset .description{
    border-bottom: dashed 2px rgba(192, 140, 140, 0.8);
}
.confirm_asset .title.no_border {
    border-bottom: none;
}

/* section wrapper + innner */
.section_inner_title > .section_inner_label{
    background-color: #BDDC69;
}

/* popup */
.popup .close {
    background-color: #00A6ED;
}
.info_table thead th{
    background-color: #76B0F3;
    white-space: nowrap;
    font-size: 1.2rem;
    font-weight: bold;
}

/* お問い合わせ */
.inqury_block{
    background-color: #2562A8;
}
.inqury_block .reverse_border{
    color: #2562A8;
}

/* pager */
.pager a,
.pager a:visited{
    color: #2562A8;
}

/* Coupon */
.coupon_item .content .sale{
    color: #D23806;
}


/* みんなのジモッチャ */

/* Carousel */
.people .heart_button {
    margin: 0 auto;
}
.people .heart_button_caption {
    position: absolute;
    font-size: 1.1rem;
    color: #E83960;
    font-weight: bold;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
    display: block;
    line-height: 1.4;
    position: absolute;
    left: 50%;
    bottom: -1.5em;
    width: 6em;
    transform: translateX(-3em);
    text-align: center;
}
.people .for_city .categorized_title {
    justify-content: center;
    align-items: center;
}
.people .for_city .categorized_title .icon img {
    max-width: 50px;
    max-height: 50px;
}
.people .for_city .categorized_title > .label {
    width: auto;
    max-width: calc( 100% - 60px );
    font-size: 3.2rem;
}
.people .for_city_body,
.people .contents > .inner {
    background-color: #FAF4E8 !important;
}
.people .for_city_body .page_link_ribbon .ribbon_area {
    padding: 15px 0;
    background-color: #FAF4E8;
}
.people .for_city_body .page_link_ribbon .ribbon_area.current {
    color: #333;
    border-color: #3180CF;
}
.people .for_city_body .page_link_ribbon .ribbon_button .label {
	font-size: 1.4rem;
}
.people .for_city_body .page_link_ribbon  {
	margin-bottom: 0;
}
.people .for_city_body .page_link_ribbon + .contents .inner.area_contents {
	padding-top: 5px;
}
.people .for_city_body .description_table {
	font-size: 1.4rem;
}




/* イメージ一覧 */
.popup_inner .image_list > .item > .item_label > .thumbnail[data-input="video"] > .play{
    background: #2562A8;
}

/* accordion周り */
[data-input-control="set_address"] > li > a{
    border-bottom: solid 1px #2562A8;
}
[data-input-control="set_address"] > li > a,
[data-input-control="set_address"] > li > a:hover,
[data-input-control="set_address"] > li > a:visited,
[data-input-control="set_address"] > li > a:active{
    color: #2562A8;
}
[data-input-control="set_address"] > li > a::after{
    border-top: solid 3px #2562A8;
    border-right: solid 3px #2562A8;
}
.accordion_title{
    color: #2562A8;
    border-bottom: solid 1px #2562A8;
}
.accordion_title > input + span::after{
    border-top: solid 3px #2562A8;
    border-right: solid 3px #2562A8;
}
.postal_address_list > li{
    border-bottom: solid 1px #2562A8;
}
.postal_address_list a,
.postal_address_list a:visited,
.postal_address_list a:active{
    color:#2562A8;
}
.postal_address_list a::after{
    border-top: solid 2px #2562A8;
    border-right: solid 2px #2562A8;
}










/*
	大型吹き出し
*/
.message_asset > .balloon.large {
	width: 240px;
	height: 143px;
	font-size: 1.4rem;
	background-size: cover;
}
.message_asset > .balloon.large > .message {
	text-align: left;
}


/*
地域情報用ポップアップ
*/
.people.bg_white { /* 背景色ありのプレビューアイテム確認用 */
	padding: 1px;
}
.people.bg_black { /* 背景白のプレビューアイテム確認用 */
	padding: 1px;
	background-color: #000;
}
.people.bg_white > *:first-child,
.people.bg_black > *:first-child {
	border-top-right-radius: 40px;
	overflow: hidden;
}
.people.bg_white > *:last-child,
.people.bg_black > *:last-child {
	border-bottom-right-radius: 40px;
	overflow: hidden;
}







/*
ふるさと納税
*/
.people .shop_header .descriptions.bg_white {
	background-color: #fff;
}

.coupon_item .content .sale > .label {
	font-size: 1.4rem;
	color: #333;
	font-weight: normal;
}

.people .shop_header .descriptions .tax_items {
    border-top: 1px solid #B2B2B2;
    padding-top: 15px;
}
.people .shop_header .descriptions .tax_items_list {
	display: flex;
	flex-wrap: wrap;
}
.people .shop_header .descriptions .tax_item {
	width: 100%;
	margin: 0 0 10px;
	font-size: 1.2rem;
	line-height: 1.4rem;
}
.people .shop_header .descriptions .tax_item:nth-of-type(2n+1) {
	margin-left: 0;
}
.people .shop_header .descriptions .tax_item a {
	color: #333;
}
.people .shop_header .descriptions .tax_item a span {
	display: inline-block;
	text-decoration: underline;
}
.people .shop_header .descriptions .tax_item a span::after {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
    margin-left: 5px;
	background: url("../img/icon_blank_minna.svg") center bottom/auto 0.8em no-repeat;
}

/* Hamburger Menu */
[data-area-control="hamburger_menu"]{
    cursor: pointer;
    z-index: 2;
}
[data-area-id="hamburger_area"]{
    position: relative;
    z-index: 1;
    display: none;
}
[data-area-id="hamburger_area"].visible{
    display: block;
}
[data-area-id="hamburger_area"] > .hamburger{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s;
}
[data-area-id="hamburger_area"].open > .hamburger{
    opacity: 1.0;
}
[data-area-id="hamburger_area"] > .hamburger > .hamburger_wrapper{
    background-color: #76B0F3;
    width: 80%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -80%;
    transition: right 0.5s;
}
[data-area-id="hamburger_area"].open > .hamburger > .hamburger_wrapper{
    right: 0;
}
[data-area-id="hamburger_area"] > .hamburger > .hamburger_wrapper > .hamburger_inner{
    position: absolute;
    top: 54px;
    height: calc(100% - 54px);
}
.menu_wrapper{
    background-color: #76B0F3;
}
.menu_wrapper .menu{
    border-top: solid 1px #B2B2B2;
}
.menu_wrapper .menu a{
    display: block;
    background-color: #E9F4FD;
    padding: 10px 0 10px 20px;
    color: #333;
    text-decoration: none;
    border-bottom: solid 1px #B2B2B2;
}


/*
クーポン
*/
.for_city_body .coupon_item .coupon_upper .content {
    background-color: #fff;
}
.for_city_body .coupon_item .coupon_upper .content::after{
    content: "";
    border: none;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: -3px;
    background-image: radial-gradient(circle farthest-side, #FAF4E8, #FAF4E8 55%, transparent 55%, transparent);
    background-size: 12px 12px;
    background-position: -3px -1px;
    width: 6px;
}

.people .shop_header.for_city_coupon .descriptions {
    background-color: #fff;
}
.people .shop_header.for_city_coupon .descriptions + .coupon_lower {
    background-color: #3180CF;
}
.people .shop_header.for_city_coupon .descriptions + .coupon_lower button {
    border-color: #3180CF;
}
.people .shop_header.for_city_coupon .descriptions + .coupon_lower button .label {
    color: #3180CF;
}

.people .shop_header.for_city_coupon .descriptions + .coupon_lower::before{
    content: "";
    border-top: none;
    display: block;
    width: 100%;
    top: -5px;
    position: absolute;
    z-index: 3;
    background-image: radial-gradient(circle farthest-side, #333, #333 50%, transparent 50%, transparent);
    background-size: 20px 20px;
    background-position: 0px -5px;
    height: 10px;
}

@media only screen and (min-width: 450px){
    .contents{
        margin: 0 auto;
        width: 450px;
        box-shadow: 0px 5px 30px -5px rgb(0 0 0 / 30%);
    }
    .error_area{
        width: 450px;
        background-color: #fff;
        position: relative;
        margin-top: 20px;
    }
    .popup_wrapper.show > .popup.menu,
    .header_below{
        width: 450px;
        margin-left: auto;
        margin-right: auto;
    }
    [data-area-id="hamburger_area"] > .hamburger > .hamburger_wrapper {
        width: 360px;
    }
}

.shortcut > dd{
    color: #707070;
    font-size: 2.0rem;
    line-height: 1.5em;
    margin-bottom: 20px;
}
.shortcut > dt{
    color: #2364A8;
    font-size: 2.4rem;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 20px;
}
.shortcut > dd.image{
    text-align: center;
    margin-bottom: 30px;
}
.shortcut > dd.image > img{
    width: 75%;
    height: auto;
}


/* お気に入り新デザイン */
.people .new .heart_button{
    width: 33px;
    height: 33px;
    border: solid 1px #E83960;
}

.people .new .heart_button::before{
    content: none;
}
.people .float_wrapper.favorite.new{
    padding: 8px 5px 8px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    font-size: 0.9rem;
}
.people .float_wrapper.favorite.new::after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid rgba(255, 255, 255, 0.9);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
}
.people .float_wrapper.favorite.new img{
    width: 19px;
    height: 17px;
}
.float_wrapper.favorite.new > p{
    text-shadow: none;
    font-weight: bold;
    line-height: 1.2em;
    margin-top: 0;
}
.float_wrapper.favorite.new > p + p{
    font-size: 1.2rem;
    margin-top: 3px;
    line-height: 1.0em;
}
.people .float_wrapper[data-float-position="rt"].new{
    right: 10px;
    top: 18px;
}

.submitwhite {
    width: 100%;
    padding: 8px 10px;
    color: #fff;
    background-color: #F8B500;
    border-radius: 30px;
    font-size: 1.8rem;
    font-weight: bold;
    min-width: 80px;
    white-space: nowrap;
    position: relative;
    cursor: pointer;
}