@charset "UTF-8";


html { font-size: 18px; }

body {
  font-family: Helvetica Nove, "sans-serif";
  color: #f2c2c3;
  font-size: 1.2em;
  line-height: 1.6;
  background: #fa6900;
  overflow-x: hidden;
}

label .menu {
  position: absolute;
  right: -115px;
  top: -100px;
  z-index: 100;
  width: 200px;
  height: 200px;
  background: #f2c2c3;
  border-radius: 50% 50% 50% 50%;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  box-shadow: 0 0 0 0 #FFF, 0 0 0 0 #FFF;
  cursor: pointer;
  
}

label .hamburger {
  position: absolute;
  top: 135px;
  left: 50px;
  width: 30px;
  height: 2px;
  background: #69D2e7;
  display: block;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

label .hamburger:after, label .hamburger:before {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #69d2e7;
}

label .hamburger:before { top: -10px; }

label .hamburger:after { bottom: -10px; }

label input { display: none; }

label input:checked + .menu {
  box-shadow: 0 0 0 100vw #46c78d, 0 0 0 100vh #FFF;
  border-radius: 0;
  
}

label input:checked + .menu .hamburger {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  
}

label input:checked + .menu .hamburger:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  bottom: 0;
  
}

label input:checked + .menu .hamburger:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
  
}

label input:checked + .menu + ul { opacity: 1; }

label ul {
  font-size: 30px;
  z-index: 200;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: .25s 0s ease-in-out;
  transition: .25s 0s ease-in-out;
}

label a {
  margin-bottom: 1em;
  display: block;
  color: #f38630;
  text-decoration: none;
  
}



body{
	font-family: Helvetica Nove, "sans-serif";
    
    background-color: #f2c2c3;
    margin-top: 0px;
    margin-right: 0px;
    magin-bottom: 0px;
    margin-left: 0px;
    font-style: normal;
                               
}

.container{
    wwidth: 90%;
    margin-left: auto;
    maegin-right: auto;
    height: 1000px;
    background-color: #f2c2c3;   
}
h1 {
font-weight: bold;
  font-family: "Nunito", sans-serif;
  font-size: 3rem; /* サイズをさらに大きくしました */
  color: #6dc7d0;
  
  margin-right: 0; /* 左寄せを強調するために余白をゼロにしました */


	text-color: #6dc7d0 !important;
	font-family: "Helvetica Neue", sans-serif;
    font-size: 40px;
    white-space: nowrap; /* 改行を無効化する */
    /* はみ出た部分を非表示にする（必要であれば） */
     /* はみ出た部分を「...」にする（任意） */

}

h2 {
	color:#6dc7d0;
	
    font-size: 65px;
   
    
}

