@charset "utf-8";
/* CSS Document */

a:hover {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
.sp_only{
	display: none;
}
header {
    display: flex;
    justify-content: space-between;
    width: 98%;
    margin: 0 auto;
    padding: 1% 0;
}
.h_logo {
    max-width: 230px;
}
.logo{
    border-bottom: 1px solid #395776;
    border-top: 1px solid #395776;
    padding: 5px 0;
}
.logo a{
    color:#395776 ;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.2em;
}
span.h-sub {
    display: block;
    font-size: 14px;
    letter-spacing: 0;
}
.g_nav {
  display: flex;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 546px;
}

.g_nav li {
  flex: 1 1 0;
  min-width: 0;
}

.g_nav a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  color: #395776;
  padding: 12px 8px;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  border-radius: 6px;
  text-decoration: none;
}

dl.nav_list {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}

dl.nav_list dt {
  width: 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

dl.nav_list dd {
  margin: 0;
  line-height: 1.3;
  font-weight: bold;
}

span.en {
  display: block;
  color: #5078A0;
 font-size: 14px;
}
.inner{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.fv {
    position: relative;
	background-image: url("../img/fv.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center left;
	padding: 25%;
}
h1{
	position: absolute;
	left:0;
	right: 0;
	top: 50%;
	bottom: 50%;
	margin: auto;
	width: 100%;
	max-width: 545px;
	height: 609px;
}
p.icon {
    margin: 0 auto 1.5%;
	max-width: 63px;
}
section.about {
    padding: 8% 0;
	background-image: url("../img/sec-1bk.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
section.about-product {
    padding: 8% 0;
	background-image: url("../img/bk2.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
section.product {
	padding: 8% 0;
	background-color: #F8F8EA;
}
section.culture {
    padding: 8% 0;
    background-image: url(../img/bk4.png), url(../img/bk3.png);
    background-position: left top 5%, right bottom 5%;
    background-repeat: no-repeat, no-repeat;
    background-size: 500px, 400px;
}
section.access{
	padding: 8% 0;
	background-color: #F8F8EA;
}
h2 {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
}
p.sub-en {
    text-align: center;
    margin: 0 auto 2%;
	color: #5078A0;
}
p.title.pc_only {
    text-align: center;
    font-size: 20px;
    margin: 0 auto 1%;
    font-weight: bold;
}
p.title.sp_only {
    text-align: center;
    font-weight: bold;
}
p.title-en {
    text-align: center;
    color: #5078A0;
}
ul.product-list {
    display: flex;
    justify-content: space-around;
}
ul.product-list li{
	width: 23%;
	background-color: #fff;
	padding: 1% 0 ;
}
.list-inner {
    width: 90%;
    margin: 0 auto;
}
h4 {
    font-size: 20px;
    text-align: center;
    margin: 2% 0 1% 0;
	font-weight: bold;
}
p.list-text {
    color: #3A3A3A;
    text-align: center;
	font-weight: 500;
}
p.list-titen {
    text-align: center;
    margin: 5% 0 1% 0;
	font-weight: bold;
}
p.list-texten {
    font-weight: 500;
    text-align: center;
	color: #3A3A3A;
}
p.btn {
    margin: 3% auto 0;
    text-align: center;
}
.btn-readmore {
  display: inline-block;
  background-color: #395776; 
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  padding: 16px 40px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

/* 矢印 */
.btn-readmore .arrow {
  margin-left: 10px;
  transition: transform 0.3s ease;
}
/* ホバー */
.btn-readmore:hover {
  box-shadow: 0 6px 14px rgba(0,0,0,0.25);
}

/* 矢印が少し動く */
.btn-readmore:hover .arrow {
  transform: translateX(5px);
}
ul.culture-list {
    display: flex;
    justify-content: space-around;
}
ul.culture-list li {
    width: 100%;
    background-image: url(../img/pbk.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    max-width: 327px;
    height: 367px;
}
p.cul-icon {
    max-width: 70px;
    margin: 0 auto 2%;
	padding-top: 25%;
}
p.aceess-text {
    text-align: center;
}
ul.btn-list {
    display: flex;
    justify-content: space-between;
    margin: 3% auto 0;
    width: 80%;
	gap: 1.5em;
}
footer{
	background-color: #395776;
	padding: 3% 0;
}
.logo-text {
    color: #fff;
    text-align: center;
    border-bottom: 1px solid;
    border-top: 1px solid;
    padding: 1% 0;
    width: 20%;
    margin: 0 auto;
}
p.flogo-en {
    font-size: 14px;
    color: #fff;
    text-align: center;
}
p.flogo-tit {
    font-size: 20px;
    letter-spacing: 0.2em;
}
p.logo-sub {
    background-color: #fff;
    text-align: center;
    margin: 1% auto;
    width: 20%;
}
h5 {
    color: #fff;
    font-size: 20px;
	border-bottom: 2px solid #fff;
	padding: 0 0 1% 0;
}
span.h5-span {
    font-size: 14px;
    display: block;
    font-weight: 300;
}
ul.f-list {
    display: flex;
    justify-content: space-between;
	margin: 3% auto 0;
}
ul.f-list li{
	width: 48%;
}
ul.f_nav {
    margin: 3% 0 0 0;
}
ul.f_nav li{
	margin-bottom: 5%;
    
}
ul.f_nav li a{
	color: #fff;
	text-decoration: none;
}
ul.f_access{
	margin: 3% 0 0 0;
}
ul.f_access li{
	margin-bottom: 5%;
	color: #fff;
    width: 100%;
}
ul.f_access li a{
	color: #fff;
	text-decoration: none;
}
span.ffen {
    display: block;
    font-weight: 200;
    padding-top: 1%;
    font-size: 14px;
}
p.copy {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 100;
}

.lower-fv {
    background-color: #395776;
    padding: 5% 0;
}
p.lower-icon {
    max-width: 121px;
    margin: 0 auto 1%;
}
h3 {
    text-align: center;
    color: #fff;
    font-size: 42px;
    
}
p.lower-sub {
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin: 0 0 2% 0;
}
p.lower-text {
    color: #fff;
    text-align: center;
}
p.lower-texten {
    font-size: 14px;
    color: #fff;
    text-align: center;
}
section.product-recom{
    width: 100%;
    padding: 5% 0;
    background-image: url(../img/lower-bk.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
section.foreigners {
    width: 100%;
    padding: 5% 0;
    background-image: url(../img/lower-bk2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
section.access-info {
    width: 100%;
    padding: 5% 0;
}
.lower-icon2 {
    max-width: 71px;
    margin: 0 auto;
}
h6 {
    color: #fff;
    text-align: center;
    font-size: 32px;
}
p.lower-sub2 {
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-bottom: 2%;
}
p.lower-maintext {
    color: #fff;
    text-align: center;
    font-size: 30px;
}
p.lower-maintexten {
    color: #fff;
    text-align: center;
}
section.product-list {
    padding: 5% 0;
}
ul.product-item li{
    margin-bottom: 5%;
}
ul.product-item li dl{
    display: flex;
    justify-content: space-between;
}
ul.product-item li dl dt{
    width: 40%;
}
ul.product-item li dl dd{
    width: 58%;
}
p.pro-number {
    max-width: 107px;
    margin-bottom: 2%;
}
p.pro-listname{
    font-size: 24px;
    font-weight: bold;
}
p.pro-listnameen {
    font-size: 20px;
    color: #5078A0;
    margin-bottom: 2%;
    font-weight: 600;
}
p.pro-listnameinfo {
    color: #3A3A3A;
}
p.pro-listnameinfoen {
    color: #3A3A3A;
}
section.visit {
    background-color: #F8F8EA;
    padding: 5% 0;
}
h6.blue-h6 {
    color: #395776;
}
p.lower-sub3 {
    text-align: center;
    margin-bottom: 2%;
	font-weight: bold;
	 color: #5078A0;
}
p.lower-maintext2 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
	
}
p.lower-maintexten2 {
    text-align: center;
}
ul.access-list {
    display: flex;
    justify-content: space-between;
}
ul.access-list li{
    width: 49%;
}
ul.access-list dl{
  display: flex;
}
ul.access-list dl dt{
    width: 30%;
    color: #fff;
    background-color:#395776 ;
    text-align: center;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
}
ul.access-list dl dd{
    width: 70%;
    border-bottom: 1px solid #395776;
    padding: 10px 0 10px 5px;
}
dl.first-info {
   border-top: 1px solid #395776; 
}
p.ac-icon {
    max-width: 27px;
    margin: 0 auto 1%;
}
p.ac-text1 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 1%;
	font-size: 21px;
}
p.ac-text2 {
    text-align: center;
	font-weight: bold;
}
p.ac-text3 {
    text-align: center;
	
}
.mb {
    margin-bottom: 3%;
}
.shop-info {
    margin-bottom: 5%;
}
.train-info {
    margin-bottom: 5%;
}
ul.contact-list {
    display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
 margin-top: 5%;
  
}
ul.contact-list li{
	background: #fff;
	padding: 8% 0;
}
p.lower-icon3{
	width: 100px;
	margin: 0 auto 3%;	
}
p.con-listname {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
p.con-listnameen {
    text-align: center;
	font-weight: bold;
	color: #5078A0;
}
p.con-listname2 {
    text-align: center;
}
.con-listnameen4 {
    text-align: center;
	color: #5078A0;
}
p.con-listname3  {
    text-align: center;
	font-weight: bold;
	font-size: 20px;
}
p.con-listname3 a{
	color: #395776;
}
p.con-listnameen5 {
    text-align: center;
	color: #5078A0;
}
p.con-listnameen5 a{
	color: #395776;
}
section.time-info{
    padding:5% 0 ;
    background-color: #F8F8EA;
}
dl.fq {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1%;
}
dl.fq dt{
    width: 40px;
    height: 52px;
    background-color:#395776 ;
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;   
}
dl.fq dd {
    width: 95%;
}
dl.fa {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3%;
}
dl.fa dt{
    width: 40px;
    height: 52px;
    border: 1px solid #395776;
    color: #395776;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;   
}
dl.fa dd {
    width: 95%;
}
p.q-text {
    font-weight: bold;
    font-size: 20px;
}
p.q-text2{
    color:#5078A0 ;
}
section.contact-info {
    padding: 5% 0;
    background-color: #D7E7F0;
}
section.contact-form {
    padding: 5% 0;
	background-color: #F8F8EA;
}section.qa-form {
    padding: 5% 0;
}
.form-inner {
    width: 100%;
    max-width: 700px;
    margin: 3% auto 0;
}
dl.contact_form7_wrap {
    margin-bottom: 5%;
}
dl.contact_form7_wrap dt {
   font-weight: bold;
}
span.required {
    color: #F40C06;
    font-size: 12px;
}
dl.contact_form7_wrap dd {
    width: 100%;
    margin: 0;
}

dl.contact_form7_wrap dt {
	margin-bottom: 16px;
}
.wpcf7 input.wpcf7-form-control:not([type=submit]){
    padding: 12px 16px;
}
dl.contact_form7_wrap dd input[type="text"], dl.contact_form7_wrap dd input[type="tel"], dl.contact_form7_wrap dd input[type="email"], dl.contact_form7_wrap dd input[type="url"], dl.contact_form7_wrap dd textarea, select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    width: 100% !important;
    max-width: 100%;
    flex: 0 1 400px;
    height: 40px;
    padding: 8px;
    border: 1px solid #ddd;
    background: #fff;
    box-sizing: border-box;
}
dl.contact_form7_wrap dd textarea {
    height: 100px;
}
.wpcf7-submit {
  width: 100%;
  background: #3f5f84;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 12px 24px;
  font-size: 20px;
	font-family: "Shippori Mincho", sans-serif;
  font-weight: 400;
  letter-spacing: 0.03em;
  cursor: pointer;
  transition: 0.25s ease;
  position: relative;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* 矢印 */
.wpcf7-submit::after {
  content: "→";
  margin-left: 14px;
  font-size: 1em;
  vertical-align: middle;
}
.submit-wrap {
    width: 40%;
    margin: 0 auto;
}
.mb2 {
    margin-bottom: 4%;
}
/* ■02.横幅1280px以上（PC用）
--------------------------------------------------- */
@media screen and (min-width:1000px) and (max-width:1230px) {
    /* ▼PC用================================================================== */
h1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 50%;
    margin: auto;
    width: 100%;
    max-width: 400px;
    height: 446px;
}
	.inner {
    width: 95%;
}
	p.logo-sub {
    width: 22%;
}
/* ▲PC用================================================================== */
}
 

/* ■03.横幅768px以上、1299px以下（Tab用）スクロールバー対策で+20pxを指定する
--------------------------------------------------- */
@media screen and (min-width:768px) and (max-width:1024px) {
    /* ▼tab用================================================================= */
	h1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    bottom: 50%;
    margin: auto;
    width: 100%;
    max-width: 300px;
    height: 335px;
}
section.culture {
    padding: 15% 0;
	}
	ul.culture-list {
    width: 95%;
    margin: 0 auto;
	}
ul.culture-list li {
    width: 30%;
    max-width: 250px;
    height: 267px;
}
	p.cul-icon {
    max-width: 50px;
    margin: 0 auto 2%;
    padding-top: 15%;
}
	h4 {
    font-size: 16px;
	}
	p.sub-en {
    font-size: 15px;
	}
	section.culture {
    padding: 18% 0;
    background-image: url(../img/bk4.png), url(../img/bk3.png);
    background-position: left top 5%, right bottom 5%;
    background-repeat: no-repeat, no-repeat;
    background-size: 400px, 300px;
}
	ul.btn-list {
    width: 90%;
}
	.btn-readmore {
    font-size: 16px;
    padding: 16px 20px;
}
	.inner {
    width: 95%;
}
	.logo-text {
    width: 30%;
}
	
	p.logo-sub {
    width: 35%;
}
	h3 {
    font-size: 32px;
}
	h6 {
    font-size: 28px;
}
	p.lower-maintext {
    font-size: 24px;
}
	p.con-listname3 {
    font-size: 18px;
}
	ul.contact-list li {
    padding: 8%;
}
	dl.fq dd {
    width: 93%;
}
	dl.fa dd {
    width: 93%;
}
	footer {
    padding: 5% 0;
}
    /* ▲tab用================================================================== */
}
/* ■05.横幅767px以下（SP用）
--------------------------------------------------- */
@media screen and (min-width:0px) and (max-width:768px) {
/* ▼SP用================================================================ */
.sp_only{
		display: block;
	}
.pc_only{
		display: none;
	}
	.h_logo {
    max-width: 230px;
    margin: 0 auto;
}
    .logo a {
    font-size: 16px;
    line-height: 1;
    }
    span.h-sub {
    font-size: 12px;
    }
    .logo_ham{
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    padding: 5px 0;
}
.logo_ham a{
    color:#fff ;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.2em;
    display: block;
}
span.logoham-sub {
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    color:#fff ;
}
	.logo {
    padding: 3px 0;
}
span.en2 {
    display: block;
    color: #D3E2F1;
    font-size: 14px;
}
h2 {
    font-size: 24px;
	}
.inner{
	width: 95%;
	margin: 0 auto;
}
section.about {
    padding: 15% 0;
    background-image: url(../img/inner-bk.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
	ul.product-list {
        display: block;
        width: 90%;
        margin: 0 auto;
    }
	ul.product-list li{
		width: 100%;
		margin-bottom: 4%;
		padding: 5% 0;
	}
	.btn-readmore {
    width: 90%;
	margin: 0 auto;
    display: block;
    font-size: 18px;
    padding: 16px 0;
}
	p.btn {
    margin: 8% auto 0;
	}
	section.culture {
    background-image: none;
}
	ul.culture-list {
    display: block;
    width: 85%;
    margin: 5% auto;
	}
    section.about-product {
    padding: 15% 0;
    }
    p.title.sp_only {
    margin: 5% 0;
}
ul.product-list {
        margin: 5% auto;
    }
    section.product {
    padding: 15% 0;
    }
    section.culture {
    padding: 15% 0;
    }
    ul.culture-list li {
		margin: 0 auto 5%;
		height: 320px;
    }
    section.access {
    padding: 20% 0;
    }
    h4 {
    font-size: 21px;
    margin: 5% 0 1% 0;
}
ul.btn-list {
    display: block;
    margin: 5% auto 0;
    width: 100%;
}
.logo-text {
    color: #fff;
    text-align: center;
    border-bottom: 1px solid;
    border-top: 1px solid;
    padding: 2% 0;
    width: 80%;
    margin: 0 auto 1%;
}
footer {
    padding: 15% 0;
}
p.logo-sub {
    background-color: #fff;
    text-align: center;
    margin: 2% auto;
    width: 80%;
}
ul.f-list {
    display: block;
    margin: 5% auto 0;
}
ul.f-list li {
    width: 100%;
    margin-bottom: 8%;
}
h5 {
    font-size: 18px;
}
p.copy {
    font-size: 12px;
}
h3 {
    font-size: 24px;
}
p.lower-sub {
    font-size: 16px;
    margin: 0 0 4% 0;
}
p.lower-text {
    width: 90%;
    margin: 0 auto;
}
p.lower-icon {
    max-width: 80px;
}
h6 {
    font-size: 21px;
}
p.lower-sub2 {
    font-size: 16px;
    margin-bottom: 4%;
}
p.lower-maintext {
    font-size: 18px;
}
ul.product-item li dl {
    display: block;
}
ul.product-item li dl dt {
    width: 100%;
    margin-bottom: 5%;
}
p.pro-listname {
    font-size: 21px;
    text-align: center;
}
p.pro-listnameen {
    font-size: 18px;
    text-align: center;
}
ul.product-item li dl dd {
    width: 100%;
}
p.pro-number {
    max-width: 80px;
    margin: 0 auto 2%;
}
p.lower-maintext2 {
    font-size: 16px;
}
	ul.contact-list {
    display: block;
   margin: 10% auto 0;
		width: 90%;
}
	ul.contact-list li{
	margin-bottom: 5%;	
	}
	.lower-fv {
    padding: 5%;
}
	section.foreigners {
    padding: 10% 0;
	}
	section.access-info {
    padding: 15% 0;
}
	ul.access-list {
    display: block;
}
	ul.access-list li {
    width: 100%;
    margin-bottom: 5%;
}
	.train-info {
    margin-bottom: 8%;
}
	section.time-info {
    padding: 15% 0;
	}
	.train-info {
    margin: 8% 0;
	}
	.mb {
    margin-bottom: 8%;
}
	section.contact-info {
    padding: 15% 0;
	}
	p.lower-sub3 {
    margin-bottom: 8%;
	}
	p.con-listnameen4 {
    margin-bottom: 3%;
}
	section.contact-form {
    padding: 15% 0;
	}
	section.qa-form {
    padding: 15% 0;
}
	p.q-text {
    font-size: 16px;
	line-height: 1.5;
}
	dl.fq dd {
    width: 87%;
}
	dl.fq {
    margin-bottom: 5%;
}
	dl.fa dd {
    width: 87%;
}
	dl.fa {
    margin-bottom: 10%;
}
	section.visit {
    padding: 15% 0;
}
	section.product-recom {
    padding: 10% 0;
	}
	section.product-list {
    padding: 15% 0;
}
	.submit-wrap {
    width: 80%;
    margin: 0 auto;
}
	p.cul-icon {
    margin: 0 auto 2%;
    padding-top: 15%;
}
	ul.access-list dl {
    display: block;
}
	ul.access-list dl dt {
    width: 100%;
    border-bottom: none;
    padding: 10px 0;
}
	ul.access-list dl dd {
    width: 100%;
    border-bottom: 1px solid #395776;
    padding: 10px 0 10px;
}
	.form-inner {
    margin: 8% auto 0;
}
	span.ffen {
    font-size: 12px;
}
	
/* ▲sp用================================================================== */
}


















