@charset "UTF-8";
/* CSS Document */

html{ background:#EDEDED;}

h1, h2, h3, h4, li, dt, dd, p { transform:rotate(0.03deg); }

body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background:#fff;
	color: #333;
	letter-spacing: 0.1em;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	overflow-x: hidden;
}


img {
	border: none;
	margin: 0px;
	padding: 0px;
	vertical-align:bottom;
	max-width: 100%;
}

p {
	margin: 0px;
	padding: 0px;
}


a {
	color: #4081CD;
	transition: .5s;
	text-decoration: none;
}

a:hover {
	color: #93DAAAE;
	transition: .5s;
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}

.clearfix::after {
    content: '';
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1; /* for IE6/7 */
}


.wrap_l{float: left;}
.wrap_r{float: right;}

.center {text-align:center;}
.right {text-align:right;}


.flexbox {
	width: 100%;
	margin: 0px;
	padding: 0px;
	
	display: -webkit-box;
    display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexbox a {
	text-decoration:none;
}

*{box-sizing: border-box;}


.container, .header-container {
    max-width:960px;
	padding: 0;
	margin: 0 auto;
}

.container02 {
    max-width:768px;
	padding: 0 1.0416%;
	margin: 0 auto;
}



/*-------ヘッダー---------*/


header {
	width: 100%;
	padding: 0 0 30px 0;
	background:#FFF;
}


/* .corona a {
	width: 100%;
	background: #54b5ec;
	text-align: center;
	color: #ffea00;
	font-size: 20px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	transition: .5s;
	display: block;
	text-decoration: none;
	line-height: 45px;
	margin:0 0 30px 0;
	pading:0;
	z-index: 999;
	position:fix;
	overflow-x: hidden;
	border:none;
} */

.corona a {
	width: 100%;
	background: #54b5ec;
	text-align: center;
	color: #ffea00;
	font-size: 25px;
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight:600;
	transition: .5s;
	display: block;
	text-decoration: none;
	line-height: 45px;
	margin:0 0 30px 0;
	pading:0;
	z-index: 999;
	position:fix;
	overflow-x: hidden;
	border:none;
}

.corona a:hover {
	opacity: 0.5;
    filter: alpha(opacity=50);
}


h1 {
	float: left;
	max-width: 34.0625%;
	padding: 0;
	margin: 0;
}

h1 a:hover {
	opacity: 0.5;
    filter: alpha(opacity=50);
}

nav {
	float: right;
	width: 62.12%;
	padding: 20px 1.0416% 0 0;
	margin: 0;
}

nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

nav ul li a {
	padding: 0 0 0 4.45%;
	margin: 0;
	text-align: center;
	float:left;
	font-size:14px;
	display:inline-block;
	color: #4081CD;
	text-decoration:none;
}

nav ul li span {
	font-size: 8px;
	color: #54b5ec;
	font-family: 'Hind Madurai', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", sans-serif;
	font-weight:bold;
}

nav ul li a:hover {
	opacity: 0.5;
    filter: alpha(opacity=50);
}


/*------------------- スライダー -----------------------*/



.flexslider .slides > li.sli01-1, .flexslider .slides > li.sli01-2, .flexslider .slides > li.sli02, .flexslider .slides > li.sli03-1, .flexslider .slides > li.sli03-2, .flexslider .slides > li.sli04-1, .flexslider .slides > li.sli04-2  {
	background-repeat: no-repeat;
    background-position: center center;
	width:100%;
	border-bottom-left-radius: 50% 15%;
    border-bottom-right-radius: 50% 15%;
	-webkit-print-color-adjust: exact;
}

.flexslider .slides > li.sli01-1 {
	background-image: url(../img/slider01-1.jpg);
}

.flexslider .slides > li.sli01-2 {
	background-image: url(../img/slider01-2.jpg);
}

.flexslider .slides > li.sli02 {
	background-image: url(../img/slider02.jpg);
}

.flexslider .slides > li.sli03-1 {
	background-image: url(../img/slider03-1.jpg);
}

.flexslider .slides > li.sli03-2 {
	background-image: url(../img/slider03-2.jpg);
}

.flexslider .slides > li.sli04-1 {
	background-image: url(../img/slider04-1.jpg);
}

.flexslider .slides > li.sli04-2 {
	background-image: url(../img/slider04-2.jpg);
}




/*-------コピー---------*/

.copy {
	width:100%;
	padding: 20px 0 30px 0;
	margin: 0 auto;
	text-align:center;
	
	display: -webkit-box;
    display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	
    -moz-justify-content: center;
    -webkit-justify-content: center;
	justify-content: center;
}

.copy p {
	font-size: 23px;
	letter-spacing: 0.2em;
	line-height: 1.6em;	
}

.copy span {
	font-size: 21px;
	letter-spacing: 0.1em;
	font-family: 'Caveat', cursive;
	color: #EC7390;
}

.copy-illa01 {
	padding: 0;
	margin: 0;
}

.copy-illa02 {
	padding: 0;
	margin: 0;
}



/*-------コンテンツ---------*/

.map-back {
	width: 100%;
	background-image: url(../img/back01.jpg);
	background-repeat: repeat;
	margin-bottom:50px;
	padding :50px 0;
}

.map {
	width: 68.51%;
	float: left;
}

.map-giin-wrap {
	width: 27.65%;
	float: right;
}



/*-------ボタン---------*/

.bt-giin {
	width: 100%;
	padding-bottom:20px;
	transition: .5s;
}

.bt-giin a:hover {
	opacity: 0.5;
    filter: alpha(opacity=50);
}

.bt-giin:last-child {
	padding-bottom:0px;
}


.bt-detail a, .bt-detail02 a, .bt-pdf a {
	width:13em;
	margin: 30px auto 0 auto;
	background-color: #54b5ec;
	font-size: 16px;
	line-height: 60px;
	text-align: center;
	display:block;
	cursor:pointer;
	border:none;
	text-decoration:none;
	color: #ffea00;
	
	-moz-transition: .5s;
	-webkit-transition: .5s;
	transition: .5s;
	
	border-radius: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
}

.bt-detail a:hover, .bt-detail02 a:hover, .bt-pdf a:hover {
	background: #4081CD;
}


.bt-pdf a {
	width:16em;
	margin: 50px auto 0 auto;
}


.wrap-news01 {
	width: 44.14%;
	margin-right:3.19%;
	float:left;
	text-align:center;
}

.wrap-news02 {
	width: 52.65%;
	float:right;
}

.read01 {
	font-size: 100%;
	line-height: 2em;
}

.green-back {
	width: 100%;
	background: #d3edfa;
	padding: 50px 0;
	margin-bottom:50px;
}

.wrap-half {
	width: 47.34%;
	padding: 0;
	margin-right: 5.31%;
}

.wrap-half:last-child {
	width: 47.34%;
	padding: 0;
	margin-right: 0%;
}


.banner {
	width: 31.91%;
	margin: 0 2.12% 30px 0;
	transition: .5s;
}

.banner a:hover {
	opacity: 0.5;
    filter: alpha(opacity=50);
}

.banner:nth-child(3), .banner:last-child {
	margin: 0 0 30px 0;
} 


/*-------小見出し---------*/

.tit01, h2 {
	position: relative;
	display: inline-block;
	padding: 10px 60px;
	font-size: 28px;
	line-height: 1em;
	letter-spacing: 0.2em;	
	text-align:center;
	margin: 0 0 20px 0;
	font-weight:normal;
}

.tit01:before, h2:before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 70px;
    height: 3px;
    background-color: #54b5ec;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
	left:0;
}

