/* 
        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;
}

body {
  line-height: 1;
}


*{
     font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}



/*共通マージン設定*/
.mb1x1 {
  margin-bottom: 100px !important;
}
.mb1x2 {
  margin-bottom: 60px !important;
}
.mb1x3 {
  margin-bottom: 30px !important;
}
.mb1x4 {
  margin-bottom: 10px !important;
}
.mb1x5 {
  margin-bottom: 50px !important;
}
.pb1x1 {
  padding-bottom: 38px !important;
}
.pt1x1 {
  padding-top: 78px !important;
}
/* 共通 width 設定*/
.widthsize01 {
  width: 960px;
  margin: 0 auto;
  text-align: center;
}
a {
	text-decoration: none;
	color: inherit;
}

/*PC・SPでの非表示の切り替え--------------------------------------------------------*/
.pc {
  display: inherit;
}
.sp {
  display: none;
}
br.pc {
  display: inline;
}
br.sp {
  display: none;
}
.sp_block {
  display: inline;
}
html {
  font-size: 18px;
}
body{
    overflow-x: hidden;
    width: 100%;
    min-width: 960px;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.main img{
	  }
hr {
  width: 100%;
}
stline {
  width: 100%;
}

/*ホバーアニメーション*/
.hover01{
   transition: 0.3s;
}

.hover01:hover{
    transform: scale(1.01);
    filter: blur(0.5px) saturate(0.7) brightness(110%);
    -webkit-filter: blur(0.5px) saturate(0.7) brightness(110%);
}


.mainbody {
  width: 100%;
  margin-top: 0px;
} 

.header {
  width: 960px;
  text-align: center;  
  margin: 0 auto;
}
.header img{
  width: 100%;
}

.doga iframe{
    width: 960px;
    height: 500px;
}



.main {
  width: 960px;
  text-align: center;  
  margin: 0 auto;
}

.ctttl {
  width: 960px;
  text-align: center;  
  margin: 0 auto;
}
.ctttl p{
  font-size: 30px;
  line-height: 38px;
  padding: 10px 0 6px;
  margin-bottom: 10px;
  background-color: #70805d;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.12em;
}
.setttl {
  width: 960px;
  text-align: center;  
  margin: 0 auto;
}
.setttl p{
  font-size: 26px;
  line-height: 36px;
  padding: 8px 0 4px;
  margin-bottom: 10px;
  background-color: #d87142;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.12em;
}
.howsttl {
  width: 960px;
  text-align: center;  
  margin: 0 auto;
}
.howsttl p{
  font-size: 26px;
  line-height: 36px;
  padding: 8px 0 4px;
  margin-bottom: 10px;
  background-color: #805039;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.12em;
}
.onlinettl {
  width: 960px;
  text-align: center;  
  margin: 0 auto;
}
.onlinettl p{
  border: solid 3px #d87142;/*線色*/
  padding: 0.5em;/*文字周りの余白*/
  border-radius: 0.5em;/*角丸*/
  font-size: 32px;
  line-height: 40px;
  color: #d87142;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.12em;
}


.yatomi{
    font-size: 18px;
    line-height: 1.6em;
    text-align: justify;
    padding: 0;
}
.event1{
    width: 100%;
}
.event1 img{
    width: 100%;
}

.about02 {
  background: #fff; /*背景色*/
  padding: 0.4em 0;
  width: 960px;
}
.about02 .flexbox01{
    display: flex;
}
.about02 .flexbox01 .itembox{
    width: 40%;
    margin-right: 30px;
}
.about02 .itembox img{
    width: 100%;
    margin-bottom: 0;
}
.about02 .flexbox01 .itemtxt{
    width: 60%;
    margin: 10px auto 0;
}
.itemtxt .itembig{
    font-size: 24px;
    font-weight: bold;
    text-align: justify;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 3px dotted #60322D;
    color: #60322D; 
}
.itemtxt .itemsmall{
    font-size: 18px;
    line-height: 1.6em;
    text-align: justify;
    margin-bottom: 30px;
}
.itemtxt .textbig{
    font-size: 20px;
    font-weight: bold;
    color: #E73828; 
}


.about02 .itemttl01 {
  padding: 7px 0 5px;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}
.about02 .clabr47{
   background-color: #ae8400;
}
.about02 .clabr95{
   background-color: #806c00;
}
.about02 .clabry47{
   background-color: #b32626;
}
.about02 .clabry95{
   background-color: #831d1d;
}
.about02 .clnegi1{
   background-color: #186b2f;
}
.about02 .clnegi2{
   background-color: #32503b;
}

.about02 .flexbox02{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
}
.about02 .flexbox02 > div{
    width: 32%;
}




