@charset "UTF-8";
/* CSS Document */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	line-height: 1;
	font-size: 12px; /*基本サイズ*/
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	background: #fff;
	line-height:2;
}
strong {
	font-weight:bolder
}
/* for IE6 */
* html body {
	font-size: 75%; /*12px */
}
/* for IE7 */
*:first-child+html body {
	font-size: 75%;/*12px */
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
	position: relative;
}
ul, ol {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
	max-width: 100%;
	background-color: hsla(0,0%,97%,1.00);
	border: 0;
	padding: 5px;
	font-size: 1.3em;
	font-family: Arial, sans-serif;
	color: #000000;
	border: solid 1px #ccc;
	margin: 0 0 10px;
}
img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	width: auto;
	height: auto;
	max-width: 100%;
}
p {
	padding: 0;
	border: 0;
	outline: 0;
	background-color: transparent;
	line-height: 1.8;
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	border: 0;
}
a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* リンク画像にマウスを載せたとき半透明に */
a:hover {
	color: hsla(0,0%,50%,1.00);
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	transition: 0.5s;
}
/* フォームのリサイズを縦方向のみ許可 */
textarea {
	resize: vertical;
	max-width: 100%;
	background-color: hsla(0,0%,97%,1.00);
	border: 0;
	padding: 5px;
	font-size: 1.3em;
	font-family: Arial, sans-serif;
	color: #aaa;
	border: solid 1px #ccc;
	margin: 0 0 10px;
}
.clearfix:after { 
content: " ";  
display: block; 
visibility: hidden; 
clear: both; 
height: 0.1px; 
font-size: 0.1em; 
line-height: 0; 
}
header {
	max-width: 1000px;
	margin: auto auto 20px auto;
	position: relative;
}
#rogo {
	margin: 3% auto;
	max-width: 334px;
}
header h1 {
	font-weight: normal;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
	font-size: 10px;
}

#tel {
	max-width: 260px;
	position: absolute;
	right: 10px;
	top: 100px;
}
#top-pickup-title img {
	width: 171px;
	margin-top: -64px;
}
#top-pickup {
	max-width: 1200px;
	margin: auto;
	width: 100%;
}

#map {
	width: 100%;
	height: 800px;
}
#syou {
	max-width: 1200px;
	background-image: url(../img/syou-1.jpg);
	padding: 3%;
	overflow: hidden;
	margin: auto auto 6%;
	position: relative;
}
#top-pickupin {
	overflow: hidden;
	margin-bottom: 6%;
	width: 100%;
}
#topre {
	position: fixed;
	z-index: 2;
	width: 50px;
	height: 321px;
	right: 20px;
	bottom: 50px;
}
footer {
	max-width: 100%;
	margin: 80px auto auto;
	overflow: hidden;
	padding: 20px 10px 50px;
	text-align: right;
	border-top: 1px solid hsla(0,0%,0%,1.00);
}
#copy {
	padding-top: 20px;
	padding-bottom: 40px;
	text-align: center;
	color: #6F5945;
}
#footerrogo {
	width: 20%;
	float: left;
	max-width: 240px;
}
#footertext {
	width: 70%;
	float: right;
}
#access {
	background-image: url(../img/access.png);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 388px;
	height: 584px;
	padding-top: 80px;
	padding-right: 50px;
	padding-left: 55px;
	position: absolute;
	right: 2%;
	top: 14%;
}
.telin {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../img/tel2.gif);
	background-size: 26px 26px;
	background-repeat: no-repeat;
	background-position: 30px center;
	border: 5px solid #6F5945;
	display: block;
	color: #ffffff;
	line-height: 1.2;
}
#top-information-left {
	width: 48%;
	float: left;
}
#top-information-right {
	width: 48%;
	float: right;
}
.wrapper {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
table {
	border-style: solid;
	border-color: #D7D7D7;
	border-width: 1px 0px 0px 0px;
	margin-top: 30px;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 30px;
}
th {
	border-style: solid;
	border-color: #000000;
	border-width: 0px 0px 1px 0px;
	font-weight: normal;
	color: #000000;
	width: 30%;
	padding-top: 2px;
}
td {
	border-style: solid;
	border-color: #D7D7D7;
	border-width: 0px 0px 1px 0px;
	background-color: #FFFFFF;
	padding-left: 6px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #000000;
}
#company th {
	width: 70%;
	text-align: left;
	font-weight: bolder;
	font-size: 14px;
	padding: 8px;
	margin-bottom: 8px;
}
.kode {
	line-height: 120%;
	font-weight: normal;
	font-size: 12px;
}
.company td {
	text-align:left;
}
#top {
	overflow: hidden;
	margin-bottom: 2%;
	position: relative;
}
#top2 {
	overflow: hidden;
}
/** メニュー
===================================*/
#global-navigation {
	z-index: 101;
	position: fixed;
	display: table;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;/* 高さを画面いっぱいにする */
	background: rgba(0,0,0,.9);
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: hidden;
	opacity: 0;
}
.side-open #global-navigation {
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: visible;
	opacity: 1;
}
#global-navigation ul.sp {
	display: table-cell;
	vertical-align: middle;
}
#global-navigation ul.sp li {
	width: 100%;
	text-align: left;
	opacity: 0;
	padding-left: 20px;
}
.side-open #global-navigation ul.sp li {
	opacity: 1;
}
.side-open #global-navigation ul.sp li:nth-child(1) {
	-webkit-transition: opacity 1s ease .5s;
	transition: opacity 1s ease .5s;
}
.side-open #global-navigation ul.sp li:nth-child(2) {
	-webkit-transition: opacity 1s ease .6s;
	transition: opacity 1s ease .6s;
}
.side-open #global-navigation ul.sp li:nth-child(3) {
	-webkit-transition: opacity 1s ease .7s;
	transition: opacity 1s ease .7s;
}
.side-open #global-navigation ul.sp li:nth-child(4) {
	-webkit-transition: opacity 1s ease .8s;
	transition: opacity 1s ease .8s;
}
.side-open #global-navigation ul.sp li:nth-child(5) {
	-webkit-transition: opacity 1s ease .9s;
	transition: opacity 1s ease .9s;
}
.side-open #global-navigation ul.sp li:nth-child(6) {
	-webkit-transition: opacity 1s ease 1s;
	transition: opacity 1s ease .9s;
}

