/* ----------------------------------------------------------------------------------------------------
     全端末共通のCSS（1325px〜）
---------------------------------------------------------------------------------------------------- */

/* 
=================================================== 

  0. Layout
  1. Text
  2. Header
  3. Navigation
  4. Common
  5. Prt Common
  6. Sidebar
  7. Footer
  8. Index
 
=================================================== 
*/

.pc {
	display:block;
}

.sp {
	display:none;
}

/* -------------------------------------------------------------------------------------
  0. LAYOUT
----------------------------------------------------------------------------------------- */

html{
}

body {
	color: #4a4a4a;
	text-align: center;
	margin: 0 auto;
	height: 100%;
    background: #EFEFEF;
}

body#fisherman {
    padding: 0 50px;
    box-sizing: border-box;
}

#wrap {
	width :100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#layout {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.width {
	width: 1100px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.width30 {
    width: 30%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.inner {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	line-height: 1.5em;
}

/* -------------------------------------------------------------------------------------
  1. Text
----------------------------------------------------------------------------------------- */

h1 {
    writing-mode: vertical-rl;
	font-size: 230%;
	margin-bottom: 50px;
	font-weight: 600;
    line-height: 150%;
	text-align: left;
    letter-spacing: 0.2em;
}

h1 span {
    display: block;
    color: #007DF3;
    font-size: 40%;
    padding-top: 5px;
}

h2 {
	font-size: 165%;
	text-align: left;
	margin-bottom: 30px;
    padding-bottom: 3px;
	font-weight: 600;
	line-height: 150%;
	font-style: normal;
    border-left: 4px solid #007DF3;
    padding-left: 15px; 
}

h2 span {
	display: block;
	color: #007DF3;
	font-size: 35%;
}

h3 {
	align-items: center;
	font-size: 135%;
	text-align: left;
	margin-bottom: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	font-style: normal;
}

h3::before {	
	content:"ー";
	color: #007DF3;
	padding-right: 10px;
}

h3.obi {
	align-items: center;
	font-size: 135%;
	text-align: left;
	margin-bottom: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	font-style: normal;
    background: #007DF3;
    color: #FFF;
    padding: 10px 0;
}

h3.obi::before {	
	content:"ー";
	color: #FFFFFF;
	padding-right: 10px;
    margin-left: -2px;
}

h3 span {
	font-size: 60%;
}

p + h2,
p + h3,
ul.text + h3,
ol.text + h3 {
	margin-top: 40px;
}

p {
	font-size: 100%;
	line-height: 200%;
	margin-bottom: 20px;
	text-align: left;
}

ul.text {
	text-align: left;
	font-size: 100%;
	margin-bottom: 20px;
}

ul.text li {
	line-height: 200%;
	margin-left: 25px; 
	list-style: outside;
}

ol.text {
	text-align: left;
	font-size: 100%;
	margin-bottom: 20px;
}

ol.text li {
	line-height: 200%;
    margin-top: 20px;
	padding: 0 0 0 0;
	margin-left: 25px; 
	list-style: decimal;
}

ol.text li ol li {
	line-height: 200%;
    margin-top: 10px;
	padding: 0 0 0 0;
	margin-left: 25px; 
	list-style: decimal;
}


/* -------------------------------------------------------------------------------------
  2. Header
----------------------------------------------------------------------------------------- */

#header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 100px;
    background: #FFF;
}

#title {
    float: left;
    width: 23%;
    margin-top: 50px;
    position: relative;
    z-index: 100;
}

#title p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

#title div {
    margin-bottom: 100px;
}

#main {
    float: right;
    width: 77%;
}

#wave {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: url("../img/common/wave.svg") bottom center no-repeat;
    background-size: 100%;
}

/* -------------------------------------------------------------------------------------
  3. Navigation
----------------------------------------------------------------------------------------- */

nav {
}

#navi {
    background: rgb(231,231,231);
    background: linear-gradient(0deg, rgba(231,231,231,1) 50%, rgba(239,239,239,1) 50%);
    border-bottom: 1px solid #D8D8D8;
}

#navi ul {
}

