@charset "UTF-8";

/* 共通部分
------------------------------- */
html {
    font-size: 100%;
}


*{margin:0; padding:0;font-size:13px;}


body{
    font-family: "ＭＳゴシック", sans-serif	;
}
img {
    max-width: 100%;
}
.wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 0%;
}

/* 大きな背景画像 */
.big-bg {
    min-height: 100vh;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

/* [面白い物語を創造しよう] */
.page-title {
    font-size: 4rem;
    font-family: 'Philosopher', serif;
    text-transform: uppercase;
    font-weight: normal;
}



/* 見出し */
.pagesub-title {
    font-size: 3rem;
    text-align: center;
    border-top: 2px #0bd solid;
    border-bottom: 2px #0bd solid;
    font-family: 'Philosopher', serif;
    text-transform: uppercase;
    font-weight: normal;
}


.sub1-title {
    font-size: 1.125rem;
    text-align: left;
    padding: 0 8px 8px;
    border-bottom: 2px #a2dada solid;
    font-weight: normal;
}


/* ボタン */
.button {
    font-size: 1rem;
    background: #0090aa;
    color: #fff;
    border-radius: 10px;
    padding: 18px 64px;
}
.button:hover {
    background: #00aaa2;
}


/*access.html【電車からお越しの方】*/
/* iframe */
iframe {
    width: 100%;
}

/* HEADER
------------------------------- */

/*ナビゲーション*/
.page-header {
    display: flex;
    justify-content: space-between;
}
.logo {
    width: 300px;
    margin-top: 34px;
}


.rogo {
    width: 820px;
    margin-top: 0px;
}

@media screen and (max-width:480px) {
    header h1 {
        width: 100%;
    }
    .logo {
        width: 225px;
        margin: 15px auto;
        display: block;
    }


}


/*ナビゲーション*/
.main-nav {
    display: flex;
    font-size: 1rem;
    text-transform: uppercase;
    margin-top: 34px;
    list-style: none;
}
.main-nav li {
    margin-left: 36px;
}
.main-nav a {
    color: #432;
}
.main-nav a:hover {
    color: #0bd;
}


/*マウスオーバー　ライン
------------------------------- */

.hover {
  display: inline-block;
  position: relative;
  text-decoration: none;

}
.hover::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #2196F3;
  transition: all 0.3s ease 0s;
}
.hover:hover {
  cursor: pointer;
}
.hover:hover::after {
  width: 100%;
}

div.tagu p {
   margin: -0.4em 10px;
   text-align: right

}

/* HOME
------------------------------- */

#home {
    background-image: url(../images/main_siro.jpg);
    min-height: 100vh;
}


.home-content {
    font-size: 1.25rem;
    text-align: center;
    font-weight: 400;
    margin-top: 10%;
    text-transform: uppercase;
    font-weight: normal;
}

.home-content p {
    padding: 40px
}

@media screen and (max-width: 480px) {
    .home-content {
        padding: 5px;
        font-size: 1rem;
        text-align: center;
    }
}


/* NEWS
------------------------------- */
#news {
    min-height: 100vh;
}

#news .post-title {
    text-transform: none;

}



/* NEWSのタイトル
----------*/
.news-title {
    font-family: "Yu Mincho", "YuMincho", serif;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: left;
}


#exam2 table{
  margin-left:auto;
  margin-right:auto;
  border-collapse: collapse;
  border-spacing: 0;
  width: 55%
}

#exam2 table tr{
  border-bottom: solid 1px #a2dada;
}

#exam2 table th{
  font-size: 1.125rem;
  font-weight: normal;
  text-align: left;
  width: 10%;
  padding: 10px 10px 10px;
}

#exam2 table td{
  text-align:left;
  width: 10%;
  padding: 0px 30px 10px;
  width: 30%;
  padding: 10px 10px 10px;
}

.news-content {
    font-size: 1.125rem;
}



/*NEWS日付
------------------------------- */
.post-info {
    position: relative;
    padding-top: 50px;
    margin-bottom: 50px;
}

/*NEWS日付
------------------------------- */
.post-date {
    background: #0bd;
    border-radius: 50%;
    color: #fff;
    width: 100px;
    height: 100px;
    font-size: 1.125rem;
    text-align: center;
    position: absolute;
    top: 0;
    padding-top: 20px;
}
.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;
}

.news-content p {
    font-size: 1.125rem;
}


.news_png {
    width: 60%;
    margin-left: 80px;
}

