@charset "utf-8";

html {
	font-size: 18px;
}

html * {
	box-sizing: border-box;/* ボーダーもwidthに含める */
}

body{
	max-width: 800px;/* ナビゲーションの位置を固定するために400pxにした */
	margin: 0 auto;
	background-color:#FFFFFF;/*背景色*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MSPGothic", sans-serif;/*フォント*/
	height:100%;/*高さ*/
}
p {/* デフォルトCSS */
/*     display: block;
    margin: 1em 0;  */
}
h1 {/* デフォルトCSS */
/*     font-size: 2em;
    margin: .67em 0  */
}
h2 {/* デフォルトCSS */
/*   display: block;
  font-size: 1.5em;
  font-weight: bold; */
}
main{/* 何か入れる？？使いどころがわからない */

}

/* フォントの設定いろとかサイズとかつけたやつ */
.text1_toppg-pink {font:0.75rem"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MSPGothic", sans-serif; color:#f08080; text-decoration:none}




/* ヘッダー */
header {
	position: relative;
	background: #000000;
}
.service-header{
	background: #e7d534;
	
}
.supply-header{/* スケジュールのヘッダーの背景 */
	background: #e44343;
	
}

.toi-header{/* 問い合わせのヘッダーの背景 */
	background: #ee9d40;
	
}
.work-header{/* 撮影についてのヘッダーの背景 */
	background: #FFFFFF;
	
}

.header-container {
	padding: 20px;
}
.header-logo {
	margin: 0;
	width: 71.5px;/* 画像に合わせて調節 */
	height: 22px;
	background-image: url(../img/logo.png);
	background-size: 71.5px 22px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}









/* 消した */

/* PCのナビゲーションのCSS終わり↑ */

/* -----はじめましてのセクション------------------------------------ */
.top-pg_hello {
	font-family: 'Kosugi', sans-serif;
	color: #000000;
	text-align: center;
	margin: 50px 8px;

}
.top-pg_hello h1 {
	font-size: 0.9rem;
}
.top-pg_hello p {
	font-size: 0.7rem;
	margin: 0.8em;
}




/* 吹き出しのCSS */
.balloon-set-box {
	display: flex;
	flex-wrap: wrap;
  }
  .balloon-set-box.left { /* 左 */
	flex-direction: row;
  }
  .balloon-set-box.right { /* 右 */
	flex-direction: row-reverse; /* アイコンと吹き出しの並びを入れ替える */
  }
  .balloon {
	position: relative; /* 三角の位置を固定するために設定 */
	display: inline-block;
	max-width: 200px;
	margin: 10px 10px 20px; /* 上 左右 下のマージン */
	padding: 20px 10px; /* ふきだし内の余白 */
	background: #f0f0f0; /* 背景色 */
	text-align: left; /* テキストの揃え */
	border-radius: 15px;
  }

@media screen and (min-width: 770px) {
	.balloon {
		max-width: 500px;
	}
}


  .balloon::after {
	content: '';
	border: 14px solid transparent;
	border-top-color: #f0f0f0;
	position: absolute;
	top: 0;
  }
  .left .balloon::after { /* 左側からの三角の位置 */
	left: -10px;
  }
  .right .balloon::after { /* 右側からの三角の位置 */
	right: -10px;
  }
   
  .icon-box {
	width: 60px;
	height: 60px;
	margin: 0px 8px;
	border-radius: 50%;
	border: 2px solid #fff;
	box-shadow: 0 0 6px rgba(0,0,0,0.3);
	overflow: hidden;
  }


.balloon a:link{
	text-decoration: none;
	color: blue;
	}
.balloon a:visited{
	text-decoration: none;
	color: blue;
	}
.balloon a:active{
	text-decoration: none;
	color: blue;
	}
.balloon a:hover {
  	filter:alpha(opacity=50);
  	-moz-opacity: 0.5;
  	opacity: 0.5;
}


/* ---------------手順------------------------------------------- */
.top-pg_process-center {
	font-family: 'Kosugi', sans-serif;
	color: #000000;
	text-align: center;
	margin: 50px 8px;

}
.top-pg_process-center h1 {
	font-size: 1.3rem;
}
.top-pg_process-center h2 {
	font-size: 0.9rem;
	margin-top: 1.2rem;
}


.top-pg_process-center p {
	font-size: 0.8rem;
	margin: 1.2em;
}
.top-pg_process-left {
	font-family: 'Kosugi', sans-serif;
	color: #000000;
	margin: 50px 8px;

}
.top-pg_process-left h1 {
	padding-left:10px ;
	border-left: 8px solid #000000;
	font-size: 0.9rem;
	margin: 1.5rem 0;
	font-weight: normal;
	line-height: 1.2rem;

}

.top-pg_process-left h1 {
	padding-left:10px ;
	border-left: 8px solid #000000;
	font-size: 0.9rem;
	margin: 1.5rem 0;
	font-weight: normal;
	line-height: 1.2rem;

}

.top-pg_process-left h2 {
	font-size: 1rem;
	margin: 1.5em 0;
}

.top-pg_process-left p {
	font-size: 0.8rem;
	margin: 0.7rem 0;
}

/* ---------------手順------------------------------------------- */

/* サンプル表示 */
.sample-container {
	background: #ffffff;
	font-family: 'Kosugi', sans-serif;
	color: #000000;
	margin: 0 8px;
}

.sample-text h1 {
	font-size: 0.9rem;
	margin: 1.2 0;
}
.sample-text p {
	font-size: 0.7rem;
	margin: 0.8em 0;
}



.samplelist-contents li {
	
	text-align: center;
	margin-bottom: 20px;
}
.samplelist-contents img {
	
}

@media screen and (min-width: 400px) {
	.samplelist-contents {
		display: flex;
		justify-content: space-between;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.samplelist-contents li {
		flex: 0 1 195px;
		margin: 0 auto;
		margin-bottom: 20px;
		text-align: center;
	}
}




@media screen and (min-width: 770px) {
	.pc_samplelist {
		display: flex;
		justify-content: space-between;
	}
	.samplelist-contents img {
		max-width: 160px;
	}/* -----無理やり合わせた---------- */
}



/* --------------ホーム画面にアイコン表示------------------------------- */
.center {
	text-align: center;
	
}


/* -----入力用フォーム------------------------------------ */


	







/* -----会社情報のセクション------------------------------------ */
.top-pg_info {
	font-family: 'Kosugi', sans-serif;
	color: #000000;
	margin: 50px 8px;

}
.top-pg_info p{
	margin-bottom: 20px;
}
	




















/* -----noticeのセクション------------------------------------ */
.top-pg_notice {
	font-family: 'Kosugi', sans-serif;
	color: #000000;
	text-align: center;
	margin: 50px 8px 30px 8px;

}
.top-pg_notice h1 {
	font-size: 0.9rem;
}
.top-pg_notice p {
	margin: 1.5rem;
	font-size: 1.1rem;
}


/* -----QRコードの設置のセクション------------------------------------ */
.qr-container {
	text-align: center;
}

.qr-container h2 {
	font-size: 0.8rem;
	font-family: 'Kosugi', sans-serif;
	color: #000000;
	display: block;
	margin-top: -20px;
	
		
}
.qr-container a {
	text-decoration: none;
}
.qr-center:hover {
	opacity: 0.8;
}





	
/* -----フッター------------------------------------ */
/* -----会社情報のセクション------------------------------------ */

.footer-container {
	
	
	font-family: 'Kosugi', sans-serif;
	margin-top: 100px;
	padding: 20px;
	border-radius: 0 0 10px 10px;
	background: #000000;
}
.service_footer-container{
	background: #e7d534;
}
.supply_footer-container{
	background: #e44343;
}

.toi_footer-container{
	background: #ee9d40;
}



.copyright {
	margin: 0 20px;
	font-size: 0.8rem;
	color: #ffffff;
	text-align: center;
}
footer a {
	text-decoration:none;
}
.footer-container:hover {
	background: red;
}
.footer-container h3 {
	font-size: 0.65rem;
	font-family: 'Kosugi', sans-serif;
	color: #ffffff;
	display: block;
	padding: 15px;
	text-align: center;
}


/* -----ここからデジタル名刺のCSS-------------------------------------------------------------------------- */
.card-pg_notice {
	font-family: 'Kosugi', sans-serif;
	color: #000000;
	text-align: center;
	margin: 50px 8px 30px 8px;

}


.card-pg_notice h1 {
	font-size: 0.9rem;
}
.card-pg_notice p {
	margin: 0.5rem;
	font-size: 0.8rem;
}

/* 名刺の内容 */

.card-text-container {
	font-family: 'Kosugi', sans-serif;
	color: #000000;
	margin: 0 8px;

}

.card-text-1 h1 {
	font-size: 1.2rem;
	margin: 0.5em 0;
}
.card-text-1 h2 {
	font-size: 0.9rem;
	margin: 1em 0;
}
.card-text-1 p {
	font-size: 0.8rem;
	margin: 0.7rem 0;
}
.card-text-2 h3 {
	padding-left:10px ;
	border-left: 8px solid #000000;
	font-size: 0.8rem;
}
.card-text-2 p {
	font-size: 0.8rem;
	margin: 0.7rem 0;

}


/* -----ここからSNSまとめのCSS-------------------------------------------------------------------------- */
.sns-pg_notice {
	font-family: 'Kosugi', sans-serif;
	color: #000000;
	text-align: center;
	margin: 50px 8px 30px 8px;
}

.sns-pg_notice h1 {
	font-size: 0.9rem;
}
.sns-pg_notice p {
	margin: 0.5rem;
	font-size: 0.8rem;
}

.hp_sns_qr-container {
	margin-bottom: 50px;
}













