@charset "utf-8";
@import url(html5reset.css);
@import url(class.css);
@import url('https://fonts.googleapis.com/css2?family=Roboto&family=STIX+Two+Text&display=swap');

/* ================================================================

CSS Information

 File name:      style.css
 Summary:        # styles
 Last update:    2014-2-15

================================================================ */

/*
フェードインエフェクト
-------------------------------------------*/
.content {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha( opacity=0 )";
    transform: translateY(2em);
    -webkit-transform: translateY(2em);  
    -moz-transform: translateY(2em); 
    -webkit-transition: 0.6s ease-out;
    -moz-transition: 0.6s ease-out;
    transition: 0.6s ease-out;
}
#Home .content {
    transition-delay:0.1s;
    -webkit-transition-delay:0.1s;
}
.content.start {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
}

#Home #Header, #SliderBox {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha( opacity=0 )";
  -webkit-transition: 0.8s ease-out;
  -moz-transition: 0.8s ease-out;
  transition: 0.8s ease-out;
      transition-delay:0.1s;
    -webkit-transition-delay:0.1s;
}
#Home #Header.start, #SliderBox.start {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
}

.effect {
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha( opacity=0 )";
    transform: translateY(3em);
    -webkit-transform: translateY(3em);  
    -moz-transform: translateY(3em); 
    -webkit-transition: 0.8s ease-out;
    -moz-transition: 0.8s ease-out;
    transition: 0.8s ease-out;
}
.effect.d_02 {
    transition-delay:0.2s;
    -webkit-transition-delay:0.2s;
}
.effect.d_04 {
    transition-delay:0.4s;
    -webkit-transition-delay:0.4s;
}
.effect.d_06 {
    transition-delay:0.6s;
    -webkit-transition-delay:0.6s;
}
.effect.d_08 {
    transition-delay:0.8s;
    -webkit-transition-delay:0.8s;
}
.effect.start {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
    transform: translateY(0px);
    -webkit-transform: translateY(0px);  
    -moz-transform: translateY(0px);    
}

/* universal
-------------------- */
* {
	margin: 0;
	padding: 0;
}

	/* structure */
html {
	background: #fff;
	color: #333;
	font-size: 62.5%;
}

body {
	/*min-width: 1060px;*/
	font-family: 'Roboto', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, sans-serif;
	line-height: 1.8;
	font-size: 14px; font-size: 1.4rem;
	word-wrap: break-word;
    overflow-wrap: break-word;
}

@media screen and (max-width: 1000px) {
	body {
		min-width: 0;
	}
}

div,
p,
li, dt, dd {
	font-size: 14px; font-size: 1.4rem;
}

hr {
	display: none;
}

hr.dotted {
	display: block;
	margin: 40px 0;
	border: none;
	border-bottom: 1px dotted #e0c799;
}

.hr_green {
  display: block;
  border-top: 1px solid #43A075;
  width: 80%;
  margin: 0 auto;
}

/* config
-------------------- */
#TopWrap {
	background: #000;
}
#Footer {
	background: #000;
}
a {
	color:#333;
}
a:link {
	color:#333;
}
a:visited {
	color:#333;
}
a:hover {
	color:#999;
}
a:active {
	color:#999;
}
.widget-local-navi li.first a {
	background: #000;
}
.widget h2 {
	background: #000;
}
.widget-blog-calendar td center {
	background: #000;
}

/* hypertext
-------------------- */
a {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}


/* text
-------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

p {
	line-height: 1.8;
}

	p b {
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, sans-serif;
		font-weight: bold;
	}

strong {
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, sans-serif;
	font-weight: bold;
}


/* list tag
-------------------- */
li, dt, dd {
	list-style: none;
}


/* image tag
-------------------- */

img {
	border: 0;
	vertical-align: bottom;
	max-width: 100%;
}

.content a:hover img:not([class="Over"]) {
	filter: alpha(opacity=70);
	opacity: 0.7;
}


/* ボタンデザイン黒
-------------------- */
/*.btn {
    display: inline-block;
    margin: 10px 0;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
}
.btn:a {
    color: #fff;
    opacity: 0.7;
    text-decoration: none;
}
.btn:hover {
    color: #fff;
    opacity: 0.7;
    text-decoration: none;
}
.btn-small {
    width: 130px;
    padding: 10px 10px 10px 20px;
    background: #000 url(../img/common/icn_arrow.png) 10px center no-repeat;
    font-size: 14px;
    letter-spacing: 2px;
}
.btn-midium {
    width: 220px;
    padding: 10px 10px 10px 20px;
    background: #000 url(../img/common/icn_arrow.png) 10px center no-repeat;
    font-size: 14px;
    letter-spacing: 2px;
}
.btn-big {
    width: 380px;
    padding: 10px 10px 10px 20px;
    background: #000 url(../img/common/icn_arrow.png) 10px center no-repeat;
    font-size: 14px;
    letter-spacing: 2px;
}*/