#global-navigation ul.sp li a {
	display: block;
	padding: 4% 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.8;
	text-decoration: none;
	-webkit-transition: all .5s;
	transition: all .5s;
}
#global-navigation ul.sp li#tel a {
	width: 80%;
	margin: 0 auto;
	padding: 2% 0;
	color: #333;
	font-size: 18px;
	font-weight: bolder;
	background: #fff;
}
#global-navigation ul.sp li#tel a span {
	font-size: 13px;
	font-weight: normal;
}

#global-navigation ul.sp li a:hover {
	color: #999;
}
/** メニューボタン
===================================*/
#sp-menu-btn {
	z-index: 103;
	position: fixed;
	top: 24px;
	right: 14px;
	width: 26px;
	height: 20px;
	line-height: 26px;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
}
.menu-trigger, .menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 26px;
	height: 20px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #333;
	border-radius: 4px;
}
.side-open .menu-trigger span {
	background: #fff;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 9px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}


.flexslider {
	height: auto;

}
.instagram{width: 840px;margin: 0 auto;}
.instagram li{display: inline-block;margin: 5px;}
.instagram img{width: 200px;height: 200px;}

#top2 dt {
	float:left;
	width:100px;
}
#top2 dd {
	margin-left: 100px;
	position: relative;
}
#top2 dd:before {
content:"";
width:7px;
height:7px;
display:block;
position:absolute;
margin-left:-16px;
top:9px;
background-color:hsla(0,0%,0%,1.00);
}
#top2 h2 {
	margin-bottom:30px;
}
#top-blog {
	background-image: url(../img/back1.gif);
	margin-bottom: 5%;
	margin-top: 8%;
}
#top-blogin {
	max-width: 1000px;
	margin: auto;
	overflow:hidden;
}
#top-blogleft dl {
	background-color: hsla(0,0%,100%,1.00);
	overflow: hidden;
	padding-right: 20px;
	margin-bottom: 30px;
}
#top-blogleft dl dt img {
	float: left;
	margin-right: 20px;
}
#top-blogleft {
	width: 64%;
	float: left;
	margin-top: 6%;
}
.blog-title {
	font-size: 16px;
	font-weight: bolder;
	margin-top: 5%;
}
#top-blogin h2 {
	margin-bottom:20px;
}
#top-blogright {
	width: 300px;
	float: right;
	padding: 0;
}
#twi {
	background-color: rgba(0,131,230,0.7);
	width: 100%;
	padding: 6%;
}
#facebookwrap {
	width: 100%;
	padding: 6%;
	border: 5px solid #395698;
	background-color: #FFFFFF;
	margin-top: 40%;
}
.centerbox {
	text-align: center;
	margin-bottom: 6%;
}
.top-title {
	text-align: center;
	margin-bottom: 50px;
	clear: both;
	padding-top: 160px;
}
.prof-left {
	border: 1px solid hsla(0,0%,0%,1.00);
	padding: 14% 2%;
	float: left;
	margin-bottom: 10%;
	width: 100%;
}
.prof-right {
	border: 1px solid hsla(0,0%,0%,1.00);
	padding: 5% 2%;
	width: 100%;
	float: right;
	margin-bottom: 10%;
}
.mainbox {
	overflow: hidden;
}

.MB40{
	margin-bottom:40px;
}

