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

html {
    font-size: 62.5%;	
}

body{
	color:#333;
	font-size: 1.2rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow: hidden;
	overflow-y: scroll;	
}

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

a:link, a:visited, a:hover, a:active {
  color: #333;
  text-decoration: none;	
}

.header {
/*  background: #fff;
  width: 100%;
  height: 120px;
  padding: 10px 0 15px;
  box-shadow: 0 0 10px 1px #e3e3e3;	
*/
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    /*padding: 30px 0 0;*/
    line-height: 1;
    z-index: 999;
    box-shadow: 0 0 10px 1px #e3e3e3;	
    background: #fff;
}

header .index {
	margin-top: 0;	
}

.container {
  margin: 0 auto;
}

.header-container {
  width: 1200px;
  margin: 0 auto;
}

.header .container {
  position: relative;	
}

/*.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
*/
.header.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
/*    padding-top: 10px;
    height: 120px;*/
	background: #fff;
/*    background: rgba(255,255,255,.7);
*/
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
.header.fixed .logo {
    font-size: 24px;
    color: #333;
}
/*.header.fixed .global-nav ul li a {
    color: #333;
    padding: 0 20px;
}
*/ 


/* Toggle Button */
.nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
.nav-toggle div {
    position: relative;
}
.nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
.nav-toggle span:nth-child(1) {
    top: 0;
}
.nav-toggle span:nth-child(2) {
    top: 11px;
}
.nav-toggle span:nth-child(3) {
    top: 22px
}


.inner {
    width: 980px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 20px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 30px;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
/*    padding-top: 10px;*/
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}
 
.main {
	padding-top: 110px; 
}

section {
  margin: 50px auto;
  width: 1200px;
}

.global-nav {
  margin-top: 30px;
  margin-left: 40px;
  text-align: center;	
}

.global-nav .nav-item {
  display: inline-block;
  margin: 0 10px;
}

.global-nav .nav-item a {
  display: inline-block;
  font-family: 'Petit Formal Script', cursive;
  width: 120px;
  height: 80px;
  line-height: 1.9;
  text-align: center;
  font-size: 1.5rem;
  transition: 0.2s;	
}

.global-nav .nav-item a:hover {
  border-bottom: solid 3px #d04984;
  color: #d04984;	
}

.global-nav .nav-item span.upper {
  font-size: 1.8rem;
}

.global-nav .nav-item span.jp {
  font-family: "Sawarabi Mincho";
  font-family: 'リュウミン R-KL';
  font-size: 1.9rem;
}

.global-nav ul li.top {
    display:none;	
}

.global-nav .cur a{
  color: #d04984;
  border-bottom: solid 3px #d04984;
}

.mail-reg {
  background: #172d6d;
  margin-top: 35px;
  margin-left: 20px;
}

.blog-link {
	/*background: #D04984;*/
    background: #BEA574;
	margin-top: 35px;
}

.mail-reg a, .blog-link a {
  font-family: "Sawarabi Mincho";
  font-family: 'リュウミン B-KL';
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;	
  display: inline-block;
  width: 150px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  letter-spacing: 1px;
}

.mail-reg a:hover, .blog-link a:hover {
  opacity: 0.7;	
}


/* breadcrumbs */
.breadcrumb {
	margin: 0 auto;
	margin-bottom: 30px;
	width: 1200px;
}

.breadcrumb ol{
	margin: 30px 0;
}

.breadcrumb li{
	display:inline;
	font-size: 1.6rem;
}

.breadcrumb a {
	text-decoration: none;
	color: #000;
	font-size: 1.6rem;
}

.breadcrumb a:hover {
	text-decoration: underline;
}


/* box-shadow */
.bg-shadow {
  box-shadow: 5px 5px 35px -10px rgba(32, 31, 27, 0.3);
	
}

/* caption */

.caption h2 {
  font-family: 'Petit Formal Script', cursive;
  font-size: 48px;
  margin: 50px auto 10px;
  text-align: center;
}

.caption .upper {
  font-size: 6.0rem;	
}

.caption .jp {
  font-family: "Sawarabi Mincho";
  font-family: 'リュウミン R-KL';
  font-size: 3.0rem;	
}


/* button */
.btn {
  font-family: 'リュウミン M-KL';
  font-size: 2.0rem;
  margin: 50px auto 70px;
  width: 350px;
  height: 65px;
  text-align: center;	
}

.btn a {
  border: solid 2px #000;
  display: block;
  font-size: 2.0rem;
  text-align: center;
  line-height: 65px;	
}

.btn a:hover {
  border: solid 2px #172d6d;
  background: #172d6d;
  color: #fff;
  transition: all 0.5s ease;
}

.color-pink {
  color: #d04984; 	
}

.color-black {
  color: black;	
}

.footer {
  width: 100%;	
}

/* clearfix */
.clearfix:after {
	visibility: hidden;
	height: 0;
	display: block;
	font-size: 0;
	content : "";
	clear: both;
}

* html .clearfix{
	zoom: 1; /* IE6 */
}

*:first-child+html .clearfix{
	zoom: 1; /* IE7 */
}

.left{
	float:left;
}

.right{
	float: right;
}

/* header */

