@charset "UTF-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

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

body{
     font-family: 'Noto Sans Japanese', sans-serif;
     font-size: 100%;
	
}

.wrapper img{
	margin-top: 50px;
	
	
}

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


a{
	text-decoration: none;
}



/**見出し
--------------------------------------------------**/

/*ウェイト---------

Thin	 	100,
Light	 	300,
DemiLight	350,
Regular	 	400,
Medium	 	500,
Bold	 	700,
Black		900

-----------------*/

h1{
	font-weight:100;
	font-size:2rem;
}

h2{
	font-weight:700;
	font-size:2rem;
}

h3{
	font-weight: 600;
	font-size:1.8rem;
}
.main-title{
	 line-height: 2.8rem;
	padding: .5rem 0;
	margin: .5rem 0;
	font-size:1.35rem;
}
.main-title-1{
	font-size:1.35rem;
	line-height: 1rem;
}
.main-title-2{
	font-size:1.8rem;
	 
}

p{
	color: #505050;
}

.text-1{
	font-size:1rem;
	}

.arign-center{
	text-align: center;
	}


/**----------------------------------------------------------------------------
///////////////////////////////////////////////////////////////////////////////
PC
///////////////////////////////////////////////////////////////////////////////
-----------------------------------------------------------------------------**/
@media only screen and (min-width:600px){

body{
	margin-top: 0;
	}
.sp{
	display: none;
	}

.main-title-containerSP{
	display: none;	
	}

a:hover{
	text-decoration: underline;
	text-underline-offset:.3rem;
	}

	
	
/* PCで電話番号リンクを無効に */
a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: #000;
}
	

/**------------------------------------------------------------------

ボタン

------------------------------------------------------------------*/

.button-1 a{
	display:flex;
	justify-content: center;
	align-content: center;
	line-height: 1.7rem;
	border: 1px solid #c8c8c8;
	text-align: center;
	width: 11rem;
	height: 3rem;
	margin: 2rem auto;
	padding: .5rem 1rem;
	text-decoration: none;
	color: #282828;
	background-color: #fff;
	font-weight: 700;
	font-size:.9rem;
}

.button-1 a:active{
	background-color:#d0c57b;
	color: #fff;
	font-weight: 400;
	border: 1px solid #d0c57b;
}

/*まんがエッセイボタン-----------------------------------------------*/


	
.button-2 a{
	display:inline-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	line-height: 1.85rem;
	
	text-align: center;
	
	height: 3rem;
	margin: 2rem auto;
	padding: .5rem 1rem;
	text-decoration: none;
	color: #fff;
	background-color: #009ee5;
	font-weight: 700;
}

.button-2 a:active{
	background-color:#d0c57b;
}



/*---------------------------------------------
Header
---------------------------------------------*/

#page-header{
	
	background-color: #fff;
	box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, .6) ;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 50;
	
}

.header-inner{
	
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	max-width: 1080px;
    margin: 0 auto;
    padding: 1% 4%;
}

.logo{
	width: 18%;
	font-size: 0;
}
.logo img{
	width: 100%;
	height: 100%;
}

/*------------------------------------------------------
グローバルメニュー
-------------------------------------------------------*/
.toggle-menu {
    display: none;
	}

.menuHeader{
	display: none;
	}

nav.global-nav .sp{
	display: none;
	}
	
nav.global-nav{
	width: 100%;
	display: flex;
	align-items: center;
	margin: 0 auto 0 auto;
	padding: 0 2em 0 2em;
	
	}

.global-nav .menu {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	
  	justify-content: flex-start;
  	list-style-type: none;
  	color: #fff;
  	padding: 0;
	margin: 0 auto 0 auto;
	line-height: 0;
	font-size:.9rem;
	
}


.global-nav .menu a{
	text-decoration: none;
	}
	
.global-nav .menu-item{
	
	line-height: 0;	
	padding: 5px 0;
	text-align: center;
	display: block;
	box-sizing: border-box;
	position: relative;
	}


.global-nav .menu-item a{
	color: #333;
	font-weight: 600;
	display: block;
	padding: 0 .8rem;
	white-space: nowrap;
	
	}

.global-nav .menu-item a:active{
	color: #0090aa;
	
	}

