/* 
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;
    font-weight: inherit;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav 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;
}

img{
    vertical-align: top;
}
/*---------------------------------------------------------------------------------*/
.clearfix::after{
    content: "";
    display: block;
    clear: both;
}

a{
    text-decoration: none;
    color: inherit;
}

b{
    font-weight: bold;
}
em{
    background: linear-gradient(transparent 60%, #f7cddd 60%, #f7cddd 90%,transparent 90%);
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*PC・SPでの非表示の切り替え--------------------------------------------------------*/
.pc{
    display: inherit;
}

.sp{
    display:none;
}
br.pc{
    display: inline;
}
br.sp{
    display: none;
}

.sp_block{
    display: inline;
}



/*ボタン ----------*/
.btn01{
    color: #ffffff;
    background: #5A8CDC;
    padding: 0.65rem 1rem 0.5rem;
    border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    font-size: 1rem;
    display: inline-block;
}

.btn01 > .arrow_side{
    display: inline-block;
    font-size: 10px;
    margin-right: 1px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
.btn01 > .triangle{
    border-left-color: #fff !important;
    font-size: 0.5em;
    margin-right: 0.25rem;
}

.square_btn{
    display: inline-block;
    padding: 1em 1em 0.9rem;
    text-decoration: none;
    background: #5557c4;
    color: #ececff;
    /*border-bottom: solid 0.1rem #a71717;
    border-radius: 0.25rem;*/
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    transform: translateY(0);
    font-size: 1rem;
}
.square_btn > .triangle{
    border-left-color: #ececff !important;
    font-size: 0.6em;
    margin-right: 0.25rem;
}
.square_btn:hover{
    /*border-bottom: solid 0.3rem #a71717;*/
    transform: translateY(-0.2rem);
}
.square_btn:active{
    /*border-bottom: solid 0rem #a71717;*/
    transform: translateY(0);
}


.square_btn .arrow01{
    color: #ffffff;
    font-size: 0.8em;
    padding-right: 0.3em;
    display: inline-block;
    vertical-align: top;
    padding: 0.8em;
    position: absolute;
    background: #91C421;
    height: 102%;
    top: -1px;
    left: -1px;
    border-radius: 7px 0 0 7px;
}


a.btn01{
    outline: none;
    color: #fff;
    text-decoration: none;
}




/*アニメ ----------*/
.anm01{
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.anm01:hover{
    -webkit-transition: 0.3s;
    transition: 0.3s;
    /*-webkit-transform: scale(1.05);
    transform: scale(1.05);*/
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transform: translateY(-0.2rem);
    opacity: 0.5;
}

.anm01:active{
    -webkit-transition: 0.3s;
    transition: 0.3s;
    /*-webkit-transform: scale(0.9);
    transform: scale(0.9);*/
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transform: translateY(0);
}



/*ホバーアニメーション*/
.hover01{
   
}

.hover01:hover{
    background: linear-gradient(transparent 31%, #f3e4e7 0%,#f3e4e7 85%,transparent 85%);
}


/*画像だけを表示させるボックス*/
.imagebox_c{
    text-align: center;
}

/* .lastのマージン解除*/
.last{
    margin: 0 !important;
}

*{
    font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
}


/*body{
    font-family: "M PLUS Rounded 1c";
}*/



body{
    position: relative;
}

img{
    width: 100%;
    height: auto;
}

a{
    color: inherit;
    text-decoration: none;
}
.a_is_block a{
    display: block;
}

.centerline{
    width: 50%;
    height: 100vh;
    border-right: 1px solid blue;
    position: fixed;
    z-index: 99999999999999;
    top: 0;
    left: 0;
}

.underline{
    text-decoration: underline;
}

.text-center{
    text-align: center !important;
}

.text-indent{
    text-indent: -1em;
    padding-left: 1em;
    display: block;
}

.triangle{
    font-size: 1rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.577em 0 0.577em 1em;
    border-color: transparent transparent transparent #646464;
    display: inline-block;
}

.triangle_under{
    font-size: 1rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.577em 0.577em 0 0.577em;
    border-color: #0d56c5 transparent transparent transparent ;
    display: inline-block;
}

.triangle_under02{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1em 0.5em 0 0.5em;
    border-color: #0d56c5 transparent transparent transparent ;
    display: inline-block;
    font-size: 0.7rem;
    vertical-align: middle;
    border-top-color: #5A8CDC;
}


/*共通マージン設定*/
.mb1x1 {
    margin-bottom: 50px !important;
}

.mb1x05 {
    margin-bottom: 80px !important;
}
.mb1x1_5 {
    margin-bottom: 150px !important;
}
.mb1x2 {
    margin-bottom: 20px !important;/*76px*/
}
.mb1x3 {
    margin-bottom: 120px !important;
}
.mb1x6 {
        margin-bottom: 0px !important;
}
.mt1x1 {
    margin-top: 78px !important;
}

.pb1x1 {
    padding-bottom: 78px !important;
}
.pb1x2 {
    padding-bottom: 76px !important;
}
.pb1x3 {
    padding-bottom: 114px !important;
}

.pt1x1 {
    padding-top: 38px !important;
}
.pt1x2 {
    padding-top: 76px !important;
}
.pt1x3 {
    padding-top: 114px !important;
}



/* 共通 width 設定*/
.widthsize01{
    width: 1152px;
    margin: 0 auto;
}
.widthsize02{
    width: 960px;
    margin: 0 auto;
}
.widthsize03{
    width: 883px;
    margin: 0 auto;
}
.widthsize04{
    width: 1200px;
    margin: 0 auto;
}



/* 共通文字サイズ設定*/
html{
    font-size: 26px;
    
    color: #393a40;
    overflow-x: auto;
    width: 100%;
}
body{
    overflow-x: hidden;
    width: 100%;
    min-width: 960px;
}

.text{
    margin: 0 auto;
    text-align: justify;
    line-height: 1.5rem;
    letter-spacing: -0.025rem;
}
.text p,
.comment p{
    margin-bottom: 0.45rem;
}
.text p:last-of-type,
.comment p:last-of-type{
    margin-bottom: 0;
}

/*大きい文字だけを表示させるボックス*/
.text_large{
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    text-decoration: underline;
    line-height: 1.5em;
}




.imagebox01{

}
.imagebox01 .img{
    margin-bottom: 1rem;
    border-radius: 50%;
    overflow: hidden;
}
.imagebox01 .img.square{
    border-radius: 0;
}
.imagebox01 .hx{
    background: #E6E6E6;
    line-height: 1.5em;
    text-align: justify;
    padding: 0.5rem 0.5rem 0.35rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.imagebox01 p a{
    color: #d75b3b;
    text-decoration: underline;
}




.flexbox01{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.imgwaku img{
    border: solid 1px #bea779;
}

/*----------------------------------------------------------------------------*/


.mainbody {
   /*background: #f7bc14;*/
    width: 100%;
} 
.mainwrap {
    width: 960px;
    background-color: #fff;
    text-align: center;
    margin: auto;
    padding-top: 20px !important; 
    padding-bottom: 60px !important;  
}

.gazo img{
    width: 960px;
    margin-bottom: 50px;
}

.gazo02 img{
    width: 890px;
    margin-bottom: 50px;
}

.doga iframe{
    width: 960px;
    height: 500px;
}

.about02 {
    margin-bottom: 20px !important;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.32);/*影*/
    background: #fff4e9;/*背景色*/
    padding: 0.4em 0.4em;/*0.8em 1.0em*/
    border-radius: 0.3rem;
    text-align: center;
}

.about02 .flexbox01 {
    margin: auto;
}

.about02 .image01 img {
    width: 388px;
}

.about02 .image02 img {
    width: 524px;
   margin-right: 1em;
}
.btn03{
    width: 960px;
    text-align: right;
    margin-bottom: 120px;
}
    
.btn03 .image03 img {
    width: 500px !important;
    margin: 10px 0 !important;
}

.boxttl p{
	/*font-weight: bold;*/
	color: #fff;
	background-color: #3f3a34;
	padding: 14px 0 12px;
}

/*----------------------------------------------------------------------------*/

.block01 {
    padding: 0.5em 1em;
    margin: 2em 0;
    background: -webkit-repeating-linear-gradient(-45deg, #f4aa33, #f4aa33 1px,#f19500 3px, #f19500 7px);
    background: repeating-linear-gradient(-45deg, #f4aa33, #f4aa33 1px,#f19500 3px, #f19500 7px);
}

.block01 p {
    margin: 5px; 
    padding: 5px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	
}



/*----------------------------------------------------------------------------*/
.select {
  font-size: 0.5rem;
  padding: 2rem 0 1rem;
  background-color: #fff;
  font-style: normal;
  margin-bottom: 2rem; 
}
.select  h2 {
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
}
.select .text {
  text-align: center;
  margin-bottom: 0.5rem;
}
.select .col_5 .text {
  line-height: 0.8rem;
  text-align: left;
  margin-bottom: 0.1rem;
}
.select .col_5 .itemlist_image {
  padding: 0.6rem;
  border: 1px solid #bfbfbf;
  margin-bottom: 0.1rem;
  background-color: #FFFFFF;
}




.select_under {
  border-bottom: solid 1px #161616;
}



*, *:before, *:after {
  box-sizing: border-box;
}
.col_5 {
  width: 100%;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
}
.col_5 > div {
  width: 20%;
  padding: 10px;
}
.col_5 > div > div {
  position: relative;
  overflow: hidden
}
@media screen and (max-width: 960px) {
  .col_5 > div {
    width: 25%;
  }
}
@media screen and (max-width: 480px) {
  .col_5 > div {
    width: 33.33333%;
  }
}




/*----------------------------------------------------------------------------*/



.select .col_3 img {
  padding: 0rem;
  margin-bottom: 0rem;
  background-color: #FFFFFF;
}



*, *:before, *:after {
	box-sizing: border-box;
}
.col_3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_3 > div{
	width: 33.33333%;
	padding: 2px;
}
@media screen and (max-width: 960px) {
	.col_3 > div{
		width: 50%;
	}
}
@media screen and (max-width: 480px) {
	.col_3 > div{
		width: 50%;
	}
}






.flexbox01{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flexbox01 .imagebox01{
    width:543px;
}
.flexbox01 .imagebox01:nth-last-of-type(1),
.flexbox01 .imagebox01:nth-last-of-type(2){
    margin-bottom: 0;
}
.flexbox01 .imagebox01 .img{

}
.flexbox01 .imagebox01 .hx{

}
.flexbox01 .imagebox01 .text{

}





