@charset "utf-8";

html {
	font-size: 18px;
}

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

body{
	max-width: 400px;/* ナビゲーションの位置を固定するために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(../member/200524kenta/name_kenta.png);
	background-size: 71.5px 22px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}
.hp_card-header-logo {
	background-image: url(../../img/name_kenta.png);

}
.header-navbtn {/* 右上にピタッと配置 */
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 30;
	width: 62px;
	height: 62px;
	background-image: url(../img/navbtn.png);
	background-size: 62px 62px;
}
.hp_card-header-navbtn {
	background-image: url(../../img/navbtn.png);

}

.header-navbtn:hover, .header-navbtn:active {
	background-color: #93f17b;
}


/* ナビゲーター */
nav {
	font-size: 1rem;/* 18pxに調整 */
}
.nav-container {
	position: absolute;/* ビューポートを基準にする */
	top: 62px;
	right: 0;
	z-index: 20;
	margin: 0;
	padding: 0;
	width: 200px;
	background: #63c54b;
	box-shadow: 0px 5px 5px  rgba(0,0,0,0.4);
}
@media screen and (min-width: 400px) {
	.nav-container {/* 右上にピタッと配置 */
		left: 50%;
	}
}



.globalnav {/* リセットCSS */
	list-style: none;
	margin: 0;
	padding: 0;
}
.globalnav li a {
	display: block;
	padding: 15px 20px;
	border-bottom: 1px solid #a6ff90;
	text-decoration: none;
	line-height: 100%;/* 行間をなくす */
	color: #ffffff;
}
.globalnav li a:hover,
.globalnav li a.current {/* currentのclassはつくってない */
	background: #a6ff90;
	color: #ffffff;
}

/* ========== Javascript用CSS ========== */
/* ナビゲーションを最初は非表示。 */
#js-slidemenu {
	display: none;
}
/* ナビゲーションが開いたときに画面を暗くする処理のためのCSS */
.js-slidemenu-effect {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.4;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}


/* ナビゲーションPCサイズ */

/* パソコン向けではナビゲーションを常に表示 */


/* 消した */

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



/* デジタル名刺の最初のページをアニメーションにする */


/*以下フェードイン表示の指定*/
.fadein {
    opacity: 0;
    animation: fadein 6s ease forwards;
}
@keyframes fadein {
    100% {  opacity: 1;}
}
 
/*以下遅延の指定*/
.txt01 {animation-delay: 1s;}
.txt02 {animation-delay: 4s;}
.txt03 {animation-delay: 7s;}
.txt04 {animation-delay: 10s;}

/* ↑デジタル名刺の最初のページをアニメーションにする　終わり */



















/*撮影についてのナビゲーション*/

.gl-nav {
	padding: 60px 0;
	border-bottom: 2px solid #000000;
}
.gl-nav ul {
	list-style: none;
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
	font-family: "Kokoro"; 
}
.gl-nav li a {
	display: block;
	padding: 0 10px;
	text-decoration: none;
	text-align: center;
	font-family: "Kokoro"; 
	font-size: 35px;
	color: #000000;
	transform: rotate(-20deg);
	transition: transform 0.3s linear;
}
.gl-nav li a:hover {
	color: #d34547;
	transform: rotate(0deg);
}




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

}
.top-pg_notice h1 {
	font-size: 1.5rem;
	font-weight: lighter;
	margin: 1.5rem;
}
.top-pg_notice h2 {
	font-size: 0.9rem;
	font-weight: lighter;
}
.top-pg_notice h3 {
	font-size: 0.9rem;
	font-weight: lighter;
}
.top-pg_notice p {
	
	font-size: 0.8rem;
}



/* -----QRコードの設置のセクション------------------------------------ */
.qr-container {
	text-align: center;
}
.hp_card_qr-container {
	margin-bottom: 50px;
}
.qr-container h2 {
	font-size: 0.8rem;
	font-family: 'Kosugi', sans-serif;
	color: #000000;
	display: block;
	margin-top: 0px;
	
		
}
.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: 'Lobster', cursive;
	color: #000000;
	text-align: center;
	margin: 20px 8px 20px 8px;

}


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

.card-pg_notice span {
	margin: 0;
	font-size: 0.6rem;
}


/* 名刺の内容 */

.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;
	line-height: 1.25;

}


/* -----ここから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;
}

/* --------------saveのページ------------------------------- */
.center {
	text-align: center;
	
}











/* -----ここから料金ページのCSS-------------------------------------------------------------------------- */

/* ----料金表-------------------------------- */

.pricelist_main-container {
	
	background: #ffffff;
}

