@charset "utf-8";

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */progress,sub,sup{vertical-align:baseline}html{box-sizing:border-box;overflow-y:scroll;-webkit-text-size-adjust:100%}*,::after,::before{background-repeat:no-repeat;box-sizing:inherit}::after,::before{text-decoration:inherit;vertical-align:inherit}*{padding:0;margin:0}audio:not([controls]){display:none;height:0}button,hr{overflow:visible}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}summary{display:list-item}small{font-size:80%}[hidden],template{display:none}abbr[title]{border-bottom:1px dotted;text-decoration:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}input{border-radius:0}[aria-controls],[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer}[aria-disabled],[disabled]{cursor:default}[type=number]{width:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:0;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:ButtonText dotted 1px}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button,select{text-transform:none}button,input,select,textarea{background-color:transparent;border-style:none;color:inherit}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;max-width:100%;white-space:normal}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}img{border-style:none}svg:not(:root){overflow:hidden}audio,canvas,progress,video{display:inline-block}@media screen{[hidden~=screen]{display:inherit}[hidden~=screen]:not(:active):not(:focus):not(:target){position:absolute!important;clip:rect(0 0 0 0)!important}}[aria-busy=true]{cursor:progress}::-moz-selection{background-color:#b3d4fc;color:#000;text-shadow:none}::selection{background-color:#b3d4fc;color:#000;text-shadow:none}
html {
    font-size: 62.5%;
}
body {
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow:hidden;
}
p {
	color: #fff;
    line-height: 1.7em;
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 1.5em;
}
img {
    vertical-align: middle;
}
a {
	color: #e3a7c0;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a:focus {
	outline:none;
}
li {
    list-style-type: none;
}
.red {
    color: #f51313;
}
.blue {
    color: #B3F1EB;
}
.pink {
    color: #e3a7c0;
}
.black {
    color: #1f1f1f;
}
.bold {
    font-weight: bold;
}
#container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
#container header {
    padding-top: 25px;
    background-image: url(../img/bg_header.jpg);
    position: relative;
    height: 280px;
}
#container header .subpage {
    position: relative;
    bottom: 25px;
}
#contents {
    width: 1100px;
    margin: auto; 
    margin-bottom: 30px;
}
#contents h2 {
    margin-bottom: 130px;
}
#contents .inner {
    background-image: url(../img/bg_contents.png);
    background-repeat: repeat;
    border: 7px solid #baa885;
    border-radius: 10px;
    padding: 50px 10px;
}

@media screen and (max-width: 960px) {

}
@media screen and (max-width: 600px) {
#container header {
    padding: 5px 0 0 20px;
    margin-bottom: 20px;
    height: 65px;
    position: relative;
    text-align: left;
}
#container header h1 img {
    width: 74%;
}
#container header .subpage {
    display: none;
}
#contents {
    width: 95%;
    margin: auto;
    margin-bottom: 20px;
}
#contents h2 {
    margin-bottom: 0px;
}
#contents h2 img {
    width: 100%;
}
#contents .inner {
    border: 5px solid #baa885;
    border-radius: 10px;
    padding: 30px 10px;
}
}

/*---------- submenu ----------*/
#submenubox {
    background-image: url(../img/bg_menu.jpg);
    background-repeat: repeat-x;
    background-position: 0% bottom;
    margin-bottom: 120px;
}
#submenu {
    width: 1000px;
    margin: 0 auto;
    padding: 5px 0 10px;
}
#submenu ul {
    display: flex;
    justify-content: space-around;
}
#submenu li a {
    display: block;
    padding: 10px 10px 10px;
}
#submenu li a:hover {
    background: rgba(35,89,198,1.0);
}

@media screen and (max-width: 960px) {
	#submenubox {
	}
	#submenu {

	}
	#submenu ul {
	}
	#submenu li {
	}
}

@media screen and (max-width: 600px) {
	#submenubox {
        display: none;
	}
	#submenu {

	}
}

/*---------- maincontents ----------*/
.maincontents {
	clear: both;
	width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width: 960px) {
	.maincontents {

	}
}
@media screen and (max-width: 600px) {
	.maincontents {

	}
}



