﻿@charset "utf-8";

/* CSS Document */
/***　全体のカラー・書体など　***/
html{
	background-color: #f3f5f2;
	color: #333;
	font-size: 16px;
}

body{
	/*background-image: url("../images/img_back.png");*/
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
	margin: 0 auto;
}

/*** ナビゲーション ***/
header{
	margin-width: 100%;
	margin: 0 auto;
	height: 60px;
	background-color: #F6D4D8;
}

li{
	float:left;
	width:130px;
	text-align:center;
	list-style-type:none;
	font-size: 14px;
	font-weight: 500;
}

#gnav{
	float: right;
}

li a{
	display:block;
	padding:22px 0;
	color:#333;
	background:#f3f5f2;
	border-left:1px solid #F6D4D8;
	text-decoration:none;
}

li a:hover{
	background: #F6D4D8;
	border-bottom: 4px solid #ca3c6e;	
}

#gnav .current a{
	background-color: #F6D4D8;	
}

.inner {
	margin-width: 100%;
	margin: 0 auto;
	width: 980px;
	height: 59px;
	background-color: #f3f5f2;
}

#logo{
	margin-left: 30px;
	margin-top: 3px;
	float: left;
}

/* 本文 */
.main_{
	display: block;
	clear: both;
	width: 980px;
	/*height: 700px;*/
	background: #c6eddb; 
	margin: 0 auto;
}

.page_note_2{
	position: relative;
	padding-top: 40px; 
	padding-left: 40px;
	padding-right: 40px;
	/*color: #333;*/
	/*font-size: 12pt;*/
	line-height: 1.5;
}

.mezase{
	color: #ca3c6e;
	font-weight: 700;	
}

#page_note_1{
	position: relative;
	padding-top: 40px;
	margin-left: 40px;
	margin-right: 40px;
	font-size: 19px;
	line-height: 1.5;
	font-weight: 700;
  	/*text-shadow: 0 0 2px white;*/
}

#page_note_1:before {
  content: "";
  position: absolute;
  /*padding-top: 100px;
  padding-left: 100px;*/
  background: #f6d580;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: 50%;
  /* border: dashed 1px white; */
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.5;
  z-index: 9;
}

.boxaWrap{
	margin-left: 50px;
}

.boxWrap .boxCh {
  height: 280px;
  width: 280px;
  margin: 40px;
  padding: 20px;
  border: solid 1px #AAA;
  background: #F6D4D8;
}

.boxWrap {
  display: flex;
  /*display: -moz-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: -ms-flex;*/
  flex-direction: row;
  /*-moz-flex-direction: row;
  -o-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;*/
}

.fontColor{
	color: #ca3c6e;
}
.ques{
	/*font-size: 11pt;*/
	/*color: #333;*/
}

.card{
	text-align: center;
	padding-top: 25px;
}

.fontSize{
	/*font-size: 12pt;*/
	font-weight: 700; 
}

/* 吹き出し */
.fukidashi_1 {	
	position: relative;
	top: 20px;
	left: 40px;
	width: 300px;
	border-radius: 10px 10px 10px 10px / 10px 10px 10px 10px;
	padding: 0.6em;
  	background: #F6D4D8;
	/*color: #333;*/
	font-size: 19px;
	font-weight: 700;
}

.fukidashi_1:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #F6D4D8;
  width: 0;
  height: 0;
}

/* footer */
footer{
	display: block;
	margin: 0 auto;
	width: 980px;
	height: 180px;
	background: #f6d580;
}

#footer_logo{
	clear: both;
	text-align: center;
	padding-top: 20px;
}

#snsicon{
	margin-top: 5px;
	text-align: center;
}

#snsicon a{
	margin-left: 10px;
	margin-right: 10px;
}

#copy{
	font-size: 11px;
	/*color: #333;*/
	padding-top: 10px;
	text-align: center;
}

#keikoku{
	font-size: 11px;
	color: #F00;
	padding-top: 10px;
	text-align: center;
}


/* カウントアップゲーム */
#game_wrapper{
	width:500px;
	height:550px;
	margin:0 auto;
}

#timer{
	font-size:1.3em;
	font-family:Arial, sans-serif;
	color: #6433aa;
	font-weight: 700;
	/*position:absolute;*/
	margin-top: 30px;
	margin-bottom: 10px;
	text-align:center;
	float: right;
	bottom:0;
}

#record{
	font-size:1.3em;
	font-family:Arial, sans-serif;
	color: #ca3c6e;
	font-weight: 700;
	/*position:absolute;*/
	margin-top: 30px;
	bottom:0;
	float: left;
}

#game{
	position:relative;
	clear: both;
	/*height: 700px;*/
	/*margin:0 auto;*/
}

#numbers div{
	/*width:99px;
	height:64px;*/
	width:99px;
	height:54px;	
	padding-top:25px;
	font-size:1.8em;
	font-weight:bold;
	background:#6433aa;
	color:#FEC617;
	margin-right:1px;
	margin-bottom:1px;
	text-align:center;
	float:left;
	cursor:pointer;
}

#numbers div.hit{
	background:#ca3c6e;
	color:#f6d4d8;
}

#startScene{
	position:absolute;
	top:0;
	left:0;
	width:500px;
	/*height:500px;*/
	height: 400px;
	background:#6433aa;
}

/*#startScene p{
	margin:205px 0 10px;
	text-align:center;
	color:#FEC617;
}*/

#startScene p{
	margin:50px 0 10px;
	text-align:center;
}