/*
ul .menu-item:hover a{
	color: #fff;
	}
*/

.global-nav .menu-item:active{
	
	}

/**メニュー欄　最後の右側ボーダー**/
/*ul .menu-item:last-child{
	border-right:1px solid #000;
	}*/
	

.sub-menu {
	width: 100%;
	display: none;/***編集時は変更***/
	top:59px;

	list-style-type: none;
	background-color: #333;
	position: absolute;
	z-index: 99;
}



/*.openが付与された時、表示の設定*/
.sub-menu.open {
  display: block;
}


.sub-menu li a {
  padding: 5px;
  
  display: block;
  color: #fff;
  text-decoration: none;
	border-bottom: 1px solid #000;
		border-left: 1px dotted #000;
	border-right: 1px dotted #000;
	line-height:2.8em;
}

.sub-menu li a:hover {
  background: #169CCC;
}
.sub-menu li a:active{
		background: #A6D9EB;
	}
.lh-sm{
	display: block;
	line-height:1.5em;
	}
	
.submenu-anno{
	display: block;
	font-size: .8em;
	line-height: 1.5em;
	padding: 0;
	color: yellow;
	font-weight: 400;
		
	}

	

/**------------------------------------------------------------
	
トップ　メインイメージ
	
------------------------------------------------------------*/

.top-photo img {
  width: 100%; /* 画像の幅を画面幅に合わせる */
  height: auto; /* アスペクト比を保ちながら高さを自動調整 */
  max-width: 100%; /* 画像がはみ出さないようにする */
  display: block; /* 余計なインライン要素の隙間をなくす */
}


	
/*見出しテキスト*/
/*.main-title-container {
  width: auto;
  z-index: 11;
  position: absolute;
	top: 16%;
  	left: 60%;
  
	display: block;
	
}*/

.main-title-containerSP {
  width: 70%;
	margin: 0 auto;
	
	padding: 4% 4% 5% 4%; 
	display: block;
	position: relative;
	text-align: justify;
}
	


.slide-box img{
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  opacity: 0;
  animation: slideshow 30s linear infinite;
	}


.slide-box img:nth-child(2) { 
  animation-delay: 6s;
}

.slide-box img:nth-child(3) {
  animation-delay: 12s;
}

.slide-box img:nth-child(4) { 
  animation-delay: 18s;
}

.slide-box img:nth-child(5) {
  animation-delay: 24s;
}





	
	
/**
コンテンツ
----------------------------------------------------*/

.information-1{
	background-color: #d6d4d2;
	width: 100%;
}

.content-inner{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 5rem 0;
}

.guidance-1{
	padding-left: 2.5rem;
	font-size:.9rem;
	color: #505050;
	font-weight: 350;
	line-height: 1.8rem;
}


/*pick up
------------------------------------------------*/

.pickup-works{
	padding-top: 3%;
	padding-bottom: 3%;
}

/*pick up タイトル
------------------------------------------------*/
.pkup-title-container{
	padding: 2%;
}

.pickup{
	color: #ff5050;
	font-weight: 700;
	font-size:1.5rem;
}

.sub-ti{
	padding-top: 1.3rem;
}
.pickup-title{
	color: #505050;
}

/*pick up　コンテンツイメージ
-------------------------------------------------*/
	
	.select{
		padding: 3rem 0;
	}
.pickup-container{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	
}

.pkupimg1{
	width: 30%;
	padding: 2%;
}
.pkupimg2{
	flex-grow: 2;
	flex-shrink: 1;
	width: 50%;
	height: auto;
	padding: 2%;
}

.pickup-item img{
	width: 100%;
	height: auto;
	font-size:0;
	border: 1px solid #c8c8c8;
}


/*まんがエッセイの案内
--------------------------------------------------------*/

.info-manga-essey{
	border-top:1px solid #c8c8c8 ;
}
.info-me{
	text-align: center;
	padding: 3%;
	
}

.info-me h3{
	padding: 3rem 0 4rem 0;
}
.info-me img{
	width: 78%;
	height: auto;
	margin-bottom: 3rem;
	
}

.button-2{
	
}

/**
infomation
---------------------------------------------------------*/

