@charset "utf-8";

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

        CommonElements
 ======================================= */
body {
	width:100%;
	font-size: 17px;
	line-height: 1.7;
	color: #333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.inbox,
.inbox2 {
	padding: 0px 10px;
}

a:hover {
	opacity: 0.8;
}

.flex {
	display: flex;
}

.noto {
	font-family: 'Noto Serif JP', serif;
}

.orange {
	color: #f8911e;
}

.green {
	color: #797d4a;
}

img {
	max-width: 100%;
	height: auto;
}

/*header
--------------------------------------------*/
#header {
	position: fixed;
	z-index: 10000;
	padding: 15px 10px;
	background-color: rgba(76,39,15,.9);
}

#header2 {
	position: fixed;
	z-index: 1000;
	background-color: rgba(76,39,15,.9);
	padding: 13px 0;
	display: none !important;
	opacity: 0 !important;
}

#header,
#header2 {
	color: #fff;
	width: 100%;
}

.h_logo {
    width: 60%;
    float: left;
    margin-top: 5px;
}

.h_contact {
	float: right;
	display: none;
}

.h_contact li:nth-child(1),
.h_contact li:nth-child(2) {
	margin: -3px 22px 0px 0px;
}

.h_contact li:nth-child(1) .num {
	padding-left: 45px;
	background: url(../img/free_num-icon.png) no-repeat center left;
}

.h_contact li:nth-child(2) .num {
	padding-left: 35px;
	background: url(../img/fax_num-icon.png) no-repeat center left;
}

.num {
	font-size: 26px;
	letter-spacing: 1.5px;
}

.num_ruby {
	font-size: 10px;
	text-align: right;
	margin-bottom: -12px;
	letter-spacing: 2.5px;
}

.num_ruby span {
	padding: 0px 10px 0px 7px;
}

.h_cont {
	width: 170px;
	font-size: 17px;
	text-align: center;
	background-color: #f8911e;
}

.h_cont a {
	color: #fff;
	display: block;
	padding: 7px 0px;
}

/*main visual
--------------------------------------------*/
#mainv {
	color: #fff;
	text-align: center;
}

#mainv .inbox2 {
}

.main_copy {
	position: absolute;
	top: 270px;
	right: 0;
	z-index: 200;
}

.main_copy  h1 {
	font-size: 35px;
	margin-bottom: 5px;
	letter-spacing: -2.5px;
	font-weight: 600;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.8), 0 0 20px rgba(0, 0, 0, 0.8);
}

.main_copy  h1 span.mainv_txt {
	font-size: 25px;
	display: block;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0px 0px -10px 0px;
}

.main_copy  h1 span.and {
	font-size: 30px;
	font-weight: 600;
}

.main_copy  h1 span.kaku1 {
	margin-right: -5px;
}

.main_copy  h1 span.kaku2 {
	margin-left: -5px;
}

.mainv_txt {
	font-size: 18px;
	padding: 0px 25px;
	line-height: 180%;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.8), 0 0 20px rgba(0, 0, 0, 0.8);
}

.main_pac {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    z-index: 100;
    width: 80%;
    margin: auto;
}

.mainv_btn {
    width: 90%;
    margin: auto;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    margin-top: 15px;
    box-sizing: border-box;
    background-color: rgba(93, 97, 41, 0.65);
}

.mainv_btn p.noto {
	font-size: 22px;
}

.mainv_btn a {
	color: #fff;
	display: block;
	border-radius: 5px;
	padding: 15px 0px;
	border: 1px solid rgba(146, 151, 89, 0.7);
	/*background: url(../img/mainv_arrow.png) no-repeat center right 30px;*/
	background-color: rgba(93, 97, 41, 0.7);
}

#image1 {
	background: url(../img/main_bk1.jpg) no-repeat center top;
}

#image2 {
	background: url(../img/main_bk2.jpg) no-repeat center top;
}

#image3 {
	background: url(../img/main_bk3.jpg) no-repeat center top;
}

#image1,
#image2,
#image3 {
	height: 500px;
	background-size: cover;
}