#navi ul li {
	float: left;
	list-style: none;
	line-height: 100%;
	font-size: 100%;
    font-weight: 500;
	padding: 0;
	box-sizing: border-box;
}

#navi ul li a {
	display: block;
	text-decoration: none;
	padding: 25px;
	box-sizing: border-box;
	transition:all 0.5s ease;
}

#navi ul li a:hover {
	transition:all 0.5s ease;
	color: #007DF3;
}

body#home #navi ul li a#cat-nav-1 { color: #007DF3; }

#menu_btn {
	display: none;
}

/* -------------------------------------------------------------------------------------
  4. Common
----------------------------------------------------------------------------------------- */

#container {
    padding-top: 100px;
    padding-bottom: 150px;
    background: url("../img/common/wave.svg") bottom left no-repeat;
    background-size: 100%;
}

#home #container {
    background: url("../img/common/map.svg") top right no-repeat, url("../img/common/wave.svg") bottom left no-repeat;
    background-size: 50%, 100%;
}

section {
	margin-bottom: 100px;
}

article {
	margin-bottom: 60px;
}

.column2 {
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 20px;
}

.column2:nth-child(2n) {
	margin-right: 0;
}

.column3 {
	width: 30%;
	float: left;
	margin-bottom: 20px;
	margin-right: 5%;
}

.column3:nth-child(3n) {
	margin-right: 0;
}

.column4 {
	width: 22%;
	float: left;
	margin-right: 4%;
}

.column4:nth-child(4n) {
	margin-right: 0;
}

.column2Box {
	width: 50%;
	float: left;
}

.left {
	float: left;
	width: 10%;
}

.right {
	float: right;
	width: 85%;
}

.left50 {
	float: left;
	width: 48%;
}

.right50 {
	float: right;
	width: 48%;
}

.left40 {
	float: left;
	width: 35%;
}

.right60 {
	float: right;
	width: 60%;
}

.left60 {
	float: left;
	width: 60%;
}

.right40 {
	float: right;
	width: 35%;
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


/* -------------------------------------------------------------------------------------
  5. Prt Common
----------------------------------------------------------------------------------------- */

#prt_main {
    position: relative;
    top: 0;
    left: 0;
    z-index: -1;
}


 /* -------------------------------------------------------------------------------------
  6. Sidebar
----------------------------------------------------------------------------------------- */



/* -------------------------------------------------------------------------------------
  7. Footer
----------------------------------------------------------------------------------------- */

#footer_main {
    background: #FFFFFF;
    padding: 60px 0 30px;
}

#footer_left {
    float: left;
    width: 50%;
}

#footer_right {
    float: right;
    width: 50%;
}

#footer_right p {
    text-align: right;
    font-size: 80%;
}

#footer_right ul {
    list-style: none;
    font-size: 80%;
    text-align: right;
}

#footer_right ul li {
    display: inline-block;
    margin-left: 20px;
}

#footer_address {
    padding: 25px 0;
    background: #1B4692;
    color: #FFF;
}

address {
	font-style: normal;
	font-size: 80%;
}

/* Pagetop Button
-------------------------------------*/

#page-top {
	position: fixed;
    bottom: 0%;
    right: 0px;
	z-index: 500;
	box-sizing: border-box;
}

#page-top a {
    background: #1a1311;
    text-decoration: none;
    color: #fff;
	padding: 22px 22px 22px;
    text-align: center;
    display: block;
}

#page-top a:hover {
    text-decoration: none;
    background: #E75800;
}

/* -------------------------------------------------------------------------------------
  8. Index
----------------------------------------------------------------------------------------- */

/* トップページ
-------------------------------------*/

.box {
    background: #FFF;
    border-radius: 20px;
    padding: 50px 50px 30px;
    box-sizing: border-box;
}

.box2 {
    background: #FFF;
    border-radius: 20px;
    padding: 40px 30px 40px;
    box-sizing: border-box;
}

.box2 div {
    margin-bottom: 20px;
}

.box2 p {
    text-align: center;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 110%;
    line-height: 160%;
}

.box2 p.tel {
    font-size: 180%;
}

.box2 p.tel span {
    display: block;
    font-size: 50%;
}


.newsUl {
	text-align:left;
	margin-bottom: 30px;
}