#info-email{
	margin-top: 5rem;
}

/*
.infomation{
	background-color: #f2f2f2;
	border-top: 1px solid #c8c8c8;
	text-align: center;
	
	
}*/


.infomation i{
	font-size:3rem;	
	padding-bottom: .5rem;
}

.infomation p a{
	font-size: 1.2rem;
	font-weight: 600;
	text-decoration: none;
	color: #505050;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 8%;
	background-color: #f2f2f2;
	border-top: 1px solid #c8c8c8;
	text-align: center;
}

.infomation p a:active{
	
	color: #f2f2f2;
	background-color: #505050;
	
}



/*-------------------------------------------------------
footer
--------------------------------------------------------*/
#footer{
	width: 100%;
	margin: 0 auto;
	
	border-top: 1px solid #c8c8c8;
	padding-top: 1rem;
}

#footer a{
	text-decoration: none;
}
	
.footer-container{
	display: flex;
	flex-flow: nowrap;
	justify-content: space-between;
	}
	
.footerContents-contact p a{
	color: #505050;
}

.co-name{
	font-size: 1.2rem;
	font-weight: 600;
}

.co-name-sub{
	margin: .3rem 0;
}
.enterprise-detail p{
	font-size:.7rem;
	padding: .1rem 0;
}
	
.footerContents-contact{
	
	white-space: nowrap;
	flex-grow: 1;
	order: 1;
	}	
.footerContents-sitemap{
	order: 2;
	}
	
.footer-nav{
	display: flex;
	flex-flow: nowrap;
	}
	
.footer-nav ul{
	display: inline-flex;
	flex-direction: row;
	flex-flow: wrap;
	justify-content: flex-end;
	list-style-type: none;
	font-size:.8rem;
	font-weight: 500;
	padding: 0 0 1.5rem 0;
	
}

.footer-nav li{
		
	}
.footer-nav li a{
	padding: 0 .5rem ;
	color: #505050;
	
}

.copyright{
	font-size: .5rem;
	padding: 2rem 0;
	order: 2;
}

	
	
	
	
	
/*-------------------------------------------------------------------------------
まんがエッセイ
-----------------------------------------------------------------------------*/	
	
	
#manga-essay-thumb{
	margin-top: 5rem;
	}
	
#manga-essay-thumb img{
	width: 90%;
	height: auto;
}
	
.content-item img{
	font-size:0;
	}

.content-item{
	text-align: center;
	padding: 3rem 0 0 0;
	}

/**-----------------------------------------------
まんがエッセイ各記事
/**---------------------------------------------**/
	
#manga-essay-content{
		width: 100%;
		height: auto;
	margin-top:5rem; 
	}
	
#manga-essay-content img{
	width: 100%;
	height: auto;
		
}
	
.manga-button{
	width: 100%;
	display: inline-flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	margin: 3rem auto;
	}

	
.manga-button p a{
	padding: 1rem 2rem;
	border: 1px solid #808080;
	margin: 2rem 2rem;
	color: #505050;
	border-radius: 2px;
}

.manga-button p a:active{
	background-color: #d0c57b;
	border: 1px solid #d0c57b;
	color: #fff;

}
	
/*-------------------------------------------------------------------------------
作品集
-----------------------------------------------------------------------------*/	

.title2{
	padding: 1.5rem 0 .5rem .5rem;
	}

.title3{
	padding: 0 0 .5rem .5rem;
	}

.title3-sub{
	padding: 2rem 0 .0 .5rem;
	font-size:1.2rem;
	font-weight: 200;
	color: #000;
	}
	
#illust-map{
		margin-top: 4rem;
	}
.content-container{
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		width: 100%;
		margin: 0 auto;
	}
	
.thum{
	width: 25%;
	height: auto;
	padding: .5rem;
	text-align: center;
	}

.thum img{
	width: 100%;
	height: 200px;
	box-shadow: 0 .1rem .3rem rgba(80,80,80, .5);
	border: 1px solid #ddd;
	object-fit: cover;
	
}


.thum p{
	font-size:.8rem;
	font-weight: 350;
	text-align: left;
	padding-top: .4rem;
	color: #505050;
	}

.thum a:active{
	opacity: 0.6;
	}


	
	