/*NEWS(スマホ)
------------------------------- */
@media screen and (max-width: 480px) {


.news-title {
    font-family: "Yu Mincho", "YuMincho", serif;
    font-size: 1rem;
    font-weight: bold;
    text-align: left;
}

#exam2 table{
  margin-left:auto;
  margin-right:auto;
  border-collapse: collapse;
  border-spacing: 0;
  width: 75%
}

#exam2 table tr{
  border-bottom: solid 1px #a2dada;
}

#exam2 table th{
  font-size: 1rem;
  text-align: left;
  font-weight: normal;
  width: 10%;
  padding: 10px 10px 10px;
}

#exam2 table td{
  text-align:left;

  width: 10%;
  padding: 0px 30px 10px;
  width: 30%;
  padding: 10px 10px 10px;
}

.news-content {
    font-size: 1rem;
}



/*NEWS日付(スマホ)
------------------------------- */
.post-info {
    position: relative;
    padding-top: 40px;
    margin-bottom: 40px;
}

/*NEWS日付(スマホ)
------------------------------- */
.post-date {
    background: #0bd;
    border-radius: 50%;
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 0.5rem;
    text-align: center;
    position: absolute;
    top: 0;
    padding-top: 10px;
}
.post-date span {
    font-size: 0.5rem;
    border-top: 1px rgba(255,255,255,.5) solid;
    padding-top: 6px;
    display: block;
    width: 60%;
    margin: 0 auto;
}

.news-content p {
    font-size: 0.8rem;
}


.news_png {
    width: 100%;
    margin: 0 auto;
}


}


/* aboutus
------------------------------- */

#aboutus {
    min-height: 100vh;
}

#aboutus .page-title {
    text-transform: none;

}
.aboutus-content {
    background-image: url(../images/background.jpg);
    font-size: 1.125rem;
    text-align: center;
    margin-top: 0.5%;
    padding-bottom: 40px;
}

.aboutus-content p {
    font-size: 1.125px;
}


#exam table{
  margin-left:auto;
  margin-right:auto;
  border-collapse: collapse;
  border-spacing: 0;
  width: 50%
}

#exam table tr{
  border-bottom: solid 1px #a2dada;
}

#exam table th{
  font-size: 1.125rem;
  text-align: right;
  width: 20%;
  padding: 10px 30px 10px;
}


#exam table td{
  font-size: 1.125rem;
  text-align:left;
  width: 30%;
  padding: 10px 70px 10px;
}

@media screen and (max-width: 480px) {


.aboutus-content {
    font-size: 1.125rem;
}


    #exam table {
        width: 100%;
    }
    #exam table th {
        padding: 0;
    }
    #exam table td {
        width: 90%;
        padding: 5px 0 5px 10px;
    }

}

/* CONTACT
------------------------------- */
#contact {
    min-height: 100vh;
}

.contact-content {
    background-image: url(../images/background.jpg);
    text-align: center;
    font-size: 1.125rem;
    margin-top: 0.5%;
    padding-bottom: 30px;
}

.contact-content p {
    margin: 2em 1px;
    font-size: 1.125rem;
}


/* フォーム */
form div {
    margin-bottom: 10px;
}

input[type="text"] {
  width: 100%;
  max-width: 480px;
  font-size: 1.125rem;
  border: 2px solid #aaa;
  border-radius: 10px;
  margin: 8px 0;
  outline: none;
  padding: 8px;
  box-sizing: border-box;
  transition: 0.3s;
  background: rgba(255,255,255,.5);
}

input[type="text"]:focus {
  border-color: dodgerBlue;
  box-shadow: 0 0 8px 0 dodgerBlue;
}


input[type="email"] {
  width: 100%;
  max-width: 480px;
  font-size: 1.125rem;
  border: 2px solid #aaa;
  border-radius: 10px;
  margin: 8px 0;
  outline: none;
  padding: 8px;
  box-sizing: border-box;
  transition: 0.3s;
  background: rgba(255,255,255,.5);
}

input[type="email"]:focus {
  border-color: dodgerBlue;
  box-shadow: 0 0 8px 0 dodgerBlue;
}


textarea{
  width: 100%;
  max-width: 480px;
  font-size: 1.125rem;
  height: 15rem;
  border: 2px solid #aaa;
  border-radius: 10px;
  margin: 8px 0;
  outline: none;
  padding: 8px;
  box-sizing: border-box;
  transition: 0.3s;
  background: rgba(255,255,255,.5);

}

