@charset "UTF-8";
/* CSS Document */

/********** Setting ***********/
/*
window.FontAwesomeConfig = {
  searchPseudoElements: true
}
*/
html {
    width: 100%;
	height: 100%;
	font-size: 100%;
	line-height: 1.5em;
	scroll-behavior: smooth;
    background: url("../../image/lp/bg_img.jpg");
}
body {
    width: 100%;
	height: auto;
	color: #000000;
	-webkit-text-size-adjust : 100%;
	font-family: 'Zen Old Mincho', serif;
	background: url("../../image/lp/bg_img.jpg");
    background-size: contain;
    font-size: 16px;
    line-height: 1.5em;
    margin: 0 auto;
}

@media screen and (max-width: 770px) {
  body {
    width: 100%;
    color: #000000;
	-webkit-text-size-adjust : 100%;
	font-family: 'Zen Old Mincho', serif;
	background: url("../../image/lp/bg_img.jpg");
    font-size: 16px;
    background-size: contain;
    }
}

a[href^="tel:"] {
    poinp_bannerter-events: none;
}

a {
    text-decoration: none;
}

* html body { /* for IE6 */
  font-size: small;
}

*:first-child+html body { /* for IE7 */
  font-size: small;
}

    ul,li{
        list-style: none;
        margin: 0;
        padding: 0;
    }
    dl dd{
            margin-inline-start: 0px;

    }
   p {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

img {
    max-width: 100%;
}

/**********Setting***********/

/*========= ヘッダー ===============*/
header{
    width: 100%;
    height: 100px;
    padding: 0px;
    margin: 0 auto 0 auto;
	background: #4b2774;
}

header .inner{
    width: 1280px;
    height: 100px;
    margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

header h1 a{
	display: flex;
    width: 250px;
	height: 100px;
	justify-content: center;
	align-items: center;
	margin-left: 20px;
}

header img{
    width: 100%;
}

header p{
	display: flex;
    width: 410px;
	height: 100px;
	justify-content: center;
	align-items: center;
	font-size: 2em;
	color: #ffffff;
}


@media screen and (max-width: 1024px) {
header{
    width: 100%;
    height: 50px;
    padding: 0px;
    margin: 0 auto 0 auto;
	background: #4b2774;
}

header .inner{
    width: 100%;
    height: 50px;
    margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

header h1 a{
	display: flex;
    width: 150px;
	height: 50px;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
}

header img{
    width: 100%;
}

header p{
	display: flex;
    width: auto;
	height: 50px;
	justify-content: center;
	align-items: center;
	font-family: 'Rock 3D', cursive;
	font-size: 0.85em;
	font-weight: bold;
	color: #ffffff;
	margin-right: 10px;
}
}

@media screen and (max-width: 768px) {
header{
    width: 100%;
    height: 50px;
    padding: 0px;
    margin: 0 auto 0 auto;
	background: #4b2774;
}

header .inner{
    width: 100%;
    height: 50px;
    margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

header h1 a{
	display: flex;
    width: 150px;
	height: 50px;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
}

header img{
    width: 100%;
}

header p{
	display: flex;
    width: auto;
	height: 50px;
	justify-content: center;
	align-items: center;
	font-family: 'Rock 3D', cursive;
	font-size: 0.85em;
	font-weight: bold;
	color: #ffffff;
	margin-right: 10px;
}
}


@media screen and (max-width: 300px) {
header{
    width: 100%;
    height: 50px;
    padding: 0px;
    margin: 0 auto 0 auto;
	background: #4b2774;
}

header .inner{
    width: 100%;
    height: 50px;
    margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

header h1 a{
	display: flex;
    width: 100px;
	height: 50px;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
}

header img{
    width: 100%;
}

header p{
	display: flex;
    width: auto;
	height: 50px;
	justify-content: center;
	align-items: center;
	font-family: 'Rock 3D', cursive;
	font-size: 0.75em;
	font-weight: bold;
	color: #ffffff;
	margin-right: 10px;
}
}

/*========= main ===============*/

#main{
	width: 100%;
	height: 70vh;
	position:relative;
}

#main p{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 9999;
	height: 70vh;
}

#main p img{
	height: 50vh;
}

@media screen and (max-width: 1024px) {

#main{
	width: 100%;
	/*height: 30vh;*/
	height: 70vh;
	position:relative;
}

#main p{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 9999;
	height: 70vh;
}



}

