@charset "utf-8";

body {
    color: #333;
    font-size: 13px;
    line-height: 1.5;
}

#wrapper {
    overflow: hidden;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    opacity: 0.7;
}

.red {
    color: #FF0000;
}

.sidenav_bnr_text {
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    line-height: 1.8;
    margin-top: -20px;
    padding: 15px 10px;
    border-top: 1px solid #DADADA;
}




/*商品ページのスペック表 */

table.item_spectable {
				border-collapse: collapse;
				border-spacing: 0;
				width: 100%;
				font-size: 13px;
				margin: 15px 0 20px;
			}
			table.item_spectable td, table.item_spectable th {
				border: 1px solid #eee;
				vertical-align: middle;				
				
			}
			
			table.item_spectable tr:first-child th {
				border-top: 0;	
				width: 20%;
				vertical-align: middle;
			}
			
			table.item_spectable tr:first-child td {
				border-top: 0;				
			}
			
			table.item_spectable tr:last-child td {
				border-bottom: 0;				
			}
			
			table.item_spectable tr:last-child th {
				border-bottom: 0;				
			}
			
			table.item_spectable tr td:first-child,
			table.item_spectable tr th:first-child {
				border-left: 0;
			}
			
			table.item_spectable tr td:last-child,
			table.item_spectable tr th:last-child {
				border-right: 0;
			}
			
			table.item_spectable th,table.item_spectable td{
				text-align: left;
				padding: 5px 10px;
			}



@media screen and (max-width: 767px) {
    .sidenav_bnr_text {
        font-size: 14px;
        font-weight: initial;
        border-bottom: 1px solid #DADADA;
        margin-bottom: 20px;
        padding: 0 25px;
        height: 60px;
        line-height: 60px;
    }

    .sidenav_img_box {
        text-align: center;
    }

    .sidenav_bnr_img {
        width: 80%;
    }
}

.sidenav_bnr_img {
    margin-bottom: 20px;
}

/*============
共通
==============*/

/* タイトル */
.ttl-cts-center {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #F77302;
}

/* ボタン */
.btn-radius {
    box-sizing: border-box;
    width: 100%;
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    border-radius: 20px;
    border: 1px solid #DADADA;
    background: #FFF;
}

.btn-radius:hover {
    cursor: pointer;
    opacity: 0.7;
}

.btn-radius.btn-orange {
    border: 1px solid #F77302;
    color: #F77302;
}

.btn-radius.btn-green {
    border: 1px solid #69A813;
    color: #69A813;
}

.btn-radius.btn-bk {
    background: #333333;
    color: #FFF;
    border: none;
}


.head-link {
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
}

.official-link {
    color: #FF7601;
}

.item_detail_area_button{
    margin-left: auto;
    margin-bottom: 30px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 90% 50%;
    background-color: #fff;
    font-size: 12px;
    font-weight: 700;
    width: 258px;
    display: block;
    text-align: center;
	}
		
	.contents_detail_area{
		display:none;
		padding: 4%;
    	margin-bottom: 30px;
		background-color: #f7f5f6;	
	}

/*============
ヘッダー
==============*/