.bx-wrapper {
	width: 100%;
	height:auto;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

.bx-viewport {
	overflow: visible!important;
	width: 100%!important;
	margin:auto;
	text-align:center;
}

.bx-pager {
	display:none;
}

.bx-controls {
	width: 100%;
	height: 40px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	z-index:999;
	text-indent:-9999px;
}

/*.bx-prev{
	background:url(../img/prev.png) no-repeat top center;
	position:absolute;
	left: 0px;
	width: 40px;
	height: 40px;
}

.bx-next {
	background:url(../img/next.png) no-repeat top center;
	position:absolute;
	right: 0px;
	width: 40px;
	height: 40px;
	}*/




/*content
--------------------------------------------*/
#content {
	overflow: hidden;
	padding-top: 70px;
}

.box_mb60 {
	margin-bottom: 40px;
}

.box_mb120 {
	margin-bottom: 70px;
}

.sec_ttl {
	color: #563d13;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
	letter-spacing: 2px;
}

.sec_ttl span {
	font-size: 27px;
}

.green_obi {
	width: 140px;
	color: #fff;
	font-size: 15px;
	padding: 6px 0px;
	text-align: center;
	letter-spacing: 1px;
	background-color: #797d4a;
	transform: rotate(-5deg);
}

.cmn_w {
	padding: 7px;
	background-color: #ded0ba;
}

.cmn_in {
	border: 3px solid #fff;
	background: url(../img/ptn_bk.jpg) repeat center;
}

/*section01==============*/
#sec01 {
	margin-top: 30px;
}

.sec01_txt {
	text-align: center;
	margin-bottom: 30px;
}

.sec01_txt span {
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
}

.sec01_img ul {
	justify-content: space-between;
}

/*section02==============*/
#sec02 {
	padding-top: 40px;
}

#sec02 h2 {
	margin-bottom: 30px;
}

.sec02_file li {
	margin-bottom: 40px;
	display: block;
}

.sec02_file li:last-child {
	margin-bottom: 0px;
}

.sec02_img {
	text-align: center;
}

.sec02_txt {
	margin-top: -25px;
	padding: 0px 10px;
}

.sec02_txt .green_obi {
	margin-bottom: 15px;
}

.sec02_txt dt {
	color: #563d13;
	font-size: 20px;
	font-weight: 900;
	margin-bottom: 5px;
	line-height: 150%;
}

/*section03==============*/
#sec03 h2 {
	text-shadow: 2px 2px 15px #fff, 
	-2px -2px 15px #fff, 
	2px 2px 15px #fff, 
	-2px -2px 15px #fff, 
	2px 2px 15px #fff, 
	-2px -2px 15px #fff, 
	2px 2px 15px #fff, 
	-2px -2px 15px #fff;
	-moz-box-shadow: 2px 2px 15px #fff, -2px -2px 15px #fff;
	-webkit-box-shadow: 2px 2px 15px #fff, -2px -2px 15px #fff;
}

#sec03 .cmn_in {
	padding: 20px 15px;
}

.sec03_txt1 {
	text-align: center;
	margin-bottom: 30px;
}

.sec03_soup {
	padding: 20px 15px;
	margin-bottom: 40px;
	background-color: rgba(255,255,255,.7);
	display: block;
}

.sec03_img {
	margin-right: 10px;
	text-align: center;
}

.sec03_txt2 {
	margin-top: 18px;
}

.sec03_txt2>p {
	color: #fff;
	padding: 8px 10px;
	text-align: center;
	margin-bottom: 15px;
	border-radius: 22.5px;
	background-color: #f8911e;
}

.sec03_txt2 ul {
	flex-wrap: wrap;
	justify-content: center;
}

.sec03_txt2 li {
    width: 45%;
    height: 100px;
    color: #fff;
    font-size: 12px;
    padding: 4px 4px;
    margin: 0px 5px;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid rgba(255,255,255,.4);
    background-color: #797d4a;
}


.sec03_txt2 li p {
    width: 100%;
    height: 100%;
    padding: 25px 0px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid rgba(255,255,255,.4);
}

.sec03_txt3 {
	padding-top: 95%;
    background: url(../img/secret_img2.jpg) no-repeat right top;
    background-size: 100%;
}

.sec03_txt3 span {
	font-size: 20px;
	margin-bottom: 15px;
}

/*section04==============*/
#sec04 {
	text-align: center;
	padding: 30px 0px 70px;
	background-image: 
	url(../img/sec4_ltbk.png), 
	url(../img/sec4_rtbk.png),
	url(../img/sec4_bk.jpg);
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: calc(50% - 500px) top, calc(50% + 500px) top, center
}

#sec04 h2 {
	color: #fff;
	font-weight: 600;
	letter-spacing: 6px;
}

