@charset "utf-8";

.taiken-bg{
    height:100VH;
    width:92%;
    
    background-color:#eeead5 !important;
    background: url(../natukou/natu-taiken-illust.fw.png)no-repeat;
    background-size:cover; 
    background-position:center;
    margin:0 auto ;}
    
    

.taiken-name{
    width:22%;
    position:relative;
    top:5%;
    left:45%;
    color: #fff;
    line-height: 1.4;
    
}
.taiken-name h1{
    text-align: right;
    font-size: 2.2rem;
    font-weight: 900;
    color:#fff;
	
    
}

.taiken-name h1 span{
    font-size: 200%;
    font-weight: bolder;
    color:#fff;
   
}
.taiken-bg{
	height:70VH;
	width:92%;
	background-color:#eeead5 !important;
	background: url(../natukou/natu-taiken-illust.fw.png)no-repeat;
	background-size:cover; 
	background-position:center}
.main-top{display: flex;
	height: 600px;
}
.main-left{
	width:35%;
	background-color: #698a8e;
}
.main-left-inner{
	position: relative;
	width: 100%;
	height: 100%;
    display: grid;
    place-items: center;
}
.main-bg{
	width:65%;
	background-color:#d3e0f2!important;
	background:
	url(../natukou/natu-taiken-illust.fw.png)
	no-repeat;
	background-size:cover ;
	background-position:center;
}
.main-content {
    padding-top: 40px;
    padding-bottom:0px;
    width: 80%;
    margin: 0 auto;
}

.main-name{
	width:85%;
    height:auto;
	
   
}
.main-name h1{
	
	line-height: 5.2rem;
	text-align: left;
	font-size: 4rem;
	font-weight: bold;
	color:#000;
	transform: scaleY(1.1);
	text-align: right;
	letter-spacing: 0.1em;
	
	
}
.main-name h1 span{
	font-size: 140%;
	font-weight: bolder;
	color: #000;
	display: inline-block;
}
.main-theme{
	width:48%;
	transform: scaleY(1.3);
	position: relative;
	top: -24%;
	left:108%;
}

.t-midashi {
    text-align:center;
    margin: 0 auto;
    max-width: 66%;
    position: relative;
    margin-bottom: 15px;
    background-color: #2749ff;
    
}
.t-midashi h1{
    font-size: 360%;
    font-weight: bold;
    transform: scaleY(1.5);
    padding:0;
    line-height:2.5;
    
}

.summer_title {
    font-size: 180%;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    padding: 20px 0 0 0;
  }
.t-midashi h1 span{
    transform: scaleY(0.65);
    display:inline-block;
    height:40px;
    width:40px;
    border-radius:50%;
    line-height:40px;
    text-align:center;
    font-size:20px;
    margin-left:4px;
    background-color: #9e8b6c;
    color: #fff;
}
.t-midashi h2{
    padding:0 0 20px 0;
    font-size:180%;
    font-style: italic;
    font-weight:bold;
    text-align: left;
    color: #fff;
    text-align: center;
}
.t-natu-sub {
    width: 68%;
    margin: 0 auto;
}
.t-natu-sub h2{
    text-align:left;
    line-height:2;
    padding:10px 0;
    font-family: serif;
    font-size:180%;
    font-weight:bold;
}
.t-natu-sub h2 span{
    background:linear-gradient(transparent 60%, #6cf 60%);
    font-family: serif;
    font-size:120%;
    font-weight:bold;
}
.taiken-maintitle{
    padding:20px 0;
    font-size:180%;
    font-weight:bold;
    text-align: left;
}
table {
    width: 100%;
    border-collapse: collapse; 
    }
table span{
    font-size: 80%;
}    
th,td {
    padding: 30px 20px;
}
th {
    width: 30%;
    background-color: #538ebf;
    color:  #fff; 
    font-size: 1.2rem;
    font-weight:  normal;
    vertical-align: middle;       
    z-index: 10;              
}

td {
    background-color:  #c0c9ff; 
    padding-left: 25px;         
    font-size: 1.2rem;
}
tr {
    border-bottom:  solid #fff; 
}


.contactinner {
    width: 315px;
    margin: 20px auto;
}    
    *,
    *:before,
    *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
    .btn,
    a.btn,
    button.btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    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;
}   
a.btn-border-shadow {
    padding: calc(1.5rem - 12px) 3rem 1.5rem;   
    background: #fff;
}   
a.btn-border-shadow:before {
    position: absolute;
    top: -6px;
    left: -6px;   
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 3px solid #000;
    border-radius: 0.5rem;
}   
.contactBox a.btn-border-shadow:hover {
    padding: calc(1.5rem - 6px) 3rem;
}    
.contactBox a.btn-border-shadow:hover:before {
    top: 0;
    left: 0;
}    
.contactBox .btn-border-shadow--color {
    border-radius: 0;
    background: rgb(66, 38, 225);
    color: #fff;
}    
.contactBox a.btn-border-shadow--color:before {
    border-radius: 0;
}
.linkmore{
    margin:30px auto;
}   
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.btn,
a.btn,
button.btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    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:left;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}

a.btn-border {
    margin-bottom: 12px;
    padding: 0;
    width:310px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 0;
}