@media print,
screen and (min-width: 701px) {

    .sp {
        display: none;
    }

    header .inner {
        width: 980px;
        margin: 0 auto;
    }

    header .block01 {
        margin-bottom: 35px;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;

    }

    header .block01 a {
        color: #4F4F4F;
    }

    header .logo .ttl {
        margin-bottom: 10px;
    }

    header .block01 .list {
        width: 230px;
        display: flex;
        justify-content: space-between;
        font-size: 12px;
    }

    header .block01 .list a {
        display: flex;
        flex-direction: column;
        align-items: center;
    }


    header .block01 .list a img {
        margin-bottom: 5px;
    }

    /* 検索 */
    header .block01 form input {
        box-sizing: border-box;
        padding: 0 10px;
        width: 330px;
        height: 40px;
        background: #F0F0F0;
        border: none;
        vertical-align: top;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }


    header .block01 form button {
        box-sizing: border-box;
        width: 40px;
        height: 40px;
        border: none;
        background: #333;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    header nav {
        width: 980px;
        margin: 0 auto 15px auto;
        display: flex;
        justify-content: space-between;
    }

    header nav>a:first-child {
        border-left: 1px solid #DADADA;
    }

    header nav>a {
        box-sizing: border-box;
        width: 20%;
        height: 30px;
        border-right: 1px solid #DADADA;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 13px;
        font-weight: bold;
        white-space: nowrap;
        padding: 0 10px;
    }

    /*============
サイドナビ
==============*/

    /* ログイン */
    .border-block {
        box-sizing: border-box;
        padding: 20px 25px;
        border: 1px solid #DADADA;
        border-radius: 5px;
    }

    .status_area {
        margin-bottom: 10px;
    }

    .menber-name {
        margin-bottom: 15px;
        display: flex;
        justify-content: center;
    }

    .status_area .btn-radius:not(:last-child) {
        margin-bottom: 10px;
    }

    /* カゴの中 */
    .cart_area {
        margin-bottom: 20px;
    }

    .cart_area .ttl {
        margin-bottom: 10px;
    }

    .cart_area .information {
        margin-bottom: 10px;
        line-height: 2.0;
    }

    /* カテゴリ */
    #category_area {
        margin-bottom: 20px;
    }

    #category_area .ttl {
        box-sizing: border-box;
        height: 50px;
        margin-bottom: 10px;
        padding: 0 10px;
        background: #F0F0F0;
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: bold;
    }

    #categorytree>li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        border-bottom: 1px solid #DADADA;
        padding: 15px 10px;
    }

    #categorytree>li:last-child {
        border-bottom: none;
    }

    #categorytree>li>ul {
        display: none;
        width: 100%;
        padding: 7px 0;
    }

    #categorytree>li .toggle {
        width: 17px;
        height: 17px;
        display: inline-block;
        position: relative;
        top: 0;
        left: 0;
    }

    #categorytree>li .toggle:hover {
        cursor: pointer;
    }

    #categorytree>li .toggle::before {
        width: 17px;
        height: 2px;
        position: absolute;
        top: calc(50% - 1px);
        left: 0;
        background: #333;
        content: '';
    }

    #categorytree>li .toggle::after {
        width: 2px;
        height: 17px;
        top: 0;
        left: calc(50% - 1px);
        position: absolute;
        background: #333;
        content: '';
        animation: r2 0.3s linear 1;
    }


    #categorytree>li.active .toggle::after {
        transform: rotate(90deg);
        animation: r1 0.3s linear 1;
        opacity: 0;
        transition: opacity 0.3s ease-out;
    }

    #categorytree a:hover {
        opacity: 1;
    }

    #categorytree>li>a {
        font-weight: bold;
        transition: 0.3s;
        -webkit-transition: 0.3s;
    }

    #categorytree>li>a:hover {
        text-decoration: underline;
        transform: translateX(2px);
    }

    #categorytree>li>ul li a {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
        transition: 0.3s;
        -webkit-transition: 0.3s;
    }

    #categorytree>li>ul li a::after {
        content: '';
        width: 4px;
        height: 4px;
        transform: rotate(-45deg);
        border-right: 1px solid #333;
        border-bottom: 1px solid #333;
    }

    #categorytree>li>ul li a:hover {
        text-decoration: underline;
        font-weight: bold;
        transform: translateX(2px);
    }

    #side .search-area form {
        margin-bottom: 30px;
        display: flex;
    }

    #side .search-area form input {
        box-sizing: border-box;
        padding: 0 10px;
        width: 100%;
        height: 46px;
        background: #F0F0F0;
        border: none;
        vertical-align: top;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    #side .search-area form button {
        box-sizing: border-box;
        width: 46px;
        height: 46px;
        border: none;
        background: #333;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }


    /* バナー */

    #side .bnr-area a {
        margin-bottom: 15px;
        display: block;
    }

    /* ガイド */
    #guide_area {
        margin-bottom: 30px;
        padding: 20px;
        background: #F9FCF4;
    }

    #guide_area .ttl {
        margin-bottom: 15px;
        font-size: 15px;
        font-weight: bold;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #guide_area .ttl::after {
        content: '';
    }

    #guide_area .ttl.ttl-souryou::after {
        width: 35px;
        height: 22px;
        background: url(../img/common/side-icon-delivary.png) no-repeat;
        background-size: contain;
    }

    #guide_area .ttl.ttl-return::after {
        width: 35px;
        height: 25px;
        background: url(../img/common/side-icon-return.png) no-repeat;
        background-size: contain;
    }

    #guide_area p {
        margin-bottom: 25px;
    }

    /* カレンダー */

    #calender_area {
        margin-bottom: 25px;
    }

    /* リンクリスト */
    .link-list {
        padding: 20px 0;
        border-top: 1px solid #DADADA;
        border-bottom: 1px solid #DADADA;
    }

    .link-list a {
        margin-bottom: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 14px;
        transition: 0.3s;
        -webkit-transition: 0.3s;
    }

    .link-list a:hover {
        text-decoration: underline;
        transform: translateX(2px);
        opacity: 1;
        font-weight: bold;
    }

    .link-list a::after {
        content: '';
        width: 5px;
        height: 5px;
        border-right: 1px solid #333;
        border-bottom: 1px solid #333;
        transform: rotate(-45deg);
        line-height: 1.0;
    }

    .link-list a:last-of-type {
        margin-bottom: 0;
    }

    /*============
フッター
==============*/

    .contact-area {
        width: 980px;
        margin: 0 auto;
    }

    .contact-area .ttl {
        height: 44px;
        margin-bottom: 20px;
        font-size: 16px;
        background: #F9FCF4;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contact-area .ttl span {
        font-size: 13px;
        font-weight: normal;
        margin-left: 20px;
    }

    .contact-area .inner {
        margin-bottom: 35px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .contact-area .inner>div {
        width: 25%;
        margin-bottom: 20px;
        padding: 0 20px;
        box-sizing: border-box;
    }


    .contact-area .inner:nth-of-type(1)>div {
        border-left: 1px solid #DADADA;
    }

    .contact-area .inner:nth-of-type(1)>div:first {
        border-left: none;
    }

    .contact-area .inner>div.col1 {
        display: flex;
        width: 50%;
        justify-content: center;
        align-items: center;
        border-right: 1px solid #DADADA;
    }

    .contact-area .inner h3 {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .contact-area .inner h3 span {
        font-weight: normal;
    }

    .contact-area .inner a {
        font-size: 18px;
        font-weight: bold;
        pointer-events: none;
    }

    .contact-area .inner .icon-dial {
        display: flex;
        align-items: center;
    }

    .contact-area .inner .icon-dial::before {
        margin-right: 5px;
        width: 26px;
        height: 17px;
        content: '';
        background: url(../img/common/footer-icon-dial.png) no-repeat;
        background-size: contain;
    }

    .contact-area .inner .icon-navidial {
        display: flex;
        align-items: center;
    }

    .contact-area .inner .icon-navidial::before {
        margin-right: 5px;
        width: 26px;
        height: 17px;
        content: '';
        background: url(../img/common/footer-icon-navidial.png) no-repeat;
        background-size: contain;
    }

    .contact-area .inner .col1 h3 {
        display: flex;
        align-items: center;
        margin-right: 10px;
        margin-bottom: 0;
    }

    .contact-area .inner .icon-tel::before {
        margin-right: 5px;
        width: 26px;
        height: 17px;
        content: '';
        background: url(../img/common/footer-icon-tel.png) no-repeat;
        background-size: contain;
    }

    .contact-area .inner.col2 {
        justify-content: space-around;
    }

    .contact-area .inner.col2>div {
        width: 50%;
    }

    .contact-area .inner.col2>div>div {
        display: flex;
        align-items: center;
    }

    .contact-area .inner.col2>div>div span {
        margin: 0 10px 0 20px;
    }

    /* フッターインフォ */

    .footer-info {
        background: #4F4F4F;
        color: #FFF;
    }

    .footer-info .inner {
        width: 980px;
        margin: 0 auto;
        padding: 40px 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        position: relative;
        top: 0;
        left: 0;
    }

    .footer-info .inner>div:nth-of-type(1) a {
        color: #FFF;
        margin-right: 25px;
        line-height: 2.0;
    }

    .footer-info .inner>div:nth-of-type(1) {
        display: flex;
        flex-wrap: wrap;
        width: 40%;
    }

    .footer-info .inner .page-top {
        width: 110px;
        height: 30px;
        color: #FFF;
        background: #4F4F4F;
        position: absolute;
        top: -30px;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1.0;
    }

    /* フッターカテゴリ */

    .footer-cat {
        margin-bottom: 40px;
        padding: 40px 0;
        background: #F8F6EF;
    }

    .footer-cat .inner {
        width: 980px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .footer-cat .inner::before,
    .footer-cat .inner::after {
        order: 1;
        width: 290px;
        height: 0;
    }

    .footer-cat .inner a {
        box-sizing: border-box;
        width: 290px;
        height: 65px;
        margin-top: 15px;
        padding: 10px;
        display: flex;
        align-items: center;
        background: #fff;
        border: 1px solid #DADADA;
        border-radius: 5px;
    }

    .footer-cat .inner a::after {
        content: '';
        width: 8px;
        height: 8px;
        margin-left: auto;
        border-right: 1px solid #333;
        border-bottom: 1px solid #333;
        transform: rotate(-45deg);
        line-height: 1.0;
    }

    .footer-cat .inner a img {
        margin-right: 10px;
        width: 45px;
    }
    
    
    .marking {
width:980px;
margin:0 auto;
padding:20px 0;
        display: flex;
justify-content: flex-end;
align-items: center;
    }
    
    .marking > * {
        margin-left: 10px;
    }
    
    
}






/* スマホ */
@media print,
screen and (max-width: 700px) {
.item_detail_area_button {
    margin: 0 auto 20px;
}
    .pctb {
        display: none;
    }

    /*============
    ヘッダー
    ==============*/
    .head-link {
        padding: 10px;
        display: flex;
        justify-content: space-between;
    }

    header .inner.fixed .show {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        background: #fff;
    }

    header .inner.fixed::before {
        height: 70px;
        content: '';
        display: block;
    }

    header .inner .container {
        height: 50px;
        display: flex;
        align-items: center;
        /* justify-content: space-between; */
        position: relative;
    }

    header .inner .container::after {
        content: '';
        width: 50px;
    }

    header .inner .ttl {
        box-sizing: border-box;
        width: 100%;
        padding: 0 10px;
        font-size: 12px;
    }

    header .inner .logo {
        width: 180px;
        max-width: 250px;
        padding-left: 10px;
        margin-right: auto;
    }

    header .icon-search {
        width: 25px;
    }

    header .icon-search button {
        background: #fff;
        border: none;
        padding: 0;
    }

    header .icon-cart {
        width: 30px;
        margin: 0 15px;
    }

    /* ログイン・ログアウト */

    header .drawer-nav .inner {
        font-size: 16px;
    }

    header .drawer-nav .login-logout {
        display: flex;
        justify-content: space-between;
        padding: 25px 15px;
    }

    header .drawer-nav .login-logout button {
        width: 48%;
    }

    header .drawer-nav .close-btn {
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    header #header-cat {}

    header #header-cat>li {
        box-sizing: border-box;
        min-height: 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        border-bottom: 1px solid #DADADA;
    }

    header #header-cat>li>a {
        padding-left: 25px;
    }

    header #header-cat>li ul {
        display: none;
        width: 100%;
        padding: 20px 0;
        background: #F8F3DF;
    }

    header #header-cat>li ul li {}

    header #header-cat>li ul li a {
        box-sizing: border-box;
        width: 100%;
        min-height: 40px;
        padding: 0 25px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    header #header-cat>li ul li a::after {
        content: '';
        width: 5px;
        height: 5px;
        border-right: 2px solid #333;
        border-bottom: 2px solid #333;
        transform: rotate(-45deg);
    }

    header #header-cat .toggle {
        box-sizing: border-box;
        width: 60px;
        min-height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        top: 0;
        left: 0;
        border-left: 1px solid #DADADA;
    }

    header #header-cat .toggle::before {
        width: 16px;
        height: 2px;
        position: absolute;
        top: 29px;
        left: 22px;
        background: #333;
        content: '';
    }

    header #header-cat .toggle::after {
        width: 2px;
        height: 16px;
        top: 22px;
        left: 29px;
        position: absolute;
        background: #333;
        content: '';
        animation: r2 0.3s linear 1;
    }


    header #header-cat .toggle.open::after {
        transform: rotate(90deg);
        animation: r1 0.3s linear 1;
        opacity: 0;
        transition: opacity 0.3s ease-out;
    }

    .link-col2 {
        display: flex;
        border-top: 1px solid #DADADA;
        border-bottom: 1px solid #DADADA;
    }

    .link-col2 a {
        box-sizing: border-box;
        width: 50%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1.0;
    }

    .link-col2 a:nth-of-type(1) {
        border-right: 1px solid #DADADA;
    }

    .btn-radius {
        margin: 0 auto;
        width: 90%;
    }