.newsUl ul {
}

.newsUl ul li {
	padding: 20px 0;
	list-style: none;
	border-bottom:  1px dotted #999999;
	line-height: 100%;
	vertical-align: middle;
}

.newsUl ul li span {
	text-align: center;
	color: #FFF;
	margin-right: 10px;
	padding: 4px 15px;
	font-size: 70%;
    background: #007DF3;
    font-weight: 600;
	text-transform: uppercase;
}

.newsUl ul li a {
	margin-left: 0;
	margin-top: 12px;
	display: block;
    text-decoration: none;
}

.caption {
    text-align: right;
    font-size: 800%;
    font-weight: 600;
    color: #FFF;
    line-height: 100%;
    margin-right: 30px;
    margin-bottom: -10px;
}

.caption2 {
    text-align: center;
    font-size: 800%;
    font-weight: 600;
    color: #FFF;
    line-height: 100%;
    margin-bottom: 30px;
}

.caption3 {
    text-align: center;
    font-size: 500%;
    font-weight: 600;
    color: #FFF;
    line-height: 100%;
    margin-bottom: -5px;
}

.name {
    font-size: 135%;
    text-align: left;
}

.name span {
    display: block;
    font-size: 60%;
    color: #007DF3;
    margin-top: -5px;
}

.name a {
    display: block;
    text-decoration: none;
    background: url("../img/common/btn.svg") center right no-repeat;
    padding: 10px 50px 10px 0;
}

.borber {
    border-bottom: 1px dotted #AAAAAA;
    padding: 30px 0;
}

.lineup {
    margin-top: -5px;
    font-size: 130%;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 140%;
}

.lineup + p {
    font-size: 85%;
    line-height: 180%;
}

.lineup span {
    font-size: 70%;
}

.insta {
    text-align: center;
}

.insta span {
    background: url("../img/content/top/instagram.svg") center center no-repeat;
    padding: 15px;
}

.map {
    border: 1px solid #E5E5E5;
    padding: 10px;
    background: #EEEE;
    box-sizing: border-box;
    margin-top: 40px;
    margin-bottom: 20px;
}

.area {
    background: #F3F9FD;
    border: 1px solid #DDEDFA;
    height: 300px;
    overflow: auto;
    padding: 30px;
    box-sizing: border-box;
}

.area dl {
    text-align: left;
}

.area dl dt {
    color: #007DF3;
    font-size: 100%;
    font-weight: 600;
    margin-bottom: 5px;
}

.area dl dd {
    font-size: 90%;
    margin-bottom: 20px;
    padding-left: 20px;
}

/* menu
-------------------------------------*/

.readmore {
  position: relative;
  margin: 50px auto;
  padding: 0 0 75px;
}

.readmore label {
  position: absolute;
  display: table;
  left: 50%;
  bottom: 0;
  margin: 0 auto;
  width: 200px;
  padding: 7px 0;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background-color: #333;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
}

.readmore label::before{
  content: '続きを見る';
}

.readmore input[type="checkbox"]:checked ~ label::before {
  content: '元に戻す';
}

.readmore input[type="checkbox"]{
  display: none;
}

.readmore-content,
.readmore-content2 {
  position: relative;
  height: 100px;
  overflow: hidden;
}

.readmore input[type="checkbox"]:checked ~ .readmore-content,
.readmore input[type="checkbox"]:checked ~ .readmore-content2 {
  height: auto;
}

.readmore-content::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: linear-gradient( rgba(239,239,239,0) 0%, rgba(239,239,239,0.8) 50%, #EFEFEF 100%);
  background: linear-gradient( rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, #FFFFFF 100%);
}

.readmore-content2::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: linear-gradient( rgba(239,239,239,0) 0%, rgba(239,239,239,0.8) 50%, #EFEFEF 100%);
}

.readmore input[type="checkbox"]:checked ~ .readmore-content::before,
.readmore input[type="checkbox"]:checked ~ .readmore-content2::before {
  display: none;
}

/* タブ
-------------------------------------*/

#tab {
}

#tab ul {
	margin: 0 auto;
	text-align: center;
}

