@charset "UTF-8";

/* 共通部分
------------------------------- */
html {
    font-size: 14px;
}
body{
    font-family:"MS Pゴシック",sans-serif;
    line-height: 1.4;
    color: #432;
}
a {
    text-decoration: none;
    color: black;
}

a:hover{    text-decoration:none;
    color: black;}

img {
    max-width: 100%;
}
.wrapper {
    max-width: 720px;
    margin: 0 auto;
    padding: 0;
}

#waku{
    width: 720px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

p.midashi{
    font-size: 14px;
    font-weight: bold;
    margin-top: 2px;}

p.midashi2{
    font-size: 14px;
    font-weight: bold;}

p.midashi3{
    font-size: 14px;
    font-weight: bold;
margin-bottom: 2px;}

.infotitle {
    font-size: 14px;
    font-weight: bold;
    border-left: 4px solid;
    padding-left: 5px;
    margin-bottom: 2px;
}

/* 大きな背景画像 */
.big-bg {
    background-size: cover;
    background-position: center top;
}

/* スライドショー */
#viewer {
	margin: 0 auto;
	width: 720px;
	height: 180px;
	text-align: left;
	overflow: hidden;
	position: relative;
}

#viewer img {
	top: 0;
	left: 0;
	position: absolute;
}

/* 見出し */
.logo-title{
    font-size: 20px; 
    font-weight: bold;
    padding-top: 12px;
}
.story-title {
    font-size: 16px;
    font-weight: bold;
}
.page-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
}
.sub-title {
    font-size: 1.375rem;
    padding: 0 8px 8px;
    border-bottom: 2px #0bd solid;
    font-weight: normal;
}

.mb2{margin-bottom: 2px;}

.mb5{margin-bottom: 5px;}

.mb10{margin-bottom: 10px;}

.mb20{margin-bottom: 20px;}

.mb40{margin-bottom: 40px;}

/* ボタン */
.button {
    font-size: 1.375rem;
    background: #0bd;
    color: #fff;
    border-radius: 5px;
    padding: 18px 32px;
}
.button:hover {
    background: #0090aa;
}

/* iframe */
iframe {
    width: 100%;
}

/* HEADER
------------------------------- */
.page-header {
    display: flex;
    justify-content: space-between;
    padding-top: 5px;
}
.logo {
    width: 210px;
    margin-top: 14px;
}

.main-nav {
    display: flex;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 20px;
    padding-left: 120px;
    list-style: none;
    padding-left: 150px;
}
.main-nav li {
    margin-left: 10px;
}
.main-nav a {
    color: #432;
}
.main-nav a:hover {
    color: #0bd;
}

.logonav{
    width: 40px;
    margin-top: 6px;
    text-align:right;
}

/* HOME
------------------------------- */
#home {
    background-image: url(../images/main-bg.jpg);
    min-height: 100vh;
}
#home .page-title {
    text-transform: none;
}
.home-content {
    text-align: center;
    margin-top: 10%;
}
.home-content p {
    font-size: 1.125rem;
    margin: 10px 0 42px;
}

/* osakana01
------------------------------- */
#osakana01 {
    background-image: url(../images/header01.png);
    height: 180px;
    width: 720px;
}
#osakana01 .page-title {
    text-align: left;
}
.osakana01-contents {
    display: flex;
    justify-content: space-between;
}
.osakana02-contents {
    justify-content: space-between;
    background-color:#e6eadc9e;
}




/* お魚物語下層ページメニュー部分 */
.osakana-nav {
    display:flex;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    padding-top: 12px;
    padding-left: 60px;
    list-style: none;
}

.sisetsu{
    display: flex;
    flex-direction: column-reverse;
}
.sisetsuitem{margin: 3px;}


nav li {
    margin-left: 30px;
    text-transform: none;
}
nav a {
    color: #432;
}
nav a:hover {
    color: #0bd;
}

.openpage{border-bottom: 2px solid;
background-color: #f3f381;
padding: 0px 5px 0px 5px;}

.clear{clear: both}

/* 記事部分 */
article {
    width: 720px;
}



.post-info {
    position: relative;
    padding-top: 74px;
    padding-left: 55px;
}
.post-date {
    background: #0bd;
    border-radius: 50%;
    color: #fff;
    width: 100px;
    height: 100px;
    font-size: 1.625rem;
    text-align: center;
    position: absolute;
    top: 0;
    padding-top: 10px;
}
.post-date span {
    font-size: 1rem;
    border-top: 1px rgba(255,255,255,.5) solid;
    padding-top: 6px;
    display: block;
    width: 60%;
    margin: 0 auto;
}
.post-title {
    font-size: 16px;
    font-weight: normal;
}
.post-title,
.post-cat {
    margin-left: 20px;
}
article img {
    margin-bottom: 2px;
}
article p {
    line-height: 1.5;
    text-align: center;
}

