/*スマホ　PC　ヘッター*/
p{
    padding-left: 10px;
}

/* Live2D Watermark */
.live2d-watermark {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    pointer-events: none;
    z-index: 9999;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.live2d-watermark-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    font-size: 48px;
    color: rgba(255, 255, 255, 0.1);
    font-weight: bold;
    pointer-events: none;
    z-index: 1;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    white-space: nowrap;
}
.slideTgas{
	width: 98%;
	overflow: scroll;
	white-space: nowrap;
	height: 300px;
	margin: 5px;
	padding: 5px;
}

.TitleAndIcon{
    text-align: center;
    width:95%; 
    max-width: 350px;
    position: relative;
    margin: 10px auto;
    }
.float_left_icon{
	float:left;
	width:50px;
	padding-right:10px;
	padding-left:10px;
	}
.clear_both{
		clear: both;
	}
.float_left{
	float:left;
	padding-right:10px;
	padding-left:10px;
	}

.Title{
    float:left;
    font-size: 30px;
	margin:0 auto;
	}
.text{
    text-align: left;}
.clear{
	clear: both;
	height: 1px;
	}
body{
    
	margin:0px auto;
	}
.chapterType1{
	background-color:white;
	width:95%;
	padding:10px;
	margin:10px auto;
	position:relative;
	border-radius:10px;
}

.chapterType2{
	background-color:white;
	width:95%;
	padding:10px;
	margin: 10px auto;
	position:relative;
	border-radius:10px;
}
.chapterType3{
	background-color:white;
	width:40%;
	padding:10px;
	margin:10px auto;
	position:relative;
	border-radius:10px;
}
.chapterType4{
	background-color:white;
	text-align: center;
	width:95%;
	padding:10px;
	margin: 10px auto;
	position:relative;
	border-radius:10px;
}


/*目次*/
.home {
    float: left;
}
.contents{
    background-color:white;
	width:95%;
	padding:10px;
	margin:10px auto;
	position:relative;
	border-radius:10px;
    border: 5px solid lightblue;
    
}
.ContentsText{
    text-decoration:none;
    color: black;
}
/*目次end*/
/*リンク作成*/
.LinkText{
    float:left;
    margin-left: 15px;
    margin-right: 5px;
    font-size: 18px;
    font-weight: bold;
    color: black;
}
.link{
width: 100%;
height: 100%;
}
/*リンク作成 end*/
.button{
    background-color:hsl(0, 0%, 90%);
    border-radius:5px;
    text-decoration:none;
    font-size: 20px;
    color:rgb(70, 70, 70);
    padding: 3px;
    box-shadow: 4px 6px rgb(102, 102, 102);
}
.button2{
  border-radius : 5%;          /* 角丸       */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  background    : lightblue;     /* 背景色     */
  color         : gray;     /* 文字色     */
  box-shadow    : none;  /* 影の設定 */
    border        :none;    /* 枠の指定 */
    font-size: 16pt;        /* 文字サイズ */
    font-weight: bold;
}

.button3{
    background-color:hsl(0, 0%, 90%);
    border-radius:5px;
    text-decoration:none;
    font-size: 20px;
    color:rgb(70, 70, 70);
    padding: 3px;
    box-shadow: 4px 6px rgb(102, 102, 102);
	width:100%;
    height: 100px;
}


.bury{
    border: 1px solid #ddd;
    border-radius:5px;
    }
.FigNormal{
    width: 100%;
}
.FigContain{
    float:left;
    width:100%;
}

.FigContain2{
    float:left;
    width:100%;
    height: 300px;
}
.center{
    text-align: center; 
}

/*スマホ　PC　ヘッターend*/

/*スマホ　PC メイン*/
main{
    text-align: left;
    position: relative;
    margin: 10px auto;
    padding: 5px;
    width: 95%;
    background-color: #ddd;
    border: 5px solid lightblue;
}
/*スマホ　PC メインend*/

.ad{
	border: 0px;
	width: 95%;
	margin: 0 auto;
}

.youtube{
	width:100%;
	height:315px;
}

/*スマホPC　フッター*/
footer{
	margin:0 auto;
                text-align: center;
	padding-top:10px;
	padding-bottom:10px;
	width:100%;
	background-color: lightblue;
	}
/*スマホPC　フッターend*/

/*スマホ　全体*/

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

body{overflow-x:hidden;}
html{overflow-x:hidden;}

}  




@media (max-width: 768px){
/*共通*/

/*Live2D widget container*/
#live2d-widget {
	width: 95% !important;
	max-width: 95% !important;
	height: auto !important;
	aspect-ratio: 2/3 !important;
	min-height: 600px !important;
	margin: 0 auto !important;
	position: relative !important;
	overflow: hidden !important;
}

#live2d-canvas {
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	transform: translate(-50%, -50%) !important;
}

/*スマホ メニュー*/

