@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700');
@font-face {
    font-family: mamelonfont;
    src: url(../fonts/mamelonfont.woff);
}
html {
	font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
}
body{
	margin:0;
	padding:0;
	color: #333333;
	font-size: 1.4rem;/* 14px */
	line-height: 1.8em;
	/* [disabled]line-height:26px; */
	font-family:"Noto Sans JP","Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
	letter-spacing: 0.07em;
	background-image: url(../img/bg.jpg);
}
@media screen and (min-width: 481px)  and (max-width: 768px){
	/*　画面サイズが481pxからはここを読み込む　*/
 body{
	font-size: 1.4rem;
}
}
@media screen and (max-width: 480px) {
 body{
	font-size: 1.3rem;
}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, body {
		font-feature-settings: "pkna";
	}
}

.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
}
.clearfix{
    display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
    height: 1%;
}
.clearfix{
    display:block;
}
/* End Hack */
.ml10 {
	margin-left: 10px;
}
.mr10 {
	margin-right: 10px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt80 {
	margin-top: 80px;
}
.mt160 {
	margin-top: 160px;
}
.mb0 {
	margin-bottom: 0px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.pt10 {
	padding-top: 10px;
}
.pt30 {
	padding-top: 30px;
}
.pt40 {
	padding-top: 40px;
}
.pt60 {
	padding-top: 60px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb60 {
	padding-bottom: 60px;
}

/*-------------------- Reset */
h1,
h2,
h3,
p,
dl,
dt,
dd,
li {
  margin: 0;
  word-break: break-word;
}
a {
  color: #000;
  text-decoration: none; 
}
  a:hover {
    text-decoration: none;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0; 
}



.img-spnone {
	display: block;
}
.img-pcnone {
	display: none;
}
@media screen and (max-width: 768px) {
.img-spnone {
	display: none;
}
.img-pcnone {
	display: block;
}
}


.futo {
	font-weight: bold;
}

.sec {
	width: 100%;
	/*padding-top: 30px;
	padding-bottom: 30px;*/
}

 h2 {
  line-height: 1.4em;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-align:center;
  margin-top: 0;
}
@media screen and (min-width: 481px)  and (max-width: 768px){
	/*　画面サイズが481pxからはここを読み込む　*/
 h2 {
    font-size: 2.2rem;
    line-height:1.3em;
  }
}
@media screen and (max-width: 480px) {
 h2 {
    font-size: 1.45em;
    line-height:1.3em;
  }
}




/*ヘッダー*/
.header {
	background-image: url(../img/bg_head.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.header-inner {
	padding: 60px 0 70px;
	text-align: center;
	position: relative;
}
.header-inner h2 {
	font-family: mamelonfont;
	letter-spacing: 0.1em;
	font-size: 4rem;
	margin-bottom: 30px;
}
.header-inner figure {
	position: absolute;
	z-index: -1;
}
.header-inner figure.h-figure01 {
	bottom: 0;
	left: 7%;
}
.header-inner figure.h-figure02 {
	bottom: 0;
	right: 10%;
}
@media screen and (max-width: 768px) {
.header-inner {
	padding: 60px 0 90px;
}
.header-inner h2 {
	font-size: 3rem;
}
.header-inner figure.h-figure01 {
	bottom: 0;
	left: 3%;
}
.header-inner figure.h-figure02 {
	bottom: 0;
	right: 3%;
}
}



/*-----------------------中身*/
.main .map {
	text-align: center;
}
.main h2 {
	font-family: mamelonfont;
	letter-spacing: 0.1em;
	font-size: 3.2rem;
	margin-bottom: 30px;
	margin-top: 70px;
	padding-bottom: 30px;
	background-image: url(../img/line.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
.main h2 {
	font-size: 2.8rem;
}
}


.main {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 80px;
}
.main .sec {
	margin-top: 50px;
	padding-top: 0;
}
.main .sec .item {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	/*padding-bottom: 200px;*/
}
.main .sec .item.item01 {
	padding-bottom: 200px;
}
.main .sec .item.item02 {
	padding-bottom: 70px;
}
.main .sec .item.item03 {
	padding-bottom: 140px;
}
.main .sec .item .item-img {
	width: 45%;
	align-self: flex-start;
	justify-content: center;
}
.main .sec .item .item-text {
	width: 50%;
}
.main .sec .item.item01 .item-text,
.main .sec .item.item03 .item-text {
	margin-right: 5%;
}
.main .sec .item.item02 .item-text {
	margin-left: 5%;
}
.main .sec .item .item-text p.text-about {
	margin-bottom: 30px;
}
.main .sec .item .item-text p.text-about span {
	display: block;
	font-size: 2.4rem;
	line-height: 2.8rem;
	letter-spacing: 0.1em;
	margin-bottom: 20px;
	color: #f77c93;
}

.main .sec .item .item-text dl dt{
	font-size: 2rem;
	letter-spacing: 0.1em;
	padding-left: 40px;
	margin-bottom: 15px;
	color: #333333;
	background-image: url(../img/ic_flower.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.main .sec .item .item-text dl dd{
	text-align: justify;
	line-height: 1.8em;
}
.main .sec .item .item-text dl dd ul li {
	text-align: justify;
	line-height: 1.8em;
	position: relative;
	padding: 0 0 10px 20px;
}
.main .sec .item .item-text dl dd ul li::before {
	font-family: "Font Awesome 5 Free"; 
	content: "\f111";
	font-weight: bold;
	position: absolute;
	left : 0;
	top: 2px;
	color: #ff648d;
}
.main .sec .item figure {
	position: absolute;
	z-index: -1;
}
.main .sec .item figure.m-figure01 {
	bottom: 0;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.main .sec .item figure.m-figure02 {
	bottom: 0;
	right: 0;
}
.main .sec .item figure.m-figure03 {
	bottom: 0;
	left: 30px;
}
@media screen and (max-width: 768px){
.main {
	width: 90%;
	margin: 0 auto 80px;
}
.main .sec .item {
	flex-direction: column;
	padding-bottom: 60px;
}
.main .sec .item.item01 {
	padding-bottom: 60px;
}
.main .sec .item.item02 {
	padding-bottom: 60px;
}
.main .sec .item.item03 {
	padding-bottom: 60px;
}
.main .sec .item .item-img {
	width: 100%;
	display: block;
	margin-top: 20px;
}
.main .sec .item .item-text {
	width: 100%;
	display: block;
	order: -1;
}
.main .sec .item.item01 .item-text,
.main .sec .item.item03 .item-text {
	margin-right: 0;
}
.main .sec .item.item02 .item-text {
	margin-left: 0;
}
.main .sec .item .item-text p.text-about {
	margin-bottom: 20px;
}
.main .sec .item .item-text p.text-about span {
	font-size: 2.1rem;
}
.main .sec .item .item-text dl dt{
	font-size: 1.8rem;
}
.main .sec .item figure {
	position: absolute;
	z-index: 1;
}
.main .sec .item figure.m-figure01,
.main .sec .item figure.m-figure02,
.main .sec .item figure.m-figure03 {
	bottom: 0;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
}
.main p.toi {
	font-family: mamelonfont;
	font-size: 2rem;
	text-align: center;
	margin-top: 70px;
	padding-bottom: 30px;
	background-image: url(../img/line.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}