#tab ul li {
	float: left;
    text-align: center;
	list-style: none;
	cursor: pointer;
	background: #FFF;
	line-height: 160%;
	width: 25%;
	border: 1px solid #007DF3;
	box-sizing: border-box;
	font-weight: bold;
	padding: 20px 0;
    font-size: 120%;
}

#tab ul li:nth-child(2) {
    border-left: none;
}

#tab ul li:nth-child(3) {
    border-left: none;
}

#tab ul li:nth-child(4) {
    border-left: none;
}

#tab ul li.select {
	background: #007DF3;
	color: #FFF;
}

#tab ul li:hover {
	background: #007DF3;
	transition: 0.3s;
	color: #FFF;
	text-decoration: none;
}

.disnon {
	display: none;
}

.box_maru {
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0 auto;
}

.box_maru p {
    text-align: center;
    margin-bottom: 10px;
}

.box_maru a {
    position: relative;
    display: block;
    padding: 78px 20px;
    box-sizing: border-box;
    background: #FFF;
    border-radius: 500px;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0 auto;
}

/* フェード
-------------------------------------*/

.fade {
    opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 500ms;
}
 
.fade.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

/* 写真
-------------------------------------*/

.maru img {
	border-radius: 25px;
}

/* ボタン
-------------------------------------*/

.btn {
	font-size: 100%;
	font-weight: 500;
    text-align: right;
}

.box2 .btn {
    font-size: 140%;
}

.btn a {
    padding: 10px 50px 10px 0;
	text-decoration: none;
	text-align: center;
	border-radius: 100px;
	box-sizing: border-box;
	background: url("../img/common/btn.png") center right no-repeat;
}

.btn a:hover {
    color: #007DF3;
	background: url("../img/common/btn.png") center right 5px no-repeat;
}

.btn2 {
	font-size: 140%;
	font-weight: 500;
    text-align: center;
}

.btn2 a {
    display: block;
    padding: 20px 10px;
	text-decoration: none;
	text-align: center;
	border-radius: 10px;
    border: 1px solid #DDDDDD;
	box-sizing: border-box;
    background: rgb(239,239,239);
    background: linear-gradient(0deg, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 100%);
    color:#007DF3;
}

.btn2 span {
    display: block;
    font-size: 60%;
    color: #4a4a4a;
}

.btn2 a:hover {
    color: #FFFFFF;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(239,239,239,1) 100%);
    background: #007DF3;
	transition: 0.3s;
}

.btn2 a:hover span {
    color: #FFFFFF;
	transition: 0.3s;
}

.btn3 {
	font-size: 100%;
	font-weight: 500;
}

.btn3 a {
    display: block;
    padding: 20px 10px;
	text-decoration: none;
	text-align: center;
	border-radius: 10px;
    border: 1px solid #DDDDDD;
	box-sizing: border-box;
    background: rgb(239,239,239);
    background: linear-gradient(0deg, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 100%);
    color:#007DF3;
}

.btn3 a:hover {
    color: #FFFFFF;
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(239,239,239,1) 100%);
    background: #007DF3;
	transition: 0.3s;
}

/* ローディング
-------------------------------------*/

.loading {
	width: 100%;
	height: 100%;
	background: #EFEFEF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
}

.loading img {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
}

/* Wordpress
--------------------------------------------------------------------------*/

.entry-footer {
	display: none;
	margin: 50px auto;
	padding: 15px 0;
	border: 1px solid rgba(235,235,235, 1);
	font-size: 85%;
	background: #FFF;
}

.navigation {
	display: none;
}

.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	border-top: 4px solid #3d6946 !important;
}
.pagination-box {
	display: inline-block;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	width: auto;
	color: #fff; /* 通常の文字色 */
	background: #3d6946; /* 通常の背景色 */
}
.pagination a:hover{
	color: #fff; /* マウスホバー時の文字色 */
	background: #A81925; /* マウスホバー時の背景色 */
}
.pagination .current{
	padding: 10px 15px 10px 15px;
	color: #FFF500; /* 現在のページの文字色 */
        background: #003925; /* 現在のページの背景色 */
}