.prof-yaku {
	background-color: hsla(0,0%,28%,1.00);
	color: hsla(0,0%,100%,1.00);
	width: auto;
	padding: 5px;
}
.prof-name {
	font-size: 28px;
	font-weight: normal;
	line-height: 1;
	margin-top: 10px;
}
.prof-kana {
	margin: 20px auto;
	width: 40%;
}
.prof-come {
	background-color: hsla(0,0%,95%,1.00);
	padding: 20px;
	margin-top: 12%;
}
.prof-text {


}
.right {
	width: 48%;
	float: right;
	margin-bottom: 30px;
}
.left {
	width: 48%;
	float: left;
}
.inbox {
	padding-right: 5%;
	padding-left: 5%;
}
.tabletop {
	border-top-color: hsla(0,0%,0%,1.00);
	border-top-width: 1px;
}



.instagram{width: 840px;margin: 0 auto;}
.instagram li{display: inline-block;margin: 5px;}
.instagram img{width: 200px;height: 200px;}
#top-blogleft dl dd {
	padding-left: 20px;
	padding-bottom: 20px;

}
#contactform {
	width: auto;
	max-width: 700px;
	margin: auto auto 200px;
	border: 3px solid hsla(0,0%,0%,1.00);
	padding: 30px;
}
.blogt {
	font-size: 22px;
	border-bottom: 1px solid hsla(0,0%,0%,1.00);
	margin-bottom: 30px;
	padding-bottom: 20px;
	font-weight: normal;
	text-align: center;
	padding-top: 20px;
	margin-top: 50px;
	border-top: 2px solid hsla(0,0%,0%,1.00);
}
.textright {
	text-align: right;
	margin-bottom: -50px;
	margin-top: 30px;
}
.navigation1 ul {
	display: table;
	table-layout: fixed;
	width: 100%;
	border-color: hsla(0,0%,0%,1.00);
	border-right-width: 10px;
	border-left-width: 10px;
	border-style: solid;
}
.navigation1 li {
	display: table-cell;
	text-align:center;
}

.navigation1 a {
	display: block;
	padding: 15px 0px 15px 0px;
	width: 100%;
	color: #666666;
	font-size: 18px;
	border-top: 20px solid hsla(0,0%,0%,1.00);
	border-bottom: 20px solid hsla(0,0%,0%,1.00);
	border-right: 10px solid hsla(0,0%,0%,1.00);
	border-left: 10px solid hsla(0,0%,0%,1.00);
}
#mainleft {
	width: 70%;
	float: left;
}
#mainright {
	width: 22%;
	float: right;
	margin-top: 56px;
}
.nbox2 {
	border-bottom: 1px solid hsla(0,0%,0%,1.00);
	margin-bottom: 50px;
	position: relative;
	overflow:hidden;
}
.nbox2::after {
	display: block;
	content: '';
	position: absolute;
	bottom: .5em;
	left: 90%;
	width: 6px;
	height: 6px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.fixed {
    position: fixed;
    top: 0;
	width:1000px;
	margin:auto;
	background-color:hsla(0,0%,100%,1.00);
	z-index:100;
}
#top-work img{
	width: 100%;
	float: left;
}
#top-work ul .infoBox {
	width: 20%;
	border-style: solid;
	border-color: hsla(0,0%,100%,1.00);
	border-right-width: 1px;
	border-bottom-width: 1px;
	float: left;
}
#top-work ul .infoBox a {
	display:block;
	color:hsla(0,0%,100%,1.00);
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
			display: block;
		}
		#top-work ul .infoBox img {
			vertical-align: bottom;
		}
		::selection      { color: #fff; background: #55d5ac;}
		::-moz-selection { color: #fff; background: #55d5ac;}

		::-webkit-scrollbar {
			width: 15px;
			background: #f7f7f7;
		}
		::-webkit-scrollbar-thumb {
			height: 100px;
			background: #ddd;
		}
		#top-work ul .infoBox figure {
			width: 100%;
			height:auto;
		}
		#top-work ul .infoBox ul, ol {
			list-style: none;
		}
		#top-work ul .infoBox img {
			vertical-align: bottom;
		}
		.transform01 {
			-webkit-transform: scale(1);
			transform: scale(1);
			-webkit-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
		}
		.transform02 {
			-webkit-transform: rotate(15deg) scale(1.4);
			transform: rotate(15deg) scale(1.4);
			-webkit-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
		}
		figure:hover .transform01 {
			-webkit-transform: scale(1.2);
			transform: scale(1.2);
		}
		figure:hover .transform02 {
			-webkit-transform: rotate(0) scale(1);
			transform: rotate(0) scale(1);
		}
		figure h3 {
			padding: 20px 0 5px;
			color: #fff;
			font-size: 16px;
			text-align: left;
			font-weight: 600;
			padding-left:5%;
			padding-right:5%;
			line-height:1.3;
			margin-bottom:8px;
		}
		figure p {
			color: #fff;
			text-align: left;
			padding-left:5%;
			padding-right:5%;
			font-size:10px;
		}
		/* Effect 07 */
		#top-work ul .infoBox figure {
			position: relative;
			overflow: hidden;
			text-align:left;
		}
		#top-work ul .infoBox figcaption {
			position: absolute;
			top: 0;
			left: -100%;
			z-index: 2;
			width: 100%;
			height: 100%;
			background: rgba(0,0,0,.6);
			-webkit-transition: .3s;
			transition: .3s;
			opacity: 1;
		}
		#top-work ul .infoBox figure:hover figcaption {
			top: 0;
			left: 0;
		}
