@charset "utf-8";

html {
  min-height: 100%;
}
body {
  min-height: 100%;
  background-image: url(png/weather_bg.png);
  padding: 0;
  margin: 0;
}
#body_mask {
  background: linear-gradient(to top, rgba(255, 255, 255, 0.3), transparent);
}
#suntopi body{
  background-color: rgb(255, 119, 1);
}
#weekend body{
  background-color: rgb(0, 166, 255);
}
#index body{
  background-color: #fff;
  background-image: url(png/weather_bg1.png);
}
main {
  width: 980px;
  margin: 0 auto;
  text-align: left;
  line-height: 150%;
  position: relative;
  display: block;
}
main > a {
  display: block;
  text-decoration: none;
  color: #000;
}
.tenki_header {
  background-color: #fff;
  margin-top: 15px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  border: 1px solid #999;
}
.tenki_header > div:nth-child(1) {
  width: 400px;
  position: relative;
}
.tenki_header > div:nth-child(1) > img {
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
.tenki_header > div:nth-child(2) {
  width: calc(100% - 400px);
}
.tenki_header > div:nth-child(2) > div:nth-child(1) {
  display: flex;
}
.tenki_header > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) {
  margin-top: 15px;
}
.tenki_header > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a {
  margin-top: 15px;
  margin-right: 15px;
  text-decoration: underline;
  color: #333;
}
.tenki_header > div:nth-child(2) > div:nth-child(1) > div:nth-child(2) > a:hover {
  text-decoration: none;
  background-color: rgba(0,0,0,0.05);
}
.tenki_header > div:nth-child(2) {
	position: relative;
}
.tenki_header > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) {
  margin-left: 15px;
}
.tenki_header > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > span {
  padding: 0 5px;
  font-weight: bold;
}
.tenki_header > div:nth-child(2) > div:nth-child(2) {
  position: relative;
  padding: 5px 15px;
  margin: 15px;
  border-left: 3px solid rgba(0,0,0,0.2);
  border-bottom: 1px solid rgba(0,0,0,0.2);
  border-radius: 15px 0 0 15px;
}

.tenki_header > div:nth-child(2) > div:nth-child(2) > span {
	font-size: 80%;
  width: 80px;
  display: inline-block;
  font-weight: bold;
  color: #666;
}
#suntopi .tenki_header > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > span {
  background: linear-gradient(transparent 80%, rgb(255, 153, 1) 80%);
  padding-bottom: 5px;
}
#weekend .tenki_header > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > span {
  background: linear-gradient(transparent 80%, rgb(0, 153, 255) 80%);
  padding-bottom: 5px;
}
#tenki_body {
  margin: 15px 0;
}
#tenki_body > div {
  background-color: rgba(255,255,255,1);
}
#tenki_body > div:nth-child(1) {
  background-color: #f9f9f9;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  font-size: 90%;
}
#tenki_body h1 {
  font-size: 120%;
  margin-right: 10px;
  display: inline-block;
}
#suntopi #tenki_body h1 {
  background: linear-gradient(transparent 80%, rgb(255, 153, 1) 80%);
  padding-bottom: 2px;
}
#weekend #tenki_body h1 {
  background: linear-gradient(transparent 80%, rgb(0, 153, 255) 80%);
  padding-bottom: 2px;
}
#tenki_body h1::before {
  content: '『';
}
#tenki_body h1::after {
  content: '』';
}
#tenki_m_story > div {
  display: flex;
  padding: 15px;
}
#tenki_m_story > div:nth-child(1) > div:nth-child(1),
#tenki_m_story > div:nth-child(2) > div:nth-child(2) {
  position: relative;
  height: 200px;
  width: 400px;
}
#tenki_m_story > div:nth-child(1) {
  border-bottom: 1px dashed #e0e0e0;
}
#tenki_m_story > div:nth-child(2) {
  border-bottom: 1px solid rgba(0,0,0,0.2);
}

