html {
   margin-top: 0;
   scroll-behavior: smooth;
}
body {
   margin: 0;
   background: #fff;
   font-size: 18px;
   font-weight: 400;
   font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
    color: #555;
}
.wrapper {
   width: 100%;
}
/*========HEADER========*/
.header {
   margin: 0 auto;
   display: flex;
   justify-content: space-between;
   position: fixed;
   left: 0;
   top: 0;
   width: 100%;
   transition: all 0.4s ease;
   z-index: 50;
}
.sticky {
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
   background-color: rgb(204, 196, 86);
   transition: all 0.9 ease;
}
.header-wrapper {
   width: 90%;
   margin: auto;
   display: flex;
   align-items: center;
   justify-content: space-between;
}
.title-wrapper {
   margin:0 auto;
   padding: 10px;
}
.title-wrapper a {
   text-decoration: none;
   transition: 0.3s;
   letter-spacing: 3px;
}
.title h1,
.sticky .title h1 {
   margin: 10px 0;
   color: #fff;
   text-align: center;
   text-transform: uppercase;
   transition: all 0.4 ease;
   text-shadow: 0 0 4px rgba(0,0,0,0.6);
}
.sticky .title h1 {
   margin: 0;
   text-shadow: none;
}
.title span {
   display: block;
}
.title-top {
   font-size: 20px;
   margin-bottom: -10px;
   margin-top: 0;
   transition: all 0.4;
}
.sticky .title-top {
   font-size: 16px;
   margin-bottom: -10px;
   margin-top: 0;
}
.title-bottom {
   font-size: 50px;
   margin-top: 0;
   margin-bottom: 0;
   font-family: 'Abril Fatface', cursive;
   transition: all 0.4;
}
.sticky .title-bottom {
   font-size: 35px;
   margin-top: 0;
   margin-bottom: 0;
   font-family: 'Abril Fatface', cursive;
}
.navigation-header {
   width: 75%;
   display: flex;
   padding: 0 10px;
   align-items: center;
   justify-content: space-between;
}
.navigation-header nav ul {
   margin: 0;
   padding: 0;
   list-style: none;
}
.navigation-header nav li {
   display: inline-block;
   padding: 0px 15px;
   position: relative;
}
.sticky .navigation-header nav li {
   display: inline-block;
   position: relative;
   color: #fff ;
}
.navigation-title {
   text-decoration: none;
   text-transform: lowercase;
   transition: 0.3s;
}
.navigation-title::before {
   content:'';
   display: block;
   height: 5px;
   background-color: #fff;
   position: absolute;
   bottom:0;
   width: 0;
   transition: all ease-in-out 0.3s;
}
.navigation-header nav ul li a:hover::before {
   width: 100%;
}
.dropdown {
   position: relative;
   display: inline-block;
}
.dropbtn {
   font-size: 16px;  
   font-weight: bold;
   color: #fff;
   letter-spacing: 1px;
   padding: 14px 0;
   border: none;
   cursor: pointer;
   text-shadow: 0 0 4px rgba(0,0,0,0.6);
 }
 .sticky .dropbtn {
   color: #fff;
   text-shadow:none;
 }
 .sub-navigation {
   background-color: rgb(204, 196, 83);
   display: none;
   position: absolute;
   min-width: 200px;
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
   z-index: 40;
 }
 .sub-navigation ul {
   align-items: center;
   margin-left: 0;
 }
 .sub-navigation ul li {
   width: 100%;
   margin: 0;
   padding: 0;
   border-bottom: 1px dotted #333;
 }
 .sub-navigation ul li:last-child {
   border-bottom: none;
}
 .sub-navigation a {
   color: #555;
   font-size: 14px;
   line-height: 18px;
   text-decoration: none;
   text-transform: lowercase;
   text-align: center;
   display: block;
   padding: 15px 15px;
 }
 .sticky .sub-navigation a {
   padding: 15px 15px;
 }
 .sub-navigation a:hover {
   background-color: #eee89f;
   color: #555;
}
 .dropdown:hover .sub-navigation {
   display: block;
   background-color: #fff;
 }
 .fa {
    margin-left: 3px;
    padding-top: 3px;
 }


