@charset "UTF-8";
/* ----------------------------------------------------------------
Setting
---------------------------------------------------------------- */
html {
    height: 100%;
}
body {
height: auto !important;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	padding: 0;
	margin: 0;
	}
ul, ol {
	list-style: none outside none;
	padding: 0;
	margin: 0;
	}

table {
	color: inherit;
	border-collapse: collapse;
	border-spacing: 0;
	}
caption, th {
	font-style: normal;
	font-weight: normal;
	text-align: left;
	}

img {
	border: 0 none;
	vertical-align: bottom;
	}

address, caption, cite, code, dfn, em, strong, var {
	font-style: normal;
	font-weight: normal;
	}

blockquote, q { quotes: none; }
blockquote::before, blockquote::after,
q::before, q::after {
	content: "";
	content: none;
	}

ins { text-decoration: none; }
del { text-decoration: line-through; }
fieldset { border: 0 none; }

select, input, button, textarea, button {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.tel-link a {
    text-decoration: underline;
    color: #ff921e !important;
}
@media screen and (min-width: 768px) {
	.nosp{
		display: block !important;
	}
	.nopc{
		display: none !important;
	}
	.logo a:hover{
		opacity: 0.6;
	}
}
@media screen and (max-width: 767px) {
	.nosp{
		display: none !important;
	}
	.nopc{
		display: block!important;
	}
}
/* ----------------------------------------------------------------
追記共通
---------------------------------------------------------------- */
html {
	overflow: auto;
	}
body {
	color: #333333;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	overflow: hidden;
	position: relative;
	scrollbar-base-color: #b2a393;
	}
h1,h2,h3,.tel,.inquirybox,.requestbox,h4,
.scenery p,.contents .graph .box ul li .timetxt {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
h2 {
	color: #ff921e;
	text-align: center;
    font-size: 30px;
    letter-spacing: 0.2em;
    padding-top: 55px;
	margin-bottom: 40px;
}
.note{
	font-size: 13px;
		  padding-left: 1em;
  text-indent: -1em;

}

.scenery {
    background-color: #fff;
}

.scenery p {
    margin: 0 auto;
    width: 1100px;
    color: #4d4d4d;
    font-size: 27px;
    letter-spacing: 0.1em;
    padding-top: 35px;
}

.scenery p span{
    color: #ff921e;
    font-size: 14px;
    display: block;
    margin-top: 4px;
}

/*　共通レスポンシブ　*/
@media screen and (max-width: 767px) {

main {
    margin-top: 62px;
}
h2 {
    font-size: 25px;
}
	
}


/*　お問い合わせボタン　*/
@media screen and (min-width: 768px) {
.head_btn{
    display: flex !important;
    justify-content: right;
}
}
.inquirybox a,.requestbox a{
    position: relative;
    padding: 12px 33px;
    color: #4d4d4d;
    font-size: 19px;
    letter-spacing: 0.1em;
    border: solid 2px #fbca00;
    border-left: solid 2.8em #fbca00;
    border-radius: 5px;
}
.requestbox a{
margin-right: 10px;
background: #157243;
border: none;
color: #fff;
        border-left: solid 2.6em #5E9E7D;
        padding: 12px 12px;
}
.inquirybox a:before,.requestbox a:before{
    content: url(../img/inquiry_img_mail.png);
position: absolute;
    padding: 0em;
    left: -2.1em;
    top: 55%;
	-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.requestbox a:before{
content: url(../img/request_img_icon.png);
    left: -1.8em;
}
.inquirybox a:hover,
.requestbox a:hover{
	opacity: 0.6;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
.inquirybox a,.requestbox a {
    margin-left: auto;
    margin-right: auto;
}	
}

/*　ページトップ*/
#pagetop{
	width: 1100px;
    margin: 0 auto;
}
#pagetop p{
	text-align: right;
	margin-bottom: 2px;
}
#pagetop a{
    color: #808080;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.2em;
	position: relative;
	border: solid 2px #fbca00;
    padding: 10px 15px 14px 26px;
    border-radius: 10px;
}
#pagetop a:before{
    content: url(../img/icon03.png);
    position: absolute;
	left: 12px;
    top: 6px;
}
@media screen and (max-width: 767px) {
	#pagetop {
    width: 100%;
    margin: 0 auto;
}
#pagetop p {
    text-align: center;
	margin-bottom: 0;
}
#pagetop a {
    font-size: 15px;
    border: none;
background: #ffef8d;
    padding: 13px 0;
    border-radius: 0;
    display: block;
}
#pagetop a:before {
    left: 33px;
    top: 11px;
}
#pagetop a:hover {
	text-decoration: none;
}
}

/*--------header-----------*/

