body{
 font-family: 'ヒラギノ角ゴ ProN W3', YuGothic, sans-serif;
 width: 100%;
 min-width: 1000px;
 min-height: 100%;
 background: rgb(214, 225, 228);
}
h1,
h2,
h3{
    color: #A57C7C;
    font-size: 17px;
    font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
}
a{
    color: #E889B7;
    text-decoration:none;
}

a:hover{
    color: #A05252;
}

p a:hover{
  text-decoration: underline;
}

a,p{
  font-size: 13px;
  line-height: 20px;
}
p{
  margin: 0 0 16px 0;
  color: #000;
}
h2{
   font-size: 16px;
   line-height: 30px;
}
h3{
 font-size: 17px;
 line-height: 30px;
}

.left{
  float: left;
}
.right{
  float: right;
}

.wrapper{
  width: 100%;
  min-width: 1000px;
  min-height: 100%;
  height: auto;
}
.inside{
  width: 1000px;
  margin: 0 auto;
}
/*header*/
header{
  background: #EABCD2;
}

h1{
  line-height: 40px;
  color: #fff;
}

header p.logo {
margin: 0;
}

/*nav*/
nav{
  background: rgba(252, 206, 230,0.9);
}
nav ul{
  padding: 15px 0;
}

  nav li a{
  display: block;
  float: left;
  line-height: 16px;
  margin-right: 20px;
  color: #fff;
  width: 150px;
}

nav li a:hover{
  color: #A57C7C;
  opacity: 0.5;
}


nav li:last-child a{
  margin: 0;
}

    .textAlign {
  margin-left: auto;
  margin-right: auto;
  width: 700px;
}

.css-tag{
  display: inline-block;
  position: relative;
  margin: 0 15px 0 0;
  padding: 0;
  width: 18px;
  height: 16px;
  background: #fff;
  top: 3px;
}
.css-tag:before{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-radius: 50%;
  background: #000;
}
.css-tag:after{
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left-color: #fff;
}
.main_visual nav{
    position: absolute;
    width: 100%;
    top: 30px;
}

/*main_visual*/
.main_visual{
  width: 100%;
  height: 600px;
  background: url("../images/main.jpg") no-repeat top center;
  background-size: cover;
  position: relative;
}

.main_visual p.logo {
    position: absolute;
    top: 150px;
    margin-right: auto;
    margin-left: auto;
    width: 300px;
    left: 0;
    right: 0;
}

.cont{
  margin: 0 0 20px 0;
}
.main_visual .cont {
    position: relative;
    top: 130px;
}

.spot{
  background: #fff;
  padding: 20px;
  box-sizing:border-box;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.51);
-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.51);
box-shadow:         0px 0px 3px 0px rgba(50, 50, 50, 0.51);
}

.spot2{
  background: rgba(255,255,255,0.7);
  padding: 20px;
  padding-top: 110px;
  box-sizing:border-box;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.51);
-moz-box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.51);

  box-shadow: 0px 2px 3px 0px rgba(100, 100, 100, 0.8);
border-radius: 50%;
  height: 390px;
}

.width2{
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.spot.two_block{
  width: 49%;
}

/*container*/
.container{
  background: #DAE4D6;
  padding: 20px 0;
}
.social{
  margin: 0 0 20px 0;
}

h2.topic_title{
   position: relative;
    margin: 0 0 1.5em;

   padding: 10px 0 10px 25px;

   border: 2px solid #A57C7C;
    font-size: 1.143em;
    font-weight: bold;
   background: #fff;
   color: #A57C7C;
}

h2.topic_title:before{
  content: "";
    position: absolute;

  background: #5AB06C;
    top: 50%;
    left: 0.5em;
    margin-top :-15px;
    height: 30px;
    width: 8px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;s
}

.spot.one_block{
  width: 49%;
  margin: 0 0 20px 0;
  margin-left: auto;
  margin-right: auto;
}

.spot.three_block{
  width: 32%;
  margin: 0 2% 0 0;
}

.spot.three_block:last-child{
  margin: 0;
}

.spot.four_block{
  width: 23.5%;
  margin: 0 2% 0 0;
}

.spot.four_block:last-child{
  margin: 0;
}


.link_spot.cont ul li{
  line-height: 34px;
  font-size: 13px;
}

a.read{
  background: #E889B7;
  line-height: 35px;
  text-align: center;
  width: 200px;
  display: block;
  color: #fff;
  margin: 0 auto;
}

a.read:hover{
  background: #A57C7C;
}

/*footer*/
footer{
   background: #CDD9DC;
}

footer p{
  text-align: center;
  line-height: 50px;
  margin: 0;
}

footer a:hover {
  text-decoration: underline;
}

