@charset "UTF-8";

/*
Theme Name: cazesun
Theme URI:  http://cazesun.jp
Description: 
Version: 1.0
Author: cazesun
Author URI: cazesun.jp
License: GNU GENERAL PUBLIC LICENSE, Version 2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 
*/

/* RESET
----------------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio, 
b, big, blockquote, body, caption, canvas, center, cite, code, 
dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, 
figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, 
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, 
ol, output, p, pre, q, ruby, s, samp, section, main, small, span, strike, 
strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	white-space: normal;
	text-align: left;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*	16 COLUMN : RESPONSIVE GRID SYSTEM
  DEVELOPER : DENIS LEBLANC
  URL : http://responsive.gs
  VERSION : 3.0
  LICENSE : GPL & MIT 
----------------------------------------------------*/
/* 	SET ALL ELEMENTS TO BOX-SIZING : BORDER-BOX */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 *behavior: url(/scripts/boxsizing.htc);
}
/*	MAIN CONTAINER */
.container {
	margin: 0 auto;
}
/*	SELF CLEARING FLOATS - CLEARFIX METHOD */
.container:after, .row:after, .col:after, .clr:after, .group:after {
	content: "";
	display: table;
	clear: both;
}
/* 	DEFAULT ROW STYLES 
  Set bottom padding according to preference */
.row {
	padding-bottom: 0;
}
/* DEFAULT COLUMN STYLES */
.col {
	display: block;
	float: left;
	width: 100%;
}
@media ( min-width : 768px ) {
.gutters .col {
	margin-left: 2%;
}
.gutters .col:first-child {
	margin-left: 0;
}
}
/*	COLUMN WIDTH ON DISPLAYS +768px */
@media ( min-width : 768px ) {
  .span_1 { width: 6.25%; }
  .span_2 { width: 12.5%; }
  .span_3 { width: 18.75%; }
  .span_4 { width: 25%; }
  .span_5 { width: 31.25%; }
  .span_6 { width: 37.5%; }
  .span_7 { width: 43.75%; }
  .span_8 { width: 50%; }
  .span_9 { width: 56.25%; }
  .span_10 { width: 62.5%; }
  .span_11 { width: 68.75%; }
  .span_12 { width: 75%; }
  .span_13 { width: 81.25%; }
  .span_14 { width: 87.5%; }
  .span_15 { width: 93.75%; }
  .span_16 { width: 100%; }
  .gutters .span_1 { width: 4.375%; }
  .gutters .span_2 { width: 10.75%; }
  .gutters .span_3 { width: 17.125%; }
  .gutters .span_4 { width: 23.5%; }
  .gutters .span_5 { width: 29.875%; }
  .gutters .span_6 { width: 36.25%; }
  .gutters .span_7 { width: 42.625%; }
  .gutters .span_8 { width: 49.0%; }
  .gutters .span_9 { width: 55.375%; }
  .gutters .span_10 { width: 61.75%; }
  .gutters .span_11 { width: 68.125%; }
  .gutters .span_12 { width: 74.5%; }
  .gutters .span_13 { width: 80.875%; }
  .gutters .span_14 { width: 87.25%; }
  .gutters .span_15 { width: 93.625%; }
  .gutters .span_16 { width: 100%; }
}
/* General Setting 
----------------------------------------------------*/
html, body {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	color: #000;
	font-family: Helvetica, "Hiragino Kaku Gothic Pro", "Osaka", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
}
img {
	max-width: 100%;
	height: auto;
	width /***/:auto; /*IE8のみ適用*/
}

.scroll-area {
	width: 100%;
	height: 100vh;
	overflow: auto;
	-webkit-scroll-behavior: smooth;
	scroll-behavior: smooth;
	-webkit-scroll-snap-type: mandatory;
	scroll-snap-type: mandatory;
	-webkit-scroll-snap-points-y: repeat(100%);
	scroll-snap-points-y: repeat(100%);
}
.box {
	width: 100%;
	height: 100vh;
	align-items: center; /* 縦方向中央揃え */
	justify-content: center; /* 横方向中央揃え */
	flex-direction: column;
}

