/*---------------------------------
 外部ファイルの読み込み
---------------------------------*/
/* FontAwesome 読み込み */
@import url(https://use.fontawesome.com/releases/v5.8.2/css/all.css);
/* WebFont 読み込み */

/*---------------------------------
  Reset
---------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
  transition: 0.2s;
}
/* ページ全体の基本デザイン */
body {
  /* 文字・文章 */
  font-family:
    'Roboto', 'YuGothic', 'Yu Gothic','游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  /* 背景関係 */
  background-color: #FFFDF8;
  /* 最小表示領域 */
  min-width: 960px;
  /* 余白調整 */
  margin: 0;
}

/* 表示領域 */
.inner {
  width: 960px;
  margin: 0 auto;
}
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;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*---------------------------------
  フォーム
---------------------------------*/
@include mq(sp) {
  input,
  button,
  select,
  textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
  }

  textarea {
    resize: vertical;
  }

  input[type="checkbox"],
  input[type="radio"] {
    display: none;
  }

  input[type="submit"],
  input[type="button"],
  label,
  button,
  select {
    cursor: pointer;
  }

  select::-ms-expand {
    display: none;
  }
}

/*---------------------------------
  clearfix
---------------------------------*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

/*---------------------------------
 共通デザイン
---------------------------------*/
body {
  background-color: #FFFDF8;
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic,
    "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo,
    sans-serif;
  line-height: 1.6;
  margin: 0;
}

/* 見出し */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

/* 文章 */
p {
}
blockquote {
  background-color: #bfeacf;
  padding: 20px 30px;
  margin: 1em 0.5em;
}

/* リスト */
ul {
}
ol {
}
li {
}
dl {
}
dt {
}
dd {
}

/* テーブル */
table {
  border-collapse: collapse;
  border: solid 1px #000;
}
th {
  border: solid 1px #000;
  background-color: #3b6;
  color: #fff;
  padding: 10px;
}
td {
  border: solid 1px #000;
  background-color: #fff;
  color: #333;
  padding: 10px;
}

/* 画像 */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/* リンク */
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}


/*---------------------------------
 コンテンツ領域
---------------------------------*/
body {
  min-width: 960px;
}
.inner {
  width: 960px;
  margin: 0 auto;
}

