@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: none;
font-style: normal;
text-align: left;
zoom: 1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
table {
border-collapse: collapse;
font-family: inherit;
}
h1,h2,h3,h4,h5 {
font-size: 100%;
font-weight: normal;
line-height: 1;
}
input,textarea,select {
font-family: inherit;
font-size: 16px;
}
input[type="button"],input[type="text"],input[type="submit"] {
-webkit-appearance: none;
border-radius: 0;
}
textarea {
resize: none;
-webkit-appearance: none;
border-radius: 0;
}
th,td {
border-collapse: collapse;
}
table th{
white-space: nowrap;
}
ul,ol {
list-style-type: none;
}
img {
vertical-align: text-bottom;
vertical-align: -webkit-baseline-middle;
max-width: 100%;
height: auto;
width /***/:auto;
}

body{
    margin: 0;
    padding: 0;
    color: #626B71;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif,"小塚ゴシック Pr6N R";
	background-color: #E9EFEB;
}

h1, h2, h3, h4, p, ul, li, table, tr, th, td, dl, dt, dd {
    margin: 0;
    padding: 0;
}
input {
    font-size: 1rem;
}

	



.header {
	position: fixed;
	z-index: 5;
  height: 80px;
  background-color: #0f5474;
  
  top: 0;
  left: 0;
  right: 0;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
  color: #fff;
  padding: 0 25px;
  margin-right: auto;
  margin-left: auto;
}
.header__logo a {
  text-decoration: none;
  font-size: 30px;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
}