#top-work {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#top-workwrap {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:30px;
}
.top-flow1 {
	margin-bottom: 50px;
	text-align: center;
	display: block;
}
.top-flow2 {
	display:none
}
#flow-left {
	width: 47%;
	float: left;
}
#flow-right {
	width: 80%;
	float: right;
	margin: 5% 10% 10%;
}
.flowt2,.flowt3 {
	padding: 5%;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px dashed hsla(0,0%,0%,1.00);
}
.no1,.no2,.no3,.no4,.no5,.no6,.no7,.no8,.no9,.no10 {
	background-color: #f2f2f2;
	padding: 20px 0 0 70px;
	font-size: 18px;
	margin-bottom: 30px;
	line-height: 1;
	position: relative;
	height: 58px;
}
.no1:before,.no2:before,.no3:before,.no4:before,.no5:before,.no6:before,.no7:before,.no8:before,.no9:before,.no10:before {
    content: url(http://www.tamacoplanning.com/img/flow-no1.gif);
    margin-right: 10px;
    position: absolute;
    top: 0;
	left:0;
	width:58px;
	height:58px;
}
.no2:before {content: url(http://www.tamacoplanning.com/img/flow-no2.gif)}
.no3:before {content: url(http://www.tamacoplanning.com/img/flow-no3.gif)}
.no4:before {content: url(http://www.tamacoplanning.com/img/flow-no4.gif)}
.no5:before {content: url(http://www.tamacoplanning.com/img/flow-no5.gif)}
.no6:before {content: url(http://www.tamacoplanning.com/img/flow-no6.gif)}
.no7:before {content: url(http://www.tamacoplanning.com/img/flow-no7.gif)}
.no8:before {content: url(http://www.tamacoplanning.com/img/flow-no8.gif)}
.no9:before {content: url(http://www.tamacoplanning.com/img/flow-no9.gif)}
.no10:before {content: url(http://www.tamacoplanning.com/img/flow-no10.gif)}
.center {
	text-align: center;
	margin-bottom: 20px;
}
.flowtitle {
	margin-bottom: 50px;
}
.top-contact1{
	text-align: center;
	display: block;
}
.top-contact2{
	display:none
}
.blog {
	padding-left: 10px;
	padding-right: 10px;
}
.navigation1 {
	margin-bottom: 50px;
}
.navigation1 ul .active a {
	color: hsla(0,0%,100%,1.00);
	background-color: hsla(0,0%,0%,1.00);
}
.right .inbox p {
	margin-bottom: 20px;
}
.tyuui {
	padding-top:50px;
}
.more {
	text-align: center;
	margin-bottom: 80px;
}
.more2 {
	text-align: left;
}
#partnerphoto {
	width: 50%;
	float: right;
}
#partnertext {
	width: 50%;
	float: left;
	color: hsla(0,0%,100%,1.00);
	padding: 20px;
	position: relative;
}

#partnertext h2{
	margin-bottom:20px;
}

.wrapper .mainbox #partner {
	background-color: hsla(0,0%,47%,1.00);
	overflow: hidden;
	clear: both;
}
#partnertext p {
	left: 20px;
	bottom: 20px;
	margin-top: 10px;
}

#partnertext p span{
	display: block;
	text-align: right;
	margin-top:20px;
}

#partnertext a{
	color:#fff;
	font-size:15px;
}

#partnertext a:visited{
	color:#fff;
}

.top-information1 dt span {
	color: hsla(0,0%,100%,1.00);
	background-color: hsla(0,0%,16%,1.00);
	text-align: center;
	width: 80px;
	display: block;
	line-height: 1.1;
	margin-top: 7px;
}
#top-information-left dd:before {
display:none;
}





#insta2 {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#insta .top-title {
	margin-bottom:20px;
}
#insta {
	margin-bottom: 20px;
}
.kako {
	border-bottom: 1px solid hsla(0,0%,0%,1.00);
	border-right-color: hsla(0,0%,0%,1.00);
	border-left-color: hsla(0,0%,0%,1.00);
	border-top: 1px solid hsla(0,0%,0%,1.00);
	text-align: center;
	margin-bottom: 10px;
}
#mainright div ul {
	margin-bottom: 20px;
	text-align: center;
}
.kakokiji li a {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px dashed hsla(0,0%,0%,1.00);
	display: block;
}
.fontred{
	color:hsla(359,100%,38%,1.00);
}
.flowt2 p a {
	color: hsla(200,100%,43%,1.00);
	text-decoration: underline;
}


/* ### ### ### 03 */
.back {
	width: 300px;
	height: 50px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0px 5px 5px 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:80px;
	display: block;
}
.button_base {
    margin: 0;
    border: 0;
    font-size: 16px;
    position: relative;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -150px;
    width: 300px;
    height: 50px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-user-select: none;
    cursor: default;
	box-shadow: 5px 5px 0px #000;
	-webkit-box-shadow: 5px 5px 0px #000;
	-moz-box-shadow: 5px 5px 0px #000;
}

.button_base:hover {
    cursor: pointer;
}

.b03_skewed_slide_in {
    overflow: hidden;
    border: #000000 solid 1px;
}

.b03_skewed_slide_in div {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
}

.b03_skewed_slide_in div:nth-child(1) {
    color: #000000;
    background-color: #ffffff;
}

.b03_skewed_slide_in div:nth-child(2) {
    background-color: #000000;
    width: 330px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transform: translate(-350px, 0px) skewX(-30deg);
    -webkit-transform: translate(-350px, 0px) skewX(-30deg);
    -moz-transform: translate(-350px, 0px) skewX(-30deg);
}

.b03_skewed_slide_in div:nth-child(3) {
    color: #ffffff;
    left: -200px;
    transition: left 0.2s ease;
    -webkit-transition: left 0.2s ease;
    -moz-transition: left 0.2s ease;
}

.b03_skewed_slide_in:hover div:nth-child(2) {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transform: translate(-15px, 0px) skewX(-30deg);
    -webkit-transform: translate(-15px, 0px) skewX(-30deg);
    -moz-transform: translate(-15px, 0px) skewX(-30deg);
}

.b03_skewed_slide_in:hover div:nth-child(3) {
    left: 0px;
    transition: left 0.30000000000000004s ease;
    -webkit-transition: left 0.30000000000000004s ease;
    -moz-transition: left 0.30000000000000004s ease;
}

.toptext1 {
	font: 20px "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin: 50px 0 0;
	text-align: center;
}
#toptext p {
	font-size: 16px;
}
#company {
	margin-top:0;
	counter-reset: number 0;  
}

table#company tr.feeItem th span:before{
	counter-increment: number 1; 
	content:counter(number, upper-alpha);
}

table#company td span{
	font-size:11px;
	width: 30px;
	text-align: center;
	display: inline-block;
}

/* arrow 02 */
#syumi ul li {
	position: relative;
}
#syumi ul li::after,
#syumi ul li::before {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 6px;
	height: 6px;
	background-color: #666;
	border-radius: 100%;
}
#company tr td {
	font: bolder 14px "Times New Roman", Times, serif;
}
.inmesse {
	padding: 50px;
	border: 10px solid #E2DDD5;
}
#mainright .kakokiji select {
	width: 100%;
	margin-bottom:50px;
	margin-top:20px;
}
#kakoblog img {

}
#top-work ul {
	overflow:hidden;
	margin-bottom:80px;
}