@media only screen and (max-width: 413px) {
.pagination {
	font-size: 12px;
	line-height: 12px;
}
.pagination span, .pagination a {
	padding: 8px 10px 8px 10px;
}
.pagination .current{
	padding: 8px 10px 8px 10px;
}
}


/* ----------------------------------------------------------------------------------------------------
     タブレット端末（640〜900px）
---------------------------------------------------------------------------------------------------- */ 
@media only screen and (max-width: 1100px) {

.pc {
	display:block;
}

.sp {
	display:none;
}

.width {
	width: 95%;
}
	
} /* /@media */



/* ----------------------------------------------------------------------------------------------------
     スマホ端末（320px〜640px）
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 950px) {

.width {
	width: 90%;
}
	

/* -------------------------------------------------------------------------------------
  2. Header
----------------------------------------------------------------------------------------- */

#header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 0px;
    background: #FFF;
}

#title {
    float: left;
    width: 23%;
    margin-top: 50px;
    padding: 0 50px;
    position: relative;
    z-index: 100;
    box-sizing: border-box;
}

#title p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}

#title div {
    margin-bottom: 100px;
}

#main {
    float: right;
    width: 77%;
}

#wave {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: url("../img/common/wave.svg") bottom center no-repeat;
    background-size: 100%;
}


} /* /@media */


/* ----------------------------------------------------------------------------------------------------
     タブレット端末（640〜900px）
---------------------------------------------------------------------------------------------------- */ 
@media only screen and (max-width: 750px) {

.pc {
	display:none;
}

.sp {
	display:block;
}

.width {
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.width30 {
    width: 100%;
}
    
body#fisherman {
    padding: 40px 0px;
    box-sizing: border-box;
}

.inner {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	line-height: 1.5em;
}

/* -------------------------------------------------------------------------------------
  1. Text
----------------------------------------------------------------------------------------- */

h1 {
    writing-mode: unset !important;
	font-size: 160%;
	margin-bottom: 50px;
	font-weight: 600;
    line-height: 150%;
	text-align: center;
    letter-spacing: 0.2em;
}

h1 span {
    display: block;
    color: #007DF3;
    font-size: 40%;
    padding-top: 5px;
}

h2 {
	font-size: 140%;
	text-align: left;
	margin-bottom: 30px;
    padding-bottom: 3px;
	font-weight: 600;
	line-height: 150%;
	font-style: normal;
    border-left: 4px solid #007DF3;
    padding-left: 15px; 
}

h2 span {
	display: block;
	color: #007DF3;
	font-size: 35%;
}

h3 {
	align-items: center;
	font-size: 110%;
	text-align: left;
	margin-bottom: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	font-style: normal;
}

h3::before {	
	content:"ー";
	color: #007DF3;
	padding-right: 10px;
}

h3.obi {
	align-items: center;
	font-size: 90%;
	text-align: left;
	margin-bottom: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	font-style: normal;
    background: #007DF3;
    color: #FFF;
    padding: 10px 0;
}

h3.obi::before {	
	content:"ー";
	color: #FFFFFF;
	padding-right: 10px;
    margin-left: -2px;
}

h3 span {
	font-size: 60%;
}

p + h2,
p + h3,
ul.text + h3,
ol.text + h3 {
	margin-top: 40px;
}

p {
	font-size: 100%;
	line-height: 200%;
	margin-bottom: 20px;
	text-align: left;
}

ul.text {
	text-align: left;
	font-size: 100%;
	margin-bottom: 20px;
}

ul.text li {
	line-height: 200%;
	padding: 0 0 10px 0;
	margin-left: 25px; 
	list-style: outside;
}

ol.text {
	text-align: left;
	font-size: 100%;
	margin-bottom: 20px;
}

ol.text li {
	line-height: 200%;
    margin-top: 20px;
	padding: 0 0 0 0;
	margin-left: 25px; 
	list-style: decimal;
}

ol.text li ol li {
	line-height: 200%;
    margin-top: 10px;
	padding: 0 0 0 0;
	margin-left: 25px; 
	list-style: decimal;
}


/* -------------------------------------------------------------------------------------
  2. Header
----------------------------------------------------------------------------------------- */

#header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 0px;
    background: #FFF;
}