#tenki_m_story > div:nth-child(1) > div:nth-child(1) > img,
#tenki_m_story > div:nth-child(2) > div:nth-child(2) > img {
  display: block;
  margin: 0 auto;
  width: 350px;
  box-shadow: 0 0 5px #ccc;
}
#tenki_m_story > div:nth-child(1) > div:nth-child(2),
#tenki_m_story > div:nth-child(2) > div:nth-child(1) {
  width: calc(100% - 400px);
  line-height: 170%;
}
.tenki_header,
#tenki_s_story {
  display: flex;
  padding: 10px 2px;
}
#tenki_s_story {
  border-radius: 20px;
  border: dashed 2px transparent;
  margin: 30px 15px 15px 15px;
  box-shadow: 0 0 0 15px #fff;
}
#suntopi #tenki_s_story {
  border-color: rgba(255, 153, 1, 0.4);
}
#weekend #tenki_s_story {
  border-color: rgba(1, 153, 255, 0.4);
}
.tenki_header a {
	background: #999;
	text-decoration: none;
	color: #fff;
	padding: 2px 25px 2px 10px;
	font-size: 80%;
	margin-left: 30px;
	position: relative;
}
.tenki_header a:hover {
	opacity: 0.6;
	transition-duration: 0.3s;

}
.tenki_header a:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 8px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #fff;
}
.tenki_header a:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 11px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #999;
}
#tenki_s_story > div {
  width: 50%;
  margin: 0 auto;
}
#tenki_s_story > .s_story_fashion {
  border-right: 1px solid rgba(0,0,0,0.2);
}
#tenki_s_story > div > div {
  padding: 15px;
}
#tenki_s_story > .s_story_fashion > div {
  position: relative;
}
#tenki_s_story > .s_story_fashion > div > div:nth-child(1) {
  background-position: 0 0, 12px 12px;
  background-size: 24px 24px;
  border-left: 2px dotted rgba(255,255,255,0.9);
  border-right: 2px dotted rgba(255,255,255,0.9);
  box-shadow: 0 5px 5px rgba(0,0,0,0.3);
  display: block;
  margin: 0 0 10px 0;
  padding: 5px 20px;
  color: #fff;
  text-align: center;
  position: absolute;
  z-index: 999;
  top: 10px;
  left: 60px;
  transform: rotate(-10deg);
  font-weight: bold;
  text-shadow: 0 0 5px rgba(0,0,0,0.3);
}
#suntopi #tenki_s_story > .s_story_fashion > div > div:nth-child(1) {
  background-color: rgb(255, 119, 1);
  background-image: linear-gradient(45deg, rgb(255, 153, 1) 25%, transparent 25%, transparent 75%, rgb(255, 153, 1) 75%, rgb(255, 153, 1)), linear-gradient(45deg, rgb(255, 153, 1) 25%, transparent 25%, transparent 75%, rgb(255, 153, 1) 75%, rgb(255, 153, 1));
}
#weekend #tenki_s_story > .s_story_fashion > div > div:nth-child(1) {
  background-color: rgb(0, 166, 255);
  background-image: linear-gradient(45deg, rgb(1, 153, 255) 25%, transparent 25%, transparent 75%, rgb(1, 153, 255) 75%, rgb(1, 153, 255)), linear-gradient(45deg, rgb(1, 153, 255) 25%, transparent 25%, transparent 75%, rgb(1, 153, 255) 75%, rgb(1, 153, 255));
}