#navwrap {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.toptext2 {
	text-align: center;
	margin-bottom: 10%;
}
#mainleft .blog p {
	font-size: 14px;
}
#topre2 ul li a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
#houjin {
	padding: 20px;
	margin-top: 50px;
	border: 1px dashed hsla(0,0%,0%,1.00);
}
.messeti {
	text-align: center;
	font: bolder 20px "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-bottom: 20px;
}


  .fb-page-parent > .fb-page {
    width: 100%;
  }

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
  width: 100% !important;
}
#company tr .toptextline {
	padding-left: 0;
}
#nayami ul li {
	font-size: 15px;
	margin-bottom: 10px;
	padding: 12px 10px 10px 40px;
	color: #000000;
	line-height: 1.2;
	background-image: url(../img/cah3-bk.png);
	background-size: 28px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 0px;
	font-weight: bolder;
}
#global-navigation .sp .gaibu a {
	background-image: url(../img/gaibu.png);
	background-repeat: no-repeat;
	background-position: 90% center;
}
#contactform #wpcf7-f1-t1-o1 .wpcf7-form p .wpcf7-submit {
	width: 200px;
	background-color: #000000;
	color: #FFFFFF;
	margin-top: 20px;
	text-align: center;
	padding: 10px;
}
#mainleft .blog .blogtext2 img {
	margin-bottom: 20px;
}

/* 17/12/07 追記 =================== */

#blogTop{
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;

}
#blogTop h2{
	width: 100%;
	text-align: center;
	margin:0 0 30px;
}

#blogTop h3{
	width: 100%;
	border-top:3px solid #666;
	border-bottom:1px solid #666;
	padding:10px 0 10px 20px;
	font-weight: normal;
	margin:0 0 30px;
	font-size:18px;
}