/*======フッター======*/
.footer {
   width: 100%;
   margin-bottom: 0;
   text-align: center;
   color: #777;
}
.copyright {
   font-size: 15px;
   margin: 30px;
}

/*======共有=======*/
.main-content {
   width: 1200px;
   margin: 60px auto 70px;
   scroll-behavior: smooth;
}
.about-sweden {
   margin: 275px auto 70px;
   scroll-behavior: smooth;
}
.content-title {
   margin: 160px auto 80px;
}
.content-title-visit {
   margin: 60px auto;
}
.content-title ,
.content-title-visit {
   position: relative;
}

/*h2タイトル*/
.content-title h2,
.content-title-visit h2 { 
   font-size: 90px;
   text-transform: uppercase;
   letter-spacing: 1vh;
   text-align: center;
   font-family: 'Abril Fatface', cursive;
   margin-bottom: 0;
}
.circles {
   display: flex;
   justify-content: center;
   font-size: 50px;
}
.circle {
   margin: -10px 10px;
}
.first {
   color: rgb(204, 196, 86);
}
.second {
   color: rgb(224, 215, 82);
}
.third {
   color: rgba(224, 214, 82, 0.555);
}
.content-main-title {
   margin: 40px 0 40px 0;
}
.content-main-title span {
   display: block;
}
.content-main-title h3 {
   font-size: 50px;
   font-family: 'Abril Fatface', cursive;
   color: #555;
   margin: 0;
   text-transform: lowercase;
   text-align: center;
}
.title-japanese {
   color: rgb(224, 215, 82);
}
.title-english {
   font-size: 40px;
   margin-top: -15px;
   color: #555;
} 
.content-top-image {
   width: 100%;
   margin-top: 20px;
}
.content-top-image img {
   width: 100%;
   margin: 0 auto;
}
.content-main-text {
   width: 75%;
   margin: 0 auto;
}
.content-main-text h4 {
   font-size: 30px;
   margin-top: 60px;
   border-bottom: 2px solid rgb(224, 215, 82);
   text-align: center;
}
.content-main-text p {
   margin-top: 0;
}
.content-main-text a {
   color: #555;
   text-decoration: none;
}
.content-main-text span {
   background:linear-gradient(transparent 90%, rgba(224, 214, 82, 0.555) 80%);
   transition: 0.3s all ease-in-out;
}
.content-main-text span:hover {
   filter: brightness(0.8);
}

/* breadcrumb*/
.breadcrumb-wrap {
   margin-top: 105px;
}
.breadcrumb-wrap-visit {
   margin-top: 100px;
   margin-left: 11%;
}
.breadcrumbs {
   font-size: 15px;
   padding: 0 0 0 10px;
   margin: 0;
   text-transform: lowercase;
}
.breadcrumb-item {
   display: inline-block;
}
.breadcrumb-item:not(:last-of-type)::after {
   content: '/';
   margin: 0 5px;
   color: #cccccc;
}
.breadcrumb-link {
   text-decoration: none;
   color: #999999;
}
.breadcrumb-link:hover {
   text-decoration: underline; 
}
.breadcrumb-item-active {
   color:#555;
   font-weight: bold;
}

/*ページの上に戻すボタン*/
#return-to-top {
   position: fixed;
   bottom: 20px;
   right: 20px;
   background: rgb(224, 215, 82);
   width: 50px;
   height: 50px;
   display: block;
   text-decoration: none;
   -webkit-border-radius: 35px;
   -moz-border-radius: 35px;
   border-radius: 35px;
   display: none;
   -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   transition: all 0.3s ease;
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#return-to-top i {
   color: #fff;
   margin: 0;
   position: relative;
   left: 12px;
   top: 3px;
   font-size: 35px;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   -ms-transition: all 0.3s ease;
   -o-transition: all 0.3s ease;
   transition: all 0.3s ease;
}
#return-to-top:hover {
   background: rgb(204, 196, 86);
}
#return-to-top:hover i {
   color: #fff;
   top: -2px;
}

