@charset "utf-8";
/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}

/*=========
    outer
=========*/
html {
  max-width: 100%;
  overflow: auto;
}

body {
  scroll-behavior: smooth;
  background-color: #fafafa;
}

body *,
*::before,
*::after {
  box-sizing: border-box;
  max-width: 100% !important;
  background-repeat: no-repeat;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

body,
header,
footer,
main,
section {
  display: block;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

main {
  margin-top: 0px        !important;
}

section {
  padding: 0px 0px 12px 0px;
}

.container {
  width: 640px;
  margin: 0 auto;
  padding: 0 0;
}

/*=========
    inner
=========*/

h1,
h2,
h3,
h4,
h4 {
  font-size: 16px;
  margin: 0em 0;
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
}

div {
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
}

p,
li,
th,
tr,
td,
dt,
dd,
input {
  font-size: 16px;
  line-height: 160%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;
}

p {
  margin: 0.5em 0;
}

a {
  font-size: inherit;
  font-family: inherit;
  color: #123;
  text-decoration: none;
  transition: color,background 0.3s ease-in-out;
}

a:hover {
  color: #567;
  text-decoration: underline;
}

ol,
ul {
  margin: 0 auto;
  padding: 0 0;
  list-style-type: none;
}

ol li,
ul li {
  margin: 0.2em auto;
  padding: 0 0 0 0px;
  background-position: 0px 8px;
}
/*
table {
  border-top: 1px solid #555;
  border-left: 1px solid #555;
  border-spacing: 0;
  width: 100%;
}

table tr th,
table tr td {
  padding: 4px 4px;
  border-bottom: 1px solid #555;
  border-right: 1px solid #555;
  line-height: 160%;
}
*/
/*=========

    set

=========*/

.al-c {
  text-align: center;
}

.al-l {
  text-align: left;
}

.al-r {
  text-align: right;
}
/*
.fl-l {
  float: left;
  padding: 0 12px 0 0;
}

.fl-r {
  float: right;
  padding: 0 0 0 12px;
}
*/
.clear {
  clear: both;
}

.d-flex {
  display: flex;
}

.mincho {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

span.hl{
    background: linear-gradient( rgba(255, 242, 160, 0)60%, rgba(255, 242, 160, 1)60%, rgba(255, 242, 160, 1));
    padding: 0 4px;
  }

@media screen and (min-width: 640px) {
  body {
    display: block;
    max-width: 640px;
    margin: 0 auto;
  }
  p, li, th, tr, td, dt, dd, input {
    font-size: 16px;
  }
}

/*=========

    set

=========*/

header p{
  margin-bottom: 0;
}
header .point{
    background: linear-gradient(-34deg,#ffbc00 40%,#FFDC80 40%,#ffdc80 50%,#FFBC00 50%,#FFBC00 90%,#ffdc80 90% );
    background-size: 24px 16px;
    background-repeat: repeat repeat;
    padding: 24px 12px;
}
header .point div{
    border-radius: 36px;
    background-color: #fff;
    padding: 12px 4px;
    box-shadow: 0px 1px 4px 2px #ffa955;
}
header .point div p{
    margin: 8px auto 16px auto;
    text-align: center;
}
header .point div p span{
    display: inline-block;
    padding: 2px 8px;
    background-color: #f00;
    color: #fff;
    font-weight: bold;
}
header .point div h1{
    font-size: 160%;
    line-height: 160%;
    padding-bottom: 16px;
}
header .point ul{
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 12px 0 0 0;
    display: flex;
}
header .point ul li{
    display: block;
    width: 23%;
    padding: 12px 4px 8px 4px;
    margin: 0 1%;
    border-radius: 36px;
    background-color: #fff;
    transform:rotate(-5deg);
    text-align: center;
}
header .point ul li span{
    font-size: 75%;
}


section{
    margin-top: 12px;
    padding: 12px 8px;
    padding-bottom: 24px;
}
section h2{
    font-size: 110%;
    font-weight: bold;
    border-bottom: 2px dotted #083;
    text-align: center;
}
section.type01{
    background-image: url("images/bg_03.png");
    background-position: bottom;
    background-repeat: repeat no-repeat;
    background-size: 48px;
}
section.type02{
    background-image: url("images/bg_03.png");
    background-position: bottom;
    background-repeat: repeat no-repeat;
    background-size: 48px;
}
section.type01 p.photo,
section.type02 p.photo{
    width: 50%;
    /*margin-bottom: 4px;*/
    margin: 4px auto;
    line-height: 0;
    text-align: center;
}

section.naiyou ul{
  width: 47%;
  margin: 1%;
  float: left;
}
section.naiyou ul li{
  padding: 4px 8px;
  border: 4px solid #ffa955;
  font-size: 90%;
}
section.nagare ol li{
  list-style-type: decimal;
  margin-left: 24px;
}

p.saigoha{
  background: url(images/bg_05.png),url(images/bg_06.png);
  background-repeat: no-repeat ,no-repeat;
  background-position: left bottom,right bottom;
  padding: 24px 12px;
}
table{
  border-collapse:collapse;
}
table.syousai{
  margin: 12px auto;
}
table.syousai tr{
  border-bottom: 1px dotted #bbb;
}
table.syousai td:first-child{
  text-align: center;
}
table.syousai td{
  padding: 2px;
}


p.btn,
p.btn2{
    text-align: center;
}
p.btn a,
p.btn2 a{
  display: inline-block;
  background-color: #3d5;
  color: #fff;
  font-weight: bold;
  border-top: unset;
  border-bottom: 8px solid #083;
  border-radius: 2em;
  margin: 1em auto;
  padding: 1em 2em;
  font-size: 1.4em;
}
p.btn a:hover,
p.btn2 a:hover{
border-top: 6px solid #fff;
border-bottom: 2px solid #083;
text-decoration: none;
}

p.btn2 a{
  background-color: #ffb965;
  color: #fff;
  border-bottom: 4px solid #083;
}
p.btn2 a:hover{
  border-top: 6px solid #fff;
  border-bottom: 2px solid #083;
}
p.btn input{
  background-color: #ff7918;
  border: none;
  color: #fff;
  font-size: 110%;
  padding: 8px 20px;
  border-radius: 8px;
}

footer .copyright {
    font-size: 80%;
    text-align: center;
}


/* フォーム */
.p-form table{
  margin: 12px auto;
}
.p-form table tr{
  border-bottom: 1px dotted #bbb;
}
.p-form table tr td{
  padding: 4px;
}
.p-form table tr td input{
  border: none;
  border-radius: 4px;
  border-bottom: 1px solid #bbb;
  box-shadow: 1px 1px 1px 1px #eee;
  margin: 2px;
  padding: 2px 8px;
  font-size: 100%;
  width: 90%;
}
.p-form table tr td.name input{
  width: 46%;
}
.p-form table tr td.num input{
  width: 100px;
}
.pp{
  font-size: 80%;
  color: #df6908;
  text-decoration: underline;
}

/* thanksページ */