@charset "UTF-8";

/* --------------------------------------------------------------------------------------
 基本設定
--------------------------------------------------------------------------------------- */

/* 基本フォント ------------------------------ */

body {
	color: #000;
	border-top: solid 6px #ea1e79;
	background: #fffdef;
	/*background: url(../img/bg.png) repeat;*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 1.5;
}

html:not(:target) body {
	font-size: 16px;
}

input,textarea,select {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
/*\*/
* html table {
	font-size: 100%;
	line-height: 1.5;
}
/**/


/* 基本タグ -------------------- */

body,div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin: 0px;
	padding: 0px;
}

img,table {
	border: none;
}
table {
	border-spacing: 0;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
	-webkit-touch-callout:none;
	   -moz-touch-callout:none;
	        touch-callout:none;
	-webkit-user-select:none;
	   -moz-user-select:none;
	        user-select:none;
}
ol,ul {
	list-style: none;
}
address,em,cite {
	font-style: normal;
}
fieldset {
	border: none;
}
article, aside, dialog, figure, footer, header, hgroup, menu, nav, section { display: block; }

/* 基本テキストリンク -------------------- */

a:link {
	color: #06b19f;
	text-decoration: underline;
}
a:visited {
	color: #06b19f;
	text-decoration: underline;
}
a:hover {
	color: #06b19f;
	text-decoration: none;
}
a:active {
	color: #06b19f;
	text-decoration: none;
}

/* float解除 -------------------- */

.cf:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.cf { display:inline-block;}
/*\*/
* html .cf { height:1%; }
.cf { display:block; }
/**/


/* デバイス別　基本設定 -------------------- */

@media all and (min-width: 768px) {	
	
	a[href^="tel:"] {
		pointer-events: none;
	}
}

@media all and (max-width: 768px){	
	
	body{
		min-width: 320px;
		font-size: 88%;
	}	
	html:not(:target) body {
		font-size: 14px;
	}
}

@media all and (max-width: 999px){	
.ct_wrap {
	padding: 0 15px;
}
}
@media all and (max-width: 640px){	
	
	body{
		font-size: 75%;
	}	
	html:not(:target) body {
		font-size: 14px;
	}
	
}

@media all and (min-width: 414px){
	
	.is_sp{ display: none;} /* PCで非表示 */
	
}

/* for SP */
@media all and (max-width: 414px){
	
	body{
		font-size: 63%;
	}	
	html:not(:target) body {
		font-size: 14px;
	}
	
	.is_pc{ display: none !important;}　/* SPで非表示 */
	.is_sp{ display: block !important;}
	img.is_sp{ display: inline;}
}

/* --------------------------------------------------------------------------------------
 レイアウト
--------------------------------------------------------------------------------------- */
#contents > .ct_wrap {
	padding: 2em 100px 1.5em 100px;
}

