@charset "utf-8";
/*
style.css

version: 1.0.0
last updated on 2017.01.24
(c) irimono design seisakusyo
*/

/* 初期化は normalize.cssで */
/*--------------------------------------------------------------
 基本
--------------------------------------------------------------*/

html {
	height: 100%;
	width: 100%;
	font-family: ryo-gothic-plusn , Helvetica , Arial , "游ゴシック" , "Yu Gothic" , 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka,sans-serif;
	font-size: 62.5%;/*基準のフォントサイズ：10px あとはremで書く1rem=10px*/
}


@media screen and (min-width: 1201px)  {
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 5.5rem;
    letter-spacing: 0.05em;
    background-color: #224B6A;
}
header {
    margin: 0;
    padding: 0;
}

img {
	height: auto;
    margin: 0;
    padding: 0;
}

ul,li {
	list-style: none;
	padding: 0;
	margin: 0;
}
dl,dt,dd {
    list-style: none;
	padding: 0;
	margin: 0;
}
dl{
    clear: both;
    }
dt{
    font-size: 1.2rem;
    float: left;
    margin-right: 10px;
    color: #3889A2;
}
dd{
    font-size: 2.2rem;
    color: #eb816d;
}

.blog-link:link{
    color: #eb816d;
}
.blog-link:hover{
    color: #fff;
}
.blog-link:visited{
    color: #F8BFB4;
}

a:link { 
	color: #fff; 
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
	transition-duration: 300ms;
    background-color: #eb816d;
}
a:active {
	color: #F8BFB4;
	text-decoration: none;
}

h1 {
    margin: 0;
    padding: 0;
    font-size: 3.5rem;
    font-weight: 800;
    color: #3889A2;
    letter-spacing: 0.07em;
}

h2 {
    font-size: 3.5rem;
    font-weight: 700;    
    color:  #3889A2;
    letter-spacing: 0.07em;
}
h3 {
    margin-top: 140px;
    font-size: 3.6rem;
    font-weight: 700;
    color: #3889A2;
    letter-spacing: 0.07em;
}
p {
    font-size: 2.1rem;
    letter-spacing: 0.07em;
    line-height: 4.2rem;
    color: #0F2D4A
}


