@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;600;700&display=swap');

/*--------------------------------------------
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;

font-weight: 400; regular
font-weight: 500; medium
font-weight: 600; semibold
font-weight: 700; bold
---------------------------------------------*/

/* Font Awesome
---------------------------------------------
font-family: "Font Awesome 5 Free";
font-family: "Font Awesome 5 Brands";

Solid→ font-weight: 900;
Regular→ font-weight: 400;
Brands→ font-weight: 400;
--------------------------------------------- */
/* 全体構造
---------------------------------------------------- */
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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
/*	font-size:100%;*/
	vertical-align:baseline;
	background:transparent;
}
iframe{
	vertical-align:bottom;
}
.clearfix:after {
    content: " ";  /* 新しい要素を作る */
    display: block;  /* ブロックレベル要素に */
    clear: both;
    height: 0;
    visibility: hidden!important;
}
.clearfix {
    zoom: 1;
    overflow: hidden;
}
.clearfix2:after {
    content: "";  /* 新しい要素を作る */
    display: block;  /* ブロックレベル要素に */
    clear: both;
    height: 0;
}
.clearfix2 {
    zoom: 1;
}
.clear{clear:both !important;}

img{border:0;vertical-align:bottom;}
* {margin:0px; padding:0px;}
html {
	overflow-y: scroll;
}
body{
	font-size:100%;
	line-height:180%;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif", "メイリオ", "ＭＳ Ｐゴシック";
	color:#333;
}
.img_filter a:hover img{
    opacity:0.7;
    filter: alpha(opacity=70);
}
a {
	color: #0074FF;
	text-decoration: none;
}
a:hover {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	color: #0074FF;
	text-decoration: none;
}
body{ margin:0px ; padding:0px;}

