@charset "UTF-8";
/* CSS Document */
header {
  /*height: 100px;*/
  background-color: #f2eafe;
  position: fixed; /*headerを固定している*/
  width: 100%;
  z-index: 1;
}
.logo {
  margin-top: 15px;
  height: 75px;
  width: auto;
}
.name {
  margin-top: 15px;
  height: 75px;
  width: auto;
}
.header__header {
  width: 1080px;
  margin:0 auto;
  /*float: left;*/
  /*margin-left: 15px;*/
}
.header__header img{
	float: left;
}
.header__tel {
  display: flex;
  justify-content: flex-end;
  font-size: 1.375rem;
  margin-right: 10%;
  margin-top: 10px;
}
.header__tel-text {
  padding: 0.3em;
  color: white;
  background-color: #904597; /*背景色*/
  border: solid 1px #c7a2cb; /*線*/
  border-radius: 5px; /*角の丸み*/
  text-align: center;
}
.header__tel span {
  color: yellow; /*電話番号の文字の色*/
  font-size: 2.0rem;
  font-weight: 1000;
}
.header__navigation {
  justify-content: flex-end;
}
.header nav {
  margin-left: auto;
  margin-right: 5%;
  width: 50%;
  font-weight: 700;
}
.header__nav-kanko-plan {
  /*padding: 0.5em 1em;
	margin:2em 0;
	font-weight: bold;/*どちらでもいいかも　後で調整する*/
  /*color: #6091d3;/*文字色*/
  /*background-color: #FFF;/*背景色*/
  /*border: solid 1px #6091d3;/*線*/
  /*border-radius: 5px;/*角の丸み*/
  /*display: inline-block;*/
  padding: 0.3em 1em;
  text-decoration: none;
  color: #333; /*文字色*/
  background: #faf894;
  border: solid 5px #faf894; /*線*/
  border-radius: 5px; /*角の丸み*/
  transition: 0.5s;
}
.header__nav-kanko-plan:hover /*ナビゲーションの動きの後の色指定*/ {
  background: #faf894;
  color: #904597;
}
.header__nav-outline {
  /*display: inline-block;*/
  padding: 0.3em 1em;
  text-decoration: none;
  color: #333; /*文字色*/
  background: #faf894;
  border: solid 5px #faf894; /*線*/
  border-radius: 5px; /*角の丸み*/
  transition: 0.5s;
}
.header__nav-outline:hover /*ナビゲーションの動きの後の色指定*/ {
  background: #faf894;
  color: #904597;
}
.header__nav-company {
  /*display: inline-block;*/
  padding: 0.3em 1em;
  text-decoration: none;
  color: #333; /*文字色*/
  background: #faf894;
  border: solid 5px #faf894; /*線*/
  border-radius: 5px; /*角の丸み*/
  transition: 0.5s;
}
.header__nav-company:hover /*ナビゲーションの動きの後の色指定*/ {
  background: #faf894;
  color: #904597;
}
.header ul {
  display: flex;
  justify-content: flex-end;
  list-style-image: none;
}
.header li {
  margin: 5px;
  padding: 10px;
}
.main{
	width: 1400px;
	height: auto;
	margin:0 auto;
	padding-top: 100px;
}
h3{
  margin: 15px 0 10px;
  padding: 0.3em;/*文字周りの余白*/
  color: #333;/*文字色*/
 background-color: rgba(255, 255, 255, 0.7);
  /*background: #FFF;/*背景色*/
  border-left: solid 5px #904597;/*左線（実線 太さ 色）*/
	display: inline-block;
}
h4{
	font-size:2.0rem;
	margin:5px 0;
position: relative;
padding: 0 15px;
}
 
h4::after {
content: '';
position: absolute;
top: 50%;/* 縦軸をセンタリングする */ 
left: 0;
transform: translateY(-50%);/* 縦軸をセンタリングする */  
border: 5px solid transparent;
    border-left: 8px solid #904597;   /* 好みで色を変えてください */  
}

