@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap');

:root {
    /**** カラー ****/
    --text-color: #707070;
    --main-color: rgb(199, 178, 186);
    --sub-color: rgb(219, 237, 241);
    --accent-color: rgb(90, 90, 204);
    /**** フォント ****/
    --mincho-font-family:'fot-tsukuardgothic-std',sans-serif;
    --hiragino-font-family: 'fot-tsukuardgothic-std',sans-serif;
    --en-font-family1: "Courier", "Libre Baskerville", serif;
    --en-font-family2: "Courier new", serif;
    --transition-duration: 0.3s;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
}

li {
    list-style: none;
}

/* header  {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2% 0 2% 0;
} */

header figure {
    width: 20%;
    margin: 0 0 0 5%;
}

header figure img {
    width: 50%;
}

#top_image p {
    text-align: center;
}

#top_image .point p:first-of-type::before{
    content: "＼";
}

#top_image .point p:first-of-type::after {
    content: "／";
}

h1 {
    width: 100%;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 0;
}

h1::before,
h1::after {
    content:"";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url(../images/flower.png);
    background-position: center;
    background-size: contain;    
}

#top_image h1+p{
    font-size: 2.5rem;
    text-align: center;
    font-weight: bold;
    margin: 0;
}

#top_image h1+p+p {
    text-align: center;
    margin: 0;
}




#top_image {
    margin-bottom: 10vh;
}



#top_image figure {
    margin: 0;
    padding: 0;
}

#top_image figure img{
    display: block;
    margin: 0 auto; 
    width: 100vw;
    max-width: 700px;
}


div.point {
    width: 100%;
    margin: 20% auto;
}


.point p {
    margin: 0;
}

/* .point ul {
    max-width: 300px;
    margin: 0 auto;
    padding-left: 0;
} */


/* .akamaru {
    text-indent: -13px;
    padding-left: 1em;
    padding-bottom: 10px;
}


.akamaru::before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color:#F44336;
    border-radius: 50%;
    margin-right: 3px;
} */


.point p:first-of-type,
.point p:nth-of-type(2) {
    font-weight: bold;
}

.point figure+p {
    margin-bottom: 5%;
}

.point span {
    color: #F44336;
    font-weight: bold;
}

a {
    color: inherit;
    text-decoration: none;
    width: 70%;
}


input,
button,
textarea,
select {
    font: inherit;
}

body {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    color: var(--text-color);
}

@media (max-width: 768px) {
    body {
        /* font-family: var(--paragraph-jp-sm-font-family); */
        font-size: var(--paragraph-jp-sm-font-size);
        font-weight: var(--paragraph-jp-sm-font-weight);
        line-height: var(--paragraph-jp-sm-line-height);
    }
    .br_pc {
        display: none;
    }
    
    .copyright {
        display: block;
        text-align: center;
        width: 100vw;
    }
}






button {
    margin: 5% auto;
	position: relative;
	z-index: 1;
	display: block;
	box-sizing: border-box;
	width: 70%;
	padding: .5em;
	line-height: 1.4;
	cursor: pointer;
	user-select: none;
	transition: color 0.4s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
	color: #fff;
	border: none;
	border-radius: 0;
	background: #F44336;
}
button:hover{
	color: #ffffff;
	border: 1px solid #ccc;
}


hr {
    border: dashed 1px;
    width: 40%;
    margin-top: 5%;
    margin-bottom: 5%;
}

#plan  h2 {
    text-indent: 1em;
}


#plan div.gosan_plan {
    background-color:rgba(206,70,56,16%);
    width: 100vw;
    max-width: 500px;
    display: block;
    margin: 5% auto;
    padding-top:5px;
    padding-bottom: 10px;
}

.gosan_plan figure {
    margin: 0;
}

.gosan_plan img {
    width: 85%;
    display: block;
    margin: 5% auto;
}

.gosan_plan h2 {
    display: block;
    margin: 0;
    padding: 0;
    width: 30%;
    font-size: 1rem;
    background-color: #CE4638;
    color: #fff;
}

#plan .gosan_plan+section h2 {
    width: 50%;
}

.gosan_plan h2+p,
.gosan_plan h2+p+p {
    margin: 0;
    text-align: center;
}

.gosan_plan hr+p,
.gosan_plan hr+p+p {
    text-align: center;
    margin: 0;
    font-size: 1rem;
}

.gosan_plan h2+p,
.gosan_plan h2+p+p {
    margin: 0;
    text-align: center;
}


.gosan_plan h2+p {
    font-size: 2.5rem;
}


.gosan_plan ul {
    width: 80%;
    margin: 10% auto ;
    padding: 0;
}

.gosan_plan ul li {
    display: inline-block;
    width: 49%;
    margin: 1% auto;
    text-align: center;
    border-radius: 10px;
    background-color: #8B726F;
    color: #fff;
    font-size: .9rem;
    padding: 3% 0;
}

.gosan_plan ul+p {
    text-align: center;
}

/* .gosan_plan p,
.gosan_plan:nth-of-type(3) ul li {
    margin-top: 8%;
} */


.gosan_plan ul:first-of-type li {
    list-style-type: disc;    
}

.gosan_plan ul:nth-of-type(2) {
    text-indent: -1em;
}


.gosan_plan ul li+p,
.gosan_plan ul li p {
    text-align: right;
    margin-right: 3em;
    margin-top: 0;
    margin-bottom: 1.5em;
}



.gosan_plan ul:nth-of-type(2) li::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #707070;
    line-height: 1;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.375em 0.64952em;
    border-left-color: currentColor;
    border-right: 0;
      }

#plan div#option {
    background-color:#fff;
}

#plan div#option p {
    text-align: center;
}

div#option figure{
    width: 80%;
    height: 70%;
    margin: 0 auto;
}

#tokuten {
    text-align: center;
}

#tokuten p:first-child {
    margin-bottom: 0;
}

#tokuten p:first-child::before {
    content: "＼";
}

#tokuten p:first-child::after {
    content: "／";
}

#tokuten figure {
    margin: 10% 0 0 0;
}

#tokuten figure img{
 width: 100%;
 max-width: 400px;
}

#tokuten p:nth-of-type(2),
#tokuten p:nth-of-type(3) {
    display: inline-block;
    width: 30%;
    max-width: 200px;
    margin: 1% auto;
    text-align: center;
    border-radius: 10px;
    background-color:rgba(206,70,56,70%);
    color: #fff;
    font-size: .8rem;
    padding: 3% 0;
}

.announce {
    margin-bottom: 10%;
}

#link_list {
    margin-top: 15%;
}

#link_list ul li {
    line-height: 2em;
}

#link_list ul li::before {
content: "";
display: inline-block;
vertical-align: middle;
color: #707070;
line-height: 1;
width: 0;
height: 0;
border-style: solid;
border-color: transparent;
border-width: 0.375em 0.64952em;
border-left-color: currentColor;
border-right: 0;
  }

.icon ul {
    width: 50%;
    display: flex;
    margin: 0 auto;
    padding: 0;
    justify-content: center;
}

.icon ul li {
    width: 50%;
}

.icon {
    margin: 10% 0;
}


footer ul li a {
    margin: 0 auto;
    height: 100%;
    display: block;
}


footer ul li a img {
    width: 50%;
    margin: 0 auto; 
    display: block;
}