/*---------- SNS ----------*/
/*.share {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1em;
    font-weight: 700;
    text-align: center;
    background-color: #8a8a8a;
}*/
.share {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  margin: 20px 0;
}
.share span {
  font-weight: 400;
}
.share li {
  display: inline-block;
  width: 40px;
  margin: 0 8px;
}
.share li a {
  display: block;
  width: 40px;
  height: 40px;
  color: #fff;
  text-decoration: none;
  border-radius: 100%;
  padding: 10px;
  -webkit-transition: .025s all ease-in-out;
  transition: .025s all ease-in-out;
}
.share li a:active {
  border-bottom: 0;
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.025);
}
.share li.twitter a {
  background-color: #00aced;
  border-color: #0087ba;
}
.share li.twitter a:hover, .share li.twitter a:focus {
  background-color: #21c2ff;
  border-color: #00aced;
}
.share li.twitter a:active {
  background-color: #0087ba;
}
.share li.facebook a {
  background-color: #3b5998;
  border-color: #2d4373;
}
.share li.facebook a:hover, .share li.facebook a:focus {
  background-color: #4c70ba;
  border-color: #3b5998;
}
.share li.facebook a:active {
  background-color: #2d4373;
}
.share li.googleplus a {
  background-color: #cc3732;
  border-color: #a32c28;
}
.share li.googleplus a:hover, .share li.googleplus a:hover, .share li.googleplus a:focus {
  background-color: #d75e5a;
  border-color: #cc3732;
}
.share li.googleplus a:active {
  background-color: #a32c28;
}
.share li.line {
	position: relative;
	bottom: 5px;
}
.share li.line img {
	width: 100%;
}
.share li.line a {
  background-color: #00b900;
  border-color: #0f8f0f;
}
.share li.line a:hover, .share li.line a:focus {
  background-color: #1be91a;
  border-color: #00b900;
}
.share li.line a:active {
  background-color: #0f8f0f;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 600px) {
	.share {
		display: none;
	}
	
}

/*---------- footer ----------*/
footer {
    clear: both;
    text-align: center;
    padding-top: 60px;
    background-color: #02176a;
}
footer img {
    margin-bottom: 40px;
}
footer .menu {
    width: 100%;
    margin: 0 auto 10px;
}
footer .menu li {
    font-size: 1.5rem;
    color: #fff;
    list-style-type: none;
    display: inline-block;
    text-align: center;
    line-height: 1em;
    padding: 0 15px;
}
footer .menu li a {
    color: #fff;
    font-size: 1.5rem;
	transition: all 0.2s;
}
footer .menu li a:hover {
    text-decoration: none;
    color: #e8ed82;
	transition: all 0.2s;
}
footer .sns {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  margin: 0 0 50px;
}
footer .sns span {
  font-weight: 400;
}
footer .sns li {
  display: inline-block;
  width: 40px;
  margin: 0 3px;
}
footer .sns li a {
  display: block;
  width: 40px;
  height: 40px;
  color: #fff;
  text-decoration: none;
  border-radius: 100%;
  padding: 10px;
  -webkit-transition: .025s all ease-in-out;
  transition: .025s all ease-in-out;
}
footer .sns li a:active {
  border-bottom: 0;
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.025);
}
/*footer .sns li.twitter a {
  background-color: #00aced;
  border-color: #0087ba;
}
footer .sns li.twitter a:hover, .share li.twitter a:focus {
  background-color: #21c2ff;
  border-color: #00aced;
}
footer .sns li.twitter a:active {
  background-color: #0087ba;
}
footer .sns li.facebook a {
  background-color: #3b5998;
  border-color: #2d4373;
}
footer .sns li.facebook a:hover, .share li.facebook a:focus {
  background-color: #4c70ba;
  border-color: #3b5998;
}
footer .sns li.facebook a:active {
  background-color: #2d4373;
}
footer .sns li.googleplus a {
  background-color: #cc3732;
  border-color: #a32c28;
}
footer .sns li.googleplus a:hover, .share li.googleplus a:hover, .share li.googleplus a:focus {
  background-color: #d75e5a;
  border-color: #cc3732;
}
footer .sns li.googleplus a:active {
  background-color: #a32c28;
}*/
footer .sns li.line {
	position: relative;
	bottom: 8px;
}
footer .sns li.line img {
	width: 100%;
    vertical-align: top;
}
/*footer .sns li.line a {
  background-color: #00b900;
  border-color: #0f8f0f;
}
footer .sns li.line a:hover, .share li.line a:focus {
  background-color: #1be91a;
  border-color: #00b900;
}
footer .sns li.line a:active {
  background-color: #0f8f0f;
}*/
footer small {
    display: block;
    color: #fff;
    padding: 10px 0;
    font-size: 1.3rem;
    background-color: #040c2f;
}
#gototop {
    position: fixed;
    right: 2vw;
	bottom: 11vh;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
#gototop a {
    display: block;
}
#gototop img {
	width: 100%;
	height: auto;
}
#gototop.show {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
@media screen and (max-width: 960px) {
footer {
    padding-top: 50px;
    background-size: 170% auto;
}
footer nav {
    display: none;
}
#footermenu {
    display: none;
}
#gototop {
	right: 4vw;
	bottom: 6vh;
}
#gototop img {
    width: 80px;
    height: auto;
}
.setlisttop {
    bottom: 9em !important;
}
}
@media screen and (max-width: 600px) {
footer {
    padding-top: 0px;
    background-image: url(../img/sfc_footer_sp.png);
    background-size: 100% auto;
    background-position: center top;
}
footer img,
footer .sns{
    display: none;
}
#gototop {
    right: 4vw;
	bottom: 5vh;
}
#gototop img {
    width: 50px;
    height: auto;
}
footer small {
    padding: 12px 0 5px;
    font-size: 1.3rem;
}
footer .gend {
    padding: 0 0 12px;
}
}
