@charset "UTF-8";

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

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

body {
	color: #000;
	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;
}
body {
	background: #fff;
}
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: 640px){	
	
	body{
		font-size: 75%;
	}	
	html:not(:target) body {
		font-size: 12px;
	}
	
}

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

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


/* --------------------------------------------------------------------------------------
 レイアウト
--------------------------------------------------------------------------------------- */

#contents > .ct_wrap {
	padding: 2em 0 1.5em;
}

.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;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

@media all and (max-width: 768px){	
	
	#contents > .ct_wrap {
		padding: 2em 3.12% 0;
	}	
	.ct_wrap {
		max-width: 100%;
	}
	
}


/* #header -------------------- */

#header {
	width: 100%;
	background: url(../img/mv_bg.jpg) no-repeat center top;

}

#header h1 {
	text-align: center;
}

@media all and (max-width: 414px){	
	
	#header {
		background: none;
	}

}


/* .point_box -------------------- */

.point_box {
	padding-bottom: 2em;
}

.point_box h2 {
	font-size: 2em;
}

.point_box .lead {
	padding-top: .7em;
	margin-bottom: 1.2em;
}

.point_box .lead p {
	margin-top: .3em;
}

.point_box .lead p strong {
	font-size: 1.2em;
	font-weight: bold;
}

.point_box .block01 {
	margin-top: 2em;
}

.point_box .block01 h3 {
	position: relative;
	margin-bottom: .8em;
	padding-left: 1.5em;
	font-size: 1.2em;
	font-weight: bold;
}

.point_box .block01 h3 span.ico:before{
    content:''; 
    display:block; 
    position:absolute; 
    top: .1em; 
    left: 0; 
    border-radius: 1em;
    height: .5em; 
    width: .5em; 
    border:6px solid #FEE435;
}

.point_box .block01 p.txt01 {
	margin: .5em 0 1.2em;
}

.point_box .photo_list {
	padding-top: .2em;
	-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以降 */
}

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

.point_box .photo_list li img.new_photo{
	width: 20%;
}

.point_box .photo_list li img.new_photo{
	position: absolute;
	top:0;
	left:0;
}

.point_box .block02 .box_wrap {
	width: 48%;
	margin-top: 1em;
}

.point_box .block02 .box_wrap.float_r {
	margin-right: 2%;
}

.point_box .block02 .box_wrap .txt_box {
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	-js-display: flex;
	display: flex;		
	-ms-flex-wrap: wrap; /*IE10*/
	-webkit-flex-wrap: wrap; /* Safari6.1以降 */
	flex-wrap: wrap;
}

.point_box .block02 .box_wrap .txt_box p {
	width: 47.5%;
	margin: 0 2.5% .8em 0;
}

.point_box .block02 .box_wrap .txt_box p.pic {
	max-width: 220px;
}

.point_box .block02 .box_wrap .txt_box p.pic span.cap {
	display: block;
	margin-top: .2em;
}

.point_box .block02 .box_wrap .thumb_box {
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	-js-display: flex;
	display: flex;		
	-ms-flex-wrap: wrap; /*IE10*/
	-webkit-flex-wrap: wrap; /* Safari6.1以降 */
	flex-wrap: wrap;
}

.point_box .block02 .box_wrap .thumb_box li {
	width: 47.5%;
	max-width: 220px;
	margin: .5em 2.5% .8em 0;
}

@media all and (max-width: 414px){
	
	.point_box .photo_list li {
		width: 48%;
		margin-right: 2%;
	}
	
	.point_box .block02 .box_wrap {
		width: 100%;
	}
	.point_box .block02 .box_wrap.float_r,
	.point_box .block02 .box_wrap.float_l {
		float: none;
		max-width: 480px;
		margin: 0 auto;
	}	
	.point_box .block02 .box_wrap.float_r {
		margin-top: 2em;
	}
}

/* new_icon -------------------- */

.new_icon {
  border-radius: 50%;
  height: 100px;
  width: 30px;
  margin:0 10px;
  padding: 10px 5px;
  background: #FEE435;
  font-size: 0.6em;
  color: #d80000;
}

.new_date {
  font-size: 0.8em;
  color: #d80000;
}

/* box_style01 -------------------- */

.box_style01 {
	background: #fff9ce;
}

.box_style01 > .ct_wrap {
	padding: 2.1em 2em 2em;
	text-align: center;
}

.box_style01 .banner {
	margin: 0 0 2.1em;
}

.box_style01 .banner a {
	transition: opacity 0.4s ease-out;
}

.box_style01 .banner a:hover {
	opacity: 0.7;
}

.box_style01 .btn_box {
	max-width: 800px;
	margin: 1em auto 0;
}

