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

html,
html * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
	
}

body {
    max-height: 100%;
	margin-left: auto;
    margin-right: auto;
    border-style: hidden;
	font-family: sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

header {
	width:100%;
}

footer {
    margin: 0px;
    clear: both;
}

img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    margin-bottom: 0px;
}

/*リンク関係*/
a:link {/*リンクされた文字の色*/
    color: #000000;/*文字の色：*/
    font-style: normal;
    text-decoration: none;/* なし */
}
a:hover {/*カーソルを合わせたときの色*/
    color: #000000;/*文字の色：*/
    font-style: normal;/* 下線 */
}
a:visited {/*カーソルを合わせたときの色*/
    color: #000000;/*文字の色：*/
    font-style: normal;/* 下線 */
}
a:active {/*クリック中の色*/
    color: #000000;
	text-decoration: none;/* なし */
}

/*縦列のボックス*/
.col{
	width: 100%;
	height: auto;
}

.col-half{
	width: 50%;
	height: auto;
	float: left;
}

.col-20{
	width: 20%;
	height: auto;
	float: left;
}

.col-25{
	width: 25%;
	height: auto;
	float: left;
}

.col-30{
	width: 30%;
	height: auto;
	float: left;
}

.col-70{
	width: 70%;
	height: auto;
	float: left;
}

.col-75{
    width: 75%;
    height: auto;
    float: left;
}

.col-80{
    width: 80%;
    height: auto;
    float: left;
}

/*ボックス（中央揃え・ブレイクポイントで変更）*/
.box-0{
	width: 90%;
	height: auto;
	margin: 0px auto;
}

/*ボックス（中央揃え）*/
.box30{
	width: 30%;
	height: auto;
	margin: 0px auto;
}

/*ボックス（中央揃え）*/
.box40{
	width: 40%;
	height: auto;
	margin: 0px auto;
}

/*ボックス（中央揃え）*/
.box50{
	width: 50%;
	height: auto;
	margin: 0px auto;
}

/*ボックス（中央揃え）*/
.box60{
	width: 60%;
	height: auto;
	margin: 0px auto;
}

.box70{
	width: 70%;
	height: auto;
	margin: 0px auto;
}

.box80{
	width: 80%;
	height: auto;
	margin: 0px auto;
}

.box85{
	width: 85%;
	height: auto;
	margin: 0px auto;
}

.box90{
	width: 90%;
	height: auto;
	margin: 0px auto;
}

.box95{
	width: 95%;
	height: auto;
	margin: 0px auto;
}

/*トップ*/
.top-outer{
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}

.top-inner{
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    text-align: center;
}

