@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; }

html { line-height: 1; }
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }
q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }
a img { border: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }
html { overflow: auto; }
body { 
	overflow: hidden;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color: #333333;
	font-size: 100%;
	line-height: 160%;
}

a {color: #fff;text-decoration: none;}
img {max-width: 100%;height: auto;width /***/: auto;margin: 0;padding: 0;vertical-align: bottom;}
.clear {clear: both;}
strong {font-weight: bold;}
.sp{display:none;}

.bg-bl1{
    background: url("../img/back-b.jpg") repeat-y;
    background-size: 100%;
    padding-bottom: 1%;
    margin-bottom: 15px;
    box-shadow: 0px 15px 15px 0px rgba(0,0,0,0.4);
    position: relative;
    z-index: 2;
}
.bg-bl2{
    background: url("../img/back-b.jpg") repeat-y;
    background-size: 100%;
    margin-top: -15px;
    margin-bottom: 15px;
    padding-top: 5%;
    padding-bottom: 1%;
    box-shadow: 0px 15px 15px 0px rgba(0,0,0,0.4);
    position: relative;
    z-index: 1;
}
.bg-yl{
    background: url("../img/back-y.jpg") repeat-y;
    background-size: 100%;
    margin-top: -15px;
    padding-top: 8%;
    position: relative;
    z-index: 0;
}
h2{
    text-align: center;
    padding: 0 0 2% 0;
}
.obj1{
    float: right;
    margin-top: -5%;
}
.obj2{
    float: left;
    margin-top: -15%;
}
.obj3{
    float: left;
    margin-top: -17%;
}
.obj4{
    float: right;
    margin-top: -10%;
}
.obj5{
    float: left;
    margin-top: -25%;
}
.obj6{
    float: right;
    margin-top: -30%;
}
.obj7{
    float: left;
    margin-top: -10%;
}
.obj8{
    float: right;
    margin-top: -20%;
}
.obj9{
    float: right;
    margin-top: -5%;
}
/* ヘッダー
=========================================================================================== */
.head{
	width: 100%;
	background:#FFF;
	border-bottom: 1px solid #CCC;
    position: relative;
    z-index: 1;
}
.head .cont{
	max-width: 1000px;
	margin: 0 auto;
	padding: 5px 0;
	display: block;
	overflow: hidden;
}
.head .cont img{
    height: 55px;
    margin: 1% 0;
}

.main{
	width: 100%;
    overflow: hidden;
}


/* コンテンツ
=========================================== */

.main-img{
    width: 100%;
    text-align: center;
}
.main-img img{
    width: 100%;
}

.menu{
    margin: 0 auto;
    background: url(../img/menu-back.jpg) no-repeat #CCC;
    background-size: cover;
    width: 1100px;
    aspect-ratio: 1112/913;
    position: relative;
}
.menu ul{
    position: absolute;
    bottom: 5%;
    left: 5%;
    right: 5%;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.menu ul li{
    width: 47%;
    margin: 1% 0 ;
    padding: 0;
}
.menu ul li:first-child{
    width: 100%;
}
.menu ul li img{
    width: 100%;
}
.link{
    margin: 0 auto;
    width: 1100px;
    position: relative;
    text-align: center;
}
.link .bt4{
    margin: 4% auto 2% auto ;
}
.link .bt5{
    margin: 2% auto;
}
.link .bt6{
    margin: 2% auto;
}
.link .bt7{
    margin: 2% auto;
}
.link .bt8{
    margin: 2% auto;
}
.link .tx2{
    margin: 4% auto 1% auto;
}
.accordion {
    width: 1080px;
    display: block;
    padding: 0;
    margin: 0 auto;
    position: relative;
}
.accordion .item{
    position: relative;
    width: 100%;
    margin: 0 auto 10% auto;
}
.accordion .item .accordion-button{
    cursor: pointer;
    position: relative;
}
.accordion .item .accordion-button > img{
    width: 100%;
}
.accordion .item .accordion-button .arrow{
    position: absolute;
    right: 4%;
    bottom: 10%;
    transition-duration: 300ms;
    user-select: none;
}
.accordion .item .accordion-button .arrow.active{
    transform: rotate(180deg);
}
.accordion .item .content{
    position: relative;
    width: 100%;
    padding: 0 0 3% 0;
    margin: 0;
    background: url(../img/s1-cont-back.png) repeat-y;
    background-size: 100%;
    text-align: center;
    display: none;
}
.accordion .item .content img{
    width: 90%;
}
.accordion .item .content h3{
    padding-top: 5%;
    padding-bottom: 2%;
}
.accordion .item .bottom{
    padding: 0;
    margin: -10px 0 0 0;
}
.accordion .item .bottom img{
    width: 100%;
}

section .detail{
    width: 1080px;
    margin: 0 auto 5% auto;
    text-align: center;
    position: relative;
}
section .detail .back{
    position: relative;
}
section .detail .bt{
    position: absolute;
    bottom: 5%;
    right: 0;
    left: 0;
    margin: auto;
}

/* ボトム
======================================================== */
.bottom-tx{
    width: 90%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 2%;
}
.bottom-tx .tx{
    margin: 1% auto;
}

/* ページトップ
======================================================== */
#page-top {
    position: fixed;
    bottom: 6%;
    right: 20px;
    z-index: 11;
    border: 2px solid #FFF;
    text-align: center;
    font-weight: bold;
    padding: 0.5em 1em ;
    background: #ff6600;
    border-radius: 5px;
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.5));    
}
/* フッター
=========================================================================================== */
footer{
    width: 100%;
    margin: 0 auto;
	padding: 8px 0;
	font-size: 10px;
    background:#FFF;
	color:#333;
	text-align:center;
	clear:both;
    border-bottom:  1px solid #333;
}

