@charset "UTF-8";
@import url("common.css"); @import url("text.css");
/*=====================================================
COMMON-LAYOUT
======================================================*/
body {
	font-family:"ipaexm";
}

#mv {
    position: fixed;
    top: 0;
    left: 0;
    width: 40%;
}

.mvslider img {
    width: 100%; 
    height: 100vh; 
    object-fit: cover; 
}

#scroll {
    width: 60%;
    margin: 0 0 0 auto;
}

#sec01{
	top: -50px;
    position: relative;
    width: 100%;
}

#sec02{
	top: -50px;
    position: relative;
    width: 100%;
}

.fix-header {
	background-color:rgb(146,164,182);
	line-height: 40px;
	top: -40px;/* 上に隠す鷹さ */
	left: 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	padding-top:20px;
	position: fixed;
	opacity:0;/* 	最初読み込んだときは透過 */
	z-index: 1000;/*　他のアイテムに対して最上位のレイヤーになるように */
}
.page_logo{
	width: 40%;
    z-index: 2000;
    position: fixed;
    display: block;
    height: 100%;
}

.page_logo_contents{
	height: 100%;
}

.page_logo_contents div{
	position: relative;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page_logo_contents div img{
	width: auto;
    height: 70px;
}

#page_header{
	background-color: rgb(146,164,182); 
    width: 60%;
    top: 0;
    position: fixed;
    z-index: 1000;
}

#pagelogo{
	width: 160px;
}

#page_menus{
    display: block;
    padding: 22px;
}

#page_menus img{
    height:10px;
}

#page_menus ul{
	display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

#page_menus ul li a{
	color: #fff;
    text-decoration: none;
    letter-spacing: 8px;
    font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
    font-size: 14px;
}

#page_menus ul li a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

#menu_contents{
	padding-top: 100px;
    margin-top: 0px;
    margin-bottom: 100px;
}

#menu_contents h2{
    font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
}

.menu_title{
	width: 500px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.menu_phrase{
	    float: left;
	    width: 100%;
}

.sub_txt{
	display: block;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 300px;
    margin-left: 16px;
}

.txt{
	display: block;
    position: relative;
    font-size: 30px;
    letter-spacing: 5px;
    line-height: 30px;
    margin-bottom: 2px;
    margin-top: 150px;
    margin-left: 10px;
}


.fix-header-contents{
	width:1100px;
	margin: 0 auto;
	padding-left: 10px;
}

.fix-header ul{
	list-style-type: none;
}

.fix-header li{
	float:left;
	margin-right:32px;
}

.fix-header li a,.fix-header li a:visited{
	color: #fff;
	text-decoration: none;
	letter-spacing: 8px;
    font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
}
.fix-header li:last-child{
	margin-right:0;
}
#fix-header-logo{
	float:left;
}

#fix-header-logo img{
    width:160px;
}

#fix-header-logo a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

#fix-header-menus{
	float:right;
	text-align: right;
}
#scroll-fix-menu img{
	height: 10px;
}

#scroll-fix-menu a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

/* micro clearfx */
.cf:before, .cf:after {
	content:"";
	display:table
}
.cf:after { clear:both }
.cf { zoom:1 } /* For IE 6/7 */

	nav{
		width:100%;
		background-color: #646464;
	}
	.nav-container{
		width:800px;
		margin: 0 auto;
	}
	
	nav ul{
		padding:0;
		list-style: none;
	}
	
	nav ul li{
		float:left;
		margin:10px 30px 10px 0;
	}
	
	nav ul li a,nav ul li a:visited{
		color: #fff;
		text-decoration: none;
	}
	
	article{
		width:800px;
		margin:20px auto ;
	}
	

#first_container {
    width: 100%;
    display: block;
    height: 900px;
    overflow: hidden;
    position: relative;
}

.main_logo {
    z-index:16;
    position: absolute;
    top:80px;
    left:50%;
    transform:translate(-50%,-50%);
    width:450px;
    height:auto;
}

.main_img {
    z-index:10;
    opacity: 0;
    width: 100%;
    height: 900px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 36s 0s infinite;
    animation: anime 36s 0s infinite; 
    }
    