@media screen and (max-width: 768px) {

#main{
	width: 100%;
	/*height: 36vh;*/
	height: 70vh;
	position:relative;
}

#main p{
	position: absolute;
	height: 70vh;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 9999;
	height: 70vh;
}


}


@media screen and (max-width: 500px) {

#main{
	width: 100%;
	/*height: 30vh;*/
	height: 70vh;
	position:relative;
}
}

@media screen and (max-width: 375px) {

#main{
	width: 100%;
	/*height: 36vh;*/
	height: 70vh;
	position:relative;
}
}


@media screen and (max-width: 280px) {

#main{
	width: 100%;
	/*height:30vh;*/
	height: 70vh;
	position:relative;
}

#main p{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 9999;
	height: 70vh;
}


}

/*========= main02 ===============*/

#main02{
	width: 100%;
	height: 800px;
	position:relative;
}

#main02 p{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 2000;
}

	


@media screen and (max-width: 1024px) {

#main02{
	width: 100%;
	height: 30vh;
	position:relative;
}

#main02 p{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 2000;
}

#main02 p img{
	width: 15%;
}

}

@media screen and (max-width: 768px) {

#main02{
	width: 100%;
	height: 300px;
	position:relative;
	overflow: hidden;
}

#main02 p{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 2000;
}

#main02 p img{
	width: 15%;
}

}


@media screen and (max-width: 375px) {

#main02{
	width: 100%;
	height: 20vh;
	position:relative;
}
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {
  position:relative;
	z-index: 1;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
	height: 70vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
/*　背景画像設定　*/

.slider-item01 {
    background:url("../../image/lp/slide_img01.png");
}

.slider-item02 {
    background:url("../../image/lp/slide_img02.png");
}

.slider-item03 {
    background:url("../../image/lp/slide_img03.png");
}

.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height:70vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}

/*矢印の設定*/

.slick-prev, 
.slick-next {
    position: absolute;
	z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #fff;/*矢印の色*/
    border-right: 2px solid #fff;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
	position: relative;
	z-index: 3;
    text-align:center;
	margin:-50px 0 0 0;/*ドットの位置*/
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#fff;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}

/*========= text01 ===============*/

#text01{
	width: 1280px;
	height: 300px;
	margin: 0 auto;
}
#text01 h2{
	width: 698px;
	height: 103px;
	margin: 30px auto 0 auto;
}

#text01 p{
	text-align: center;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 1.25em;
	margin: 20px auto 0 auto;
	
}

@media screen and (max-width: 1024px) {

#text01{
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 20px 0 20px 0;
}
#text01 h2{
	width: 60%;
	height: auto;
	margin: 10px auto 10px auto;
}
	
#text01 h2 img{
	width: 100%;
}
	

#text01 p{
	text-align: center;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 0.9em;
	margin:0px auto;
	padding-bottom: 10px;
	width: 100%;
}
}	
	
@media screen and (max-width: 768px) {

#text01{
	width: 100%;
	height: auto;
	margin: 10px auto;
	padding: 0;
}
#text01 h2{
	width: 65%;
	height: auto;
	margin: 10px auto 10px auto;
}
	
#text01 h2 img{
	width: 100%;
}
	

#text01 p{
	text-align: center;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 0.9em;
	margin:0px auto;
	padding-bottom: 10px;
}
}


@media screen and (max-width: 280px) {

#text01{
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 0;
}
#text01 h2{
	width: 75%;
	height: auto;
	margin: 0 auto;
}
	
#text01 h2 img{
	width: 100%;
}
	

#text01 p{
	text-align: center;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 0.8em;
	line-height: 1.25em;
	margin:0px auto;
	padding-bottom:10px;
}
}	