#top-head {
    width: 100%;
    z-index: 999;
    position: relative;
}
#top-head .inner {
    position: relative;
}
#top-head:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/top_line.png);
    height: 7px;
    width: 100%;
    bottom: -4px;
    z-index: 1;
}
.blog_li,
#mobile-head{
	display: none;
}

/*　ヘッダーpcのみ　*/
@media screen and (min-width: 768px) {
#top-head .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 15px 0;
    overflow: hidden;
    height: 126px;
}
#global-nav{
    margin-left: auto;
    width: 682px;	
	}
}

#top-head .logo {
    float: left;
    padding-top: 25px;
}
#top-head  .inquirybox,#top-head  .requestbox {
    margin-bottom: 24px;
    margin-top: 13px;
    text-align: right;
}
#global-nav ul {
    overflow: hidden;
}
#global-nav ul li {
    float: left;
    text-align: center;
    border-right: solid 2px #ffe960;
}
#global-nav ul li:first-child {
    border-left: solid 2px #ffe960;
}
#global-nav ul li a {
    color: #666666;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.1em;
    display: block;
    width: 168px;
    padding: 6px 0px;
}
#global-nav ul li a span {
    font-size: 11px;
    color: #ff921e;
    font-weight: normal;
    display: block;
}
#global-nav ul li a:hover {
    text-decoration: underline;
    text-decoration-color: #FF9800;
}


/*-----------スマホのトグルボタンのCSS-------------*/

#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 20px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #808080;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}


/*---------gnav sp--------------*/
/*-----------スマホ-------------*/
@media screen and (max-width: 767px) {
.head-inner {
    display: none;
}

.slick-next {
    right: 0;
}

#top-head,
    .inner {
    width: 100%;
    padding: 0;
}
#top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
}
#top-head:after {
    z-index: 1000;
}
/* Fixed reset */
#top-head.fixed {
    padding-top: 0;
    background: transparent;
}
#mobile-head {
    background: #fff;
    width: 100%;
    height: 62px;
    z-index: 999;
    position: relative;
}
#top-head .logo {
    position: absolute;
    left: 15px;
    padding: 0;
    top: 3px;
    z-index: 1000;
}
#top-head .logo img {
    width: 80px;
}
#global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -493px;
    background: #ff921e;
    width: 100%;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
#global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: none;
    position: static;
    color: #fff;
    border-right: none;
    border-bottom: solid 1px #FFF;
}
#global-nav ul li:first-child {
    border-left: none;
}
#global-nav ul li:last-child {
    border-bottom: none;
}
#global-nav ul li a:hover {
    text-decoration: none;

}
#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 18px 0;
}
#nav-toggle {
        display: block;
}
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
#mobile-head .mailicon {
    position: absolute;
    top: 20px;
    right: 65px;
}
.blog_li,
#mobile-head{
	display: block;
}
	
}

/*　フッター　 上部*/
#footer .footerinquiry
{
	width: 904px;
    margin: 0 auto 65px;
    overflow: hidden;
	position: relative;
	padding: 35px 0;
	text-align: center;
}
#footer .footerinquiry:before,
#footer .footerinquiry:after{
	content:"";
	display:block;
	position: absolute;
	background: url(../img/footer_line.png) ;
	height:7px;
	width: 100%;
}
#footer .footerinquiry:before{
	top: 0;
}
#footer .footerinquiry:after{
	bottom: 0;
}
#footer .footerinquiry .tel{
	text-decoration: none;
    color: #4d4d4d;
    font-size: 27px;
    letter-spacing: 0.2em;
    line-height: 1.2;
		margin-bottom: 0;
	margin-top: 0;
    text-align: left;
}
#footer .footerinquiry .footertime{
    font-size: 14px;
		margin-bottom: 0;
	margin-top: 0;
    text-align: left;
}
#footer .footerinquiry .tellbox {
	position: relative;
    padding-left: 58px;
	float: left;
	    margin-right: 45px;
}
#footer .footerinquiry .tellbox:before {
    content: url(../img/inquiry_img_tell.jpg);
    margin-right: 3px;
	position: absolute;
	left: 0;
}
#footer .footerinquiry .inquirybox{
    float: left;
}
#footer .footerinquiry .inner{
	    width: 640px;
    overflow: hidden;
    margin: 0 auto;
}
/*　フッター　 依頼したい企業*/
#footer .footer_irai{
	width: 904px;
    margin: 0 auto 85px;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
