@charset "utf-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}


article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
  display:block;
}

h1 {
  font-size:150%;
}
h2{
font-size:120%;
}

ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000; 
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;   
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}


/*  Common Elements
---------------------------------------------------------- */

body {
  line-height:1.2;
  color: #333;
  font: 14px/1.3 sans-serif;
  -webkit-text-size-adjust: 100%;
}

#page {
  background: #fff;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}



/************************************************************************/
/*  スマホ用　横960pix未満のとき。                                　　　*/
/************************************************************************/


/*  Header　(SmartPhone)
---------------------------------------------------------- */

#globalHeader {
  background: #66cc66;
  width: 100%;
  border:solid 1px #666;
  margin-bottom: 5px;
  /* margin: 1px; */
}

#globalHeader #title {
  font-weight:bold;
  font-size:20px;
  color:#333;
  margin: 5px auto;
  text-align:center;
}

#attention {
	font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 10px;
  color: red;

}


#buttonarea{
  margin-bottom: 5px;
}

button {
	font-size: 12px;
	line-height: 1.5;
	width: 32%;
  }

button a {
	text-decoration: none;
	color: #333;
	display: block;
} 

article{
  margin-bottom: 10px;
  margin-right: 5px;
  margin-left: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top:5px;
  border: 1px solid#ccc;
}

h2{
  background-image: linear-gradient(to bottom, #ffffff, #cfcfcf);
  border-top: 1px solid #ccc;
  border-left: 10px solid #ccc;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 1em;
  margin-bottom: 5px;

}


/*  Top 　(SmartPhone)
---------------------------------------------------------- */


.date {
  color: #333;
  font-family: helvetica, arial;
  font-size:16px;
  font-weight:800;
  margin: 10px; 
  display: inline;
}





/**************************************************/
/* フォトギャラ　グリッドの設定
/**************************************************/

.photo_container {
  display: grid;
  grid-row-gap: 30px;
}
.photo_container img{
  display: block;
  width: 100%;
}




/**************************************************/
/* フッター　　　　　　　　　　　　　　　　　　　 */
/**************************************************/

p#footertext {
  background: #66cc66;
  color: #fff;
  font-family: helvetica, arial;
  padding: 5px 0;
  text-align: center;
  
}



/************************************************************************/
/*  PC用　横960pix以上 960pixでレイアウト　　　　　　　　　　　　　　　*/
/************************************************************************/
@media screen and (min-width:960px){

#page{
	margin: 0px auto;
	width: 960px;
    border: 1px solid #ccc;

}

/*  Header　(pc)
---------------------------------------------------------- */

#globalHeader {
  background: #66cc66;
  width:auto;
  border:solid 1px #666;
  margin: 1px; 
  margin-bottom: 5px;

}

#globalHeader #title {
  margin: 6px 0 2px 0;
  text-align:center;
  font-weight:bold;
  color:#333;
  font-size:24px;
  vertical-align:bottom;
  background: #66cc66;
}


/*  Top 　(pc)
---------------------------------------------------------- */



#sliderborder{
	width: 640px;
	height: 300px;
	float: right;
}


/******************/
/*  2列(1:2の幅) */
/******************/
.row1{
  display: flex;
}

.row1 article{
  flex: 1;
}

.row1 article:nth-of-type(2){
  flex: 2;
}

/******************/
/*  2列(3:2の幅) */
/******************/
.row2{
  display: flex;
}

.row3 article{
  flex: 3;
}

.row3 article:nth-of-type(2){
  flex: 2;
}

  /**************************************************/
/* フォトギャラ　グリッドの設定
/**************************************************/

.photo_container {
  display: grid;
  grid-template-columns: 450px 450px;
  grid-column-gap: 20px;
  grid-row-gap: 30px;

}


}  /* 960用終了