.table {
	width: 100%;
	text-align: center;
	font-size: 10px;
	border-collapse: collapse;
	border-spacing: 0;
	color: #353535;
}

.table thead {
	background: #d3e1e8;
}

.table th,
.table td {
	border: 3px solid #fff;
	padding: 10px;
	background: #efefef;
}

.table th:nth-child(1) {
	background-color: #fff;
	border: 1px solid transparent;
	border-bottom-color: #ccc;
	color: #fff;
}

.table th:nth-child(2) {
	background-color: #DF3F5A;
	color: #fff;
}

.table th:nth-child(3) {
	background-color: #3290DC;
	color: #fff;
}


.chapterType2{
	background-color:white;
	width:95%;
	padding:10px;
	margin: 10px auto;
	position:relative;
	border-radius:10px;
}

.FigSlide2Big{
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding-top: 70%;
}

.FigSlide2{
	height: 100%;
	position: absolute;
	top: 0;
	object-fit: contain;
}


.fig3 {
	width: 100%;
}
/*スライド*/
/*==================================================
スライダーのためのcss
===================================*/
.wrapper{
	width: 100%;
	padding-bottom: 10%;
}
.slider {
    position: relative;
	z-index: 1;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
	width: 100%;
	height: auto;
	max-width: 1000px;
	top:  0;                     /* 位置指定 */
	bottom:  0;                  /* 位置指定 */
	left:  0;                    /* 位置指定 */
	right:  0;                   /* 位置指定 */
	margin: 0 auto; 

}
/*　背景画像設定　*/

.slider-item01 {
    background:url(../img/img_01.jpg);
}

.slider-item02 {
    background:url(../img/img_02.jpg);
}

.slider-item03 {
    background:url(../img/img_03.jpg);
}

.slider-item04 {
    background:url(../img/img_04.jpg);
}

.slider-item05 {
    background:url(../img/img_05.jpg);
}

.slider-item06 {
    background:url(../img/img_06.jpg);
}

.slider-item07 {
    background:url(../img/img_07.jpg);
}

.slider-item08 {
    background:url(../img/img_08.jpg);
}

.slider-item09 {
    background:url(../img/img_09.jpg);
}

.slider-item09 {
    background:url(../img/img_09.jpg);
}

.slider-item10 {
    background:url(../img/img_10.jpg);
}

.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height:100vh;/*各スライダー全体の縦幅を画面の高さいっぱい（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 #ccc;/*矢印の色*/
    border-right: 2px solid #ccc;/*矢印の色*/
    height: 50px;
    width: 50px;
}

.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;
	padding-top: 50px;
	padding-right: 50px;

}

.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: #ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background: #333;/*ドットボタンの現在地表示の色*/
}
/*スライド end*/
.Live2Dgallerry-contents {
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}
.Live2Dgallerry-contents li {
	float:left;
	border: 1px solid #dadada ;
	margin-bottom: 5px;
	width: 100%;
}
.Live2Dgallerry-contents li:last-child {
	margin-right: 0;
}

.youtube{
	width:100%;
	height:315px;
}
    
.gallerry-contents {
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}
.gallerry-contents li {
	float:left;
	border: 1px solid #dadada ;
	margin-right: 1.25%;
	margin-bottom: 5px;
	width: 97%;
	position: relative;
}
.gallerry-contents li:last-child {
	margin-right: 0;
}
    
nav{
	border-top:8px solid lightblue;
	background:#ddd;
    }
nav ul{
	list-style:none;
	margin:0 auto;
	padding:0;
	}
nav li{
	border-right:1px solid #34589e;
	}
nav li:last-child{
	border-right:none;
	}
nav li a{
	display:block;
	padding:20px 0;
	width:100%;
	text-decoration:none;
	text-align:center;
	font-size:14px;
	color:black;
	}
nav li a:hover{
	background:#aaa;
	}

