
/*===============================================
●sub.css 共通
===============================================*/

html {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	}

body {
    width: 100%;
    height: 100%;
    margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	}


h1, h2, h3, h4, h5, h6, th, td, p,li ,dt, dd {
    background-image: url(../images/image.png);
	}




 p{ 
	font-size: 1em;
	text-align: left;
	}

 .small {
 	font-size: 0.9em;
 	text-align: left; 
	color: #666;
 }

 .pink {
	color: #fA5C71;
	font-weight: bold;
	}

 .red {
 	color: red;
 	}

 .center {
	text-align: center;
	}


img{
	width:100%;
	margin: 0;
	}

.on-mouse :hover {
	opacity: 0.7 ;
}

ul {
	text-align: left;
	}


#container{
	width:100%;
	overflow:hidden;
//	height: 50px;
	text-align:center;
	}


.inner {
    width: auto;
    margin:10px;
	}
.inner:after {
    content: "";
    clear: both;
    display: block;
	}
 
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 80px 0 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
    background: #fff;
	}
#top-head a,
#top-head {
    text-decoration: none;
	}
#top-head .inner {
    position: relative;
	}
#top-head .logo {
    float: left;
    left: 0;
    font-size: 12px;
	}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 17px;
	}
#global-nav ul li {
    float: left;
	}
#global-nav ul li a {
    padding: 0 20px;
    border-bottom: 3px solid #fA5C71;
	}


.nav-buttom{
//	background: #d3ecaa;
	background: #51c1e9;
	padding:3px 7px;
	margin: 3px;
	display: inline-block;
	font-size:16px;
	}
	
.nav-buttom a{
	text-decoration: none;
		color: #fff;

	}

.nav-buttom :hover{
	background-color: #ff6699;
	color: #fff;
	padding:3px 7px;
}



#global-nav ul li a.current {
    background: #fA5C71;
    border-radius: 30px;
    color: #fff;
	} 
 
#global-nav ul li a:hover{
    border-radius: 30px;
    background: #fa93a1;
    color: #fff;
	} 
 
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 85px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
	}
#top-head.fixed .logo {
    font-size: 12px;
    color: #333;
	}
#top-head.fixed #global-nav ul li a {
    //color: #333;
    padding: 0 10px;
	}
 
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
	}
#nav-toggle div {
    position: relative;
	}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
	}
#nav-toggle span:nth-child(1) {
    top: 0;
	}
#nav-toggle span:nth-child(2) {
    top: 11px;
	}
#nav-toggle span:nth-child(3) {
    top: 22px;
	}





table {
	border-collapse: collapse;
	width: auto;
	margin-top: 10px;
}
table th,
table td {
	background-color: #fff;
	padding: 10px 5px;
	border: 1px solid #999;
	text-align: left;
}
table th {
	background-color: #eee;
	text-align: center;
	width: 25%;
	}


section {
	display: block;
	padding: 1em 8em;
	margin: 0;
	font-size:1em;
	text-align: center;
	}	

section#txt_title{
	padding-top: 130px;
}

section h1{
	font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", メイリオ, " Meiryo", "MS PMincho", Osaka, serif;
	font-size: 1.9em;
	color: #fA5C71;
	margin: 17px 0 0 0;
	}

section h2{
	font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", メイリオ, " Meiryo", "MS PMincho", Osaka, serif;
	font-size: 1.6em;
	color: #fA5C71;
	margin: 10px 0;
	}

section h3{
	font-size: 1.1em;
	background: #fA5C71;
	color: #fff;
	margin: 10px 0;
	padding:5px 10px;
	display: inline-block;
	border-radius: 10px;
	text-align: center;
	}

section h4{
	font-size: 1.1em;
    font-weight: bold;
    color: #fA5C71;
    border-bottom: 2px dashed #fA5C71;
    padding: 0 35px;
    position:relative;
    display: flex;
    text-align: left;
	}
section h4:after{
	content: "\00273f";
    font-size:26px;
    color: #fA5C71;
    top: -6px;
    left:5px;
    position:absolute;
    }


section p {
	text-align: left;
	}	
	