#sec04 h2 span {
	font-size: 55px;
	display: inline-block;
	vertical-align: sub;
}

.sec4_list {
    margin-bottom: 20px;
    padding-bottom: 70px;
    background: url(../img/sec4_arrow.png) no-repeat center bottom;
    background-size: 40%;
}

.sec4_list ul {
	justify-content: center;
	flex-wrap: wrap;
}

.sec4_list ul li {
	width: 42%;
	color: #fff;
	padding: 5px 10px;
	text-align: center;
	margin-top: 25px;
}

.sec4_list ul li:nth-child(-n+2) {
	margin-top: 0px;
}

.sec04_img {
	font-size: 14px;
	margin-bottom: 10px;
}

.sec04_txt1 {
	font-size: 13px;
	margin-bottom: 5px;
}

.sec04_txt1 span {
	font-size: 18px;
}

.sec04_txt3 {
	color: #fff;
	letter-spacing: 4px;
	text-align: center;
}

.sec04_txt3 p:first-child {
	font-size: 22px;
	margin-bottom: 15px;
}

.sec04_txt3 p:last-child {
	font-size: 25px;
	line-height: 190%;
	display: inline-block;
	border-bottom: 4px solid #f8911e;
}

.sec04_txt3 p:last-child span {
	font-size: 50px;
}

.sec04_txt3 p:last-child span span {
	font-size: 25px;
}

.sec04_txt2 {
	font-size: 14px;
}

/*cmn_contact==============*/
.cmn_contact {
	text-align: center;
	padding: 20px 0px 30px;
	background-image: url(../img/cmn_cont-bk.jpg);
	background-repeat: repeat;
	background-position: center;
}

.cmn_cont-txt1 {
	color: #563d13;
	font-size: 25px;
	margin-bottom: 5px;
}

.cmn_cont-txt2 {
	margin-bottom: 20px;
}

.cmn_cont-list ul {
	align-items: center;
	justify-content: center;
	display: block;
}

.cmn_cont-list li {
	border-radius: 5px;
}

.cmn_cont-list li a {
	color: #fff;
	display: block;
}

.cmn_cont-list li:first-child {
	color: #fff;
	margin-bottom: 20px;
	background-color: #797d4a;
	padding: 6px 10px 4px 0px;
}

.cmn_cont-list li:first-child a {
}

.cmn_cont-list li:first-child .num  {
	font-size: 30px;
    padding-left: 60px;
    background: url(../img/free_num-icon.png) no-repeat 15% 17px;
}

.cmn_cont-list li:first-child .num_ruby {
	margin-right: 30px;
	letter-spacing: 6px;
}

.cmn_cont-list li:first-child .num_ruby span {
	padding: 0px 0px 0px 20px;
}

.cmn_cont-list li:last-child {
	font-size: 19px;
	background: url(../img/mail_icon.png) no-repeat center left 50px #f7931e;
}

.cmn_cont-list li:last-child a {
	padding: 15px 20px 15px 75px;
}

.cta {
	position: relative;
}
/*
.cta::after {
	content: url(../img/se5_pac.png);
	position: absolute;
	right: -170px;
	top: -40px;
}*/

/*section05==============*/
#sec05 {
	margin-top: 30px;
}

.sec05_txt {
	text-align: center;
	padding: 0px 10px;
	margin-bottom: 140px;
}

.sec05_list>ul {
	flex-wrap: wrap;
}

.sec05_list>ul>li {
	width: 50%;
	text-align: center;
	margin-top: 120px;
	background: url(../img/ptn_bk.jpg) repeat center;
}

.sec05_list>ul>li:nth-child(-n+2) {
	margin-top: 0px;
}

.sec05_list>ul>li>div {
	padding-bottom: 220px;
	background-size: 100% !important;
}

.sec05_list>ul>li:nth-child(1)>div {
	background: url(../img/sec5_img1.png) no-repeat center bottom;
}

.sec05_list>ul>li:nth-child(2)>div {
	padding-bottom: 222px;
	background: url(../img/sec5_img2.png) no-repeat center bottom;
}

.sec05_list>ul>li:nth-child(3)>div {
	background: url(../img/sec5_img3.png) no-repeat center bottom;
}

.sec05_list>ul>li:nth-child(4)>div {
	background: url(../img/sec5_img4.png) no-repeat center bottom;
}