/* サイドバー */
aside {
    width:260px;
}
.sub-menu {
    margin-bottom: 60px;
    list-style: none;
}
.sub-menu li {
    border-bottom: 1px #ddd solid;
}
.sub-menu a {
    color: #432;
    padding: 10px;
    display: block;
}
.sub-menu a:hover {
    color: #0bd;
}
aside p {
    padding:2px 1px 2px 2px;
}

/* side info
------------------------------- */
.sideinfo {
   display: grid;
    grid-template-columns: 1fr 1fr ;
    grid-template-rows:140px 99px 69px 82px 80px;
    align-items: flex-end;
    gap: 5px;
    padding-bottom: 0px;
    
}
.sideinfo01b {
display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 84px;
    align-items: center;
    gap: 5px;
        margin-top: 25px;
}
.sideinfo02 {
   display: grid;
    grid-template-columns: 1fr 1fr ;
    grid-template-rows:170px 37px 102px 38px;
    align-items: flex-end;
    gap: 5px;
    font-size: 12px;
    padding-bottom: 0px;}
    
.sideinfo03 {
   display: grid;
    grid-template-columns: 1fr 1fr ;
    grid-template-rows: 150px 80px 80px 100px;
    align-items: flex-end;
    gap: 5px;
    padding-bottom: 10px;
    
}
.sideinfo04 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 154px 0px;
    align-items: flex-end;
    gap: 5px;
    padding-bottom: 10px;
}

.sideinfo05 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 270px;
    align-items: flex-end;
    gap: 5px;
}



.sideinfo div item{
    border: solid 1px #000;
    text-align: center;
    }

.sideinfo div item02{
    border: solid 1px #000;
    text-align: center;
    }



.osakanalist {
    display: grid;
    grid-template-columns: 240px 240px;
    gap: 20px;
    padding: 70px 70px 0px 70px;
    grid-auto-rows: 150px;
    
}

.osakanalist2 {
    display: grid;
    grid-template-columns:  190px 190px 190px;
    gap: 25px;
    padding: 20px;
}




/* MENU
------------------------------- */
#menu {
    background-image: url(../images/menu-bg.jpg);
    min-height: 100vh;
}
.menu-content {
    max-width: 560px;
    margin-top: 10%;
}
.menu-content .page-title {
    text-align: center;
}
.menu-content p {
    font-size: 1.125rem;
    margin: 10px 0 0;
}

.grid {
  display: grid;
  gap: 26px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-top: 6%;
  margin-bottom: 50px;
}



/* フッター
------------------------------- */
footer {

    text-align: center;
    padding: 10px 0;
}

.ftest01 footer{
    background: #01bbff;
    text-align: center;
    padding: 16px 0;
}

.ftest02 footer {
    background: #70dee8;
    text-align: center;
    padding: 16px 0;
}

.ftest03 footer {
    background: #00cdf9;
    text-align: center;
    padding: 16px 0;
}

footer p {
    color: #432;
    font-size: 1em;
}

/* ボックス
------------------------------- */
.box00a{
    width: 720px;
margin-top: 10px;
    text-align:center;
}

.box00b{
    width: 720px;
    padding-top: 30px;
    text-align:left;
    padding-bottom: 50px;}

.box01{
    width: 400px;
    padding-top: 60px;
    padding-left: 100px;
    padding-bottom: 40px;
height: 800px;}

.box02{
    width: 720px;
    height: 300px;
text-align: center;
vertical-align: middle;
display: table-cell;}

.box02_t{
    width: 720px;
    height: 770px;
    padding-top: 0px;
text-align: center;}

.box02_t2{
    width: 720px;
    height: 800px;
    padding-top: 0px;
text-align: center;}

.box02_r{
    width: 250px;
    padding-top: 20px;
    padding-left: 0px;
    padding-bottom: 40px;
height: 800px;}

.box03{
    width: 300px;
    padding: 40px;
    text-align: center;}

.box03_r{
    width: 260px;
    padding-top: 20px;
    padding-left: 0px;
    padding-bottom: 40px;
height: 800px;}

.box3_waku {
padding: 0.5em 1em;
    margin: 1em 0;
    color: #2c2c2f;
    background: #ffe25b;/*背景色*/
}
.box3_waku p {
    margin: 0; 
    padding: 0;
    text-align: center;
}

.box04{
    width: 650px;
    height: 900px;
    font-size: 13px;
    text-align: left;
    padding-top: 10px;
    padding-left: 20px;
}
.box04_r{
    width: 350px;
    padding-left: 0px;
    padding-bottom: 40px;
height: 790px;
    font-size: 13px;
text-align: left}

.box05{
    text-align: left;
    padding: 0px 30px 0 155px;}