/*========= text02 ===============*/

#text02{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	background: #FFFFFF;


}
#text02 h3{
	width: 250px;
	height: auto;
	margin: 10px auto 20px auto;
}

#text02 .inner{
	display: flex;
	width: 1280px;
	margin: 0 auto;
	justify-content: center;
	padding: 10px 0 0 0;
	background: url("../../image/lp/mark01.svg") no-repeat center center;
}

#text02 .inner p{
	/*display: table-cell;*/
	writing-mode: vertical-rl!important;
	text-orientation:upright;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	/*vertical-align: middle;*/
	line-height: 2.5em;
	font-size: 1.25em;

}


@media screen and (max-width: 1024px) {


#text02{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 5px 0 5px 0;
	background: #FFFFFF;
	
	
}
#text02 h3{
	width: 130px;
	height: auto;
	margin: 5px auto 5px auto;
}

#text02 .inner{
	display: flex;
	width: 100%;
	margin: 0 auto;
	justify-content: center;
	padding: 10px 10px 0 10px;
	background: url("../../image/lp/mark01.svg") no-repeat center center;	
}

#text02 .inner p{
	/*display: table-cell;*/
	writing-mode: vertical-rl!important;
	text-orientation:upright;
	/*vertical-align: middle;*/
	line-height: 2em;
	font-size: 1em;
	/*text-align: center;*/
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
}
}	
	
	
@media screen and (max-width: 768px) {


#text02{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 5px 0 5px 0;
	background: #FFFFFF;
	
	
}
#text02 h3{
	width: 130px;
	height: auto;
	margin: 5px auto 5px auto;
}

#text02 .inner{
	display: flex;
	width: 100%;
	margin: 0 auto;
	justify-content: center;
	padding: 10px 10px 0 10px;
	background: url("../../image/lp/mark01.svg") no-repeat center center;	
}

#text02 .inner p{
	/*display: table-cell;*/
	writing-mode: vertical-rl!important;
	text-orientation:upright;
	/*vertical-align: middle;*/
	line-height: 1.25em;
	font-size: 1em;
	/*text-align: center;*/
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
}
}
	
	
@media screen and (max-width: 280px) {


#text02{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 5px 0 5px 0;
	background: #FFFFFF;
	
	
}
#text02 h3{
	width: 130px;
	height: auto;
	margin: 5px auto 5px auto;
}

#text02 .inner{
	display: flex;
	width: 100%;
	margin: 0 auto;
	justify-content: center;
	padding: 10px 10px 0 10px;
	background: url("../../image/lp/mark01.svg") no-repeat center center;	
}

#text02 .inner p{
	/*display: table-cell;*/
	writing-mode: vertical-rl!important;
	text-orientation:upright;
	/*vertical-align: middle;*/
	line-height: 1.25em;
	font-size: 0.85em;
	/*text-align: center;*/
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
}
}	

/*========= ently ===============*/

#ently{
	width: 100%!important;
	height: 460px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	background: url("../../image/lp/ently_bg.jpg");
	background-repeat: repeat-x;
}
#ently{
	width: 1280px;
	height: 500px;
	margin: 0 auto;
}

#ently h2{
	width: 1144px;
	height: 129px;
	margin: 0px auto 0 auto;
}

#ently .btn{
	text-align: center;
	color: #FFFFFF;
	font-weight: 400;
	font-size: 1em;
	margin: 25px auto 0 auto;

}
#ently .btn:hover{
	opacity: 0.8;
}

#ently p{
	text-align: center;
	width: 1240px;
	padding: 15px 0 15px 0;
	border-radius: 100px;
	background-color: #4b2674;
	margin: 35px auto 0 auto;
	color: #FFFFFF;
	font-size: 1.5em;
}


@media screen and (max-width: 1024px) {
	
	
#ently{
	width: 100%!important;
	height: auto;
	margin: 0 auto;
	
	background: url("../../image/lp/ently_bg.jpg");
	background-repeat: repeat-x;
}
#ently{
	width: calc(100% - 10px);
	padding: 10px 5px 10px 5px;
	height: auto;
	margin: 0 auto;
}

