@charset "UTF-8";

/****************************************

		Reset

*****************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, main,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: inherit;
	font-style: normal;
	font-weight: normal;
	vertical-align: baseline;
}

main, article, aside, details, figcaption, figure, footer, header, menu, nav, section {display: block;}
html{
	overflow-y: scroll;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size: 62.5%;
}
*, *:before, *:after {box-sizing: border-box;}
blockquote, q {quotes: none;}
a{text-decoration: none;}
blockquote:before, blockquote:after, q:before, q:after {content: none;}
input, textarea {margin: 0; padding: 0;}
input::-webkit-input-placeholder, input:-moz-placeholder, textarea::-webkit-input-placeholder, textarea:-moz-placeholder {color: #888;}
input[type="button"], input[type="submit"], input[type="search"], input[type="reset"] {-webkit-appearance: none;}
ol, ul{list-style: none;list-style-type: none;}
input[type="submit"]{cursor: pointer;}
table{border-collapse: collapse; border-spacing: 0;width: 100%;}
caption, th{text-align: left;}
a:focus {outline:none;}
.clearfix:before, .clearfix:after{content:"";display: table;}
.clearfix:after{clear:both;}
.clearfix{*zoom:1;}
img {max-width:100%; vertical-align: bottom;}

/****************************************

		Utility

*****************************************/

.clear {clear: both;}
.fl {float: left;}
.fr {float: right;}
.tl {text-align: left;}
.tr {text-align: right;}
.tc {text-align: center;}
.u_line{text-decoration: underline;}
.mh10 {margin: 10px 0;}
.mh15 {margin: 15px 0;}
.mh20 {margin: 20px 0;}
.mh30 {margin: 30px 0;}
.mh40 {margin: 40px 0;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.ph5  {padding: 5px 0;}
.ph10 {padding: 10px 0;}
.ph15 {padding: 15px 0;}
.ph20 {padding: 20px 0;}
.ph30 {padding: 30px 0;}
.ph40 {padding: 40px 0;}
.pt5  {padding-top: 5px;}
.pt10 {padding-top: 10px;}
.pt15 {padding-top: 15px;}
.pt20 {padding-top: 20px;}
.pt30 {padding-top: 30px;}
.pt40 {padding-top: 40px;}
.pb5  {padding-bottom: 5px;}
.pb10 {padding-bottom: 10px;}
.pb15 {padding-bottom: 15px;}
.pb20 {padding-bottom: 20px;}
.pb30 {padding-bottom: 30px;}
.pb40 {padding-bottom: 40px;}
.block{display: block!important;}
.none{display: none;}
.hov:hover{opacity:.7;}
small{font-size: .9rem;}
.sans-serif{font-family: "Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho"}
.f9{font-size: .9rem;}
.f10{font-size: 1rem;}
.f11{font-size: 1.1rem;}
.f12{font-size: 1.2rem;}
.f13{font-size: 1.3rem;}
.f14{font-size: 1.4rem;}
.f15{font-size: 1.5rem;}



#top.spring {
	background: url('/img/back_spring.png');
}

#top.summer {
	background: url('/img/back_summer.png');
}

#top.autumn {
	background: url('/img/back_autumn.png');
}

#top.winter {
	background: url('/img/back_winter.png');
}

@font-face {
    font-family: 'display';
    src: url('./font/display.ttf') format('truetype');
}
.top-search-keyword {
  position: relative;
}
.ittemitai {
  position: absolute;
  right: 0;
  display: block;
}
.ittemitai-left p {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 42px;
    color: #000;
}
.ittemitai-left {
    border: 3px solid #b1b1b1;
    height: 48px;
    width: 240px;
    text-align: center;
    position: relative;
          background-color: #FFF;
}
.ittemitai-right {
    background: #b1b1b1;
    font-size: 2.4rem;
    font-family: 'SignPainter';
    height: 48px;
    letter-spacing: 1px;
    line-height: 46px;
    padding-top: 2px;
    color: #000;
    width: 160px;
    text-align: center;
    width: 100%;
}
.fav-nums {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  -webkit-box-pack:center;
  -moz-box-pack:center;
  -webkit-flex-pack:center;
  -moz-flex-pack:center;
  -ms-flex-pack:center;
  -webkit-justify-content:center;
  -moz-justify-content:center;
  justify-content:center;
}
.fav-nums li {
  border-bottom: 1px solid rgba(0,0,0,1) inset;
  height: 42px;
  margin-right: 3px;
  border-radius: 3px;
  width: 16px;
  font-family: 'display';
}
.fav-nums li.conma {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  width: 5px;
}
.tab-list-item {
  position: relative;
}
.tab-list-item-new {
  animation: flash 2s linear infinite;
  position: absolute;
  top: 0;
  right: 5px;
  color: #ff0000;
}
.cotents-list-item {
  animation: flash 2s linear infinite;
  color: #ff0000;
}
@keyframes flash {
  0%,100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}