/**------------------------------------------------------------------

会社案内

------------------------------------------------------------------*/

	
#corporate-info{
	margin: 0 auto 0 auto;
	width: 100%;
	
	}
	
	
	
.corporate-image{

	}

.corporate-image img{
	width: 100%;
	height: 450px;
	font-size:0;
	object-fit: cover;
}

	
	

#plofile-container{
	max-width: 800px;
	margin: 2.5rem auto 0 auto;
	padding: 1rem 0 ;
	display: flex;
	flex-flow:row nowrap;
	justify-content: center;
	
	}
#plofile-container h1{
	
	}
	
	.plofile-ti1{
		font-size:1.8rem;
		padding: 0 3rem;
		white-space: nowrap;
	}

	.plofile-ti2{
		font-size:1.2rem;
	}
	
#plofile-container table{
	font-size:.8rem;
	font-weight: 200;
	margin: 0 auto;
	border-collapse: collapse;
	width: 60%;
	}

#plofile-container table tr td{
	padding: .5rem 1.5rem;
	border-bottom: 1px solid #c8c8c8;
	}
	
	
	.table-left{
		width: 25%;
		text-align: center;
	}
	.table-right{
		width: 75%;
	}
	
#plofile-container a{
	color:#000;
}
	
	
	
/***-----------------------------------------------------------------------------
	アクセス
---------------------------------------------------------------------------------*/
	
#map-container{
		margin-top: 5rem;
	}
	
#map-container h1{
	padding: 1rem 0;
	}	
	
.google-map{
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 75%;
	}	

.google-map iframe{
 	position:absolute;
	top:0;
    left:0;
    width:100%;
    height:100%;

	}
	

}/***********************************************************************  PC  ***/




















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

スマホ

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

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


.pc{
	display: none;
	}


	
/**-------------------------------------------------------------
	
見出し
	
-------------------------------------------------------------**/

/*ウェイト---------

Thin	 	100,
Light	 	300,
DemiLight	350,
Regular	 	400,
Medium	 	500,
Bold	 	700,
Black		900

-----------------*/

h1{
	font-weight:100;
	font-size:1.5rem;
}

h2{
	font-weight:700;
	font-size:2rem;
}

h3{
	font-weight: 600;
	font-size:1.3rem;
}
.main-title{
	font-size:1.4rem;
	line-height: 2.2rem;
	padding:  0;
	margin: 0 0;
	
}
.main-title-1{
	font-size:1rem;
	line-height: 1.5rem;
	
}
.main-title-2{
	font-size:1.5rem;
	 
}

p{
	color: #505050;
}

.text-1{
	font-size:.8rem;
	}

.arign-center{
	text-align: center;
	}
	
/**------------------------------------------------------------------

ボタン

------------------------------------------------------------------*/

.button-1 a{
	display:flex;
	justify-content: center;
	align-content: center;
	line-height: 1.7rem;
	border: 1px solid #c8c8c8;
	text-align: center;
	width: 11rem;
	height: 3rem;
	margin: 0 auto 1rem auto;
	padding: .5rem 1rem;
	text-decoration: none;
	color: #282828;
	background-color: #fff;
	font-weight: 700;
	font-size:.9rem;
}

.button-1 a:active{
	background-color:#d0c57b;
	color: #fff;
	font-weight: 400;
	border: 1px solid #d0c57b;
}

/*まんがエッセイボタン-----------------------------------------------*/

.button-2 a{
	display:inline-flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	line-height: 1.85rem;
	
	text-align: center;
	
	height: 3rem;
	margin: 1rem auto;
	padding: .5rem 1rem;
	text-decoration: none;
	color: #fff;
	background-color: #009ee5;
	font-weight: 500;
	font-size:.9rem;
}

.button-2 a:active{
	background-color:#d0c57b;
}




/*---------------------------------------------
Header
---------------------------------------------*/

#page-header{
	
	background-color: #fff;
	box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, .6) ;
	
	position:relative;
	width: 100%;
	z-index: 100;
	
	
}
	


.header-inner{
	
	display: block;
	
	max-width: 1080px;
    margin: 0 auto;
    padding: 8% 4%;
}