#ently h2{
	width: 95%;
	height: auto;
	margin: 0px auto 0 auto;
}

#ently .btn{
	text-align: center;
	margin: 5px auto 0 auto;
	width: 90%;
}
/*#ently .btn:hover{
	opacity: 0.8;
}*/

#ently p{
	text-align: center;
	width: 100%;
	padding: 5px 0 5px 0;
	border-radius: 100px;
	background-color: #4b2674;
	margin: 10px auto 0 auto;
	color: #FFFFFF;
	font-size: 1em;
}
}	

@media screen and (max-width: 770px) {


#ently{
	width: 100%!important;
	height: auto;
	margin: 0 auto;

	background: url("../../image/lp/ently_bg.jpg");
	background-repeat: repeat-x;
}
#ently{
	width: calc(100% - 10px);
	padding: 10px 5px 10px 5px;
	height: auto;
	margin: 0 auto;
}

#ently h2{
	width: 95%;
	height: auto;
	margin: 0px auto 0 auto;
}

#ently .btn{
	text-align: center;
	margin: 5px auto 0 auto;
	width: 90%;
}
/*#ently .btn:hover{
	opacity: 0.8;
}*/

#ently p{
	text-align: center;
	width: 100%;
	padding: 5px 0 5px 0;
	border-radius: 100px;
	background-color: #4b2674;
	margin: 10px auto 0 auto;
	color: #FFFFFF;
	font-size: 1em;
}
}


/*========= c_title ===============*/

.c_title {
    display: flex;
    position: relative;
    color: #FFFFFF;
	justify-content: center;
	align-items: center;
	font-size: 3em;
	margin-bottom: 40px;
}

.c_title:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background-color: #FFFFFF;
}

@media screen and (max-width: 770px) {
.c_title {
    display: flex;
    position: relative;
    color: #FFFFFF;
	justify-content: center;
	align-items: center;
	font-size: 1.25em;
	margin-bottom: 10px;
}

.c_title:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #FFFFFF;
}
}

/*========= member ===============*/

#member{
	width: 1280px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

#member .inner{
	width: 1280px;
	margin: 00px auto 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 50px;
}

#member .inner li{
	width: 301px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
	transition-duration: .4s;
}

#member .inner li:hover{
	transform: scale(1.05);
}

#member .inner li p{
	/*display: table-cell;*/
	writing-mode: vertical-rl;
	/*writing-mode: horizontal-tb;*/
	text-orientation:upright;
	/*vertical-align: middle;*/
	line-height: 0.85em;
	font-size: 2em;
	color: #FFFFFF;
	/*text-align: center;*/
	margin-top: 10px;
}

#member .inner li p span{
	display: block;
	font-size:0.4em;
	color: #d8c310;
	/*text-align: center;*/
}


@media screen and (max-width: 1024px) {
#member{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
	

#member .inner{
	width: 100%;
	margin: 0px auto 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 15px;
	
}

#member .inner li{
	width: 23%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 10px;
	transition-duration: .4s;
}

#member .inner li:hover{
	transform: scale(1.05);
}

#member .inner li p{
	/*display: table-cell;*/
	writing-mode: vertical-rl;
	/*writing-mode: horizontal-tb;*/
	text-orientation:upright;
	/*vertical-align: middle;*/
	line-height: 0.85em;
	font-size: 1.25em;
	color: #FFFFFF;
	/*text-align: center;*/
	margin-top: 5px;
}

#member .inner li p span{
	display: block;
	font-size:0.5em;
	color: #d8c310;
	/*text-align: center;*/
}	
}

@media screen and (max-width: 768px) {
#member{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}


#member .inner{
	width: 100%;
	margin: 0px auto 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 15px;

}

#member .inner li{
	width: 23%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 10px;
	transition-duration: .4s;
}

#member .inner li:hover{
	transform: scale(1.05);
}