/*-------------------------------
	margin
-------------------------------------*/
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom: 60px;}
.mr6{margin-right: 6px;}
.ml6{margin-left: 6px;}
.pt10{padding-top: 10px;}
.pt20{padding-top: 20px;}
.pt30{padding-top: 30px;}
.pt40{padding-top: 40px;}
.pb10{padding-bottom: 10px;}
.pb20{padding-bottom: 20px;}
.pb30{padding-bottom: 30px;}
.pb40{padding-bottom: 40px;}
.pb50{padding-bottom: 50px;}
.tac {text-align: center;}
.tar {text-align: right;}
.shadow { box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.19);}
.red{color:#c70c0c;}
@media only screen and (max-width:991px){
	.mt40{margin-top: 20px;}
	.mt50{margin-top: 20px;}
	.mb40{margin-bottom: 20px;}
	.mb50{margin-bottom: 20px;}
	.mb60{margin-bottom: 30px;}
}
@media only screen and (max-width:767px){
	.mt40{margin-top: 20px;}
	.mt50{margin-top: 20px;}
	.mb40{margin-bottom: 20px;}
	.mb50{margin-bottom: 20px;}
	.mb60{margin-bottom: 30px;}
}
/*---------------------------------------------
    common
----------------------------------------------- */
.contents{
    width: 100%;
    margin: 0px auto;
    padding: 40px 0px;
}
.contents2{
    width: 100%;
    margin: 0px auto;
    padding: 40px 0px 0px;
}
.w1140{
	width: 100%;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}
.txt14 p{
    font-size: 14px;
    line-height: 180%;
    margin: 0px 0px 10px;
    padding: 0px;
}
.txt15 p{
    font-size: 15px;
    line-height: 200%;
    margin: 0px 0px 10px;
    padding: 0px;
}
.txt16 p{
    font-size: 16px;
    line-height: 200%;
    margin: 0px 0px 10px;
    padding: 0px;
}
.txt18 p{
    font-size: 18px;
    line-height: 200%;
    margin: 0px 0px 10px;
    padding: 0px;
}
.tac14 p{
    font-size: 14px;
    line-height: 180%;
    margin: 0px 0px 10px;
    padding: 0px;
	text-align: center;
}
.tac16 p{
    font-size: 16px;
    line-height: 180%;
    margin: 0px 0px 10px;
    padding: 0px;
	text-align: center;
}
.bread_crumb{
    text-align: right;
    margin: 5px 0px;
	padding: 5px 0px;
	color: #888;
	font-size: 12px;
	letter-spacing: 0.1em;
}
.bread_crumb a{
	color: #888;
	font-weight: bold;
	text-decoration: none;
}
.bread_crumb a:hover{
	text-decoration: underline;
}
.modal-open {
    padding-right: 0px !important;
}
.line_w {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; /* for no-flexbox browsers */
}
.line_w:before {
    border-top: 4px double #164c96;
    content: "";
    display: inline; /* for IE */
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
}
.line_w:before {
    margin-right: 1.0em;
}
.line_w:after {
    border-top: 4px double #164c96;
    content: "";
    display: inline; /* for IE */
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
}
.line_w:after {
    margin-left: 1.0em;
}
.line_r {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; /* for no-flexbox browsers */
}
.line_r:after {
    border-top: 4px double #0f2d59;
    content: "";
    display: inline; /* for IE */
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex: 1;
    flex-grow: 1;
}
.line_r:after {
    margin-left: 1.0em;
}
@media only screen and (max-width:767px){
    .contents{
        width: 100%;
        margin: 0px auto;
        padding: 20px 0px;
    }
    .bread_crumb{
        font-size: 12px;
        text-align: right;
        margin: 5px 0px;
		letter-spacing: 0.0em;
    }
    .txt15 p{
        font-size: 14px;
        line-height: 180%;
        margin: 0px 0px 10px;
        padding: 0px;
    }
    .txt16 p{
        font-size: 15px;
        line-height: 180%;
        margin: 0px 0px 10px;
        padding: 0px;
    }
    .txt18 p{
        font-size: 16px;
        line-height: 180%;
        margin: 0px 0px 10px;
        padding: 0px;
    }
	.tac14 p{
		font-size: 14px;
		line-height: 180%;
		margin: 0px 0px 10px;
		padding: 0px 5px;
		text-align: left;
	}
	.tac16 p{
		font-size: 15px;
		line-height: 180%;
		margin: 0px 0px 10px;
		padding: 0px 5px;
		text-align: center;
	}
}
/*---------------------------------
	pagetop
--------------------------------*/
#pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}
#pagetop img:hover {
	opacity: 0.7;
}
#pagetop img:hover {
    animation: rotates 0.7s linear infinite;
}
@keyframes rotates {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1);
    }
}
@media only screen and (max-width:767px){
	#pagetop img{
		width: 50px;
		height: auto
	}
}
/*---------------------------------------------
    object-fitの縦横比保持
----------------------------------------------- */
.photo-ofi {
    height: 0;
    display: block;
	padding-bottom: 75%; /* 高さを指定 75（ボックスの横幅を基準） */
	background-color: #eee;
	overflow: hidden;
	position: relative;
    margin-bottom: 0px;
}
.photo-ofi img {
    max-width: inherit;
    max-height: inherit;
    width: 100%;
	height: 100%;
    object-fit: contain;
    font-family: 'object-fit: scale-down;';
    position: absolute;
    left: 0;
    top: 0;
}
.photo-ofi a:hover img{
	opacity: 0.75;
}
.photo-ofi2 {
    height: 0;
    display: block;
	padding-bottom: 67%; /* 高さを指定 75（ボックスの横幅を基準） */
	background-color: #333;
	overflow: hidden;
	position: relative;
    margin-bottom: 0px;
}
.photo-ofi2 img {
    max-width: inherit;
    max-height: inherit;
    width: 100%;
	height: 100%;
    object-fit: contain;
    font-family: 'object-fit: scale-down;';
    position: absolute;
    left: 0;
    top: 0;
}
.photo-ofi2 a:hover img{
	opacity: 0.75;
}
/*----------------------------------------
	main_bg
----------------------------------------*/
.main_top_bg{
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	background: url("../images/main-top-bg.png") no-repeat top center;
}
@media only screen and (max-width:768px){
	.main_top_bg{
		width: 100%;
		margin: 0px auto;
		padding: 0px;
/*		background: url("../images/main-top-bg.png") no-repeat top center;*/
		background: rgb(254,253,252);
		background: -moz-linear-gradient(0deg, rgba(254,253,252,1) 25%, rgba(194,234,255,1) 75%);
		background: -webkit-linear-gradient(0deg, rgba(254,253,252,1) 25%, rgba(194,234,255,1) 75%);
		background: linear-gradient(0deg, rgba(254,253,252,1) 25%, rgba(194,234,255,1) 75%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fefdfc",endColorstr="#c2eaff",GradientType=1);
	}
}

/*----------------------------------------
    header
----------------------------------------*/
header{
	width: 100%;
	margin: 0px auto;
	z-index: 700;
}
.header_in{
	width: 100%;
	max-width: 1140px;
	margin: 0px auto;
    height: 138px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 700;
}
.logo{
	width: 355px;
	margin-left: 0px;
	position: relative;
	z-index: 500;
}
.header_rh{
	width: auto;
	position: relative;
}
.tel_box{
	width: 100%;
	margin: 0px auto;
	padding: 10px 0px 0px;
	display: flex;
	align-items:center;
	justify-content: space-around;
}
.top_tel{
	font-size: 16px;
	font-weight: bold;
	color: #222;
	position: relative;
	padding-left: 25px;
}
.top_tel::before{
	content:url("../images/tel_icon.png");
	position: absolute;
	top: 2px;
	left: 0;
}
.top_fax{
	font-size: 16px;
	font-weight: bold;
	color: #222;
	position: relative;
	padding-left: 27px;
}
.top_fax::before{
	content:url("../images/fax_icon.png");
	position: absolute;
	top: 2px;
	left: 0;
}
.top_tel a,.top_tel a:hover{
	color:#222;
	text-decoration: none;
}
@media only screen and (max-width:1460px){
}
@media only screen and (max-width:1280px){
}
@media only screen and (max-width:1024px){
	.logo{
		width: 355px;
		margin-left: 5px;
		position: relative;
		z-index: 500;
	}
}
@media only screen and (max-width:991px){
	header{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 700;
/*		background: rgba(255,255,255,1.00);*/
		background: rgba(194,234,255,1.00);
	}
	.header_in{
		width: 100%;
		max-width: 1140px;
		margin: 0px auto;
		height: 80px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		z-index: 700;
	}
	.logo{
		width: 254px;
		margin-left: 5px;
		position: relative;
		z-index: 500;
	}
	.tel_box{
		width: 100%;
		margin: 0px auto;
		padding: 10px 0px 0px;
		display: none;
		align-items:center;
		justify-content: space-around;
	}
	.header_rh{
		position: relative;
		width: auto;
		margin-right: 0px;
		display: flex;
		justify-content: flex-end;
	}
}
@media only screen and (max-width:767px){
	header{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 700;
	}
	.header_in{
		width: 100%;
		max-width: 1140px;
		margin: 0px auto;
		height: 80px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		z-index: 700;
	}
}
@media only screen and (max-width:414px){
	.logo{
		width: 240px;
		margin-left: 5px;
		position: relative;
		z-index: 500;
	}
}
@media only screen and (max-width:375px){
	.logo{
		width: 200px;
		margin-left: 5px;
		position: relative;
		z-index: 500;
	}
}
/*----------------------------------------
    navi
----------------------------------------*/
.collapse:not(.show) {
    display: block;
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0px;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}
.navbar-header,
.navbar-collapse {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px ;
    border-top: 0px solid transparent;
}
.navbar-toggler {
    margin-right: 0px;
    margin-top: 0px;
    background: #333;
}
.icon-bar {
    background: #fff;
}
@media only screen and (max-width:991px){
	.navbar-header,
	.navbar-collapse {
		margin-right: 0px;
		margin-left: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 0px ;
		border-top: 0px solid transparent;
	}
	.navbar {
		position: relative;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-end;
		padding: 25px 20px 22px;
	}
	.collapse:not(.show) {
		display: none;
	}
	.navi_box{
		height: 80vh;
		overflow: auto;
	}
}
@media only screen and (max-width:767px){
	.navbar {
		position: relative;
		display: -ms-flexbox;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-end;
		padding: 25px 20px 22px;
	}
}
/*---------------------------------------
    anime toggle
---------------------------------------*/
.navbar-toggler {
    position: relative;
    float: right;
    padding: 0px 0px 0px 8px;
    width: 40px;
    height: 32px;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    box-sizing: border-box;
    z-index: 9100;
}
.navbar-toggler .icon-bar {
    background-image:none;
    background-color: #fff;
    width: 22px;
    height: 2px;
    display: block;
    position: absolute;
    transition: ease .25s;
    border-radius: 1px;
}
.navbar-toggler .icon-bar:nth-of-type(1) {top:7px;}
.navbar-toggler .icon-bar:nth-of-type(2) {top:14px;}
.navbar-toggler .icon-bar:nth-of-type(3) {top:21px;}

.navbar-toggler[aria-expanded="true"] .icon-bar:nth-of-type(1) {
    top:13px;
    transform: rotate(-315deg);
}
.navbar-toggler[aria-expanded="true"] .icon-bar:nth-of-type(2) {
    opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .icon-bar:nth-of-type(3) {
    top:13px;
    transform: rotate(315deg);
}
.icon-bar {
    background: #fff;
}
.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 0px;
}
nav{
	width: 100%;
	margin: 0px;
    padding: 0px;
}
.navi {
	width: auto;
    margin: 10px auto 0px;
    padding: 0px 0px 0px 0px;
    text-align: right;
    list-style: none;
	display: flex;
}
.navi li {
	display: block;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.00em;
}
.navi li:nth-child(1) {
	margin-top: -20px;
    padding: 20px 10px 30px;
	background: url("../images/navi_bg01.png") no-repeat top center;
}
.navi li:nth-child(2) {
	margin-top: 20px;
    padding: 25px 20px;
	background: url("../images/navi_bg02.png") no-repeat center center;
}
.navi li:nth-child(3) {
	margin-top: -15px;
    padding: 20px 20px 30px;
	background: url("../images/navi_bg03.png") no-repeat top center;
}
.navi li:nth-child(4) {
	margin-top: 20px;
    padding: 30px 20px 20px;
	background: url("../images/navi_bg04.png") no-repeat center center;
}
.navi li:nth-child(5) {
	margin-top: -15px;
    padding: 20px 20px 30px;
	background: url("../images/navi_bg05.png") no-repeat top center;
}
.navi li a{
    color: #a98040;
    text-decoration: none;
}
.navi li a:hover {
    color: #f97a1d;
    text-decoration: none;
}
.navi li a.current{
    color: #f97a1d;
}
.navi li .n_link_on{
	color: #fff;
}
.n_link {
    position: relative;
    padding: 0px 0px 5px;
    display: inline-table;
    transition: .3s;
    color: #fff;
}
.n_link::after {
    position: absolute;
    bottom: 0px;
    left: 50%;
    content: '';
    width: 0;
    height: 2px;
    background-color: #cfb748;
    transition: .3s;
    transform: translateX(-50%);
    border-radius: 4px;
}
.n_link:hover::after {
    width: 100%;
}
.n_link_on {
    position: relative;
    padding: 0px 0px 5px;
    display: inline-table;
    transition: .3s;
    color: #fff;
}
.n_link_on::after {
    position: absolute;
    bottom: 0px;
    left: 50%;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #cfb748;
    transition: .3s;
    transform: translateX(-50%);
    border-radius: 4px;
}
.n_link_on:hover::after {
    width: 100%;
}
.navi_xs{
	display: none!important;
}
@media only screen and (max-width:1650px){
}
@media only screen and (max-width:1280px){
}
@media only screen and (max-width:1024px){
	.navi li {
		display: inline-block;
		text-align: center;
		font-size: 14px;
		line-height: 160%;
		letter-spacing: 0.00em;
		margin: 0px;
		padding: 0px;
	}
	.navi li:nth-child(1) {
		margin-top: -20px;
		padding: 20px 20px 30px;
		background: url("../images/navi_bg01.png") no-repeat top center;
	}
}
@media only screen and (max-width:991px){
	nav{
		width: 100%;
		height: auto;
		margin: 0px auto 0px;
		padding: 0px;
        position: fixed;
        top: 0;
		right: 0;
	}
	.navi {
		text-align: center;
		display: block;
	}
	.navi{
		width: 100%;
		height: auto;
		margin: 0px auto 0px;
		padding: 0px 0px 20px;
		list-style: none;
		background:rgba(51,51,51,1.00);
        position: relative;
        z-index: 800;
	}	
	.navi li {
		letter-spacing: 0.00em;
	}
    .navi li {
        float: none;
        width: 100%;
        display: block;
        font-size: 14px;
        font-weight: normal;
		text-align: center;
        line-height: 160%;
        margin: 0px;
        padding: 0px;
        border-top: solid 0px #555;
        border-bottom: solid 0px #111;
    }
	.navi li:nth-child(1) {
		margin-top: 0px;
		padding: 0px;
		background:rgba(0,0,0,0.00);
	}
	.navi li:nth-child(2) {
		margin-top: 0px;
		padding: 0px;
		background:rgba(0,0,0,0.00);
	}
	.navi li:nth-child(3) {
		margin-top: 0px;
		padding: 0px;
		background:rgba(0,0,0,0.00);
	}
	.navi li:nth-child(4) {
		margin-top: 0px;
		padding: 0px;
		background:rgba(0,0,0,0.00);
	}
	.navi li:nth-child(5) {
		margin-top: 0px;
		padding: 0px;
		background:rgba(0,0,0,0.00);
	}
    .navi li a {
        display: block;
        padding: 20px 0px;
        text-decoration: none;
        color: #fff;
    }
    .navi li a:hover {
        color:#999999;
        text-decoration: none;
    }
    .n_link {
        position: relative;
        padding: 15px 0px;
        display: inline-table;
        transition: .0s;
        color: #fff;
    }
    .n_link::after {
        position: absolute;
        bottom: -2px;
        left: 50%;
        content: '';
        width: 0;
        height: 0px;
        background-color: #fff;
        transition: .0s;
        transform: translateX(-50%);
        border-radius: 0px;
    }
    .n_link:hover::after {
        width: 100%;
    }
    .n_link_on {
        position: relative;
        padding: 15px 0px;
        display: inline-table;
        transition: .0s;
        color: #ccc!important;
        background: #444;
    }
    .n_link_on::after {
        position: absolute;
        bottom: -2px;
        left: 50%;
        content: '';
        width: 100%;
        height: 0px;
        background-color: #fff;
        transition: .0s;
        transform: translateX(-50%);
        border-radius: 0px;
    }
    .n_link_on:hover::after {
        width: 100%;
    }
    .navi .n_tel {
        width: 100%;
        display: block;
        font-size: 14px;
        font-weight: normal;
		text-align: center;
        line-height: 160%;
        margin: 0px;
        padding: 15px 0px;
        text-decoration: none;
        color: #fff;
        border-top: solid 0px #555;
        border-bottom: solid 0px #111;
    }
    .navi .n_tel a{
        color: #fff;
		text-decoration: none;
    }
    .navi .n_tel a:hover{
        color: #fff;
		text-decoration: none;
    }
	.navi_xs{
		display: block!important;
	}
}
/* ------------------------------------
	scl-header
-------------------------------------- */
.header{
	width: 100%;
	margin: 0px auto;
	padding: 10px 0px;
	background: rgba(255,255,255,1.00);
}
.header_in2{
	width: 100%;
	max-width: 1140px;
	margin: 0px auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo2{
	width: 355px;
	margin-left: 0px;
	position: relative;
	z-index: 500;
}
.header_rh2{
	width: auto;
	position: relative;
}
.navi2 {
	width: auto;
    margin: 0px auto 0px;
    padding: 0px 0px 0px 0px;
    text-align: right;
    list-style: none;
	display: flex;
}
.navi2 li {
	display: inline-block;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.00em;
	margin: 0px 20px;
}
.navi2 li a{
    color: #a98040;
    text-decoration: none;
}
.navi2 li a:hover {
    color: #f97a1d;
    text-decoration: none;
}
.navi2 li a.current{
    color: #f97a1d;
}

#navibar {
	background:rgba(255,255,255,1.00);
    width: 100%;
    z-index: 200;
    box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.5);
}
.cb-header {
    position: fixed;/* 固定 */
    top: 0;/* 上から0の位置に固定 */
    left: 0;/* 左から0の位置に固定 */
    display: none;/* 非表示 */
	text-align: center; /*ロゴとメニューをfloatするときは消す*/
}
.sc1 {
	position: relative;
    width: 100%;
	padding: 10px 0px;
}
@media only screen and (max-width:1024px){
	.logo2{
		width: 355px;
		margin-left: 5px;
		position: relative;
		z-index: 500;
	}
	.navi2 li {
		display: inline-block;
		font-weight: bold;
		text-align: center;
		font-size: 14px;
		line-height: 160%;
		letter-spacing: 0.00em;
		margin: 0px 20px;
	}
}
@media only screen and (max-width:991px){
	#navibar {
		display: none!important;
		background:rgba(255,255,255,1.00);
		width: 100%;
		z-index: 200;
		box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.5);
	}
	.cb-header {
		position: fixed;/* 固定 */
		top: 0;/* 上から0の位置に固定 */
		left: 0;/* 左から0の位置に固定 */
		display: none;/* 非表示 */
		text-align: center; /*ロゴとメニューをfloatするときは消す*/
	}
}
/*--------------------------------------------
	side_navi
----------------------------------------------*/
.snavi{
	position: fixed;
	top: 138px;
	right: -46px;
    width: 185px;
	margin: 0px auto;
	z-index: 300;
}
.snavi a{
    display: block;
    width: 185px;
    height: auto;
    text-align: center;
	font-weight: bold;
	font-size: 16px;
    line-height: 140%;
	letter-spacing: 0.00em;
    color: #fff;
    padding: 15px 40px 15px 0px;
    text-decoration: none;
	background:rgba(249,122,29,1.00);
	border: solid 1px #f97a1d;
	border-radius: 40px;
}
.snavi a:hover{
    color: #f97a1d;
    text-decoration: none;
	background: #fff;
	border: solid 1px #f97a1d;
}
.snavi a::before{
	content: "\f0e0";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: block;
	font-size: 120%;
}
.snavi2{
	position: fixed;
	top: 230px;
	right: -46px;
    width: 185px;
	margin: 0px auto 0px;
	z-index: 300;
}
.snavi2 a{
    display: block;
    width: 185px;
    height: auto;
    text-align: center;
	font-weight: bold;
	font-size: 16px;
    line-height: 140%;
	letter-spacing: 0.00em;
    color: #fff;
    padding: 15px 40px 15px 0px;
    text-decoration: none;
	background:#F9B81D;
	border: solid 1px #F9B81D;
	border-radius: 40px;
}
.snavi2 a:hover{
    color: #F9B81D;
    text-decoration: none;
	background: #fff;
	border: solid 1px #F9B81D;
}
.snavi2 a::before{
	content: "\f16d";
	font-family: "Font Awesome 5 Brands";
	font-weight: 400;
	display: block;
	font-size: 120%;
}
.snavi_ov{
	position: fixed;
	top: 138px;
	right: -46px;
    width: 185px;
	margin: 0px auto;
	z-index: 300;
}
.snavi_ov a{
    display: block;
    width: 185px;
    height: auto;
    text-align: center;
	font-weight: bold;
	font-size: 16px;
    line-height: 140%;
	letter-spacing: 0.00em;
    color: #f97a1d;
    padding: 15px 40px 15px 0px;
    text-decoration: none;
	background: #fff;
	border: solid 1px #f97a1d;
	border-radius: 40px;
}
.snavi_ov a:hover{
    color: #f97a1d;
    text-decoration: none;
	background: #fff;
	border: solid 1px #f97a1d;
}
.snavi_ov a::before{
	content: "\f0e0";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: block;
	font-size: 120%;
}
@media only screen and (max-width:991px){
	.snavi{
		display: none!important;
		position: fixed;
		top: 138px;
		right: -46px;
		width: 185px;
		margin: 0px auto;
		z-index: 300;
	}
	.snavi2{
		display: none!important;
		position: fixed;
		top: 230px;
		right: -46px;
		width: 185px;
		margin: 0px auto 0px;
		z-index: 300;
	}
	.snavi_ov{
		display: none!important;
		position: fixed;
		top: 138px;
		right: -46px;
		width: 185px;
		margin: 0px auto;
		z-index: 300;
	}
}
/*-------------------------------------------------
    dropdown-menu
-------------------------------------------------- */
.dropdown:hover > .dropdown-menu{
	display: block;
}
.plus::after{
	content: "\f0d7";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left:10px;
	color: #6ab82c;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
    z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0px 10px;
	margin: 0px;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}