/*タイトルー黄色い線*/
.content-section-text h3 {
   font-size: 45px;
   color: #555;
   margin: 0 auto;
   padding: 40px;  
   text-align: center;
   letter-spacing: 2px;
   text-transform: uppercase;
}
.section-text {
   width: 80%;
}
.section-text span {
   display: block;
}
.section-text h3 {
   padding: 40px;   
   margin: 35px 0px;
   font-size: 55px;
   font-weight: 100;
   letter-spacing: 3px;
   text-transform: lowercase;
}
.section-text-traditions h3 span,
.text-t span,
.content-section-text h3 span,
.container-info span   {
   font-family:  "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
   "游ゴシック", "Yu Gothic", sans-serif;
   font-size: 45px;
   font-weight: 600;
   background:linear-gradient(transparent 72%, rgb(224, 215, 82) 87%);
   padding: 0 2px;
   text-transform: lowercase;
}
.english-title h3 span {
   font-family:  'Abril Fatface', cursive;
   font-weight: 100;
}


/*===section-links 共有====*/
.section-text,
.section-text-traditions {
   margin: 0 auto;
   text-align: center;
}
.section-text p,
.section-text-traditions p {
   width: 60%;
   font-size: 18px;
   margin: 0 auto;
   text-align: justify;
}
.section-text p a,
.section-text-traditions  a {
   color: rgb(224, 215, 82);
}
.section-text a,
.section-text-traditions p a {
   text-decoration: none;
   transition: all ease-in-out 0.3s;
}
.section-images {
   width: 70%;
   margin-left: 130px;
   margin-bottom: -20px;
   display: flex;
   flex-direction: row-reverse;
   transition: all ease-in-out 0.3s;
}
.content-title-image .credit-text {
   margin-left: 20px;
}

/*黄色いsection*/
.content-text-section {
   width: 100%;
   padding: 70px 0;
   margin: 0 auto;
   background-color: #eee79f31;
}
.content-text-section h4 {
   margin: 0 auto 15px;
   font-size: 30px;
   color: rgb(224, 215, 82);
   text-align: center;
}
.content-text-section p {
   width: 828px;
   margin: 10px auto;
}

/*READ MORE ボタン*/
.btn {
   background-color: #eee89f;
   width: 130px;
   margin: 40px auto;
   padding: 10px 20px;
   border: none;
   outline: none;
   position: relative;
   border-radius: 20px 20px 20px 20px;
   cursor: pointer;
   --border-size: 2px;
}
.btn-index {
   margin: 0 auto;
}
.btn::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   border-radius: 20px 20px 20px 20px;
   border: var(--border-size) solid #eee89f;
   transition: top, left, right, bottom, 200ms ease-in-out;
}
.btn:hover::before,
.btn:focus::before {
   top: calc(var(--border-size)* -2);
   left: calc(var(--border-size)* -2);
   right: calc(var(--border-size)* -2);
   bottom: calc(var(--border-size)* -2);
}
.btn p {
   margin: 0 17px !important;
}
.btn-index p{
   margin: 0;
}
.btn-visit::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   border-radius: 20px 20px 20px 20px;
   border: var(--border-size) solid #eee89f;
   transition: top, left, right, bottom, 200ms ease-in-out;
}
.read-more {
   font-size: 13px;
   color: #555;
   margin: 0;
   border-radius: 20px 20px 20px 20px;
}