/* Typography
----------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	margin-bottom: 10px;
	font-size: 240%;
}
blockquote {
	margin-bottom: 2em;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
/* Link
----------------------------------------------------*/
a:link {
	color: #6ec8da;
	text-decoration: none;
}
a:visited {
	color: #6ec8da;
	text-decoration: none;
}
a:hover {
	color: #f4a583;
	text-decoration: underline;
}
a:active {
	color: #f4a583;
	text-decoration: none;
}
a:hover img {
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=6);
	transition: all 0.5s;
}
/* structure layout
----------------------------------------------------*/
#wrapper {
}
#header {
	margin: 0;
	padding: 0;
	background-color: #bcdbe4;
}
#content {
}
#footer {
	padding: 100px 0;
	text-align: center;
}
.inner {
	margin: 0 auto;
	padding: 0;
}
.wrap {
	width: 800px;
	margin: 0 auto;
}
section {
	margin: 0;
	padding: 200px 0;
}
.bg_gray {
	background-color: #f1f1f1;
}
/* header element
----------------------------------------------------*/
.header-inner {
	width: 100%;
	height: 100vh;
	position: relative !important;
	background:  url(images/cazesun_web.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto;
	text-align: center;

}
#header h1.logo {
	display: none;
}
#header p.tagline {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 30px;
    margin: auto;
    color: #90928f;
    font-size: 24px;
    text-align: center;
}
/* global navigation
----------------------------------------------------*/
#gnav {
	position: absolute;
	top: 55px;
	right: 0;
	left: 0;
	list-style: none;
	margin: 0 auto;
	padding: 0;
	font-size: 0;
}
#gnav ul {
	list-style: none;
	margin: 0 auto;
	font-size: 0;
	text-align: center;
}
#gnav ul li {
	position: relative;
	display: inline-block;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	border-left: 1px solid #90928f;
	text-align: center;
}
#gnav ul li:first-child {
	border-left: none;
}
#gnav ul li a {
	display: block;
	color: #fff;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	padding: 0 20px;
}
#gnav ul li .current, #gnav ul li a:hover {
	color: #519fc9;
	text-decoration: underline;
}
#gnav ul ul.sub-menu, #gnav ul ul.children {
	position: absolute;
	display: none;
	margin: 0;
	padding: 0;
	background: #fff;
	z-index: 99999;
}
#gnav ul ul.sub-menu ul, #gnav ul ul.children ul {
	left: 100%;
	top: 0;
}
#gnav ul ul li:first-child {
	border-left: none;
}
#gnav ul ul a, #gnav ul ul ul a {
	width: 200px;
	margin: 0;
	border-right: none;
	color: #000;
}
#gnav ul ul a:hover, #gnav ul ul ul a:hover {
}
#gnav ul li:hover > ul, #gnav ul ul li:hover > ul {
	display: block;
	background: #fff;
}
#gnav ul .current_page_item > a, #gnav ul .current_page_ancestor > a, #gnav ul .current-menu-item > a, #gnav ul .current-menu-ancestor > a, #gnav ul .current-post-ancestor > a {
}
.menu-toggle {
	display: none;
}
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}
/* footer element
----------------------------------------------------*/
#footer p.address {
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	text-align: center;
}
#footer p.copyright {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 14px;
	text-align: center;
}
#footer p.copyright a, #footer p.copyright abbr {
	color: #000;
	border: none;
}
/* other element
----------------------------------------------------*/
.mt35 {
	margin-top: 35px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mb90 {
	margin-bottom: 90px !important;
}
.mb100 {
	margin-bottom: 100px !important;
}
.mb120 {
	margin-bottom: 120px !important;
}
.mb150 {
	margin-bottom: 150px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mr60 {
	margin-right: 60px !important;
}
/* page element
----------------------------------------------------*/
main h2 {
	margin: 0 0 100px;
	font-size: 2em;
}
main p {
	margin: 0 0 30px;
}
#about p {
	font-size: 20px;
}
main ul {
	margin: 0 0 0 30px;
}
main ul li {
	list-style: disc;
	margin: 0 0 30px;
}
main ul li ul {
	margin: 10px 0 10px 15px;
}
main ul li ul li {
	margin-bottom: 10px;
}

/* pagetop
----------------------------------------------------*/
.pagetop {
	margin: 0;
	font-size: 12px;
	text-shadow: none;
	line-height: 1;
	text-indent: -99999px;
}
.pagetop a {
	display: block;
	position: fixed;
	right: 0px;
	bottom: 35px;
	width: 80px;
	height: 80px;
	margin: 0;
	padding: 0;
	background: url(./images/pagetop.png) no-repeat left top;
	text-decoration: none;
	text-align: center;
	z-index: 350;
}
.pagetop a:hover {
	background: url(./images/pagetop_on.png) no-repeat left top;
	text-decoration: none;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=6);
	transition: all 0.5s;
}
.pagetop img {
	margin: 0;
	padding: 0;
}
/* clearfix
----------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/ 
  height: auto; 
  overflow: 
  hidden;
  /**/
}
 @media screen and (max-width: 768px) {
 
 .scroll-area {
	width: 100%;
	height: 100vh;
	overflow: auto;
	-webkit-scroll-behavior: smooth;
	scroll-behavior: smooth;
	-webkit-scroll-snap-type: mandatory;
	scroll-snap-type: mandatory;
	-webkit-scroll-snap-points-y: repeat(100%);
	scroll-snap-points-y: repeat(100%);
}
.box {
	width: 100%;
	height: auto;
	align-items: center; /* 縦方向中央揃え */
	justify-content: center; /* 横方向中央揃え */
	flex-direction: column;
}

  /* structure layout
  ----------------------------------------------------*/
  .container {
	width: 100%;
	margin: 0;
  }
  .inner {
	width: 100%;
  }
  .wrap {
	width: 100%;
	padding: 0 5%;
  }
  #header {
	margin: 0;
	padding: 0;
  }
  /* header element
  ----------------------------------------------------*/
  .header-inner {
	width: 100%;
	margin: 0 auto;
  }
  #header h1.logo {
  }
  #header p.tagline {
  }
  /* global navigation
  ----------------------------------------------------*/
  #gnav {
	  position: fixed;
	  top: 0;
	  left: 0;
	  z-index: 200;
	  width: 100%;
	  margin: 0;
	  padding: 0 2%;
	  background-color: #fff;
	  opacity: 0.9;
  }
  #gnav .menu {
	  width: 100%;
	  display: none;
	  height: initial;
	  margin: 40px 0 0;
	  padding: 0 0 10px;
	  border-left: none;
  }
  #gnav .menu li {
	  display: inherit;
	  float: none;
	  margin: 0;
	  font-size: 16px;
	  line-height: 1;
	  border-left: none;
  }
  #gnav .menu li a {
	  display: block;
	  width: 100% !important;
	  height: inherit!important;
	  border-right: none;
	  color: #000;
	  font-size: 16px;
	  line-height: 3;
	  text-align: center;
	  text-shadow: none;
  }
  #gnav .menu li:first-child a {
  }
  #gnav .menu li:hover a {
	  color: #519fc9;
	  background: initial;
	  border-bottom: none;
  }
  #gnav ul li:first-child {
	  border-left: none;
  }
  #gnav ul ul.sub-menu, #gnav ul ul.children {
	  position: inherit;
	  display: none;
	  margin: 0;
	  padding: 0;
	  background-color: #fff;
	  z-index: 0;
  }
  #gnav ul ul a, #gnav ul ul ul a {
	  width: 100%;
	  margin: 0;
	  border-right: none;
	  color: #fff;
  }
  .menu-toggle {
	  display: inline-block;
	  position: absolute;
	  left: 0;
	  width: 100%;
	  height: 35px;
	  padding: 0;
	  background-color: #fff;
	  text-align: left;
  }
  .menu-toggle a {
	  display: block;
	  margin: 0 0 0 35px;
	  padding: 12px 0 10px;
	  color: #000;
	  font-weight: bold;
	  text-decoration: none;
  }
  .menu-toggle:before {
	  display: block;
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 5px;
	  width: 20px;
	  height: 20px;
	  margin-top: -10px;
	  background: #90928f;
  }
  .menu-toggle a:before, .menu-toggle a:after {
	  display: block;
	  content: "";
	  position: absolute;
	  top: 50%;
	  left: 5px;
	  width: 20px;
	  height: 4px;
	  background-color: #fff;
  }
  .menu-toggle a:before {
	  margin-top: -6px;
  }
  .menu-toggle a:after {
	  margin-top: 2px;
  }
  /* footer element
  ----------------------------------------------------*/
  section {
	margin: 0 0 100px;
  }
  /* visualArea
  --------------------------------------------------- */
  /* footer element
  ----------------------------------------------------*/
  #footer .logo {
	margin: 0 auto 30px;
	text-align: center;
  }
  #footer .footerNav {
	display:none;
  }

}





