﻿/*******************************************************/
/*                                                     */
/* 全体スキンの編集                                    */
/*                                                     */
/*******************************************************/


/* ボディ */
body
{
	margin: 0 ;			/* スペース */
	padding: 0 ;			/* 余白 */
	line-height: 1.3em;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
p
{
	font-size: 14px;
}
.wrapper-header
{
	width: 980px ;
	margin: 0 auto 10px auto ;	/* 左右に[auto]を指定することで、真ん中に寄る */
}
.container-header
{
	display: grid;
	gap: 5px;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: auto auto auto auto auto;
}
.header
{
	padding: 2px 0 2px 0;
}

.box-header1
{
	grid-column: 1 /3;
	grid-row: 1 / 5;
}
.box-header2
{
	grid-column: 6 / 7;
	grid-row: 1 / 2;
	text-align: right;
	padding-top: 5px;
	font-size: 14px;
}
.box-header3
{
	grid-column: 7 / 8;
	grid-row: 1 / 2;
}
.box-header4
{
	grid-column: 2 / 5;
	grid-row: 3 / 4;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	padding-top: 0;
	padding-left: 50px;
}

@media screen and ( min-width:769px )
{
	#site-lang
	{
		display: none;
	}
	#title-head
	{
		display: none;
	}
}
@media screen and ( max-width:769px )
{
	.wrapper-header
	{
		width: 100% ;
		margin: 0 auto ;	/* 左右に[auto]を指定することで、真ん中に寄る */
	}
	.container-header
	{
		padding: 0;
		text-align: center;
	}
	.header
	{
		display: none;
	}

	.box-header1
	{
		display: none;
	}
	.box-header2
	{
		display: none;
	}
	.box-header3
	{
		display: none;
	}
	.box-header4
	{
		display: none;
	}


	#site-lang
	{
		width: 100%;
		text-align: right;
		margin: 0 auto;
		padding:  0;
		font-size: 16px;
	}

	#site-lang ol
	{
	}
	#site-lang li
	{
		display: inline-block;　/*横並びにします*/
	}
/*
	#site-lang li:after{
	    	content: "|";　/*記号( ＞ )を追加します  *
	}
	#site-lang li:last-child:after{
	    	content: "";　/*リスト要素の末尾は記号を消します *
	}
*/
	#site-lang li a {
		font-weight: bold;
		color: #f54e08;
	}
	#site-lang li a:hover {
		color: #f0ad78;
	}
	#title-head 
	{
		background: url(../images/logo2.png) 0 0 no-repeat; 
		height: 130px;
		text-align: left;
		font-weight: bold;
		font-size: 16px;
		padding-top: 70px;
		padding-left:120px
	}
}
/*******************************************************/
/*                                                     */
/* ナビ部分の編集                                      */
/*                                                     */
/*******************************************************/
nav
{
	clear both;
	text-align: center;
}


@media screen and ( min-width:769px )
{
	#main-menu
	{
		width: 980px;
		margin: 0 auto;
		padding: 2px 0 5px 0;
		text-align: right;
	}
	#main-menu ul
	{
	}
	#main-menu li
	{
		display: inline-block;　/*横並びにします*/
	}
	#main-menu li:after
	{
	    	content: " | ";　/*記号( ＞ )を追加します*/
	}
	#main-menu li:last-child:after{
	    	content: "";　/*リスト要素の末尾は記号を消します*/
	}
	#main-menu a {
		color: #000;
		font-weight: bold;
	}
	#main-menu a:hover {
	  	color: #f35;
		font-size: 18px;
	}


	#dropmenu 
	{
		clear both;
		list-style-type: none;
		width: 980px;
		margin: 0 auto;
		padding: 0;
	}
	#dropmenu li 
	{
		position: relative;
		width: 162.3px;
		float: left;
		margin: 0;
		padding: 0 1px 0 0;
		text-align: center;
	}
	#dropmenu li a 
	{
		display: block;
		margin: 0;
		padding: 16px 0;
		background: #a8aade;
		color: #000;
		font-size: 13px;
		font-weight: bold;
		line-height: 1;
		text-decoration: none;
	}
	#dropmenu li ul 
	{
		list-style: none;
		position: absolute;
		z-index: 100;
		top: 100%;
		left: 0;
		width: 100%;
		margin: 0;
		padding: 0 1px 0 0;
	}
	#dropmenu li ul li 
	{
		overflow: hidden;
		width: 100%;
		height: 0;
		color: #fff;
		transition: .7s;
	}
	#dropmenu li ul li a
	{
		padding: 13px 15px;
		background: #a8aade;
		text-align: left;
		font-size: 11px;
		font-weight: bold;
	}
	#dropmenu > li:hover > a 
	{  
		background: #a8aade;
	}
	#dropmenu > li:hover li:hover > a 
	{
		background: #9394de;
	}
	#dropmenu > li:hover > ul > li 
	{
		overflow: visible;
		height: 38px;
	}
	#dropmenu li ul li ul 
	{
		top: 0;
		left: 100%;
	}
	#dropmenu li:last-child ul li ul 
	{
		left: -100%;
		width: 100%;
	}
	#dropmenu li ul li ul:before 
	{
		position: absolute;
		content: "";
		top: 13px;
		left: -20px;
		width: 0;
		height: 0;
		border: 5px solid transparent;
		border-left-color: #7274de;
	}
	#dropmenu li:last-child ul li ul:before 
	{
		position: absolute;
		content: "";
		top: 13px;
		left: 200%;
		margin-left: -20px;
		border: 5px solid transparent;
		border-right-color: #9394de;
	}
	#dropmenu li ul li:hover > ul > li 
	{
		overflow: visible;
		height: 38px;
	}
	#dropmenu li ul li ul li a {
		background: #9394de;
	}
	#dropmenu li:hover ul li ul li a:hover {
		background: #8889de; 
	}
	#sp-menu
	{
		display: none;
	}

}
@media screen and ( max-width:769px )
{
	#dropmenu
	{
		display: none;
	}
	#main-menu
	{
		display: none;
	}
}

