@charset "utf-8";

/* ----------------------------------------------
  ! base elements
 ---------------------------------------------- */

body {
	background-color: #fff;
	width: 100%;
	height: 100%;
	color: #333;
	font-size: 16px;
	line-height: 1;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", Arial, Helvetica, Verdana, Arial, Sans-Serif;
}

a:link {
	color: #333;
	text-decoration: none;
	outline: none;
}

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

a:hover {
	color: #333;
	text-decoration: underline;
	transition: color 0.7s ease 0s;
}

a:active {
	color: #333;
	text-decoration: none;
}

a:hover img{
	opacity:0.6;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	transition: opacity 0.5s ease 0s;
}

a:forcus {
	outline: none;
}

/* ----------------------------------------------
 ! contents show & hide
 ---------------------------------------------- */

/* ----------------------------------------------
  ! clearfix
 ---------------------------------------------- */

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.cf::before,
.cf::after {
	content:"";
	display:table;
}

.cf::after {
	clear:both;
}

.cf {
	zoom:1;
}

.cl::before,
.cl::after {
	content:"";
	display:table;
}

.cl::after {
	clear:both;
}

.cl {
	zoom:1;
}

/* ----------------------------------------------
  ! br
 ---------------------------------------------- */

/* ----------------------------------------------
  ! margin
 ---------------------------------------------- */

.m00 { margin: 0px !important;}
.m05 { margin: 5px !important;}
.m10 { margin: 10px !important;}
.m15 { margin: 15px !important;}
.m20 { margin: 20px !important;}
.m25 { margin: 25px !important;}
.m30 { margin: 30px !important;}
.m35 { margin: 35px !important;}
.m40 { margin: 40px !important;}
.m50 { margin: 50px !important;}

.mt00 { margin-top: 0 !important;}
.mt05 { margin-top: 5px !important;}
.mt10 { margin-top: 10px !important;}
.mt15 { margin-top: 15px !important;}
.mt20 { margin-top: 20px !important;}
.mt25 { margin-top: 25px !important;}
.mt30 { margin-top: 30px !important;}
.mt40 { margin-top: 40px !important;}
.mt50 { margin-top: 50px !important;}