/*===画像　共有===*/
.content-image {
   width: 100%;
   margin: 30px auto 20px;
}
.content-image img {
   width: 100%;
}
.images-wrapper {
   width: 100%;
   display: flex;
   margin: 30px 0;
}
.images-wrapper img {
   width: 100%;
}
.image-large {
   width: 50%;
   display: flex;
   flex-direction: column;
   font-size: 10px;
   color: #999999;
}
.image-large img {
   width: 100%;
}
.image-small {
   width: 25%;
   display: flex;
   flex-direction: column;
   font-size: 10px;
   color: #999999;
}
.image-small img {
   width: 100%;
}
.credit-text {
   margin: 0;
   font-size: 10px;
   color: #999999;
   text-align: left;
}
.content-link-wrapper {
   margin-left: 20px;
}
.content-link {
 font-size: 15px;
}
.content-link h5 {
   font-size: 17px;
}
.content-image-s {
   display: block;
   margin: 20px auto;
   width: 50%;
}
.content-image-s img {
   width: 100%;
}
.image {
   width: 33.3%;
}
.image img {
   width: 130%;
   border-radius: 50%;
   transition: 0.3s all ease-in-out;
   filter: brightness(1.1);
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/*画層リンク*/
.image-links {
   width: 100%;
   display: flex;
   justify-content: space-around;
   padding-bottom: 30px;
}
.where-to-go {
   margin: 0 auto;
   flex-wrap: wrap;
}
.image-link,
.where-to-go .image-link {
   width: 29.6%;
   margin:10px;
   background-color: rgb(224, 215, 82);
   position: relative;
   box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 6px;
}
.where-to-go .image-link {
   margin: 20px;
}
.image-link img {
   width: 100%;
   opacity: 100%;
}
.image-link p {
   width: 100%;
   font-size: 40px;
   font-weight: bold;
   text-align: center;
   color: #fff;
   text-shadow: 1px 1px 7px #000;
   margin: 0;
   position: absolute;
   top: 50%; 
   left: 50%;
   transform: translateX(-50%) translateY(-50%);
   transition: all ease-in-out 0.3s;
}
.where-to-go .image-link p,
.index .image-link p {
   font-size: 33px;
}
.image-link a {
   text-decoration: none;
   transition: all ease-in-out 0.3s;
}
.image-link a:hover img {
   opacity: 40%;
}
.image-link a:hover p {
   font-size: 45px;
}
.where-to-go .image-link a:hover p,
.index .image-link a:hover p {
   font-size: 36px;
}

.image-link a img {
   transition: all ease-in-out 0.3s;
   height: 100%;
}


/*==========index.html==========*/
.top-content {
   width: 100%;
   margin-top: 0;
   position: relative;
   margin-left: auto;
   margin-right: auto;
}
.top-content img {
   width: 100%;
}
.top-content .credit-text {
   margin-left: 20px;
}
.welcome-text {
   font-size: 5vw;
   color: #fff;
   width: 100%;
   position: absolute;
   top: 33%;
   text-align: center;
   text-shadow: -1px 3px 2px rgba(0,0,0,0.3);
}
.content-text h3 {
   font-size: clamp(1vw, 40px, 3vw);
   color: rgb(224, 215, 82);
   letter-spacing: 3px;
   margin-top: 30px;
   margin-bottom: 10px;
   text-transform: uppercase;
   text-align: center;
}
.content-text {
   font-size: 23px;
   width: 60%;
   margin: 80px auto 100px;
   line-height: 1.75;
   text-align: justify;
}
.section-images-index-wrapper {
   width: 100%;
   margin: 80px auto;
}
.section-image-index{
   width: 100%;
   display: flex;
   background-color: #eee79f31;
}
.section-image-index img {
   width: 50%;
   height: auto;
}
.section-side-text {
   width: 50%;
   padding: 0 80px;
   align-self: center;
   text-align: center;
}
.section-side-text h4 {
   letter-spacing: 3px;
   font-size: 35px;
   margin: 0 0 30px;
}
.section-side-text span {
   background:linear-gradient(transparent 72%, rgb(224, 215, 82) 87%);
}
.section-side-text-p {
   margin: 30px 25px;
}
.section-side-text a {
   color:#555;
   text-decoration: none;
}
.section-image-index:nth-child(even){
   flex-direction: row-reverse;
}
.section-visit-index {
   width: 70%;
   margin: 60px auto;
}
.section-text-index {
   margin: 0 auto;
   text-align: center;
   margin-bottom: 55px;
}
.section-text-index span {
   display: block;
   margin-top: -5px;
   color: #555;
}
.section-text-index h3 {
   font-size: 45px;
   color: rgb(224, 215, 82);
   margin: 0 auto;
   padding-top: 40px;
   letter-spacing: 4px;
   position: relative;
}
.text-bottom {
   font-size: 20px;
   margin: 0;
   margin-top: -7px;
   text-transform: uppercase;
   letter-spacing: 0;
}
.section-text-index h3::after {
   content: "";
   width: 100px;
   height: 5px;
   font-size: 40px;
   background-color: rgb(224, 215, 82);
   position: absolute;
   left: 50%;
   top: 110%;
   transform: translate(-50%, 0);
}


/*==========visit.html==========*/
.main-content-full {
   width: 100%;
}
.content-section  {
   width: 100%;
}
.section-visit {
   width: 100%;
   margin: 30px auto 80px;
}
.section-visit a {
   text-decoration: none;
}

/*where-to-go.html, when-to-go.html, traditions.html*/
.content-section,
.content-section-right {
   margin: 80px auto;
   display: flex;
}
.content-section-right {
   justify-content: flex-end;
}
.content-section .content-section-text,
.content-section-right .content-section-text {
   width: 41%;
   align-self: center;
}
.content-section-image-left,
.content-section-image-right {
   width: 48%;
   align-self: center;
}
.content-section-image-right img {
   width: 100%;
   margin-right: 0px;
   border-radius: 300px 0 0 300px;
   box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
}
.content-section-image-left img {
   width: 100%;
   margin-left: 0;
   border-radius: 0 300px 300px 0;
   box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
}
.content-section-text {
   padding: 10px 50px;
   margin-left: 0;
   align-self: center;
   text-align: justify;
}
.content-section-text p {
   margin: 0 50px;
}
.content-section-text a {
   transition: all ease-in-out 0.3s;
   text-decoration: none;
}


/*==========traditions.html==========*/

/*midsummer.html, swedish-christmas.html, crayfish-party.html, fika.html, swedish-easter.html*/
/*food.html, sweets.html, drinks.html*/
.contents-page {
   width: 100%;
   display: flex;
   margin: 40px 0;
}
.contents-navigation-wrapper {
   width: 18%;
   margin: 0 auto;
}
.contents-navigation-wrapper h2 {
   font-size: 23px;
   margin: 30px 0 30px 4px;
   padding-left: 10px;
   color: #555;
   text-transform: uppercase;
   letter-spacing: 3px;
}
.contents-navigation-wrapper ul {
   margin: 0;
   padding: 0;
   list-style: none;
}
.contents-navigation-wrapper li {
   justify-content: space-around;
   list-style: none;
   margin: 0;
   margin-bottom: 20px;
   padding: 0
}
.navigation-contents {
   width: 90%;
   display: flex;
   flex-direction: column;   
}
.navigation-content {
   width: 100%;
}
.navigation-content p {
   font-size: 13px;
   margin: 0;
   padding: 3px 8px ;
   text-transform: uppercase;
}
.navigation-content a {
   text-decoration: none;
   color: #555;
   transition: all ease-in-out 0.3s;
}
.navigation-content:hover {
   border-left: 3px solid #999;
   padding:0;
   transition: all ease-in-out 0.3s;
   cursor: pointer;
}
.navigation-content#active-nav {
   border-left: 5px solid rgb(224, 215, 82);
}
.active[data-tab-target] .navigation-content {
   border-left: 5px solid rgb(224, 215, 82);
   font-weight: bold;
}
.navigation-content#active-nav {
   font-weight: bold;
}
.contents-article {
   width: 75%;
   margin: 0 auto;
}
.contents-article .content-main-text {
   width: 88%;
}
[data-tab-content] {
   display: none;
}
.active[data-tab-content] {
   display: block;
}
.tabs-style {
   display: flex;
   justify-content: space-around;
}
.tabs {
   display: flex;
   justify-content: space-around;
   list-style: none;
   margin: 0;
   padding: 0;
}
.text-section h5 {
   font-size: 22px;
   margin: 30px 0 10px;
}

