@charset "UTF-8";
/*--------------------------------------------------------
Top-banner
-------------------------------------------------------*/
@media
only screen and (max-width : 753px){
#header #header-in {
	background-image: url(https://img.altema.jp/common/header/doumori-mb.jpg);
}
#mobileTop{
	background:url(https://img.altema.jp/common/header/doumori-bg.jpg) no-repeat top left;
}
}

/*Mb　ここまで*/

/*PC　ここから*/

#header-in_wrap{
    background-image: url(https://img.altema.jp/common/header/doumori-pc.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

.header-inWrap{
    background-image: url(https://img.altema.jp/common/header/doumori-kasou.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size:100% auto;
    background-size:cover;
}


div.footerBtn .topBtn {
  left: -1px;
  bottom: 135px;
  width: 47px;
  border-radius: 0px 4px 4px 0px;
}


/*PC　ここまで*/

/*-------------------------------------------------------
固有CSS
-------------------------------------------------------*/
.header-logo a {
    letter-spacing: -1px;
}
#menu-item-4 a {
	font-size: 13px;
	letter-spacing: -1px;
}
#menu-item-15 a {
    font-size: 13px;
letter-spacing: -1px;
}


/*-------------------------------------------------------
会員まわりてすと
-------------------------------------------------------*/
span.favorite-button {
    font-size: 20px;
    float: right;
    cursor: pointer;
}

span.favorite-button:after {
    content: '☆';
}

span.favorite-button.selected:after {
    content: '★';
}

.member-popup {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow: auto;
    background-color: rgba(17, 17, 17, 0.7);
}
.member-popup-inner {
    background-color: #fff;
    margin: 30px auto auto;
    max-width: 400px;
    text-align: center;
    top: auto;
    border:1px solid #999;
    position: relative;
    width: 80%;
    height:45%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    }
.member-popup-close {
    text-align:center;
    font-size: 30px;
    padding:0px 0;
    border:1px solid #ccc;
    width: 30px;
    height:30px;
    line-height:0.85em;
    position: absolute;
    right: 3px;
    top: 3px;
    border-radius:5px;
    background-color:#0c749b;
    color:#FFF;
    cursor: pointer;
}
.member-popup-close:hover{
    text-align:center;
    font-size: 30px;
    padding:0px 0;
    border:1px solid #ccc;
    width: 30px;
    height:30px;
    line-height:0.85em;
    position: absolute;
    right: 3px;
    top: 3px;
    border-radius:5px;
    background-color:#8fb4c1;
    color:#FFF;
    cursor: pointer;
}
.member-popup-title {
    margin: 0;
    padding: 20px 0;
    font-weight: bold;
    font-size: large;
}
.member-popup-contents{
    padding-bottom:20px;
}

.member-popup-contents > p{
    margin-bottom:30px;
}

.member-regist-button a,
.member-login-button a,
.member-merit-button a{
    margin: 15px auto 0;
    display: inline-block;
    text-decoration: none;
    color: #086A9B;
    border: 1px #0C749B solid;
    background-color: #E6FAFF;
    border-radius: 3px;
    width:80%;
    display:block;
    padding: 10px;
}

.member-regist-button a:hover,
.member-login-button a:hover,
.member-merit-button a:hover{
    background-color: #0C749B;
    color: #FFF;
    border: 1px #E6FAFF solid;
}

.drawer-menu-top-link img {
    width: 45px;
    height: 45px;
}

/*
#list-favorite  {
    width: 100%;
    overflow: hidden;
}
*/

#list-favorite li  {
    position: relative;
    height: 36px;
   /* width: 120%;*/
}

.drawer-menu-list  li img {
    width: 60px;
    height: 30px;
}

.favorite-del-btn {
    height: 36px;
    position: absolute;
    /*top: 0;*/
    right: 0;

    /*width: 18%;*/
    margin-left: 0;
    margin-right: 0;
    float: right;
}
.favorite-del-btn a, .favorite-del-btn a:active, .favorite-del-btn a:visited, .favorite-del-btn a:focus, .favorite-del-btn a:hover {
    color: white;
    background-color: red !important;
    text-shadow: none;
}
#favorite-message {
    width: 50%;
    height:auto;
    position: absolute;
    left: 50%;
    top: 32%;
    transform: translate(-50%, -50%);
    padding: 10px;
    z-index: 2;
    background-color: #333;
    border: solid 3px #eaeaea;
    font-size:14px;
    color:#FFF;