/* ボタンデザインテーマカラー
-------------------- */
.btn {
    display: inline-block;
    margin: 10px 0;
    color: #fff !important;
    text-align: center;
    text-decoration: none !important;
}
.btn:hover {
    color: #fff;
    opacity: 0.7;
}
.btn-small {
    width: 130px;
    padding: 10px;
    background: #43A075;
    font-size: 14px;
    letter-spacing: 2px;
}
.btn-midium {
    width: 220px;
    padding: 10px;
    background: #43A075;
    font-size: 14px;
    letter-spacing: 2px;
}
.btn-big {
    width: 380px;
    padding: 10px;
    background: #43A075;
    font-size: 14px;
    letter-spacing: 2px;
}
.btn-small::before,
.btn-midium::before,
.btn-big::before {
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 1rem;
}
.external::after {
  content: '\f35d';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-left: 1rem;
}

/*以下class名link_buttonのデザイン*/
.link_button {
　display: inline-block;
    color: #fff !important;/*文字を白に*/
    width: 220px;
    text-align: center;
  font-weight: bold;/*太字に*/
  text-decoration: none;/*下線消す*/
  background: #43A075;/*背景色に*/
  padding: 1em; *内側の余白*/
  border-radius: 20px;/*角を丸くする*/
 /* font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, sans-serif;*/
}

/*リンクあるとき*/
.link_button:a {
  text-decoration: none;/*下線を消す*/
}

/*以下カーソルを当てたとき*/
.link_button:hover {
  /*background: silver;*//*背景色をシルバーに*/
  opacity: .7;
  text-decoration: none;/*下線を消す*/
}

/*以下訪問済みのデザイン*/
.link_button:visited {
  color: gray;/*文字をグレイに*/
}


/* layout
-------------------- */
#TopWrap {
	position: fixed;
	top: 0;
	z-index: 1;
	width: 100%;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
}
	#TopWrap .wrapper {
		position: relative;
		width: 1000px;
		margin: 0 auto;
	}


#Header {
	/*display: table;*/
	width: 1000px;
	height: 120px;
	margin: 0 auto;
	padding-top: 88px;
}

#Main {
}
	#Main #Page {
		float: left;
		width: 594px;
	}
	#Main #Side {
		float: right;
		width: 291px;
	}
	
#SocialBottons {
	background: url(../img/common/bg_check.png) repeat;
}
	#SocialBottons .wrapper {
		width: 1000px;
		margin: 0 auto;
		padding: 30px 0;
		text-align: right;
	}
#Footer {
}
	#Footer .wrapper {
		width: 1000px;
		margin: 0 auto;
		color: #fff;
	}

@media screen and (max-width: 1000px) {
	#TopWrap {
		position: fixed;
	}
	#GlobalNavigation > ul {
		height: 360px;
		overflow-y: scroll;
		overscroll-behavior: contain;
	}
	#TopWrap .wrapper {
		width: auto;
	}
	#Header {
		display: inline-block;
		width: auto;
		height: auto;
		margin: 0 10px;
		padding-top: 40px;
	}
	#SocialBottons .wrapper {
		width: auto;
	}
	#Main {
	}
		#Main #Page {
			float: none;
			width: auto;
			margin: 0 10px;
		}
		#Main #Side {
			float: none;
			width: auto;
			margin: 0 10px;
		}
	#Footer .wrapper {
		width: auto;
		margin: 0 10px;
	}
}


/* Header
-------------------- */
#Header h1 {
	float: left;
	margin: 10px 0;
	max-width: 350px;
}

#Header img {
	width: 350px;
}

/*#Header #Description {
	display: table-cell;
	width: 70%;
	padding-right: 10px;
	color: #999;
	vertical-align: middle;
	text-align: right;
	line-height: 1.5;
}*/

@media screen and (max-width: 640px) {
	#Header h1 {
		float: none;
	}
	#Header #Description {
		display: block;
		width: auto;
		padding-right: 0;
		text-align: left;
	}
}


/* GlobalNavigation
-------------------- */
#GlobalNavigation {
	position: relative;
	z-index: 1000;
}
#GlobalNavigation li {
	float: left;
	display: inline;
}
#GlobalNavigation li a {
	display: block;
	width: fit-content;
	padding: 30px 20px;
	color: #fff;
	font-size: 16px; font-size: 1.6rem;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family: 'Roboto', san-serif;;
	text-align: center;
}
#GlobalNavigation li a:hover {
	background: rgba(255,255,255,.1);
	text-decoration: none;
}