#member .inner li p{
	/*display: table-cell;*/
	writing-mode: vertical-rl;
	/*writing-mode: horizontal-tb;*/
	text-orientation:upright;
	/*vertical-align: middle;*/
	line-height: 0.85em;
	font-size: 1.25em;
	color: #FFFFFF;
	/*text-align: center;*/
	margin-top: 5px;
}

#member .inner li p span{
	display: block;
	font-size:0.5em;
	color: #d8c310;
	/*text-align: center;*/
}

}


@media screen and (max-width: 500px) {
#member{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
	

#member .inner{
	width: 100%;
	margin: 0px auto 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 15px;
	
}

#member .inner li{
	width: 45%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 10px;
	transition-duration: .4s;
}

#member .inner li:hover{
	transform: scale(1.05);
}

#member .inner li p{
	/*display: table-cell;*/
	writing-mode: vertical-rl;
	/*writing-mode: horizontal-tb;*/
	text-orientation:upright;
	/*vertical-align: middle;*/
	line-height: 0.85em;
	font-size: 1.25em;
	color: #FFFFFF;
	/*text-align: center;*/
	margin-top: 5px;
}

#member .inner li p span{
	display: block;
	font-size:0.5em;
	color: #d8c310;
	/*text-align: center;*/
}	
	
}


/*モーダル*/
/* 開くボタン */
.button-open {
  display: block;
  cursor: pointer;
}
/* モーダルウィンドウ */
.modal-window {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  width: 80%;
	max-width: 800px;
  /*height: 520px;*/
  background-color: #ffffff;
  border-radius: 5px;
  z-index: 9999;
  padding: 10px;
color: #222222;
}

.modal-window .title{
    width: 100%;
    padding: 10px 0 5px 0;
    text-align: center;
    color: #000000;
    margin-bottom: 10px;
}

.modal-window .title img{
    width: 150px;
}

.modal-window .list {
    width: 758px;
	border: solid 1px #333333;
	margin: 0 auto 10px auto;
}

.modal-window .list li:nth-child(1){
    background: #333333;
	color: #FFFFFF;
	padding: 10px;
	font-size: 1em;
}

.modal-window .list li:nth-child(2){
    background: #FFFFFF;
	color: #000000;

	font-size: 1em;
}

.modal-window .list li:nth-child(2) .name{
	color: #000000;
	padding: 15px 5px 15px 15px;
	font-size: 2em;
	line-height: 1.5em;
}

.modal-window .list li:nth-child(2) .sub{
	background: #e1e1e1;
	font-size: 1em;
	padding: 15px;
}


@media screen and (max-width: 1024px) {
	/* モーダルウィンドウ */
.modal-window {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  width: 80%;
	max-width: 800px;
  /*height: 520px;*/
  background-color: #ffffff;
  border-radius: 5px;
  z-index: 9999;
  padding: 10px;
color: #222222;
}

.modal-window .title{
    width: 100%;
    padding: 10px 0 5px 0;
    text-align: center;
    color: #000000;
    margin-bottom: 10px;
}

.modal-window .title img{
    width: 100px;
}

.modal-window .list {
    width: 100%;
	border: solid 1px #333333;
	margin: 0 auto 10px auto;
}

.modal-window .list li:nth-child(1){
    background: #333333;
	color: #FFFFFF;
	padding: 10px;
	font-size: 1em;
}

.modal-window .list li:nth-child(2){
    background: #FFFFFF;
	color: #000000;
	
	font-size: 1em;
}

.modal-window .list li:nth-child(2) .name{
	color: #000000;
	padding: 5px;
	font-size: 1.25em;
	line-height: 1.25em;
}

.modal-window .list li:nth-child(2) .sub{
	background: #e1e1e1;
	font-size: 1em;
	padding: 5px;
}
}