textarea:focus {
  border-color: dodgerBlue;
  box-shadow: 0 0 8px 0 dodgerBlue;
}

input[type="submit"] {
    border: none;
    cursor: pointer;
    line-height: 1;

}


#exam1 table th{
  text-align: center;
  width: 20%;
  padding: 10px 30px 10px;
}


#exam1 table td{
  font-size: 1.125rem;
  text-align:center;
  width: 30%;
  padding: 10px 70px 10px;
}

@media screen and (max-width: 480px) {

    #exam1 table td {
        width: 90%;
        padding: 10px;
    }

}

/*access
------------------------------- */



#access .page-title {
    text-transform: none;

}
.access-content {
    background-image: url(../images/background.jpg);
    font-size: 1.125rem;
    text-align: center;
    margin-top: 0.5%;
    padding-bottom: 40px;
}

.access-content p {
    font-size: 1.125rem;
    text-align: left;
    line-height: 0.5em
}

/* 会社所在地 */
#location {
    padding: 5% 0;
}
#location .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.location-info {
    width: 38%;
}
.location-info p {
    padding: 12px 10px;
}
.location-map {
    width: 60%;
}

@media screen and (max-width: 480px) {

    #location .wrapper {
        flex-direction: column;
    }
    .location-info {
        width: 95%;
        margin: 0 auto;
    }
    .access-content p {
        line-height: 1em;
    }
    .location-map {
        width: 95%;
        margin: 0 auto;
    }
}


/* service
------------------------------- */
#service {
    min-height: 100vh;
}
#service article {
    width: 60%;
}

/*フレーム？*/
.service-contents {
    background-image: url(../images/background.jpg);
    text-align: center;
    font-size: 1.125rem;
    margin-top: 0.5%;
}

.service-content{
    display: flex;
    justify-content: center;
    align-items: stretch;
    padding-bottom: 50px;

}

.service-content p {
    font-size: 1.125rem;
    text-align: left;
    line-height: 2em;
    margin-top: 0.5%;
    letter-spacing: 2px;
}

.contents {
    display: flex;
    align-items: flex-start;
    margin: 50px auto;
}

.contents_left {
    width: 70%;
}

.contents_img {
    width: 15%;
    margin-left: 50px;
}

.contents_img img{
    height: auto;
    margin-top:50px;
}




.service-content .page-title {
    text-align: center;
}

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



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



/*色を付けたい場合

.item:nth-child(1) {
    background: white;
} 
.item:nth-child(2) {
    background: white;
}
.item:nth-child(3) {
    background: white;
}
*/

/* 記事部分 */
article {
    width: 40%;
}


.service-info {
    position: relative;
    padding-top: 20px;
    margin-bottom: 30px;
}



/* 事業内容のところ */
.service-title {
    font-family: "Yu Mincho", "YuMincho", serif;
    font-size: 1.5rem;
    border-top: 2px #a2dada solid;
    border-bottom: 2px #a2dada solid;
    font-weight: bold;
    text-align: left;
}

.service-bikou {
    font-family: "Yu Mincho", "YuMincho", serif;
    font-size: 1.25rem;
    text-align: left;
}


article p {
    margin-bottom: 1rem;
}

/* サイドバー　（右のカテゴリーの幅） */
aside {
  max-width: 180px;
  outline: none;
  padding: 10px;

}


/* SNS */
#sns {
    background: #FAF7F0;
    padding: 4% 0;
}
#sns .wrapper {
    display: flex;
    justify-content: space-between;
}
#sns .sub-title {
    margin-bottom: 30px;
}
.sns-box {
    width: 30%;
}


@media screen and (max-width: 480px) {

    #service article {
        width: 90%;
    }
    .service-title {
        font-size: 1.125rem;
    }
    .contents {
        flex-direction: column;
        margin-top: 0;
    }
    .contents_left {
        width: 100%;
    }
    .contents_img {
        width: 50%;
        margin: 0 auto;
    }
    .contents_img img {
        margin-top: 0;
    }

}

/* フッター
------------------------------- */
footer {
    background: #432;
    text-align: center;
    padding: 26px 0;
}
footer p {
    color: #fff;
    font-size: 1.125rem;
}



/* モバイル版
------------------------------- */
@media (max-width: 600px) {
    .page-title {
        font-size: 1.125rem;
    }


#home {
    background-image: url(../images/main_siro_smartphone.jpg);
    min-height: 100vh;
}


.wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0%;
}

/* 大きな背景画像 */
.big-bg {
    min-height: 50vh;
}