.logo{
	width: 34%;
	font-size: 0;
	margin: 0 auto;
}
.logo img{
	width: 100%;
	height: 100%;
}

/*-------------------------------------------------------------
	
グローバルメニュー
	
-------------------------------------------------------------*/

nav.global-nav {
    position: fixed;
    z-index: 13;
    top: 0;
    left: 0;
    height: 100%;
    overflow: auto;
    /*background: #eee;*/
    color: #fff;
    text-align: left;
    transform: translateX(100%);/*編集する際は0%*/
    transition: all 0.6s;
    width: 100%;
    -webkit-overflow-scrolling: touch;
	
}
	
nav.global-nav ul{
	background: #ccc;
    margin: 0 auto;
    padding: 0;
    width: 100%;
	text-align: center;
	}


nav.global-nav ul li {
    font-size: 1em;
	font-weight: 200;
	letter-spacing: .2rem;
    list-style-type: none;
    
    width: 100%;
    border-bottom: 1px dotted rgba(0,0,0,1);
	
	display: flex;
	flex-direction: column;
  	justify-content: flex-start;
  	color: #fff;
  	padding: 0;
	margin: 0 auto 0 auto;
	line-height: 0;

	background-color:rgba(80,80,80,0.95);
}
	

nav.global-nav ul li a{
	 padding: 3rem;
	text-decoration: none;
	color: #fff;
	

}

nav.global-nav ul li a:active{
	font-weight: 500;
	color: #0090aa;
	background-color:#d0c57b;
}




/* このクラスを、jQueryで付与・削除する */
nav.global-nav.active {
    transform: translateX(0%);
}
 
/* ------------------------------------------------
メニュー内ヘッダ 
------------------------------------------------------*/
nav.global-nav .menuHeader {
    background-color:#fff;
    padding: 2rem ;
	width: 100%;
	margin: 0 0 0 auto;
	text-align: center;
}
.menuHeader a{
	color: #505050;
	font-size: .8rem;
	font-weight: 600;text-decoration: none;
		
	}
	
/* メニューだけをスクロールさせる工夫 */
.overflowHidden {
    overflow: hidden;
}

/*--------------------------------
トグルメニュー
---------------------------------*/	
.toggle-menu {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 25px;
    top: 20px;
    width: 52px;
    height: 54px;
    cursor: pointer;
    z-index: 15;
    background: #fff;
    border: 1px solid #c8c8c8;
    text-align: center;
}
 
.toggle-menu span {
    display: block;
    position: absolute;    /* .toggle-menuに対して */
    width: 28px;
    border-bottom: solid 3px #505050;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    left: 11px;
	
}
 
.toggle-menu span:nth-child(1) {
    top: 12px;
}
 
.toggle-menu span:nth-child(2) {
    top: 19px;
}
 
.toggle-menu span:nth-child(3) {
    top: 26px;
}
 
.toggle-menu span:nth-child(4) {
    border: none;
    color: #505050;
    font-size: .6rem;
    font-weight: 500;
    top: 30px;
}
	
/*---------------------------------
タップ後「X」形
-----------------------------------*/
	