.ct_wrap {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mv{
	text-align: center;
	background: #ffeddd;
}

/* h2 -------------------- */
h2{
	border-radius:23px 23px 23px 23px;
	margin-top: 2em;
	padding: .5em 0;
	background: #ff7ba9;
	text-align: center;
}

/* block01 -------------------- */

p.txt{
	/*text-align: center;*/
	margin: 1em 0 0;
}

.photo_list,.photo_list2 {
	padding-top: 1em;
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	-ms-flex-wrap: wrap; /*IE10*/
	-webkit-flex-wrap: wrap; /* Safari6.1以降 */
}

.photo_list li {
	position: relative;
	width: 32.4%;
	margin-bottom: .8em;
	margin-right: 0.93%;
}

.photo_list2 li {
	position: relative;
	width: 48%;
	margin-bottom: .8em;
	margin-right: 0.93%;
}

@media all and (max-width: 414px){
	
	.photo_list li {
		width: 48%;
		margin-right: 2%;
	}
	
	.photo_list2 li {
		width: 49%;
		margin-right: 2%;
	}
	.photo_list2 li:last-child{
		margin-right: 0;
	}
}

/* block02 -------------------- */
.block02 p.image{
	text-align: center;
	margin-top: 1em;
}

h2{
	border-radius:23px 23px 23px 23px;
	background: #ff7ba9;
	margin-top: 2em;
	padding: .5em 0;
	text-align: center;
}

@media all and (max-width: 499px){
	h2 img{width:90%;}
}

.tl_button{
	width: 20em;
	border-radius:35px 35px 35px 35px;
	background: #f4901e;
	margin: 1em auto 0;
	padding: .5em 1.5em;
	text-align: center;
}

/* block03 -------------------- */

.block03 h3{
	color: #ea1e79;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 1em;
}

.video {
     position: relative;
     padding-bottom: 34%;
     height: 0;
     overflow: hidden;
	width: 60%;
	margin: 1em auto 0;
}

@media all and (max-width: 414px){
	
.video {
	width: 100%;
	padding-bottom: 56.25%;
}
}
 
.video iframe {
     position: absolute;
     top: 0;
     left: 0;
        right: 0;
     width: 100%;
     height: 100%;
}

/*.video iframe{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
	width:100%;
	height: 100%;
max-width:100%;
max-height:100%;
}



.video{
position: relative;
margin: 0 auto;
padding-top:0;
padding-bottom: 56.25%;
width: 60%;
height: 100%;
overflow: hidden;
}*/



/*.video iframe{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width: 70% ;
  height: 70% ;
}*/


/*.video{
	text-align: center;
	margin : 0 auto;
	margin-top: 1em;
    width:100%;
	padding-bottom: 56.25%;

/* block04 -------------------- */

.block04 .report{
	margin-top: 2em;
}
.block04 .f_left{
	float: left;
	width: 35%;
	text-align: center;
	margin-right: 1em;
}

.block04 .f_right{
	box-sizing: border-box;
	float: right;
    border:2px solid #ff7ba7;
    outline: 3px solid #ffb3d1; /* 線幅、線のスタイル、カラー */
    outline-offset: -10px; /* 対象の要素からの距離、マイナス(内側)にも対応 */
    padding:1px;
	padding: 0 2em 2em;
	background: url(../img/hibiscus.png) no-repeat #fff 90% 90%;
	width: 60%;
	background-size: 30%;
}

.ranking ol li:nth-child(-n+3) {
	color:#e71e79;
	font-weight: bold;
	font-size:1.4em;
}

@media all and (max-width: 414px){
	.block04 .f_right,.block04 .f_left{ float: none;
	width:100%;}
	.block04 .f_left{ margin-bottom: 2em;}
	
	.block04 .f_left img{
		width: 60%;
}	
}

.block04 .f_right h3{
	margin: 0 2em 1em;
	padding:2em 0 .6em;
	border-bottom: solid 1px #ff7ba7;
	text-align: center;
}
@media all and (max-width: 640px){	
.block04 .f_right h3{
	margin: 0 0 1em;
}
}

.block04 .kanso{
	background: url(../img/bord.png) repeat;
	padding: 1em 0.2em 1em .9em;
	margin-top: 2em;
	box-sizing: border-box;
}

.block04 .kanso h3{
	text-align: center;
	margin-bottom: 1em;
}

.block04 .kanso img {
	vertical-align: bottom;
	max-width: 100%;
}
.block04 .kanso ul li{
	margin-bottom: .4em;
}

@media all and (max-width: 768px){

.block04 .kanso ul li:nth-child(odd) {
	margin-right: .3em;
}
}

.block04 .kanso ul li{
	float: left;
	width: 33.3%;
}

.kanso_box{
	box-sizing: border-box;
	background: #fff;
	border: solid 1px #bf956d;
	box-shadow: 2px 2px #bf956d;
	float: left;
	width: 32.4%;
	margin: 0 .4em .5em 0;
	padding: .6em;
}

/*.kanso_u p:nth-child(3),.kanso_s p:nth-child(3) {
	margin-right: 0;
}
.kanso_u {
	margin-bottom:.5em;
}*/

.block04 .kanso ul li{
	float: left;
	width: 33.3%;
}

@media all and (max-width: 768px){	
.block04 .kanso ul li {
	width: 49.4%;
}
}

@media all and (max-width: 640px){	
.kanso_box{
	width: 48%;	
}
}

@media all and (max-width: 414px){	
.kanso_box{
	float: none;
	width: 100%;	
}
.block04 .kanso{
	padding: 1em;
}
}

/*.block04 .kanso ul li:nth-child(3n-1){
	margin-bottom: .5em;
}*/

@media all and (max-width: 414px){
	.block04 .kanso ul li{ float: none;
	width:100%;
	text-align: center;}
	
	/*.block04 .kanso ul li{
	margin-bottom: 0.8em;}
	.block04 .kanso ul li:nth-child(3n-1){
	margin-bottom: 0.8em;}*/

}
/* footer -------------------- */

#footer {
	background: #D9195A;
	color: #fff;
	text-align: center;
	margin-top: 2em;
}

