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

*{box-sizing: border-box;}

html{
	height: 100%;
	font-size:62.5%;
}

h1,h2,h3,h4,h5,h6,p,ol,ul,li,dl,dt,dd,form{
	margin:0px;
	padding:0px;
}
body {
    text-align: center;
    font-family: 'メイリオ', 'Meiryo', sans-serif;
    margin: 0px;
    padding: 0px;
    color: #333;
    font-size: 12px;
    font-weight: 600 !important;
    letter-spacing: 0.1em;
    -webkit-font-smoothing: subpixel-antialiased;
    background-image: url(/world/lib/cmn_img/top_bk.png);
    background-repeat: repeat-x;
    background-position: 50% 0%;
    background-size: auto 15px;
    font-feature-settings: "palt";
}
* html body{
	font-size: 75%;
}
*+html body{
	font-size: 75%;
}
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	line-height: 1.4em;/* base line height */
	text-align: left;
	display: block;
}
h1, h2, h3, h4, h5, h6{
	font-size: 100%;
}
#container {
	margin-top: 304px!important;
}
table {
	margin : 0px;
	padding: 0px;
	empty-cells: show;
	font-size: 100%;
}
img {
	border: none;
	vertical-align: top;
}
ul,ol {
	list-style: none;
}
input,textarea,select{
	font-size: 12px;
	color: #444;
	font-family: sans-serif;
}
a {word-wrap: break-word !important;}
a:link,
a:visited{
	text-decoration: none;
    color: #333;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover,
a:active{
	text-decoration: none;
	opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
div#header a:hover img,
div#menu a:hover img,
div#main a:hover img,
div#wrap a:hover img {
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.yu_go { font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;}
.mincho { font-family: "Sawarabi Mincho", serif;}
.sawarabi { font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO"; }
.alamin { font-family: 'Alamain';}
.itim { font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";}

#fontSize {
	display: inline-block;
}

#fontSize p {
	display: inline-block;
	line-height: 1.4;
	margin-right: 5px;
}

#fontSize ul {
	background-color: #FFF;
	display: inline-block;
}

#fontSize ul li {
    padding: 5px 6px 1.5px;
    line-height: 1em;
    text-align: center;
    background-color: #fff;
    color: #002864;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #002864;
    font-weight: 300;
}

#fontSize ul li.current {
	background-color: #002864;
    color: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #002864;
}

.fontSmall {
    font-size: 75%;
}
.fontLarge {
    font-size: 85%;
}

.center { text-align: center !important; }
.w90 {width: 90%;margin: 0 auto;}
.btm3 {margin-bottom: 3%;}









