@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap');

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, ins, kbd, q, s, samp, small, strike, strong,
sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	border:0;
	font-family:inherit;
	font-size:100%;
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	padding:0;
	outline:0;
	vertical-align:baseline;
}

article, footer, header, nav, section, main {
  display: block;
}

ol, ul {list-style:none;}

table {
	border-collapse:separate;
	border-spacing:0;
}

caption, th, td {
	font-weight:normal;
	text-align:left;
}

img{
	padding:0;
	margin:0;
	vertical-align:bottom;
	-webkit-backface-visibility: hidden;
}


/* ----------------------------------------------
 * 基本設定
---------------------------------------------- */
body {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 22px;
	line-height: 1.8;
	color: #5F5F5F;
	-webkit-text-size-adjust: 100%;
}

a img {border:0;}


/* ---- sp ----------------- */
@media only screen and (max-width:767px){
body{
	font-size:20px;
	line-height:1.8;
}
}


/* ----------------------------------------------
 * br
---------------------------------------------- */
.br_pc{display:block;}
.br_sp{display:none;}
.br_sp480{display:none;}

/* ---- sp 767 -------------- */
@media only screen and (max-width:767px){
.br_pc{display:none;}
.br_sp{display:block;}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
.br_sp480{display:block;}
}


/* ----------------------------------------------
 * アンカータグの設定
---------------------------------------------- */
a {
  outline:none;
  color: #FF6666;
}

a:hover {
  text-decoration: none;
}

a,
a:hover,a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

/*------------------
  a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.8;
  opacity:0.8;
}
--------------*/

/* ----------------------------------------------
 * 要素を左右中央寄せ
---------------------------------------------- */

.taC {text-align: center !important;}
.taR {text-align: right !important;}
.taL {text-align: left !important;}

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	*behavior:url(/scripts/boxsizing.htc);
}

/* ----------------------------------------------
 font
---------------------------------------------- */
.fRed{
	font-weight: bold;
	color: #FF6666;
}

.fBold{
	font-weight: bold;
}


/* ----------------------------------------------
 index.html
---------------------------------------------- */
#top_header{
	padding: 35px 0;
	text-align: center;
	color: #FFF;
	background-color: #F5F9E3;
}

#top_header p{
	width: 500px;
	margin: 0 auto;
}

#top_header p img{
	width: 100%;
	height: auto;
}

#top_main{
	width: 1000px;
	margin: 0 auto 200px;
}

#top_main h3{
	text-align: center;
	font-size: 45px;
	font-weight: bold;
	color: #F29CA0;
	margin: 60px 0 40px;
}

.info_btn{
	width: 500px;
	margin: 80px auto 70px;
	text-align: center;
	border-radius: 10px;
}

.info_btn a{
	display: block;
	padding: 20px 0;
	color: #FFF;
	border-radius: 10px;
}

.info_bg01{
	background: #236BC0;
}

.info_bg01 a:hover{
	background: #337FD9;
}

.telBox{
	width: 600px;
	text-align: center;
	margin: 70px auto 0;
}

.telBox h4{
	font-size: 30px;
	color: #FF6666;
	font-weight: bold;
}

#top_phone{
	font-family: 'Crimson Text', serif;
	font-size:50px;
	text-align: center;
}

#top_copyright{
	width:100%;
	padding:20px 20px;
	margin-top: 50px;
	text-align: center;
	font-size:12px;
	background-color: #F5F9E3;
}

.top_add{
	font-size: 20px;
}

.top_add span{
	font-size: 16px;
	display: block;
}

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


/* ---- pc 1200px ---------- */
@media only screen and (max-width:1200px){
#top_main{
	width: 90%;
	margin: 0 auto;
}
}

/* ---- sp 767 ------------- */
@media only screen and (max-width:767px){
#top_main h3{
	font-size: 40px;
	margin: 50px 0 30px;
}

.info_btn{
	width: 90%;
	margin: 70px auto 70px;
	text-align: center;
	border-radius: 10px;
}

.telBox{
	width: 90%;
	text-align: center;
	margin: 70px auto 0;
}
}

/* ---- sp 480 ------------- */
@media only screen and (max-width:480px){
#top_header p{
	width: 250px;
	margin: 0 auto;
}

#top_main{
	width: 85%;
	margin: 0 auto;
}

#top_main h3{
	font-size: 35px;
	margin: 40px 0 40px;
	line-height: 1.4;
}

.info_btn{
	width: 100%;
	margin: 50px auto 70px;
	text-align: center;
	border-radius: 10px;
}

.telBox{
	width: 85%;
	margin: 50px auto 0;
}

.telBox h4{
	font-size: 25px;
	margin-bottom: -10px;
}

#top_phone{
	font-size:35px;
}

.top_add{
	font-size: 17px;
	margin-top: 20px;

}
}