@media screen and (max-width: 768px) {
	/* モーダルウィンドウ */
.modal-window {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  width: 80%;
	max-width: 800px;
  height: 520px;
  background-color: #ffffff;
  border-radius: 5px;
  z-index: 9999;
  padding: 10px;
color: #222222;
	overflow: scroll;
}

.modal-window .title{
    width: 100%;
    padding: 10px 0 5px 0;
    text-align: center;
    color: #000000;
    margin-bottom: 10px;
}

.modal-window .title img{
    width: 100px;
}

.modal-window .list {
    width: 100%;
	border: solid 1px #333333;
	margin: 0 auto 10px auto;
}

.modal-window .list li:nth-child(1){
    background: #333333;
	color: #FFFFFF;
	padding: 10px;
	font-size: 1em;
}

.modal-window .list li:nth-child(2){
    background: #FFFFFF;
	color: #000000;

	font-size: 1em;
}

.modal-window .list li:nth-child(2) .name{
	color: #000000;
	padding: 5px;
	font-size: 1.25em;
	line-height: 1.25em;
}

.modal-window .list li:nth-child(2) .sub{
	background: #e1e1e1;
	font-size: 1em;
	padding: 5px;
}
}


/* 閉じるボタン */
.button-close {
  position: absolute;
  top: -20px;
  right: -20px;
    color: #FFFFFF;
    font-size: 2em;
  cursor: pointer;
	background: none;
	border: none;
}
/* オーバーレイ */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 3000;
}
/* 表示領域外へはスクロールさせない */
.no_scroll {
  overflow: hidden;
}


/*==================================
result
===================================*/

#result{
	max-width: 1280px;
   width: 100%;
   margin: 20px auto 10px auto;
    padding: 0;
    font-size: 1em;
}

#result .inner{
	max-width: 1280px;
   width: 100%;
	font-size: 1em;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}

#result dl{
	max-width: 635px;
   width: 100%;
    background: #FFFFFF;
    color: #222222;
    box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
    margin-bottom: 0px;
    position: relative;
	margin-top: 10px;
}



#result dl dt{
   width: 100%;
   background: #4b2674;
   color: #FFFFFF;
    padding: 3px 0 3px 5px;
}

#result dl dd{
   width: 100%;
    padding: 5px 10px 5px 10px;
}

#result dl dd:nth-child(2){
    width: 40px;
    position: absolute;
    top: 30px;
    right: -5px;
    display: inline;
}

#result dl dd ul{
    display: flex;
    flex-wrap: nowrap;
    padding: 5px 0 5px 0;
    line-height: 1.2em;
}


#result dl dd ul li:nth-child(1){
    width: 150px;
    margin: 0 5px 0 0;
}

#result dl dd ul li img{
    display: block;
    width: 100%;
}
#result dl dd ul li:nth-child(2){
    width: 100%;
    position: relative;
}

#result dl dd ul li:nth-child(2) p:nth-child(1){
  
    font-size: 0.85em;
    
}


#result dl dd ul li:nth-child(2) p:nth-child(2){
    font-size: 1.25em;
    color: #FF0000;
    font-weight: bold;
}


@media screen and (max-width: 1024px) {
#result{
	max-width: 1024px;
   width: 100%;
   margin: 5px auto 5px auto;
    padding: 0;
    font-size: 1em;
}	
	
	
#result .inner{
	max-width: 1024px;
   width: 100%;
	font-size: 1em;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 00px;
	padding: 5px;
}

#result dl{
	max-width: 1024px;
   width: 100%;
    background: #FFFFFF;
    color: #222222;
    box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
    margin-bottom: 0px;
    position: relative;
	margin-top: 5px;
}
}
	

@media screen and (max-width: 768px) {
#result{
	max-width: 768px;
   width: 100%;
   margin: 5px auto 5px auto;
    padding: 0;
    font-size: 1em;
}	
	
	
#result .inner{
	max-width: 768px;
   width: 100%;
	font-size: 1em;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 00px;
	padding: 5px;
}

#result dl{
	max-width: 768px;
   width: 100%;
    background: #FFFFFF;
    color: #222222;
    box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
    margin-bottom: 0px;
    position: relative;
	margin-top: 5px;
}
}