a.btn-border span {
    position: relative;
    display: block;
    padding: 1.25rem 3rem;
    color: #000;
    border: 2px solid #000;
    border-radius: 0.5rem;
    background: #fff;
}
a.btn-border:before {
    position: absolute;
    bottom: -8px;
    left: 0;
    display: block;
    width: 100%;
    height: 14px;
    content: "";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 2px solid #000;
    border-top: 1px solid #000;
    border-radius: 0 0 0.5rem 0.5rem;
    background-image: -webkit-repeating-linear-gradient(
        135deg,
        #000,
        #000 1px,
        transparent 2px,
        transparent 5px
    );
    background-image: repeating-linear-gradient(
        -45deg,
        #000,
        #000 1px,
        transparent 2px,
        transparent 5px
    );
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

a.btn-border:hover {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
}

a.btn-border:hover:before {
    bottom: -5px;
}

a.btn-border:active {
-webkit-transform: translate(0, 7px);
transform: translate(0, 7px);
}

a.btn-border:active:before {
bottom: -1px;
}
.stripe {
    background-image: linear-gradient(-45deg, #fff 25%, #00bfff 25%, #00bfff 50%, #fff 50%, #fff 75%, #00bfff 75%, #00bfff);
    background-size: 4px 4px;
  }
  .t-midashi {
    position: relative;
  }
  .t-midashi:before, .t-midashi:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  .t-midashi:after
  {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
  }
@media only screen and (max-width: 1200px){
    .taiken-bg{
        height:68VH;
        width:100%;
        max-width:100%;
        background-color:#eeead5 !important;
        background: url(../touki/touki-taiken-illust.png)no-repeat;
        background-size:cover; 
        background-position:center}

    .main-top{display: flex;
	height: 400px;
    }
    .main-bg{
	width:100%;
	background-color:#d3e0f2!important;
	background:
	url(../natukou/natu-taiken-illust.fw.png)
	no-repeat;
	background-size:cover ;
	background-position:center;
    }
    .main-left{
	width:45%;
	background-color: #698a8e;
    }
    
    .main-left-inner{
	position: relative;
	width: 100%;
	height: 100%;
    display: grid;
    place-items: center;
    }
    .main-name{
    width:90%;
    height: auto;
    
    
    }
    
    .t-natu-content {
        padding-top: 40px;
        padding-bottom: 0px;
        width: 80%;
        margin: 0 auto;
    }
    .taiken-name {
        width: 25%;
        position: relative;
        top: 2%;
        left: 41%;
    }
    .taiken-name h1{
        text-align: right;
        font-size: 2rem;
        font-weight: bold;
        color: #fff;
    }
    .taiken-name h1 span{
        font-size: 200%;
        font-weight: bolder;
        color:#fff;
    }    
    .t-midashi {
        width: 62%;
    }
    .t-natu-sub {
        width: 64%;
    }
}
@media only screen and (max-width: 860px){
    .t-natu-content {
        padding-top: 40px;
        padding-bottom: 0px;
        width: 69%;
        margin: 0 auto;
    }
    .main-top {
        margin-top: 60px;
        display: flex;
        height: 400px;
    }    
    .main-name{
        width:90%;
        position:absolute;
        top:50%;
        transform: translateY(-50%);
        margin: 0 auto;

    }
    .t-midashi {
        text-align: center;
        margin: 0 auto;
        margin-bottom: 0px;
        width: 54%;
        position: relative;
        margin-bottom: 15px;
    }
    .t-midashi br {
        display:block;
    }

    .t-natu-sub {
        width: 78%;
        margin: 0 auto;
    }
    .t-natu-sub h2 {
        text-align: left;
        line-height: 2;
        padding: 10px 0;
        font-family: serif;
        font-size: 151%;
        font-weight: bold;
    }
}
@media only screen and (max-width: 767px){
    .t-natu-content {
        padding-top: 264px;
        padding-bottom: 0px;
        width: 99%;
        margin: 0 auto;
    }
    .main-top {
		display: flex;
		flex-wrap: wrap;
		height: 264px;
	}
    
    .main-left {
    width: 100%;
    height: 300px;
    background-color: #698a8e;
    }
    .main-bg {
    width: 100%;
    background-size: auto;
    background-size: 102%;
    height: 79%;
  }
    .t-midashi {
        text-align: center;
        margin: 0 auto;
        margin-bottom: 0px;
        width: 65%;
        position: relative;
        margin-bottom: 15px;
    }
    .t-midashi br {
        display:block;
    }
    a.btn-border {
        margin-bottom: 12px;
        padding: 0;
        width: 80%;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        
        border-radius: 0;
        }
    .summer_title {
        font-size: 150%;
        font-weight: bold;
        font-style: italic;
        color: #fff;
        padding: 20px 0 0 0;
    }
    .t-midashi h1 {
        font-size: 310%;
        font-weight: bold;
        transform: scaleY(1.5);
        padding: 0;
        line-height: 2;
    }
    .t-midashi h2 {
        padding: 0 0 20px 20px;
        font-size: 119%;
        font-style: italic;
        font-weight: bold;
        text-align: left;
        color: #fff;
    }
    .t-natu-sub {
        width: 78%;
        margin: 0 auto;
    }
    .t-natu-sub h2 {
        text-align: left;
        line-height: 1.8;
        padding: 10px 0;
        font-family: serif;
        font-size: 127%;
        font-weight: bold;
    }
    .ex-title {
        font-size: 200%;
        font-weight: 400;
        margin: 40px 0 0 0;
        color: #000;
    }
    th {
        font-size: 1.05rem;
    }
    td {
        padding-left: 10px;
        font-size: 1.05em;
    }
    th, td {
        padding: 30px 10px;
    }
    .contactBox {
        margin: 70px 0 70px 0;
    }
    .linkmore {
        margin: 30px auto;
        margin-bottom: 70px;
    }
}