/* 最初のspanをマイナス45度に */
.toggle-menu.active span:nth-child(1) {
    top: 20px;
    left: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.toggle-menu.active span:nth-child(2),
.toggle-menu.active span:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
	
	
/**------------------------------------------------------------
	
トップ　メインイメージ
	

#main-image{
	
	margin: 0rem auto 0 auto;
	padding: 1rem;

}

/*.main-title-container{
	position: relative;
	top:50%;
	left: 100%;
	z-index: 11;
}*/




/*見出しテキスト*/
/*.main-title-container {
  width: auto;
  z-index: 11;
  position: absolute;
	top: 16%;
  	left: 60%;
  
	display: block;
	
}

.main-title-containerSP {
  width: 70%;
	margin: 0 auto;
	
	padding: 4% 4% 5% 4%; 
	display: block;
	position: relative;
	text-align: justify;
}
	


.slide-box img{
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  opacity: 0;
  animation: slideshow 30s linear infinite;
	}


	.slide-box img:nth-child(1)	{animation-delay: 10s}
	
.slide-box img:nth-child(2) { 
  animation-delay: 6s;
}

.slide-box img:nth-child(3) {
  animation-delay: 12s;
}

.slide-box img:nth-child(4) { 
  animation-delay: 18s;
}

.slide-box img:nth-child(5) {
  animation-delay: 24s;
}

*/
	

/**--------------------------------------------------------------------------
	
コンテンツ
	
---------------------------------------------------------------------------*/

.information-1{
	background-color: #d6d4d2;
	width: 100%;
}

.content-inner{
	display: flex;
	flex-direction:column;
	justify-content: center;
	align-items: center;
	padding: 2.5rem 0;
}

.guidance-1{
	padding-left: 0rem;
	padding: 0 4%;
	font-size:.9rem;
	color: #505050;
	font-weight: 350;
	line-height: 1.8rem;
	text-align: center;
}

.select{
	padding: 3% 0;
	}
	
	
/*pick up
------------------------------------------------*/



/*pick up タイトル
------------------------------------------------*/
.pkup-title-container{
	padding: 2%;
}

.pickup{
	color: #ff5050;
	font-weight: 700;
	font-size:1.5rem;
}

.sub-ti{
	padding-top: .5rem;
}
	
.pickup-title{
	color: #505050;
	font-size:1.5rem;
}

/*pick up　コンテンツイメージ
-------------------------------------------------*/
.pickup-container{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	
	
}

.pkupimg1{
	width: 60%;
	padding: 2%;
	margin: 0 auto;
}
.pkupimg2{
	flex-grow: 2;
	flex-shrink: 1;
	width: 80%;
	height: auto;
	padding: 2%;
	margin: 0 auto;
}

.pickup-item img{
	width: 100%;
	height: auto;
	font-size:0;
	border: 1px solid #c8c8c8;
}


/*まんがエッセイの案内
--------------------------------------------------------*/

.info-manga-essey{
	border-top:1px solid #c8c8c8 ;
}
.info-me{
	text-align: center;
	padding: 3%;
}

.info-me h3{
	padding: 1.5%;
}
.info-me img{
	width: 100%;
	height: auto;
	
}

.button-2{
	
}

/**
infomation
---------------------------------------------------------*/

#info-email{
	
}

/*
.infomation{
	background-color: #f2f2f2;
	border-top: 1px solid #c8c8c8;
	text-align: center;
	
	
}*/


.infomation i{
	font-size:2.2rem;	
	padding-bottom: .5rem;
}

.infomation p a{
	font-size: 1.2rem;
	font-weight: 600;
	text-decoration: none;
	color: #505050;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 8%;
	background-color: #f2f2f2;
	border-top: 1px solid #c8c8c8;
	text-align: center;
}

.infomation p a:active{
	
	color: #f2f2f2;
	background-color: #505050;
	
}



/*-------------------------------------------------------
footer
--------------------------------------------------------*/
#footer{
	width: 100%;
	margin: 0 auto;
	border-top: 1px solid #c8c8c8;
	padding-top: 1rem;
}

#footer a{
	text-decoration: none;
}
	
.footer-container{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	}
	
	
.footerContents-contact p a{
	color: #505050;
}

.co-name{
	font-size: 1.2rem;
	font-weight: 600;
}

.co-name-sub{
	margin: .3rem 0;
}
.enterprise-detail p{
	font-size:.7rem;
	padding: .1rem 0;
}
.footerContents-contact{
		order: 2;
	}	
.footerContents-sitemap{
		order: 1;
	}
	
.footer-nav ul{
	display: inline-flex;
	flex-direction: row;
	flex-flow: wrap;
	list-style-type: none;
	font-size:.8rem;
	font-weight: 500;
	padding: 0 0 1.2rem 0;
	
}

.footer-nav li a{
	padding: 0 .5rem 0 0 ;
	color: #505050;
	line-height: 1.5rem;
	
	
}

.copyright{
	font-size: .5rem;
	padding: 2rem 0;
	order: 2;
}


	
	
	
	
/*-------------------------------------------------------------------------------
まんがエッセイ
-----------------------------------------------------------------------------*/	
	
	
#manga-essay-thumb{
	margin-top: 1rem;
	}
	
#manga-essay-thumb img{
	width: 95%;
	height: auto;
}
	
