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

.text  {
  /*background-image: url('../../image/mainvisual/background01.jpg');*/
  background-color: #3B4805;
}

.text img{
    width: 80%;
}

.title {
    background-color: #CA9D04;
	box-shadow: 0 2px 8px rgba(30,30,80,.3);
    padding-top: 1%;
    padding-bottom: 1%;
	border-radius: 10px;
}

.cd-fixed-bg {
	position: relative;
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
}

/*--固定背景01--
.cd-fixed-bg.cd-bg-1  {
  background-image: url('../../image/playland_test_1.jpg');
}

/*--固定背景02--
.cd-fixed-bg.cd-bg-2  {
  background-image: url('../../image/playland_test_2.jpg');
}

/*--固定背景03--
.cd-fixed-bg.cd-bg-3  {
  background-image: url('../../image/mainvisual/background06.jpg');
}

/*--固定背景04--
.cd-fixed-bg.cd-bg-4  {
  background-image: url('../../image/mainvisual/background07.jpg');
}

/*--固定背景05--
.cd-fixed-bg.cd-bg-5  {
  background-image: url('../../image/mainvisual/background03.jpg');
}*/

@media screen and (max-width: 736px) {
	.cd-fixed-bg {
		background-size: cover;
		background-attachment: scroll;
	}
}

@supports (-webkit-touch-callout: none) {
  .cd-fixed-bg {
    background-attachment: scroll !important;
  }
}

    .contents_style {
	position: absolute;
	z-index: 90;
    width: 100%;
    text-align: center;
	}

	.p_r {
		position: relative;
	}
	.p_a {
		position: absolute;
		left:0;
		top:0;
	}


/*答え合わせボタン*/
.a_btn-sticky {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #F6CB12;
    border-left: 30px solid #FCE436;/*左線*/
    border-right: 30px solid #CA9D04;/*右線*/
    color: #FFFFFF;/*文字色*/
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
    font-size: 35px;
    /*width: 55%;*/
    border-radius: 10px;
    text-align: center;
}
.a_btn-sticky:hover {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}
/*答え合わせボタン　ここまで*/

/*選択choiceボタン*/
.c_btn-sticky {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #F6CB12;
    border-left: 30px solid #FCE436;/*左線*/
    border-right: 30px solid #CA9D04;/*右線*/
    color: #FFFFFF;/*文字色*/
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
    font-size: 20px;
    width: 80%;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 10%;
}
.c_btn-sticky:hover {
  box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
  transform: translateY(2px);
}
/*選択choiceボタン　ここまで*/

/*--------------------
 吹き出しを作る
--------------------*/
.balloon {
    position: relative;
}
.balloon:before,.balloon:after {
    clear: both;
    content: "";
    display: block;
    margin-top: 0px;
}
.balloon-image-left {
    float: left;
    margin-right: 20px;
    margin-left: 0px;
}
.balloon-image-right {
    margin-left: 20px;
    margin-right: 0px;
    float: right;
}
.balloon figure img {
width: 100%;
height: 100%;
border: 0px solid #aaa;
border-radius: 50%;
background-color: #FFFFFF;
margin: 0;
}
.balloon-image-description p {
    padding: 5px 0 0;
    font-size: 14px;
    text-align: center;
}
.balloon-text-right,.balloon-text-left {
    position: relative;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    border: 0px solid;
    border-radius: 10px;
    max-width: 70%;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 30px;
}
.balloon-text-right {
	color: #555555;
	background-color: #FFFFFF;
    margin-top: 30px;
    float: left;
}
.balloon-text-left {
	color: #555555;
	background-color: #FFFFFF;
    margin-top: 30px;
    float: right;
}
.balloon p {
    margin: 0 0 20px;
}
.balloon p:last-child {
margin-bottom: 0;
}
/* 三角部分 */
.balloon-text-right:before {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 0px solid #aaa;
top: 15px;
left: -20px;
}
.balloon-text-right:after {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #FFFFFF;
top: 15px;
left: -20px;
}
.balloon-text-left:before {
position: absolute;
content: '';
border: 10px solid transparent;
border-left: 0px solid #aaa;
top: 15px;
right: -20px;
}
.balloon-text-left:after {
position: absolute;
content: '';
border: 10px solid transparent;
border-left: 10px solid #FFFFFF;
top: 15px;
right: -20px;
}
/*吹き出しここまで*/

/*ふわっと表示*/
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 3s;
}
/*ふわっと表示　ここまで*/

/*ボタンホバー時*/
label:hover {
    background: #efefef;
}

/*チェックは見えなくする*/
input {
    display: none;
}

/*中身を非表示にしておく*/
.accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + .accshow {
    height: auto;
    padding: 5px;
    opacity: 1;
}

/*ローディングここから*/
#loadingBg {
    position: fixed;
	z-index: 100;
    left: 0;
    top: 0;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    background: #CA9D04;
    opacity: 1;
}
#loading {
    position: fixed;
	z-index: 100;
    top: 30%;
    /*left: 50%;*/
    width: 100%;
    /*padding: 50px 20px;
    margin: -70px 0 0 -270px;
    background: #766914;*/
}
#loading #percent {
    margin-bottom: 10px;
    text-align: center;
    font-size: 30px;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
}
#loading #gauge {
    width: 0px;
    height: 30px;
    background: #FFFFFF;
}
/*ローディングここまで*/