box-shadow: 0 0 5px #1a4268;
}

/*-------------------------------------------------------
会員まわりてすと
-------------------------------------------------------*/

.no-p{
  display: none;
}

/*-------------------------------------------------------
登録ボタン(PC)
-------------------------------------------------------*/
#main-contents .post{
    position:relative;
}
#main-contents .post .okini-box{
    position: absolute;
    top: 0px;
    right: 50px;
    width:100%;
}
#main-contents .post h1{
    position:relative;
    width:88%;
    font-size:18px;
    padding: 0 0 15px 5px;
}
span.favorite-button{
    border:3px solid #2aa7dc;
    padding:0px 4px 0px 4px;
    border-radius:50%;
    background-color:#ffffff;
    position:absolute;
    top:0px;
    right:-42px;
    font-size:14px;
}
span.favorite-button.selected{
    border:3px solid #2aa7dc;
    padding:0px 4px 0px 4px;
    border-radius:50%;
    background-color:#2aa7dc;
    position:absolute;
    top:0px;
    right:-42px;
    font-size:14px;
}
span.favorite-button.selected:after {
    content: '★';
    color:#FFF;
    font-weight:bold;
}
span.favorite-button:after {
    content: '☆';
    color:#2aa7dc;
    font-weight:bold;
}
span.okini-txt{
    font-size:10px;
    position:absolute;
    top:30px;
    width:auto;
    right:-52px;
    color:#2aa7dc;
}

@media only screen and (orientation:landscape) and (max-width : 813px),(orientation:portrait) and (max-width : 753px){

/*-------------------------------------------------------
サブメニューデザイン
-------------------------------------------------------*/
#favorite-message {
    width: 80%;
    height:auto;
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
    padding: 10px;
    z-index: 2;
    background-color: #333;
    border: solid 3px #eaeaea;
    font-size:14px;
    color:#FFF;
box-shadow: 0 0 5px #1a4268;
}

/*-------------------------------------------------------
登録ボタン
-------------------------------------------------------*/
#main-contents .post .okini-box{
    position: absolute;
    top:0px;
    right:46px;
    width:100%;
}

#main-contents .post h1{
    position:relative;
    width:85%;
    font-size:18px;
    padding:0 0 15px 5px;
}
span.favorite-button{
    border:2px solid #2aa7dc;
    padding:1px 4px 1px 4px;
    border-radius:50%;
    background-color:#ffffff;
    position:absolute;
    top:5px;
    right:-31px;
    font-size:12px;
}
span.favorite-button.selected{
    border:2px solid #2aa7dc;
    padding:1px 4px 1px 4px;
    border-radius:50%;
    background-color:#2aa7dc;
    position:absolute;
    top:5px;
    right:-31px;
    font-size:12px;
}
span.favorite-button.selected:after {
    content: '★';
    color:#FFF;
    font-weight:bold;
}
span.favorite-button:after {
    content: '☆';
    color:#2aa7dc;
    font-weight:bold;
}
span.okini-txt{
    font-size:10px;
    position:absolute;
    top:31px;
    width:auto;
    right:-45px;
    color:#2aa7dc;
}


/*-------------------------------------------------------
サブメニュー(メイン)
-------------------------------------------------------*/

.drawer-menu-box2 .drawer-menu-top-link{
    vertical-align:middle;
    padding:10px 10px 5px 10px;
    background:url(https://img.altema.jp/common/header/sevenknights-bg.jpg) no-repeat top left;
    background-position: top right;
    background-size:100%;
    background-repeat:no-repeat;
}
.drawer-menu-box2 .drawer-menu-top-link img{
    vertical-align:middle;
}
.drawer-menu-box2 .drawer-menu-top-link a{
    color:#FFF;
}
.drawer-menu-box2 .drawer-menu-top-link a span{
 margin-left:5px;  
}

.drawer-menu-box2 #siteTopSearch.search-form_inputXX {
    margin:0;
    border:0;
}

/*-------------------------------------------------------
サブメニュー(お気に入り部分)
-------------------------------------------------------*/