.bg-pink {
	background-color: #ffeef5;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	}

.bg-ivory {
	background-color: #fffff0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	}


.bg-heart01 {
    background: url(../images/bg-heart01.png) repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	}


.bg-flower01 {
    background: url(../images/bg-flower01.jpg) repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	}

.bg-flower02 {
    background: url(../images/bg-flower02.png) repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	}

.bg-stripe01 {
    background: url(../images/bg-stripe01.png) repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	}

.bg-01 {
    background: url(../images/bg04.png) repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	}


.modal > label {
background: #ccffff;
color: #333;
cursor: pointer;
display: inline-block;
}

.modal-overlay {
background:#fdfdd9;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
text-align:center;
margin:150px 250px;
padding:10px;
}

.modal-wrap {
position: relative;
margin: 0 auto;
width: 100%;
}


.modal-wrap .month{
	background: #afeeee;
	margin:5px;
	padding:5px;
	display: inline-block;
	}



.modal-wrap label {
background: #fA5C71;
color: #fff;
cursor: pointer;
display: inline-block;
padding:10px;
}

input {
position: absolute;
z-index: -9999;
visibility: hidden;
}

.modal-overlay {
opacity:0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
	-moz-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
	-ms-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
	-o-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
	transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
z-index: -999;
}

input:checked ~ .modal-overlay {
opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-0-transform: scale(1);
	transform: scale(1);
z-index: 999;
}




dt {
	clear: left;
	float: left;
	width: 7em;
	padding: 10px 0.5em;
	color: #006366;
	font-weight: bold;
	}

dd {
	margin-left: 0;
	padding: 10px 0.5em 10px 8em;
	border-bottom: dotted 1px #CCC;
	color: #006366;
	font-weight: bold;
	}


		
.page-link ul {
	align-items: center;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
    list-style: none;
    padding: 15px 0;
	text-align: center;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	margin-block-start: 0;
	margin-block-end: 0;
}

.page-link li {
	display: list-item;
    text-align: -webkit-match-parent;
	margin-right: 30px;
	list-style: none;
}

.page-link a {
	text-decoration: none;
	color: #666;
	font-size: 85%;
}

.page-link a::before {
    content: "▼";
    font-size: 70%;
    margin-right: 5px;
}

.page-link a:hover {
	color: #999;
}

.box-m {
	width: 27%;
	display: inline-block;
	margin:0.5em 1em;
	padding:0.5px;
	vertical-align: top;
	}

.box-m .name{
	text-align: center;
	color: #006366;
	padding-top: 0;
	}

.box-m .circle{
	border-radius: 100px;
	}

img.tate{
	width: 50%;
	}

.box-m2 {
	width: 45%;
	display: inline-block;
	margin:0.5em 1em;
	padding:0.5px;
	vertical-align: top;
}

.box-m-s {
	width: 45%;
	display: inline-block;
	margin:0 0.5em 0.5em 0;
	padding:0 0.5px;
	vertical-align: top;
}
		
.box-s {
	width: 16%;
	display: inline-block;
	margin:0.5em;
	padding:0.5px;
	vertical-align: top;
	}

.box-s .name{
	//font-size: 0.9em;
	text-align: center;
	color: #006366;
	padding-top: 0;
	}

.box-s .circle{
	border-radius: 100px;
	}


.circle-left{
	width: 28%;
	margin: 1em 2em;
	padding:1em;
	float: left;
	border-radius: 300px;
	}

.circle-right{
	width: 28%;
	margin: 1em 2em;
	padding: 0.5em;
	display: block;
	float: right;
	border-radius: 300px;
	}

.square-right{
	width: 25%;
	margin: 1em 2em;
	padding: 0.5em;
	float: right;
	}

.square-m{
	width: 22%;
	margin: 1em 2em;
	display: block;
	float: left;
	border: 1px solid #fc8d9c;
	}


.square-s{
	width: 16%;
	margin: 1em 2em;
	display: inline-block;
	float: left;
	border: 1px solid #fc8d9c;
	}


ul.flower{
	list-style-type: none!important;
	text-align: left;
	text-indent: -5em;
	font-size:1em
	}

.flower :before {
	content: "\00273f";
	color: #fA5C71; 
	margin-left: 4em;
	}
	

.tel-box {
    padding: 10px;;
    margin: 2em auto;
    color: #565656;
    background: #ffeaea;
    box-shadow: 0px 0px 0px 10px #ffeaea;
    border: dashed 2px #ffc3c3;
    border-radius: 8px;
    width:260px;
	}

.title {
	background: #fa6964;
	color: #fff;
	text-align: center;
	margin: 0;
	border-radius: 8px;
	}

.tel{
	color: #fA5C71;
	font-weight:bold;
	text-align: center;
	}

.tel a{
	color: #fA5C71;
	}

.buttom {
	background: #d3ecaa;
	padding:10px;
	margin-top:15px;
	display: inline-block;
	font-size:0.9em;
	}
	
.buttom a{
	text-decoration: none;
	}

.buttom :hover{
	background-color: #51c1e9;
	color: #fff;
	padding:0.8em 0.5em;
	}





.waku {
	border: 3px double #fA5C71;
	padding: 5px 10px;
	margin: 0.5em 1em;
	text-align: left;
	display: inline-block;
	background: #fff;
	//width:80%;
	}

.flow {
	text-align: left;
	margin: 2em;
	background: #fff;
	padding: 1em;
	}

.flow h1 {
	color: #fA5C71;
	font-size: 1.2em;
	//text-align: center;
	}

.flow p{
	padding: 0;
	margin: 0;
	}
.flow h2 {
	color: #333;
	padding: 0.5em 2em 0.5em 0.5em;
	display: inline-block;
	line-height: 1.3;
	background: #dbebf8;
	vertical-align: middle;
	border-radius: 25px 0px 0px 25px;
	font-size: 1.2em;
	}
.flow h2:before {
	content: "\00273f";
	color: #fA5C71;
	margin-right: 8px;
	}



.flow02 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 2px #62c1ce;
    background: #fff;
    display: inline-block;
    width:90%;
	}

.flow02 .point {
    position: absolute;
    display: inline-block;
    top: -32px;
    left: -3px;
    padding: 3px 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.flow02 p {
    margin: 0; 
    padding: 0;
    text-align: center;

}




.main{
	position:relative;
	//width:300px;
	z-index:0;
	border:1px solid #CCC;
	margin:2em;
	}

.main.onhidden{
	height:150px;
	overflow-y:hidden;
	}

.main .text{
	padding:10px;
	}	

.main .readmore{
	position:absolute;
	bottom:0;
	width:100%;
	padding:20px 0;
	text-align:center;
	background: rgba(0, 0, 0, 0) linear-gradient(180deg, rgba(255, 255, 255, 0.5), white) repeat scroll 0 0;
	font-weight:bold;
	cursor:pointer;
	z-index:999;
	}

.main .readmore span{
	border-radius:20px;
	padding:5px 30px;
	background-color:#FA5C71;
	color:#fff;
	}
/*----------------------------*/

hr{
	color: pink;
	border:3px dotted pink;
	width:90%;
	}







#pageTop {

	position: fixed;
	bottom: 22px;
	right: 22px;
	}


#pageTop a {
	display: block;
	z-index: 999;
	padding: 10px 0 0 5px;
	border-radius: 30px;
	width: 35px;
	height: 30px;
	background-color: #FA5C71;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	}


#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
	}