.box_style01 .btn_box p a {
	display: block;
	padding: .8em .8em .7em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 6;
	-moz-border-radius: 6;
	border-radius: 6px;
	-webkit-box-shadow: 2px 2px 6px #dfdab4;
	-moz-box-shadow: 2px 2px 6px #dfdab4;
	box-shadow: 2px 2px 6px #dfdab4;
	background: #fee335;
	color: #d80000;
	font-size: 1.25em;
	font-weight:  bold;
	text-decoration: none;
}

.box_style01 .btn_box p a:hover {
	background: #FBEB85;
}

.box_style01 .btn_box p a span.ico {
	position: relative;
	padding-left: .85em;
}

.box_style01 .btn_box p a span.ico:before{
    content:''; 
    display:block; 
    position:absolute; 
    height:0; 
    width:0; 
    top:.85em; 
    left:-4.5em;
	border-top: .3em solid transparent;
	border-right: .5em solid transparent;
	border-bottom: .3em solid transparent;
	border-left: .5em solid #d80000;
}

.box_style01 .btn_box p a:hover span.ico:before {
	border-left: .5em solid #d80000;
}

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

	.box_style01 > .ct_wrap {
		padding: 2.1em 3.12% 2em;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
}

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

	.box_style01 > .ct_wrap {
		padding: 1.5em 3.12% 1.6em;
	}
	.box_style01 .banner {
		margin: 0 0 1.5em;
	}
	.box_style01 .banner a:hover {
		opacity: 1;
	}
	.box_style01 .btn_box {
		margin-top: .8em;
	}
	.box_style01 .btn_box p a {
		-webkit-box-shadow: 1px 1px 3px #dfdab4;
		-moz-box-shadow: 1px 1px 3px #dfdab4;
		box-shadow: 1px 1px 3px #dfdab4;
	}
	.box_style01 .btn_box p a {
		font-size: 1.1em;
	}
.new_icon {
  padding: 10px 4px;
  font-size: 0.8em;
}
}


/* box_style02 -------------------- */

.box_style02 {
	background: #ffeef4;
}

.box_style02 > .ct_wrap {
	padding: 2em 0 2.3em;
	text-align: center;
}

.box_style02 .btn_box {
	margin-top: 1.5em;
	text-align: center;
	-js-display: flex;
	display: flex;	
	justify-content: space-between;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	-ms-flex-pack: justify; /*IE10*/
	-webkit-box-pack: justify; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-justify-content: space-between; /* Safari6.1以降 */
}

.box_style02 .btn_box p {
	width: 49%;
}

.box_style02 .btn_box p a {
	display: block;
	margin-top: .5em;
	padding: .8em .1em .7em;
	border: 2px solid #ff007f;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 6;
	-moz-border-radius: 6;
	border-radius: 6px;
	-webkit-box-shadow: 2px 2px 6px #dfdab4;
	-moz-box-shadow: 2px 2px 6px #dfdab4;
	box-shadow: 2px 2px 6px #dfdab4;
	background: #ffffff;
	color: #ff007f;
	font-size: 1.25em;
	font-weight: bold;
	text-decoration: none;
}

.box_style02 .btn_box p a:hover {
	background: #ff007f;
	color: #ffffff;
	text-decoration: none;
}

.box_style02 .btn_box p a span.ico {
	position: relative;
	padding-left: .8em;
}

.box_style02 .btn_box p a span.ico:before{
    content:''; 
    display:block; 
    position:absolute; 
    height:0; 
    width:0; 
    top:.35em; 
    left:0;
	border-top: .3em solid transparent;
	border-right: .5em solid transparent;
	border-bottom: .3em solid transparent;
	border-left: .5em solid #ff007f;
}

.box_style02 .btn_box p a:hover span.ico:before {
	border-left: .5em solid #ffffff;
}

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

	.box_style02 > .ct_wrap {
		padding: 2em 3.12%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
}

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

	.box_style02 > .ct_wrap {
		padding: 1.5em 3.12% 1.8em;
	}
	.box_style02 .btn_box {
		margin-top: 1em;
	}
	.box_style02 .btn_box p a {
		margin-top: .6em;
		border: 1px solid #ff007f;
		-webkit-box-shadow: 1px 1px 3px #dfdab4;
		-moz-box-shadow: 1px 1px 3px #dfdab4;
		box-shadow: 1px 1px 3px #dfdab4;
		font-size: 1.1em;
	}

}

@media all and (max-width: 320px){
	
	.box_style02 .btn_box p a {
		font-size: 1em;
	}

}


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

#footer {
	background: #fe71a5;
	color: #fff;
	text-align: center;
}

#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: 375px){
	#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;
}