.dropdown-menu > li > a::before {
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right:6px;
	color: #6ab82c;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #6ab82c;
	text-decoration: none;
	background-color: #fff;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #6ab82c;
	text-decoration: none;
	background-color: #fff;
	outline: 0;
}
@media only screen and (max-width:767px){
	.dropdown:hover > .dropdown-menu{
		display: block;
	}
	.dropdown-menu {
	  position: relative;
	  top: 100%;
	  left: 0;
	  z-index: 1000;
	  display: none;
	  float: none;
	  min-width: 100%;
	  padding: 5px 0;
	  margin: 2px 0 0;
	  font-size: 14px;
	  list-style: none;
	  background-color: #fff;
	  -webkit-background-clip: padding-box;
			  background-clip: padding-box;
	  border: 0px solid #ccc;
	  border: 0px solid rgba(0, 0, 0, .15);
	  border-radius: 0px;
	  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.0);
			  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.0);
	}
	.dropdown-menu li {
       border-top: solid 0px #555;
       border-bottom: solid 0px #111;
	}
	.dropdown-menu > li > a {
	  display: block;
	  padding: 10px 0px;
	  clear: both;
	  font-weight: normal;
	  line-height: 1.42857143;
	  color: #333;
	  white-space: nowrap;
	}
	.dropdown-menu > li > a::before {
		content: "\f0da";
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		margin-right:6px;
	}
	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus {
	  color: #6ab82c;
	  text-decoration: none;
	  background-color: #fff;
	}
	.dropdown-menu > .active > a,
	.dropdown-menu > .active > a:hover,
	.dropdown-menu > .active > a:focus {
	  color: #6ab82c;
	  text-decoration: none;
	  background-color: #fff;
	  outline: 0;
	}
}
/*----------------------------------
	mainimages slider
----------------------------------*/
.swiper-container{
	width: 100%;
	position: relative;
    margin: 0px auto;
	z-index: 100;
}
.swiper-wrapper{
	width: 100%;
	margin:0 auto;
    overflow: hidden;
	object-fit: cover;
	max-height: 700px;
}
.swiper-slide {
	text-align: center;
}
.swiper-slide img{
	border-radius: 20px;
}
.main_txt{
    position: absolute;
    top: calc(50% - 95px);
    left: calc(50% - 277.5px);
    z-index: 300;
}
.pc{
	display: block!important;
}
.sp{
	display: none!important;
}
@media only screen and (max-width:1024px){
	.swiper-wrapper{
		width: 100%;
		margin:0 auto;
		overflow: hidden;
		object-fit: cover;
		max-height: 700px;
	}
	.slide-img img{
		width: 90%
	}
	.main_txt{
	}
}
@media only screen and (max-width:991px){
	.swiper-container{
		width: 100%;
		position: relative;
		margin: 0px auto;
		padding-bottom: 80px;
		z-index: 100;
	}
	.swiper-wrapper{
		width: 100%;
		margin:0 auto;
		padding-top: 90px;
		overflow: hidden;
		object-fit: cover;
		max-height: 700px;
	}
	.slide-img img{
		width: 90%
	}
}
@media only screen and (max-width:768px){
	.swiper-container{
		width: 100%;
		position: relative;
		margin: 0px auto;
		padding-bottom: 30px;
		z-index: 100;
	}
	.slide-img img{
		width: 96%
	}
	.main_txt{
		position: absolute;
		top: calc(50% - 95px);
		left: calc(50% - 277.5px);
	/*	left: 0;*/
		z-index: 300;
/*		padding-left: 70px;
		padding-right: 70px;*/
	}
}
@media only screen and (max-width:767px){
	.pc{
		display: none!important;
	}
	.sp{
		display: block!important;
	}
	.swiper-wrapper{
		width: 100%;
		margin:0 auto;
		overflow: hidden;
		object-fit: cover;
	}
	.swiper-slide {
		text-align: center;
		line-height: 1;
		display: flex;
		align-items: flex-start;
		justify-content: center;
	}
	.slide-img img{
		width: 98%
	}
	.main_txt{
		position: absolute;
		top: 40%;
		left: 0;
		z-index: 300;
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media only screen and (max-width:414px){
}
/*---------------------------------
	scroll
------------------------------------*/
a.scroll {
	position: absolute;
	bottom:0px;
	left: 49%;
	z-index: 200;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-decoration: none;
	color: #fff;
	font-size: 12px;
}
a.scroll {
	padding-top: 0px;
}
a.scroll span {
	position: absolute;
	bottom: 60px;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
	-webkit-animation: sdb 1.5s infinite;
	animation: sdb 1.5s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb {
	0% {
		-webkit-transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}
@keyframes sdb {
	0% {
		transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}
@media only screen and (max-width:767px){
	a.scroll {
		display: none!important;
	}
	a.scroll span {
		display: none!important;
	}
}

/*-----------------------------------
	ancher
-------------------------------------*/
#b01,#b02,#b03,#b04,#ser01,#ser02,#ser03,#ser04,#ser05{
    padding-top: 100px;
    margin-top: -100px;
}
@media only screen and (max-width:991px){
	#b01,#b02,#b03,#b04,#ser01,#ser02,#ser03,#ser04,#ser05{
        padding-top: 100px;
        margin-top: -100px;
    }
}
/*--------------------------------
	top01
----------------------------------*/
.top01{
	width: 100%;
	margin: 0px auto;
	padding: 90px 0px 60px;
	background: rgb(246,245,244);
	background: -webkit-linear-gradient(bottom, rgba(246,245,244,1) 0%, rgba(255,254,253,1) 100%);
	background: -o-linear-gradient(bottom, rgba(246,245,244,1) 0%, rgba(255,254,253,1) 100%);
	background: linear-gradient(to top, rgba(246,245,244,1) 0%, rgba(255,254,253,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6f5f4",endColorstr="#fffefd",GradientType=1);
}
.h3top{
	font-weight: bold;
	font-size: 36px;
	color: #a98040;
	letter-spacing: 0.05em;
	line-height: 140%;
	margin: 0px 0px 25px;
	padding: 0px;
	text-align: left;
}
.h3top::before{
	content: url("../images/midashi_lf.png");
	margin-right: 20px;
}
.h3top::after{
	content: url("../images/midashi_rh.png");
	margin-left: 20px;
}
.btn_more {
    width: 230px;
	margin: 40px auto 0px 0px;
}
.btn_more a{
    display: block;
    width: 230px;
    height: auto;
    text-align: center;
	font-weight: bold;
	font-size: 18px;
    line-height: 120%;
	letter-spacing: 0.00em;
    color: #f97a1d;
    padding: 10px 0px;
    text-decoration: none;
	background:#fff;
	border: solid 2px #f97a1d;
	border-radius: 6px;
}
.btn_more a:hover{
    color: #fff;
    text-decoration: none;
	background: #f97a1d;
	border: solid 2px #f97a1d;
}

@media only screen and (max-width: 1600px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width:991px){
	.top01{
		width: 100%;
		margin: 0px auto;
		padding: 40px 0px 60px;
		background: rgb(246,245,244);
		background: -webkit-linear-gradient(bottom, rgba(246,245,244,1) 0%, rgba(255,254,253,1) 100%);
		background: -o-linear-gradient(bottom, rgba(246,245,244,1) 0%, rgba(255,254,253,1) 100%);
		background: linear-gradient(to top, rgba(246,245,244,1) 0%, rgba(255,254,253,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6f5f4",endColorstr="#fffefd",GradientType=1);
	}
	.h3top{
		font-weight: bold;
		font-size: 26px;
		color: #a98040;
		letter-spacing: 0.05em;
		line-height: 140%;
		margin: 0px 0px 25px;
		padding: 0px;
		text-align: left;
	}
	.h3top::before{
		content: url("../images/midashi_lf.png");
		margin-right: 7px;
	}
	.h3top::after{
		content: url("../images/midashi_rh.png");
		margin-left: 7px;
	}
}
@media only screen and (max-width: 768px) {
	.top01{
		width: 100%;
		margin: 0px auto;
		padding: 0px 0px 10px;
		background: rgb(246,245,244);
		background: -webkit-linear-gradient(bottom, rgba(246,245,244,1) 0%, rgba(255,254,253,1) 100%);
		background: -o-linear-gradient(bottom, rgba(246,245,244,1) 0%, rgba(255,254,253,1) 100%);
		background: linear-gradient(to top, rgba(246,245,244,1) 0%, rgba(255,254,253,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6f5f4",endColorstr="#fffefd",GradientType=1);
	}
}
@media only screen and (max-width: 767px) {
	.h3top{
		font-weight: bold;
		font-size: 24px;
		color: #a98040;
		letter-spacing: 0.00em;
		line-height: 140%;
		margin: 20px 0px 25px;
		padding: 0px;
		text-align: center;
	}
	.h3top::before{
		content: url("../images/midashi_lf_xs.png");
		margin-right: 7px;
	}
	.h3top::after{
		content: url("../images/midashi_rh_xs.png");
		margin-left: 7px;
	}
	.btn_more {
		width: 230px;
		margin: 20px auto 0px;
	}
}

/*---------------------------------------------
    top02
-----------------------------------------------*/
.top02{
	width: 100%;
	margin: 0px auto;
	padding: 60px 0px;
	background:#f6f5f4;
}
.cate01{
	width: 100%;
}
.category{
	width: 100%;
    margin: 0px auto;
	padding: 0px;
    position: relative;
    text-align: center;
	background:rgba(00,00,00,1.00);
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.category img {
    -webkit-transition:all 0.25s ease-in-out;
    -ms-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    width: 100%;
    height: auto;
    vertical-align: bottom;
	opacity: 0.85;
	z-index: 100;
}
a:hover>.category img {
    transform: scale(1.15,1.15);
    -webkit-transform:scale(1.15,1.15);
    -moz-transform:scale(1.15,1.15);
    -ms-transform:scale(1.15,1.15);
    -o-transform:scale(1.15,1.15);
	opacity: 0.3;
}
.h3top02{
	font-weight: bold;
	font-size: 36px;
	line-height: 140%;
	letter-spacing: 0.05em;
	color: #fff;
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	z-index: 400;
	text-shadow: 0 0 10px #222;
}

@media only screen and (max-width:1024px){
}
@media only screen and (max-width:991px){
	.h3top02{
		font-weight: bold;
		font-size: 26px;
		line-height: 140%;
		letter-spacing: 0.05em;
		color: #fff;
		position: absolute;
		top: 45%;
		left: 0;
		right: 0;
		z-index: 400;
		text-shadow: 0 0 10px #222;
	}
}
@media only screen and (max-width:768px){
	.top02{
		width: 100%;
		margin: 0px auto;
		padding: 30px 0px;
		background:#f6f5f4;
	}
}
@media only screen and (max-width:767px){
}
/*---------------------------------------------
	top03 
-----------------------------------------------*/
.top03{
	width: 100%;
	margin: 0px auto;
	padding: 60px 0px;
	background: url("../images/top03_bg.png") no-repeat top center;
	background-color:#f6f5f4;
}
.h3top_alc{
	font-weight: bold;
	font-size: 36px;
	color: #a98040;
	letter-spacing: 0.05em;
	line-height: 140%;
	margin: 0px 0px 35px;
	padding: 0px;
	text-align: center;
}
.h3top_alc::before{
	content: url("../images/midashi_lf.png");
	margin-right: 20px;
}
.h3top_alc::after{
	content: url("../images/midashi_rh.png");
	margin-left: 20px;
}
.cate02{
	width: 100%;
}
.category2{
	height: 0;
	display: block;
	padding-bottom: 75%;
	background-color:rgba(255,255,255,0.45);
	overflow: hidden;
    position: relative;
	margin-bottom: 0px;
}
.category2 img {
    -webkit-transition:all 0.25s ease-in-out;
    -ms-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    max-width: inherit;
    max-height: inherit;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    font-family: 'object-fit: scale-down;';
    position: absolute;
    left: 0;
    top: 0;
	z-index: 100;
    vertical-align: bottom;
	opacity: 1.0;
}
a:hover>.category2{
	background-color:rgba(34,34,34,0.95);
    transition:all 0.25s ease-in-out;
}
a:hover>.category2 img {
    transform: scale(1.15,1.15);
    -webkit-transform:scale(1.15,1.15);
    -moz-transform:scale(1.15,1.15);
    -ms-transform:scale(1.15,1.15);
    -o-transform:scale(1.15,1.15);
	opacity: 0.25;
}
.category2>.h3top03{
	font-weight: bold;
	font-size: 18px;
	line-height: 140%;
	letter-spacing: 0.05em;
	color:rgba(255,255,255,0.00);
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	z-index: 400;
	text-align: center;
}
a:hover>.category2>.h3top03{
	font-weight: bold;
	font-size: 18px;
	line-height: 140%;
	letter-spacing: 0.05em;
	color: #fff;
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	z-index: 400;
	text-align: center;
    -webkit-transition:all 0.25s ease-in-out;
    -ms-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
}
.btn_more2 {
    width: 230px;
	margin: 40px auto 0px;
}
.btn_more2 a{
    display: block;
    width: 230px;
    height: auto;
    text-align: center;
	font-weight: bold;
	font-size: 18px;
    line-height: 120%;
	letter-spacing: 0.00em;
    color: #f97a1d;
    padding: 10px 0px;
    text-decoration: none;
	background:#fff;
	border: solid 2px #f97a1d;
	border-radius: 6px;
}
.btn_more2 a:hover{
    color: #fff;
    text-decoration: none;
	background: #f97a1d;
	border: solid 2px #f97a1d;
}

@media only screen and (max-width:1024px){
}
@media only screen and (max-width:991px){
	.top03{
		width: 100%;
		margin: 0px auto;
		padding: 30px 0px;
		background: url("../images/top03_bg.png") no-repeat top center;
		background-color:#f6f5f4;
	}
	.h3top_alc{
		font-weight: bold;
		font-size: 26px;
		color: #a98040;
		letter-spacing: 0.05em;
		line-height: 140%;
		margin: 0px 0px 35px;
		padding: 0px;
		text-align: center;
	}
	.h3top_alc::before{
		content: url("../images/midashi_lf.png");
		margin-right: 7px;
	}
	.h3top_alc::after{
		content: url("../images/midashi_rh.png");
		margin-left: 7px;
	}
}
@media only screen and (max-width:767px){
	.top03{
		width: 100%;
		margin: 0px auto;
		padding: 30px 0px 0px;
		background: url("../images/top03_bg.png") no-repeat top center;
		background-color:#f6f5f4;
	}
	.h3top_alc{
		font-weight: bold;
		font-size: 20px;
		color: #a98040;
		letter-spacing: 0.05em;
		line-height: 140%;
		margin: 0px 0px 35px;
		padding: 0px;
		text-align: center;
	}
	.h3top_alc::before{
		content: url("../images/midashi_lf_xs.png");
		margin-right: 7px;
	}
	.h3top_alc::after{
		content: url("../images/midashi_rh_xs.png");
		margin-left: 7px;
	}
}
/*---------------------------------------------
	top04 
-----------------------------------------------*/
.top04{
	width: 100%;
	margin: 0px auto;
	padding: 140px 0px 50px;
	background:url("../images/top04_top_bg.png") no-repeat top center;
/*	background:url("../images/top04_top_bg.png") no-repeat top center,url("../images/top04_btm_bg.png") no-repeat bottom center;*/
	background-color: #fff;
}
.flex_alc{
	display: flex;
	align-items: center;
	justify-content: center;
}
.orange_waku{
	width: 90%;
	margin: 0px auto;
	padding: 30px 0px;
	border: double 4px #f97a1d;
	border-radius: 10px;
}
.orange_waku h3{
	margin: 0px auto 20px;
	padding: 0px;
}
.orange_waku p{
	font-size: 16px;
	line-height: 180%;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
@media only screen and (max-width:1600px){
}
@media only screen and (max-width:1024px){
	.orange_waku{
		width: 100%;
		margin: 0px auto;
		padding: 30px 0px;
		border: double 4px #f97a1d;
		border-radius: 10px;
	}
}
@media only screen and (max-width:991px){
}
@media only screen and (max-width:767px){
	.orange_waku h3{
		margin: 0px auto 20px;
		padding: 0px 50px;
	}
}
@media only screen and (max-width:540px){
}
/*---------------------------------------------
	top05
-----------------------------------------------*/
.top05{
	width: 100%;
	margin: 0px auto;
	padding: 140px 0px 220px;
	background:url("../images/top05_bg.png") no-repeat bottom center,url("../images/top04_btm_bg.png") no-repeat top center,linear-gradient(0deg, rgba(254,255,255,1) 25%, rgba(201,236,255,1) 75%);
}
.ftel{
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 140%;
	margin: 10px 0px 0px;
	position: relative;
}
/*
.ftel::before{
	content: url("../images/ftel_icon.png");
	position: absolute;
	top: 2px;
	left: 20px;
}
*/
.ftel::before{
	content: url("../images/ftel_icon.png");
	margin-right: 10px;
}
.ftel a,.ftel a:hover{
	color: #222;
	text-decoration: none;
}
.ffax{
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 140%;
	margin: 10px 0px 0px;
	padding-left: 10px;
	position: relative;
}
/*
.ffax::before{
	content: url("../images/ffax_icon.png");
	position: absolute;
	top: 3px;
	left: 20px;
}
*/
.ffax::before{
	content: url("../images/ffax_icon.png");
	margin-right: 10px;
}
.btn_m {
    width: 288px;
	margin: 0px auto;
}
.btn_m a{
    display: block;
    width: 288px;
    height: auto;
    text-align: center;
	font-weight: bold;
	font-size: 20px;
    line-height: 160%;
	letter-spacing: 0.00em;
    color: #f97a1d;
    padding: 10px 0px;
    text-decoration: none;
	background:#fff;
	border: solid 2px #f97a1d;
	border-radius: 6px;
}
.btn_m a:hover{
    color: #fff;
    text-decoration: none;
	background: #f97a1d;
}
.btn_m a::before{
	content: "\f0e0";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 7px
}
@media only screen and (max-width:1200px){
	.ftel{
		font-size: 30px;
		font-weight: bold;
		text-align: center;
		line-height: 140%;
		margin: 10px 0px 0px;
		position: relative;
	}
	.ffax{
		font-size: 30px;
		font-weight: bold;
		text-align: center;
		line-height: 140%;
		margin: 10px 0px 0px;
		padding-left: 10px;
		position: relative;
	}
}
@media only screen and (max-width:1024px){
	.ftel{
		font-size: 26px;
		font-weight: bold;
		text-align: center;
		line-height: 140%;
		margin: 10px 0px 0px;
		position: relative;
	}
	.ftel::before{
		content: url("../images/tel_icon.png");
		margin-right: 7px;
	}
	.ffax{
		font-size: 26px;
		font-weight: bold;
		text-align: center;
		line-height: 140%;
		margin: 10px 0px 0px;
		padding-left: 10px;
		position: relative;
	}
	.ffax::before{
		content: url("../images/fax_icon.png");
		margin-right: 7px;
	}
}
@media only screen and (max-width:991px){
}
@media only screen and (max-width:767px){
	.top05{
		width: 100%;
		margin: 0px auto;
		padding: 30px 0px 220px;
		background:url("../images/top05_bg.png") no-repeat bottom center,linear-gradient(0deg, rgba(254,255,255,1) 25%, rgba(201,236,255,1) 75%);
	}
	.ftel{
		font-size: 28px;
		font-weight: bold;
		text-align: center;
		line-height: 140%;
		margin: 10px 0px 0px;
		position: relative;
	}
	.ftel::before{
		content: url("../images/tel_icon.png");
		margin-right: 7px;
	}
	.ffax{
		font-size: 28px;
		font-weight: bold;
		text-align: center;
		line-height: 140%;
		margin: 10px 0px 0px;
		padding-left: 10px;
		position: relative;
	}
	.ffax::before{
		content: url("../images/fax_icon.png");
		margin-right: 7px;
	}
}
@media only screen and (max-width:540px){
}
/*---------------------------------------------
    footer
-----------------------------------------------*/
footer{
    width: 100%;
    margin: 0px auto;
    padding: 50px 0px 10px;
	background:url("../images/footer_bg.png") repeat-y top center;
}
footer p a,footer p a:hover{
	color: #fff;
	text-decoration: none;
}
footer p{
	font-size: 16px;
    line-height: 180%;
	color: #fff;
}

.flogo{
	margin: 0px auto 30px 0px;
	padding: 0px;
}
.banner{
	width: 100%;
	margin: 20px auto 0px;
	text-align: right;
}
.fnavi_box{
	width: 100%;
	margin: 0px auto;
	padding: 20px 0px;
	background: #f8eedc;
}
.fnavi{
    width: 100%;
	margin: 0px auto 0px;
	padding: 0px;
	text-align: center;
	list-style: none;
}
.fnavi li{
	display: inline-block;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: 0.00em;
	margin: 0px;
	padding: 0px 15px;
}
.fnavi li a{
	color: #fff;
	text-decoration: none;
}
.fnavi li a:hover{
	color: #fff;
	text-decoration: underline;
}
.copy{
	width: 100%;
    margin: 0px auto;
    padding: 20px 0px;
	font-size: 15px;
	color: #fff;
	line-height: 120%;
	letter-spacing: 0.05em;
	text-align: center;
}
.copy::before{
	content: "\f1f9";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	margin-right:5px;
}
@media only screen and (max-width:1200px){
	.fnavi li{
		display: inline-block;
		font-weight: normal;
		font-size: 14px;
		line-height: 120%;
		letter-spacing: 0.00em;
		margin: 0px;
		padding: 0px 5px;
	}
}
@media only screen and (max-width:991px){
	footer p{
		text-align: center;
	}
	.flogo{
		margin: 0px auto 20px;
		padding: 0px;
		text-align: center;
	}
	.fnavi{
		width: 100%;
		margin: 10px auto 0px;
		padding: 0px;
		text-align: center;
		list-style: none;
	}
	.fnavi li{
		display: inline-block;
		font-weight: normal;
		font-size: 14px;
		line-height: 120%;
		letter-spacing: 0.00em;
		margin: 0px;
		padding: 0px 5px;
	}
}
@media only screen and (max-width:767px){
	footer{
		width: 100%;
		margin: 0px auto;
		padding: 20px 0px 10px;
		background:url("../images/footer_bg.png") repeat-y top center;
	}
	.flogo{
		margin: 0px auto 20px;
		padding: 0px;
		text-align: center;
	}
	.fnavi{
		width: 98%;
		margin: 20px auto 10px;
		padding: 0px;
		text-align: left;
		list-style: none;
	}
	.fnavi li{
		display: block;
		width: 100%;
		font-size: 12px;
		line-height: 140%;
		margin: 0px auto;
		padding: 0px;
	}
	.fnavi li::before{
        display: none;
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-right:7px;
	}
	.fnavi li a{
		display: block;
		color: #fff;
		text-decoration: none;
		margin: 2px 0px 0px;
		padding: 10px 0px 10px 20px;
        background: rgba(255,255,255,0.00);
		border: solid 1px #fff;
		border-radius: 4px;
	    -webkit-border-radius: 4px;  
	    -moz-border-radius: 4px;
    }
	.fnavi li a:hover{
		color: #fff;
		text-decoration: none;
	}	
	.fnavi li a:after {
		float: right;
        font-family: "Font Awesome 5 Free";
		content: "\f0da";
        font-weight: 900;
		color: #fff;
		margin-right: 20px;
	}
}

/*---------------------------------
	subimages
---------------------------------*/
.subimages01{
	width: 100%;
	margin: 0px auto;
	padding: 120px 0px;
	background: url("../images/subimages01.jpg") no-repeat center center / cover;
}
.subimages02{
	width: 100%;
	margin: 0px auto;
	padding: 120px 0px;
	background: url("../images/subimages02.jpg") no-repeat center center / cover;
}
.subimages03{
	width: 100%;
	margin: 0px auto;
	padding: 120px 0px;
	background: url("../images/subimages03.jpg") no-repeat center center / cover;
}
.subimages04{
	width: 100%;
	margin: 0px auto;
	padding: 120px 0px;
	background: url("../images/subimages04.jpg") no-repeat center center / cover;
}
.subimages05{
	width: 100%;
	margin: 0px auto;
	padding: 120px 0px;
	background: url("../images/subimages05.jpg") no-repeat center center / cover;
}
.subimages06{
	width: 100%;
	margin: 0px auto;
	padding: 120px 0px;
	background: url("../images/subimages06.jpg") no-repeat center center / cover;
}
.subimages_in{
    width: 100%;
	max-width: 1140px;
	margin: 0px auto;
	padding: 10px 0px;
}
.h2subtitle{
	font-weight: bold;
    font-size: 40px;
	line-height: 140%;
	text-align: center;
	letter-spacing: 0.05em;
	margin: 0px;
	padding: 0px;
	color: #fff;
    position: relative;
	text-shadow: 0 0 5px #222;
}
.eng{
	display: block;
	font-size: 80%;
	line-height: 120%;
	color: #fff;
}
@media only screen and (max-width:1024px){
    .h2subtitle{
        font-size: 40px;
    }
}
@media only screen and (max-width:991px){
    .subimages01{
        width: 100%;
        margin: 0px auto;
		padding: 80px 0px;
        background: url("../images/subimages01.jpg") no-repeat center center / cover;
    }
    .subimages02{
        width: 100%;
        margin: 0px auto;
		padding: 80px 0px;
        background: url("../images/subimages02.jpg") no-repeat center center / cover;
    }
    .subimages03{
        width: 100%;
        margin: 0px auto;
		padding: 80px 0px;
        background: url("../images/subimages03.jpg") no-repeat center center / cover;
    }
    .subimages04{
        width: 100%;
        margin: 0px auto;
		padding: 80px 0px;
        background: url("../images/subimages04.jpg") no-repeat center center / cover;
    }
    .subimages05{
        width: 100%;
        margin: 0px auto;
		padding: 80px 0px;
        background: url("../images/subimages05.jpg") no-repeat center center / cover;
    }
    .subimages06{
        width: 100%;
        margin: 0px auto;
		padding: 80px 0px;
        background: url("../images/subimages06.jpg") no-repeat center center / cover;
    }
	.subimages_in{
		width: 100%;
		max-width: 1140px;
		margin: 0px auto;
		padding: 80px 0px 0px;
	}
    .h2subtitle{
        font-size: 36px;
        line-height: 140%;
        text-align: center;
        letter-spacing: 0.00em;
        margin: 0px;
        padding: 0px;
        position: relative;
    }
}
@media only screen and (max-width:767px){
    .subimages01{
        width: 100%;
        margin: 0px auto;
		padding: 80px 0px 40px;
        background: url("../images/subimages01.jpg") no-repeat center center / cover;
    }
    .subimages02{
        width: 100%;
        margin: 0px auto;
		padding: 80px 0px 40px;
        background: url("../images/subimages02.jpg") no-repeat center center / cover;
    }
    .subimages03{
        width: 100%;
        margin: 0px auto;
		padding: 80px 0px 40px;
        background: url("../images/subimages03.jpg") no-repeat center center / cover;
    }
    .subimages04{
        width: 100%;
        margin: 0px auto;
		padding: 80px 0px 40px;
        background: url("../images/subimages04.jpg") no-repeat center center / cover;
    }
    .subimages05{
        width: 100%;
        margin: 0px auto;
		padding: 80px 0px 40px;
        background: url("../images/subimages05.jpg") no-repeat center center / cover;
    }
    .subimages06{
        width: 100%;
        margin: 0px auto;
		padding: 80px 0px 40px;
        background: url("../images/subimages06.jpg") no-repeat center center / cover;
    }
    .subimages_in{
        width: 100%;
        max-width: 1140px;
        margin: 0px auto;
        padding: 40px 0px 0px;
    }
    .h2subtitle{
        font-size: 26px;
    }
}

/*---------------------------------
	paging
--------------------------------*/
div.paging{
    margin: 50px auto 20px; text-align: center;
}
div.paging span.current,
div.paging span.paging-text{
    margin:0px 2px;
    color:#fff;
    border:1px solid #cfb748;
    zoom:1;
    display:inline-block;
    overflow:hidden;
    text-decoration:none;
}
div.paging span.paging-text a{
    padding:3px 8px;
    color: #fff;
    display:block;
}
div.paging span.current{
    background: #cfb748;
    border:1px solid #cfb748;
    color:#fff;
    zoom:1;
    padding:3px 8px;
    text-decoration:none;
    display:inline-block; 
    cursor:pointer;
}
div.paging span.paging-text a:hover{
    background: #cfb748;
    color: #fff;
    text-decoration:none;
    cursor:pointer;
}
/*-------------------------------
	Accordion menu
---------------------------------- */
.accordion dt  {background-image:none; cursor:default;}
.accordion dt.active  { background-image:none;}
.accordion dd{ display: block}
.accordion2 dt  {background-image:none; cursor:default;}
.accordion2 dt.active  { background-image:none;}
.accordion2 dd{ display: block}
.hamburgerMenu { display: none;}

.sc{
    display: none;
}
.accordion dd ul{
    list-style: none;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
}
@media only screen and (max-width:991px){
    .sc{
        display: inline-block;
    }
    .accordion dt  {
        display: inline-block;
        padding: 5px 20px;
        width: 100%;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        background:#f97a1d;
        cursor:pointer;
		border-radius: 0px;
    }
    .accordion dd{ display:none}
    .hamburgerMenu,
    .hamburgerMenu span{
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    .hamburgerMenu {
      position: relative;
      width: 24px;
      height: 24px;
      float: right;
      display: block;
      background: none;
      border: none;
    }
    .hamburgerMenu:focus{ outline: none;}
    .hamburgerMenu span {
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #fff;
      border-radius: 4px;
    }
    .hamburgerMenu span:nth-of-type(1) {
      top: 2px;
    }
    .hamburgerMenu span:nth-of-type(2) {
      top: 11px;
    }
    .hamburgerMenu span:nth-of-type(3) {
      bottom: 2px;
    }
    .active .hamburgerMenu span:nth-of-type(1) {
      -webkit-transform: translateY(9px) rotate(-315deg);
      transform: translateY(9px) rotate(-315deg);
    }
    .active .hamburgerMenu span:nth-of-type(2) {
      opacity: 0;
    }
    .active .hamburgerMenu span:nth-of-type(3) {
      -webkit-transform: translateY(-9px) rotate(315deg);
      transform: translateY(-9px) rotate(315deg);
    }
}
/*-----------------------------------
	about
-------------------------------------*/
.about01{
	width: 100%;
	margin: 0px auto;
	padding: 40px 0px;
	background: #f6f5f4;
}
.ueki_bg{
	background: url("../images/ueki_bg.png") no-repeat bottom right;
}
.ueki_spc{
	padding-bottom: 80px;
}
.h3about{
	font-size: 26px;
	font-weight: bold;
	line-height: 160%;
	color: #a98040;
	text-align: center;
	margin: 0px 0px 30px;
}
.point3{
	width: 100%;
	max-width: 1140px;
	margin: 10px auto;
	padding: 20px;
	border: solid 1px #a98040;
}
.h4point{
	font-size: 20px;
	font-weight: bold;
	line-height: 140%;
	margin: 30px 0px 20px;
}
.num{
	font-size: 140%;
	background: url("../images/no_bg.png") no-repeat top center;
	padding: 30px 35px 30px 35px;
	color: #f97a1d;
}
@media only screen and (max-width:767px){
	.ueki_bg{
		background: url("../images/ueki_bg.png") no-repeat bottom center;
	}
	.about_illst{
		padding: 0px 100px;
	}
	.h3about{
		font-size: 18px;
		font-weight: bold;
		line-height: 160%;
		color: #a98040;
		text-align: center;
		margin: 0px 0px 30px;
	}
	.h4point{
		font-size: 18px;
		font-weight: bold;
		line-height: 140%;
		margin: 30px 0px 20px;
	}
}
/*-----------------------------------
	business
-------------------------------------*/
.h4biz{
	font-size: 20px;
	font-weight: bold;
	line-height: 160%;
	margin: 10px 0px 20px;
}
.num2{
	font-size: 220%;
	color: #f97a1d;
	margin-right: 10px;
}
.biz_sp{
	margin-bottom: 60px;
}
/*-----------------------------------
	buy
-------------------------------------*/
.home {
	background: #f97a1d;
    display: block;
    height: 55px;
    margin-left: auto;
	margin-right: auto;
    margin-top: 35px;
    position: relative;
    width: 100px;
	text-align: center;
	font-size: 54px;
	font-weight: bold;
	padding-top: 12px;
	color: #fff;
}
.home:before{
	border-bottom: 35px solid #f97a1d;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    content: "";
    height: 0;
    left: -10px;
    position: absolute;
    top: -35px;
    width: 0;
}
.home_box{
	width: 100%;
	max-width: 1140px;
	margin: 10px auto;
	padding: 20px;
	border: solid 1px #ddd;
	background: #f6f5f4;
}
.h4buy{
	font-size: 20px;
	font-weight: bold;
	line-height: 140%;
	margin: 10px 0px 10px;
}


/*-----------------------------------
	introduction
-------------------------------------*/
.sidemenu{
	width: 100%;
	margin-top: 10px;
	padding: 0px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
}
.sidemenu li{
	width: 24%;
	margin-left: 9px;
	margin-bottom: 5px;
	font-size: 15px;
	line-height: 160%;
	color: #fff;
	text-align: center;
}
.sidemenu li a{
	width: 100%;
	height: 100%;
	display: block;
	padding: 10px 0px 10px 5px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #f97a1d;
	border: solid 1px #f97a1d;
}
.sidemenu li a:hover{
	color: #f97a1d;
	text-decoration: none;
	background:#fff;
}
.sidemenu li a:after {
	float: right;
    font-family: "Font Awesome 5 Free";
	content: "\f101";
    font-weight: 900;
	margin-right: 20px;
	margin-left: -20px;
}
.sidemenu li a.active,
.sidemenu li a.active:hover,
.sidemenu li a.active:focus{
	color: #f97a1d;
	background:#fff;
	text-decoration: none;
}
@media only screen and (max-width:991px){
	.sidemenu{
		width: 100%;
		margin-top: 10px;
		padding: 0px;
		list-style: none;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.sidemenu li{
		width: 100%;
		margin: 0px;
		font-size: 14px;
		line-height: 160%;
		color: #fff;
		text-align: left;
	}
	.sidemenu li a{
		width: 100%;
		height: auto;
		display: block;
		padding: 10px;
		color: #fff;
		text-align: left;
		text-decoration: none;
		background: #f6944c;
		border-top: solid 0px #f97a1d;
		border-bottom: solid 1px #f97a1d;
		border-left: solid 1px #f97a1d;
		border-right: solid 1px #f97a1d;
	}
	.sidemenu li a:hover{
		color: #f97a1d;
		text-decoration: none;
		background:#fff;
	}
}

.cate03{
	width: 100%;
	border: solid 1px #ddd;
}
.category3{
	height: 0;
	display: block;
	padding-bottom: 75%;
	background-color:rgba(255,255,255,1.00);
	overflow: hidden;
    position: relative;
	margin-bottom: 0px;
	align-items: center;
	justify-content: center;
}
a:hover>.category3{
	background-color:rgba(34,34,34,0.95);
}
.category3 img {
    -webkit-transition:all 0.25s ease-in-out;
    -ms-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    max-width: inherit;
    max-height: inherit;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    font-family: 'object-fit: scale-down;';
    position: absolute;
    left: 0;
    top: 0;
	z-index: 100;
    vertical-align: bottom;
	opacity: 1.0;
}
a:hover>.category3 img {
    transform: scale(1.00,1.00);
    -webkit-transform:scale(1.00,1.00);
    -moz-transform:scale(1.00,1.00);
    -ms-transform:scale(1.00,1.00);
    -o-transform:scale(1.00,1.00);
	opacity: 0.25;
}
.category3>.h3cate{
	font-weight: normal;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0.05em;
	color:rgba(255,255,255,0.00);
	z-index: 400;
	text-align: center;
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
}
a:hover>.category3>.h3cate{
	color:rgba(255,255,255,1.00);
    -webkit-transition:all 0.25s ease-in-out;
    -ms-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
}

@media only screen and (max-width:1024px){
}
@media only screen and (max-width:991px){
}
@media only screen and (max-width:767px){
}

/*-----------------------------------
	detail
-------------------------------------*/
.btn_contact {
    width: 100%;
	margin: 0px auto 0px;
}
.btn_contact a{
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
	font-weight: normal;
	font-size: 16px;
    line-height: 120%;
	letter-spacing: 0.00em;
    color: #fff;
    padding: 15px 0px;
    text-decoration: none;
	background:#f97a1d;
	border: solid 2px #f97a1d;
	border-radius: 6px;
}
.btn_contact a:hover{
    color: #f97a1d;
    text-decoration: none;
	background: #fff;
	border: solid 2px #f97a1d;
}
.item_title{
	font-size: 140%;
	padding: 5px;
	border-bottom: double 4px #f97a1d;
}
.detail{
	margin: 0px auto;
}
.detail h3{
	font-size: 110%;
	color: #fff;
	background: #a98040;
	margin: 0px 0px 10px;
	padding: 10px 0px;
	text-align: center;
	border-radius: 6px;
}
.detail dl{
	margin: 0px auto;
	padding: 0px;
}
.detail dt{
	margin: 10px 0px 0px;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: bold;
	background: #e2f2ff;
}
.detail dd{
	margin: 0px 0px 20px;
	padding: 5px;
}
.detail2{
	margin: 40px auto;
}
.detail2 h4{
	margin: 10px 0px;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	background: #e2f2ff;
}
.text1{
	padding: 5px;
}
.addres_text{
	margin: 0px 0px 10px;
	padding: 0px 0px 5px;
	border-bottom: solid 1px #ddd; 
}
.addres_text::before{
	font-family: "Font Awesome 5 Free";
	content: '\f015';
	margin-right: 10px;
	font-weight: 900;
	color: #f97a1d;
}
.view_box{
	width: 100%;
	margin: 0px auto 10px;
	padding: 0px;
	background:#FFFFFF;
/*	background: rgba(51,51,51,0.80);*/
}
.fotorama__caption__wrap {
	background-color:rgba(0,0,0,0.75);
	padding: 10px;
	width: 100%;
	text-align: left;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
}
.h4title{
	margin: 20px 0px 20px;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	background: #e2f2ff;
}
.html1{
	margin: 30px auto;
	color: #222;
}

.gmap2 {
	position: relative;
	padding-bottom: 55%; /* これが縦横比 */
	height: 0;
	overflow: hidden;
	margin-top: 10px;
}
.gmap2 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.btn_youtube {
    width: 300px;
	margin: 40px auto 20px;
}
.btn_youtube a{
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
	font-weight: normal;
	font-size: 16px;
    line-height: 120%;
	letter-spacing: 0.00em;
    color: #fff;
    padding: 15px 0px;
    text-decoration: none;
	background:#D30003;
	border: solid 2px #D30003;
}
.btn_youtube a:hover{
    color: #D30003;
    text-decoration: none;
	background: #fff;
	border: solid 2px #D30003;
}
.btn_youtube a:before {
	font-family: "Font Awesome 5 Brands";
	content: "\f167";
    font-weight: 400;
	margin-right: 10px;
}
.paging2{
	width: 80%;
	margin: 40px auto 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn_all {
    width: 200px;
	margin: 20px auto;
}
.btn_all a{
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
	font-weight: normal;
	font-size: 16px;
    line-height: 120%;
	letter-spacing: 0.00em;
    color: #fff;
    padding: 15px 0px;
    text-decoration: none;
	background:#f97a1d;
	border: solid 2px #f97a1d;
}
.btn_all a:hover{
    color: #f97a1d;
    text-decoration: none;
	background: #fff;
	border: solid 2px #f97a1d;
}
.prev {
    width: 200px;
	margin: 20px auto;
}
.prev a{
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
	font-weight: bold;
	font-size: 16px;
    line-height: 120%;
	letter-spacing: 0.00em;
    color: #222;
    padding: 15px 0px;
    text-decoration: none;
}
.prev a:hover{
    color: #f97a1d;
    text-decoration: none;
}
.prev a::before{
	content: "\f060";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right:7px;
}
.next {
    width: 200px;
	margin: 20px auto;
}
.next a{
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
	font-weight: bold;
	font-size: 16px;
    line-height: 120%;
	letter-spacing: 0.00em;
    color: #222;
    padding: 15px 0px;
    text-decoration: none;
}
.next a:hover{
    color: #f97a1d;
    text-decoration: none;
}
.next a::after{
	content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left:7px;
}

@media only screen and (max-width:1024px){
}
@media only screen and (max-width:991px){
}
@media only screen and (max-width:767px){
}

/*-----------------------------------
	company
-------------------------------------*/
.photo_shacho{
	padding: 0px 15px;
}
.h3midashi{
	font-size: 26px;
	font-weight: bold;
	line-height: 160%;
	color: #a98040;
	text-align: center;
	margin: 0px 0px 30px;
}
.sign{
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
	font-size: 120%;
}
.tbl-com{
	width: 100%;
	margin: 30px auto;
    padding: 0px;
}
.tbl-com tr{
	border-bottom: solid 1px #ddd;
}
.tbl-com th{
	font-size: 16px;
	text-align: left;
	padding: 10px;
	vertical-align: middle;
	white-space: nowrap;
	width: 20%;
}
.tbl-com td{
	font-size: 16px;
	text-align: left;
	line-height: 180%;
	padding: 10px;
}
.td_ol{
	margin: 0px 0px 0px 20px;
	padding: 0px;
	list-style: decimal;
	font-size: 15px;
}
.td_ul{
	margin: 0px 0px 0px 20px;
	padding: 0px;
	list-style:disc; 
	font-size: 15px;
}
.td_ul li{
	color: #f0831e;
}
.td_ul li span{
	color: #333;
}
.td_lf{
	float: left;
	margin: 0px;
	width: 48%;
}
.tbl-com a{
	color: #222;
	text-decoration: none;
}
.tbl-com a:hover{
	color: #222;
	text-decoration: none;
}
.t_lf{
    float: left;
    width: 40%;
}

@media only screen and (max-width:991px){
}
@media only screen and (max-width:767px){
	.tbl-com tr, .tbl-com th, .tbl-com td {
		display: block;
	}
    .tbl-com th{
        font-size: 15px;
        text-align: left;
        padding: 10px 10px 0px;
        vertical-align: middle;
        white-space: nowrap;
        width: 100%;
    }
    .tbl-com td{
        font-size: 15px;
        text-align: left;
        line-height: 160%;
        padding: 10px;
    }
	.photo_shacho{
		padding: 0px 70px;
	}
	.h3midashi{
		font-size: 20px;
		margin: 0px 0px 10px;
	}
}
.gmap_bg{
	width: 100%;
	margin: 0px auto;
	padding: 50px 0px;
	background-color: rgba(229,227,219,1.00);
}
.gmap_bg p a,.gmap_bg p a:hover{
	color: #333;
	text-decoration: none;
}
.gmap {
	position: relative;
	padding-bottom: 55%; /* これが縦横比 */
	height: 0;
	overflow: hidden;
	margin-top: 10px;
	border-radius: 20px;
}
.gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.btn_gm {
	width: 280px;
	height: auto;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.btn_gm a{
	width: 280px;
	height: auto;
	font-size: 15px;
	color: #fff;
	padding: 5px 10px;
	display: block;
	text-decoration: none;
	text-align: center;
    background:#0f2d59;
	border: solid 1px #0f2d59;
}
.btn_gm a:hover{
	text-decoration: none;
	color: #0f2d59;
	background: #fff;
}
/*
.btn_gm a::after{
	float: right;
	content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right:10px;
	margin-left: -10px;
}
*/


/*-----------------------------------
	contact
-------------------------------------*/
.contact_top{
	width: 100%;
	margin: 0px auto;
	padding: 40px 0px;
	background: #0e1e37;
}
.row_c{
	align-items: center;
}

.ctel{
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 140%;
	margin: 10px 0px 0px;
	position: relative;
}
.ctel::before{
	content: url("../images/ftel_icon.png");
	margin-right: 10px;
}
.ctel a,.ctel a:hover{
	color: #222;
	text-decoration: none;
}
.cfax{
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 140%;
	margin: 10px 0px 0px;
	padding-left: 10px;
	position: relative;
}
.cfax::before{
	content: url("../images/ffax_icon.png");
	margin-right: 10px;
}
.bukken{
	display: flex;
	width: 100%;
}
.bk_pht{
	width: 25%;
}
.bk_item{
	width: 75%;
	padding: 0px 0px 0px 20px;
}
.bk_item ul{
	margin: 0px 0px;
	list-style: none;
}
.bk_item li{
	margin: 0px 0px 10px;
	padding: 10px 5px;
	border-bottom: dotted 1px #ccc;
}


.tbl-con {
	width: 100%;
	margin: 20px auto 20px;
	border-top: solid 2px #ffffff;
	border-left: solid 2px #ffffff;
}
.tbl-con th {
	font-size: 15px;
	font-weight: bold;
	line-height: 150%;
	color: #333;
	text-align: left;
	vertical-align: middle;
	width: 23%;
	margin: 0px;
	padding: 10px 5px 10px 20px;
	background-color:#ddd; 
	white-space: nowrap;
	border-bottom: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
}
.tbl-con td {
	font-size: 15px;
	font-weight: normal;
	line-height: 150%;
	color: #333;
	text-align: left;
	margin: 0px;
	padding: 10px 20px 10px 20px;
	background-color: #f9f9f9;
	border-bottom: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
}
@media only screen and (max-width:1024px){
	
}
@media only screen and (max-width:991px){
	.c_tel{
		width: 100%;
		margin: 10px auto 10px;
		padding: 10px 0px;
		background: #007ed7;
		border-radius: 6px;
	}
    .tbl-con th {
        font-size: 15px;
        font-weight: bold;
        line-height: 150%;
        text-align: left;
        vertical-align: middle;
        width: 35%;
        margin: 0px;
        padding: 10px 5px 10px 20px;
        white-space: nowrap;
        border-bottom: solid 2px #ffffff;
        border-right: solid 2px #ffffff;
    }
}

@media only screen and (max-width: 834px) {
	.tbl-con tr, .tbl-con th, .tbl-con td {
		display: block;
	}
	.tbl-con th {
		font-size: 15px;
		font-weight: bold;
		line-height: 150%;
		text-align: left;
		width: 100%;
		margin: 0px;
		padding: 10px 5px 10px 20px;
		white-space: nowrap;
		border-bottom: solid 2px #ffffff;
		border-right: solid 2px #ffffff;
	}
}
@media only screen and (max-width:767px){
	.h_tel{
		font-size: 30px;
		font-weight: bold;
		line-height: 160%;
		margin: 0px 0px 0px;
		text-align: center;
	}
	.h_fax{
		font-size: 30px;
		font-weight: bold;
		line-height: 160%;
		margin: 0px 0px 0px;
		text-align: center;
	}
}
.kome {
	background-image: url(../images/kome.png) ;
	background-repeat: no-repeat;
	background-position: center right;
}
.kome2 {
	background-image: url(../images/kome2.png) ;
	background-repeat: no-repeat;
	background-position: center right;
}
/*-------------------------------------
	 privacy
----------------------------------------*/
.pp_midashi{
    font-size: 20px;
    font-weight: bold;
    line-height: 140%;
    text-align: center;
    margin: 10px 0px;
    padding: 0px 0px 7px;
    color: #222;
}
.h4pp {
	font-size: 16px;
	line-height: 140%;
	color: #666;
	font-weight: bold;
	text-align: left;
	padding: 0px 5px 0px 10px;
	margin: 10px 5px;
	border-left: solid 7px #f97a1d;
}
.p_box {
	margin: 10px auto 20px;
	overflow: auto;
	height: 300px;
	width: 100%;
	border: 1px solid #ccc;
	background:#f4f4f4; 
}
.std  {
	width: 96%;
	margin: 10px auto 50px;
}
.std p {
	line-height: 180%;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #252525;
	text-align: left;
}
.std p a{
	color: #252525;
	text-decoration: none;
}
.std p a:hover{
	color: #252525;
	text-decoration: none;
}
.std_ol {
	padding: 0px;
	margin: 20px 0px 10px 25px;
}
.std_ul {
	padding: 0px;
	margin: 20px 0px 10px 25px;
}
.std_ol li {
	font-size: 14px;
	line-height: 180%;
	color: #252525;
	text-align: left;
	margin: 0px;
	padding: 0px;
	list-style: decimal;
}
.std_ul li {
	font-size: 14px;
	line-height: 180%;
	color: #252525;
	text-align: left;
	margin: 0px;
	padding: 0px;
	list-style: disc;
}
@media only screen and (max-width:767px){
	.pp_midashi{
		font-size: 18px;
		font-weight: bold;
		line-height: 140%;
		text-align: left;
		margin: 10px 0px;
		padding: 0px 0px 7px;
		color: #222;
	}
}
/*------------------------------------
	form
--------------------------------------*/
input[type="submit"]{
    font-size: 15px;
    font-weight: normal;
    padding: 12px 30px;
    color: #fff;
    background:#f97a1d;
	border: solid 1px #f97a1d;
	border-radius: 6px;
    -webkit-border-radius: 6px;  
    -moz-border-radius: 6px;
}
input[type="button"] {
    font-size: 15px;
    font-weight: normal;
    padding: 12px 30px;
    color: #fff;
    background:#f97a1d;
	border: solid 1px #f97a1d;
	border-radius: 6px;
    -webkit-border-radius: 6px;  
    -moz-border-radius: 6px;
}
input:hover[type="submit"]{
    color: #f97a1d;
    background:#fff;
	border: solid 1px #f97a1d;
	border-radius: 6px;
    -webkit-border-radius: 6px;  
    -moz-border-radius: 6px;
}
input:hover[type="button"] {
    color: #f97a1d;
    background:#fff;
	border: solid 1px #f97a1d;
	border-radius: 6px;
    -webkit-border-radius: 6px;  
    -moz-border-radius: 6px;
}
input, select {
	vertical-align:middle;
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "ＭＳ Ｐゴシック", Meiryo, sans-serif;
	margin: 5px 0px;
}
.form-s{width:70px;}
.form-m{width:150px;}
.form-l{width:300px;}
.form100{width:99%;}
.form-h{height:80px;}
input[type="checkbox"],input[type="radio"]{
	/*transform: scale(1.2);*/
}
input[type="text"],select{border:1px solid #ccc;}
input[type="date"],select{border:1px solid #ccc;}
input[type="time"],select{border:1px solid #ccc;}
input:focus[type="text"]{border:1px solid #06c;}
input, select {
	padding: 10px 5px;
}
input[type="text"]{
	padding: 10px 5px;
} 
input::-webkit-input-placeholder{
	line-height: 140%;
	padding-left: 5px;
}
textarea {
	width: 99%;
	padding: 10px;
	border:1px solid #ccc;
}
label{
	color: #333;
	font-weight: normal;
}
.txt_label{
	color: #333;
	text-align: center;
	margin: 20px 0px 0px;
	font-size: 15px;
}
.needinput{background:#fee;border:1px solid #ccc}
.form70 {
	width: 70%;
}
.form80 {
	width: 80%;
}
.form60 {
	width: 60%;
}
.form40 {
	width: 40%;
}
.form20 {
	width: 20%;
}
.form10 {
	width: 10%;
}

.form_btn{
	text-align: center;
	margin-top: 30px;
}
.form_btn p{
	font-size: 15px;
	text-align: center;
	line-height: 140%;
}
.print{
	display: none;
	width: 100%;
	margin: 0px auto;
	overflow: hidden;
}
@media only screen and (max-width:767px){
}
/* ----------------------------------
 	print
------------------------------------ */
@media print {
	.scroll a{
		display: none!important;
	}
	#navibar{
		display: none!important;
	}
	#pagetop{
		display: none!important;
	}
	header{
		position: absolute;
		width: 1140px;
	}
	.navi li {
		display: inline-block;
		font-weight: 500;
		text-align: center;
		font-size: 12px;
		line-height: 160%;
		letter-spacing: 0.00em;
		margin: 0px 10px;
		padding: 0px;
	}
	.swiper-container{
		width: 1140px;
		position: relative;
		margin: 0px auto 0px;
		z-index: 100;
	}
	.swiper-slide {
		width: 100%;
		position: relative;
		z-index: 300;
		overflow:hidden;
		object-fit:cover;
		height: 100%;
		max-height: 700px;
	}
	.slide-img img{
		width: 100%;
		overflow: hidden;
		object-fit:cover;
		height: auto;
		display: block;
	}
}
@page {
    size: A4 portrait;
    margin: 5mm;
    padding: 0mm;
}