/*---------------------------------
 Hero
---------------------------------*/
.Hero {
  background-image: url(../img/header_line.png), url(../img/topvisual_1.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: top, center;
  background-size: 100% 10px, cover;
  max-height: 800px;
  height: 100vh;
}
.Hero__inner {
  background-image: url(../img/hero_text.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size:contain;
  width: 70%;
  height: 100%;
}

/*---------------------------------
 header
---------------------------------*/
.HeaderPC {
  background-image: url(../img/header_line.png), url(../img/headervisual_1.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: top, bottom;
  background-size: 100% 6px, cover;
  max-height: 800px;
  height: 50vh;
}
.HeaderPC__inner {
  background-image: url(../img/hero_text.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size:contain;
  width: 70%;
  height: 100%;
}
/*---------------------------------
 Archive
---------------------------------*/
.Archive__top{
  background-color: #ffff;
  position: relative;
}
.Archive__top {
  background-image: url(../img/top_bg_1.png), url(../img/top_bg_2.png), url(../img/top_bg_3.png);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-position: right 395px top 119px, right 174px top 153px, right 408px top 300px;
}
.Archive__efficacy{
  background-color: #D0EFF8;
  position: relative;
  background-image: url(../img/butterfly.png);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-position: 900px 100px;
  padding-bottom: 40px;
}
.Archive__efficacy::before {
    position: absolute;
    background-image: url(../img/triangle_blue.png);
    background-repeat: repeat-x;
    background-size: 20px 8px;
    content: "";
    height: 8px;
    width: 100%;
    top: -7px;
    left: 0;
}
.Archive__map{
  background-color: #FFFEAB;
  position: relative;
  padding-bottom: 60px;

}
.Archive__map::before {
  position: absolute;
  background-image: url(../img/triangle_yellow.png);
  background-repeat: repeat-x;
  background-size: 20px 8px;
  content: "";
  height: 8px;
  width: 100%;
  top: -7px;
  left: 0;
}
.Archive__info{
  background-color: #CDFADC;
    background-image: url(../img/step.png);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-position: 390px 110px;

  padding-bottom: 60px;
}
.Archive__info::before {
  position: absolute;
  background-image: url(../img/triangle_green.png);
  background-repeat: repeat-x;
  background-size: 20px 8px;
  content: "";
  height: 8px;
  width: 100%;
  top: -7px;
  left: 0;
}
.Archive__header{
  background-image: url(../img/title_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 70%;
}
.Archive__mainTitle {
  font-size: 60px;
  color: #ff8b57;
  text-align:center;
  font-weight: 400;
  margin: 0;
  padding: 1em 0 0;
}
.Archive__titletext {
  text-align:center;
  font-size: 18px;
  margin: 1em 0;
}
.Archive__top .Archive__mainTitle {
  text-align: left;
}
.Archive__top .Archive__subTitle{
  text-align: left;
}
.Archive__top .Archive__text{
  text-align: left;
  padding-bottom: 110px
}
.Archive__subTitle {
  text-align:center;
  font-size: 24px;
  padding: 0 0 2em;
}
.Archive__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  text-align:center;
  justify-content: space-between;
}
.Archive__item {
  width: 300px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.Archive__item:nth-child(3n) {
  margin-right: 0;
}
.Archive__link {
  text-align:center;
  display: block;
  border: solid #A8CE2C 1px;
  border-radius: 25px;
  color: #fff;
  background-color: #A8CE2C;
  padding: 30px;
  margin: 0 auto;
}
.Archive__button{
  padding-top: 10px;
  font-size: 80%;
}
.Archive__link:hover {
  text-decoration: none;
  opacity: 0.8;
}
.Archive__map .Archive__link {
  width: 35%;
}
.Archive__info .Archive__link {
  width: 35%;
}
.Archive__efficacy .Archive__item {
  width: 10%;
  height: 100%;
  margin: 10px auto 25px;
}

.Archive__efficacy .Archive__link {
  border-radius: 0;
  background-color:#fff;
  color:#A8CE2C;
  text-align: center;
  width: 10em;
  height: 10em;
  border-radius: 50%;
  position: relative;
}
.Archive__efficacy .Archive__EfficacyTitle{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.Archive__efficacy .Archive__link_button {
  text-align: center;
  display: block;
  border: solid #A8CE2C 1px;
  border-radius: 25px;
  color: #fff;
  background-color: #A8CE2C;
  padding: 30px;
  margin: 0 auto;
  width: 35%;
}
.Archive__efficacy .Archive__link_button:hover {
  text-decoration: none;
  opacity: 0.8;
}

.Archive__text {
  text-align:center;
  font-size: 18px;
  margin: 1em 0;
}
.Archive__date {
  font-size: 14px;
  margin: 1em 0;
}
.Archive__footer {
  text-align: right;
  padding: 30px 0;
}
.Archive__link.-footer {
  font-size: 18px;
  color: #000;
  text-align: right;
}

/*---------------------------------
 wp-content
---------------------------------*/
.Single__mainTitle {
  font-size: 40px;
  margin: 30px 0;
}
.Single__date {
  font-size: 18px;
  padding: 0 0 2em;
}
.Single__body h1,
.Single__body h2,
.Single__body h3,
.Single__body h4,
.Single__body h5,
.Single__body h6 {
  font-size: 1.5em;
  padding: 10px 20px;
  margin: 1.5em 0 1em;
  border-radius: 15px;
  color:  #ff8b57;
  height: 2.5em;
}

/*---------------------------------
 Archive__searchContent
---------------------------------*/
.mapList{
  text-align: left;
  margin-left: 50px;
}
.Archive__Title{
  font-size: 1.5em;
  color:  #ff8b57;
  background-image:  url(../img/icon_search.png);
  background-repeat: no-repeat;
  background-position: 250px;
  background-size: 30px;
}
.Archive__searchTitle{
  color:  #ff8b57;
  height: 2.5em;
}
.Archive__listTitle{
  color:  #ff8b57;
}
.Archive__searchContentTitle{
  width: 20%;
}
.Archive__search{
  width: 100%;
}
.Archive__searchField{
  width: 90%;
  background-color: #F0EFEF;
  margin: 0 auto;
  padding: 35px;
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
  border-bottom: solid 2px #b5b5b5;
}
.Archive__Title{
  text-align: center;
}
.Archive__searchContent{
  display: flex;
}
.Archive__searchList{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  text-align:left;
}
.Archive__searchContent h3{
  margin: 0;
  padding: 0;
}

.Archive__searchList .Archive__item {
  width: 121px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px;
  border: #9e9e9e solid 0.5px;
  border-radius: 8px;
}

.Archive__searchList .Archive__item a{
  color: #000;
  text-decoration: none;
}
.name .Archive__searchList .Archive__item a:hover{
  color: #ff8b57;
}
.Archive__searchList .Archive__item:hover {
  border: #ff8b57 solid 0.5px;
  background-color: #ff8b57;
  opacity: 0.8;
}

.name .Archive__searchList .Archive__item {
  width: 44px;
  border: none;
  color: #000;
}
.name .Archive__searchList .Archive__item:hover {
  background-color: #F0EFEF;
  color:#ff8b57 ;
}
.Archive__searchContentList{
  display: flex;
  width: 90%;
  margin: 0 auto;
  padding: 35px;
}
.Archive__searchContentList .Archive__listTitle{
  width: 20%;
}
.Archive__searchContentList ul{
  list-style: none;
}
.Archive__searchContentList li{
  margin-bottom: 10px;
}
.Archive__searchContentList a{
    text-decoration: none;
  color: #000000;
}
.Archive__searchContentList  a:hover{
  color: #FB8970;
}
.Archive__searchContent_content2{
  display: inline;
}
.Archive__searchContent_flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Archive__searchContent_flex .item{
  width: 470px;
  margin-bottom: 30px;
}
.shooting_date{
  text-align: right;
}

.Archive__searchContent .fa-square{
 font-size: 3px;
}
/* 一覧ページに戻るボタン */
.list_return_btn{
  margin: 20px 0 ;
  text-align: right;
}
.list_return_btn a{
  color: #ffffff;
  font-size: 13px;
  background:#FB8970;
  border: solid 1px #FB8970;
  border-radius: 7px;
  padding: 7px;
  text-decoration: none;
}
.list_return_btn a:hover{
  color: #FB8970;
  background: #ffffff;
}
.Archive__listTitle_adress{
  font-size: 0.8em;
  line-height: 0.8em;
}
/*---------------------------------
 Single
---------------------------------*/
/* パンクズリスト */
.cp_breadcrumb *, .cp_breadcrumb *:after, .cp_breadcrumb *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_breadcrumb {
	margin: 2em auto;
}
.cp_breadcrumb a {
  text-decoration: none;
  color: #51514e;
}
.cp_breadcrumb a:hover {
  color: #e7711b;
}
.cp_breadcrumb .breadcrumbs {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.cp_breadcrumb li {
	display: inline-block;
	position: relative;
	padding-right: calc(16px + 8px);
	margin-right: 8px;
}
.cp_breadcrumb li::before {
	content: '›';
	width: 1em;
	height: 1em;
	line-height: 1;
	text-align: center;
	font-size: 1em;
	color: inherit;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.cp_breadcrumb li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.cp_breadcrumb li:last-child::before {
	content: normal;
}

/* コンテンツ */
.Single__mainTitle{
  color:  #ff8b57;
}
.lead{
  margin: 20px 0;
}
.Single__eyecatch{
  width: 100%;
  margin-bottom: 2px;
}
.Single__archiveList-pc{
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.Single__archive{
  width: 33%;
}
.Archive__searchContent{
  padding: 2em 0 0 0;
}

.facility li {
  list-style: none;
  padding: 0.5em 0;
}
.inner .lead .atention {
  color:#FB8970;
  font-size: 12px;
}
.list ul{
  padding-left: 0;
  border: solid 1px #FB8970;
  border-radius: 5px;
}
.list li{
 list-style: none;
}

/* map# */
.toy ul{
  position: relative;
}
.toy li{
  list-style: none;
  padding: 0.5em 0;
}
.Neighbor ul{
  position: relative;
}
.Neighbor li{
  list-style: none;
  padding: 0.5em 0;
}
.caution ul{
  position: relative;
}
.caution li{
  list-style: none;
  padding: 0.5em 0;
}
/*---------------------------------
 Search
---------------------------------*/
.result{
margin-bottom: 30px;
}
.result_title {
 margin-top: 30px;
 margin-bottom: 30px;
}
.result_title h2{
  font-size: 1.5em;
  color: #ff8b57;
}
.result_title p{
  padding: 2px;
  font-size: 1.3em;
}
.result_place_name{
  text-decoration: none;
  color: #000000;
  font-size: 1.5em;
}
.result_place_name:hover{
  text-decoration: none;
  color: #ff8b57;
  font-size: 1.5em;
}
.result_place_lead{
  color: #000;
}
.result_place_lead:hover{
  opacity:0.6;
}
.result_content{
  margin-bottom: 10px;
}
.result_content a{
  margin-bottom: 15px;
  text-decoration: none;
}
.result_place_flex{
  display: flex;
  flex-wrap: wrap;
}
.result_place_area{
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #ff8b57;
  background: #ECECEC;
  border-radius: 8px;
  margin-right:5px ;
}

.result_place_town{
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #ff8b57;
  background: #ECECEC;
  border-radius: 8px;
  margin-right:5px ;
}
/*---------------------------------
 efficacy
---------------------------------*/
.Archive__Efficacy_Content{
  padding: 10px 10px 30px 10px;
  margin: 10px 0;
}
.Archive__Efficacy_Content h3{
  width: 100%;
  padding-left: 0;
  color: #fffdf8;
}
.Archive__Efficacy__text{
  width: 80%;
  color: #fffdf8;
  margin-bottom: 10px;
}
.Archive__Efficacy_Content_1 {
  background-image: url(../img/step.png);
  background-color: #ff8b57;
  background-repeat: no-repeat;
  background-position:right 40px center;
}


.Archive__Efficacy_Content_2 {
  background-image: url(../img/tantei.png);
  background-color: #ff8b57;
  background-repeat: no-repeat;
  background-position:right 40px center;
}
.Archive__Efficacy_Content_3 {
  background-image: url(../img/dog.png);
  background-color: #ff8b57;
  background-repeat: no-repeat;
  background-position:right 20px center;
  background-size: 13%;
}
.Archive__Efficacy_Content_4 {
  background-image: url(../img/soccer.png);
  background-color: #ff8b57;
  background-repeat: no-repeat;
  background-position:right 20px center;
  background-size: 10%;
}
.Archive__Efficacy_Content_5 {
  background-image: url(../img/butterfly.png);
  background-color: #ff8b57;
  background-repeat: no-repeat;
  background-position:right 20px center;
}
/*---------------------------------
 About
---------------------------------*/
.Archive__About_Content h3{
  padding-left: 0;
  width: 100%;
  border-bottom: solid 3px #ff8b57;
  border-radius: 0;
}
.Archive__About_Content h4{
  width: 100%;
  padding: 0.25em 1em;/*上下 左右の余白*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #ff8b57;/*左線*/
  border-radius: 0;
  font-size: 1.2em;
}
.Archive__About_Content{
  margin-bottom: 30px;
}
.Archive__About_Content dt{
  font-size: 1.2em;
  font-weight: bold;
}
.Archive__About_Content .list_return_btn{
 text-align: left;
}

/*---------------------------------
 Community
---------------------------------*/
.Archive__Community_Content{
  margin-bottom: 2em;
}
.Archive__Community_Content h3{
  padding: 0px;
   height: 1em;
}
.Archive__Community_Content dt{
  color: #ff8b57;
  font-size: 1.2em;
  margin: 20px 0px 0px 0px;
}
.Archive__Community_Content dd{
  margin: 10px 0px;
}
.Archive__Community_Content dd a{
  color: #ffffff;
  font-size: 13px;
  background: #FB8970;
  border: solid 1px #FB8970;
  border-radius: 7px;
  padding: 7px;
  text-decoration: none;
  margin-top: 5px;
}
.Archive__Community_Content dd a:hover{
  color: #FB8970;
  background: #ffffff;
}
/*---------------------------------
 Footer
---------------------------------*/
.Footer {
  background-color:#1a1d2a;
  color: #8a8c91;
  padding: 40px 0 10px;
}
.Footer__copyright {
  text-align: center;
}
.Footer .Archive__link{
  border: none;
  border-radius: 0;
  background-color: #1a1d2a;
  color: #8a8c91;
  border-left: 1px solid #8a8c91;
  width: 100%;
  display: block;
}
.Footer .Archive__link.last {
  border-right: 1px solid #8a8c91;
}

.Footer__info{
  display: flex;
  justify-content: space-between;
}
.Footer__info{
  margin-bottom: 15px;
  vertical-align: middle;
}
.Footer__info .Archive__about a{
  color: #8a8c91;
}
.Footer__info .Archive__about a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.Archive__sns_btn{
  display: flex;
}
.Archive__instagram_btn{
  width: 50px;
  margin: 5px;
}
.Archive__instagram_btn:hover{
  opacity: 0.6;
}
.Archive__facebook_btn{
  width: 50px;
  margin: 5px;
}
.Archive__facebook_btn:hover{
  opacity: 0.6;
}
.Archive__twitter_btn{
  width: 50px;
  margin: 5px;
}
.Archive__twitter_btn:hover{
  opacity: 0.6;
}

/* ページトップに戻るボタン */
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 15px;
  bottom: 10px;
  background: #f9b249;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
  text-align: center;
}
#page_top a::before{
  font-family: "Font Awesome 5 Free";
  content: '\f106';
  font-weight: 900;
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 5px;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
}
/*---------------------------------
  非表示
---------------------------------*/
.hidden {
  display: none;
}