.clearfix {
	clear: both;
	}



#footer {
	margin: 0;
	padding: 10px 0;
	background: #FA6964;
	text-align: center;
	}





/*===============================================
●sub.css 画面の横幅が1200px以上
===============================================*/
@media only screen and (min-width: 1280px) and (max-width: 1920px) {

section {
	display: block;
    padding: 1em 18%;
	margin: 0;
	font-size:1em;
	text-align: center;
	}	

section#txt_title{
	padding-top: 130px;
}

.box-m {
	width: 28%;
	display: inline-block;
	margin:0.5em 1em;
	padding:0.5px;
	vertical-align: top;
	}

.box-m .name{
	text-align: center;
	color: #006366;
	padding-top: 0;
	}
img.tate{
	width: 50%;
	}


	
}

/* コロナ関連　*/

#news-covid19 h3{
	display: block;
	border-radius: 0;
	margin-top: 2em;
	text-align: left;
}
#news-covid19 .days{
	text-align: right;
}
#news-covid19 .txt-red{
}

/* さりお　*/

.sario_qa dt {
	clear: left;
	width: auto;
	padding: 10px 0 10px 0;
	color: #006366;
	font-weight: bold;
	}

.sario_qa dd {
	margin-left: 0;
	padding: 10px 0 10px 0;
	font-weight:  normal;;
	border-bottom: dotted 1px #CCC;
	text-align: right;
}

/* 食事について　*/

#meal #celeb .flower {
	padding-bottom: 50px;
}

#meal #celeb .flower li {
	float:  left;
	margin-right: 50px;
}


/*===============================================
●sub.css 
===============================================*/
@media screen and (min-width: 961px) {


}