.box06{
    padding: 30px 30px;
    height: 750px;
    text-align: center;
    background-image: url(../images/osakana.png);
    background-size: 620px;
    background-position: top;
height: 800px;}

.box07{
    width: 720px;
    height: 670px;
    font-size: 13px;
    text-align: left;
    padding-top: 10px;
padding-left: 150px;
}

.banner{
    width: 720px;
    padding-bottom: 10px;
    text-align: center;
}

.banner2{
    padding-top: 10px;
    display: flex;
    justify-content: center;
}
.banner3{
    display: flex;
    justify-content: center;
        margin-bottom: 6px;
}

.bx01{width: 200px;
margin-left: 15px;}

.wrap{
  width: 440px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  background-color: #ddd;
}
.inner{
  float: left;
  width: 198px;
  border: 1px solid #333;
}

.sidebox01{
    padding-top: 20px;
    padding-right: 38px;}


.sidebox02{
    padding-top: 60px;
    padding-right: 10px;}

.infobox {
    padding-top: 0px;
    padding-bottom: 20px;    
    font-size: 12px;
}

.caption{font-size: 12px;
    text-align: right;
}
.captionside{font-size: 12px;
    text-align: left;
    width: 400px;
margin-left: auto;}

.caption_mb50 {font-size: 11px;
margin-bottom: 50px
}

.caption01{font-size: 12px;
padding-top: 20px;}

.caption02{font-size: 12px;
padding-top: 5x;}

.ttl01{font-size: 16px;}

span{display:block;
    font-size: 10px;}

.story{line-height: 2.4;}

#mainbanner{width:390px;
    padding-top: 16px;
    padding-bottom: 2px;}

.headerbanner{
  width: 100px;
  margin-right: 10px;
  display: inline;
}
.wrapbanner {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px 20px 0px;
}


.tab-wrap {
    display: flex;
    flex-wrap: wrap;
}
.tab-label {
    color: black;
    background: #faf7bd;
    margin-right: 5px;
    padding: 12px;
    order: -1;
    width: 235px;
}
.tab-content {
    width: 100%;
    display: none;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
    background:#ffe25b;
}
.tab-switch:checked+.tab-label+.tab-content {
     display: block;
        padding: 6px;
}
/* ラジオボタン非表示 */
.tab-switch {
    display: none;
}

/* 2カラム */
*, *:before, *:after {
	box-sizing: border-box;
}
.col_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
background-color: #fff; /* 背景の色 */
color: #000; /* 文字の色 */
text-align: left; /* 内容は中央配置 */
}
.col_2 > div{
	width: 50%;
	padding: 2px;
    text-align: center;
}
@media screen and (max-width: 640px) {
	.col_2 > div{
		width: 100%;
	}
}

.box2 {
    padding: 0.2em 1em;
    margin: 0.5em 0;
    font-weight: bold;
    color: #f29c81;
    background: #FFF;
    border: solid 3px #f29c81;
    border-radius: 10px;
}
.box2 p {
    margin: 0; 
    padding: 0;
}
.container{
  width: 600px;
  padding:6px;
  display : flex;
  flex-wrap : wrap;
  justify-content:space-between;
    margin: auto;
  /*
・均等に配置
・最初のアイテムは先頭寄せ
・最後のアイテムは末尾寄せ
*/
}

/* 003 */
.button003 a {
    background: #eee;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 260px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button003 a:hover {
    background: #faf7bd;
    color: #000;
}
.button003 a {
    background: #ffe25b;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 260px;
    padding: 18px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 600;
}
.button003 a:hover:after {
    border-color: #FFF;
}


.button-2 {
  display: inline-block;
  padding: 0.4em 1.6em;
  font-size: 0.8rem;
  color: #00b5ad;
  text-decoration: none;
  user-select: none;
  border: 1px #00b5ad solid;
  border-radius: 20px;
  transition: 0.4s ease;
}

.button-2:hover {
  color: #fff;
  background: #00b5ad;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}


.btn,
a.btn,
button.btn {
font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    position: relative;
    display: inline-block;
    padding: 1rem 3rem;
    cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn--orange,
a.btn--orange {
        width: 540px;
  color: #000;
  background-color: #ffe25a;;
}

.btn--orange:hover,
a.btn--orange:hover {
  color: #000;
  background: #faf7bd;;
}


/*ブルーボタン*/

.btn--pink,
a.btn--pink {
    width: 540px;
  color: #000;
  background-color: #fbc0d8;;
}
.btn--pink:hover,
a.btn--pink:hover {
  color: #000;
  background: #f6dde7;;
}



/*グリーンボタン*/

#greenbtn{border: 2px solid #03cac1;
        width: 200px;
        margin: auto;
        margin-bottom: 4px;
}
