@charset "utf-8";
.pc {
    display: block;    
}
.sp {
    display: none;
}
html,body {
    color: #3f3a39;
    font-size: 100%;
    font-family:'Poppins', 'Kosugi','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, "游ゴシック", YuGothic, 'MS PGothic', arial,  sans-serif;
    font-weight: normal;
    line-height: 150%;
    margin: 0;
    padding: 0;
    letter-spacing: 0.07em;
    height:100%;
    border-top: 3px solid #f32800 !important;
}

.maxWrapper {
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width: 1330px;
}

/* TOP */
.maxFooterrWrapper {
    text-align: center;
    margin: 0 auto;
        border-top: 3px solid #f32800;
}
#nav-drawer {
    position: relative;
}

.headerBox {
    display: block;
    overflow: hidden;
    margin-top:20px;
    margin-bottom: 40px;
}

br.clear  {
    display: block;
    clear: both;
    overflow: hidden;
}


  /*チェックボックス等は非表示に*/
  .nav-unshown {
    display:none;
  }
  
  /*アイコンのスペース*/
  #nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
    position: absolute;
    right: 30px;
    top: 40px;
      cursor: pointer;
  }
  
  /*ハンバーガーアイコンをCSSだけで表現*/
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 5px;/*線の太さ*/
    width: 45px;/*長さ*/
    border-radius: 3px;
    background: #c8332e;
    display: block;
    content: '';
    cursor: pointer;
  }
  #nav-open span:before {
    bottom: -15px;
  }
  #nav-open span:after {
    bottom: 14px;
  }
  
  /*閉じる用の薄黒カバー*/
  #nav-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;/*全体に広がるように*/
    right: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
  }
  
  /*中身*/
  #nav-content {
    overflow: auto;
    position: fixed;
	  font-size:14px;
    top: 0;
    right: 0;
    z-index: 9999;/*最前面に*/
    width: 40%;/*右側に隙間を作る（閉じるカバーを表示）*/
    height: 100%;
    background: #fff;/*背景色*/
    transition: .3s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateX(105%);
    transform: translateX(105%);/*左に隠しておく*/
    text-align: left;
  }
  
  /*チェックが入ったらもろもろ表示*/
  #nav-input:checked ~ #nav-close {
    display: block;/*カバーを表示*/
    opacity: .5;
  }
  
  #nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*中身を表示（右へスライド）*/
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
  }

  #nav-content a {
    color: #fff;
    text-decoration: none;
    text-align: left;
    font-size: 15px;
  }

  #nav-content dl {
    border-bottom:1px solid #304b8e ;
	  display:flex;
	  justify-content: space-between;
	   flex-wrap: wrap;
	   justify-content: flex-start;
  }
  
.logoCe {
    margin: 20px auto 30px auto;
    text-align: center;
}

ul.ueUlLst { 
  display: flex;
  justify-content: space-between;
  width: 100%;
}

ul.ueUlLst a { 
    text-decoration: none;
}

ul.ueUlLst a:hover { 
    text-decoration: none;
    opacity: 0.5;
    color: #3f3a39;
}

li.ueUlLstToday::before{
    content: url('img/ueUlLstToday.png');
    position: absolute;
    margin: 15px 0 0 15px;
}

li.ueUlLstRightText {
    width: 100%;
        height: 385px;
    border-top: 3px solid #f32800;
    border-bottom: 3px solid #f32800;
} 

.ueUlLstRightTextH3 {
    color: #ff6e52;
    text-align: center;
    font-size:18px;
    padding: 30px 0 0 0;
}

.ueUlLstRightTextH2 {
    text-align: center;
    color: #f32800;
    font-size: 32px;
    font-weight: bold;
    padding: 17px 0;
}

.ueUlLstRightTextpTime {
    text-align: center;
    border-bottom: 2px solid #f32800;
    padding-bottom: 30px;
}

.ueUlLstRightTextpText {
    padding: 20px ;
    font-size: 19px;
    line-height: 200%;
}

a .ueUlLstRightTextpText  ,a .ueUlLstRightTextpTime {
    color: #3f3a39;
}
ul.ueUlLst a {
    color: #3f3a39;
}

ul.ueUlLstUn {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
}