.logo {
  width: 89px;
/*  height: 140px;
*/
height: 84px;
  position: relative;
  top: 10px;
  background: url("../img/logo2.png") no-repeat 50%;;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.logo a {
  display: block;
  width: 100%;
  height: 100%;	
}

/* caption */

.caption-underline {
    display: flex;
	font-size: 2.0rem;
    align-items: center;
	width: 30%;
	text-align: center;
	margin: 0 auto 50px;
}

.caption-underline::before,
.caption-underline::after{
	border-top: 2px solid;
	border-bottom: 1px solid;
    content: "";
    display: inline; /* for IE */
    flex-grow: 1;
	height: 6px;
}

.caption-underline:before {
    margin-right: 0.5em;
}

.caption-underline:after {
    margin-left: 0.5em;
}
  
a.strong1 {
  color: #ec556f;      
}

a.strong1:hover {
  font-weight: bold;
}

a.underline {
  text-decoration: underline;
}

.animationDown {
  visibility: hidden;	
}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

/* footer */

.footer {
  background: #d04984;	
}

.pagetop {
  background: #d1c0a5;
  padding: 5px 0 10px;
  text-align: center;	
}

.pagetop p {
  font-size: 1.6rem;
  margin-bottom: 5px;	
}

.footer .link {
  padding: 30px 0 25px;	
}

.footer ul {
  margin: 0 auto;
  text-align: center;
/*  font-size: 0;	
*/}

.footer li {
  display: inline-block;
  padding: 0 15px;
  letter-spacing: 1px;
  font-size: 1.6rem;
}

.footer li + li {
  border-left: 1px solid #fff;	
}

.footer li a {
  color: #fff;	
}

.footer li a:hover {
  text-decoration: underline;
  transition: all 0.3s ease;	
}

/*.footer .sns-link-box {
  width: 400px;
  display: table;
  border-collapse: separate;
  border-spacing: 20px 0;
  table-layout: fixed;
  margin: 30px auto;
}*/

.footer .sns-link-box {
	text-align: center;
	margin: 30px auto;	
}

.footer .link-sns {
	margin: 0 10px;
}

.footer .sns-link {
  width: 150px;
  height: 50px;
  text-align: center;
  display: table-cell;
}

.footer .sns-link a {
  display: inline-block;
  background: #d1c0a5;
  border: none;
  line-height: 50px;	
  width: 150px;
  height: 50px;
}

.footer p.sns-link a:hover {
/*  text-decoration: underline;*/
  transition: all 0.5s ease;
}

.footer .copyright {
  text-align: center;
  letter-spacing: 1px;
  color: #fff;
  font-size: 1.6rem;	
}


@media screen and (max-width: 640px) {
    .header,
    .container {
        width: 100%;
        padding: 0;
    }
    .header {
        top: 0;
        /*position: fixed;*/
        margin-top: 0;
    }
	
	.header-container {
		width: 100%;	
	}
    /* Fixed reset */
    .header.fixed {
        padding-top: 0;
        background: transparent;
		height: 65px;
    }
    .mobile-head {
        background: #fff;
        width: 100%;
        height: 65px;
        z-index: 999;
        position: relative;
    }
    .header.fixed .logo,
    .header .logo {
        position: absolute;
        left: 13px;
        top: 0px;
        color: #333;
        font-size: 26px;
		background-size: 70%;
    }
    .global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: rgba(0,0,0,0.7);
        width: 100%;
        text-align: center;
        padding: 10px 0 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
		margin: 0;
    }
    .global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    .global-nav ul li {
        float: none;
        position: static;
		width: 100%;
    }
	
    .global-nav ul li.top {
        display: block;
    }
	
	.global-nav .nav-item {
		margin: 0;
	}
	
	.global-nav .nav-item br {
		display: none;	
	}
	
	.global-nav .nav-item .jp {
		margin-left: 20px;	
	}
	
    .header .global-nav ul li a,
    .header.fixed .global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 15px 0;
		height: 60px;
    }
	
	.global-nav .nav-item a:hover {
		border-bottom: none;
		background: #999;
		color: #fff;
	}

	.global-nav .cur a{
        color:  #333;
        border-bottom: none;
}
	
    .nav-toggle {
        display: block;
		margin-top: 8px;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open .nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(135deg);
    }
    .open .nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open .nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-135deg);
    }
    /* #global-nav スライドアニメーション */
    .open .global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
	
	.mail-reg, .blog-link {
	  display: none;	
	}
	
	.logo {
	  height: 75px;
	  width: 60px;	
	}
	
	section {
	  width: 100%;	
	}
	
	article {
	  width: 100%;
	  /*padding: 0 10px;*/
	  padding: 0;	
	}
	
	.padding-sp {
	   padding: 0 10px;
	}
	
	.no-effect {
	  visibility: visible;
	}
	
	.lead-contents .sp-margin {
	   margin: 0;	
	}
	
	main.main {
	   padding-top: 60px;	
	}
	
	.breadcrumb li {
	   display: none;	
	}
	
	section.caption, section.caption h2 {
	   margin: 0 auto 10px;	
	}
	
	.caption h2 {
	   font-size: 3.6rem;	
	}
	
	.caption .upper {
	   font-size: 4.5rem;	
	}
	
	.caption .jp {
	   font-size: 2rem;	
	}
	
	.caption-underline {
	   margin-bottom: 0;	
	}
	
	.btn {
	   width: 270px;
	}
	
	.footer .link ul, .copyright {
	  line-height: 1.5;	
	}
	
	.footer .sns-link-box {
	  width: 100%;
	  display: block;	
	  table-layout: auto;
	}
	
	.footer .sns-link {
	  display: block;	
	  margin: 20px auto;
	}
}