#footer .footer_irai .irai_btn .tl{
margin: 0;
color: #fff;
font-size: 24px;
text-align: center;
padding: 10px;
border-radius: 10px 10px 0 0;
background: #157243;
}
#footer .footer_irai .irai_btn .box{
border-radius:0 0 10px 10px;
display: flex;
justify-content: space-between;
border: solid 1px #157243;
padding: 35px 40px;
align-items: flex-start;
}
#footer .footer_irai .irai_btn .box p{
margin: 0;
}
#footer .footer_irai .irai_btn .box .txt{
width: 545px;
}
#footer .footer_irai .irai_btn .box .txt p{
font-size: 20px;
line-height: 1.8;
margin-bottom: 15px;
}
#footer .footer_irai .irai_btn .box .txt a{
background: #FDD328;
border-radius: 7px;
color: #333;
display: block;
width: 250px;
font-size: 18px;
padding: 10px 15px;
text-align: center;
}
#footer .footer_irai .irai_btn .box .txt a:hover{
text-decoration: none;
opacity: 0.7;
}
/*　フッター　 下部*/
#footer #ftnav {
    background: #fbca00;
	padding: 35px 0;
	overflow: hidden;
}
#footer #ftnav .inner{
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#footer #ftnav .inner .logo{
	background: #fff;
	border-radius: 5px;
	width: 207px;
	float: left;
	margin-right: 10px;
}
#footer #ftnav .inner .logo a {
    padding: 10px 0;
    display: block;
    text-align: center;
}
#footer #ftnav .inner .logo a:hover {
	opacity: 0.6;
}
#footer #ftnav .inner .logo a img {
    width: 150px;
}
#footer #ftnav nav {
    text-align: right;
}
#footer #ftnav nav li {
    display: inline-block;
    padding: 0 15px;
}
#footer #ftnav nav li:last-child {
	padding-right: 0;
}
#footer #ftnav nav li a {
    font-size: 13px;
	position: relative;
	padding-left: 10px;
	color: #333;
}
#footer #ftnav nav li a:before {
    content: url(../img/icon02.png);
    position: absolute;
    left: 0;
	top: -3px;
}
#footer #ftnav .copyright {
    font-size: 11px;
	position: absolute;
	bottom: 0;
    right: 0;
}
/*　フッター　 スマホ*/
@media screen and (max-width: 767px) {
	
#footer .footerinquiry {
    width: 95%;
    margin: 0 auto 30px;
    padding: 25px 0;
    text-align: center;
}
#footer .footerinquiry .inner {
    width: 100%;
}
#footer .footerinquiry .tellbox {
    float: none;
    margin-right: auto;
    width: 239px;
    margin-left: auto;
}
#footer .footerinquiry .tel {
    font-size: 24px;
}
#footer .footerinquiry .tel span {
    font-size: 14px;
    letter-spacing: 0;
    display: inherit;
    padding-left: 20px;
}
#footer .footerinquiry .inquirybox {
    margin-top: 20px;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
/*　フッター　 依頼したい企業*/
#footer .footer_irai{
    width: 95%;
    margin: 0 auto 40px;
}
#footer .footer_irai .irai_btn .tl {
    font-size: 19px;
    padding: 8px;
    border-radius: 8px 8px 0 0;
}
#footer .footer_irai .irai_btn .box {
    border-radius: 0 0 8px 8px;
    display: block;
    padding: 20px 15px;
}
#footer .footer_irai .irai_btn .box .txt {
    width: auto;
}
#footer .footer_irai .irai_btn .box .txt p {
    font-size: 16px;
    margin-bottom: 10px;
}
#footer .footer_irai .irai_btn .box .txt a {
    box-sizing: border-box;
    width: 100%;
    font-size: 16px;
    padding: 8px 15px;
    margin-bottom: 15px;
}
#footer .footer_irai .irai_btn .box .img{
text-align: center;
}
#footer #ftnav .inner {
    width: 95%;
}
#footer #ftnav {
    padding: 10px 0;
}
#footer #ftnav .logo,
#footer #ftnav nav {
display: none;
}
#footer #ftnav .copyright {
    position: static;
    text-align: center;
}
	
}
/* ----------------------------------------------------------------
共通
---------------------------------------------------------------- */
h2 span {
    font-size: 12px;
	display: block;
	letter-spacing: 0.2em;
	line-height: 1;
}
.scenery {
    width: 100%;
    height: 149px;
    background-position: center top;
    background-repeat: no-repeat;
}
.dounny{
    font-size: 22px;
	text-align: center;
	line-height: 2;
    margin-bottom: 40px;
}
.dounny span{
	position: relative;
	padding: 0 .4em .1em;
}
.dounny span::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 6px;
 	background-color: #fff090;
}

/*　共通　 スマホ*/
@media screen and (max-width: 767px) {
.dounny {
    font-size: 18px;
    margin-bottom: 25px;
}
.dounny span::after {
    height: 4px;
}
.scenery {
    width: 100%;
    height: 100px;
    background-size: auto 100%;
}
.scenery p {
    width: 100%;
    box-sizing: border-box;
    margin-left: 4%;
    font-size: 22px;
    padding-top: 25px;
}
.scenery p span{
    font-size: 13px;
    margin-top: -1px;
}
	
}
