@charset "UTF-8";

#week h2 {
    background-color: #c00000;
    color: #fff;
    text-align: center;
    font-size: 133%;
    padding: 5px;
    margin: 0px 0 10px 0;
}

.kochira_waku {
    margin: 30px 0 0 0;
    padding: 0 0 0 85px;
}
.kochira {
    background: url("../img/week/kochira.gif") 0 0 no-repeat ;
    height: 73px;
    
}
.kochira p {
    font-weight: bold;
    color: #c00000;
    font-size: 120%;
    text-align: right;
    padding: 25px 50px 0 0;
}

a.click-btn {
  position: relative;
  border-radius: 10px;
  background-color: #c00000;
  color: #fff;
  text-decoration: none;
  padding: 8px ;
	display: inline-block;
    display: block;
	margin: 0 auto 20px auto;
    font-size: 140%;
    text-align: center;
    width: 200px;
    font-weight: bold;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

a.click-btn _:-ms-fullscreen, :root a.click-btn {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;}


a.click-btn:hover {
  opacity: 0.70;
}

#kikan {
    text-align: center;
    font-weight: bold;
    font-size: 125%;
    margin: 40px 0 25px 0;
}

#point {
    background-color: #feecef;
    border-radius: 15px;
    padding: 20px 20px;
    display: inline-block;
    color: #000;
}

#point .img {
    float: left;
    margin: 0 0 0 0;
    width: 185px;
}
#point .text01 {
    margin: 0 0 15px 0;
    float: left;
    width: 475px;
}
#point .text01 span {
    font-size: 90%;
}
#point .text02 {
    margin: 15px 0 0 0;
    float: left;
    width: 475px;
}

.title li {
  border-top: #c00000 solid 3px;
  padding: 30px 0 0 0;
  position: relative;
    margin: 65px 0 0 0;
}

.title-lead {
  background-color: #c00000;
  color: #FFF;
  width: 300px;
  text-align: center;
  padding: 4px 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  border-radius: 40px;
}


#nagare dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
      border-bottom: #c00000 solid 3px;
}
#nagare dt {
  width: 15%;
  padding-bottom: 30px;
  margin-bottom: 10px;
    text-align: center;
}

#nagare dd {
  width: 85%;
  padding-bottom: 20px;
  margin-bottom: 10px;
    margin-top: 15px;
}
#nagare dd span {
    font-size: 85%;
}

.chuui_title {
    color: #c00000;
    font-weight: bold;
    font-size: 140%;
    background: url("../img/week/chuui.gif") 10px 27px no-repeat ;
    height: 48px;
    padding: 30px 0 0 50px;
}

ul.chuui li {
    margin: 0 0 8px 12px;
}
ul.chuui li::before {
    content: "◆ ";
/*    position: absolute;*/
/*    left: 0;*/
/*    font-size: 18px;
    font-size: 1.8rem;*/
    line-height: 1.5;
}


.note-list {
  counter-reset: listCounter;
  max-width: 980px;
  margin-left: 10px;
  margin-right: auto;
/*  margin-top: 50px;*/
    
}

.note-list li {
  list-style-type: none;
  position: relative;
  padding-left: 24px;
  counter-increment: listCounter;
  display: flex;
  align-items: flex-start;
/*  font-size: 18px;
  font-size: 1.8rem;*/
}

.note-list li + li {
  /*margin-top: 10px;*/
}

.note-list li::before {
  content: "◆";
  position: absolute;
  left: 0;
/*  font-size: 18px;
  font-size: 1.8rem;    */
  line-height: 1.5;
}

table.style01 {
	margin: 20px 0 5px 0;
	width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
}
table.style01 th {
	padding: 8px;
	text-align: center;
	font-weight: bold;
	background-color: #c00000;
	color: #fff;
    border: 1px solid #c00000;
}
table.style01 th.column01 {
    width: 5%
}
table.style01 td {
	padding: 10px 6px;
    border: 1px solid #c00000;
    text-align: center;
}
table.style01 tr.back {
    background-color: #feecef;
}
table.style01 td p.theme_sub {
/*    text-align: left;*/
/*    font-size: 95%;*/
}
table.style01 td p.theme {
    font-size: 110%;
/*    line-height: 1.3;*/
}
table.style01 td p.theme span {
    font-size: 90%;
}
table.style01 td.for {
    text-align: left;
}

.check {
    text-indent: -1.3em;
    margin-left: 1.3em;
}

.mgb20 {
    margin-bottom: 20px;
}
.mgb30 {
    margin-bottom: 30px;
}



.sub-title {
	font-size: 110%;
    margin: 0 0 5px 0;
}
.sub-title img {
    vertical-align: middle;
}


@media only screen and (max-width: 767px) {
#week h2 {
    font-size: 110%;
}
.kochira_waku {
    margin: 0;
    padding: 0;
}
.kochira {
    background: url("../img/week/kochira.gif") 10px 50px no-repeat ;
    height: 123px;
    
}
.kochira p {
    font-size: 110%;
    text-align: center;
    padding: 20px 0 0 0;
    
}
#kikan {
    font-size: 120%;
    margin: 30px 0 20px 0;
}
#point {
    padding: 10px;
    display: inline-block;
}

#point .img {
    float: left;
    margin: 0 0 5px 0;
    width: auto;
}
#point .text01 {
    margin: 0 0 15px 0;
    width: auto;
}
#point .text01 span {
    font-size: 90%;
}
#point .text02 {
    margin: 0;
    width: auto;
}

.title li {
  padding: 30px 0 0 0;
  position: relative;
    margin: 50px 0 0 0;
}

