@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

article {
	position: relative;
/*	margin-top: 75px;*/
	margin-bottom: 100px;
}
article:before {
	content: "";
	display: block;
	padding-top: 75px;
}


img {
	width: 100%;
	display: block;
}

li {
	list-style-type: none;
}

nav a {
	width: 100%;
	margin: 0 auto;
	color: #000;
	/*color: darkgray;*/
	text-decoration: none;
}

nav li.current a, nav a:hover {
	color: #000;
	/*color: #edb32b;*/
}

.disnone {
	display: none;
}

a[href^="tel:"],
a[href^="mailto:"] {
	cursor: default;
	pointer-events: none;
	text-decoration: inherit;
	color: inherit;
}

@media only screen and (max-width: 600px) {
	a[href^="tel:"],
	a[href^="mailto:"] {
		cursor: inherit;
		pointer-events: inherit;
	}
}
.block,
.block-pc {
	display: block !important;
}
.block-sp {
	display: none !important;
}

.wrap-control {
	display: inline-block;
	white-space: nowrap;
}

.url-break,
.break-all {
	word-break: break-all;
}

.sr-only {
	position: absolute;
	clip: rect(0, 0, 0, 0);
}

@media only screen and (max-width: 960px) {
	.block-pc {
		display: none !important;
	}
	.block-sp {
		display: block !important;
	}
}



/*-------------- ヘッダー --------------------*/
header {
	width: 100%;
	position: static;
}

/*--スライドメニュー--*/

nav.drawer-nav {
	width: 185px;
	padding-left: 15px;
	background-color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	overflow-y: scroll;
}
.drawer--right .drawer-nav {
	right: -200px;
}

/*スライドボタン*/
button.drawer-toggle {
	margin-top: 2px !important;
	margin-right: 18px;
}

.drawer--right.drawer-open .drawer-hamburger {
	right: 200px;
}

.drawer-hamburger {
	padding-top: 15px;
	padding-bottom: 25px;
	width: 30px;
}
.drawer-hamburger img {
	display: block;
	position: relative;
	bottom: 0;
	width: auto;
	top: 20px;
	left: -6px;
}
.drawer-hamburger-icon {
	margin-top: 7px;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
	height: 3px;
}
ul.menu {
	margin-top: 20px;
	margin-bottom: 30px;
}

ul.menu > li {
	position: relative;
	width: 100%;
	margin-bottom: 24px;
	font-size: 16px;
	line-height: 18px;
}

ul.menu li.current > a,
ul.menu li > a:hover {
	color: #edb32b;
}

ul.menu > li > ul {
	position: absolute;
	z-index: 1;
	width: 128px;
	top: 12px;
	left: 0;
	padding: 3px 12px;
	background-color: #fff;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition: all 1s cubic-bezier(.19,1,.22,1);
	-ms-transition: all 1s cubic-bezier(.19,1,.22,1);
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
	transition: all 1s cubic-bezier(.19,1,.22,1);
}

ul.menu > li:hover > ul {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

ul.menu > li > ul > li {
	margin-bottom: 12px;
	line-height: 24px;
}

/*アイコン(TOPページへのリンク)*/
ul.menu li.menu-link {
	max-width: 44px;
}
ul.menu li.menu-link a:hover img {
	opacity: 0.8;
}

/*SNSアイコン*/
.sns-icons {
	display: flex;
	flex-direction: row;
}
.sns-icons .sns-icon {
	display: block;
}

.sns-icons .sns-icon > a {
    display: block;
    width: 100%;
}

.sns-icon > a:hover > img {
	opacity: 0.8;
}

.sns-icons .sns-icon.twitter > a {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}
.sns-icons .sns-icon.twitter > a > img {
    position: absolute;
    width: 150%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.head-sns.sns-icons {
	position: absolute;
}
.head-sns.sns-icons .sns-icon {
	width: 40px;
	margin: 5px;
}

/*サイドメニュー内SNSアイコン*/
.side-sns.sns-icons .sns-icon {
	width: 32px;
	margin-right:10px;
	margin-bottom:10px;
}

.side-profile {
	margin-top: 60px;
	margin-bottom: 20px;
	font-size: 11px;
	line-height: 13px;
}

.side-name {
	margin-bottom: 4px;
	font-weight: bold;
}

.side-name .side-office {
	display: block;
	font-size: 15px;
	line-height: 24px;
}

.side-tel {
	margin-bottom: 4px;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
}
.side-tel-label {
	display: block;
	font-size: 10px;
	line-height: 12px;
}

.side-address {
	display: block;
	font-size: 12px;
	line-height: 17px;
}



/*--ヘッダーナビゲーション--*/

.header-main {
	position: fixed;
	width: 100%;
	right: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto;
	height: 75px;
	z-index: 1;
	top: 0;
	background-color: #fff;
	/*overflow: hidden;*/
	font-size: 16px;
}
.header-main:after {
	content: "";
	display: table;
	clear: both;
}

.head-logo {
	position:absolute;
	/*float: left;*/
	max-width: 244px;
	margin-top: 18px;
	margin-left: 30px;
}

.head-logo a:hover img {
	opacity: 0.8;
}

.main-nav {
	margin-right: auto;
	margin-left: auto;
}

ul#mainnavigation {
	width: 100%;
	margin: 25px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-justify-content: center;
}

ul#mainnavigation > li {
	position: relative;
	margin-right: 12px;
	margin-left: 12px;
	padding-right: 12px;
	padding-left: 12px;
}