.main_img:nth-of-type(2) {
      -webkit-animation-delay: 6s;
      animation-delay: 6s; 
      }
.main_img:nth-of-type(3) {
      -webkit-animation-delay: 12s;
      animation-delay: 12s; 
      }

.main_img:nth-of-type(4) {
      -webkit-animation-delay: 18s;
      animation-delay: 18s; 
      }

.main_img:nth-of-type(5) {
      -webkit-animation-delay: 24s;
      animation-delay: 24s; 
      }

.main_img:nth-of-type(6) {
      -webkit-animation-delay: 30s;
      animation-delay: 30s; 
      }
      
@keyframes anime {
    0% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    17% {
        opacity: 1;
    }
    25% {
        opacity: 0;
         transform: scale(1.05);
                    z-index:9;
    }
    100% { opacity: 0 }
}

#ike_sentence{
	display: block;
    float: left;
    margin-top: 380px;
    position: absolute;
    width: 100%;
    overflow: hidden;
    z-index: 100;
}

.fadtext{
 	animation-name: fadein;
    animation-duration: 5s;
}
@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(50px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

#ike_sentence img{
	max-width: 770px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#sec00{
	position: absolute;
    height: 900px;
    width: 100%;
    background-color: rgb(146,164,182,0.4);
    z-index: 15;
}
/*=====================================================
about
======================================================*/
#page_title{
	
}

@media screen and (max-width: 1122px)
.bg_common {
    padding-top: 50px;
}

@media screen and (max-width: 1122px)
.single_01, .single_02, .single_03, .single_04 {
    padding-bottom: 50px;
}

@media screen and (max-width: 1122px)
.single_01, .single_02, .single_03, .single_04, .single_05, .single_06, .single_07, .single_08 {
    max-width: 95%;
}

@media screen and (max-width: 1122px)
.mbox {
    padding: 30px;
}

@media screen and (max-width: 1122px)
.column2_tab {
    margin-bottom: 0;
}

@media screen and (max-width: 1122px)
.column2_tab>.child {
    width: 100%;
    margin: 0 0 3% 0;
}

@media screen and (max-width: 1122px)
.column2_tab>.child:last-child {
    margin: 0;
}

@media screen and (max-width: 1122px)
.column2_tab>.child:nth-child(2n) {
    margin: 0 0 3% 0;
}

.column2>.child {

}

.column2>.child_m {
    width: 44.56%;
    margin: 0 0 3% 0;
}

.column2>.child:nth-child(2n) {
    margin: 0 0 3% 0;
}


.column2 {

}

.mtitle_small {
	top: 50%;
	letter-spacing: 30px;
    padding: 25px 30px; 
    text-align: center;
}
.mtitle_small img{
	height: 23px;
}

.image-container {
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  display: flex; /* 横並びにする */
  justify-content: space-around; /* 画像の間隔を均等にする */
}

.image-container img {
  width: 24.3%; /* 初期状態では4つの画像が均等に並ぶように */
  box-sizing: border-box; /* paddingとborderがwidthに影響しないように */
}

.tbl_new {
    width: 500px;
    margin-right: auto;
    margin-left: auto;
}

.tbl_new th {
    text-align: left;
    font-weight: 500;
    width: 30%;
}

.tbl_margin{
	margin-bottom: 10px;
}

.tbl_new th, .tbl_new td {
    vertical-align: top;
    padding: 30px 15px;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
    font-size: 0.9rem;
}


.sp {
    display: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.mbox {
  /* background-color: #fff; 
   　　　 padding: 40px 90px;
    　　　box-shadow: 0 6px 15px rgb(36 37 38 / 4%);　
     margin-bottom: 100px; */
}

.bg_04 {
  /*  background: linear-gradient(transparent 40%, #f1f2f6 40%); */
}

.bg_common {

}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    -webkit-text-size-adjust: 100%;
}

* {
    box-sizing: border-box;
}

*:before, *:after {
    box-sizing: inherit;
}

.single_01 {

}

.mtitle_middle {
    position: relative;
    border-bottom: 2px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 300;
    font-family: 'Noto Serif JP', serif;
}

.mtitle_middle:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 2px;
 /*   background-color: #003466; */
}