.title-lead {
  width: 220px;
  font-size: 18px;
  font-size: 1.8rem;
}
    
#nagare dt {
  width: 15%;
  padding-bottom: 20px;
  margin-bottom: 10px;
    text-align: center;
    margin-right: 15px;
}

#nagare dd {
  width: 80%;
  padding-bottom: 10px;
  margin-bottom: 10px;
    margin-top: 5px;
}
#nagare dd span {
    font-size: 85%;
}
    /*
#nagare dd p.indent {
    text-indent: -1em;
    margin-left: 1em;
}
*/
.chuui_title {
    font-size: 120%;
    background: url("../img/week/chuui.gif") 0px 25px no-repeat ;
    height: 48px;
    padding: 30px 0 0 45px;
}
    
table.style01 {
    font-size: 95%;
    }
table.style01 td p.theme_sub {
/*    font-size: 95%;*/
}
table.style01 td p.theme {
/*    font-size: 100%;*/
}
table.style01 td p.theme span {
/*    font-size: 85%;*/
}
}


/* -------------------------- */

.senchaku_wrap {
	text-align: center;
	padding: 25px 0 0 0;
	line-height: 180%;
    font-size: 110%;
    background: url("../img/senchaku_bg.gif") 10px 38px no-repeat ;
}
.senchaku_wrap strong {
	color: #0070c0;
}

.bg_midashi02 {
	background-color: #f37b7e;
	text-align: center;
	margin: 10px 5px 0 0; 
	padding: 5px 0px; 
	border-radius: 5px;
	color: #fff;
    display: inline-block;
    width: 120px;
}
.bg_midashi03 {
	background-color: #f37b7e;
	text-align: center;
	margin: 10px 20px 0 0; 
	padding: 5px 0px; 
	border-radius: 5px;
	color: #fff;
    display: inline-block;
    width: 120px;
}
.bg_midashi04 {
	background-color: #f37b7e;
	text-align: center;
	margin: 10px 20px 0 0; 
	padding: 5px 0px; 
	border-radius: 5px;
	color: #fff;
    display: inline-block;
    width: 120px;
}
.koushi {
    margin-left: 140px
}

/* こんな方におすすめ！ */
.bg_midashi01 {
	background-color: #f37b7e;
	text-align: center;
	margin: 0 0 15px 0; 
	padding: 5px 0px; 
	border-radius: 5px;
	color: #fff;
    display: block;
    width: 200px;
}
#osusume {
    margin: 10px 0 0 0px;
    display: inline-block;
    width: 100%;
    background: url("../img/osusume_bg.gif") 0 0 no-repeat ;
}
#osusume .img {
    float: left;
    margin: 0 20px 0 0;
}
#osusume .text {
    margin: 15px 0 0 0;
    font-size: 110%;
    float: left;
}

.kaisaihouhou_bg {
    background: url("../img/kaisaihouhou_bg.gif") 450px 0 no-repeat ;
}

.koushi_bg {
    background: url("../img/koushi_bg.gif") 550px 20px no-repeat ;
}


.header span {
	background-color: #f37b7e;
	text-align: center;
	margin: 10px 20px 0 0; 
	padding: 5px 7px 5px 12px; 
	border-radius: 5px;
	color: #fff;
}


.area {
	margin: 0 0 35px 0;
}
.area02 {
	margin: 0 0 20px 0;
}


.color {
	color: #cc0000;
}

ul.caution li {
	margin: 0 0 0 20px;
	list-style: disc;
}
.photo {
	float: left;
	margin: 0 45px 0 0;
}
.chuuki {
    margin: 0 0 30px 0;
    font-size: 93%;
}
.place01 {
	float: left;
	width: 300px;
	margin: 0 20px 0 0;
}
.place02 {
	float: left;
	width: 380px;
}
.place01 img {
	border: 1px solid #777;
}
.place02 strong {
	font-size: 115%;
}



.btn-note {
  margin: 40px 0 0 0;
}


@media only screen and (max-width: 767px) {
    
a.anchor {
    display: block;
    padding-top: 60px;
    margin-top: -60px;
}
    
.area {
	margin: 0 0 25px 0;
}
a.click-btn {
    box-sizing: border-box;
    display: block;
    max-width: 220px;
    margin: 10px auto 0 auto;
/*    padding: 10px;*/
    text-align: center;
    font-size: 120%;
  }
.photo {
	margin: 0;
}
.photo-img {
	text-align: center;
}
.place01 {
	width: auto;
	margin: 0 0 10px 0;
}
.place02 {
	width: auto;
}
.senchaku_wrap {
    font-size: 100%;
    background: url("../img/senchaku_bg.gif") 50px 38px no-repeat ;
}
    
.bg_midashi03,
.bg_midashi04 {
    display: block;
	margin: 10px 20px 5px 0; 
}
#osusume {
    margin: 10px 0 0 0px;
    display: inline-block;
    width: 100%;
    background: url("../img/osusume_bg.gif") 0 0 no-repeat ;
}
#osusume .img {
    float: left;
    margin: 0 0px 0 0;
    width: 30%;
}
#osusume .text {
    margin: 0 0 0 0;
    font-size: 100%;
    float: left;
    width: 70%;
}

.koushi {
    margin-left: 0px;
}

.kaisaihouhou_bg {
    background: url("../img/kaisaihouhou_bg.gif") 250px 0 no-repeat ;
}

.koushi_bg {
    background: url("../img/koushi_bg.gif") 200px 0px no-repeat ;
}

#nagare dd span {
    display: block;
    line-height: 1.5;
    margin: 5px 0 0 0;
}
    
}
