@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: "Meiryo", "小塚ゴシック Pr6N", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

 .font1122{
font-family: kan412typos-std,sans-serif;
font-weight: 600;
font-style: normal;
font-size:  1.5rem;
 color: rgba(233, 30, 99, 0.7);
 text-shadow: 3px 3px #fff, 4px 4px 0 #5d6f77, 4px 2px 0 #5d6f77, 2px 4px 0 #5d6f77, 2px 2px 0 #5d6f77;
}

.wf-sawarabigothic { font-family: "Sawarabi Gothic"; 
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #00000;
	font-size: 23px;
	line-height: 2.35;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {
	margin-bottom: 0px;
	padding-top: 0px;
	 /* 画像ファイルの指定 */
  background-image: url( "../../img/index/bk050628.jpg");
   
  /* 画像を常に天地左右の中央に配置 */
  background-position: center center;
   
  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
   
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: fixed;
   
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
   
  /* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color: #ffffff;
}

.sp {
	display: none !important;
}
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 0 1em 0;
	color: #1b2538;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	font-weight: bold;
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 2.5em;
	cursor: pointer;
	text-indent: 1em;
	border-radius: 0.5em;
	background: rgba(187,58,198,0.10);
}
.cp_qa .cp_actab label::before {
	font-family: serif;
	font-size: 1.5em;
	margin-left: -2em;
	padding-right: 0.5em;
	content: 'Q';
}
.cp_qa .cp_actab label:hover {
	transition: all 0.3s;
	color: #00838f;
}
/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 2em;
	position: absolute;
	top: 0;
	right: 0;
	content: '+';
	display: inline-block;
	width: 2em;
	height: 2em;
	-webkit-transition: transform 0.4s;
	        transition: transform 0.4s;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	padding: 0 0 0 2.5em;
	-webkit-transition: max-height 0.2s;
	        transition: max-height 0.2s;
	border-radius: 0 0 0.5em 0.5em;
}
.cp_qa .cp_actab .cp_actab-content::before {
	font-family: serif;
	font-size: 1.5em;
	position: absolute;
	margin: 0.4em 0 0 -1em;
	padding: 0;
	content: 'A';
}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em 1em 1em 0;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
	border: 10px solid rgba(27,37,56,0.1);
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
	color: #00838f;
	border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}


@media all and (min-width: 0) and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 12px;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.sp {
		display: block !important;
	}
	
	.pc {
		display: none !important;
	}
	
	#main {
		margin-bottom: 15px;
		padding-top: 0;
		background-color: #fff;
	}

	
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
	text-decoration: none;
}

@media all and (min-width: 0) and (max-width: 767px) {
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	background: #fff;
	position: relative;
}

#gHeader .hBox {
	margin-bottom: 23px;
	line-height: 1.75;
	background-color: #F05F8D;
}

#gHeader h1 {
	margin: 0 auto;
	width: 1230px;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	text-align: right;
}

#gHeader .logo {
	margin-bottom: 30px;
	text-align: center;
}

#gHeader .logo a:hover {
	opacity: 0.7;
}
.shiny-btn1 {
    display: block;
    position: relative;
    width: 80%;/*ボタンの幅*/
    padding: 10px 0;
    margin: 30px auto;
    background-color: #ff1493;/*ボタンの色*/
    box-shadow: 0 3px 0 0 rgba(198, 39, 39, 1);/*影の色(rgbaの値を変更)*/
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}
.shiny-btn1:hover {
    text-decoration: none;
    color: #fff;
}
.shiny-btn1::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}

@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}	
@media all and (min-width: 0) and (max-width: 767px) {
	#gHeader .hBox {
		margin-bottom: 10px;
		padding: 0;
	}

	#gHeader h1 {
		width: auto;
		font-size: 12px;
		text-align: center;
	}
	
	#gHeader .logo {
		margin: 0 0 4px 20px;
		text-align: left;
	}
	
	#gHeader .logo img {
		width: 200px;		
	}
}

/*------------------------------------------------------------
	menu
------------------------------------------------------------*/
.menu {
	display: none;	
}

@media all and (min-width: 0) and (max-width: 767px) {
	.menu {
		margin: 4px 0 0 10px;
		display: block;
		position: absolute;
		float: right;
		height: 20px;
		width: 25px;
		top: 35px;
		right: 15px;
		cursor: pointer;
		z-index: 100;
		transition: opacity .25s ease;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}
	
	.menu.active .top {
		-webkit-transform: translateY(7px) translateX(0) rotate(45deg);
		-ms-transform: translateY(7px) translateX(0) rotate(45deg);
		transform: translateY(7px) translateX(0) rotate(45deg);
		background: #231f20;
	}
	
	.menu.active .middle {
		opacity: 0;
		background: #231f20;
	}
	
	.menu.active .bottom {
		-webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
		transform: translateY(-7px) translateX(0) rotate(-45deg);
		background: #231f20;
	}
	
	.menu span {
		background: #231f20;
		border: none;
		height: 3px;
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all .35s ease;
		transition: all .35s ease;
		cursor: pointer;
	}
	
	.menu span:nth-of-type(2) {
		top: 7px;
	}
	
	.menu span:nth-of-type(3) {
		top: 14px;
	}
	
}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin: 0 auto;
	width: 980px;
}