#footer .ct_wrap {
	padding: 1.7em 0 1.3em;
}

#footer p.logo {
	margin-bottom: 1.8em;
}

#footer ul.footer_list01 {
	padding: 1.2em 0 1.5em;
	border-top: 1px solid #fff;;
}

#footer ul.footer_list01 li {
	display: inline;
	vertical-align: top;
}

#footer ul.footer_list01 li a {
	padding: 0 .5em;
}

#footer ul.footer_list01 li a:link,
#footer ul.footer_list01 li a:visited {
	color: #fff;
	text-decoration: none;
}

#footer ul.footer_list01 li a:hover,
#footer ul.footer_list01 li a:active {
	color: #fff;
	text-decoration: underline;
}

#footer .copyright {
	font-size: .8em;
}

@media all and (max-width: 768px){
	
	#footer p.logo img {
		width: 180px;
		height: auto;
	}
	#footer ul.footer_list01 {
		font-size: .9em;
	}
	#footer .copyright {
		font-size: .75em;
	}
}

@media all and (max-width: 640px){
	
	#footer ul.footer_list01 li:last-child {
		display: block;
		margin-top: .3em;
	}
	
}

@media all and (max-width: 414px){

	#footer .ct_wrap {
		padding: 1.3em 3.12% 1em;
	}

	#footer p.logo {
		margin-bottom: 1.3em;
	}
	
	#footer p.logo img {
		width: 150px;
	}
	#footer ul.footer_list01 {
		padding-bottom: 1.1em;
		font-size: 1em;
	}
	#footer .copyright {
		font-size: .9em;
	}
	
}

@media all and (max-width: 414px){

	#footer .ct_wrap {
		padding: 1.3em 3.12% 1em;
	}

	#footer p.logo {
		margin-bottom: 1.3em;
	}
	
	#footer p.logo img {
		width: 135px;
	}
	#footer ul.footer_list01 {
		padding-bottom: 1.1em;
		font-size: 1em;
	}
	#footer .copyright {
		font-size: .9em;
	}
	
}

@media all and (max-width: 414px){
	#footer .copyright {
		font-size: .8em;
	}
}


/* pagetop -------------------- */

#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#pagetop a {
    display: inline-block;
    position: relative;
	width: 45px;
	height: 45px;
	margin: 3px;
    background: #c5c5c5;
	width: 45px;
	height: 45px;
	margin: 3px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	opacity: 0.8;
}
#pagetop a:hover {
	background: #aaa;
	color: #fff;
	text-decoration: none;
}
#pagetop a span.ico:before{
   	content:''; 
    display:block; 
    position:absolute; 
    height:0; 
    width:0; 
    top:0px; 
	left:15px;
	border-top: 10px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 10px solid #fff;
	border-left: 8px solid transparent;
}
#pagetop a span.ico:after{
    content:''; 
    display:block; 
    position:absolute; 
	top:13px; 
	left:21px;
	height:21px; 
	width:4px; 
    background:#fff; 
	border-radius:5px;
}