h1 a{
    border-radius: 6px; 
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.index-header h1{
    margin: 20px 0 20px 100px;
    float: left;
}
nav ul {
    float: right;
    margin: 0 80px 0 0;
}
nav ul li{
    float: left;
    padding: 60px 15px 0 15px;
}

nav ul li a{
    color: #fff;
    font-size: 2.1rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    padding: 10px 20px;
    border-radius: 6px; 
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
nav ul li .thispage{
    color: #fff;
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 4rem;
    padding: 10px 20px 0 20px;
    margin-bottom: 10px;
    background: center bottom / contain url("../img/dash_19.svg");
    background-repeat: repeat-x;
}





.content{
    clear: both;
    padding: 0 auto;
    margin: 0 auto;
    width: 98%;
    background-color: #fff;
}


.content-header_index{
    margin: 0;
    padding: 150px 20%;
    background: center top / cover url("../img/header-back_19.png");
    background-size: 100%;
    height: 350px;
}
.content-header{
    margin: 0;
    padding: 150px 20%;
    background: center top / cover url("../img/header-back_19.png");
    background-size: 100%;
    height: 550px;
}
.content-header_img{
    float: left;
    width: 20%;
    margin: 0 100px 0 0;
}
.content-header_text{
    font-size: 2.3rem;
    font-weight: 800;
    line-height: 5.5rem;
    padding-bottom: 20px;
}

section{
    clear: both;
    padding: 150px 20%;
}

.top-content-gray{
    background-color: #F2F4F5;
}


.twi-calender{
    padding: 50px 0;
}

.content_blog{
    font-size: 2.1rem;
    font-weight: 800;
    color: #3889A2;
}


address{
    font-size: 1rem;
    color: #fff;
    text-align: center;
}
/*-----about / activity / contact----------------------------*/

.header_float_box{
    width: 63%;
    float: right;
}

.header_title{
    color: #fff;
    font-size: 2.5rem;
}
.header_title_back{
    background-color: #224B6A;
    padding: 10px;
}

.header_text{
    padding: 0 0 0 10px;
    color: #fff;
    font-size: 1.9rem;
    overflow: auto;
}
.other-header h1{
    margin: 20px 0 0 100px;
    float: left;
}

.content-whole{
    background-color: #D0DDE2;
    margin: auto;
    padding: 50px;
}

.content-harmony{
    width: auto;
    margin: 50px auto;
    padding: 50px auto;
    background-color: #F2F4F5;
    border-radius: 40px; 
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
}
.content-img{
    text-align: center;
}
.content-img img{
 /*   max-width: 30%;*/
    margin: 100px 0 0 0;
}
.tako-img{
    text-align: center;
}
.tako-img img{
    margin: 0;
}

.tako-button{
 
}
.more-button{
    text-align: center;
    margin: 100px 0 0 0;
}
.more-button a{
    text-align: center;
    padding: 40px;
    background-color: #eb816d;
    border-radius: 60px; 
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
}
.more-button a:hover {
	color: #fff;
	text-decoration: none;
	transition-duration: 300ms;
    background-color: #3889A2;
}
.more-button p{
    color: #fff;
}
.content-harmony ul{
    padding-left: 30px;
}

.content-harmony ul li {
    list-style-image: url(../img/list.png);
}

.contact-mail{
    margin: 100px 0;
    text-align: center;
}
.contact-mail a{
    color: #eb816d;
}
.contact-mail ul li{
    display: inline;
}


}





















/*--------------------------------------------------------------
タブレット？
--------------------------------------------------------------*/
@media screen and (max-width: 1200px) and (min-width: 751px){
    
    

body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 4rem;
    letter-spacing: 0.03em;
    background-color: #224B6A;
}
header {
    margin: 0;
    padding: 0;
}

img {
	height: auto;
    margin: 0;
    padding: 0;
}

ul,li {
	list-style: none;
	padding: 0;
	margin: 0;
}
dl,dt,dd {
    list-style: none;
	padding: 0;
	margin: 0;
}
dl{
    clear: both;
    }
dt{
    font-size: 1rem;
    float: left;
    margin-right: 10px;
    color: #3889A2;
}
dd{
    font-size: 1.8rem;
    color: #eb816d;
}
.blog-link:link{
    color: #eb816d;
}
.blog-link:hover{
    color: #fff;
}
.blog-link:visited{
    color: #F8BFB4;
}

a:link { 
	color: #fff; 
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
	transition-duration: 300ms;
    background-color: #eb816d;
}
a:active {
	color: #F8BFB4;
	text-decoration: none;
}

h1 {
    margin: 0;
    padding: 0;
    font-size: 2.8rem;
    font-weight: 800;
    color: #3889A2;
    letter-spacing: 0.03em;
}
h1 img{
    width: 200px;
}

h2 {
    font-size: 2.8rem;
    font-weight: 700;    
    color:  #3889A2;
    letter-spacing: 0.07em;
}
h3 {
    margin-top: 140px;
    font-size: 2.8rem;
    font-weight: 700;
    color: #3889A2;
    letter-spacing: 0.07em;
}
p {
    font-size: 1.8rem;
    letter-spacing: 0.03em;
    line-height: 4rem;
    color: #0F2D4A
}


h1 a{
    border-radius: 6px; 
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
h2 img{
    width: 98%;
}

.index-header h1{
    margin: 10px 0 10px 30px;
    float: left;
}
nav ul {
    float: right;
    margin: 0 10px 0 0;
}
nav ul li{
    float: left;
    padding: 30px 10px 0 10px;
}

nav ul li a{
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 5px 5px;
    line-height: 2.4rem;
    border-radius: 6px; 
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
nav ul li .thispage{
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.4rem;
    padding: 5px;
    margin-bottom: 5px;
    background: center bottom / contain url("../img/dash_19.svg");
    background-repeat: repeat-x;
}





.content{
    clear: both;
    padding: 0 auto;
    margin: 0 auto;
    width: 98%;
    background-color: #fff;
}


.content-header_index{
    margin: 0 auto;
    padding: 50px 5%;
    background: center top / cover url("../img/header-back_19.png");
    background-size: 100%;
    height: 400px;
    text-align: center;
}
.content-header{
    margin: 0 auto;
    padding: 50px 5%;
    background: center top / cover url("../img/header-back_19.png");
    background-size: 100%;
    height: 650px;
    text-align: center;
}
    
.content-header_img{
    /*float: left;*/
    width: 70px;
    margin: 0 30px 0 10px;
}
.content-header_text{
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 4rem;
    padding-bottom: 20px;
    text-align: center;
}

section{
    clear: both;
    padding: 40px 10% 60px 10%;
}

.top-content-gray{
    background-color: #F2F4F5;
}


.twi-calender{
    padding: 10px 0;
}

.content_blog{
    font-size: 2.0rem;
    font-weight: 800;
    color: #3889A2;
}


address{
    font-size: 1rem;
    color: #fff;
    text-align: center;
}
/*-----about / activity / contact----------------------------*/

.header_float_box{
    width: 100%;
   /* float: right;*/
}

.header_title{
    color: #fff;
    font-size: 2.2rem;
    text-align: left;
}
.header_title_back{
    background-color: #224B6A;
    padding: 10px;
}

.header_text{
    text-align: left;
    padding: 0 0 0 10px;
    color: #fff;
    font-size: 1.8rem;
    line-height: 4rem;
    overflow: auto;
}
.other-header h1{
    margin: 20px 0 0 10px;
    float: left;
}

.content-whole{
    background-color: #D0DDE2;
    margin: auto;
    padding: 20px;
}

.content-harmony{
    margin: 40px auto;
    padding: 40px auto;
    background-color: #F2F4F5;
    border-radius: 40px; 
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
}
.content-harmony h3{
    padding: 0;
    margin: 80px 0 0 0;
}
    
    
.content-img{
    text-align: center;
}
.content-img img{
 /*   max-width: 30%;*/
    margin: 40px 0 0 0;
}
.tako-img{
    text-align: center;
}
.tako-img img{
    margin: 0;
    width: 320px;
}

.tako-button{
 
}
.more-button{
    text-align: center;
    margin: 80px 0 0 0;
}
.more-button a{
    text-align: center;
    padding: 30px;
    background-color: #eb816d;
    border-radius: 40px; 
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
}
.more-button a:hover {
	color: #fff;
	text-decoration: none;
	transition-duration: 300ms;
    background-color: #3889A2;
}
.more-button p{
    color: #fff;
}
    
    .tako-name{
        text-align: center;
    }
    
.content-harmony ul{
    padding-left: 30px;
}

.content-harmony ul li {
    list-style-image: url(../img/list.png);
}

.contact-mail{
    margin: 100px 0;
    text-align: center;
}
.contact-mail a{
    color: #eb816d;
}
.contact-mail ul li{
    display: inline;
}

 
    
    
    
}



























/*--------------------------------------------------------------
 スマホ
--------------------------------------------------------------*/
@media screen and (max-width: 750px) {
    
    
    
    
    
    
    

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}
main {
  height: 100%;
  min-height: 100vh;
  padding: 0 50px;
  background-color: #eee;
  transition: all .5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
main.open {
  transform: translateX(-250px);
}
main h1 {
  text-align: center;
  font-weight: 500;
}
main p {
  text-align: center;
}
.menu-trigger {
  display: inline-block;
  width: 36px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 100;
/*   transform: translateX(0);
  transition: transform .5s;
 */}
/* .menu-trigger.active {
  transform: translateX(-250px);
}
 */.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  transition: all .5s;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}
 
nav {
  width: 250px;
  height: 100%;
  padding-top: 100px;
  background-color: #224B6A;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(250px);
  transition: all .5s;
}
nav.open {
  transform: translateZ(0);
}
nav li {
  color: #fff;
  text-align: center;
  padding: 10px 0;
}
    
    
    
    
    
    
    
    

body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 3.5rem;
    letter-spacing: 0.03em;
    background-color: #224B6A;
}
header {
    margin: 0;
    padding: 0;
}

img {
	height: auto;
    margin: 0;
    padding: 0;
}

ul,li {
	list-style: none;
	padding: 0;
	margin: 0;
}
dl,dt,dd {
    list-style: none;
	padding: 0;
	margin: 0;
}
dl{
    clear: both;
    }
dt{
    font-size: 0.8rem;
    float: left;
    margin-right: 10px;
    color: #3889A2;
}
dd{
    font-size: 1.4rem;
    color: #eb816d;
}
.blog-link:link{
    color: #eb816d;
}
.blog-link:hover{
    color: #fff;
}
.blog-link:visited{
    color: #F8BFB4;
}


a:link { 
	color: #fff; 
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
	transition-duration: 300ms;
    background-color: #eb816d;
}
a:active {
	color: #F8BFB4;
	text-decoration: none;
}

h1 {
    margin: 0;
    padding: 0;
    font-size: 2.2rem;
    font-weight: 800;
    color: #3889A2;
    letter-spacing: 0.03em;
}
h1 img{
    width: 150px;
}

h2 {
    font-size: 2.2rem;
    font-weight: 700;    
    color:  #3889A2;
    letter-spacing: 0.07em;
}
h3 {
    margin-top: 140px;
    font-size: 2.2rem;
    font-weight: 700;
    color: #3889A2;
    letter-spacing: 0.07em;
}
p {
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    line-height: 3.5rem;
    color: #0F2D4A
}


h1 a{
    border-radius: 6px; 
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
h2 img{
    width: 98%;
}

.index-header h1{
    margin: 10px 0 10px 30px;
    float: left;
}
nav ul {
    /*float: right;*/
    margin: 0 10px 0 0;
}
nav ul li{
    /*float: left;*/
    padding: 30px 10px 0 10px;
}

nav ul li a{
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    padding: 5px 5px;
    line-height: 2.4rem;
    border-radius: 6px; 
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
nav ul li .thispage{
    color: #F8BFB4;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    padding: 5px 5px;
    line-height: 2.4rem;
    border-radius: 6px; 
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}





.content{
    clear: both;
    padding: 0 auto;
    margin: 0 auto;
    width: 98%;
    background-color: #fff;
}


.content-header_index{
    margin: 0 auto;
    padding: 50px 5%;
    background: center top / cover url("../img/header-back_19.png");
    background-size: 100%;
    height: 400px;
    text-align: center;
}
.content-header{
    margin: 0 auto;
    padding: 50px 5%;
    background: center top / cover url("../img/header-back_19.png");
    background-size: 100%;
    height: 650px;
    text-align: center;
}
    
.content-header_img{
    /*float: left;*/
    width: 70px;
    margin: 0 30px 0 10px;
}
.content-header_text{
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 3.5rem;
    padding-bottom: 20px;
    text-align: center;
}

section{
    clear: both;
    padding: 40px 3% 60px 3%;
}

.top-content-gray{
    background-color: #F2F4F5;
}


.twi-calender{
    padding: 10px 0;
}

.content_blog{
    font-size: 1.6rem;
    font-weight: 800;
    color: #3889A2;
}


address{
    font-size: 1rem;
    color: #fff;
    text-align: center;
}
/*-----about / activity / contact----------------------------*/

.header_float_box{
    width: 100%;
   /* float: right;*/
}

.header_title{
    color: #fff;
    font-size: 1.6rem;
    text-align: left;
}
.header_title_back{
    background-color: #224B6A;
    padding: 10px;
}

.header_text{
    text-align: left;
    padding: 0 0 0 10px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 2.8rem;
    overflow: auto;
}
.other-header h1{
    margin: 20px 0 0 10px;
    float: left;
}

.content-whole{
    background-color: #D0DDE2;
    margin: auto;
    padding: 10px;
}

.content-harmony{
    margin: 40px auto;
    padding: 40px auto;
    background-color: #F2F4F5;
    border-radius: 40px; 
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
}
.content-harmony h3{
    padding: 0;
    margin: 80px 0 0 0;
}
    
    
.content-img{
    text-align: center;
}
.content-img img{
 /*   max-width: 30%;*/
    margin: 40px 0 0 0;
}
.tako-img{
    text-align: center;
}
.tako-img img{
    margin: 0;
    width: 320px;
}

.tako-button{
 
}
.more-button{
    text-align: center;
    margin: 80px 0 0 0;
}
.more-button a{
    text-align: center;
    padding: 30px;
    background-color: #eb816d;
    border-radius: 40px; 
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
}
.more-button a:hover {
	color: #fff;
	text-decoration: none;
	transition-duration: 300ms;
    background-color: #3889A2;
}
.more-button p{
    color: #fff;
}
    
    .tako-name{
        text-align: center;
    }
    
.content-harmony ul{
    padding-left: 30px;
}

.content-harmony ul li {
    list-style-image: url(../img/list.png);
}

.contact-mail{
    margin: 100px 0;
    text-align: center;
}
.contact-mail a{
    color: #eb816d;
}
.contact-mail ul li{
    display: inline;
}

 
    
    
    
}
