/* ◆リセットCSS◆ */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* ◆全体定義（フォント、バックグラウンド）◆ */

body {
    font-family: 'Gulim', sans-serif, 'Century Gothic' ;
    line-height: 2;
    color:rgb(0,128,128);
    background: rgb(256,256,256);
    vertical-align: middle;
    position: absolute;
    top: 0; /* 基準の位置を画面の一番上に指定する */
    left: 30px;
    right: 30px;
    margin: auto;
    max-width: 1920px
}

/*
body:before {
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    content: '';
    position: absolute;
    background: rgb(64,160,160);
    z-index: -1;
}
*/

.center{
	text-align: center;
}

a {
  color: inherit;
}

a:hover:not(.active) {
  color: #a9bce2;
}

a.anchor{
    display: block;
    padding-top: 160px;
    margin-top: -160px;
}

img {
    vertical-align: middle;
}

.site-footer{
    background: rgb(0,128,128);
    padding: 50px;
}

.copyright{
    color: #fff;
    text-align: center;
}


/* ◆上部メニュー定義◆ */


.site-header {
    position: fixed;	/* 要素の位置を固定する */
    top: 0; /* 基準の位置を画面の一番上に指定する */
    left: 0px;
    right: 0px;
    margin: 0px auto;
    padding-top: 0px; /* 要素内側の余白を指定する */
    height:80px; /* 高さを指定する */
    width: 100%; /* 幅を指定する */
    background: rgb(256,256,256); /* 背景色を指定する */
    color: rgb(0,128,128); /* フォントの色を指定する */
    z-index: 2;
    display: table;
    max-width: 1920px
}

.nonfixed { /* 使ってない */
    position: relative;	/* 要素の位置を固定する */
    top: 0; /* 基準の位置を画面の一番上に指定する */
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 0px; /* 要素内側の余白を指定する */
    height:80px; /* 高さを指定する */
    width: 100%; /* 幅を指定する */
    background: rgb(64,160,160); /* 背景色を指定する */
    color:white; /* フォントの色を指定する */
}

.toptitle {
    font-size: 2em;
    font-weight:bold;
}

.menusub { /* 使ってない */
    background: rgb(64,160,160);
    color: #fff;
    position: relative;
}

.split-menuitem{
    display: table-cell;
    width: 50%;
    text-align: center;
    vertical-align: middle;
    height:80px; /* 高さを指定する */
}

.split-menuleft{
    background: rgb(64,160,160);
    color: #fff;
    position: relative;
    left: 0px;
    right: 0px;
    margin: auto;
    height:80px; /* 高さを指定する */
}

.split-menuright{
    background: rgb(240,256,248);
    color: rgb(0,128,128);
    position: relative;
    text-align: center;
    vertical-align: middle;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    height:80px; /* 高さを指定する */
}

.soundcloud { /* Soundcloudアイコン中央表示用 */
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
}

li {
	float: left;
	display:flex;
	align-items: center;
	justify-content: center;     /* アイテムを中央に寄せる */
	
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}

li a {
	display: block;
	color: rgb(0,128,128);
	text-align: center;
	vertical-align: middle;
	text-decoration: underline;
	display:flex;
	align-items: center;
	justify-content: center;
}

li a:hover:not(.active) {
	color: #a9bce2;
}

/* 参照元：https://copypet.jp/671/ */



/* ◆縦スプリットの定義◆ */

.split{
    display: table;
    width: 100%;
}

.split-item{
    display: table-cell;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 50%;
}

.split-left{
    background: rgb(240,256,248);
    color: rgb(0,128,128);
    position: relative;
}

.split-left__inner{
    height: 100%;
    width: 50%;
}

.split-right{
    background: rgb(64,160,160);
    color: #fff;
    position: relative;
}

.split-right__inner{
    height: 100%;
}



@media screen and (max-width:1023px) {
    .split{
        display: block;
    }
    
    .split-item{
        display: block;
        position: inherit;
        width: auto;
    }
    
    .split-left__inner{
        position: inherit;
        width: auto;
    }

}



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

    .split-menuitem{
        display: block;
        width: auto;
		height:60px; /* 高さを指定する */
		min-width: 320px
    }

}



/* 参照元：https://webdesignday.jp/inspiration/technique/css/3962/ */



/* ◆見出しと本文のフォント・レイアウト定義◆ */

.hds1 {
	border-left: solid 0.5rem rgb(128,192,192);/*左線*/
	border-bottom: solid 2px rgb(192,192,192);/*下線*/
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-bottom: 0rem;
	font-size:1.2rem;
	margin-left: 0rem;
	display: block;
}

.dtl1 {
	padding-left: 1.0em;
	font-size:1.0rem;
	display: block;
}

.hdm1 {
	text-align:center; 
	color: rgb(0,128,128);/*文字色*/
	border: solid 3px rgb(0,128,128);/*線色*/
	padding: 0.5em;/*文字周りの余白*/
	border-radius: 0.5em;/*角丸*/
	background: rgb(240,256,248);
	margin-top: 80px;
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 0;
	font-size:1.2rem;
	text-decoration: none;
}



/* ◆メールフォーム定義◆ */

#formWrap {
	width:700px;
	margin:20px auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
    padding: 30px;
    }
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
	background: rgb(256,256,256);
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
