@charset "utf-8";

.title {
  height: 310px;
  background-image: url(../images/bg-main.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-shadow: 1px 1px 10px #4b2c14;
}

.title h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  font-weight: bold;
}

.title p {
  font-size: 14px;
  margin-top: 15px;
}


.first-view-text {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-bottom: 80px;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 1px 1px 10px #4b2c14;
}

.first-view-text h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 56px;
  line-height: 72px;
}

.first-view-text p {
  font-size: 18px;
  margin-top: 20px;
}


h1 {
  position: relative;
  padding: 0.6em;
  background: #e0edff;
}

h1:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
  width: 0;
  height: 0;
}

h2 {
  position: relative;
  padding: 0.6em;
  background: #f7f8eb;
}

h2:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #f7f8eb;
  width: 0;
  height: 0;
}


.lead {
  max-width: 1230px;
  margin: 30px auto 0 auto;
}


.lead h1 {
  background: #dfefff;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 1px #96c2fe;
  padding: 1em 0.5em;
  color: #454545;
  font-size: 18px;
}

.lead h2 {
  background: #f7f8eb;
  box-shadow: 0px 0px 0px 5px #f7f8eb;
  border: dashed 1px #B2D235;
  padding: 1em 0.5em;
  color: #547443;
  font-size: 18px;
}

.box1{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.box1 p {
    margin: 0; 
    padding: 0;
}

.s_title {
    padding:5px;
    margin-bottom:10px;
    font-weight:bold;
    color:#5d627b;
    }

dl.event{
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
	flex-wrap: wrap;
	align-items: stretch;	
	width: 100%;
	border-bottom: none;
	line-height:1.5em;
}

dl.adjust{
   margin-top:10px;
   }
   
dl.event dt{
	background: #f5f5f5;
	padding: 10px;
	width: 150px;
	border-right: 1px solid #ccc;
	margin-bottom:10px;
}

dl.event dd{
	background: #fff;
	padding: 10px;
	width: calc(100% - 150px);
}



.lead p {
  line-height: 2;
  text-align: left;
  margin: 0px auto;
  word-break: break-all;
}

.lead a {
 text-decoration:underline;
 }

.link-button-area {
  text-align: center;
  margin-top: 40px;
}


.flex-container {
  justify-content: center;
  display: flex;
}

.flex-container li {
  margin-right: 20px;
}

.link-button {
  background-color: #f4dd64;
  display: inline-block;
  min-width: 180px;
  line-height: 48px;
  border-radius: 24px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

.link-button:hover {
  background-color: #d8b500;
}

.recommended {
  padding-top: 45px;
  padding-bottom: 55px;
}

.recommended h2 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.recommended h2::after {
  content: '';
  display: block;
  width: 36px;
  height: 3px;
  background-color: #000000;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.item-list{
	width: 930px;
	max-width: 90%;
	margin-top: 75px;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-template-columns: repeat(3, 240px);
	column-gap: 95px;
	row-gap: 70px;
}

.item-list dl {
  margin-top: 20px;
}

.item-list dt {
  font-weight: bold;
}

.item-list dd {
  font-size: 13px;
  line-height: 20px;
  margin-top: 10px;
}

.item-list .price {
  font-weight: bold;
  margin-top: 15px;
}

.cp_link {
	display: inline-block;
	padding: 0.1em 0.3em;
	transition: all .3s;
}
.cp_link:hover {
	color: #fff;
	background-color: #5d627b;
}

/*  --------------------------------------------------------------------------------
  access.html
--------------------------------------------------------------------------------  */

.box_dot {
    padding: 1em;
    margin: 20px 0 0 0;
    background: #f0f7ff;
    border: dashed 2px #5b8bd0;/*点線*/
    color:#474747;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.box_dot p {
    margin: 0; 
    padding: 0;
}

.box_dot h3 {
  text-align: center;
  padding-bottom:10px;
} 

.map {
  width: 1200px;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  }


@media (max-width: 800px) {
  .item-list {
    margin-top: 45px;
    row-gap: 40px;
  }

.lead {
 width:95%;
 }

dl.event dt{
 width:40%;
 }

dl.event dd{
 width:60%;
 }
 
 .box1{
 padding: 0.5em;
 }
 
 .s_title {
 padding: 5px 0;
 }

/*  --------------------------------------------------------------------------------
  access.html
--------------------------------------------------------------------------------  */

.item-list {
    margin-top: 45px;
    row-gap: 40px;
  }

.lead p {
  line-height: 2;
  text-align: left;
  padding-left:20px;
}

a {
  color: inherit;
  text-decoration: underline;
}

.box_dot {
  margin-top: 20px;
  margin-bottom: 20px;
  }
  
.map {
  width: 100%;
  margin-top: 15px;
  }
  
}