#tenki_s_story > .s_story_fashion > div > div:nth-child(2) {
  margin-top: 15px;
  margin-bottom: 30px;
  position: relative;
  padding-top: 300px;
}
#tenki_s_story > .s_story_fashion > div > div:nth-child(3) {
  position: relative;
  padding:0.25em 1em;
}
#tenki_s_story > .s_story_fashion > div > div:nth-child(3):before,
#tenki_s_story > .s_story_fashion > div > div:nth-child(3):after{
  content:'';
  width: 20px;
  height: 30px;
  position: absolute;
  display: inline-block;
}
#tenki_s_story > .s_story_fashion > div > div:nth-child(3):before{
  top:0;
  left: 0;
}
#suntopi #tenki_s_story > .s_story_fashion > div > div:nth-child(3):before{
  border-left: solid 3px rgb(255, 153, 1);
  border-top: solid 1px rgb(255, 153, 1);
}
#weekend #tenki_s_story > .s_story_fashion > div > div:nth-child(3):before{
  border-left: solid 3px rgb(0, 153, 255);
  border-top: solid 1px rgb(0, 153, 255);
}
#tenki_s_story > .s_story_fashion > div > div:nth-child(3):after{
  bottom:0;
  right: 0;
}
#suntopi #tenki_s_story > .s_story_fashion > div > div:nth-child(3):after{
  border-right: solid 3px rgb(255, 153, 1);
  border-bottom: solid 1px rgb(255, 153, 1);
}
#weekend #tenki_s_story > .s_story_fashion > div > div:nth-child(3):after{
  border-right: solid 3px rgb(0, 153, 255);
  border-bottom: solid 1px rgb(0, 153, 255);
}
#tenki_s_story > .s_story_fashion > div > div:nth-child(4) {
  margin-top: 15px;
  background-color: #f0f0f0;
  padding: 5px;
}
#tenki_s_story > .s_story_fashion > div > div:nth-child(4) > span {
  font-weight: bold;
  color: #666;
}

#tenki_s_story > .s_story_hitokoto > div > div:nth-child(1) {
  position: relative;
  padding: 15px;
  margin-bottom: 30px;
}
#tenki_s_story > .s_story_hitokoto > div > div:nth-child(1):after {
  position: absolute;
  content: '';
  top: 100%;
  right: 50%;
  border: 15px solid transparent;
  border-top: 15px solid #e6f4ff;
}
#tenki_s_story > .s_story_hitokoto > div > div:nth-child(2) {
  position: relative;
}
#suntopi #tenki_s_story > .s_story_hitokoto > div > div:nth-child(1) {
  background-color: rgba(255, 153, 1, 0.2);
}
#suntopi #tenki_s_story > .s_story_hitokoto > div > div:nth-child(1):after {
  border-top-color: rgba(255, 153, 1, 0.2);
}
#weekend #tenki_s_story > .s_story_hitokoto > div > div:nth-child(1) {
  background-color: rgba(1, 153, 255, 0.2);
}
#weekend #tenki_s_story > .s_story_hitokoto > div > div:nth-child(1):after {
  border-top-color: rgba(1, 153, 255, 0.2);
}

#tenki_tab {
  letter-spacing: -.4em;
}
#tenki_tab > a {
  position: relative;
  display: inline-block;
  width: calc((100% / 2));
  text-align: center;
  letter-spacing: normal;
  padding: 10px 0;
  color: #666;
  text-decoration: none;
	transition-duration: 0.3s;
}
#tenki_tab > a:not(.active) {
  background-color: rgba(255,255,255,0.7);
}
#tenki_tab > a:not(.active):hover {
  background-color: rgba(255,255,255,0.9);
}
#tenki_tab > a.active {
  background-color: #fff;
  border-bottom: 1px solid #666;
  font-weight: bold;
}
#tenki_tab > a:before,
#tenki_tab > a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#tenki_tab > a.active:before {
  border: 10px solid transparent;
  border-top: 10px solid #666;
}
#tenki_tab > a.active:after {
  border: 13px solid transparent;
  border-top: 13px solid #fff;
  margin-top: -5px;
}

#tenki_top {
  display: flex;
  align-items: center;
  padding: 15px 0 15px 0;
  font-size: 1.5em;
  letter-spacing: 0.2em;
}
#tenki_top:before,
#tenki_top:after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
}
#tenki_top:before {
  margin-right: 2em;
}
#tenki_top:after {
  margin-left: 2em;
}
#tenki_top > a {
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 0 5px #000;
}