ul#mainnavigation li > a {
	display: inline-block;
	width: 100%;
}

ul#mainnavigation li > a:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #000;
	opacity: 0;
	-moz-transform: translateY(6px);
	-ms-transform: translateY(6px);
	-webkit-transform: translateY(6px);
	transform: translateY(6px);
	-moz-transition: all 1s cubic-bezier(.19,1,.22,1);
	-ms-transition: all 1s cubic-bezier(.19,1,.22,1);
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
	transition: all 1s cubic-bezier(.19,1,.22,1);
}

ul#mainnavigation li.current > a:after,
ul#mainnavigation li > a:hover:after {
	opacity: 1;
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

ul#mainnavigation > li > ul {
	position: absolute;
	min-width: calc(100% - 24px);
	margin-right: -12px;
	margin-left: -12px;
	padding: 23px 12px 3px;
	background-color: rgba(255, 255, 255, 0.8);
	opacity: 1;
	z-index: 1;
	top: 100%;
	-moz-transform-origin: center 3px;
	-ms-transform-origin: center 3px;
	-webkit-transform-origin: center 3px;
	transform-origin: center 3px;
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-moz-transition: all 1s cubic-bezier(.19,1,.22,1);
	-ms-transition: all 1s cubic-bezier(.19,1,.22,1);
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
	transition: all 1s cubic-bezier(.19,1,.22,1);
}

ul#mainnavigation > li:hover > ul {
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

ul#mainnavigation > li > ul > li {
	padding-top: 3px;
	padding-bottom: 3px;
	white-space: nowrap;
}

/*-------------- ヘッダーここまで --------------------*/

.article-head-wrapper {
	background-color: #00acb9;
}

.article-head {
	display: table;
	position: relative;
	height: 200px;
}

.article-head .head-sns {
	position: absolute;
	top: 7px;
	right: 13px;
}

.article-head .head-sns.sns-icons .sns-icon.twitter > a > img {
    width: 125%;
}


.article-head .article-head-title {
	display: table-cell;
	width: inherit;
	height: inherit;
	padding: 18px 42px;
	vertical-align: bottom;
	font-size: 30px;
	font-weight: normal;
	color: #fff;
}

.article-head .article-head-title.centered {
	text-align: center;
	vertical-align: middle;
}
.article-head .article-head-description {
	margin-left: 12px;
	font-size: 24px;
}

.page-inner {
	width: 100%;
	max-width: 1199px;
	margin-right: auto;
	margin-left: auto;
}

.breadcrumb {
	margin: 20px 12px;
	font-size: 12px;
}

.breadcrumb-link {
	display: inline-block;
}

.breadcrumb-link:not(:last-of-type):after {
	content: ">";
	display: inline-block;
	/*margin-right: 6px;*/
	margin-left: 6px;
}

.ruby {
	margin-left: 2px;
	font-size: 10px;
}
.description {
	margin-left: 6px;
	font-size: 12px;
}
.tede-link {
	margin-top: 200px;
	margin-bottom: 100px;
}

.tede-link .link-title {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 20px;
	line-height: 28px;
}

.tede-link .link-title-large {
	font-size: 40px;
	line-height: 52px;
	font-weight: bold;"
}
.tede-link .link-body a:hover img {
	/*opacity: 0.8;*/
}

.tede-link .link-blog {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 16px;
	line-height: 28px;
	text-align: right;
}

.tede-link .link-blog a {
	text-decoration: underline;
	color: #000;
}

/*-------------フッター---------------------*/