#gNavi li {
	display: inline-block;
}

#gNavi li a {
	padding: 0 35px;
	display: block;
	color: #F05F8D;
	font-size: 24px;
	line-height: 1;
	font-weight: ;
	border-right: 1px solid #8A6238;
	font-family: 'Century Gothic';
}

#gNavi li a:hover {
	text-decoration: underline;
}

#gNavi li:last-child a {
	border-right: none;
}
.shiny-btn1:hover {
    text-decoration: none;
    color: #fff;
}
.shiny-btn1 {
    display: block;
    position: relative;
    width: 80%;/*ボタンの幅*/
    padding: 10px 0;
    margin: 30px auto;
    background-color: #ff1493;/*ボタンの色*/
    box-shadow: 0 3px 0 0 rgba(198, 39, 39, 1);/*影の色(rgbaの値を変更)*/
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}
.shiny-btn1::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}	
@media all and (min-width: 768px) {
	#gNavi {
		display: block !important;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gNavi {
		display: none;
		margin-top: 0;
		padding-right: 0;
		border-top: 1px solid #F05F8D;
		float: none;
		left: 0;
		position: absolute;
		text-align: center;
		top: 72px;
		width: 100%;		
		background-color: #fff;
		z-index: 100;
	}
	
	#gNavi li {
		padding: 0;
		width: 100%;
		border-bottom: 	1px solid #F05F8D;
	}
	
	#gNavi li a {
		padding: 12px 5px;
		font-size: 14px;
	}
	
	#gNavi li a:hover {
		text-decoration: none;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .fNavi {
	margin: 0 auto -5px;
	width: 980px;
}

#gFooter .fNavi li {
	display: inline-block;
}

#gFooter .fNavi li a {
	padding: 0 46px;
	display: block;
	color: #F05F8D;
	font-size: 24px;
	line-height: 1;
	border-right: 1px solid #8A6238;
	font-family: 'Century Gothic';
}

#gFooter .fNavi li a:hover {
	text-decoration: underline;
}

#gFooter .fNavi li:last-child a {
	border-right: none;
}

#gFooter .fBox {
	padding: 47px 0 50px;
	color: #fff;
	text-align: center;
	line-height: 1.75;
	background-color: #000000;
}

#gFooter .fBox .fInner {
	margin: 0 auto;
	width: 880px;
}

#gFooter .fBox p {
	font-size: 22px;
}

#gFooter .fBox .copyright {
	font-size: 19px;
}
.shiny-btn1 {
    display: block;
    position: relative;
    width: 80%;/*ボタンの幅*/
    padding: 10px 0;
    margin: 30px auto;
    background-color: #ff1493;/*ボタンの色*/
    box-shadow: 0 3px 0 0 rgba(198, 39, 39, 1);/*影の色(rgbaの値を変更)*/
    border-radius: 5px;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
}
.shiny-btn1:hover {
    text-decoration: none;
    color: #fff;
}
.shiny-btn1::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}	
@media all and (min-width: 0) and (max-width: 767px) {	
	#gFooter .fNavi {
		margin: 0 auto;
		width: 100%;
		overflow: hidden;
		text-align: center;
		background-color: #F05F8D;	
	}
	
	#gFooter .fNavi li {
		padding: 0;
		width: 50%;
		color: #fff;
		float: left;
		border-right: 1px solid #F08080;
		border-bottom: 1px solid #F08080;
		box-sizing: border-box;
	}
	
	#gFooter .fNavi li:nth-child(2n) {
		border-right: none;
	}
	
	#gFooter .fNavi li:last-child {
		width: 100%;
		border-bottom: none;
	}
	
	#gFooter .fNavi li a {
		padding: 1.5em 0.5em;
		display: block;
		color: #ffffff;
		font-size: 12px;
		height: 15px;
		font-size: 12px;
		border-right: none;
	}
	
	#gFooter .fNavi li a:hover {
		text-decoration: none;
	}

	#gFooter .fBox {
		padding: 15px 0; 		
	}
	
	#gFooter .fBox .fInner {
		width: auto;
	}
	
	#gFooter .fBox p {
		font-size: 12px;		
	}
	
	#gFooter .fBox .copyright {
		font-size: 12px;
	}
.shiny-btn1:hover {
    text-decoration: none;
    color: #fff;
}
.shiny-btn1::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}
@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}	
}