.sec05_list>ul>li:nth-child(5)>div {
	padding-bottom: 222px;
	background: url(../img/sec5_img5.png) no-repeat center bottom;
}

.sec05_list>ul>li:nth-child(6)>div {
	background: url(../img/sec5_img6.png) no-repeat center bottom;
}

.sec05_list>ul>li>div p {
	color: #563d13;
	font-size: 22px;
	font-weight: 700;
	padding-top: 80px;
	margin: -100px 0px 10px;
}

.sec05_list>ul>li:nth-child(1)>div>p {
	background: url(../img/how01_icon.png) no-repeat center top;
}

.sec05_list>ul>li:nth-child(2)>div>p {
	background: url(../img/how02_icon.png) no-repeat center top;
}

.sec05_list>ul>li:nth-child(3)>div>p {
	background: url(../img/how03_icon.png) no-repeat center top;
}

.sec05_list>ul>li:nth-child(4)>div>p {
	background: url(../img/how04_icon.png) no-repeat center top;
}

.sec05_list>ul>li:nth-child(5)>div>p {
	background: url(../img/how05_icon.png) no-repeat center top;
}

.sec05_list>ul>li:nth-child(6)>div>p {
	background: url(../img/how06_icon.png) no-repeat center top;
}

.sec05_box {
	height: 110px;
	display: inline-block;
}

.sec05_box li {
	text-align: left;
}

/*section06==============*/
#sec06 {
	text-align: center;
	padding: 80px 0 60px;
}

#sec06 h2 .orange {
	vertical-align: sub;
}

#sec06 .cmn_in {
	text-align: center;
	padding: 20px 15px 30px;
}

.font40 {
	font-size: 40px !important;
}

.sec06_txt1 span,
.sec06_txt2 span {
	font-size: 22px;
	margin-bottom: 10px;
	display: inline-block;
}

.sec06_txt1,
.sec06_list {
	margin-bottom: 35px;
}

.sec06_list ul.flex {
	justify-content: center;
	flex-wrap: wrap;
}

.sec06_img {
	margin-bottom: 15px;
}

.sec06_list li {
	margin-bottom: 30px;
}

.sec06_list li:last-child {
	margin-bottom: 0px;
}

.sec06_list li p {
	color: #fff;
	padding: 5px 15px;
	border-radius: 20px;
	background-color: #f8911e;
}

#sec06 .font40 {
	font-size: 25px !important;
}

/*section07==============*/
#sec07 {
	padding-top: 40px;
	text-align: center;
	background: url(../img/sec08_bk.jpg) no-repeat center bottom;
	padding-bottom: 25px;
}

#sec07 h2 span {
	font-size: 28px;
}

.sec07_txt {
	margin-bottom: 40px;
}

.sec07_flow {
}

.sec07_flow li {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 35px;
	background: url(../img/flow_arrow.png) no-repeat center bottom;
}

.sec07_flow li:last-child {
	background: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.sec07_flow li>div {
	border-radius: 30px;
	padding: 17px 10px;
}

.sec07_flow li:nth-child(odd)>div {
	background-color: #f3ebd7;
}

.sec07_flow li:nth-child(even)>div {
	background-color: #ded0ba;
}

.sec07_flow li:last-child>div.soup_img {
	background-color: transparent;
	text-align: center;
}

.sec07_flow li>div span,
.sec07_flow li:last-child {
	font-size: 20px;
	font-weight: 700;
}

.sec07_flow li>div span {
	vertical-align: sub;
}

.sec07_flow li .green_obi {
	width: 100px;
	margin: -20px 0px -10px 30px;
	position: relative;
	z-index: 1;
}

.brown {
	color: #563d13;
}

/*section08==============*/
#sec08 {
	color: #fff;
	text-align: center;
	padding: 40px 0px 50px;
	background: url(../img/sec09_bk.jpg) no-repeat center top #4c270d;
	background-size: cover;
}

#sec08 h2 {
	color: #fff;
	margin-bottom: 20px;
}

.sec08_list li:nth-child(-n+2)  {
	margin-top: 30px;
}

.sec08_list ul {
	flex-wrap: wrap;
	justify-content: space-between;
}

.sec08_list li {
    width: 48%;
	margin-top: 30px;
}

.sec08_list li div {
	margin-bottom: 10px;
}

/*section09==============*/
#sec09 {
	padding: 60px 0px;
}

#sec09 .cmn_in {
	padding: 30px 15px 30px;
}