#title {
    float: left;
    width: 23%;
    margin-top: 50px;
    padding: 0 20px;
    position: relative;
    z-index: 100;
    box-sizing: border-box;
}

#title p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

#title div {
    margin-bottom: 100px;
}

#main {
    float: right;
    width: 77%;
}

#wave {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: url("../img/common/wave.svg") bottom center no-repeat;
    background-size: 100%;
}

/* -------------------------------------------------------------------------------------
  3. Navigation
----------------------------------------------------------------------------------------- */

nav {
}

#navi {
    display: none;
    background: rgb(231,231,231);
    background: linear-gradient(0deg, rgba(231,231,231,1) 50%, rgba(239,239,239,1) 50%);
    border-bottom: 1px solid #D8D8D8;
}

#navi ul {
}

#navi ul li {
	float: left;
	list-style: none;
	line-height: 100%;
	font-size: 100%;
    font-weight: 500;
	padding: 0;
	box-sizing: border-box;
}

#navi ul li a {
	display: block;
	text-decoration: none;
	padding: 25px;
	box-sizing: border-box;
	transition:all 0.5s ease;
}

#navi ul li a:hover {
	transition:all 0.5s ease;
	color: #007DF3;
}

body#home #navi ul li a#cat-nav-1 { color: #007DF3; }

#menu_btn {
	display: block;
}

#menu_btn a {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 20px;
    background: #007DF3;
	display: block;
    z-index: 1000;
}

/* -------------------------------------------------------------------------------------
  4. Common
----------------------------------------------------------------------------------------- */

#container {
    padding-top: 100px;
    padding-bottom: 150px;
    background: url("../img/common/wave.svg") bottom left no-repeat;
    background-size: 100%;
}

#home #container {
    background: url("../img/common/map.svg") top right no-repeat, url("../img/common/wave.svg") bottom left no-repeat;
    background-size: 50%, 100%;
}

section {
	margin-bottom: 60px;
}

article {
	margin-bottom: 30px;
}

.column2 {
	width: 100%;
	float: none;
	margin-right: 0%;
	margin-bottom: 20px;
}

.column2:nth-child(2n) {
	margin-right: 0;
}

.column3 {
	width: 100%;
	float: none;
	margin-bottom: 20px;
	margin-right: 0%;
}

.column3:nth-child(3n) {
	margin-right: 0;
}

.column4 {
	width: 48%;
	float: left;
	margin-right: 4%;
}

.column4:nth-child(4n) {
	margin-right: 0;
}

.column4 p {
    margin-bottom: 10px;
}
    
.column4:nth-child(2n) {
	margin-right: 0;
}

.column2Box {
	width: 50%;
	float: left;
}

.left {
	float: none;
	width: 100%;
}

.right {
	float: none;
	width: 100%;
}

/*
#yoko .left {
	float: none;
	width: 100%;
}
    
#yoko .left h1 {
    writing-mode: unset !important;
    margin-bottom: 20px;
}

#yoko .right {
	float: none;
	width: 100%;
}
*/

.left50 {
	float: none;
	width: 100%;
}

.right50 {
	float: none;
	width: 100%;
}

.left40 {
	float: none;
	width: 100%;
}

.right60 {
	float: none;
	width: 100%;
}
    
.left60 {
	float: none;
	width: 100%;
}

.right40 {
	float: none;
	width: 100%;
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}


/* -------------------------------------------------------------------------------------
  5. Prt Common
----------------------------------------------------------------------------------------- */

#prt_main {
    position: relative;
    top: 0;
    left: 0;
    z-index: -1;
}


 /* -------------------------------------------------------------------------------------
  6. Sidebar
----------------------------------------------------------------------------------------- */



/* -------------------------------------------------------------------------------------
  7. Footer
----------------------------------------------------------------------------------------- */

#footer_main {
    background: #FFFFFF;
    padding: 60px 0 30px;
}

#footer_left {
    float: left;
    width: 30%;
}

#footer_right {
    float: right;
    width: 65%;
}

#footer_right p {
    text-align: right;
    font-size: 80%;
}

#footer_right ul {
    list-style: none;
    font-size: 80%;
    text-align: right;
}