.greeting_txt {
    font-family: 'Noto Serif JP', serif;
    line-height: 2.4;
    color: white;
}

.b-m20 {
    margin-bottom: 20px;
    padding: 50px 100px;
}

.signature {
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    text-align: right;
    font-size: 1.0rem;
}

.ggmap {
    position: relative;
    padding-bottom: 65.25%;
    height: 0;
    overflow: hidden;
}

.ggmap iframe, .ggmap object, .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

html, body, #mapDiv {
    height: 100%;
    margin: 0;
    padding: 0;
}



/*=====================================================
navi menu
======================================================*/

#primary_nav_container {
	z-index: 1200;
}

#menu_nav_container {
/*	margin-top: 32px;
	height:  30px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto; */
}

#menu_nav {
	display: flex;
	overflow:  hidden;
	justify-content: space-evenly;
}
#menu_information {
	height: 25px;
	width: auto;
	float: left;
}
#menu_information img {
	height: 17px;
}
#menu_about {
	height: 25px;
	width: auto;
	float: left;
}
#menu_about img {
	height: 17px;
}
#menu_shop {
	height: 25px;
	width: auto;
	float: left;
}
#menu_shop img {
	height: 17px;
}
#menu_contact {
	height: 25px;
	width: auto;
	float: left;
}
#menu_contact img {
	height: 17px;
}


#feature_contents{
	height: 500px;
}

#select_contents{
	height: 500px;
	display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: 0px 40px;
    padding-top: 70px;
}

.ike_contents{
	width: 100%;
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 25px;
    position: relative;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.ike_contents a{
    float: left;
    position: absolute;
    height: 50px;
    top: 30%;
    width: 100%;
    display: block;
    background-color: rgba(146,164,182,0.8);
}

.ike_contents a img{
    height: 20px;
    display: block;
    top: 30%;
    position: relative;
    margin: 0 auto;
    
}

.backboard{
	width: 100%;
    float: left;
    height: 100%;
    background-color: rgb(146,164,182);
    opacity: 0.2;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    transition: 1.0s ;
}

.backboard:hover{
	opacity: 0.9 ;
}
.backboard a img{
    height: 25px;
    width: auto;
    top: 25%;
    position: relative;
}

.ike_contents .caption {
	font-size:		100%;
	text-align: 	center;
	padding-top:	150px;
	color:			#fff;
}
.ike_contents .mask {
	width:			100%;
	height:			100%;
	position:		absolute;	/* 絶対位置指定 */
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
/*	background-color:	rgba(0,0,0,0.4); */ 
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}

.ike_contents:hover .mask {
	opacity:		1;	/* マスクを表示する */
}

.ike_lady{
	width: 100%;
    height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#contact_contents{
	height: 185px;
    background-color: rgb(146,164,182);
    padding-top: 20px;
    margin-top: 20px;
    color: white;
    font-family: 'Noto Serif JP', serif;
}

#contact_contents p{
	display: block;
    text-align: center;
    font-size: 13px;
    margin-top: -5px;
    letter-spacing: 2.4px;
    font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
}

#footer_logo{
	display: block;
}

#footer_logo img{
	height: 30px;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#footer_moji{
	display: block;
	margin-bottom: 30px;
}

#footer_moji img{
	height: 16px;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

#footer_moji a img:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


#ike_tel{
	margin-left: auto;
    margin-right: auto;
    width: 400px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-size: 17px;
    letter-spacing: 1.4px;
}

#ike_tel li{
	margin: 0px 20px;
}

#ike_tel li span{
	margin-left: 2px;
}

#ike_tel li span a{
	pointer-events: none;
}

#ike_tel li span a:link{
	color:white;
}

/*=====================================================
about contents
======================================================*/
#ike_about {
/*	height: 1200px; */
	width: 100%;

}
/*=====================================================
information contents
======================================================*/
#ike_information{
/*	height: 800px; */
	width: 100%;
	background-color: rgb(146,164,182);
	padding-bottom: 70px;
}


/*=====================================================
contact contents
======================================================*/
#ike_contact{
	height: 1000px;
	width: 100%;
	font-family: 'Noto Serif JP', serif;
    font-weight: 300;
}
#contact_container{
	padding-top: 100px;
	max-width: 800px;
    margin: 0 auto;
}

