body{
  font-family: sans-serif;
}
img{
  width: 100%;
}
div#in_bg_1 {
  background-color: #20B2AA;
  padding:3rem 0;
}
.in_fle_box {
  width: 80%;
  margin: 0 auto 2rem auto;
  padding-top: 2rem;
}
img.imagess {
  border-radius: 50%;
  width: 300px;
  height: 260px;
}
h2.in_h2 {
  font-size: 1.4rem;
  color: white;
  font-weight: bold;
}
span.in_span {
  margin-left: 2rem;
}
.in_fle_box_2 {
  color: white;
}
.in_fle_2 {
  margin-top: 2rem;
}
h2.in_h2_1 {
  font-size: 1.4rem;
  font-weight: bold;
  color: lightgoldenrodyellow;
}
h2.in_h2_3 {
  font-size: 1.4rem;
  font-weight: bold;
  color: orange;
}
h3.in_h3 {
  margin: 1rem auto;
  font-weight: bold;
}
p.in_p {
  color: white;
  text-align: center;
}
h2.in_h2_2 {
  font-weight: bold;
  font-size: 1.4rem;
  color: orange;
  padding: 2rem;
}
ul.in_ul_2 {
  color: white;
  width: 90%;
  margin: 0 2rem;
  line-height: 2.5em;
}
span.in_span_2 {
  margin-left: 2rem;
}
ul.in_ul {
  line-height: 2em;
}
.in_div_3 {
  width: 80%;
  margin: 2rem auto;
}
.in_div_4 {
  width: 72%;
  margin: 0 auto;
  border-top: 3px solid white;
  border-bottom: 3px solid white;
  padding:.5rem 0;
}
ul.in_ul_3 {
  width: 75%;
  line-height: 2em;
  margin: 0 auto;
  color: white;
}
p.in_p2 {
  bottom: 3%;
  right: 3%;
  position: absolute;
  color: white;
}
.in_div_5 {
  position: relative;
}
/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn,
a.btn,
button.btn {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  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;
  color: #212529;
  border-radius: 0.5rem;
}
.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: darkorange;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: black;
  background: white;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - .5em);
  left: 1rem;
}
h1.plan_title {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  color: white;
  line-height: 1.5em;
}
span.bbq_span2 {
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
p.bbq_p3 {
  color: white;
  width: 80%;
  text-align: center;
  margin: 2rem auto;
}
.btn--radius,
a.btn--radius,
button.btn--radius
{
    border-radius: 100vh;
}
a.btn.btn--orange {
  display: block;
  width: 70%;
  margin: 4rem auto 0;
}
@media screen and (min-width:576px){
  .in_fle_2 {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.in_div_3 {
  width: 50%;
}
.in_div_4 {
  width: 50%;
}
a.btn.btn--orange {
  width: 50%;
}
}
@media screen and (min-width:768px){
  img.imagess {
    border-radius: 50%;
    width: 180px;
    height: 180px;
    margin:0 3rem;
}
.in_fle {
  display: flex;
  align-items: center;
  margin: 0 2rem;
}
p.in_p {
  text-align: right;
  margin-right: 4rem;
}
.in_fle_box {
  width: -webkit-fill-available;
}
h2.in_h2_2 {
  padding: 2rem 6rem;
}
ul.in_ul_2 {
  margin: 0 6rem;
}
.in_div_3 {
  width: 100%;
}
.in_div_4 {
  width: 90%;
}
.in_fle_11 {
  display: flex;
  margin: 0 3rem 3rem -2rem;
  align-items: flex-end;
}
a.btn.btn--orange {
  width: 35%;
}
}
@media screen and (min-width:992px){
  .in_fle {
    margin: 0px 7rem;
}
img.imagess {
  width: 200px;
  height: 200px;
}
.in_fle_11 {
  margin: 3rem 5rem;
}
.in_div_4 {
  padding: 1rem 0;
}
}
@media screen and (min-width:1200px){
  body {
    max-width: 1200px;
    border: 4px solid white;
    margin: 0 auto;
    background: #20B2AA;
}
img.imagess {
  margin: 0 6rem;
  width: 250px;
  height: 250px;
}
.in_fle_11 {
  margin: 3rem 7rem;
}
.in_div_4 {
  width: 60%;
}
ul.in_ul_3 {
  width: 65%;
}
}