.mb00 { margin-bottom: 0 !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb50 { margin-bottom: 50px !important;}
.mb60 { margin-bottom: 60px !important;}
.mb70 { margin-bottom: 70px !important;}

.ml00 { margin-left: 0 !important;}
.ml05 { margin-left: 5px !important;}
.ml10 { margin-left: 10px !important;}
.ml15 { margin-left: 15px !important;}
.ml20 { margin-left: 20px !important;}
.ml25 { margin-left: 25px !important;}
.ml30 { margin-left: 30px !important;}
.ml40 { margin-left: 40px !important;}

.mr00 { margin-right: 0 !important;}
.mr05 { margin-right: 5px !important;}
.mr10 { margin-right: 10px !important;}
.mr15 { margin-right: 15px !important;}
.mr20 { margin-right: 20px !important;}
.mr25 { margin-right: 25px !important;}
.mr30 { margin-right: 30px !important;}
.mr40 { margin-right: 40px !important;}

/* ----------------------------------------------
  ! padding
 ---------------------------------------------- */

.p00 { padding: 0px !important;}
.p05 { padding: 5px !important;}
.p10 { padding: 10px !important;}
.p15 { padding: 15px !important;}
.p20 { padding: 20px !important;}
.p30 { padding: 30px !important;}
.p40 { padding: 40px !important;}

.pt00 { padding-top: 0 !important;}
.pt05 { padding-top: 5px !important;}
.pt10 { padding-top: 10px !important;}
.pt15 { padding-top: 15px !important;}
.pt20 { padding-top: 20px !important;}
.pt25 { padding-top: 25px !important;}
.pt30 { padding-top: 30px !important;}
.pt40 { padding-top: 40px !important;}

.pb00 { padding-bottom: 0 !important;}
.pb05 { padding-bottom: 5px !important;}
.pb10 { padding-bottom: 10px !important;}
.pb15 { padding-bottom: 15px !important;}
.pb20 { padding-bottom: 20px !important;}
.pb25 { padding-bottom: 25px !important;}
.pb30 { padding-bottom: 30px !important;}
.pb40 { padding-bottom: 40px !important;}

.pl00 { padding-left: 0 !important;}
.pl05 { padding-left: 5px !important;}
.pl10 { padding-left: 10px !important;}
.pl15 { padding-left: 15px !important;}
.pl20 { padding-left: 20px !important;}
.pl25 { padding-left: 25px !important;}
.pl30 { padding-left: 30px !important;}
.pl40 { padding-left: 40px !important;}

.pr00 { padding-right: 0 !important;}
.pr05 { padding-right: 5px !important;}
.pr10 { padding-right: 10px !important;}
.pr15 { padding-right: 15px !important;}
.pr20 { padding-right: 20px !important;}
.pr25 { padding-right: 25px !important;}
.pr30 { padding-right: 30px !important;}
.pr40 { padding-right: 40px !important;}


/* ! text alignment
----------------------------------------------- */

.left {
	text-align: left !important;
}

.right {
	text-align: right !important;
}

.center {
	text-align: center !important;
}

/* ! vertical alignment
----------------------------------------------- */

.v-top {
	vertical-align: top !important;
}

.v-middle {
	vertical-align: middle !important;
}

.v-bottom {
	vertical-align: bottom !important;
}

/* ! image alignment
----------------------------------------------- */

.alignleft {
	display: inline;
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}

.alignright {
	display: inline;
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}

.aligncenter,
.alignleft-clear,
.alignright-clear {
	width: 100%;
	margin-bottom: 5px;
}

.alignleft-clear {
	float: left;
	width: auto;
	margin-bottom: 20px;
	margin-right: 20px;
}

.alignright-clear {
	float: right;
	width: auto;
	margin-bottom: 20px;
	margin-left: 20px;
}

.aligncenter img {
	clear: both;
	display: block;
	margin: 0 auto 20px;
	max-width: 100%;
	/* width: auto; */
}

.alignleft-clear img,
.alignright-clear img {
	width: 100%;
	margin: 0 auto 20px;
}

/* #main .page-contents .flex */

.flex img {
	max-width: 100%;
	border: none;
	vertical-align: bottom;
}

.flex {
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 50px;
	overflow: hidden;
	position: relative;	
}

.flex>div {
	position: relative;
	margin-bottom: 0;
}

.flex>div>div:last-child {
	margin-bottom: 0;
}

/* #main .page-contents .flex.equable */

.flex.equable {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.flex.equable>div {
	flex: 1;
	padding-left: 20px;
}

.flex.equable>div:first-child {
	padding-left: 0;
}



/* ----------------------------------------------
  ! lp only pc elements
 ---------------------------------------------- */
/* ----------------------------------------------
  ! wrap elements
 ---------------------------------------------- */
/* ----------------------------------------------
  ! header elements
 ---------------------------------------------- */
#header {
	position: fixed;
	width: 100%;
	min-width: 1310px;
	height: 122px;
	background-color: #fff;
	z-index: 999;
}

#seo-text {
	font-size: 14px;
	font-weight: normal;
	width: 1112px;
	margin: 15px auto;
}

/* ----------------------------------------------
  ! contents  elements
 ---------------------------------------------- */
.contents {
    width: 1310px;
    margin: 0 auto 150px;
    padding-top: 122px;
}

.firstview h2{
	font-size: 0;
}

.contents h3 {
	position: relative;
	text-align: center;
	font-size: 36px;
	font-weight: normal;
	color: #804e21;
	margin-top: 117px;
	padding-bottom: 50px;
}

.contents h3::after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 9px 0 9px;
	border-color: #ff9c00 transparent transparent transparent;
	margin: auto;
	bottom: 20px;
	left: 0;
	right: 0;
}

/* ----------------------------------------------
 ! smartphone navigation elements
 ---------------------------------------------- */


/* ----------------------------------------------
  ! global navigation elements
 ---------------------------------------------- */

 #global-navigation {
 	min-width: 1112px;
	background-image: url('../images/nav_bg.png');
	background-repeat: repeat-x;
	background-position: left top;
	background-size: 1px 72px;
    border-bottom: 6px solid #be8257;
}

 #global-navigation ul {
	width: 1112px;
	height: 72px;
	margin: 0 auto;
	list-style-type: none;
}

#global-navigation li {
    float: left;
    margin: 16px 0;
	border-left: solid 1px #b5a08a;
}

#global-navigation li a {
	position: relative;
    color: #fff;
    width: 276px;
    height: 40px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
	text-decoration: none;
}

#global-navigation li a::after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 5.5px 0 5.5px;
	border-color: #ffffff transparent transparent transparent;
	margin: auto;
	bottom: -8px;
	left: 0;
	right: 0;
    transition: bottom 0.5s ease;
}

#global-navigation li a:hover::after{
	bottom: -12px;
}

#global-navigation > ul > li > a:hover {
	opacity: 0.5;
}