.top-cover{
	width: 100%;
	height: auto;
	background-image: url("../p15/img/top-yokohama2023.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 100px;
	padding-bottom: 100px;
}

/*トップのタイトル*/

.top-title-outer{
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding-top: 70px;
}

.top-title{
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0px 10px 0px;
}

.top-title2{
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
}

/*トップのタイトル画像*/
.top-img{
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

/*テキストナビゲーション*/
.top-navi{
    width: 45%;
    height: auto;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 15px;
    text-align: center;
    text-shadow: 1px 1px 0px #1F1F1F;
    color: #FFFFFF;
}

/*トップのスライド*/
.top-slider{
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    padding-top: 20px;
}

/*メイン*/
.content-outer{
    width: 100%;
    height: auto;
    margin-top: 5px;
    padding-top: 5px;
}

.content-inner{
    width: 95%;
    height: auto;
    margin: 0px auto;
}

.content-inner p{
    padding-top: 10px;
    padding-bottom: 10px;
}

/*テキスト用*/
.text-box1{
    width: 90%;
    height: auto;
    margin: 0px auto;
}

.text-box1-1{
    width: 100%;
    height: auto;
    margin: 0px auto;
}

.text-box2{
    width: 90%;
    height: auto;
    margin: 0px auto;
}

.text-box3{
    width: 95%;
    height: auto;
    margin: 0px auto;
}

.text-box-inner{
    width: 95%;
    height: auto;
    margin: 0px auto;
}

.text-box-inner a:link{
    color: #00523C;
}

.text-box-inner a:hover{
    color: #00523C;
}

.text-box-inner a:active{
    color: #00523C;
}

.text-box-inner a:visited{
    color: #00523C;
}

.text-box-inner2{
    width: 100%;
    height: auto;
    margin: 0px auto;
}

/*img box設定*/
.img-box1{
	width: 90%;
	height: auto;
	margin: 0px auto;
	padding: 20px 0px 20px 0px;
}

.img-box2{
	width: 90%;
	height: auto;
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
}

.img-box3{
	width: 90%;
	height: auto;
	margin: 0px auto;
	padding: 20px 0px 20px 0px;
}

.img-box4{
    width: 98%;
    height: auto;
    margin: 0px auto;
    padding: 10px 0px 10px 0px;
}

.img-box5{
    width: 95%;
    height: auto;
    margin: 0px auto;
    padding: 0px;
}

/*icon box設定*/
.icon-box1{
    width: 95%;
    height: auto;
    margin: 0px auto;
    padding: 0px;
}

/*YouTube box設定*/
.youtube-box1{
	width: 90%;
	height: auto;
	margin: 0px auto;
	padding: 20px 0px 20px 0px;
}

/*トップへのリンク（最下部）*/
.content-bottom{
    width: 95%;
    height: auto;
    padding: 30px 0px 20px 0px;
    margin: 0px auto;
}

/*フッター*/
.footer-outer{
    width: 100%;
    height: auto;
    margin-top: 5px;
    padding-top: 10px;
    padding-bottom: 20px;
    background-color: #085B31;
}

.footer-inner{
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 10px 0px;
    text-align: center;
    text-shadow: 0px 0px;
    color: #FFFFFF;
    font-size: 13px;
}


/*------------------------*/


/*デバイスが横向き、画面の横幅が 767px 以下の場合の記述*/
@media (orientation: landscape) and (max-width: 767px){

}


/*------------------------*/


/*タブレット用*/
@media (min-width: 768px){
	
body {
    margin-left: auto;
    margin-right: auto;
	-webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
	}

header {
	width:100%;
}
	
footer {
    margin: 0px;
    clear: both;
}
	
/*縦列のボックス*/
.col{
	width: 100%;
	height: auto;
}

/*トップ*/
.top-outer{
    width: 95%;
    height: auto;
    border-radius: 5px;
    margin-top: 130px;
    margin-left: auto;
    margin-right: auto;
}
	
.top-inner{
    width: 95%;
    height: auto;
    border-radius: 5px;
    margin-top: 130px;
    margin-left: auto;
    margin-right: auto;
}
	
.top-cover{
	width: 100%;
	height: auto;
	background-image: url("../p15/img/top-yokohama2023.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 150px;
	padding-bottom: 150px;
}

/*トップのタイトル*/
	
.top-title-outer{
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding-top: 150px;
}
	
.top-title{
    width: 95%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 20px;
}
	
.top-title2{
	width: 95%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

/*トップのタイトル画像*/
.top-img{
    width: 95%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}
	
/*テキストナビゲーション*/
.top-navi{
    width: 30%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    font-size: 15px;
    padding-bottom: 10px;
    text-align: center;
    text-shadow: 1px 1px 0px #1F1F1F;
    color: #FFFFFF;
}
	
/*トップのスライド*/
.top-slider{
    width: 95%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

/*メイン*/
.content-outer{
    width: 95%;
    height: auto;
    border-radius: 5px;
    margin-top: 130px;
    margin-left: auto;
    margin-right: auto;
}
	
.content-inner{
	width: 90%;
	margin: 0px auto;
	height: auto;
}
	
.content-inner p{
    padding-top: 10px;
    padding-bottom: 10px;
}
	
/*テキスト用*/
.text-box1{
    width: 95%;
    height: auto;
    margin: 0px auto;
}
	
.text-box1-1{
    width: 95%;
    height: auto;
    margin: 0px auto;
}
	
.text-box2{
    width: 95%;
    height: auto;
    margin: 0px auto;
}
	
.text-box3{
    width: 95%;
    height: auto;
    margin: 0px auto;
}
	
.text-box-inner{
    width: 95%;
    height: auto;
    margin: 0px auto;
}
	
.text-box-inner2{
    width: 100%;
    height: auto;
    margin: 0px auto;
}
	
/*icon box設定*/
.icon-box1{
    width: 70%;
    height: auto;
    margin: 0px auto;
    padding: 0px;
}
	
/*img box設定*/
.img-box1{
	width: 90%;
	height: auto;
	margin: 0px auto;
	padding: 20px 0px 20px 0px;
}

.img-box2{
	width: 90%;
	height: auto;
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
}

.img-box3{
	width: 90%;
	height: auto;
	margin: 0px auto;
	padding: 20px 0px 20px 0px;
}
	
.img-box4{
    width: 98%;
    height: auto;
    margin: 0px auto;
    padding: 10px 0px 10px 0px;
}
	
.img-box5{
    width: 95%;
    height: auto;
    margin: 0px auto;
    padding: 0px;
}
	
/*YouTube box設定*/
.youtube-box1{
	width: 90%;
	height: auto;
	margin: 0px auto;
	padding: 20px 0px 20px 0px;
}

/*トップへのリンク（最下部）*/
.content-bottom{
    width: 95%;
    height: auto;
    border-radius: 5px;
    padding: 30px 0px 20px 0px;
    margin: 0px auto;
}

/*フッター*/
.footer-outer{
    width: 95%;
    height: auto;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 20px;
    background-color: #085B31;
}
	
.footer-inner{
    width: 95%;
    height: auto;
    border-radius: 5px;
    margin: 0px auto;
    padding: 10px 0px;
    text-align: center;
    text-shadow: 0px 0px;
    color: #FFFFFF;
    font-size: 14px;
}
	
}


/*------------------------*/


/*デスクトップ用*/

@media (min-width: 1024px){
	
body {
    margin-left: auto;
    margin-right: auto;
}
	
header {
	width:100%;
}
	
footer {
    margin: 0px;
    clear: both;
    padding-top: 20px;
}
	
img {
    width: 100%;
    height: auto;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/*縦列のボックス*/
.col{
	width: 100%;
	height: auto;
}
	
/*トップ*/	
.top-outer{
    width: 45%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    height: auto;
    border-radius: 5px;
    margin-top: 0px;
    padding-top: 100px;
}
	
.top-inner{
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding-top: 5px;
    padding-bottom: 5px;
}
	
.top-cover{
    width: 100%;
    height: auto;
    background-image: url("../p15/img/top-yokohama2023.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
}
	
/*トップのタイトル*/
	
.top-title-outer{
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding-top: 110px;
}
	
.top-title{
    width: 45%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    height: auto;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 20px;
}
	
.top-title2{
	width: 45%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	height: auto;
	margin-top: 0px;
	padding-bottom: 15px;
}

/*トップのタイトル画像*/
.top-img{
    width: 45%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    height: auto;
    margin-top: 0px;
    padding: 0;
}

/*テキストナビゲーション*/	
.top-navi{
    width: 30%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    height: auto;
    margin-top: 0px;
    padding-top: 10px;
    font-size: 15px;
    padding-bottom: 10px;
    text-align: center;
    text-shadow: 1px 1px 0px #1F1F1F;
    color: #FFFFFF;
}
	
/*トップのスライド*/	
.top-slider{
    width: 45%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    height: auto;
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}

	
/*メイン*/
.content-outer{
    width: 50%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    height: auto;
    padding-top: 10px;
}
	
.content-inner{
    width: 90%;
    margin: 0px auto;
    height: auto;
}
	
.content-inner p{
    padding-top: 15px;
    padding-bottom: 15px;
}
	
/*テキスト用*/
.text-box1{
    width: 95%;
    height: auto;
    margin: 0px auto;
}
	
.text-box1-1{
    width: 95%;
    height: auto;
    margin: 0px auto;
}
	
.text-box2{
    width: 95%;
    height: auto;
    margin: 0px auto;
}
	
.text-box3{
    width: 95%;
    height: auto;
    margin: 0px auto;
}
	
.text-box-inner{
    width: 95%;
    height: auto;
    margin: 0px auto;
}
	
.text-box-inner2{
    width: 100%;
    height: auto;
    margin: 0px auto;
}
	
/*icon box設定*/
.icon-box1{
    width: 70%;
    height: auto;
    margin: 0px auto;
    padding: 0px;
}
	
/*img box設定*/
.img-box1{
	width: 90%;
	height: auto;
	margin: 0px auto;
	padding: 20px 0px 20px 0px;
}

.img-box2{
	width: 90%;
	height: auto;
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
}

.img-box3{
	width: 70%;
	height: auto;
	margin: 0px auto;
	padding: 20px 0px 20px 0px;
}
	
.img-box4{
    width: 98%;
    height: auto;
    margin: 0px auto;
    padding: 10px 0px 10px 0px;
}
	
.img-box5{
    width: 95%;
    height: auto;
    margin: 0px auto;
    padding: 0px;
}
	
/*YouTube box設定*/
.youtube-box1{
	width: 90%;
	height: auto;
	margin: 0px auto;
	padding: 10px 0px 20px 0px;
}

/*トップへのリンク（最下部）*/
.content-bottom{
    width: 50%;
    margin: 0px auto;
    height: auto;
    padding: 30px 0px 20px 0px;
}
	
/*フッター*/	
.footer-outer{
    width: 100%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 20px;
    background-color: #085B31;
}
	
.footer-inner{
    width: 50%;
    margin: 0px auto;
    height: auto;
    padding: 10px 0px;
    text-align: center;
    text-shadow: 0px 0px;
    color: #FFFFFF;
    font-size: 14px;
}
	
}


/*------------------------*/


/*デスクトップ用　横幅1280px*/

@media (min-width: 1280px){
	
body {
    margin-left: auto;
    margin-right: auto;
}
	
header {
	width:100%;
}
	
footer {
    margin: 0px;
    clear: both;
    padding-top: 20px;
}
	
img {
    width: 100%;
    height: auto;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/*縦列のボックス*/
.col{
	width: 100%;
	height: auto;
}
	
/*トップ*/	
.top-outer{
	width: 40%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	height: auto;
	border-radius: 5px;
	margin-top: 0px;
	padding-top: 120px;
}
	
.top-inner{
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding-top: 5px;
    padding-bottom: 5px;
}
	
.top-cover{
    width: 100%;
    height: auto;
    background-image: url("../p15/img/top-yokohama2023.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
}
	
/*トップのタイトル*/
	
.top-title-outer{
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding-top: 110px;
}
	
.top-title{
    width: 40%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    height: auto;
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 0px;
}
	
.top-title2{
	width: 40%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	height: auto;
	margin-top: 0px;
	padding-bottom: 15px;
}
	
/*トップのタイトル画像*/
.top-img{
    width: 40%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    height: auto;
    margin-top: 0px;
    padding: 0;
}

/*テキストナビゲーション*/
.top-navi{
    width: 20%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    height: auto;
    margin-top: 0px;
    padding-top: 10px;
    font-size: 18px;
    padding-bottom: 10px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 1px 1px 0px #1F1F1F;
}
	
/*トップのスライド*/	
.top-slider{
    width: 40%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    height: auto;
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}

	
/*メイン*/
.content-outer{
    width: 40%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    height: auto;
    padding-top: 0px;
}
	
.content-inner{
	width: 100%;
	margin: 0px auto;
	height: auto;
}
	
.content-inner p{
    padding-top: 10px;
    padding-bottom: 10px;
}
	
/*テキスト用*/
.text-box1{
    width: 95%;
    height: auto;
    margin: 0px auto;
}
	
.text-box1-1{
    width: 95%;
    height: auto;
    margin: 0px auto;
}

.text-box2{
    width: 95%;
    height: auto;
    margin: 0px auto;
}
	
.text-box3{
    width: 95%;
    height: auto;
    margin: 0px auto;
}
	
.text-box-inner{
    width: 95%;
    height: auto;
    margin: 0px auto;
}
	
.text-box-inner2{
    width: 100%;
    height: auto;
    margin: 0px auto;
}

/*icon box設定*/
.icon-box1{
    width: 75%;
    height: auto;
    margin: 0px auto;
    padding: 0px;
}
	
/*img box設定*/
.img-box1{
	width: 90%;
	height: auto;
	margin: 0px auto;
	padding: 20px 0px 20px 0px;
}

.img-box2{
	width: 90%;
	height: auto;
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
}

.img-box3{
	width: 70%;
	height: auto;
	margin: 0px auto;
	padding: 20px 0px 20px 0px;
}
	
.img-box4{
    width: 98%;
    height: auto;
    margin: 0px auto;
    padding: 5px 0px 5px 0px;
}
	
.img-box5{
    width: 95%;
    height: auto;
    margin: 0px auto;
    padding: 0px;
}
	
/*YouTube box設定*/
.youtube-box1{
	width: 80%;
	height: auto;
	margin: 0px auto;
	padding: 20px 0px 20px 0px;
}

/*トップへのリンク（最下部）*/
.content-bottom{
    width: 40%;
    margin: 0px auto;
    height: auto;
    padding: 30px 0px 20px 0px;
}
	
/*フッター*/	
.footer-outer{
    width: 100%;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 20px;
    background-color: #085B31;
}
	
.footer-inner{
    width: 40%;
    margin: 0px auto;
    height: auto;
    padding: 10px 0px;
    text-align: center;
    text-shadow: 0px 0px;
    color: #FFFFFF;
    font-size: 14px;
}
	
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block!important;}
.sp { display: none !important;}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
.pc { display: none !important; }
.sp { display: block !important; }

}







	
	