.newBlogTop{
	width: 100%;
	margin-top:20px;
	margin-bottom:50px;
}

.newBlogTop .NewBlog .left img{
	max-width: 600px;
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.newBlogTop .NewBlog{
  display: -webkit-flex; /* Safari */
  display: flex;
}

.newBlogTop .NewBlog .left{
	width: 60%;
	margin-right:5%;
}

.newBlogTop .NewBlog .right{
	width: 35%;
	position: relative;
	height: 400px;
}
.newBlogTop .NewBlog .right .blog-titleList{
	font-size:20px;
	margin-bottom:3px;
}

.newBlogTop .NewBlog .right .data{
	font-size:14px;
	color: #888;
	margin-bottom:15px;
}

.newBlogTop .NewBlog .right a{
	color:#000;
}

.newBlogTop .NewBlog .right a:visited {
	color: #000;
}

.newBlogTop .NewBlog .right a:hover{
	color: #888;
}

.newBlogTop .NewBlog .right p{
	line-height: 26px;
}

.newBlogTop .blogMore a{
	display: block;
	width: 100px;
	margin-left:auto;
	padding:3px 0;
	border:1px solid #666;
	text-align: center;
	text-decoration: none;
    position: absolute;
	bottom:0;
	right: 0;
}


.newBlogTop .blogMore a:after {
    content: '';
    width: 4px;
    height: 4px;
    border: 0px;
    border-top: solid 1px #666;
    border-right: solid 1px #666;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px;
}

.newBlogList dl dt img{
	max-width: 230px;
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.newBlogList{
	width: 23%;
	margin-bottom:50px;
}

.newBlogList section{
	position: relative;
	height: 100%;
}

.newBlogList a{
	color:#000;
	font-size:14px;
}

.newBlogList a:visited {
	color: #000;
}

.newBlogList a:hover{
	color: #888;
}

.newBlogList p.data{
	font-size:14px;
	color: #888;
	text-align: right;
}

.newBlogList dl dd.blog-titleList{
	font-size:16px;
	margin:5px 0;
	line-height: 20px;
}

.newBlogList .blogMore{
	margin-top:40px;

}


.newBlogList .blogMore a{
	display: block;
	width: 100px;
	margin-left:auto;
	padding:3px 0;
	border:1px solid #666;
	text-align: center;
	text-decoration: none;
	position: absolute;
	bottom:0;
	right: 0;
	font-size:12px;
}


.newBlogList .blogMore a.arrow:after {
    content: '';
    width: 4px;
    height: 4px;
    border: 0px;
    border-top: solid 1px #666;
    border-right: solid 1px #666;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px;
}


.blogListMore{
	width: 250px;
	margin:70px auto 0;
}

.blogListMore a{
	display: block;
	width: 100%;
	padding:10px 0;
	border:1px solid #666;
	text-align: center;
	text-decoration: none;
	color:#fff;
	background: #000;
	position: relative;
}

.blogListMore a:after {
    content: '';
    width: 4px;
    height: 4px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -4px;
}

/* 17/02/14 追記 =================== */
#fee{
  counter-reset: number 0;  
}


#fee h2{
	width: 100%;
	text-align: center;
	margin:0 0 30px;
}

#fee section{
	border: 10px solid #E2DDD5;
	width: 90%;
	padding:5% 5% 3%;
	margin:5% auto;
}

#fee .feeItem{
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-align-items: flex-end; /* Safari */
	align-items:         flex-end;
	width: 100%;
}

#fee .feeItem h3{
	border-bottom:#474747 2px solid;
	width: 75%;
	padding-left:2%;
	padding-bottom:10px;
	font-size:18px;
}

#fee .feeItem h3 span{
	margin-right: 3%;
	color:#8B8B8B;
}

#fee .feeItem h3 span:before{
	counter-increment: number 1; 
	content:counter(number, upper-alpha);

}

#fee .feeItem p{
	border-bottom:#b8b8b8 2px solid;
	padding-bottom:10px;
	width: 25%;
	text-align: right;
	padding-right: 2%;
	font-size:18px;
	color:#F00004;
}

#fee .feeItem p span{
	font-size:14px;
}

#fee .feeText{
	width: 88%;
	margin:2% auto 3%;
}

#fee .feeContent{
	width: 92%;
	margin:0 auto 3%;
	padding:3%;
	border:1px solid #b8b8b8;
}

#fee .feeContent h4{
	width: 100%;
	font-weight: normal;
	background: #f2f2f2;
	padding:1% 3%;
}

#fee .feeContent div{
	width: 94%;
	margin:3% auto 0;
}

#fee .feeContent div ul{
	list-style-type: circle;
	padding-left:15px;
}

#fee .feeInformation{
	width: 94%;
	margin:10% auto;
	padding:3%;
}

#fee .feeInformation h3{
	text-align: center;
	font-size:18px;
	padding:5px 0;
	font-weight: normal;
	position: relative;
	background: #f2f2f2;
}