/*==========kitchen.html==========*/
.content-text-kitchen {
   width: 57%;
   margin: 0 auto;
   margin-top: -20px;
   line-height: 1.75;
   text-align: justify;
}
.section-kitchen {
   width: 100%;
   margin-bottom: 80px;
}
.section-kitchen-images {
   width: 90%;
   margin: 100px auto 50px;
}

/*food.html, sweets.html, drinks.html*/
.content-about {
   width: 100%;
   margin: 0 auto;
   line-height: 1.75;
}
.warning-text-wrapper {
   width: 95%;
   margin: -15px 0 30px;
}
.warning-text-contents {
   width: 100%;
   display: flex;
   padding: 15px;
}
.warning-text-content-left {
   width: 13%;
   align-self: center;
}
.warning-text-content-left h5 {
   font-size: 45px;
   color: rgb(224, 215, 82);
   text-align: center;
   margin: auto;
   text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}
.warning-text-content-right {
   width: 80%;
   font-size: 15px;
   text-align: justify;
}
.warning-text-content-right p{
margin-bottom: 0;
}

/*==========about-sweden.html==========*/
.section-about {
   margin: -20px auto 200px;
   transition: all 1s;
}
#scroll-here {
   height: 30px;
   scroll-behavior: smooth;
   -webkit-scroll-behavior: smooth !important;
}
.section-visit-links-about-sweden {
   width: 100%;
   display: flex;
   padding: 10px 0;
   justify-content: space-around;
}
.section-visit-links-about-sweden .tabs:hover {
   font-weight: bold;
   cursor: pointer;
}
.navigation-content-about-wrap {
   width: 25%;
   border-right: 1px solid #999;
}
.last-wrap{
   border-right: 1px solid rgb(255, 255, 255);
}
.navigation-content-about {
   margin: 0;
   padding: 0px;
   width: 200px;
   font-size: 18px;
   text-align: center;
   transition: all 0.3s;
}
.navigation-content-about-wrap a {
   color: #555;
   text-decoration: none;
}
.active[data-tab-target] .navigation-content-about {
   font-size: 18px;
   font-weight: bold;   
   position: relative;
}
.active[data-tab-target] .navigation-content-about::after {
   content: "";
   width: 40px;
   height: 5px;
   font-size: 40px;
   background-color: rgb(224, 215, 82);
   position: absolute;
   left: 50%;
   top: 100%;
   transform: translate(-50%, 0);
}
.content-text-about-wrapper {
   width: 90%;
   margin: 70px auto 100px;
}
.content-text-about-wrapper span {
   display: block;
}
.content-text-about-wrapper h3 {
   font-size: 60px;
   font-family: 'Abril Fatface', cursive;
   font-weight: 600;
   color:rgb(224, 215, 82);
   margin: 0 auto 130px;
   padding-top: 40px;
   letter-spacing: 4px;
   text-align: center;
}
.japanese-title {
   font-size: 25px;
   font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
   "游ゴシック", "Yu Gothic", sans-serif;
   text-align: center;
   letter-spacing: 0;
   color: #555;
   margin: 0 auto;
   position: relative;
}
.content-text-about-wrapper h3::after {
   content: "";
   width: 150px;
   height: 5px;
   font-size: 40px;
   background-color: rgb(224, 215, 82);
   position: absolute;
   left: 50%;
   top: 153%;
   transform: translate(-50%, 0);
}
.text-about-intro {
   width: 80%;
   margin: 100px auto;
}
.section-text-main {
   width: 90%;
   margin: 0 auto;
}
.text-about-boxes {
   display: flex;
   margin: 100px 0;
}
.about-box-title {
   width: 40%;
   padding: 0 40px;
   align-self: center;
   position: relative;
}
.circle-about-left {
   margin: auto;
   width: 300px;
   height: 300px;
   align-self: center;
   text-align: center;
   border-radius: 0 50% 50%;
}
.circle-about-right {
   margin: auto;
   width: 300px;
   height: 300px;
   align-self: center;
   text-align: center;
   border-radius: 50% 0 50% 50%;
}
.circle01 {
   background-color: rgb(172, 165, 72);
}
.circle02 {
   background-color: rgb(204, 196, 86);
}
.circle03 {
   background-color: rgb(224, 215, 83);
}
.circle04 {
   background-color: rgba(224, 214, 82, 0.7);
}
.circle-about-left h5,
.circle-about-right h5 {
   margin: auto;
   align-self: center;
   font-size: 30px;
   color: #fff;
   position: relative;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}
