@charset "utf-8";
/* CSS Document */

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* コーナータイトル非表示 */
#cookie_agree{width:100%;}
#corner_name .title,
#corner_main_text .title {
    display: none;
}

#corner_contents {
    width: 100%;
    background: url("../images/bg.png") left top repeat;
}
.contents_wrap {
    position: relative;
    width: 100%;
}

/**------------------------------------------- 商品 --*/
.item_list { margin-top: 20px; }
.item_list ul {
    margin: 0 0 30px;
    padding-top: 0px;
    background: rgba(255, 255, 255, 0.5);
}
.item_list li {
    margin: 0;
    padding: 15px;
}
.item_list li a {
    color: #666;
}
.item_list .item_list_thumb {
    background: #fff;
}

/**-------------------------------------------- nav --*/
#corner_nav ul {
    background: #fff;
    border-top: 3px double #fa0;
    border-bottom: 3px double #fa0;
}
#corner_nav ul li {
    border-bottom: 1px dashed #fa0;
}
#corner_nav ul li:last-child {
    border-bottom: none;
}
#corner_nav ul li a {
    position: relative;
    margin: 0;
    padding: 15px 0;
    text-align: center;
    font-size: 1.5em;
    background: #fff;
    color: #fa0;
}

.other_page p {
    width: 100%;
    margin: 0 auto 10px;
    font-weight: bold;
    background: #fc0
}
.other_page {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}
.other_page a {
    /*width: calc(50% - 8px);*/
    margin: 4px;
    text-decoration: underline;
}
.other_page img {
    max-width: 200px;
}

/**----------------------------------------- 見出し --*/
h2 {
    position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50px;
	margin: 30px 0 20px -2%;
    padding: 1em;
	color: #fff;
	font-size: 1.8em;
	line-height: 1;
    background: #ffaa00;
}

h2::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    border-width: 27px 15px 27px 0;
}

h3.corner_h3 {
    width: 25%;
    min-width: 200px;
	margin: 0 auto 15px;
	padding: 5px;
    text-align: center;
    font-size: 1.4em;
	color: #fa0;
    text-shadow: 0 0 2px #fff;
    background: transparent;
    border-bottom: 3px double #fa0;
}

/**------------------------------------- 情報エリア --*/ 
div.text a {
    border-bottom: none;
    text-decoration: underline;
}
.info_box {
	width: 100%;
	margin: 30px 0 0;
	padding: 20px 10px;
    background: #fffddd;
    /*border: 1px solid #fa0;*/
    border-radius: 12px;
}
.info_box:last-child { margin-bottom: 30px; }
.info_box dl {
    margin-bottom: 20px;
    padding: 5px;
    font-weight: bold;
}
.info_box dt {
    text-align: center;
    color: #333;
    border: 1px solid #fa0;
    background: #fc0;
}
.info_box dd {
    margin: 0 4px;
    padding-bottom: 8px;
}
.info_tit {
	margin: 0;
	padding: 5px 10px;
	font-size: 1.4em;
	font-weight: bold;
	color: #333;
	line-height: 1.2;
    border-left: 8px solid #ed6c00;
    border-bottom: 1px solid #ed6c00;
}

.info_img {
    position: relative;
    max-height: 250px;
    max-width: 250px;
	margin: 20px auto 5px;
    text-align: center;
}
.info_img img {
    max-height: 250px;
    padding: 2px;
    border: 1px solid #ccc;
}

.info_txt li { margin-bottom: 2px; }
.target_item { margin-bottom: 20px; }
.target_item li a {
    text-decoration: none;
    border-bottom: 1px dashed #ed6c00;
}
.target_item li a:before {
    padding-right: 3px;
    padding-left: 3px;
    font-family: "Font Awesome 5 Free";
	content: "\f35a";
    color: #ed6c00;
    font-weight: bold;
}
.attention_list li,
.attention_txt {
    display: block;
    margin-top: 3px;
    font-size: 0.87em;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.5em;
}
.attention_list li a,
.attention_txt a { color: #f00; text-decoration: underline; }

/**-------------------------------------- copyright --*/
.copyright { margin: 0; padding: 30px 0 20px; }
.copyright a {
    border-bottom: none;
    text-decoration: underline;
}
.copyright .attention {
    margin: 20px 20px 0;
    font-size: 0.87em;
    line-height: 1.5em;
    text-align: left;
}

/**-------------------------------------------------- PC -*/
@media screen and (min-width: 711px) {
    body { box-sizing: border-box; }
    #corner_contents .main_contents {
        width: 1080px;
        margin: 0 auto;
        /*border: 1px solid #ccc;*/
        box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
        background: #fff;
    }
    #corner_main_text, /* 1080px */
    .corner_products,
    section div.text {
        width: 100%;
        margin: 0 auto;
    }
    /* clearfix */
    section div.text::after,
    dl::after,
    .info_box::after,
    .info_box dd::after {
        display: block;
        clear: both;
        content: "";
    }
    
    /**------------------------------------------- 商品 --*/
    .item_list ul {
        background: transparent;
    }
    .item_list li {
        margin: 0 15px 40px;
        padding: 0;
    }
    .item_list li a {
        background: #f6f6f6;
        border: none;
        box-shadow: 3px 3px rgba(200, 200, 200, 0.5);
    }
    /**--------------------------------------- ヘッダー --*/
    #corner_main_banner { display: none; }
    .header_img { text-align: center; }
    
    /**-------------------------------------------- nav --*/
    /* 1080px */
    /* #corner_nav { margin-top: 30px; } */
    
    /* 100% */
    #corner_nav {
        /*background: #333;*/
    }
    #corner_nav ul {
        display: flex;
        width: 100%;
        margin: 0 auto;
    }
    #corner_nav ul li {
        width: calc( 100% / 3 );
        border-right: 1px dashed #fa0;
        border-bottom: none;
    }
    #corner_nav ul li:last-child { border-right: none; }
    #corner_nav li a {
        transition: .3s;
    }
    #corner_nav li a:hover {
        opacity: 1;
        color: #fff;
        text-decoration: none;
        background: #fa0;
    }
    
    .other_page a:hover {
        text-decoration: none;
    }
    
    h2::before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
    }
    h2::before{
        bottom: -10px;
        left: 0;
        border-color: transparent #cc6600 transparent transparent;
        border-width: 0 21px 10px 0;
    }
    
    /**------------------------------------- 情報エリア --*/
    .info_box {
        width: auto;
        margin: 10px 10px 20px;
    }
    .info_box dl {
        display: flex;
        flex-wrap: wrap;
        border: none;
    }
    .info_box dt {
        width: 25%;
        margin: 3px 0;
    }
    .info_box dd {
        margin: 3px 4px;
        padding-bottom: 0;
        width: calc(75% - 8px);
    }
    .info_img {
        float: right;
        margin: 0 20px 10px 1em;
    }
    .info_img + .info_txt {
        float: left;
        width: calc(100% - 350px);
    }
    .info_tit { padding-left: 8px; }
    .info_txt {
        margin-right: 1em;
        margin-left: 1em;
    }
    .target_item li a:hover {
        border-bottom: 1px solid #f60;
    }
    
    /**-------------------------------------- copyright --*/
    .copyright a:hover {
        text-decoration: none;
    }
    .copyright .attention { text-align: center; }
}