#fee .feeInformation h3:before{
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-right: 10px;
	background-image: url(../img/attentionIcon.png);
	background-size: contain;
	position: relative;
	top:6px;
}

#fee .feeInformation div{
	width: 92%;
	margin:3% auto;
}

#fee .feeInformation div .data{
	text-align: right;
	margin-top:5%;
}

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


@media all and (min-width:640px){
/* 右上ナビゲーション */
.nav-collapse {
	overflow:hidden;
	width: 100%;
}
.nav-collapse ul {
	display:table;
	table-layout:fixed;
	width:100%;
}
.nav-collapse li {
	display: table-cell;
	text-align:center;
}

.nav-collapse a {
	display: block;
	padding: 15px 0px 15px 0px;
	width: 100%;
	color: #666666;
	font-size: 18px;
}
.nav-collapse a:hover {
	color: #666666;
}
.nav-collapse .active a {

}
.nav-collapse li:last-child a {
	border-bottom: 0
}
.nav-collapse .active a:hover {

}
#toggle {
	display:none;
}
.top-pickup {
	width: 23%;
	margin-right: 1%;
	float: left;
	margin-bottom: 10px;
	margin-left: 1%;
}
.top-pickup:nth-child(4n) {
	margin-right:0;
}
h2 img  {
	max-height: 40px;
}
#topre2 {
	display:none;
}
#sp-menu-btn {
	display:none;
}
}

@media all and (max-width:1040px){
#top2 {
	padding-left:20px;
	padding-right:20px;
}
#top-blogleft {
	padding-left: 20px;
	padding-bottom: 70px;
}
.right {
	margin-right:10px;
}
}

@media all and (max-width:900px){
#top-blogleft {
	width: 100%;
	float: none;
	padding:10px;
}
#top-blogright {
	display:none;
}
}

@media all and (max-width:640px){
#navwrap {
	position:relative;
}
#rogo {
	margin-top: 22px;
	margin-right: auto;
	margin-left: auto;
	width: 180px;
}
header h1 {
	display:none;
}
/* 右上ナビゲーション */
.nav-collapse {
	top: 50px;
	top: 0;
	width: 100%;
	position: relative;
}
.nav-collapse ul {
	display: block;
	width: 100%;
	list-style: none
}
.nav-collapse li {
	width: 100%;
	display: block
}

.nav-collapse a {
	display: block;
	padding: 20px;
	width: 100%;
	position: relative;
	font-size: 16px;
	line-height: 1;
}
.nav-collapse a:after {
	border: 4px solid transparent;
	border-left-color: #000000;
	content: "";
	position: absolute;
	bottom: 24px;
	left: 95%;
}
.nav-collapse a:hover {
	color: hsla(0,0%,100%,1.00);
	background-color: hsla(0,0%,0%,1.00);

}
.nav-collapse li:first-child a {
	border-top: 0
}
.nav-collapse li:last-child a {
	border-bottom: 0
}
.js .nav-collapse {
	clip: rect(0 0 0 0);
	max-height: 0;
	position: absolute;
	display: block;
	overflow: hidden
}
#toggle {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: block;
	width: 50px;
	height: 50px;
	margin-right: 6px;
	top: 0px;
	right: 0px;
	position: fixed;
	margin-top: 14px;
	z-index: 10;
}
.top-pickup {
	width: 48%;
	margin-right: 1%;
	float: left;
	margin-bottom: 10px;
	margin-left: 1%;
}
.top-pickup:nth-child(2n) {
	margin-right:0;
}
footer {
	max-width: 1200px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
}
#copy {
	padding-top: 20px;
	padding-bottom: 40px;
	text-align: center;
	color: #6F5945;
	font-size: 10px;
}
#footerrogo {
	display:none;
}
#footertext {
	width: auto;
	float: none;
	margin: 0 3% 0 3%;
}
#top-information-left {
	width: 100%;
	float: none;
	padding: 10px;
	margin-bottom: 40px;
}
#top-information-right {
	width: 100%;
	float: none;
	padding:10px;
}

.right {
	width: 100%;
	float: none;
	padding:10px;
}
.left {
	width: 100%;
	float: none;
	padding:10px;
}
.prof-left {
	width: 98%;
	float: none;
	padding: 10px;
	margin-left: 1%;
	margin-right: 1%;
}
.prof-right {
	width: 90%;
	float: none;
	padding: 10px;
	margin-left: 5%;
	margin-right: 5%;
}
.prof-text {
	min-height: auto;
}
.inbox {
	padding-right: 0;
	padding-left: 0;
}
#top-blogleft dl dt img {
	max-width:30%
}
#mainleft {
	width: 100%;
	float: none;
	padding:10px;
}
#mainright {
	display:none;
}
#top-work ul .infoBox {
	width: 25%;
}
.top-flow1 {
	display:none
}
.top-flow2 {
	display:block;
	margin-bottom:30px;
	text-align:center;
}
.top-flow2 li {
	margin-bottom:20px;
}
#flow-left {
	width: 100%;
	float: none;
	margin-bottom:80px;
}
#flow-right {
	float: none;
	margin-bottom: 80px;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}