.about-box-text {
   width: 60%;
   align-self: center;
}
.about-box-title span {
   display: block;
}
.about-box-text p{
   line-height: 1.8em;
}
.about-box-text ul {
   margin: 0;
}
.example-before {
   margin-bottom: 0px;
}
.example-after {
   margin-top: 0px;
}
::marker {
   color: rgb(204, 196, 83);
   display: inline-block; 
}

/*==========contact.html===========*/
.contact-form-background {
   width: 1020px;
   height: 614px;
   margin: 160px auto 80px;
   background-color: rgb(224, 215, 82);
   position: relative;
}
.contact-form-background img {
   width: 100%;
   opacity: 0.75;
}
.contact-form-wrapper {
   width: 820px;
   margin: 57px auto;
   height: 500px;
   border-radius: 10px;
   box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
   overflow: hidden;
   display: grid;
   grid-template-columns: repeat(2,1fr);
   position: absolute;
   top: 0;
   left: 10%;
}
.container-info {
   border-radius: 10px 0 0 10px;
   display: flex;
   align-items: center;
   position: relative;
   background-color: #fff;
}
.container-info  h3 {
   font-size: 35px;
}
.container-info .section-text h3 {
   font-size: 45px;
}
.contact-form {
   background-color: rgb(224, 215, 82);
   border-radius: 0 10px 10px 0;
   position: relative;
}
.contact-form:before {
   content: "";
   position: absolute;
   width: 26px;
   height: 26px;
   background-color: rgb(224, 215, 82);
   transform: rotate(45deg);
   top: 50px;
   left: -13px;
}
form {
   padding: 35px;
   z-index: 10;
   overflow: hidden;
   position: relative;
}
.input {
   width: 100%;
   color: #fff;
   font-size: 17px;
   font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
   "游ゴシック", "Yu Gothic", sans-serif;
   font-weight: 500;
   letter-spacing: 0.5px;
   box-sizing: border-box;
   outline: none;
   border: 2px solid #fff;
   background: none;
   padding: 10px 20px;
   border-radius: 5px;
   transition: 0.3s;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
 -webkit-box-shadow: 0 0 0 30px rgb(224, 215, 82) inset !important;
 -webkit-text-fill-color: #fff !important;
}
textarea {
   height: 200px;
   resize: none;
}
.input-container {
   position: relative;
   margin: 17px 0;
}
.input-container label {
   font-size: 15px;
   font-weight: 400px;
   color: #fff;
   position: absolute;
   top: 50%;
   left:15px;
   transform: translateY(-50%);
   padding: 0 8px;
   pointer-events: none;
   z-index: 30;
   transition: 0.5s;
}
.input-container.textarea label {
   top: 16px;
   transform: translateY(0);
}
.input-container span {
   font-size: 14px;
   position: absolute;
   top: 0;
   left: 25px;
   transform: translateY(-50%);
   padding: 0 8px;
   color: transparent;
   pointer-events: none;
   z-index: 20;
}
.input-container span:before,
.input-container span:after {
   content: "";
   position: absolute;
   width: 10%;
   opacity: 0;
   transition: 0.3s;
   height: 5px;
   background-color: rgb(224, 215, 82);
   top: 50%;
   transform: translateY(-50%);
}
.input-container span:before {
   left: 50%;
}
.input-container span:after {
   right: 50%;
}
.input-container.focus label {
   top: 0;
   transform: translateY(-50%);
   left: 25px;
   font-size: 14px;
}
.input-container.focus span:before,
.input-container.focus span:after {
   width: 50%;
   opacity: 1;
}
.contact-text {
   font-size: 21px;
   color: #fff;
   padding: 30px;
   margin-top: 100px;
   line-height: 1.7;
}
.contact-text p {
   text-align: center;
}
.contact-text span {
   font-size: 40px;
   text-align: center;
   letter-spacing: 6px;
}
.button {
   width: 100%;
   margin: 10px 0;
   padding: 10px 20px;
   background-color: #fff;
   color: rgb(224, 215, 82);
   font-size: 15px;
   line-height: 1;
   border: 2px solid #fff;
   border-radius: 25px;
   outline: none;
   cursor: pointer;
   transition: 0.3s;
}
.button:hover {
   color: #fff;
   background-color: rgb(224, 215, 82);
   border: 2px solid #fff;
}
.back-to-home {
   position: absolute;
   bottom: 15px;
   right: 15px;
   border: 1px solid rgb(224, 215, 82);
   border-radius: 10px;
   transition: 0.3s;
}
.back-to-home a {
   text-decoration: none;
   color: #fff;
}
.back-to-home:hover {
   border: 1px solid #fff;
}
.back-to-home p {
   font-size: 15px;
   text-align: right;
   margin: 0;
   padding: 5px 10px;
   transition: 0.3s;
}
textarea::-webkit-scrollbar {
   width: 12px;
   background-color: #F5F5F5;
   border-radius: 3px;
}
textarea::-webkit-scrollbar-thumb {
   border-radius: 3px;
   -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
   background-color: rgb(175, 168, 73); 
}
::selection {
   background: rgb(204, 196, 86);
   color: #fff;
}