#index #tenki_top > a {
  color: rgb(0, 0, 0);
  text-shadow: 0 0 5px rgb(255, 255, 255);
}

/* トップページ */

.to_otenki_guide {
  padding: 15px 80px 15px 15px;
  border: 4px double rgba(15, 140, 255, 1);
  background: #fff;
  position: relative;
  overflow: hidden;
  width: auto;
  color: #333;
  display: inline-block;
}

.to_otenki_guide:before {
  content: '';
  width: 30px;
  height: 30px;
  border-top: 10px solid rgba(15, 140, 255, .5);
  border-right: 10px solid rgba(15, 140, 255, .8);
  transform: rotate(45deg);
  position: absolute;
  right: 45px;
  top: calc(50% - 19px);
  overflow: hidden;
  transition: 0.3s;
}

.to_otenki_guide:hover:before {
  border-top-color: rgba(15, 140, 255, .8);
  border-right-color: rgba(15, 140, 255, .5);
}

.to_otenki_guide:after {
  content: '';
  width: 30px;
  height: 30px;
  border-top: 10px solid rgba(15, 140, 255, .5);
  border-right: 10px solid rgba(15, 140, 255, .8);
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: calc(50% - 19px);
  overflow: hidden;
  transition: 0.3s;
}

.to_otenki_guide:hover:after {
  border-top-color: rgba(15, 140, 255, .8);
  border-right-color: rgba(15, 140, 255, .5);
}

#tenki_menu>a {
  color: #333;
  text-decoration: none;
}

#tenki_menu>a:nth-child(1)>div:hover {
  border-color: rgba(173, 215, 245, 1);
}

#tenki_menu>a:nth-child(2)>div:hover {
  border-color: rgba(245, 221, 173, 1);
}

#tenki_menu>a:nth-child(1)>div .lazy,
#tenki_menu>a:nth-child(2)>div .lazy {
  transition-duration: 0.3s;
}

#tenki_menu>a:nth-child(1)>div:hover .lazy,
#tenki_menu>a:nth-child(2)>div:hover .lazy {
  transform: scale(1.1);
}

.tenki_img {
  margin-top: 30px;
}

.tenki_img>div {
  width: calc((100% - 25px) / 2);
  display: inline-block;
  margin-right: 15px;
  position: relative;
  height: 269px;
}

.tenki_img>div:nth-child(2n) {
  margin-right: 0;
  position: relative;
}

.tenki_img>div:nth-child(2n+1) {
  margin-top: 10px;
}

.lazy {
  display: inline-block;
  position: absolute;
  margin: auto;
  background-repeat: no-repeat;
}
.weekend_logo {
  width: 300px;
  height: 136px;
  background-size: 300px auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.suntopi_logo {
  width: 160px;
  height: 120px;
  background-size: 160px auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.prof {
  width: 181px;
  height: 120px;
  background-size: 181px auto;
  bottom: -10px;
  right: 0;
  border-radius: 10px;
	border: 5px solid #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.weather_pic {
  width: 478px;
  height: 269px;
  background-size: 478px auto;
  top: 0;
}
.topic {
  width: 350px;
  height: 200px;
  background-size: 350px auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.fashion {
  width: 200px;
  height: 300px;
  background-size: 200px auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 5px solid #fff;
  box-shadow: 0 0 0 1px #ccc, 1px 3px 8px 0 rgba(40,40,40,0.3);
}
.hitokoto {
  width: 376px;
  height: 250px;
  background-size: 376px auto;
  top: 0;
  right: 0;
  left: 0;
  box-shadow: 0 0 5px #ccc;
}

.copyright {
  text-align: center;
  font-size: 82%;
  padding: 20px 0;
  margin: 0;
}