/*===============================================
●tablet.css 
===============================================*/
@media only screen and (min-width: 641px) and (max-width: 960px) {

 
  .head-inner {
    display: none;
  }
 
  .slick-next {
    right: 0;
  }
 
  #top-head,
  .inner {
      width: 100%;
      padding: 0;
      margin: 10px 0;
  }
  #top-head {
      top: 0;
      position: fixed;
      margin-top: 0;
  }
  #top-head.fixed {
      padding-top: 0;
      background: transparent;
      background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
  }
  #mobile-head {
      background: #fff;
      width: 100%;
      height: 100%;
      z-index: 999;
      position: relative;
  }
  #top-head.fixed .logo,
  #top-head .logo {
      position: absolute;
      left: 13px;
      height: 100%;
      bottom: 0;
      color: #333;
      font-size: 12px;
  }
  #global-nav {
      position: absolute;
      top: -500px;
      background: #fA5C71;
      width: 100%;
	text-align: center;
      padding: 10px 0;
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
  }
  #global-nav ul {
		padding: 0;
      list-style: none;
      position: static;
      right: 0;
      bottom: 0;
      font-size: 14px;
	text-align: center;
  }
  #global-nav ul li {
      float: none;
      position: static;
      padding: 18px 0;
      color: #fff;
  }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
      width: 100%;
      display: block;
      color: #fff;
      padding: 18px 0;
      border: none;
  }

#top-head #global-nav ul li a.current {
	border-radius: 30px;
	border: none;
	background: #fff;
	color: #333;
	}

  
   #top-head #global-nav ul li a:hover {
	border-radius: 30px;
      border: none;
      background: #fff;
      color: #333;
   }

  
  #nav-toggle {
      display: block;
      right: 25px;
      top: 20px;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
	top: 11px;
	 -webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
	}
  .open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
	}
  .open #nav-toggle span:nth-child(3) {
      top: 11px;
      -webkit-transform: rotate(-315deg);
      -moz-transform: rotate(-315deg);
      transform: rotate(-315deg);
  }
  .open #global-nav {
	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
	}


section {
	padding: 0.5em 3.5em;
	text-align: center;
	}

section#txt_title{
	padding-top: 100px;
}

section h1{
	font-size: 1.2em;
	}

section h2{
	font-size: 1.1em;
	}

section h3{
	font-size: 0.9em;
	}

section h4{
	font-size: 0.9em;
	}

section p{
	font-size: 0.9em;
	}


.box-m {
	width: 28%;
	margin: 0.5em;
	}

.box-m .circle{
	border-radius: 100px;
	}

.box-s {
	width: 25%;
	margin: 0.5em auto;
	}

.box-s .circle{
	border-radius: 100px;
	}

.circle-left{
	width: 35%;
	margin: 0.5em 1.5em;
	float: left;
	}

.circle-right{
	width: 35%;
	margin: 0.5em 1.5em;
	float: right;
	}

.square-right{
	width: 35%;
	margin: 0.5em 1.5em;
	float: right;
	}

.square-m{
	width: 35%;
	//margin: 1em;
	float: left;
	}

.square-s{
	width: 30%;
	margin: 1.5em;
	float: left;
	}

ul.flower{
	list-style-type: none!important;
	text-align: left;
	text-indent: -5em;
	font-size:0.9em
	}
.sario_qa dd {
	clear: both;
	text-align: left;
}


}

/*===============================================
●smart.css 
===============================================*/
@media screen and (max-width: 640px) {



    #top-head,
    .inner {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    #top-head {
       top: 0;
        position: fixed;
        margin-top: 0;
    }

.nav-buttom{
	font-size:12px;
	}


    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    	background: rgba(255,255,255,.7);
    	transition: top 0.65s ease-in;
    	-webkit-transition: top 0.65s ease-in;
   		 -moz-transition: top 0.65s ease-in;    }
   		 #mobile-head {
        background: #fff;
        width: 100%;
        //height: 100px;
        z-index: 999;
        position: relative;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        //position: absolute;
        //left: 13px;
        top: 0;
        color: #333;
        font-size: 12px;
        //height: 100%;
    }
    #global-nav {
        position: absolute;
        top: -475px;
        background: #fA5C71;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
		padding: 0;
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
        text-align: center;
 }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        border: none;
        padding: 18px 0;
    }