.section_kanko-plan{
	padding-top: 20px;
	text-align: center;
	
}
.section_kanko-plan-description{
	text-align: start;
	background-color: #f2eafe;
	border-radius: 5px;
  margin: 10px auto 30px;
  width: 90%;
  height: auto;
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 30px;
}
.section_kanko-plan-matsuyamacastle{
	display: flex;
	justify-content: space-between;
    margin: 0 5% 0 0;
}
.section_kanko-plan-matsuyamacastle img{
	width: 250px;
	height: auto;
	object-fit: cover;
  ocject-position: 0 0;
  border-radius: 5px;
  border: none;
}
.section_kanko-plan-ishibiya{
	display: flex;
	justify-content: space-between;
    margin: 0 5% 0 0;
}
.section_kanko-plan-ishibiya img{
	width: 250px;
	height: auto;
	object-fit: cover;
  ocject-position: 0 0;
  border-radius: 5px;
  border: none;
}
.newopen{
	color: red;
	font-weight: bold;
}
.section_kanko-plan-fukiya{
	display: flex;
	justify-content: space-between;
    margin: 0 5% 0 0;
}
.section_kanko-plan-fukiya img{
	width: 250px;
	height: auto;
	object-fit: cover;
  ocject-position: 0 0;
  border-radius: 5px;
  border: none;
}
.section_kanko-plan-pione {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.section_kanko-plan-pione .pioneface {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.section_kanko-plan-pione .pioneface img{
  width: 100%;
  height: auto;
}

 .section_kanko-plan-pione .pionecomment{
  width: 100%;
}

.pionesays {
  display: inline-block;
  position: relative; 
  margin: 20px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #faf894;
}

.pionesays:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #faf894;
}

.pionesays p {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.footer{
  width: 100%;
  margin: 0 auto;
  min-width: 1400px;
  background-color: #f2eafe;
  text-align: center;
  padding: 20px 0;
  font-weight: 600;
}
.footer_purple{
	color: #904597;
}
.footer_red{
	color: red;
}
.footer small{
	font-size: 1.2rem;
}

/* 600px以下に適用されるCSS（スマホ用） */

@media screen and (max-width: 600px) {
	.header{width:100%;}
	.logo {
  margin-top: 5px;
  height: 30px;
  width: auto;
}
	.name {
  margin-top: 5px;
  height: 30px;
  width: auto;
}
.header__header {
  width: 100%;
  margin: 0 auto;
}
 .header__tel {
  display: flex;
  justify-content: flex-end;
  font-size: 1rem;
  margin-right: 5%;
  margin-top: 10px;
}

.header__tel span {
  color: yellow; /*電話番号の文字の色*/
  font-size: 1.5rem;
  font-weight: 1000;
}
.header__tel a[href^="tel:0866222755"]{
    pointer-events: none;
  }
	.header__navigation {
  justify-content: flex;
}
	.header nav {
  display: inline-block;
		
		width:100%;
		font-size: 1.2rem;
}
	.header ul{
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.header li{
    list-style: none;
}
.header li {
  display: flex;
  padding: 10px;
}
.header__nav-kanko-plan {
  /*padding: 0.5em 1em;
	margin:2em 0;
	font-weight: bold;/*どちらでもいいかも　後で調整する*/
  /*color: #6091d3;/*文字色*/
  /*background-color: #FFF;/*背景色*/
  /*border: solid 1px #6091d3;/*線*/
  /*border-radius: 5px;/*角の丸み*/
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #333; /*文字色*/
  background: #faf894;
  border: solid 5px #faf894; /*線*/
  border-radius: 5px; /*角の丸み*/
  transition: 0.5s;
}
.header__nav-outline {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #333; /*文字色*/
  background: #faf894;
  border: solid 5px #faf894; /*線*/
  border-radius: 5px; /*角の丸み*/
  transition: 0.5s;
}

.header__nav-company {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #333; /*文字色*/
  background: #faf894;
  border: solid 5px #faf894; /*線*/
  border-radius: 5px; /*角の丸み*/
  transition: 0.5s;
}
	.section-top p {
		display: inline-block;
 width: auto;
  padding: 10px;
  /*background-color: rgba(255, 255, 255, 0.7); /*背景を白　70％透明度に指定*/
  color: #333; /*文字色*/
  border-radius: 5px; /*角の丸み*/
		
}
.main {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
	h3{
		text-align: start;
	}
	.section_kanko-plan-matsuyamacastle{
	display:block;
    margin: 0 5% 0 0;
}
.section_kanko-plan-matsuyamacastle img {
	width: auto;
    object-fit: cover;
    ocject-position: 0 0;
    border-radius: 5px;
    border: none;
	padding-left: 3%
}
	.section_kanko-plan-ishibiya{
	display: block;
    margin: 0 5% 0 0;
}
.section_kanko-plan-ishibiya img{
	width: auto;
	object-fit: cover;
  ocject-position: 0 0;
  border-radius: 5px;
  border: none;
	padding-left: 3%
}
.section_kanko-plan-fukiya{
	display: block;
    margin: 0 5% 0 0;
}
.section_kanko-plan-fukiya img{
	width: auto;
	object-fit: cover;
  ocject-position: 0 0;
  border-radius: 5px;
  border: none;
	padding-left: 3%
}
	
 .footer {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
  font-weight: 600;
	 min-width: auto;
}
.footer small {
  font-size: 1.2rem;
}
}
