/* body */
#bdy {
    background-color: #fff;
    text-align: center;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}
.wrap {
	overflow: hidden;
}

/*ヘッダー画像 オオイヌ*/
#start {
    background-repeat:  repeat;
    width:100%;
}

/*ヘッダー Yoshihiro Nakashimaの文字*/
#title {
	position: relative;
	padding:   20px 0 60px 0;
    text-align: center;


	color: #000;
	background-attachment: fixed;
    font-family: "Ravi Prakash", cursive;
    font-size: 2.5em;
    text-align: center;
    /*text-shadow: 5px 5px 1px #999999;*/
    background-color: transparent;

}

/* Navigation
-------------------------------------*/
#container {
	padding: 0 0 0 0;    
    background: url(../img/test4.jpg);
}

#homeLink {
	position: relative;
    text-align:center;
	padding: 0 0 0 0;
	color: black;
	background-attachment: fixed;
}
#linkicon {
    display: flex;
    justify-content: center;
}
.linkNav ul {
	margin: 0 0;/* オオカミとかのアイコンの場所*/
	letter-spacing: 0em;
	text-align: center;
}
.linkNav ul li {/* オオカミとかのアイコンの場所*/
	display: inline-block;
	width: 146px;
    padding: 0 35px 60px 35px;/* 2番目が間隔，3番目がアイコンの下側　オオカミとかのアイコンの間隔*/
	letter-spacing: normal;
	vertical-align: middle;
    border: 0px solid
}
.linkNav ul li p {   
    margin: 0 0 0 0;
	line-height: 1.6;
    color: #565656;
    background-color: rgba(255,255,255, 0.7);
    border-radius: 8px;
}
.linkNav ul li a {
	color: black;
    font-size: 14px;
    text-align: center;
}
.linkNav ul li a {
	color: black;
    font-size: 14px;
    text-align: center;
}

.pic {
    display: inline-block;
    text-align: center;
}





/* Profileの写真の設定
-------------------------------------*/
.profileimage img { width: 100%; }
-------------------------------------*/
/* サイトタイトル */
h1 {
    font-size: 2.5em;
    color: white;
    text-align: center;
    text-shadow: 5px 5px 1px #999999;
    background-color: transparent;
    margin: -190px;
    padding: 400px;
}

/* 見出し */
h2 {
    text-align: center;
    border-bottom: solid 1px #cccccc;
    padding: 10px;
    font-size: 2.0em;
    text-shadow: 5px 5px 1px #999999;
}

h3 {
    background-color: #e8e8e8;
    padding: 6px;
    font-size: 1em;
}

h4 {
    text-align: left;
    border-bottom: solid 1px #cccccc;
    font-size: 1.5em;
    padding-left: 20px;
    padding-top: auto;
    padding-bottom: auto;
    margin-top: 5px;
    margin-bottom: auto;
}

h5 {
    font-size: 1em;
    color: #fff;
    text-align: center;
    background-color: grey;
    margin: 0;
    padding: 20px;
    font-size: 2em
}

h6 {
    font-size: 12pt;
    font-weight: normal;
    color: black;
    text-align: left;
    margin: 0;
    padding: 20px;
    margin-bottom: auto;
}

/* ページの先頭へ */
.pagetop {
    text-align: right;
}

/* コピーライト */
.copyright {
    border-top: solid 3px #53b3d2;
    text-align: center;
}

/* コンテンツ幅の上限を設定 */
main {
    max-width: 960px;
    margin: 0 auto;
}

/* section */
section {
    margin: 30px 0 60px;
}

/* 写真のsection */
.photo {
    margin: 0 0 24px;
}
.photo ul {
    padding: 10px;
    overflow: hidden;
}
.photo ul li {
    list-style-type: none;
    float: left;
    width: 33.333%;
}
.photo ul li img {
    max-width: 100%;
    height: auto;
    display: block;
}
/* ビデオのsection */
.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

/* プロフィールのsection */
.profile {
    padding: 10px;
    overflow: hidden;
}
.profile img {
    float: left;
    margin: 0 16px 0 0;
}
.profile h4 {
    margin: 0 0 0.5em;
}
.profile p {
    margin: 0;
}

/* 表 */
table {
    border-collapse: collapse;
    width: 100%;
}
th,td {
    border-bottom: solid 1px #cccccc;
    padding: 10px;
    text-align: left;
    vertical-align: top;
}

/* ナビゲーション */
.navigation ul {
    padding: 4px;
    text-align: center;
}
.navigation ul li {
    list-style-type: none;
    display: inline;
    margin: 0 8px;
}
.navigation ul li a {
    color: #rgb(0, 0, 0);
    text-decoration: none;
}
.navigation ul li a:hover {
    color: #1f8db0;
    text-decoration: underline;
}

/* グーグルカレンダー */
.cal_wrapper {
  max-width: 800px; /* 最大幅 */
  min-width: 300px; /* 最小幅 */
  margin: 2.0833% auto;
}
 
.googlecal {
  position: relative;
  padding-bottom: 100%; /* 縦横比 */
  height: 0;
  overflow: hidden;
}
.googlecal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
 
/* メインビジュアル */
.mainvisual img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.box28 {
    position: relative;
    margin: 0px 20px 0px;
    padding: 30px 20px 10px;
    vertical-align: middle;
    border: solid 2px #828fd4;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #828fd4;
    color: #ffffff;
    font-weight: bold;
}
.box28 p {
    margin: 0; 
    padding: 20;
    text-align: left;
}

/*-------------------------------------------------------------------
REST Queries
-------------------------------------------------------------------*/

.video2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow:auto; 
  -webkit-overflow-scrolling:touch;
  border:2px solid #ccc; 
}
.video2 iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
    display:block;
}


/*-------------------------------------------------------------------
 Media Queries
-------------------------------------------------------------------*/

/* SP layout
-------------------------------------------------------------------*/
@media screen and (max-width: 780px) {



/*-------------------------------------
 layout
-------------------------------------*/

/* homeLink　Facebookなどの関連サイトが並んでいるところ
-------------------------------------*/
.linkNav ul li {
	display: inline-block;
	width: 50%;
	padding: 0 50px 50px 0;
	letter-spacing: normal;
	vertical-align: top;
}
.linkNav ul li p {   
    margin: 0 0 0 0;
	line-height: 1.6;
    color: #565656;
    background-color: rgba(255,255,255, 0.7);
    border-radius: 8px;
}   
.container {
    display:flex;
    justify-content:center;
    align-items:center;
    justify-content: center;
}

.linkNav ul li a {
	color: black;
    font-size: 18px;
    text-align: center;
}

/* PC layout
-------------------------------------------------------------------*/
@media screen and (min-width: 781px) {




}


/* 
-------------------------------------------------------------------*/
@media screen and (min-width: 1700px) {

/*-------------------------------------
 main
-------------------------------------*/
.mainInner {
	top: 95px;
}

/*-------------------------------------
 layout
-------------------------------------*/

/* homeLink
-------------------------------------*/
#homeLink {
	background-size: cover;
}

}


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

@media screen and (min-width: 1920px) {

/* homeSupport
-------------------------------------*/
.supportBox .pic img {
	width: 55%;
}


}