/*スマホ メニューend*/

}
/*スマホ　全体end*/
/*PC　全体*/
@media (min-width: 768px){
/*PC メニュー*/
/*スライド*/
/*==================================================
スライダーのためのcss
===================================*/
.table {
    width: 100%;
    text-align: center;
	font-size: 20px;
    border-collapse: collapse;
    border-spacing: 0;
    color: #353535;
}

.table thead {
    background: #d3e1e8;
}

.table th,
.table td {
    border: 3px solid #fff;
    padding: 10px;
    background: #efefef;
}

.table th:nth-child(1) {
    background-color: #fff;
    border: 1px solid transparent;
    border-bottom-color: #ccc;
    color: #fff;
}

.table th:nth-child(2) {
    background-color: #DF3F5A;
    color: #fff;
}

.table th:nth-child(3) {
    background-color: #3290DC;
    color: #fff;
}


.ad{
	border: 0px;
	width: 728px;
	height: 90px;
	margin: 0 auto;
}

.FigSlide2{
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	object-fit: contain;
}


.FigSlide2Big{
	width: 70%;
	margin: 0 auto;
	position: relative;
	padding-top: 60%;
}


.wrapper{
	width: 100%;
	padding-bottom: 10%;
}
.slider {
    position: relative;
	z-index: 1;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
	width: 100%;
	height: auto;
	max-width: 1000px;
	top:  0;                     /* 位置指定 */
	bottom:  0;                  /* 位置指定 */
	left:  0;                    /* 位置指定 */
	right:  0;                   /* 位置指定 */
	margin: 0 auto; 

}
/*　背景画像設定　*/

.slider-item01 {
    background:url(../img/img_01.jpg);
}

.slider-item02 {
    background:url(../img/img_02.jpg);
}

.slider-item03 {
    background:url(../img/img_03.jpg);
}

.slider-item04 {
    background:url(../img/img_04.jpg);
}

.slider-item05 {
    background:url(../img/img_05.jpg);
}

.slider-item06 {
    background:url(../img/img_06.jpg);
}

.slider-item07 {
    background:url(../img/img_07.jpg);
}

.slider-item08 {
    background:url(../img/img_08.jpg);
}

.slider-item09 {
    background:url(../img/img_09.jpg);
}

.slider-item09 {
    background:url(../img/img_09.jpg);
}

.slider-item10 {
    background:url(../img/img_10.jpg);
}

.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height:100vh;/*各スライダー全体の縦幅を画面の高さいっぱい（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 #ccc;/*矢印の色*/
    border-right: 2px solid #ccc;/*矢印の色*/
    height: 50px;
    width: 50px;
}

.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;
	padding-top: 50px;
	padding-right: 50px;
}

.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: #ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background: #333;/*ドットボタンの現在地表示の色*/
}
/*スライド end*/
.fig3 {
	width: 60%;
    margin-left: 20%;
}
.Live2Dgallerry-contents {
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}
.Live2Dgallerry-contents li {
	float:left;
	border: 1px solid #dadada ;
	margin-right: 1.25%;
	margin-bottom: 5px;
	width: 31.5%;
}
.Live2Dgallerry-contents li:last-child {
	margin-right: 0;
}

.gallerry-contents {
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}
.gallerry-contents li {
	float:left;
	border: 1px solid #dadada ;
	margin-right: 1.25%;
	margin-bottom: 5px;
	width: 31.5%;
	position: relative;
}
.gallerry-contents li:last-child {
	margin-right: 0;
}
    
nav{
	border-top:8px solid lightblue;
	background:#ddd;
	}
nav ul{
	overflow:hidden;
	list-style:none;
	margin:0 auto;
	padding:0;
	max-width:1000px;
	}
nav li{
	box-sizing:border-box;
	float:left;
	border-right:1px solid #34589e;
	width:33%;
	}
nav li:last-child{
	border-right:none;
	}
nav li a{
	display:block;
	padding:20px 0;
	width:100%;
	text-decoration:none;
	text-align:center;
	font-size:14px;
	color:black;
	}
nav li a:hover{
	background:#aaa;
	}
/*PC メニューend*/
}
/*PC　全体end*/
/*gallerry レイアウト*/


/*gallerry レイアウトend*/

/*ページ　固有 ホーム*/
.ExplainGallerry-contents {
	overflow:hidden;
	margin:0;
	padding:0;
	list-style:none;
}
.ExplainGallerry-contents {
	float:left;
	border: 1px solid #dadada ;
	margin-bottom: 5px;
    height: auto;
	width: 90%;
}
.ExplainGallerry-contents li:last-child {
	margin-right: 0;
}

.video-container {
	position: relative;
    float:left;
    width: 100%;
	padding-bottom: 50%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px; /*追加*/
}
 
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
ID_3{
    text-align: left;
    
}
.fig1{
	width: 20%;
    float:left;
    min-width: 100px;
}
.fig2 {
	width: 100%;
	position: absolute;
	top: 0;
	object-fit: contain;
}




.ID_1{
	position: relative;
	padding: 10px;
	text-align: left;
	}
.ID_2{
	position: relative;
	padding: 10px;
	}

	/* waiting list table */

.tableWait{
	border: 1px solid #aaa;
	width: 95%;
	border-collapse:collapse;
	writing-mode: vertical-lr;
	}

.tableWait th, .tableWait td{
	border: 1px solid #aaa;
	padding:4px;
	writing-mode: horizontal-tb;
	}


.tableWait th, .tableWait td{
	border: 1px solid #aaa;
	padding:4px;
	writing-mode: horizontal-tb;
	height:25px;			
	}

/*ページ　固有　ホームend*/

/*メールフォーム*/
.mailForm dl textarea{
    width: 90%;
    height: 200px;
    }
.mailForm dl input{
    width: 60%;
    }
.mailForm dl dd{
    margin:0 auto;
    }
/*メールフォームend*/
/*ページ固有　SHOP*/
.FigShop{
    float:left;
    width:120px;
}
/*ページ固有　SHOP end*/