.drawer-menu-box2{
  width: :100%;
    border:none;
}
.drawer-menu-box2 li#disp-favorite{
    background-color: #f9f9f9;
    font-size: 14px;
    font-weight: bold;
    padding:10px;
    color: #444;
    padding-left: 10px;
    border:none;
    position:relative;
    border-bottom: 1px solid #dde4e6;
    background-image:url(https://img.altema.jp/doumori/uploads/2018/12/2018y12m19d_2053252958.png);
    background-repeat:no-repeat;
    background-size:5%;
    background-position:12px;
    padding-left:35px;
}

.drawer-menu-box2 li#disp-favorite:after {
    content: '';
    position: absolute;
    top: 45%;
    right: 10px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #34a3d1; /* 線の太さ */
    border-right: 2px solid #34a3d1; /* 線の太さ */
    transform: rotate(135deg); /* 右向き矢印 */
}

.drawer-menu-box2 ul.drawer-menu-level2 li div.favorite-del-btn{
    height: 100%;
    position: absolute;
    top: -1px;
    right: -44px;
    width: 42px;
    margin:0;
    padding:0;
    text-align:center;
    padding:0px;
    float: none;
    border:1px solid #FFF;
}
.drawer-menu-box2 ul.drawer-menu-level2 li:last-child div.favorite-del-btn a{
    background-color:#888!important;
    margin:0;
    padding:0;
    top: 0px;
    right: 0px;
    height: 100%;
    width:100%;
    z-index: 2;
    position: absolute;
    line-height:4.5em;
    font-size:14px;
}
.drawer-menu-box2 ul.drawer-menu-level2 li div.favorite-del-btn a{
    background-color:#888!important;
    margin:0;
    padding:0;
    top: 0px;
    right: 0px;
    height: 100%;
    width:100%;
    z-index: 2;
    position: absolute;
    line-height:4.5em;
    font-size:14px;
}
#list-favorite li img{
    width: 40px;
    height: 40px;
    object-fit: cover;
    display:inline-block;
    margin-right:10px;
    vertical-align:middle;
}
.drawer-menu-box2 li div.favorite-menu-icon{

}
body .drawer-menu-box2 ul#list-favorite{
    width: 100%;
    overflow:inherit;
    margin:0;
}
body .drawer-menu-box2 ul#list-favorite li{
    position: relative;
    height: auto;
    width: auto;
    background-color:#fffad4;
    margin: 0px 0;
    padding:0;
    border:none;
    width: auto;
    position:relative;
    font-size:14px;
    border-bottom:1px solid #c9d5e0;
    position: relative;
}

body .drawer-menu-box2 ul#list-favorite li.favorite-more{
    margin: 0;
    padding:15px;
    text-align:center;
    font-size:12px;
    background-color:#fffad4;
    font-size:14px;
}