#GlobalNavigation ul.dropdown-list {
	position: absolute;
	display: none;
}
#GlobalNavigation ul.dropdown-list li {
	float: none;
	background: #333;
}
#GlobalNavigation ul.dropdown-list a {
	display: block;
	padding: 8px 20px;
	background: #333;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: left;
	width: 200px;
	margin: .5px 0;
}
#GlobalNavigation ul.dropdown-list a:hover {
	color: #ccc;
}

#SocialLinks {
	position: absolute;
	right: 0;
	top: 20px;
	z-index: 1001;
}
#SocialLinks li {
	display: inline;
	float: left;
	margin-right: 25px;
	font-size: 2.4rem;
}
#SocialLinks li a:link,
#SocialLinks li a:visited {
	color: #fff;
}
#SocialLinks li a:hover {
	color: #eee;
}

#BtnMenu {
	display: none;
}

@media screen and (max-width: 1000px) {
	#BtnMenu {
		display: block;
	}
	#BtnMenu img {
		height: 20px;
		margin: 10px 0 10px 15px;
	}
	#GlobalNavigation {
		display: none;
	}
	#GlobalNavigation li {
		float: none;
	}
	#GlobalNavigation li a {
		width: auto;
		padding: 5px 30px;
		text-align: left;
	}
	#GlobalNavigation ul.dropdown-list {
		position: relative;
		display: block;
		width: auto;
	}
	#GlobalNavigation ul.dropdown-list a {
		padding: 5px 30px 5px 50px;
		text-align: left;
		background: rgba(12, 136, 82,.5) !important;
		width: auto;
	}
	#SocialLinks {
		top: 0;
	}
	#SocialLinks li {
		margin-right: 20px;
		font-size: 2.2rem;
	}
}

/* Content
-------------------- */
@media screen and (max-width: 1000px) {
	.content {
		margin: 0 10px;
	}
}






/* TopLink
-------------------- */
#TopLink {
	position: fixed;
	bottom: 60px;
	right: 60px;
	left: auto;
	width: 60px;
	margin-left: 0;
}

@media screen and (max-width: 1000px) {
	#TopLink {
		position: fixed;
		bottom: 20px;
		right: 10px;
		left: auto;
		margin-left: 0;
	}
}

/* SocialBottons
-------------------- */
#SocialBottons .sns {
	float: left;
}
#SocialBottons .hatena {
	margin-right: 30px;
}

.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span{
    width: 100% !important;
}


/* Footer
-------------------- */
#Footer #FooterNavigator {
	float: right;
	width: 30%;
}
#Footer #FooterNavigator ul {
	margin: 50px 10px 60px;
	padding: 0px 0 0px 40px;
	border-left: .5px solid #eee;
}
#Footer #FooterNavigator li {
	margin-bottom: 10px;
	font-size: 13px; font-size: 1.3rem;
}
#Footer #FooterNavigator li a {
	color: #fff;
}

#FooterInformation {
	float: left;
	width: 70%;
}
#Footer p {
	margin-bottom: 10px;
	font-size: 13px; font-size: 1.3rem;
	line-height: 1.5;
}
p#FooterLogo {
	margin-bottom: 20px;
	padding-top: 40px;
	font-family: Century, Georgia, "Times New Roman", Times, serif;
	font-size: 30px; font-size: 3.0rem;
}

#FooterLogo img {
	width: 200px;
}

#Footer p#Copyright {
	margin: 20px 15px 30px;
	color: #eee;
	font-size: 10px; font-size: 1.0rem;
	font-family: "Courier New", Courier, monospace;
}

@media screen and (max-width: 640px) {
	#Footer #FooterNavigator {
		float: none;
		width: auto;
	}
	#Footer #FooterNavigator ul {
		margin: 30px 0 0;
		padding: 20px 0 30px 40px;
		border-left: none;
	}
	#FooterInformation {
		float: none;
		width: auto;
		text-align: center;
	}
	#FooterLogo #Footer #FooterNavigator li a {
		display: block;
		background: url(../img/sp/common/icon_arrow.png) 95% center no-repeat;
		color: #fff;
	}
	



/* Common
-------------------- */
input, textarea, select {
	margin: 3px 2pt;
	padding: 3px 1pt;
}

.more-link a {
	padding: 4px 40px 4px 20px;
	background: #000 url(../img/common/icn_arrow.png) 85% center no-repeat;
	color: #fff !important;
	font-family: "Century Gothic", Tahoma, Geneva, sans-serif;
	font-size: 13px; font-size: 1.3rem;
}
