/* 
        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;
}

.itemttl {
  width: 960px;
  text-align: center;
  margin: 0 auto;
}
.itemttl p {
  font-size: 34px;
  line-height: 38px;
  padding: 12px 0 8px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.12em;
}
.redttl {
  background-color: #F5190F;
  color: #FFFFFF;
}
.goldttl {
  background-color: #D1AB00;
  color: #FFFFFF;
}
.bluettl {
  background-color: #1189DF;
  color: #FFFFFF;
}
.pinkttl {
  background-color: #E4689A;
  color: #FFFFFF;
}
.chattl {
  background-color: #665851;
  color: #FFFFFF;
}


.itemttl .smalltext {
  font-size: 24px;
  font-weight: normal;
}

.about{
  width: 960px;
    margin: 0 auto;
    text-align: center;
}
.abouttext{
  font-size: 18px;
  line-height: 26px;
  text-align: justify;
  font-weight: normal;
}



.ctttl {
  width: 960px;
  text-align: center;
  margin: 0 auto;
}
.ctttl p {
  font-size: 28px;
  line-height: 38px;
  padding: 10px 0 6px;
  margin-bottom: 10px;
  background-color: #4D4D4D;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.12em;
}
.about02 {
  background: #fff; /*背景色*/
  padding: 0.4em 0;
  width: 960px;
}
.about02 .aboutimg {
  width: 100%;
  margin: 0 auto;
}
.flexbox02 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between
}
.flexbox02 > div {
  width: 32%;
}
.item02:nth-child(n+4) {
  margin-top: 30px;
}
.flexbox02::after {
  content: "";
  display: block;
  width: 32%;
}
.item02 p {
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0;
}