#punks
{
	width: 980px ;
	margin: 0 auto;
	font-size: 12px;
}
@media screen and ( max-width:769px )
{
	#punks
	{
		clear: both;
		width: 80% ;
		margin: 0 auto;
		font-size: 12px;
	}
}
#punks ol
{
	padding-top: 20px;
}
#punks li
{
	padding: 10px 0 2px 0;
	display: inline-block;　/*横並びにします*/
}
#punks li:after
{
    	content: " > ";　/*記号( ＞ )を追加します*/
}
#punks li:last-child:after
{
    	content: "";　/*リスト要素の末尾は記号を消します*/
}
#punks a
{
	font-weight: bold;
	color: #f54e08;
}
#punks a:hover
{
	color: #f0ad78;
}
/* 各項目の装飾 */
ul.pagelinks li {
	width: 1.2em;
	line-height: 1.2em;
	list-style-type: none;
	border: 1px solid blue;
	float: left;
	margin: 0.1em;
	padding: 0px;
	font-family: Arial,sans-serif;
	font-weight: bold;
	text-align: center;
}

/* リンクの装飾 */
ul.pagelinks li a 
{
   display: block;
   text-decoration: none;
   width: 1.2em;
}
/* 未訪問リンクの色 */
ul.pagelinks li a 
{
	background-color: white;
	color: #a8aade;
}
/* 既訪問リンクの色 
ul.pagelinks li a:visited 
{
	background-color: white;
	color: purple;
}
*/
/* マウスが載ったときの色 */
ul.pagelinks li a:hover 
{
	background-color: #a8aade;
	color: yellow;
}

/* 現在位置項目の装飾 */
ul.pagelinks li.here 
{
	 background-color: #a8aade;
	color: #ffffff;
	border-color: #a8aade;
}

/******************************************************/
/*                                                    */
/* フッターの編集                    　　　　　　     */
/*                                                    */
/******************************************************/

/* フッター */
.wrapper-footer
{
	clear: both;
	width: 980px ;
	margin: 10px auto 10px auto ;	/* 左右に[auto]を指定することで、真ん中に寄る */
}
.container-footer
{
	display: grid;
/*	gap: 2px;*/
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: auto auto auto auto;
}
.footer
{
	padding-left: 5px;
	background: #b5b6de;
	line-height: 1em;
}
.box-footer1
{
	grid-column: 1 / 7;
	grid-row: 1 / 2;
}
.main-menu ul
{
	margin: 0;
        padding: 0 0 0 2px;
	list-style-type: none;
	font-weight: bold;
	font-size: 12px;
}
.main-menu li
{
	padding-top: 10px;
	padding-right:15px;
	display: inline-block;　/*横並びにします*/
}
.main-menu li:before
{
	content: "■ ";
	font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
}
.main-menu li a 
{
	color: #0360ed;
	font-weight: bold;
	text-decoration: none;
}
.main-menu li a:hover
{
  	color: #f35;
	font-weight: bold;
	text-decoration: underline;
}

.box-footer2
{
	grid-column: 1 / 2;
	grid-row: 2 / 3;
}