/* animation */
.float01 {
  animation: float_3312 3s linear infinite;
  transform-origin: 50% 50%;
}
.float02 {
  animation: float_3312 4s linear infinite;
  transform-origin: 50% 50%;
}
.float03 {
  animation: float_3312 5s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes float_3312 {
  0% { transform: translateY(0) }
  25% { transform: translateY(-6px) }
  50% { transform: translateY(0) }
  100% { transform: translateY(0) }
}
.shake {
  animation: shake_43 3.5s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes shake_43 {
  0% { transform:rotate(-12deg) }
  5.16129% { transform:rotate(12deg) }
  6.45161% { transform:rotate(24deg) }
  11.6129% { transform:rotate(-24deg) }
  12.90323% { transform:rotate(-24deg) }
  18.06451% { transform:rotate(24deg) }
  19.35484% { transform:rotate(24deg) }
  24.51613% { transform:rotate(-24deg) }
  25.80645% { transform:rotate(-24deg) }
  30.96774% { transform:rotate(24deg) }
  32.25807% { transform:rotate(24deg) }
  37.41935% { transform:rotate(-24deg) }
  38.70968% { transform:rotate(-24deg) }
  43.87097% { transform:rotate(24deg) }
  48.3871% { transform:rotate(0deg) }
  100% { transform:rotate(0deg) }
}
.bounce {
  animation: bounce_8499 4.5s ease infinite;
  transform-origin: 50% 50%;
}
@keyframes bounce_8499 {
  0% { transform:translateY(0) }
  5.55556% { transform:translateY(0) }
  11.11111% { transform:translateY(0) }
  22.22222% { transform:translateY(-15px) }
  27.77778% { transform:translateY(0) }
  33.33333% { transform:translateY(-15px) }
  44.44444% { transform:translateY(0) }
  100% { transform:translateY(0) }
}
.pulse {
  animation: pulse_68 5.5s linear infinite;
  transform-origin: 50% 50%;
}
@keyframes pulse_68 {
  0% { transform: scale(1.1) }
  25% { transform: scale(0.8) }
  50% { transform: scale(1.1) }
  100% { transform: scale(1.1) }
}
/* animation */








.inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}



/* header */
#wrapper {}
.pc_show {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.95);
    background-image: url(/world/lib/cmn_img/top_bk.png);
    background-repeat: repeat-x;
    background-position: 50% 0%;
    background-size: auto 15px;
    padding-bottom: 2em;
    z-index: 10000;
}
.pc_show h1 {
    color: #E6929A;
    text-align: center;
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0% auto;
    padding: 3% 0 2%;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.pc_show h1 span {
    position: relative;
    display: inline-block;
    max-width: 400px;
    width: 100%;
}
.pc_show h1 span:before {
	content: '';
	display: inline-block;
	width: 124px;
	height: 106px;
    background-image: url(/world/lib/cmn_img/header_img01.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: -12em;
	background-size: contain;
	vertical-align: middle;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.pc_show h1 span:after {
	content: '';
	display: inline-block;
	width: 115px;
	height: 110px;
	background-image: url(/world/lib/cmn_img/header_img02.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
	top: 0;
	right: -12em;
	background-size: contain;
	vertical-align: middle;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.pc_show h1 img {
	max-width: 470px;
	width: 90%;
	margin: 0 auto;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.pc_show h1 small {
    display: block;
    margin-top: 1.5em;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.pc_show h1 small img {
    max-width: 240px;
}

.pc_show .gNav {overflow: hidden;}
.pc_show .gNav li {display: table-cell;}
.pc_show .gNav li:nth-child(1) a{background-image: url("/world/lib/cmn_img/gnav_icon01.png");}
.pc_show .gNav li:nth-child(2) a{background-image: url("/world/lib/cmn_img/gnav_icon02.png");}
.pc_show .gNav li:nth-child(3) a{background-image: url("/world/lib/cmn_img/gnav_icon03.png");}
.pc_show .gNav li:nth-child(4) a{background-image: url("/world/lib/cmn_img/gnav_icon04.png");}
.pc_show .gNav li:nth-child(5) a{background-image: url("/world/lib/cmn_img/gnav_icon05.png");}
.pc_show .gNav li:nth-child(6) a{background-image: url("/world/lib/cmn_img/gnav_icon06.png");}
.pc_show .gNav li:nth-child(7) a{background-image: url("/world/lib/cmn_img/gnav_icon07.png");}
.pc_show .gNav li a {
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #978475;
	font-size: 15px;
	display: block;
	text-align: center;
	padding: 43px 16px 0;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
	background: no-repeat center top;
}
.pc_show .gNav li a span {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 11px;
	padding-top: 0.7em;
	display: block;
}


.pc_show .contact_img {
    position: absolute;
    right: 1.5vw;
    top: 2.5vw;
    z-index: 1;
}
.pc_show .contact_img img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.pc_show .contact_img img:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
}

.pc_show .contact_img img {
	width: 10vw;
}





/* スクロールした時のheader */
.smaller {}
.smaller h1 {
	padding: 2% 0 0.5%;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.smaller h1 img {
	max-width: 200px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.smaller h1 span:before,
.smaller h1 span:after,
.smaller h1 small {
	height: 0;
	width: 0;
	opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.smaller .gNav li a{
	background: none!important;
	padding-top: 0!important;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}


/* スクロールバー */
div.scroll_b::-webkit-scrollbar{ 
    width: 5px;
}
div.scroll_b::-webkit-scrollbar-thumb{ 
    background: #87C9BC;
    border-radius: 10px;
}
div.scroll_b::-webkit-scrollbar-track-piece:start{
    background: #D7F2E6;
}
div.scroll_b::-webkit-scrollbar-track-piece:end{
    background: #fff;
}



/*ハンバーガーボタン*/
 
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 10000;
}
 
.el_humburger {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 26px;
  height: auto;
  padding-top: 1px;
  box-sizing: border-box;
  z-index: 10000;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  pointer-events: auto;
}
 
.js_humburgerOpen .el_humburger {
}
 
.el_humburger > span {
  display: block;
  width: 100%;
  margin: 0 auto 6px;
  height: 2px;
  background: #87C9BC;
  transition: all 0.2s ease-in-out;
}
.el_humburger > span:last-child {
    margin-bottom: 0;
}
.el_humburger > span .js_humburgerOpen {
    background: #000;
}
 
.js_humburgerOpen .el_humburger > span.top {
  transform: translateY(8px) rotate(-45deg);
}
 
.js_humburgerOpen .el_humburger > span.middle {
  opacity: 0;
}
 
.js_humburgerOpen .el_humburger > span.bottom {
  transform: translateY(-8px) rotate(45deg);
}
 
.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}
 
.el_humburgerButton__close > span {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #fff;
}
 
.el_humburgerButton__close > span.el_humburgerLineTop {
  transform: translateY(5px) rotate(-45deg);
}
 
.el_humburgerButton__close > span.el_humburgerLineBottom {
  transform: translateY(-6px) rotate(45deg);
}
 
/*ナビゲーション*/
 
.navigation {
	display: none;
}
.js_appear {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 9999;
    background-color:rgba(215,242,230,0.95);
}

.navigation_screen {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    margin-top: 0px;
    padding-top: 0px;
    overflow: auto;
    }
.navigation_screen .contact_img {
    position: absolute;
    top: 1em;
    left: 1.5em;
}
.navigation_screen .contact_img img {
    width: 7em;
    transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
}
 
.navigation_wrapper {
    padding: 7vh 0 0 0;
    text-align: center;
}
.navigation_item {
    font-size: 18px;
    border-bottom: 1px dotted #fff;
    width: 80%;
    margin: 0 auto 4vh;
    padding: 0 0 4vh;
}
.navigation_item:last-child {
    border-bottom: 0;
}
 
.navigation_item > a {
    text-decoration: none;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #978475;
    font-size: 14px;
    display: block;
    text-align: center;
    line-height: 1.5;
}
.navigation_item > a > span {
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size: 10px;
    display: block;
}
 
.js_fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}

.sp_menu {
    text-align: center;
    margin-top: 7vh;
}
.sp_menu img {
    max-width: 80px;
}


/* トップに戻る */




footer {
    background-color: #c5ae96;
    padding: 5% 0 2%;
}
footer .inner {}
footer .ft01 {
    overflow: hidden;
    margin: 0 auto;
    max-width: 36em;
}
footer .ft01 li {
    /*float: left;*/
    padding: 0px 0.5em;
	text-align: center;
}
footer .ft01 li:last-child {}
footer .ft01 li a {
	display: block;
    font-weight: 300;
    font-size: 12px;
}
footer .ft01 li a span {
    padding-right: 0.2em;
}
footer .ft02 {
    border-top: 1px solid #333;
    margin-top: 1em;
    padding-top: 1em;
    overflow: hidden;
}
footer .ft02 li {float: left;width: 20%;}
footer .ft02 li:last-child {}
footer .ft02 li a {
    font-weight: 300;
    font-size: 18px;
    display: block;
}
footer .ft02 li a span {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-weight: 300;
    text-align: center;
    display: block;
    padding: 1em 0em;
    text-decoration: none;
    background: #fff;
    color: #978475;
    box-shadow: 0px 0px 0px 3px #fff;
    border: 1px solid #978475;
    width: 90%;
    margin: 1em auto 1em;
    font-size: 15px;
    position: relative;
}
footer .ft02 li a span:after {
    content: "\025b6";
    font-family: 'Josefin Sans', sans-serif;
    position: absolute;
    right: 1em;
    top: 1.4em;
    font-size: 0.8em;
    font-weight: 100;
    color: #87C9BC;
    width: 0.5em;
    height: 0.5em;
    text-align: center;
    transform: scale(1, 1);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
footer .ft02 li a:hover span:after {
    right: 1em;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
footer .copyright {
	padding-top: 3em;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	display: block;
}


.pc {display: block;}
.sp {display: none;}


@media (max-width: 1000px) {
.pc {display: none;}
.sp {display: block;}
	
#container {
	margin-top: 0!important;
}
body {
    background-repeat: no-repeat;
    background-size: contain;
}	
.pc_show {
	position: relative;
    background-color: none;
    background-image: none;
    padding-bottom: 0;
    z-index: 1;
}
.inner {
    width: 90%;
}	


.pc_show {
    margin-top: 30px;
}
.pc_show h1 {
    width: 100%;
}
.pc_show h1 span {
    display: block;
    margin: 0 auto;
}
.pc_show h1 span img {
    display: block;
    width: 65%;
}
.pc_show h1 span:before {
    width: 50px;
    height: 60px;
    top: 0;
    left: 2%;
}
.pc_show h1 span:after {
    width: 45px;
    height: 60px;
    top: 0;
    right: 1%;
}
.pc_show h1 small img {
    max-width: 150px;
}

footer {
    padding: 5% 0 5%;
}

footer .ft01 li {
    float: none;
    padding: 0.2em 0em;
    width: 100%;
}
footer .ft02 li {
    float: none;
    width: 100%;
}	
footer .ft02 li a span {
    padding: 0.5em 0em;
    width: 90%;
}
footer .ft02 li a span:after {
    top: 0.8em;
}
footer .copyright {
    padding-top: 5%;
}
}

#mv,.mv{
	height: 120px!important;
	overflow: inherit!important;
	margin-bottom: 5px;
}
#mv{
	background: none!important;
}
#mv::before,.mv::before{
	content: "";
	position: absolute;
	left: calc(50% - 300px);
	top: 25px;
	background: url("../cmn_img/mv_img01.png") no-repeat center center / cover;
	width: 102px;
	height: 130px;
	z-index: 9;
}
#mv::after,.mv::after{
	content: "";
	position: absolute;
	right: calc(50% - 330px);
	top: 26px;
	background-repeat: no-repeat;
	background-position: center center; 
	background-size: cover;
	width: 221px;
	height: 129px;
}
#mv + div > inner,.mv + div > inner{
	position: relative;
	z-index: 9;
}	
#mv + div > .inner,.mv + div > .inner{
	position: relative;
	z-index: 9;
}	

@media (max-width: 1000px) {
	#container{
		overflow: hidden;
	}
	h2 span{
		font-size: 24px!important;
	}
	#mv,.mv{
		margin-bottom: 0;
		overflow: visible!important;
	}
#mv::before,.mv::before{
	left: 15px;
	top: 25px;
	width: 68px;
	height: 87px;
}
#mv::after,.mv::after{
	right: -8px;
	width: 147px;
	height: 86px;
	top: 84px;
}
	#mv + div,.mv + div{
		padding-top: 80px;
	}	
	

}


/*240604追加*/

.pc_show .gNav li a{
	font-size: 14px;
	padding-left: 14px;
	padding-right: 14px;
}
.pc_show .gNav li:nth-child(7) a{
	background-image: url("/world/lib/cmn_img/gnav_icon08.png");
}

.pc_show .gNav li:nth-child(8) a{
	background-image: url("/world/lib/cmn_img/gnav_icon07.png");
}