#top-head #global-nav ul li a.current {
	border-radius: 30px;
	border: none;
	background: #fff;
	color: #333;
	}

   #top-head #global-nav ul li a:hover {
	border-radius: 30px;
      border: none;
      background: #fff;
      color: #333;
   }


    #nav-toggle {
        display: block;
    }
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }

.modal > label {
background: #ccffff;
color: #333;
cursor: pointer;
display: inline-block;
}

.modal-overlay {
background:#fdfdd9;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
text-align:center;
margin:50px;
padding:10px;
}

.modal-wrap {
position: relative;
margin: 0 auto;
width: 100%;
}


.modal-wrap .month{
	background: #afeeee;
	margin:5px;
	padding:5px;
	display: inline-block;
	}



.modal-wrap label {
background: #fA5C71;
color: #fff;
cursor: pointer;
display: inline-block;
padding:10px;
}

input {
position: absolute;
z-index: -9999;
visibility: hidden;
}

.modal-overlay {
opacity:0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
	-moz-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
	-ms-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
	-o-transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
	transition: all 0.75s cubic-bezier(0.65, -0.55, 0.265, 1.55);
z-index: -999;
}

input:checked ~ .modal-overlay {
opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-0-transform: scale(1);
	transform: scale(1);
z-index: 999;
}




section {
	padding: 0.5em 1em;
	text-align: center;
	font-size: 0.9em;
	}

section#txt_title{
	padding-top: 100px;
}

section h1{
	font-size: 1.2em;
	}

section h2{
	font-size: 1.1em;
	}

section h3{
	font-size: 1.0em;
	}

section p{
	font-size: 0.9em;
	}

section h4{
	font-size: 0.8em;
	}

.page-link ul {
	justify-content: flex-start;
	padding: 1em 20px;
}

.page-link ul li {
	margin-bottom: 0.5em;
}

.box-m {
	width: 80%;
	margin: 0;
	}
	
.box-m .circle{
	border-radius: 150px;
	}

.box-s {
	width: 40%;
	margin: 0;
	}
	
.box-s .circle{
	border-radius: 150px;
	}

.circle-left{
	width: 70%;
	//margin: 1.5em;
	display: block;
	float: none;
	}
	
.circle-right{
	width: 85%;
	//margin: 1em auto;
	display: block;
	float: none;
	}

.square-right{
	width: 85%;
	//margin: 1em auto;
	display: block;
	float: none;
	}

.square-m{
	width: 70%;
	//margin: 1.5em;
	display: block;
	float: none;
	}

.square-s{
	width: 70%;
	//margin: 1.5em;
	//display: block;
	float: none;
	}

.flow {
	text-align: left;
	margin: 1em;
	background: #fff;
	padding: 0.9em;
	}

.flow h1 {
	color: #fA5C71;
	font-size: 1em;
	//text-align: center;
	}

.flow p{
	padding: 0;
	margin: 0;
	}
	
.flow h2 {
	color: #333;
	padding: 0.5em
	display: inline-block;
	line-height: 1.3;
	background: #dbebf8;
	vertical-align: middle;
	border-radius: 25px 0px 0px 25px;
	font-size: 1.2em;
	}
.flow h2:before {
	content: "\00273f";
	color: #fA5C71;
	margin-right: 8px;
	}

.flow02 {
    position: relative;
    margin: 1em 0;
    padding: 0.5em;
    border: solid 2px #62c1ce;
    background: #fff;
    display: inline-block;
}
.flow02 .point {
    position: absolute;
    display: inline-block;
    top: -32px;
    left: -3px;
    padding: 3px 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
    text-align: center;
}
.flow02 p {
    margin: 0; 
    padding: 0;
}



#footer {
	font-size: 0.8em;
	}



.sario_qa dd {
	clear: both;
	text-align: left;
}
	
}

#album img{
  max-width: 100%;
}
#album .center{
  margin: 0 auto 0 auto;
  max-width: 90%;
  width: 500px;
}
#album .center ul{
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
#album .center li{
  flex: 1 1 auto;
  margin-right: 8px;
}
#album li:last-of-type{
  margin-right: 0;
}

/* 個別ページ　*/

/* news */
.news-list {
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
}
.news-list ul {
	margin: 0;
	padding: 0;
}
.news-list ul li {
	list-style: none;
	padding: 0.5em 0;
	border-bottom: solid 1px #ddd;
	overflow: hidden;
}
.news-list ul li span {
	display: inline-block;
	margin-right: 2em;
}
.news-list ul li a {
	display: inline-block;
}