@media screen and (max-width: 280px) {
#result{
	max-width: 280px;
   width: 100%;
   margin: 5px auto 5px auto;
    padding: 0;
    font-size: 1em;
}	
	
	
#result .inner{
	max-width: 280px;
   width: 100%;
	font-size: 1em;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 00px;
	padding: 5px;
}

#result dl{
	max-width: 280px;
   width: 100%;
    background: #FFFFFF;
    color: #222222;
    box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
    margin-bottom: 0px;
    position: relative;
	margin-top: 5px;
}



#result dl dt{
   width: 100%;
   background: #4b2674;
   color: #FFFFFF;
    padding: 3px 0 3px 5px;
}

#result dl dd{
   width: 100%;
    padding: 5px 10px 5px 10px;
}

#result dl dd:nth-child(2){
   
    display: none;
}

#result dl dd ul{
    display: flex;
    flex-wrap: nowrap;
    padding: 5px 0 5px 0;
    line-height: 1em;
	font-size: 0.75em;
}


#result dl dd ul li:nth-child(1){
    width: 150px;
    margin: 0 5px 0 0;
}

#result dl dd ul li img{
    display: block;
    width: 100%;
}
#result dl dd ul li:nth-child(2){
    width: 100%;
    position: relative;
}
#result dl dd ul li:nth-child(2) p:nth-child(2){
   
    font-size: 1em;
    color: #FF0000;
    font-weight: bold;
}	
}	


/*==================================
footer
===================================*/

.footer-001 {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 25px 10px 10px;
    background-color: #333333;
}

.footer-001__logo {
    width: 130px;
	opacity: 0.5;

}

.footer-001__list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 1.5em;
    list-style-type: none;
    margin: 0 0 .5em;
    padding: .5em;
}

.footer-001__link {
    color: #fff;
    font-weight: 200;
    text-decoration: none;
}

.footer-001__list li:not(:last-of-type) .footer-001__link::after {
    margin-left: 1em;
    content: "/";
}

.footer-001__copyright {
    margin: 0;
    color: #ffffff;
    font-weight: 200;
    font-size: .8em;
}

@media screen and (max-width: 770px) {

.footer-001 {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 10px 0 0 0;
    background-color: #333333;
}

.footer-001__logo {
    width: 130px;
	opacity: 0.5;

}

.footer-001__list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 1.5em;
    list-style-type: none;
    margin: 0 0 .5em;
    padding: .5em;
	flex-wrap: wrap;
}

.footer-001__link {
    color: #fff;
    font-weight: 200;
    text-decoration: none;
}

.footer-001__list li:not(:last-of-type) .footer-001__link::after {
    margin-left: 0.5em;
    content:none;
}

}


/*==================================
privacy
===================================*/
#privacy{
   max-width: 800px;
   width: 100%;
   margin: 0 auto 10px auto;
    margin-top: 20px;
    padding: 0 10px 0 10px;
    font-size: 1em;
}

#privacy ul{
    width: 100%;
   background: #FFFFFF;
    padding: 10px;
    color: #222222;
    border: solid 1px #e1e1e1;
    border-radius: 5px;
    margin-bottom: 10px;
}
#privacy ul .p_title{
   padding: 5px;
    color: #FFFFFF;
    background: #222222;
    border-radius: 5px;
    margin-bottom: 5px;
}


/*==================================
commerce
===================================*/
#commerce{
   max-width: 800px;
   width: 100%;
   margin: 0 auto 10px auto;
    margin-top: 0px;
    padding: 0 10px 0 10px;
    font-size: 1em;
}

#commerce ul{
    width: 100%;
   background: #FFFFFF;
    padding: 0;
    color: #222222;
    border: solid 1px #e1e1e1;
    display: flex;
}


#commerce ul li{
    padding: 5px 0 5px 10px;
}


#commerce ul .com_title{
    width: 30%;
    color: #FFFFFF;
    background: #222222;
}
#commerce ul li:nth-child(2){
    width: 70%;
    color: #222222;
    background: #FFFFFF;
}