ul.ueUlLstUn li img {
    display: block;
    clear: both;
}
ul.ueUlLstUn li {
    text-align: center;
    border-bottom: 2px solid #f32800;
    padding-bottom: 20px;
  width: 32%;
}

ul.ueUlLstUn a {
    text-decoration: none;
}

ul.ueUlLstUn a:hover {
    opacity: 0.5;
}

ul.ueUlLstUn img {
    width: 425px;
    height: 200px;
    object-fit: cover;
    object-position: center center;
}

.ueUlLstUnh3 {
        display: block;
    clear: both;
    text-align: center;
    color: #f32800;
    font-size: 25px;
    font-weight: bold;
    padding: 20px 0 10px 0;
}

.ueUlLstUnhTextpTime {
    text-decoration: none;
    text-align: center;
    font-size: 14px;
}

.ueUlLstUnhTextpTime a {
    text-decoration: none;
    color: #3d3c3c;
}

.ueUlLstUnhTextpTime a:hover {
 opacity: 0.5;
}

a .ueUlLstUnhTextpTime {
    text-decoration: none;
    color: #3d3c3c;
}


ul.topLinkList {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
}

ul.topLinkList li {
    width: 47%
}

h4.topLinkListH4 {
    border-bottom: 2px solid #f32800;
    border-top: 2px solid #f32800;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
}

.topLinkListH4Left::before {
    content: url('img/topLinkListH4.gif');
    vertical-align: -13px;
    margin-right: 10px;
}
.topLinkListH4Right::before {
    content: url('img/topLinkListH4Right.gif');
    vertical-align: -13px;
    margin-right: 10px;
}

.bentouComplete {
    text-align: center;
}

.bentouComplete h3 {
    color: #f32800;
    padding: 20px;
    font-size: 30px;
}

.bentouComplete h3::before {
    content: url('img/ico_com_2.gif');
    vertical-align: -13px;
    margin-right: 15px;
}

.bentouComplete h3::after {
    content: url('img/ico_com.gif');
    vertical-align: -13px;
    margin-left: 15px;
}
/* left */

.secondWrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}
.leftWrapper {
    width: 1010px;
    margin-right: 20px;
}

.rightWrapper {
    width: 300px;
}

h2.leftH2Title {
    color: #f32800;
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 3px solid #f32800;
}

h2.leftH2Title::before {
    content: url('img/LinkListDd01.gif');
    vertical-align: -10px;
    padding-right: 12px;
}

h3.leftH3Title {
    text-align: center;
    font-size: 22px;
    margin: 25px 0 20px 0;
}

span.cookBoxNum {
    background: #f32800;
    padding: 0px 7px;
    margin: 0 2px;
    font-size: 90%;
    color: #fff;
    border-radius: 4px;
}

