@charset "utf-8";

* {
	margin: 0px;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	background-color: #f7ede3;
}
body p {
	padding-top:5px;
	padding-bottom:5px;
}
img {
	border-style: none;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
header {
}
img#floatButton1 {
    position: fixed;
    left: 5px;
    top: 0;
    z-index: 999;
}
.cp_link {
	display: inline-block;
	padding: 0.1em 0.3em;
	transition: all .3s;
}
.cp_link:hover {
	color: #fff;
	background-color: #ff4500;
}
p.resizeimage img {
    width: 100%;
}
p.resizeimage1 img {
    width: 100%;
    max-width: 950px;
}
p.resizeimage2 img {
    width: 100%;
    max-width: 600px;   
}
p.resizeimage3 img {
    width: 100%;
    max-width: 950px;
}

#maincont2 {
    display: flex;
    justify-content: center;
    align-items: center;
	clear: both;
	margin: 0 auto;
}
#maincontainer2 {
	display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}
.mainbox2 {
    width: 50%;
    height: auto;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
#maincontextl {
    color: #000;
    font-weight: 800;
	font-size: 30px;        
    line-height: 25px;
}
.maincontexts {
    color: #000;
    font-weight: 200;
	font-size: 20px;
    line-height: 30px;
}
.maincontexts p {
    color: #000;
    font-weight: 800;
	font-size: 30px;
}
.maincontexts span {
    font-weight: 200;
	font-size: 20px;
    color: #ff7326; 
    line-height: 30px;
}
.maincontexts span2 {
    font-weight: 200;
	font-size: 20px;
    color: #ff96fd; 
    line-height: 30px;
}
.maincontexts span3 {
    font-weight: 200;
	font-size: 20px;
    color: #445cd5; 
    line-height: 30px;
}

#maincont3 {
    display: flex;
    justify-content: center;
    align-items: center;
	clear: both;
	margin: 0 auto;
    padding-bottom: 1%;
    background-color: #ffffff;    
}
#maincontainer3 {
	display: flex;
    width: 1700px;
    justify-content: center;
    flex-wrap: wrap;
}
.mainbox3 {
    width: 25%;
    height: 100%;
    padding: 40px 0 40px;
    border-left: 20px solid #ffffff;    
    border-right: 20px solid #ffffff;    
    background-color: #ffffff;
    text-align: left;
}
.maincontext3 {
    color: #000;
    font-weight: 200;
	font-size: 15px;
    line-height: 20px;
}

#maincont4 {
    display: flex;
    font-weight: 800;
    justify-content: center;
    align-items: center;
	clear: both;
	margin: 0 auto;
}
#maincontainer4 {
	display: flex;
    width: 930px;
    justify-content: center;
    flex-wrap: wrap;
}
.mainbox4 {
    width: 50%;
    height: auto;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    text-align: left;
}
.maincontexts4 {
    padding-left: 5%;
    color: #000000;
    font-weight: 200;
    line-height: 25px;
}
.maincontexts4 p {
    color: #803C06;
    font-weight: 800;
	font-size: 30px;
}
.maincontexts4 p2 {
    color: #303030;
    font-weight: 700;
	font-size: 20px;
}
.maincontexts4 span {
    font-weight: 800;
	font-size: 25px;
    color: #2002EE; 
    line-height: 30px;
}
#maincont5 {
    display: flex;
    justify-content: center;
    align-items: center;
	clear: both;
	margin: 0 auto;
    padding: 2% 0 1%;
    background-color: #ffffff;    
}

.boxtop {
    height: auto;
    margin-top: 70px;
    margin-bottom: 10px;
}
.box3 {
    display: flex;
    justify-content: center;
    align-items: center;
	clear: both;
	margin: 0 auto 15px;
}
.container3 {
    width: 100%;
    max-width: 1100px;
}
.maincontext31 {
    color: #813C06;
    font-weight: 700;
	font-size: 18px;
    line-height: 20px;
}
.maincontext32 {
    margin-bottom: 40px;
    color: #813C06;
    font-weight: 700;
	font-size: 28px;
    line-height: 20px;
}
.box4 {
    width: 100%;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    background-color: #ffffff;
}

.box6 img {
    margin: 8px; border-style: none;
}

.btn-border2 {
    display: inline-block;
    width: 200px;
    text-align: center;
    margin: 10px;
    border: 2px solid #813C06;
    font-size: 15px;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
    padding: 8px 16px;
    border-radius: 4px 4px 4px 4px;
    transition: .4s;
    background-color: #813C06;
}
.btn-border2:hover {
    background-color: #965B21;
    color: #FFF;
}

.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 15px;
    background: #ffcb9c;
    line-height: 1;
    z-index: 777;
}
#top-head a,
#top-head {
    color: #000;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 41px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 20px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0px 15px;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 35px;
    height: 25px;
    background: #000;
    background: #ffcb9c;
}
#top-head.fixed .logo {
    font-size: 20px;
    color: #000;
}
#top-head.fixed #global-nav ul li a {
    color: #000;
    padding: 0 15px;
}
 
/* 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: #000;
    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;
}
.urgent1 {
    margin: 0.5em 0.1em;
    padding: 0.8em 5% 0.5em;
    border: solid 4px #006400;
}
.size_test {
    font-size: 22px;
    font-weight:800;
    color: #006400;
    line-height: 20px;   
}
.size_test2 {
    font-size: 19px;
    font-weight:800;
    color: #006400;
    line-height: 30px;
    text-align: left;
}
.atobarai {
    text-align: center;
    display: block;
    padding: 8% 0 8%;
    width: 100%;
    height: 100%;
    background-color: #ffc076;
}




/*横幅1048以下----------------------------------------*/
@media screen and (max-width: 1048px) {
#top-head,
.inner {
    width: 100%;
    padding: 0;
}
#top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
}
#top-head.fixed {
    padding-top: 0;
    background: transparent;
}
#mobile-head {
    background: #ffcb9c;
    width: 100%;
    height: 75px;
    z-index: 777;
    position: relative;
}
#top-head.fixed .logo,
#top-head .logo {
    position: absolute;
    left: 13px;
    top: 13px;
    color: #000;
    font-size: 26px;
}
#global-nav {
    position: absolute;
    top: -500px;
    background: #ffcb9c;
    width: 100%;
    text-align: left;
    padding: 10px 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
#global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 18px;
}
#global-nav ul li {
    float: none;
    position: static;
}
#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #000;
    padding: 18px 0;
}
#nav-toggle {
    display: block;
}
.open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}
.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(-315deg);
}
.open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
}
.mainbox2 {
    width: 100%;
    padding-bottom: 15px;
}
.maincontexts p {
    color: #000;
    font-weight: 800;
	font-size: 25px;
}
#maincontainer3 {
	display: flex;
    width: 520px;
    justify-content: center;
    flex-wrap: wrap;
}
.mainbox3 {
    width: 100%;
    background-color: #ffffff;
    text-align: left;   
}
.container3{
    width: 100%;
    max-width: 600px;
}
.btn-border2 {
    width: 150px;
}
.mainbox4 {
    width: 100%;
    padding-bottom: 15px;
}
}


