@charset "utf-8";

/* common */

body{
	font-family:"Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 500;
	color: #333;
	/* text-align: left; */
}

a:link{
	text-decoration: none;
	color: #31a590;
}

a:visited{
	text-decoration: none;
	color: #31a590;
}

a:hover{
	color: #f87496;
	/* text-decoration: none; */
}

a:hover img{
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
}

.inline-block{
	display: inline-block;
}

/* header */
.header{
	background-color: rgba(255,255,255,0.9);
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	border-bottom: 3px solid #f87496;
}

.header-logo img{
	width: 72px;
}

#page-top{
	position: relative;
	height: 100px;
}

#aboutus,
#works{
	display: block;
	position: relative;
	top: -112px;
}


.main-catch-copy{
	font-size: 13px;
	color: #31a590;
	margin: 5px;
	text-align: center;
}

.header-contact{
	position: absolute;
	top: 35px;
	right: -20px;
	z-index: 5000;
	
	width: 100px;
	height: 100px;
	background: #fff;
	border: 3px solid #31a590;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 
 box-shadow: rgba(0,0,0,0.1) 3px 3px 3px 2px;
 -webkit-box-shadow: rgba(0,0,0,0.1) 3px 3px 3px 2px;
 -moz-box-shadow: rgba(0,0,0,0.1) 3px 3px 3px 2px;
}

.header-contact-icon{
	font-size: 35px;
}

.header-contact-text{
	font-family: 'Niconne', cursive;
	margin-top: -14px;
  line-height: 60%;
}

.header-contact-text-ja{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
}

.header-contact:hover{
	border: 3px solid #f87496;
	background: #f87496;
}

.header-contact:hover > a{
	color: #fff;
}


/* nav */

#top-nav{
	height: 110px;
	border-bottom: #ef8bbf 2px solid;
	border-top: #ef8bbf 2px solid;
	background: #eee;
}

.top-nav-box{
	padding: 0;
	background: #fff;
	height:106px;
}

.top-nav-box > ul{
	list-style: none;
}

.top-nav-icon{
	margin-top: 4px;
	width: 96px;
	height: 96px;
	color: #fff;
	padding-top: 9px;
  font-size: 60px;
	background: #31a590;
	border: 3px solid #31a590;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 float: left;
}

a:hover > .top-nav-icon{
	border: 3px solid #f87496;
	background: #f87496;
}

.top-nav-title-text{
	font-family: 'Niconne', cursive;
  font-size: 32px;
	padding: 22px 0 0 110px;
}

.top-nav-title-ja{
	padding: 0 0 0 113px;
}

/* main-content */

.main-content{
	padding: 40px 0;
	text-align: center;
	color: #333;
}

.main-content-text{
	font-size: 16px;
}

.content-image{
	max-width: 100%;
	height: auto;
}

/* news */
.news{
	background: #191e44;
	border-top: #ef8bbf 2px solid;
	border-bottom: #ef8bbf 2px solid;
	position: inherit;
}

.news-box{
	position: relative;
	background: #fff;
	z-index: 10;
	padding-bottom: 20px;
}

.news-title{
	background: #ef8bbf; /* Old browsers */
	background: -moz-linear-gradient(left,  #45c6af 0%, #31a590 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#45c6af), color-stop(100%,#31a590)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #45c6af 0%,#31a590 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #45c6af 0%,#31a590 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #45c6af 0%,#31a590 100%); /* IE10+ */
	background: linear-gradient(to right,  #45c6af 0%,#31a590 100%); /* W3C */
	
	color: #fff;
	position: absolute;
	top: 0px;
	left: -40px;
	font-family: 'Niconne', cursive;
  font-size: 32px;
	padding: 5px 40px;
	width: 320px;
}

.news-title:before{
	position: absolute;
	top: 20px;
	left: -25px;
	content: "";
	border: 25px solid transparent;
	border-right-color: #207b6b;
	z-index: -1;
}

.news-title-ja{
	font-size: 13px;
	font-family: "游明朝","ヒラギノ明朝 Pro W3",Arial, Helvetica, sans-serif;
	padding-left: 10px;
}

.news-content{
	margin-top: 13px;
	margin-left: 18px;
}

.photo-image{
	border: 10px solid #fff;
	box-shadow: rgba(0,0,0,0.1) 3px 3px 3px 2px;
	-webkit-box-shadow: rgba(0,0,0,0.1) 3px 3px 3px 2px;
	-moz-box-shadow: rgba(0,0,0,0.1) 3px 3px 3px 2px;	
}

.news-content-title{
	font-size: 18px;
}

.news-date{
	font-size: 16px;
	font-weight: bold;
}

/* topics */
.topics{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: #ef8bbf 2px solid;	
}

.section-title{
	font-family: 'Niconne', cursive;
  font-size: 32px;
	color: #31a590;
	border-bottom: #ef8bbf 1px dotted;
}

.section-title-ja{
	font-size: 13px;
	padding-left: 10px;	
}

/* foot */
.foot-catch-copy{
	padding-top: 40px;
	color: #333;
	font-size: 22px;
}

.foot-add-box{
	padding: 5px 0 0 30px;
	color: #0f1046;
	font-size: 20px;
}

.foot-add-name{
	font-size: 24px;
	font-weight: bold;
}

.foot-add-title{
	font-size: 18px;
	font-weight: bold;
}

.foot-add-tel{
	font-size: 20px;
}

.foot-contact{
	font-size: 22px;
	width: 240px;
	padding: 5px 0 0 35px;
	background: #31a590;
	 border-radius: 8px;
 -webkit-border-radius: 8px;
 -moz-border-radius: 8px;
}

.foot-contact:hover{
	background: #d31577;
}

.foot-contact > a:hover{
	color: #fff;
}

.foot-contact-icon{
	color: #fff;
	font-size: 26px;
}

.foot-contact-text{
	color: #fff;
}

.foot-box{
	padding: 20px 0;
	margin-top: 20px;
	background: #31a590;
	color: #fff;
	border-bottom: #f87496 solid 10px; 
}

.foot-box a{
	color: #fff;
}

.foot-box a:hover{
	color: #d31577;
}

.foot-nav{
	font-size: 20px;
	padding-bottom: 40px;
}


/* pagetop */
.pagetop{
    display: none;
    position: fixed;
    bottom: 1%;
    right: 1%;
		z-index: 10;
}

.pagetop a{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 36px;
    text-decoration: none;
}
 
.pagetop a:hover{
    color: #e71743;
}


/* スライダー */
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #cabd9d;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #88733e;
}

@media screen and (max-width: 1199px) {
/* header */

/* nav */

#top-nav{
	height: 110px;
	border-bottom: #ef8bbf 2px solid;
	border-top: #ef8bbf 2px solid;
	background: #eee;
}

.top-nav-box > ul{
	list-style: none;
	padding-left: 28px;
}

.top-nav-icon:hover{
	border: 3px solid #f87496;
	background: #f87496;
}

.top-nav-title-text{
	font-family: 'Niconne', cursive;
  font-size: 30px;
	padding: 22px 0 0 20px;
	display: inline-block;
}

.top-nav-title-ja{
	padding: 0 0 0 23px;
	display: inline-block;
}

/* main-content */

.main-content-text{
	font-size: 17px;
}


}