.service-pg_hello {
	font-family: 'Kosugi', sans-serif;
	color: #000000;
	text-align: center;
	margin: 50px 8px;

}
.service-pg_hello h1 {
	font-size: 2rem;
}
/* 値段表部分 */
.pricelist {
	margin: 0 20px;
}

.pricelist-contents {
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;	
}
.pricelist-contents li {
	flex: 1 1 48%;
	margin: 5px;

	display: flex;
	flex-flow: column;
	border: 1px solid #dadada;
	border-radius: 10px;
}
.pricelist-contents li h1 {
	width: 100%;
	padding: 20px 0;
	border: 1px solid #383737;
	border-radius: 10px 10px 0 0;
	background: #383737;
	text-align: center;
	font-size: 1.5rem;
	color: #ffffff;
}
.pricelist_main-container .price-first{
	background: #fb2222;
	border: 1px solid #fb2222;
}
.pricelist_main-container .price-special{
	background: #16be16;
	border: 1px solid #16be16;
}



.pricelist-contents li h2 {
	margin: 0;
	padding: 10px;
	text-align:center;
	font-size: 0.9rem;
}
.price {
	margin: 0;
	padding: 10px;
	text-align:center;
	font-family: 'Kosugi', sans-serif;
	font-weight: bold;
	font-size: 1.6rem;
}
.price small {
	font-size: 0.9rem;
	font-weight: normal;
}
.price-info {
	margin: 0;
	padding: 10px;
	font-size: 0.9rem;
}
.price-btn {
	display: block;
	font-size: 0.75rem;
	margin: auto 20px 20px 20px;
	padding: 10px;
	border-radius: 30px;
	background-color: #000000;
	text-align:center;
	text-decoration: none;
	color: #ffffff;
}
.price-btn:hover {
	background-color: #3B3B3B;
}

.pricelist_main-container h3{
	margin: 1em 0;
	text-align: right;
}
@media screen and (min-width: 770px) {
	.pc_pricelist {
		display: flex;
		justify-content: space-between;

	}
}



/* -----ここからスケジュールのページCSS-------------------------------------------------------------------------- */

.supply-pg_hello {
	font-family: 'Kosugi', sans-serif;
	color: #000000;
	text-align: center;
	margin: 50px 8px;

}
.supply-pg_hello h1 {
	font-size: 1.1rem;
}

.schedule-container{/* 768pxまではwidthを600pxに固定してスクロールをつける */
	overflow-x: scroll;
}
.schedule {/* iframeをblockにして中央よせ */
	display: block;
	margin: 0 auto;
	padding: 0 8px;
}

/* 768px以上で画面に対応して多くなるよにしてる */
@media screen and (min-width: 770px) {
	.schedule-container {
		width: 100%;
		height: 0;
		position: relative;
		padding-top: 75%;/* 450÷600×100 */
		overflow: hidden;
	  }
	  
	.schedule-container iframe {
		position: absolute;
		top: 0;
		left: 5%;/* 始まりを５％ */
		width: 90% ;/* ９０％のコンテンツ→中央よせ */
		height: 90% ;
	  }
}


/* -----ここから問い合わせのページCSS-------------------------------------------------------------------------- */

.toi-pg_hello {
	font-family: 'Kosugi', sans-serif;
	color: #000000;
	text-align: left;
	margin: 50px 8px;

}
.toi-pg_hello h1 {
	text-align: center;
	margin: 1.5em 0;
	
	font-size: 1.2rem;
}
.toi-pg_hello h2 {
	margin: 2em 0 0.8em 0;
	font-size: 1rem;
}
.toi-pg_hello p {
	margin: 0.5em 0;
	font-size: 0.75rem;
}

.toi-pg_hello a {
	text-decoration: none;
}
.toi-pg_hello a:hover {
	color: green;
}
.hp_toi-pg_p p{
	font-size: 0.75rem;
}


.toi-container{/* 768pxまではwidthを600pxに固定してスクロールをつける */
	overflow-x: scroll;
}
.toi-form {/* iframeをblockにして中央よせ */
	display: block;
	margin: 0 auto;
	padding: 0 8px;
}

/* 768px以上で画面に対応して多くなるよにしてる */
@media screen and (min-width: 770px) {
	.toi-container {
		
		overflow: hidden;
	  }
	 
}

/* -----ここから撮影に関してのCSS-------------------------------------------------------------------------- */


.work-pg_hello {
	font-family: 'Kosugi', sans-serif;
	color: #000000;
	text-align: center;
	margin: 50px 8px;

}
.work-pg_hello h1 {
	font-size: 2rem;
}
.work-pg_hello p {
	font-size: 1.2rem;
	margin: 1em 0;
}