#footer_right ul li {
    display: inline-block;
    margin-left: 20px;
}

#footer_address {
    padding: 25px 0;
    background: #1B4692;
    color: #FFF;
}

address {
	font-style: normal;
	font-size: 80%;
}

/* Pagetop Button
-------------------------------------*/

#page-top {
	position: fixed;
    bottom: 0%;
    right: 0px;
	z-index: 500;
	box-sizing: border-box;
}

#page-top a {
    background: #1a1311;
    text-decoration: none;
    color: #fff;
	padding: 22px 22px 22px;
    text-align: center;
    display: block;
}

#page-top a:hover {
    text-decoration: none;
    background: #E75800;
}

/* -------------------------------------------------------------------------------------
  8. Index
----------------------------------------------------------------------------------------- */

/* トップページ
-------------------------------------*/

.box {
    background: #FFF;
    border-radius: 20px;
    padding: 50px 30px 30px;
    box-sizing: border-box;
}

.box2 {
    background: #FFF;
    border-radius: 20px;
    padding: 40px 30px 40px;
    box-sizing: border-box;
}

.box2 div {
    margin-bottom: 20px;
}

.box2 p {
    text-align: center;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 110%;
    line-height: 160%;
}

.box2 p.tel {
    font-size: 180%;
}

.box2 p.tel span {
    display: block;
    font-size: 50%;
}

.newsUl {
	text-align:left;
	margin-bottom: 30px;
}

.newsUl ul {
}

.newsUl ul li {
	padding: 20px 0;
	list-style: none;
	border-bottom:  1px dotted #999999;
	line-height: 100%;
	vertical-align: middle;
}

.newsUl ul li span {
	text-align: center;
	color: #FFF;
	margin-right: 10px;
	padding: 4px 15px;
	font-size: 70%;
    background: #007DF3;
    font-weight: 600;
	text-transform: uppercase;
}

.newsUl ul li a {
	margin-left: 0;
	margin-top: 12px;
	display: block;
    text-decoration: none;
}

.caption {
    text-align: center;
    font-size: 380%;
    font-weight: 600;
    color: #FFF;
    line-height: 100%;
    margin-right: 30px;
    margin-bottom: -5px;
}

.caption2 {
    text-align: center;
    font-size: 380%;
    font-weight: 600;
    color: #FFF;
    line-height: 100%;
    margin-bottom: 30px;
}

.caption3 {
    text-align: center;
    font-size: 380%;
    font-weight: 600;
    color: #FFF;
    line-height: 100%;
    margin-bottom: -5px;
}

.name {
    font-size: 135%;
    text-align: left;
}

.name span {
    display: block;
    font-size: 60%;
    color: #007DF3;
    margin-top: -5px;
}

.name a {
    display: block;
    text-decoration: none;
    background: url("../img/common/btn.svg") center right no-repeat;
    padding: 10px 50px 10px 0;
}

.borber {
    border-bottom: 1px dotted #AAAAAA;
    padding: 30px 0;
}

.lineup {
    margin-top: -10px;
    font-size: 130%;
    font-weight: 500;
    margin-bottom: 10px;
}

.lineup + p {
    font-size: 85%;
    line-height: 180%;
}

.insta {
    text-align: center;
}

.insta span {
    background: url("../img/content/top/instagram.svg") center center no-repeat;
    padding: 15px;
}

.normalTbl table th {
    display: block;
    width: auto;
    border-bottom: none;
    padding-bottom: 0;
}
    
.normalTbl table th:after{
    display: none;
}

.normalTbl table td {
    display: block;
    width: auto;
    padding-top: 20px;
    padding-left: 0;
}
.normalTbl input {
    width: 90% !important;
}

.normalTbl2 {
    overflow-x: auto;
    display: block;
}

.normalTbl2 table th.head {
    text-align: left;
}

.normalTbl2 table th,
.normalTbl2 table td {
    white-space: nowrap;
}    

}

/* ----------------------------------------------------------------------------------------------------
     iPhone5端末（〜320px）
---------------------------------------------------------------------------------------------------- */ 
@media only screen and (max-width: 640px) {


	
} /* /@media */