.content-item img{
	font-size:0;
	}

.content-item{
	text-align: center;
	padding: 1.5rem 0 0 0;
	}


/**-----------------------------------------------
まんがエッセイ各記事
/**---------------------------------------------**/
	
#manga-essay-content{
		width: 100%;
		height: auto;
	margin-top:1rem; 
	}
	
#manga-essay-content img{
	width: 100%;
	height: auto;
		
}
	
.manga-button{
	width: 100%;
	display: inline-flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	margin: 3rem auto  5rem auto;
	}

	
.manga-button p a{
	padding: 1rem 2rem;
	border: 1px solid #808080;
	margin: 1rem 1rem;
	color: #505050;
	border-radius: 2px;
	font-size:.8rem;
}

.manga-button p a:active{
	background-color: #d0c57b;
	border: 1px solid #d0c57b;
	color: #fff;

}
	
	
/*-------------------------------------------------------------------------------
作品集
-----------------------------------------------------------------------------*/	

.title2{
	padding: 1.5rem 0 .3rem .5rem;
	
	}

.title3{
	padding: 0 0 .5rem .5rem;
	}

.title3-sub{
	padding: 2rem 0 .0 .5rem;
	font-size:1.2rem;
	font-weight: 150;
	color: #000;
	}
	
#illust-map{
		margin-top: .5rem;
	}	
.content-container{
		display: flex;
		flex-flow: row wrap;
		justify-content: flex-start;
		width: 100%;
		margin: 0 auto;
	}
	
.thum{
	width: 50%;
	height: auto;
	padding: .5rem;
	text-align: center;
	}

.thum img{
	width: 100%;
	height: 200px;
	box-shadow: 0 .1rem .3rem rgba(80,80,80, .5);
	border: 1px solid #ddd;
	object-fit: cover;
	
}


.thum p{
	font-size:.7rem;
	font-weight: 200;
	text-align: left;
	padding-top: .4rem;
	color: #505050;
	}

.thum a:active{
	opacity: 0.6;
	}

	
	
/**------------------------------------------------------------------

会社案内

------------------------------------------------------------------*/

	
#corporate-info{
	margin: 0 auto 0 auto;
	width: 100%;
	
	}
	
	
	
.corporate-image{
	width: 100%;
	display: block;
	}

.corporate-image img{
	width: 100%;
	height: auto;
	font-size:0;
	object-fit: cover;
}

	
	

#plofile-container{
	max-width: 800px;
	margin: 0 auto 0 auto;
	padding: 2rem 1rem;
	display: flex;
	flex-flow:column nowrap;
	justify-content: center;
	
	}
#plofile-container h1{
	
	}
	
.plofile-ti1{
	font-size:1.5rem;
	padding: 0 0 0 0;
	white-space: nowrap;
	}

.plofile-ti2{
	font-size:1.2rem;
	}
	
#plofile-container table{
	font-size:.8rem;
	font-weight: 350;
	margin: .5rem auto;
	border-collapse: collapse;
	width: 100%;
	color: #505050;
	}

#plofile-container table tr{
	border-bottom: 1px solid #c8c8c8;
	}
	
#plofile-container table tr:first-child{
	border-top: 1px solid #c8c8c8;
	}
	
	.table-left{
		padding: .8rem 1rem .8rem 0;
		width: 20%;
		text-align: center;
		white-space: nowrap;
		
	}
	.table-right{
		width: 80%;
		padding: .3rem 0;
	}

#plofile-container a{
	color:#505050;
}

a[href*="tel:"] {

	color: #505050;
}
	
	
/***-----------------------------------------------------------------------------
	アクセス
---------------------------------------------------------------------------------*/
	
#map-container{
		margin-top: 1rem;
	}
	
#map-container h1{
	padding: 1rem 0;
	text-align: center;
	font-size:2rem;
	}	
	
.google-map{
		position: relative;
		width: 100%;
		height: 0;
		padding-top: 130%;
		display: block;
	margin-bottom: 3rem
	}	

.google-map iframe{
 	position:absolute;
	top:0;
    left:0;
    width:100%;
    height:100%;

	}
	
	

}/************************************************************ sp **/