.cont_num {
	margin-top: 30px;
	margin-bottom: 45px;
	text-align: center;
	border-radius: 5px;
	background-color: #797d4a;
	display: none;
}

.cont_num .num_ruby {
	text-align: center;
	margin-right: 20px;
	letter-spacing: 7px;
	margin-right: 50px;
}

.cont_num .num span {
	font-size: 33px;
	margin-right: 10px;
}

.cont_num a {
	color: #fff;
	display: block;
	padding: 15px 15px 15px 25px;
	background-image: url(../img/free_num-icon.png), url(../img/contact_arrow1.png);
	background-repeat: no-repeat;
	background-position: 25px 40px, 470px 42px;
}


.contact_table {
	margin-top: 25px;
}

.contact_table dl {
	border-bottom: 1px solid #b0a391;
}

.contact_table dl:last-child {
	border-bottom: none;
}

.contact_table dt,
.contact_table dd {
	vertical-align: top;
	box-sizing: border-box;
}

.contact_table dt {
	color: #fff;
	font-size: 15px;
	text-align: left;
	padding: 15px 15px;
	background: #86745c;
}

.contact_table dt span {
	font-size: 10px;
	color: #fb7d18;
}

.contact_table dd {
	padding: 15px 15px; 
	background-color: #fff;
}

.contact_table dd input,
.contact_table dd textarea {
	width: 100%;
	padding: 5px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 30px;
}

#contact dd textarea {
	height: 150px;
}

#submit input[type="submit"] {
	width: 300px;
	color: #fff;
	border: none;
	display: block;
	margin: auto;
	margin-top: 30px;
	padding: 16px 0;
	text-align: center;
	border-radius: 30px;
	background: url(../img/contact_arrow2.png) no-repeat center right 30px #f8911e;
	cursor: pointer;
}

/*footer
--------------------------------------------*/
.pageTop {
	position: fixed;
	bottom: 3%;
	right: 2%;
	z-index: 9999;
	cursor: pointer;
	width: 15%;
}

#footer {
	color: #fff;
	text-align: center;
	background: url(../img/footer_bk.jpg) repeat-y center top #4c270d;
}

.f_info {
	padding: 40px 15px 40px;
}

.f_logo {
	margin-bottom: 20px;
}

.f_txt {
	font-size: 12px;
	margin-bottom: 20px;
}

.f_copy {
	color: #fff;
	font-size: 12px;
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #86745c;
}

.f_copy a {
	color: #fff;
}

/* toggle-panel */
#sp_navi {
    position: fixed;
    top: 0;
    /* bottom: 0; */
    right: 12px;
    z-index: 99999;
    padding: 13px 0px 15px 10px;
    border-left: 1px solid #fff;
}

#sp_navi .trigger_li {
	width: 35px;
	height: 35px;
	padding: 0px;
	position: relative;
	border-radius: 6px;
}

#sp_navi .trigger_li a {
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    margin: auto;
}

.main-navigation {
    position: fixed;
     top: 0; 
    left: 0;
    width: 100%;
    padding-top: 63px;
    background-color: rgba(76,39,15,.9);
    text-align: center;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: opacity, visibility, .3s ease-in-out;
}

.active .main-navigation {
    visibility: visible;
    opacity: 1;
    z-index: 1000;
}

.main-navigation ul {
    flex-direction: column;
    border-left: none;
    width: 100%;
}

.main-navigation ul>li {
    width: 100%;
    border-right: none;
    border-top: 1px solid #fff;
}

.main-navigation ul>li a {
    display: block;
    width: 100%;
    padding: 15px 0;
    font-size: 16px;
    color: #fff;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 30px;
  height: 30px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 10px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 5px;
}
/*　共通　▲　*/

/*active付与後の動き　▼　*/
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}
/*active付与後の動き　▲　*/

.main-navigation ul>li .h_contact {
	display: block !important;
	float: none;
}

.main-navigation ul>li .h_contact li {
	border: none;
	margin: 0;
}

.main-navigation ul>li .h_contact li .num_ruby {
	margin-right: 16%;
}

.main-navigation ul>li .h_contact li .num {
	font-size: 28px;
	background-position: center left 17%;
}

.main-navigation ul>li .h_contact li a {
	color: #fff;
}

a[href^="tel:"] {
	color: #fff;
}

.sp_none {
	display: none !important;
}

.grecaptcha-badge {
    display: none !important;
}