body .drawer-menu-box2 ul#list-favorite li div + a{
font-size: 14px;
    background-color: #fffad4;
    height: 100%;
    margin: 0 0 0 0;
    padding: 10px 25px 10px 10px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    width: 88%;
    position: relative;
}
body .drawer-menu-box2 ul#list-favorite li div + a:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #ffd29f; /* 線の太さ */
    border-right: 1px solid #ffd29f; /* 線の太さ */
    transform: rotate(45deg); /* 右向き矢印 */
}
/*-------------------------------------------------------
サブメニュー(サブ)
-------------------------------------------------------*/
/*
.drawer-menu-box2 li.drawer-menu-list-sub{
    margin:0;
    padding: 10px;
    background-color: #f9f9f9;
    font-size:14px;
    font-weight:bold;
}
.drawer-menu-box2 ul.drawer-menu-level2 li{
    width:auto;
}
.drawer-menu-box2 ul.drawer-menu-level2 li a {
    display:inline-block;
    width: 78%;
    margin:0 5px 0 5px;
    background-color:#fff;
    font-size:12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0;
    height: auto;
    vertical-align: middle;
}

.drawer-menu-level2 li img{
    width: 40px;
    height: 40px;
    object-fit: cover;
    display:inline-block;
    margin-right:10px;
    vertical-align:middle;
}
.drawer-menu-box2 .drawer-menu-list .drawer-menu-level2{
    background-color:#FFF;
    margin: 0 0 0 10px;
    padding:0;
}
.drawer-menu-list{
    background-color:#002D57;
}

ul.drawer-menu-list li:last-child{
    background-color:#eaf9ff;
    padding: 0;
    margin: 0;
    padding:0 10px;
}
ul.drawer-menu-list li:last-child a{
    background-color:#eaf9ff;
    width: 100%;
    height: 100%;
    padding:10px 0;
    font-size:14px;
    margin: 0;
}
ul.drawer-menu-list ul.drawer-menu-level2 li:last-child{
    background-color:#ffffff;
    padding: 0;
    margin: 0;
    padding:0 10px;
}
ul.drawer-menu-list ul.drawer-menu-level2 li:last-child a{
    background-color:#ffffff;
    width: 100%;
    height: 100%;
    padding:10px 0;
    font-size:12px;
}

ul.drawer-menu-list ul.drawer-menu-level2 li:last-child[class*="more"] {
    margin: 0;
    padding:15px;
    text-align:center;
    font-size:12px;
    background-color:#fffad4;
    font-size:14px;
}
ul.drawer-menu-list ul.drawer-menu-level2 li.54-more{
    margin: 0;
    padding:15px;
    text-align:center;
    font-size:12px;
    background-color:#fffad4;
    font-size:14px;
}
*/
/*-------------------------------------------------------
サブメニュー(他)
-------------------------------------------------------*/
/*
.drawer-menu-box2 .drawer-menu-title {
    font-size: 12px;
    padding: 5px 0 5px 30px;
    height:auto;
    font-weight: bold;
    background: #f5f5f5;
    border-left: 0px solid #002D57;
    position:relative;
}
.drawer-menu-box2 .drawer-menu-title:after{
    content: '';
    position: absolute;
    left: 10px;
    top: 0;
    height: 20px;
    width: 0px;
    border-left: 5px solid #d8d8d8;
    border-right: 5px solid #d8d8d8;
    border-bottom: 6px solid transparent;
}
.drawer-menu-box:after {
    content: "×";
    font-size: 250%;
    position: absolute;
    right: 1px;
    bottom: 5%;
    display: block;
    width: 44px;
    height: 40px;
    border-radius: 0 4px 4px 0;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#eaeaea 100%); 
    background: linear-gradient(to bottom, #ffffff 0%,#eaeaea 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
    text-align: center;
    padding-top: 3px;
    line-height:1.0em;
}
.drawer-menu-close-button {
  z-index: 1;
}
}
*/


/*-------------------------------------------------------
PCお気に入り
-------------------------------------------------------*/
.favorite-popup {
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    overflow: auto;
    background-color: rgba(17, 17, 17, 0.7);
}
.favorite-popup-inner {
    background-color: #fff;
    margin: 30px auto auto;
    max-width: 400px;
    text-align: center;
    top: auto;
    border:1px solid #999;
    position: relative;
    width: 80%;
    height:45%;
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
}
.favorite-popup-close {
    text-align:center;
    font-size: 30px;
    padding:0px 0;
    border:1px solid #ccc;
    width: 30px;
    height:30px;
    line-height:0.85em;
    position: absolute;
    right: 10px;
    top: 15px;
    border-radius:5px;
    background-color:#0c749b;
    color:#FFF;
    cursor: pointer;
}
.favorite-popup-close:hover{
    text-align:center;
    font-size: 30px;
    padding:0px 0;
    border:1px solid #ccc;
    width: 30px;
    height:30px;
    line-height:0.85em;
    position: absolute;
    right: 10px;
    top: 15px;
    border-radius:5px;
    background-color:#8fb4c1;
    color:#FFF;
    cursor: pointer;
}

.favorite-popup-title {
    vertical-align:middle;
    padding:10px 10px 10px 10px;
    background:url(https://img.altema.jp/common/header/sevenknights-bg.jpg) no-repeat top left;
    background-position: top right;
    background-size:100%;
    background-repeat:no-repeat;
    text-align:left;
    margin-bottom:2px;
}
.favorite-popup-title img{
    width: 40px;
    height: 40px;
    vertical-align:middle;
}
.favorite-popup-title span{
    vertical-align:middle;
    color:#FFF;
}
.favorite-popup #list-favorite li  {
    text-align:left;
    position: relative;
    height: 50px;
    font-size: 14px;
    background-color: #fffad4;
    height: 100%;
    margin: 0 0 0 0;
    padding: 10px 25px 10px 10px;
    width: 80%;
}

.favorite-popup  li img {
    width: 60px;
    height: 30px;
}

span.favorite-article-date {
    display:block;
    font-size: 10px;
    position:absolute;
    width:100%;
    top:39px;
    right:-60px;
    color:#888;
}

