@charset "utf-8";

body {
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	line-height: 1.8;
	color: #8c8c8c;
}



a {
	text-decoration: none;
	color: #8c8c8c;
    transition: all .5s ease;
}

/*
a {
  transition: all  0.5s ease;
}
*/
a:hover {
	opacity: .6;
}


img{
    vertical-align: bottom;
}


li {
	list-style: none;
}


/* a:link {
	color: #8c8c8c;
} */

/* a:visited {
	color: #8c8c8c;
}

a:hover {
	color: #8c8c8c;
}

a:active {
	color: #8c8c8c;
} */

option{
  color:#8c8c8c;
}
select{
  color:#8c8c8c;
}
.pc {
		display: none;
}

.sp {
		display: block;
}

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

    .pc {
	display: block;
}

.sp {
	display: none !important;
}

}

/*layout*/


#wrapper {
  width: 100%;
  margin: 0 auto;
}

.inner {
    width: 93%;
	max-width: 1200px;
	margin: 0 auto;
    padding: 25px 0;
}

.inner_under {
    width: 93%;
	max-width: 1200px;
	margin:0 auto;
}

.inner_page {
	width: 93%;
    margin: 0 auto 50px auto;
    max-width: 1000px;
}


.maincol{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.contents {
    margin: 70px 0 40px;
}


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

.inner {

    padding: 50px 0 60px;
}

}


/*flex box*/

.flex_box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

/*ボタン*/

.btn01 {
    margin: 0 auto;
    display: block;
    width: fit-content;
}

.btn01 a {
    background: #8c8c8c;
    color: #FFF;
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 20px;
    border-radius: 6px;
}



/*contents_header*/
.contents_header {
    padding: 3rem 0 1rem;
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
}


.contents_header h1{
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: 2px;
}

.contents_header p.title{
    font-size: 12px;
    font-weight: normal;
    line-height: 1.6;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 2px;
}

.contents_header p{
    font-size: 35px;
    line-height: 1.4;
}


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

.contents_header {
    padding: 70px 0;
}

    .contents_header h1{
    font-size: 16px;
}

.contents_header p.title{
    font-size: 16px;
}

.contents_header p{
    font-size: 46px;
}


}



/*bread crumb*/

.breadcrumb {
  width: 92%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 0;
  font-size: 14px;
}

.breadcrumb span {
  margin: 0 6px;
}

.breadcrumb span:first-child {
  margin: 0 6px 0 0;
}


/*title*/

  .cont_titile {
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: center;
    padding: 25px 0 25px;
    font-weight: normal;
    color:#8c8c8c;
  }

  .cont_titile span {
    font-size: 2.6rem;
    line-height: 1;
    text-align: center;
    padding: 0;
    display: block;
    font-weight: 200;
    color:#8c8c8c;
    padding-bottom: 0.25rem;
  }

.cont_titile a {
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
    color:#8c8c8c;
}

.cont_titile a img {
    width: 22px;
    height: auto;
    margin: 0 5px 0 -10px;
}

/*map*/

.ggmap {
  width:100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 20%;
  padding-top: 40%;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 640px) {
.ggmap {
    padding-bottom: 25%;
    padding-top: 0%;
}
}