.box-footer3
{
	grid-column: 2 / 3;
	grid-row: 2 / 3;
}
.box-footer4
{
	grid-column: 3 / 4;
	grid-row: 2 / 3;
}
.box-footer5
{
	grid-column: 4 / 5;
	grid-row: 2 / 3;
}
.box-footer6
{
	grid-column: 5 / 6;
	grid-row: 2 / 3;
}
.box-footer7
{
	grid-column: 6 / 7;
	grid-row: 2 / 3;
}
.sub-menu ul
{
	margin: 0;
        padding: 0 0 0 15px;
	list-style-type: square;
	font-weight: bold;
	font-size: 11px;
}
.sub-menu li
{
	padding-top: 8px;
}
.sub-menu li a 
{
	color: #0360ed;
	font-weight: bold;
	text-decoration: none;
}
.sub-menu li a:hover
{
  	color: #f35;
	font-weight: bold;
	text-decoration: underline;
}
.box-footer8
{
	grid-column: 1 / 2;
	grid-row: 10 / 11;
}
.instagram-bunner
{
	margin: 0;
	padding: 0x 5px 0 0;
	text-align: right;
}
.box-footer9
{
	grid-column: 2 / 3;
	grid-row: 10 / 11;
}
.instagram p
{
	margin: 0;
	padding: 10px 5px 0 0;
	text-align: left;
	font-size: 11px;
}
.box-footer10
{
	grid-column: 3 / 7;
	grid-row: 10 / 11;
}
.copyright
{
	margin: 0;
	padding: 10px 5px 0 0;
	text-align: right;
	font-size: 11px;
}






@media screen and ( max-width:769px )
{
	.wrapper-footer
	{
		clear: both;
		width: 100% ;
		margin: 0 auto;	/* 左右に[auto]を指定することで、真ん中に寄る */
	}
	.container-footer
	{
		display: grid;
	/*	gap: 2px;*/
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto auto auto auto auto auto auto auto auto;
	}
	.footer
	{
		padding-left: 5px;
		background: #b5b6de;
		line-height: 1em;
	}
	.box-footer1
	{
		grid-column: 1 / 3;
		grid-row: 1 / 2;
	}
	.main-menu ul
	{
		margin: 0;
	        padding: 0 0 0 10px;
		list-style-type: none;
		font-weight: bold;
		font-size: 12px;
	}
	.main-menu li
	{
		padding-top: 15px;
		padding-right:15px;
		display: inline-block;　/*横並びにします*/
	}
	.main-menu li:before
	{
		content: "■ ";
		font-size: 10px;
		font-weight: bold;
		vertical-align: middle;
	}
	.main-menu li a 
	{
		color: #0360ed;
		font-weight: bold;
		text-decoration: none;
	}
	.main-menu li a:hover
	{
	  	color: #f35;
		font-weight: bold;
		text-decoration: underline;
	}

	.box-footer2
	{
		grid-column: 1 / 3;
		grid-row: 2 / 3;
	}

	.box-footer3
	{
		grid-column: 1 / 3;
		grid-row: 3 / 4;
	}
	.box-footer4
	{
		grid-column: 1 / 3;
		grid-row: 4 / 5;
	}
	.box-footer5
	{
		grid-column: 1 / 3;
		grid-row: 5 / 6;
	}
	.box-footer6
	{
		grid-column: 1 / 3;
		grid-row: 6 / 7;
	}
	.box-footer7
	{
		grid-column: 1 / 3;
		grid-row: 7 / 8;
	}
	.sub-menu ul
	{
		margin: 0;
	        padding: 0 0 0 25px;
		list-style-type: square;
		font-weight: bold;
		font-size: 10px;
	}
	.sub-menu li
	{
		padding-top: 8px;
	}
	.sub-menu li a 
	{
		color: #0360ed;
		font-weight: bold;
		text-decoration: none;
	}
	.sub-menu li a:hover
	{
	  	color: #f35;
		font-weight: bold;
		text-decoration: underline;
	}
	.box-footer8
	{
		grid-column: 1 / 2;
		grid-row: 8 / 9;
	}
	.instagram-bunner
	{
		margin: 0;
		padding: 0x 5px 0 0;
		text-align: right;
	}
	.box-footer9
	{
		grid-column: 2 / 3;
		grid-row: 8 / 9;
	}
	.instagram p
	{
		margin: 0;
		padding: 10px 5px 0 0;
		text-align: left;
		font-size: 11px;
	}
	.box-footer10
	{
		grid-column: 1 / 3;
		grid-row: 9 / 10;
	}
	.copyright
	{
		margin: 0;
		padding: 10px 5px 0 0;
		text-align: right;
		font-size: 11px;
	}
}