ul.ft_menu { width:1000px; text-align:center; margin:40px auto; }
ul.ft_menu li { font-size:1.5em; margin:20px 1em; display:inline; }
ul.ft_menu li a { color:#333; display: inline-block; }

.copyright{
    width: 100%;
    margin: 0 auto;
	padding: 8px 0;
	font-size: 10px;
    background:#FFF;
	color:#333;
	text-align:center;
	clear:both;  
}
.copyright .tx{margin: 1em 0;}
.copyright .link{
    width: 600px;
    display: flex;
    justify-content: space-between;
    margin:40px auto;padding-bottom: 40px}
.copyright .link img{height: 35px;}


/*===============================================
●style.css 画面の横幅が1000pxまで
===============================================*/
@media screen and (max-width: 1330px) {
.sp{display:block;}

/* ヘッダー
=========================================================================================== */
.head .cont{
	width: 98%;
	margin: 0 auto;
	padding: 5px 0;
	display: block;
	overflow: hidden;
}
.head .cont img{
    height: 40px;
}

.main{
	width: 100%;
    margin: auto;
}

.bg-bl1{
    background: url("../img/back-b.jpg") repeat-y;
    background-size: 100%;
    padding-bottom: 1%;
    margin-bottom: 15px;
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
    position: relative;
    z-index: 2;
}
.bg-bl2{
    background: url("../img/back-b.jpg") repeat-y;
    background-size: 100%;
    margin-top: -15px;
    margin-bottom: 15px;
    padding-top: 5%;
    padding-bottom: 1%;
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
    position: relative;
    z-index: 1;
}
.bg-yl{
    background: url("../img/back-y.jpg") repeat-y;
    background-size: 100%;
    margin-top: -15px;
    padding-top: 8%;
    position: relative;
    z-index: 0;
}
h2{
    width: 80%;
    margin: 0 auto;
}
.obj1{
    width: 100%;
    text-align: right;
    margin-top: -17%;
}
.obj2{
    width: 100%;
    margin-top: -22%;
}
.obj3{
    width: 100%;
    margin-top: -20%;
}
.obj4{
    width: 100%;
    text-align: right;
    margin-top: -60%;
}
.obj5{
    width: 100%;
    margin-top: -47%;
}
.obj6{
    width: 100%;
    text-align: right;
    margin-top: -37%;
}
.obj7{
    width: 100%;
    margin-top: -19%;
}
.obj8{
    width: 100%;
    text-align: right;
    margin-top: -39%;
}
.obj9{
    width: 100%;
    text-align: right;
    margin-top: -19%;
}
.obj1 img{
    width: 8%;
}
.obj2 img{
    width: 18%;
}
.obj3 img{
    width: 10%;
}
.obj4 img{
    width: 10%;
}
.obj5 img{
    width: 15%;
}
.obj6 img{
    width: 6%;
}
.obj7 img{
    width: 12%;
}
.obj8 img{
    width: 10%;
}
.obj9 img{
    width: 10%;
}
/* コンテンツ
=========================================== */

.menu{
    width: 95%;
}
.link{
    width: 95%;
}
.accordion {
    width: 95%;
}
.accordion .item .accordion-button .arrow{
    width: 10%;
}
section .detail{
    width: 95%;
}
section .detail .bt{
    width: 90%;
    position: absolute;
    bottom: 5%;
    right: 0;
    left: 0;
    margin: auto;
}

/* ボトム
======================================================== */
.bottom-tx{
    width: 90%;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 2%;
}
.bottom-tx .tx{
    margin: 1% auto;
}

    


#page-top {
    font-size: 80%;
    padding: 0.2em 1em ;
    bottom: 2%;
    
}

/* フッター
=========================================================================================== */
footer{
    width: 100%;
    margin: 0 auto;
	padding: 8px 0;
	font-size: 10px;
    background:#FFF;
	color:#333;
	text-align:center;
	clear:both;
    border-bottom:  1px solid #333;
}
ul.ft_menu { width:95%; text-align:center; margin:2% auto; }
ul.ft_menu li { font-size:1.2em; margin:3%; display:block; text-align:center; width:100%; }
	
.copyright .tx{font-size:0.6em;argin: 1em 0;}
.copyright .link{width:90%; text-align:center; margin:5% auto;}
.copyright .link img{height: 25px;}

}
/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px) {


	
}
/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px) {
.head .cont img{
	height: 25px;	
}
	
}