p { 
	color:#b5aeae;
    font-size: 18px;

    
    
}
header{
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	padding-top: 30px;
    width: 100%;
    height: 10%;
    background-color: #f0f4b7;
   
}
.logo{
    color: #6dc7d0 !important;
    font-weight: bold;
    text-align: left !important;
    width: 10%;
    margin-top: 15px;
    margin-left: 25px; 
   
}
nav{
    float: right;
    width: 50%;
    text-align: right;
    margin-right: 25px;
}
header nav ul{
    list-style:none;
    float: right;
}
nav ul li{
    float: left;
    color: #b00000;
    font-size: 14px;
    text-align: left;
    margin-right: 25px;
    letter-spacing: 2px;
    font-weight: bold;
    transition: all 0.3s linear;
}
ul li a{
    color: #f38630;
    text-decoration: none;
}
ul li:hover a{
    color: #2c9ab7;
}
.hero_header{
    color: #ffffff;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    letter-spacing: 4px;
}
.hero{
    background-color: #B82729;
    padding-top: 150px;
    padding-bottom: 150px;
    
    background-image: url("../img/macaron.jpg");
    height: 400px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
.light{
    font-weighht: bold;
    color: #B82729;
}
.tagline{
    text-align: center;
    color: rgba(211,70,73,0.6);
    margin-top: 4px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.text_column{
    width: 29%;
    text-align: justify;
    font-weight: lighter;
    line-height: 25px;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    color: #a3a3a3;
}
.about{
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 35px;
   
    background-color: #f3c2c3;
    margin-top: 0px;
}
.stats{
    color: #717070;
    margin-bottom: 5px;
}
.gallery{
    clear: both;
    display: inline-block;
    width: 100%;
    background-color: #f3c2c3;
    padding-bottom: 35px;
    padding-top: 0px;
    margin-top: -5px;
    margin-bottom: 0px;      
}
.thumbnail{
    width: 25%;
    text-align: center;
    float: left;
    margin-top: 35px;
}
.gallery .thumbnail h4{
    margin-top: 5px;
    margin-right: 5px;
    margin-bottm: 5px;
    margin-left: 5px;
    color: #52bad5;
}
.gallery .thumbnail p{
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #a3a3a3;   
}
.banner{
    background-color: #2d9ab7;
    background-image: url("../img/macaron.jpg");
    height: 400px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner p {
    font-size: 32px;
    color: #ffffff;
    padding: 10px, 0, 0, 30px;
	margin: 30, 0, 0, 0;
    height: auto;
    text-align: center;
    
}
.parallax{
    color: #B82729;
    text-align: right;
    padding-right: 100px;
    padding-top: 110px;
    letter-spacing: 2px;
    margin-top: 0px;
}
.parallax_description{
    color: #f3c2c3;
    text-align: right;
    padding-right: 100px;
    width: 30%;
    float: right;
    font-weight: lighter;
    line-height: 23px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;  
}
footer{
    background-color: #ffffff;
    padding-bottom: 35px;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	
}
.footer_column{
    width: 50%;
    text-align: center;
    padding-top: 30px;
    float: left;
}
footer .footer_column h3{
    color: #b00000;
    text-align: center;
}
footer .footer_column p{
    color: #63c7d2;
    background-color: #ffffff;
}
.cards{
    width: 100px;
    height: auto;
    max-width: 400px;
    max-height: 200px;
}
footer .footer_column p{
    padding-left: 30px;
    padding-right: 30px;
    text-align: justify;
    line-height: 25px;
    font-weight: lighter;
    margin-left: 20px;
    margin-right: 20px;
}
.button{
    width: 200px;
    margin-top: 40px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    text-align: center;
    vertical-align: middle;
    border-radius: 0px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    border: 3px solid #ffffff;
    color: #ffffff;
    transition: all 0.3s linear;
}
.button:hover {
    background-color: #E582B7;
    color: #ffffff;
    cursor: pointer;
}
.copyright{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f0f4b7;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 2px;
    border-top-width: 2px;
}
.footer_banner{
    background-color: #63c7d2;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 0px;
    background-image: url("../img/macaron.jpg");
    background-repeat: repeat;
	display: flex;
	flex-direction: column;
}
footer{
    display: inline-block;
}
.hidden{
    display: none;
}
@media (max-width: 320px){
label {
        width: 40px;
        height: 40px;
    }

    .hamburger {
        width: 25px;
    }

    .hamburger::before,
    .hamburger::after {
        width: 25px;
    }

.tagline{
    text-size:14px;
    text-align: center;
    color: rgba(211,70,73,0.6);
    margin-top: 4px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.4;
}
.logo{
    width: 100%;
    text-align: center;
    margin-top: 13px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    }
    .container header nav{
    margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        width: 100px;
        float:none;
        display: none;
    }
    header nav ul{
    }
    nav ul li{
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        width: 100%;
        text-align: center;
    }
    .text_column{
        width: 100%;
        text-align: justfy;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
    .thumbnail{
        width: 100%;
    }
   .thumbnail h3{
        font-size: 
}
   .thumbnail h4{
}
   .thumbnail p{
}
    .footer_column{
        width: 100%;
        margin-top: 0px;
    }
    .parallax{
        text-align: center;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-top: 20%;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        width: 100%;
        font-size: 40px;
    }
    .parallax_description{
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        width: 90%;
        margin-top: 25px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 12px;
        float: none;
        text-align: center;
		font-size: 16px;
    }
    .banner{
        background-color:#2d9ab7;
        background-image: none;
    
        
    }
    .tagline{
        margin-top: 20px;
    }
    .hero_header{
        padding-left: 10px;
        padding-right: 10px;
        line-height: 22px;
        text-align: center;
        
    }
}
@media (min-width: 321px)and (max-width: 767px){
label {
        width: 40px;
        height: 40px;
    }

    .hamburger {
        width: 25px;
    }

    .hamburger::before,
    .hamburger::after {
        width: 25px;
    }

   .tagline{
    text-size:3em;
    text-align: center;
    color: rgba(211,70,73,0.6);
    margin-top: 4px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.4;
} 
   .logo{
        width: 100%;
        text-align: center;
        margin-top: 13px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        color: #043745;
    }
    .container header nav{
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        width: 100%;
        float: none;
        overflow: auto;
        display: inline-block;
        background: #52bad5;
    }
    header nav ul{
        padding: 0px;
        float: none;
    }
    nav ul li{
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        width: 100%;
        text-align: center;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .text_column{
        width: 100%;
        text-align: left;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
    .thumbnail{
        width: 100%;
    }
    .footer_column{
        width: 100%;
        margin-top: 0px;
    }
    .parallax{
        text-align: center;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-top: 20%;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        width: 100%;
        font-size: 40px;
    }
    .parallax_description{
        padding-top: 30px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        margin-top: 30%;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        float: none;
        width: 100%;
        text-align: center;
		font-size: 16px;
    }
    .thumbnail{
        width: 50%;
    }
    
    
    .banner{
        padding-left: 20px;
        padding-right: 20px;
    }
    .footer_column{
        width: 100%;
    }
}
@media (min-width: 760px) and (max-width: 1096px){
label {
        width: 40px;
        height: 40px;
    }

    .hamburger {
        width: 25px;
    }

    .hamburger::before,
    .hamburger::after {
        width: 25px;
    }

    .tagline{
    text-size:14px;
    text-align: center;
    color: rgba(211,70,73,0.6);
    margin-top: 4px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.4;
}  
   .text_column{
        width: 100%;
    }  
    .thumbnail {
        width: 50%;
    }
    text_column{
        width: 100%;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
    .banner{
        margin-top: 0px;
        padding-top: 0px;
    }
}