.tit01:after, h2:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 70px;
    height: 3px;
    background-color: #54b5ec;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
	right: 10px;
}

.tit01 span, h2 span {
	font-size: 10px;
	color: #4081CD;
	font-family: 'Hind Madurai', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", sans-serif;
	font-weight:bold;
	letter-spacing: 0.1em;
}


/*-------中ページ---------*/


.title-back {
	width:100%;
	background:#E9F8EE;
	margin: 0 0 50px 0;
	padding: 40px 0 0 0 ;
	text-align:center;
}


.giin-wrap01, .giin-wrap02, .giin-wrap03, .giin-wrap04, .giin-wrap05, .giin-wrap06, .giin-wrap07 {
    max-width:940px;
	padding: 50px 5.399%;
	margin: 0 auto 50px auto;
	text-align:left
}

.giin-wrap01 {border: 7px solid #9fedff;}
.giin-wrap02 {border: 7px solid #61d2ff;}
.giin-wrap03 {border: 7px solid #ffa500;}
.giin-wrap04 {border: 7px solid #f9a4c5;}
.giin-wrap05 {border: 7px solid #ff7b7c;}
.giin-wrap06 {border: 7px solid #F6ADC0;}
.giin-wrap07 {border: 7px solid #7adbd2; }


.giin-ph {
    width:24.21%;
	float:left;
	margin-right: 6.05%;
}

.giin-profile {
    width:69.7%;
	float:right;
}

.giin-namewrap {
	width: 100%;
	border-bottom: 1px solid #333;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.giin-namewrap .name {
	font-size:30px;
	float:left;
}

.giin-namewrap .name p {font-size:12px;}

.p-wrap {
	margin: 15px 0 0 0;
	float:right;
	
	display: -webkit-box;
    display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.p-wrap .p-link {
	margin: 0 10px 0 0;
	transition: .5s;
}

.p-wrap .p-link:last-child {
	margin: 0 0 0 0;
}

.p-wrap .p-link a:hover {
	opacity: 0.5;
    filter: alpha(opacity=50);
}

.giin-read01 {
	font-size:20px;
	padding-bottom: 40px;
}

.giin-read02 {
	font-size:100%;
	line-height:1.8em;
	padding-bottom: 30px;
}

.giin-read02 a {
	color: #333;
	text-decoration: none;
}

.giin-read02 a:hover {
	color: #333;
	text-decoration: none;
}

.giin-read02:last-child {
	padding-bottom: 0px;
}

.giin-komidashi {
	font-size:18px;
	margin-bottom: 5px;
}


.g-color01 {color: #9fedff;}
.g-color02 {color: #61d2ff;}
.g-color03 {color: #ffa500;}
.g-color04 {color: #f9a4c5;}
.g-color05 {color: #ff7b7c;}
.g-color06 {color: #F17290;}
.g-color07 {color: #7adbd2;}

.line-g01 {background: linear-gradient(transparent 50%, #9fedff 50%);}
.line-g02 {background: linear-gradient(transparent 50%, #61d2ff 50%);}
.line-g03 {background: linear-gradient(transparent 50%, #ffa500 50%);}
.line-g04 {background: linear-gradient(transparent 50%, #f9a4c5 50%);}
.line-g05 {background: linear-gradient(transparent 50%, #ff7b7c 50%);}
.line-g06 {background: linear-gradient(transparent 50%, #FBD6DF 50%);}
.line-g07 {background: linear-gradient(transparent 50%, #7adbd2 50%);}


.container-pc {
    max-width:960px;
	padding: 0 1.0416%;
	margin: 0 auto;
	text-align:center
}


.kiji-head {
	width:100%;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #DDD;
	font-size:22px;
}

.kiji-head p {
	font-size: 13px;
	padding: 0 0 5px 0;
}

section {
	padding: 0 0 50px 0;
}

.line-mark01 {
	background: linear-gradient(transparent 60%, #ffea00 60%);
	padding:0 0.2em;
}

.komidashi01 {
	font-size:20px;
	margin-bottom: 15px;
}

.read01 {
	font-size: 100%;
	line-height: 2em;
	text-indent: 1em;	
	padding-bottom: 15px;
}

.back-gray {
	background: #EDEDED;
	border-radius:10px;
	padding:20px;
	margin-bottom:50px;
}


li.list01{
	font-size: 100%;
	padding: 0 0 0 21px;
	margin-bottom:0.5em;
	position: relative;
	line-height: 1.8em;
}


li.list01:before {
	content: "";
    position: absolute;
    top: .5em;
    left: .3em;
    width: 5px;
    height: 5px;
    border: 3px solid #4081CD;
    border-radius: 50%;
}

li.list01:last-child{
	margin-bottom:0em;
}

ul.line01 {
    list-style-type: none;
	width:100%;
	margin: 0px 0 50px 0;
    padding: 15px 0 0 0;
	border-top: 1px solid #DDD;
}

li.kome{
	font-size: 90%;
	margin: 0 0 0.5em 1em;
	text-indent:-1em;
	line-height: 1.8em;
}

li.kome:last-child{
	margin-bottom:0em;
}


ul {
    list-style-type: none;
	width:100%;
	margin: 0;
    padding: 0;
}

ol {
	width:100%;
	margin: 0;
    padding: 0 0 0 30px;
}

ol li {
	font-size: 100%;
	margin: 0 0 0.5em 0;
	line-height: 1.8em;
}

ol li:last-child{
	margin-bottom:0em;
}

.b-number {
	font-size: 90%;
	margin: 0 0 0 3em;
	line-height: 1.8em;
	text-indent:-3em;
}

.ph-center {
	margin: 0 auto 50px auto;
	text-align: center;
}

.text100 {
	font-size: 100%;
	line-height: 1.8em;
}

.text90 {
	font-size: 90%;
	line-height: 1.8em;
}

.text13 {
	font-size: 13px;
	line-height: 1.8em;
}

h3 {
	padding: 0 0 0 0;
	margin: 0 0 30px 0;
	font-size: 25px;
	text-align: center;
	font-weight: normal;
}


.wrap-third {
	width: 29.78%;
	padding: 0;
	margin-right: 5.31%;
	background: #EDEDED;
	border-radius:10px;
	padding:20px;
	margin-bottom:50px;
	text-align:center;
}

.bt-second, .bt-second02 a, .bt-second03 a {
	width: 46.61%;
	margin-right: 6.51%;
	background:#54b5ec;
	color: #ffea00;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 20px;
	vertical-align: middle;	
	display:block;
	cursor:pointer;
	border:none;
	text-decoration:none;
	
	transition: .5s;
}

.bt-second02 a {
	font-size: 15px;
	margin: 0 auto;
}

.bt-second03 a {
	width: 81.7%;
	margin: 0 auto 50px auto;
}


.bt-second:nth-child(2n) {
	margin-right: 0%;
}

.bt-second:hover, .bt-second02 a:hover, .bt-second03 a:hover {
	background:#4081CD;
}


.text20 {
	font-size: 20px;
}

.icon {
	font-size: 75px;
	color:#54b5ec;
	padding: 5px 0 10px 0;
}


.contact-tel-wrap a {
	max-width:768px;
	border: 1px solid #DDD;
	padding:30px 0;
	margin:30px auto 0 auto;
	text-align:center;
	display:block;
	background:#FFF;
}

.contact-tel-wrap a:hover {
	background:#E9F8EE;
}

.contact-tel-wrap p {
	font-size:24px;
	font-family: 'Hind Madurai', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", sans-serif;
	font-weight:bold;
	display: inline-block;
	color: #333;
}

.contact-tel-wrap p::before {
	font-size:24px;
	color:#FFF;
	background:#54b5ec;;
	padding:3px 10px;
	margin-right :10px;
    content: 'TEL';
	font-weight:bold;
}



/*-------アコーディオン---------*/



.accordion {
    margin: 0 auto 50px auto;
    background: #FFF;
 }

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 20px;
    color: #333;
    font-size: 16px;
	border-bottom: 1px solid #DDD;
    position: relative;
	
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li:first-child .link {
    border-top: 1px solid #DDD;
}

.accordion li i {
    position: absolute;
    top: 16px;
    left: 20px;
    font-size: 16px;
    color: #333;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: 20px;
	top :23px;
    left: auto;
    font-size: 16px;
}

.accordion li.open .link {
    color: #FFF;
	background: #54b5ec;
}

.accordion li.open i {
    color: #FFF;
}
.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion li.default .submenu {display: block;}


/*** Submenu-----------------------------*/

.submenu {
	display: none;
	background: #FFF;
	font-size: 90%;
	line-height: 1.8em;	
}

.submenu li {
    border-bottom: 1px solid #DDD;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #333;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.submenu a:hover {
	background: #F0FAF3;
}


.kiji {
	border-bottom: 1px solid #DDD;
	position: relative;
	padding: 20px 0;
}

.kiji a {
	position: absolute;
	cursor:pointer;
}

.day {
	float:left;
	margin:0;
	padding: 0 0 0 20px;
}

.kiji-tit01 {
	margin: 0 0 0 32%;
	padding: 0 20px 0 0;
}

.kiji-tit02 {
	margin: 0 0 0 13%;
	padding: 0 20px 0 0;
}


/*-------フォーム---------*/


.form_wrap {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	border-top: 1px solid #DDD;
	padding-top:20px;
}


.form_wrap dl {
	text-align: left;
	vertical-align: top;
	font-size: 90%;
	line-height: 1.8em;
	width: 100%;
	overflow:hidden;
	margin: 0 0 20px 0 ;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #DDD;
	overflow:auto;
	-ms-overflow-style:none;
}

.form_wrap dl::-webkit-scrollbar {display:none;}


.form_wrap dl:last-child {
	margin: 0 0 0px 0 ;
}


.form_wrap dt {
	text-align: left;
	vertical-align: top;
	width: 33%;
	padding: 0.5em 1em;
	float: left;
	clear: left;
	border-left:10px solid #54b5ec;
}

.form_wrap dd {
	text-align: left;
	vertical-align: top;
	float: left;
	width: 60%;
	padding: 0;
}


.form_input {
	background: #EDEDED;
	padding: 1em;
	border: none;
	font-size: 100%;
	width: 100%;
}


.hissu:after  {
	margin: 0 0 0 15px;
	padding: 5px 10px;
	font-size: 12px;
	letter-spacing: 0px;
}

.hissu:after {
	content: "必 須";
	color: #fff;
	background-color: #D93600;
}


/*------------------- ラジオボタン -----------------------*/

.radio {
  margin: 0;
  list-style:none;
  box-sizing: border-box;
  padding-left:0.5em;
}

.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.radio input[type="radio"] + .radio-label:before {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  position: relative;
  top:3px;
  margin-right: 0.6em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #4081CD;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #4081CD;
}
.radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}


.radio-column2 {
	width: 47.994%;
	margin: 0 4.0106% 15px 0;
	text-align:left;
}

.radio-column2:nth-child(2) {
	width: 47.994%;
	margin: 0 0 15px 0;
	text-align:left;
}

.radio-column2:nth-child(3) {
	width: 47.994%;
	margin: 0 4.0106% 0 0;
	text-align:left;
}

.radio-column2:last-child {
	margin: 0 0 0 0;
}


/*------------------- snsシェアボタン -----------------------*/

.share-wrap {
	width:100%;
	padding:0 0 20px 0;
}

.share-bt {padding:0 10px 10px 0;}

.share-bt:last-child {padding:0 0 10px 0;}

.share-bt a:hover {
	opacity: 0.5;
    filter: alpha(opacity=50);
}


/*-------フッター---------*/
  
footer {
	width:100%;
	padding: 30px 0 50px 0;
	margin: 0 auto;
	background:#EDEDED;
	text-align:center;
}

.copyright {
	width: 100%;
	border-top: 1px solid #BCBCBC;
	font-size:11px;
	padding-top: 20px;
	margin-top: 10px;
}


.f-number {
	width:100%;
	padding: 0;
	margin: 10px auto 0 auto;
	text-align:center;
	
	display: -webkit-box;
    display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	
    -moz-justify-content: center;
    -webkit-justify-content: center;
	justify-content: center;
}

.tel, .fax {
	font-size:16px;
	font-family: 'Hind Madurai', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", sans-serif;
	font-weight:bold;
	display: inline-block;
	color: #333;
}

.tel {margin-right:1.5em;}
.fax {margin-right:0em;}

.tel::before, .fax::before {
	font-size:16px;
	color:#ffea00;
	background:#54b5ec;
	padding:3px 7px;
	margin-right :5px;
}

.tel::before {content: 'TEL';}
.fax::before {content: 'FAX';}

.tel a, .fax a {
	color: #333;
	text-decoration::none;
}

.address {
	padding-top:15px;
	font-size:14px;
	text-align:center;
}




/*-------固定_お問い合わせボタン---------*/

.contact a {
	position: fixed;
	top: 100px;
	right: 1.87617%;
	z-index: 1200;
	width: 50px;
	margin-left: 10px;
    overflow: hidden;
	transition: .5s;
	background: #54b5ec;
	display:block;
	color: #ffea00;
	font-size: 16px;
	writing-mode:horizontal-tb;
	padding:1em;
	text-orientation: upright;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.contact a:hover {
	background:#4081CD;
}


/*-------フェードイン---------*/

.fadein-mv02{
	overflow: hidden;
	transition: .8s;
	opacity: 0;
}

.mv02{
	opacity: 1.0;
}



/*-------ページトップ---------*/

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
	letter-spacing: 1px;
	z-index: 99;
	font-family: 'Hind Madurai', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", sans-serif;
	font-weight:bold;
}

.pagetop a {
	display: block;
	background-color: #54b5ec;
	text-align: center;
	color: #ffea00;
	font-size: 12px;
	text-decoration: none;
	padding: 20px 16px;
	border-radius: 50%;
}
 
.pagetop a:hover {
    background-color: #4081CD;
}


/*-------追加---------*/

.pb50 {padding-bottom:50px;}

.pb20 {padding-bottom:20px;}

.pb10 {padding-bottom:10px;}

.pb0 {padding-bottom:0px;}

.mb30 {margin-bottom:30px;}

.mb0 {margin-bottom:0px;}


.days {
	font-size: 12px;
	color: #999999;
}

.top_news_wrap_r {
	width: 98%;
	margin: 0px auto;
	background-color: #FFF;
	border:2px solid #54b5ec;
	box-sizing:border-box;
}

.top_news_wrap_r .scroll{
	margin: 0 0 0 0.73529%;
	padding: 0.73529%;
	overflow: auto;
	overflow-Y: scroll;
	height: 170px;
}


.top_news_wrap_r .scroll ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	font-size: 90%;
	line-height: 1.6em;
}

.top_news_wrap_r .scroll ul li{
	text-align:left;
	padding: 0 0 1.54559% 0;
	margin: 0 0 1.54559% 0;
	list-style-type: none;
	border-bottom: 2px dotted #d3edfa;
}

 
 
 
 






	