#g_start{
	display:block;
	margin:0 auto;
	border:none;
	color:#f6d4d8;
	background:#ca3c6e;
	border-radius:35px;
	font-size:2em;
	font-weight:bold;
	padding:10px 40px;
	cursor:pointer;
}

#g_start:hover{
	color: #ca3c6e;
	background:#f6d4d8;
}

#g_start:focus{
	outline:none;
}

/* カード合わせゲーム */
#cardlist {
	position: relative;
	width: 850px;
	height: 500px;
	margin-top: 50px;
	margin-left: 75px;	
}

#cardlist li {
position: relative;
float: left;
margin: 0 20px 20px 0;
width: 150px;
height: 210px;
list-style: none;
opacity: 0;
}

.omote {
position: absolute;
top: 0;
left: 0;
transform-style: preserve-3d;
transform:perspective(500px) rotateY(0deg);
transition:ease-out 0.3s transform;
cursor: pointer;
}

.ura {
position: absolute;
top: 0;
left: 0;
transform-style: preserve-3d;
transform:perspective(500px) rotateY(90deg);
transition:ease-out 0.3s transform;
}

#atrboxtxt2 {
position: absolute;
top: -75px;
left: 300px;
text-align: center;
display: none;
font-weight: 700;
color: #f6d4d8;
background: #ca3c6e;
width: 330px;
height: 40px;
line-height: 40px;
border-radius: 8px;
cursor: pointer;
}

#atrboxtxt2:hover{
	color: #ca3c6e;
	background:#f6d4d8;
}

/* お問い合わせ へのボタン */
.btn-flat-simple {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #00BCD4;
  background: #ECECEC;
  transition: .4s;
}

.btn-flat-simple:hover {
  background: #00bcd4;
  color: white;
}

/*** トップへ移動ボタン　***/
.pagetop { 
    display: none;
    position: fixed;
    bottom: 30px;
    right: 50px;
}

/*　ハンバーガーアイコン　*/
#sp{
	display: none !important;
}

#h_nav{
	display: none !important;
}

/*----------------------@media screen and (max-width:750px) {-------------------------------------------------------*/
@media screen and (max-width:750px) {	
  	#sp {
    	display: block !important;
	}
	#h_nav {
    	display: block !important;
	}
	
	#h_button{
		position:absolute;
		top:20px;
		left:15px;
		background-color:transparent;
		border: none;
		cursor: pointer;
		width: 40px;
		height: 40px;
	}	

	#h_button img{
		width:100%;
	}

	#h_button:focus{
		outline:none;
	}

	#h_nav{
		position:fixed;
		top:0;
		bottom:0;
		width:250px;
		margin-left:-250px;
		background-image: url("../images/images.jpg");
	}		

	#h_nav li{
		list-style-type:none;
	}

	#h_nav li a{
		text-decoratf6d580ion:none;
		display:block;
		padding:20px 25px;
		width: 200px;
		color:#333;
		border-bottom:1px solid #f6d4d8;
		background: #f3f5f2;
		font-size: 16px;
	}

	#h_nav li a:hover{
		background: #F6D4D8;
		border-bottom: 4px solid #ca3c6e;
	}
	
	#h_nav .current a{
		background-color: #F6D4D8;
	}
}

/*-----------------------------------------------------------------------------*/
@media (max-width: 767px){
	#gnav{
		display: block;
	}

	img{
    	max-width: 100%;
    	height: auto;
	}
	
	.inner #logo{
		margin-top: 5px;
		margin-left: 230px;
	}
	
	#gnav{
		display: none;
	}
	
	/*#slide{
		display: none;
	}*/
	
	.main_{
		width: 100%;
	}	
	
	/*#aisatsu{
		width: 100%;
	}*/
	
	/*.inner{
		width: 100%;
	}*/
	
	/*#wrapper{
    	width: 100%;
	}*/
	
	footer{
		width: 100%;
	}	
	
	.pagetop { 
		opacity: 0.7; 
	}
	
	/*#oshirase{
		width: 100%;
		height: 1150px;
	}*/
	
	/*#present{
		width: 100%;
	}*/
	
	/*#toiawase{
		width: 100%;
	}*/
	
	/*#img_oshirase3{
		display: none;
	}

	#msg_oshirase1{
		clear: both;
		width: 100%;
		margin-top: 20px;
		margin-right: 0px;
		margin-bottom: 20px;
	}
	
	#msg_oshirase2{
		clear: both;
		width: 100%;
		margin-top: 10px;
		margin-right: 0px;
	}*/
	
	.fukidashi_1{
		margin-left: -20px;
		font-size: 17px;
	}
	
	/*#msg{
		margin-left: 0px;
	}*/
	
	#page_note_1{
		font-size: 18px;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.page_note_2{
		font-size: 13px;		
	}
	
	#timer, #record{
		font-size:15px;
		margin-left: 40px;
	}
	
	#game_wrapper{
		width:450px;
		/*width: 100%;*/
		height:500px;
		margin:0 auto;
	}
	
	#cardlist li {
		margin: 0;
		width: 75px;
		height: 105px;
	}
		
	#timer{
		clear: both;
		float: left;
		margin-top: 10px;
	}
	
	#cardlist {
		/*width: 450px;*/
		width: 100%;
		height: 280px;
		margin-left: 10px;
	}
	
	#atrboxtxt2 {
		position: absolute;
		top: -40px;
		left: 30px;
		font-size: 15px;
		font-weight: 700;
		width: 400px;
		height: 30px;
	}
	
	#numbers div{
		width:89px;
		height:48px;	
	}

}