/* [面白い物語を創造しよう] */
.page-title {
    font-size: 1.8rem;
    font-family: 'Philosopher', serif;
    text-transform: uppercase;
    font-weight: normal;
}


/* 見出し */
.pagesub-title {
    font-size: 2rem;
    text-align: center;
    border-top: 1px #0bd solid;
    border-bottom: 1px #0bd solid;
    font-family: 'Philosopher', serif;
    text-transform: uppercase;
    font-weight: normal;
}


.sub1-title {
    font-size: 1.125rem;
    text-align: left;
    padding: 0 8px 8px;
    border-bottom: 2px #a2dada solid;
    font-weight: normal;
 }


/* ボタン */
.button {
    font-size: 1.125rem;
    background: #0090aa;
    color: #fff;
    border-radius: 10px;
    padding: 15px 48px;
}
.button:hover {
    background: #00aaa2;
}


}

/* toggle-menu
------------------------------- */

.drawer-hidden {
    display: none;
  }


@media screen and (max-width: 480px) {

  /* ハンバーガーアイコンの設置スペース */
  .drawer-open {
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 100;/* 重なり順を一番上に */
    cursor: pointer;
  }
  
  /* ハンバーガーメニューのアイコン */
  .drawer-open span,
  .drawer-open span:before,
  .drawer-open span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #333;
    transition: 0.5s;
    position: absolute;
  }
  
  /* 三本線のうち一番上の棒の位置調整 */
  .drawer-open span:before {
    bottom: 8px;
  }
  
  /* 三本線のうち一番下の棒の位置調整 */
  .drawer-open span:after {
    top: 8px;
  }
  
  /* アイコンがクリックされたら真ん中の線を透明にする */
  #drawer-check:checked ~ .drawer-open span {
    background: rgba(255, 255, 255, 0);
  }
  
  /* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
  #drawer-check:checked ~ .drawer-open span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  
  #drawer-check:checked ~ .drawer-open span::after {
    top: 0;
    transform: rotate(-45deg);
  }
    
  /* メニューのデザイン*/
  .drawer-content {
    background-image: url(../images/smartphone_navi.jpg);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/* メニューを画面の外に飛ばす */
    z-index: 99;
    transition: .5s;
    background-size: cover;
  }
  
  /* アイコンがクリックされたらメニューを表示 */
  #drawer-check:checked ~ .drawer-content {
    left: 0;/* メニューを画面に入れる */
  }

  .main-nav {
    flex-direction: column;
    justify-content: space-around;
    height: 70vh;
    align-items: center;
  }
  div.tagu p {
      margin-top: 10px;
  }
}






/* 漫画家募集
------------------------------- */




div.body{
	margin		:0 auto		;
	padding		:10px 10px 10px 10px	;
	background	:white		;
	width		:800px		;
}

hr{
	clear		:both		;
	height		:4px		;
	background	:navy		;
	border		:none		;
	border		:0		;
	margin		:0px;
	padding		:0px;
	background-image	: -webkit-linear-gradient(left, blue, navy, blue)	;
	background-image	: -moz-linear-gradient(left, blue, navy, blue)		;
	background-image	: -ms-linear-gradient(left, blue, navy, blue)		;
	background-image	: -o-linear-gradient(left, blue, navy, blue)		;
}

header{
	margin		:2%		;
}



.wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 0%;
}


h4{
	font-family : Arial,'ヒラギノ丸ゴシック',sans-serif ;
	font-size	:13px; 
	font-weight	:bold		;
	color		:#000000	;
	text-align	:left		;
        width		:600px		;
	margin		:5px		;
	line-height	:20px		;
        margin-left	:100px		;

}

h5{
	font-family : Arial,'ヒラギノ丸ゴシック',sans-serif ;
	font-size	:25px; 
	font-weight	:bold		;
	color		:#ff0000	;
	text-align	:center		;
	margin		:15px		;
	line-height	:40px		;
	letter-spacing	:2px		;

}

h6{
	font-family : Arial,'ヒラギノ丸ゴシック',sans-serif ;
	font-size	:30px; 
	font-weight	:bold		;
	color		:#0064ff	;
	text-align	:center		;
	margin		:15px		;
	line-height	:40px		;
	letter-spacing	:2px		;

}


/* 漫画家募集スマホ
------------------------------- */

@media screen and (min-width: 480px)　{

div.body{
	margin		:0 auto		;
	padding		:10px 10px 10px 10px	;
	background	:white		;
	width		:50px		;
}

}