ul.leftCookBoxYoko {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

ul.leftCookBoxYoko li {
    width: 49%;
}

.leftCookBoxYokoGuzai li {
    clear: both;
    margin-bottom: 30px;
    display: block;
}

.leftCookBoxYokoGuzai dt , .leftCookBoxYokoGuzai dd {
    border-bottom: 1px dotted #ccc;
    width: 50%;
    padding: 10px 5px;
    flex-wrap: wrap;
}

.leftCookBoxYokoGuzai dd {
text-align: right;
}

li.leftCookBoxYokoGuzai dl {
    display: flex;
    justify-content: space-between;
}

ul.leftCookBoxYokoSetu li {
    border-bottom: 1px dotted #ccc;
    padding: 10px 0 10px 0;
    width: 100%;
    float: left;
}

li.leftCookBoxYokoSetu1::before ,li.leftCookBoxYokoSetu2:before,li.leftCookBoxYokoSetu3::before,li.leftCookBoxYokoSetu4::before,li.leftCookBoxYokoSetu5::before,li.leftCookBoxYokoSetu6::before,li.leftCookBoxYokoSetu7::before,li.leftCookBoxYokoSetu8::before,li.leftCookBoxYokoSetu9::before,li.leftCookBoxYokoSetu10::before {
    background: #f32800;
    padding: 5px 14px;
    color: #fff;
    margin-right: 12px;
    font-weight: bold;
    border-radius:7px;
    float: left;
}

ul.leftCookBoxYokoSetu li p {
    margin-left: 48px;
}

li.leftCookBoxYokoSetu1::before {content: "1";}
li.leftCookBoxYokoSetu2::before {content: "2";}
li.leftCookBoxYokoSetu3::before {content: "3";}
li.leftCookBoxYokoSetu4::before {content: "4";}
li.leftCookBoxYokoSetu5::before {content: "5";}
li.leftCookBoxYokoSetu6::before {content: "6";}
li.leftCookBoxYokoSetu7::before {content: "7";}
li.leftCookBoxYokoSetu8::before {content: "8";}
li.leftCookBoxYokoSetu9::before {content: "9";}
li.leftCookBoxYokoSetu10::before {content: "10";}


ul.ueUlLstUn2 {
  display: flex;
  justify-content: space-between;
    flex-wrap: wrap;
    width: 1010px;
}

ul.ueUlLstUn2 a {
    text-decoration: none;
}

ul.ueUlLstUn2 a:hover {
        text-decoration: none;
     opacity:0.5;
}


ul.ueUlLstUn2 li {
    text-align: center;
    border-bottom: 2px solid #f32800;
    padding-bottom: 20px;
    margin-bottom: 35px;
}

.ueUlLstUn2h3 {
        display: block;
    clear: both;
    text-align: center;
    color: #f32800;
    font-size: 25px;
    font-weight: bold;
    padding: 20px 0 10px 0;
}

.ueUlLstUn2hTextpTime {
    text-align: center;
    font-size: 14px;
    color: #3f3a39;
}

.ueUlLstUn2hTextpTime a {
    text-decoration: none;
    color: #3d3c3c;
}

.ueUlLstUn2hTextpTime a:hover {
 opacity: 0.5;
}

h2.ueUlLstUn2H2 {
    background: #ffe8e4;
    color: #f32800;
    padding: 20px 20px;
    font-size: 22px;
    text-align: center;
}
.ueUlLstUn2 img {
    width: 325px;
    height: 210px;
    object-fit: cover;
    object-position: center center;
}

/* right */
.rightNavuWrapper {

}

h3.rightNavuTitle {
     background: #ffe8e4;
    color: #f32800;
    font-size: 18px;
    padding: 15px 10px 0 10px;

}

h3.rightNavuTitle::before {
    content: url('img/LinkListDd04.gif');
    vertical-align: -10px;
    padding-right: 12px;
}

dl.rightNavuDl {
    padding: 0 15px 15px 15px;
        border: 10px solid #ffe8e4;
        margin-bottom: 30px;
}

dl.rightNavuDl dt {
    color: #f32800;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}

dl.rightNavuDl dd {
    padding: 10px 0 0 0;
}
dl.rightNavuDl dd a {
    text-decoration: none;
    color: #3f3a39;
}

dl.rightNavuDl dd a:hover {
    text-decoration: underline;
     opacity:0.5;
}

dl.rightNavuDl dd a::before {
    content: url('img/topLinkListDlDd.gif');
    vertical-align: -0px;
    padding-right: 10px;
}







.moreBtn {
    text-align: center;
    margin: 0 auto;
    margin: 50px 0 90px 0;
}

.moreBtn a::after {
    content: url('img/moreBtn_san.png');
    vertical-align: -2px;
    padding-left: 10px;
}

.moreBtn a {
    border-radius:40px;
    overflow: hidden;
    background: #3f3a39;
    padding: 18px 140px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.moreBtn a:hover {
    background: #f32800;
    color: #fff;
}

.topLinkListDl {
    margin: 20px 0;
    display: block;
    clear: both;
}

.topLinkListDl dt {
    text-align: center;
    color: #f32800;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 30px;
    clear: both;
}

.topLinkListDl dd {
    float: left;
    margin: 8px 0;
    display: block;

}
 
.topLinkListDl dd a {
    text-decoration: none;
    color: #3f3a39;
}

.topLinkListDl dd a:hover {
    text-decoration: underline;
     opacity:0.5;
}

.topLinkListDl dd::before {
    content: url('img/topLinkListDlDd.gif');
    vertical-align: 0px;
    margin-right: 5px;
    margin-left: 15px;
}

.LinkListDd01::before {
    content: url('img/LinkListDd01.gif');
    vertical-align: -10px;
    margin-right: 10px;
}

.LinkListDd02::before {
    content: url('img/LinkListDd02.gif');
    vertical-align: -10px;
    margin-right: 10px;
}

.LinkListDd03::before {
    content: url('img/LinkListDd03.gif');
    vertical-align: -10px;
    margin-right: 10px;
}
.LinkListDd04::before {
    content: url('img/LinkListDd04.gif');
    vertical-align: -10px;
    margin-right: 10px;
}
.LinkListDd05::before {
    content: url('img/LinkListDd05.gif');
    vertical-align: -10px;
    margin-right: 10px;
}
.LinkListDd06::before {
    content: url('img/LinkListDd06.gif');
    vertical-align: -10px;
    margin-right: 10px;
}
.LinkListDd07::before {
    content: url('img/LinkListDd07.gif');
    vertical-align: -10px;
    margin-right: 10px;
}

dl.topLinkListUn {
margin-top: 60px;
padding-bottom: 80px;
}

dt.topLinkListUnDt {
    border-bottom: 2px solid #f32800;
    border-top: 2px solid #f32800;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 10px;
}

dt.topLinkListUnDt::before {
    content: url('img/topLinkListH4Un.gif');
    vertical-align: -13px;
    margin-right: 10px;
}

.topLinkListUn dd {
    float: left;
    font-size: 14px;
    margin-right: 20px;
    padding: 5px 50px;
    margin-top: 20px;
}
.topLinkListUn dd::before {
    content: "#";
  color: #f32800;
}
.topLinkListUn a dd {
        text-decoration: none;
    color: #3f3a39;
    border-radius:40px;
    background: #f5f7fa;
    border: #cfcfcf 1px solid  ;
}
.topLinkListUn a:hover {
    text-decoration: underline;
     opacity:0.5;
}

.maxTopPopuWrapper {
    background: #f32800;
}

h6.maxTopH6title {
    color: #fff;
    font-size: 32px;
    text-align: center;
    padding: 35px 0;
}

h6.maxTopH6title::before {
        content: url('img/maxTopH6title.png');
            vertical-align: -10px;
    margin-right: 12px;
}

ul.maxTopPopuUl ,ul.maxTopPopuUl2 {
    display: flex;
    justify-content: space-between;
    border-top:1px solid #fff ; 
    border-bottom:1px solid #fff ; 
}

ul.maxTopPopuUl2 {
    margin-bottom: 40px;
}
ul.maxTopPopuUl li {
    width: 49%;
}

ul.maxTopPopuUl2 li {
    width: 32%;

}
dl.maxTopPopuDl {
    display: flex;
    justify-content: space-between;
}

dt.maxTopPopuDt1 h5,dt.maxTopPopuDt2 h5 {
    color: #fff;
    font-size: 25px;
    padding: 25px 0 0 70px;
}

dt.maxTopPopuDt3 h5,dt.maxTopPopuDt4 h5,dt.maxTopPopuDt5 h5 {
    color: #fff;
    font-size: 18px;
    padding: 20px 0 0 70px;
}

dt.maxTopPopuDt1 p,dt.maxTopPopuDt2 p {
    color: #fff;
    margin-left: 70px;
    margin-top: 10px;
}
dt.maxTopPopuDt3 p,dt.maxTopPopuDt4 p,dt.maxTopPopuDt5 p {
    color: #fff;
    font-size:12px;
    margin-left: 70px;
    margin-top: 10px;
}

dt.maxTopPopuDt1::before{content: "1";color: #fff;float: left;font-size: 130px;margin-top: 60px;}
dt.maxTopPopuDt2::before{content: "2";color: #fff;float: left;font-size: 130px;margin-top: 60px; padding-right: 20px;}
dt.maxTopPopuDt3::before{content: "3";color: #fff;float: left;font-size: 90px;margin-top: 40px;}
dt.maxTopPopuDt4::before{content: "4";color: #fff;float: left;font-size: 90px;margin-top: 40px;}
dt.maxTopPopuDt5::before{content: "5";color: #fff;float: left;font-size: 90px;margin-top: 40px;}


.btn {
	overflow:hidden;
	display:block;
	text-align:center;
	padding-bottom:5px;
    margin: 20px auto 5px auto;
}
.btn a  {
    background: #0c225a;
    cursor: pointer;
    border-color: #333;
    box-shadow: 0 3px 0 rgb(51,51,51);
    padding-top: 25px;
	margin: 0 auto 5px auto;
    width: 70%;
    height: 80px;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    display: block;
    position: relative;
    font-size:160%;
    font-weight: bold;
    color: #fff !important;
    text-align: center;
    transition: 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}

.btn a:hover {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
}

.btn a::before {
    font-family:  "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f0da';
    color: #fff;
    margin-right: 10px;
}

.wp-pagenavi {
    clear: both;
    text-align:center;
    overflow: hidden;
    margin:20px auto;
    padding: 10px 0;
}
.wp-pagenavi a, .wp-pagenavi span.current {
    text-decoration: none;
    height: 20px;
    padding: 50px 18px !important;
    margin: 50px 6px;
    background:#0c225a;
    color:#f9f9f9;
    overflow: hidden;
    clear: both;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    height: 20px;
    font-size: 15px;
    background:#e2421f;
    color:#f9f9f9;
    overflow: hidden;
    clear: both;
}
.wp-pagenavi span.current {
    font-weight: bold;
    overflow: hidden;
    clear: both;
}
.wp-pagenavi span.pages {
    color:#1a1a1a;
    margin-right: 10px;
    border:none;
    overflow: hidden;
    clear: both;
}
.wp-pagenavi span.extend{
    overflow: hidden;
    clear: both;
    border: none;
    color: #0c225a;
}

#breadcrumb {
    background: #f3f3f3;
}
#breadcrumb ul{
    display:block;
}
#breadcrumb li{
    display:block;
    font-size:70%;
    float:left;
    color:#1a1a1a;
    margin-right:15px;
}
#breadcrumb li a {
    float:left;
    color:#4b4b4b;
    text-decoration: none;
}
#breadcrumb li a::before {
    content: url('img/topLinkListDlDd.gif');
    vertical-align: -1px;
    padding-right: 3px;
}

#breadcrumb li {
    color: #f32800;
}
#breadcrumb {
    margin-top: 5px;
    overflow: hidden;
}

#breadcrumb li.home {
    display:block ;
}
#breadcrumb li.panOn {
    color:#3d3c3c;
}