#global-navigation > ul > li:last-child{
	border-right: solid 1px #b5a08a;
}

/* ----------------------------------------------
 ! bottom navigation elements
 ---------------------------------------------- */
/* ----------------------------------------------
 ! footer elements
 ---------------------------------------------- */
.copyright {
	min-width: 1310px;
    background-image: url('../images/nav_bg.png');
    background-repeat: repeat-x;
    background-position: left top;
    background-size: 1px 72px;
    padding: 25px 0;
    text-align: center;
    color: #fff;
}

.copyright a{
    color: #fff;
}

.copyright a:hover {
	color: #b5a08a;
	text-decoration: underline;
	transition: color 0.7s ease 0s;
}

.copyright a:active {
	color: #b5a08a;
	text-decoration: none;
}

/* ----------------------------------------------
  ! breadcrumbs elements
 ---------------------------------------------- */
/* ----------------------------------------------
  ! parallax elements
 ---------------------------------------------- */
.parallax{
	height: 250px;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: auto;
}

.box {
	height: 983px;
	max-width: 1310px;
}

.firstview {
	position: relative;
	height: 500px;
	background-image: url('../images/fastview_bg.png')
}

.firstview .box{
	height: 975px;
	max-width: 1310px;
}

.firstview .box img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.section01_bg {
	background-image: url('../images/section01.png')
}

.section02_bg {
	background-image: url('../images/section02.png')
}

.section03_bg {
	background-image: url('../images/section03.png')
}

.section04_bg {
	background-image: url('../images/section04.png')
}

/* ----------------------------------------------
  ! section00 elements
 ---------------------------------------------- */
 .section00_inner {
    width: 1112px;
    margin: 0 auto;
}

.section00_inner p {
    font-size: 17px;
    line-height: 1.6;
}

.section00_inner ul {
    font-size: 20px;
    line-height: 2;
}

/* ----------------------------------------------
  ! sectionIdea elements
 ---------------------------------------------- */
 .sectionIdea_inner {
    width: 1070px;
    margin: 0 auto;
}
.sectionIdea_inner .colL{
 	float:left;
 	width: 512px;
 	margin-right: 46px;
}
.sectionIdea_inner .colR{
 	float:left;
 	width: 512px;
 }
.sectionIdea_inner .titImg{
	margin-bottom: 20px;
}
 .sectionIdea_inner p.lead{
 	line-height: 1.6em;
 }

/* ----------------------------------------------
  ! section01 elements
 ---------------------------------------------- */
.section01_inner {
	margin-top: 33px;
	text-align: center;
}

.section01_inner h4{
	display: inline-block;
	margin-right: 120px;
	font-size: 0;
}

.section01_inner h4:last-of-type{
	margin-right: 0;
}

/* ----------------------------------------------
  ! section02 elements
 ---------------------------------------------- */
.section02_inner {
	margin-top: 66px;
	text-align: center;
}

.section02_inner h4{
	display: inline-block;
	margin-right: 68px;
	font-size: 0;
}

.section02_inner h4:last-of-type{
	margin-right: 0;
}

/* ----------------------------------------------
  ! section03 elements
 ---------------------------------------------- */
.section03_inner {
	width: 1112px;
	margin: 60px auto 0;
}

.section03_inner .left_box {
	float: left;
	width: 850px;
	margin-right: 23px;
}

.section03_inner .left_box p {
	font-size: 17px;
	line-height: 1.6;
	margin-bottom: 1em;
}

.section03_inner .right_box {
	float: right;
	width: 239px;
	font-size: 0;
}

.section03_inner .right_box p {
	font-size: 17px;
	text-align: right;
	line-height: 1.6;
	padding-top: 1em;
}

.section03_inner .right_box p span{
	font-size: 19px;
}

/* ----------------------------------------------
  ! section04 elements
 ---------------------------------------------- */
.section04_inner {
	width: 932px;
	margin: 78px auto 0;
}

.section04_inner tr {
    border-bottom: solid 1px #fff;
    line-height: 1.8;
}

.section04_inner th ,
.section04_inner td{
    font-size: 20px;
    height: 70px;
    vertical-align: middle;
}

.section04_inner th {
    width: 198px;
    background-color: #6f4418;
    color: #fff;
    font-weight: normal;
}

.section04_inner td {
    width: 694px;
    background-color: #fdf7f0;
    padding-left: 40px;
}

.section04_inner .tel_box {
    position: relative;
    height: 260px;
    margin-top: 150px;
    background-color: #fdf7f0;
}

.tel_box img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