/*-------------------------------------------------------
PCサブメニュー(メイン)
-------------------------------------------------------*/

.drawer-menu-box2 .drawer-menu-top-link{
    vertical-align:middle;
    padding:10px 10px 5px 10px;
    background:url(https://img.altema.jp/common/header/sevenknights-bg.jpg) no-repeat top left;
    background-position: top right;
    background-size:100%;
    background-repeat:no-repeat;
}
.drawer-menu-box2 .drawer-menu-top-link img{
    vertical-align:middle;
}
.drawer-menu-box2 .drawer-menu-top-link a{
    color:#FFF;
}
.drawer-menu-box2 .drawer-menu-top-link a span{
 margin-left:5px;  
}

.drawer-menu-box2 #siteTopSearch.search-form_inputXX {
    margin:0;
    border:0;
}

/*-------------------------------------------------------
PCサブメニュー(お気に入り部分)
-------------------------------------------------------*/

.drawer-menu-box2{
  width: :100%;
    border:none;
}
.drawer-menu-box2 li#disp-favorite{
    background-color: #f9f9f9;
    font-size: 14px;
    font-weight: bold;
    padding:10px;
    color: #444;
    padding-left: 10px;
    border:none;
    position:relative;
    border-bottom: 1px solid #dde4e6;
    background-image:url(https://img.altema.jp/doumori/uploads/2018/12/2018y12m19d_2053252958.png);
    background-repeat:no-repeat;
    background-size:5%;
    background-position:12px;
    padding-left:35px;
}

.drawer-menu-box2 li#disp-favorite:after {
    content: '';
    position: absolute;
    top: 45%;
    right: 10px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #34a3d1; /* 線の太さ */
    border-right: 2px solid #34a3d1; /* 線の太さ */
    transform: rotate(135deg); /* 右向き矢印 */
}

.favorite-popup #list-favorite li div.favorite-del-btn{
    height: 98%;
    position: absolute;
    top: 0px;
    right: 1px;
    width: 35px;
    margin:0;
    padding:0;
    text-align:center;
    padding:0px;
    float: none;
    border: 0px solid #FFF;
}
.favorite-popup #list-favorite li:last-child div.favorite-del-btn a{
    margin:0;
    padding:0;
    top: 0px;
    right: 0px;
    height: 100%;
    width:100%;
    z-index: 2;
    position: absolute;
    line-height: 3.0em;
    font-size: 20px;
}
.favorite-popup #list-favorite li div.favorite-del-btn a{
    background-color:#888!important;
    margin:0;
    padding:0;
    top: 0px;
    right: 0px;
    height: 100%;
    width:100%;
    z-index: 2;
    position: absolute;
    line-height: 3.0em;
    font-size: 20px;
}
.favorite-popup #list-favorite li div.favorite-del-btn a:hover{
      opacity: 0.6;
}
#list-favorite li img{
    width: 40px;
    height: 40px;
    object-fit: cover;
    display:inline-block;
    margin-right:10px;
    vertical-align:middle;
}
.favorite-popup ul#list-favorite{
    width: 100%;
    overflow:inherit;
    margin:0;
}
.favorite-popup ul#list-favorite li{
    position: relative;
    height: auto;
    width: auto;
    background-color:#fffad4;
    margin: 0px 0;
    padding:0;
    border:none;
    width: auto;
    position:relative;
    font-size:14px;
    border-bottom:1px solid #c9d5e0;
    position: relative;
}

.favorite-popup ul#list-favorite li.favorite-more{
    margin: 0;
    padding:15px;
    text-align:center;
    font-size:14px;
    background-color:#f5f5f5;
    font-size:14px;
}
.favorite-popup ul#list-favorite li.favorite-more:hover{
    margin: 0;
    padding:15px;
    text-align:center;
    font-size:14px;
    background: #34a3d1;
    font-size:14px;
    color:#fff;
    cursor:pointer;
}

.favorite-popup ul#list-favorite li div + a{font-size: 14px;background-color: #fffad4;height: 100%;margin: 0 0 0 0;padding: 10px 25px 10px 10px;display: inline-block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;vertical-align: middle;width: 80%;position: relative;}
.favorite-popup ul#list-favorite li div + a:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 1px solid #ffd29f; /* 線の太さ */
    border-right: 1px solid #ffd29f; /* 線の太さ */
    transform: rotate(45deg); /* 右向き矢印 */
}