footer {
    background:#3f3a39;
}

dl.footerDl {
    display: flex;
    justify-content: space-between;
    padding: 50px 0 40px 0;
}

dl.footerDl dt {
}

p.copy {
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 15px 0;
}
p.copy i {
    padding: 0 4px;
}

.footerDl a {
    color: #3f3a39;
    text-decoration: none;
}

.footerDl li {
    margin-bottom: 7px;
}

h5.footerH5 {
 color: #f32800;
 font-size:20px;
 font-weight: bold;
 padding-bottom: 13px;
}

.footerDl li::before {
    content: url('img/footerDlLi.gif');
    vertical-align: 5px;
    margin-right: 6px;
    margin-left: 15px;
}

.footerDl a:hover{
    text-decoration: underline;
     opacity:0.5;
}   
.searchBoxFooter {
    text-align: center;
    padding: 20px 0 20px 0;
}

.searchBoxFooter i {
    color: #fff;
    padding: 8px;
}

.searchBoxFooter input {
    padding: 10px;
    font-size: 14px;
    width: 80%;
    font-weight: normal;
    background: #ddd;
    border: 1px solid #000;
    color: #333;
}



html{-webkit-text-size-adjust:100%;box-sizing:border-box;-moz-tab-size:4;tab-size:4;word-break:normal}*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{margin:0;padding:0}hr{color:inherit;height:0;overflow:visible}details,main{display:block}summary{display:list-item}small{font-size:80%}[hidden]{display:none}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}a{background-color:transparent}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}pre{font-size:1em}b,strong{font-weight:bolder}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:inherit;text-indent:0}iframe{border-style:none}input{border-radius:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}button,select{text-transform:none}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,input,select,textarea{background-color:transparent;border-style:none}a:focus,button:focus,input:focus,select:focus,textarea:focus{outline-width:0}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;max-width:100%;white-space:normal}::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}[disabled]{cursor:default}img{border-style:none}progress{vertical-align:baseline}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled=true]{cursor:default}