/* ===============================================
ハンバーガーボタンのスタイリング
=============================================== */
input[type="checkbox"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.hamburger {
  display: block;
  width: 50px;
  height: 80px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.hamburger span,
.hamburger span::before,
.hamburger span::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s;
}
.hamburger span::before {
  top: -10px;
}
.hamburger span::after {
  bottom: -10px;
}
input[type="checkbox"]:checked + .hamburger span {
  background-color: transparent;
}
input[type="checkbox"]:checked + .hamburger span::before {
  top: 0;
  transform: rotate(45deg);
}
input[type="checkbox"]:checked + .hamburger span::after {
  transform: rotate(-45deg);
  bottom: 0;
}

/* ===============================================
メニューのスタイリング
=============================================== */
.nav {
  position: fixed;
  width: 80%;
  height: 50vh;
  top: 80px;
  right: -120%;
  background-color: #0f5474;
  color: #fff;
  padding: 50px 0;
  border-top: 1px solid #fff;
  transition: all 0.5s;
}
.nav__item a {
  display: block;
  font-size: 20px;
  padding: 20px 0 20px 50px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
}
.nav__item a:hover {
  color: #0f5474;
  background-color: #fff;
}
input[type="checkbox"]:checked ~ .nav {
  right: 0;
}



video {
    width: 100%;
	max-width: 100%;
    vertical-align: bottom;
}
h2 {
    font-size: 2rem;
    line-height: 1;
    color: #2E415A;
    font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    text-align: center;
    padding-top: 53px;
}


h3{
    font-size: 1.5rem;
    line-height: 1;
	font-weight: bold;
    color: #3B4043;
    text-align: center;
    position: relative;
    margin-top: 45px;
	font-family: "Osaka-mono", "MS Gothic", "monospace"
}

h3 span {
    
    padding: 0 20px;
    position: relative;
	
}
h3 a{
	padding: 0 20px;
    position: relative;
	font-size: 1.3rem;
	
}

h4 {
    font-size: 1.125rem;
    line-height: 1;
    color: #2F3857;
    text-align: center;
    padding-top: 40px;
    position: relative;
    padding-bottom: 16px;
}

sub {
	font-size: 1rem;
    line-height: 1;
    color: #2E415A;
    font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    text-align: center;
    padding-top: 53px;
}
	
	
p {
    margin: 10vh auto 0;
	text-align: center;
}
.apeal{
	padding: 80px 0 0 0;
	margin: 0;
}



	
	


.carousel{
	background-color: #fff;
}

.button {
    text-align: center;
    padding-top: 40px;
}
.button a, .button input {
    background-color: #0f5474;
    color: #fff;
    padding: 25px 0;
    font-weight: bold;
    text-decoration: none;
    min-width: 260px;
    display: inline-block;
    border-radius: 39px;
    background-image: url(../img/icn_arrow.png);
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: right 20px center;
    box-shadow: 0 8px 8px rgba(0,0,0,0.16);
    text-align: center;
    appearance: none;
}
.button a:hover, .button a:focus, .button input:hover, .button input:focus {
    background-color: #9F3448;
}

.carousel {
    overflow: hidden;
}
.carousel .image-container {
    display: flex;
    transition: transform 0.4s;
    align-items: center;
}
.carousel button {
    appearance: none;
    width: 40px;
    height: 40px;
    border: none;
    padding: 0;
    flex: 0 0 auto;
    cursor: pointer;
}
.carousel .navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.carousel .indicator {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.carousel .indicator li {
    width: 13px;
    height: 13px;
    margin-left: 7px;
    margin-right: 7px;
    background-color: #F5F4EF;
    border-radius: 100%;
    cursor: pointer;
}
.carousel .indicator li.current{
    background-color: #CBC4B7;
}







.tokucho h2 {
    color: #3B4043;
    padding-top: 0;
}
.tokucho ul {
    color: #3B4043;
    padding-top: 30px;

}
.tokucho li {
    padding-top: 1em;
    margin-left: 1em;
}

.tokucho li:first-child {
    padding-top: 0;
}
.tokucho .container {
    padding-top: 50px;
    padding-bottom: 62px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

	
.osusume{
	background-color: #E9EFEB;
}
.osusume ul {
    list-style: none;
}
.osusume li {
    margin-top: 30px;
}
.osusume .new::after {
    content: '';
    background-image: url(../img/icn_new.png);
    display: block;
    width: 76px;
    height: 82px;
    background-size: 76px 82px;
    position: absolute;
    top: 15px;
    right: 16px;
}

.season{
	width: 100%;
	text-align: center;
	
}
.osusume .new {
    position: relative;
}
.osusume section+section {
    margin-top: 80px;
}
.article{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	
}
.toriatsukai {
    margin-top: 60px;
    background-image: linear-gradient(#F5F4EF, #fff);
}
.toriatsukai img {
    padding-top: 20px;
}
.toriatsukai table {
    border: 2px solid #CBC4B7;
    border-collapse: collapse;
}
.toriatsukai th {
    border-top: 2px solid #CBC4B7;
    padding: 16px;
    font-size: 0.875rem;
    line-height: 1.7;
    text-align: left;
}
.toriatsukai th[scope="row"]{
    border-right: 2px solid #CBC4B7;
    background-color: #fff;
    white-space: nowrap;
    font-weight: normal;
}
.toriatsukai th[scope="col"]{
    border-bottom: 2px solid #CBC4B7;
   
}
.toriatsukai td {
    border-bottom: 2px solid #CBC4B7;
    padding: 16px;
    background-color: #fff;
    font-size: 0.875rem;
    line-height: 1.7;
}

.shop iframe {
    margin-top: 40px;
    width: 100%;
    height: 47vw;
}
.shop dl {
    padding-top: 30px;
	text-align: center;
}
.shop dt{
    font-weight: bold;
	
}
.shop .shop-data {
    padding-top: 10px;
	
	
}
.shop .shop-data div {
    display: flex;
	
	
}
.shop .shop-data dt {
    min-width: 5em;
}
.shop-data .container{
	align-items: center;
}
.shitsumon{
    margin-top: 50px;
    
}
.shitsumon form {
    padding-top: 30px;
}
.shitsumon input[type="text"]{
    width: 100%;
    padding: 1em;
    box-sizing: border-box;
}
.shitsumon input[type="submit"]{
    border: none;
}


	

footer {
    margin-top: 65px;
    background-color: #0f5474;
    color: #fff;
}
footer a {
    color: #fff;
}
footer img {
    width: 104px;
}
footer address {
    padding-top: 31px;
    font-style: normal;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif,"小塚ゴシック Pr6N R";
}
footer .container {
    padding: 54px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
	margin: 10px;
}
#pagetop {
    display: none;
}
.tokucho em {
    font-weight: bold;
    font-style: normal;
}
@media (min-width:768px){
    .container {
        max-width: 740px;
        margin: auto;
    }
    h2{
        padding-top: 78px;
        font-size: 2.25rem;
    }
    h4 {
        padding-top: 50px;
    }
    p {
        text-align: center;
    }
    p span {
        display: inline-block;
		text-align: center;
    
    }
	
    .button {
        padding-top: 30px;
    }
    
    .carousel {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .carousel button {
        width: 56px;
        height: 56px;
    }
	.rekishi{
		max-width: 100%;
        margin-left: auto;
		margin-right: auto;}
    
    .tokucho .container {
        flex-direction: row;
        justify-content: center;
        padding: 50px 0;
    }
    .tokucho ul {
        padding-top: 0;
        padding-left: 94px;
    }
    .osusume ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .osusume li {
        width: 350px;
    }
    .toriatsukai {
        margin-top: 85px;
    }
    .toriatsukai p{
        text-align: left;
    }
    .toriatsukai th {
        padding: 20px 16px;
        line-height: 1;
    }
    .toriatsukai td {
        padding: 24px 16px;
        line-height: 1;
    }
    .shop p {
        text-align: left;
    }
    .shop iframe {
        margin-left: 80px;
        margin-right: 80px;
        width: calc(100% - 160px);
        height: 30vw;
    }
    .shitsumon {
        margin-top: 40px;
    }
    .shitsumon p {
        text-align: left;
    }
    .shitsumon .button {
        padding-top: 45px;
    }
    footer .container {
       flex-direction: row;
       justify-content: center;
       align-items: flex-end;
       padding: 45px 0;
    }
    footer dl {
        padding-top: 0;
        padding-left: 60px;
    }
    #pagetop {
        display: block;
        position: fixed;
        right: 60px;
        top: 100%;
        opacity: 0;
        transition: opacity 0.2s, transform 0.2s;
    }
    #pagetop.active{
        opacity: 1;
        transform: translateY(-230px);
    }
}