footer {
	width: 100%;
	min-height: 150px;
	padding: 40px 20px;
	background-color: #00adba;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

footer p {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}

.footer-text {
	position: absolute;
	width: 100%;
	bottom: 20px;
	margin-right: -20px;
	margin-left: -20px;
	padding-right: 40px;
	padding-left: 40px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.footer-slash-pc {
	display: inline-block;
	margin: 0 8px;
}
.footer-slash-pc:before {
	content: "／";
	display: inline-block;
}

.footer-copyright {
	float: left;
	text-align: left;
}

.footer-address {
	float: right;
	text-align: right;
	margin-left: auto;
}

/*-------------フッターここまで---------------------*/


/* 印刷では非表示 */
@media print {
	.header-main,
	.drawer-hamburger,
	article:before {
		display: none;
	}
}

/* ------------------javascript関連--------------------- */

/*--ページトップへ戻るボタン--*/
div.toTop {
	/*width: 21px;*/
	position: fixed;
	bottom: 30px;
	right: 30px;
}

/*停止位置*/
.toTop.stop {
	position: absolute;
	/*top: -45px;*/
	top: -20px;
}

.toTopSecond {
	position: fixed;
	width: 40px;
	height: 40px;
	bottom: 30px;
	right: 20px;
	border: 2px solid #333;
	border-radius: 40px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
}

.toTopSecond.stop {
	position: absolute;
	/*top: -70px;*/
	top: -20px;
}

.toTopSecond a {
	display: block;
	width: 100%;
	height: 100%;
}

.toTopSecond a .wrapper-scroll-up {
	display: block;
}

.toTopSecond a .wrapper-scroll-up:after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	position: relative;
	top: 14px;
	right: 0;
	left: 0;
	margin: auto;
	border-top: 2px solid #333;
	border-left: 2px solid #333;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/*http://www.midori-japan.co.jp/md/mdpaper/*/
.toTopSecond a:hover .wrapper-scroll-up {
	-webkit-animation: scroll-up-hover 1s cubic-bezier(.19,1,.22,1)1;
	animation: scroll-up-hover 1s cubic-bezier(.19,1,.22,1)1;
}
@-webkit-keyframes scroll-up-hover {
  0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
  }

  50% {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
  }

  51% {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
  }

  to {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
  }
}


@keyframes scroll-up-hover {
  0% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
  }

  50% {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
  }

  51% {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	opacity: 0;
  }

  to {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
  }
}
/*end*/




@media screen and (min-width: 961px) and (max-width: 1360px) {
	.main-nav {
		float: left;
		margin-left: calc(6.0vw + 214.4px);
	}

	ul#mainnavigation > li {
		margin-right: calc(3.00vw - 28.8px);
		margin-left: calc(3.00vw - 28.8px);
	}

}

/*--------------------------PC用スタイル-----------------------------*/
@media screen and (min-width: 961px) {

}

/*--------------------------タブレット用スタイル-----------------------------*/
@media screen and (max-width: 960px) {
	.out-mobile {
		display: none;
	}

	/*article:before,*/
	.side-profile {
		display: none;
	}

	.head-sns.sns-icons .sns-icon {
		width: 32px;
	}

	/*--ヘッダー--*/

	.main-nav {
	/*.header-main {*/
		display: none;
		height: 0;
	}

	/*-------------- ヘッダーここまで --------------------*/
	article {
		margin-bottom: 50px;
	}

	.article-head {
		height: 120px;
	}

	.article-head .header-sns {
		right: 30px;
		margin-left: 20px;
	}

	.article-head .article-head-title {
		padding: 10px 4.0vw;
		/*padding: 10px 3.6vw;*/
		font-size: 24px;
	}

	.article-head .article-head-description {
		font-size: 18px;
	}

	.breadcrumb {
		margin: 16px 5.0vw;
	}

	.tede-link {
		margin-top: 140px;
		margin-bottom: 70px;
	}

	.tede-link .link-title {
		font-size: 16px;
		line-height: 24px;
	}

	.tede-link .link-title-large {
		font-size: 32px;
		line-height: 44px;
	}


	/*----------ページ見出し部分----------*/

	div.shine {
		width: 40px;
	}

	h2 {
		font-size: 22px;
	}


	/*----------ページ見出し部分----------*/
	footer {
		padding: 20px 5vw;
	}
	.footer-text {
		margin-right: -5vw;
		margin-left: -5vw;
		padding-right: 7.5vw;
		padding-left: 7.5vw;
	}
	.footer-slash-pc {
		display: none;
	}

	.footer-copyright {
		float: inherit;
		text-align: inherit;
	}

	.footer-address {
		float: inherit;
		margin-left: inherit;
	}

}


/*--------------------------スマホ用スタイル-----------------------------*/
@media screen and (max-width:600px) {

	/*h1 {
		width: 100%;
		min-height: 250px;
		background-position: center;
		background-size: 180%;
	}

	h1 img {
		display: none;
	}*/

	/*----------ページ見出し部分----------*/

	/*h2 {
		max-width: 120px;
		font-size: 18px;
	}*/


	/*----------ページ見出し部分　ここまで----------*/



}

/*---------------ヘッダー画像調整用------------------------*/
@media screen and (max-width:480px) {

	h1 {
		/*background-size: 280%;*/
	}
}

@media screen and (min-width:301px) and (max-width:450px) {

	.head-logo {
		margin-left: calc(18vw - 51px);
	}
	.drawer--right .drawer-hamburger {
		margin-right: calc(12vw - 36px);
	}

}
@media screen and (max-width:300px) {

	.head-logo {
		margin-left: 1vw;
	}
	button.drawer-toggle {
		margin-right: 0;
	}
}