#contact_about{
    margin-bottom: 40px;
  /*  color: rgb(224,213,198); */
    font-size: 14px;
}

.info{
	overflow:hidden;
}

.info label{
	margin-bottom: 25px;
	display: block;
}

.info label p{
	float: left;
    margin-bottom: 20px;
    width: 150px;
    font-size: 14px;
    padding: 1px;
}

.info label input{
	border: none;
    border-bottom: solid 1px #ccc;
    outline: 0;
    background: none;
    width: 650px;
}

 input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px rgb(224,213,198) inset;
}

.message {
	margin-top: 20px;
}
.message label{
	margin-bottom: 25px;
	display: block;
}

.message label p{
	float: left;
    clear: both;
    margin-bottom: 20px;
    width: 150px;
    font-size: 14px;
}
.message label textarea{
	border: solid 1px #ccc;
    background: none;
    width: 650px;
    outline: none;
}

.contact_send_button{
	margin-left: auto;
    margin-right: auto;
    display: block;
    font-weight: 300;
    padding: 0.5rem 1rem;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 0.1em;
    font-family: 'Noto Serif JP', serif;
}
/*=====================================================
information
======================================================*/
.bg_02 {
    
}


.news_box .news_title {
    width: 20%;
}

.mtitle_greeting {
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.4;
}

.mtitle_greeting span {
    display: block;
    font-size: 4rem;
}

.en {
    font-family: "YakuHanJP","Oswald","sans-serif";
    text-transform: uppercase;
}

.news_box .news_list {
	width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

ul {
    list-style: none;
}

.news_list li:first-child {
    border-top: 1px solid #ccc;
}

.news_list li {
    border-bottom: 1px solid #ccc;
}

.news_list li a, .news_list li .news_link {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 10px;
    color: #f5f5f5;
    font-size: 0.9rem;
}

.news_list li .news_date {
    margin-right: 20px;
}

.news_list li .news_category {
    background: #fff;
    border: 1px solid #003466;
    color: #003466;
    margin-right: 30px;
    min-width: 140px;
    text-align: center;
}

.news_box {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    font-family: 'Noto Serif JP', serif;
}

#footer_menu{
	width: 1100px;
    margin: 0 auto;
    display: block;
    padding-top: 25px;
}

#footer_menu ul{
	display: flex;
    flex-direction: row;
    justify-content: space-evenly;	
}

#footer_menu ul li a{
	color: #fff;
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 14px;
    font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;

}

#footer_menu ul li img{
	height: 8px;

}

#footer_menu ul li a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

/*=====================================================
footer
======================================================*/
#copyright {
	padding-bottom: 15px;
	font-size: 0.6rem;
	z-index: 1201;
	background-color: rgb(146,164,182);
    font-family: 'Noto Serif JP', serif;
    color: white;
    letter-spacing: 1.4px;
	
}

#copyright p{
	text-align: center;

}


/*=====================================================
responsible media
======================================================*/
@media screen and (max-width: 700px) {
.page_logo{
	display: none;
}

#mv {
	display: none;
}

#scroll{
	width: 100%;
}

#page_header {
	width: 100%;
}

#page_menus ul li a{
	font-size: 10px;
	letter-spacing: 3px;
}

.txt{
    font-size: 16px;
    letter-spacing: 5px;
    line-height: 30px;
    margin-bottom: 2px;
    margin-top: 60px;
    margin-left: 0px;
}
.menu_title{
	width: 375px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.sub_txt{
    font-size: 12px;
    margin-bottom: 50px;
    margin-left: 0px;
}
#menu_contents h2{
    text-align: center;
}

.image-container {
  width: 350px;

}

.tbl_new {
    width: 350px;
}
.tbl_new th, .tbl_new td {
    padding: 15px 10px;
    font-size: 12px;
}

#footer_moji img{
	height: 14px;
}
#footer_moji{
	margin-bottom: 10px;
}
#ike_tel{
    font-size: 12px;
    width: 320px;
}
#ike_tel li{
	margin: 0px 7px;
}
#contact_contents{
	height: 150px;
}
#contact_contents p{
    font-size: 12px;
}
#copyright {
    padding-bottom: 30px;
}
}