/* ログイン */
    .border-block {
        box-sizing: border-box;
        width: calc(100% - 30px);
        margin: 0 auto 10px;
        padding: 30px;
        border: 1px solid #DADADA;
        border-radius: 5px;
    }

    .status_area {
        margin-bottom: 10px;
    }

    .menber-name {
        margin-bottom: 15px;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .for_login, .drawer-nav .logged_in{
        display: flex;
        flex-wrap: wrap;
        padding: 25px 15px;
    }

    .for_login .btn-radius, .drawer-nav .logged_in .btn-radius {
        width: 48%;
    }

    .status_area .btn-radius:not(:last-child) {
        margin-bottom: 10px;
    }

    /* カゴの中 */
    .cart_area {
        margin-bottom: 20px;
    }

    .cart_area .ttl {
        margin-bottom: 10px;
    }

    .cart_area .information {
        margin-bottom: 10px;
        line-height: 2.0;
    }


    /* カテゴリ */
    #category_area {
        margin-bottom: 20px;
    }

    #category_area .ttl {
        box-sizing: border-box;
        height: 50px;
        padding: 0 10px;
        background: #F0F0F0;
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: bold;
    }

    #category_area #categorytree>li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        border-bottom: 1px solid #DADADA;
        padding: 0;
    }

    #category_area #categorytree>li:last-child {
        border-bottom: none;
    }

    #category_area #categorytree>li>a {
        padding: 0 25px;
        min-height: 60px;
        display: flex;
        align-items: center;
    }

    #category_area #categorytree>li>ul {
        display: none;
        width: 100%;
        border-top: 1px solid #DADADA;
    }

    #category_area #categorytree>li .toggle {
        box-sizing: border-box;
        width: 60px;
        min-height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        top: 0;
        left: 0;
        border-left: 1px solid #DADADA;
    }

    #categorytree .toggle::before {
        width: 16px;
        height: 2px;
        position: absolute;
        top: 29px;
        left: 22px;
        background: #333;
        content: '';
    }

    #categorytree .toggle::after {
        width: 2px;
        height: 16px;
        top: 22px;
        left: 29px;
        position: absolute;
        background: #333;
        content: '';
        animation: r2 0.3s linear 1;
    }


    #categorytree>li.active .toggle::after {
        transform: rotate(90deg);
        animation: r1 0.3s linear 1;
        opacity: 0;
        transition: opacity 0.3s ease-out;
    }

    #category_area #categorytree>li>ul li a {
        display: flex;
        width: 100%;
        min-height: 40px;
        justify-content: space-between;
        align-items: center;
        padding: 0 25px;
        box-sizing: border-box;
    }

    #category_area #categorytree>li>ul li a::after {
        content: '';
        width: 5px;
        height: 5px;
        transform: rotate(-45deg);
        border-right: 2px solid #333;
        border-bottom: 2px solid #333;
    }

    #side .search-area form {
        margin-bottom: 30px;
        display: flex;
    }

    #side .search-area form input {
        box-sizing: border-box;
        padding: 0 10px;
        width: 100%;
        height: 46px;
        background: #F0F0F0;
        border: none;
        vertical-align: top;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    #side .search-area form button {
        box-sizing: border-box;
        width: 46px;
        height: 46px;
        border: none;
        background: #333;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

    /* 検索 */
    .search-area {
        padding: 0 15px;
    }

    /* バナーエリア */
    .bnr-area {
        width: calc(100% - 30px);
        margin: 0 auto 20px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .bnr-area>a {
        width: 49%;
    }





/*サブエリアに動かす */

.subarea_detail_move {
    width: 95%;
    margin: 0 auto 2em;
}



/*商品ページのスペック表 */

table.item_spectable {
				border-collapse: collapse;
				border-spacing: 0;
				width: 100%;
				font-size: 13px;
				margin: 15px 0 20px;
			}
			table.item_spectable td, table.item_spectable th {
				border: 1px solid #eee;
				vertical-align: middle;				
				
			}
			
			table.item_spectable tr:first-child th {
				border-top: 0;	
				width: 20%;
				vertical-align: middle;
			}
			
			table.item_spectable tr:first-child td {
				border-top: 0;				
			}
			
			table.item_spectable tr:last-child td {
				border-bottom: 0;				
			}
			
			table.item_spectable tr:last-child th {
				border-bottom: 0;				
			}
			
			table.item_spectable tr td:first-child,
			table.item_spectable tr th:first-child {
				border-left: 0;
			}
			
			table.item_spectable tr td:last-child,
			table.item_spectable tr th:last-child {
				border-right: 0;
			}
			
			table.item_spectable th,table.item_spectable td{
				text-align: left;
				padding: 5px 10px;
			}


    /* ガイド */
    #guide_area {
        margin-bottom: 30px;
        padding: 20px;
        background: #F9FCF4;
    }

    #guide_area .ttl {
        margin-bottom: 15px;
        font-size: 15px;
        font-weight: bold;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #guide_area .ttl::after {
        content: '';
    }

    #guide_area .ttl.ttl-souryou::after {
        width: 35px;
        height: 22px;
        background: url(../img/common/side-icon-delivary.png) no-repeat;
        background-size: contain;
    }

    #guide_area .ttl.ttl-return::after {
        width: 35px;
        height: 25px;
        background: url(../img/common/side-icon-return.png) no-repeat;
        background-size: contain;
    }

    #guide_area p {
        margin-bottom: 25px;
    }

    /* カレンダー */

    #calender_area {
        padding: 0 45px;
        margin-bottom: 25px;
    }

    /* リンクリスト */
    .link-list {
        width: calc(100% - 30px);
        margin: 0 auto;
        padding: 20px 0;
        border-top: 1px solid #DADADA;
        border-bottom: 1px solid #DADADA;
    }

    .link-list a {
        margin-bottom: 20px;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .link-list a::after {
        content: '';
        width: 5px;
        height: 5px;
        border-right: 1px solid #333;
        border-bottom: 1px solid #333;
        transform: rotate(-45deg);
        line-height: 1.0;
    }

    .link-list a:last-of-type {
        margin-bottom: 0;
    }

    /* お問い合わせ */

    .contact-area .ttl {
        margin-bottom: 10px;
        padding: 25px 40px 25px 20px;
        font-size: 16px;
        font-weight: bold;
        background: #EBFAD2;
        display: flex;
        flex-direction: column;
        position: relative;
        top: 0;
        left: 0;
        ;
    }

    .contact-area .ttl::after {
        content: '';
        width: 8px;
        height: 8px;
        border-right: 2px solid #000;
        border-bottom: 2px solid #000;
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 20px;
    }

    .contact-area .ttl.open::after {
        transform: rotate(-135deg);
    }

    .contact-area .ttl span {
        font-size: 13px;
        font-weight: normal;
        margin-top: 15px;
    }

    .contact-area .inner {
        margin-bottom: 35px;
        display: none;
    }

    .contact-area .inner>div {
        margin-bottom: 20px;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .contact-area .inner:nth-of-type(1)>div:first {
        border-left: none;
    }

    .contact-area .inner h3 {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .contact-area .inner h3 span {
        font-weight: normal;
    }

    .contact-area .inner a {
        padding: 10px;
        margin-bottom: 43px;
        font-size: 18px;
        font-weight: bold;
        border: 1px solid #333;
        border-radius: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contact-area .inner a::before {
        margin-right: 5px;
        width: 26px;
        height: 17px;
        content: '';
        background: url(../img/common/footer-icon-daial.png) no-repeat;
        background-size: contain;
    }


    /* .contact-area .inner .ip-tel a::before {
        margin-right: 5px;
        width: 26px;
        height: 17px;
        content: '';
        background: url(../img/common/footer-icon-daial.png) no-repeat;
        background-size: contain;
    } */



    /* インフォ */

    .footer-info {
        background: #4F4F4F;
        color: #FFF;
    }

    .footer-info a {
        color: #FFF;
    }

    .footer-info .inner {
        margin: 0 auto;
        padding: 40px 25px;
    }

    .footer-info .inner>div:nth-of-type(1) {
        margin-bottom: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        font-size: 16px;
    }

    .footer-info .inner>div:nth-of-type(1) a {
        width: 49%;
        margin-bottom: 20px;
    }

    .copy {
        text-align: center;
    }

    #search_area {
        display: none;
        position: absolute;
        top: 50px;
        left: 0;
        background: #FFF;
        width: 100%;
        z-index: 99;
    }

    #search_area form {
        box-sizing: border-box;
        width: 100%;
        padding: 15px;
        display: flex;
        justify-content: space-between;
    }

    #search_area form input {
        box-sizing: border-box;
        width: 100%;
        border: 1px solid #DADADA;
        padding: 0 15px;
    }

    #search_area form button {
        box-sizing: border-box;
        background: none;
        border: 1px solid #DADADA;
        padding: 10px;
    }

    #search_area form button img {
        width: 30px;
    }
    
    
    .marking {
box-sizing:border-box;
padding: 15px 0;
        display: flex;
justify-content: space-between;
align-items: center;
width: 55%;
margin-left: auto;
    }
    
    .marking>* {
        margin-left: 5px;
/*        width: 20%;*/
    }
    
    .marking img {
        max-width: 100%;
    }

}


@keyframes r1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(90deg);
    }
}

@keyframes r2 {
    0% {
        transform: rotate(90deg);
    }

    100% {
        transform: rotate(0deg);
    }
}


/* ニュースリスト */

.newslist dt:nth-of-type(n+3),
.newslist dd:nth-of-type(n+3) {
    display: none;
}


/* 動画 */

.youtube {
  position: relative;
  width: 100%;
  padding-top: 67.15%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}