.top-contact1{
	display:none
}
.top-contact2{
	text-align: center;
	display: block;
}
.no1,.no2,.no3,.no4,.no5,.no6,.no7,.no8,.no9,.no10 {
	background-color: #f2f2f2;
	padding: 22px 0 0 70px;
	font-size: 14px;
	margin-bottom: 30px;
	line-height: 1;
	position: relative;
	height: 58px;
}
#topre{
	display:none;
}
h2 img  {
	max-height: 30px;
}
.more2 {
	text-align: center;
}
.more {
	text-align: center;
	margin-bottom: 50px;
}
.top-title {
	margin-bottom: 20px;
	padding-top: 60px;
}
#partnerphoto {
	width: 100%;
	float: none;
}
#partnerphoto img {
	width: 100%;
}
#partnertext {
	width: 100%;
	float: none;
	color: hsla(0,0%,100%,1.00);
	padding: 20px;
	position: relative;
	height: auto;
}
	
#partnertext p {
	position: relative;
	left: 0;
	max-width: 100%;
	margin-top:40px;
}
		figure h3 {
			font-size: 10px;
			font-weight: 100;
			padding-top:8px;
		}
		figure p {
			display:none;
		}
#top2 {
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
}
#top-blogleft {
	padding-left:10px;
}
.prof-left {
	margin-left:0px;
	
}
.back {
	margin-bottom:60px;
}
#contactform {
	margin: auto auto 80px;
}

.toptext1 {
	font: 18px "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-bottom: 10px;
}
#toptext p {
	font-size: 12px;
}
#top2 h2 {
	text-align:center;
}
#top-blogin h2 {
	text-align:center;
}
#top-work ul .infoBox {
	width: 33.333%;
}

#topre2 {
	width: 100%;
	background-color: hsla(0,0%,100%,0.7);
	position: fixed;
	bottom: 0px;
	z-index: 30;
}
#topre2 ul {
	display:table;
	table-layout:fixed;
	width:100%;
}
#topre2 ul li {
	display: table-cell;
	text-align:center;
}
#navwrap {
	display:none
}

/* 17/12/07 追記 =================== */
	
#blogTop h3{
	margin:0 0 20px;
}


.newBlogTop .NewBlog{
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
}

.newBlogTop .NewBlog .left{
	width: 100%;
	margin-right:0;
}

.newBlogTop .NewBlog .right{
	width: 100%;
	height: 100%;
	margin-bottom:30px;
}

.newBlogTop .NewBlog .right p{
	line-height: 24px;
}

.newBlogTop .blogMore a{
	margin-top:10px;
	width: 120px;
    position: relative;
}

.newBlogList dl dt img{
	height: 120px;
}

.newBlogList{
	width: 42%;
	margin-left:auto;
	margin-right: auto;
	margin-bottom:30px;
	margin-top:0;
}


.newBlogList p.data{
	font-size:14px;
	color: #888;
	text-align: right;
}

.newBlogList dl dd.blog-titleList{
	font-size:16px;
	margin:5px 0;
}

.newBlogList dl dd.blog-titleList{
	font-size:14px;
}
	
.blogListMore{
	width: 250px;
	margin:20px auto 50px;
}

/* 17/02/14 追記 =================== */


#fee section{
	border: 10px solid #E2DDD5;
	width: 96%;
	padding:5% 4% 3%;
	margin:5% auto;
}

#fee .feeItem{
	-webkit-flex-direction: column; /* Safari */
	flex-direction:         column;
	width: 100%;
}

#fee .feeItem h3{
	border-bottom:none;
	width: 100%;
	padding-left:0;
	padding-bottom:0;
	font-size:16px;
	text-align: center;
}

#fee .feeItem h3 span{
	display: block;
	width: 100%;
	text-align: center;
}

#fee .feeItem p{
	border-bottom:#474747 2px solid;
	padding-bottom:5px;
	width: 100%;
	font-size:16px;
	text-align: center;
	padding-right:0;
}

#fee .feeItem p span{
	font-size:14px;
}

#fee .feeText{
	width: 92%;
	margin:6% auto;
}
	
#fee .feeText p{
	margin-bottom:10px
} 

#fee .feeContent{
	width: 98%;
	margin:0 auto 5%;
	padding:5%;
}

#fee .feeContent h4{
	padding:3% 5%;
}

#fee .feeContent div{
	width: 90%;
	margin:5% auto;
}
	
#fee .feeContent div lu li{
	word-break: break-all;
}
	
#fee .feeInformation{
	width: 98%;
	margin:10% auto;
	padding:3%;
}


#fee .feeInformation div{
	width: 94%;
	margin:5% auto;
}


}