

@charset "UTF-8";
/* CSS Document */




 body {
      background-color: #FFFCEC;
		background-size:contain;
    }


img {max-width : 100%;}


span {
   display: inline-block;
}


a {
  text-decoration: none;
}


*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #009A7A;
}

.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #007465;
}

a.btn--radius {
  border-radius: 100vh;
}



/* 購入ボタン */
.kounyuu {
  color: #FFFFFF;
  font-size: 18px;
  background: #009A7A;
  height: 100px;
  padding: 18px 45px;
  border-radius: 50px ;
  transition: .6s;
}
.kounyuu:hover {
  text-decoration: none;
  background: #005143;
}




/* お問い合わせボタン */
.btn--contact,
a.btn--contact {
  color: #009A7A;
  background-color: #fff;
  border: solid 2px;
}

.btn--contact:hover,
a.btn--contact:hover {
  color: #fff;
  background: #d2eae9;
}

a.btn--radius-contact {
  border-radius: 100vh;
}






.ex2{
font-family: 'a-otf-ryumin-pr6n', serif;
font-weight: 300;
font-style: normal;
letter-spacing: 0.05em;
}






figure{
display: inline-block;}

figcaption{
color:grey;font:12px arial;
letter-spacing: 0.1em;}


/* 破線 */
.goods_t {
  height: 2px;
  position: relative;
}
.goods_t::before {
  content: "";
  background-image: linear-gradient(to right, #dc9875, #dc9875 15px, transparent 15px, transparent 25px);
  background-size: 25px 2px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}


/* タイトルイラスト */
@media only screen and (max-width: 767px) {
.title_block { padding:5% 25%; margin-top:0px}
}



/* タイトルキャッチコピー */
@media only screen and (min-width: 767px) {
.title_catch { 
font-family: 'a-otf-ryumin-pr6n', serif;
font-weight: 300;
color: #008070;
font-size: 24px;
font-style: normal;
letter-spacing: 0.075em;
line-height:260%;
}}
@media only screen and (max-width: 766px) {
.title_catch { 
font-family: 'a-otf-ryumin-pr6n', serif;
font-weight: 300;
color: #008070;
font-size: 20px;
font-style: normal;
letter-spacing: 0.075em;
line-height:210%;
}}

/* リード */
.read_b {
font-family: yamamotoan-stdn, sans-serif;
font-weight: 400;
font-style: normal;
color:#008070; 
font-size:26px;
}

/* リード文 */
@media only screen and (min-width: 766px) {
.read { 
font-family: 'a-otf-ryumin-pr6n', serif;
font-weight: 300;
font-size: 19px;
font-style: normal;
letter-spacing: 0.05em;
}}
@media only screen and (max-width: 767px) {
.read {
font-family: 'a-otf-ryumin-pr6n', serif;
font-weight: 300;
font-size: 16px;
font-style: normal;
letter-spacing: 0.05em;
}}




.goods_btn2 {
    width:140px;
    height:140px;
	position: relative;
	text-align: center;
	color: #009A7A;
    background: #fff;
    border: 1px solid #009A7A;
    border-radius: 50%;
}
.goods_btn:hover {
	background:#009A7A;
	color: #fff;
    transition: 1.2s;
}




a.goods_btn {
    margin: 0 auto;
	display: block;
    width:140px;
    height:140px;
	padding: 0.2em;
	position: relative;
	text-align: center;
	color: #009A7A;
    background: #fff;
    border: 1px solid #009A7A;
	text-decoration: none;
	transition: .6s;
    font-weight: 200;
    font-style: normal;
    border-radius: 50%;
}
a.goods_btn:hover {
	background:#009A7A;
	color: #fff;
    font-weight: 700;
}


.box_green {
	position: relative;
	text-align: center;
	color: #009A7A;
    background: #fff;/*背景色*/
	height: 50px;
}
.box_green:hover {
	background:#009A7A;
	color: #fff;
    transition: 1.2s;
}
.box_green p {
	position: absolute;
	top: 40%;
	left: 51%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	text-align: center;/*一応BOX内の文字も中央寄せ*/
}