@media screen and (max-width: 991px) {
/* header */

/* nav */

#top-nav{
	height: 86px;
	border-bottom: #ef8bbf 2px solid;
	border-top: #ef8bbf 2px solid;
	background: #eee;
}

.top-nav-box{
	padding: 0;
	background: #fff;
	height:82px;
}

.top-nav-box > ul{
	list-style: none;
	padding-left: 17px;
}

.top-nav-list{
	padding: 2px 0 0 4px;
}

.top-nav-icon{
	margin-top: 4px;
	width: 60px;
	height: 60px;
	color: #fff;
	padding-top: 9px;
  font-size: 32px;
	background: #31a590;
	border: 2px solid #31a590;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 float: left;
}

.top-nav-icon:hover{
	border: 2px solid #f87496;
	background: #f87496;
}

.top-nav-title-text{
	font-family: 'Niconne', cursive;
  font-size: 26px;
	padding: 10px 0 0 10px;
	display: inline-block;
}

.top-nav-title-ja{
	font-size: 15px;
	padding: 0 0 0 10px;
	display: inline-block;
}

/* main-content */

.main-content{
	padding: 25px 0;
	text-align: center;
	color: #333;
}

.main-content-text{
	font-size: 15px;
}

.main-content-title{
	font-size: 20px;
}

/* news */
.news-content{
	margin-top: 13px;
	margin-left: 18px;
}

.photo-image{
	border: 5px solid #fff;
	box-shadow: rgba(0,0,0,0.1) 3px 3px 3px 2px;
	-webkit-box-shadow: rgba(0,0,0,0.1) 3px 3px 3px 2px;
	-moz-box-shadow: rgba(0,0,0,0.1) 3px 3px 3px 2px;	
}

.news-content-title{
	font-size: 15px;
}

.news-date{
	font-size: 15px;
	font-weight: bold;
}

}

@media screen and (max-width: 767px) {

/* header */

#page-top{
	height: 80px;
}

.main-catch-copy{
	font-size: 10px;
}

.header-logo{
	margin-left: auto;
	margin-right: auto;
}

.header-logo img{
/* 	padding-top: 2px; */
	width: 56px;
}

/* nav */

.top-nav-list > .bx-wrraper{
	padding-left: -15px;
}

#top-nav{
	height: 96px;
	border-bottom: #ef8bbf 2px solid;
	border-top: #ef8bbf 2px solid;
	background: #eee;
}

.top-nav-box{
	padding: 0;
	background: #fff;
	height:92px;
}

.top-nav-box > ul{
	list-style: none;
	padding-left: 5px;
}

.top-nav-icon{
	margin-top: 4px;
	margin-left: auto;
	margin-right: auto;
	width: 64px;
	height: 64px;
	color: #fff;
	padding-top: 9px;
  font-size: 36px;
	background: #31a590;
	border: 2px solid #31a590;
 border-radius: 50%;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
 float: none;
}

.top-nav-title{
	text-align: center;
}

.top-nav-title-text{
	font-family: 'Niconne', cursive;
  font-size: 16px;
	padding: 0;
	display: inline-block;
}

.top-nav-list{
	margin: 0;
	padding: 0;
}

/* main-content */

.main-content{
	padding:0;
	text-align: center;
	color: #333;
}

.main-content-title{
	font-size:22px;
}

.main-content-text{
	font-size: 14px;
}

/* news */

.news-content{
	margin-top: 0;
	margin-left: 0;
}

/* foot */
.foot-copy{
		font-size:10px;
}

/* pagetop */
.pagetop{
    display: none;
    position: fixed;
    bottom: 36px;
    right: 1%;
}

}